@import url(https://fonts.googleapis.com/css?family=Jost:100,200,300,400,500,600,700,800,900,100i,200i,300i,400i,500i,600i,700i,800i,900i&display=swap);





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: #5758e0 !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, #fc5130, #e2090d);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #fc5130 !important;
  border-color: #fc5130 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #dc2603 !important;
  border-color: #dc2603 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #dc2603 !important;
  border-color: #dc2603 !important;
}
.btn-secondary:hover {
  background-color: #e2090d !important;
  border-color: #e2090d !important;
}
.btn-secondary:hover,
.btn-secondary:focus {
  background: linear-gradient(to left, #fc5130, #fc5130);
  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, #fc5130, #82786e);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-success,
.btn-success:active {
  background-color: #5758e0 !important;
  border-color: #5758e0 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2526c6 !important;
  border-color: #2526c6 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2526c6 !important;
  border-color: #2526c6 !important;
}
.btn-success:hover {
  background-color: #e2090d !important;
  border-color: #e2090d !important;
}
.btn-success:hover,
.btn-success:focus {
  background: linear-gradient(to left, #fc5130, #5758e0);
  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, #fc5130, #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, #fc5130, #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, #fc5130, #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, #fc5130, #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, #fc5130, #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: #fc5130;
  color: #fc5130;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #fc5130;
  border-color: #fc5130;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #fc5130 !important;
  border-color: #fc5130 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus {
  background: linear-gradient(to left, #fc5130, #fc5130);
  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, #fc5130, #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: #5758e0;
  color: #5758e0;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #5758e0;
  border-color: #5758e0;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #5758e0 !important;
  border-color: #5758e0 !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus {
  background: linear-gradient(to left, #fc5130, #5758e0);
  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, #fc5130, #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, #fc5130, #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, #fc5130, #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, #fc5130, #f3f3f3);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.text-primary {
  color: #e2090d !important;
}
.text-secondary {
  color: #fc5130 !important;
}
.text-success {
  color: #5758e0 !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: #fda695 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #adaef0 !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-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #e2090d;
  border-color: #e2090d;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
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: #ffffff;
}
.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*/
#scrollToTop a {
  border-radius: 100px;
}
blockquote {
  border-color: #e2090d;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #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: #ffffff !important;
  background: #fc5130 !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-s1YLZwONfz .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-s1YLZwONfz .btn {
  white-space: nowrap;
}
.cid-s1YLZwONfz .nav-link,
.cid-s1YLZwONfz .icons-menu .mbr-iconfont,
.cid-s1YLZwONfz .dropdown-item {
  transition: all 0.1s;
}
.cid-s1YLZwONfz .nav-link:hover,
.cid-s1YLZwONfz .icons-menu .mbr-iconfont:hover,
.cid-s1YLZwONfz .dropdown-item:hover {
  color: #fc5130 !important;
}
@media (max-width: 992px) {
  .cid-s1YLZwONfz .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-s1YLZwONfz .container {
  display: flex;
  margin: auto;
}
.cid-s1YLZwONfz .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #040402;
}
.cid-s1YLZwONfz .navbar.opened {
  transition: all .3s;
}
.cid-s1YLZwONfz .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-s1YLZwONfz .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-s1YLZwONfz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s1YLZwONfz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-s1YLZwONfz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s1YLZwONfz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s1YLZwONfz .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-s1YLZwONfz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s1YLZwONfz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s1YLZwONfz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s1YLZwONfz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s1YLZwONfz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s1YLZwONfz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s1YLZwONfz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s1YLZwONfz .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-s1YLZwONfz .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s1YLZwONfz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s1YLZwONfz .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s1YLZwONfz .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-s1YLZwONfz .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s1YLZwONfz .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s1YLZwONfz .navbar.navbar-short {
  background: #040402 !important;
  min-height: 60px;
}
.cid-s1YLZwONfz .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s1YLZwONfz .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s1YLZwONfz .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-s1YLZwONfz .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-s1YLZwONfz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s1YLZwONfz .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s1YLZwONfz .navbar-caption {
  padding-right: 4rem;
}
.cid-s1YLZwONfz .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-s1YLZwONfz .dropdown-menu,
.cid-s1YLZwONfz .navbar.opened {
  background: #191919 !important;
}
.cid-s1YLZwONfz .nav-item:focus,
.cid-s1YLZwONfz .nav-link:focus {
  outline: none;
}
.cid-s1YLZwONfz .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-s1YLZwONfz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s1YLZwONfz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s1YLZwONfz .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-s1YLZwONfz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s1YLZwONfz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-s1YLZwONfz .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-s1YLZwONfz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s1YLZwONfz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s1YLZwONfz .dropdown-item.active,
.cid-s1YLZwONfz .dropdown-item:active {
  background-color: transparent;
}
.cid-s1YLZwONfz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s1YLZwONfz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s1YLZwONfz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s1YLZwONfz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #040402;
}
.cid-s1YLZwONfz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s1YLZwONfz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s1YLZwONfz ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s1YLZwONfz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s1YLZwONfz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s1YLZwONfz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-s1YLZwONfz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s1YLZwONfz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s1YLZwONfz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s1YLZwONfz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s1YLZwONfz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1YLZwONfz nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s1YLZwONfz nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s1YLZwONfz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1YLZwONfz .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s1YLZwONfz a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s1YLZwONfz .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-s1YLZwONfz .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s1YLZwONfz .navbar {
    height: 77px;
  }
  .cid-s1YLZwONfz .navbar.opened {
    height: auto;
  }
  .cid-s1YLZwONfz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s1YLZwONfz .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-s1YLYYtmhw {
  padding-top: 165px;
  padding-bottom: 195px;
  background-color: #040402;
}
.cid-s1YLYYtmhw H1 {
  color: #e2090d;
}
.cid-s1YLYYtmhw h1 {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-s1YLYYtmhw img {
  width: 100%;
}
.cid-s1YLYYtmhw .mbr-text,
.cid-s1YLYYtmhw .mbr-section-btn {
  color: #999999;
}
.cid-sqarF8zg0I {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #000000;
}
.cid-sqarF8zg0I .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-sqarF8zg0I .mbr-text,
.cid-sqarF8zg0I .mbr-section-btn {
  color: #999999;
}
.cid-sqa7Q0fYqj {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #000000;
}
.cid-sqa7Q0fYqj .container-fluid {
  padding: 0 3rem;
}
.cid-sqa7Q0fYqj .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #e2090d 50%, #fc5130 120%);
  display: inline-block;
}
.cid-sqa7Q0fYqj .timeline-text-content {
  padding: 2rem 2.5rem;
  margin-left: 2rem;
  text-align: left;
}
.cid-sqa7Q0fYqj .timeline-text-content p {
  margin-bottom: 0;
}
.cid-sqa7Q0fYqj .time-line-date-content {
  margin-right: 2rem;
}
.cid-sqa7Q0fYqj .time-line-date-content p {
  padding: 2rem 1.4rem;
  float: right;
}
.cid-sqa7Q0fYqj .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
}
.cid-sqa7Q0fYqj .iconBackground {
  position: absolute;
  left: 25%;
  width: 20px;
  height: 20px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #e2090d;
  font-size: 30px;
  display: inline-block;
  top: 29px;
  margin-left: -10px;
}
.cid-sqa7Q0fYqj .separline:before,
.cid-sqa7Q0fYqj .first-separline:before {
  top: 3rem;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #e2090d;
  left: calc(25% - 1px);
  height: calc(100% + 2rem);
}
.cid-sqa7Q0fYqj .separline:after {
  top: calc(100% + 6.1rem);
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #e2090d;
  left: calc(25% - 1px);
  height: 100%;
}
@media (max-width: 768px) {
  .cid-sqa7Q0fYqj .container-fluid {
    padding: 0 1rem;
  }
  .cid-sqa7Q0fYqj .iconBackground {
    left: 10px !important;
    top: 33px;
  }
  .cid-sqa7Q0fYqj .separline:before,
  .cid-sqa7Q0fYqj .first-separline:before {
    left: 9px !important;
    top: 3.3rem;
  }
  .cid-sqa7Q0fYqj .separline:after {
    left: 9px !important;
    top: calc(100% + 6.4rem);
  }
  .cid-sqa7Q0fYqj .timeline-text-content {
    margin-left: 0 !important;
  }
  .cid-sqa7Q0fYqj .time-line-date-content {
    margin-right: 0 !important;
  }
  .cid-sqa7Q0fYqj .time-line-date-content p {
    float: left !important;
  }
  .cid-sqa7Q0fYqj .mbr-timeline-date {
    padding-bottom: 0 !important;
  }
}
.cid-sqa7Q0fYqj .reverseTimeline {
  display: flex;
  flex-direction: column-reverse;
}
.cid-sqa7Q0fYqj .mbr-section-title,
.cid-sqa7Q0fYqj .underline {
  color: #ffffff;
}
.cid-sqa7Q0fYqj .mbr-timeline-date {
  color: #ffffff;
}
.cid-sqa7Q0fYqj .mbr-timeline-title {
  color: #ffffff;
}
.cid-sqa7Q0fYqj .mbr-timeline-text {
  color: #ffffff;
}
.cid-sqax6v8xOa {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-sqax6v8xOa {
    padding-top: 25px;
    padding-bottom: 0px;
  }
}
.cid-sqax6v8xOa .row > div,
.cid-sqax6v8xOa .mbr-section-title {
  color: #ffffff;
}
.cid-sqawvNOxyP {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
  z-index: 1;
}
.cid-sqawvNOxyP .card-box {
  padding: 0rem;
  height: 110px;
}
.cid-sqawvNOxyP .card {
  max-width: 100%;
}
.cid-sqawvNOxyP .icon-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 110px;
}
.cid-sqawvNOxyP .wrapper {
  width: 100%;
  display: flex;
  padding: 0 1rem;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-sqawvNOxyP .row {
  background: #000000;
  position: relative;
  z-index: 0;
  padding: 4rem 0;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .cid-sqawvNOxyP .row {
    margin: 0rem;
  }
}
.cid-sqawvNOxyP .card-wrapper {
  display: flex;
  flex-direction: column;
}
.cid-sqawvNOxyP .card-wrapper:before {
  content: '';
  width: 2rem;
  height: 2px;
  background: #1c1c25;
  position: absolute;
  top: 50%;
  right: 0px;
  z-index: -1;
}
.cid-sqawvNOxyP .card-wrapper:after {
  content: '';
  width: 2rem;
  height: 2px;
  background: #1c1c25;
  position: absolute;
  top: 50%;
  left: 0px;
  z-index: -1;
}
.cid-sqawvNOxyP .container-fluid {
  overflow: hidden;
}
.cid-sqawvNOxyP .order {
  display: flex;
  flex-direction: column-reverse;
}
@media (max-width: 767px) {
  .cid-sqawvNOxyP .order {
    flex-direction: column;
  }
}
.cid-sqawvNOxyP .card-title {
  transition: all 0.3s;
}
@media (min-width: 992px) {
  .cid-sqawvNOxyP .col-lg-x {
    -ms-flex: 0 0 33.3%;
    flex: 0 0 33.3%;
    max-width: 33.3%;
  }
}
@media (min-width: 1600px) {
  .cid-sqawvNOxyP .col-lg-x {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (max-width: 1600px) {
  .cid-sqawvNOxyP .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-sqawvNOxyP .number-wrapper {
  position: relative;
  margin: 3rem auto;
  width: fit-content;
}
.cid-sqawvNOxyP .number-wrapper:before {
  content: '';
  width: 9999px;
  height: 2px;
  background: #1c1c25;
  position: absolute;
  top: 50%;
  right: 30px;
  z-index: -1;
}
.cid-sqawvNOxyP .number-wrapper:after {
  content: '';
  width: 9999px;
  height: 2px;
  background: #1c1c25;
  position: absolute;
  top: 50%;
  left: 30px;
  z-index: -1;
}
.cid-sqawvNOxyP .number-wrapper .icon-bg {
  position: absolute;
  overflow: visible;
  top: 3px;
  right: -3px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 4px;
}
.cid-sqawvNOxyP .mbr-iconfont {
  font-size: 6rem;
  height: 100px;
}
.cid-sqawvNOxyP .icon1 {
  color: #e2090d;
}
.cid-sqawvNOxyP .icon2 {
  color: #e2090d;
}
.cid-sqawvNOxyP .icon3 {
  color: #e2090d;
}
.cid-sqawvNOxyP .icon4 {
  color: #e2090d;
}
.cid-sqawvNOxyP .icon5 {
  color: #e2090d;
}
.cid-sqawvNOxyP .number1 {
  background: #e2090d;
}
.cid-sqawvNOxyP .number2 {
  background: #e2090d;
}
.cid-sqawvNOxyP .number3 {
  background: #e2090d;
}
.cid-sqawvNOxyP .number4 {
  background: #e2090d;
}
.cid-sqawvNOxyP .number5 {
  background: #e2090d;
}
.cid-sqawvNOxyP .number {
  color: #1c1c25;
  font-size: 0.8rem;
  font-weight: 600;
}
.cid-sqawvNOxyP .card-text {
  color: #ffffff;
}
.cid-sqawvNOxyP .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #1c1c25 inset;
  border-radius: 4px;
  min-width: 20px;
  width: 20px;
  align-items: center;
  display: flex;
  height: 20px;
  justify-content: center;
  transition: all 0.3s;
}
.cid-sqaQcjRWEP {
  padding-top: 45px;
  padding-bottom: 0px;
  position: relative;
  background-color: #000000;
}
.cid-sqaQcjRWEP p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-sqaQcjRWEP .panel-title {
  border-bottom: 2px solid #e2090d;
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  padding-right: 2rem;
}
.cid-sqaQcjRWEP .collapsed {
  border: none;
}
.cid-sqaQcjRWEP .collapsed span {
  transform: rotate(0deg);
}
.cid-sqaQcjRWEP span {
  font-size: 1.4rem;
  transition: all 0.3s;
  transform: rotate(45deg);
  background: linear-gradient(to left, #fc5130, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
}
.cid-sqaQcjRWEP .panel-body {
  padding-top: 0.5rem;
}
.cid-sqaQcjRWEP .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-sqaQcjRWEP .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #191919;
  padding: 0;
}
.cid-sqaQcjRWEP .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  text-decoration: none !important;
  line-height: normal;
}
.cid-sqaQcjRWEP .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sqaQcjRWEP .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-sqaQcjRWEP .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-sqaQcjRWEP .panel-text {
  color: #767676;
}
.cid-sqaQcjRWEP H4 {
  color: #999999;
}
.cid-sqaQcjRWEP H2 {
  color: #ffffff;
}
.cid-sqaQcjRWEP .mbr-section-text {
  color: #999999;
}
.cid-sqaRq2DRP3 {
  padding-top: 0px;
  padding-bottom: 90px;
  position: relative;
  background-color: #000000;
}
.cid-sqaRq2DRP3 p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-sqaRq2DRP3 .panel-title {
  border-bottom: 2px solid #e2090d;
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  padding-right: 2rem;
}
.cid-sqaRq2DRP3 .collapsed {
  border: none;
}
.cid-sqaRq2DRP3 .collapsed span {
  transform: rotate(0deg);
}
.cid-sqaRq2DRP3 span {
  font-size: 1.4rem;
  transition: all 0.3s;
  transform: rotate(45deg);
  background: linear-gradient(to left, #fc5130, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
}
.cid-sqaRq2DRP3 .panel-body {
  padding-top: 0.5rem;
}
.cid-sqaRq2DRP3 .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-sqaRq2DRP3 .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #191919;
  padding: 0;
}
.cid-sqaRq2DRP3 .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  text-decoration: none !important;
  line-height: normal;
}
.cid-sqaRq2DRP3 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sqaRq2DRP3 .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-sqaRq2DRP3 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-sqaRq2DRP3 .panel-text {
  color: #767676;
}
.cid-sqaRq2DRP3 H4 {
  color: #999999;
}
.cid-sqaRq2DRP3 H2 {
  color: #ffffff;
}
.cid-sqaRq2DRP3 .mbr-section-text {
  color: #999999;
}
.cid-sqaSQRRGeJ {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #000000;
}
.cid-sqaSQRRGeJ .card-box {
  padding: 0 1rem;
  position: relative;
  z-index: 2;
}
.cid-sqaSQRRGeJ .card-img {
  padding-bottom: 1rem;
}
.cid-sqaSQRRGeJ .card {
  cursor: pointer;
  transition: all 0.3s;
}
.cid-sqaSQRRGeJ .card:hover {
  transform: translateY(-10px);
}
.cid-sqaSQRRGeJ .mbr-text,
.cid-sqaSQRRGeJ .card-title {
  opacity: 0;
}
.cid-sqaSQRRGeJ .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-sqaSQRRGeJ .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-sqaSQRRGeJ .card:hover .card-wrapper:after {
    opacity: 0.8;
    background: linear-gradient(to left, #fc5130, #e2090d);
  }
  .cid-sqaSQRRGeJ .card:hover .mbr-text,
  .cid-sqaSQRRGeJ .card:hover .card-title {
    opacity: 1;
  }
}
@media (max-width: 992px) {
  .cid-sqaSQRRGeJ .card {
    padding-bottom: 1rem !important;
  }
  .cid-sqaSQRRGeJ .card .mbr-text,
  .cid-sqaSQRRGeJ .card .card-title {
    opacity: 1;
  }
  .cid-sqaSQRRGeJ .card-wrapper:after {
    opacity: 0.7;
    background: linear-gradient(to left, #fc5130, #e2090d);
  }
}
.cid-sqaSQRRGeJ .row {
  justify-content: center;
}
.cid-sqaSQRRGeJ .card-title {
  border-bottom: 1px solid #999999;
}
.cid-sqaSQRRGeJ .card1 {
  background-image: url("../../../assets/images/-2021-02-27-03.19.16-2000x1465.png");
}
.cid-sqaSQRRGeJ .card2 {
  background-image: url("../../../assets/images/-2021-02-27-03.11.42-1556x1368.png");
}
.cid-sqaSQRRGeJ .card3 {
  background-image: url("../../../assets/images/ar-1080x2280.png");
}
.cid-sqaSQRRGeJ .link,
.cid-sqaSQRRGeJ .card-box {
  color: #ffffff;
}
.cid-sqaSQRRGeJ .mbr-text,
.cid-sqaSQRRGeJ .link-wrap {
  text-align: center;
}
.cid-sqaSQRRGeJ .main-subtitle {
  color: #ffffff;
}
.cid-sqaSQRRGeJ .mbr-section-subtitle {
  color: #999999;
}
.cid-sqaSQRRGeJ .mbr-section-text {
  color: #e2090d;
}
.cid-sqb2UDFnzv {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-sqb2UDFnzv .counter-container ul {
  margin-bottom: 0;
}
.cid-sqb2UDFnzv .counter-container ul li {
  padding-left: 0rem;
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-sqb2UDFnzv .counter-container ul li:before {
  position: absolute;
  font-family: 'Moririse2' !important;
  left: -40px;
  content: "\e96b";
  top: -2px;
  display: flex;
  transform: rotate(30deg);
  justify-content: center;
  align-items: center;
  color: #e2090d;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-top: 5px;
}
.cid-sqb2UDFnzv .mbr-text {
  color: #ffffff;
}
.cid-sqb2UDFnzv .card-title {
  color: #ffffff;
}
.cid-sqb5Zj5pNI {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #000000;
}
.cid-sqb5Zj5pNI .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-sqb5Zj5pNI .mbr-text,
.cid-sqb5Zj5pNI .mbr-section-btn {
  color: #e2090d;
}
.cid-sqb5Zj5pNI img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sqb5Zj5pNI img {
    width: 96%;
  }
}
.cid-sqb5Zj5pNI .mbr-section-title,
.cid-sqb5Zj5pNI .title-wrapper {
  color: #ffffff;
}
.cid-sqe21X92q6 {
  background-color: #000000;
}
.cid-sqe21X92q6 [class^="socicon-"]:before,
.cid-sqe21X92q6 [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-sqe21X92q6 .underline {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cid-sqe21X92q6 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #e2090d, #fc5130);
  display: inline-block;
}
.cid-sqe21X92q6 .socicon {
  color: #e2090d;
}
.cid-sqe21X92q6 .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  border: 2px solid #c0a375;
  border-color: #e2090d;
  color: #232323;
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
  cursor: pointer;
}
.cid-sqe21X92q6 .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-sqe21X92q6 .btn-social:hover {
  color: #fff;
  background: #e2090d;
}
.cid-sqe21X92q6 .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-sqe21X92q6 .btn-social:hover + .btn {
  margin-left: 0.1rem;
}
@media (max-width: 767px) {
  .cid-sqe21X92q6 {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-sqe21X92q6 .btn {
    font-size: 20px !important;
  }
  .cid-sqe21X92q6 .btn-social {
    margin-right: 0.1rem !important;
    margin-left: 0.1rem !important;
  }
}
@media (min-width: 767px) {
  .cid-sqe21X92q6 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
.cid-sqe21X92q6 .mbr-social-likes,
.cid-sqe21X92q6 .mbr-section-title,
.cid-sqe21X92q6 .underline {
  color: #ffffff;
}
.cid-sqb9soF3Zt {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #000000;
}
.cid-sqb9soF3Zt H1 {
  color: #000000;
}
.cid-sqb9soF3Zt .mbr-text,
.cid-sqb9soF3Zt .mbr-section-btn {
  color: #ffffff;
}
.cid-sqb9soF3Zt .mbr-subtitle {
  color: #000000;
}
.cid-sqb9soF3Zt .mbr-text {
  margin-top: 1.5rem;
}
.cid-sqb9soF3Zt .mbr-section-btn {
  margin-top: 2rem;
}
.cid-sqb9soF3Zt .mbr-section-title,
.cid-sqb9soF3Zt .mbr-section-btn {
  color: #ffffff;
}
.cid-sqaod5iswc {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #040402;
}
.cid-sqaod5iswc .mbr-text1 {
  color: #999999;
}
.cid-sqaod5iswc .mbr-text2 {
  color: #999999;
}
.cid-sqaod5iswc p {
  margin: 0;
}
.cid-sqamSi7XYs .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-sqamSi7XYs .btn {
  white-space: nowrap;
}
.cid-sqamSi7XYs .nav-link,
.cid-sqamSi7XYs .icons-menu .mbr-iconfont,
.cid-sqamSi7XYs .dropdown-item {
  transition: all 0.1s;
}
.cid-sqamSi7XYs .nav-link:hover,
.cid-sqamSi7XYs .icons-menu .mbr-iconfont:hover,
.cid-sqamSi7XYs .dropdown-item:hover {
  color: #fc5130 !important;
}
@media (max-width: 992px) {
  .cid-sqamSi7XYs .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-sqamSi7XYs .container {
  display: flex;
  margin: auto;
}
.cid-sqamSi7XYs .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #040402;
}
.cid-sqamSi7XYs .navbar.opened {
  transition: all .3s;
}
.cid-sqamSi7XYs .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sqamSi7XYs .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-sqamSi7XYs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sqamSi7XYs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sqamSi7XYs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sqamSi7XYs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sqamSi7XYs .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-sqamSi7XYs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sqamSi7XYs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sqamSi7XYs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sqamSi7XYs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sqamSi7XYs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sqamSi7XYs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sqamSi7XYs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sqamSi7XYs .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-sqamSi7XYs .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sqamSi7XYs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sqamSi7XYs .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sqamSi7XYs .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-sqamSi7XYs .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sqamSi7XYs .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sqamSi7XYs .navbar.navbar-short {
  background: #040402 !important;
  min-height: 60px;
}
.cid-sqamSi7XYs .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sqamSi7XYs .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sqamSi7XYs .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-sqamSi7XYs .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-sqamSi7XYs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sqamSi7XYs .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sqamSi7XYs .navbar-caption {
  padding-right: 4rem;
}
.cid-sqamSi7XYs .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-sqamSi7XYs .dropdown-menu,
.cid-sqamSi7XYs .navbar.opened {
  background: #191919 !important;
}
.cid-sqamSi7XYs .nav-item:focus,
.cid-sqamSi7XYs .nav-link:focus {
  outline: none;
}
.cid-sqamSi7XYs .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-sqamSi7XYs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sqamSi7XYs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sqamSi7XYs .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-sqamSi7XYs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sqamSi7XYs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-sqamSi7XYs .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-sqamSi7XYs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sqamSi7XYs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sqamSi7XYs .dropdown-item.active,
.cid-sqamSi7XYs .dropdown-item:active {
  background-color: transparent;
}
.cid-sqamSi7XYs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sqamSi7XYs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sqamSi7XYs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sqamSi7XYs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #040402;
}
.cid-sqamSi7XYs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sqamSi7XYs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sqamSi7XYs ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sqamSi7XYs .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sqamSi7XYs button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sqamSi7XYs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sqamSi7XYs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sqamSi7XYs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sqamSi7XYs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sqamSi7XYs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sqamSi7XYs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sqamSi7XYs nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sqamSi7XYs nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sqamSi7XYs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sqamSi7XYs .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sqamSi7XYs a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sqamSi7XYs .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-sqamSi7XYs .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sqamSi7XYs .navbar {
    height: 77px;
  }
  .cid-sqamSi7XYs .navbar.opened {
    height: auto;
  }
  .cid-sqamSi7XYs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sqamSi7XYs .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-sqanwC5RII {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-sqanwC5RII img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-sqanwC5RII .link-wrapper {
  margin-bottom: 1rem;
}
.cid-sqanwC5RII .link-wrapper .mbr-iconfont {
  border: 1px solid #999999;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem;
  color: #999999;
}
.cid-sqanwC5RII .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, #fc5130, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-sqanwC5RII .card-wrapper {
  background: #191919;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-sqanwC5RII .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-sqanwC5RII .first:hover:before {
  content: none;
}
.cid-sqanwC5RII .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 200px;
  background: linear-gradient(to left, #fc5130, #e2090d);
  content: "";
}
.cid-sqanwC5RII .last:hover:after {
  content: none;
}
.cid-sqanwC5RII .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 200px;
  background: linear-gradient(to left, #fc5130, #e2090d);
  content: "";
}
.cid-sqanwC5RII .mbr-section-text {
  color: #999999;
}
.cid-sqanwC5RII .card {
  z-index: 1;
  min-height: 200px;
  margin-bottom: 2rem;
  position: relative;
  transition: all 0.3s;
}
.cid-sqanwC5RII .card .img-wrapper {
  overflow: hidden;
}
.cid-sqanwC5RII .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-sqanwC5RII .card:hover .mbr-iconfont {
  color: #ffffff !important;
  border-color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-sqanwC5RII .card:hover .card-wrapper {
  background: linear-gradient(to left, #fc5130, #e2090d);
  color: #ffffff !important;
}
.cid-sqanwC5RII .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
.cid-sqaobxrn43 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sqaobxrn43 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-sqaobxrn43 .select {
  z-index: 999;
}
.cid-sqaobxrn43 .mbr-form {
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (min-width: 992px) {
  .cid-sqaobxrn43 .mbr-form {
    max-width: 500px;
  }
}
.cid-sqaobxrn43 .img-col {
  padding: 0;
}
.cid-sqaobxrn43 form {
  padding: 2rem 2rem;
  background: #000000;
  border-radius: 30px;
}
.cid-sqaobxrn43 .jq-selectbox__dropdown,
.cid-sqaobxrn43 ul {
  border-radius: 20px !important;
}
.cid-sqaobxrn43 .jq-selectbox {
  border-radius: 30px;
}
.cid-sqaobxrn43 .jq-selectbox__select {
  padding: 1.2rem 1.5rem;
}
.cid-sqaobxrn43 .jq-selectbox li {
  padding: 1.2rem 1.5rem;
}
.cid-sqaobxrn43 input,
.cid-sqaobxrn43 textarea,
.cid-sqaobxrn43 .select {
  border-radius: 30px;
}
.cid-sqaobxrn43 input,
.cid-sqaobxrn43 textarea {
  padding: 2rem 3rem;
}
.cid-sqaobxrn43 textarea {
  min-height: 10rem;
}
.cid-sqaobxrn43 .form-control,
.cid-sqaobxrn43 .field-input {
  padding: 1rem 1.5rem;
  background-color: #000000;
  border-color: #e2090d;
  color: #ffffff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sqaobxrn43 .form-control::-webkit-input-placeholder,
.cid-sqaobxrn43 .field-input::-webkit-input-placeholder,
.cid-sqaobxrn43 .form-control::-webkit-input-placeholder,
.cid-sqaobxrn43 .field-input::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-sqaobxrn43 .form-control:-moz-placeholder,
.cid-sqaobxrn43 .field-input:-moz-placeholder,
.cid-sqaobxrn43 .form-control:-moz-placeholder,
.cid-sqaobxrn43 .field-input:-moz-placeholder {
  color: #ffffff;
}
.cid-sqaobxrn43 .form-control:hover,
.cid-sqaobxrn43 .field-input:hover,
.cid-sqaobxrn43 .form-control:focus,
.cid-sqaobxrn43 .field-input:focus {
  background-color: #000000;
  border-color: #e2090d;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-sqaobxrn43 .form-control:hover::-webkit-input-placeholder,
.cid-sqaobxrn43 .field-input:hover::-webkit-input-placeholder,
.cid-sqaobxrn43 .form-control:focus::-webkit-input-placeholder,
.cid-sqaobxrn43 .field-input:focus::-webkit-input-placeholder,
.cid-sqaobxrn43 .form-control:hover::-webkit-input-placeholder,
.cid-sqaobxrn43 .field-input:hover::-webkit-input-placeholder,
.cid-sqaobxrn43 .form-control:focus::-webkit-input-placeholder,
.cid-sqaobxrn43 .field-input:focus::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-sqaobxrn43 .form-control:hover:-moz-placeholder,
.cid-sqaobxrn43 .field-input:hover:-moz-placeholder,
.cid-sqaobxrn43 .form-control:focus:-moz-placeholder,
.cid-sqaobxrn43 .field-input:focus:-moz-placeholder,
.cid-sqaobxrn43 .form-control:hover:-moz-placeholder,
.cid-sqaobxrn43 .field-input:hover:-moz-placeholder,
.cid-sqaobxrn43 .form-control:focus:-moz-placeholder,
.cid-sqaobxrn43 .field-input:focus:-moz-placeholder {
  color: #ffffff;
}
.cid-sqaobxrn43 .jq-number__spin:hover,
.cid-sqaobxrn43 .jq-number__spin:focus {
  background-color: #000000;
  border-color: #e2090d;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-sqaobxrn43 .jq-number__spin {
  background-color: #000000;
  border-color: #e2090d;
  color: #ffffff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sqaobxrn43 .jq-selectbox li,
.cid-sqaobxrn43 .jq-selectbox li {
  background-color: #000000;
  color: #ffffff;
}
.cid-sqaobxrn43 .jq-selectbox li:hover,
.cid-sqaobxrn43 .jq-selectbox li.selected {
  background-color: #000000;
  color: #ffffff;
}
.cid-sqaobxrn43 .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-sqaobxrn43 .jq-number__spin.minus:hover:after,
.cid-sqaobxrn43 .jq-number__spin.plus:hover:after {
  border-top-color: #000000;
  border-bottom-color: #000000;
}
.cid-sqaobxrn43 .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-sqaobxrn43 .jq-number__spin.minus:after,
.cid-sqaobxrn43 .jq-number__spin.plus:after {
  border-top-color: #000000;
  border-bottom-color: #000000;
}
.cid-sqaobxrn43 input::-webkit-clear-button {
  display: none;
}
.cid-sqaobxrn43 input::-webkit-inner-spin-button {
  display: none;
}
.cid-sqaobxrn43 input::-webkit-outer-spin-button {
  display: none;
}
.cid-sqaobxrn43 input::-webkit-calendar-picker-indicator {
  display: none;
}
@media (max-width: 992px) {
  .cid-sqaobxrn43 .mbr-form {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sqaobxrn43 form {
    padding: 2rem 1rem;
  }
  .cid-sqaobxrn43 .col-auto {
    margin: auto;
    width: 100%;
  }
  .cid-sqaobxrn43 .mbr-form {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cid-sqaobxrn43 H4 {
  color: #e2090d;
}
.cid-sqaod5iswc {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #040402;
}
.cid-sqaod5iswc .mbr-text1 {
  color: #999999;
}
.cid-sqaod5iswc .mbr-text2 {
  color: #999999;
}
.cid-sqaod5iswc p {
  margin: 0;
}
.cid-sqdCqkIPQb .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-sqdCqkIPQb .btn {
  white-space: nowrap;
}
.cid-sqdCqkIPQb .nav-link,
.cid-sqdCqkIPQb .icons-menu .mbr-iconfont,
.cid-sqdCqkIPQb .dropdown-item {
  transition: all 0.1s;
}
.cid-sqdCqkIPQb .nav-link:hover,
.cid-sqdCqkIPQb .icons-menu .mbr-iconfont:hover,
.cid-sqdCqkIPQb .dropdown-item:hover {
  color: #fc5130 !important;
}
@media (max-width: 992px) {
  .cid-sqdCqkIPQb .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-sqdCqkIPQb .container {
  display: flex;
  margin: auto;
}
.cid-sqdCqkIPQb .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #040402;
}
.cid-sqdCqkIPQb .navbar.opened {
  transition: all .3s;
}
.cid-sqdCqkIPQb .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sqdCqkIPQb .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-sqdCqkIPQb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sqdCqkIPQb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sqdCqkIPQb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sqdCqkIPQb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sqdCqkIPQb .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-sqdCqkIPQb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sqdCqkIPQb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sqdCqkIPQb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sqdCqkIPQb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sqdCqkIPQb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sqdCqkIPQb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sqdCqkIPQb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sqdCqkIPQb .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-sqdCqkIPQb .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sqdCqkIPQb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sqdCqkIPQb .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sqdCqkIPQb .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-sqdCqkIPQb .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sqdCqkIPQb .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sqdCqkIPQb .navbar.navbar-short {
  background: #040402 !important;
  min-height: 60px;
}
.cid-sqdCqkIPQb .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sqdCqkIPQb .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sqdCqkIPQb .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-sqdCqkIPQb .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-sqdCqkIPQb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sqdCqkIPQb .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sqdCqkIPQb .navbar-caption {
  padding-right: 4rem;
}
.cid-sqdCqkIPQb .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-sqdCqkIPQb .dropdown-menu,
.cid-sqdCqkIPQb .navbar.opened {
  background: #191919 !important;
}
.cid-sqdCqkIPQb .nav-item:focus,
.cid-sqdCqkIPQb .nav-link:focus {
  outline: none;
}
.cid-sqdCqkIPQb .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-sqdCqkIPQb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sqdCqkIPQb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sqdCqkIPQb .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-sqdCqkIPQb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sqdCqkIPQb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-sqdCqkIPQb .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-sqdCqkIPQb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sqdCqkIPQb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sqdCqkIPQb .dropdown-item.active,
.cid-sqdCqkIPQb .dropdown-item:active {
  background-color: transparent;
}
.cid-sqdCqkIPQb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sqdCqkIPQb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sqdCqkIPQb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sqdCqkIPQb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #040402;
}
.cid-sqdCqkIPQb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sqdCqkIPQb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sqdCqkIPQb ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sqdCqkIPQb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sqdCqkIPQb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sqdCqkIPQb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sqdCqkIPQb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sqdCqkIPQb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sqdCqkIPQb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sqdCqkIPQb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sqdCqkIPQb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sqdCqkIPQb nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sqdCqkIPQb nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sqdCqkIPQb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sqdCqkIPQb .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sqdCqkIPQb a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sqdCqkIPQb .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-sqdCqkIPQb .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sqdCqkIPQb .navbar {
    height: 77px;
  }
  .cid-sqdCqkIPQb .navbar.opened {
    height: auto;
  }
  .cid-sqdCqkIPQb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sqdCqkIPQb .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-sqdCql7TET {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-sqdCql7TET img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-sqdCql7TET .link-wrapper {
  margin-bottom: 1rem;
}
.cid-sqdCql7TET .link-wrapper .mbr-iconfont {
  border: 1px solid #999999;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem;
  color: #999999;
}
.cid-sqdCql7TET .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, #fc5130, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-sqdCql7TET .card-wrapper {
  background: #191919;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-sqdCql7TET .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-sqdCql7TET .first:hover:before {
  content: none;
}
.cid-sqdCql7TET .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 200px;
  background: linear-gradient(to left, #fc5130, #e2090d);
  content: "";
}
.cid-sqdCql7TET .last:hover:after {
  content: none;
}
.cid-sqdCql7TET .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 200px;
  background: linear-gradient(to left, #fc5130, #e2090d);
  content: "";
}
.cid-sqdCql7TET .mbr-section-text {
  color: #999999;
}
.cid-sqdCql7TET .card {
  z-index: 1;
  min-height: 200px;
  margin-bottom: 2rem;
  position: relative;
  transition: all 0.3s;
}
.cid-sqdCql7TET .card .img-wrapper {
  overflow: hidden;
}
.cid-sqdCql7TET .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-sqdCql7TET .card:hover .mbr-iconfont {
  color: #ffffff !important;
  border-color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-sqdCql7TET .card:hover .card-wrapper {
  background: linear-gradient(to left, #fc5130, #e2090d);
  color: #ffffff !important;
}
.cid-sqdCql7TET .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
.cid-sqdCqlnQcr {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sqdCqlnQcr .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-sqdCqlnQcr .select {
  z-index: 999;
}
.cid-sqdCqlnQcr .mbr-form {
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (min-width: 992px) {
  .cid-sqdCqlnQcr .mbr-form {
    max-width: 500px;
  }
}
.cid-sqdCqlnQcr .img-col {
  padding: 0;
}
.cid-sqdCqlnQcr form {
  padding: 2rem 2rem;
  background: #000000;
  border-radius: 30px;
}
.cid-sqdCqlnQcr .jq-selectbox__dropdown,
.cid-sqdCqlnQcr ul {
  border-radius: 20px !important;
}
.cid-sqdCqlnQcr .jq-selectbox {
  border-radius: 30px;
}
.cid-sqdCqlnQcr .jq-selectbox__select {
  padding: 1.2rem 1.5rem;
}
.cid-sqdCqlnQcr .jq-selectbox li {
  padding: 1.2rem 1.5rem;
}
.cid-sqdCqlnQcr input,
.cid-sqdCqlnQcr textarea,
.cid-sqdCqlnQcr .select {
  border-radius: 30px;
}
.cid-sqdCqlnQcr input,
.cid-sqdCqlnQcr textarea {
  padding: 2rem 3rem;
}
.cid-sqdCqlnQcr textarea {
  min-height: 10rem;
}
.cid-sqdCqlnQcr .form-control,
.cid-sqdCqlnQcr .field-input {
  padding: 1rem 1.5rem;
  background-color: #000000;
  border-color: #e2090d;
  color: #ffffff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sqdCqlnQcr .form-control::-webkit-input-placeholder,
.cid-sqdCqlnQcr .field-input::-webkit-input-placeholder,
.cid-sqdCqlnQcr .form-control::-webkit-input-placeholder,
.cid-sqdCqlnQcr .field-input::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-sqdCqlnQcr .form-control:-moz-placeholder,
.cid-sqdCqlnQcr .field-input:-moz-placeholder,
.cid-sqdCqlnQcr .form-control:-moz-placeholder,
.cid-sqdCqlnQcr .field-input:-moz-placeholder {
  color: #ffffff;
}
.cid-sqdCqlnQcr .form-control:hover,
.cid-sqdCqlnQcr .field-input:hover,
.cid-sqdCqlnQcr .form-control:focus,
.cid-sqdCqlnQcr .field-input:focus {
  background-color: #000000;
  border-color: #e2090d;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-sqdCqlnQcr .form-control:hover::-webkit-input-placeholder,
.cid-sqdCqlnQcr .field-input:hover::-webkit-input-placeholder,
.cid-sqdCqlnQcr .form-control:focus::-webkit-input-placeholder,
.cid-sqdCqlnQcr .field-input:focus::-webkit-input-placeholder,
.cid-sqdCqlnQcr .form-control:hover::-webkit-input-placeholder,
.cid-sqdCqlnQcr .field-input:hover::-webkit-input-placeholder,
.cid-sqdCqlnQcr .form-control:focus::-webkit-input-placeholder,
.cid-sqdCqlnQcr .field-input:focus::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-sqdCqlnQcr .form-control:hover:-moz-placeholder,
.cid-sqdCqlnQcr .field-input:hover:-moz-placeholder,
.cid-sqdCqlnQcr .form-control:focus:-moz-placeholder,
.cid-sqdCqlnQcr .field-input:focus:-moz-placeholder,
.cid-sqdCqlnQcr .form-control:hover:-moz-placeholder,
.cid-sqdCqlnQcr .field-input:hover:-moz-placeholder,
.cid-sqdCqlnQcr .form-control:focus:-moz-placeholder,
.cid-sqdCqlnQcr .field-input:focus:-moz-placeholder {
  color: #ffffff;
}
.cid-sqdCqlnQcr .jq-number__spin:hover,
.cid-sqdCqlnQcr .jq-number__spin:focus {
  background-color: #000000;
  border-color: #e2090d;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-sqdCqlnQcr .jq-number__spin {
  background-color: #000000;
  border-color: #e2090d;
  color: #ffffff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sqdCqlnQcr .jq-selectbox li,
.cid-sqdCqlnQcr .jq-selectbox li {
  background-color: #000000;
  color: #ffffff;
}
.cid-sqdCqlnQcr .jq-selectbox li:hover,
.cid-sqdCqlnQcr .jq-selectbox li.selected {
  background-color: #000000;
  color: #ffffff;
}
.cid-sqdCqlnQcr .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-sqdCqlnQcr .jq-number__spin.minus:hover:after,
.cid-sqdCqlnQcr .jq-number__spin.plus:hover:after {
  border-top-color: #000000;
  border-bottom-color: #000000;
}
.cid-sqdCqlnQcr .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-sqdCqlnQcr .jq-number__spin.minus:after,
.cid-sqdCqlnQcr .jq-number__spin.plus:after {
  border-top-color: #000000;
  border-bottom-color: #000000;
}
.cid-sqdCqlnQcr input::-webkit-clear-button {
  display: none;
}
.cid-sqdCqlnQcr input::-webkit-inner-spin-button {
  display: none;
}
.cid-sqdCqlnQcr input::-webkit-outer-spin-button {
  display: none;
}
.cid-sqdCqlnQcr input::-webkit-calendar-picker-indicator {
  display: none;
}
@media (max-width: 992px) {
  .cid-sqdCqlnQcr .mbr-form {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sqdCqlnQcr form {
    padding: 2rem 1rem;
  }
  .cid-sqdCqlnQcr .col-auto {
    margin: auto;
    width: 100%;
  }
  .cid-sqdCqlnQcr .mbr-form {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cid-sqdCqlnQcr H4 {
  color: #e2090d;
}
.cid-sqdCqlw1Zn {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #040402;
}
.cid-sqdCqlw1Zn .mbr-text1 {
  color: #999999;
}
.cid-sqdCqlw1Zn .mbr-text2 {
  color: #999999;
}
.cid-sqdCqlw1Zn p {
  margin: 0;
}
