body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 5.5rem;
  line-height: 1.2;
}
.display-1 > .mbr-iconfont {
  font-size: 8.8rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 2.8rem;
  line-height: 1.4;
}
.display-2 > .mbr-iconfont {
  font-size: 4.48rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 1.6rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 2.56rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.4;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- 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: 768px) {
  .display-1 {
    font-size: 3.85rem;
    font-size: calc( 2.5749999999999997rem + (5.5 - 2.5749999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.5749999999999997rem + (5.5 - 2.5749999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.9rem !important;
    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: 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-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 0px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #e2090d !important;
}
.bg-success {
  background-color: #7e0e0d !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #5b686b !important;
}
.bg-danger {
  background-color: #465052 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #e2090d !important;
  border-color: #e2090d !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #980609 !important;
  border-color: #980609 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #980609 !important;
  border-color: #980609 !important;
}
.btn-primary:hover {
  background-color: #e2090d !important;
  border-color: #e2090d !important;
}
.btn-primary:hover,
.btn-primary:focus {
  background: linear-gradient(to left, #fa7e73, #e2090d);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #fa7e73 !important;
  border-color: #fa7e73 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #f73a29 !important;
  border-color: #f73a29 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #f73a29 !important;
  border-color: #f73a29 !important;
}
.btn-secondary:hover {
  background-color: #e2090d !important;
  border-color: #e2090d !important;
}
.btn-secondary:hover,
.btn-secondary:focus {
  background: linear-gradient(to left, #fa7e73, #fa7e73);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info:hover {
  background-color: #e2090d !important;
  border-color: #e2090d !important;
}
.btn-info:hover,
.btn-info:focus {
  background: linear-gradient(to left, #fa7e73, #82786e);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-success,
.btn-success:active {
  background-color: #7e0e0d !important;
  border-color: #7e0e0d !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #390606 !important;
  border-color: #390606 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #390606 !important;
  border-color: #390606 !important;
}
.btn-success:hover {
  background-color: #e2090d !important;
  border-color: #e2090d !important;
}
.btn-success:hover,
.btn-success:focus {
  background: linear-gradient(to left, #fa7e73, #7e0e0d);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-warning,
.btn-warning:active {
  background-color: #5b686b !important;
  border-color: #5b686b !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #384042 !important;
  border-color: #384042 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #384042 !important;
  border-color: #384042 !important;
}
.btn-warning:hover {
  background-color: #e2090d !important;
  border-color: #e2090d !important;
}
.btn-warning:hover,
.btn-warning:focus {
  background: linear-gradient(to left, #fa7e73, #5b686b);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-danger,
.btn-danger:active {
  background-color: #465052 !important;
  border-color: #465052 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #232829 !important;
  border-color: #232829 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #232829 !important;
  border-color: #232829 !important;
}
.btn-danger:hover {
  background-color: #e2090d !important;
  border-color: #e2090d !important;
}
.btn-danger:hover,
.btn-danger:focus {
  background: linear-gradient(to left, #fa7e73, #465052);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-white,
.btn-white:active {
  background-color: #f3f3f3 !important;
  border-color: #f3f3f3 !important;
  color: #737373 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #737373 !important;
  background-color: #cdcdcd !important;
  border-color: #cdcdcd !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #737373 !important;
  background-color: #cdcdcd !important;
  border-color: #cdcdcd !important;
}
.btn-white:hover {
  background-color: #e2090d !important;
  border-color: #e2090d !important;
}
.btn-white:hover,
.btn-white:focus {
  background: linear-gradient(to left, #fa7e73, #f3f3f3);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-white:hover {
  color: white!important;
}
.btn-black,
.btn-black:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black:hover {
  background-color: #e2090d !important;
  border-color: #e2090d !important;
}
.btn-black:hover,
.btn-black:focus {
  background: linear-gradient(to left, #fa7e73, #000000);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-primary-outline {
  color: white!important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #e2090d;
  color: #e2090d;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #e2090d;
  border-color: #e2090d;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #e2090d !important;
  border-color: #e2090d !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus {
  background: linear-gradient(to left, #fa7e73, #e2090d);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-secondary-outline {
  color: white!important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #fa7e73;
  color: #fa7e73;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #fa7e73;
  border-color: #fa7e73;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #fa7e73 !important;
  border-color: #fa7e73 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus {
  background: linear-gradient(to left, #fa7e73, #fa7e73);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-info-outline {
  color: white!important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #82786e;
  color: #82786e;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus {
  background: linear-gradient(to left, #fa7e73, #82786e);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-success-outline {
  color: white!important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #7e0e0d;
  color: #7e0e0d;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #7e0e0d;
  border-color: #7e0e0d;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #7e0e0d !important;
  border-color: #7e0e0d !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus {
  background: linear-gradient(to left, #fa7e73, #7e0e0d);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-warning-outline {
  color: white!important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #5b686b;
  color: #5b686b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #5b686b;
  border-color: #5b686b;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #5b686b !important;
  border-color: #5b686b !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus {
  background: linear-gradient(to left, #fa7e73, #5b686b);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-danger-outline {
  color: white!important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #465052;
  color: #465052;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #465052;
  border-color: #465052;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #465052 !important;
  border-color: #465052 !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus {
  background: linear-gradient(to left, #fa7e73, #465052);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-black-outline {
  color: white!important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #333333;
  color: #333333;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus {
  background: linear-gradient(to left, #fa7e73, #333333);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-white-outline {
  color: white!important;
}
.btn-white-outline,
.btn-white-outline:active {
  background: none;
  border-color: #f3f3f3;
  color: #f3f3f3;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #737373;
  background-color: #f3f3f3;
  border-color: #f3f3f3;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #737373 !important;
  background-color: #f3f3f3 !important;
  border-color: #f3f3f3 !important;
}
.btn-white-outline:hover,
.btn-white-outline:focus {
  background: linear-gradient(to left, #fa7e73, #f3f3f3);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.text-primary {
  color: #e2090d !important;
}
.text-secondary {
  color: #fa7e73 !important;
}
.text-success {
  color: #7e0e0d !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #5b686b !important;
}
.text-danger {
  color: #465052 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #f8595c !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #fed9d5 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #da1817 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #b2aba4 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #8e9b9e !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #758689 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #5b686b;
}
.alert-danger {
  background-color: #465052;
}
.mbr-gallery-filter li.active .btn {
  background-color: #e2090d;
  border-color: #e2090d;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #e2090d;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fcbbbc;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #e82422;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #9ba7aa;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #bac2c4;
}
/* Scroll to top button*/
blockquote {
  border-color: #e2090d;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #e2090d;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #e2090d;
  border-bottom-color: #e2090d;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #e2090d !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: #fa7e73 !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='%23e2090d' %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;
}
.btn {
  transition: none;
}
.cid-s1YNw91RvB .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s1YNw91RvB .btn {
  white-space: nowrap;
}
.cid-s1YNw91RvB .nav-link,
.cid-s1YNw91RvB .icons-menu .mbr-iconfont,
.cid-s1YNw91RvB .dropdown-item {
  transition: all 0.1s;
}
.cid-s1YNw91RvB .nav-link:hover,
.cid-s1YNw91RvB .icons-menu .mbr-iconfont:hover,
.cid-s1YNw91RvB .dropdown-item:hover {
  color: #fa7e73 !important;
}
@media (max-width: 992px) {
  .cid-s1YNw91RvB .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-s1YNw91RvB .container {
  display: flex;
  margin: auto;
}
.cid-s1YNw91RvB .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #465052;
}
.cid-s1YNw91RvB .navbar.opened {
  transition: all .3s;
}
.cid-s1YNw91RvB .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-s1YNw91RvB .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-s1YNw91RvB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s1YNw91RvB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s1YNw91RvB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.1rem);
  }
}
.cid-s1YNw91RvB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s1YNw91RvB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s1YNw91RvB .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-s1YNw91RvB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s1YNw91RvB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s1YNw91RvB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s1YNw91RvB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s1YNw91RvB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s1YNw91RvB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s1YNw91RvB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s1YNw91RvB .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s1YNw91RvB .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s1YNw91RvB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s1YNw91RvB .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s1YNw91RvB .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-s1YNw91RvB .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s1YNw91RvB .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s1YNw91RvB .navbar.navbar-short {
  background: #465052 !important;
  min-height: 60px;
}
.cid-s1YNw91RvB .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s1YNw91RvB .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s1YNw91RvB .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-s1YNw91RvB .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-s1YNw91RvB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s1YNw91RvB .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s1YNw91RvB .navbar-caption {
  padding-right: 4rem;
}
.cid-s1YNw91RvB .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-s1YNw91RvB .dropdown-menu,
.cid-s1YNw91RvB .navbar.opened {
  background: #000000 !important;
}
.cid-s1YNw91RvB .nav-item:focus,
.cid-s1YNw91RvB .nav-link:focus {
  outline: none;
}
.cid-s1YNw91RvB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s1YNw91RvB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s1YNw91RvB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s1YNw91RvB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s1YNw91RvB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s1YNw91RvB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-s1YNw91RvB .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s1YNw91RvB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s1YNw91RvB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s1YNw91RvB .dropdown-item.active,
.cid-s1YNw91RvB .dropdown-item:active {
  background-color: transparent;
}
.cid-s1YNw91RvB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s1YNw91RvB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s1YNw91RvB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s1YNw91RvB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #465052;
}
.cid-s1YNw91RvB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s1YNw91RvB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s1YNw91RvB ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s1YNw91RvB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s1YNw91RvB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s1YNw91RvB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-s1YNw91RvB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s1YNw91RvB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s1YNw91RvB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s1YNw91RvB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s1YNw91RvB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1YNw91RvB nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s1YNw91RvB nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s1YNw91RvB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1YNw91RvB .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s1YNw91RvB a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s1YNw91RvB .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-s1YNw91RvB .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s1YNw91RvB .navbar {
    height: 77px;
  }
  .cid-s1YNw91RvB .navbar.opened {
    height: auto;
  }
  .cid-s1YNw91RvB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s1YNw91RvB .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-s1YNmF9EpW {
  padding-top: 165px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/img-20240831-wa0161-1599x1200.jpg");
}
.cid-s1YNmF9EpW H1 {
  color: #e2090d;
}
.cid-s1YNmF9EpW h1 {
  background: linear-gradient(to left, #fa7e73, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-s1YNmF9EpW .mbr-text,
.cid-s1YNmF9EpW .mbr-section-btn {
  color: #f3f3f3;
}
.cid-uozT0NrIhe {
  padding-top: 30px;
  padding-bottom: 0px;
  background: #111111;
}
.cid-uozT0NrIhe img {
  width: 120px;
  margin: auto;
}
.cid-uozT0NrIhe .card {
  height: fit-content;
  cursor: pointer;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
.cid-uozT0NrIhe .card img {
  filter: brightness(2);
}
@media (min-width: 992px) {
  .cid-uozT0NrIhe .card {
    max-width: 20%;
  }
}
.cid-uozSypGOvj {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #040402;
}
.cid-uozSypGOvj img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-uozSypGOvj .card-wrapper {
  background: #191919;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uozSypGOvj .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uozSypGOvj .first:hover:before {
  content: none;
}
.cid-uozSypGOvj .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 300px;
  background: linear-gradient(to left, #fa7e73, #e2090d);
  content: "";
}
.cid-uozSypGOvj .last:hover:after {
  content: none;
}
.cid-uozSypGOvj .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 300px;
  background: linear-gradient(to left, #fa7e73, #e2090d);
  content: "";
}
.cid-uozSypGOvj .mbr-section-text {
  color: #999999;
}
.cid-uozSypGOvj .card {
  z-index: 1;
  position: relative;
  transition: all 0.3s;
}
.cid-uozSypGOvj .card .img-wrapper {
  overflow: hidden;
}
.cid-uozSypGOvj .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-uozSypGOvj .card:hover .card-wrapper {
  background: linear-gradient(to left, #fa7e73, #e2090d);
  color: #ffffff !important;
}
.cid-uozSypGOvj .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
.cid-uozSypGOvj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uozSypGOvj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-s1YQ6E1SFC {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #191919;
}
.cid-s1YQ6E1SFC .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fa7e73, #e2090d);
}
.cid-s1YQ6E1SFC .mbr-text,
.cid-s1YQ6E1SFC .mbr-section-btn {
  color: #999999;
}
.cid-s1YQ6E1SFC img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-s1YQ6E1SFC img {
    width: 96%;
  }
}
.cid-s1YPFUMG3v {
  padding-top: 90px;
  padding-bottom: 90px;
  position: relative;
  background-color: #000000;
}
.cid-s1YPFUMG3v p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-s1YPFUMG3v .panel-title {
  border-bottom: 2px solid #034692;
  display: flex!important;
  justify-content: space-between;
  align-items: center;
  padding-right: 2rem;
}
.cid-s1YPFUMG3v .collapsed {
  border: none;
}
.cid-s1YPFUMG3v .collapsed span {
  transform: rotate(0deg);
}
.cid-s1YPFUMG3v span {
  font-size: 1.4rem;
  transition: all 0.3s;
  transform: rotate(45deg);
  background: linear-gradient(to left, #fa7e73, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
}
.cid-s1YPFUMG3v .panel-body {
  padding-top: 0.5rem;
}
.cid-s1YPFUMG3v .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-s1YPFUMG3v .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #191919;
  padding: 0;
}
.cid-s1YPFUMG3v .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  text-decoration: none !important;
  line-height: normal;
}
.cid-s1YPFUMG3v .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-s1YPFUMG3v .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-s1YPFUMG3v .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-s1YPFUMG3v .panel-text {
  color: #767676;
}
.cid-s1YPFUMG3v H4 {
  color: #999999;
}
.cid-s1YPFUMG3v H2 {
  color: #ffffff;
}
.cid-s1YPFUMG3v .mbr-section-text {
  color: #999999;
}
.cid-s1YQ4DrGok {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #111111;
}
.cid-s1YQ4DrGok .card-box {
  padding: 0 1rem;
  position: relative;
  z-index: 2;
}
.cid-s1YQ4DrGok .card-img {
  padding-bottom: 1rem;
}
.cid-s1YQ4DrGok .card {
  cursor: pointer;
  transition: all 0.3s;
}
.cid-s1YQ4DrGok .card:hover {
  transform: translateY(-10px);
}
.cid-s1YQ4DrGok .mbr-text,
.cid-s1YQ4DrGok .card-title {
  opacity: 0;
}
.cid-s1YQ4DrGok .card-wrapper {
  display: flex;
  justify-content: center;
  padding: 1rem;
  background-position: center;
  background-size: cover;
  padding-top: 15rem;
  align-items: center;
  perspective: 300px;
  height: 100%;
}
.cid-s1YQ4DrGok .card-wrapper:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.2;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-s1YQ4DrGok .card:hover .card-wrapper:after {
    opacity: 0.8;
    background: linear-gradient(to left, #fa7e73, #e2090d);
  }
  .cid-s1YQ4DrGok .card:hover .mbr-text,
  .cid-s1YQ4DrGok .card:hover .card-title {
    opacity: 1;
  }
}
@media (max-width: 992px) {
  .cid-s1YQ4DrGok .card {
    padding-bottom: 1rem!important;
  }
  .cid-s1YQ4DrGok .card .mbr-text,
  .cid-s1YQ4DrGok .card .card-title {
    opacity: 1;
  }
  .cid-s1YQ4DrGok .card-wrapper:after {
    opacity: 0.7;
    background: linear-gradient(to left, #fa7e73, #e2090d);
  }
}
.cid-s1YQ4DrGok .row {
  justify-content: center;
}
.cid-s1YQ4DrGok .card-title {
  border-bottom: 1px solid #999999;
}
.cid-s1YQ4DrGok .card1 {
  background-image: url("../../../assets/images/imagen-de-whatsapp-2024-09-27-a-las-17.39.54-f5560408-1280x960.jpg");
}
.cid-s1YQ4DrGok .card2 {
  background-image: url("../../../assets/images/img-20240831-wa0150-1600x1066.jpg");
}
.cid-s1YQ4DrGok .card3 {
  background-image: url("../../../assets/images/03.jpg");
}
.cid-s1YQ4DrGok .link,
.cid-s1YQ4DrGok .card-box {
  color: #ffffff;
}
.cid-s1YQ4DrGok .mbr-text,
.cid-s1YQ4DrGok .link-wrap {
  text-align: center;
}
.cid-s1YQ4DrGok .main-subtitle {
  color: #ffffff;
}
.cid-s1YQ4DrGok .mbr-section-subtitle {
  color: #999999;
}
.cid-s1YQ4DrGok .mbr-section-text {
  color: #999999;
}
.cid-s1YPL0Q2c0 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #000000;
}
.cid-s1YPL0Q2c0 .wrapper {
  overflow: hidden;
  position: relative;
}
.cid-s1YPL0Q2c0 .mbr-media {
  z-index: 2;
}
.cid-s1YPL0Q2c0 .box {
  height: 400px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.cid-s1YPL0Q2c0 .box:before {
  background-image: url("../../../assets/images/img-20240831-wa0153-1599x1200.jpg");
  background-size: cover;
  background-position: center;
  position: absolute;
  content: '';
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  left: 0;
}
.cid-s1YPL0Q2c0 .box:hover span {
  transform: scale(1.2);
}
.cid-s1YPL0Q2c0 .box:hover:before {
  filter: contrast(1.2) brightness(0.8);
}
.cid-s1YPL0Q2c0 .icon-wrap {
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.cid-s1YPL0Q2c0 .icon-wrap span {
  padding-left: 4px;
}
.cid-s1YPL0Q2c0 .mbr-media span {
  font-size: 6rem;
  cursor: pointer;
  position: relative;
  display: flex;
  transition: all 0.3s;
  justify-content: center;
  align-items: center;
  opacity: 1;
  background: linear-gradient(to left, #fa7e73, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-s1YPL0Q2c0 .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-s1YPL0Q2c0 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-s1YPL0Q2c0 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-s1YPL0Q2c0 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-s1YPL0Q2c0 a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-s1YPL0Q2c0 a.close:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-s1YPL0Q2c0 .box {
    height: 250px;
  }
}
.cid-s1YPL0Q2c0 .mbr-section-title {
  color: #ffffff;
}
.cid-s1YPL0Q2c0 H4 {
  color: #000000;
}
.cid-s1YPL0Q2c0 P {
  color: #999999;
}
.cid-s1YPpR5DLc {
  padding-top: 135px;
  padding-bottom: 135px;
  background-color: #040402;
}
.cid-s1YPpR5DLc .card-wrapper {
  display: flex;
  padding: 0 1.5rem;
}
@media (max-width: 1600px) {
  .cid-s1YPpR5DLc .card-wrapper {
    padding: 0;
  }
}
.cid-s1YPpR5DLc .row {
  flex-direction: row-reverse;
}
.cid-s1YPpR5DLc .form-control,
.cid-s1YPpR5DLc .field-input {
  padding: 1rem;
}
.cid-s1YPpR5DLc .form-row > .col,
.cid-s1YPpR5DLc .col-auto {
  padding-right: 8px;
  padding-left: 8px;
}
.cid-s1YPpR5DLc .btn {
  margin: 0!important;
  height: 56px;
  border-radius: 3px!important;
  padding: 0 1.5rem;
}
.cid-s1YPpR5DLc .btn span {
  font-size: 1rem;
}
.cid-s1YPpR5DLc .form-control,
.cid-s1YPpR5DLc .field-input {
  padding: 1rem;
  background-color: #040402;
  border-color: #555555;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-s1YPpR5DLc .form-control::-webkit-input-placeholder,
.cid-s1YPpR5DLc .field-input::-webkit-input-placeholder,
.cid-s1YPpR5DLc .form-control::-webkit-input-placeholder,
.cid-s1YPpR5DLc .field-input::-webkit-input-placeholder {
  color: #999999;
}
.cid-s1YPpR5DLc .form-control:-moz-placeholder,
.cid-s1YPpR5DLc .field-input:-moz-placeholder,
.cid-s1YPpR5DLc .form-control:-moz-placeholder,
.cid-s1YPpR5DLc .field-input:-moz-placeholder {
  color: #999999;
}
.cid-s1YPpR5DLc .form-control:hover,
.cid-s1YPpR5DLc .field-input:hover,
.cid-s1YPpR5DLc .form-control:focus,
.cid-s1YPpR5DLc .field-input:focus {
  background-color: #040402;
  border-color: #555555;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-s1YPpR5DLc .form-control:hover::-webkit-input-placeholder,
.cid-s1YPpR5DLc .field-input:hover::-webkit-input-placeholder,
.cid-s1YPpR5DLc .form-control:focus::-webkit-input-placeholder,
.cid-s1YPpR5DLc .field-input:focus::-webkit-input-placeholder,
.cid-s1YPpR5DLc .form-control:hover::-webkit-input-placeholder,
.cid-s1YPpR5DLc .field-input:hover::-webkit-input-placeholder,
.cid-s1YPpR5DLc .form-control:focus::-webkit-input-placeholder,
.cid-s1YPpR5DLc .field-input:focus::-webkit-input-placeholder {
  color: #999999;
}
.cid-s1YPpR5DLc .form-control:hover:-moz-placeholder,
.cid-s1YPpR5DLc .field-input:hover:-moz-placeholder,
.cid-s1YPpR5DLc .form-control:focus:-moz-placeholder,
.cid-s1YPpR5DLc .field-input:focus:-moz-placeholder,
.cid-s1YPpR5DLc .form-control:hover:-moz-placeholder,
.cid-s1YPpR5DLc .field-input:hover:-moz-placeholder,
.cid-s1YPpR5DLc .form-control:focus:-moz-placeholder,
.cid-s1YPpR5DLc .field-input:focus:-moz-placeholder {
  color: #999999;
}
.cid-s1YPpR5DLc .jq-number__spin:hover,
.cid-s1YPpR5DLc .jq-number__spin:focus {
  background-color: #040402;
  border-color: #555555;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-s1YPpR5DLc .jq-number__spin {
  background-color: #040402;
  border-color: #555555;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-s1YPpR5DLc .jq-selectbox li,
.cid-s1YPpR5DLc .jq-selectbox li {
  background-color: #040402;
  color: #ffffff;
}
.cid-s1YPpR5DLc .jq-selectbox li:hover,
.cid-s1YPpR5DLc .jq-selectbox li.selected {
  background-color: #040402;
  color: #ffffff;
}
.cid-s1YPpR5DLc .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-s1YPpR5DLc .jq-number__spin.minus:hover:after,
.cid-s1YPpR5DLc .jq-number__spin.plus:hover:after {
  border-top-color: #040402;
  border-bottom-color: #040402;
}
.cid-s1YPpR5DLc .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-s1YPpR5DLc .jq-number__spin.minus:after,
.cid-s1YPpR5DLc .jq-number__spin.plus:after {
  border-top-color: #040402;
  border-bottom-color: #040402;
}
.cid-s1YPpR5DLc input::-webkit-clear-button {
  display: none;
}
.cid-s1YPpR5DLc input::-webkit-inner-spin-button {
  display: none;
}
.cid-s1YPpR5DLc input::-webkit-outer-spin-button {
  display: none;
}
.cid-s1YPpR5DLc input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-s1YPpR5DLc H4 {
  color: #ffffff;
}
.cid-s1YPpR5DLc P {
  color: #999999;
}
@media (max-width: 767px) {
  .cid-s1YPpR5DLc .col {
    min-width: 100%;
  }
  .cid-s1YPpR5DLc .col-auto {
    margin: auto;
  }
  .cid-s1YPpR5DLc .card-wrapper {
    flex-direction: column;
    margin: auto;
    text-align: center;
  }
  .cid-s1YPpR5DLc .card-wrapper .icon-wrapper {
    margin: 0 auto;
    margin-bottom: 1rem;
  }
}
.cid-s1YPpR5DLc .content {
  padding: 0 3rem;
}
@media (max-width: 1600px) {
  .cid-s1YPpR5DLc .content {
    padding: 0 1rem;
  }
}
.cid-s1YPpR5DLc .img-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-s1YPpR5DLc .img-wrapper:before {
  content: '';
  position: absolute;
  width: 600px;
  height: 600px;
  right: -300px;
  border-radius: 50%;
  bottom: -350px;
  opacity: 0.3;
  background: #e2090d;
  z-index: 2;
  pointer-events: none;
}
.cid-s1YPpR5DLc img {
  width: 100%;
}
.cid-s1YPpR5DLc .card-wrapper .mbr-iconfont {
  font-size: 3rem;
  background: linear-gradient(to left, #fa7e73, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-s1YPpR5DLc .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fa7e73, #e2090d);
}
.cid-s1YPpR5DLc .icon-wrapper {
  margin: auto;
  margin-right: 1.5rem;
  display: flex;
  justify-content: center;
  border-radius: 50%;
}
.cid-s1YPpR5DLc h4 {
  margin: 0;
}
.cid-s1YPpR5DLc .card-text {
  color: #999999;
}
.cid-s1YPpR5DLc .mbr-text {
  color: #000000;
}
.cid-s1YPpR5DLc .card-title {
  color: #ffffff;
}
@media (min-width: 1200px) {
  .cid-s1YPpR5DLc .mbr-text {
    max-width: 600px;
  }
}
@media (max-width: 991px) {
  .cid-s1YPpR5DLc .mbr-text {
    padding-bottom: 2rem;
    max-width: 100%;
  }
}
.cid-s1YPpR5DLc .icon-wrap {
  background: linear-gradient(to left, #fa7e73, #e2090d);
  width: 100px;
  height: 100px;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 5;
  position: absolute;
  bottom: 3rem;
  right: 3rem;
}
.cid-s1YPpR5DLc .icon-wrap .mbr-iconfont {
  font-size: 2.6rem;
  color: white;
  padding-left: 10px;
}
.cid-s1YPpR5DLc H3 {
  color: #787324;
}
.cid-s1YPpR5DLc .mbr-section-title,
.cid-s1YPpR5DLc .title-wrapper {
  color: #ffffff;
}
.cid-s1YPpR5DLc .mbr-text,
.cid-s1YPpR5DLc .mbr-section-btn {
  color: #999999;
}
.cid-s1YPpR5DLc .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-s1YPpR5DLc .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-s1YPpR5DLc .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-s1YPpR5DLc a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-s1YPpR5DLc a.close:hover {
  color: #ffffff;
}
.cid-s1YPq9DXRB .google-map {
  height: 30rem;
  position: relative;
}
.cid-s1YPq9DXRB .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-s1YPq9DXRB .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  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-s1YPq9DXRB .google-map[data-state] {
  background: #e9e5dc;
}
.cid-s1YPq9DXRB .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-s1YPyUn2on {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #111111;
}
.cid-s1YPyUn2on img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-s1YPyUn2on .link-wrapper {
  margin-bottom: 1rem;
}
.cid-s1YPyUn2on .link-wrapper .mbr-iconfont {
  border: 1px solid #999999;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem;
  color: #999999;
}
.cid-s1YPyUn2on .img-wrapper .mbr-iconfont {
  font-size: 3rem;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding-bottom: 1rem;
  background: linear-gradient(to left, #fa7e73, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-s1YPyUn2on .card-wrapper {
  background: #191919;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-s1YPyUn2on .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-s1YPyUn2on .first:hover:before {
  content: none;
}
.cid-s1YPyUn2on .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 200px;
  background: linear-gradient(to left, #fa7e73, #e2090d);
  content: '';
}
.cid-s1YPyUn2on .last:hover:after {
  content: none;
}
.cid-s1YPyUn2on .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 200px;
  background: linear-gradient(to left, #fa7e73, #e2090d);
  content: '';
}
.cid-s1YPyUn2on .mbr-section-text {
  color: #999999;
}
.cid-s1YPyUn2on .card {
  z-index: 1;
  min-height: 200px;
  margin-bottom: 2rem;
  position: relative;
  transition: all 0.3s;
}
.cid-s1YPyUn2on .card .img-wrapper {
  overflow: hidden;
}
.cid-s1YPyUn2on .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-s1YPyUn2on .card:hover .mbr-iconfont {
  color: #ffffff !important;
  border-color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-s1YPyUn2on .card:hover .card-wrapper {
  background: linear-gradient(to left, #fa7e73, #e2090d);
  color: #ffffff !important;
}
.cid-s1YPyUn2on .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
.cid-s1YPqSpOCZ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #040402;
}
.cid-s1YPqSpOCZ .mbr-text1 {
  color: #999999;
}
.cid-s1YPqSpOCZ .mbr-text2 {
  color: #999999;
}
.cid-s1YPqSpOCZ p {
  margin: 0;
}
.cid-v4yholCaRL.popup-builder {
  background-color: #ffffff;
}
.cid-v4yholCaRL.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-v4yholCaRL.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-v4yholCaRL .modal-content,
.cid-v4yholCaRL .modal-dialog {
  height: auto;
}
.cid-v4yholCaRL .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-v4yholCaRL .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-v4yholCaRL .form-wrapper .mbr-form .form-group,
  .cid-v4yholCaRL .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-v4yholCaRL .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-v4yholCaRL .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v4yholCaRL .mbr-text {
  text-align: center;
  color: #f3f3f3;
}
.cid-v4yholCaRL .pt-0 {
  padding-top: 0 !important;
}
.cid-v4yholCaRL .pb-0 {
  padding-bottom: 0 !important;
}
.cid-v4yholCaRL .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-v4yholCaRL .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-v4yholCaRL .modal-open {
  overflow: hidden;
}
.cid-v4yholCaRL .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-v4yholCaRL .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-v4yholCaRL .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-v4yholCaRL .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-v4yholCaRL .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-v4yholCaRL .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-v4yholCaRL .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-v4yholCaRL .modal-content {
  background: #191919;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-v4yholCaRL .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-v4yholCaRL .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-v4yholCaRL .modal-backdrop.fade {
  opacity: 0;
}
.cid-v4yholCaRL .modal-backdrop.show {
  opacity: .5;
}
.cid-v4yholCaRL .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-v4yholCaRL .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v4yholCaRL .modal-header {
    padding: 1rem;
  }
}
.cid-v4yholCaRL .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-v4yholCaRL .modal-header .close svg {
  fill: #e2090d;
}
.cid-v4yholCaRL .modal-header .close:hover {
  opacity: 1;
}
.cid-v4yholCaRL .modal-header .close:focus {
  outline: none;
}
.cid-v4yholCaRL .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #cccccc;
}
.cid-v4yholCaRL .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-v4yholCaRL .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v4yholCaRL .modal-body {
    padding: 1rem;
  }
}
.cid-v4yholCaRL .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-v4yholCaRL .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v4yholCaRL .modal-footer {
    padding: 1rem;
  }
}
.cid-v4yholCaRL .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-v4yholCaRL .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-v4yholCaRL .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-v4yholCaRL .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-v4yholCaRL .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-v4yholCaRL .modal-lg,
  .cid-v4yholCaRL .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-v4yholCaRL .modal-xl {
    max-width: 1140px;
  }
}
.cid-v4yholCaRL .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-v4yholCaRL .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-v4yholCaRL .form-group {
  margin-bottom: 1rem;
}
.cid-v4yholCaRL .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-v4yholCaRL .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v4yholCaRL .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-v4yholCaRL .mbr-section-btn {
  margin: 0;
}
.cid-v4yholCaRL .mbr-section-btn .btn {
  margin: 0;
}
.cid-upBEL8206O .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-upBEL8206O .btn {
  white-space: nowrap;
}
.cid-upBEL8206O .nav-link,
.cid-upBEL8206O .icons-menu .mbr-iconfont,
.cid-upBEL8206O .dropdown-item {
  transition: all 0.1s;
}
.cid-upBEL8206O .nav-link:hover,
.cid-upBEL8206O .icons-menu .mbr-iconfont:hover,
.cid-upBEL8206O .dropdown-item:hover {
  color: #fa7e73 !important;
}
@media (max-width: 992px) {
  .cid-upBEL8206O .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-upBEL8206O .container {
  display: flex;
  margin: auto;
}
.cid-upBEL8206O .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #465052;
}
.cid-upBEL8206O .navbar.opened {
  transition: all .3s;
}
.cid-upBEL8206O .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-upBEL8206O .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-upBEL8206O .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-upBEL8206O .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-upBEL8206O .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.1rem);
  }
}
.cid-upBEL8206O .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-upBEL8206O .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-upBEL8206O .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-upBEL8206O .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-upBEL8206O .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-upBEL8206O .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-upBEL8206O .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-upBEL8206O .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-upBEL8206O .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-upBEL8206O .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-upBEL8206O .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-upBEL8206O .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-upBEL8206O .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-upBEL8206O .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-upBEL8206O .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-upBEL8206O .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-upBEL8206O .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-upBEL8206O .navbar.navbar-short {
  background: #465052 !important;
  min-height: 60px;
}
.cid-upBEL8206O .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-upBEL8206O .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-upBEL8206O .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-upBEL8206O .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-upBEL8206O .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-upBEL8206O .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-upBEL8206O .navbar-caption {
  padding-right: 4rem;
}
.cid-upBEL8206O .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-upBEL8206O .dropdown-menu,
.cid-upBEL8206O .navbar.opened {
  background: #000000 !important;
}
.cid-upBEL8206O .nav-item:focus,
.cid-upBEL8206O .nav-link:focus {
  outline: none;
}
.cid-upBEL8206O .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-upBEL8206O .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-upBEL8206O .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-upBEL8206O .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-upBEL8206O .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-upBEL8206O .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-upBEL8206O .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-upBEL8206O .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-upBEL8206O .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-upBEL8206O .dropdown-item.active,
.cid-upBEL8206O .dropdown-item:active {
  background-color: transparent;
}
.cid-upBEL8206O .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-upBEL8206O .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-upBEL8206O .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-upBEL8206O .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #465052;
}
.cid-upBEL8206O .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-upBEL8206O .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-upBEL8206O ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-upBEL8206O .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-upBEL8206O button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-upBEL8206O button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-upBEL8206O button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-upBEL8206O button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-upBEL8206O button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-upBEL8206O button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-upBEL8206O nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-upBEL8206O nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-upBEL8206O nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-upBEL8206O nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-upBEL8206O .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-upBEL8206O a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-upBEL8206O .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-upBEL8206O .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-upBEL8206O .navbar {
    height: 77px;
  }
  .cid-upBEL8206O .navbar.opened {
    height: auto;
  }
  .cid-upBEL8206O .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-upBEL8206O .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-upCuwMJVfz {
  padding-top: 120px;
  padding-bottom: 0px;
  background: #040402;
}
.cid-upCuwMJVfz img {
  width: 120px;
  margin: auto;
}
.cid-upCuwMJVfz .card {
  height: fit-content;
  cursor: pointer;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
.cid-upCuwMJVfz .card img {
  filter: brightness(2);
}
@media (min-width: 992px) {
  .cid-upCuwMJVfz .card {
    max-width: 20%;
  }
}
.cid-upBGPnMlmO {
  padding-top: 5rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-upBGPnMlmO .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-upBGPnMlmO .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-upBGPnMlmO .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .cid-upBGPnMlmO .title-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-upBGPnMlmO .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-upBGPnMlmO .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-upBGPnMlmO .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-upBGPnMlmO .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 850px;
  max-width: 850px;
}
@media (max-width: 1200px) {
  .cid-upBGPnMlmO .embla__slide {
    min-width: 650px;
    max-width: 650px;
  }
}
@media (max-width: 767px) {
  .cid-upBGPnMlmO .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-upBGPnMlmO .embla__slide:hover .slide-content .item-wrapper .item-img img,
.cid-upBGPnMlmO .embla__slide:focus .slide-content .item-wrapper .item-img img {
  border: 2px solid #e2090d;
}
.cid-upBGPnMlmO .embla__slide .slide-content {
  width: 100%;
}
.cid-upBGPnMlmO .embla__slide .slide-content .item-wrapper .item-img {
  margin-bottom: 32px;
}
.cid-upBGPnMlmO .embla__slide .slide-content .item-wrapper .item-img img {
  height: 480px;
  width: 100%;
  object-fit: cover;
  border: 2px solid transparent;
}
@media (max-width: 992px) {
  .cid-upBGPnMlmO .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-upBGPnMlmO .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 2px;
}
.cid-upBGPnMlmO .embla__slide .slide-content .item-wrapper .item-content .title-wrap .item-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .cid-upBGPnMlmO .embla__slide .slide-content .item-wrapper .item-content .title-wrap .item-title {
    width: 100%;
  }
}
.cid-upBGPnMlmO .embla__slide .slide-content .item-wrapper .item-content .text-wrap .item-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-upBGPnMlmO .embla__slide .slide-content .item-wrapper .item-content .text-wrap .item-text {
    width: 100%;
  }
}
.cid-upBGPnMlmO .embla__button--next,
.cid-upBGPnMlmO .embla__button--prev {
  display: flex;
}
.cid-upBGPnMlmO .embla__button {
  bottom: 0;
  width: 48px;
  height: 48px;
  font-size: 24px;
  background-color: #111111 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-upBGPnMlmO .embla__button:hover {
  transform: scale(1.05);
}
.cid-upBGPnMlmO .embla__button.embla__button--prev {
  left: 0;
}
.cid-upBGPnMlmO .embla__button.embla__button--next {
  right: 0;
}
.cid-upBGPnMlmO .embla {
  position: relative;
  margin-bottom: 50px;
  padding-bottom: 4rem;
}
@media (max-width: 992px) {
  .cid-upBGPnMlmO .embla {
    margin-bottom: 38px;
  }
}
.cid-upBGPnMlmO .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-upBGPnMlmO .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-upBGPnMlmO .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-upBGPnMlmO .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-upBGPnMlmO .item-menu-overlay {
  opacity: 0 !important;
}
.cid-upBGPnMlmO .mbr-section-title {
  color: #ffffff;
}
.cid-upBGPnMlmO .mbr-text,
.cid-upBGPnMlmO .text-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-upBGPnMlmO .mbr-desc,
.cid-upBGPnMlmO .desc-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-upBGPnMlmO .item-title,
.cid-upBGPnMlmO .title-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-upBGPnMlmO .item-text,
.cid-upBGPnMlmO .text-wrap {
  color: #9aa0a6;
  text-align: center;
}
.cid-upBGPnMlmO .mbr-section-title,
.cid-upBGPnMlmO .mbr-section-btn {
  text-align: center;
}
.cid-upTzUdSbxC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #040402;
}
.cid-upTzUdSbxC .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-upTzUdSbxC .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-upTzUdSbxC .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .cid-upTzUdSbxC .title-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-upTzUdSbxC .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-upTzUdSbxC .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-upTzUdSbxC .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-upTzUdSbxC .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 850px;
  max-width: 850px;
}
@media (max-width: 1200px) {
  .cid-upTzUdSbxC .embla__slide {
    min-width: 650px;
    max-width: 650px;
  }
}
@media (max-width: 767px) {
  .cid-upTzUdSbxC .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-upTzUdSbxC .embla__slide:hover .slide-content .item-wrapper .item-img img,
.cid-upTzUdSbxC .embla__slide:focus .slide-content .item-wrapper .item-img img {
  border: 2px solid #e2090d;
}
.cid-upTzUdSbxC .embla__slide .slide-content {
  width: 100%;
}
.cid-upTzUdSbxC .embla__slide .slide-content .item-wrapper .item-img {
  margin-bottom: 32px;
}
.cid-upTzUdSbxC .embla__slide .slide-content .item-wrapper .item-img img {
  height: 480px;
  width: 100%;
  object-fit: cover;
  border: 2px solid transparent;
}
@media (max-width: 992px) {
  .cid-upTzUdSbxC .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-upTzUdSbxC .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 2px;
}
.cid-upTzUdSbxC .embla__slide .slide-content .item-wrapper .item-content .title-wrap .item-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .cid-upTzUdSbxC .embla__slide .slide-content .item-wrapper .item-content .title-wrap .item-title {
    width: 100%;
  }
}
.cid-upTzUdSbxC .embla__slide .slide-content .item-wrapper .item-content .text-wrap .item-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-upTzUdSbxC .embla__slide .slide-content .item-wrapper .item-content .text-wrap .item-text {
    width: 100%;
  }
}
.cid-upTzUdSbxC .embla__button--next,
.cid-upTzUdSbxC .embla__button--prev {
  display: flex;
}
.cid-upTzUdSbxC .embla__button {
  bottom: 0;
  width: 48px;
  height: 48px;
  font-size: 24px;
  background-color: #111111 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-upTzUdSbxC .embla__button:hover {
  transform: scale(1.05);
}
.cid-upTzUdSbxC .embla__button.embla__button--prev {
  left: 0;
}
.cid-upTzUdSbxC .embla__button.embla__button--next {
  right: 0;
}
.cid-upTzUdSbxC .embla {
  position: relative;
  margin-bottom: 50px;
  padding-bottom: 4rem;
}
@media (max-width: 992px) {
  .cid-upTzUdSbxC .embla {
    margin-bottom: 38px;
  }
}
.cid-upTzUdSbxC .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-upTzUdSbxC .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-upTzUdSbxC .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-upTzUdSbxC .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-upTzUdSbxC .item-menu-overlay {
  opacity: 0 !important;
}
.cid-upTzUdSbxC .mbr-section-title {
  color: #ffffff;
}
.cid-upTzUdSbxC .mbr-text,
.cid-upTzUdSbxC .text-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-upTzUdSbxC .mbr-desc,
.cid-upTzUdSbxC .desc-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-upTzUdSbxC .item-title,
.cid-upTzUdSbxC .title-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-upTzUdSbxC .item-text,
.cid-upTzUdSbxC .text-wrap {
  color: #9aa0a6;
  text-align: center;
}
.cid-upTzUdSbxC .mbr-section-title,
.cid-upTzUdSbxC .mbr-section-btn {
  text-align: center;
}
.cid-uuNqx4pAHS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #040402;
}
.cid-uuNqx4pAHS .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uuNqx4pAHS .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uuNqx4pAHS .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .cid-uuNqx4pAHS .title-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uuNqx4pAHS .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uuNqx4pAHS .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uuNqx4pAHS .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uuNqx4pAHS .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 850px;
  max-width: 850px;
}
@media (max-width: 1200px) {
  .cid-uuNqx4pAHS .embla__slide {
    min-width: 650px;
    max-width: 650px;
  }
}
@media (max-width: 767px) {
  .cid-uuNqx4pAHS .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uuNqx4pAHS .embla__slide:hover .slide-content .item-wrapper .item-img img,
.cid-uuNqx4pAHS .embla__slide:focus .slide-content .item-wrapper .item-img img {
  border: 2px solid #e2090d;
}
.cid-uuNqx4pAHS .embla__slide .slide-content {
  width: 100%;
}
.cid-uuNqx4pAHS .embla__slide .slide-content .item-wrapper .item-img {
  margin-bottom: 32px;
}
.cid-uuNqx4pAHS .embla__slide .slide-content .item-wrapper .item-img img {
  height: 480px;
  width: 100%;
  object-fit: cover;
  border: 2px solid transparent;
}
@media (max-width: 992px) {
  .cid-uuNqx4pAHS .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uuNqx4pAHS .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 2px;
}
.cid-uuNqx4pAHS .embla__slide .slide-content .item-wrapper .item-content .title-wrap .item-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .cid-uuNqx4pAHS .embla__slide .slide-content .item-wrapper .item-content .title-wrap .item-title {
    width: 100%;
  }
}
.cid-uuNqx4pAHS .embla__slide .slide-content .item-wrapper .item-content .text-wrap .item-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uuNqx4pAHS .embla__slide .slide-content .item-wrapper .item-content .text-wrap .item-text {
    width: 100%;
  }
}
.cid-uuNqx4pAHS .embla__button--next,
.cid-uuNqx4pAHS .embla__button--prev {
  display: flex;
}
.cid-uuNqx4pAHS .embla__button {
  bottom: 0;
  width: 48px;
  height: 48px;
  font-size: 24px;
  background-color: #111111 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uuNqx4pAHS .embla__button:hover {
  transform: scale(1.05);
}
.cid-uuNqx4pAHS .embla__button.embla__button--prev {
  left: 0;
}
.cid-uuNqx4pAHS .embla__button.embla__button--next {
  right: 0;
}
.cid-uuNqx4pAHS .embla {
  position: relative;
  margin-bottom: 50px;
  padding-bottom: 4rem;
}
@media (max-width: 992px) {
  .cid-uuNqx4pAHS .embla {
    margin-bottom: 38px;
  }
}
.cid-uuNqx4pAHS .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uuNqx4pAHS .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uuNqx4pAHS .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uuNqx4pAHS .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uuNqx4pAHS .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uuNqx4pAHS .mbr-section-title {
  color: #ffffff;
}
.cid-uuNqx4pAHS .mbr-text,
.cid-uuNqx4pAHS .text-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uuNqx4pAHS .mbr-desc,
.cid-uuNqx4pAHS .desc-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uuNqx4pAHS .item-title,
.cid-uuNqx4pAHS .title-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-uuNqx4pAHS .item-text,
.cid-uuNqx4pAHS .text-wrap {
  color: #9aa0a6;
  text-align: center;
}
.cid-uuNqx4pAHS .mbr-section-title,
.cid-uuNqx4pAHS .mbr-section-btn {
  text-align: center;
}
.cid-uuNqXSFwCD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #040402;
}
.cid-uuNqXSFwCD .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uuNqXSFwCD .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uuNqXSFwCD .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .cid-uuNqXSFwCD .title-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uuNqXSFwCD .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uuNqXSFwCD .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uuNqXSFwCD .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uuNqXSFwCD .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 850px;
  max-width: 850px;
}
@media (max-width: 1200px) {
  .cid-uuNqXSFwCD .embla__slide {
    min-width: 650px;
    max-width: 650px;
  }
}
@media (max-width: 767px) {
  .cid-uuNqXSFwCD .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uuNqXSFwCD .embla__slide:hover .slide-content .item-wrapper .item-img img,
.cid-uuNqXSFwCD .embla__slide:focus .slide-content .item-wrapper .item-img img {
  border: 2px solid #e2090d;
}
.cid-uuNqXSFwCD .embla__slide .slide-content {
  width: 100%;
}
.cid-uuNqXSFwCD .embla__slide .slide-content .item-wrapper .item-img {
  margin-bottom: 32px;
}
.cid-uuNqXSFwCD .embla__slide .slide-content .item-wrapper .item-img img {
  height: 480px;
  width: 100%;
  object-fit: cover;
  border: 2px solid transparent;
}
@media (max-width: 992px) {
  .cid-uuNqXSFwCD .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uuNqXSFwCD .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 2px;
}
.cid-uuNqXSFwCD .embla__slide .slide-content .item-wrapper .item-content .title-wrap .item-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .cid-uuNqXSFwCD .embla__slide .slide-content .item-wrapper .item-content .title-wrap .item-title {
    width: 100%;
  }
}
.cid-uuNqXSFwCD .embla__slide .slide-content .item-wrapper .item-content .text-wrap .item-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uuNqXSFwCD .embla__slide .slide-content .item-wrapper .item-content .text-wrap .item-text {
    width: 100%;
  }
}
.cid-uuNqXSFwCD .embla__button--next,
.cid-uuNqXSFwCD .embla__button--prev {
  display: flex;
}
.cid-uuNqXSFwCD .embla__button {
  bottom: 0;
  width: 48px;
  height: 48px;
  font-size: 24px;
  background-color: #111111 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uuNqXSFwCD .embla__button:hover {
  transform: scale(1.05);
}
.cid-uuNqXSFwCD .embla__button.embla__button--prev {
  left: 0;
}
.cid-uuNqXSFwCD .embla__button.embla__button--next {
  right: 0;
}
.cid-uuNqXSFwCD .embla {
  position: relative;
  margin-bottom: 50px;
  padding-bottom: 4rem;
}
@media (max-width: 992px) {
  .cid-uuNqXSFwCD .embla {
    margin-bottom: 38px;
  }
}
.cid-uuNqXSFwCD .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uuNqXSFwCD .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uuNqXSFwCD .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uuNqXSFwCD .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uuNqXSFwCD .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uuNqXSFwCD .mbr-section-title {
  color: #ffffff;
}
.cid-uuNqXSFwCD .mbr-text,
.cid-uuNqXSFwCD .text-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uuNqXSFwCD .mbr-desc,
.cid-uuNqXSFwCD .desc-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uuNqXSFwCD .item-title,
.cid-uuNqXSFwCD .title-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-uuNqXSFwCD .item-text,
.cid-uuNqXSFwCD .text-wrap {
  color: #9aa0a6;
  text-align: center;
}
.cid-uuNqXSFwCD .mbr-section-title,
.cid-uuNqXSFwCD .mbr-section-btn {
  text-align: center;
}
.cid-uuNr8noCoQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #040402;
}
.cid-uuNr8noCoQ .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uuNr8noCoQ .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uuNr8noCoQ .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .cid-uuNr8noCoQ .title-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uuNr8noCoQ .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uuNr8noCoQ .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uuNr8noCoQ .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uuNr8noCoQ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 850px;
  max-width: 850px;
}
@media (max-width: 1200px) {
  .cid-uuNr8noCoQ .embla__slide {
    min-width: 650px;
    max-width: 650px;
  }
}
@media (max-width: 767px) {
  .cid-uuNr8noCoQ .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uuNr8noCoQ .embla__slide:hover .slide-content .item-wrapper .item-img img,
.cid-uuNr8noCoQ .embla__slide:focus .slide-content .item-wrapper .item-img img {
  border: 2px solid #e2090d;
}
.cid-uuNr8noCoQ .embla__slide .slide-content {
  width: 100%;
}
.cid-uuNr8noCoQ .embla__slide .slide-content .item-wrapper .item-img {
  margin-bottom: 32px;
}
.cid-uuNr8noCoQ .embla__slide .slide-content .item-wrapper .item-img img {
  height: 480px;
  width: 100%;
  object-fit: cover;
  border: 2px solid transparent;
}
@media (max-width: 992px) {
  .cid-uuNr8noCoQ .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uuNr8noCoQ .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 2px;
}
.cid-uuNr8noCoQ .embla__slide .slide-content .item-wrapper .item-content .title-wrap .item-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .cid-uuNr8noCoQ .embla__slide .slide-content .item-wrapper .item-content .title-wrap .item-title {
    width: 100%;
  }
}
.cid-uuNr8noCoQ .embla__slide .slide-content .item-wrapper .item-content .text-wrap .item-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uuNr8noCoQ .embla__slide .slide-content .item-wrapper .item-content .text-wrap .item-text {
    width: 100%;
  }
}
.cid-uuNr8noCoQ .embla__button--next,
.cid-uuNr8noCoQ .embla__button--prev {
  display: flex;
}
.cid-uuNr8noCoQ .embla__button {
  bottom: 0;
  width: 48px;
  height: 48px;
  font-size: 24px;
  background-color: #111111 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uuNr8noCoQ .embla__button:hover {
  transform: scale(1.05);
}
.cid-uuNr8noCoQ .embla__button.embla__button--prev {
  left: 0;
}
.cid-uuNr8noCoQ .embla__button.embla__button--next {
  right: 0;
}
.cid-uuNr8noCoQ .embla {
  position: relative;
  margin-bottom: 50px;
  padding-bottom: 4rem;
}
@media (max-width: 992px) {
  .cid-uuNr8noCoQ .embla {
    margin-bottom: 38px;
  }
}
.cid-uuNr8noCoQ .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uuNr8noCoQ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uuNr8noCoQ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uuNr8noCoQ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uuNr8noCoQ .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uuNr8noCoQ .mbr-section-title {
  color: #ffffff;
}
.cid-uuNr8noCoQ .mbr-text,
.cid-uuNr8noCoQ .text-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uuNr8noCoQ .mbr-desc,
.cid-uuNr8noCoQ .desc-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uuNr8noCoQ .item-title,
.cid-uuNr8noCoQ .title-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-uuNr8noCoQ .item-text,
.cid-uuNr8noCoQ .text-wrap {
  color: #9aa0a6;
  text-align: center;
}
.cid-uuNr8noCoQ .mbr-section-title,
.cid-uuNr8noCoQ .mbr-section-btn {
  text-align: center;
}
.cid-uqnwtOIgWu {
  padding-top: 8rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uqnwtOIgWu .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uqnwtOIgWu .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uqnwtOIgWu .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .cid-uqnwtOIgWu .title-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uqnwtOIgWu .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uqnwtOIgWu .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uqnwtOIgWu .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uqnwtOIgWu .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 850px;
  max-width: 850px;
}
@media (max-width: 1200px) {
  .cid-uqnwtOIgWu .embla__slide {
    min-width: 650px;
    max-width: 650px;
  }
}
@media (max-width: 767px) {
  .cid-uqnwtOIgWu .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uqnwtOIgWu .embla__slide:hover .slide-content .item-wrapper .item-img img,
.cid-uqnwtOIgWu .embla__slide:focus .slide-content .item-wrapper .item-img img {
  border: 2px solid #e2090d;
}
.cid-uqnwtOIgWu .embla__slide .slide-content {
  width: 100%;
}
.cid-uqnwtOIgWu .embla__slide .slide-content .item-wrapper .item-img {
  margin-bottom: 32px;
}
.cid-uqnwtOIgWu .embla__slide .slide-content .item-wrapper .item-img img {
  height: 480px;
  width: 100%;
  object-fit: cover;
  border: 2px solid transparent;
}
@media (max-width: 992px) {
  .cid-uqnwtOIgWu .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uqnwtOIgWu .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 2px;
}
.cid-uqnwtOIgWu .embla__slide .slide-content .item-wrapper .item-content .title-wrap .item-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .cid-uqnwtOIgWu .embla__slide .slide-content .item-wrapper .item-content .title-wrap .item-title {
    width: 100%;
  }
}
.cid-uqnwtOIgWu .embla__slide .slide-content .item-wrapper .item-content .text-wrap .item-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uqnwtOIgWu .embla__slide .slide-content .item-wrapper .item-content .text-wrap .item-text {
    width: 100%;
  }
}
.cid-uqnwtOIgWu .embla__button--next,
.cid-uqnwtOIgWu .embla__button--prev {
  display: flex;
}
.cid-uqnwtOIgWu .embla__button {
  bottom: 0;
  width: 48px;
  height: 48px;
  font-size: 24px;
  background-color: #111111 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uqnwtOIgWu .embla__button:hover {
  transform: scale(1.05);
}
.cid-uqnwtOIgWu .embla__button.embla__button--prev {
  left: 0;
}
.cid-uqnwtOIgWu .embla__button.embla__button--next {
  right: 0;
}
.cid-uqnwtOIgWu .embla {
  position: relative;
  margin-bottom: 50px;
  padding-bottom: 4rem;
}
@media (max-width: 992px) {
  .cid-uqnwtOIgWu .embla {
    margin-bottom: 38px;
  }
}
.cid-uqnwtOIgWu .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uqnwtOIgWu .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uqnwtOIgWu .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uqnwtOIgWu .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uqnwtOIgWu .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uqnwtOIgWu .mbr-section-title {
  color: #ffffff;
}
.cid-uqnwtOIgWu .mbr-text,
.cid-uqnwtOIgWu .text-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uqnwtOIgWu .mbr-desc,
.cid-uqnwtOIgWu .desc-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uqnwtOIgWu .item-title,
.cid-uqnwtOIgWu .title-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-uqnwtOIgWu .item-text,
.cid-uqnwtOIgWu .text-wrap {
  color: #9aa0a6;
  text-align: center;
}
.cid-uqnwtOIgWu .mbr-section-title,
.cid-uqnwtOIgWu .mbr-section-btn {
  text-align: center;
}
.cid-uqnD3OgB3v {
  padding-top: 8rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #111111;
}
.cid-uqnD3OgB3v .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uqnD3OgB3v .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uqnD3OgB3v .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .cid-uqnD3OgB3v .title-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uqnD3OgB3v .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uqnD3OgB3v .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uqnD3OgB3v .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uqnD3OgB3v .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 850px;
  max-width: 850px;
}
@media (max-width: 1200px) {
  .cid-uqnD3OgB3v .embla__slide {
    min-width: 650px;
    max-width: 650px;
  }
}
@media (max-width: 767px) {
  .cid-uqnD3OgB3v .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uqnD3OgB3v .embla__slide:hover .slide-content .item-wrapper .item-img img,
.cid-uqnD3OgB3v .embla__slide:focus .slide-content .item-wrapper .item-img img {
  border: 2px solid #e2090d;
}
.cid-uqnD3OgB3v .embla__slide .slide-content {
  width: 100%;
}
.cid-uqnD3OgB3v .embla__slide .slide-content .item-wrapper .item-img {
  margin-bottom: 32px;
}
.cid-uqnD3OgB3v .embla__slide .slide-content .item-wrapper .item-img img {
  height: 480px;
  width: 100%;
  object-fit: cover;
  border: 2px solid transparent;
}
@media (max-width: 992px) {
  .cid-uqnD3OgB3v .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uqnD3OgB3v .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 2px;
}
.cid-uqnD3OgB3v .embla__slide .slide-content .item-wrapper .item-content .title-wrap .item-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .cid-uqnD3OgB3v .embla__slide .slide-content .item-wrapper .item-content .title-wrap .item-title {
    width: 100%;
  }
}
.cid-uqnD3OgB3v .embla__slide .slide-content .item-wrapper .item-content .text-wrap .item-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uqnD3OgB3v .embla__slide .slide-content .item-wrapper .item-content .text-wrap .item-text {
    width: 100%;
  }
}
.cid-uqnD3OgB3v .embla__button--next,
.cid-uqnD3OgB3v .embla__button--prev {
  display: flex;
}
.cid-uqnD3OgB3v .embla__button {
  bottom: 0;
  width: 48px;
  height: 48px;
  font-size: 24px;
  background-color: #111111 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uqnD3OgB3v .embla__button:hover {
  transform: scale(1.05);
}
.cid-uqnD3OgB3v .embla__button.embla__button--prev {
  left: 0;
}
.cid-uqnD3OgB3v .embla__button.embla__button--next {
  right: 0;
}
.cid-uqnD3OgB3v .embla {
  position: relative;
  margin-bottom: 50px;
  padding-bottom: 4rem;
}
@media (max-width: 992px) {
  .cid-uqnD3OgB3v .embla {
    margin-bottom: 38px;
  }
}
.cid-uqnD3OgB3v .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uqnD3OgB3v .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uqnD3OgB3v .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uqnD3OgB3v .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uqnD3OgB3v .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uqnD3OgB3v .mbr-section-title {
  color: #ffffff;
}
.cid-uqnD3OgB3v .mbr-text,
.cid-uqnD3OgB3v .text-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uqnD3OgB3v .mbr-desc,
.cid-uqnD3OgB3v .desc-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uqnD3OgB3v .item-title,
.cid-uqnD3OgB3v .title-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-uqnD3OgB3v .item-text,
.cid-uqnD3OgB3v .text-wrap {
  color: #9aa0a6;
  text-align: center;
}
.cid-uqnD3OgB3v .mbr-section-title,
.cid-uqnD3OgB3v .mbr-section-btn {
  text-align: center;
}
.cid-uqxZ5OdQqz {
  padding-top: 8rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uqxZ5OdQqz .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uqxZ5OdQqz .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uqxZ5OdQqz .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .cid-uqxZ5OdQqz .title-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uqxZ5OdQqz .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uqxZ5OdQqz .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uqxZ5OdQqz .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uqxZ5OdQqz .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 850px;
  max-width: 850px;
}
@media (max-width: 1200px) {
  .cid-uqxZ5OdQqz .embla__slide {
    min-width: 650px;
    max-width: 650px;
  }
}
@media (max-width: 767px) {
  .cid-uqxZ5OdQqz .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uqxZ5OdQqz .embla__slide:hover .slide-content .item-wrapper .item-img img,
.cid-uqxZ5OdQqz .embla__slide:focus .slide-content .item-wrapper .item-img img {
  border: 2px solid #e2090d;
}
.cid-uqxZ5OdQqz .embla__slide .slide-content {
  width: 100%;
}
.cid-uqxZ5OdQqz .embla__slide .slide-content .item-wrapper .item-img {
  margin-bottom: 32px;
}
.cid-uqxZ5OdQqz .embla__slide .slide-content .item-wrapper .item-img img {
  height: 480px;
  width: 100%;
  object-fit: cover;
  border: 2px solid transparent;
}
@media (max-width: 992px) {
  .cid-uqxZ5OdQqz .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uqxZ5OdQqz .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 2px;
}
.cid-uqxZ5OdQqz .embla__slide .slide-content .item-wrapper .item-content .title-wrap .item-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .cid-uqxZ5OdQqz .embla__slide .slide-content .item-wrapper .item-content .title-wrap .item-title {
    width: 100%;
  }
}
.cid-uqxZ5OdQqz .embla__slide .slide-content .item-wrapper .item-content .text-wrap .item-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uqxZ5OdQqz .embla__slide .slide-content .item-wrapper .item-content .text-wrap .item-text {
    width: 100%;
  }
}
.cid-uqxZ5OdQqz .embla__button--next,
.cid-uqxZ5OdQqz .embla__button--prev {
  display: flex;
}
.cid-uqxZ5OdQqz .embla__button {
  bottom: 0;
  width: 48px;
  height: 48px;
  font-size: 24px;
  background-color: #111111 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uqxZ5OdQqz .embla__button:hover {
  transform: scale(1.05);
}
.cid-uqxZ5OdQqz .embla__button.embla__button--prev {
  left: 0;
}
.cid-uqxZ5OdQqz .embla__button.embla__button--next {
  right: 0;
}
.cid-uqxZ5OdQqz .embla {
  position: relative;
  margin-bottom: 50px;
  padding-bottom: 4rem;
}
@media (max-width: 992px) {
  .cid-uqxZ5OdQqz .embla {
    margin-bottom: 38px;
  }
}
.cid-uqxZ5OdQqz .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uqxZ5OdQqz .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uqxZ5OdQqz .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uqxZ5OdQqz .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uqxZ5OdQqz .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uqxZ5OdQqz .mbr-section-title {
  color: #ffffff;
}
.cid-uqxZ5OdQqz .mbr-text,
.cid-uqxZ5OdQqz .text-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uqxZ5OdQqz .mbr-desc,
.cid-uqxZ5OdQqz .desc-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uqxZ5OdQqz .item-title,
.cid-uqxZ5OdQqz .title-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-uqxZ5OdQqz .item-text,
.cid-uqxZ5OdQqz .text-wrap {
  color: #9aa0a6;
  text-align: center;
}
.cid-uqxZ5OdQqz .mbr-section-title,
.cid-uqxZ5OdQqz .mbr-section-btn {
  text-align: center;
}
.cid-uqyhgprj8F {
  padding-top: 8rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uqyhgprj8F .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uqyhgprj8F .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uqyhgprj8F .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .cid-uqyhgprj8F .title-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uqyhgprj8F .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uqyhgprj8F .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uqyhgprj8F .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uqyhgprj8F .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 850px;
  max-width: 850px;
}
@media (max-width: 1200px) {
  .cid-uqyhgprj8F .embla__slide {
    min-width: 650px;
    max-width: 650px;
  }
}
@media (max-width: 767px) {
  .cid-uqyhgprj8F .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uqyhgprj8F .embla__slide:hover .slide-content .item-wrapper .item-img img,
.cid-uqyhgprj8F .embla__slide:focus .slide-content .item-wrapper .item-img img {
  border: 2px solid #e2090d;
}
.cid-uqyhgprj8F .embla__slide .slide-content {
  width: 100%;
}
.cid-uqyhgprj8F .embla__slide .slide-content .item-wrapper .item-img {
  margin-bottom: 32px;
}
.cid-uqyhgprj8F .embla__slide .slide-content .item-wrapper .item-img img {
  height: 480px;
  width: 100%;
  object-fit: cover;
  border: 2px solid transparent;
}
@media (max-width: 992px) {
  .cid-uqyhgprj8F .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uqyhgprj8F .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 2px;
}
.cid-uqyhgprj8F .embla__slide .slide-content .item-wrapper .item-content .title-wrap .item-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .cid-uqyhgprj8F .embla__slide .slide-content .item-wrapper .item-content .title-wrap .item-title {
    width: 100%;
  }
}
.cid-uqyhgprj8F .embla__slide .slide-content .item-wrapper .item-content .text-wrap .item-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uqyhgprj8F .embla__slide .slide-content .item-wrapper .item-content .text-wrap .item-text {
    width: 100%;
  }
}
.cid-uqyhgprj8F .embla__button--next,
.cid-uqyhgprj8F .embla__button--prev {
  display: flex;
}
.cid-uqyhgprj8F .embla__button {
  bottom: 0;
  width: 48px;
  height: 48px;
  font-size: 24px;
  background-color: #111111 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uqyhgprj8F .embla__button:hover {
  transform: scale(1.05);
}
.cid-uqyhgprj8F .embla__button.embla__button--prev {
  left: 0;
}
.cid-uqyhgprj8F .embla__button.embla__button--next {
  right: 0;
}
.cid-uqyhgprj8F .embla {
  position: relative;
  margin-bottom: 50px;
  padding-bottom: 4rem;
}
@media (max-width: 992px) {
  .cid-uqyhgprj8F .embla {
    margin-bottom: 38px;
  }
}
.cid-uqyhgprj8F .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uqyhgprj8F .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uqyhgprj8F .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uqyhgprj8F .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uqyhgprj8F .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uqyhgprj8F .mbr-section-title {
  color: #ffffff;
}
.cid-uqyhgprj8F .mbr-text,
.cid-uqyhgprj8F .text-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uqyhgprj8F .mbr-desc,
.cid-uqyhgprj8F .desc-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uqyhgprj8F .item-title,
.cid-uqyhgprj8F .title-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-uqyhgprj8F .item-text,
.cid-uqyhgprj8F .text-wrap {
  color: #9aa0a6;
  text-align: center;
}
.cid-uqyhgprj8F .mbr-section-title,
.cid-uqyhgprj8F .mbr-section-btn {
  text-align: center;
}
.cid-upBELcwRqA {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #111111;
}
.cid-upBELcwRqA img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-upBELcwRqA .link-wrapper {
  margin-bottom: 1rem;
}
.cid-upBELcwRqA .link-wrapper .mbr-iconfont {
  border: 1px solid #999999;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem;
  color: #999999;
}
.cid-upBELcwRqA .img-wrapper .mbr-iconfont {
  font-size: 3rem;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding-bottom: 1rem;
  background: linear-gradient(to left, #fa7e73, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-upBELcwRqA .card-wrapper {
  background: #191919;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-upBELcwRqA .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-upBELcwRqA .first:hover:before {
  content: none;
}
.cid-upBELcwRqA .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 200px;
  background: linear-gradient(to left, #fa7e73, #e2090d);
  content: '';
}
.cid-upBELcwRqA .last:hover:after {
  content: none;
}
.cid-upBELcwRqA .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 200px;
  background: linear-gradient(to left, #fa7e73, #e2090d);
  content: '';
}
.cid-upBELcwRqA .mbr-section-text {
  color: #999999;
}
.cid-upBELcwRqA .card {
  z-index: 1;
  min-height: 200px;
  margin-bottom: 2rem;
  position: relative;
  transition: all 0.3s;
}
.cid-upBELcwRqA .card .img-wrapper {
  overflow: hidden;
}
.cid-upBELcwRqA .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-upBELcwRqA .card:hover .mbr-iconfont {
  color: #ffffff !important;
  border-color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-upBELcwRqA .card:hover .card-wrapper {
  background: linear-gradient(to left, #fa7e73, #e2090d);
  color: #ffffff !important;
}
.cid-upBELcwRqA .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
.cid-upBELcUzsQ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #040402;
}
.cid-upBELcUzsQ .mbr-text1 {
  color: #999999;
}
.cid-upBELcUzsQ .mbr-text2 {
  color: #999999;
}
.cid-upBELcUzsQ p {
  margin: 0;
}
.cid-uqyzhD3BIe .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uqyzhD3BIe .btn {
  white-space: nowrap;
}
.cid-uqyzhD3BIe .nav-link,
.cid-uqyzhD3BIe .icons-menu .mbr-iconfont,
.cid-uqyzhD3BIe .dropdown-item {
  transition: all 0.1s;
}
.cid-uqyzhD3BIe .nav-link:hover,
.cid-uqyzhD3BIe .icons-menu .mbr-iconfont:hover,
.cid-uqyzhD3BIe .dropdown-item:hover {
  color: #fa7e73 !important;
}
@media (max-width: 992px) {
  .cid-uqyzhD3BIe .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-uqyzhD3BIe .container {
  display: flex;
  margin: auto;
}
.cid-uqyzhD3BIe .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #465052;
}
.cid-uqyzhD3BIe .navbar.opened {
  transition: all .3s;
}
.cid-uqyzhD3BIe .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uqyzhD3BIe .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uqyzhD3BIe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uqyzhD3BIe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uqyzhD3BIe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.1rem);
  }
}
.cid-uqyzhD3BIe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uqyzhD3BIe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uqyzhD3BIe .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uqyzhD3BIe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uqyzhD3BIe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uqyzhD3BIe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uqyzhD3BIe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uqyzhD3BIe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uqyzhD3BIe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uqyzhD3BIe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uqyzhD3BIe .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uqyzhD3BIe .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uqyzhD3BIe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uqyzhD3BIe .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uqyzhD3BIe .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uqyzhD3BIe .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uqyzhD3BIe .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uqyzhD3BIe .navbar.navbar-short {
  background: #465052 !important;
  min-height: 60px;
}
.cid-uqyzhD3BIe .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uqyzhD3BIe .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uqyzhD3BIe .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-uqyzhD3BIe .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-uqyzhD3BIe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uqyzhD3BIe .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uqyzhD3BIe .navbar-caption {
  padding-right: 4rem;
}
.cid-uqyzhD3BIe .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-uqyzhD3BIe .dropdown-menu,
.cid-uqyzhD3BIe .navbar.opened {
  background: #000000 !important;
}
.cid-uqyzhD3BIe .nav-item:focus,
.cid-uqyzhD3BIe .nav-link:focus {
  outline: none;
}
.cid-uqyzhD3BIe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uqyzhD3BIe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uqyzhD3BIe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uqyzhD3BIe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uqyzhD3BIe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uqyzhD3BIe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-uqyzhD3BIe .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uqyzhD3BIe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uqyzhD3BIe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uqyzhD3BIe .dropdown-item.active,
.cid-uqyzhD3BIe .dropdown-item:active {
  background-color: transparent;
}
.cid-uqyzhD3BIe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uqyzhD3BIe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uqyzhD3BIe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uqyzhD3BIe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #465052;
}
.cid-uqyzhD3BIe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uqyzhD3BIe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uqyzhD3BIe ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uqyzhD3BIe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uqyzhD3BIe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uqyzhD3BIe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uqyzhD3BIe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uqyzhD3BIe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uqyzhD3BIe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uqyzhD3BIe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uqyzhD3BIe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uqyzhD3BIe nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uqyzhD3BIe nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uqyzhD3BIe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uqyzhD3BIe .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uqyzhD3BIe a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uqyzhD3BIe .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-uqyzhD3BIe .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uqyzhD3BIe .navbar {
    height: 77px;
  }
  .cid-uqyzhD3BIe .navbar.opened {
    height: auto;
  }
  .cid-uqyzhD3BIe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uqyzhD3BIe .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-uqzB417H4u {
  padding-top: 8rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uqzB417H4u .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uqzB417H4u .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uqzB417H4u .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .cid-uqzB417H4u .title-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uqzB417H4u .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uqzB417H4u .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uqzB417H4u .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uqzB417H4u .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 850px;
  max-width: 850px;
}
@media (max-width: 1200px) {
  .cid-uqzB417H4u .embla__slide {
    min-width: 650px;
    max-width: 650px;
  }
}
@media (max-width: 767px) {
  .cid-uqzB417H4u .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uqzB417H4u .embla__slide:hover .slide-content .item-wrapper .item-img img,
.cid-uqzB417H4u .embla__slide:focus .slide-content .item-wrapper .item-img img {
  border: 2px solid #e2090d;
}
.cid-uqzB417H4u .embla__slide .slide-content {
  width: 100%;
}
.cid-uqzB417H4u .embla__slide .slide-content .item-wrapper .item-img {
  margin-bottom: 32px;
}
.cid-uqzB417H4u .embla__slide .slide-content .item-wrapper .item-img img {
  height: 480px;
  width: 100%;
  object-fit: cover;
  border: 2px solid transparent;
}
@media (max-width: 992px) {
  .cid-uqzB417H4u .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uqzB417H4u .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 2px;
}
.cid-uqzB417H4u .embla__slide .slide-content .item-wrapper .item-content .title-wrap .item-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .cid-uqzB417H4u .embla__slide .slide-content .item-wrapper .item-content .title-wrap .item-title {
    width: 100%;
  }
}
.cid-uqzB417H4u .embla__slide .slide-content .item-wrapper .item-content .text-wrap .item-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uqzB417H4u .embla__slide .slide-content .item-wrapper .item-content .text-wrap .item-text {
    width: 100%;
  }
}
.cid-uqzB417H4u .embla__button--next,
.cid-uqzB417H4u .embla__button--prev {
  display: flex;
}
.cid-uqzB417H4u .embla__button {
  bottom: 0;
  width: 48px;
  height: 48px;
  font-size: 24px;
  background-color: #111111 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uqzB417H4u .embla__button:hover {
  transform: scale(1.05);
}
.cid-uqzB417H4u .embla__button.embla__button--prev {
  left: 0;
}
.cid-uqzB417H4u .embla__button.embla__button--next {
  right: 0;
}
.cid-uqzB417H4u .embla {
  position: relative;
  margin-bottom: 50px;
  padding-bottom: 4rem;
}
@media (max-width: 992px) {
  .cid-uqzB417H4u .embla {
    margin-bottom: 38px;
  }
}
.cid-uqzB417H4u .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uqzB417H4u .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uqzB417H4u .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uqzB417H4u .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uqzB417H4u .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uqzB417H4u .mbr-section-title {
  color: #ffffff;
}
.cid-uqzB417H4u .mbr-text,
.cid-uqzB417H4u .text-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uqzB417H4u .mbr-desc,
.cid-uqzB417H4u .desc-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uqzB417H4u .item-title,
.cid-uqzB417H4u .title-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-uqzB417H4u .item-text,
.cid-uqzB417H4u .text-wrap {
  color: #9aa0a6;
  text-align: center;
}
.cid-uqzB417H4u .mbr-section-title,
.cid-uqzB417H4u .mbr-section-btn {
  text-align: center;
}
.cid-uqyzhHmosj {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #111111;
}
.cid-uqyzhHmosj img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-uqyzhHmosj .link-wrapper {
  margin-bottom: 1rem;
}
.cid-uqyzhHmosj .link-wrapper .mbr-iconfont {
  border: 1px solid #999999;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem;
  color: #999999;
}
.cid-uqyzhHmosj .img-wrapper .mbr-iconfont {
  font-size: 3rem;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding-bottom: 1rem;
  background: linear-gradient(to left, #fa7e73, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uqyzhHmosj .card-wrapper {
  background: #191919;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uqyzhHmosj .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uqyzhHmosj .first:hover:before {
  content: none;
}
.cid-uqyzhHmosj .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 200px;
  background: linear-gradient(to left, #fa7e73, #e2090d);
  content: '';
}
.cid-uqyzhHmosj .last:hover:after {
  content: none;
}
.cid-uqyzhHmosj .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 200px;
  background: linear-gradient(to left, #fa7e73, #e2090d);
  content: '';
}
.cid-uqyzhHmosj .mbr-section-text {
  color: #999999;
}
.cid-uqyzhHmosj .card {
  z-index: 1;
  min-height: 200px;
  margin-bottom: 2rem;
  position: relative;
  transition: all 0.3s;
}
.cid-uqyzhHmosj .card .img-wrapper {
  overflow: hidden;
}
.cid-uqyzhHmosj .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-uqyzhHmosj .card:hover .mbr-iconfont {
  color: #ffffff !important;
  border-color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-uqyzhHmosj .card:hover .card-wrapper {
  background: linear-gradient(to left, #fa7e73, #e2090d);
  color: #ffffff !important;
}
.cid-uqyzhHmosj .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
.cid-uqyzhHJCX9 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #040402;
}
.cid-uqyzhHJCX9 .mbr-text1 {
  color: #999999;
}
.cid-uqyzhHJCX9 .mbr-text2 {
  color: #999999;
}
.cid-uqyzhHJCX9 p {
  margin: 0;
}
