body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Harabara';
  font-size: 5rem;
  line-height: 1.2;
}
.display-1 > .mbr-iconfont {
  font-size: 8rem;
}
.display-2 {
  font-family: 'Harabara';
  font-size: 2.8rem;
  line-height: 1.4;
}
.display-2 > .mbr-iconfont {
  font-size: 4.48rem;
}
.display-4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Harabara';
  font-size: 1.6rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 2.56rem;
}
.display-7 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.4;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.9rem !important;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 0px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #e2090d !important;
}
.bg-success {
  background-color: #5758e0 !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #e9e9e9 !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, #ff8500, #e2090d);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff8500 !important;
  border-color: #ff8500 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #b35d00 !important;
  border-color: #b35d00 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #b35d00 !important;
  border-color: #b35d00 !important;
}
.btn-secondary:hover {
  background-color: #e2090d !important;
  border-color: #e2090d !important;
}
.btn-secondary:hover,
.btn-secondary:focus {
  background: linear-gradient(to left, #ff8500, #ff8500);
  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, #ff8500, #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, #ff8500, #5758e0);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-warning,
.btn-warning:active {
  background-color: #e9e9e9 !important;
  border-color: #e9e9e9 !important;
  color: #6a6a6a !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #6a6a6a !important;
  background-color: #c3c3c3 !important;
  border-color: #c3c3c3 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #6a6a6a !important;
  background-color: #c3c3c3 !important;
  border-color: #c3c3c3 !important;
}
.btn-warning:hover {
  background-color: #e2090d !important;
  border-color: #e2090d !important;
}
.btn-warning:hover,
.btn-warning:focus {
  background: linear-gradient(to left, #ff8500, #e9e9e9);
  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, #ff8500, #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, #ff8500, #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, #ff8500, #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, #ff8500, #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: #ff8500;
  color: #ff8500;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ff8500;
  border-color: #ff8500;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff8500 !important;
  border-color: #ff8500 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus {
  background: linear-gradient(to left, #ff8500, #ff8500);
  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, #ff8500, #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, #ff8500, #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: #e9e9e9;
  color: #e9e9e9;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #6a6a6a;
  background-color: #e9e9e9;
  border-color: #e9e9e9;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #6a6a6a !important;
  background-color: #e9e9e9 !important;
  border-color: #e9e9e9 !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus {
  background: linear-gradient(to left, #ff8500, #e9e9e9);
  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, #ff8500, #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, #ff8500, #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, #ff8500, #f3f3f3);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.text-primary {
  color: #e2090d !important;
}
.text-secondary {
  color: #ff8500 !important;
}
.text-success {
  color: #5758e0 !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #e9e9e9 !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: #ffb666 !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: #ffffff !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: #e9e9e9;
}
.alert-danger {
  background-color: #465052;
}
.mbr-gallery-filter li.active .btn {
  background-color: #e2090d;
  border-color: #e2090d;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #e2090d;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fcbbbc;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #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: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #bac2c4;
}
/* Scroll to top button*/
blockquote {
  border-color: #e2090d;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #e2090d;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #e2090d;
  border-bottom-color: #e2090d;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #e2090d !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ff8500 !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-txEKEJGHBo .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-txEKEJGHBo .btn {
  white-space: nowrap;
}
.cid-txEKEJGHBo .nav-link,
.cid-txEKEJGHBo .icons-menu .mbr-iconfont,
.cid-txEKEJGHBo .dropdown-item {
  transition: all 0.1s;
}
.cid-txEKEJGHBo .nav-link:hover,
.cid-txEKEJGHBo .icons-menu .mbr-iconfont:hover,
.cid-txEKEJGHBo .dropdown-item:hover {
  color: #ff8500 !important;
}
@media (max-width: 992px) {
  .cid-txEKEJGHBo .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-txEKEJGHBo .container {
  display: flex;
  margin: auto;
}
.cid-txEKEJGHBo .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #040402;
  background: none;
}
.cid-txEKEJGHBo .navbar.opened {
  transition: all .3s;
}
.cid-txEKEJGHBo .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-txEKEJGHBo .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-txEKEJGHBo .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-txEKEJGHBo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-txEKEJGHBo .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-txEKEJGHBo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-txEKEJGHBo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-txEKEJGHBo .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-txEKEJGHBo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-txEKEJGHBo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-txEKEJGHBo .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-txEKEJGHBo .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-txEKEJGHBo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-txEKEJGHBo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-txEKEJGHBo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-txEKEJGHBo .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-txEKEJGHBo .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-txEKEJGHBo .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-txEKEJGHBo .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-txEKEJGHBo .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-txEKEJGHBo .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-txEKEJGHBo .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-txEKEJGHBo .navbar.navbar-short {
  background: #040402 !important;
  min-height: 60px;
}
.cid-txEKEJGHBo .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-txEKEJGHBo .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-txEKEJGHBo .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-txEKEJGHBo .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-txEKEJGHBo .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-txEKEJGHBo .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-txEKEJGHBo .navbar-caption {
  padding-right: 4rem;
}
.cid-txEKEJGHBo .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-txEKEJGHBo .dropdown-menu,
.cid-txEKEJGHBo .navbar.opened {
  background: #191919 !important;
}
.cid-txEKEJGHBo .nav-item:focus,
.cid-txEKEJGHBo .nav-link:focus {
  outline: none;
}
.cid-txEKEJGHBo .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-txEKEJGHBo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-txEKEJGHBo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-txEKEJGHBo .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-txEKEJGHBo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-txEKEJGHBo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-txEKEJGHBo .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-txEKEJGHBo .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-txEKEJGHBo .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-txEKEJGHBo .dropdown-item.active,
.cid-txEKEJGHBo .dropdown-item:active {
  background-color: transparent;
}
.cid-txEKEJGHBo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-txEKEJGHBo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-txEKEJGHBo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-txEKEJGHBo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #040402;
}
.cid-txEKEJGHBo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-txEKEJGHBo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-txEKEJGHBo ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-txEKEJGHBo .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-txEKEJGHBo button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-txEKEJGHBo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff8500;
}
.cid-txEKEJGHBo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-txEKEJGHBo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-txEKEJGHBo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-txEKEJGHBo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-txEKEJGHBo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-txEKEJGHBo nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-txEKEJGHBo nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-txEKEJGHBo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-txEKEJGHBo .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-txEKEJGHBo a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-txEKEJGHBo .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-txEKEJGHBo .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-txEKEJGHBo .navbar {
    height: 77px;
  }
  .cid-txEKEJGHBo .navbar.opened {
    height: auto;
  }
  .cid-txEKEJGHBo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-txEKEJGHBo .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-s1YLYYtmhw {
  padding-top: 105px;
  padding-bottom: 165px;
  background-color: #040402;
}
.cid-s1YLYYtmhw H1 {
  color: #ff8500;
}
.cid-s1YLYYtmhw h1 {
  background: linear-gradient(to left, #ff8500, 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: #ffffff;
}
.cid-s1YM3FtOOn {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #111111;
}
.cid-s1YM3FtOOn img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-s1YM3FtOOn .card-wrapper {
  background: #040402;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-s1YM3FtOOn .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-s1YM3FtOOn .first:hover:before {
  content: none;
}
.cid-s1YM3FtOOn .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 300px;
  background: linear-gradient(to left, #ff8500, #e2090d);
  content: '';
}
.cid-s1YM3FtOOn .last:hover:after {
  content: none;
}
.cid-s1YM3FtOOn .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 300px;
  background: linear-gradient(to left, #ff8500, #e2090d);
  content: '';
}
.cid-s1YM3FtOOn .mbr-section-text {
  color: #999999;
}
.cid-s1YM3FtOOn .card {
  z-index: 1;
  position: relative;
  transition: all 0.3s;
}
.cid-s1YM3FtOOn .card .img-wrapper {
  overflow: hidden;
}
.cid-s1YM3FtOOn .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-s1YM3FtOOn .card:hover .card-wrapper {
  background: linear-gradient(to left, #ff8500, #e2090d);
  color: #ffffff !important;
}
.cid-s1YM3FtOOn .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
.cid-txy2GhGlAX {
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-txy2GhGlAX H1 {
  color: #e2090d;
}
.cid-txy2GhGlAX h1 {
  background: linear-gradient(to left, #ff8500, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uD9TPG963G {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #111111;
}
.cid-uD9TPG963G .mbr-fallback-image.disabled {
  display: none;
}
.cid-uD9TPG963G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uD9TPG963G .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uD9TPG963G .team-card:hover {
  transform: translateY(-10px);
}
.cid-uD9TPG963G .item-wrapper {
  background: #111111;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uD9TPG963G .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uD9TPG963G .item-wrapper .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-uD9TPG963G .item-wrapper .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uD9TPG963G .item-wrapper .content-wrap {
    padding: 1rem;
  }
}
.cid-uD9TPG963G .social-row {
  text-align: center;
}
.cid-uD9TPG963G .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uD9TPG963G .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-uD9TPG963G .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uD9TPG963G .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uD9TPG963G .mbr-section-title {
  color: #ff8500;
}
.cid-txy06j3uuP {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #040402;
}
.cid-txy06j3uuP img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 767px) {
  .cid-txy06j3uuP .container-fluid {
    padding: 0 2rem;
  }
}
.cid-txy06j3uuP .card-wrapper {
  background: #191919;
  padding: 3rem;
}
.cid-txy06j3uuP .card-wrapper:hover {
  background: linear-gradient(to left, #ff8500, #e2090d);
}
.cid-txy06j3uuP .text-wrap {
  display: flex;
  justify-content: center;
  padding-top: 2rem;
}
.cid-txy06j3uuP .icon-wrapper {
  padding: 0 0.6rem;
}
.cid-txy06j3uuP .card-box {
  padding-top: 2rem;
}
.cid-txy06j3uuP .link-icon {
  font-size: 1.5rem;
  background: linear-gradient(to left, #ff8500, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-txy06j3uuP .card-title {
  color: #999999;
}
.cid-txy06j3uuP .mbr-subtitle {
  color: #ffffff;
}
.cid-txy06j3uuP .main-title {
  color: #ff8500;
}
.cid-txy06j3uuP .main-subtitle {
  color: #999999;
}
.cid-txy06j3uuP .card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-txy06j3uuP .card:hover {
  transform: translateY(-10px);
}
.cid-txy06j3uuP .card:hover .link-icon {
  color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-txy06j3uuP .card:hover .card-title,
.cid-txy06j3uuP .card:hover .mbr-subtitle {
  color: #ffffff !important;
}
@media (min-width: 1600px) {
  .cid-txy06j3uuP .card {
    max-width: 20%;
  }
}
@media (max-width: 1600px) {
  .cid-txy06j3uuP .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-ty6wVNrX7R {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #040402;
}
.cid-ty6wVNrX7R .mbr-fallback-image.disabled {
  display: none;
}
.cid-ty6wVNrX7R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ty6wVNrX7R .mbr-section-head {
  width: 100%;
  margin-bottom: 30px;
}
.cid-ty6wVNrX7R .mbr-section-title {
  color: #ff8500;
  margin-bottom: 0;
}
.cid-ty6wVNrX7R .mbr-section-subtitle {
  color: #adadad;
  margin-top: 16px;
}
@media (max-width: 991px) {
  .cid-ty6wVNrX7R .col-text {
    margin-bottom: 50px;
  }
}
.cid-ty6wVNrX7R .mbr-text {
  color: #ffffff;
  margin-bottom: 35px;
}
.cid-ty6wVNrX7R .items-wrap {
  display: flex;
  align-items: flex-start;
  column-gap: 50px;
}
@media (max-width: 575px) {
  .cid-ty6wVNrX7R .items-wrap {
    flex-wrap: wrap;
    row-gap: 27px;
  }
}
.cid-ty6wVNrX7R .item-wrap {
  width: calc(50% - 25px);
}
@media (max-width: 575px) {
  .cid-ty6wVNrX7R .item-wrap {
    width: 100%;
  }
}
.cid-ty6wVNrX7R .item-title {
  color: #adadad;
  margin-bottom: 18px;
}
.cid-ty6wVNrX7R .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  color: #ffffff;
}
.cid-ty6wVNrX7R .item-text {
  margin-bottom: 6px;
}
.cid-ty6wVNrX7R .form-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}
.cid-ty6wVNrX7R form {
  width: 100%;
}
.cid-ty6wVNrX7R form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
  z-index: 2;
}
.cid-ty6wVNrX7R form p {
  color: #353535;
}
.cid-ty6wVNrX7R form .form-group {
  margin-top: 0 !important;
  margin-bottom: 18px !important;
}
.cid-ty6wVNrX7R form .form-control {
  height: 44px;
  border: none !important;
  border-bottom: 2px solid #adadad !important;
  background: transparent;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  margin-bottom: 0;
  padding: 5px 0;
  font-size: 19px;
  line-height: 28px;
  color: #adadad;
  font-weight: 400;
  transition: .3s;
}
.cid-ty6wVNrX7R form .form-control::-webkit-input-placeholder {
  color: #adadad;
}
.cid-ty6wVNrX7R form .form-control::-moz-placeholder {
  color: #adadad;
}
.cid-ty6wVNrX7R form .form-control:-moz-placeholder {
  color: #adadad;
}
.cid-ty6wVNrX7R form .form-control:-ms-input-placeholder {
  color: #adadad;
}
.cid-ty6wVNrX7R form select {
  color: #303030 !important;
}
.cid-ty6wVNrX7R form textarea {
  height: 140px !important;
  min-height: 140px !important;
  padding: 5px 0;
  resize: none;
}
.cid-ty6wVNrX7R form textarea::-webkit-input-placeholder {
  color: #adadad !important;
}
.cid-ty6wVNrX7R form textarea::-moz-placeholder {
  color: #adadad !important;
}
.cid-ty6wVNrX7R form textarea:-moz-placeholder {
  color: #adadad !important;
}
.cid-ty6wVNrX7R form textarea:-ms-input-placeholder {
  color: #adadad !important;
}
.cid-ty6wVNrX7R form input,
.cid-ty6wVNrX7R form textarea {
  transition: .3s all;
}
.cid-ty6wVNrX7R form input:active,
.cid-ty6wVNrX7R form textarea:active,
.cid-ty6wVNrX7R form input:focus,
.cid-ty6wVNrX7R form textarea:focus {
  background-color: transparent !important;
  border-color: #adadad !important;
  outline: none !important;
}
.cid-ty6wVNrX7R form input:active::-webkit-input-placeholder,
.cid-ty6wVNrX7R form textarea:active::-webkit-input-placeholder,
.cid-ty6wVNrX7R form input:focus::-webkit-input-placeholder,
.cid-ty6wVNrX7R form textarea:focus::-webkit-input-placeholder {
  color: #adadad !important;
}
.cid-ty6wVNrX7R form input:active::-moz-placeholder,
.cid-ty6wVNrX7R form textarea:active::-moz-placeholder,
.cid-ty6wVNrX7R form input:focus::-moz-placeholder,
.cid-ty6wVNrX7R form textarea:focus::-moz-placeholder {
  color: #adadad !important;
}
.cid-ty6wVNrX7R form input:active:-moz-placeholder,
.cid-ty6wVNrX7R form textarea:active:-moz-placeholder,
.cid-ty6wVNrX7R form input:focus:-moz-placeholder,
.cid-ty6wVNrX7R form textarea:focus:-moz-placeholder {
  color: #adadad !important;
}
.cid-ty6wVNrX7R form input:active:-ms-input-placeholder,
.cid-ty6wVNrX7R form textarea:active:-ms-input-placeholder,
.cid-ty6wVNrX7R form input:focus:-ms-input-placeholder,
.cid-ty6wVNrX7R form textarea:focus:-ms-input-placeholder {
  color: #adadad !important;
}
.cid-ty6wVNrX7R form .row {
  flex-wrap: wrap;
  margin-left: -8px !important;
  margin-right: -8px !important;
}
.cid-ty6wVNrX7R form .row [class*=col] {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.cid-ty6wVNrX7R form label {
  width: 100%;
  color: #303030;
  margin-bottom: 6px;
}
.cid-ty6wVNrX7R form .form-check label {
  color: #303030;
}
.cid-ty6wVNrX7R form .form-check-input {
  border-color: #adadad !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-ty6wVNrX7R form .form-check-input:focus,
.cid-ty6wVNrX7R form .form-check-input:hover {
  background-color: #adadad !important;
  border-color: #adadad !important;
}
.cid-ty6wVNrX7R form .form-check-input:checked {
  border-color: #adadad !important;
  background-color: #adadad !important;
}
.cid-s1YMf6Zm9K .google-map {
  height: 30rem;
  position: relative;
}
.cid-s1YMf6Zm9K .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-s1YMf6Zm9K .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-s1YMf6Zm9K .google-map[data-state] {
  background: #e9e5dc;
}
.cid-s1YMf6Zm9K .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-txEOcbGU5E {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #191919;
}
.cid-txEOcbGU5E .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-txEOcbGU5E .item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.3rem 0;
}
.cid-txEOcbGU5E .item p {
  margin: 0;
  padding-left: 0.5rem;
}
.cid-txEOcbGU5E .title {
  background: linear-gradient(to left, #ff8500, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #ff8500;
}
.cid-txEOcbGU5E .container {
  max-width: 1400px;
}
.cid-txEOcbGU5E li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-txEOcbGU5E .time {
  line-height: 2;
}
.cid-txEOcbGU5E .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-txEOcbGU5E .text-wrap {
  width: 100%;
}
.cid-txEOcbGU5E .item-wrap {
  display: inline-block;
}
.cid-txEOcbGU5E .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-txEOcbGU5E .socicon-wrap .mbr-iconfont {
  font-size: 1.3rem;
  background: linear-gradient(to left, #ff8500, #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-txEOcbGU5E .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-txEOcbGU5E .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-txEOcbGU5E .socicon-wrap {
    margin: auto;
  }
}
.cid-txEOcbGU5E .mbr-text {
  color: #999999;
}
.cid-txEOcbGU5E .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-txEOcbGU5E .icon-title,
.cid-txEOcbGU5E .align-wrap {
  color: #999999;
  width: 100%;
  text-align: center;
}
.cid-txEOcbGU5E .item-text,
.cid-txEOcbGU5E .item-icon {
  color: #999999;
}
.cid-tzmh34eS4P {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #191919;
}
.cid-tzmh34eS4P .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzmh34eS4P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzmh34eS4P .mbr-title {
  margin-bottom: 30px;
  color: #ff8500;
}
@media (max-width: 575px) {
  .cid-tzmh34eS4P .mbr-title {
    margin-bottom: 10px;
  }
}
.cid-tzmh34eS4P .mbr-subtitle {
  padding-top: 20px;
  color: #747474;
}
.cid-tzmh34eS4P .mbr-text {
  padding-top: 30px;
  color: #747474;
}
.cid-tzmh34eS4P .mbr-section-btn {
  padding-top: 40px;
}
.cid-tyTUeieJ2n {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #040402;
}
.cid-tyTUeieJ2n .mbr-text1 {
  color: #999999;
}
.cid-tyTUeieJ2n .mbr-text2 {
  color: #999999;
}
.cid-tyTUeieJ2n p {
  margin: 0;
}
.cid-txJIPx22of {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #040402;
}
.cid-txJIPx22of .mbr-text1 {
  color: #999999;
}
.cid-txJIPx22of .mbr-text2 {
  color: #999999;
}
.cid-txJIPx22of p {
  margin: 0;
}
.cid-txEKEJGHBo .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-txEKEJGHBo .btn {
  white-space: nowrap;
}
.cid-txEKEJGHBo .nav-link,
.cid-txEKEJGHBo .icons-menu .mbr-iconfont,
.cid-txEKEJGHBo .dropdown-item {
  transition: all 0.1s;
}
.cid-txEKEJGHBo .nav-link:hover,
.cid-txEKEJGHBo .icons-menu .mbr-iconfont:hover,
.cid-txEKEJGHBo .dropdown-item:hover {
  color: #ff8500 !important;
}
@media (max-width: 992px) {
  .cid-txEKEJGHBo .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-txEKEJGHBo .container {
  display: flex;
  margin: auto;
}
.cid-txEKEJGHBo .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #040402;
  background: none;
}
.cid-txEKEJGHBo .navbar.opened {
  transition: all .3s;
}
.cid-txEKEJGHBo .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-txEKEJGHBo .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-txEKEJGHBo .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-txEKEJGHBo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-txEKEJGHBo .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-txEKEJGHBo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-txEKEJGHBo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-txEKEJGHBo .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-txEKEJGHBo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-txEKEJGHBo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-txEKEJGHBo .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-txEKEJGHBo .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-txEKEJGHBo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-txEKEJGHBo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-txEKEJGHBo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-txEKEJGHBo .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-txEKEJGHBo .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-txEKEJGHBo .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-txEKEJGHBo .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-txEKEJGHBo .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-txEKEJGHBo .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-txEKEJGHBo .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-txEKEJGHBo .navbar.navbar-short {
  background: #040402 !important;
  min-height: 60px;
}
.cid-txEKEJGHBo .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-txEKEJGHBo .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-txEKEJGHBo .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-txEKEJGHBo .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-txEKEJGHBo .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-txEKEJGHBo .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-txEKEJGHBo .navbar-caption {
  padding-right: 4rem;
}
.cid-txEKEJGHBo .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-txEKEJGHBo .dropdown-menu,
.cid-txEKEJGHBo .navbar.opened {
  background: #191919 !important;
}
.cid-txEKEJGHBo .nav-item:focus,
.cid-txEKEJGHBo .nav-link:focus {
  outline: none;
}
.cid-txEKEJGHBo .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-txEKEJGHBo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-txEKEJGHBo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-txEKEJGHBo .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-txEKEJGHBo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-txEKEJGHBo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-txEKEJGHBo .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-txEKEJGHBo .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-txEKEJGHBo .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-txEKEJGHBo .dropdown-item.active,
.cid-txEKEJGHBo .dropdown-item:active {
  background-color: transparent;
}
.cid-txEKEJGHBo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-txEKEJGHBo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-txEKEJGHBo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-txEKEJGHBo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #040402;
}
.cid-txEKEJGHBo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-txEKEJGHBo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-txEKEJGHBo ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-txEKEJGHBo .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-txEKEJGHBo button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-txEKEJGHBo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff8500;
}
.cid-txEKEJGHBo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-txEKEJGHBo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-txEKEJGHBo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-txEKEJGHBo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-txEKEJGHBo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-txEKEJGHBo nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-txEKEJGHBo nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-txEKEJGHBo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-txEKEJGHBo .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-txEKEJGHBo a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-txEKEJGHBo .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-txEKEJGHBo .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-txEKEJGHBo .navbar {
    height: 77px;
  }
  .cid-txEKEJGHBo .navbar.opened {
    height: auto;
  }
  .cid-txEKEJGHBo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-txEKEJGHBo .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-s1YLYYtmhw {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #040402;
}
.cid-s1YLYYtmhw H1 {
  color: #e2090d;
}
.cid-s1YLYYtmhw h1 {
  background: linear-gradient(to left, #ff8500, 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: #ffffff;
}
.cid-txEEYTrXie {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #111111;
}
.cid-txEEYTrXie .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #ff8500, #e2090d);
}
.cid-txEEYTrXie .mbr-text,
.cid-txEEYTrXie .mbr-section-btn {
  color: #ffffff;
}
.cid-txEEYTrXie img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-txEEYTrXie img {
    width: 96%;
  }
}
.cid-txEEYTrXie .mbr-section-title,
.cid-txEEYTrXie .title-wrapper {
  color: #ff8500;
}
.cid-txDlMltXP0 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #040402;
}
.cid-txDlMltXP0 .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #ff8500, #e2090d);
}
.cid-txDlMltXP0 .mbr-text,
.cid-txDlMltXP0 .mbr-section-btn {
  color: #ffffff;
}
.cid-txDlMltXP0 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-txDlMltXP0 img {
    width: 96%;
  }
}
.cid-txDlMltXP0 .mbr-section-title,
.cid-txDlMltXP0 .title-wrapper {
  color: #ff8500;
}
.cid-txDmcG1dfh {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #111111;
}
.cid-txDmcG1dfh .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #ff8500, #e2090d);
}
.cid-txDmcG1dfh .mbr-text,
.cid-txDmcG1dfh .mbr-section-btn {
  color: #ffffff;
}
.cid-txDmcG1dfh img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-txDmcG1dfh img {
    width: 96%;
  }
}
.cid-txDmcG1dfh .mbr-section-title,
.cid-txDmcG1dfh .title-wrapper {
  color: #ff8500;
}
.cid-txDmCCPX9A {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #040402;
}
.cid-txDmCCPX9A .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #ff8500, #e2090d);
}
.cid-txDmCCPX9A .mbr-text,
.cid-txDmCCPX9A .mbr-section-btn {
  color: #ffffff;
}
.cid-txDmCCPX9A img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-txDmCCPX9A img {
    width: 96%;
  }
}
.cid-txDmCCPX9A .mbr-section-title,
.cid-txDmCCPX9A .title-wrapper {
  color: #ff8500;
}
.cid-txDoiHL8cX {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #111111;
}
.cid-txDoiHL8cX .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #ff8500, #e2090d);
}
.cid-txDoiHL8cX .mbr-text,
.cid-txDoiHL8cX .mbr-section-btn {
  color: #ffffff;
}
.cid-txDoiHL8cX img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-txDoiHL8cX img {
    width: 96%;
  }
}
.cid-txDoiHL8cX .mbr-section-title,
.cid-txDoiHL8cX .title-wrapper {
  color: #ff8500;
}
.cid-txEEJNJ3hu {
  padding-top: 90px;
  padding-bottom: 90px;
  background: #111111;
}
.cid-txEEJNJ3hu img {
  width: 120px;
  margin: auto;
}
.cid-txEEJNJ3hu .card {
  height: fit-content;
  cursor: pointer;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
.cid-txEEJNJ3hu .card img {
  filter: brightness(2);
}
@media (min-width: 992px) {
  .cid-txEEJNJ3hu .card {
    max-width: 20%;
  }
}
.cid-ty6ylLIM7U {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #040402;
}
.cid-ty6ylLIM7U .mbr-fallback-image.disabled {
  display: none;
}
.cid-ty6ylLIM7U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ty6ylLIM7U .mbr-section-head {
  width: 100%;
  margin-bottom: 30px;
}
.cid-ty6ylLIM7U .mbr-section-title {
  color: #ff8500;
  margin-bottom: 0;
}
.cid-ty6ylLIM7U .mbr-section-subtitle {
  color: #303030;
  margin-top: 16px;
}
@media (max-width: 991px) {
  .cid-ty6ylLIM7U .col-text {
    margin-bottom: 50px;
  }
}
.cid-ty6ylLIM7U .mbr-text {
  color: #ffffff;
  margin-bottom: 35px;
}
.cid-ty6ylLIM7U .items-wrap {
  display: flex;
  align-items: flex-start;
  column-gap: 50px;
}
@media (max-width: 575px) {
  .cid-ty6ylLIM7U .items-wrap {
    flex-wrap: wrap;
    row-gap: 27px;
  }
}
.cid-ty6ylLIM7U .item-wrap {
  width: calc(50% - 25px);
}
@media (max-width: 575px) {
  .cid-ty6ylLIM7U .item-wrap {
    width: 100%;
  }
}
.cid-ty6ylLIM7U .item-title {
  color: #303030;
  margin-bottom: 18px;
}
.cid-ty6ylLIM7U .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  color: #ffffff;
}
.cid-ty6ylLIM7U .item-text {
  margin-bottom: 6px;
}
.cid-ty6ylLIM7U .form-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}
.cid-ty6ylLIM7U form {
  width: 100%;
}
.cid-ty6ylLIM7U form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
  z-index: 2;
}
.cid-ty6ylLIM7U form p {
  color: #353535;
}
.cid-ty6ylLIM7U form .form-group {
  margin-top: 0 !important;
  margin-bottom: 18px !important;
}
.cid-ty6ylLIM7U form .form-control {
  height: 44px;
  border: none !important;
  border-bottom: 2px solid #303030 !important;
  background: transparent;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  margin-bottom: 0;
  padding: 5px 0;
  font-size: 19px;
  line-height: 28px;
  color: #303030;
  font-weight: 400;
  transition: .3s;
}
.cid-ty6ylLIM7U form .form-control::-webkit-input-placeholder {
  color: #303030;
}
.cid-ty6ylLIM7U form .form-control::-moz-placeholder {
  color: #303030;
}
.cid-ty6ylLIM7U form .form-control:-moz-placeholder {
  color: #303030;
}
.cid-ty6ylLIM7U form .form-control:-ms-input-placeholder {
  color: #303030;
}
.cid-ty6ylLIM7U form select {
  color: #303030 !important;
}
.cid-ty6ylLIM7U form textarea {
  height: 140px !important;
  min-height: 140px !important;
  padding: 5px 0;
  resize: none;
}
.cid-ty6ylLIM7U form textarea::-webkit-input-placeholder {
  color: #303030 !important;
}
.cid-ty6ylLIM7U form textarea::-moz-placeholder {
  color: #303030 !important;
}
.cid-ty6ylLIM7U form textarea:-moz-placeholder {
  color: #303030 !important;
}
.cid-ty6ylLIM7U form textarea:-ms-input-placeholder {
  color: #303030 !important;
}
.cid-ty6ylLIM7U form input,
.cid-ty6ylLIM7U form textarea {
  transition: .3s all;
}
.cid-ty6ylLIM7U form input:active,
.cid-ty6ylLIM7U form textarea:active,
.cid-ty6ylLIM7U form input:focus,
.cid-ty6ylLIM7U form textarea:focus {
  background-color: transparent !important;
  border-color: #303030 !important;
  outline: none !important;
}
.cid-ty6ylLIM7U form input:active::-webkit-input-placeholder,
.cid-ty6ylLIM7U form textarea:active::-webkit-input-placeholder,
.cid-ty6ylLIM7U form input:focus::-webkit-input-placeholder,
.cid-ty6ylLIM7U form textarea:focus::-webkit-input-placeholder {
  color: #303030 !important;
}
.cid-ty6ylLIM7U form input:active::-moz-placeholder,
.cid-ty6ylLIM7U form textarea:active::-moz-placeholder,
.cid-ty6ylLIM7U form input:focus::-moz-placeholder,
.cid-ty6ylLIM7U form textarea:focus::-moz-placeholder {
  color: #303030 !important;
}
.cid-ty6ylLIM7U form input:active:-moz-placeholder,
.cid-ty6ylLIM7U form textarea:active:-moz-placeholder,
.cid-ty6ylLIM7U form input:focus:-moz-placeholder,
.cid-ty6ylLIM7U form textarea:focus:-moz-placeholder {
  color: #303030 !important;
}
.cid-ty6ylLIM7U form input:active:-ms-input-placeholder,
.cid-ty6ylLIM7U form textarea:active:-ms-input-placeholder,
.cid-ty6ylLIM7U form input:focus:-ms-input-placeholder,
.cid-ty6ylLIM7U form textarea:focus:-ms-input-placeholder {
  color: #303030 !important;
}
.cid-ty6ylLIM7U form .row {
  flex-wrap: wrap;
  margin-left: -8px !important;
  margin-right: -8px !important;
}
.cid-ty6ylLIM7U form .row [class*=col] {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.cid-ty6ylLIM7U form label {
  width: 100%;
  color: #303030;
  margin-bottom: 6px;
}
.cid-ty6ylLIM7U form .form-check label {
  color: #303030;
}
.cid-ty6ylLIM7U form .form-check-input {
  border-color: #303030 !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-ty6ylLIM7U form .form-check-input:focus,
.cid-ty6ylLIM7U form .form-check-input:hover {
  background-color: #303030 !important;
  border-color: #303030 !important;
}
.cid-ty6ylLIM7U form .form-check-input:checked {
  border-color: #303030 !important;
  background-color: #303030 !important;
}
.cid-txEOcbGU5E {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #191919;
}
.cid-txEOcbGU5E .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-txEOcbGU5E .item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.3rem 0;
}
.cid-txEOcbGU5E .item p {
  margin: 0;
  padding-left: 0.5rem;
}
.cid-txEOcbGU5E .title {
  background: linear-gradient(to left, #ff8500, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #ff8500;
}
.cid-txEOcbGU5E .container {
  max-width: 1400px;
}
.cid-txEOcbGU5E li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-txEOcbGU5E .time {
  line-height: 2;
}
.cid-txEOcbGU5E .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-txEOcbGU5E .text-wrap {
  width: 100%;
}
.cid-txEOcbGU5E .item-wrap {
  display: inline-block;
}
.cid-txEOcbGU5E .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-txEOcbGU5E .socicon-wrap .mbr-iconfont {
  font-size: 1.3rem;
  background: linear-gradient(to left, #ff8500, #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-txEOcbGU5E .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-txEOcbGU5E .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-txEOcbGU5E .socicon-wrap {
    margin: auto;
  }
}
.cid-txEOcbGU5E .mbr-text {
  color: #999999;
}
.cid-txEOcbGU5E .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-txEOcbGU5E .icon-title,
.cid-txEOcbGU5E .align-wrap {
  color: #999999;
  width: 100%;
  text-align: center;
}
.cid-txEOcbGU5E .item-text,
.cid-txEOcbGU5E .item-icon {
  color: #999999;
}
.cid-tzmhWoxSN3 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #191919;
}
.cid-tzmhWoxSN3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzmhWoxSN3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzmhWoxSN3 .mbr-title {
  margin-bottom: 30px;
  color: #ff8500;
}
@media (max-width: 575px) {
  .cid-tzmhWoxSN3 .mbr-title {
    margin-bottom: 10px;
  }
}
.cid-tzmhWoxSN3 .mbr-subtitle {
  padding-top: 20px;
  color: #747474;
}
.cid-tzmhWoxSN3 .mbr-text {
  padding-top: 30px;
  color: #747474;
}
.cid-tzmhWoxSN3 .mbr-section-btn {
  padding-top: 40px;
}
.cid-tyM102vRQL.popup-builder {
  background-color: #ffffff;
}
.cid-tyM102vRQL.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tyM102vRQL.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tyM102vRQL .modal-content,
.cid-tyM102vRQL .modal-dialog {
  height: auto;
}
.cid-tyM102vRQL .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tyM102vRQL .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tyM102vRQL .form-wrapper .mbr-form .form-group,
  .cid-tyM102vRQL .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tyM102vRQL .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tyM102vRQL .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-tyM102vRQL .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-tyM102vRQL .pt-0 {
  padding-top: 0 !important;
}
.cid-tyM102vRQL .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tyM102vRQL .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tyM102vRQL .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tyM102vRQL .modal-open {
  overflow: hidden;
}
.cid-tyM102vRQL .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tyM102vRQL .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tyM102vRQL .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tyM102vRQL .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-tyM102vRQL .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tyM102vRQL .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tyM102vRQL .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tyM102vRQL .modal-content {
  background: #111111;
  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-tyM102vRQL .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tyM102vRQL .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tyM102vRQL .modal-backdrop.fade {
  opacity: 0;
}
.cid-tyM102vRQL .modal-backdrop.show {
  opacity: .5;
}
.cid-tyM102vRQL .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tyM102vRQL .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tyM102vRQL .modal-header {
    padding: 1rem;
  }
}
.cid-tyM102vRQL .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tyM102vRQL .modal-header .close svg {
  fill: #ffffff;
}
.cid-tyM102vRQL .modal-header .close:hover {
  opacity: 1;
}
.cid-tyM102vRQL .modal-header .close:focus {
  outline: none;
}
.cid-tyM102vRQL .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ff8500;
}
.cid-tyM102vRQL .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tyM102vRQL .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tyM102vRQL .modal-body {
    padding: 1rem;
  }
}
.cid-tyM102vRQL .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tyM102vRQL .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tyM102vRQL .modal-footer {
    padding: 1rem;
  }
}
.cid-tyM102vRQL .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tyM102vRQL .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tyM102vRQL .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tyM102vRQL .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tyM102vRQL .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tyM102vRQL .modal-lg,
  .cid-tyM102vRQL .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tyM102vRQL .modal-xl {
    max-width: 1140px;
  }
}
.cid-tyM102vRQL .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tyM102vRQL .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-tyM102vRQL .form-group {
  margin-bottom: 1rem;
}
.cid-tyM102vRQL .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tyM102vRQL .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tyM102vRQL .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-tyM102vRQL .mbr-section-btn {
  margin: 0;
}
.cid-tyM102vRQL .mbr-section-btn .btn {
  margin: 0;
}
.cid-txEKEJGHBo .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-txEKEJGHBo .btn {
  white-space: nowrap;
}
.cid-txEKEJGHBo .nav-link,
.cid-txEKEJGHBo .icons-menu .mbr-iconfont,
.cid-txEKEJGHBo .dropdown-item {
  transition: all 0.1s;
}
.cid-txEKEJGHBo .nav-link:hover,
.cid-txEKEJGHBo .icons-menu .mbr-iconfont:hover,
.cid-txEKEJGHBo .dropdown-item:hover {
  color: #ff8500 !important;
}
@media (max-width: 992px) {
  .cid-txEKEJGHBo .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-txEKEJGHBo .container {
  display: flex;
  margin: auto;
}
.cid-txEKEJGHBo .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #040402;
  background: none;
}
.cid-txEKEJGHBo .navbar.opened {
  transition: all .3s;
}
.cid-txEKEJGHBo .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-txEKEJGHBo .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-txEKEJGHBo .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-txEKEJGHBo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-txEKEJGHBo .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-txEKEJGHBo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-txEKEJGHBo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-txEKEJGHBo .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-txEKEJGHBo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-txEKEJGHBo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-txEKEJGHBo .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-txEKEJGHBo .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-txEKEJGHBo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-txEKEJGHBo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-txEKEJGHBo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-txEKEJGHBo .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-txEKEJGHBo .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-txEKEJGHBo .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-txEKEJGHBo .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-txEKEJGHBo .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-txEKEJGHBo .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-txEKEJGHBo .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-txEKEJGHBo .navbar.navbar-short {
  background: #040402 !important;
  min-height: 60px;
}
.cid-txEKEJGHBo .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-txEKEJGHBo .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-txEKEJGHBo .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-txEKEJGHBo .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-txEKEJGHBo .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-txEKEJGHBo .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-txEKEJGHBo .navbar-caption {
  padding-right: 4rem;
}
.cid-txEKEJGHBo .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-txEKEJGHBo .dropdown-menu,
.cid-txEKEJGHBo .navbar.opened {
  background: #191919 !important;
}
.cid-txEKEJGHBo .nav-item:focus,
.cid-txEKEJGHBo .nav-link:focus {
  outline: none;
}
.cid-txEKEJGHBo .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-txEKEJGHBo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-txEKEJGHBo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-txEKEJGHBo .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-txEKEJGHBo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-txEKEJGHBo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-txEKEJGHBo .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-txEKEJGHBo .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-txEKEJGHBo .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-txEKEJGHBo .dropdown-item.active,
.cid-txEKEJGHBo .dropdown-item:active {
  background-color: transparent;
}
.cid-txEKEJGHBo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-txEKEJGHBo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-txEKEJGHBo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-txEKEJGHBo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #040402;
}
.cid-txEKEJGHBo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-txEKEJGHBo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-txEKEJGHBo ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-txEKEJGHBo .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-txEKEJGHBo button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-txEKEJGHBo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff8500;
}
.cid-txEKEJGHBo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-txEKEJGHBo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-txEKEJGHBo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-txEKEJGHBo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-txEKEJGHBo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-txEKEJGHBo nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-txEKEJGHBo nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-txEKEJGHBo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-txEKEJGHBo .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-txEKEJGHBo a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-txEKEJGHBo .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-txEKEJGHBo .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-txEKEJGHBo .navbar {
    height: 77px;
  }
  .cid-txEKEJGHBo .navbar.opened {
    height: auto;
  }
  .cid-txEKEJGHBo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-txEKEJGHBo .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-txDrnMLSNS {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #040402;
}
.cid-txDrnMLSNS H1 {
  color: #e2090d;
}
.cid-txDrnMLSNS h1 {
  background: linear-gradient(to left, #ff8500, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-txDrnMLSNS img {
  width: 100%;
}
.cid-txDrnMLSNS .mbr-text,
.cid-txDrnMLSNS .mbr-section-btn {
  color: #ffffff;
}
.cid-txDAfsRSwU {
  background: #191919;
}
.cid-txDAfsRSwU .text-wrapper {
  margin-bottom: 85px;
}
.cid-txDAfsRSwU .list-group-item {
  background-color: transparent;
  padding: .5rem 3.25rem;
}
.cid-txDAfsRSwU .plan-body {
  border-top: 1px solid #000000;
  padding: 30px;
}
.cid-txDAfsRSwU .plan-header {
  padding: 30px;
  position: relative;
}
.cid-txDAfsRSwU .dollar {
  font-size: 18px;
  vertical-align: top;
}
.cid-txDAfsRSwU .plan {
  height: 100%;
  border: 1px solid #000000;
  word-break: break-word;
  background-color: #ffffff;
}
.cid-txDAfsRSwU .plan .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
}
.cid-txDAfsRSwU .sideB {
  background-color: #ffffff;
}
.cid-txDAfsRSwU .side {
  background-color: #6f8bab;
  background: rgba(111, 139, 171, 0.2);
}
.cid-txDAfsRSwU .centerB {
  background-color: #edfdff;
}
.cid-txDAfsRSwU .center {
  background-color: #d3f1f5;
  background: #d3f1f5;
}
@media (max-width: 991px) {
  .cid-txDAfsRSwU .wrapper {
    margin-bottom: 2rem;
  }
}
.cid-txDAfsRSwU .mbr-section-btn {
  margin: 0;
}
.cid-txDAfsRSwU .btn {
  min-height: 50px;
  box-shadow: none !important;
  border-radius: 0 !important;
  font-weight: 400;
  margin: 26px 0 0 0;
  padding: 8px 16px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-txDAfsRSwU .display-1 {
    font-size: 70px;
  }
  .cid-txDAfsRSwU .display-5 {
    font-size: 29px;
  }
  .cid-txDAfsRSwU .display-7 {
    font-size: 24px;
  }
}
.cid-txDAfsRSwU .popular {
  padding: .5rem 1rem;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translate(-50%);
  background-color: #ff8500;
  color: #ffffff;
}
.cid-txDAfsRSwU .price-term {
  line-height: 20px !important;
}
.cid-txDAfsRSwU .mbr-section-title {
  text-align: center;
  color: #ff8500;
}
.cid-txDAfsRSwU .mbr-section-subtitle {
  text-align: center;
}
.cid-txDAfsRSwU .mbr-text {
  text-align: center;
}
.cid-txDrnNiaMV {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #040402;
}
.cid-txDrnNiaMV .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #ff8500, #e2090d);
}
.cid-txDrnNiaMV .mbr-text,
.cid-txDrnNiaMV .mbr-section-btn {
  color: #ffffff;
}
.cid-txDrnNiaMV img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-txDrnNiaMV img {
    width: 96%;
  }
}
.cid-txDrnNiaMV .mbr-section-title,
.cid-txDrnNiaMV .title-wrapper {
  color: #ff8500;
}
.cid-txDEGOYTVo {
  padding-top: 90px;
  padding-bottom: 90px;
  background: #111111;
}
.cid-txDEGOYTVo img {
  width: 120px;
  margin: auto;
}
.cid-txDEGOYTVo .card {
  height: fit-content;
  cursor: pointer;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
.cid-txDEGOYTVo .card img {
  filter: brightness(2);
}
@media (min-width: 992px) {
  .cid-txDEGOYTVo .card {
    max-width: 20%;
  }
}
.cid-ty6yw0rQlW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #040402;
}
.cid-ty6yw0rQlW .mbr-fallback-image.disabled {
  display: none;
}
.cid-ty6yw0rQlW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ty6yw0rQlW .mbr-section-head {
  width: 100%;
  margin-bottom: 30px;
}
.cid-ty6yw0rQlW .mbr-section-title {
  color: #ff8500;
  margin-bottom: 0;
}
.cid-ty6yw0rQlW .mbr-section-subtitle {
  color: #303030;
  margin-top: 16px;
}
@media (max-width: 991px) {
  .cid-ty6yw0rQlW .col-text {
    margin-bottom: 50px;
  }
}
.cid-ty6yw0rQlW .mbr-text {
  color: #ffffff;
  margin-bottom: 35px;
}
.cid-ty6yw0rQlW .items-wrap {
  display: flex;
  align-items: flex-start;
  column-gap: 50px;
}
@media (max-width: 575px) {
  .cid-ty6yw0rQlW .items-wrap {
    flex-wrap: wrap;
    row-gap: 27px;
  }
}
.cid-ty6yw0rQlW .item-wrap {
  width: calc(50% - 25px);
}
@media (max-width: 575px) {
  .cid-ty6yw0rQlW .item-wrap {
    width: 100%;
  }
}
.cid-ty6yw0rQlW .item-title {
  color: #303030;
  margin-bottom: 18px;
}
.cid-ty6yw0rQlW .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  color: #ffffff;
}
.cid-ty6yw0rQlW .item-text {
  margin-bottom: 6px;
}
.cid-ty6yw0rQlW .form-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}
.cid-ty6yw0rQlW form {
  width: 100%;
}
.cid-ty6yw0rQlW form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
  z-index: 2;
}
.cid-ty6yw0rQlW form p {
  color: #353535;
}
.cid-ty6yw0rQlW form .form-group {
  margin-top: 0 !important;
  margin-bottom: 18px !important;
}
.cid-ty6yw0rQlW form .form-control {
  height: 44px;
  border: none !important;
  border-bottom: 2px solid #303030 !important;
  background: transparent;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  margin-bottom: 0;
  padding: 5px 0;
  font-size: 19px;
  line-height: 28px;
  color: #303030;
  font-weight: 400;
  transition: .3s;
}
.cid-ty6yw0rQlW form .form-control::-webkit-input-placeholder {
  color: #303030;
}
.cid-ty6yw0rQlW form .form-control::-moz-placeholder {
  color: #303030;
}
.cid-ty6yw0rQlW form .form-control:-moz-placeholder {
  color: #303030;
}
.cid-ty6yw0rQlW form .form-control:-ms-input-placeholder {
  color: #303030;
}
.cid-ty6yw0rQlW form select {
  color: #303030 !important;
}
.cid-ty6yw0rQlW form textarea {
  height: 140px !important;
  min-height: 140px !important;
  padding: 5px 0;
  resize: none;
}
.cid-ty6yw0rQlW form textarea::-webkit-input-placeholder {
  color: #303030 !important;
}
.cid-ty6yw0rQlW form textarea::-moz-placeholder {
  color: #303030 !important;
}
.cid-ty6yw0rQlW form textarea:-moz-placeholder {
  color: #303030 !important;
}
.cid-ty6yw0rQlW form textarea:-ms-input-placeholder {
  color: #303030 !important;
}
.cid-ty6yw0rQlW form input,
.cid-ty6yw0rQlW form textarea {
  transition: .3s all;
}
.cid-ty6yw0rQlW form input:active,
.cid-ty6yw0rQlW form textarea:active,
.cid-ty6yw0rQlW form input:focus,
.cid-ty6yw0rQlW form textarea:focus {
  background-color: transparent !important;
  border-color: #303030 !important;
  outline: none !important;
}
.cid-ty6yw0rQlW form input:active::-webkit-input-placeholder,
.cid-ty6yw0rQlW form textarea:active::-webkit-input-placeholder,
.cid-ty6yw0rQlW form input:focus::-webkit-input-placeholder,
.cid-ty6yw0rQlW form textarea:focus::-webkit-input-placeholder {
  color: #303030 !important;
}
.cid-ty6yw0rQlW form input:active::-moz-placeholder,
.cid-ty6yw0rQlW form textarea:active::-moz-placeholder,
.cid-ty6yw0rQlW form input:focus::-moz-placeholder,
.cid-ty6yw0rQlW form textarea:focus::-moz-placeholder {
  color: #303030 !important;
}
.cid-ty6yw0rQlW form input:active:-moz-placeholder,
.cid-ty6yw0rQlW form textarea:active:-moz-placeholder,
.cid-ty6yw0rQlW form input:focus:-moz-placeholder,
.cid-ty6yw0rQlW form textarea:focus:-moz-placeholder {
  color: #303030 !important;
}
.cid-ty6yw0rQlW form input:active:-ms-input-placeholder,
.cid-ty6yw0rQlW form textarea:active:-ms-input-placeholder,
.cid-ty6yw0rQlW form input:focus:-ms-input-placeholder,
.cid-ty6yw0rQlW form textarea:focus:-ms-input-placeholder {
  color: #303030 !important;
}
.cid-ty6yw0rQlW form .row {
  flex-wrap: wrap;
  margin-left: -8px !important;
  margin-right: -8px !important;
}
.cid-ty6yw0rQlW form .row [class*=col] {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.cid-ty6yw0rQlW form label {
  width: 100%;
  color: #303030;
  margin-bottom: 6px;
}
.cid-ty6yw0rQlW form .form-check label {
  color: #303030;
}
.cid-ty6yw0rQlW form .form-check-input {
  border-color: #303030 !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-ty6yw0rQlW form .form-check-input:focus,
.cid-ty6yw0rQlW form .form-check-input:hover {
  background-color: #303030 !important;
  border-color: #303030 !important;
}
.cid-ty6yw0rQlW form .form-check-input:checked {
  border-color: #303030 !important;
  background-color: #303030 !important;
}
.cid-txEOcbGU5E {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #191919;
}
.cid-txEOcbGU5E .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-txEOcbGU5E .item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.3rem 0;
}
.cid-txEOcbGU5E .item p {
  margin: 0;
  padding-left: 0.5rem;
}
.cid-txEOcbGU5E .title {
  background: linear-gradient(to left, #ff8500, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #ff8500;
}
.cid-txEOcbGU5E .container {
  max-width: 1400px;
}
.cid-txEOcbGU5E li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-txEOcbGU5E .time {
  line-height: 2;
}
.cid-txEOcbGU5E .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-txEOcbGU5E .text-wrap {
  width: 100%;
}
.cid-txEOcbGU5E .item-wrap {
  display: inline-block;
}
.cid-txEOcbGU5E .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-txEOcbGU5E .socicon-wrap .mbr-iconfont {
  font-size: 1.3rem;
  background: linear-gradient(to left, #ff8500, #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-txEOcbGU5E .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-txEOcbGU5E .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-txEOcbGU5E .socicon-wrap {
    margin: auto;
  }
}
.cid-txEOcbGU5E .mbr-text {
  color: #999999;
}
.cid-txEOcbGU5E .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-txEOcbGU5E .icon-title,
.cid-txEOcbGU5E .align-wrap {
  color: #999999;
  width: 100%;
  text-align: center;
}
.cid-txEOcbGU5E .item-text,
.cid-txEOcbGU5E .item-icon {
  color: #999999;
}
.cid-tzmi2bNbcI {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #191919;
}
.cid-tzmi2bNbcI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzmi2bNbcI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzmi2bNbcI .mbr-title {
  margin-bottom: 30px;
  color: #ff8500;
}
@media (max-width: 575px) {
  .cid-tzmi2bNbcI .mbr-title {
    margin-bottom: 10px;
  }
}
.cid-tzmi2bNbcI .mbr-subtitle {
  padding-top: 20px;
  color: #747474;
}
.cid-tzmi2bNbcI .mbr-text {
  padding-top: 30px;
  color: #747474;
}
.cid-tzmi2bNbcI .mbr-section-btn {
  padding-top: 40px;
}
.cid-tyM0PgBCQR.popup-builder {
  background-color: #ffffff;
}
.cid-tyM0PgBCQR.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tyM0PgBCQR.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tyM0PgBCQR .modal-content,
.cid-tyM0PgBCQR .modal-dialog {
  height: auto;
}
.cid-tyM0PgBCQR .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tyM0PgBCQR .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tyM0PgBCQR .form-wrapper .mbr-form .form-group,
  .cid-tyM0PgBCQR .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tyM0PgBCQR .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tyM0PgBCQR .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-tyM0PgBCQR .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-tyM0PgBCQR .pt-0 {
  padding-top: 0 !important;
}
.cid-tyM0PgBCQR .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tyM0PgBCQR .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tyM0PgBCQR .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tyM0PgBCQR .modal-open {
  overflow: hidden;
}
.cid-tyM0PgBCQR .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tyM0PgBCQR .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tyM0PgBCQR .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tyM0PgBCQR .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-tyM0PgBCQR .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tyM0PgBCQR .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tyM0PgBCQR .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tyM0PgBCQR .modal-content {
  background: #111111;
  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-tyM0PgBCQR .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tyM0PgBCQR .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tyM0PgBCQR .modal-backdrop.fade {
  opacity: 0;
}
.cid-tyM0PgBCQR .modal-backdrop.show {
  opacity: .5;
}
.cid-tyM0PgBCQR .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tyM0PgBCQR .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tyM0PgBCQR .modal-header {
    padding: 1rem;
  }
}
.cid-tyM0PgBCQR .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tyM0PgBCQR .modal-header .close svg {
  fill: #ffffff;
}
.cid-tyM0PgBCQR .modal-header .close:hover {
  opacity: 1;
}
.cid-tyM0PgBCQR .modal-header .close:focus {
  outline: none;
}
.cid-tyM0PgBCQR .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ff8500;
}
.cid-tyM0PgBCQR .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tyM0PgBCQR .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tyM0PgBCQR .modal-body {
    padding: 1rem;
  }
}
.cid-tyM0PgBCQR .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tyM0PgBCQR .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tyM0PgBCQR .modal-footer {
    padding: 1rem;
  }
}
.cid-tyM0PgBCQR .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tyM0PgBCQR .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tyM0PgBCQR .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tyM0PgBCQR .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tyM0PgBCQR .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tyM0PgBCQR .modal-lg,
  .cid-tyM0PgBCQR .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tyM0PgBCQR .modal-xl {
    max-width: 1140px;
  }
}
.cid-tyM0PgBCQR .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tyM0PgBCQR .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-tyM0PgBCQR .form-group {
  margin-bottom: 1rem;
}
.cid-tyM0PgBCQR .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tyM0PgBCQR .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tyM0PgBCQR .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-tyM0PgBCQR .mbr-section-btn {
  margin: 0;
}
.cid-tyM0PgBCQR .mbr-section-btn .btn {
  margin: 0;
}
.cid-txEKEJGHBo .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-txEKEJGHBo .btn {
  white-space: nowrap;
}
.cid-txEKEJGHBo .nav-link,
.cid-txEKEJGHBo .icons-menu .mbr-iconfont,
.cid-txEKEJGHBo .dropdown-item {
  transition: all 0.1s;
}
.cid-txEKEJGHBo .nav-link:hover,
.cid-txEKEJGHBo .icons-menu .mbr-iconfont:hover,
.cid-txEKEJGHBo .dropdown-item:hover {
  color: #ff8500 !important;
}
@media (max-width: 992px) {
  .cid-txEKEJGHBo .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-txEKEJGHBo .container {
  display: flex;
  margin: auto;
}
.cid-txEKEJGHBo .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #040402;
  background: none;
}
.cid-txEKEJGHBo .navbar.opened {
  transition: all .3s;
}
.cid-txEKEJGHBo .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-txEKEJGHBo .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-txEKEJGHBo .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-txEKEJGHBo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-txEKEJGHBo .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-txEKEJGHBo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-txEKEJGHBo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-txEKEJGHBo .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-txEKEJGHBo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-txEKEJGHBo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-txEKEJGHBo .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-txEKEJGHBo .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-txEKEJGHBo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-txEKEJGHBo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-txEKEJGHBo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-txEKEJGHBo .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-txEKEJGHBo .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-txEKEJGHBo .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-txEKEJGHBo .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-txEKEJGHBo .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-txEKEJGHBo .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-txEKEJGHBo .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-txEKEJGHBo .navbar.navbar-short {
  background: #040402 !important;
  min-height: 60px;
}
.cid-txEKEJGHBo .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-txEKEJGHBo .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-txEKEJGHBo .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-txEKEJGHBo .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-txEKEJGHBo .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-txEKEJGHBo .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-txEKEJGHBo .navbar-caption {
  padding-right: 4rem;
}
.cid-txEKEJGHBo .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-txEKEJGHBo .dropdown-menu,
.cid-txEKEJGHBo .navbar.opened {
  background: #191919 !important;
}
.cid-txEKEJGHBo .nav-item:focus,
.cid-txEKEJGHBo .nav-link:focus {
  outline: none;
}
.cid-txEKEJGHBo .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-txEKEJGHBo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-txEKEJGHBo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-txEKEJGHBo .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-txEKEJGHBo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-txEKEJGHBo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-txEKEJGHBo .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-txEKEJGHBo .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-txEKEJGHBo .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-txEKEJGHBo .dropdown-item.active,
.cid-txEKEJGHBo .dropdown-item:active {
  background-color: transparent;
}
.cid-txEKEJGHBo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-txEKEJGHBo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-txEKEJGHBo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-txEKEJGHBo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #040402;
}
.cid-txEKEJGHBo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-txEKEJGHBo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-txEKEJGHBo ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-txEKEJGHBo .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-txEKEJGHBo button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-txEKEJGHBo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff8500;
}
.cid-txEKEJGHBo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-txEKEJGHBo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-txEKEJGHBo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-txEKEJGHBo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-txEKEJGHBo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-txEKEJGHBo nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-txEKEJGHBo nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-txEKEJGHBo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-txEKEJGHBo .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-txEKEJGHBo a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-txEKEJGHBo .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-txEKEJGHBo .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-txEKEJGHBo .navbar {
    height: 77px;
  }
  .cid-txEKEJGHBo .navbar.opened {
    height: auto;
  }
  .cid-txEKEJGHBo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-txEKEJGHBo .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-txDrkqxZh4 {
  padding-top: 105px;
  padding-bottom: 60px;
  background-color: #040402;
}
.cid-txDrkqxZh4 H1 {
  color: #e2090d;
}
.cid-txDrkqxZh4 h1 {
  background: linear-gradient(to left, #ff8500, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-txDrkqxZh4 img {
  width: 100%;
}
.cid-txDrkqxZh4 .mbr-text,
.cid-txDrkqxZh4 .mbr-section-btn {
  color: #ffffff;
}
.cid-txJhcH8who {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #191919;
}
.cid-txJhcH8who .mbr-fallback-image.disabled {
  display: none;
}
.cid-txJhcH8who .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txJhcH8who .mbr-title {
  margin-bottom: 30px;
  color: #ff8500;
}
@media (max-width: 575px) {
  .cid-txJhcH8who .mbr-title {
    margin-bottom: 10px;
  }
}
.cid-txJhcH8who .mbr-subtitle {
  padding-top: 20px;
  color: #747474;
}
.cid-txJhcH8who .mbr-text {
  padding-top: 30px;
  color: #747474;
}
.cid-txJhcH8who .mbr-section-btn {
  padding-top: 40px;
}
.cid-txJhcH8who .mbr-text,
.cid-txJhcH8who .mbr-section-btn {
  color: #ffffff;
}
.cid-ty7a7MhW9G {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #040402;
}
.cid-ty7a7MhW9G .mbr-fallback-image.disabled {
  display: none;
}
.cid-ty7a7MhW9G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@keyframes wave1 {
  0% {
    left: -30%;
  }
  100% {
    left: -1%;
  }
}
.cid-ty7a7MhW9G b,
.cid-ty7a7MhW9G strong {
  font-weight: 900;
}
.cid-ty7a7MhW9G .row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-ty7a7MhW9G img {
    padding: 0 4rem;
  }
}
@media (max-width: 992px) {
  .cid-ty7a7MhW9G img {
    padding-bottom: 2rem;
  }
}
.cid-ty7a7MhW9G .link-wrapper {
  width: fit-content;
  position: relative;
  display: inline-block;
  overflow: hidden;
  cursor: pointer;
  padding-bottom: 10px;
}
.cid-ty7a7MhW9G .link-wrapper .svg1 {
  position: absolute;
  top: 60%;
  width: 130%;
  min-width: 300px;
  left: -30%;
  height: auto;
}
.cid-ty7a7MhW9G .link-wrapper .svg1 path {
  stroke: currentColor !important;
}
.cid-ty7a7MhW9G .link-wrapper:hover .svg1 {
  animation: 1s linear forwards infinite wave1;
}
.cid-ty7a7MhW9G .row {
  align-items: center;
}
.cid-ty7a7MhW9G .mbr-section-title {
  color: #ff8500;
}
.cid-ty7a7MhW9G .mbr-text,
.cid-ty7a7MhW9G .mbr-section-btn {
  color: #ffffff;
}
.cid-ty7a7MhW9G .mbr-link,
.cid-ty7a7MhW9G .link-wrapper {
  color: #ffffff;
}
.cid-ty7a7MhW9G .mbr-text,
.cid-ty7a7MhW9G .text-wrapper {
  color: #ffffff;
}
.cid-ty7a7MhW9G .mbr-link,
.cid-ty7a7MhW9G .text-wrapper,
.cid-ty7a7MhW9G path {
  color: #ffffff;
}
.cid-ty78WJLWL3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #111111;
}
.cid-ty78WJLWL3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ty78WJLWL3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@keyframes wave1 {
  0% {
    left: -30%;
  }
  100% {
    left: -1%;
  }
}
.cid-ty78WJLWL3 b,
.cid-ty78WJLWL3 strong {
  font-weight: 900;
}
@media (min-width: 992px) {
  .cid-ty78WJLWL3 img {
    padding: 0 4rem;
  }
}
@media (max-width: 992px) {
  .cid-ty78WJLWL3 img {
    padding-bottom: 2rem;
  }
}
.cid-ty78WJLWL3 .link-wrapper {
  width: fit-content;
  position: relative;
  display: inline-block;
  overflow: hidden;
  cursor: pointer;
  padding-bottom: 10px;
}
.cid-ty78WJLWL3 .link-wrapper .svg1 {
  position: absolute;
  top: 60%;
  width: 130%;
  min-width: 300px;
  left: -30%;
  height: auto;
}
.cid-ty78WJLWL3 .link-wrapper .svg1 path {
  stroke: currentColor !important;
}
.cid-ty78WJLWL3 .link-wrapper:hover .svg1 {
  animation: 1s linear forwards infinite wave1;
}
.cid-ty78WJLWL3 .row {
  align-items: center;
}
.cid-ty78WJLWL3 .mbr-section-title {
  color: #ff8500;
}
.cid-ty78WJLWL3 .mbr-text,
.cid-ty78WJLWL3 .mbr-section-btn {
  color: #ffffff;
}
.cid-ty78WJLWL3 .mbr-link,
.cid-ty78WJLWL3 .link-wrapper {
  color: #ffffff;
}
.cid-ty78WJLWL3 .mbr-text,
.cid-ty78WJLWL3 .text-wrapper {
  color: #ffffff;
}
.cid-ty78WJLWL3 .mbr-link,
.cid-ty78WJLWL3 .text-wrapper,
.cid-ty78WJLWL3 path {
  color: #ffffff;
}
.cid-ty7bwWsXAU {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #040402;
}
.cid-ty7bwWsXAU .mbr-fallback-image.disabled {
  display: none;
}
.cid-ty7bwWsXAU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@keyframes wave1 {
  0% {
    left: -30%;
  }
  100% {
    left: -1%;
  }
}
.cid-ty7bwWsXAU b,
.cid-ty7bwWsXAU strong {
  font-weight: 900;
}
.cid-ty7bwWsXAU .row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-ty7bwWsXAU img {
    padding: 0 4rem;
  }
}
@media (max-width: 992px) {
  .cid-ty7bwWsXAU img {
    padding-bottom: 2rem;
  }
}
.cid-ty7bwWsXAU .link-wrapper {
  width: fit-content;
  position: relative;
  display: inline-block;
  overflow: hidden;
  cursor: pointer;
  padding-bottom: 10px;
}
.cid-ty7bwWsXAU .link-wrapper .svg1 {
  position: absolute;
  top: 60%;
  width: 130%;
  min-width: 300px;
  left: -30%;
  height: auto;
}
.cid-ty7bwWsXAU .link-wrapper .svg1 path {
  stroke: currentColor !important;
}
.cid-ty7bwWsXAU .link-wrapper:hover .svg1 {
  animation: 1s linear forwards infinite wave1;
}
.cid-ty7bwWsXAU .row {
  align-items: center;
}
.cid-ty7bwWsXAU .mbr-section-title {
  color: #ff8500;
}
.cid-ty7bwWsXAU .mbr-text,
.cid-ty7bwWsXAU .mbr-section-btn {
  color: #ffffff;
}
.cid-ty7bwWsXAU .mbr-link,
.cid-ty7bwWsXAU .link-wrapper {
  color: #ffffff;
}
.cid-ty7bwWsXAU .mbr-text,
.cid-ty7bwWsXAU .text-wrapper {
  color: #ffffff;
}
.cid-ty7bwWsXAU .mbr-link,
.cid-ty7bwWsXAU .text-wrapper,
.cid-ty7bwWsXAU path {
  color: #ffffff;
}
.cid-ty7c6q295R {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #111111;
}
.cid-ty7c6q295R .mbr-fallback-image.disabled {
  display: none;
}
.cid-ty7c6q295R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@keyframes wave1 {
  0% {
    left: -30%;
  }
  100% {
    left: -1%;
  }
}
.cid-ty7c6q295R b,
.cid-ty7c6q295R strong {
  font-weight: 900;
}
@media (min-width: 992px) {
  .cid-ty7c6q295R img {
    padding: 0 4rem;
  }
}
@media (max-width: 992px) {
  .cid-ty7c6q295R img {
    padding-bottom: 2rem;
  }
}
.cid-ty7c6q295R .link-wrapper {
  width: fit-content;
  position: relative;
  display: inline-block;
  overflow: hidden;
  cursor: pointer;
  padding-bottom: 10px;
}
.cid-ty7c6q295R .link-wrapper .svg1 {
  position: absolute;
  top: 60%;
  width: 130%;
  min-width: 300px;
  left: -30%;
  height: auto;
}
.cid-ty7c6q295R .link-wrapper .svg1 path {
  stroke: currentColor !important;
}
.cid-ty7c6q295R .link-wrapper:hover .svg1 {
  animation: 1s linear forwards infinite wave1;
}
.cid-ty7c6q295R .row {
  align-items: center;
}
.cid-ty7c6q295R .mbr-section-title {
  color: #ff8500;
}
.cid-ty7c6q295R .mbr-text,
.cid-ty7c6q295R .mbr-section-btn {
  color: #ffffff;
}
.cid-ty7c6q295R .mbr-link,
.cid-ty7c6q295R .link-wrapper {
  color: #ffffff;
}
.cid-ty7c6q295R .mbr-text,
.cid-ty7c6q295R .text-wrapper {
  color: #ffffff;
}
.cid-ty7c6q295R .mbr-link,
.cid-ty7c6q295R .text-wrapper,
.cid-ty7c6q295R path {
  color: #ffffff;
}
.cid-ty7cIwKOtT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #040402;
}
.cid-ty7cIwKOtT .mbr-fallback-image.disabled {
  display: none;
}
.cid-ty7cIwKOtT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@keyframes wave1 {
  0% {
    left: -30%;
  }
  100% {
    left: -1%;
  }
}
.cid-ty7cIwKOtT b,
.cid-ty7cIwKOtT strong {
  font-weight: 900;
}
.cid-ty7cIwKOtT .row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-ty7cIwKOtT img {
    padding: 0 4rem;
  }
}
@media (max-width: 992px) {
  .cid-ty7cIwKOtT img {
    padding-bottom: 2rem;
  }
}
.cid-ty7cIwKOtT .link-wrapper {
  width: fit-content;
  position: relative;
  display: inline-block;
  overflow: hidden;
  cursor: pointer;
  padding-bottom: 10px;
}
.cid-ty7cIwKOtT .link-wrapper .svg1 {
  position: absolute;
  top: 60%;
  width: 130%;
  min-width: 300px;
  left: -30%;
  height: auto;
}
.cid-ty7cIwKOtT .link-wrapper .svg1 path {
  stroke: currentColor !important;
}
.cid-ty7cIwKOtT .link-wrapper:hover .svg1 {
  animation: 1s linear forwards infinite wave1;
}
.cid-ty7cIwKOtT .row {
  align-items: center;
}
.cid-ty7cIwKOtT .mbr-section-title {
  color: #ff8500;
}
.cid-ty7cIwKOtT .mbr-text,
.cid-ty7cIwKOtT .mbr-section-btn {
  color: #ffffff;
}
.cid-ty7cIwKOtT .mbr-link,
.cid-ty7cIwKOtT .link-wrapper {
  color: #ffffff;
}
.cid-ty7cIwKOtT .mbr-text,
.cid-ty7cIwKOtT .text-wrapper {
  color: #ffffff;
}
.cid-ty7cIwKOtT .mbr-link,
.cid-ty7cIwKOtT .text-wrapper,
.cid-ty7cIwKOtT path {
  color: #ffffff;
}
.cid-ty7duvUmUA {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #111111;
}
.cid-ty7duvUmUA .mbr-fallback-image.disabled {
  display: none;
}
.cid-ty7duvUmUA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@keyframes wave1 {
  0% {
    left: -30%;
  }
  100% {
    left: -1%;
  }
}
.cid-ty7duvUmUA b,
.cid-ty7duvUmUA strong {
  font-weight: 900;
}
@media (min-width: 992px) {
  .cid-ty7duvUmUA img {
    padding: 0 4rem;
  }
}
@media (max-width: 992px) {
  .cid-ty7duvUmUA img {
    padding-bottom: 2rem;
  }
}
.cid-ty7duvUmUA .link-wrapper {
  width: fit-content;
  position: relative;
  display: inline-block;
  overflow: hidden;
  cursor: pointer;
  padding-bottom: 10px;
}
.cid-ty7duvUmUA .link-wrapper .svg1 {
  position: absolute;
  top: 60%;
  width: 130%;
  min-width: 300px;
  left: -30%;
  height: auto;
}
.cid-ty7duvUmUA .link-wrapper .svg1 path {
  stroke: currentColor !important;
}
.cid-ty7duvUmUA .link-wrapper:hover .svg1 {
  animation: 1s linear forwards infinite wave1;
}
.cid-ty7duvUmUA .row {
  align-items: center;
}
.cid-ty7duvUmUA .mbr-section-title {
  color: #ff8500;
}
.cid-ty7duvUmUA .mbr-text,
.cid-ty7duvUmUA .mbr-section-btn {
  color: #ffffff;
}
.cid-ty7duvUmUA .mbr-link,
.cid-ty7duvUmUA .link-wrapper {
  color: #ffffff;
}
.cid-ty7duvUmUA .mbr-text,
.cid-ty7duvUmUA .text-wrapper {
  color: #ffffff;
}
.cid-ty7duvUmUA .mbr-link,
.cid-ty7duvUmUA .text-wrapper,
.cid-ty7duvUmUA path {
  color: #ffffff;
}
.cid-ty7dPQnGIO {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #040402;
}
.cid-ty7dPQnGIO .mbr-fallback-image.disabled {
  display: none;
}
.cid-ty7dPQnGIO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@keyframes wave1 {
  0% {
    left: -30%;
  }
  100% {
    left: -1%;
  }
}
.cid-ty7dPQnGIO b,
.cid-ty7dPQnGIO strong {
  font-weight: 900;
}
.cid-ty7dPQnGIO .row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-ty7dPQnGIO img {
    padding: 0 4rem;
  }
}
@media (max-width: 992px) {
  .cid-ty7dPQnGIO img {
    padding-bottom: 2rem;
  }
}
.cid-ty7dPQnGIO .link-wrapper {
  width: fit-content;
  position: relative;
  display: inline-block;
  overflow: hidden;
  cursor: pointer;
  padding-bottom: 10px;
}
.cid-ty7dPQnGIO .link-wrapper .svg1 {
  position: absolute;
  top: 60%;
  width: 130%;
  min-width: 300px;
  left: -30%;
  height: auto;
}
.cid-ty7dPQnGIO .link-wrapper .svg1 path {
  stroke: currentColor !important;
}
.cid-ty7dPQnGIO .link-wrapper:hover .svg1 {
  animation: 1s linear forwards infinite wave1;
}
.cid-ty7dPQnGIO .row {
  align-items: center;
}
.cid-ty7dPQnGIO .mbr-section-title {
  color: #ff8500;
}
.cid-ty7dPQnGIO .mbr-text,
.cid-ty7dPQnGIO .mbr-section-btn {
  color: #ffffff;
}
.cid-ty7dPQnGIO .mbr-link,
.cid-ty7dPQnGIO .link-wrapper {
  color: #ffffff;
}
.cid-ty7dPQnGIO .mbr-text,
.cid-ty7dPQnGIO .text-wrapper {
  color: #ffffff;
}
.cid-ty7dPQnGIO .mbr-link,
.cid-ty7dPQnGIO .text-wrapper,
.cid-ty7dPQnGIO path {
  color: #ffffff;
}
.cid-ty7e7tMZfM {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #111111;
}
.cid-ty7e7tMZfM .mbr-fallback-image.disabled {
  display: none;
}
.cid-ty7e7tMZfM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@keyframes wave1 {
  0% {
    left: -30%;
  }
  100% {
    left: -1%;
  }
}
.cid-ty7e7tMZfM b,
.cid-ty7e7tMZfM strong {
  font-weight: 900;
}
@media (min-width: 992px) {
  .cid-ty7e7tMZfM img {
    padding: 0 4rem;
  }
}
@media (max-width: 992px) {
  .cid-ty7e7tMZfM img {
    padding-bottom: 2rem;
  }
}
.cid-ty7e7tMZfM .link-wrapper {
  width: fit-content;
  position: relative;
  display: inline-block;
  overflow: hidden;
  cursor: pointer;
  padding-bottom: 10px;
}
.cid-ty7e7tMZfM .link-wrapper .svg1 {
  position: absolute;
  top: 60%;
  width: 130%;
  min-width: 300px;
  left: -30%;
  height: auto;
}
.cid-ty7e7tMZfM .link-wrapper .svg1 path {
  stroke: currentColor !important;
}
.cid-ty7e7tMZfM .link-wrapper:hover .svg1 {
  animation: 1s linear forwards infinite wave1;
}
.cid-ty7e7tMZfM .row {
  align-items: center;
}
.cid-ty7e7tMZfM .mbr-section-title {
  color: #ff8500;
}
.cid-ty7e7tMZfM .mbr-text,
.cid-ty7e7tMZfM .mbr-section-btn {
  color: #ffffff;
}
.cid-ty7e7tMZfM .mbr-link,
.cid-ty7e7tMZfM .link-wrapper {
  color: #ffffff;
}
.cid-ty7e7tMZfM .mbr-text,
.cid-ty7e7tMZfM .text-wrapper {
  color: #ffffff;
}
.cid-ty7e7tMZfM .mbr-link,
.cid-ty7e7tMZfM .text-wrapper,
.cid-ty7e7tMZfM path {
  color: #ffffff;
}
.cid-ty7eEYfAyz {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #040402;
}
.cid-ty7eEYfAyz .mbr-fallback-image.disabled {
  display: none;
}
.cid-ty7eEYfAyz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@keyframes wave1 {
  0% {
    left: -30%;
  }
  100% {
    left: -1%;
  }
}
.cid-ty7eEYfAyz b,
.cid-ty7eEYfAyz strong {
  font-weight: 900;
}
.cid-ty7eEYfAyz .row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-ty7eEYfAyz img {
    padding: 0 4rem;
  }
}
@media (max-width: 992px) {
  .cid-ty7eEYfAyz img {
    padding-bottom: 2rem;
  }
}
.cid-ty7eEYfAyz .link-wrapper {
  width: fit-content;
  position: relative;
  display: inline-block;
  overflow: hidden;
  cursor: pointer;
  padding-bottom: 10px;
}
.cid-ty7eEYfAyz .link-wrapper .svg1 {
  position: absolute;
  top: 60%;
  width: 130%;
  min-width: 300px;
  left: -30%;
  height: auto;
}
.cid-ty7eEYfAyz .link-wrapper .svg1 path {
  stroke: currentColor !important;
}
.cid-ty7eEYfAyz .link-wrapper:hover .svg1 {
  animation: 1s linear forwards infinite wave1;
}
.cid-ty7eEYfAyz .row {
  align-items: center;
}
.cid-ty7eEYfAyz .mbr-section-title {
  color: #ff8500;
}
.cid-ty7eEYfAyz .mbr-text,
.cid-ty7eEYfAyz .mbr-section-btn {
  color: #ffffff;
}
.cid-ty7eEYfAyz .mbr-link,
.cid-ty7eEYfAyz .link-wrapper {
  color: #ffffff;
}
.cid-ty7eEYfAyz .mbr-text,
.cid-ty7eEYfAyz .text-wrapper {
  color: #ffffff;
}
.cid-ty7eEYfAyz .mbr-link,
.cid-ty7eEYfAyz .text-wrapper,
.cid-ty7eEYfAyz path {
  color: #ffffff;
}
.cid-ty7f4vlb1y {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #111111;
}
.cid-ty7f4vlb1y .mbr-fallback-image.disabled {
  display: none;
}
.cid-ty7f4vlb1y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@keyframes wave1 {
  0% {
    left: -30%;
  }
  100% {
    left: -1%;
  }
}
.cid-ty7f4vlb1y b,
.cid-ty7f4vlb1y strong {
  font-weight: 900;
}
@media (min-width: 992px) {
  .cid-ty7f4vlb1y img {
    padding: 0 4rem;
  }
}
@media (max-width: 992px) {
  .cid-ty7f4vlb1y img {
    padding-bottom: 2rem;
  }
}
.cid-ty7f4vlb1y .link-wrapper {
  width: fit-content;
  position: relative;
  display: inline-block;
  overflow: hidden;
  cursor: pointer;
  padding-bottom: 10px;
}
.cid-ty7f4vlb1y .link-wrapper .svg1 {
  position: absolute;
  top: 60%;
  width: 130%;
  min-width: 300px;
  left: -30%;
  height: auto;
}
.cid-ty7f4vlb1y .link-wrapper .svg1 path {
  stroke: currentColor !important;
}
.cid-ty7f4vlb1y .link-wrapper:hover .svg1 {
  animation: 1s linear forwards infinite wave1;
}
.cid-ty7f4vlb1y .row {
  align-items: center;
}
.cid-ty7f4vlb1y .mbr-section-title {
  color: #ff8500;
}
.cid-ty7f4vlb1y .mbr-text,
.cid-ty7f4vlb1y .mbr-section-btn {
  color: #ffffff;
}
.cid-ty7f4vlb1y .mbr-link,
.cid-ty7f4vlb1y .link-wrapper {
  color: #ffffff;
}
.cid-ty7f4vlb1y .mbr-text,
.cid-ty7f4vlb1y .text-wrapper {
  color: #ffffff;
}
.cid-ty7f4vlb1y .mbr-link,
.cid-ty7f4vlb1y .text-wrapper,
.cid-ty7f4vlb1y path {
  color: #ffffff;
}
.cid-txEggN9SwA {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #040402;
}
.cid-txEggN9SwA .mbr-fallback-image.disabled {
  display: none;
}
.cid-txEggN9SwA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txEggN9SwA .mbr-title {
  margin-bottom: 30px;
  color: #ff8500;
}
@media (max-width: 575px) {
  .cid-txEggN9SwA .mbr-title {
    margin-bottom: 10px;
  }
}
.cid-txEggN9SwA .mbr-subtitle {
  padding-top: 20px;
  color: #747474;
}
.cid-txEggN9SwA .mbr-text {
  padding-top: 30px;
  color: #747474;
}
.cid-txEggN9SwA .mbr-section-btn {
  padding-top: 40px;
}
.cid-txEggN9SwA .mbr-text,
.cid-txEggN9SwA .mbr-section-btn {
  color: #ffffff;
}
.cid-txEgTbVnF6 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #111111;
}
.cid-txEgTbVnF6 .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #ff8500, #e2090d);
}
.cid-txEgTbVnF6 .mbr-text,
.cid-txEgTbVnF6 .mbr-section-btn {
  color: #ffffff;
}
.cid-txEgTbVnF6 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-txEgTbVnF6 img {
    width: 96%;
  }
}
.cid-txEgTbVnF6 .mbr-section-title,
.cid-txEgTbVnF6 .title-wrapper {
  color: #ff8500;
}
.cid-txEgYAzm8x {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #040402;
}
.cid-txEgYAzm8x .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #ff8500, #e2090d);
}
.cid-txEgYAzm8x .mbr-text,
.cid-txEgYAzm8x .mbr-section-btn {
  color: #ffffff;
}
.cid-txEgYAzm8x img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-txEgYAzm8x img {
    width: 96%;
  }
}
.cid-txEgYAzm8x .mbr-section-title,
.cid-txEgYAzm8x .title-wrapper {
  color: #ff8500;
}
.cid-txEgZJ1xDN {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #111111;
}
.cid-txEgZJ1xDN .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #ff8500, #e2090d);
}
.cid-txEgZJ1xDN .mbr-text,
.cid-txEgZJ1xDN .mbr-section-btn {
  color: #ffffff;
}
.cid-txEgZJ1xDN img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-txEgZJ1xDN img {
    width: 96%;
  }
}
.cid-txEgZJ1xDN .mbr-section-title,
.cid-txEgZJ1xDN .title-wrapper {
  color: #ff8500;
}
.cid-txEEtiSKYs {
  padding-top: 90px;
  padding-bottom: 90px;
  background: #111111;
}
.cid-txEEtiSKYs img {
  width: 120px;
  margin: auto;
}
.cid-txEEtiSKYs .card {
  height: fit-content;
  cursor: pointer;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
.cid-txEEtiSKYs .card img {
  filter: brightness(2);
}
@media (min-width: 992px) {
  .cid-txEEtiSKYs .card {
    max-width: 20%;
  }
}
.cid-ty6yGLUhQo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #040402;
}
.cid-ty6yGLUhQo .mbr-fallback-image.disabled {
  display: none;
}
.cid-ty6yGLUhQo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ty6yGLUhQo .mbr-section-head {
  width: 100%;
  margin-bottom: 30px;
}
.cid-ty6yGLUhQo .mbr-section-title {
  color: #ff8500;
  margin-bottom: 0;
}
.cid-ty6yGLUhQo .mbr-section-subtitle {
  color: #303030;
  margin-top: 16px;
}
@media (max-width: 991px) {
  .cid-ty6yGLUhQo .col-text {
    margin-bottom: 50px;
  }
}
.cid-ty6yGLUhQo .mbr-text {
  color: #ffffff;
  margin-bottom: 35px;
}
.cid-ty6yGLUhQo .items-wrap {
  display: flex;
  align-items: flex-start;
  column-gap: 50px;
}
@media (max-width: 575px) {
  .cid-ty6yGLUhQo .items-wrap {
    flex-wrap: wrap;
    row-gap: 27px;
  }
}
.cid-ty6yGLUhQo .item-wrap {
  width: calc(50% - 25px);
}
@media (max-width: 575px) {
  .cid-ty6yGLUhQo .item-wrap {
    width: 100%;
  }
}
.cid-ty6yGLUhQo .item-title {
  color: #303030;
  margin-bottom: 18px;
}
.cid-ty6yGLUhQo .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  color: #ffffff;
}
.cid-ty6yGLUhQo .item-text {
  margin-bottom: 6px;
}
.cid-ty6yGLUhQo .form-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}
.cid-ty6yGLUhQo form {
  width: 100%;
}
.cid-ty6yGLUhQo form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
  z-index: 2;
}
.cid-ty6yGLUhQo form p {
  color: #353535;
}
.cid-ty6yGLUhQo form .form-group {
  margin-top: 0 !important;
  margin-bottom: 18px !important;
}
.cid-ty6yGLUhQo form .form-control {
  height: 44px;
  border: none !important;
  border-bottom: 2px solid #303030 !important;
  background: transparent;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  margin-bottom: 0;
  padding: 5px 0;
  font-size: 19px;
  line-height: 28px;
  color: #303030;
  font-weight: 400;
  transition: .3s;
}
.cid-ty6yGLUhQo form .form-control::-webkit-input-placeholder {
  color: #303030;
}
.cid-ty6yGLUhQo form .form-control::-moz-placeholder {
  color: #303030;
}
.cid-ty6yGLUhQo form .form-control:-moz-placeholder {
  color: #303030;
}
.cid-ty6yGLUhQo form .form-control:-ms-input-placeholder {
  color: #303030;
}
.cid-ty6yGLUhQo form select {
  color: #303030 !important;
}
.cid-ty6yGLUhQo form textarea {
  height: 140px !important;
  min-height: 140px !important;
  padding: 5px 0;
  resize: none;
}
.cid-ty6yGLUhQo form textarea::-webkit-input-placeholder {
  color: #303030 !important;
}
.cid-ty6yGLUhQo form textarea::-moz-placeholder {
  color: #303030 !important;
}
.cid-ty6yGLUhQo form textarea:-moz-placeholder {
  color: #303030 !important;
}
.cid-ty6yGLUhQo form textarea:-ms-input-placeholder {
  color: #303030 !important;
}
.cid-ty6yGLUhQo form input,
.cid-ty6yGLUhQo form textarea {
  transition: .3s all;
}
.cid-ty6yGLUhQo form input:active,
.cid-ty6yGLUhQo form textarea:active,
.cid-ty6yGLUhQo form input:focus,
.cid-ty6yGLUhQo form textarea:focus {
  background-color: transparent !important;
  border-color: #303030 !important;
  outline: none !important;
}
.cid-ty6yGLUhQo form input:active::-webkit-input-placeholder,
.cid-ty6yGLUhQo form textarea:active::-webkit-input-placeholder,
.cid-ty6yGLUhQo form input:focus::-webkit-input-placeholder,
.cid-ty6yGLUhQo form textarea:focus::-webkit-input-placeholder {
  color: #303030 !important;
}
.cid-ty6yGLUhQo form input:active::-moz-placeholder,
.cid-ty6yGLUhQo form textarea:active::-moz-placeholder,
.cid-ty6yGLUhQo form input:focus::-moz-placeholder,
.cid-ty6yGLUhQo form textarea:focus::-moz-placeholder {
  color: #303030 !important;
}
.cid-ty6yGLUhQo form input:active:-moz-placeholder,
.cid-ty6yGLUhQo form textarea:active:-moz-placeholder,
.cid-ty6yGLUhQo form input:focus:-moz-placeholder,
.cid-ty6yGLUhQo form textarea:focus:-moz-placeholder {
  color: #303030 !important;
}
.cid-ty6yGLUhQo form input:active:-ms-input-placeholder,
.cid-ty6yGLUhQo form textarea:active:-ms-input-placeholder,
.cid-ty6yGLUhQo form input:focus:-ms-input-placeholder,
.cid-ty6yGLUhQo form textarea:focus:-ms-input-placeholder {
  color: #303030 !important;
}
.cid-ty6yGLUhQo form .row {
  flex-wrap: wrap;
  margin-left: -8px !important;
  margin-right: -8px !important;
}
.cid-ty6yGLUhQo form .row [class*=col] {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.cid-ty6yGLUhQo form label {
  width: 100%;
  color: #303030;
  margin-bottom: 6px;
}
.cid-ty6yGLUhQo form .form-check label {
  color: #303030;
}
.cid-ty6yGLUhQo form .form-check-input {
  border-color: #303030 !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-ty6yGLUhQo form .form-check-input:focus,
.cid-ty6yGLUhQo form .form-check-input:hover {
  background-color: #303030 !important;
  border-color: #303030 !important;
}
.cid-ty6yGLUhQo form .form-check-input:checked {
  border-color: #303030 !important;
  background-color: #303030 !important;
}
.cid-txEOcbGU5E {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #191919;
}
.cid-txEOcbGU5E .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-txEOcbGU5E .item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.3rem 0;
}
.cid-txEOcbGU5E .item p {
  margin: 0;
  padding-left: 0.5rem;
}
.cid-txEOcbGU5E .title {
  background: linear-gradient(to left, #ff8500, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #ff8500;
}
.cid-txEOcbGU5E .container {
  max-width: 1400px;
}
.cid-txEOcbGU5E li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-txEOcbGU5E .time {
  line-height: 2;
}
.cid-txEOcbGU5E .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-txEOcbGU5E .text-wrap {
  width: 100%;
}
.cid-txEOcbGU5E .item-wrap {
  display: inline-block;
}
.cid-txEOcbGU5E .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-txEOcbGU5E .socicon-wrap .mbr-iconfont {
  font-size: 1.3rem;
  background: linear-gradient(to left, #ff8500, #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-txEOcbGU5E .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-txEOcbGU5E .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-txEOcbGU5E .socicon-wrap {
    margin: auto;
  }
}
.cid-txEOcbGU5E .mbr-text {
  color: #999999;
}
.cid-txEOcbGU5E .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-txEOcbGU5E .icon-title,
.cid-txEOcbGU5E .align-wrap {
  color: #999999;
  width: 100%;
  text-align: center;
}
.cid-txEOcbGU5E .item-text,
.cid-txEOcbGU5E .item-icon {
  color: #999999;
}
.cid-tzmi6YjCzP {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #191919;
}
.cid-tzmi6YjCzP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzmi6YjCzP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzmi6YjCzP .mbr-title {
  margin-bottom: 30px;
  color: #ff8500;
}
@media (max-width: 575px) {
  .cid-tzmi6YjCzP .mbr-title {
    margin-bottom: 10px;
  }
}
.cid-tzmi6YjCzP .mbr-subtitle {
  padding-top: 20px;
  color: #747474;
}
.cid-tzmi6YjCzP .mbr-text {
  padding-top: 30px;
  color: #747474;
}
.cid-tzmi6YjCzP .mbr-section-btn {
  padding-top: 40px;
}
.cid-tyM0PgQ0yE.popup-builder {
  background-color: #ffffff;
}
.cid-tyM0PgQ0yE.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tyM0PgQ0yE.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tyM0PgQ0yE .modal-content,
.cid-tyM0PgQ0yE .modal-dialog {
  height: auto;
}
.cid-tyM0PgQ0yE .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tyM0PgQ0yE .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tyM0PgQ0yE .form-wrapper .mbr-form .form-group,
  .cid-tyM0PgQ0yE .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tyM0PgQ0yE .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tyM0PgQ0yE .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-tyM0PgQ0yE .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-tyM0PgQ0yE .pt-0 {
  padding-top: 0 !important;
}
.cid-tyM0PgQ0yE .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tyM0PgQ0yE .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tyM0PgQ0yE .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tyM0PgQ0yE .modal-open {
  overflow: hidden;
}
.cid-tyM0PgQ0yE .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tyM0PgQ0yE .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tyM0PgQ0yE .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tyM0PgQ0yE .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-tyM0PgQ0yE .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tyM0PgQ0yE .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tyM0PgQ0yE .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tyM0PgQ0yE .modal-content {
  background: #111111;
  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-tyM0PgQ0yE .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tyM0PgQ0yE .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tyM0PgQ0yE .modal-backdrop.fade {
  opacity: 0;
}
.cid-tyM0PgQ0yE .modal-backdrop.show {
  opacity: .5;
}
.cid-tyM0PgQ0yE .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tyM0PgQ0yE .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tyM0PgQ0yE .modal-header {
    padding: 1rem;
  }
}
.cid-tyM0PgQ0yE .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tyM0PgQ0yE .modal-header .close svg {
  fill: #ffffff;
}
.cid-tyM0PgQ0yE .modal-header .close:hover {
  opacity: 1;
}
.cid-tyM0PgQ0yE .modal-header .close:focus {
  outline: none;
}
.cid-tyM0PgQ0yE .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ff8500;
}
.cid-tyM0PgQ0yE .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tyM0PgQ0yE .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tyM0PgQ0yE .modal-body {
    padding: 1rem;
  }
}
.cid-tyM0PgQ0yE .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tyM0PgQ0yE .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tyM0PgQ0yE .modal-footer {
    padding: 1rem;
  }
}
.cid-tyM0PgQ0yE .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tyM0PgQ0yE .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tyM0PgQ0yE .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tyM0PgQ0yE .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tyM0PgQ0yE .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tyM0PgQ0yE .modal-lg,
  .cid-tyM0PgQ0yE .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tyM0PgQ0yE .modal-xl {
    max-width: 1140px;
  }
}
.cid-tyM0PgQ0yE .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tyM0PgQ0yE .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-tyM0PgQ0yE .form-group {
  margin-bottom: 1rem;
}
.cid-tyM0PgQ0yE .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tyM0PgQ0yE .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tyM0PgQ0yE .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-tyM0PgQ0yE .mbr-section-btn {
  margin: 0;
}
.cid-tyM0PgQ0yE .mbr-section-btn .btn {
  margin: 0;
}
.cid-txEKEJGHBo .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-txEKEJGHBo .btn {
  white-space: nowrap;
}
.cid-txEKEJGHBo .nav-link,
.cid-txEKEJGHBo .icons-menu .mbr-iconfont,
.cid-txEKEJGHBo .dropdown-item {
  transition: all 0.1s;
}
.cid-txEKEJGHBo .nav-link:hover,
.cid-txEKEJGHBo .icons-menu .mbr-iconfont:hover,
.cid-txEKEJGHBo .dropdown-item:hover {
  color: #ff8500 !important;
}
@media (max-width: 992px) {
  .cid-txEKEJGHBo .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-txEKEJGHBo .container {
  display: flex;
  margin: auto;
}
.cid-txEKEJGHBo .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #040402;
  background: none;
}
.cid-txEKEJGHBo .navbar.opened {
  transition: all .3s;
}
.cid-txEKEJGHBo .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-txEKEJGHBo .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-txEKEJGHBo .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-txEKEJGHBo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-txEKEJGHBo .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-txEKEJGHBo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-txEKEJGHBo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-txEKEJGHBo .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-txEKEJGHBo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-txEKEJGHBo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-txEKEJGHBo .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-txEKEJGHBo .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-txEKEJGHBo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-txEKEJGHBo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-txEKEJGHBo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-txEKEJGHBo .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-txEKEJGHBo .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-txEKEJGHBo .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-txEKEJGHBo .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-txEKEJGHBo .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-txEKEJGHBo .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-txEKEJGHBo .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-txEKEJGHBo .navbar.navbar-short {
  background: #040402 !important;
  min-height: 60px;
}
.cid-txEKEJGHBo .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-txEKEJGHBo .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-txEKEJGHBo .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-txEKEJGHBo .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-txEKEJGHBo .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-txEKEJGHBo .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-txEKEJGHBo .navbar-caption {
  padding-right: 4rem;
}
.cid-txEKEJGHBo .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-txEKEJGHBo .dropdown-menu,
.cid-txEKEJGHBo .navbar.opened {
  background: #191919 !important;
}
.cid-txEKEJGHBo .nav-item:focus,
.cid-txEKEJGHBo .nav-link:focus {
  outline: none;
}
.cid-txEKEJGHBo .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-txEKEJGHBo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-txEKEJGHBo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-txEKEJGHBo .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-txEKEJGHBo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-txEKEJGHBo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-txEKEJGHBo .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-txEKEJGHBo .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-txEKEJGHBo .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-txEKEJGHBo .dropdown-item.active,
.cid-txEKEJGHBo .dropdown-item:active {
  background-color: transparent;
}
.cid-txEKEJGHBo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-txEKEJGHBo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-txEKEJGHBo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-txEKEJGHBo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #040402;
}
.cid-txEKEJGHBo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-txEKEJGHBo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-txEKEJGHBo ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-txEKEJGHBo .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-txEKEJGHBo button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-txEKEJGHBo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff8500;
}
.cid-txEKEJGHBo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-txEKEJGHBo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-txEKEJGHBo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-txEKEJGHBo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-txEKEJGHBo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-txEKEJGHBo nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-txEKEJGHBo nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-txEKEJGHBo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-txEKEJGHBo .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-txEKEJGHBo a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-txEKEJGHBo .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-txEKEJGHBo .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-txEKEJGHBo .navbar {
    height: 77px;
  }
  .cid-txEKEJGHBo .navbar.opened {
    height: auto;
  }
  .cid-txEKEJGHBo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-txEKEJGHBo .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-txEKRp1KWg {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #040402;
}
.cid-txEKRp1KWg .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #ff8500, #e2090d);
}
.cid-txEKRp1KWg .mbr-text,
.cid-txEKRp1KWg .mbr-section-btn {
  color: #ffffff;
}
.cid-txEOcbGU5E {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #191919;
}
.cid-txEOcbGU5E .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-txEOcbGU5E .item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.3rem 0;
}
.cid-txEOcbGU5E .item p {
  margin: 0;
  padding-left: 0.5rem;
}
.cid-txEOcbGU5E .title {
  background: linear-gradient(to left, #ff8500, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #ff8500;
}
.cid-txEOcbGU5E .container {
  max-width: 1400px;
}
.cid-txEOcbGU5E li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-txEOcbGU5E .time {
  line-height: 2;
}
.cid-txEOcbGU5E .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-txEOcbGU5E .text-wrap {
  width: 100%;
}
.cid-txEOcbGU5E .item-wrap {
  display: inline-block;
}
.cid-txEOcbGU5E .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-txEOcbGU5E .socicon-wrap .mbr-iconfont {
  font-size: 1.3rem;
  background: linear-gradient(to left, #ff8500, #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-txEOcbGU5E .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-txEOcbGU5E .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-txEOcbGU5E .socicon-wrap {
    margin: auto;
  }
}
.cid-txEOcbGU5E .mbr-text {
  color: #999999;
}
.cid-txEOcbGU5E .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-txEOcbGU5E .icon-title,
.cid-txEOcbGU5E .align-wrap {
  color: #999999;
  width: 100%;
  text-align: center;
}
.cid-txEOcbGU5E .item-text,
.cid-txEOcbGU5E .item-icon {
  color: #999999;
}
.cid-tzmiaeY4S8 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #191919;
}
.cid-tzmiaeY4S8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzmiaeY4S8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzmiaeY4S8 .mbr-title {
  margin-bottom: 30px;
  color: #ff8500;
}
@media (max-width: 575px) {
  .cid-tzmiaeY4S8 .mbr-title {
    margin-bottom: 10px;
  }
}
.cid-tzmiaeY4S8 .mbr-subtitle {
  padding-top: 20px;
  color: #747474;
}
.cid-tzmiaeY4S8 .mbr-text {
  padding-top: 30px;
  color: #747474;
}
.cid-tzmiaeY4S8 .mbr-section-btn {
  padding-top: 40px;
}
.cid-tyM0Ph76i0.popup-builder {
  background-color: #ffffff;
}
.cid-tyM0Ph76i0.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tyM0Ph76i0.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tyM0Ph76i0 .modal-content,
.cid-tyM0Ph76i0 .modal-dialog {
  height: auto;
}
.cid-tyM0Ph76i0 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tyM0Ph76i0 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tyM0Ph76i0 .form-wrapper .mbr-form .form-group,
  .cid-tyM0Ph76i0 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tyM0Ph76i0 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tyM0Ph76i0 .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-tyM0Ph76i0 .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-tyM0Ph76i0 .pt-0 {
  padding-top: 0 !important;
}
.cid-tyM0Ph76i0 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tyM0Ph76i0 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tyM0Ph76i0 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tyM0Ph76i0 .modal-open {
  overflow: hidden;
}
.cid-tyM0Ph76i0 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tyM0Ph76i0 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tyM0Ph76i0 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tyM0Ph76i0 .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-tyM0Ph76i0 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tyM0Ph76i0 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tyM0Ph76i0 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tyM0Ph76i0 .modal-content {
  background: #111111;
  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-tyM0Ph76i0 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tyM0Ph76i0 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tyM0Ph76i0 .modal-backdrop.fade {
  opacity: 0;
}
.cid-tyM0Ph76i0 .modal-backdrop.show {
  opacity: .5;
}
.cid-tyM0Ph76i0 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tyM0Ph76i0 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tyM0Ph76i0 .modal-header {
    padding: 1rem;
  }
}
.cid-tyM0Ph76i0 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tyM0Ph76i0 .modal-header .close svg {
  fill: #ffffff;
}
.cid-tyM0Ph76i0 .modal-header .close:hover {
  opacity: 1;
}
.cid-tyM0Ph76i0 .modal-header .close:focus {
  outline: none;
}
.cid-tyM0Ph76i0 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ff8500;
}
.cid-tyM0Ph76i0 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tyM0Ph76i0 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tyM0Ph76i0 .modal-body {
    padding: 1rem;
  }
}
.cid-tyM0Ph76i0 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tyM0Ph76i0 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tyM0Ph76i0 .modal-footer {
    padding: 1rem;
  }
}
.cid-tyM0Ph76i0 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tyM0Ph76i0 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tyM0Ph76i0 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tyM0Ph76i0 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tyM0Ph76i0 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tyM0Ph76i0 .modal-lg,
  .cid-tyM0Ph76i0 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tyM0Ph76i0 .modal-xl {
    max-width: 1140px;
  }
}
.cid-tyM0Ph76i0 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tyM0Ph76i0 .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-tyM0Ph76i0 .form-group {
  margin-bottom: 1rem;
}
.cid-tyM0Ph76i0 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tyM0Ph76i0 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tyM0Ph76i0 .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-tyM0Ph76i0 .mbr-section-btn {
  margin: 0;
}
.cid-tyM0Ph76i0 .mbr-section-btn .btn {
  margin: 0;
}
