body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 5.5rem;
  line-height: 1.2;
}
.display-1 > .mbr-iconfont {
  font-size: 8.8rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 2.8rem;
  line-height: 1.4;
}
.display-2 > .mbr-iconfont {
  font-size: 4.48rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 1.6rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 2.56rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.4;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.85rem;
    font-size: calc( 2.5749999999999997rem + (5.5 - 2.5749999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.5749999999999997rem + (5.5 - 2.5749999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.9rem !important;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 0px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #55b4d4 !important;
}
.bg-success {
  background-color: #5758e0 !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #5b686b !important;
}
.bg-danger {
  background-color: #465052 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #55b4d4 !important;
  border-color: #55b4d4 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #2d8fb0 !important;
  border-color: #2d8fb0 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2d8fb0 !important;
  border-color: #2d8fb0 !important;
}
.btn-primary:hover {
  background-color: #55b4d4 !important;
  border-color: #55b4d4 !important;
}
.btn-primary:hover,
.btn-primary:focus {
  background: linear-gradient(to left, #0077ff, #55b4d4);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #0077ff !important;
  border-color: #0077ff !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #0053b3 !important;
  border-color: #0053b3 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #0053b3 !important;
  border-color: #0053b3 !important;
}
.btn-secondary:hover {
  background-color: #55b4d4 !important;
  border-color: #55b4d4 !important;
}
.btn-secondary:hover,
.btn-secondary:focus {
  background: linear-gradient(to left, #0077ff, #0077ff);
  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: #55b4d4 !important;
  border-color: #55b4d4 !important;
}
.btn-info:hover,
.btn-info:focus {
  background: linear-gradient(to left, #0077ff, #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: #55b4d4 !important;
  border-color: #55b4d4 !important;
}
.btn-success:hover,
.btn-success:focus {
  background: linear-gradient(to left, #0077ff, #5758e0);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-warning,
.btn-warning:active {
  background-color: #5b686b !important;
  border-color: #5b686b !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #384042 !important;
  border-color: #384042 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #384042 !important;
  border-color: #384042 !important;
}
.btn-warning:hover {
  background-color: #55b4d4 !important;
  border-color: #55b4d4 !important;
}
.btn-warning:hover,
.btn-warning:focus {
  background: linear-gradient(to left, #0077ff, #5b686b);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-danger,
.btn-danger:active {
  background-color: #465052 !important;
  border-color: #465052 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #232829 !important;
  border-color: #232829 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #232829 !important;
  border-color: #232829 !important;
}
.btn-danger:hover {
  background-color: #55b4d4 !important;
  border-color: #55b4d4 !important;
}
.btn-danger:hover,
.btn-danger:focus {
  background: linear-gradient(to left, #0077ff, #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: #55b4d4 !important;
  border-color: #55b4d4 !important;
}
.btn-white:hover,
.btn-white:focus {
  background: linear-gradient(to left, #0077ff, #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: #55b4d4 !important;
  border-color: #55b4d4 !important;
}
.btn-black:hover,
.btn-black:focus {
  background: linear-gradient(to left, #0077ff, #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: #55b4d4;
  color: #55b4d4;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #55b4d4;
  border-color: #55b4d4;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #55b4d4 !important;
  border-color: #55b4d4 !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus {
  background: linear-gradient(to left, #0077ff, #55b4d4);
  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: #0077ff;
  color: #0077ff;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #0077ff;
  border-color: #0077ff;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #0077ff !important;
  border-color: #0077ff !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus {
  background: linear-gradient(to left, #0077ff, #0077ff);
  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, #0077ff, #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, #0077ff, #5758e0);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-warning-outline {
  color: white!important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #5b686b;
  color: #5b686b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #5b686b;
  border-color: #5b686b;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #5b686b !important;
  border-color: #5b686b !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus {
  background: linear-gradient(to left, #0077ff, #5b686b);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-danger-outline {
  color: white!important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #465052;
  color: #465052;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #465052;
  border-color: #465052;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #465052 !important;
  border-color: #465052 !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus {
  background: linear-gradient(to left, #0077ff, #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, #0077ff, #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, #0077ff, #f3f3f3);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.text-primary {
  color: #55b4d4 !important;
}
.text-secondary {
  color: #0077ff !important;
}
.text-success {
  color: #5758e0 !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #5b686b !important;
}
.text-danger {
  color: #465052 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #a6d8e9 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #66adff !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #adaef0 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #b2aba4 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #8e9b9e !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #758689 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #5b686b;
}
.alert-danger {
  background-color: #465052;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #55b4d4;
  border-color: #55b4d4;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #55b4d4;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #f8fcfd;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #9ba7aa;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #bac2c4;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
blockquote {
  border-color: #55b4d4;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #55b4d4;
  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: #55b4d4;
  border-bottom-color: #55b4d4;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #55b4d4 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #0077ff !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='%2355b4d4' %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-sOMU2hqAfG .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-sOMU2hqAfG .btn {
  white-space: nowrap;
}
.cid-sOMU2hqAfG .nav-link,
.cid-sOMU2hqAfG .icons-menu .mbr-iconfont,
.cid-sOMU2hqAfG .dropdown-item {
  transition: all 0.1s;
}
.cid-sOMU2hqAfG .nav-link:hover,
.cid-sOMU2hqAfG .icons-menu .mbr-iconfont:hover,
.cid-sOMU2hqAfG .dropdown-item:hover {
  color: #0077ff !important;
}
@media (max-width: 992px) {
  .cid-sOMU2hqAfG .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-sOMU2hqAfG .container {
  display: flex;
  margin: auto;
}
.cid-sOMU2hqAfG .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #040402;
}
.cid-sOMU2hqAfG .navbar.opened {
  transition: all .3s;
}
.cid-sOMU2hqAfG .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sOMU2hqAfG .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-sOMU2hqAfG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sOMU2hqAfG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sOMU2hqAfG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sOMU2hqAfG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sOMU2hqAfG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sOMU2hqAfG .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-sOMU2hqAfG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sOMU2hqAfG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sOMU2hqAfG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sOMU2hqAfG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sOMU2hqAfG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sOMU2hqAfG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sOMU2hqAfG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sOMU2hqAfG .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-sOMU2hqAfG .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sOMU2hqAfG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sOMU2hqAfG .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sOMU2hqAfG .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-sOMU2hqAfG .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sOMU2hqAfG .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sOMU2hqAfG .navbar.navbar-short {
  background: #040402 !important;
  min-height: 60px;
}
.cid-sOMU2hqAfG .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sOMU2hqAfG .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sOMU2hqAfG .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-sOMU2hqAfG .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-sOMU2hqAfG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sOMU2hqAfG .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sOMU2hqAfG .navbar-caption {
  padding-right: 4rem;
}
.cid-sOMU2hqAfG .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-sOMU2hqAfG .dropdown-menu,
.cid-sOMU2hqAfG .navbar.opened {
  background: #191919 !important;
}
.cid-sOMU2hqAfG .nav-item:focus,
.cid-sOMU2hqAfG .nav-link:focus {
  outline: none;
}
.cid-sOMU2hqAfG .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-sOMU2hqAfG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sOMU2hqAfG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sOMU2hqAfG .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-sOMU2hqAfG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sOMU2hqAfG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-sOMU2hqAfG .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-sOMU2hqAfG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sOMU2hqAfG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sOMU2hqAfG .dropdown-item.active,
.cid-sOMU2hqAfG .dropdown-item:active {
  background-color: transparent;
}
.cid-sOMU2hqAfG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sOMU2hqAfG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sOMU2hqAfG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sOMU2hqAfG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #040402;
}
.cid-sOMU2hqAfG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sOMU2hqAfG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sOMU2hqAfG ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sOMU2hqAfG .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sOMU2hqAfG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sOMU2hqAfG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0077ff;
}
.cid-sOMU2hqAfG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sOMU2hqAfG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sOMU2hqAfG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sOMU2hqAfG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sOMU2hqAfG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sOMU2hqAfG nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sOMU2hqAfG nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sOMU2hqAfG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sOMU2hqAfG .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sOMU2hqAfG a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sOMU2hqAfG .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-sOMU2hqAfG .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sOMU2hqAfG .navbar {
    height: 77px;
  }
  .cid-sOMU2hqAfG .navbar.opened {
    height: auto;
  }
  .cid-sOMU2hqAfG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sOMU2hqAfG .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: #55b4d4;
  text-align: center;
}
.cid-s1YLYYtmhw h1 {
  background: linear-gradient(to left, #0077ff, 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;
  text-align: center;
}
.cid-sOMvncXce3 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #040402;
}
.cid-sOMvncXce3 h3 {
  text-align: center;
  letter-spacing: 0;
}
.cid-sOMvncXce3 .wrap {
  width: 130px;
  height: 130px;
  margin: 0 auto;
}
.cid-sOMvncXce3 .pie_progress__number {
  font-weight: 600;
  text-align: center !important;
  color: #999999;
}
.cid-sOMvncXce3 .mbr-section-subtitle {
  color: #999999;
}
.cid-sOMvncXce3 .card-title {
  margin-bottom: 0;
}
.cid-sOMvncXce3 .card {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-sOMvncXce3 .svg-gradient {
  position: absolute;
}
.cid-sOMvncXce3 svg {
  overflow: visible;
}
.cid-sOMvncXce3 ellipse {
  stroke: rgba(206, 206, 206, 0.4);
  stroke-width: 14px;
}
.cid-sOMvncXce3 path {
  stroke-width: 14px;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sOMvncXce3 .card {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
.cid-sOMvncXce3 .mbr-section-title {
  color: #0077ff;
}
.cid-s1YMdWQfw7 {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #191919;
}
.cid-s1YMdWQfw7 .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-s1YMdWQfw7 .item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.3rem 0;
}
.cid-s1YMdWQfw7 .item p {
  margin: 0;
  padding-left: 0.5rem;
}
.cid-s1YMdWQfw7 .title {
  background: linear-gradient(to left, #0077ff, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #0095ff;
}
.cid-s1YMdWQfw7 .container {
  max-width: 1400px;
}
.cid-s1YMdWQfw7 li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-s1YMdWQfw7 .time {
  line-height: 2;
}
.cid-s1YMdWQfw7 .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-s1YMdWQfw7 .text-wrap {
  width: 100%;
}
.cid-s1YMdWQfw7 .item-wrap {
  display: inline-block;
}
.cid-s1YMdWQfw7 .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-s1YMdWQfw7 .socicon-wrap .mbr-iconfont {
  font-size: 1.3rem;
  background: linear-gradient(to left, #0077ff, #55b4d4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-s1YMdWQfw7 .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-s1YMdWQfw7 .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-s1YMdWQfw7 .socicon-wrap {
    margin: auto;
  }
}
.cid-s1YMdWQfw7 .mbr-text {
  color: #999999;
}
.cid-s1YMdWQfw7 .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-s1YMdWQfw7 .icon-title,
.cid-s1YMdWQfw7 .align-wrap {
  color: #ffffff;
  width: 100%;
  text-align: center;
}
.cid-s1YMdWQfw7 .item-text,
.cid-s1YMdWQfw7 .item-icon {
  color: #999999;
}
.cid-s1YMdWQfw7 .mbr-text,
.cid-s1YMdWQfw7 .mbr-section-btn {
  color: #ffffff;
}
.cid-sOT708YxZO .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-sOT708YxZO .btn {
  white-space: nowrap;
}
.cid-sOT708YxZO .nav-link,
.cid-sOT708YxZO .icons-menu .mbr-iconfont,
.cid-sOT708YxZO .dropdown-item {
  transition: all 0.1s;
}
.cid-sOT708YxZO .nav-link:hover,
.cid-sOT708YxZO .icons-menu .mbr-iconfont:hover,
.cid-sOT708YxZO .dropdown-item:hover {
  color: #0077ff !important;
}
@media (max-width: 992px) {
  .cid-sOT708YxZO .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-sOT708YxZO .container {
  display: flex;
  margin: auto;
}
.cid-sOT708YxZO .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #040402;
}
.cid-sOT708YxZO .navbar.opened {
  transition: all .3s;
}
.cid-sOT708YxZO .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sOT708YxZO .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-sOT708YxZO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sOT708YxZO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sOT708YxZO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sOT708YxZO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sOT708YxZO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sOT708YxZO .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-sOT708YxZO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sOT708YxZO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sOT708YxZO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sOT708YxZO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sOT708YxZO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sOT708YxZO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sOT708YxZO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sOT708YxZO .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-sOT708YxZO .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sOT708YxZO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sOT708YxZO .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sOT708YxZO .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-sOT708YxZO .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sOT708YxZO .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sOT708YxZO .navbar.navbar-short {
  background: #040402 !important;
  min-height: 60px;
}
.cid-sOT708YxZO .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sOT708YxZO .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sOT708YxZO .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-sOT708YxZO .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-sOT708YxZO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sOT708YxZO .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sOT708YxZO .navbar-caption {
  padding-right: 4rem;
}
.cid-sOT708YxZO .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-sOT708YxZO .dropdown-menu,
.cid-sOT708YxZO .navbar.opened {
  background: #191919 !important;
}
.cid-sOT708YxZO .nav-item:focus,
.cid-sOT708YxZO .nav-link:focus {
  outline: none;
}
.cid-sOT708YxZO .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-sOT708YxZO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sOT708YxZO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sOT708YxZO .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-sOT708YxZO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sOT708YxZO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-sOT708YxZO .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-sOT708YxZO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sOT708YxZO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sOT708YxZO .dropdown-item.active,
.cid-sOT708YxZO .dropdown-item:active {
  background-color: transparent;
}
.cid-sOT708YxZO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sOT708YxZO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sOT708YxZO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sOT708YxZO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #040402;
}
.cid-sOT708YxZO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sOT708YxZO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sOT708YxZO ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sOT708YxZO .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sOT708YxZO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sOT708YxZO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0077ff;
}
.cid-sOT708YxZO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sOT708YxZO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sOT708YxZO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sOT708YxZO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sOT708YxZO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sOT708YxZO nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sOT708YxZO nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sOT708YxZO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sOT708YxZO .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sOT708YxZO a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sOT708YxZO .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-sOT708YxZO .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sOT708YxZO .navbar {
    height: 77px;
  }
  .cid-sOT708YxZO .navbar.opened {
    height: auto;
  }
  .cid-sOT708YxZO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sOT708YxZO .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-sOT70a3G6Z {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #040402;
}
.cid-sOT70a3G6Z H1 {
  color: #55b4d4;
  text-align: center;
}
.cid-sOT70a3G6Z h1 {
  background: linear-gradient(to left, #0077ff, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-sOT70a3G6Z img {
  width: 100%;
}
.cid-sOT70a3G6Z .mbr-text,
.cid-sOT70a3G6Z .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-sYLX7vdFLj {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #040402;
}
.cid-sYLX7vdFLj .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #0077ff, #55b4d4);
}
.cid-sYLX7vdFLj .mbr-text,
.cid-sYLX7vdFLj .mbr-section-btn {
  color: #999999;
}
.cid-sYLX7vdFLj .mbr-section-title,
.cid-sYLX7vdFLj .title-wrapper {
  color: #0077ff;
}
.cid-sOTdVPma6M {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #040402;
}
.cid-sOTdVPma6M .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #999999;
  padding: 0.7rem 0;
}
.cid-sOTdVPma6M .item p {
  margin: 0;
}
.cid-sOTdVPma6M .card-wrapper {
  background: #191919;
  padding: 3rem 2rem;
}
@media (max-width: 767px) {
  .cid-sOTdVPma6M .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-sOTdVPma6M .price {
  border: 1px solid #999999;
  border-radius: 40px;
  margin-bottom: 2rem;
  color: #0077ff;
}
.cid-sOTdVPma6M .item-icon {
  font-size: 1rem;
  color: currentColor;
}
.cid-sOTdVPma6M .icon-wrapper .mbr-iconfont {
  font-size: 3rem;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding-bottom: 1rem;
  background: linear-gradient(to left, #0077ff, #55b4d4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-sOTdVPma6M .card-text {
  color: #999999;
}
.cid-sOTdVPma6M .item-text {
  color: #ffffff;
}
.cid-sOTdVPma6M .card {
  z-index: 1;
  min-height: 200px;
  margin-bottom: 2rem;
  position: relative;
  transition: all 0.3s;
}
.cid-sOTdVPma6M .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-sOTdVPma6M .card:hover .icon-wrapper .mbr-iconfont,
.cid-sOTdVPma6M .card:hover .item-icon {
  color: #ffffff !important;
  border-color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-sOTdVPma6M .card:hover .btn {
  background: transparent !important;
  border: 1px solid #999999 !important;
}
.cid-sOTdVPma6M .card:hover .card-wrapper {
  background: linear-gradient(to left, #0077ff, #55b4d4);
  color: #ffffff !important;
}
.cid-sOTdVPma6M .card:hover .card-wrapper .price,
.cid-sOTdVPma6M .card:hover .card-wrapper .item-text,
.cid-sOTdVPma6M .card:hover .card-wrapper .card-title {
  color: #ffffff !important;
}
.cid-sOTdVPma6M .item-text,
.cid-sOTdVPma6M .item-icon {
  color: #ffffff;
}
.cid-sOTdVPma6M .main-text {
  color: #999999;
}
.cid-sOTdVPma6M .main-title {
  color: #0077ff;
}
.cid-sOT70yRqJM {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #191919;
}
.cid-sOT70yRqJM .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-sOT70yRqJM .item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.3rem 0;
}
.cid-sOT70yRqJM .item p {
  margin: 0;
  padding-left: 0.5rem;
}
.cid-sOT70yRqJM .title {
  background: linear-gradient(to left, #0077ff, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #0095ff;
}
.cid-sOT70yRqJM .container {
  max-width: 1400px;
}
.cid-sOT70yRqJM li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-sOT70yRqJM .time {
  line-height: 2;
}
.cid-sOT70yRqJM .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-sOT70yRqJM .text-wrap {
  width: 100%;
}
.cid-sOT70yRqJM .item-wrap {
  display: inline-block;
}
.cid-sOT70yRqJM .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-sOT70yRqJM .socicon-wrap .mbr-iconfont {
  font-size: 1.3rem;
  background: linear-gradient(to left, #0077ff, #55b4d4);
  -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-sOT70yRqJM .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-sOT70yRqJM .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sOT70yRqJM .socicon-wrap {
    margin: auto;
  }
}
.cid-sOT70yRqJM .mbr-text {
  color: #999999;
}
.cid-sOT70yRqJM .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-sOT70yRqJM .icon-title,
.cid-sOT70yRqJM .align-wrap {
  color: #ffffff;
  width: 100%;
  text-align: center;
}
.cid-sOT70yRqJM .item-text,
.cid-sOT70yRqJM .item-icon {
  color: #999999;
}
.cid-sOT70yRqJM .mbr-text,
.cid-sOT70yRqJM .mbr-section-btn {
  color: #ffffff;
}
.cid-sOTnpTxnhI .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-sOTnpTxnhI .btn {
  white-space: nowrap;
}
.cid-sOTnpTxnhI .nav-link,
.cid-sOTnpTxnhI .icons-menu .mbr-iconfont,
.cid-sOTnpTxnhI .dropdown-item {
  transition: all 0.1s;
}
.cid-sOTnpTxnhI .nav-link:hover,
.cid-sOTnpTxnhI .icons-menu .mbr-iconfont:hover,
.cid-sOTnpTxnhI .dropdown-item:hover {
  color: #0077ff !important;
}
@media (max-width: 992px) {
  .cid-sOTnpTxnhI .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-sOTnpTxnhI .container {
  display: flex;
  margin: auto;
}
.cid-sOTnpTxnhI .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #040402;
}
.cid-sOTnpTxnhI .navbar.opened {
  transition: all .3s;
}
.cid-sOTnpTxnhI .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sOTnpTxnhI .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-sOTnpTxnhI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sOTnpTxnhI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sOTnpTxnhI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sOTnpTxnhI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sOTnpTxnhI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sOTnpTxnhI .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-sOTnpTxnhI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sOTnpTxnhI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sOTnpTxnhI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sOTnpTxnhI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sOTnpTxnhI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sOTnpTxnhI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sOTnpTxnhI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sOTnpTxnhI .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-sOTnpTxnhI .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sOTnpTxnhI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sOTnpTxnhI .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sOTnpTxnhI .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-sOTnpTxnhI .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sOTnpTxnhI .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sOTnpTxnhI .navbar.navbar-short {
  background: #040402 !important;
  min-height: 60px;
}
.cid-sOTnpTxnhI .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sOTnpTxnhI .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sOTnpTxnhI .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-sOTnpTxnhI .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-sOTnpTxnhI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sOTnpTxnhI .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sOTnpTxnhI .navbar-caption {
  padding-right: 4rem;
}
.cid-sOTnpTxnhI .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-sOTnpTxnhI .dropdown-menu,
.cid-sOTnpTxnhI .navbar.opened {
  background: #191919 !important;
}
.cid-sOTnpTxnhI .nav-item:focus,
.cid-sOTnpTxnhI .nav-link:focus {
  outline: none;
}
.cid-sOTnpTxnhI .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-sOTnpTxnhI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sOTnpTxnhI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sOTnpTxnhI .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-sOTnpTxnhI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sOTnpTxnhI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-sOTnpTxnhI .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-sOTnpTxnhI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sOTnpTxnhI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sOTnpTxnhI .dropdown-item.active,
.cid-sOTnpTxnhI .dropdown-item:active {
  background-color: transparent;
}
.cid-sOTnpTxnhI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sOTnpTxnhI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sOTnpTxnhI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sOTnpTxnhI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #040402;
}
.cid-sOTnpTxnhI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sOTnpTxnhI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sOTnpTxnhI ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sOTnpTxnhI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sOTnpTxnhI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sOTnpTxnhI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0077ff;
}
.cid-sOTnpTxnhI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sOTnpTxnhI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sOTnpTxnhI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sOTnpTxnhI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sOTnpTxnhI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sOTnpTxnhI nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sOTnpTxnhI nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sOTnpTxnhI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sOTnpTxnhI .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sOTnpTxnhI a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sOTnpTxnhI .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-sOTnpTxnhI .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sOTnpTxnhI .navbar {
    height: 77px;
  }
  .cid-sOTnpTxnhI .navbar.opened {
    height: auto;
  }
  .cid-sOTnpTxnhI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sOTnpTxnhI .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-sOTnpX2Pm5 {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #040402;
}
.cid-sOTnpX2Pm5 H1 {
  color: #55b4d4;
  text-align: center;
}
.cid-sOTnpX2Pm5 h1 {
  background: linear-gradient(to left, #0077ff, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-sOTnpX2Pm5 img {
  width: 100%;
}
.cid-sOTnpX2Pm5 .mbr-text,
.cid-sOTnpX2Pm5 .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-sOTnpYQCFw {
  padding-top: 60px;
  padding-bottom: 90px;
  position: relative;
  background-color: #000000;
}
.cid-sOTnpYQCFw p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-sOTnpYQCFw .panel-title {
  border-bottom: 2px solid #0077ff;
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  padding-right: 2rem;
}
.cid-sOTnpYQCFw .collapsed {
  border: none;
}
.cid-sOTnpYQCFw .collapsed span {
  transform: rotate(0deg);
}
.cid-sOTnpYQCFw span {
  font-size: 1.4rem;
  transition: all 0.3s;
  transform: rotate(45deg);
  background: linear-gradient(to left, #0077ff, #55b4d4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
}
.cid-sOTnpYQCFw .panel-body {
  padding-top: 0.5rem;
}
.cid-sOTnpYQCFw .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-sOTnpYQCFw .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #191919;
  padding: 0;
}
.cid-sOTnpYQCFw .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  text-decoration: none !important;
  line-height: normal;
}
.cid-sOTnpYQCFw .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sOTnpYQCFw .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-sOTnpYQCFw .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-sOTnpYQCFw .panel-text {
  color: #ffffff;
  text-align: left;
}
.cid-sOTnpYQCFw H4 {
  color: #ffffff;
}
.cid-sOTnpYQCFw H2 {
  color: #0077ff;
}
.cid-sOTnpYQCFw .mbr-section-text {
  color: #ffffff;
}
.cid-sOTnq3pvoR {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #191919;
}
.cid-sOTnq3pvoR .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-sOTnq3pvoR .item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.3rem 0;
}
.cid-sOTnq3pvoR .item p {
  margin: 0;
  padding-left: 0.5rem;
}
.cid-sOTnq3pvoR .title {
  background: linear-gradient(to left, #0077ff, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #0095ff;
}
.cid-sOTnq3pvoR .container {
  max-width: 1400px;
}
.cid-sOTnq3pvoR li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-sOTnq3pvoR .time {
  line-height: 2;
}
.cid-sOTnq3pvoR .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-sOTnq3pvoR .text-wrap {
  width: 100%;
}
.cid-sOTnq3pvoR .item-wrap {
  display: inline-block;
}
.cid-sOTnq3pvoR .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-sOTnq3pvoR .socicon-wrap .mbr-iconfont {
  font-size: 1.3rem;
  background: linear-gradient(to left, #0077ff, #55b4d4);
  -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-sOTnq3pvoR .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-sOTnq3pvoR .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sOTnq3pvoR .socicon-wrap {
    margin: auto;
  }
}
.cid-sOTnq3pvoR .mbr-text {
  color: #999999;
}
.cid-sOTnq3pvoR .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-sOTnq3pvoR .icon-title,
.cid-sOTnq3pvoR .align-wrap {
  color: #ffffff;
  width: 100%;
  text-align: center;
}
.cid-sOTnq3pvoR .item-text,
.cid-sOTnq3pvoR .item-icon {
  color: #999999;
}
.cid-sOTnq3pvoR .mbr-text,
.cid-sOTnq3pvoR .mbr-section-btn {
  color: #ffffff;
}
.cid-sOTwMbckQd .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-sOTwMbckQd .btn {
  white-space: nowrap;
}
.cid-sOTwMbckQd .nav-link,
.cid-sOTwMbckQd .icons-menu .mbr-iconfont,
.cid-sOTwMbckQd .dropdown-item {
  transition: all 0.1s;
}
.cid-sOTwMbckQd .nav-link:hover,
.cid-sOTwMbckQd .icons-menu .mbr-iconfont:hover,
.cid-sOTwMbckQd .dropdown-item:hover {
  color: #0077ff !important;
}
@media (max-width: 992px) {
  .cid-sOTwMbckQd .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-sOTwMbckQd .container {
  display: flex;
  margin: auto;
}
.cid-sOTwMbckQd .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #040402;
}
.cid-sOTwMbckQd .navbar.opened {
  transition: all .3s;
}
.cid-sOTwMbckQd .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sOTwMbckQd .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-sOTwMbckQd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sOTwMbckQd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sOTwMbckQd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sOTwMbckQd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sOTwMbckQd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sOTwMbckQd .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-sOTwMbckQd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sOTwMbckQd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sOTwMbckQd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sOTwMbckQd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sOTwMbckQd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sOTwMbckQd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sOTwMbckQd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sOTwMbckQd .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-sOTwMbckQd .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sOTwMbckQd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sOTwMbckQd .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sOTwMbckQd .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-sOTwMbckQd .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sOTwMbckQd .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sOTwMbckQd .navbar.navbar-short {
  background: #040402 !important;
  min-height: 60px;
}
.cid-sOTwMbckQd .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sOTwMbckQd .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sOTwMbckQd .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-sOTwMbckQd .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-sOTwMbckQd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sOTwMbckQd .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sOTwMbckQd .navbar-caption {
  padding-right: 4rem;
}
.cid-sOTwMbckQd .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-sOTwMbckQd .dropdown-menu,
.cid-sOTwMbckQd .navbar.opened {
  background: #191919 !important;
}
.cid-sOTwMbckQd .nav-item:focus,
.cid-sOTwMbckQd .nav-link:focus {
  outline: none;
}
.cid-sOTwMbckQd .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-sOTwMbckQd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sOTwMbckQd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sOTwMbckQd .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-sOTwMbckQd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sOTwMbckQd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-sOTwMbckQd .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-sOTwMbckQd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sOTwMbckQd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sOTwMbckQd .dropdown-item.active,
.cid-sOTwMbckQd .dropdown-item:active {
  background-color: transparent;
}
.cid-sOTwMbckQd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sOTwMbckQd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sOTwMbckQd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sOTwMbckQd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #040402;
}
.cid-sOTwMbckQd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sOTwMbckQd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sOTwMbckQd ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sOTwMbckQd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sOTwMbckQd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sOTwMbckQd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0077ff;
}
.cid-sOTwMbckQd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sOTwMbckQd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sOTwMbckQd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sOTwMbckQd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sOTwMbckQd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sOTwMbckQd nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sOTwMbckQd nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sOTwMbckQd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sOTwMbckQd .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sOTwMbckQd a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sOTwMbckQd .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-sOTwMbckQd .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sOTwMbckQd .navbar {
    height: 77px;
  }
  .cid-sOTwMbckQd .navbar.opened {
    height: auto;
  }
  .cid-sOTwMbckQd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sOTwMbckQd .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-sOTwMcFeQW {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #040402;
}
.cid-sOTwMcFeQW H1 {
  color: #55b4d4;
  text-align: center;
}
.cid-sOTwMcFeQW h1 {
  background: linear-gradient(to left, #0077ff, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-sOTwMcFeQW img {
  width: 100%;
}
.cid-sOTwMcFeQW .mbr-text,
.cid-sOTwMcFeQW .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-sOTwMcFeQW H2 {
  text-align: center;
}
.cid-sOTwMgrBAg {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #191919;
}
.cid-sOTwMgrBAg .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-sOTwMgrBAg .item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.3rem 0;
}
.cid-sOTwMgrBAg .item p {
  margin: 0;
  padding-left: 0.5rem;
}
.cid-sOTwMgrBAg .title {
  background: linear-gradient(to left, #0077ff, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #0095ff;
}
.cid-sOTwMgrBAg .container {
  max-width: 1400px;
}
.cid-sOTwMgrBAg li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-sOTwMgrBAg .time {
  line-height: 2;
}
.cid-sOTwMgrBAg .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-sOTwMgrBAg .text-wrap {
  width: 100%;
}
.cid-sOTwMgrBAg .item-wrap {
  display: inline-block;
}
.cid-sOTwMgrBAg .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-sOTwMgrBAg .socicon-wrap .mbr-iconfont {
  font-size: 1.3rem;
  background: linear-gradient(to left, #0077ff, #55b4d4);
  -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-sOTwMgrBAg .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-sOTwMgrBAg .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sOTwMgrBAg .socicon-wrap {
    margin: auto;
  }
}
.cid-sOTwMgrBAg .mbr-text {
  color: #999999;
}
.cid-sOTwMgrBAg .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-sOTwMgrBAg .icon-title,
.cid-sOTwMgrBAg .align-wrap {
  color: #ffffff;
  width: 100%;
  text-align: center;
}
.cid-sOTwMgrBAg .item-text,
.cid-sOTwMgrBAg .item-icon {
  color: #999999;
}
.cid-sOTwMgrBAg .mbr-text,
.cid-sOTwMgrBAg .mbr-section-btn {
  color: #ffffff;
}
.cid-sPf8UDqLM8 .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-sPf8UDqLM8 .btn {
  white-space: nowrap;
}
.cid-sPf8UDqLM8 .nav-link,
.cid-sPf8UDqLM8 .icons-menu .mbr-iconfont,
.cid-sPf8UDqLM8 .dropdown-item {
  transition: all 0.1s;
}
.cid-sPf8UDqLM8 .nav-link:hover,
.cid-sPf8UDqLM8 .icons-menu .mbr-iconfont:hover,
.cid-sPf8UDqLM8 .dropdown-item:hover {
  color: #0077ff !important;
}
@media (max-width: 992px) {
  .cid-sPf8UDqLM8 .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-sPf8UDqLM8 .container {
  display: flex;
  margin: auto;
}
.cid-sPf8UDqLM8 .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #040402;
}
.cid-sPf8UDqLM8 .navbar.opened {
  transition: all .3s;
}
.cid-sPf8UDqLM8 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sPf8UDqLM8 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-sPf8UDqLM8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sPf8UDqLM8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sPf8UDqLM8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sPf8UDqLM8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sPf8UDqLM8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sPf8UDqLM8 .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-sPf8UDqLM8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sPf8UDqLM8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sPf8UDqLM8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sPf8UDqLM8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sPf8UDqLM8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sPf8UDqLM8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sPf8UDqLM8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sPf8UDqLM8 .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-sPf8UDqLM8 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sPf8UDqLM8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sPf8UDqLM8 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sPf8UDqLM8 .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-sPf8UDqLM8 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sPf8UDqLM8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sPf8UDqLM8 .navbar.navbar-short {
  background: #040402 !important;
  min-height: 60px;
}
.cid-sPf8UDqLM8 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sPf8UDqLM8 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sPf8UDqLM8 .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-sPf8UDqLM8 .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-sPf8UDqLM8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sPf8UDqLM8 .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sPf8UDqLM8 .navbar-caption {
  padding-right: 4rem;
}
.cid-sPf8UDqLM8 .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-sPf8UDqLM8 .dropdown-menu,
.cid-sPf8UDqLM8 .navbar.opened {
  background: #191919 !important;
}
.cid-sPf8UDqLM8 .nav-item:focus,
.cid-sPf8UDqLM8 .nav-link:focus {
  outline: none;
}
.cid-sPf8UDqLM8 .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-sPf8UDqLM8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sPf8UDqLM8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sPf8UDqLM8 .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-sPf8UDqLM8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sPf8UDqLM8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-sPf8UDqLM8 .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-sPf8UDqLM8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sPf8UDqLM8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sPf8UDqLM8 .dropdown-item.active,
.cid-sPf8UDqLM8 .dropdown-item:active {
  background-color: transparent;
}
.cid-sPf8UDqLM8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sPf8UDqLM8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sPf8UDqLM8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sPf8UDqLM8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #040402;
}
.cid-sPf8UDqLM8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sPf8UDqLM8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sPf8UDqLM8 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sPf8UDqLM8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sPf8UDqLM8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sPf8UDqLM8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0077ff;
}
.cid-sPf8UDqLM8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sPf8UDqLM8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sPf8UDqLM8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sPf8UDqLM8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sPf8UDqLM8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sPf8UDqLM8 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sPf8UDqLM8 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sPf8UDqLM8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sPf8UDqLM8 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sPf8UDqLM8 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sPf8UDqLM8 .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-sPf8UDqLM8 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sPf8UDqLM8 .navbar {
    height: 77px;
  }
  .cid-sPf8UDqLM8 .navbar.opened {
    height: auto;
  }
  .cid-sPf8UDqLM8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sPf8UDqLM8 .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-sPf8UEodO6 {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #040402;
}
.cid-sPf8UEodO6 H1 {
  color: #55b4d4;
  text-align: center;
}
.cid-sPf8UEodO6 h1 {
  background: linear-gradient(to left, #0077ff, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-sPf8UEodO6 img {
  width: 100%;
}
.cid-sPf8UEodO6 .mbr-text,
.cid-sPf8UEodO6 .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-sPf97T8jN5 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #191919;
}
.cid-sPf97T8jN5 .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #0077ff, #55b4d4);
}
.cid-sPf97T8jN5 .mbr-text,
.cid-sPf97T8jN5 .mbr-section-btn {
  color: #999999;
}
.cid-sPf9XwMC1i {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #191919;
}
.cid-sPf9XwMC1i .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #0077ff, #55b4d4);
}
.cid-sPf9XwMC1i .mbr-text,
.cid-sPf9XwMC1i .mbr-section-btn {
  color: #999999;
}
.cid-sPf8UH5QAe {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #191919;
}
.cid-sPf8UH5QAe .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-sPf8UH5QAe .item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.3rem 0;
}
.cid-sPf8UH5QAe .item p {
  margin: 0;
  padding-left: 0.5rem;
}
.cid-sPf8UH5QAe .title {
  background: linear-gradient(to left, #0077ff, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #0095ff;
}
.cid-sPf8UH5QAe .container {
  max-width: 1400px;
}
.cid-sPf8UH5QAe li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-sPf8UH5QAe .time {
  line-height: 2;
}
.cid-sPf8UH5QAe .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-sPf8UH5QAe .text-wrap {
  width: 100%;
}
.cid-sPf8UH5QAe .item-wrap {
  display: inline-block;
}
.cid-sPf8UH5QAe .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-sPf8UH5QAe .socicon-wrap .mbr-iconfont {
  font-size: 1.3rem;
  background: linear-gradient(to left, #0077ff, #55b4d4);
  -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-sPf8UH5QAe .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-sPf8UH5QAe .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sPf8UH5QAe .socicon-wrap {
    margin: auto;
  }
}
.cid-sPf8UH5QAe .mbr-text {
  color: #999999;
}
.cid-sPf8UH5QAe .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-sPf8UH5QAe .icon-title,
.cid-sPf8UH5QAe .align-wrap {
  color: #ffffff;
  width: 100%;
  text-align: center;
}
.cid-sPf8UH5QAe .item-text,
.cid-sPf8UH5QAe .item-icon {
  color: #999999;
}
.cid-sPf8UH5QAe .mbr-text,
.cid-sPf8UH5QAe .mbr-section-btn {
  color: #ffffff;
}
