body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4rem;
  line-height: 1.2;
}
.display-1 > .mbr-iconfont {
  font-size: 6.4rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 2.5rem;
  line-height: 1.4;
}
.display-2 > .mbr-iconfont {
  font-size: 4rem;
}
.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.5rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.4;
}
.display-7 > .mbr-iconfont {
  font-size: 1.76rem;
}
/* ---- 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: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 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.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 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: left !important;
  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;
  margin: 0px 0px 0px 15px;
  text-align: left !important;
}
.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: #191919;
  background: none;
}
.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;
}
@media (min-width: 992px) {
  .cid-s1YLZwONfz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.8rem);
  }
}
.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: #191919 !important;
  min-height: 60px;
  border-bottom: 2px solid rgba(255, 0, 0, 0.5);
  opacity: 0.9;
}
.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;
  opacity: 0.8;
  -webkit-border-radius: 0px 0px 20px 20px;
  -moz-border-radius: 0px 0px 20px 20px;
  border-radius: 0px 0px 20px 20px;
}
.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: #191919;
}
.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: 150px;
  padding-bottom: 60px;
}
.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;
  text-align: left;
}
.cid-t1YQauACgg {
  padding-top: 90px;
  padding-bottom: 45px;
  background-color: #111111;
}
.cid-t1YQauACgg img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-t1YQauACgg .card-wrapper {
  background: #191919;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-t1YQauACgg .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-t1YQauACgg .first:hover:before {
  content: none;
}
.cid-t1YQauACgg .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 300px;
  background: linear-gradient(to left, #fc5130, #e2090d);
  content: "";
}
.cid-t1YQauACgg .last:hover:after {
  content: none;
}
.cid-t1YQauACgg .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 300px;
  background: linear-gradient(to left, #fc5130, #e2090d);
  content: "";
}
.cid-t1YQauACgg .mbr-section-text {
  color: #999999;
}
.cid-t1YQauACgg .card {
  z-index: 1;
  position: relative;
  transition: all 0.3s;
}
.cid-t1YQauACgg .card .img-wrapper {
  overflow: hidden;
}
.cid-t1YQauACgg .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-t1YQauACgg .card:hover .card-wrapper {
  background: linear-gradient(to left, #fc5130, #e2090d);
  color: #ffffff !important;
}
.cid-t1YQauACgg .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
.cid-snMQdF97uG {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #191919;
}
.cid-snMQdF97uG .progress {
  width: 100%;
}
.cid-snMQdF97uG .title-wrap {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-snMQdF97uG .mbr-iconfont {
  font-size: 4rem;
}
.cid-snMQdF97uG .icon1 {
  color: #e2090d;
}
.cid-snMQdF97uG .icon2 {
  color: #0077ff;
}
.cid-snMQdF97uG .progress_value {
  color: #f49846 !important;
  position: relative;
}
.cid-snMQdF97uG progress {
  height: 3px;
}
.cid-snMQdF97uG .progressbar-number {
  display: inline-block;
}
.cid-snMQdF97uG .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-snMQdF97uG .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-snMQdF97uG .mbr-section-subtitle {
  color: #e5e5e5;
}
.cid-snMQdF97uG .section-content-title {
  font-weight: 500;
}
.cid-snMQdF97uG progress[value]::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-snMQdF97uG progress::-webkit-progress-value {
  background: #e2090d;
}
.cid-snMQdF97uG progress[value]::-moz-progress-bar {
  background: #e2090d;
}
.cid-snMQdF97uG progress::-ms-fill {
  background: #e2090d;
}
.cid-snMQdF97uG .progress1 .progressbar-number:before {
  content: '28';
}
.cid-snMQdF97uG .progress2 .progressbar-number:before {
  content: '10';
}
.cid-snMQdF97uG .progress3 .progressbar-number:before {
  content: '6';
}
.cid-snMQdF97uG .progress4 .progressbar-number:before {
  content: '13';
}
.cid-snMQdF97uG .progress5 .progressbar-number:before {
  content: '5';
}
@media (max-width: 992px) {
  .cid-snMQdF97uG .progress_elements {
    padding-top: 3rem;
  }
}
.cid-snMQdF97uG .mbr-content-text {
  color: #ffffff;
}
.cid-snMQdF97uG .progressbar-title p,
.cid-snMQdF97uG .progress_value {
  color: #e2090d;
  text-align: left;
}
.cid-snMQdF97uG .mbr-section-title {
  color: #ffffff;
}
.cid-snMQdF97uG .card-img,
.cid-snMQdF97uG .count {
  color: #ffffff;
}
.cid-snMQdF97uG H4 {
  color: #ffffff;
}
.cid-spm5sEalWj {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #191919;
}
.cid-spm5sEalWj .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-spm5sEalWj .btn-col {
  align-items: flex-end;
  justify-content: flex-end;
  display: flex;
}
@media (max-width: 767px) {
  .cid-spm5sEalWj .btn-col {
    justify-content: center;
  }
}
.cid-spm5sEalWj .mbr-text,
.cid-spm5sEalWj .mbr-section-btn {
  color: #999999;
  text-align: right;
}
.cid-spm5sEalWj p {
  margin: 0;
}
.cid-snMNJYc8hp {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #111111;
}
.cid-snMNJYc8hp .mbr-section-title {
  letter-spacing: 0.1em;
  color: #ffffff;
}
.cid-snMNJYc8hp .mbr-section-subtitle {
  color: #ffffff;
  letter-spacing: 0.03em;
}
.cid-snMNJYc8hp .progressbar-title p {
  margin-bottom: 8px;
  letter-spacing: 0.03em;
}
.cid-snMNJYc8hp .progress {
  width: 100%;
  height: 23px;
}
.cid-snMNJYc8hp .progress_elements,
.cid-snMNJYc8hp .text-elements {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-snMNJYc8hp .progress_elements > div,
.cid-snMNJYc8hp .text-elements > div {
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.cid-snMNJYc8hp .progress-bar {
  height: 23px;
  background-color: #e2090d;
}
.cid-snMNJYc8hp .title-wrap {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-snMNJYc8hp .progressbar-number {
  display: inline-block;
}
.cid-snMNJYc8hp .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-snMNJYc8hp .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-snMNJYc8hp .progress_value {
  position: relative;
}
.cid-snMNJYc8hp progress[value]::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-snMNJYc8hp progress::-webkit-progress-value {
  background: #e2090d;
}
.cid-snMNJYc8hp progress[value]::-moz-progress-bar {
  background: #e2090d;
}
.cid-snMNJYc8hp progress::-ms-fill {
  background: #e2090d;
}
.cid-snMNJYc8hp .progress1 .progressbar-number:before {
  content: '76';
}
.cid-snMNJYc8hp .progress2 .progressbar-number:before {
  content: '11';
}
.cid-snMNJYc8hp .progress3 .progressbar-number:before {
  content: '9';
}
.cid-snMNJYc8hp .progress4 .progressbar-number:before {
  content: '9';
}
.cid-snMNJYc8hp .progress5 .progressbar-number:before {
  content: '9';
}
.cid-snMNJYc8hp .progress-bar-1 {
  width: 76%;
}
.cid-snMNJYc8hp .progress-bar-2 {
  width: 11%;
}
.cid-snMNJYc8hp .progress-bar-3 {
  width: 9%;
}
.cid-snMNJYc8hp .progress-bar-4 {
  width: 9%;
}
.cid-snMNJYc8hp .progress-bar-5 {
  width: 9%;
}
@media (max-width: 767px) {
  .cid-snMNJYc8hp .progress_elements {
    padding-top: 2rem;
  }
}
.cid-snMNJYc8hp .progressbar-title p,
.cid-snMNJYc8hp .progress_value {
  color: #ffffff;
}
.cid-spm6zJ0ART {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #111111;
}
.cid-spm6zJ0ART .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-spm6zJ0ART .btn-col {
  align-items: flex-end;
  justify-content: flex-end;
  display: flex;
}
@media (max-width: 767px) {
  .cid-spm6zJ0ART .btn-col {
    justify-content: center;
  }
}
.cid-spm6zJ0ART .mbr-text,
.cid-spm6zJ0ART .mbr-section-btn {
  color: #999999;
  text-align: right;
}
.cid-spm6zJ0ART p {
  margin: 0;
}
.cid-snN12oQFtB {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #191919;
}
.cid-snN12oQFtB .mbr-section-title {
  letter-spacing: 0.1em;
  color: #ffffff;
}
.cid-snN12oQFtB .mbr-section-subtitle {
  color: #ffffff;
  letter-spacing: 0.03em;
}
.cid-snN12oQFtB .progressbar-title p {
  margin-bottom: 8px;
  letter-spacing: 0.03em;
}
.cid-snN12oQFtB .progress {
  width: 100%;
  height: 5px;
}
.cid-snN12oQFtB .progress_elements {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-snN12oQFtB .progress_elements > div {
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.cid-snN12oQFtB .progress-bar {
  height: 5px;
  background-color: #e2090d;
}
.cid-snN12oQFtB .title-wrap {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-snN12oQFtB .progressbar-number {
  display: inline-block;
}
.cid-snN12oQFtB .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-snN12oQFtB .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-snN12oQFtB .progress_value {
  position: relative;
}
.cid-snN12oQFtB progress[value]::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-snN12oQFtB progress::-webkit-progress-value {
  background: #e2090d;
}
.cid-snN12oQFtB progress[value]::-moz-progress-bar {
  background: #e2090d;
}
.cid-snN12oQFtB progress::-ms-fill {
  background: #e2090d;
}
.cid-snN12oQFtB .progress1 .progressbar-number:before {
  content: '59';
}
.cid-snN12oQFtB .progress2 .progressbar-number:before {
  content: '53';
}
.cid-snN12oQFtB .progress3 .progressbar-number:before {
  content: '10';
}
.cid-snN12oQFtB .progress4 .progressbar-number:before {
  content: '8';
}
.cid-snN12oQFtB .progress5 .progressbar-number:before {
  content: '6';
}
.cid-snN12oQFtB .progress-bar-1 {
  width: 59%;
}
.cid-snN12oQFtB .progress-bar-2 {
  width: 53%;
}
.cid-snN12oQFtB .progress-bar-3 {
  width: 10%;
}
.cid-snN12oQFtB .progress-bar-4 {
  width: 8%;
}
.cid-snN12oQFtB .progress-bar-5 {
  width: 6%;
}
.cid-snN12oQFtB .progressbar-title p,
.cid-snN12oQFtB .progress_value {
  color: #ffffff;
}
.cid-spm6ZdBm19 {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #191919;
}
.cid-spm6ZdBm19 .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-spm6ZdBm19 .btn-col {
  align-items: flex-end;
  justify-content: flex-end;
  display: flex;
}
@media (max-width: 767px) {
  .cid-spm6ZdBm19 .btn-col {
    justify-content: center;
  }
}
.cid-spm6ZdBm19 .mbr-text,
.cid-spm6ZdBm19 .mbr-section-btn {
  color: #999999;
  text-align: right;
}
.cid-spm6ZdBm19 p {
  margin: 0;
}
.cid-snwwJu8XlH {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #111111;
}
.cid-snwwJu8XlH h3 {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-snwwJu8XlH .count,
.cid-snwwJu8XlH .card-img {
  color: #e2090d;
}
.cid-snwwJu8XlH .mbr-subtitle {
  color: #999999;
  text-align: center;
}
.cid-spSvLtbVd9 {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #111111;
}
.cid-spSvLtbVd9 .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-spSvLtbVd9 .btn-col {
  align-items: flex-end;
  justify-content: flex-end;
  display: flex;
}
@media (max-width: 767px) {
  .cid-spSvLtbVd9 .btn-col {
    justify-content: center;
  }
}
.cid-spSvLtbVd9 .mbr-text,
.cid-spSvLtbVd9 .mbr-section-btn {
  color: #999999;
  text-align: right;
}
.cid-spSvLtbVd9 p {
  margin: 0;
}
.cid-s1YMbJUPDd {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #191919;
}
.cid-s1YMbJUPDd .card-wrapper {
  display: flex;
  padding: 0 1.5rem;
}
@media (max-width: 1600px) {
  .cid-s1YMbJUPDd .card-wrapper {
    padding: 0;
  }
}
.cid-s1YMbJUPDd .content {
  padding: 0 3rem;
}
@media (max-width: 1600px) {
  .cid-s1YMbJUPDd .content {
    padding: 0 1rem;
  }
}
.cid-s1YMbJUPDd .img-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-s1YMbJUPDd .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-s1YMbJUPDd img {
  width: 100%;
}
.cid-s1YMbJUPDd .card-wrapper .mbr-iconfont {
  font-size: 3rem;
  background: linear-gradient(to left, #fc5130, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-s1YMbJUPDd .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-s1YMbJUPDd .icon-wrapper {
  margin: auto;
  margin-right: 1.5rem;
  display: flex;
  justify-content: center;
  border-radius: 50%;
}
.cid-s1YMbJUPDd h4 {
  margin: 0;
}
.cid-s1YMbJUPDd .card-text {
  color: #999999;
}
.cid-s1YMbJUPDd .mbr-text {
  color: #000000;
}
.cid-s1YMbJUPDd .card-title {
  color: #ffffff;
}
@media (min-width: 1200px) {
  .cid-s1YMbJUPDd .mbr-text {
    max-width: 600px;
  }
}
@media (max-width: 767px) {
  .cid-s1YMbJUPDd .card-wrapper {
    flex-direction: column;
    margin: auto;
    text-align: center;
  }
  .cid-s1YMbJUPDd .card-wrapper .icon-wrapper {
    margin: 0 auto;
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-s1YMbJUPDd .mbr-text {
    padding-bottom: 2rem;
    max-width: 100%;
  }
}
.cid-s1YMbJUPDd .icon-wrap {
  background: linear-gradient(to left, #fc5130, #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-s1YMbJUPDd .icon-wrap .mbr-iconfont {
  font-size: 2.6rem;
  color: white;
}
.cid-s1YMbJUPDd H3 {
  color: #787324;
}
.cid-s1YMbJUPDd .mbr-section-title,
.cid-s1YMbJUPDd .title-wrapper {
  color: #ffffff;
}
.cid-s1YMbJUPDd .mbr-text,
.cid-s1YMbJUPDd .mbr-section-btn {
  color: #999999;
}
.cid-s1YMbJUPDd .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-s1YMbJUPDd .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-s1YMbJUPDd .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-s1YMbJUPDd a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-s1YMbJUPDd a.close:hover {
  color: #ffffff;
}
.cid-snN34RQbGP {
  padding-top: 225px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/hacker-working-using-computer-with-codes-ppna65m-1800x1201.jpg");
}
.cid-snN34RQbGP H1 {
  color: #e2090d;
}
.cid-snN34RQbGP h1 {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-spSA3qQFzC {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #111111;
}
.cid-spSA3qQFzC .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-spSA3qQFzC .btn-col {
  align-items: flex-end;
  justify-content: flex-end;
  display: flex;
}
@media (max-width: 767px) {
  .cid-spSA3qQFzC .btn-col {
    justify-content: center;
  }
}
.cid-spSA3qQFzC .mbr-text,
.cid-spSA3qQFzC .mbr-section-btn {
  color: #999999;
}
.cid-spSA3qQFzC p {
  margin: 0;
}
.cid-spSzheVQnj {
  padding-top: 45px;
  padding-bottom: 105px;
  background-color: #111111;
}
.cid-spSzheVQnj .mbr-shop {
  display: table;
  width: 100%;
}
.cid-spSzheVQnj .mbr-shop .row {
  margin: 0;
}
.cid-spSzheVQnj .mbr-shop .btn-sm {
  margin: 0.2rem 0.2rem;
}
.cid-spSzheVQnj .mbr-shop .shoppingcart-icons {
  z-index: 105 !important;
}
.cid-spSzheVQnj .mbr-shop .shop-title {
  margin-bottom: 18px;
  padding-left: 25px;
  padding-right: 25px;
  display: inline-block;
  max-width: 80%;
}
.cid-spSzheVQnj .mbr-shop .sidebar-title {
  line-height: 25px;
}
.cid-spSzheVQnj .mbr-shop .shopItemsModal_wraper {
  position: fixed;
  display: none;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(87, 87, 87, 0.4);
  top: 0;
  cursor: pointer;
  z-index: 1040;
}
.cid-spSzheVQnj .mbr-shop .card-description {
  cursor: text;
  display: none;
}
.cid-spSzheVQnj .mbr-shop .image-modal {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.cid-spSzheVQnj .mbr-shop .image-modal img {
  max-width: 100%;
  max-height: 75vh;
}
.cid-spSzheVQnj .mbr-shop .hide-modal {
  display: none;
}
.cid-spSzheVQnj .mbr-shop .shopItemsModal {
  cursor: default;
  padding: 50px;
  width: 1000px;
  max-width: 100%;
  background-color: #ffffff;
  z-index: 2000;
  overflow: auto;
  position: fixed;
}
.cid-spSzheVQnj .mbr-shop .shopItemsModal p {
  margin-bottom: 0;
}
.cid-spSzheVQnj .mbr-shop .shopItemsModal ul {
  margin-bottom: 0;
}
.cid-spSzheVQnj .mbr-shop .shopItemsModal .card-description {
  display: block;
  width: 100%;
}
.cid-spSzheVQnj .mbr-shop .shopItemsModal .close-modal {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-spSzheVQnj .mbr-shop .shopItemsModal .close-modal:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-spSzheVQnj .mbr-shop .test-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.cid-spSzheVQnj .mbr-shop .filter-by-pu,
.cid-spSzheVQnj .mbr-shop .filter-by-pd,
.cid-spSzheVQnj .mbr-shop .filter-by-d {
  display: inline-block;
  margin-right: 3px;
}
.cid-spSzheVQnj .mbr-shop .sort-buttons {
  padding-bottom: 0.2rem;
  margin-right: 13px;
  text-align: right;
}
.cid-spSzheVQnj .mbr-shop .galleryItem:before {
  width: 0 !important;
  height: 0 !important;
}
.cid-spSzheVQnj .mbr-shop .modal-dialog {
  max-width: 700px;
}
.cid-spSzheVQnj .mbr-shop .mbr-gallery-item {
  left: 0 !important;
  top: 0 !important;
  vertical-align: top;
  position: relative !important;
  -webkit-transform: none !important;
  transform: none !important;
  padding: 10px;
}
.cid-spSzheVQnj .mbr-shop .galleryItem h4,
.cid-spSzheVQnj .mbr-shop .carousel-item h4 {
  font-style: normal;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
  margin-bottom: 0.3rem;
  padding-top: 10px;
  transition: color 0.5s;
}
.cid-spSzheVQnj .mbr-shop .galleryItem h5,
.cid-spSzheVQnj .mbr-shop .carousel-item h5 {
  font-style: italic;
  font-weight: 400;
  line-height: 22.36px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
}
.cid-spSzheVQnj .mbr-shop .galleryItem p,
.cid-spSzheVQnj .mbr-shop .carousel-item p {
  font-style: italic;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0px;
  text-align: center;
  display: inline;
}
.cid-spSzheVQnj .mbr-shop .item-button {
  text-align: center;
}
.cid-spSzheVQnj .mbr-shop .modalButton {
  display: inline-block;
  float: right;
  margin-right: 10px;
}
.cid-spSzheVQnj .mbr-shop .modalButton.btn-success {
  right: 15%;
}
.cid-spSzheVQnj .mbr-shop .sidebar {
  margin-bottom: 30px;
  position: relative;
}
.cid-spSzheVQnj .mbr-shop .sidebar-block {
  position: relative;
}
.cid-spSzheVQnj .mbr-shop .sidebar-background:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 102%;
  background-color: rgba(0, 0, 0, 0);
  top: -20px;
  right: 3px;
}
.cid-spSzheVQnj .mbr-shop .bestsellers {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  margin-bottom: 20px;
}
.cid-spSzheVQnj .mbr-shop .bestsellers .onsale {
  top: -15px;
}
.cid-spSzheVQnj .mbr-shop .bestsellers .price-block {
  padding-top: 5px;
  text-align: left;
  line-height: 1;
}
.cid-spSzheVQnj .mbr-shop .bestsellers .mbr-gallery-item {
  width: 100%;
}
.cid-spSzheVQnj .mbr-shop .bestsellers .mbr-gallery-item img {
  width: 80px;
  float: left;
  margin-right: 20px;
}
.cid-spSzheVQnj .mbr-shop .bestsellers .mbr-gallery-item h4 {
  text-align: left;
  padding-bottom: 5px;
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-spSzheVQnj .mbr-shop .bestsellers .mbr-gallery-item h5 {
  text-align: left;
  display: none;
}
.cid-spSzheVQnj .mbr-shop .bestsellers .mbr-gallery-item p {
  text-align: left;
}
.cid-spSzheVQnj .mbr-shop .bestsellers .btn {
  display: none;
}
.cid-spSzheVQnj .mbr-shop .bestsellers-img {
  display: inline-block;
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.cid-spSzheVQnj .mbr-shop .bestsellers-title {
  display: inline-block;
}
.cid-spSzheVQnj .mbr-shop .onsale {
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  transition: color .3s ease;
  text-align: center;
  z-index: 95;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  background: #e2090d;
  color: #ffffff;
  border-radius: 30px;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0px;
}
.cid-spSzheVQnj .mbr-shop .mbr-gallery-item__hided {
  display: none;
}
.cid-spSzheVQnj .mbr-shop .mbr-gallery-item__hided h4,
.cid-spSzheVQnj .mbr-shop .mbr-gallery-item__hided h5,
.cid-spSzheVQnj .mbr-shop .mbr-gallery-item__hided p {
  display: none;
}
.cid-spSzheVQnj .mbr-shop .mbr-gallery-item__hided .btn {
  display: none;
}
.cid-spSzheVQnj .mbr-shop .galleryItem .price-block {
  display: block;
  margin-bottom: 8px;
}
.cid-spSzheVQnj .mbr-shop .galleryItem .price-block span {
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
}
.cid-spSzheVQnj .mbr-shop .mbr-gallery-filter {
  padding-left: 0;
  text-align: left;
  padding-top: 0;
}
.cid-spSzheVQnj .mbr-shop .mbr-gallery-filter ul li {
  position: relative;
  padding: 7px 0 7px 0px;
  border-bottom: 1px dotted #d6d6d6;
  margin: 0;
  font-style: normal;
  font-weight: 400;
  line-height: 24.99px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
  direction: ltr;
  border: none;
  display: list-item;
  text-align: left;
  transition: all 0.3s ease-out;
  cursor: pointer;
}
.cid-spSzheVQnj .mbr-shop .mbr-gallery-filter ul li .btn {
  border: none;
  margin: 0 !important;
  padding: 0;
  background-color: transparent !important;
  color: inherit !important;
  font-weight: 400;
}
.cid-spSzheVQnj .mbr-shop .mbr-gallery-filter ul li.active .btn {
  font-weight: bold;
}
.cid-spSzheVQnj .mbr-shop .mbr-gallery-filter ul li.active {
  background-color: transparent;
  font-weight: bold;
}
.cid-spSzheVQnj .mbr-shop .mbr-gallery-filter ul li:hover {
  color: #e2090d;
}
.cid-spSzheVQnj .mbr-shop .range-slider {
  padding-bottom: 25px;
}
.cid-spSzheVQnj .mbr-shop .filter-cost {
  display: block;
  vertical-align: middle;
  max-width: 250px;
  text-align: left;
  position: relative;
  margin-bottom: 30px;
}
.cid-spSzheVQnj .mbr-shop .filter-cost p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 21px;
  color: #e2090d;
  font-weight: bold;
}
.cid-spSzheVQnj .mbr-shop .price-controls {
  position: relative;
  height: 36px;
  margin-bottom: 30px;
  border: 2px solid #e2090d;
  border-radius: 2px;
  font-size: 0;
}
.cid-spSzheVQnj .mbr-shop .price-controls label {
  display: inline-block;
  width: 50%;
  font-size: 14px;
  line-height: 32px;
  color: #e2090d;
  font-weight: normal;
  cursor: pointer;
  margin-bottom: 0;
}
.cid-spSzheVQnj .mbr-shop .price-controls label.min-price {
  border-right: 2px solid #e2090d;
}
.cid-spSzheVQnj .mbr-shop .price-controls input {
  width: 100%;
  background-color: #ffffff;
  border: none;
  line-height: 31px;
  height: 31px;
  text-align: center;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-spSzheVQnj .mbr-shop .range-controls {
  position: relative;
}
.cid-spSzheVQnj .mbr-shop .range-controls .scale {
  width: 100%;
  height: 2px;
  background-color: rgba(190, 190, 190, 0.3);
}
.cid-spSzheVQnj .mbr-shop .range-controls .bar {
  margin-left: 0;
  width: 100%;
  height: 2px;
  background-color: #e2090d;
}
.cid-spSzheVQnj .mbr-shop .toggle {
  position: absolute;
  top: -9px;
  width: 4px;
  height: 4px;
  border: 8px solid #e2090d;
  border-radius: 100%;
  box-sizing: content-box;
  background-color: #e2090d;
  cursor: pointer;
}
.cid-spSzheVQnj .mbr-shop .toggle:hover,
.cid-spSzheVQnj .mbr-shop .toggle:active {
  background-color: #c0a375;
}
.cid-spSzheVQnj .mbr-shop .min-toggle {
  left: 0;
}
.cid-spSzheVQnj .mbr-shop .max-toggle {
  right: 0;
}
.cid-spSzheVQnj .mbr-shop .hided-by-price {
  display: none;
}
.cid-spSzheVQnj .mbr-shop .text-modal {
  padding-right: 30px;
  padding-left: 30px;
}
.cid-spSzheVQnj .mbr-shop .text-modal .item-button {
  text-align: left !important;
}
.cid-spSzheVQnj .mbr-shop .text-modal .price-block {
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-spSzheVQnj .mbr-shop .text-modal .price-block p {
  display: inline;
}
.cid-spSzheVQnj .mbr-shop .text-modal .price-block span {
  display: inline;
  font-weight: 400;
  padding: 10px 0 20px 0;
}
.cid-spSzheVQnj .mbr-shop .text-modal .card-description {
  padding-top: 20px;
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 50px;
}
.cid-spSzheVQnj .mbr-shop .modal-control-panel {
  padding-right: 0;
}
.cid-spSzheVQnj .mbr-shop .modal-cb {
  display: inline-block;
  float: right;
  margin-right: 10px;
  margin-left: 10px;
}
.cid-spSzheVQnj .mbr-shop .shopItemsModalBg {
  width: 100%;
  height: 100%;
}
.cid-spSzheVQnj .mbr-shop .close-modal-wrapper {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
}
.cid-spSzheVQnj .mbr-shop .close-modal-wrapper:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 3px;
  background-color: #cccccc;
  top: 50%;
  right: 5%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-spSzheVQnj .mbr-shop .close-modal-wrapper:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 40px;
  background-color: #cccccc;
  right: 50%;
  top: 5%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-spSzheVQnj .mbr-shop .closeModal {
  position: absolute;
  top: 0;
  right: 0;
}
.cid-spSzheVQnj .mbr-shop .galleryItem .sidebar_wraper {
  text-align: center;
}
.cid-spSzheVQnj .mbr-shop .shopItemsModal .sidebar_wraper {
  text-align: left;
}
.cid-spSzheVQnj .mbr-shop .shopItemsModal .onsale {
  top: 10px;
  right: 10px;
  border: 1px solid #e7e7e7;
}
.cid-spSzheVQnj .mbr-shop .shop-items .onsale,
.cid-spSzheVQnj .mbr-shop .bestseller-block .onsale {
  font-size: 15px !important;
}
.cid-spSzheVQnj .mbr-shop .item_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: transparent;
}
.cid-spSzheVQnj .mbr-shop .style_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cid-spSzheVQnj .mbr-shop .price-range {
  display: inline-block;
}
.cid-spSzheVQnj .mbr-shop .price-range-reset {
  display: inline-block;
}
.cid-spSzheVQnj .mbr-shop .bestsellers .item-button {
  display: none !important;
}
.cid-spSzheVQnj .mbr-shop .range-slider h4 {
  margin-bottom: 15px;
}
.cid-spSzheVQnj .mbr-shop .mbr-gallery-filter ul {
  padding-left: 0px;
  display: inline-block;
  list-style: none;
  margin-bottom: 0px;
}
.cid-spSzheVQnj .mbr-shop .categories:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 767px) and (max-width: 1100px) {
  .cid-spSzheVQnj .mbr-shop .col-md-9 {
    width: 100%;
  }
  .cid-spSzheVQnj .mbr-shop .col-md-3 {
    width: 100%;
  }
  .cid-spSzheVQnj .mbr-shop .sidebar-background:after {
    top: 0;
  }
  .cid-spSzheVQnj .mbr-shop .bestseller-block {
    width: 100%;
    margin: 0;
    display: inline-block;
    float: left;
    padding-top: 15px;
  }
  .cid-spSzheVQnj .mbr-shop .range-slider {
    width: 49%;
    margin: 0;
    display: inline-block;
    float: right;
    padding-top: 15px;
  }
  .cid-spSzheVQnj .mbr-shop .bestsellers {
    width: 100%;
  }
  .cid-spSzheVQnj .mbr-shop .bestsellers .mbr-gallery-item {
    width: 49%;
    display: inline-block;
  }
  .cid-spSzheVQnj .mbr-shop .sidebar-categories {
    width: 49%;
    margin: 0;
    display: inline-block;
    padding-top: 15px;
  }
  .cid-spSzheVQnj .mbr-shop .price-range {
    max-width: 250px;
    text-align: center;
  }
  .cid-spSzheVQnj .clearfix:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-spSzheVQnj .mbr-shop .mbr-gallery-item {
    width: 33%;
  }
}
@media (max-width: 500px) {
  .cid-spSzheVQnj .mbr-shop .shopItemsModal {
    padding: 50px 10px 10px 10px;
  }
  .cid-spSzheVQnj .mbr-shop .shop-title {
    max-width: 100%;
  }
  .cid-spSzheVQnj .mbr-shop .mbr-gallery-item {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .cid-spSzheVQnj .mbr-shop .sort-buttons {
    text-align: center;
    margin-right: 0 !important;
  }
  .cid-spSzheVQnj .wrapper-shop-items {
    order: 1;
  }
}
@media (max-width: 767px) {
  .cid-spSzheVQnj .mbr-shop .image-modal {
    text-align: center;
  }
  .cid-spSzheVQnj .mbr-shop .image-modal img {
    max-height: 50vh;
    width: auto;
    max-width: 100%;
  }
  .cid-spSzheVQnj .mbr-shop .shopItemsModal {
    top: 15%;
    bottom: 70px;
    left: 10%;
    width: 80%;
  }
  .cid-spSzheVQnj .mbr-shop .shopItemsModal .image-modal {
    padding-right: 0;
  }
  .cid-spSzheVQnj .mbr-shop .sidebar-background:after {
    top: -1%;
  }
}
@media (max-width: 1100px) {
  .cid-spSzheVQnj .mbr-shop .shopItemsModal {
    max-height: 85vh;
    width: 90%;
    left: 5%;
    margin-left: 0;
  }
  .cid-spSzheVQnj .mbr-shop .sort-buttons {
    margin-right: 21px;
  }
  .cid-spSzheVQnj .mbr-shop .sidebar-background:after {
    right: 0;
    width: 100%;
  }
  .cid-spSzheVQnj .mbr-shop .text-modal .card-description {
    width: 100%;
  }
  .cid-spSzheVQnj .mbr-shop .text-modal .price-block {
    width: 100%;
  }
  .cid-spSzheVQnj .mbr-shop .text-modal h4 {
    padding-top: 30px;
  }
}
.cid-spSzheVQnj .shopItemsModal_wraper .mbr-section-btn {
  display: block !important;
}
.cid-spSzheVQnj .range-slider .mbr-section-btn {
  margin: 0;
}
.cid-spSzheVQnj .oldprice {
  padding-left: .8rem !important;
  text-decoration: line-through;
}
.cid-spSzheVQnj .item-title {
  color: #e2090d;
}
.cid-spSzheVQnj .mbr-gallery-item .galleryItem {
  border-radius: 8px;
  overflow: hidden;
}
.cid-spSzheVQnj .mbr-gallery-item .sidebar_wraper {
  background-color: rgba(255, 255, 255, 0.8);
  padding: .5rem;
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #82786e;
}
.cid-spSzheVQnj .mbr-gallery-item .sidebar_wraper .mbr-section-btn {
  text-align: right;
}
.cid-spSzheVQnj .mbr-gallery-item .sidebar_wraper .item-title {
  text-align: right;
}
.cid-spSzheVQnj .mbr-gallery-item .sidebar_wraper .item-subtitle {
  text-align: right;
}
.cid-spSzheVQnj .mbr-gallery-item .sidebar_wraper .price-block {
  text-align: right;
}
.cid-spSzheVQnj .mbr-gallery-item:hover .style_overlay {
  background: #0077ff;
  opacity: 0.7;
  transition: all .5s;
}
.cid-spSzheVQnj .mbr-gallery-item:hover .img_wraper img {
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: none;
}
.cid-spSzheVQnj .range-controls {
  display: block !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-spSzheVQnj .shopItemsModal.row {
    position: absolute !important;
    top: calc(50% - 300px) !important;
    left: calc(50% - 500px) !important;
  }
}
.cid-spSzheVQnj LI {
  color: #e2090d;
}
.cid-spSzheVQnj .sidebar-title {
  color: #e2090d;
}
@media (max-width: 576px) {
  .cid-spSzheVQnj .mbr-shop .mbr-gallery-item,
  .cid-spSzheVQnj .wrapper-shop-items,
  .cid-spSzheVQnj .sidebar-block,
  .cid-spSzheVQnj .sidebar-title,
  .cid-spSzheVQnj .sidebar,
  .cid-spSzheVQnj .categories {
    padding-right: 0px;
    padding-left: 0px;
  }
  .cid-spSzheVQnj .filter-cost {
    max-width: 100%!important;
  }
  .cid-spSzheVQnj .range-slider,
  .cid-spSzheVQnj .categories,
  .cid-spSzheVQnj .bestseller-block {
    text-align: center;
  }
}
.cid-spSzheVQnj .card-description {
  color: #191919;
}
.cid-sqf2TENZKu {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #191919;
}
.cid-sqf2TENZKu .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-sqf2TENZKu .mbr-text,
.cid-sqf2TENZKu .mbr-section-btn {
  color: #999999;
}
.cid-sot8EofdrK {
  padding-top: 30px;
  padding-bottom: 75px;
  background-color: #191919;
}
.cid-sot8EofdrK .mbr-text {
  color: #767676;
}
.cid-sot8EofdrK .card-subtitle {
  margin: 0;
  color: #ffffff;
}
.cid-sot8EofdrK .link {
  margin: 0;
}
.cid-sot8EofdrK .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-sot8EofdrK img {
  transition: all 0.3s;
  object-fit: cover;
  height: 100%;
}
.cid-sot8EofdrK .card-img {
  overflow: hidden;
  position: relative;
  height: 300px;
}
.cid-sot8EofdrK .card-img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-sot8EofdrK .card-img:hover:before {
  opacity: 0.4;
}
.cid-sot8EofdrK .card-img:hover img {
  transform: scale(1.05);
}
.cid-sot8EofdrK .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-sot8EofdrK .card {
    margin-bottom: 3rem;
  }
}
.cid-sot8EofdrK .card-title,
.cid-sot8EofdrK .card-img {
  color: #ffffff;
}
.cid-sot8EofdrK .mbr-text,
.cid-sot8EofdrK .link {
  color: #ffffff;
}
.cid-s1YMd28qy4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #191919;
}
.cid-s1YMd28qy4 .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #999999;
  padding: 0.7rem 0;
}
.cid-s1YMd28qy4 .item p {
  margin: 0;
}
.cid-s1YMd28qy4 .card-wrapper {
  background: #111111;
  padding: 3rem 2rem;
}
@media (max-width: 767px) {
  .cid-s1YMd28qy4 .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-s1YMd28qy4 .price {
  border: 1px solid #999999;
  border-radius: 40px;
  margin-bottom: 2rem;
  color: #e2090d;
}
.cid-s1YMd28qy4 .item-icon {
  font-size: 1rem;
  color: currentColor;
}
.cid-s1YMd28qy4 .icon-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-s1YMd28qy4 .card-text {
  color: #999999;
}
.cid-s1YMd28qy4 .item-text {
  color: #ffffff;
}
.cid-s1YMd28qy4 .card {
  z-index: 1;
  min-height: 200px;
  margin-bottom: 2rem;
  position: relative;
  transition: all 0.3s;
}
.cid-s1YMd28qy4 .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-s1YMd28qy4 .card:hover .icon-wrapper .mbr-iconfont,
.cid-s1YMd28qy4 .card:hover .item-icon {
  color: #ffffff !important;
  border-color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-s1YMd28qy4 .card:hover .btn {
  background: transparent!important;
  border: 1px solid #999999 !important;
}
.cid-s1YMd28qy4 .card:hover .card-wrapper {
  background: linear-gradient(to left, #fc5130, #e2090d);
  color: #ffffff !important;
}
.cid-s1YMd28qy4 .card:hover .card-wrapper .price,
.cid-s1YMd28qy4 .card:hover .card-wrapper .item-text,
.cid-s1YMd28qy4 .card:hover .card-wrapper .card-title {
  color: #ffffff !important;
}
.cid-s1YMd28qy4 .item-text,
.cid-s1YMd28qy4 .item-icon {
  color: #999999;
  text-align: left;
}
.cid-s1YMd28qy4 .main-text {
  color: #999999;
}
.cid-sohWeYpAya {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #191919;
}
.cid-sohWeYpAya .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-sohWeYpAya .mbr-text,
.cid-sohWeYpAya .mbr-section-btn {
  color: #999999;
}
.cid-sogSYGS4e5 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #191919;
}
.cid-sogSYGS4e5 .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-sogSYGS4e5 .mbr-text,
.cid-sogSYGS4e5 .mbr-section-btn {
  color: #999999;
}
.cid-sqeLYlpNVO {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #111111;
}
.cid-sqeLYlpNVO .mbr-section-subtitle {
  color: #767676;
}
.cid-sqeLYlpNVO .container-table {
  margin: 0 auto;
}
.cid-sqeLYlpNVO .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sqeLYlpNVO .dataTables_wrapper {
  display: block;
}
.cid-sqeLYlpNVO .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-sqeLYlpNVO .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-sqeLYlpNVO table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #5b686b;
  margin-bottom: 0;
}
.cid-sqeLYlpNVO table th {
  border-top: none;
  font-weight: 500;
  border: 1px solid #5b686b;
  transition: all .2s;
}
.cid-sqeLYlpNVO table th:hover {
  background: #5b686b;
  color: #ffffff;
}
.cid-sqeLYlpNVO table td {
  border: 1px solid #5b686b;
}
.cid-sqeLYlpNVO .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-sqeLYlpNVO .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-sqeLYlpNVO .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-sqeLYlpNVO .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-sqeLYlpNVO .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-sqeLYlpNVO .dataTables_filter {
    text-align: center;
  }
  .cid-sqeLYlpNVO .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-sqeLYlpNVO .head-item,
.cid-sqeLYlpNVO .body-item {
  text-align: center;
}
.cid-sqeLYlpNVO .head-item {
  color: #e2090d;
}
.cid-sqeLYlpNVO .body-item1 {
  color: #0077ff;
}
.cid-sqeLYlpNVO .head-item1 {
  color: #e5e5e5;
}
.cid-sosPYMpN1m {
  background-image: url("../../../assets/images/programmer-or-computer-hacker-typing-on-laptop-key-psan67j-2000x1334.jpg");
  background-position: right;
}
.cid-sosPYMpN1m .wrapper {
  position: relative;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-sosPYMpN1m .wrapper:before {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: calc(90% - 130px);
  height: 3px;
  right: 0;
}
.cid-sosPYMpN1m .wrapper:after {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-sosPYMpN1m img {
  position: absolute;
  left: 10%;
  bottom: -45px;
  width: 130px;
}
@media (max-width: 767px) {
  .cid-sosPYMpN1m .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-sosPYMpN1m H1 {
  text-align: center;
}
.cid-sosPYMpN1m .mbr-text,
.cid-sosPYMpN1m .mbr-section-btn {
  text-align: center;
}
.cid-snkT9qs1Z9 {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/binary-code-data-software-p83bj4h-web-717x507.jpg");
}
.cid-snkT9qs1Z9 .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-snkT9qs1Z9 .mbr-text,
.cid-snkT9qs1Z9 .mbr-section-btn {
  color: #ffffff;
}
.cid-snkT9qs1Z9 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-snkT9qs1Z9 img {
    width: 96%;
  }
}
.cid-s1YMw7pFhM {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #111111;
}
.cid-s1YMw7pFhM h3 {
  text-align: center;
  letter-spacing: 0;
}
.cid-s1YMw7pFhM .wrap {
  width: 130px;
  height: 130px;
  margin: 0 auto;
}
.cid-s1YMw7pFhM .pie_progress__number {
  font-weight: 600;
  text-align: center !important;
  color: #999999;
}
.cid-s1YMw7pFhM .mbr-section-subtitle {
  color: #999999;
}
.cid-s1YMw7pFhM .card-title {
  margin-bottom: 0;
}
.cid-s1YMw7pFhM .card {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-s1YMw7pFhM .svg-gradient {
  position: absolute;
}
.cid-s1YMw7pFhM svg {
  overflow: visible;
}
.cid-s1YMw7pFhM ellipse {
  stroke: rgba(206, 206, 206, 0.4);
  stroke-width: 14px;
}
.cid-s1YMw7pFhM path {
  stroke-width: 14px;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-s1YMw7pFhM .card {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
.cid-sosQ8xcUFx {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #191919;
}
.cid-sosQ8xcUFx .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-sosQ8xcUFx .mbr-text,
.cid-sosQ8xcUFx .mbr-section-btn {
  color: #999999;
}
.cid-sosOHSSEMI {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #191919;
}
.cid-sosOHSSEMI .mbr-iconfont {
  font-size: 1.1rem;
  color: #232323;
  padding: 0 0.5rem;
  transition: color 0.3s;
}
.cid-sosOHSSEMI .mbr-iconfont:hover {
  color: #777777;
}
.cid-sosOHSSEMI .card-img {
  position: relative;
  overflow: hidden;
}
.cid-sosOHSSEMI a {
  font-weight: 600;
}
.cid-sosOHSSEMI .card-img:before {
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  left: 0;
  background-color: #232323;
  opacity: 0;
  transform-origin: right center 0;
  transform: perspective(100px) rotateY(-120deg);
  transform-style: flat;
  transition: transform 0.5s ease-in-out, opacity 0.2s ease-in-out;
}
.cid-sosOHSSEMI .card-box {
  padding: 2rem 1rem;
  background-color: #232323;
  width: 80%;
  margin: auto;
  margin-top: -25%;
  position: relative;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-sosOHSSEMI .card-box h3 {
  font-weight: 600;
  width: 100%;
  display: inline-block;
  margin: 0;
}
.cid-sosOHSSEMI .card-wrapper {
  height: 100%;
}
.cid-sosOHSSEMI .card-wrapper:hover .card-img:before {
  opacity: 0.3;
  transform: perspective(100px) rotateY(0deg);
}
.cid-sosOHSSEMI .text {
  color: #767676;
}
.cid-sosOHSSEMI .card-subtitle {
  color: #ffffff;
}
.cid-sosOHSSEMI .card-title {
  color: #0077ff;
}
.cid-spMcmNfYFz {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #111111;
}
.cid-spMcmNfYFz .mbr-section-title {
  letter-spacing: 0.1em;
  color: #ffffff;
}
.cid-spMcmNfYFz .mbr-section-subtitle {
  color: #999999;
  letter-spacing: 0.03em;
}
.cid-spMcmNfYFz .client-name {
  color: #444;
  letter-spacing: 0.05em;
}
.cid-spMcmNfYFz .wrap-img {
  padding-bottom: 1rem;
}
.cid-spMcmNfYFz .wrap-img img {
  max-width: 100%;
}
.cid-spMcmNfYFz .card-box p {
  color: #444;
  font-weight: 500;
  letter-spacing: 0.03em;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-spMcmNfYFz .card-box > p {
  color: #999999;
}
.cid-spMcmNfYFz .client-name,
.cid-spMcmNfYFz .wrap-img {
  color: #4f4943;
}
.cid-sosNLWC835 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sosNLWC835 .google-map {
  height: 25rem;
  position: relative;
}
.cid-sosNLWC835 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sosNLWC835 .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-sosNLWC835 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sosNLWC835 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sosNLWC835 .container-fluid {
  padding: 0;
}
.cid-sosNLWC835 .relative {
  position: relative;
  width: 100%;
}
.cid-sosNLWC835 .mbr-section-title {
  color: #656565;
}
.cid-sosNLWC835 .block {
  background: rgba(50, 50, 50, 0.8);
  position: absolute;
  padding: 2rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  width: 400px;
  height: 100%;
  top: 0;
  right: 0;
}
.cid-sosNLWC835 .line {
  height: 3px;
  width: 60px;
  background: #e2090d;
  margin: auto;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.cid-sosNLWC835 .title {
  text-align: center;
  color: #ffffff;
}
.cid-sosNLWC835 .text {
  text-align: center;
  color: #ffffff;
  line-height: 1.5;
}
@media (max-width: 576px) {
  .cid-sosNLWC835 .block {
    position: relative;
    width: 100%;
    height: auto;
    padding: 6rem 2rem;
  }
}
.cid-spMhYQIIzl {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #111111;
}
.cid-spMhYQIIzl .mbr-section-title {
  letter-spacing: 0.1em;
  color: #e2090d;
}
.cid-spMhYQIIzl .mbr-section-subtitle {
  color: #cccccc;
  letter-spacing: 0.03em;
  text-align: center;
}
.cid-spMhYQIIzl .client-name {
  color: #444;
  letter-spacing: 0.05em;
}
.cid-spMhYQIIzl .wrap-img {
  padding-bottom: 1rem;
}
.cid-spMhYQIIzl .wrap-img img {
  max-width: 100%;
}
.cid-spMhYQIIzl .card-box p {
  color: #444;
  font-weight: 500;
  letter-spacing: 0.03em;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-spMhYQIIzl .client-name,
.cid-spMhYQIIzl .wrap-img {
  color: #e2090d;
}
.cid-s1YMdWQfw7 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #191919;
}
.cid-s1YMdWQfw7 .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-s1YMdWQfw7 .item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.3rem 0;
}
.cid-s1YMdWQfw7 .item p {
  margin: 0;
  padding-left: 0.5rem;
}
.cid-s1YMdWQfw7 .title {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #e2090d;
}
.cid-s1YMdWQfw7 .container {
  max-width: 1400px;
}
.cid-s1YMdWQfw7 li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-s1YMdWQfw7 .time {
  line-height: 2;
}
.cid-s1YMdWQfw7 .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-s1YMdWQfw7 .text-wrap {
  width: 100%;
}
.cid-s1YMdWQfw7 .item-wrap {
  display: inline-block;
}
.cid-s1YMdWQfw7 .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-s1YMdWQfw7 .socicon-wrap .mbr-iconfont {
  font-size: 1.3rem;
  background: linear-gradient(to left, #fc5130, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-s1YMdWQfw7 .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-s1YMdWQfw7 .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-s1YMdWQfw7 .socicon-wrap {
    margin: auto;
  }
}
.cid-s1YMdWQfw7 .mbr-text {
  color: #999999;
}
.cid-s1YMdWQfw7 .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-s1YMdWQfw7 .icon-title,
.cid-s1YMdWQfw7 .align-wrap {
  color: #999999;
  width: 100%;
  text-align: center;
}
.cid-s1YMdWQfw7 .item-text,
.cid-s1YMdWQfw7 .item-icon {
  color: #999999;
}
.cid-sosKu7PcJn.popup-builder {
  background-color: #ffffff;
}
.cid-sosKu7PcJn.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sosKu7PcJn.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sosKu7PcJn .modal-content,
.cid-sosKu7PcJn .modal-dialog {
  height: auto;
}
.cid-sosKu7PcJn .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sosKu7PcJn .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sosKu7PcJn .form-wrapper .mbr-form .form-group,
  .cid-sosKu7PcJn .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sosKu7PcJn .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sosKu7PcJn .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-sosKu7PcJn .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-sosKu7PcJn .pt-0 {
  padding-top: 0 !important;
}
.cid-sosKu7PcJn .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sosKu7PcJn .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sosKu7PcJn .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sosKu7PcJn .modal-open {
  overflow: hidden;
}
.cid-sosKu7PcJn .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sosKu7PcJn .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sosKu7PcJn .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sosKu7PcJn .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-sosKu7PcJn .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sosKu7PcJn .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sosKu7PcJn .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sosKu7PcJn .modal-content {
  background: #232323;
  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-sosKu7PcJn .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sosKu7PcJn .modal-backdrop.fade {
  opacity: 0;
}
.cid-sosKu7PcJn .modal-backdrop.show {
  opacity: .5;
}
.cid-sosKu7PcJn .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sosKu7PcJn .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sosKu7PcJn .modal-header .close:hover {
  opacity: 1;
}
.cid-sosKu7PcJn .modal-header .close:focus {
  outline: none;
}
.cid-sosKu7PcJn .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-sosKu7PcJn .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sosKu7PcJn .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sosKu7PcJn .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sosKu7PcJn .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sosKu7PcJn .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sosKu7PcJn .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sosKu7PcJn .modal-sm {
    max-width: 300px;
  }
  .cid-sosKu7PcJn .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sosKu7PcJn .modal-lg,
  .cid-sosKu7PcJn .modal-xl {
    max-width: 800px;
  }
  .cid-sosKu7PcJn .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sosKu7PcJn .modal-xl {
    max-width: 1140px;
  }
  .cid-sosKu7PcJn .container {
    max-width: 1140px;
  }
}
.cid-sosKu7PcJn .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sosKu7PcJn .container {
    max-width: 720px;
  }
}
.cid-sosKu7PcJn .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sosKu7PcJn .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-sosKu7PcJn .form-group {
  margin-bottom: 1rem;
}
.cid-sosKu7PcJn .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sosKu7PcJn .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sosKu7PcJn .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-sosWrChptq.popup-builder {
  background-color: #ffffff;
}
.cid-sosWrChptq.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sosWrChptq.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sosWrChptq .modal-content,
.cid-sosWrChptq .modal-dialog {
  height: auto;
}
.cid-sosWrChptq .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sosWrChptq .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sosWrChptq .form-wrapper .mbr-form .form-group,
  .cid-sosWrChptq .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sosWrChptq .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sosWrChptq .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-sosWrChptq .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-sosWrChptq .pt-0 {
  padding-top: 0 !important;
}
.cid-sosWrChptq .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sosWrChptq .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sosWrChptq .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sosWrChptq .modal-open {
  overflow: hidden;
}
.cid-sosWrChptq .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sosWrChptq .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sosWrChptq .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sosWrChptq .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-sosWrChptq .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sosWrChptq .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sosWrChptq .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sosWrChptq .modal-content {
  background: #232323;
  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-sosWrChptq .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sosWrChptq .modal-backdrop.fade {
  opacity: 0;
}
.cid-sosWrChptq .modal-backdrop.show {
  opacity: .5;
}
.cid-sosWrChptq .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sosWrChptq .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sosWrChptq .modal-header .close:hover {
  opacity: 1;
}
.cid-sosWrChptq .modal-header .close:focus {
  outline: none;
}
.cid-sosWrChptq .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-sosWrChptq .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sosWrChptq .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sosWrChptq .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sosWrChptq .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sosWrChptq .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sosWrChptq .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sosWrChptq .modal-sm {
    max-width: 300px;
  }
  .cid-sosWrChptq .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sosWrChptq .modal-lg,
  .cid-sosWrChptq .modal-xl {
    max-width: 800px;
  }
  .cid-sosWrChptq .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sosWrChptq .modal-xl {
    max-width: 1140px;
  }
  .cid-sosWrChptq .container {
    max-width: 1140px;
  }
}
.cid-sosWrChptq .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sosWrChptq .container {
    max-width: 720px;
  }
}
.cid-sosWrChptq .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sosWrChptq .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-sosWrChptq .form-group {
  margin-bottom: 1rem;
}
.cid-sosWrChptq .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sosWrChptq .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sosWrChptq .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-sosWrChptq LABEL {
  color: #ffffff;
}
.cid-sot6HLiWtT.popup-builder {
  background-color: #ffffff;
}
.cid-sot6HLiWtT.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sot6HLiWtT.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sot6HLiWtT .modal-content,
.cid-sot6HLiWtT .modal-dialog {
  height: auto;
}
.cid-sot6HLiWtT .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sot6HLiWtT .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sot6HLiWtT .form-wrapper .mbr-form .form-group,
  .cid-sot6HLiWtT .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sot6HLiWtT .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sot6HLiWtT .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-sot6HLiWtT .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-sot6HLiWtT .pt-0 {
  padding-top: 0 !important;
}
.cid-sot6HLiWtT .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sot6HLiWtT .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sot6HLiWtT .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sot6HLiWtT .modal-open {
  overflow: hidden;
}
.cid-sot6HLiWtT .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sot6HLiWtT .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sot6HLiWtT .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sot6HLiWtT .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-sot6HLiWtT .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sot6HLiWtT .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sot6HLiWtT .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sot6HLiWtT .modal-content {
  background: #232323;
  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-sot6HLiWtT .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sot6HLiWtT .modal-backdrop.fade {
  opacity: 0;
}
.cid-sot6HLiWtT .modal-backdrop.show {
  opacity: .5;
}
.cid-sot6HLiWtT .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sot6HLiWtT .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sot6HLiWtT .modal-header .close:hover {
  opacity: 1;
}
.cid-sot6HLiWtT .modal-header .close:focus {
  outline: none;
}
.cid-sot6HLiWtT .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-sot6HLiWtT .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sot6HLiWtT .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sot6HLiWtT .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sot6HLiWtT .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sot6HLiWtT .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sot6HLiWtT .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sot6HLiWtT .modal-sm {
    max-width: 300px;
  }
  .cid-sot6HLiWtT .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sot6HLiWtT .modal-lg,
  .cid-sot6HLiWtT .modal-xl {
    max-width: 800px;
  }
  .cid-sot6HLiWtT .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sot6HLiWtT .modal-xl {
    max-width: 1140px;
  }
  .cid-sot6HLiWtT .container {
    max-width: 1140px;
  }
}
.cid-sot6HLiWtT .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sot6HLiWtT .container {
    max-width: 720px;
  }
}
.cid-sot6HLiWtT .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sot6HLiWtT .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-sot6HLiWtT .form-group {
  margin-bottom: 1rem;
}
.cid-sot6HLiWtT .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sot6HLiWtT .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sot6HLiWtT .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-soQqLha6YM.popup-builder {
  background-color: #ffffff;
}
.cid-soQqLha6YM.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-soQqLha6YM.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-soQqLha6YM .modal-content,
.cid-soQqLha6YM .modal-dialog {
  height: auto;
}
.cid-soQqLha6YM .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-soQqLha6YM .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-soQqLha6YM .form-wrapper .mbr-form .form-group,
  .cid-soQqLha6YM .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-soQqLha6YM .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-soQqLha6YM .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-soQqLha6YM .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-soQqLha6YM .pt-0 {
  padding-top: 0 !important;
}
.cid-soQqLha6YM .pb-0 {
  padding-bottom: 0 !important;
}
.cid-soQqLha6YM .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-soQqLha6YM .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-soQqLha6YM .modal-open {
  overflow: hidden;
}
.cid-soQqLha6YM .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-soQqLha6YM .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-soQqLha6YM .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-soQqLha6YM .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-soQqLha6YM .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-soQqLha6YM .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-soQqLha6YM .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-soQqLha6YM .modal-content {
  background: #232323;
  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-soQqLha6YM .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-soQqLha6YM .modal-backdrop.fade {
  opacity: 0;
}
.cid-soQqLha6YM .modal-backdrop.show {
  opacity: .5;
}
.cid-soQqLha6YM .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-soQqLha6YM .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-soQqLha6YM .modal-header .close:hover {
  opacity: 1;
}
.cid-soQqLha6YM .modal-header .close:focus {
  outline: none;
}
.cid-soQqLha6YM .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #e2090d;
}
.cid-soQqLha6YM .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-soQqLha6YM .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-soQqLha6YM .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-soQqLha6YM .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-soQqLha6YM .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-soQqLha6YM .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-soQqLha6YM .modal-sm {
    max-width: 300px;
  }
  .cid-soQqLha6YM .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-soQqLha6YM .modal-lg,
  .cid-soQqLha6YM .modal-xl {
    max-width: 800px;
  }
  .cid-soQqLha6YM .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-soQqLha6YM .modal-xl {
    max-width: 1140px;
  }
  .cid-soQqLha6YM .container {
    max-width: 1140px;
  }
}
.cid-soQqLha6YM .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-soQqLha6YM .container {
    max-width: 720px;
  }
}
.cid-soQqLha6YM .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-soQqLha6YM .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-soQqLha6YM .form-group {
  margin-bottom: 1rem;
}
.cid-soQqLha6YM .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-soQqLha6YM .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-soQqLha6YM .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-soQqLha6YM LABEL {
  color: #ffffff;
}
.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: left !important;
  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;
  margin: 0px 0px 0px 15px;
  text-align: left !important;
}
.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: #191919;
  background: none;
}
.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;
}
@media (min-width: 992px) {
  .cid-s1YLZwONfz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.8rem);
  }
}
.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: #191919 !important;
  min-height: 60px;
  border-bottom: 2px solid rgba(255, 0, 0, 0.5);
  opacity: 0.9;
}
.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;
  opacity: 0.8;
  -webkit-border-radius: 0px 0px 20px 20px;
  -moz-border-radius: 0px 0px 20px 20px;
  border-radius: 0px 0px 20px 20px;
}
.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: #191919;
}
.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-soQAEnDXAZ {
  padding-top: 225px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/futuristic-digital-generated-motion-abstract-matri-hyc7679-2000x1125.jpg");
}
.cid-soQAEnDXAZ H1 {
  color: #e2090d;
}
.cid-soQAEnDXAZ h1 {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-soQAEnDXAZ .mbr-text,
.cid-soQAEnDXAZ .mbr-section-btn {
  color: #999999;
}
.cid-snzmRmHcwj {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #191919;
}
.cid-snzmRmHcwj .container {
  max-width: 1500px;
}
.cid-snzmRmHcwj img {
  width: 100%;
}
.cid-snzmRmHcwj h2 {
  padding: 0;
  margin: 0;
}
.cid-snzmRmHcwj .text-wrap {
  max-width: 500px;
  margin: auto;
}
.cid-snzmRmHcwj .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
  width: fit-content;
}
.cid-snzmRmHcwj .img-col {
  position: relative;
}
.cid-snzmRmHcwj .img2 {
  position: absolute;
  left: -6rem;
  top: 4rem;
  width: 280px;
}
@media (max-width: 1200px) {
  .cid-snzmRmHcwj .img2 {
    left: 1rem;
  }
}
@media (max-width: 992px) {
  .cid-snzmRmHcwj .img-col {
    margin-bottom: 3rem;
  }
  .cid-snzmRmHcwj .text-wrap {
    max-width: 550px;
  }
}
@media (max-width: 767px) {
  .cid-snzmRmHcwj .img2 {
    width: 50%;
    top: 2rem;
  }
  .cid-snzmRmHcwj .number {
    margin: auto;
  }
}
.cid-snzmRmHcwj H2 {
  color: #f3f3f3;
  text-align: center;
}
.cid-snzmRmHcwj .mbr-text {
  color: #f3f3f3;
  text-align: right;
}
.cid-snzpnJ0gaC {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #111111;
}
.cid-snzpnJ0gaC .container {
  max-width: 1500px;
}
.cid-snzpnJ0gaC img {
  width: 100%;
}
.cid-snzpnJ0gaC h2 {
  padding: 0;
  margin: 0;
}
.cid-snzpnJ0gaC .text-wrap {
  max-width: 500px;
  margin: auto;
}
.cid-snzpnJ0gaC .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
  width: fit-content;
}
.cid-snzpnJ0gaC .img-col {
  position: relative;
}
.cid-snzpnJ0gaC .img2 {
  position: absolute;
  right: 6rem;
  top: -6rem;
  width: 320px;
}
@media (max-width: 1200px) {
  .cid-snzpnJ0gaC .img2 {
    right: 3rem;
  }
}
@media (max-width: 992px) {
  .cid-snzpnJ0gaC .title-col {
    margin-bottom: 4rem!important;
  }
  .cid-snzpnJ0gaC .img2 {
    top: -2rem;
  }
  .cid-snzpnJ0gaC .text-wrap {
    max-width: 550px;
  }
}
@media (max-width: 767px) {
  .cid-snzpnJ0gaC .img2 {
    width: 50%;
  }
  .cid-snzpnJ0gaC .number {
    margin: auto;
  }
}
.cid-snzpnJ0gaC .mbr-text {
  color: #ffffff;
}
.cid-snzpnJ0gaC H2 {
  color: #ffffff;
}
.cid-snO8JFTo63 {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #191919;
  overflow: hidden;
}
.cid-snO8JFTo63 H1 {
  color: #ffffff;
  text-align: right;
}
.cid-snO8JFTo63 .mbr-text,
.cid-snO8JFTo63 .mbr-section-btn {
  color: #ffffff;
  text-align: right;
}
.cid-snO8JFTo63 .img1 {
  width: 100%;
  box-shadow: 0 10px 55px 5px rgba(253, 123, 98, 0.35);
  border-radius: 10px;
}
.cid-snO8JFTo63 .relative {
  position: relative;
}
.cid-snO8JFTo63 .card-img {
  width: 100%;
}
.cid-snO8JFTo63 H3 {
  color: #ffffff;
  text-align: right;
}
.cid-snO7C4KyUM {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #111111;
}
.cid-snO7C4KyUM .container {
  max-width: 1500px;
}
.cid-snO7C4KyUM img {
  width: 100%;
}
.cid-snO7C4KyUM h2 {
  padding: 0;
  margin: 0;
}
.cid-snO7C4KyUM .text-wrap {
  max-width: 500px;
  margin: auto;
}
.cid-snO7C4KyUM .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
  width: fit-content;
}
.cid-snO7C4KyUM .img-col {
  position: relative;
}
.cid-snO7C4KyUM .img2 {
  position: absolute;
  right: -6rem;
  top: 4rem;
  width: 280px;
}
@media (max-width: 1200px) {
  .cid-snO7C4KyUM .img2 {
    right: 1rem;
  }
}
@media (max-width: 992px) {
  .cid-snO7C4KyUM .img-col {
    margin-top: 3rem;
  }
  .cid-snO7C4KyUM .text-wrap {
    max-width: 550px;
  }
}
@media (max-width: 767px) {
  .cid-snO7C4KyUM .img2 {
    width: 50%;
    top: 2rem;
  }
  .cid-snO7C4KyUM .number {
    margin: auto;
  }
}
.cid-snO7C4KyUM H2 {
  color: #ffffff;
}
.cid-snO7C4KyUM .mbr-text {
  color: #ffffff;
}
.cid-s1YMdWQfw7 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #191919;
}
.cid-s1YMdWQfw7 .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-s1YMdWQfw7 .item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.3rem 0;
}
.cid-s1YMdWQfw7 .item p {
  margin: 0;
  padding-left: 0.5rem;
}
.cid-s1YMdWQfw7 .title {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #e2090d;
}
.cid-s1YMdWQfw7 .container {
  max-width: 1400px;
}
.cid-s1YMdWQfw7 li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-s1YMdWQfw7 .time {
  line-height: 2;
}
.cid-s1YMdWQfw7 .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-s1YMdWQfw7 .text-wrap {
  width: 100%;
}
.cid-s1YMdWQfw7 .item-wrap {
  display: inline-block;
}
.cid-s1YMdWQfw7 .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-s1YMdWQfw7 .socicon-wrap .mbr-iconfont {
  font-size: 1.3rem;
  background: linear-gradient(to left, #fc5130, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-s1YMdWQfw7 .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-s1YMdWQfw7 .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-s1YMdWQfw7 .socicon-wrap {
    margin: auto;
  }
}
.cid-s1YMdWQfw7 .mbr-text {
  color: #999999;
}
.cid-s1YMdWQfw7 .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-s1YMdWQfw7 .icon-title,
.cid-s1YMdWQfw7 .align-wrap {
  color: #999999;
  width: 100%;
  text-align: center;
}
.cid-s1YMdWQfw7 .item-text,
.cid-s1YMdWQfw7 .item-icon {
  color: #999999;
}
.cid-sosLGzn6yC.popup-builder {
  background-color: #ffffff;
}
.cid-sosLGzn6yC.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sosLGzn6yC.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sosLGzn6yC .modal-content,
.cid-sosLGzn6yC .modal-dialog {
  height: auto;
}
.cid-sosLGzn6yC .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sosLGzn6yC .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sosLGzn6yC .form-wrapper .mbr-form .form-group,
  .cid-sosLGzn6yC .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sosLGzn6yC .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sosLGzn6yC .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-sosLGzn6yC .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-sosLGzn6yC .pt-0 {
  padding-top: 0 !important;
}
.cid-sosLGzn6yC .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sosLGzn6yC .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sosLGzn6yC .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sosLGzn6yC .modal-open {
  overflow: hidden;
}
.cid-sosLGzn6yC .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sosLGzn6yC .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sosLGzn6yC .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sosLGzn6yC .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-sosLGzn6yC .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sosLGzn6yC .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sosLGzn6yC .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sosLGzn6yC .modal-content {
  background: #232323;
  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-sosLGzn6yC .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sosLGzn6yC .modal-backdrop.fade {
  opacity: 0;
}
.cid-sosLGzn6yC .modal-backdrop.show {
  opacity: .5;
}
.cid-sosLGzn6yC .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sosLGzn6yC .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sosLGzn6yC .modal-header .close:hover {
  opacity: 1;
}
.cid-sosLGzn6yC .modal-header .close:focus {
  outline: none;
}
.cid-sosLGzn6yC .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-sosLGzn6yC .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sosLGzn6yC .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sosLGzn6yC .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sosLGzn6yC .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sosLGzn6yC .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sosLGzn6yC .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sosLGzn6yC .modal-sm {
    max-width: 300px;
  }
  .cid-sosLGzn6yC .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sosLGzn6yC .modal-lg,
  .cid-sosLGzn6yC .modal-xl {
    max-width: 800px;
  }
  .cid-sosLGzn6yC .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sosLGzn6yC .modal-xl {
    max-width: 1140px;
  }
  .cid-sosLGzn6yC .container {
    max-width: 1140px;
  }
}
.cid-sosLGzn6yC .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sosLGzn6yC .container {
    max-width: 720px;
  }
}
.cid-sosLGzn6yC .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sosLGzn6yC .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-sosLGzn6yC .form-group {
  margin-bottom: 1rem;
}
.cid-sosLGzn6yC .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sosLGzn6yC .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sosLGzn6yC .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-sosYc9giXm.popup-builder {
  background-color: #ffffff;
}
.cid-sosYc9giXm.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sosYc9giXm.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sosYc9giXm .modal-content,
.cid-sosYc9giXm .modal-dialog {
  height: auto;
}
.cid-sosYc9giXm .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sosYc9giXm .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sosYc9giXm .form-wrapper .mbr-form .form-group,
  .cid-sosYc9giXm .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sosYc9giXm .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sosYc9giXm .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-sosYc9giXm .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-sosYc9giXm .pt-0 {
  padding-top: 0 !important;
}
.cid-sosYc9giXm .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sosYc9giXm .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sosYc9giXm .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sosYc9giXm .modal-open {
  overflow: hidden;
}
.cid-sosYc9giXm .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sosYc9giXm .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sosYc9giXm .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sosYc9giXm .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-sosYc9giXm .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sosYc9giXm .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sosYc9giXm .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sosYc9giXm .modal-content {
  background: #232323;
  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-sosYc9giXm .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sosYc9giXm .modal-backdrop.fade {
  opacity: 0;
}
.cid-sosYc9giXm .modal-backdrop.show {
  opacity: .5;
}
.cid-sosYc9giXm .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sosYc9giXm .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sosYc9giXm .modal-header .close:hover {
  opacity: 1;
}
.cid-sosYc9giXm .modal-header .close:focus {
  outline: none;
}
.cid-sosYc9giXm .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-sosYc9giXm .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sosYc9giXm .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sosYc9giXm .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sosYc9giXm .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sosYc9giXm .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sosYc9giXm .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sosYc9giXm .modal-sm {
    max-width: 300px;
  }
  .cid-sosYc9giXm .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sosYc9giXm .modal-lg,
  .cid-sosYc9giXm .modal-xl {
    max-width: 800px;
  }
  .cid-sosYc9giXm .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sosYc9giXm .modal-xl {
    max-width: 1140px;
  }
  .cid-sosYc9giXm .container {
    max-width: 1140px;
  }
}
.cid-sosYc9giXm .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sosYc9giXm .container {
    max-width: 720px;
  }
}
.cid-sosYc9giXm .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sosYc9giXm .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-sosYc9giXm .form-group {
  margin-bottom: 1rem;
}
.cid-sosYc9giXm .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sosYc9giXm .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sosYc9giXm .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-sosYc9giXm LABEL {
  color: #ffffff;
}
.cid-sot7A1wLKR.popup-builder {
  background-color: #ffffff;
}
.cid-sot7A1wLKR.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sot7A1wLKR.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sot7A1wLKR .modal-content,
.cid-sot7A1wLKR .modal-dialog {
  height: auto;
}
.cid-sot7A1wLKR .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sot7A1wLKR .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sot7A1wLKR .form-wrapper .mbr-form .form-group,
  .cid-sot7A1wLKR .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sot7A1wLKR .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sot7A1wLKR .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-sot7A1wLKR .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-sot7A1wLKR .pt-0 {
  padding-top: 0 !important;
}
.cid-sot7A1wLKR .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sot7A1wLKR .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sot7A1wLKR .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sot7A1wLKR .modal-open {
  overflow: hidden;
}
.cid-sot7A1wLKR .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sot7A1wLKR .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sot7A1wLKR .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sot7A1wLKR .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-sot7A1wLKR .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sot7A1wLKR .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sot7A1wLKR .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sot7A1wLKR .modal-content {
  background: #232323;
  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-sot7A1wLKR .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sot7A1wLKR .modal-backdrop.fade {
  opacity: 0;
}
.cid-sot7A1wLKR .modal-backdrop.show {
  opacity: .5;
}
.cid-sot7A1wLKR .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sot7A1wLKR .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sot7A1wLKR .modal-header .close:hover {
  opacity: 1;
}
.cid-sot7A1wLKR .modal-header .close:focus {
  outline: none;
}
.cid-sot7A1wLKR .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-sot7A1wLKR .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sot7A1wLKR .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sot7A1wLKR .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sot7A1wLKR .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sot7A1wLKR .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sot7A1wLKR .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sot7A1wLKR .modal-sm {
    max-width: 300px;
  }
  .cid-sot7A1wLKR .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sot7A1wLKR .modal-lg,
  .cid-sot7A1wLKR .modal-xl {
    max-width: 800px;
  }
  .cid-sot7A1wLKR .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sot7A1wLKR .modal-xl {
    max-width: 1140px;
  }
  .cid-sot7A1wLKR .container {
    max-width: 1140px;
  }
}
.cid-sot7A1wLKR .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sot7A1wLKR .container {
    max-width: 720px;
  }
}
.cid-sot7A1wLKR .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sot7A1wLKR .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-sot7A1wLKR .form-group {
  margin-bottom: 1rem;
}
.cid-sot7A1wLKR .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sot7A1wLKR .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sot7A1wLKR .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-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: left !important;
  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;
  margin: 0px 0px 0px 15px;
  text-align: left !important;
}
.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: #191919;
  background: none;
}
.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;
}
@media (min-width: 992px) {
  .cid-s1YLZwONfz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.8rem);
  }
}
.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: #191919 !important;
  min-height: 60px;
  border-bottom: 2px solid rgba(255, 0, 0, 0.5);
  opacity: 0.9;
}
.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;
  opacity: 0.8;
  -webkit-border-radius: 0px 0px 20px 20px;
  -moz-border-radius: 0px 0px 20px 20px;
  border-radius: 0px 0px 20px 20px;
}
.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: #191919;
}
.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-soykXS3Lrf H1 {
  color: #e2090d;
}
.cid-soykXS3Lrf h1 {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-soykXS3Lrf .mbr-text,
.cid-soykXS3Lrf .mbr-section-btn {
  color: #999999;
}
.cid-soxOzDB3mX {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #111111;
}
.cid-soxOzDB3mX .card .card-img {
  overflow: hidden;
}
.cid-soxOzDB3mX .card .card-img img {
  transition: all .5s;
}
.cid-soxOzDB3mX .card .card-img:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-soxOzDB3mX .underline .line {
  width: 2rem;
  height: 1px;
  background: #767676;
  display: inline-block;
}
.cid-soxOzDB3mX .card {
  height: 100%;
}
.cid-soxOzDB3mX .card .card-wrapper {
  height: 100%;
}
.cid-soxOzDB3mX .card .card-wrapper .card-img {
  border-radius: 0;
}
.cid-soxOzDB3mX .card .card-box {
  background: #232323;
  padding: 2rem;
}
.cid-soxOzDB3mX .card .card-box .card-title {
  margin: 0;
}
.cid-soxOzDB3mX .card .info-wrapper {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-soxOzDB3mX .card .info-wrapper .mbr-iconfont {
  padding-right: .5rem;
  font-size: 20px;
}
.cid-soxOzDB3mX .card .info-wrapper .info-text {
  display: inline-block;
  padding-right: 1rem;
  margin: 0;
}
.cid-soxOzDB3mX .card .card-btn .btn {
  margin-left: 4px !important;
  margin-right: 4px !important;
}
.cid-soxOzDB3mX .card .card-footer {
  background: #232323;
  margin-top: 1rem;
  padding: 0;
  padding-top: 1rem;
  display: inline-flex;
  width: 100%;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.cid-soxOzDB3mX .card .card-footer .icons-list {
  margin: 0;
}
.cid-soxOzDB3mX .card .card-footer .icons-list li {
  margin-right: 1rem;
}
.cid-soxOzDB3mX .card .card-footer .icons-list li .mbr-iconfont {
  font-size: 25px;
  color: #767676;
}
.cid-soxOzDB3mX .card .card-footer .link .link-text {
  display: inline-block;
}
.cid-soxOzDB3mX .card .card-footer .link .mbr-iconfont {
  font-size: 12px;
}
.cid-soxOzDB3mX .card-box {
  border-style: solid;
  border-color: #465052;
  border-width: 0 1px 1px 1px;
}
.cid-soxOzDB3mX .card-footer {
  border-top: 1px solid #465052;
}
@media (max-width: 767px) {
  .cid-soxOzDB3mX .card:not(:last-child) {
    padding-bottom: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-soxOzDB3mX .card:not(:last-child) {
    padding-bottom: 2rem;
  }
}
.cid-soxOzDB3mX .main-title {
  color: #ffffff;
}
.cid-soxOzDB3mX .card-title,
.cid-soxOzDB3mX .card-info {
  color: #ffffff;
  text-align: center;
}
.cid-soxOzDB3mX .card-text,
.cid-soxOzDB3mX .card-btn {
  color: #ffffff;
  text-align: center;
}
.cid-soxOzDB3mX .main-subtitle,
.cid-soxOzDB3mX .underline {
  color: #ffffff;
}
.cid-soxOzDB3mX .link-text {
  color: #999999;
}
.cid-soyhuSE4tN {
  overflow-x: hidden !important;
}
.cid-soyhuSE4tN,
.cid-soyhuSE4tN .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 45px;
}
.cid-soyhuSE4tN .mbr-section-title {
  color: #ffffff;
}
.cid-soyhuSE4tN .mbr-section-title span {
  color: #e2090d;
}
.cid-soyhuSE4tN .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-soyhuSE4tN .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 41s !important;
  animation-duration: 41s;
  background-image: url("../../../assets/images/317-28-blue-neon-glow-circuit-board-2000x1414.jpg");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-soyhuSE4tN .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-soyhuSE4tN .mbr-overlay {
  z-index: 1;
}
.cid-soyhuSE4tN .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-soypLkzrGv {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #1f1f1f;
}
.cid-soypLkzrGv .mbr-section-subtitle {
  color: #8d97ad;
  text-align: center;
}
.cid-soypLkzrGv .mbr-text {
  color: #8d97ad;
}
.cid-soypLkzrGv .nav {
  border: none;
}
.cid-soypLkzrGv .nav-tabs {
  width: 100%;
}
.cid-soypLkzrGv .nav-tabs .nav-item {
  margin-bottom: 1rem;
  width: 100%;
}
.cid-soypLkzrGv .card-img {
  overflow: hidden;
  border-radius: .25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
}
.cid-soypLkzrGv .mbr-section-btn {
  margin-left: 0;
  margin-right: 0;
}
.cid-soypLkzrGv .nav-tabs .nav-link {
  display: flex;
  color: #ffffff;
  box-sizing: border-box;
  font-style: normal;
  background: #465052;
  font-weight: 500;
  padding: 1rem;
  border: 1px solid #373f41;
  margin: 0px;
  border-radius: 0px !important;
  transition: all .3s;
}
.cid-soypLkzrGv .nav-tabs .nav-link:hover {
  background-color: #e2090d;
  color: #ffffff;
}
.cid-soypLkzrGv .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  background: #e2090d;
}
.cid-soypLkzrGv .nav-tabs .nav-link span {
  margin-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-soypLkzrGv .nav-item {
    display: table-row !important;
  }
}
.cid-soypLkzrGv .mbr-section-title {
  color: #ffffff;
}
.cid-soypLkzrGv .title-content {
  color: #ffffff;
}
.cid-soypLkzrGv .mbr-text,
.cid-soypLkzrGv .mbr-section-btn {
  color: #e5e5e5;
}
.cid-soyswj0oLU {
  padding-top: 225px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/binary-code-data-software-p83bj4h-web-717x507.jpg");
}
.cid-soyswj0oLU H1 {
  color: #e2090d;
}
.cid-soyswj0oLU h1 {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-soyswj0oLU .mbr-text,
.cid-soyswj0oLU .mbr-section-btn {
  color: #999999;
}
.cid-snU6mbFDY6 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #191919;
}
.cid-snU6mbFDY6 .card-wrapper {
  position: relative;
  margin: 0.5rem;
}
.cid-snU6mbFDY6 .card-wrapper:hover img {
  transform: scale(1.1);
}
@media (max-width: 1400px) {
  .cid-snU6mbFDY6 .card-wrapper {
    margin: 0rem;
  }
}
.cid-snU6mbFDY6 .card {
  height: fit-content;
}
@media (min-width: 767px) {
  .cid-snU6mbFDY6 .row {
    padding: 0 4rem;
  }
}
.cid-snU6mbFDY6 .icon {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 1.5rem;
  transition: 0.3s;
  background: #e2090d;
}
.cid-snU6mbFDY6 .icon:hover {
  padding-right: 1rem;
  padding-left: 2rem;
}
.cid-snU6mbFDY6 .card-box {
  padding: 3rem 3rem 4rem 3rem;
  width: 100%;
}
.cid-snU6mbFDY6 .card1 {
  background-color: #111111;
}
.cid-snU6mbFDY6 .card2 {
  background-color: #111111;
}
.cid-snU6mbFDY6 .card3 {
  background-color: #111111;
}
.cid-snU6mbFDY6 .card4 {
  background-color: #191919;
}
.cid-snU6mbFDY6 img {
  width: 100%;
  transition: 5s;
  object-fit: cover;
}
.cid-snU6mbFDY6 .img-wrap {
  max-height: 200px;
  overflow: hidden;
}
.cid-snU6mbFDY6 .container {
  max-width: 1500px;
}
.cid-snU6mbFDY6 .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-snU6mbFDY6 .mbr-iconfont {
  font-size: 1.3rem;
  color: #ffffff;
  display: flex;
  justify-content: center;
}
.cid-snU6mbFDY6 P {
  color: #c1c1c1;
}
@media (max-width: 1200px) {
  .cid-snU6mbFDY6 .img-wrap {
    max-height: 180px;
  }
}
@media (max-width: 992px) {
  .cid-snU6mbFDY6 .card-box {
    margin: 0rem;
    padding: 2rem 2rem 6rem 2rem;
  }
  .cid-snU6mbFDY6 .col2,
  .cid-snU6mbFDY6 .col3,
  .cid-snU6mbFDY6 .col4 {
    margin-top: 0rem;
  }
  .cid-snU6mbFDY6 .img-wrap {
    max-height: 180px;
  }
}
@media (max-width: 767px) {
  .cid-snU6mbFDY6 .card-box {
    padding: 1rem 2rem 5rem 1rem;
  }
  .cid-snU6mbFDY6 .number {
    margin: auto;
  }
}
.cid-snU6mbFDY6 .mbr-text {
  color: #cccccc;
}
.cid-snU6mbFDY6 .text2 {
  color: #ffffff;
}
.cid-snU6mbFDY6 .text3 {
  color: #ffffff;
}
.cid-snU6mbFDY6 .title2 {
  color: #767676;
}
.cid-snU6mbFDY6 .title1 {
  color: #767676;
}
.cid-snU6mbFDY6 .title3 {
  color: #767676;
}
.cid-snU6mbFDY6 .title4 {
  color: #767676;
}
.cid-snU6mbFDY6 .text4 {
  color: #efeeee;
}
.cid-snU6mbFDY6 .text1 {
  color: #efeeee;
}
.cid-snU6mbFDY6 H1 {
  color: #333333;
}
.cid-soyt2Aucc8 {
  padding-top: 135px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/endangered-hacked-server-room-interior-in-datacent-rur3aaa-web-717x507.jpg");
}
.cid-soyt2Aucc8 .mbr-arrow {
  background: #232323 !important;
  opacity: .7;
}
.cid-soyt2Aucc8 .mbr-arrow i {
  color: #ffffff !important;
}
.cid-soyt2Aucc8 .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-soyt2Aucc8 .animated-element,
.cid-soyt2Aucc8 .typed-cursor {
  color: #ffffff;
}
.cid-soyt2Aucc8 .animated-element {
  border-bottom: 5px solid #f7aa4a;
}
@media (max-width: 767px) {
  .cid-soyt2Aucc8 .typed-text {
    text-align: center;
  }
}
.cid-soyt2Aucc8 .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-soyt2Aucc8 .mbr-text,
.cid-soyt2Aucc8 .typed-text,
.cid-soyt2Aucc8 .mbr-section-btn {
  text-align: center;
}
.cid-snU7VtB70I {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #191919;
}
.cid-snU7VtB70I .card-wrapper {
  position: relative;
  margin: 0.5rem;
}
.cid-snU7VtB70I .card-wrapper:hover img {
  transform: scale(1.1);
}
@media (max-width: 1400px) {
  .cid-snU7VtB70I .card-wrapper {
    margin: 0rem;
  }
}
.cid-snU7VtB70I .card {
  height: fit-content;
}
@media (min-width: 767px) {
  .cid-snU7VtB70I .row {
    padding: 0 4rem;
  }
}
.cid-snU7VtB70I .icon {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 1.5rem;
  transition: 0.3s;
  background: #e2090d;
}
.cid-snU7VtB70I .icon:hover {
  padding-right: 1rem;
  padding-left: 2rem;
}
.cid-snU7VtB70I .card-box {
  padding: 3rem 3rem 4rem 3rem;
  width: 100%;
}
.cid-snU7VtB70I .card1 {
  background-color: #111111;
}
.cid-snU7VtB70I .card2 {
  background-color: #111111;
}
.cid-snU7VtB70I .card3 {
  background-color: #111111;
}
.cid-snU7VtB70I .card4 {
  background-color: #111111;
}
.cid-snU7VtB70I img {
  width: 100%;
  transition: 5s;
  object-fit: cover;
}
.cid-snU7VtB70I .img-wrap {
  max-height: 200px;
  overflow: hidden;
}
.cid-snU7VtB70I .container {
  max-width: 1500px;
}
.cid-snU7VtB70I .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-snU7VtB70I .mbr-iconfont {
  font-size: 1.3rem;
  color: #ffffff;
  display: flex;
  justify-content: center;
}
.cid-snU7VtB70I P {
  color: #c1c1c1;
}
@media (max-width: 1200px) {
  .cid-snU7VtB70I .img-wrap {
    max-height: 180px;
  }
}
@media (max-width: 992px) {
  .cid-snU7VtB70I .card-box {
    margin: 0rem;
    padding: 2rem 2rem 6rem 2rem;
  }
  .cid-snU7VtB70I .col2,
  .cid-snU7VtB70I .col3,
  .cid-snU7VtB70I .col4 {
    margin-top: 0rem;
  }
  .cid-snU7VtB70I .img-wrap {
    max-height: 180px;
  }
}
@media (max-width: 767px) {
  .cid-snU7VtB70I .card-box {
    padding: 1rem 2rem 5rem 1rem;
  }
  .cid-snU7VtB70I .number {
    margin: auto;
  }
}
.cid-snU7VtB70I .mbr-text {
  color: #cccccc;
}
.cid-snU7VtB70I .text2 {
  color: #ffffff;
}
.cid-snU7VtB70I .text3 {
  color: #ffffff;
}
.cid-snU7VtB70I .title2 {
  color: #767676;
}
.cid-snU7VtB70I .title1 {
  color: #767676;
}
.cid-snU7VtB70I .title3 {
  color: #767676;
}
.cid-snU7VtB70I .title4 {
  color: #767676;
}
.cid-snU7VtB70I .text4 {
  color: #efeeee;
}
.cid-snU7VtB70I .text1 {
  color: #efeeee;
}
.cid-snU7VtB70I H1 {
  color: #333333;
}
.cid-snU9uz8Tqa {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/hacker-working-using-computer-with-codes-ppna65m-1800x1201.jpg");
}
.cid-snU9uz8Tqa .mbr-text {
  color: #ffffff;
  letter-spacing: 0.03em;
  line-height: 1.8;
}
.cid-snU9uz8Tqa .card-img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-snU9uz8Tqa .card-title {
  margin-bottom: 2rem;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.1em;
}
.cid-s1YMdWQfw7 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #191919;
}
.cid-s1YMdWQfw7 .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-s1YMdWQfw7 .item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.3rem 0;
}
.cid-s1YMdWQfw7 .item p {
  margin: 0;
  padding-left: 0.5rem;
}
.cid-s1YMdWQfw7 .title {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #e2090d;
}
.cid-s1YMdWQfw7 .container {
  max-width: 1400px;
}
.cid-s1YMdWQfw7 li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-s1YMdWQfw7 .time {
  line-height: 2;
}
.cid-s1YMdWQfw7 .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-s1YMdWQfw7 .text-wrap {
  width: 100%;
}
.cid-s1YMdWQfw7 .item-wrap {
  display: inline-block;
}
.cid-s1YMdWQfw7 .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-s1YMdWQfw7 .socicon-wrap .mbr-iconfont {
  font-size: 1.3rem;
  background: linear-gradient(to left, #fc5130, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-s1YMdWQfw7 .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-s1YMdWQfw7 .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-s1YMdWQfw7 .socicon-wrap {
    margin: auto;
  }
}
.cid-s1YMdWQfw7 .mbr-text {
  color: #999999;
}
.cid-s1YMdWQfw7 .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-s1YMdWQfw7 .icon-title,
.cid-s1YMdWQfw7 .align-wrap {
  color: #999999;
  width: 100%;
  text-align: center;
}
.cid-s1YMdWQfw7 .item-text,
.cid-s1YMdWQfw7 .item-icon {
  color: #999999;
}
.cid-sosLGzoEQ2.popup-builder {
  background-color: #ffffff;
}
.cid-sosLGzoEQ2.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sosLGzoEQ2.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sosLGzoEQ2 .modal-content,
.cid-sosLGzoEQ2 .modal-dialog {
  height: auto;
}
.cid-sosLGzoEQ2 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sosLGzoEQ2 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sosLGzoEQ2 .form-wrapper .mbr-form .form-group,
  .cid-sosLGzoEQ2 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sosLGzoEQ2 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sosLGzoEQ2 .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-sosLGzoEQ2 .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-sosLGzoEQ2 .pt-0 {
  padding-top: 0 !important;
}
.cid-sosLGzoEQ2 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sosLGzoEQ2 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sosLGzoEQ2 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sosLGzoEQ2 .modal-open {
  overflow: hidden;
}
.cid-sosLGzoEQ2 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sosLGzoEQ2 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sosLGzoEQ2 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sosLGzoEQ2 .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-sosLGzoEQ2 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sosLGzoEQ2 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sosLGzoEQ2 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sosLGzoEQ2 .modal-content {
  background: #232323;
  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-sosLGzoEQ2 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sosLGzoEQ2 .modal-backdrop.fade {
  opacity: 0;
}
.cid-sosLGzoEQ2 .modal-backdrop.show {
  opacity: .5;
}
.cid-sosLGzoEQ2 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sosLGzoEQ2 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sosLGzoEQ2 .modal-header .close:hover {
  opacity: 1;
}
.cid-sosLGzoEQ2 .modal-header .close:focus {
  outline: none;
}
.cid-sosLGzoEQ2 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-sosLGzoEQ2 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sosLGzoEQ2 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sosLGzoEQ2 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sosLGzoEQ2 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sosLGzoEQ2 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sosLGzoEQ2 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sosLGzoEQ2 .modal-sm {
    max-width: 300px;
  }
  .cid-sosLGzoEQ2 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sosLGzoEQ2 .modal-lg,
  .cid-sosLGzoEQ2 .modal-xl {
    max-width: 800px;
  }
  .cid-sosLGzoEQ2 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sosLGzoEQ2 .modal-xl {
    max-width: 1140px;
  }
  .cid-sosLGzoEQ2 .container {
    max-width: 1140px;
  }
}
.cid-sosLGzoEQ2 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sosLGzoEQ2 .container {
    max-width: 720px;
  }
}
.cid-sosLGzoEQ2 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sosLGzoEQ2 .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-sosLGzoEQ2 .form-group {
  margin-bottom: 1rem;
}
.cid-sosLGzoEQ2 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sosLGzoEQ2 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sosLGzoEQ2 .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-sosYc9gr9P.popup-builder {
  background-color: #ffffff;
}
.cid-sosYc9gr9P.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sosYc9gr9P.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sosYc9gr9P .modal-content,
.cid-sosYc9gr9P .modal-dialog {
  height: auto;
}
.cid-sosYc9gr9P .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sosYc9gr9P .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sosYc9gr9P .form-wrapper .mbr-form .form-group,
  .cid-sosYc9gr9P .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sosYc9gr9P .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sosYc9gr9P .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-sosYc9gr9P .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-sosYc9gr9P .pt-0 {
  padding-top: 0 !important;
}
.cid-sosYc9gr9P .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sosYc9gr9P .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sosYc9gr9P .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sosYc9gr9P .modal-open {
  overflow: hidden;
}
.cid-sosYc9gr9P .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sosYc9gr9P .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sosYc9gr9P .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sosYc9gr9P .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-sosYc9gr9P .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sosYc9gr9P .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sosYc9gr9P .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sosYc9gr9P .modal-content {
  background: #232323;
  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-sosYc9gr9P .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sosYc9gr9P .modal-backdrop.fade {
  opacity: 0;
}
.cid-sosYc9gr9P .modal-backdrop.show {
  opacity: .5;
}
.cid-sosYc9gr9P .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sosYc9gr9P .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sosYc9gr9P .modal-header .close:hover {
  opacity: 1;
}
.cid-sosYc9gr9P .modal-header .close:focus {
  outline: none;
}
.cid-sosYc9gr9P .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-sosYc9gr9P .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sosYc9gr9P .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sosYc9gr9P .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sosYc9gr9P .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sosYc9gr9P .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sosYc9gr9P .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sosYc9gr9P .modal-sm {
    max-width: 300px;
  }
  .cid-sosYc9gr9P .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sosYc9gr9P .modal-lg,
  .cid-sosYc9gr9P .modal-xl {
    max-width: 800px;
  }
  .cid-sosYc9gr9P .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sosYc9gr9P .modal-xl {
    max-width: 1140px;
  }
  .cid-sosYc9gr9P .container {
    max-width: 1140px;
  }
}
.cid-sosYc9gr9P .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sosYc9gr9P .container {
    max-width: 720px;
  }
}
.cid-sosYc9gr9P .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sosYc9gr9P .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-sosYc9gr9P .form-group {
  margin-bottom: 1rem;
}
.cid-sosYc9gr9P .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sosYc9gr9P .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sosYc9gr9P .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-sosYc9gr9P LABEL {
  color: #ffffff;
}
.cid-sot7A1xlK2.popup-builder {
  background-color: #ffffff;
}
.cid-sot7A1xlK2.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sot7A1xlK2.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sot7A1xlK2 .modal-content,
.cid-sot7A1xlK2 .modal-dialog {
  height: auto;
}
.cid-sot7A1xlK2 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sot7A1xlK2 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sot7A1xlK2 .form-wrapper .mbr-form .form-group,
  .cid-sot7A1xlK2 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sot7A1xlK2 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sot7A1xlK2 .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-sot7A1xlK2 .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-sot7A1xlK2 .pt-0 {
  padding-top: 0 !important;
}
.cid-sot7A1xlK2 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sot7A1xlK2 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sot7A1xlK2 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sot7A1xlK2 .modal-open {
  overflow: hidden;
}
.cid-sot7A1xlK2 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sot7A1xlK2 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sot7A1xlK2 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sot7A1xlK2 .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-sot7A1xlK2 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sot7A1xlK2 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sot7A1xlK2 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sot7A1xlK2 .modal-content {
  background: #232323;
  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-sot7A1xlK2 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sot7A1xlK2 .modal-backdrop.fade {
  opacity: 0;
}
.cid-sot7A1xlK2 .modal-backdrop.show {
  opacity: .5;
}
.cid-sot7A1xlK2 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sot7A1xlK2 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sot7A1xlK2 .modal-header .close:hover {
  opacity: 1;
}
.cid-sot7A1xlK2 .modal-header .close:focus {
  outline: none;
}
.cid-sot7A1xlK2 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-sot7A1xlK2 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sot7A1xlK2 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sot7A1xlK2 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sot7A1xlK2 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sot7A1xlK2 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sot7A1xlK2 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sot7A1xlK2 .modal-sm {
    max-width: 300px;
  }
  .cid-sot7A1xlK2 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sot7A1xlK2 .modal-lg,
  .cid-sot7A1xlK2 .modal-xl {
    max-width: 800px;
  }
  .cid-sot7A1xlK2 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sot7A1xlK2 .modal-xl {
    max-width: 1140px;
  }
  .cid-sot7A1xlK2 .container {
    max-width: 1140px;
  }
}
.cid-sot7A1xlK2 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sot7A1xlK2 .container {
    max-width: 720px;
  }
}
.cid-sot7A1xlK2 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sot7A1xlK2 .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-sot7A1xlK2 .form-group {
  margin-bottom: 1rem;
}
.cid-sot7A1xlK2 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sot7A1xlK2 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sot7A1xlK2 .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-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: left !important;
  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;
  margin: 0px 0px 0px 15px;
  text-align: left !important;
}
.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: #191919;
  background: none;
}
.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;
}
@media (min-width: 992px) {
  .cid-s1YLZwONfz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.8rem);
  }
}
.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: #191919 !important;
  min-height: 60px;
  border-bottom: 2px solid rgba(255, 0, 0, 0.5);
  opacity: 0.9;
}
.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;
  opacity: 0.8;
  -webkit-border-radius: 0px 0px 20px 20px;
  -moz-border-radius: 0px 0px 20px 20px;
  border-radius: 0px 0px 20px 20px;
}
.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: #191919;
}
.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-sol62pemtq H1 {
  color: #e2090d;
}
.cid-sol62pemtq h1 {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-sol62pemtq .mbr-text,
.cid-sol62pemtq .mbr-section-btn {
  color: #999999;
}
.cid-solfdpQmbQ {
  padding-top: 60px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/317-28-blue-neon-glow-circuit-board-2000x1414.jpg");
}
.cid-solfdpQmbQ H1 {
  color: #e2090d;
}
.cid-solfdpQmbQ h1 {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-solfdpQmbQ .mbr-text,
.cid-solfdpQmbQ .mbr-section-btn {
  color: #999999;
}
.cid-sol9zR64fn {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #191919;
}
.cid-sol9zR64fn p {
  line-height: 1.6;
}
.cid-sol9zR64fn .card-box {
  width: -webkit-fill-available;
}
.cid-sol9zR64fn .card-img {
  width: auto;
}
.cid-sol9zR64fn .card-img span {
  font-size: 96px;
  padding: 0.6rem;
  margin: 0 1rem;
  border-radius: 8px;
}
.cid-sol9zR64fn .mbr-iconfont {
  font-size: 3.5rem !important;
}
.cid-sol9zR64fn .card-wrapper {
  display: flex;
  flex-direction: row;
}
.cid-sol9zR64fn .card {
  height: 100%;
  margin: auto;
}
.cid-sol9zR64fn img {
  width: 100%;
  heigth: auto;
}
.cid-sol9zR64fn .card-title1 {
  color: #0095ff;
}
.cid-sol9zR64fn .mbr-text1 {
  color: #767676;
}
.cid-sol9zR64fn .card-title2 {
  color: #e2090d;
  text-align: left;
}
.cid-sol9zR64fn .mbr-text2 {
  color: #767676;
}
@media (max-width: 576px) {
  .cid-sol9zR64fn .card-wrapper {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0 0 0!important;
  }
  .cid-sol9zR64fn .card-img {
    order: 1;
  }
  .cid-sol9zR64fn .card-box {
    order: 2;
  }
}
.cid-solfdW8KHM {
  padding-top: 225px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/317-28-blue-neon-glow-circuit-board-2000x1414.jpg");
}
.cid-solfdW8KHM H1 {
  color: #e2090d;
}
.cid-solfdW8KHM h1 {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-solfdW8KHM .mbr-text,
.cid-solfdW8KHM .mbr-section-btn {
  color: #999999;
}
.cid-soldLXkiHC {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #111111;
}
.cid-soldLXkiHC h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-soldLXkiHC p {
  color: #767676;
  text-align: left;
}
.cid-soldLXkiHC .card-box {
  padding-top: 2rem;
}
.cid-soldLXkiHC .card-wrapper {
  height: 100%;
}
.cid-soldLXkiHC img {
  border-radius: 100%;
  height: 250px;
  width: 250px;
  object-fit: cover;
}
.cid-soldLXkiHC P {
  text-align: center;
}
.cid-soldLXkiHC .card-title {
  text-align: center;
  color: #ffffff;
}
.cid-soldLXkiHC .card-img {
  position: relative;
}
.cid-soldLXkiHC .card-icon {
  position: absolute;
  background: #e2090d;
  height: 70px;
  width: 70px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.22);
  border-radius: 100%;
  padding: 1rem;
  left: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
  top: 1rem;
}
.cid-soldLXkiHC .card-icon .mbr-iconfont {
  font-size: 2rem;
  color: #e2090d;
}
.cid-soVPHeJDDo {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #191919;
}
.cid-soVPHeJDDo .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-soVPHeJDDo .btn-col {
  align-items: flex-end;
  justify-content: flex-end;
  display: flex;
}
@media (max-width: 767px) {
  .cid-soVPHeJDDo .btn-col {
    justify-content: center;
  }
}
.cid-soVPHeJDDo .mbr-text,
.cid-soVPHeJDDo .mbr-section-btn {
  color: #999999;
}
.cid-soVPHeJDDo p {
  margin: 0;
}
.cid-soVlue17cJ {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #191919;
}
.cid-soVlue17cJ .plan-body .btn-bgr {
  z-index: 0;
}
.cid-soVlue17cJ .media-container-row {
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.cid-soVlue17cJ .list-group-item {
  padding: .75rem 0rem;
}
.cid-soVlue17cJ .plan-subtitle {
  color: #cccccc;
}
.cid-soVlue17cJ .mbr-text {
  margin: 10px 0 0 0;
  color: #cccccc;
}
.cid-soVlue17cJ .nav-tabs {
  border: none !important;
}
.cid-soVlue17cJ .nav-tabs .btn {
  background: transparent !important;
  position: relative;
}
.cid-soVlue17cJ .nav-tabs .btn:not(:focus):not(:hover):not(.active) {
  color: #232323 !important;
  border-color: #232323 !important;
}
.cid-soVlue17cJ .nav-tabs .btn.active,
.cid-soVlue17cJ .nav-tabs .btn:hover {
  background: #232323 !important;
  color: #ffffff !important;
  border-color: #232323 !important;
}
.cid-soVlue17cJ .nav-tabs .btn.active:after {
  animation: none;
}
.cid-soVlue17cJ .nav-tabs .btn:after {
  content: '';
  border: 0px solid;
  border-color: inherit;
  border-radius: inherit;
  transition: border-radius 0.3s;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}
.cid-soVlue17cJ .nav-tabs .btn:hover:after {
  border-width: 1px;
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.cid-soVlue17cJ .price-term .term {
  display: inline-block;
  background: #ffffff;
  padding: 5px 10px;
  border-radius: 100px;
}
.cid-soVlue17cJ .plan {
  padding: 1.875rem;
  background: none;
  position: relative;
}
.cid-soVlue17cJ .plan .mbr-overlay {
  background: #232323;
  opacity: 0.9;
}
.cid-soVlue17cJ .plan .plan-price {
  margin-top: 15px;
  padding: 20px 0;
  border-top: 1px solid #eaeaea;
}
.cid-soVlue17cJ .plan .plan-price .price-term {
  margin-top: 10px;
}
.cid-soVlue17cJ .plan .list-group-item {
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  border: 0;
  background: none;
}
.cid-soVlue17cJ .plan .list-group-item::after {
  position: absolute;
  bottom: 0;
  left: 0%;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #eaeaea;
}
.cid-soVlue17cJ .plan .mbr-section-btn a {
  margin-bottom: 0;
}
.cid-soVlue17cJ .plan .plan-body {
  position: relative;
  border-top: 1px solid #eaeaea;
}
@media (max-width: 992px) {
  .cid-soVlue17cJ .plan {
    margin-bottom: 30px;
  }
}
.cid-soVlue17cJ .plan-header {
  position: relative;
}
@media (max-width: 550px) {
  .cid-soVlue17cJ .price-figure {
    font-size: 4.25rem;
  }
}
.cid-soVU4cOYj9 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1f1f1f;
}
.cid-soVU4cOYj9 .mbr-text {
  color: #ffffff;
}
.cid-soVU4cOYj9 .counter-container ul {
  margin-bottom: 0;
  padding-left: .6rem;
}
.cid-soVU4cOYj9 .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-soVU4cOYj9 .counter-container ul li:before {
  position: absolute;
  left: -1.5rem;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #f49846;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, #f49846, #e2090d);
}
.cid-s1YMdWQfw7 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #191919;
}
.cid-s1YMdWQfw7 .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-s1YMdWQfw7 .item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.3rem 0;
}
.cid-s1YMdWQfw7 .item p {
  margin: 0;
  padding-left: 0.5rem;
}
.cid-s1YMdWQfw7 .title {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #e2090d;
}
.cid-s1YMdWQfw7 .container {
  max-width: 1400px;
}
.cid-s1YMdWQfw7 li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-s1YMdWQfw7 .time {
  line-height: 2;
}
.cid-s1YMdWQfw7 .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-s1YMdWQfw7 .text-wrap {
  width: 100%;
}
.cid-s1YMdWQfw7 .item-wrap {
  display: inline-block;
}
.cid-s1YMdWQfw7 .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-s1YMdWQfw7 .socicon-wrap .mbr-iconfont {
  font-size: 1.3rem;
  background: linear-gradient(to left, #fc5130, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-s1YMdWQfw7 .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-s1YMdWQfw7 .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-s1YMdWQfw7 .socicon-wrap {
    margin: auto;
  }
}
.cid-s1YMdWQfw7 .mbr-text {
  color: #999999;
}
.cid-s1YMdWQfw7 .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-s1YMdWQfw7 .icon-title,
.cid-s1YMdWQfw7 .align-wrap {
  color: #999999;
  width: 100%;
  text-align: center;
}
.cid-s1YMdWQfw7 .item-text,
.cid-s1YMdWQfw7 .item-icon {
  color: #999999;
}
.cid-spcuAqCL20.popup-builder {
  background-color: #ffffff;
}
.cid-spcuAqCL20.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-spcuAqCL20.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-spcuAqCL20 .modal-content,
.cid-spcuAqCL20 .modal-dialog {
  height: auto;
}
.cid-spcuAqCL20 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-spcuAqCL20 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-spcuAqCL20 .form-wrapper .mbr-form .form-group,
  .cid-spcuAqCL20 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-spcuAqCL20 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-spcuAqCL20 .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-spcuAqCL20 .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-spcuAqCL20 .pt-0 {
  padding-top: 0 !important;
}
.cid-spcuAqCL20 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-spcuAqCL20 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-spcuAqCL20 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-spcuAqCL20 .modal-open {
  overflow: hidden;
}
.cid-spcuAqCL20 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-spcuAqCL20 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-spcuAqCL20 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-spcuAqCL20 .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-spcuAqCL20 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-spcuAqCL20 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-spcuAqCL20 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-spcuAqCL20 .modal-content {
  background: #232323;
  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-spcuAqCL20 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-spcuAqCL20 .modal-backdrop.fade {
  opacity: 0;
}
.cid-spcuAqCL20 .modal-backdrop.show {
  opacity: .5;
}
.cid-spcuAqCL20 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-spcuAqCL20 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-spcuAqCL20 .modal-header .close:hover {
  opacity: 1;
}
.cid-spcuAqCL20 .modal-header .close:focus {
  outline: none;
}
.cid-spcuAqCL20 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-spcuAqCL20 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-spcuAqCL20 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-spcuAqCL20 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-spcuAqCL20 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-spcuAqCL20 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-spcuAqCL20 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-spcuAqCL20 .modal-sm {
    max-width: 300px;
  }
  .cid-spcuAqCL20 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-spcuAqCL20 .modal-lg,
  .cid-spcuAqCL20 .modal-xl {
    max-width: 800px;
  }
  .cid-spcuAqCL20 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-spcuAqCL20 .modal-xl {
    max-width: 1140px;
  }
  .cid-spcuAqCL20 .container {
    max-width: 1140px;
  }
}
.cid-spcuAqCL20 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-spcuAqCL20 .container {
    max-width: 720px;
  }
}
.cid-spcuAqCL20 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-spcuAqCL20 .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-spcuAqCL20 .form-group {
  margin-bottom: 1rem;
}
.cid-spcuAqCL20 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-spcuAqCL20 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-spcuAqCL20 .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-spcuAqCL20 LABEL {
  color: #ffffff;
}
.cid-spdMsoR0jT.popup-builder {
  background-color: #ffffff;
}
.cid-spdMsoR0jT.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-spdMsoR0jT.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-spdMsoR0jT .modal-content,
.cid-spdMsoR0jT .modal-dialog {
  height: auto;
}
.cid-spdMsoR0jT .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-spdMsoR0jT .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-spdMsoR0jT .form-wrapper .mbr-form .form-group,
  .cid-spdMsoR0jT .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-spdMsoR0jT .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-spdMsoR0jT .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-spdMsoR0jT .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-spdMsoR0jT .pt-0 {
  padding-top: 0 !important;
}
.cid-spdMsoR0jT .pb-0 {
  padding-bottom: 0 !important;
}
.cid-spdMsoR0jT .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-spdMsoR0jT .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-spdMsoR0jT .modal-open {
  overflow: hidden;
}
.cid-spdMsoR0jT .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-spdMsoR0jT .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-spdMsoR0jT .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-spdMsoR0jT .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-spdMsoR0jT .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-spdMsoR0jT .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-spdMsoR0jT .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-spdMsoR0jT .modal-content {
  background: #232323;
  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-spdMsoR0jT .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-spdMsoR0jT .modal-backdrop.fade {
  opacity: 0;
}
.cid-spdMsoR0jT .modal-backdrop.show {
  opacity: .5;
}
.cid-spdMsoR0jT .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-spdMsoR0jT .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-spdMsoR0jT .modal-header .close:hover {
  opacity: 1;
}
.cid-spdMsoR0jT .modal-header .close:focus {
  outline: none;
}
.cid-spdMsoR0jT .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-spdMsoR0jT .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-spdMsoR0jT .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-spdMsoR0jT .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-spdMsoR0jT .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-spdMsoR0jT .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-spdMsoR0jT .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-spdMsoR0jT .modal-sm {
    max-width: 300px;
  }
  .cid-spdMsoR0jT .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-spdMsoR0jT .modal-lg,
  .cid-spdMsoR0jT .modal-xl {
    max-width: 800px;
  }
  .cid-spdMsoR0jT .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-spdMsoR0jT .modal-xl {
    max-width: 1140px;
  }
  .cid-spdMsoR0jT .container {
    max-width: 1140px;
  }
}
.cid-spdMsoR0jT .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-spdMsoR0jT .container {
    max-width: 720px;
  }
}
.cid-spdMsoR0jT .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-spdMsoR0jT .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-spdMsoR0jT .form-group {
  margin-bottom: 1rem;
}
.cid-spdMsoR0jT .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-spdMsoR0jT .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-spdMsoR0jT .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-spdMsoR0jT LABEL {
  color: #ffffff;
}
.cid-spcPVMIGEm.popup-builder {
  background-color: #ffffff;
}
.cid-spcPVMIGEm.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-spcPVMIGEm.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-spcPVMIGEm .modal-content,
.cid-spcPVMIGEm .modal-dialog {
  height: auto;
}
.cid-spcPVMIGEm .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-spcPVMIGEm .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-spcPVMIGEm .form-wrapper .mbr-form .form-group,
  .cid-spcPVMIGEm .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-spcPVMIGEm .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-spcPVMIGEm .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-spcPVMIGEm .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-spcPVMIGEm .pt-0 {
  padding-top: 0 !important;
}
.cid-spcPVMIGEm .pb-0 {
  padding-bottom: 0 !important;
}
.cid-spcPVMIGEm .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-spcPVMIGEm .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-spcPVMIGEm .modal-open {
  overflow: hidden;
}
.cid-spcPVMIGEm .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-spcPVMIGEm .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-spcPVMIGEm .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-spcPVMIGEm .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-spcPVMIGEm .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-spcPVMIGEm .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-spcPVMIGEm .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-spcPVMIGEm .modal-content {
  background: #232323;
  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-spcPVMIGEm .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-spcPVMIGEm .modal-backdrop.fade {
  opacity: 0;
}
.cid-spcPVMIGEm .modal-backdrop.show {
  opacity: .5;
}
.cid-spcPVMIGEm .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-spcPVMIGEm .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-spcPVMIGEm .modal-header .close:hover {
  opacity: 1;
}
.cid-spcPVMIGEm .modal-header .close:focus {
  outline: none;
}
.cid-spcPVMIGEm .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-spcPVMIGEm .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-spcPVMIGEm .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-spcPVMIGEm .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-spcPVMIGEm .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-spcPVMIGEm .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-spcPVMIGEm .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-spcPVMIGEm .modal-sm {
    max-width: 300px;
  }
  .cid-spcPVMIGEm .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-spcPVMIGEm .modal-lg,
  .cid-spcPVMIGEm .modal-xl {
    max-width: 800px;
  }
  .cid-spcPVMIGEm .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-spcPVMIGEm .modal-xl {
    max-width: 1140px;
  }
  .cid-spcPVMIGEm .container {
    max-width: 1140px;
  }
}
.cid-spcPVMIGEm .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-spcPVMIGEm .container {
    max-width: 720px;
  }
}
.cid-spcPVMIGEm .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-spcPVMIGEm .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-spcPVMIGEm .form-group {
  margin-bottom: 1rem;
}
.cid-spcPVMIGEm .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-spcPVMIGEm .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-spcPVMIGEm .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-spcPVMIGEm LABEL {
  color: #ffffff;
}
.cid-sosLGzoQzV.popup-builder {
  background-color: #ffffff;
}
.cid-sosLGzoQzV.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sosLGzoQzV.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sosLGzoQzV .modal-content,
.cid-sosLGzoQzV .modal-dialog {
  height: auto;
}
.cid-sosLGzoQzV .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sosLGzoQzV .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sosLGzoQzV .form-wrapper .mbr-form .form-group,
  .cid-sosLGzoQzV .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sosLGzoQzV .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sosLGzoQzV .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-sosLGzoQzV .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-sosLGzoQzV .pt-0 {
  padding-top: 0 !important;
}
.cid-sosLGzoQzV .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sosLGzoQzV .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sosLGzoQzV .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sosLGzoQzV .modal-open {
  overflow: hidden;
}
.cid-sosLGzoQzV .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sosLGzoQzV .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sosLGzoQzV .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sosLGzoQzV .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-sosLGzoQzV .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sosLGzoQzV .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sosLGzoQzV .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sosLGzoQzV .modal-content {
  background: #232323;
  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-sosLGzoQzV .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sosLGzoQzV .modal-backdrop.fade {
  opacity: 0;
}
.cid-sosLGzoQzV .modal-backdrop.show {
  opacity: .5;
}
.cid-sosLGzoQzV .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sosLGzoQzV .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sosLGzoQzV .modal-header .close:hover {
  opacity: 1;
}
.cid-sosLGzoQzV .modal-header .close:focus {
  outline: none;
}
.cid-sosLGzoQzV .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-sosLGzoQzV .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sosLGzoQzV .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sosLGzoQzV .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sosLGzoQzV .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sosLGzoQzV .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sosLGzoQzV .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sosLGzoQzV .modal-sm {
    max-width: 300px;
  }
  .cid-sosLGzoQzV .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sosLGzoQzV .modal-lg,
  .cid-sosLGzoQzV .modal-xl {
    max-width: 800px;
  }
  .cid-sosLGzoQzV .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sosLGzoQzV .modal-xl {
    max-width: 1140px;
  }
  .cid-sosLGzoQzV .container {
    max-width: 1140px;
  }
}
.cid-sosLGzoQzV .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sosLGzoQzV .container {
    max-width: 720px;
  }
}
.cid-sosLGzoQzV .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sosLGzoQzV .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-sosLGzoQzV .form-group {
  margin-bottom: 1rem;
}
.cid-sosLGzoQzV .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sosLGzoQzV .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sosLGzoQzV .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-sosYc9g06x.popup-builder {
  background-color: #ffffff;
}
.cid-sosYc9g06x.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sosYc9g06x.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sosYc9g06x .modal-content,
.cid-sosYc9g06x .modal-dialog {
  height: auto;
}
.cid-sosYc9g06x .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sosYc9g06x .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sosYc9g06x .form-wrapper .mbr-form .form-group,
  .cid-sosYc9g06x .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sosYc9g06x .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sosYc9g06x .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-sosYc9g06x .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-sosYc9g06x .pt-0 {
  padding-top: 0 !important;
}
.cid-sosYc9g06x .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sosYc9g06x .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sosYc9g06x .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sosYc9g06x .modal-open {
  overflow: hidden;
}
.cid-sosYc9g06x .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sosYc9g06x .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sosYc9g06x .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sosYc9g06x .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-sosYc9g06x .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sosYc9g06x .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sosYc9g06x .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sosYc9g06x .modal-content {
  background: #232323;
  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-sosYc9g06x .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sosYc9g06x .modal-backdrop.fade {
  opacity: 0;
}
.cid-sosYc9g06x .modal-backdrop.show {
  opacity: .5;
}
.cid-sosYc9g06x .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sosYc9g06x .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sosYc9g06x .modal-header .close:hover {
  opacity: 1;
}
.cid-sosYc9g06x .modal-header .close:focus {
  outline: none;
}
.cid-sosYc9g06x .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-sosYc9g06x .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sosYc9g06x .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sosYc9g06x .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sosYc9g06x .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sosYc9g06x .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sosYc9g06x .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sosYc9g06x .modal-sm {
    max-width: 300px;
  }
  .cid-sosYc9g06x .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sosYc9g06x .modal-lg,
  .cid-sosYc9g06x .modal-xl {
    max-width: 800px;
  }
  .cid-sosYc9g06x .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sosYc9g06x .modal-xl {
    max-width: 1140px;
  }
  .cid-sosYc9g06x .container {
    max-width: 1140px;
  }
}
.cid-sosYc9g06x .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sosYc9g06x .container {
    max-width: 720px;
  }
}
.cid-sosYc9g06x .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sosYc9g06x .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-sosYc9g06x .form-group {
  margin-bottom: 1rem;
}
.cid-sosYc9g06x .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sosYc9g06x .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sosYc9g06x .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-sosYc9g06x LABEL {
  color: #ffffff;
}
.cid-sot7A1x0EV.popup-builder {
  background-color: #ffffff;
}
.cid-sot7A1x0EV.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sot7A1x0EV.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sot7A1x0EV .modal-content,
.cid-sot7A1x0EV .modal-dialog {
  height: auto;
}
.cid-sot7A1x0EV .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sot7A1x0EV .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sot7A1x0EV .form-wrapper .mbr-form .form-group,
  .cid-sot7A1x0EV .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sot7A1x0EV .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sot7A1x0EV .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-sot7A1x0EV .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-sot7A1x0EV .pt-0 {
  padding-top: 0 !important;
}
.cid-sot7A1x0EV .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sot7A1x0EV .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sot7A1x0EV .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sot7A1x0EV .modal-open {
  overflow: hidden;
}
.cid-sot7A1x0EV .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sot7A1x0EV .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sot7A1x0EV .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sot7A1x0EV .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-sot7A1x0EV .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sot7A1x0EV .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sot7A1x0EV .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sot7A1x0EV .modal-content {
  background: #232323;
  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-sot7A1x0EV .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sot7A1x0EV .modal-backdrop.fade {
  opacity: 0;
}
.cid-sot7A1x0EV .modal-backdrop.show {
  opacity: .5;
}
.cid-sot7A1x0EV .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sot7A1x0EV .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sot7A1x0EV .modal-header .close:hover {
  opacity: 1;
}
.cid-sot7A1x0EV .modal-header .close:focus {
  outline: none;
}
.cid-sot7A1x0EV .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-sot7A1x0EV .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sot7A1x0EV .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sot7A1x0EV .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sot7A1x0EV .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sot7A1x0EV .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sot7A1x0EV .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sot7A1x0EV .modal-sm {
    max-width: 300px;
  }
  .cid-sot7A1x0EV .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sot7A1x0EV .modal-lg,
  .cid-sot7A1x0EV .modal-xl {
    max-width: 800px;
  }
  .cid-sot7A1x0EV .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sot7A1x0EV .modal-xl {
    max-width: 1140px;
  }
  .cid-sot7A1x0EV .container {
    max-width: 1140px;
  }
}
.cid-sot7A1x0EV .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sot7A1x0EV .container {
    max-width: 720px;
  }
}
.cid-sot7A1x0EV .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sot7A1x0EV .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-sot7A1x0EV .form-group {
  margin-bottom: 1rem;
}
.cid-sot7A1x0EV .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sot7A1x0EV .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sot7A1x0EV .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-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: left !important;
  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;
  margin: 0px 0px 0px 15px;
  text-align: left !important;
}
.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: #191919;
  background: none;
}
.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;
}
@media (min-width: 992px) {
  .cid-s1YLZwONfz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.8rem);
  }
}
.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: #191919 !important;
  min-height: 60px;
  border-bottom: 2px solid rgba(255, 0, 0, 0.5);
  opacity: 0.9;
}
.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;
  opacity: 0.8;
  -webkit-border-radius: 0px 0px 20px 20px;
  -moz-border-radius: 0px 0px 20px 20px;
  border-radius: 0px 0px 20px 20px;
}
.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: #191919;
}
.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-sohExAE1HK {
  padding-top: 225px;
  padding-bottom: 0px;
}
.cid-sohExAE1HK H1 {
  color: #e2090d;
}
.cid-sohExAE1HK h1 {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-sohExAE1HK .mbr-text,
.cid-sohExAE1HK .mbr-section-btn {
  color: #999999;
}
.cid-sohEuzhjLL {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/317-28-blue-neon-glow-circuit-board-2000x1414.jpg");
}
.cid-sohEuzhjLL .container-fluid {
  padding: 0 3rem;
}
.cid-sohEuzhjLL .mbr-section-subtitle {
  color: #767676;
}
.cid-sohEuzhjLL .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sohEuzhjLL .table-wrapper {
  margin: 0 auto;
}
.cid-sohEuzhjLL table {
  width: 88% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-sohEuzhjLL table thead tr {
  border: none !important;
}
.cid-sohEuzhjLL table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  border-color: #5b5b5b;
  border-top: none;
  color: white;
  vertical-align: middle;
}
.cid-sohEuzhjLL table tr td {
  border-color: #c1c1c1;
}
.cid-sohEuzhjLL table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-sohEuzhjLL tr:hover {
  background-color: #e2090d !important;
}
.cid-sohEuzhjLL th:after,
.cid-sohEuzhjLL th:before {
  display: none !important;
}
.cid-sohEuzhjLL .dataTables_scrollHeadInner {
  margin-left: auto;
  margin-right: auto;
}
.cid-sohEuzhjLL .dataTables_scrollHeadInner .table {
  width: 100% !important;
}
@media (max-width: 767px) {
  .cid-sohEuzhjLL table th,
  .cid-sohEuzhjLL table td {
    padding: .75rem;
  }
}
.cid-sohEuzhjLL .body-item {
  text-align: center;
  color: #ffffff;
}
.cid-sohEuzhjLL .mbr-text {
  color: #e5e5e5;
}
.cid-sohEuzhjLL .head-item {
  color: #ffffff;
}
.cid-sohEuzhjLL .mbr-section-title,
.cid-sohEuzhjLL .head-item {
  color: #ffffff;
}
.cid-s1YMdWQfw7 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #191919;
}
.cid-s1YMdWQfw7 .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-s1YMdWQfw7 .item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.3rem 0;
}
.cid-s1YMdWQfw7 .item p {
  margin: 0;
  padding-left: 0.5rem;
}
.cid-s1YMdWQfw7 .title {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #e2090d;
}
.cid-s1YMdWQfw7 .container {
  max-width: 1400px;
}
.cid-s1YMdWQfw7 li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-s1YMdWQfw7 .time {
  line-height: 2;
}
.cid-s1YMdWQfw7 .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-s1YMdWQfw7 .text-wrap {
  width: 100%;
}
.cid-s1YMdWQfw7 .item-wrap {
  display: inline-block;
}
.cid-s1YMdWQfw7 .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-s1YMdWQfw7 .socicon-wrap .mbr-iconfont {
  font-size: 1.3rem;
  background: linear-gradient(to left, #fc5130, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-s1YMdWQfw7 .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-s1YMdWQfw7 .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-s1YMdWQfw7 .socicon-wrap {
    margin: auto;
  }
}
.cid-s1YMdWQfw7 .mbr-text {
  color: #999999;
}
.cid-s1YMdWQfw7 .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-s1YMdWQfw7 .icon-title,
.cid-s1YMdWQfw7 .align-wrap {
  color: #999999;
  width: 100%;
  text-align: center;
}
.cid-s1YMdWQfw7 .item-text,
.cid-s1YMdWQfw7 .item-icon {
  color: #999999;
}
.cid-sosLGzocXC.popup-builder {
  background-color: #ffffff;
}
.cid-sosLGzocXC.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sosLGzocXC.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sosLGzocXC .modal-content,
.cid-sosLGzocXC .modal-dialog {
  height: auto;
}
.cid-sosLGzocXC .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sosLGzocXC .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sosLGzocXC .form-wrapper .mbr-form .form-group,
  .cid-sosLGzocXC .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sosLGzocXC .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sosLGzocXC .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-sosLGzocXC .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-sosLGzocXC .pt-0 {
  padding-top: 0 !important;
}
.cid-sosLGzocXC .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sosLGzocXC .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sosLGzocXC .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sosLGzocXC .modal-open {
  overflow: hidden;
}
.cid-sosLGzocXC .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sosLGzocXC .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sosLGzocXC .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sosLGzocXC .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-sosLGzocXC .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sosLGzocXC .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sosLGzocXC .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sosLGzocXC .modal-content {
  background: #232323;
  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-sosLGzocXC .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sosLGzocXC .modal-backdrop.fade {
  opacity: 0;
}
.cid-sosLGzocXC .modal-backdrop.show {
  opacity: .5;
}
.cid-sosLGzocXC .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sosLGzocXC .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sosLGzocXC .modal-header .close:hover {
  opacity: 1;
}
.cid-sosLGzocXC .modal-header .close:focus {
  outline: none;
}
.cid-sosLGzocXC .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-sosLGzocXC .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sosLGzocXC .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sosLGzocXC .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sosLGzocXC .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sosLGzocXC .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sosLGzocXC .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sosLGzocXC .modal-sm {
    max-width: 300px;
  }
  .cid-sosLGzocXC .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sosLGzocXC .modal-lg,
  .cid-sosLGzocXC .modal-xl {
    max-width: 800px;
  }
  .cid-sosLGzocXC .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sosLGzocXC .modal-xl {
    max-width: 1140px;
  }
  .cid-sosLGzocXC .container {
    max-width: 1140px;
  }
}
.cid-sosLGzocXC .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sosLGzocXC .container {
    max-width: 720px;
  }
}
.cid-sosLGzocXC .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sosLGzocXC .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-sosLGzocXC .form-group {
  margin-bottom: 1rem;
}
.cid-sosLGzocXC .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sosLGzocXC .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sosLGzocXC .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-sosYc9gCJq.popup-builder {
  background-color: #ffffff;
}
.cid-sosYc9gCJq.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sosYc9gCJq.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sosYc9gCJq .modal-content,
.cid-sosYc9gCJq .modal-dialog {
  height: auto;
}
.cid-sosYc9gCJq .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sosYc9gCJq .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sosYc9gCJq .form-wrapper .mbr-form .form-group,
  .cid-sosYc9gCJq .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sosYc9gCJq .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sosYc9gCJq .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-sosYc9gCJq .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-sosYc9gCJq .pt-0 {
  padding-top: 0 !important;
}
.cid-sosYc9gCJq .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sosYc9gCJq .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sosYc9gCJq .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sosYc9gCJq .modal-open {
  overflow: hidden;
}
.cid-sosYc9gCJq .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sosYc9gCJq .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sosYc9gCJq .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sosYc9gCJq .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-sosYc9gCJq .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sosYc9gCJq .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sosYc9gCJq .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sosYc9gCJq .modal-content {
  background: #232323;
  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-sosYc9gCJq .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sosYc9gCJq .modal-backdrop.fade {
  opacity: 0;
}
.cid-sosYc9gCJq .modal-backdrop.show {
  opacity: .5;
}
.cid-sosYc9gCJq .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sosYc9gCJq .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sosYc9gCJq .modal-header .close:hover {
  opacity: 1;
}
.cid-sosYc9gCJq .modal-header .close:focus {
  outline: none;
}
.cid-sosYc9gCJq .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-sosYc9gCJq .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sosYc9gCJq .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sosYc9gCJq .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sosYc9gCJq .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sosYc9gCJq .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sosYc9gCJq .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sosYc9gCJq .modal-sm {
    max-width: 300px;
  }
  .cid-sosYc9gCJq .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sosYc9gCJq .modal-lg,
  .cid-sosYc9gCJq .modal-xl {
    max-width: 800px;
  }
  .cid-sosYc9gCJq .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sosYc9gCJq .modal-xl {
    max-width: 1140px;
  }
  .cid-sosYc9gCJq .container {
    max-width: 1140px;
  }
}
.cid-sosYc9gCJq .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sosYc9gCJq .container {
    max-width: 720px;
  }
}
.cid-sosYc9gCJq .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sosYc9gCJq .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-sosYc9gCJq .form-group {
  margin-bottom: 1rem;
}
.cid-sosYc9gCJq .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sosYc9gCJq .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sosYc9gCJq .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-sosYc9gCJq LABEL {
  color: #ffffff;
}
.cid-sot7A1xiTm.popup-builder {
  background-color: #ffffff;
}
.cid-sot7A1xiTm.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sot7A1xiTm.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sot7A1xiTm .modal-content,
.cid-sot7A1xiTm .modal-dialog {
  height: auto;
}
.cid-sot7A1xiTm .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sot7A1xiTm .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sot7A1xiTm .form-wrapper .mbr-form .form-group,
  .cid-sot7A1xiTm .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sot7A1xiTm .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sot7A1xiTm .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-sot7A1xiTm .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-sot7A1xiTm .pt-0 {
  padding-top: 0 !important;
}
.cid-sot7A1xiTm .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sot7A1xiTm .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sot7A1xiTm .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sot7A1xiTm .modal-open {
  overflow: hidden;
}
.cid-sot7A1xiTm .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sot7A1xiTm .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sot7A1xiTm .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sot7A1xiTm .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-sot7A1xiTm .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sot7A1xiTm .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sot7A1xiTm .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sot7A1xiTm .modal-content {
  background: #232323;
  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-sot7A1xiTm .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sot7A1xiTm .modal-backdrop.fade {
  opacity: 0;
}
.cid-sot7A1xiTm .modal-backdrop.show {
  opacity: .5;
}
.cid-sot7A1xiTm .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sot7A1xiTm .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sot7A1xiTm .modal-header .close:hover {
  opacity: 1;
}
.cid-sot7A1xiTm .modal-header .close:focus {
  outline: none;
}
.cid-sot7A1xiTm .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-sot7A1xiTm .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sot7A1xiTm .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sot7A1xiTm .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sot7A1xiTm .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sot7A1xiTm .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sot7A1xiTm .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sot7A1xiTm .modal-sm {
    max-width: 300px;
  }
  .cid-sot7A1xiTm .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sot7A1xiTm .modal-lg,
  .cid-sot7A1xiTm .modal-xl {
    max-width: 800px;
  }
  .cid-sot7A1xiTm .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sot7A1xiTm .modal-xl {
    max-width: 1140px;
  }
  .cid-sot7A1xiTm .container {
    max-width: 1140px;
  }
}
.cid-sot7A1xiTm .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sot7A1xiTm .container {
    max-width: 720px;
  }
}
.cid-sot7A1xiTm .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sot7A1xiTm .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-sot7A1xiTm .form-group {
  margin-bottom: 1rem;
}
.cid-sot7A1xiTm .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sot7A1xiTm .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sot7A1xiTm .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-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: left !important;
  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;
  margin: 0px 0px 0px 15px;
  text-align: left !important;
}
.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: #191919;
  background: none;
}
.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;
}
@media (min-width: 992px) {
  .cid-s1YLZwONfz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.8rem);
  }
}
.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: #191919 !important;
  min-height: 60px;
  border-bottom: 2px solid rgba(255, 0, 0, 0.5);
  opacity: 0.9;
}
.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;
  opacity: 0.8;
  -webkit-border-radius: 0px 0px 20px 20px;
  -moz-border-radius: 0px 0px 20px 20px;
  border-radius: 0px 0px 20px 20px;
}
.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: #191919;
}
.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-sohQPANt4m {
  padding-top: 135px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/judge-or-auction-gavel-on-a-wooden-desk-p4unmcn-web-2000x1089.jpg");
}
.cid-sohQPANt4m H1 {
  color: #e2090d;
}
.cid-sohQPANt4m h1 {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-sohQPANt4m .mbr-text,
.cid-sohQPANt4m .mbr-section-btn {
  color: #cccccc;
}
.cid-sohM4u1MiC {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/317-28-blue-neon-glow-circuit-board-2000x1414.jpg");
}
.cid-sohM4u1MiC .container-fluid {
  padding: 0 3rem;
}
.cid-sohM4u1MiC .mbr-section-subtitle {
  color: #767676;
}
.cid-sohM4u1MiC .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sohM4u1MiC .table-wrapper {
  margin: 0 auto;
}
.cid-sohM4u1MiC table {
  width: 88% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-sohM4u1MiC table thead tr {
  border: none !important;
}
.cid-sohM4u1MiC table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  border-color: #000000;
  border-top: none;
  color: white;
  vertical-align: middle;
}
.cid-sohM4u1MiC table tr td {
  border-color: #5b686b;
}
.cid-sohM4u1MiC table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-sohM4u1MiC tr:hover {
  background-color: #e2090d !important;
}
.cid-sohM4u1MiC th:after,
.cid-sohM4u1MiC th:before {
  display: none !important;
}
.cid-sohM4u1MiC .dataTables_scrollHeadInner {
  margin-left: auto;
  margin-right: auto;
}
.cid-sohM4u1MiC .dataTables_scrollHeadInner .table {
  width: 100% !important;
}
@media (max-width: 767px) {
  .cid-sohM4u1MiC table th,
  .cid-sohM4u1MiC table td {
    padding: .75rem;
  }
}
.cid-sohM4u1MiC .body-item {
  text-align: left;
  color: #ffffff;
}
.cid-sohM4u1MiC .mbr-text {
  color: #cccccc;
}
.cid-sohM4u1MiC .head-item {
  color: #f3f3f3;
  text-align: left;
}
.cid-s1YMdWQfw7 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #191919;
}
.cid-s1YMdWQfw7 .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-s1YMdWQfw7 .item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.3rem 0;
}
.cid-s1YMdWQfw7 .item p {
  margin: 0;
  padding-left: 0.5rem;
}
.cid-s1YMdWQfw7 .title {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #e2090d;
}
.cid-s1YMdWQfw7 .container {
  max-width: 1400px;
}
.cid-s1YMdWQfw7 li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-s1YMdWQfw7 .time {
  line-height: 2;
}
.cid-s1YMdWQfw7 .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-s1YMdWQfw7 .text-wrap {
  width: 100%;
}
.cid-s1YMdWQfw7 .item-wrap {
  display: inline-block;
}
.cid-s1YMdWQfw7 .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-s1YMdWQfw7 .socicon-wrap .mbr-iconfont {
  font-size: 1.3rem;
  background: linear-gradient(to left, #fc5130, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-s1YMdWQfw7 .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-s1YMdWQfw7 .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-s1YMdWQfw7 .socicon-wrap {
    margin: auto;
  }
}
.cid-s1YMdWQfw7 .mbr-text {
  color: #999999;
}
.cid-s1YMdWQfw7 .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-s1YMdWQfw7 .icon-title,
.cid-s1YMdWQfw7 .align-wrap {
  color: #999999;
  width: 100%;
  text-align: center;
}
.cid-s1YMdWQfw7 .item-text,
.cid-s1YMdWQfw7 .item-icon {
  color: #999999;
}
.cid-sosLGzo4H7.popup-builder {
  background-color: #ffffff;
}
.cid-sosLGzo4H7.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sosLGzo4H7.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sosLGzo4H7 .modal-content,
.cid-sosLGzo4H7 .modal-dialog {
  height: auto;
}
.cid-sosLGzo4H7 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sosLGzo4H7 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sosLGzo4H7 .form-wrapper .mbr-form .form-group,
  .cid-sosLGzo4H7 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sosLGzo4H7 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sosLGzo4H7 .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-sosLGzo4H7 .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-sosLGzo4H7 .pt-0 {
  padding-top: 0 !important;
}
.cid-sosLGzo4H7 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sosLGzo4H7 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sosLGzo4H7 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sosLGzo4H7 .modal-open {
  overflow: hidden;
}
.cid-sosLGzo4H7 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sosLGzo4H7 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sosLGzo4H7 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sosLGzo4H7 .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-sosLGzo4H7 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sosLGzo4H7 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sosLGzo4H7 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sosLGzo4H7 .modal-content {
  background: #232323;
  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-sosLGzo4H7 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sosLGzo4H7 .modal-backdrop.fade {
  opacity: 0;
}
.cid-sosLGzo4H7 .modal-backdrop.show {
  opacity: .5;
}
.cid-sosLGzo4H7 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sosLGzo4H7 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sosLGzo4H7 .modal-header .close:hover {
  opacity: 1;
}
.cid-sosLGzo4H7 .modal-header .close:focus {
  outline: none;
}
.cid-sosLGzo4H7 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-sosLGzo4H7 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sosLGzo4H7 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sosLGzo4H7 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sosLGzo4H7 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sosLGzo4H7 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sosLGzo4H7 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sosLGzo4H7 .modal-sm {
    max-width: 300px;
  }
  .cid-sosLGzo4H7 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sosLGzo4H7 .modal-lg,
  .cid-sosLGzo4H7 .modal-xl {
    max-width: 800px;
  }
  .cid-sosLGzo4H7 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sosLGzo4H7 .modal-xl {
    max-width: 1140px;
  }
  .cid-sosLGzo4H7 .container {
    max-width: 1140px;
  }
}
.cid-sosLGzo4H7 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sosLGzo4H7 .container {
    max-width: 720px;
  }
}
.cid-sosLGzo4H7 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sosLGzo4H7 .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-sosLGzo4H7 .form-group {
  margin-bottom: 1rem;
}
.cid-sosLGzo4H7 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sosLGzo4H7 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sosLGzo4H7 .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-sosYc9gd1v.popup-builder {
  background-color: #ffffff;
}
.cid-sosYc9gd1v.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sosYc9gd1v.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sosYc9gd1v .modal-content,
.cid-sosYc9gd1v .modal-dialog {
  height: auto;
}
.cid-sosYc9gd1v .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sosYc9gd1v .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sosYc9gd1v .form-wrapper .mbr-form .form-group,
  .cid-sosYc9gd1v .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sosYc9gd1v .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sosYc9gd1v .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-sosYc9gd1v .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-sosYc9gd1v .pt-0 {
  padding-top: 0 !important;
}
.cid-sosYc9gd1v .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sosYc9gd1v .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sosYc9gd1v .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sosYc9gd1v .modal-open {
  overflow: hidden;
}
.cid-sosYc9gd1v .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sosYc9gd1v .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sosYc9gd1v .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sosYc9gd1v .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-sosYc9gd1v .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sosYc9gd1v .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sosYc9gd1v .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sosYc9gd1v .modal-content {
  background: #232323;
  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-sosYc9gd1v .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sosYc9gd1v .modal-backdrop.fade {
  opacity: 0;
}
.cid-sosYc9gd1v .modal-backdrop.show {
  opacity: .5;
}
.cid-sosYc9gd1v .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sosYc9gd1v .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sosYc9gd1v .modal-header .close:hover {
  opacity: 1;
}
.cid-sosYc9gd1v .modal-header .close:focus {
  outline: none;
}
.cid-sosYc9gd1v .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-sosYc9gd1v .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sosYc9gd1v .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sosYc9gd1v .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sosYc9gd1v .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sosYc9gd1v .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sosYc9gd1v .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sosYc9gd1v .modal-sm {
    max-width: 300px;
  }
  .cid-sosYc9gd1v .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sosYc9gd1v .modal-lg,
  .cid-sosYc9gd1v .modal-xl {
    max-width: 800px;
  }
  .cid-sosYc9gd1v .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sosYc9gd1v .modal-xl {
    max-width: 1140px;
  }
  .cid-sosYc9gd1v .container {
    max-width: 1140px;
  }
}
.cid-sosYc9gd1v .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sosYc9gd1v .container {
    max-width: 720px;
  }
}
.cid-sosYc9gd1v .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sosYc9gd1v .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-sosYc9gd1v .form-group {
  margin-bottom: 1rem;
}
.cid-sosYc9gd1v .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sosYc9gd1v .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sosYc9gd1v .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-sosYc9gd1v LABEL {
  color: #ffffff;
}
.cid-sot7A1xfBf.popup-builder {
  background-color: #ffffff;
}
.cid-sot7A1xfBf.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sot7A1xfBf.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sot7A1xfBf .modal-content,
.cid-sot7A1xfBf .modal-dialog {
  height: auto;
}
.cid-sot7A1xfBf .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sot7A1xfBf .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sot7A1xfBf .form-wrapper .mbr-form .form-group,
  .cid-sot7A1xfBf .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sot7A1xfBf .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sot7A1xfBf .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-sot7A1xfBf .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-sot7A1xfBf .pt-0 {
  padding-top: 0 !important;
}
.cid-sot7A1xfBf .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sot7A1xfBf .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sot7A1xfBf .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sot7A1xfBf .modal-open {
  overflow: hidden;
}
.cid-sot7A1xfBf .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sot7A1xfBf .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sot7A1xfBf .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sot7A1xfBf .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-sot7A1xfBf .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sot7A1xfBf .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sot7A1xfBf .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sot7A1xfBf .modal-content {
  background: #232323;
  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-sot7A1xfBf .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sot7A1xfBf .modal-backdrop.fade {
  opacity: 0;
}
.cid-sot7A1xfBf .modal-backdrop.show {
  opacity: .5;
}
.cid-sot7A1xfBf .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sot7A1xfBf .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sot7A1xfBf .modal-header .close:hover {
  opacity: 1;
}
.cid-sot7A1xfBf .modal-header .close:focus {
  outline: none;
}
.cid-sot7A1xfBf .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-sot7A1xfBf .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sot7A1xfBf .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sot7A1xfBf .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sot7A1xfBf .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sot7A1xfBf .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sot7A1xfBf .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sot7A1xfBf .modal-sm {
    max-width: 300px;
  }
  .cid-sot7A1xfBf .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sot7A1xfBf .modal-lg,
  .cid-sot7A1xfBf .modal-xl {
    max-width: 800px;
  }
  .cid-sot7A1xfBf .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sot7A1xfBf .modal-xl {
    max-width: 1140px;
  }
  .cid-sot7A1xfBf .container {
    max-width: 1140px;
  }
}
.cid-sot7A1xfBf .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sot7A1xfBf .container {
    max-width: 720px;
  }
}
.cid-sot7A1xfBf .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sot7A1xfBf .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-sot7A1xfBf .form-group {
  margin-bottom: 1rem;
}
.cid-sot7A1xfBf .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sot7A1xfBf .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sot7A1xfBf .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-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: left !important;
  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;
  margin: 0px 0px 0px 15px;
  text-align: left !important;
}
.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: #191919;
  background: none;
}
.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;
}
@media (min-width: 992px) {
  .cid-s1YLZwONfz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.8rem);
  }
}
.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: #191919 !important;
  min-height: 60px;
  border-bottom: 2px solid rgba(255, 0, 0, 0.5);
  opacity: 0.9;
}
.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;
  opacity: 0.8;
  -webkit-border-radius: 0px 0px 20px 20px;
  -moz-border-radius: 0px 0px 20px 20px;
  border-radius: 0px 0px 20px 20px;
}
.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: #191919;
}
.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-soWbb4KZA8 {
  background-image: url("../../../assets/images/268-01-dark-blue-glow-tech-2000x1414.jpg");
}
.cid-soWbb4KZA8 H1 {
  color: #e2090d;
}
.cid-soWbb4KZA8 h1 {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-soWbb4KZA8 .mbr-text,
.cid-soWbb4KZA8 .mbr-section-btn {
  color: #999999;
}
.cid-soWeFwoU8y {
  padding-top: 90px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/326-13-blue-binary-tech-2000x1414.jpg");
}
.cid-soWeFwoU8y .container-fluid {
  padding: 0 3rem;
}
.cid-soWeFwoU8y .mbr-section-subtitle {
  color: #767676;
}
.cid-soWeFwoU8y .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-soWeFwoU8y .table-wrapper {
  margin: 0 auto;
}
.cid-soWeFwoU8y table {
  width: 88% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-soWeFwoU8y table thead tr {
  border: none !important;
}
.cid-soWeFwoU8y table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  border-color: #5b5b5b;
  border-top: none;
  color: white;
  vertical-align: middle;
}
.cid-soWeFwoU8y table tr td {
  border-color: #c1c1c1;
}
.cid-soWeFwoU8y table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-soWeFwoU8y tr:hover {
  background-color: #0095ff !important;
}
.cid-soWeFwoU8y .dataTables_scrollHead th:after,
.cid-soWeFwoU8y .dataTables_scrollHead th:before {
  bottom: auto!important;
  top: 50% !important;
  transform: translateY(-60%);
}
.cid-soWeFwoU8y .dataTables_scrollHead th:before {
  right: 15px !important;
}
.cid-soWeFwoU8y .dataTables_scrollHead th:after {
  right: 5px !important;
}
.cid-soWeFwoU8y .dataTables_scrollHeadInner {
  margin-left: auto;
  margin-right: auto;
}
.cid-soWeFwoU8y .dataTables_scrollHeadInner .table {
  width: 100% !important;
}
@media (max-width: 767px) {
  .cid-soWeFwoU8y table th,
  .cid-soWeFwoU8y table td {
    padding: .75rem;
  }
}
.cid-soWeFwoU8y .body-item {
  text-align: left;
  color: #ffffff;
}
.cid-soWeFwoU8y .mbr-text {
  color: #767676;
}
.cid-soWeFwoU8y .head-item {
  color: #ffffff;
  text-align: left;
}
.cid-soWeFwoU8y .mbr-section-title,
.cid-soWeFwoU8y .head-item {
  color: #ffffff;
}
.cid-sp11mHNWIs {
  padding-top: 225px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/update-cloud-storage-data-information-concept-pyb6rby-2000x1378.jpg");
}
.cid-sp11mHNWIs H1 {
  color: #e2090d;
}
.cid-sp11mHNWIs h1 {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-sp11mHNWIs .mbr-text,
.cid-sp11mHNWIs .mbr-section-btn {
  color: #999999;
}
.cid-soWjJ8ljly {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-soWjJ8ljly .container {
  max-width: 1500px;
}
.cid-soWjJ8ljly img {
  width: 100%;
}
.cid-soWjJ8ljly h2 {
  padding: 0;
  margin: 0;
}
.cid-soWjJ8ljly .text-wrap {
  max-width: 500px;
  margin: auto;
}
.cid-soWjJ8ljly .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
  width: fit-content;
}
.cid-soWjJ8ljly .img-col {
  position: relative;
}
.cid-soWjJ8ljly .img2 {
  position: absolute;
  left: -6rem;
  top: 4rem;
  width: 280px;
}
@media (max-width: 1200px) {
  .cid-soWjJ8ljly .img2 {
    left: 1rem;
  }
}
@media (max-width: 992px) {
  .cid-soWjJ8ljly .img-col {
    margin-bottom: 3rem;
  }
  .cid-soWjJ8ljly .text-wrap {
    max-width: 550px;
  }
}
@media (max-width: 767px) {
  .cid-soWjJ8ljly .img2 {
    width: 50%;
    top: 2rem;
  }
  .cid-soWjJ8ljly .number {
    margin: auto;
  }
}
.cid-soWjJ8ljly H2 {
  color: #ffffff;
}
.cid-soWjJ8ljly H3 {
  color: #ffffff;
}
.cid-soWjJ8ljly .mbr-text {
  color: #ffffff;
}
.cid-soWp95gabQ {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-soWp95gabQ .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-soWp95gabQ .btn-col {
  align-items: flex-end;
  justify-content: flex-end;
  display: flex;
}
@media (max-width: 767px) {
  .cid-soWp95gabQ .btn-col {
    justify-content: center;
  }
}
.cid-soWp95gabQ .mbr-text,
.cid-soWp95gabQ .mbr-section-btn {
  color: #999999;
}
.cid-soWp95gabQ p {
  margin: 0;
}
.cid-soWlkVWLGg {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #232323;
}
.cid-soWlkVWLGg .nav-tabs .nav-item.open .nav-link:focus,
.cid-soWlkVWLGg .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-soWlkVWLGg .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-right: 1px solid #82786e;
  border-bottom: none;
  padding-right: 4rem;
}
.cid-soWlkVWLGg .nav-tabs .nav-item {
  padding: .5rem;
}
.cid-soWlkVWLGg p {
  padding-left: 2rem;
  color: #879a9f;
}
.cid-soWlkVWLGg .col-md-12 {
  flex-direction: row;
  display: flex;
}
.cid-soWlkVWLGg .nav-tabs .nav-link {
  color: #82786e;
  font-style: normal;
  font-weight: 500;
  transition: all .5s;
  border: none;
}
.cid-soWlkVWLGg .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #e2090d;
}
.cid-soWlkVWLGg .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #e2090d;
  font-style: normal;
}
@media (max-width: 992px) {
  .cid-soWlkVWLGg .nav-tabs {
    flex-direction: row;
    border-right: 0px;
    padding-right: 0rem;
    border-bottom: 1px solid lightgray;
  }
  .cid-soWlkVWLGg .col-md-12 {
    flex-direction: column;
    display: flex;
  }
  .cid-soWlkVWLGg p {
    padding-left: 0rem;
  }
}
@media (max-width: 576px) {
  .cid-soWlkVWLGg .mbr-text,
  .cid-soWlkVWLGg .nav-link {
    text-align: center;
  }
  .cid-soWlkVWLGg .col-md-12 {
    flex-direction: column;
    display: flex;
  }
  .cid-soWlkVWLGg .nav-tabs {
    border-right: 0px;
    padding-right: 0rem;
    flex-direction: column;
  }
  .cid-soWlkVWLGg p {
    padding-left: 0rem;
  }
}
.cid-sp121ZSqli {
  padding-top: 225px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/password-computer-security-or-safety-concept-lapto-pbuaq8a-web-1920x1440.jpg");
}
.cid-sp121ZSqli H1 {
  color: #e2090d;
}
.cid-sp121ZSqli h1 {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-sp121ZSqli .mbr-text,
.cid-sp121ZSqli .mbr-section-btn {
  color: #999999;
}
.cid-soWkcAZIxw {
  padding-top: 150px;
  padding-bottom: 30px;
  background-color: #1f1f1f;
}
.cid-soWkcAZIxw .container {
  max-width: 1500px;
}
.cid-soWkcAZIxw img {
  width: 100%;
}
.cid-soWkcAZIxw h2 {
  padding: 0;
  margin: 0;
}
.cid-soWkcAZIxw .text-wrap {
  max-width: 500px;
  margin: auto;
}
.cid-soWkcAZIxw .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
  width: fit-content;
}
.cid-soWkcAZIxw .img-col {
  position: relative;
}
.cid-soWkcAZIxw .img2 {
  position: absolute;
  right: 6rem;
  top: -6rem;
  width: 320px;
}
@media (max-width: 1200px) {
  .cid-soWkcAZIxw .img2 {
    right: 3rem;
  }
}
@media (max-width: 992px) {
  .cid-soWkcAZIxw .title-col {
    margin-bottom: 4rem!important;
  }
  .cid-soWkcAZIxw .img2 {
    top: -2rem;
  }
  .cid-soWkcAZIxw .text-wrap {
    max-width: 550px;
  }
}
@media (max-width: 767px) {
  .cid-soWkcAZIxw .img2 {
    width: 50%;
  }
  .cid-soWkcAZIxw .number {
    margin: auto;
  }
}
.cid-soWkcAZIxw H2 {
  color: #ffffff;
}
.cid-soWkcAZIxw H3 {
  color: #ffffff;
}
.cid-soWkcAZIxw .mbr-text {
  color: #ffffff;
}
.cid-spmmWZEDHb {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #1f1f1f;
}
.cid-spmmWZEDHb .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-spmmWZEDHb .mbr-text {
  color: #8d97ad;
}
.cid-spmmWZEDHb .nav {
  border: none;
}
.cid-spmmWZEDHb .nav-tabs {
  width: 100%;
}
.cid-spmmWZEDHb .nav-tabs .nav-item {
  margin-bottom: 1rem;
  width: 100%;
}
.cid-spmmWZEDHb .card-img {
  overflow: hidden;
  border-radius: .25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
}
.cid-spmmWZEDHb .mbr-section-btn {
  margin-left: 0;
  margin-right: 0;
}
.cid-spmmWZEDHb .nav-tabs .nav-link {
  display: flex;
  color: #ffffff;
  box-sizing: border-box;
  font-style: normal;
  background: #e2090d;
  font-weight: 500;
  padding: 1rem;
  border: 1px solid #c3080b;
  margin: 0px;
  border-radius: 0px !important;
  transition: all .3s;
}
.cid-spmmWZEDHb .nav-tabs .nav-link:hover {
  background-color: #ffffff;
  color: #000000;
}
.cid-spmmWZEDHb .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #000000;
  font-style: normal;
  background: #ffffff;
}
.cid-spmmWZEDHb .nav-tabs .nav-link span {
  margin-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-spmmWZEDHb .nav-item {
    display: table-row !important;
  }
}
.cid-spmmWZEDHb .mbr-section-title {
  color: #ffffff;
}
.cid-spmmWZEDHb .mbr-text,
.cid-spmmWZEDHb .mbr-section-btn {
  color: #e5e5e5;
}
.cid-spmmWZEDHb .title-content {
  color: #ffffff;
}
.cid-sp12qfK46c {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #1f1f1f;
}
.cid-sp12qfK46c .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-sp12qfK46c .btn-col {
  align-items: flex-end;
  justify-content: flex-end;
  display: flex;
}
@media (max-width: 767px) {
  .cid-sp12qfK46c .btn-col {
    justify-content: center;
  }
}
.cid-sp12qfK46c .mbr-text,
.cid-sp12qfK46c .mbr-section-btn {
  color: #999999;
}
.cid-sp12qfK46c p {
  margin: 0;
}
.cid-sp127K5SGI {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #1f1f1f;
}
.cid-sp127K5SGI .nav-tabs .nav-item.open .nav-link:focus,
.cid-sp127K5SGI .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-sp127K5SGI .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-right: 1px solid #82786e;
  border-bottom: none;
  padding-right: 4rem;
}
.cid-sp127K5SGI .nav-tabs .nav-item {
  padding: .5rem;
}
.cid-sp127K5SGI p {
  padding-left: 2rem;
  color: #879a9f;
}
.cid-sp127K5SGI .col-md-12 {
  flex-direction: row;
  display: flex;
}
.cid-sp127K5SGI .nav-tabs .nav-link {
  color: #82786e;
  font-style: normal;
  font-weight: 500;
  transition: all .5s;
  border: none;
}
.cid-sp127K5SGI .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #e2090d;
}
.cid-sp127K5SGI .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #e2090d;
  font-style: normal;
}
@media (max-width: 992px) {
  .cid-sp127K5SGI .nav-tabs {
    flex-direction: row;
    border-right: 0px;
    padding-right: 0rem;
    border-bottom: 1px solid lightgray;
  }
  .cid-sp127K5SGI .col-md-12 {
    flex-direction: column;
    display: flex;
  }
  .cid-sp127K5SGI p {
    padding-left: 0rem;
  }
}
@media (max-width: 576px) {
  .cid-sp127K5SGI .mbr-text,
  .cid-sp127K5SGI .nav-link {
    text-align: center;
  }
  .cid-sp127K5SGI .col-md-12 {
    flex-direction: column;
    display: flex;
  }
  .cid-sp127K5SGI .nav-tabs {
    border-right: 0px;
    padding-right: 0rem;
    flex-direction: column;
  }
  .cid-sp127K5SGI p {
    padding-left: 0rem;
  }
}
.cid-s1YMdWQfw7 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #191919;
}
.cid-s1YMdWQfw7 .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-s1YMdWQfw7 .item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.3rem 0;
}
.cid-s1YMdWQfw7 .item p {
  margin: 0;
  padding-left: 0.5rem;
}
.cid-s1YMdWQfw7 .title {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #e2090d;
}
.cid-s1YMdWQfw7 .container {
  max-width: 1400px;
}
.cid-s1YMdWQfw7 li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-s1YMdWQfw7 .time {
  line-height: 2;
}
.cid-s1YMdWQfw7 .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-s1YMdWQfw7 .text-wrap {
  width: 100%;
}
.cid-s1YMdWQfw7 .item-wrap {
  display: inline-block;
}
.cid-s1YMdWQfw7 .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-s1YMdWQfw7 .socicon-wrap .mbr-iconfont {
  font-size: 1.3rem;
  background: linear-gradient(to left, #fc5130, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-s1YMdWQfw7 .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-s1YMdWQfw7 .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-s1YMdWQfw7 .socicon-wrap {
    margin: auto;
  }
}
.cid-s1YMdWQfw7 .mbr-text {
  color: #999999;
}
.cid-s1YMdWQfw7 .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-s1YMdWQfw7 .icon-title,
.cid-s1YMdWQfw7 .align-wrap {
  color: #999999;
  width: 100%;
  text-align: center;
}
.cid-s1YMdWQfw7 .item-text,
.cid-s1YMdWQfw7 .item-icon {
  color: #999999;
}
.cid-soWbyySwCs.popup-builder {
  background-color: #ffffff;
}
.cid-soWbyySwCs.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-soWbyySwCs.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-soWbyySwCs .modal-content,
.cid-soWbyySwCs .modal-dialog {
  height: auto;
}
.cid-soWbyySwCs .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-soWbyySwCs .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-soWbyySwCs .form-wrapper .mbr-form .form-group,
  .cid-soWbyySwCs .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-soWbyySwCs .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-soWbyySwCs .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-soWbyySwCs .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-soWbyySwCs .pt-0 {
  padding-top: 0 !important;
}
.cid-soWbyySwCs .pb-0 {
  padding-bottom: 0 !important;
}
.cid-soWbyySwCs .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-soWbyySwCs .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-soWbyySwCs .modal-open {
  overflow: hidden;
}
.cid-soWbyySwCs .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-soWbyySwCs .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-soWbyySwCs .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-soWbyySwCs .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-soWbyySwCs .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-soWbyySwCs .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-soWbyySwCs .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-soWbyySwCs .modal-content {
  background: #232323;
  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-soWbyySwCs .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-soWbyySwCs .modal-backdrop.fade {
  opacity: 0;
}
.cid-soWbyySwCs .modal-backdrop.show {
  opacity: .5;
}
.cid-soWbyySwCs .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-soWbyySwCs .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-soWbyySwCs .modal-header .close:hover {
  opacity: 1;
}
.cid-soWbyySwCs .modal-header .close:focus {
  outline: none;
}
.cid-soWbyySwCs .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-soWbyySwCs .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-soWbyySwCs .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-soWbyySwCs .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-soWbyySwCs .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-soWbyySwCs .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-soWbyySwCs .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-soWbyySwCs .modal-sm {
    max-width: 300px;
  }
  .cid-soWbyySwCs .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-soWbyySwCs .modal-lg,
  .cid-soWbyySwCs .modal-xl {
    max-width: 800px;
  }
  .cid-soWbyySwCs .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-soWbyySwCs .modal-xl {
    max-width: 1140px;
  }
  .cid-soWbyySwCs .container {
    max-width: 1140px;
  }
}
.cid-soWbyySwCs .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-soWbyySwCs .container {
    max-width: 720px;
  }
}
.cid-soWbyySwCs .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-soWbyySwCs .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-soWbyySwCs .form-group {
  margin-bottom: 1rem;
}
.cid-soWbyySwCs .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-soWbyySwCs .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-soWbyySwCs .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-soWbyySwCs LABEL {
  color: #ffffff;
}
.cid-soWrFZzdqo .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: left !important;
  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-soWrFZzdqo .btn {
  white-space: nowrap;
}
.cid-soWrFZzdqo .nav-link,
.cid-soWrFZzdqo .icons-menu .mbr-iconfont,
.cid-soWrFZzdqo .dropdown-item {
  transition: all 0.1s;
  margin: 0px 0px 0px 15px;
  text-align: left !important;
}
.cid-soWrFZzdqo .nav-link:hover,
.cid-soWrFZzdqo .icons-menu .mbr-iconfont:hover,
.cid-soWrFZzdqo .dropdown-item:hover {
  color: #fc5130 !important;
}
@media (max-width: 992px) {
  .cid-soWrFZzdqo .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-soWrFZzdqo .container {
  display: flex;
  margin: auto;
}
.cid-soWrFZzdqo .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #191919;
  background: none;
}
.cid-soWrFZzdqo .navbar.opened {
  transition: all .3s;
}
.cid-soWrFZzdqo .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-soWrFZzdqo .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-soWrFZzdqo .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-soWrFZzdqo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-soWrFZzdqo .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.8rem);
  }
}
.cid-soWrFZzdqo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-soWrFZzdqo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-soWrFZzdqo .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-soWrFZzdqo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-soWrFZzdqo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-soWrFZzdqo .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-soWrFZzdqo .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-soWrFZzdqo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-soWrFZzdqo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-soWrFZzdqo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-soWrFZzdqo .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-soWrFZzdqo .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-soWrFZzdqo .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-soWrFZzdqo .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-soWrFZzdqo .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-soWrFZzdqo .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-soWrFZzdqo .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-soWrFZzdqo .navbar.navbar-short {
  background: #191919 !important;
  min-height: 60px;
  border-bottom: 2px solid rgba(255, 0, 0, 0.5);
  opacity: 0.9;
}
.cid-soWrFZzdqo .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-soWrFZzdqo .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-soWrFZzdqo .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
  opacity: 0.8;
  -webkit-border-radius: 0px 0px 20px 20px;
  -moz-border-radius: 0px 0px 20px 20px;
  border-radius: 0px 0px 20px 20px;
}
.cid-soWrFZzdqo .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-soWrFZzdqo .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-soWrFZzdqo .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-soWrFZzdqo .navbar-caption {
  padding-right: 4rem;
}
.cid-soWrFZzdqo .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-soWrFZzdqo .dropdown-menu,
.cid-soWrFZzdqo .navbar.opened {
  background: #191919 !important;
}
.cid-soWrFZzdqo .nav-item:focus,
.cid-soWrFZzdqo .nav-link:focus {
  outline: none;
}
.cid-soWrFZzdqo .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-soWrFZzdqo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-soWrFZzdqo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-soWrFZzdqo .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-soWrFZzdqo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-soWrFZzdqo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-soWrFZzdqo .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-soWrFZzdqo .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-soWrFZzdqo .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-soWrFZzdqo .dropdown-item.active,
.cid-soWrFZzdqo .dropdown-item:active {
  background-color: transparent;
}
.cid-soWrFZzdqo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-soWrFZzdqo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-soWrFZzdqo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-soWrFZzdqo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #191919;
}
.cid-soWrFZzdqo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-soWrFZzdqo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-soWrFZzdqo ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-soWrFZzdqo .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-soWrFZzdqo button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-soWrFZzdqo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-soWrFZzdqo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-soWrFZzdqo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-soWrFZzdqo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-soWrFZzdqo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-soWrFZzdqo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-soWrFZzdqo nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-soWrFZzdqo nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-soWrFZzdqo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-soWrFZzdqo .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-soWrFZzdqo a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-soWrFZzdqo .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-soWrFZzdqo .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-soWrFZzdqo .navbar {
    height: 77px;
  }
  .cid-soWrFZzdqo .navbar.opened {
    height: auto;
  }
  .cid-soWrFZzdqo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-soWrFZzdqo .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-soWrG0ehGw H1 {
  color: #e2090d;
}
.cid-soWrG0ehGw h1 {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-soWrG0ehGw .mbr-text,
.cid-soWrG0ehGw .mbr-section-btn {
  color: #999999;
}
.cid-soWrG0BnRC {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #111111;
}
.cid-soWrG0BnRC .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-soWrG0BnRC .btn-col {
  align-items: flex-end;
  justify-content: flex-end;
  display: flex;
}
@media (max-width: 767px) {
  .cid-soWrG0BnRC .btn-col {
    justify-content: center;
  }
}
.cid-soWrG0BnRC .mbr-text,
.cid-soWrG0BnRC .mbr-section-btn {
  color: #999999;
}
.cid-soWrG0BnRC p {
  margin: 0;
}
.cid-soWrG0Q3Bz {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/317-28-blue-neon-glow-circuit-board-2000x1414.jpg");
}
.cid-soWrG0Q3Bz .container-fluid {
  padding: 0 3rem;
}
.cid-soWrG0Q3Bz .mbr-section-subtitle {
  color: #767676;
}
.cid-soWrG0Q3Bz .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-soWrG0Q3Bz .table-wrapper {
  margin: 0 auto;
}
.cid-soWrG0Q3Bz table {
  width: 88% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-soWrG0Q3Bz table thead tr {
  border: none !important;
}
.cid-soWrG0Q3Bz table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  border-color: #5b5b5b;
  border-top: none;
  color: white;
  vertical-align: middle;
}
.cid-soWrG0Q3Bz table tr td {
  border-color: #c1c1c1;
}
.cid-soWrG0Q3Bz table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-soWrG0Q3Bz tr:hover {
  background-color: #0095ff !important;
}
.cid-soWrG0Q3Bz .dataTables_scrollHead th:after,
.cid-soWrG0Q3Bz .dataTables_scrollHead th:before {
  bottom: auto!important;
  top: 50% !important;
  transform: translateY(-60%);
}
.cid-soWrG0Q3Bz .dataTables_scrollHead th:before {
  right: 15px !important;
}
.cid-soWrG0Q3Bz .dataTables_scrollHead th:after {
  right: 5px !important;
}
.cid-soWrG0Q3Bz .dataTables_scrollHeadInner {
  margin-left: auto;
  margin-right: auto;
}
.cid-soWrG0Q3Bz .dataTables_scrollHeadInner .table {
  width: 100% !important;
}
@media (max-width: 767px) {
  .cid-soWrG0Q3Bz table th,
  .cid-soWrG0Q3Bz table td {
    padding: .75rem;
  }
}
.cid-soWrG0Q3Bz .body-item {
  text-align: left;
  color: #ffffff;
}
.cid-soWrG0Q3Bz .mbr-text {
  color: #767676;
}
.cid-soWrG0Q3Bz .head-item {
  color: #ffffff;
}
.cid-soWrG0Q3Bz .mbr-section-title,
.cid-soWrG0Q3Bz .head-item {
  color: #ffffff;
}
.cid-soWrG1GaxJ {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-soWrG1GaxJ .container {
  max-width: 1500px;
}
.cid-soWrG1GaxJ img {
  width: 100%;
}
.cid-soWrG1GaxJ h2 {
  padding: 0;
  margin: 0;
}
.cid-soWrG1GaxJ .text-wrap {
  max-width: 500px;
  margin: auto;
}
.cid-soWrG1GaxJ .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
  width: fit-content;
}
.cid-soWrG1GaxJ .img-col {
  position: relative;
}
.cid-soWrG1GaxJ .img2 {
  position: absolute;
  left: -6rem;
  top: 4rem;
  width: 280px;
}
@media (max-width: 1200px) {
  .cid-soWrG1GaxJ .img2 {
    left: 1rem;
  }
}
@media (max-width: 992px) {
  .cid-soWrG1GaxJ .img-col {
    margin-bottom: 3rem;
  }
  .cid-soWrG1GaxJ .text-wrap {
    max-width: 550px;
  }
}
@media (max-width: 767px) {
  .cid-soWrG1GaxJ .img2 {
    width: 50%;
    top: 2rem;
  }
  .cid-soWrG1GaxJ .number {
    margin: auto;
  }
}
.cid-soWrG1GaxJ H2 {
  color: #ffffff;
}
.cid-soWrG1GaxJ H3 {
  color: #ffffff;
}
.cid-soWrG1GaxJ .mbr-text {
  color: #ffffff;
}
.cid-soWrG1XYHg {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-soWrG1XYHg .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-soWrG1XYHg .btn-col {
  align-items: flex-end;
  justify-content: flex-end;
  display: flex;
}
@media (max-width: 767px) {
  .cid-soWrG1XYHg .btn-col {
    justify-content: center;
  }
}
.cid-soWrG1XYHg .mbr-text,
.cid-soWrG1XYHg .mbr-section-btn {
  color: #999999;
}
.cid-soWrG1XYHg p {
  margin: 0;
}
.cid-soWrG2eLT4 {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #232323;
}
.cid-soWrG2eLT4 .nav-tabs .nav-item.open .nav-link:focus,
.cid-soWrG2eLT4 .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-soWrG2eLT4 .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-right: 1px solid #0095ff;
  border-bottom: none;
  padding-right: 4rem;
}
.cid-soWrG2eLT4 .nav-tabs .nav-item {
  padding: .5rem;
}
.cid-soWrG2eLT4 p {
  padding-left: 2rem;
  color: #879a9f;
}
.cid-soWrG2eLT4 .col-md-12 {
  flex-direction: row;
  display: flex;
}
.cid-soWrG2eLT4 .nav-tabs .nav-link {
  color: #0095ff;
  font-style: normal;
  font-weight: 500;
  transition: all .5s;
  border: none;
}
.cid-soWrG2eLT4 .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #e2090d;
}
.cid-soWrG2eLT4 .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #e2090d;
  font-style: normal;
}
@media (max-width: 992px) {
  .cid-soWrG2eLT4 .nav-tabs {
    flex-direction: row;
    border-right: 0px;
    padding-right: 0rem;
    border-bottom: 1px solid lightgray;
  }
  .cid-soWrG2eLT4 .col-md-12 {
    flex-direction: column;
    display: flex;
  }
  .cid-soWrG2eLT4 p {
    padding-left: 0rem;
  }
}
@media (max-width: 576px) {
  .cid-soWrG2eLT4 .mbr-text,
  .cid-soWrG2eLT4 .nav-link {
    text-align: center;
  }
  .cid-soWrG2eLT4 .col-md-12 {
    flex-direction: column;
    display: flex;
  }
  .cid-soWrG2eLT4 .nav-tabs {
    border-right: 0px;
    padding-right: 0rem;
    flex-direction: column;
  }
  .cid-soWrG2eLT4 p {
    padding-left: 0rem;
  }
}
.cid-soWrG2BU9v {
  padding-top: 150px;
  padding-bottom: 0px;
  background-color: #1f1f1f;
}
.cid-soWrG2BU9v .container {
  max-width: 1500px;
}
.cid-soWrG2BU9v img {
  width: 100%;
}
.cid-soWrG2BU9v h2 {
  padding: 0;
  margin: 0;
}
.cid-soWrG2BU9v .text-wrap {
  max-width: 500px;
  margin: auto;
}
.cid-soWrG2BU9v .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
  width: fit-content;
}
.cid-soWrG2BU9v .img-col {
  position: relative;
}
.cid-soWrG2BU9v .img2 {
  position: absolute;
  right: 6rem;
  top: -6rem;
  width: 320px;
}
@media (max-width: 1200px) {
  .cid-soWrG2BU9v .img2 {
    right: 3rem;
  }
}
@media (max-width: 992px) {
  .cid-soWrG2BU9v .title-col {
    margin-top: 4rem!important;
  }
  .cid-soWrG2BU9v .img2 {
    top: -2rem;
  }
  .cid-soWrG2BU9v .text-wrap {
    max-width: 550px;
  }
}
@media (max-width: 767px) {
  .cid-soWrG2BU9v .img2 {
    width: 50%;
  }
  .cid-soWrG2BU9v .number {
    margin: auto;
  }
}
.cid-soWrG2BU9v H2 {
  color: #ffffff;
}
.cid-soWrG2BU9v H3 {
  color: #ffffff;
}
.cid-soWrG2BU9v .mbr-text {
  color: #ffffff;
}
.cid-sDEtZDe1zO {
  padding-top: 0px;
  padding-bottom: 135px;
  background-color: #1f1f1f;
}
.cid-sDEtZDe1zO .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-sDEtZDe1zO .btn-col {
  align-items: flex-end;
  justify-content: flex-end;
  display: flex;
}
@media (max-width: 767px) {
  .cid-sDEtZDe1zO .btn-col {
    justify-content: center;
  }
}
.cid-sDEtZDe1zO .mbr-text,
.cid-sDEtZDe1zO .mbr-section-btn {
  color: #999999;
  text-align: right;
}
.cid-sDEtZDe1zO p {
  margin: 0;
}
.cid-soWrG2RqoZ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #191919;
}
.cid-soWrG2RqoZ .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-soWrG2RqoZ .item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.3rem 0;
}
.cid-soWrG2RqoZ .item p {
  margin: 0;
  padding-left: 0.5rem;
}
.cid-soWrG2RqoZ .title {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #e2090d;
}
.cid-soWrG2RqoZ .container {
  max-width: 1400px;
}
.cid-soWrG2RqoZ li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-soWrG2RqoZ .time {
  line-height: 2;
}
.cid-soWrG2RqoZ .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-soWrG2RqoZ .text-wrap {
  width: 100%;
}
.cid-soWrG2RqoZ .item-wrap {
  display: inline-block;
}
.cid-soWrG2RqoZ .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-soWrG2RqoZ .socicon-wrap .mbr-iconfont {
  font-size: 1.3rem;
  background: linear-gradient(to left, #fc5130, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-soWrG2RqoZ .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-soWrG2RqoZ .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-soWrG2RqoZ .socicon-wrap {
    margin: auto;
  }
}
.cid-soWrG2RqoZ .mbr-text {
  color: #999999;
}
.cid-soWrG2RqoZ .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-soWrG2RqoZ .icon-title,
.cid-soWrG2RqoZ .align-wrap {
  color: #999999;
  width: 100%;
  text-align: center;
}
.cid-soWrG2RqoZ .item-text,
.cid-soWrG2RqoZ .item-icon {
  color: #999999;
}
.cid-soWrG3led9.popup-builder {
  background-color: #ffffff;
}
.cid-soWrG3led9.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-soWrG3led9.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-soWrG3led9 .modal-content,
.cid-soWrG3led9 .modal-dialog {
  height: auto;
}
.cid-soWrG3led9 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-soWrG3led9 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-soWrG3led9 .form-wrapper .mbr-form .form-group,
  .cid-soWrG3led9 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-soWrG3led9 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-soWrG3led9 .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-soWrG3led9 .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-soWrG3led9 .pt-0 {
  padding-top: 0 !important;
}
.cid-soWrG3led9 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-soWrG3led9 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-soWrG3led9 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-soWrG3led9 .modal-open {
  overflow: hidden;
}
.cid-soWrG3led9 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-soWrG3led9 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-soWrG3led9 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-soWrG3led9 .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-soWrG3led9 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-soWrG3led9 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-soWrG3led9 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-soWrG3led9 .modal-content {
  background: #232323;
  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-soWrG3led9 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-soWrG3led9 .modal-backdrop.fade {
  opacity: 0;
}
.cid-soWrG3led9 .modal-backdrop.show {
  opacity: .5;
}
.cid-soWrG3led9 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-soWrG3led9 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-soWrG3led9 .modal-header .close:hover {
  opacity: 1;
}
.cid-soWrG3led9 .modal-header .close:focus {
  outline: none;
}
.cid-soWrG3led9 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-soWrG3led9 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-soWrG3led9 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-soWrG3led9 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-soWrG3led9 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-soWrG3led9 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-soWrG3led9 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-soWrG3led9 .modal-sm {
    max-width: 300px;
  }
  .cid-soWrG3led9 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-soWrG3led9 .modal-lg,
  .cid-soWrG3led9 .modal-xl {
    max-width: 800px;
  }
  .cid-soWrG3led9 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-soWrG3led9 .modal-xl {
    max-width: 1140px;
  }
  .cid-soWrG3led9 .container {
    max-width: 1140px;
  }
}
.cid-soWrG3led9 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-soWrG3led9 .container {
    max-width: 720px;
  }
}
.cid-soWrG3led9 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-soWrG3led9 .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-soWrG3led9 .form-group {
  margin-bottom: 1rem;
}
.cid-soWrG3led9 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-soWrG3led9 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-soWrG3led9 .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-soWrG3led9 LABEL {
  color: #ffffff;
}
.cid-spdWTJzTYY .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: left !important;
  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-spdWTJzTYY .btn {
  white-space: nowrap;
}
.cid-spdWTJzTYY .nav-link,
.cid-spdWTJzTYY .icons-menu .mbr-iconfont,
.cid-spdWTJzTYY .dropdown-item {
  transition: all 0.1s;
  margin: 0px 0px 0px 15px;
  text-align: left !important;
}
.cid-spdWTJzTYY .nav-link:hover,
.cid-spdWTJzTYY .icons-menu .mbr-iconfont:hover,
.cid-spdWTJzTYY .dropdown-item:hover {
  color: #fc5130 !important;
}
@media (max-width: 992px) {
  .cid-spdWTJzTYY .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-spdWTJzTYY .container {
  display: flex;
  margin: auto;
}
.cid-spdWTJzTYY .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #191919;
  background: none;
}
.cid-spdWTJzTYY .navbar.opened {
  transition: all .3s;
}
.cid-spdWTJzTYY .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-spdWTJzTYY .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-spdWTJzTYY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-spdWTJzTYY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-spdWTJzTYY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.8rem);
  }
}
.cid-spdWTJzTYY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-spdWTJzTYY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-spdWTJzTYY .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-spdWTJzTYY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-spdWTJzTYY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-spdWTJzTYY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-spdWTJzTYY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-spdWTJzTYY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-spdWTJzTYY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-spdWTJzTYY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-spdWTJzTYY .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-spdWTJzTYY .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-spdWTJzTYY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-spdWTJzTYY .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-spdWTJzTYY .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-spdWTJzTYY .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-spdWTJzTYY .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-spdWTJzTYY .navbar.navbar-short {
  background: #191919 !important;
  min-height: 60px;
  border-bottom: 2px solid rgba(255, 0, 0, 0.5);
  opacity: 0.9;
}
.cid-spdWTJzTYY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-spdWTJzTYY .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-spdWTJzTYY .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
  opacity: 0.8;
  -webkit-border-radius: 0px 0px 20px 20px;
  -moz-border-radius: 0px 0px 20px 20px;
  border-radius: 0px 0px 20px 20px;
}
.cid-spdWTJzTYY .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-spdWTJzTYY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-spdWTJzTYY .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-spdWTJzTYY .navbar-caption {
  padding-right: 4rem;
}
.cid-spdWTJzTYY .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-spdWTJzTYY .dropdown-menu,
.cid-spdWTJzTYY .navbar.opened {
  background: #191919 !important;
}
.cid-spdWTJzTYY .nav-item:focus,
.cid-spdWTJzTYY .nav-link:focus {
  outline: none;
}
.cid-spdWTJzTYY .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-spdWTJzTYY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-spdWTJzTYY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-spdWTJzTYY .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-spdWTJzTYY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-spdWTJzTYY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-spdWTJzTYY .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-spdWTJzTYY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-spdWTJzTYY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-spdWTJzTYY .dropdown-item.active,
.cid-spdWTJzTYY .dropdown-item:active {
  background-color: transparent;
}
.cid-spdWTJzTYY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-spdWTJzTYY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-spdWTJzTYY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-spdWTJzTYY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #191919;
}
.cid-spdWTJzTYY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-spdWTJzTYY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-spdWTJzTYY ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-spdWTJzTYY .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-spdWTJzTYY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-spdWTJzTYY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-spdWTJzTYY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-spdWTJzTYY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-spdWTJzTYY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-spdWTJzTYY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-spdWTJzTYY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-spdWTJzTYY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-spdWTJzTYY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-spdWTJzTYY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-spdWTJzTYY .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-spdWTJzTYY a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-spdWTJzTYY .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-spdWTJzTYY .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-spdWTJzTYY .navbar {
    height: 77px;
  }
  .cid-spdWTJzTYY .navbar.opened {
    height: auto;
  }
  .cid-spdWTJzTYY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-spdWTJzTYY .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-spdWTKsuIK H1 {
  color: #e2090d;
}
.cid-spdWTKsuIK h1 {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-spdWTKsuIK .mbr-text,
.cid-spdWTKsuIK .mbr-section-btn {
  color: #999999;
}
.cid-sq4qem1RiN {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #111111;
}
.cid-sq4qem1RiN .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-sq4qem1RiN .mbr-text,
.cid-sq4qem1RiN .mbr-section-btn {
  color: #999999;
}
.cid-sq4owVnjtf {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #111111;
}
.cid-sq4owVnjtf li {
  list-style: none;
}
.cid-sq4owVnjtf .item-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}
.cid-sq4owVnjtf .mbr-iconfont {
  font-size: 16px!important;
  padding-right: 12px;
}
.cid-sq4owVnjtf h4 {
  margin: 0;
}
.cid-sq4owVnjtf .item {
  color: #57468b;
}
.cid-sq4owVnjtf ul {
  padding: 0;
  margin: 0;
}
.cid-sq4owVnjtf .col-title {
  color: #57468b;
}
.cid-sq4owVnjtf .col-title1 {
  color: #bfceff;
}
.cid-sq4owVnjtf .col-title2 {
  color: #5580ff;
}
.cid-sq4owVnjtf .col-title3 {
  color: #ff8a73;
}
.cid-sq4owVnjtf .col-title4 {
  color: #57468b;
}
.cid-sq4owVnjtf .item1 {
  color: #716c80;
}
.cid-sq4owVnjtf .item2 {
  color: #716c80;
}
.cid-sq4owVnjtf .item3 {
  color: #716c80;
}
.cid-sq4owVnjtf .item4 {
  color: #716c80;
}
@media (max-width: 768px) {
  .cid-sq4owVnjtf .md-pb {
    padding-bottom: 1rem;
  }
}
.cid-spdY9kkCYe {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #191919;
}
.cid-spdY9kkCYe .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-spdY9kkCYe .mbr-text,
.cid-spdY9kkCYe .mbr-section-btn {
  color: #999999;
}
.cid-spdYuhNkfM {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #191919;
}
.cid-spdYuhNkfM .card {
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-spdYuhNkfM .card .card-img {
  width: 20%;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-spdYuhNkfM .card .card-box {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 80%;
  padding-left: 1rem;
}
.cid-spdYuhNkfM .card .card-img span {
  color: #e2090d;
  font-size: 60px;
}
.cid-spdYuhNkfM .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-spdYuhNkfM .card {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-spdYuhNkfM .card .card-img {
    width: 100%;
    padding-bottom: 1.5rem;
  }
  .cid-spdYuhNkfM .card .card-box {
    width: 100%;
    padding-left: 0;
  }
  .cid-spdYuhNkfM .card .card-box .card-title,
  .cid-spdYuhNkfM .card .card-box .mbr-text,
  .cid-spdYuhNkfM .card .card-box .link {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .cid-spdYuhNkfM .card {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .cid-spdYuhNkfM .card .card-img {
    text-align: right !important;
  }
}
.cid-spdYuhNkfM .card-title,
.cid-spdYuhNkfM .card-img {
  color: #ffffff;
}
.cid-spdYuhNkfM .mbr-text,
.cid-spdYuhNkfM .link {
  color: #e5e5e5;
}
.cid-spe2mfWm03 {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #191919;
}
.cid-spe2mfWm03 span {
  color: #c1c1c1;
}
.cid-spe2mfWm03 .flex-block {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-spe2mfWm03 .flex-block span {
  font-size: 3rem;
  margin-right: 3rem;
}
@media (min-width: 577px) {
  .cid-spe2mfWm03 .flex-block span {
    margin-left: 2rem;
  }
}
.cid-spe2mfWm03 .block-quote {
  color: #767676;
}
.cid-spe0s7MCiN {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #1f1f1f;
}
.cid-spe0s7MCiN .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-spe0s7MCiN .mbr-text,
.cid-spe0s7MCiN .mbr-section-btn {
  color: #999999;
}
.cid-spe3lmeHwr {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #1f1f1f;
}
.cid-spe3lmeHwr .card {
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-spe3lmeHwr .card .card-img {
  width: 20%;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-spe3lmeHwr .card .card-box {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 80%;
  padding-left: 1rem;
}
.cid-spe3lmeHwr .card .card-img span {
  color: #e2090d;
  font-size: 60px;
}
.cid-spe3lmeHwr .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-spe3lmeHwr .card {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-spe3lmeHwr .card .card-img {
    width: 100%;
    padding-bottom: 1.5rem;
  }
  .cid-spe3lmeHwr .card .card-box {
    width: 100%;
    padding-left: 0;
  }
  .cid-spe3lmeHwr .card .card-box .card-title,
  .cid-spe3lmeHwr .card .card-box .mbr-text,
  .cid-spe3lmeHwr .card .card-box .link {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .cid-spe3lmeHwr .card {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .cid-spe3lmeHwr .card .card-img {
    text-align: right !important;
  }
}
.cid-spe3lmeHwr .mbr-text,
.cid-spe3lmeHwr .link {
  color: #e5e5e5;
}
.cid-spe3lmeHwr .card-title,
.cid-spe3lmeHwr .card-img {
  color: #ffffff;
}
.cid-sq4593QiBu {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #191919;
}
.cid-sq4593QiBu .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-sq4593QiBu .mbr-text,
.cid-sq4593QiBu .mbr-section-btn {
  color: #999999;
}
.cid-sq45atqQuq {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #191919;
}
.cid-sq45atqQuq .card {
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sq45atqQuq .card .card-img {
  width: 20%;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sq45atqQuq .card .card-box {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 80%;
  padding-left: 1rem;
}
.cid-sq45atqQuq .card .card-img span {
  color: #e2090d;
  font-size: 60px;
}
.cid-sq45atqQuq .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sq45atqQuq .card {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sq45atqQuq .card .card-img {
    width: 100%;
    padding-bottom: 1.5rem;
  }
  .cid-sq45atqQuq .card .card-box {
    width: 100%;
    padding-left: 0;
  }
  .cid-sq45atqQuq .card .card-box .card-title,
  .cid-sq45atqQuq .card .card-box .mbr-text,
  .cid-sq45atqQuq .card .card-box .link {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .cid-sq45atqQuq .card {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .cid-sq45atqQuq .card .card-img {
    text-align: right !important;
  }
}
.cid-sq45atqQuq .card-title,
.cid-sq45atqQuq .card-img {
  color: #ffffff;
}
.cid-sq45atqQuq .mbr-text,
.cid-sq45atqQuq .link {
  color: #e5e5e5;
}
.cid-sq4ak3me1Q {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #111111;
}
.cid-sq4ak3me1Q .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-sq4ak3me1Q .mbr-text,
.cid-sq4ak3me1Q .mbr-section-btn {
  color: #999999;
}
.cid-sq4alvZGrp {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #111111;
}
.cid-sq4alvZGrp .card {
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sq4alvZGrp .card .card-img {
  width: 20%;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sq4alvZGrp .card .card-box {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 80%;
  padding-left: 1rem;
}
.cid-sq4alvZGrp .card .card-img span {
  color: #e2090d;
  font-size: 60px;
}
.cid-sq4alvZGrp .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sq4alvZGrp .card {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sq4alvZGrp .card .card-img {
    width: 100%;
    padding-bottom: 1.5rem;
  }
  .cid-sq4alvZGrp .card .card-box {
    width: 100%;
    padding-left: 0;
  }
  .cid-sq4alvZGrp .card .card-box .card-title,
  .cid-sq4alvZGrp .card .card-box .mbr-text,
  .cid-sq4alvZGrp .card .card-box .link {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .cid-sq4alvZGrp .card {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .cid-sq4alvZGrp .card .card-img {
    text-align: right !important;
  }
}
.cid-sq4alvZGrp .card-title,
.cid-sq4alvZGrp .card-img {
  color: #ffffff;
}
.cid-sq4alvZGrp .mbr-text,
.cid-sq4alvZGrp .link {
  color: #e5e5e5;
}
.cid-sq4cAYi5ue {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #191919;
}
.cid-sq4cAYi5ue .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-sq4cAYi5ue .mbr-text,
.cid-sq4cAYi5ue .mbr-section-btn {
  color: #999999;
}
.cid-sq4cCezj7A {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #191919;
}
.cid-sq4cCezj7A .card {
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sq4cCezj7A .card .card-img {
  width: 20%;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sq4cCezj7A .card .card-box {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 80%;
  padding-left: 1rem;
}
.cid-sq4cCezj7A .card .card-img span {
  color: #e2090d;
  font-size: 60px;
}
.cid-sq4cCezj7A .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sq4cCezj7A .card {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sq4cCezj7A .card .card-img {
    width: 100%;
    padding-bottom: 1.5rem;
  }
  .cid-sq4cCezj7A .card .card-box {
    width: 100%;
    padding-left: 0;
  }
  .cid-sq4cCezj7A .card .card-box .card-title,
  .cid-sq4cCezj7A .card .card-box .mbr-text,
  .cid-sq4cCezj7A .card .card-box .link {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .cid-sq4cCezj7A .card {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .cid-sq4cCezj7A .card .card-img {
    text-align: right !important;
  }
}
.cid-sq4cCezj7A .card-title,
.cid-sq4cCezj7A .card-img {
  color: #ffffff;
}
.cid-sq4cCezj7A .mbr-text,
.cid-sq4cCezj7A .link {
  color: #e5e5e5;
}
.cid-sq4gS88iCP {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #111111;
}
.cid-sq4gS88iCP .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-sq4gS88iCP .mbr-text,
.cid-sq4gS88iCP .mbr-section-btn {
  color: #999999;
}
.cid-sq4gTneuk9 {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #111111;
}
.cid-sq4gTneuk9 .card {
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sq4gTneuk9 .card .card-img {
  width: 20%;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sq4gTneuk9 .card .card-box {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 80%;
  padding-left: 1rem;
}
.cid-sq4gTneuk9 .card .card-img span {
  color: #e2090d;
  font-size: 60px;
}
.cid-sq4gTneuk9 .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sq4gTneuk9 .card {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sq4gTneuk9 .card .card-img {
    width: 100%;
    padding-bottom: 1.5rem;
  }
  .cid-sq4gTneuk9 .card .card-box {
    width: 100%;
    padding-left: 0;
  }
  .cid-sq4gTneuk9 .card .card-box .card-title,
  .cid-sq4gTneuk9 .card .card-box .mbr-text,
  .cid-sq4gTneuk9 .card .card-box .link {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .cid-sq4gTneuk9 .card {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .cid-sq4gTneuk9 .card .card-img {
    text-align: right !important;
  }
}
.cid-sq4gTneuk9 .card-title,
.cid-sq4gTneuk9 .card-img {
  color: #ffffff;
}
.cid-sq4gTneuk9 .mbr-text,
.cid-sq4gTneuk9 .link {
  color: #e5e5e5;
}
.cid-sq4itnlya1 {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #111111;
}
.cid-sq4itnlya1 span {
  color: #c1c1c1;
}
.cid-sq4itnlya1 .flex-block {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-sq4itnlya1 .flex-block span {
  font-size: 3rem;
  margin-right: 3rem;
}
@media (min-width: 577px) {
  .cid-sq4itnlya1 .flex-block span {
    margin-left: 2rem;
  }
}
.cid-sq4itnlya1 .block-quote {
  color: #767676;
}
.cid-sq7PYnOjDu {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #191919;
}
.cid-sq7PYnOjDu .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-sq7PYnOjDu .mbr-text,
.cid-sq7PYnOjDu .mbr-section-btn {
  color: #999999;
}
.cid-sq7Q2NgrgN {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #191919;
}
.cid-sq7Q2NgrgN .card {
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sq7Q2NgrgN .card .card-img {
  width: 20%;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sq7Q2NgrgN .card .card-box {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 80%;
  padding-left: 1rem;
}
.cid-sq7Q2NgrgN .card .card-img span {
  color: #e2090d;
  font-size: 60px;
}
.cid-sq7Q2NgrgN .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sq7Q2NgrgN .card {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sq7Q2NgrgN .card .card-img {
    width: 100%;
    padding-bottom: 1.5rem;
  }
  .cid-sq7Q2NgrgN .card .card-box {
    width: 100%;
    padding-left: 0;
  }
  .cid-sq7Q2NgrgN .card .card-box .card-title,
  .cid-sq7Q2NgrgN .card .card-box .mbr-text,
  .cid-sq7Q2NgrgN .card .card-box .link {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .cid-sq7Q2NgrgN .card {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .cid-sq7Q2NgrgN .card .card-img {
    text-align: right !important;
  }
}
.cid-sq7Q2NgrgN .card-title,
.cid-sq7Q2NgrgN .card-img {
  color: #ffffff;
}
.cid-sq7Q2NgrgN .mbr-text,
.cid-sq7Q2NgrgN .link {
  color: #e5e5e5;
}
.cid-sq7S22cTpn {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #191919;
}
.cid-sq7S22cTpn span {
  color: #c1c1c1;
}
.cid-sq7S22cTpn .flex-block {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-sq7S22cTpn .flex-block span {
  font-size: 3rem;
  margin-right: 3rem;
}
@media (min-width: 577px) {
  .cid-sq7S22cTpn .flex-block span {
    margin-left: 2rem;
  }
}
.cid-sq7S22cTpn .block-quote {
  color: #767676;
}
.cid-spdWTPtkWh {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #191919;
}
.cid-spdWTPtkWh .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-spdWTPtkWh .item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.3rem 0;
}
.cid-spdWTPtkWh .item p {
  margin: 0;
  padding-left: 0.5rem;
}
.cid-spdWTPtkWh .title {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #e2090d;
}
.cid-spdWTPtkWh .container {
  max-width: 1400px;
}
.cid-spdWTPtkWh li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-spdWTPtkWh .time {
  line-height: 2;
}
.cid-spdWTPtkWh .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-spdWTPtkWh .text-wrap {
  width: 100%;
}
.cid-spdWTPtkWh .item-wrap {
  display: inline-block;
}
.cid-spdWTPtkWh .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-spdWTPtkWh .socicon-wrap .mbr-iconfont {
  font-size: 1.3rem;
  background: linear-gradient(to left, #fc5130, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-spdWTPtkWh .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-spdWTPtkWh .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-spdWTPtkWh .socicon-wrap {
    margin: auto;
  }
}
.cid-spdWTPtkWh .mbr-text {
  color: #999999;
}
.cid-spdWTPtkWh .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-spdWTPtkWh .icon-title,
.cid-spdWTPtkWh .align-wrap {
  color: #999999;
  width: 100%;
  text-align: center;
}
.cid-spdWTPtkWh .item-text,
.cid-spdWTPtkWh .item-icon {
  color: #999999;
}
.cid-spdWTPXxwZ.popup-builder {
  background-color: #ffffff;
}
.cid-spdWTPXxwZ.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-spdWTPXxwZ.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-spdWTPXxwZ .modal-content,
.cid-spdWTPXxwZ .modal-dialog {
  height: auto;
}
.cid-spdWTPXxwZ .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-spdWTPXxwZ .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-spdWTPXxwZ .form-wrapper .mbr-form .form-group,
  .cid-spdWTPXxwZ .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-spdWTPXxwZ .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-spdWTPXxwZ .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-spdWTPXxwZ .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-spdWTPXxwZ .pt-0 {
  padding-top: 0 !important;
}
.cid-spdWTPXxwZ .pb-0 {
  padding-bottom: 0 !important;
}
.cid-spdWTPXxwZ .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-spdWTPXxwZ .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-spdWTPXxwZ .modal-open {
  overflow: hidden;
}
.cid-spdWTPXxwZ .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-spdWTPXxwZ .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-spdWTPXxwZ .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-spdWTPXxwZ .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-spdWTPXxwZ .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-spdWTPXxwZ .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-spdWTPXxwZ .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-spdWTPXxwZ .modal-content {
  background: #232323;
  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-spdWTPXxwZ .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-spdWTPXxwZ .modal-backdrop.fade {
  opacity: 0;
}
.cid-spdWTPXxwZ .modal-backdrop.show {
  opacity: .5;
}
.cid-spdWTPXxwZ .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-spdWTPXxwZ .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-spdWTPXxwZ .modal-header .close:hover {
  opacity: 1;
}
.cid-spdWTPXxwZ .modal-header .close:focus {
  outline: none;
}
.cid-spdWTPXxwZ .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-spdWTPXxwZ .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-spdWTPXxwZ .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-spdWTPXxwZ .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-spdWTPXxwZ .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-spdWTPXxwZ .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-spdWTPXxwZ .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-spdWTPXxwZ .modal-sm {
    max-width: 300px;
  }
  .cid-spdWTPXxwZ .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-spdWTPXxwZ .modal-lg,
  .cid-spdWTPXxwZ .modal-xl {
    max-width: 800px;
  }
  .cid-spdWTPXxwZ .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-spdWTPXxwZ .modal-xl {
    max-width: 1140px;
  }
  .cid-spdWTPXxwZ .container {
    max-width: 1140px;
  }
}
.cid-spdWTPXxwZ .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-spdWTPXxwZ .container {
    max-width: 720px;
  }
}
.cid-spdWTPXxwZ .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-spdWTPXxwZ .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-spdWTPXxwZ .form-group {
  margin-bottom: 1rem;
}
.cid-spdWTPXxwZ .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-spdWTPXxwZ .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-spdWTPXxwZ .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-spdWTPXxwZ LABEL {
  color: #ffffff;
}
.cid-spdWTQqgOO.popup-builder {
  background-color: #ffffff;
}
.cid-spdWTQqgOO.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-spdWTQqgOO.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-spdWTQqgOO .modal-content,
.cid-spdWTQqgOO .modal-dialog {
  height: auto;
}
.cid-spdWTQqgOO .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-spdWTQqgOO .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-spdWTQqgOO .form-wrapper .mbr-form .form-group,
  .cid-spdWTQqgOO .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-spdWTQqgOO .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-spdWTQqgOO .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-spdWTQqgOO .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-spdWTQqgOO .pt-0 {
  padding-top: 0 !important;
}
.cid-spdWTQqgOO .pb-0 {
  padding-bottom: 0 !important;
}
.cid-spdWTQqgOO .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-spdWTQqgOO .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-spdWTQqgOO .modal-open {
  overflow: hidden;
}
.cid-spdWTQqgOO .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-spdWTQqgOO .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-spdWTQqgOO .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-spdWTQqgOO .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-spdWTQqgOO .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-spdWTQqgOO .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-spdWTQqgOO .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-spdWTQqgOO .modal-content {
  background: #232323;
  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-spdWTQqgOO .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-spdWTQqgOO .modal-backdrop.fade {
  opacity: 0;
}
.cid-spdWTQqgOO .modal-backdrop.show {
  opacity: .5;
}
.cid-spdWTQqgOO .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-spdWTQqgOO .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-spdWTQqgOO .modal-header .close:hover {
  opacity: 1;
}
.cid-spdWTQqgOO .modal-header .close:focus {
  outline: none;
}
.cid-spdWTQqgOO .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-spdWTQqgOO .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-spdWTQqgOO .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-spdWTQqgOO .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-spdWTQqgOO .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-spdWTQqgOO .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-spdWTQqgOO .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-spdWTQqgOO .modal-sm {
    max-width: 300px;
  }
  .cid-spdWTQqgOO .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-spdWTQqgOO .modal-lg,
  .cid-spdWTQqgOO .modal-xl {
    max-width: 800px;
  }
  .cid-spdWTQqgOO .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-spdWTQqgOO .modal-xl {
    max-width: 1140px;
  }
  .cid-spdWTQqgOO .container {
    max-width: 1140px;
  }
}
.cid-spdWTQqgOO .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-spdWTQqgOO .container {
    max-width: 720px;
  }
}
.cid-spdWTQqgOO .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-spdWTQqgOO .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-spdWTQqgOO .form-group {
  margin-bottom: 1rem;
}
.cid-spdWTQqgOO .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-spdWTQqgOO .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-spdWTQqgOO .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-spdWTQqgOO LABEL {
  color: #ffffff;
}
.cid-spdWTQVGWT.popup-builder {
  background-color: #ffffff;
}
.cid-spdWTQVGWT.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-spdWTQVGWT.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-spdWTQVGWT .modal-content,
.cid-spdWTQVGWT .modal-dialog {
  height: auto;
}
.cid-spdWTQVGWT .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-spdWTQVGWT .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-spdWTQVGWT .form-wrapper .mbr-form .form-group,
  .cid-spdWTQVGWT .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-spdWTQVGWT .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-spdWTQVGWT .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-spdWTQVGWT .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-spdWTQVGWT .pt-0 {
  padding-top: 0 !important;
}
.cid-spdWTQVGWT .pb-0 {
  padding-bottom: 0 !important;
}
.cid-spdWTQVGWT .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-spdWTQVGWT .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-spdWTQVGWT .modal-open {
  overflow: hidden;
}
.cid-spdWTQVGWT .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-spdWTQVGWT .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-spdWTQVGWT .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-spdWTQVGWT .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-spdWTQVGWT .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-spdWTQVGWT .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-spdWTQVGWT .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-spdWTQVGWT .modal-content {
  background: #232323;
  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-spdWTQVGWT .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-spdWTQVGWT .modal-backdrop.fade {
  opacity: 0;
}
.cid-spdWTQVGWT .modal-backdrop.show {
  opacity: .5;
}
.cid-spdWTQVGWT .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-spdWTQVGWT .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-spdWTQVGWT .modal-header .close:hover {
  opacity: 1;
}
.cid-spdWTQVGWT .modal-header .close:focus {
  outline: none;
}
.cid-spdWTQVGWT .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-spdWTQVGWT .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-spdWTQVGWT .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-spdWTQVGWT .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-spdWTQVGWT .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-spdWTQVGWT .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-spdWTQVGWT .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-spdWTQVGWT .modal-sm {
    max-width: 300px;
  }
  .cid-spdWTQVGWT .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-spdWTQVGWT .modal-lg,
  .cid-spdWTQVGWT .modal-xl {
    max-width: 800px;
  }
  .cid-spdWTQVGWT .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-spdWTQVGWT .modal-xl {
    max-width: 1140px;
  }
  .cid-spdWTQVGWT .container {
    max-width: 1140px;
  }
}
.cid-spdWTQVGWT .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-spdWTQVGWT .container {
    max-width: 720px;
  }
}
.cid-spdWTQVGWT .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-spdWTQVGWT .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-spdWTQVGWT .form-group {
  margin-bottom: 1rem;
}
.cid-spdWTQVGWT .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-spdWTQVGWT .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-spdWTQVGWT .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-spdWTQVGWT LABEL {
  color: #ffffff;
}
.cid-spdWTRpfNc.popup-builder {
  background-color: #ffffff;
}
.cid-spdWTRpfNc.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-spdWTRpfNc.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-spdWTRpfNc .modal-content,
.cid-spdWTRpfNc .modal-dialog {
  height: auto;
}
.cid-spdWTRpfNc .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-spdWTRpfNc .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-spdWTRpfNc .form-wrapper .mbr-form .form-group,
  .cid-spdWTRpfNc .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-spdWTRpfNc .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-spdWTRpfNc .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-spdWTRpfNc .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-spdWTRpfNc .pt-0 {
  padding-top: 0 !important;
}
.cid-spdWTRpfNc .pb-0 {
  padding-bottom: 0 !important;
}
.cid-spdWTRpfNc .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-spdWTRpfNc .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-spdWTRpfNc .modal-open {
  overflow: hidden;
}
.cid-spdWTRpfNc .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-spdWTRpfNc .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-spdWTRpfNc .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-spdWTRpfNc .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-spdWTRpfNc .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-spdWTRpfNc .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-spdWTRpfNc .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-spdWTRpfNc .modal-content {
  background: #232323;
  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-spdWTRpfNc .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-spdWTRpfNc .modal-backdrop.fade {
  opacity: 0;
}
.cid-spdWTRpfNc .modal-backdrop.show {
  opacity: .5;
}
.cid-spdWTRpfNc .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-spdWTRpfNc .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-spdWTRpfNc .modal-header .close:hover {
  opacity: 1;
}
.cid-spdWTRpfNc .modal-header .close:focus {
  outline: none;
}
.cid-spdWTRpfNc .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-spdWTRpfNc .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-spdWTRpfNc .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-spdWTRpfNc .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-spdWTRpfNc .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-spdWTRpfNc .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-spdWTRpfNc .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-spdWTRpfNc .modal-sm {
    max-width: 300px;
  }
  .cid-spdWTRpfNc .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-spdWTRpfNc .modal-lg,
  .cid-spdWTRpfNc .modal-xl {
    max-width: 800px;
  }
  .cid-spdWTRpfNc .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-spdWTRpfNc .modal-xl {
    max-width: 1140px;
  }
  .cid-spdWTRpfNc .container {
    max-width: 1140px;
  }
}
.cid-spdWTRpfNc .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-spdWTRpfNc .container {
    max-width: 720px;
  }
}
.cid-spdWTRpfNc .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-spdWTRpfNc .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-spdWTRpfNc .form-group {
  margin-bottom: 1rem;
}
.cid-spdWTRpfNc .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-spdWTRpfNc .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-spdWTRpfNc .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-spdWTRQSha.popup-builder {
  background-color: #ffffff;
}
.cid-spdWTRQSha.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-spdWTRQSha.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-spdWTRQSha .modal-content,
.cid-spdWTRQSha .modal-dialog {
  height: auto;
}
.cid-spdWTRQSha .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-spdWTRQSha .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-spdWTRQSha .form-wrapper .mbr-form .form-group,
  .cid-spdWTRQSha .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-spdWTRQSha .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-spdWTRQSha .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-spdWTRQSha .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-spdWTRQSha .pt-0 {
  padding-top: 0 !important;
}
.cid-spdWTRQSha .pb-0 {
  padding-bottom: 0 !important;
}
.cid-spdWTRQSha .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-spdWTRQSha .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-spdWTRQSha .modal-open {
  overflow: hidden;
}
.cid-spdWTRQSha .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-spdWTRQSha .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-spdWTRQSha .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-spdWTRQSha .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-spdWTRQSha .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-spdWTRQSha .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-spdWTRQSha .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-spdWTRQSha .modal-content {
  background: #232323;
  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-spdWTRQSha .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-spdWTRQSha .modal-backdrop.fade {
  opacity: 0;
}
.cid-spdWTRQSha .modal-backdrop.show {
  opacity: .5;
}
.cid-spdWTRQSha .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-spdWTRQSha .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-spdWTRQSha .modal-header .close:hover {
  opacity: 1;
}
.cid-spdWTRQSha .modal-header .close:focus {
  outline: none;
}
.cid-spdWTRQSha .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-spdWTRQSha .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-spdWTRQSha .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-spdWTRQSha .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-spdWTRQSha .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-spdWTRQSha .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-spdWTRQSha .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-spdWTRQSha .modal-sm {
    max-width: 300px;
  }
  .cid-spdWTRQSha .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-spdWTRQSha .modal-lg,
  .cid-spdWTRQSha .modal-xl {
    max-width: 800px;
  }
  .cid-spdWTRQSha .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-spdWTRQSha .modal-xl {
    max-width: 1140px;
  }
  .cid-spdWTRQSha .container {
    max-width: 1140px;
  }
}
.cid-spdWTRQSha .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-spdWTRQSha .container {
    max-width: 720px;
  }
}
.cid-spdWTRQSha .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-spdWTRQSha .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-spdWTRQSha .form-group {
  margin-bottom: 1rem;
}
.cid-spdWTRQSha .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-spdWTRQSha .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-spdWTRQSha .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-spdWTRQSha LABEL {
  color: #ffffff;
}
.cid-spdWTSmQr5.popup-builder {
  background-color: #ffffff;
}
.cid-spdWTSmQr5.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-spdWTSmQr5.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-spdWTSmQr5 .modal-content,
.cid-spdWTSmQr5 .modal-dialog {
  height: auto;
}
.cid-spdWTSmQr5 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-spdWTSmQr5 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-spdWTSmQr5 .form-wrapper .mbr-form .form-group,
  .cid-spdWTSmQr5 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-spdWTSmQr5 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-spdWTSmQr5 .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-spdWTSmQr5 .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-spdWTSmQr5 .pt-0 {
  padding-top: 0 !important;
}
.cid-spdWTSmQr5 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-spdWTSmQr5 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-spdWTSmQr5 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-spdWTSmQr5 .modal-open {
  overflow: hidden;
}
.cid-spdWTSmQr5 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-spdWTSmQr5 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-spdWTSmQr5 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-spdWTSmQr5 .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-spdWTSmQr5 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-spdWTSmQr5 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-spdWTSmQr5 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-spdWTSmQr5 .modal-content {
  background: #232323;
  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-spdWTSmQr5 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-spdWTSmQr5 .modal-backdrop.fade {
  opacity: 0;
}
.cid-spdWTSmQr5 .modal-backdrop.show {
  opacity: .5;
}
.cid-spdWTSmQr5 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-spdWTSmQr5 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-spdWTSmQr5 .modal-header .close:hover {
  opacity: 1;
}
.cid-spdWTSmQr5 .modal-header .close:focus {
  outline: none;
}
.cid-spdWTSmQr5 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-spdWTSmQr5 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-spdWTSmQr5 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-spdWTSmQr5 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-spdWTSmQr5 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-spdWTSmQr5 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-spdWTSmQr5 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-spdWTSmQr5 .modal-sm {
    max-width: 300px;
  }
  .cid-spdWTSmQr5 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-spdWTSmQr5 .modal-lg,
  .cid-spdWTSmQr5 .modal-xl {
    max-width: 800px;
  }
  .cid-spdWTSmQr5 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-spdWTSmQr5 .modal-xl {
    max-width: 1140px;
  }
  .cid-spdWTSmQr5 .container {
    max-width: 1140px;
  }
}
.cid-spdWTSmQr5 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-spdWTSmQr5 .container {
    max-width: 720px;
  }
}
.cid-spdWTSmQr5 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-spdWTSmQr5 .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-spdWTSmQr5 .form-group {
  margin-bottom: 1rem;
}
.cid-spdWTSmQr5 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-spdWTSmQr5 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-spdWTSmQr5 .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-spm7WNPz1x .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: left !important;
  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-spm7WNPz1x .btn {
  white-space: nowrap;
}
.cid-spm7WNPz1x .nav-link,
.cid-spm7WNPz1x .icons-menu .mbr-iconfont,
.cid-spm7WNPz1x .dropdown-item {
  transition: all 0.1s;
  margin: 0px 0px 0px 15px;
  text-align: left !important;
}
.cid-spm7WNPz1x .nav-link:hover,
.cid-spm7WNPz1x .icons-menu .mbr-iconfont:hover,
.cid-spm7WNPz1x .dropdown-item:hover {
  color: #fc5130 !important;
}
@media (max-width: 992px) {
  .cid-spm7WNPz1x .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-spm7WNPz1x .container {
  display: flex;
  margin: auto;
}
.cid-spm7WNPz1x .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #191919;
  background: none;
}
.cid-spm7WNPz1x .navbar.opened {
  transition: all .3s;
}
.cid-spm7WNPz1x .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-spm7WNPz1x .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-spm7WNPz1x .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-spm7WNPz1x .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-spm7WNPz1x .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.8rem);
  }
}
.cid-spm7WNPz1x .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-spm7WNPz1x .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-spm7WNPz1x .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-spm7WNPz1x .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-spm7WNPz1x .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-spm7WNPz1x .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-spm7WNPz1x .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-spm7WNPz1x .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-spm7WNPz1x .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-spm7WNPz1x .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-spm7WNPz1x .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-spm7WNPz1x .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-spm7WNPz1x .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-spm7WNPz1x .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-spm7WNPz1x .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-spm7WNPz1x .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-spm7WNPz1x .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-spm7WNPz1x .navbar.navbar-short {
  background: #191919 !important;
  min-height: 60px;
  border-bottom: 2px solid rgba(255, 0, 0, 0.5);
  opacity: 0.9;
}
.cid-spm7WNPz1x .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-spm7WNPz1x .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-spm7WNPz1x .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
  opacity: 0.8;
  -webkit-border-radius: 0px 0px 20px 20px;
  -moz-border-radius: 0px 0px 20px 20px;
  border-radius: 0px 0px 20px 20px;
}
.cid-spm7WNPz1x .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-spm7WNPz1x .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-spm7WNPz1x .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-spm7WNPz1x .navbar-caption {
  padding-right: 4rem;
}
.cid-spm7WNPz1x .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-spm7WNPz1x .dropdown-menu,
.cid-spm7WNPz1x .navbar.opened {
  background: #191919 !important;
}
.cid-spm7WNPz1x .nav-item:focus,
.cid-spm7WNPz1x .nav-link:focus {
  outline: none;
}
.cid-spm7WNPz1x .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-spm7WNPz1x .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-spm7WNPz1x .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-spm7WNPz1x .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-spm7WNPz1x .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-spm7WNPz1x .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-spm7WNPz1x .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-spm7WNPz1x .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-spm7WNPz1x .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-spm7WNPz1x .dropdown-item.active,
.cid-spm7WNPz1x .dropdown-item:active {
  background-color: transparent;
}
.cid-spm7WNPz1x .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-spm7WNPz1x .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-spm7WNPz1x .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-spm7WNPz1x .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #191919;
}
.cid-spm7WNPz1x .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-spm7WNPz1x .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-spm7WNPz1x ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-spm7WNPz1x .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-spm7WNPz1x button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-spm7WNPz1x button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-spm7WNPz1x button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-spm7WNPz1x button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-spm7WNPz1x button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-spm7WNPz1x button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-spm7WNPz1x nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-spm7WNPz1x nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-spm7WNPz1x nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-spm7WNPz1x nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-spm7WNPz1x .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-spm7WNPz1x a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-spm7WNPz1x .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-spm7WNPz1x .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-spm7WNPz1x .navbar {
    height: 77px;
  }
  .cid-spm7WNPz1x .navbar.opened {
    height: auto;
  }
  .cid-spm7WNPz1x .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-spm7WNPz1x .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-spm7WOg768 {
  padding-top: 135px;
  padding-bottom: 15px;
}
.cid-spm7WOg768 H1 {
  color: #e2090d;
}
.cid-spm7WOg768 h1 {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-spm7WOg768 .mbr-text,
.cid-spm7WOg768 .mbr-section-btn {
  color: #999999;
}
.cid-spm91mq5QO {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-spm91mq5QO .twitter-wrapper,
.cid-spm91mq5QO iframe {
  min-height: 720px;
  max-height: 720px;
  border-radius: 4px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 455.7 455.7'%3E%3Crect width='455.7' height='455.7' fill='%2350ABF1'/%3E%3Cpath d='M60.4 337.8c30.3 19.2 66.3 30.4 104.9 30.4 108.3 0 196.2-87.8 196.2-196.2 0-2.7-0.1-5.4-0.2-8.1 3.9-3.1 28.2-22.5 34.1-35 0 0-19.7 8.2-38.9 10.1 0 0-0.1 0-0.1 0 0 0 0 0 0.1-0.1 1.8-1.2 26.6-18.1 30-38.2 0 0-13.9 7.4-33.4 13.9 -3.2 1.1-6.6 2.1-10.1 3.1 -12.6-13.4-30.4-21.8-50.2-21.8 -38 0-68.8 30.8-68.8 68.8 0 5.4 0.6 10.6 1.8 15.6 -5.3-0.2-86.2-4.8-141.3-71.4 0 0-32.9 44.9 19.6 91.1 0 0-16-0.6-29.7-8.9 0 0-5.1 54.4 54.4 68.3 0 0-11.7 4.4-30.4 1.3 0 0 10.4 44 63.3 48.1 0 0-41.8 37.7-101.1 28.9L60.4 337.8z' fill='%23FFF'/%3E%3C/svg%3E");
}
.cid-spm91mq5QO a.twitter-timeline {
  display: none;
}
.cid-spm91mq5QO .mbr-section-title {
  color: #ffffff;
}
.cid-spm91mq5QO .mbr-section-subtitle {
  color: #ffffff;
}
.cid-spm7WQFM6J {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #191919;
}
.cid-spm7WQFM6J .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-spm7WQFM6J .item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.3rem 0;
}
.cid-spm7WQFM6J .item p {
  margin: 0;
  padding-left: 0.5rem;
}
.cid-spm7WQFM6J .title {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #e2090d;
}
.cid-spm7WQFM6J .container {
  max-width: 1400px;
}
.cid-spm7WQFM6J li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-spm7WQFM6J .time {
  line-height: 2;
}
.cid-spm7WQFM6J .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-spm7WQFM6J .text-wrap {
  width: 100%;
}
.cid-spm7WQFM6J .item-wrap {
  display: inline-block;
}
.cid-spm7WQFM6J .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-spm7WQFM6J .socicon-wrap .mbr-iconfont {
  font-size: 1.3rem;
  background: linear-gradient(to left, #fc5130, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-spm7WQFM6J .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-spm7WQFM6J .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-spm7WQFM6J .socicon-wrap {
    margin: auto;
  }
}
.cid-spm7WQFM6J .mbr-text {
  color: #999999;
}
.cid-spm7WQFM6J .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-spm7WQFM6J .icon-title,
.cid-spm7WQFM6J .align-wrap {
  color: #999999;
  width: 100%;
  text-align: center;
}
.cid-spm7WQFM6J .item-text,
.cid-spm7WQFM6J .item-icon {
  color: #999999;
}
.cid-spm7WR5rtO.popup-builder {
  background-color: #ffffff;
}
.cid-spm7WR5rtO.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-spm7WR5rtO.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-spm7WR5rtO .modal-content,
.cid-spm7WR5rtO .modal-dialog {
  height: auto;
}
.cid-spm7WR5rtO .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-spm7WR5rtO .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-spm7WR5rtO .form-wrapper .mbr-form .form-group,
  .cid-spm7WR5rtO .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-spm7WR5rtO .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-spm7WR5rtO .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-spm7WR5rtO .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-spm7WR5rtO .pt-0 {
  padding-top: 0 !important;
}
.cid-spm7WR5rtO .pb-0 {
  padding-bottom: 0 !important;
}
.cid-spm7WR5rtO .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-spm7WR5rtO .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-spm7WR5rtO .modal-open {
  overflow: hidden;
}
.cid-spm7WR5rtO .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-spm7WR5rtO .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-spm7WR5rtO .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-spm7WR5rtO .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-spm7WR5rtO .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-spm7WR5rtO .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-spm7WR5rtO .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-spm7WR5rtO .modal-content {
  background: #232323;
  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-spm7WR5rtO .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-spm7WR5rtO .modal-backdrop.fade {
  opacity: 0;
}
.cid-spm7WR5rtO .modal-backdrop.show {
  opacity: .5;
}
.cid-spm7WR5rtO .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-spm7WR5rtO .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-spm7WR5rtO .modal-header .close:hover {
  opacity: 1;
}
.cid-spm7WR5rtO .modal-header .close:focus {
  outline: none;
}
.cid-spm7WR5rtO .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-spm7WR5rtO .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-spm7WR5rtO .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-spm7WR5rtO .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-spm7WR5rtO .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-spm7WR5rtO .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-spm7WR5rtO .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-spm7WR5rtO .modal-sm {
    max-width: 300px;
  }
  .cid-spm7WR5rtO .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-spm7WR5rtO .modal-lg,
  .cid-spm7WR5rtO .modal-xl {
    max-width: 800px;
  }
  .cid-spm7WR5rtO .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-spm7WR5rtO .modal-xl {
    max-width: 1140px;
  }
  .cid-spm7WR5rtO .container {
    max-width: 1140px;
  }
}
.cid-spm7WR5rtO .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-spm7WR5rtO .container {
    max-width: 720px;
  }
}
.cid-spm7WR5rtO .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-spm7WR5rtO .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-spm7WR5rtO .form-group {
  margin-bottom: 1rem;
}
.cid-spm7WR5rtO .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-spm7WR5rtO .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-spm7WR5rtO .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-spm7WR5rtO LABEL {
  color: #ffffff;
}
.cid-spm7WRtCaV.popup-builder {
  background-color: #ffffff;
}
.cid-spm7WRtCaV.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-spm7WRtCaV.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-spm7WRtCaV .modal-content,
.cid-spm7WRtCaV .modal-dialog {
  height: auto;
}
.cid-spm7WRtCaV .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-spm7WRtCaV .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-spm7WRtCaV .form-wrapper .mbr-form .form-group,
  .cid-spm7WRtCaV .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-spm7WRtCaV .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-spm7WRtCaV .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-spm7WRtCaV .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-spm7WRtCaV .pt-0 {
  padding-top: 0 !important;
}
.cid-spm7WRtCaV .pb-0 {
  padding-bottom: 0 !important;
}
.cid-spm7WRtCaV .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-spm7WRtCaV .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-spm7WRtCaV .modal-open {
  overflow: hidden;
}
.cid-spm7WRtCaV .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-spm7WRtCaV .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-spm7WRtCaV .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-spm7WRtCaV .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-spm7WRtCaV .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-spm7WRtCaV .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-spm7WRtCaV .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-spm7WRtCaV .modal-content {
  background: #232323;
  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-spm7WRtCaV .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-spm7WRtCaV .modal-backdrop.fade {
  opacity: 0;
}
.cid-spm7WRtCaV .modal-backdrop.show {
  opacity: .5;
}
.cid-spm7WRtCaV .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-spm7WRtCaV .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-spm7WRtCaV .modal-header .close:hover {
  opacity: 1;
}
.cid-spm7WRtCaV .modal-header .close:focus {
  outline: none;
}
.cid-spm7WRtCaV .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-spm7WRtCaV .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-spm7WRtCaV .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-spm7WRtCaV .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-spm7WRtCaV .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-spm7WRtCaV .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-spm7WRtCaV .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-spm7WRtCaV .modal-sm {
    max-width: 300px;
  }
  .cid-spm7WRtCaV .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-spm7WRtCaV .modal-lg,
  .cid-spm7WRtCaV .modal-xl {
    max-width: 800px;
  }
  .cid-spm7WRtCaV .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-spm7WRtCaV .modal-xl {
    max-width: 1140px;
  }
  .cid-spm7WRtCaV .container {
    max-width: 1140px;
  }
}
.cid-spm7WRtCaV .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-spm7WRtCaV .container {
    max-width: 720px;
  }
}
.cid-spm7WRtCaV .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-spm7WRtCaV .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-spm7WRtCaV .form-group {
  margin-bottom: 1rem;
}
.cid-spm7WRtCaV .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-spm7WRtCaV .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-spm7WRtCaV .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-spm7WRtCaV LABEL {
  color: #ffffff;
}
.cid-spm7WRTw5J.popup-builder {
  background-color: #ffffff;
}
.cid-spm7WRTw5J.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-spm7WRTw5J.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-spm7WRTw5J .modal-content,
.cid-spm7WRTw5J .modal-dialog {
  height: auto;
}
.cid-spm7WRTw5J .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-spm7WRTw5J .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-spm7WRTw5J .form-wrapper .mbr-form .form-group,
  .cid-spm7WRTw5J .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-spm7WRTw5J .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-spm7WRTw5J .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-spm7WRTw5J .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-spm7WRTw5J .pt-0 {
  padding-top: 0 !important;
}
.cid-spm7WRTw5J .pb-0 {
  padding-bottom: 0 !important;
}
.cid-spm7WRTw5J .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-spm7WRTw5J .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-spm7WRTw5J .modal-open {
  overflow: hidden;
}
.cid-spm7WRTw5J .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-spm7WRTw5J .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-spm7WRTw5J .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-spm7WRTw5J .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-spm7WRTw5J .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-spm7WRTw5J .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-spm7WRTw5J .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-spm7WRTw5J .modal-content {
  background: #232323;
  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-spm7WRTw5J .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-spm7WRTw5J .modal-backdrop.fade {
  opacity: 0;
}
.cid-spm7WRTw5J .modal-backdrop.show {
  opacity: .5;
}
.cid-spm7WRTw5J .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-spm7WRTw5J .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-spm7WRTw5J .modal-header .close:hover {
  opacity: 1;
}
.cid-spm7WRTw5J .modal-header .close:focus {
  outline: none;
}
.cid-spm7WRTw5J .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-spm7WRTw5J .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-spm7WRTw5J .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-spm7WRTw5J .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-spm7WRTw5J .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-spm7WRTw5J .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-spm7WRTw5J .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-spm7WRTw5J .modal-sm {
    max-width: 300px;
  }
  .cid-spm7WRTw5J .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-spm7WRTw5J .modal-lg,
  .cid-spm7WRTw5J .modal-xl {
    max-width: 800px;
  }
  .cid-spm7WRTw5J .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-spm7WRTw5J .modal-xl {
    max-width: 1140px;
  }
  .cid-spm7WRTw5J .container {
    max-width: 1140px;
  }
}
.cid-spm7WRTw5J .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-spm7WRTw5J .container {
    max-width: 720px;
  }
}
.cid-spm7WRTw5J .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-spm7WRTw5J .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-spm7WRTw5J .form-group {
  margin-bottom: 1rem;
}
.cid-spm7WRTw5J .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-spm7WRTw5J .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-spm7WRTw5J .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-spm7WRTw5J LABEL {
  color: #ffffff;
}
.cid-spm7WSe5AM.popup-builder {
  background-color: #ffffff;
}
.cid-spm7WSe5AM.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-spm7WSe5AM.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-spm7WSe5AM .modal-content,
.cid-spm7WSe5AM .modal-dialog {
  height: auto;
}
.cid-spm7WSe5AM .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-spm7WSe5AM .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-spm7WSe5AM .form-wrapper .mbr-form .form-group,
  .cid-spm7WSe5AM .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-spm7WSe5AM .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-spm7WSe5AM .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-spm7WSe5AM .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-spm7WSe5AM .pt-0 {
  padding-top: 0 !important;
}
.cid-spm7WSe5AM .pb-0 {
  padding-bottom: 0 !important;
}
.cid-spm7WSe5AM .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-spm7WSe5AM .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-spm7WSe5AM .modal-open {
  overflow: hidden;
}
.cid-spm7WSe5AM .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-spm7WSe5AM .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-spm7WSe5AM .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-spm7WSe5AM .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-spm7WSe5AM .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-spm7WSe5AM .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-spm7WSe5AM .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-spm7WSe5AM .modal-content {
  background: #232323;
  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-spm7WSe5AM .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-spm7WSe5AM .modal-backdrop.fade {
  opacity: 0;
}
.cid-spm7WSe5AM .modal-backdrop.show {
  opacity: .5;
}
.cid-spm7WSe5AM .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-spm7WSe5AM .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-spm7WSe5AM .modal-header .close:hover {
  opacity: 1;
}
.cid-spm7WSe5AM .modal-header .close:focus {
  outline: none;
}
.cid-spm7WSe5AM .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-spm7WSe5AM .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-spm7WSe5AM .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-spm7WSe5AM .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-spm7WSe5AM .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-spm7WSe5AM .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-spm7WSe5AM .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-spm7WSe5AM .modal-sm {
    max-width: 300px;
  }
  .cid-spm7WSe5AM .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-spm7WSe5AM .modal-lg,
  .cid-spm7WSe5AM .modal-xl {
    max-width: 800px;
  }
  .cid-spm7WSe5AM .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-spm7WSe5AM .modal-xl {
    max-width: 1140px;
  }
  .cid-spm7WSe5AM .container {
    max-width: 1140px;
  }
}
.cid-spm7WSe5AM .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-spm7WSe5AM .container {
    max-width: 720px;
  }
}
.cid-spm7WSe5AM .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-spm7WSe5AM .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-spm7WSe5AM .form-group {
  margin-bottom: 1rem;
}
.cid-spm7WSe5AM .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-spm7WSe5AM .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-spm7WSe5AM .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-spm7WSCJHr.popup-builder {
  background-color: #ffffff;
}
.cid-spm7WSCJHr.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-spm7WSCJHr.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-spm7WSCJHr .modal-content,
.cid-spm7WSCJHr .modal-dialog {
  height: auto;
}
.cid-spm7WSCJHr .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-spm7WSCJHr .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-spm7WSCJHr .form-wrapper .mbr-form .form-group,
  .cid-spm7WSCJHr .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-spm7WSCJHr .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-spm7WSCJHr .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-spm7WSCJHr .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-spm7WSCJHr .pt-0 {
  padding-top: 0 !important;
}
.cid-spm7WSCJHr .pb-0 {
  padding-bottom: 0 !important;
}
.cid-spm7WSCJHr .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-spm7WSCJHr .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-spm7WSCJHr .modal-open {
  overflow: hidden;
}
.cid-spm7WSCJHr .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-spm7WSCJHr .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-spm7WSCJHr .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-spm7WSCJHr .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-spm7WSCJHr .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-spm7WSCJHr .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-spm7WSCJHr .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-spm7WSCJHr .modal-content {
  background: #232323;
  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-spm7WSCJHr .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-spm7WSCJHr .modal-backdrop.fade {
  opacity: 0;
}
.cid-spm7WSCJHr .modal-backdrop.show {
  opacity: .5;
}
.cid-spm7WSCJHr .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-spm7WSCJHr .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-spm7WSCJHr .modal-header .close:hover {
  opacity: 1;
}
.cid-spm7WSCJHr .modal-header .close:focus {
  outline: none;
}
.cid-spm7WSCJHr .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-spm7WSCJHr .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-spm7WSCJHr .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-spm7WSCJHr .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-spm7WSCJHr .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-spm7WSCJHr .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-spm7WSCJHr .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-spm7WSCJHr .modal-sm {
    max-width: 300px;
  }
  .cid-spm7WSCJHr .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-spm7WSCJHr .modal-lg,
  .cid-spm7WSCJHr .modal-xl {
    max-width: 800px;
  }
  .cid-spm7WSCJHr .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-spm7WSCJHr .modal-xl {
    max-width: 1140px;
  }
  .cid-spm7WSCJHr .container {
    max-width: 1140px;
  }
}
.cid-spm7WSCJHr .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-spm7WSCJHr .container {
    max-width: 720px;
  }
}
.cid-spm7WSCJHr .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-spm7WSCJHr .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-spm7WSCJHr .form-group {
  margin-bottom: 1rem;
}
.cid-spm7WSCJHr .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-spm7WSCJHr .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-spm7WSCJHr .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-spm7WSCJHr LABEL {
  color: #ffffff;
}
.cid-spm7WSY2OD.popup-builder {
  background-color: #ffffff;
}
.cid-spm7WSY2OD.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-spm7WSY2OD.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-spm7WSY2OD .modal-content,
.cid-spm7WSY2OD .modal-dialog {
  height: auto;
}
.cid-spm7WSY2OD .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-spm7WSY2OD .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-spm7WSY2OD .form-wrapper .mbr-form .form-group,
  .cid-spm7WSY2OD .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-spm7WSY2OD .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-spm7WSY2OD .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-spm7WSY2OD .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-spm7WSY2OD .pt-0 {
  padding-top: 0 !important;
}
.cid-spm7WSY2OD .pb-0 {
  padding-bottom: 0 !important;
}
.cid-spm7WSY2OD .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-spm7WSY2OD .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-spm7WSY2OD .modal-open {
  overflow: hidden;
}
.cid-spm7WSY2OD .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-spm7WSY2OD .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-spm7WSY2OD .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-spm7WSY2OD .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-spm7WSY2OD .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-spm7WSY2OD .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-spm7WSY2OD .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-spm7WSY2OD .modal-content {
  background: #232323;
  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-spm7WSY2OD .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-spm7WSY2OD .modal-backdrop.fade {
  opacity: 0;
}
.cid-spm7WSY2OD .modal-backdrop.show {
  opacity: .5;
}
.cid-spm7WSY2OD .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-spm7WSY2OD .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-spm7WSY2OD .modal-header .close:hover {
  opacity: 1;
}
.cid-spm7WSY2OD .modal-header .close:focus {
  outline: none;
}
.cid-spm7WSY2OD .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-spm7WSY2OD .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-spm7WSY2OD .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-spm7WSY2OD .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-spm7WSY2OD .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-spm7WSY2OD .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-spm7WSY2OD .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-spm7WSY2OD .modal-sm {
    max-width: 300px;
  }
  .cid-spm7WSY2OD .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-spm7WSY2OD .modal-lg,
  .cid-spm7WSY2OD .modal-xl {
    max-width: 800px;
  }
  .cid-spm7WSY2OD .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-spm7WSY2OD .modal-xl {
    max-width: 1140px;
  }
  .cid-spm7WSY2OD .container {
    max-width: 1140px;
  }
}
.cid-spm7WSY2OD .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-spm7WSY2OD .container {
    max-width: 720px;
  }
}
.cid-spm7WSY2OD .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-spm7WSY2OD .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-spm7WSY2OD .form-group {
  margin-bottom: 1rem;
}
.cid-spm7WSY2OD .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-spm7WSY2OD .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-spm7WSY2OD .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-sqxfCdUNJG .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: left !important;
  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-sqxfCdUNJG .btn {
  white-space: nowrap;
}
.cid-sqxfCdUNJG .nav-link,
.cid-sqxfCdUNJG .icons-menu .mbr-iconfont,
.cid-sqxfCdUNJG .dropdown-item {
  transition: all 0.1s;
  margin: 0px 0px 0px 15px;
  text-align: left !important;
}
.cid-sqxfCdUNJG .nav-link:hover,
.cid-sqxfCdUNJG .icons-menu .mbr-iconfont:hover,
.cid-sqxfCdUNJG .dropdown-item:hover {
  color: #fc5130 !important;
}
@media (max-width: 992px) {
  .cid-sqxfCdUNJG .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-sqxfCdUNJG .container {
  display: flex;
  margin: auto;
}
.cid-sqxfCdUNJG .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #191919;
  background: none;
}
.cid-sqxfCdUNJG .navbar.opened {
  transition: all .3s;
}
.cid-sqxfCdUNJG .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sqxfCdUNJG .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-sqxfCdUNJG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sqxfCdUNJG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sqxfCdUNJG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.8rem);
  }
}
.cid-sqxfCdUNJG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sqxfCdUNJG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sqxfCdUNJG .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-sqxfCdUNJG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sqxfCdUNJG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sqxfCdUNJG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sqxfCdUNJG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sqxfCdUNJG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sqxfCdUNJG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sqxfCdUNJG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sqxfCdUNJG .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-sqxfCdUNJG .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sqxfCdUNJG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sqxfCdUNJG .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sqxfCdUNJG .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-sqxfCdUNJG .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sqxfCdUNJG .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sqxfCdUNJG .navbar.navbar-short {
  background: #191919 !important;
  min-height: 60px;
  border-bottom: 2px solid rgba(255, 0, 0, 0.5);
  opacity: 0.9;
}
.cid-sqxfCdUNJG .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sqxfCdUNJG .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sqxfCdUNJG .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
  opacity: 0.8;
  -webkit-border-radius: 0px 0px 20px 20px;
  -moz-border-radius: 0px 0px 20px 20px;
  border-radius: 0px 0px 20px 20px;
}
.cid-sqxfCdUNJG .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-sqxfCdUNJG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sqxfCdUNJG .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sqxfCdUNJG .navbar-caption {
  padding-right: 4rem;
}
.cid-sqxfCdUNJG .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-sqxfCdUNJG .dropdown-menu,
.cid-sqxfCdUNJG .navbar.opened {
  background: #191919 !important;
}
.cid-sqxfCdUNJG .nav-item:focus,
.cid-sqxfCdUNJG .nav-link:focus {
  outline: none;
}
.cid-sqxfCdUNJG .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-sqxfCdUNJG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sqxfCdUNJG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sqxfCdUNJG .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-sqxfCdUNJG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sqxfCdUNJG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-sqxfCdUNJG .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-sqxfCdUNJG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sqxfCdUNJG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sqxfCdUNJG .dropdown-item.active,
.cid-sqxfCdUNJG .dropdown-item:active {
  background-color: transparent;
}
.cid-sqxfCdUNJG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sqxfCdUNJG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sqxfCdUNJG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sqxfCdUNJG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #191919;
}
.cid-sqxfCdUNJG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sqxfCdUNJG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sqxfCdUNJG ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sqxfCdUNJG .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sqxfCdUNJG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sqxfCdUNJG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sqxfCdUNJG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sqxfCdUNJG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sqxfCdUNJG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sqxfCdUNJG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sqxfCdUNJG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sqxfCdUNJG nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sqxfCdUNJG nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sqxfCdUNJG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sqxfCdUNJG .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sqxfCdUNJG a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sqxfCdUNJG .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-sqxfCdUNJG .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sqxfCdUNJG .navbar {
    height: 77px;
  }
  .cid-sqxfCdUNJG .navbar.opened {
    height: auto;
  }
  .cid-sqxfCdUNJG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sqxfCdUNJG .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-sqxgi9C8Rz {
  padding-top: 120px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/268-01-dark-blue-glow-tech-2000x1414.jpg");
}
.cid-sqxgi9C8Rz .mbr-overlay {
  background: linear-gradient(90deg, #0c18bb, #ff1503);
}
.cid-sqxgi9C8Rz h2,
.cid-sqxgi9C8Rz h3,
.cid-sqxgi9C8Rz h4,
.cid-sqxgi9C8Rz p {
  color: #ffffff;
}
.cid-sqxgi9C8Rz .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-sqxgi9C8Rz .text-block {
  border-bottom: 1px solid #767676;
}
.cid-sqxgi9C8Rz .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-sqxgi9C8Rz .form-control {
  box-shadow: none;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-sqxgi9C8Rz .form-control:focus,
.cid-sqxgi9C8Rz .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-sqxgi9C8Rz .form-group {
  margin-bottom: 1rem;
}
.cid-sqxgi9C8Rz input::-webkit-input-placeholder,
.cid-sqxgi9C8Rz textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-sqxgi9C8Rz input:-moz-placeholder,
.cid-sqxgi9C8Rz textarea:-moz-placeholder {
  color: #656565;
}
.cid-sqxgi9C8Rz .jq-selectbox li,
.cid-sqxgi9C8Rz .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-sqxgi9C8Rz .jq-selectbox li:hover,
.cid-sqxgi9C8Rz .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-sqxgi9C8Rz .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-sqxgi9C8Rz .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-sqxgi9C8Rz .mbr-text {
  color: #767676;
}
.cid-sqxgi9C8Rz a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-sqxgi9C8Rz .multi-horizontal {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sqxgi9C8Rz .input-group-btn {
  display: block;
  text-align: center;
}
.cid-sqxgi9C8Rz textarea.form-control {
  resize: none;
}
@media (max-width: 767px) {
  .cid-sqxgi9C8Rz h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-sqxgi9C8Rz .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-sqxgi9C8Rz .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .cid-sqxgi9C8Rz .google-map {
    padding-bottom: 2rem;
  }
}
.cid-sqxgi9C8Rz LABEL {
  color: #ffffff;
}
.cid-sqxk9Pa7vK {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #1f1f1f;
}
.cid-sqxk9Pa7vK .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-sqxk9Pa7vK .mbr-text,
.cid-sqxk9Pa7vK .mbr-section-btn {
  color: #999999;
  text-align: left;
}
.cid-sqxfCf5PXt {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #191919;
}
.cid-sqxfCf5PXt .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-sqxfCf5PXt .item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.3rem 0;
}
.cid-sqxfCf5PXt .item p {
  margin: 0;
  padding-left: 0.5rem;
}
.cid-sqxfCf5PXt .title {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #e2090d;
}
.cid-sqxfCf5PXt .container {
  max-width: 1400px;
}
.cid-sqxfCf5PXt li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-sqxfCf5PXt .time {
  line-height: 2;
}
.cid-sqxfCf5PXt .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-sqxfCf5PXt .text-wrap {
  width: 100%;
}
.cid-sqxfCf5PXt .item-wrap {
  display: inline-block;
}
.cid-sqxfCf5PXt .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-sqxfCf5PXt .socicon-wrap .mbr-iconfont {
  font-size: 1.3rem;
  background: linear-gradient(to left, #fc5130, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-sqxfCf5PXt .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-sqxfCf5PXt .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sqxfCf5PXt .socicon-wrap {
    margin: auto;
  }
}
.cid-sqxfCf5PXt .mbr-text {
  color: #999999;
}
.cid-sqxfCf5PXt .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-sqxfCf5PXt .icon-title,
.cid-sqxfCf5PXt .align-wrap {
  color: #999999;
  width: 100%;
  text-align: center;
}
.cid-sqxfCf5PXt .item-text,
.cid-sqxfCf5PXt .item-icon {
  color: #999999;
}
.cid-sqxfCfz4DB.popup-builder {
  background-color: #ffffff;
}
.cid-sqxfCfz4DB.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sqxfCfz4DB.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sqxfCfz4DB .modal-content,
.cid-sqxfCfz4DB .modal-dialog {
  height: auto;
}
.cid-sqxfCfz4DB .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sqxfCfz4DB .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sqxfCfz4DB .form-wrapper .mbr-form .form-group,
  .cid-sqxfCfz4DB .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sqxfCfz4DB .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sqxfCfz4DB .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-sqxfCfz4DB .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-sqxfCfz4DB .pt-0 {
  padding-top: 0 !important;
}
.cid-sqxfCfz4DB .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sqxfCfz4DB .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sqxfCfz4DB .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sqxfCfz4DB .modal-open {
  overflow: hidden;
}
.cid-sqxfCfz4DB .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sqxfCfz4DB .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sqxfCfz4DB .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sqxfCfz4DB .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-sqxfCfz4DB .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sqxfCfz4DB .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sqxfCfz4DB .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sqxfCfz4DB .modal-content {
  background: #232323;
  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-sqxfCfz4DB .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sqxfCfz4DB .modal-backdrop.fade {
  opacity: 0;
}
.cid-sqxfCfz4DB .modal-backdrop.show {
  opacity: .5;
}
.cid-sqxfCfz4DB .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sqxfCfz4DB .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sqxfCfz4DB .modal-header .close:hover {
  opacity: 1;
}
.cid-sqxfCfz4DB .modal-header .close:focus {
  outline: none;
}
.cid-sqxfCfz4DB .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-sqxfCfz4DB .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sqxfCfz4DB .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sqxfCfz4DB .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sqxfCfz4DB .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sqxfCfz4DB .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sqxfCfz4DB .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sqxfCfz4DB .modal-sm {
    max-width: 300px;
  }
  .cid-sqxfCfz4DB .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sqxfCfz4DB .modal-lg,
  .cid-sqxfCfz4DB .modal-xl {
    max-width: 800px;
  }
  .cid-sqxfCfz4DB .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sqxfCfz4DB .modal-xl {
    max-width: 1140px;
  }
  .cid-sqxfCfz4DB .container {
    max-width: 1140px;
  }
}
.cid-sqxfCfz4DB .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sqxfCfz4DB .container {
    max-width: 720px;
  }
}
.cid-sqxfCfz4DB .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sqxfCfz4DB .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-sqxfCfz4DB .form-group {
  margin-bottom: 1rem;
}
.cid-sqxfCfz4DB .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sqxfCfz4DB .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sqxfCfz4DB .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-sqxfCfz4DB LABEL {
  color: #ffffff;
}
.cid-sqxfCg1Bye.popup-builder {
  background-color: #ffffff;
}
.cid-sqxfCg1Bye.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sqxfCg1Bye.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sqxfCg1Bye .modal-content,
.cid-sqxfCg1Bye .modal-dialog {
  height: auto;
}
.cid-sqxfCg1Bye .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sqxfCg1Bye .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sqxfCg1Bye .form-wrapper .mbr-form .form-group,
  .cid-sqxfCg1Bye .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sqxfCg1Bye .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sqxfCg1Bye .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-sqxfCg1Bye .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-sqxfCg1Bye .pt-0 {
  padding-top: 0 !important;
}
.cid-sqxfCg1Bye .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sqxfCg1Bye .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sqxfCg1Bye .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sqxfCg1Bye .modal-open {
  overflow: hidden;
}
.cid-sqxfCg1Bye .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sqxfCg1Bye .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sqxfCg1Bye .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sqxfCg1Bye .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-sqxfCg1Bye .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sqxfCg1Bye .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sqxfCg1Bye .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sqxfCg1Bye .modal-content {
  background: #232323;
  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-sqxfCg1Bye .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sqxfCg1Bye .modal-backdrop.fade {
  opacity: 0;
}
.cid-sqxfCg1Bye .modal-backdrop.show {
  opacity: .5;
}
.cid-sqxfCg1Bye .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sqxfCg1Bye .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sqxfCg1Bye .modal-header .close:hover {
  opacity: 1;
}
.cid-sqxfCg1Bye .modal-header .close:focus {
  outline: none;
}
.cid-sqxfCg1Bye .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-sqxfCg1Bye .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sqxfCg1Bye .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sqxfCg1Bye .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sqxfCg1Bye .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sqxfCg1Bye .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sqxfCg1Bye .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sqxfCg1Bye .modal-sm {
    max-width: 300px;
  }
  .cid-sqxfCg1Bye .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sqxfCg1Bye .modal-lg,
  .cid-sqxfCg1Bye .modal-xl {
    max-width: 800px;
  }
  .cid-sqxfCg1Bye .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sqxfCg1Bye .modal-xl {
    max-width: 1140px;
  }
  .cid-sqxfCg1Bye .container {
    max-width: 1140px;
  }
}
.cid-sqxfCg1Bye .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sqxfCg1Bye .container {
    max-width: 720px;
  }
}
.cid-sqxfCg1Bye .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sqxfCg1Bye .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-sqxfCg1Bye .form-group {
  margin-bottom: 1rem;
}
.cid-sqxfCg1Bye .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sqxfCg1Bye .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sqxfCg1Bye .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-sqxfCg1Bye LABEL {
  color: #ffffff;
}
.cid-sqxfCgseDl.popup-builder {
  background-color: #ffffff;
}
.cid-sqxfCgseDl.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sqxfCgseDl.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sqxfCgseDl .modal-content,
.cid-sqxfCgseDl .modal-dialog {
  height: auto;
}
.cid-sqxfCgseDl .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sqxfCgseDl .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sqxfCgseDl .form-wrapper .mbr-form .form-group,
  .cid-sqxfCgseDl .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sqxfCgseDl .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sqxfCgseDl .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-sqxfCgseDl .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-sqxfCgseDl .pt-0 {
  padding-top: 0 !important;
}
.cid-sqxfCgseDl .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sqxfCgseDl .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sqxfCgseDl .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sqxfCgseDl .modal-open {
  overflow: hidden;
}
.cid-sqxfCgseDl .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sqxfCgseDl .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sqxfCgseDl .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sqxfCgseDl .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-sqxfCgseDl .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sqxfCgseDl .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sqxfCgseDl .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sqxfCgseDl .modal-content {
  background: #232323;
  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-sqxfCgseDl .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sqxfCgseDl .modal-backdrop.fade {
  opacity: 0;
}
.cid-sqxfCgseDl .modal-backdrop.show {
  opacity: .5;
}
.cid-sqxfCgseDl .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sqxfCgseDl .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sqxfCgseDl .modal-header .close:hover {
  opacity: 1;
}
.cid-sqxfCgseDl .modal-header .close:focus {
  outline: none;
}
.cid-sqxfCgseDl .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-sqxfCgseDl .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sqxfCgseDl .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sqxfCgseDl .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sqxfCgseDl .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sqxfCgseDl .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sqxfCgseDl .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sqxfCgseDl .modal-sm {
    max-width: 300px;
  }
  .cid-sqxfCgseDl .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sqxfCgseDl .modal-lg,
  .cid-sqxfCgseDl .modal-xl {
    max-width: 800px;
  }
  .cid-sqxfCgseDl .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sqxfCgseDl .modal-xl {
    max-width: 1140px;
  }
  .cid-sqxfCgseDl .container {
    max-width: 1140px;
  }
}
.cid-sqxfCgseDl .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sqxfCgseDl .container {
    max-width: 720px;
  }
}
.cid-sqxfCgseDl .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sqxfCgseDl .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-sqxfCgseDl .form-group {
  margin-bottom: 1rem;
}
.cid-sqxfCgseDl .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sqxfCgseDl .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sqxfCgseDl .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-sqxfCgseDl LABEL {
  color: #ffffff;
}
.cid-sqxfCgXSXR.popup-builder {
  background-color: #ffffff;
}
.cid-sqxfCgXSXR.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sqxfCgXSXR.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sqxfCgXSXR .modal-content,
.cid-sqxfCgXSXR .modal-dialog {
  height: auto;
}
.cid-sqxfCgXSXR .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sqxfCgXSXR .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sqxfCgXSXR .form-wrapper .mbr-form .form-group,
  .cid-sqxfCgXSXR .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sqxfCgXSXR .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sqxfCgXSXR .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-sqxfCgXSXR .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-sqxfCgXSXR .pt-0 {
  padding-top: 0 !important;
}
.cid-sqxfCgXSXR .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sqxfCgXSXR .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sqxfCgXSXR .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sqxfCgXSXR .modal-open {
  overflow: hidden;
}
.cid-sqxfCgXSXR .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sqxfCgXSXR .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sqxfCgXSXR .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sqxfCgXSXR .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-sqxfCgXSXR .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sqxfCgXSXR .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sqxfCgXSXR .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sqxfCgXSXR .modal-content {
  background: #232323;
  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-sqxfCgXSXR .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sqxfCgXSXR .modal-backdrop.fade {
  opacity: 0;
}
.cid-sqxfCgXSXR .modal-backdrop.show {
  opacity: .5;
}
.cid-sqxfCgXSXR .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sqxfCgXSXR .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sqxfCgXSXR .modal-header .close:hover {
  opacity: 1;
}
.cid-sqxfCgXSXR .modal-header .close:focus {
  outline: none;
}
.cid-sqxfCgXSXR .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-sqxfCgXSXR .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sqxfCgXSXR .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sqxfCgXSXR .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sqxfCgXSXR .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sqxfCgXSXR .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sqxfCgXSXR .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sqxfCgXSXR .modal-sm {
    max-width: 300px;
  }
  .cid-sqxfCgXSXR .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sqxfCgXSXR .modal-lg,
  .cid-sqxfCgXSXR .modal-xl {
    max-width: 800px;
  }
  .cid-sqxfCgXSXR .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sqxfCgXSXR .modal-xl {
    max-width: 1140px;
  }
  .cid-sqxfCgXSXR .container {
    max-width: 1140px;
  }
}
.cid-sqxfCgXSXR .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sqxfCgXSXR .container {
    max-width: 720px;
  }
}
.cid-sqxfCgXSXR .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sqxfCgXSXR .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-sqxfCgXSXR .form-group {
  margin-bottom: 1rem;
}
.cid-sqxfCgXSXR .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sqxfCgXSXR .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sqxfCgXSXR .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-sqxfChm5QD.popup-builder {
  background-color: #ffffff;
}
.cid-sqxfChm5QD.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sqxfChm5QD.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sqxfChm5QD .modal-content,
.cid-sqxfChm5QD .modal-dialog {
  height: auto;
}
.cid-sqxfChm5QD .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sqxfChm5QD .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sqxfChm5QD .form-wrapper .mbr-form .form-group,
  .cid-sqxfChm5QD .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sqxfChm5QD .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sqxfChm5QD .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-sqxfChm5QD .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-sqxfChm5QD .pt-0 {
  padding-top: 0 !important;
}
.cid-sqxfChm5QD .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sqxfChm5QD .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sqxfChm5QD .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sqxfChm5QD .modal-open {
  overflow: hidden;
}
.cid-sqxfChm5QD .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sqxfChm5QD .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sqxfChm5QD .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sqxfChm5QD .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-sqxfChm5QD .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sqxfChm5QD .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sqxfChm5QD .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sqxfChm5QD .modal-content {
  background: #232323;
  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-sqxfChm5QD .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sqxfChm5QD .modal-backdrop.fade {
  opacity: 0;
}
.cid-sqxfChm5QD .modal-backdrop.show {
  opacity: .5;
}
.cid-sqxfChm5QD .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sqxfChm5QD .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sqxfChm5QD .modal-header .close:hover {
  opacity: 1;
}
.cid-sqxfChm5QD .modal-header .close:focus {
  outline: none;
}
.cid-sqxfChm5QD .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-sqxfChm5QD .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sqxfChm5QD .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sqxfChm5QD .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sqxfChm5QD .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sqxfChm5QD .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sqxfChm5QD .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sqxfChm5QD .modal-sm {
    max-width: 300px;
  }
  .cid-sqxfChm5QD .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sqxfChm5QD .modal-lg,
  .cid-sqxfChm5QD .modal-xl {
    max-width: 800px;
  }
  .cid-sqxfChm5QD .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sqxfChm5QD .modal-xl {
    max-width: 1140px;
  }
  .cid-sqxfChm5QD .container {
    max-width: 1140px;
  }
}
.cid-sqxfChm5QD .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sqxfChm5QD .container {
    max-width: 720px;
  }
}
.cid-sqxfChm5QD .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sqxfChm5QD .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-sqxfChm5QD .form-group {
  margin-bottom: 1rem;
}
.cid-sqxfChm5QD .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sqxfChm5QD .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sqxfChm5QD .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-sqxfChm5QD LABEL {
  color: #ffffff;
}
.cid-sqxfChMQrv.popup-builder {
  background-color: #ffffff;
}
.cid-sqxfChMQrv.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sqxfChMQrv.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sqxfChMQrv .modal-content,
.cid-sqxfChMQrv .modal-dialog {
  height: auto;
}
.cid-sqxfChMQrv .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sqxfChMQrv .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sqxfChMQrv .form-wrapper .mbr-form .form-group,
  .cid-sqxfChMQrv .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sqxfChMQrv .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sqxfChMQrv .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-sqxfChMQrv .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-sqxfChMQrv .pt-0 {
  padding-top: 0 !important;
}
.cid-sqxfChMQrv .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sqxfChMQrv .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sqxfChMQrv .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sqxfChMQrv .modal-open {
  overflow: hidden;
}
.cid-sqxfChMQrv .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sqxfChMQrv .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sqxfChMQrv .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sqxfChMQrv .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-sqxfChMQrv .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sqxfChMQrv .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sqxfChMQrv .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sqxfChMQrv .modal-content {
  background: #232323;
  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-sqxfChMQrv .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sqxfChMQrv .modal-backdrop.fade {
  opacity: 0;
}
.cid-sqxfChMQrv .modal-backdrop.show {
  opacity: .5;
}
.cid-sqxfChMQrv .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sqxfChMQrv .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sqxfChMQrv .modal-header .close:hover {
  opacity: 1;
}
.cid-sqxfChMQrv .modal-header .close:focus {
  outline: none;
}
.cid-sqxfChMQrv .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-sqxfChMQrv .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sqxfChMQrv .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sqxfChMQrv .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sqxfChMQrv .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sqxfChMQrv .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sqxfChMQrv .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sqxfChMQrv .modal-sm {
    max-width: 300px;
  }
  .cid-sqxfChMQrv .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sqxfChMQrv .modal-lg,
  .cid-sqxfChMQrv .modal-xl {
    max-width: 800px;
  }
  .cid-sqxfChMQrv .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sqxfChMQrv .modal-xl {
    max-width: 1140px;
  }
  .cid-sqxfChMQrv .container {
    max-width: 1140px;
  }
}
.cid-sqxfChMQrv .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sqxfChMQrv .container {
    max-width: 720px;
  }
}
.cid-sqxfChMQrv .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sqxfChMQrv .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-sqxfChMQrv .form-group {
  margin-bottom: 1rem;
}
.cid-sqxfChMQrv .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sqxfChMQrv .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sqxfChMQrv .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-sqxbI5fMQe .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: left !important;
  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-sqxbI5fMQe .btn {
  white-space: nowrap;
}
.cid-sqxbI5fMQe .nav-link,
.cid-sqxbI5fMQe .icons-menu .mbr-iconfont,
.cid-sqxbI5fMQe .dropdown-item {
  transition: all 0.1s;
  margin: 0px 0px 0px 15px;
  text-align: left !important;
}
.cid-sqxbI5fMQe .nav-link:hover,
.cid-sqxbI5fMQe .icons-menu .mbr-iconfont:hover,
.cid-sqxbI5fMQe .dropdown-item:hover {
  color: #fc5130 !important;
}
@media (max-width: 992px) {
  .cid-sqxbI5fMQe .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-sqxbI5fMQe .container {
  display: flex;
  margin: auto;
}
.cid-sqxbI5fMQe .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #191919;
  background: none;
}
.cid-sqxbI5fMQe .navbar.opened {
  transition: all .3s;
}
.cid-sqxbI5fMQe .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sqxbI5fMQe .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-sqxbI5fMQe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sqxbI5fMQe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sqxbI5fMQe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.8rem);
  }
}
.cid-sqxbI5fMQe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sqxbI5fMQe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sqxbI5fMQe .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-sqxbI5fMQe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sqxbI5fMQe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sqxbI5fMQe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sqxbI5fMQe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sqxbI5fMQe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sqxbI5fMQe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sqxbI5fMQe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sqxbI5fMQe .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-sqxbI5fMQe .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sqxbI5fMQe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sqxbI5fMQe .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sqxbI5fMQe .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-sqxbI5fMQe .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sqxbI5fMQe .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sqxbI5fMQe .navbar.navbar-short {
  background: #191919 !important;
  min-height: 60px;
  border-bottom: 2px solid rgba(255, 0, 0, 0.5);
  opacity: 0.9;
}
.cid-sqxbI5fMQe .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sqxbI5fMQe .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sqxbI5fMQe .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
  opacity: 0.8;
  -webkit-border-radius: 0px 0px 20px 20px;
  -moz-border-radius: 0px 0px 20px 20px;
  border-radius: 0px 0px 20px 20px;
}
.cid-sqxbI5fMQe .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-sqxbI5fMQe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sqxbI5fMQe .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sqxbI5fMQe .navbar-caption {
  padding-right: 4rem;
}
.cid-sqxbI5fMQe .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-sqxbI5fMQe .dropdown-menu,
.cid-sqxbI5fMQe .navbar.opened {
  background: #191919 !important;
}
.cid-sqxbI5fMQe .nav-item:focus,
.cid-sqxbI5fMQe .nav-link:focus {
  outline: none;
}
.cid-sqxbI5fMQe .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-sqxbI5fMQe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sqxbI5fMQe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sqxbI5fMQe .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-sqxbI5fMQe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sqxbI5fMQe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-sqxbI5fMQe .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-sqxbI5fMQe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sqxbI5fMQe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sqxbI5fMQe .dropdown-item.active,
.cid-sqxbI5fMQe .dropdown-item:active {
  background-color: transparent;
}
.cid-sqxbI5fMQe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sqxbI5fMQe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sqxbI5fMQe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sqxbI5fMQe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #191919;
}
.cid-sqxbI5fMQe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sqxbI5fMQe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sqxbI5fMQe ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sqxbI5fMQe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sqxbI5fMQe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sqxbI5fMQe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sqxbI5fMQe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sqxbI5fMQe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sqxbI5fMQe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sqxbI5fMQe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sqxbI5fMQe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sqxbI5fMQe nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sqxbI5fMQe nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sqxbI5fMQe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sqxbI5fMQe .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sqxbI5fMQe a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sqxbI5fMQe .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-sqxbI5fMQe .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sqxbI5fMQe .navbar {
    height: 77px;
  }
  .cid-sqxbI5fMQe .navbar.opened {
    height: auto;
  }
  .cid-sqxbI5fMQe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sqxbI5fMQe .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-sqxbI5JsnV {
  padding-top: 225px;
  padding-bottom: 90px;
}
.cid-sqxbI5JsnV H1 {
  color: #e2090d;
}
.cid-sqxbI5JsnV h1 {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-sqxbI5JsnV .mbr-text,
.cid-sqxbI5JsnV .mbr-section-btn {
  color: #999999;
}
.cid-sqxcI8sQtA {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #191919;
  overflow: hidden;
}
.cid-sqxcI8sQtA .mbr-shop {
  display: inline-block;
  width: 100%;
}
.cid-sqxcI8sQtA .container {
  padding: 0rem 0.5rem;
}
.cid-sqxcI8sQtA .sidebar {
  display: flex;
  flex-direction: column;
  order: -1;
  padding-bottom: 1.5rem;
  margin: 0;
}
.cid-sqxcI8sQtA .sidebar-categories .sidebar-title {
  display: none;
}
@media (min-width: 1200px) {
  .cid-sqxcI8sQtA .col-xl-3 {
    -ms-flex: 0 0 28%;
    flex: 0 0 28%;
    max-width: 28%;
  }
  .cid-sqxcI8sQtA .col-xl-9 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-sqxcI8sQtA .mbr-shop__row {
  margin: 0;
  display: flex;
  flex-direction: column;
}
.cid-sqxcI8sQtA .mbr-gallery-item {
  margin-bottom: 1rem;
}
.cid-sqxcI8sQtA .mbr-gallery-item .sidebar_wraper .mbr-section-btn {
  text-align: left;
}
.cid-sqxcI8sQtA .mbr-gallery-item .sidebar_wraper .item-title {
  text-align: left;
  padding-bottom: .5rem;
}
.cid-sqxcI8sQtA .mbr-gallery-item .sidebar_wraper .item-subtitle {
  text-align: left;
}
.cid-sqxcI8sQtA .mbr-gallery-item .sidebar_wraper .price-block {
  text-align: left;
}
.cid-sqxcI8sQtA .shop-items .price-block {
  position: relative;
}
.cid-sqxcI8sQtA .shop-items .price-block:before {
  content: '';
  position: absolute;
  left: 50%;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -9px;
  width: 150px;
  height: 1px;
  background: #ffffff;
}
@media (min-width: 767px) {
  .cid-sqxcI8sQtA .mbr-gallery-filter ul {
    display: flex!important;
    width: max-content;
  }
}
.cid-sqxcI8sQtA .mbr-gallery-filter ul li {
  padding: 6px 30px 6px 2px!important;
}
.cid-sqxcI8sQtA .categories {
  padding: 0;
}
.cid-sqxcI8sQtA .mbr-gallery-filter ul li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 22px;
  top: 50%;
  background: #ffffff !important;
  transform: rotate(35deg) translateY(-59%);
}
.cid-sqxcI8sQtA .filter-by-d .btn {
  background: transparent!important;
  border: none!important;
  color: black!important;
}
.cid-sqxcI8sQtA .filter-by-d .btn:hover,
.cid-sqxcI8sQtA .filter-by-d .btn:active {
  background: transparent!important;
  color: black!important;
}
.cid-sqxcI8sQtA .filter-by-d .btn:before {
  content: "\e972";
  font-family: Moririse2;
  padding-right: 12px;
}
.cid-sqxcI8sQtA .filter-by-pu {
  opacity: 0;
  background: rgba(0, 0, 0, 0.6);
  margin-right: 27px!important;
  border-bottom: 1px solid #373329;
}
.cid-sqxcI8sQtA .filter-by-pu:hover {
  background: rgba(0, 0, 0, 0.8);
}
.cid-sqxcI8sQtA .filter-by-pu .btn {
  color: white!important;
  border: none;
  background: transparent!important;
}
.cid-sqxcI8sQtA .filter-by-pu .btn:hover,
.cid-sqxcI8sQtA .filter-by-pu .btn:active {
  background: transparent!important;
  color: white!important;
}
.cid-sqxcI8sQtA .filter-by-pd .btn {
  color: white!important;
  border: none;
  background: transparent!important;
}
.cid-sqxcI8sQtA .filter-by-pd .btn:hover,
.cid-sqxcI8sQtA .filter-by-pd .btn:active {
  background: transparent!important;
  color: white!important;
  border: none;
}
.cid-sqxcI8sQtA .filter-by-pd {
  opacity: 0;
  background: rgba(0, 0, 0, 0.6);
  margin-right: 27px!important;
}
.cid-sqxcI8sQtA .filter-by-pd:hover {
  background: rgba(0, 0, 0, 0.8);
}
.cid-sqxcI8sQtA .col-md-12 .sort-buttons {
  position: absolute;
  z-index: 100;
  right: 0px;
  top: 25px;
  height: 58px;
  width: 230px;
}
.cid-sqxcI8sQtA .col-md-12 .sort-buttons:hover {
  z-index: 100;
  height: 160px;
}
.cid-sqxcI8sQtA .col-md-12 .sort-buttons:hover .filter-by-pu {
  opacity: 1;
}
.cid-sqxcI8sQtA .col-md-12 .sort-buttons:hover .filter-by-pd {
  opacity: 1;
}
.cid-sqxcI8sQtA .col-md-12 .sort-buttons {
  top: -40px;
}
.cid-sqxcI8sQtA .flex-row-reverse {
  flex-direction: column-reverse !important;
}
.cid-sqxcI8sQtA .flex-row-reverse .wrapper-shop-items {
  margin-top: 6rem;
}
@media (max-width: 992px) {
  .cid-sqxcI8sQtA .col-md-12 .sort-buttons {
    top: -10px !important;
  }
}
@media (max-width: 767px) {
  .cid-sqxcI8sQtA .mbr-gallery-filter ul li:not(:last-child):after {
    content: none;
  }
  .cid-sqxcI8sQtA .mbr-shop .image-modal {
    text-align: center;
  }
  .cid-sqxcI8sQtA .mbr-shop .image-modal img {
    max-height: 50vh;
    width: auto;
    max-width: 100%;
  }
  .cid-sqxcI8sQtA .mbr-shop .shopItemsModal {
    top: 15%;
    bottom: 70px;
    left: 10%;
    width: 80%;
  }
  .cid-sqxcI8sQtA .mbr-shop .shopItemsModal .image-modal {
    padding-right: 0;
  }
  .cid-sqxcI8sQtA .mbr-shop .sidebar-background:after {
    top: -1%;
  }
  .cid-sqxcI8sQtA .col-md-12 .sort-buttons {
    position: relative;
    height: 200px;
    width: fit-content;
    right: 0px!important;
  }
  .cid-sqxcI8sQtA .col-md-12 .sort-buttons:hover {
    height: 200px;
  }
  .cid-sqxcI8sQtA .col-md-12 .sort-buttons .filter-by-pu,
  .cid-sqxcI8sQtA .col-md-12 .sort-buttons .filter-by-pd {
    opacity: 1;
    margin: 0!important;
  }
  .cid-sqxcI8sQtA .sort-buttons {
    align-items: center!important;
  }
}
@media (max-width: 1200px) {
  .cid-sqxcI8sQtA .col-md-12 .sort-buttons {
    right: 12px;
  }
  .cid-sqxcI8sQtA .mbr-shop .sort-buttons {
    text-align: center;
    margin-right: 0 !important;
  }
}
.cid-sqxcI8sQtA .mbr-shop .btn-sm {
  margin: 0.2rem;
}
.cid-sqxcI8sQtA .sidebar-background:after {
  background-color: #ffffff !important;
  opacity: 0.8;
}
.cid-sqxcI8sQtA .sidebar_wraper {
  background-color: #ffffff !important;
  opacity: 0.8;
}
.cid-sqxcI8sQtA .oldprice {
  padding-left: .8rem!important;
  color: #767676;
  text-decoration: line-through;
}
.cid-sqxcI8sQtA .shopItemsModal_wraper {
  left: 0;
}
.cid-sqxcI8sQtA .mbr-shop .shoppingcart-icons {
  z-index: 105 !important;
}
.cid-sqxcI8sQtA .mbr-shop .galleryItem .sidebar_wraper {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.cid-sqxcI8sQtA .mbr-shop .shop-title {
  margin-bottom: 18px;
  padding-left: 25px;
  padding-right: 25px;
  display: inline-block;
  max-width: 80%;
}
.cid-sqxcI8sQtA .mbr-shop .sidebar-title {
  line-height: 25px;
}
.cid-sqxcI8sQtA .mbr-shop .shopItemsModal_wraper {
  position: fixed;
  display: none;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(87, 87, 87, 0.4);
  top: 0;
  cursor: pointer;
  z-index: 1040;
}
.cid-sqxcI8sQtA .mbr-shop .card-description {
  cursor: text;
  display: none;
}
.cid-sqxcI8sQtA .mbr-shop .image-modal {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.cid-sqxcI8sQtA .mbr-shop .image-modal img {
  max-width: 100%;
  max-height: 75vh;
}
.cid-sqxcI8sQtA .mbr-shop .hide-modal {
  display: none;
}
.cid-sqxcI8sQtA .mbr-shop .shopItemsModal {
  cursor: default;
  padding: 50px;
  width: 1000px;
  max-width: 100%;
  background-color: #ffffff;
  z-index: 2000;
  overflow: auto;
  position: fixed;
}
.cid-sqxcI8sQtA .mbr-shop .shopItemsModal p {
  margin-bottom: 0;
}
.cid-sqxcI8sQtA .mbr-shop .shopItemsModal ul {
  margin-bottom: 0;
}
.cid-sqxcI8sQtA .mbr-shop .shopItemsModal .card-description {
  display: block;
  width: 100%;
}
.cid-sqxcI8sQtA .mbr-shop .shopItemsModal .close-modal {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.cid-sqxcI8sQtA .mbr-shop .shopItemsModal .close-modal:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-sqxcI8sQtA .mbr-shop .test-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.cid-sqxcI8sQtA .mbr-shop .filter-by-pu,
.cid-sqxcI8sQtA .mbr-shop .filter-by-pd,
.cid-sqxcI8sQtA .mbr-shop .filter-by-d {
  display: inline-block;
  margin-right: 3px;
}
.cid-sqxcI8sQtA .mbr-shop .sort-buttons {
  padding-bottom: 0rem;
  margin-right: 13px;
  text-align: right;
}
.cid-sqxcI8sQtA .mbr-shop .galleryItem:before {
  width: 0 !important;
  height: 0 !important;
}
.cid-sqxcI8sQtA .mbr-shop .modal-dialog {
  max-width: 700px;
}
.cid-sqxcI8sQtA .mbr-shop .mbr-gallery-item {
  left: 0 !important;
  top: 0 !important;
  vertical-align: top;
  position: relative !important;
  -webkit-transform: none !important;
  transform: none !important;
  padding: 10px;
}
.cid-sqxcI8sQtA .mbr-shop .galleryItem h4,
.cid-sqxcI8sQtA .mbr-shop .carousel-item h4 {
  font-style: normal;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
  margin-bottom: 0.3rem;
  padding-top: 15px;
  transition: color 0.5s;
}
.cid-sqxcI8sQtA .mbr-shop .galleryItem h5,
.cid-sqxcI8sQtA .mbr-shop .carousel-item h5 {
  font-style: italic;
  font-weight: 400;
  line-height: 22.36px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
}
.cid-sqxcI8sQtA .mbr-shop .galleryItem p,
.cid-sqxcI8sQtA .mbr-shop .carousel-item p {
  font-style: italic;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0px;
  text-align: center;
  display: inline;
}
.cid-sqxcI8sQtA .mbr-shop .item-button {
  text-align: center;
}
.cid-sqxcI8sQtA .mbr-shop .modalButton {
  display: inline-block;
  float: right;
  margin-right: 10px;
}
.cid-sqxcI8sQtA .mbr-shop .modalButton.btn-success {
  right: 15%;
}
.cid-sqxcI8sQtA .mbr-shop .sidebar {
  margin-top: 30px;
  position: relative;
}
.cid-sqxcI8sQtA .mbr-shop .sidebar-block {
  position: relative;
}
.cid-sqxcI8sQtA .mbr-shop .sidebar-background:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 102%;
  background-color: rgba(0, 0, 0, 0.05);
  top: -20px;
  right: 3px;
}
.cid-sqxcI8sQtA .mbr-shop .bestsellers {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  margin-bottom: 20px;
}
.cid-sqxcI8sQtA .mbr-shop .bestsellers .onsale {
  top: -15px;
}
.cid-sqxcI8sQtA .mbr-shop .bestsellers .price-block {
  padding-top: 5px;
  text-align: left;
  line-height: 1;
}
.cid-sqxcI8sQtA .mbr-shop .bestsellers .mbr-gallery-item {
  width: 100%;
}
.cid-sqxcI8sQtA .mbr-shop .bestsellers .mbr-gallery-item img {
  width: 80px;
  float: left;
  margin-right: 20px;
}
.cid-sqxcI8sQtA .mbr-shop .bestsellers .mbr-gallery-item h4 {
  text-align: left;
  padding-bottom: 5px;
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-sqxcI8sQtA .mbr-shop .bestsellers .mbr-gallery-item h5 {
  text-align: left;
  display: none;
}
.cid-sqxcI8sQtA .mbr-shop .bestsellers .mbr-gallery-item p {
  text-align: left;
}
.cid-sqxcI8sQtA .mbr-shop .bestsellers .btn {
  display: none;
}
.cid-sqxcI8sQtA .mbr-shop .bestsellers-img {
  display: inline-block;
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.cid-sqxcI8sQtA .mbr-shop .bestsellers-title {
  display: inline-block;
}
.cid-sqxcI8sQtA .mbr-shop .onsale {
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  transition: color .3s ease;
  text-align: center;
  z-index: 95;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  background: #e2090d;
  color: #ffffff;
  border-radius: 30px;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0px;
}
.cid-sqxcI8sQtA .mbr-shop .mbr-gallery-item__hided {
  display: none;
}
.cid-sqxcI8sQtA .mbr-shop .mbr-gallery-item__hided h4,
.cid-sqxcI8sQtA .mbr-shop .mbr-gallery-item__hided h5,
.cid-sqxcI8sQtA .mbr-shop .mbr-gallery-item__hided p {
  display: none;
}
.cid-sqxcI8sQtA .mbr-shop .mbr-gallery-item__hided .btn {
  display: none;
}
.cid-sqxcI8sQtA .mbr-shop .galleryItem .price-block {
  display: block;
  margin-bottom: 8px;
}
.cid-sqxcI8sQtA .mbr-shop .galleryItem .price-block span {
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
}
.cid-sqxcI8sQtA .mbr-shop .mbr-gallery-filter {
  padding-left: 0;
  text-align: left;
  padding-top: 0;
}
.cid-sqxcI8sQtA .mbr-shop .mbr-gallery-filter ul li {
  position: relative;
  padding: 7px 0 4px 25px;
  border-bottom: 1px dotted #d6d6d6;
  margin: 0;
  font-style: normal;
  font-weight: 400;
  line-height: 24.99px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
  direction: ltr;
  border: none;
  display: list-item;
  text-align: left;
  transition: all 0.3s ease-out;
  cursor: pointer;
}
.cid-sqxcI8sQtA .mbr-shop .mbr-gallery-filter ul li.active {
  background-color: transparent;
  font-weight: bold;
}
.cid-sqxcI8sQtA .mbr-shop .range-slider {
  padding-bottom: 25px;
}
.cid-sqxcI8sQtA .mbr-shop .filter-cost {
  display: block;
  vertical-align: middle;
  max-width: 250px;
  text-align: left;
  position: relative;
  margin-bottom: 30px;
}
.cid-sqxcI8sQtA .mbr-shop .filter-cost p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 21px;
  color: #666666;
  font-weight: bold;
}
.cid-sqxcI8sQtA .mbr-shop .price-controls {
  position: relative;
  height: 36px;
  margin-bottom: 30px;
  border: 2px solid #666666;
  border-radius: 2px;
  font-size: 0;
}
.cid-sqxcI8sQtA .mbr-shop .price-controls label {
  display: inline-block;
  width: 50%;
  font-size: 14px;
  line-height: 32px;
  color: #666666;
  font-weight: normal;
  cursor: pointer;
  margin-bottom: 0;
}
.cid-sqxcI8sQtA .mbr-shop .price-controls label.min-price {
  border-right: 2px solid #666666;
}
.cid-sqxcI8sQtA .mbr-shop .price-controls input {
  width: 100%;
  background-color: #ffffff;
  border: none;
  line-height: 31px;
  height: 31px;
  text-align: center;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-sqxcI8sQtA .mbr-shop .range-controls {
  position: relative;
}
.cid-sqxcI8sQtA .mbr-shop .range-controls .scale {
  width: 100%;
  height: 2px;
  background-color: rgba(190, 190, 190, 0.3);
}
.cid-sqxcI8sQtA .mbr-shop .range-controls .bar {
  margin-left: 0;
  width: 100%;
  height: 2px;
  background-color: #666666;
}
.cid-sqxcI8sQtA .mbr-shop .toggle {
  position: absolute;
  top: -9px;
  width: 4px;
  height: 4px;
  border: 8px solid #666666;
  border-radius: 100%;
  box-sizing: content-box;
  background-color: #ababab;
  cursor: pointer;
}
.cid-sqxcI8sQtA .mbr-shop .toggle:hover,
.cid-sqxcI8sQtA .mbr-shop .toggle:active {
  background-color: #c0a375;
}
.cid-sqxcI8sQtA .mbr-shop .min-toggle {
  left: 0;
}
.cid-sqxcI8sQtA .mbr-shop .max-toggle {
  right: 0;
}
.cid-sqxcI8sQtA .mbr-shop .hided-by-price {
  display: none;
}
.cid-sqxcI8sQtA .mbr-shop .text-modal {
  padding-right: 30px;
  padding-left: 30px;
}
.cid-sqxcI8sQtA .mbr-shop .text-modal .item-button {
  text-align: left !important;
}
.cid-sqxcI8sQtA .mbr-shop .text-modal .price-block {
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-sqxcI8sQtA .mbr-shop .text-modal .price-block p {
  display: inline;
}
.cid-sqxcI8sQtA .mbr-shop .text-modal .price-block span {
  display: inline-block;
  font-weight: 700;
  padding: 10px 0 20px 0;
}
.cid-sqxcI8sQtA .mbr-shop .text-modal .card-description {
  padding-top: 20px;
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 50px;
}
.cid-sqxcI8sQtA .mbr-shop .modal-control-panel {
  padding-right: 0;
}
.cid-sqxcI8sQtA .mbr-shop .modal-cb {
  display: inline-block;
  float: right;
  margin-right: 10px;
  margin-left: 10px;
}
.cid-sqxcI8sQtA .mbr-shop .shopItemsModalBg {
  width: 100%;
  height: 100%;
}
.cid-sqxcI8sQtA .mbr-shop .close-modal-wrapper {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
}
.cid-sqxcI8sQtA .mbr-shop .close-modal-wrapper:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 3px;
  background-color: #cccccc;
  top: 50%;
  right: 5%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-sqxcI8sQtA .mbr-shop .close-modal-wrapper:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 40px;
  background-color: #cccccc;
  right: 50%;
  top: 5%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-sqxcI8sQtA .mbr-shop .closeModal {
  position: absolute;
  top: 10px;
  right: 10px;
}
.cid-sqxcI8sQtA .mbr-shop .shopItemsModal .sidebar_wraper {
  text-align: left;
}
.cid-sqxcI8sQtA .mbr-shop .shopItemsModal .onsale {
  top: 10px;
  right: 10px;
  border: 1px solid #e7e7e7;
}
.cid-sqxcI8sQtA .mbr-shop .shop-items .onsale,
.cid-sqxcI8sQtA .mbr-shop .bestseller-block .onsale {
  font-size: 15px !important;
}
.cid-sqxcI8sQtA .mbr-shop .item_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: transparent;
}
.cid-sqxcI8sQtA .mbr-shop .style_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cid-sqxcI8sQtA .mbr-shop .price-range {
  display: inline-block;
}
.cid-sqxcI8sQtA .mbr-shop .price-range-reset {
  display: inline-block;
}
.cid-sqxcI8sQtA .mbr-shop .bestsellers .item-button {
  display: none !important;
}
.cid-sqxcI8sQtA .mbr-shop .range-slider h4 {
  margin-bottom: 15px;
}
.cid-sqxcI8sQtA .mbr-shop .mbr-gallery-filter ul {
  padding-left: 0px;
  display: inline-block;
  list-style: none;
  margin-bottom: 0px;
}
.cid-sqxcI8sQtA .mbr-shop .categories:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 767px) and (max-width: 1100px) {
  .cid-sqxcI8sQtA .mbr-shop .col-md-9 {
    width: 100%;
  }
  .cid-sqxcI8sQtA .mbr-shop .col-md-3 {
    width: 100%;
  }
  .cid-sqxcI8sQtA .mbr-shop .sidebar-background:after {
    top: 0;
  }
  .cid-sqxcI8sQtA .mbr-shop .bestseller-block {
    width: 100%;
    margin: 0;
    display: inline-block;
    float: left;
    padding-top: 15px;
  }
  .cid-sqxcI8sQtA .mbr-shop .range-slider {
    width: 49%;
    margin: 0;
    display: inline-block;
    float: right;
    padding-top: 15px;
  }
  .cid-sqxcI8sQtA .mbr-shop .bestsellers {
    width: 100%;
  }
  .cid-sqxcI8sQtA .mbr-shop .bestsellers .mbr-gallery-item {
    width: 49%;
    display: inline-block;
  }
  .cid-sqxcI8sQtA .mbr-shop .sidebar-categories {
    width: 49%;
    margin: 0;
    display: inline-block;
    padding-top: 0px;
  }
  .cid-sqxcI8sQtA .mbr-shop .price-range {
    max-width: 250px;
    text-align: center;
  }
  .cid-sqxcI8sQtA .clearfix:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sqxcI8sQtA .mbr-shop .mbr-gallery-item {
    width: 33%;
  }
}
@media (max-width: 500px) {
  .cid-sqxcI8sQtA .mbr-shop .shopItemsModal {
    padding: 50px 10px 10px 10px;
  }
  .cid-sqxcI8sQtA .mbr-shop .shop-title {
    max-width: 100%;
  }
  .cid-sqxcI8sQtA .mbr-shop .mbr-gallery-item {
    width: 100%;
  }
}
@media (max-width: 1100px) {
  .cid-sqxcI8sQtA .mbr-shop .shopItemsModal {
    max-height: 85vh;
    width: 90%;
    left: 5%;
    margin-left: 0;
  }
  .cid-sqxcI8sQtA .mbr-shop .sort-buttons {
    margin-right: 21px;
  }
  .cid-sqxcI8sQtA .mbr-shop .sidebar-background:after {
    right: 0;
    width: 100%;
  }
  .cid-sqxcI8sQtA .mbr-shop .text-modal .card-description {
    width: 100%;
  }
  .cid-sqxcI8sQtA .mbr-shop .text-modal .price-block {
    width: 100%;
  }
  .cid-sqxcI8sQtA .mbr-shop .text-modal h4 {
    padding-top: 30px;
  }
}
.cid-sqxcI8sQtA .shopItemsModal_wraper .mbr-section-btn {
  display: block !important;
}
.cid-sqxcI8sQtA .range-slider .mbr-section-btn {
  margin: 0;
}
.cid-sqxcI8sQtA .range-controls {
  display: block !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sqxcI8sQtA .shopItemsModal.row {
    position: absolute !important;
    top: calc(50% - 300px) !important;
    left: calc(50% - 500px) !important;
  }
}
.cid-sqxcI8sQtA .mbr-gallery-filter li > .btn {
  border: none !important;
  color: currentColor !important;
  padding: 0px;
  background-color: transparent !important;
  margin: 0px !important;
  word-break: inherit;
  box-shadow: none !important;
}
.cid-sqxcI8sQtA .mbr-gallery-filter li > .btn:before,
.cid-sqxcI8sQtA .mbr-gallery-filter li > .btn:after {
  display: none !important;
}
.cid-sqxcI8sQtA li:not(.active) {
  color: #ffffff !important;
}
.cid-sqxcI8sQtA li:not(.active) > .btn {
  font-weight: 400 !important;
}
.cid-sqxbI6cBY3 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #191919;
}
.cid-sqxbI6cBY3 .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-sqxbI6cBY3 .item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.3rem 0;
}
.cid-sqxbI6cBY3 .item p {
  margin: 0;
  padding-left: 0.5rem;
}
.cid-sqxbI6cBY3 .title {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #e2090d;
}
.cid-sqxbI6cBY3 .container {
  max-width: 1400px;
}
.cid-sqxbI6cBY3 li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-sqxbI6cBY3 .time {
  line-height: 2;
}
.cid-sqxbI6cBY3 .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-sqxbI6cBY3 .text-wrap {
  width: 100%;
}
.cid-sqxbI6cBY3 .item-wrap {
  display: inline-block;
}
.cid-sqxbI6cBY3 .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-sqxbI6cBY3 .socicon-wrap .mbr-iconfont {
  font-size: 1.3rem;
  background: linear-gradient(to left, #fc5130, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-sqxbI6cBY3 .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-sqxbI6cBY3 .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sqxbI6cBY3 .socicon-wrap {
    margin: auto;
  }
}
.cid-sqxbI6cBY3 .mbr-text {
  color: #999999;
}
.cid-sqxbI6cBY3 .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-sqxbI6cBY3 .icon-title,
.cid-sqxbI6cBY3 .align-wrap {
  color: #999999;
  width: 100%;
  text-align: center;
}
.cid-sqxbI6cBY3 .item-text,
.cid-sqxbI6cBY3 .item-icon {
  color: #999999;
}
.cid-sqxbI6D4b2.popup-builder {
  background-color: #ffffff;
}
.cid-sqxbI6D4b2.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sqxbI6D4b2.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sqxbI6D4b2 .modal-content,
.cid-sqxbI6D4b2 .modal-dialog {
  height: auto;
}
.cid-sqxbI6D4b2 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sqxbI6D4b2 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sqxbI6D4b2 .form-wrapper .mbr-form .form-group,
  .cid-sqxbI6D4b2 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sqxbI6D4b2 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sqxbI6D4b2 .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-sqxbI6D4b2 .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-sqxbI6D4b2 .pt-0 {
  padding-top: 0 !important;
}
.cid-sqxbI6D4b2 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sqxbI6D4b2 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sqxbI6D4b2 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sqxbI6D4b2 .modal-open {
  overflow: hidden;
}
.cid-sqxbI6D4b2 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sqxbI6D4b2 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sqxbI6D4b2 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sqxbI6D4b2 .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-sqxbI6D4b2 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sqxbI6D4b2 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sqxbI6D4b2 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sqxbI6D4b2 .modal-content {
  background: #232323;
  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-sqxbI6D4b2 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sqxbI6D4b2 .modal-backdrop.fade {
  opacity: 0;
}
.cid-sqxbI6D4b2 .modal-backdrop.show {
  opacity: .5;
}
.cid-sqxbI6D4b2 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sqxbI6D4b2 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sqxbI6D4b2 .modal-header .close:hover {
  opacity: 1;
}
.cid-sqxbI6D4b2 .modal-header .close:focus {
  outline: none;
}
.cid-sqxbI6D4b2 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-sqxbI6D4b2 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sqxbI6D4b2 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sqxbI6D4b2 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sqxbI6D4b2 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sqxbI6D4b2 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sqxbI6D4b2 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sqxbI6D4b2 .modal-sm {
    max-width: 300px;
  }
  .cid-sqxbI6D4b2 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sqxbI6D4b2 .modal-lg,
  .cid-sqxbI6D4b2 .modal-xl {
    max-width: 800px;
  }
  .cid-sqxbI6D4b2 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sqxbI6D4b2 .modal-xl {
    max-width: 1140px;
  }
  .cid-sqxbI6D4b2 .container {
    max-width: 1140px;
  }
}
.cid-sqxbI6D4b2 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sqxbI6D4b2 .container {
    max-width: 720px;
  }
}
.cid-sqxbI6D4b2 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sqxbI6D4b2 .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-sqxbI6D4b2 .form-group {
  margin-bottom: 1rem;
}
.cid-sqxbI6D4b2 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sqxbI6D4b2 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sqxbI6D4b2 .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-sqxbI6D4b2 LABEL {
  color: #ffffff;
}
.cid-sqxbI740Wx.popup-builder {
  background-color: #ffffff;
}
.cid-sqxbI740Wx.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sqxbI740Wx.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sqxbI740Wx .modal-content,
.cid-sqxbI740Wx .modal-dialog {
  height: auto;
}
.cid-sqxbI740Wx .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sqxbI740Wx .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sqxbI740Wx .form-wrapper .mbr-form .form-group,
  .cid-sqxbI740Wx .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sqxbI740Wx .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sqxbI740Wx .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-sqxbI740Wx .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-sqxbI740Wx .pt-0 {
  padding-top: 0 !important;
}
.cid-sqxbI740Wx .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sqxbI740Wx .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sqxbI740Wx .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sqxbI740Wx .modal-open {
  overflow: hidden;
}
.cid-sqxbI740Wx .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sqxbI740Wx .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sqxbI740Wx .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sqxbI740Wx .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-sqxbI740Wx .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sqxbI740Wx .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sqxbI740Wx .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sqxbI740Wx .modal-content {
  background: #232323;
  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-sqxbI740Wx .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sqxbI740Wx .modal-backdrop.fade {
  opacity: 0;
}
.cid-sqxbI740Wx .modal-backdrop.show {
  opacity: .5;
}
.cid-sqxbI740Wx .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sqxbI740Wx .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sqxbI740Wx .modal-header .close:hover {
  opacity: 1;
}
.cid-sqxbI740Wx .modal-header .close:focus {
  outline: none;
}
.cid-sqxbI740Wx .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-sqxbI740Wx .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sqxbI740Wx .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sqxbI740Wx .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sqxbI740Wx .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sqxbI740Wx .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sqxbI740Wx .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sqxbI740Wx .modal-sm {
    max-width: 300px;
  }
  .cid-sqxbI740Wx .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sqxbI740Wx .modal-lg,
  .cid-sqxbI740Wx .modal-xl {
    max-width: 800px;
  }
  .cid-sqxbI740Wx .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sqxbI740Wx .modal-xl {
    max-width: 1140px;
  }
  .cid-sqxbI740Wx .container {
    max-width: 1140px;
  }
}
.cid-sqxbI740Wx .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sqxbI740Wx .container {
    max-width: 720px;
  }
}
.cid-sqxbI740Wx .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sqxbI740Wx .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-sqxbI740Wx .form-group {
  margin-bottom: 1rem;
}
.cid-sqxbI740Wx .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sqxbI740Wx .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sqxbI740Wx .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-sqxbI740Wx LABEL {
  color: #ffffff;
}
.cid-sqxbI7vIrB.popup-builder {
  background-color: #ffffff;
}
.cid-sqxbI7vIrB.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sqxbI7vIrB.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sqxbI7vIrB .modal-content,
.cid-sqxbI7vIrB .modal-dialog {
  height: auto;
}
.cid-sqxbI7vIrB .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sqxbI7vIrB .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sqxbI7vIrB .form-wrapper .mbr-form .form-group,
  .cid-sqxbI7vIrB .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sqxbI7vIrB .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sqxbI7vIrB .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-sqxbI7vIrB .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-sqxbI7vIrB .pt-0 {
  padding-top: 0 !important;
}
.cid-sqxbI7vIrB .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sqxbI7vIrB .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sqxbI7vIrB .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sqxbI7vIrB .modal-open {
  overflow: hidden;
}
.cid-sqxbI7vIrB .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sqxbI7vIrB .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sqxbI7vIrB .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sqxbI7vIrB .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-sqxbI7vIrB .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sqxbI7vIrB .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sqxbI7vIrB .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sqxbI7vIrB .modal-content {
  background: #232323;
  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-sqxbI7vIrB .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sqxbI7vIrB .modal-backdrop.fade {
  opacity: 0;
}
.cid-sqxbI7vIrB .modal-backdrop.show {
  opacity: .5;
}
.cid-sqxbI7vIrB .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sqxbI7vIrB .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sqxbI7vIrB .modal-header .close:hover {
  opacity: 1;
}
.cid-sqxbI7vIrB .modal-header .close:focus {
  outline: none;
}
.cid-sqxbI7vIrB .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-sqxbI7vIrB .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sqxbI7vIrB .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sqxbI7vIrB .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sqxbI7vIrB .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sqxbI7vIrB .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sqxbI7vIrB .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sqxbI7vIrB .modal-sm {
    max-width: 300px;
  }
  .cid-sqxbI7vIrB .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sqxbI7vIrB .modal-lg,
  .cid-sqxbI7vIrB .modal-xl {
    max-width: 800px;
  }
  .cid-sqxbI7vIrB .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sqxbI7vIrB .modal-xl {
    max-width: 1140px;
  }
  .cid-sqxbI7vIrB .container {
    max-width: 1140px;
  }
}
.cid-sqxbI7vIrB .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sqxbI7vIrB .container {
    max-width: 720px;
  }
}
.cid-sqxbI7vIrB .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sqxbI7vIrB .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-sqxbI7vIrB .form-group {
  margin-bottom: 1rem;
}
.cid-sqxbI7vIrB .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sqxbI7vIrB .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sqxbI7vIrB .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-sqxbI7vIrB LABEL {
  color: #ffffff;
}
.cid-sqxbI7UDt2.popup-builder {
  background-color: #ffffff;
}
.cid-sqxbI7UDt2.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sqxbI7UDt2.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sqxbI7UDt2 .modal-content,
.cid-sqxbI7UDt2 .modal-dialog {
  height: auto;
}
.cid-sqxbI7UDt2 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sqxbI7UDt2 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sqxbI7UDt2 .form-wrapper .mbr-form .form-group,
  .cid-sqxbI7UDt2 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sqxbI7UDt2 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sqxbI7UDt2 .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-sqxbI7UDt2 .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-sqxbI7UDt2 .pt-0 {
  padding-top: 0 !important;
}
.cid-sqxbI7UDt2 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sqxbI7UDt2 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sqxbI7UDt2 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sqxbI7UDt2 .modal-open {
  overflow: hidden;
}
.cid-sqxbI7UDt2 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sqxbI7UDt2 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sqxbI7UDt2 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sqxbI7UDt2 .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-sqxbI7UDt2 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sqxbI7UDt2 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sqxbI7UDt2 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sqxbI7UDt2 .modal-content {
  background: #232323;
  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-sqxbI7UDt2 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sqxbI7UDt2 .modal-backdrop.fade {
  opacity: 0;
}
.cid-sqxbI7UDt2 .modal-backdrop.show {
  opacity: .5;
}
.cid-sqxbI7UDt2 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sqxbI7UDt2 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sqxbI7UDt2 .modal-header .close:hover {
  opacity: 1;
}
.cid-sqxbI7UDt2 .modal-header .close:focus {
  outline: none;
}
.cid-sqxbI7UDt2 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-sqxbI7UDt2 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sqxbI7UDt2 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sqxbI7UDt2 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sqxbI7UDt2 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sqxbI7UDt2 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sqxbI7UDt2 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sqxbI7UDt2 .modal-sm {
    max-width: 300px;
  }
  .cid-sqxbI7UDt2 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sqxbI7UDt2 .modal-lg,
  .cid-sqxbI7UDt2 .modal-xl {
    max-width: 800px;
  }
  .cid-sqxbI7UDt2 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sqxbI7UDt2 .modal-xl {
    max-width: 1140px;
  }
  .cid-sqxbI7UDt2 .container {
    max-width: 1140px;
  }
}
.cid-sqxbI7UDt2 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sqxbI7UDt2 .container {
    max-width: 720px;
  }
}
.cid-sqxbI7UDt2 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sqxbI7UDt2 .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-sqxbI7UDt2 .form-group {
  margin-bottom: 1rem;
}
.cid-sqxbI7UDt2 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sqxbI7UDt2 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sqxbI7UDt2 .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-sqxbI8hFSr.popup-builder {
  background-color: #ffffff;
}
.cid-sqxbI8hFSr.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sqxbI8hFSr.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sqxbI8hFSr .modal-content,
.cid-sqxbI8hFSr .modal-dialog {
  height: auto;
}
.cid-sqxbI8hFSr .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sqxbI8hFSr .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sqxbI8hFSr .form-wrapper .mbr-form .form-group,
  .cid-sqxbI8hFSr .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sqxbI8hFSr .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sqxbI8hFSr .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-sqxbI8hFSr .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-sqxbI8hFSr .pt-0 {
  padding-top: 0 !important;
}
.cid-sqxbI8hFSr .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sqxbI8hFSr .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sqxbI8hFSr .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sqxbI8hFSr .modal-open {
  overflow: hidden;
}
.cid-sqxbI8hFSr .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sqxbI8hFSr .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sqxbI8hFSr .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sqxbI8hFSr .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-sqxbI8hFSr .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sqxbI8hFSr .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sqxbI8hFSr .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sqxbI8hFSr .modal-content {
  background: #232323;
  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-sqxbI8hFSr .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sqxbI8hFSr .modal-backdrop.fade {
  opacity: 0;
}
.cid-sqxbI8hFSr .modal-backdrop.show {
  opacity: .5;
}
.cid-sqxbI8hFSr .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sqxbI8hFSr .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sqxbI8hFSr .modal-header .close:hover {
  opacity: 1;
}
.cid-sqxbI8hFSr .modal-header .close:focus {
  outline: none;
}
.cid-sqxbI8hFSr .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-sqxbI8hFSr .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sqxbI8hFSr .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sqxbI8hFSr .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sqxbI8hFSr .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sqxbI8hFSr .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sqxbI8hFSr .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sqxbI8hFSr .modal-sm {
    max-width: 300px;
  }
  .cid-sqxbI8hFSr .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sqxbI8hFSr .modal-lg,
  .cid-sqxbI8hFSr .modal-xl {
    max-width: 800px;
  }
  .cid-sqxbI8hFSr .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sqxbI8hFSr .modal-xl {
    max-width: 1140px;
  }
  .cid-sqxbI8hFSr .container {
    max-width: 1140px;
  }
}
.cid-sqxbI8hFSr .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sqxbI8hFSr .container {
    max-width: 720px;
  }
}
.cid-sqxbI8hFSr .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sqxbI8hFSr .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-sqxbI8hFSr .form-group {
  margin-bottom: 1rem;
}
.cid-sqxbI8hFSr .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sqxbI8hFSr .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sqxbI8hFSr .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-sqxbI8hFSr LABEL {
  color: #ffffff;
}
.cid-sqxbI8F7J2.popup-builder {
  background-color: #ffffff;
}
.cid-sqxbI8F7J2.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sqxbI8F7J2.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sqxbI8F7J2 .modal-content,
.cid-sqxbI8F7J2 .modal-dialog {
  height: auto;
}
.cid-sqxbI8F7J2 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sqxbI8F7J2 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sqxbI8F7J2 .form-wrapper .mbr-form .form-group,
  .cid-sqxbI8F7J2 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sqxbI8F7J2 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sqxbI8F7J2 .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-sqxbI8F7J2 .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-sqxbI8F7J2 .pt-0 {
  padding-top: 0 !important;
}
.cid-sqxbI8F7J2 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sqxbI8F7J2 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sqxbI8F7J2 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sqxbI8F7J2 .modal-open {
  overflow: hidden;
}
.cid-sqxbI8F7J2 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sqxbI8F7J2 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sqxbI8F7J2 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sqxbI8F7J2 .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-sqxbI8F7J2 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sqxbI8F7J2 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sqxbI8F7J2 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sqxbI8F7J2 .modal-content {
  background: #232323;
  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-sqxbI8F7J2 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sqxbI8F7J2 .modal-backdrop.fade {
  opacity: 0;
}
.cid-sqxbI8F7J2 .modal-backdrop.show {
  opacity: .5;
}
.cid-sqxbI8F7J2 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sqxbI8F7J2 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sqxbI8F7J2 .modal-header .close:hover {
  opacity: 1;
}
.cid-sqxbI8F7J2 .modal-header .close:focus {
  outline: none;
}
.cid-sqxbI8F7J2 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-sqxbI8F7J2 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sqxbI8F7J2 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sqxbI8F7J2 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sqxbI8F7J2 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sqxbI8F7J2 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sqxbI8F7J2 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sqxbI8F7J2 .modal-sm {
    max-width: 300px;
  }
  .cid-sqxbI8F7J2 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sqxbI8F7J2 .modal-lg,
  .cid-sqxbI8F7J2 .modal-xl {
    max-width: 800px;
  }
  .cid-sqxbI8F7J2 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sqxbI8F7J2 .modal-xl {
    max-width: 1140px;
  }
  .cid-sqxbI8F7J2 .container {
    max-width: 1140px;
  }
}
.cid-sqxbI8F7J2 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sqxbI8F7J2 .container {
    max-width: 720px;
  }
}
.cid-sqxbI8F7J2 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sqxbI8F7J2 .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-sqxbI8F7J2 .form-group {
  margin-bottom: 1rem;
}
.cid-sqxbI8F7J2 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sqxbI8F7J2 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sqxbI8F7J2 .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-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: left !important;
  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;
  margin: 0px 0px 0px 15px;
  text-align: left !important;
}
.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: #191919;
  background: none;
}
.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;
}
@media (min-width: 992px) {
  .cid-s1YLZwONfz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.8rem);
  }
}
.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: #191919 !important;
  min-height: 60px;
  border-bottom: 2px solid rgba(255, 0, 0, 0.5);
  opacity: 0.9;
}
.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;
  opacity: 0.8;
  -webkit-border-radius: 0px 0px 20px 20px;
  -moz-border-radius: 0px 0px 20px 20px;
  border-radius: 0px 0px 20px 20px;
}
.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: #191919;
}
.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-sqeWFEZfhI {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sqeWFEZfhI H1 {
  color: #e2090d;
}
.cid-sqeWFEZfhI h1 {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-sqeWFEZfhI .mbr-text,
.cid-sqeWFEZfhI .mbr-section-btn {
  color: #999999;
}
.cid-sqeX44NhuJ {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #191919;
}
.cid-sqeX44NhuJ .progress {
  width: 100%;
}
.cid-sqeX44NhuJ .title-wrap {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-sqeX44NhuJ .mbr-iconfont {
  font-size: 4rem;
}
.cid-sqeX44NhuJ .icon1 {
  color: #e2090d;
}
.cid-sqeX44NhuJ .icon2 {
  color: #0077ff;
}
.cid-sqeX44NhuJ .progress_value {
  color: #f49846 !important;
  position: relative;
}
.cid-sqeX44NhuJ progress {
  height: 3px;
}
.cid-sqeX44NhuJ .progressbar-number {
  display: inline-block;
}
.cid-sqeX44NhuJ .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-sqeX44NhuJ .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-sqeX44NhuJ .mbr-section-subtitle {
  color: #e5e5e5;
}
.cid-sqeX44NhuJ .section-content-title {
  font-weight: 500;
}
.cid-sqeX44NhuJ progress[value]::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-sqeX44NhuJ progress::-webkit-progress-value {
  background: #e2090d;
}
.cid-sqeX44NhuJ progress[value]::-moz-progress-bar {
  background: #e2090d;
}
.cid-sqeX44NhuJ progress::-ms-fill {
  background: #e2090d;
}
.cid-sqeX44NhuJ .progress1 .progressbar-number:before {
  content: '28';
}
.cid-sqeX44NhuJ .progress2 .progressbar-number:before {
  content: '10';
}
.cid-sqeX44NhuJ .progress3 .progressbar-number:before {
  content: '6';
}
.cid-sqeX44NhuJ .progress4 .progressbar-number:before {
  content: '13';
}
.cid-sqeX44NhuJ .progress5 .progressbar-number:before {
  content: '5';
}
@media (max-width: 992px) {
  .cid-sqeX44NhuJ .progress_elements {
    padding-top: 3rem;
  }
}
.cid-sqeX44NhuJ .mbr-content-text {
  color: #ffffff;
}
.cid-sqeX44NhuJ .progressbar-title p,
.cid-sqeX44NhuJ .progress_value {
  color: #e2090d;
  text-align: left;
}
.cid-sqeX44NhuJ .mbr-section-title {
  color: #ffffff;
}
.cid-sqeX44NhuJ .card-img,
.cid-sqeX44NhuJ .count {
  color: #ffffff;
}
.cid-sqeX44NhuJ H4 {
  color: #ffffff;
}
.cid-sqeX5SoILM {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #111111;
}
.cid-sqeX5SoILM .mbr-section-title {
  letter-spacing: 0.1em;
  color: #ffffff;
}
.cid-sqeX5SoILM .mbr-section-subtitle {
  color: #ffffff;
  letter-spacing: 0.03em;
}
.cid-sqeX5SoILM .progressbar-title p {
  margin-bottom: 8px;
  letter-spacing: 0.03em;
}
.cid-sqeX5SoILM .progress {
  width: 100%;
  height: 23px;
}
.cid-sqeX5SoILM .progress_elements,
.cid-sqeX5SoILM .text-elements {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sqeX5SoILM .progress_elements > div,
.cid-sqeX5SoILM .text-elements > div {
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.cid-sqeX5SoILM .progress-bar {
  height: 23px;
  background-color: #e2090d;
}
.cid-sqeX5SoILM .title-wrap {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-sqeX5SoILM .progressbar-number {
  display: inline-block;
}
.cid-sqeX5SoILM .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-sqeX5SoILM .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-sqeX5SoILM .progress_value {
  position: relative;
}
.cid-sqeX5SoILM progress[value]::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-sqeX5SoILM progress::-webkit-progress-value {
  background: #e2090d;
}
.cid-sqeX5SoILM progress[value]::-moz-progress-bar {
  background: #e2090d;
}
.cid-sqeX5SoILM progress::-ms-fill {
  background: #e2090d;
}
.cid-sqeX5SoILM .progress1 .progressbar-number:before {
  content: '76';
}
.cid-sqeX5SoILM .progress2 .progressbar-number:before {
  content: '11';
}
.cid-sqeX5SoILM .progress3 .progressbar-number:before {
  content: '9';
}
.cid-sqeX5SoILM .progress4 .progressbar-number:before {
  content: '9';
}
.cid-sqeX5SoILM .progress5 .progressbar-number:before {
  content: '9';
}
.cid-sqeX5SoILM .progress-bar-1 {
  width: 76%;
}
.cid-sqeX5SoILM .progress-bar-2 {
  width: 11%;
}
.cid-sqeX5SoILM .progress-bar-3 {
  width: 9%;
}
.cid-sqeX5SoILM .progress-bar-4 {
  width: 9%;
}
.cid-sqeX5SoILM .progress-bar-5 {
  width: 9%;
}
@media (max-width: 767px) {
  .cid-sqeX5SoILM .progress_elements {
    padding-top: 2rem;
  }
}
.cid-sqeX5SoILM .progressbar-title p,
.cid-sqeX5SoILM .progress_value {
  color: #ffffff;
}
.cid-sqeXcdioRz {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #191919;
}
.cid-sqeXcdioRz .mbr-section-title {
  letter-spacing: 0.1em;
  color: #ffffff;
}
.cid-sqeXcdioRz .mbr-section-subtitle {
  color: #ffffff;
  letter-spacing: 0.03em;
}
.cid-sqeXcdioRz .progressbar-title p {
  margin-bottom: 8px;
  letter-spacing: 0.03em;
}
.cid-sqeXcdioRz .progress {
  width: 100%;
  height: 5px;
}
.cid-sqeXcdioRz .progress_elements {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sqeXcdioRz .progress_elements > div {
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.cid-sqeXcdioRz .progress-bar {
  height: 5px;
  background-color: #e2090d;
}
.cid-sqeXcdioRz .title-wrap {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-sqeXcdioRz .progressbar-number {
  display: inline-block;
}
.cid-sqeXcdioRz .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-sqeXcdioRz .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-sqeXcdioRz .progress_value {
  position: relative;
}
.cid-sqeXcdioRz progress[value]::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-sqeXcdioRz progress::-webkit-progress-value {
  background: #e2090d;
}
.cid-sqeXcdioRz progress[value]::-moz-progress-bar {
  background: #e2090d;
}
.cid-sqeXcdioRz progress::-ms-fill {
  background: #e2090d;
}
.cid-sqeXcdioRz .progress1 .progressbar-number:before {
  content: '59';
}
.cid-sqeXcdioRz .progress2 .progressbar-number:before {
  content: '53';
}
.cid-sqeXcdioRz .progress3 .progressbar-number:before {
  content: '10';
}
.cid-sqeXcdioRz .progress4 .progressbar-number:before {
  content: '8';
}
.cid-sqeXcdioRz .progress5 .progressbar-number:before {
  content: '6';
}
.cid-sqeXcdioRz .progress-bar-1 {
  width: 59%;
}
.cid-sqeXcdioRz .progress-bar-2 {
  width: 53%;
}
.cid-sqeXcdioRz .progress-bar-3 {
  width: 10%;
}
.cid-sqeXcdioRz .progress-bar-4 {
  width: 8%;
}
.cid-sqeXcdioRz .progress-bar-5 {
  width: 6%;
}
.cid-sqeXcdioRz .progressbar-title p,
.cid-sqeXcdioRz .progress_value {
  color: #ffffff;
}
.cid-sqeXenSX1v {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #111111;
}
.cid-sqeXenSX1v h3 {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-sqeXenSX1v .count,
.cid-sqeXenSX1v .card-img {
  color: #e2090d;
}
.cid-sqeXenSX1v .mbr-subtitle {
  color: #999999;
  text-align: center;
}
.cid-sqeXg3TFsu {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #191919;
}
.cid-sqeXg3TFsu .card-wrapper {
  display: flex;
  padding: 0 1.5rem;
}
@media (max-width: 1600px) {
  .cid-sqeXg3TFsu .card-wrapper {
    padding: 0;
  }
}
.cid-sqeXg3TFsu .content {
  padding: 0 3rem;
}
@media (max-width: 1600px) {
  .cid-sqeXg3TFsu .content {
    padding: 0 1rem;
  }
}
.cid-sqeXg3TFsu .img-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-sqeXg3TFsu .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-sqeXg3TFsu img {
  width: 100%;
}
.cid-sqeXg3TFsu .card-wrapper .mbr-iconfont {
  font-size: 3rem;
  background: linear-gradient(to left, #fc5130, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-sqeXg3TFsu .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-sqeXg3TFsu .icon-wrapper {
  margin: auto;
  margin-right: 1.5rem;
  display: flex;
  justify-content: center;
  border-radius: 50%;
}
.cid-sqeXg3TFsu h4 {
  margin: 0;
}
.cid-sqeXg3TFsu .card-text {
  color: #999999;
}
.cid-sqeXg3TFsu .mbr-text {
  color: #000000;
}
.cid-sqeXg3TFsu .card-title {
  color: #ffffff;
}
@media (min-width: 1200px) {
  .cid-sqeXg3TFsu .mbr-text {
    max-width: 600px;
  }
}
@media (max-width: 767px) {
  .cid-sqeXg3TFsu .card-wrapper {
    flex-direction: column;
    margin: auto;
    text-align: center;
  }
  .cid-sqeXg3TFsu .card-wrapper .icon-wrapper {
    margin: 0 auto;
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sqeXg3TFsu .mbr-text {
    padding-bottom: 2rem;
    max-width: 100%;
  }
}
.cid-sqeXg3TFsu .icon-wrap {
  background: linear-gradient(to left, #fc5130, #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-sqeXg3TFsu .icon-wrap .mbr-iconfont {
  font-size: 2.6rem;
  color: white;
}
.cid-sqeXg3TFsu H3 {
  color: #787324;
}
.cid-sqeXg3TFsu .mbr-section-title,
.cid-sqeXg3TFsu .title-wrapper {
  color: #ffffff;
}
.cid-sqeXg3TFsu .mbr-text,
.cid-sqeXg3TFsu .mbr-section-btn {
  color: #999999;
}
.cid-sqeXg3TFsu .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sqeXg3TFsu .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sqeXg3TFsu .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sqeXg3TFsu a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-sqeXg3TFsu a.close:hover {
  color: #ffffff;
}
.cid-s1YMdWQfw7 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #191919;
}
.cid-s1YMdWQfw7 .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-s1YMdWQfw7 .item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.3rem 0;
}
.cid-s1YMdWQfw7 .item p {
  margin: 0;
  padding-left: 0.5rem;
}
.cid-s1YMdWQfw7 .title {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #e2090d;
}
.cid-s1YMdWQfw7 .container {
  max-width: 1400px;
}
.cid-s1YMdWQfw7 li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-s1YMdWQfw7 .time {
  line-height: 2;
}
.cid-s1YMdWQfw7 .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-s1YMdWQfw7 .text-wrap {
  width: 100%;
}
.cid-s1YMdWQfw7 .item-wrap {
  display: inline-block;
}
.cid-s1YMdWQfw7 .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-s1YMdWQfw7 .socicon-wrap .mbr-iconfont {
  font-size: 1.3rem;
  background: linear-gradient(to left, #fc5130, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-s1YMdWQfw7 .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-s1YMdWQfw7 .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-s1YMdWQfw7 .socicon-wrap {
    margin: auto;
  }
}
.cid-s1YMdWQfw7 .mbr-text {
  color: #999999;
}
.cid-s1YMdWQfw7 .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-s1YMdWQfw7 .icon-title,
.cid-s1YMdWQfw7 .align-wrap {
  color: #999999;
  width: 100%;
  text-align: center;
}
.cid-s1YMdWQfw7 .item-text,
.cid-s1YMdWQfw7 .item-icon {
  color: #999999;
}
.cid-sDb8bd4aYa .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: left !important;
  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-sDb8bd4aYa .btn {
  white-space: nowrap;
}
.cid-sDb8bd4aYa .nav-link,
.cid-sDb8bd4aYa .icons-menu .mbr-iconfont,
.cid-sDb8bd4aYa .dropdown-item {
  transition: all 0.1s;
  margin: 0px 0px 0px 15px;
  text-align: left !important;
}
.cid-sDb8bd4aYa .nav-link:hover,
.cid-sDb8bd4aYa .icons-menu .mbr-iconfont:hover,
.cid-sDb8bd4aYa .dropdown-item:hover {
  color: #fc5130 !important;
}
@media (max-width: 992px) {
  .cid-sDb8bd4aYa .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-sDb8bd4aYa .container {
  display: flex;
  margin: auto;
}
.cid-sDb8bd4aYa .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #191919;
  background: none;
}
.cid-sDb8bd4aYa .navbar.opened {
  transition: all .3s;
}
.cid-sDb8bd4aYa .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sDb8bd4aYa .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-sDb8bd4aYa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sDb8bd4aYa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sDb8bd4aYa .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.8rem);
  }
}
.cid-sDb8bd4aYa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sDb8bd4aYa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sDb8bd4aYa .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-sDb8bd4aYa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sDb8bd4aYa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sDb8bd4aYa .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sDb8bd4aYa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sDb8bd4aYa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sDb8bd4aYa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sDb8bd4aYa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sDb8bd4aYa .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-sDb8bd4aYa .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sDb8bd4aYa .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sDb8bd4aYa .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sDb8bd4aYa .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-sDb8bd4aYa .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sDb8bd4aYa .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sDb8bd4aYa .navbar.navbar-short {
  background: #191919 !important;
  min-height: 60px;
  border-bottom: 2px solid rgba(255, 0, 0, 0.5);
  opacity: 0.9;
}
.cid-sDb8bd4aYa .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sDb8bd4aYa .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sDb8bd4aYa .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
  opacity: 0.8;
  -webkit-border-radius: 0px 0px 20px 20px;
  -moz-border-radius: 0px 0px 20px 20px;
  border-radius: 0px 0px 20px 20px;
}
.cid-sDb8bd4aYa .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-sDb8bd4aYa .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sDb8bd4aYa .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sDb8bd4aYa .navbar-caption {
  padding-right: 4rem;
}
.cid-sDb8bd4aYa .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-sDb8bd4aYa .dropdown-menu,
.cid-sDb8bd4aYa .navbar.opened {
  background: #191919 !important;
}
.cid-sDb8bd4aYa .nav-item:focus,
.cid-sDb8bd4aYa .nav-link:focus {
  outline: none;
}
.cid-sDb8bd4aYa .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-sDb8bd4aYa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sDb8bd4aYa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sDb8bd4aYa .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-sDb8bd4aYa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sDb8bd4aYa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-sDb8bd4aYa .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-sDb8bd4aYa .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sDb8bd4aYa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sDb8bd4aYa .dropdown-item.active,
.cid-sDb8bd4aYa .dropdown-item:active {
  background-color: transparent;
}
.cid-sDb8bd4aYa .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sDb8bd4aYa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sDb8bd4aYa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sDb8bd4aYa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #191919;
}
.cid-sDb8bd4aYa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sDb8bd4aYa .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sDb8bd4aYa ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sDb8bd4aYa .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sDb8bd4aYa button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sDb8bd4aYa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sDb8bd4aYa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sDb8bd4aYa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sDb8bd4aYa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sDb8bd4aYa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sDb8bd4aYa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sDb8bd4aYa nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sDb8bd4aYa nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sDb8bd4aYa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sDb8bd4aYa .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sDb8bd4aYa a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDb8bd4aYa .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-sDb8bd4aYa .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sDb8bd4aYa .navbar {
    height: 77px;
  }
  .cid-sDb8bd4aYa .navbar.opened {
    height: auto;
  }
  .cid-sDb8bd4aYa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sDb8bd4aYa .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-sDb8be4NSV H1 {
  color: #e2090d;
}
.cid-sDb8be4NSV h1 {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-sDb8be4NSV .mbr-text,
.cid-sDb8be4NSV .mbr-section-btn {
  color: #999999;
}
.cid-sDb8begxmG {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #111111;
}
.cid-sDb8begxmG .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-sDb8begxmG .btn-col {
  align-items: flex-end;
  justify-content: flex-end;
  display: flex;
}
@media (max-width: 767px) {
  .cid-sDb8begxmG .btn-col {
    justify-content: center;
  }
}
.cid-sDb8begxmG .mbr-text,
.cid-sDb8begxmG .mbr-section-btn {
  color: #999999;
}
.cid-sDb8begxmG p {
  margin: 0;
}
.cid-sDbaPwceKr {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #111111;
}
.cid-sDbaPwceKr .nav-tabs .nav-item.open .nav-link:focus,
.cid-sDbaPwceKr .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-sDbaPwceKr .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid lightgray;
}
.cid-sDbaPwceKr .nav-tabs .nav-item {
  padding: .5rem;
}
.cid-sDbaPwceKr .first {
  margin-left: -24px;
}
.cid-sDbaPwceKr .nav-tabs .nav-link {
  color: #cccccc;
  font-style: normal;
  font-weight: 500;
  transition: all .5s;
  border: none;
}
.cid-sDbaPwceKr .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #57468b;
}
.cid-sDbaPwceKr .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #57468b;
  font-style: normal;
}
.cid-sDbaPwceKr P {
  color: #716c80;
}
.cid-sDbaPwceKr H2 {
  color: #57468b;
}
@media (max-width: 576px) {
  .cid-sDbaPwceKr .nav-tabs {
    flex-direction: column;
    justify-content: center;
  }
  .cid-sDbaPwceKr .mbr-text,
  .cid-sDbaPwceKr .nav-link {
    text-align: center;
  }
}
.cid-sDb8bgcYaO {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #191919;
}
.cid-sDb8bgcYaO .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-sDb8bgcYaO .item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.3rem 0;
}
.cid-sDb8bgcYaO .item p {
  margin: 0;
  padding-left: 0.5rem;
}
.cid-sDb8bgcYaO .title {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #e2090d;
}
.cid-sDb8bgcYaO .container {
  max-width: 1400px;
}
.cid-sDb8bgcYaO li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-sDb8bgcYaO .time {
  line-height: 2;
}
.cid-sDb8bgcYaO .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-sDb8bgcYaO .text-wrap {
  width: 100%;
}
.cid-sDb8bgcYaO .item-wrap {
  display: inline-block;
}
.cid-sDb8bgcYaO .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-sDb8bgcYaO .socicon-wrap .mbr-iconfont {
  font-size: 1.3rem;
  background: linear-gradient(to left, #fc5130, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-sDb8bgcYaO .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-sDb8bgcYaO .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sDb8bgcYaO .socicon-wrap {
    margin: auto;
  }
}
.cid-sDb8bgcYaO .mbr-text {
  color: #999999;
}
.cid-sDb8bgcYaO .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-sDb8bgcYaO .icon-title,
.cid-sDb8bgcYaO .align-wrap {
  color: #999999;
  width: 100%;
  text-align: center;
}
.cid-sDb8bgcYaO .item-text,
.cid-sDb8bgcYaO .item-icon {
  color: #999999;
}
.cid-sDb8bgBP4s.popup-builder {
  background-color: #ffffff;
}
.cid-sDb8bgBP4s.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sDb8bgBP4s.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sDb8bgBP4s .modal-content,
.cid-sDb8bgBP4s .modal-dialog {
  height: auto;
}
.cid-sDb8bgBP4s .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sDb8bgBP4s .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sDb8bgBP4s .form-wrapper .mbr-form .form-group,
  .cid-sDb8bgBP4s .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sDb8bgBP4s .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sDb8bgBP4s .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-sDb8bgBP4s .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-sDb8bgBP4s .pt-0 {
  padding-top: 0 !important;
}
.cid-sDb8bgBP4s .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sDb8bgBP4s .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sDb8bgBP4s .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sDb8bgBP4s .modal-open {
  overflow: hidden;
}
.cid-sDb8bgBP4s .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sDb8bgBP4s .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sDb8bgBP4s .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sDb8bgBP4s .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-sDb8bgBP4s .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sDb8bgBP4s .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sDb8bgBP4s .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sDb8bgBP4s .modal-content {
  background: #232323;
  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-sDb8bgBP4s .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sDb8bgBP4s .modal-backdrop.fade {
  opacity: 0;
}
.cid-sDb8bgBP4s .modal-backdrop.show {
  opacity: .5;
}
.cid-sDb8bgBP4s .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sDb8bgBP4s .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sDb8bgBP4s .modal-header .close:hover {
  opacity: 1;
}
.cid-sDb8bgBP4s .modal-header .close:focus {
  outline: none;
}
.cid-sDb8bgBP4s .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-sDb8bgBP4s .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sDb8bgBP4s .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sDb8bgBP4s .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sDb8bgBP4s .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sDb8bgBP4s .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sDb8bgBP4s .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sDb8bgBP4s .modal-sm {
    max-width: 300px;
  }
  .cid-sDb8bgBP4s .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sDb8bgBP4s .modal-lg,
  .cid-sDb8bgBP4s .modal-xl {
    max-width: 800px;
  }
  .cid-sDb8bgBP4s .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sDb8bgBP4s .modal-xl {
    max-width: 1140px;
  }
  .cid-sDb8bgBP4s .container {
    max-width: 1140px;
  }
}
.cid-sDb8bgBP4s .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sDb8bgBP4s .container {
    max-width: 720px;
  }
}
.cid-sDb8bgBP4s .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sDb8bgBP4s .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-sDb8bgBP4s .form-group {
  margin-bottom: 1rem;
}
.cid-sDb8bgBP4s .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sDb8bgBP4s .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sDb8bgBP4s .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-sDb8bgBP4s LABEL {
  color: #ffffff;
}
