body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 5.5rem;
  line-height: 1.2;
}
.display-1 > .mbr-iconfont {
  font-size: 8.8rem;
}
.display-2 {
  font-family: 'Open Sans', sans-serif;
  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: 'Open Sans', sans-serif;
  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.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: #08daff !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: #08daff !important;
  border-color: #08daff !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #009fba !important;
  border-color: #009fba !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #009fba !important;
  border-color: #009fba !important;
}
.btn-primary:hover {
  background-color: #08daff !important;
  border-color: #08daff !important;
}
.btn-primary:hover,
.btn-primary:focus {
  background: linear-gradient(to left, #55b4d4, #08daff);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #55b4d4 !important;
  border-color: #55b4d4 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #2d8fb0 !important;
  border-color: #2d8fb0 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #2d8fb0 !important;
  border-color: #2d8fb0 !important;
}
.btn-secondary:hover {
  background-color: #08daff !important;
  border-color: #08daff !important;
}
.btn-secondary:hover,
.btn-secondary:focus {
  background: linear-gradient(to left, #55b4d4, #55b4d4);
  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: #08daff !important;
  border-color: #08daff !important;
}
.btn-info:hover,
.btn-info:focus {
  background: linear-gradient(to left, #55b4d4, #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: #08daff !important;
  border-color: #08daff !important;
}
.btn-success:hover,
.btn-success:focus {
  background: linear-gradient(to left, #55b4d4, #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: #08daff !important;
  border-color: #08daff !important;
}
.btn-warning:hover,
.btn-warning:focus {
  background: linear-gradient(to left, #55b4d4, #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: #08daff !important;
  border-color: #08daff !important;
}
.btn-danger:hover,
.btn-danger:focus {
  background: linear-gradient(to left, #55b4d4, #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: #08daff !important;
  border-color: #08daff !important;
}
.btn-white:hover,
.btn-white:focus {
  background: linear-gradient(to left, #55b4d4, #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: #08daff !important;
  border-color: #08daff !important;
}
.btn-black:hover,
.btn-black:focus {
  background: linear-gradient(to left, #55b4d4, #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: #08daff;
  color: #08daff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #08daff;
  border-color: #08daff;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #08daff !important;
  border-color: #08daff !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus {
  background: linear-gradient(to left, #55b4d4, #08daff);
  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: #55b4d4;
  color: #55b4d4;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #55b4d4;
  border-color: #55b4d4;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #55b4d4 !important;
  border-color: #55b4d4 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus {
  background: linear-gradient(to left, #55b4d4, #55b4d4);
  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, #55b4d4, #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, #55b4d4, #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, #55b4d4, #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, #55b4d4, #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, #55b4d4, #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, #55b4d4, #f3f3f3);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.text-primary {
  color: #08daff !important;
}
.text-secondary {
  color: #55b4d4 !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: #6ee9ff !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #a6d8e9 !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-gallery-filter li.active .btn {
  background-color: #08daff;
  border-color: #08daff;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #08daff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #d4f9ff;
}
.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: #08daff;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #08daff;
  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: #08daff;
  border-bottom-color: #08daff;
}
.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: #08daff !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: #55b4d4 !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='%2308daff' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.btn {
  transition: none;
}
.cid-s1YLZwONfz .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s1YLZwONfz .btn {
  white-space: nowrap;
}
.cid-s1YLZwONfz .nav-link,
.cid-s1YLZwONfz .icons-menu .mbr-iconfont,
.cid-s1YLZwONfz .dropdown-item {
  transition: all 0.1s;
}
.cid-s1YLZwONfz .nav-link:hover,
.cid-s1YLZwONfz .icons-menu .mbr-iconfont:hover,
.cid-s1YLZwONfz .dropdown-item:hover {
  color: #55b4d4 !important;
}
@media (max-width: 992px) {
  .cid-s1YLZwONfz .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-s1YLZwONfz .container {
  display: flex;
  margin: auto;
}
.cid-s1YLZwONfz .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #040402;
}
.cid-s1YLZwONfz .navbar.opened {
  transition: all .3s;
}
.cid-s1YLZwONfz .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-s1YLZwONfz .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
  display: none !important;
}
.cid-s1YLZwONfz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s1YLZwONfz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-s1YLZwONfz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s1YLZwONfz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s1YLZwONfz .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-s1YLZwONfz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s1YLZwONfz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s1YLZwONfz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s1YLZwONfz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s1YLZwONfz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s1YLZwONfz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s1YLZwONfz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s1YLZwONfz .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s1YLZwONfz .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s1YLZwONfz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s1YLZwONfz .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s1YLZwONfz .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-s1YLZwONfz .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s1YLZwONfz .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s1YLZwONfz .navbar.navbar-short {
  background: #040402 !important;
  min-height: 60px;
}
.cid-s1YLZwONfz .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s1YLZwONfz .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s1YLZwONfz .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-s1YLZwONfz .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-s1YLZwONfz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s1YLZwONfz .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s1YLZwONfz .navbar-caption {
  padding-right: 4rem;
}
.cid-s1YLZwONfz .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-s1YLZwONfz .dropdown-menu,
.cid-s1YLZwONfz .navbar.opened {
  background: #191919 !important;
}
.cid-s1YLZwONfz .nav-item:focus,
.cid-s1YLZwONfz .nav-link:focus {
  outline: none;
}
.cid-s1YLZwONfz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s1YLZwONfz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s1YLZwONfz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s1YLZwONfz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s1YLZwONfz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s1YLZwONfz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-s1YLZwONfz .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s1YLZwONfz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s1YLZwONfz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s1YLZwONfz .dropdown-item.active,
.cid-s1YLZwONfz .dropdown-item:active {
  background-color: transparent;
}
.cid-s1YLZwONfz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s1YLZwONfz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s1YLZwONfz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s1YLZwONfz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #040402;
}
.cid-s1YLZwONfz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s1YLZwONfz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s1YLZwONfz ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s1YLZwONfz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s1YLZwONfz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s1YLZwONfz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-s1YLZwONfz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s1YLZwONfz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s1YLZwONfz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s1YLZwONfz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s1YLZwONfz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1YLZwONfz nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s1YLZwONfz nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s1YLZwONfz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1YLZwONfz .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s1YLZwONfz a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s1YLZwONfz .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-s1YLZwONfz .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s1YLZwONfz .navbar {
    height: 77px;
  }
  .cid-s1YLZwONfz .navbar.opened {
    height: auto;
  }
  .cid-s1YLZwONfz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s1YLZwONfz .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-s1YLYYtmhw {
  padding-top: 105px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-s1YLYYtmhw H1 {
  color: #55b4d4;
}
.cid-s1YLYYtmhw h1 {
  background: linear-gradient(to left, #55b4d4, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-s1YLYYtmhw img {
  width: 100%;
}
.cid-s1YLYYtmhw .mbr-text,
.cid-s1YLYYtmhw .mbr-section-btn {
  color: #999999;
}
.cid-s8nM32AqS1 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #cccccc;
}
.cid-s8nM32AqS1 .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #55b4d4, #08daff);
}
.cid-s8nM32AqS1 .mbr-text,
.cid-s8nM32AqS1 .mbr-section-btn {
  color: #999999;
}
.cid-s8nM32AqS1 .mbr-section-title,
.cid-s8nM32AqS1 .title-wrapper {
  text-align: center;
  color: #465052;
}
.cid-tW6z0Y5uiy {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #040402;
}
.cid-tW6z0Y5uiy img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-tW6z0Y5uiy .card-wrapper {
  background: #191919;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-tW6z0Y5uiy .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-tW6z0Y5uiy .first:hover:before {
  content: none;
}
.cid-tW6z0Y5uiy .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 300px;
  background: linear-gradient(to left, #55b4d4, #08daff);
  content: '';
}
.cid-tW6z0Y5uiy .last:hover:after {
  content: none;
}
.cid-tW6z0Y5uiy .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 300px;
  background: linear-gradient(to left, #55b4d4, #08daff);
  content: '';
}
.cid-tW6z0Y5uiy .mbr-section-text {
  color: #999999;
}
.cid-tW6z0Y5uiy .card {
  z-index: 1;
  position: relative;
  transition: all 0.3s;
}
.cid-tW6z0Y5uiy .card .img-wrapper {
  overflow: hidden;
}
.cid-tW6z0Y5uiy .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-tW6z0Y5uiy .card:hover .card-wrapper {
  background: linear-gradient(to left, #55b4d4, #08daff);
  color: #ffffff !important;
}
.cid-tW6z0Y5uiy .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
.cid-tW5V8P0mw6 {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #111111;
}
.cid-tW5V8P0mw6 img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
}
.cid-tW5V8P0mw6 .container-fluid {
  padding: 0;
}
.cid-tW5V8P0mw6 .card-wrapper {
  background: #111111;
  padding: 3rem;
}
.cid-tW5V8P0mw6 .card-wrapper:hover {
  background: linear-gradient(to left, #55b4d4, #08daff);
}
.cid-tW5V8P0mw6 .text-wrap {
  display: flex;
  justify-content: center;
  padding-top: 1rem;
}
.cid-tW5V8P0mw6 .icon-wrapper {
  padding: 0 0.6rem;
}
.cid-tW5V8P0mw6 .card-box {
  padding-top: 2rem;
}
.cid-tW5V8P0mw6 .link-icon {
  font-size: 1.5rem;
  background: linear-gradient(to left, #55b4d4, #08daff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-tW5V8P0mw6 .card-title {
  color: #999999;
}
.cid-tW5V8P0mw6 .mbr-subtitle {
  color: #ffffff;
}
.cid-tW5V8P0mw6 .main-title {
  color: #ffffff;
}
.cid-tW5V8P0mw6 .main-subtitle {
  color: #999999;
}
.cid-tW5V8P0mw6 .card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tW5V8P0mw6 .card:hover {
  transform: translateY(-10px);
}
.cid-tW5V8P0mw6 .card:hover .link-icon {
  color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-tW5V8P0mw6 .card:hover .card-title,
.cid-tW5V8P0mw6 .card:hover .mbr-subtitle {
  color: #ffffff !important;
}
@media (max-width: 1600px) {
  .cid-tW5V8P0mw6 .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-tW5V8P0mw6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tW5V8P0mw6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tW6vmt0mOr {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #191919;
}
.cid-tW6vmt0mOr .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #55b4d4, #08daff);
}
.cid-tW6vmt0mOr .mbr-text,
.cid-tW6vmt0mOr .mbr-section-btn {
  color: #999999;
}
.cid-tW6vmt0mOr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tW6vmt0mOr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-s1YM3FtOOn {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #040402;
}
.cid-s1YM3FtOOn img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-s1YM3FtOOn .card-wrapper {
  background: #191919;
  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, #55b4d4, #08daff);
  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, #55b4d4, #08daff);
  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, #55b4d4, #08daff);
  color: #ffffff !important;
}
.cid-s1YM3FtOOn .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
.cid-s8yAh0nRif {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-s8yAh0nRif .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #55b4d4, #08daff);
}
.cid-s8yAh0nRif .mbr-text,
.cid-s8yAh0nRif .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-s8yAh0nRif .mbr-section-title,
.cid-s8yAh0nRif .title-wrapper {
  text-align: center;
  color: #55b4d4;
}
.cid-s8yAiy7U0Y {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #040402;
}
.cid-s8yAiy7U0Y .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, #55b4d4, #08daff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-s8yAiy7U0Y .card-wrapper {
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .cid-s8yAiy7U0Y .card-wrapper {
    padding: 0;
  }
}
.cid-s8yAiy7U0Y .card-text {
  color: #999999;
}
.cid-tW8hIqtPBt {
  background-color: #040402;
}
.cid-tW8hIqtPBt .wrapper {
  overflow: hidden;
  position: relative;
}
.cid-tW8hIqtPBt .mbr-media {
  z-index: 2;
}
.cid-tW8hIqtPBt .box {
  height: 400px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.cid-tW8hIqtPBt .box:before {
  background-image: url("../../../assets/images/kepernyofoto-2023-11-20-8.24.40-1399x762.png");
  background-size: cover;
  background-position: center;
  position: absolute;
  content: "";
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  left: 0;
}
.cid-tW8hIqtPBt .box:hover span {
  transform: scale(1.2);
}
.cid-tW8hIqtPBt .box:hover:before {
  filter: contrast(1.2) brightness(0.8);
}
.cid-tW8hIqtPBt .icon-wrap {
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.cid-tW8hIqtPBt .icon-wrap span {
  padding-left: 4px;
}
.cid-tW8hIqtPBt .mbr-media span {
  font-size: 6rem;
  cursor: pointer;
  position: relative;
  display: flex;
  transition: all 0.3s;
  justify-content: center;
  align-items: center;
  opacity: 1;
  background: linear-gradient(to left, #55b4d4, #08daff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-tW8hIqtPBt .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-tW8hIqtPBt .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tW8hIqtPBt .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tW8hIqtPBt .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tW8hIqtPBt a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-tW8hIqtPBt a.close:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-tW8hIqtPBt .box {
    height: 250px;
  }
}
.cid-tW8hIqtPBt .mbr-section-title {
  color: #08daff;
}
.cid-tW8hIqtPBt H4 {
  color: #000000;
}
.cid-tW8hIqtPBt P {
  color: #999999;
}
.cid-tW8hIqtPBt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tW8hIqtPBt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tW8lfM6zhT {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #040402;
}
.cid-tW8lfM6zhT .card-box {
  padding: 0 1rem;
  position: relative;
  z-index: 2;
}
.cid-tW8lfM6zhT .card-img {
  padding-bottom: 1rem;
}
.cid-tW8lfM6zhT .card {
  cursor: pointer;
  transition: all 0.3s;
}
.cid-tW8lfM6zhT .card:hover {
  transform: translateY(-10px);
}
.cid-tW8lfM6zhT .mbr-text,
.cid-tW8lfM6zhT .card-title {
  opacity: 0;
}
.cid-tW8lfM6zhT .card-wrapper {
  display: flex;
  justify-content: center;
  padding: 1rem;
  background-position: center;
  background-size: cover;
  padding-top: 15rem;
  align-items: center;
  perspective: 300px;
  height: 100%;
}
.cid-tW8lfM6zhT .card-wrapper:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.2;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-tW8lfM6zhT .card:hover .card-wrapper:after {
    opacity: 0.8;
    background: linear-gradient(to left, #55b4d4, #08daff);
  }
  .cid-tW8lfM6zhT .card:hover .mbr-text,
  .cid-tW8lfM6zhT .card:hover .card-title {
    opacity: 1;
  }
}
@media (max-width: 992px) {
  .cid-tW8lfM6zhT .card {
    padding-bottom: 1rem !important;
  }
  .cid-tW8lfM6zhT .card .mbr-text,
  .cid-tW8lfM6zhT .card .card-title {
    opacity: 1;
  }
  .cid-tW8lfM6zhT .card-wrapper:after {
    opacity: 0.7;
    background: linear-gradient(to left, #55b4d4, #08daff);
  }
}
.cid-tW8lfM6zhT .row {
  justify-content: center;
}
.cid-tW8lfM6zhT .card-title {
  border-bottom: 1px solid #999999;
}
.cid-tW8lfM6zhT .card1 {
  background-image: url("../../../assets/images/okt-rendszerek-742x1019.png");
}
.cid-tW8lfM6zhT .card2 {
  background-image: url("../../../assets/images/hagyomanyos-741x1019.png");
}
.cid-tW8lfM6zhT .card3 {
  background-image: url("../../../assets/images/lenovo2-742x1019.png");
}
.cid-tW8lfM6zhT .link,
.cid-tW8lfM6zhT .card-box {
  color: #ffffff;
}
.cid-tW8lfM6zhT .mbr-text,
.cid-tW8lfM6zhT .link-wrap {
  text-align: center;
  color: #ffffff;
}
.cid-tW8lfM6zhT .main-subtitle {
  color: #08daff;
}
.cid-tW8lfM6zhT .mbr-section-subtitle {
  color: #999999;
}
.cid-tW8lfM6zhT .mbr-section-text {
  color: #999999;
}
.cid-tW8lfM6zhT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tW8lfM6zhT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tW8lfM6zhT .card-title,
.cid-tW8lfM6zhT .card-img {
  color: #ffffff;
}
.cid-tW9h6NsEdE {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #040402;
}
.cid-tW9h6NsEdE .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #55b4d4, #08daff);
}
.cid-tW9h6NsEdE .mbr-text,
.cid-tW9h6NsEdE .mbr-section-btn {
  color: #999999;
}
.cid-tW9h6NsEdE img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tW9h6NsEdE img {
    width: 96%;
  }
}
.cid-tW9h6NsEdE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tW9h6NsEdE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tW6Stoy45b {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #040402;
}
.cid-tW6Stoy45b .card-wrapper {
  display: flex;
  padding: 0 1.5rem;
}
@media (max-width: 1600px) {
  .cid-tW6Stoy45b .card-wrapper {
    padding: 0;
  }
}
.cid-tW6Stoy45b .row {
  flex-direction: row-reverse;
}
.cid-tW6Stoy45b .form-control,
.cid-tW6Stoy45b .field-input {
  padding: 1rem;
}
.cid-tW6Stoy45b .form-row > .col,
.cid-tW6Stoy45b .col-auto {
  padding-right: 8px;
  padding-left: 8px;
}
.cid-tW6Stoy45b .btn {
  margin: 0 !important;
  height: 56px;
  border-radius: 3px !important;
  padding: 0 1.5rem;
}
.cid-tW6Stoy45b .btn span {
  font-size: 1rem;
}
.cid-tW6Stoy45b .form-control,
.cid-tW6Stoy45b .field-input {
  padding: 1rem;
  background-color: #040402;
  border-color: #555555;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tW6Stoy45b .form-control::-webkit-input-placeholder,
.cid-tW6Stoy45b .field-input::-webkit-input-placeholder,
.cid-tW6Stoy45b .form-control::-webkit-input-placeholder,
.cid-tW6Stoy45b .field-input::-webkit-input-placeholder {
  color: #999999;
}
.cid-tW6Stoy45b .form-control:-moz-placeholder,
.cid-tW6Stoy45b .field-input:-moz-placeholder,
.cid-tW6Stoy45b .form-control:-moz-placeholder,
.cid-tW6Stoy45b .field-input:-moz-placeholder {
  color: #999999;
}
.cid-tW6Stoy45b .form-control:hover,
.cid-tW6Stoy45b .field-input:hover,
.cid-tW6Stoy45b .form-control:focus,
.cid-tW6Stoy45b .field-input:focus {
  background-color: #040402;
  border-color: #555555;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-tW6Stoy45b .form-control:hover::-webkit-input-placeholder,
.cid-tW6Stoy45b .field-input:hover::-webkit-input-placeholder,
.cid-tW6Stoy45b .form-control:focus::-webkit-input-placeholder,
.cid-tW6Stoy45b .field-input:focus::-webkit-input-placeholder,
.cid-tW6Stoy45b .form-control:hover::-webkit-input-placeholder,
.cid-tW6Stoy45b .field-input:hover::-webkit-input-placeholder,
.cid-tW6Stoy45b .form-control:focus::-webkit-input-placeholder,
.cid-tW6Stoy45b .field-input:focus::-webkit-input-placeholder {
  color: #999999;
}
.cid-tW6Stoy45b .form-control:hover:-moz-placeholder,
.cid-tW6Stoy45b .field-input:hover:-moz-placeholder,
.cid-tW6Stoy45b .form-control:focus:-moz-placeholder,
.cid-tW6Stoy45b .field-input:focus:-moz-placeholder,
.cid-tW6Stoy45b .form-control:hover:-moz-placeholder,
.cid-tW6Stoy45b .field-input:hover:-moz-placeholder,
.cid-tW6Stoy45b .form-control:focus:-moz-placeholder,
.cid-tW6Stoy45b .field-input:focus:-moz-placeholder {
  color: #999999;
}
.cid-tW6Stoy45b .jq-number__spin:hover,
.cid-tW6Stoy45b .jq-number__spin:focus {
  background-color: #040402;
  border-color: #555555;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-tW6Stoy45b .jq-number__spin {
  background-color: #040402;
  border-color: #555555;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tW6Stoy45b .jq-selectbox li,
.cid-tW6Stoy45b .jq-selectbox li {
  background-color: #040402;
  color: #ffffff;
}
.cid-tW6Stoy45b .jq-selectbox li:hover,
.cid-tW6Stoy45b .jq-selectbox li.selected {
  background-color: #040402;
  color: #ffffff;
}
.cid-tW6Stoy45b .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-tW6Stoy45b .jq-number__spin.minus:hover:after,
.cid-tW6Stoy45b .jq-number__spin.plus:hover:after {
  border-top-color: #040402;
  border-bottom-color: #040402;
}
.cid-tW6Stoy45b .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-tW6Stoy45b .jq-number__spin.minus:after,
.cid-tW6Stoy45b .jq-number__spin.plus:after {
  border-top-color: #040402;
  border-bottom-color: #040402;
}
.cid-tW6Stoy45b input::-webkit-clear-button {
  display: none;
}
.cid-tW6Stoy45b input::-webkit-inner-spin-button {
  display: none;
}
.cid-tW6Stoy45b input::-webkit-outer-spin-button {
  display: none;
}
.cid-tW6Stoy45b input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-tW6Stoy45b H4 {
  color: #ffffff;
}
.cid-tW6Stoy45b P {
  color: #999999;
}
@media (max-width: 767px) {
  .cid-tW6Stoy45b .col {
    min-width: 100%;
  }
  .cid-tW6Stoy45b .col-auto {
    margin: auto;
  }
  .cid-tW6Stoy45b .card-wrapper {
    flex-direction: column;
    margin: auto;
    text-align: center;
  }
  .cid-tW6Stoy45b .card-wrapper .icon-wrapper {
    margin: 0 auto;
    margin-bottom: 1rem;
  }
}
.cid-tW6Stoy45b .content {
  padding: 0 3rem;
}
@media (max-width: 1600px) {
  .cid-tW6Stoy45b .content {
    padding: 0 1rem;
  }
}
.cid-tW6Stoy45b .img-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-tW6Stoy45b .img-wrapper:before {
  content: "";
  position: absolute;
  width: 600px;
  height: 600px;
  right: -300px;
  border-radius: 50%;
  bottom: -350px;
  opacity: 0.3;
  background: #08daff;
  z-index: 2;
  pointer-events: none;
}
.cid-tW6Stoy45b img {
  width: 100%;
}
.cid-tW6Stoy45b .card-wrapper .mbr-iconfont {
  font-size: 3rem;
  background: linear-gradient(to left, #55b4d4, #08daff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-tW6Stoy45b .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #55b4d4, #08daff);
}
.cid-tW6Stoy45b .icon-wrapper {
  margin: auto;
  margin-right: 1.5rem;
  display: flex;
  justify-content: center;
  border-radius: 50%;
}
.cid-tW6Stoy45b h4 {
  margin: 0;
}
.cid-tW6Stoy45b .card-text {
  color: #999999;
}
.cid-tW6Stoy45b .mbr-text {
  color: #000000;
}
.cid-tW6Stoy45b .card-title {
  color: #ffffff;
}
@media (min-width: 1200px) {
  .cid-tW6Stoy45b .mbr-text {
    max-width: 600px;
  }
}
@media (max-width: 991px) {
  .cid-tW6Stoy45b .mbr-text {
    padding-bottom: 2rem;
    max-width: 100%;
  }
}
.cid-tW6Stoy45b .icon-wrap {
  background: linear-gradient(to left, #55b4d4, #08daff);
  width: 100px;
  height: 100px;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 5;
  position: absolute;
  bottom: 3rem;
  right: 3rem;
}
.cid-tW6Stoy45b .icon-wrap .mbr-iconfont {
  font-size: 2.6rem;
  color: white;
}
.cid-tW6Stoy45b H3 {
  color: #787324;
}
.cid-tW6Stoy45b .mbr-section-title,
.cid-tW6Stoy45b .title-wrapper {
  color: #ffffff;
}
.cid-tW6Stoy45b .mbr-text,
.cid-tW6Stoy45b .mbr-section-btn {
  color: #999999;
}
.cid-tW6Stoy45b .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tW6Stoy45b .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tW6Stoy45b .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tW6Stoy45b a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-tW6Stoy45b a.close:hover {
  color: #ffffff;
}
.cid-tW6Stoy45b .mbr-fallback-image.disabled {
  display: none;
}
.cid-tW6Stoy45b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-s1YMdWQfw7 {
  padding-top: 45px;
  padding-bottom: 15px;
  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, #55b4d4, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #55b4d4;
}
.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, #55b4d4, #08daff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-s1YMdWQfw7 .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-s1YMdWQfw7 .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-s1YMdWQfw7 .socicon-wrap {
    margin: auto;
  }
}
.cid-s1YMdWQfw7 .mbr-text {
  color: #999999;
}
.cid-s1YMdWQfw7 .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-s1YMdWQfw7 .icon-title,
.cid-s1YMdWQfw7 .align-wrap {
  color: #999999;
  width: 100%;
  text-align: center;
}
.cid-s1YMdWQfw7 .item-text,
.cid-s1YMdWQfw7 .item-icon {
  color: #999999;
}
.cid-s8ypaQ8dr8 .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-s8ypaQ8dr8 .btn {
  white-space: nowrap;
}
.cid-s8ypaQ8dr8 .nav-link,
.cid-s8ypaQ8dr8 .icons-menu .mbr-iconfont,
.cid-s8ypaQ8dr8 .dropdown-item {
  transition: all 0.1s;
}
.cid-s8ypaQ8dr8 .nav-link:hover,
.cid-s8ypaQ8dr8 .icons-menu .mbr-iconfont:hover,
.cid-s8ypaQ8dr8 .dropdown-item:hover {
  color: #55b4d4 !important;
}
@media (max-width: 992px) {
  .cid-s8ypaQ8dr8 .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-s8ypaQ8dr8 .container {
  display: flex;
  margin: auto;
}
.cid-s8ypaQ8dr8 .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #040402;
}
.cid-s8ypaQ8dr8 .navbar.opened {
  transition: all .3s;
}
.cid-s8ypaQ8dr8 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-s8ypaQ8dr8 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
  display: none !important;
}
.cid-s8ypaQ8dr8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s8ypaQ8dr8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s8ypaQ8dr8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s8ypaQ8dr8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s8ypaQ8dr8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s8ypaQ8dr8 .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-s8ypaQ8dr8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s8ypaQ8dr8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s8ypaQ8dr8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s8ypaQ8dr8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s8ypaQ8dr8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s8ypaQ8dr8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s8ypaQ8dr8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s8ypaQ8dr8 .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-s8ypaQ8dr8 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s8ypaQ8dr8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s8ypaQ8dr8 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s8ypaQ8dr8 .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-s8ypaQ8dr8 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s8ypaQ8dr8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s8ypaQ8dr8 .navbar.navbar-short {
  background: #040402 !important;
  min-height: 60px;
}
.cid-s8ypaQ8dr8 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s8ypaQ8dr8 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s8ypaQ8dr8 .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-s8ypaQ8dr8 .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-s8ypaQ8dr8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s8ypaQ8dr8 .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s8ypaQ8dr8 .navbar-caption {
  padding-right: 4rem;
}
.cid-s8ypaQ8dr8 .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-s8ypaQ8dr8 .dropdown-menu,
.cid-s8ypaQ8dr8 .navbar.opened {
  background: #191919 !important;
}
.cid-s8ypaQ8dr8 .nav-item:focus,
.cid-s8ypaQ8dr8 .nav-link:focus {
  outline: none;
}
.cid-s8ypaQ8dr8 .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-s8ypaQ8dr8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s8ypaQ8dr8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s8ypaQ8dr8 .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-s8ypaQ8dr8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s8ypaQ8dr8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-s8ypaQ8dr8 .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-s8ypaQ8dr8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s8ypaQ8dr8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s8ypaQ8dr8 .dropdown-item.active,
.cid-s8ypaQ8dr8 .dropdown-item:active {
  background-color: transparent;
}
.cid-s8ypaQ8dr8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s8ypaQ8dr8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s8ypaQ8dr8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s8ypaQ8dr8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #040402;
}
.cid-s8ypaQ8dr8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s8ypaQ8dr8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s8ypaQ8dr8 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s8ypaQ8dr8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s8ypaQ8dr8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s8ypaQ8dr8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-s8ypaQ8dr8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s8ypaQ8dr8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s8ypaQ8dr8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s8ypaQ8dr8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s8ypaQ8dr8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s8ypaQ8dr8 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s8ypaQ8dr8 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s8ypaQ8dr8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s8ypaQ8dr8 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s8ypaQ8dr8 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s8ypaQ8dr8 .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-s8ypaQ8dr8 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s8ypaQ8dr8 .navbar {
    height: 77px;
  }
  .cid-s8ypaQ8dr8 .navbar.opened {
    height: auto;
  }
  .cid-s8ypaQ8dr8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s8ypaQ8dr8 .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-s8ypaR6x0L {
  padding-top: 105px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-s8ypaR6x0L H1 {
  color: #55b4d4;
}
.cid-s8ypaR6x0L h1 {
  background: linear-gradient(to left, #55b4d4, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-s8ypaR6x0L img {
  width: 100%;
}
.cid-s8ypaR6x0L .mbr-text,
.cid-s8ypaR6x0L .mbr-section-btn {
  color: #999999;
}
.cid-s8ypaRXaJo {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-s8ypaRXaJo .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #55b4d4, #08daff);
}
.cid-s8ypaRXaJo .mbr-text,
.cid-s8ypaRXaJo .mbr-section-btn {
  color: #999999;
}
.cid-s8ypaRXaJo .mbr-section-title,
.cid-s8ypaRXaJo .title-wrapper {
  text-align: center;
  color: #465052;
}
.cid-s8zDsqbuHr {
  padding-top: 465px;
}
.cid-s8zDsqbuHr H2 {
  color: #ffffff;
  text-align: center;
}
.cid-s8zDsqbuHr h1 {
  background: linear-gradient(to left, #55b4d4, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-s8zDsqbuHr section {
  align-items: flex-end !important;
}
.cid-s8zDsqbuHr .mbr-text,
.cid-s8zDsqbuHr .mbr-section-btn {
  color: #999999;
}
.cid-s8zDsqbuHr .mbr-overlay {
  background-color: transparent!important;
  background: linear-gradient(to top, #000000, transparent);
}
.cid-s8ypaV0QCI {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-s8ypaV0QCI .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #55b4d4, #08daff);
}
.cid-s8ypaV0QCI .btn-col {
  align-items: flex-end;
  justify-content: flex-end;
  display: flex;
}
@media (max-width: 767px) {
  .cid-s8ypaV0QCI .btn-col {
    justify-content: center;
  }
}
.cid-s8ypaV0QCI .mbr-text,
.cid-s8ypaV0QCI .mbr-section-btn {
  color: #999999;
}
.cid-s8ypaV0QCI p {
  margin: 0;
}
.cid-s8ypaV0QCI .mbr-section-title,
.cid-s8ypaV0QCI .title-wrapper {
  color: #000000;
}
.cid-s8ypaShEJq {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #111111;
}
.cid-s8ypaShEJq .card-wrapper {
  display: flex;
  padding: 0 1.5rem;
}
@media (max-width: 1600px) {
  .cid-s8ypaShEJq .card-wrapper {
    padding: 0;
  }
}
.cid-s8ypaShEJq .content {
  padding: 0 3rem;
}
@media (max-width: 1600px) {
  .cid-s8ypaShEJq .content {
    padding: 0 1rem;
  }
}
.cid-s8ypaShEJq .img-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-s8ypaShEJq .img-wrapper:before {
  content: '';
  position: absolute;
  width: 600px;
  height: 600px;
  right: -300px;
  border-radius: 50%;
  bottom: -350px;
  opacity: 0.3;
  background: #08daff;
  z-index: 2;
  pointer-events: none;
}
.cid-s8ypaShEJq img {
  width: 100%;
}
.cid-s8ypaShEJq .card-wrapper .mbr-iconfont {
  font-size: 3rem;
  background: linear-gradient(to left, #55b4d4, #08daff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-s8ypaShEJq .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #55b4d4, #08daff);
}
.cid-s8ypaShEJq .icon-wrapper {
  margin: auto;
  margin-right: 1.5rem;
  display: flex;
  justify-content: center;
  border-radius: 50%;
}
.cid-s8ypaShEJq h4 {
  margin: 0;
}
.cid-s8ypaShEJq .card-text {
  color: #999999;
}
.cid-s8ypaShEJq .mbr-text {
  color: #000000;
}
.cid-s8ypaShEJq .card-title {
  color: #ffffff;
}
@media (min-width: 1200px) {
  .cid-s8ypaShEJq .mbr-text {
    max-width: 600px;
  }
}
@media (max-width: 767px) {
  .cid-s8ypaShEJq .card-wrapper {
    flex-direction: column;
    margin: auto;
    text-align: center;
  }
  .cid-s8ypaShEJq .card-wrapper .icon-wrapper {
    margin: 0 auto;
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-s8ypaShEJq .mbr-text {
    padding-bottom: 2rem;
    max-width: 100%;
  }
}
.cid-s8ypaShEJq .icon-wrap {
  background: linear-gradient(to left, #55b4d4, #08daff);
  width: 100px;
  height: 100px;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 5;
  position: absolute;
  bottom: 3rem;
  right: 3rem;
}
.cid-s8ypaShEJq .icon-wrap .mbr-iconfont {
  font-size: 2.6rem;
  color: white;
}
.cid-s8ypaShEJq H3 {
  color: #787324;
}
.cid-s8ypaShEJq .mbr-section-title,
.cid-s8ypaShEJq .title-wrapper {
  color: #ffffff;
}
.cid-s8ypaShEJq .mbr-text,
.cid-s8ypaShEJq .mbr-section-btn {
  color: #55b4d4;
}
.cid-s8ypaShEJq .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-s8ypaShEJq .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-s8ypaShEJq .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-s8ypaShEJq a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-s8ypaShEJq a.close:hover {
  color: #ffffff;
}
.cid-s8ypaUBY07 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-s8ypaUBY07 .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #55b4d4, #08daff);
}
.cid-s8ypaUBY07 .mbr-text,
.cid-s8ypaUBY07 .mbr-section-btn {
  color: #999999;
  text-align: left;
}
.cid-s8ypaUBY07 .mbr-section-title,
.cid-s8ypaUBY07 .title-wrapper {
  text-align: center;
  color: #465052;
}
.cid-s8ypaW7nYO {
  padding-top: 30px;
  padding-bottom: 105px;
  background-color: #040402;
}
.cid-s8ypaW7nYO img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-s8ypaW7nYO .card-wrapper {
  background: #191919;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-s8ypaW7nYO .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-s8ypaW7nYO .first:hover:before {
  content: none;
}
.cid-s8ypaW7nYO .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 300px;
  background: linear-gradient(to left, #55b4d4, #08daff);
  content: '';
}
.cid-s8ypaW7nYO .last:hover:after {
  content: none;
}
.cid-s8ypaW7nYO .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 300px;
  background: linear-gradient(to left, #55b4d4, #08daff);
  content: '';
}
.cid-s8ypaW7nYO .mbr-section-text {
  color: #999999;
}
.cid-s8ypaW7nYO .card {
  z-index: 1;
  position: relative;
  transition: all 0.3s;
}
.cid-s8ypaW7nYO .card .img-wrapper {
  overflow: hidden;
}
.cid-s8ypaW7nYO .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-s8ypaW7nYO .card:hover .card-wrapper {
  background: linear-gradient(to left, #55b4d4, #08daff);
  color: #ffffff !important;
}
.cid-s8ypaW7nYO .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
.cid-s8ypaWZaAM {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-s8ypaWZaAM .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #55b4d4, #08daff);
}
.cid-s8ypaWZaAM .mbr-text,
.cid-s8ypaWZaAM .mbr-section-btn {
  color: #999999;
  text-align: left;
}
.cid-s8ypaWZaAM .mbr-section-title,
.cid-s8ypaWZaAM .title-wrapper {
  text-align: center;
  color: #465052;
}
.cid-s8ztCNFV9T {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-s8ztCNFV9T .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #55b4d4, #08daff);
}
.cid-s8ztCNFV9T .btn-col {
  align-items: flex-end;
  justify-content: flex-end;
  display: flex;
}
@media (max-width: 767px) {
  .cid-s8ztCNFV9T .btn-col {
    justify-content: center;
  }
}
.cid-s8ztCNFV9T .mbr-text,
.cid-s8ztCNFV9T .mbr-section-btn {
  color: #999999;
}
.cid-s8ztCNFV9T p {
  margin: 0;
}
.cid-s8ztCNFV9T .mbr-section-title,
.cid-s8ztCNFV9T .title-wrapper {
  color: #5b686b;
}
.cid-s8yqLo3VHd {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-s8yqLo3VHd .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #55b4d4, #08daff);
}
.cid-s8yqLo3VHd .mbr-text,
.cid-s8yqLo3VHd .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-s8yqLo3VHd .mbr-section-title,
.cid-s8yqLo3VHd .title-wrapper {
  text-align: center;
  color: #55b4d4;
}
.cid-s8ypaXs9hW {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #040402;
}
.cid-s8ypaXs9hW .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, #55b4d4, #08daff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-s8ypaXs9hW .card-wrapper {
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .cid-s8ypaXs9hW .card-wrapper {
    padding: 0;
  }
}
.cid-s8ypaXs9hW .card-text {
  color: #999999;
}
.cid-s8ypaZqyvH {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-s8ypaZqyvH .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #55b4d4, #08daff);
}
.cid-s8ypaZqyvH .btn-col {
  align-items: flex-end;
  justify-content: flex-end;
  display: flex;
}
@media (max-width: 767px) {
  .cid-s8ypaZqyvH .btn-col {
    justify-content: center;
  }
}
.cid-s8ypaZqyvH .mbr-text,
.cid-s8ypaZqyvH .mbr-section-btn {
  color: #999999;
}
.cid-s8ypaZqyvH p {
  margin: 0;
}
.cid-s8ypaZ0ycO {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #3d3a3a;
}
.cid-s8ypaZ0ycO .mbr-section-subtitle {
  color: #999999;
  font-weight: 300;
}
.cid-s8ypaZ0ycO .countdown {
  font-weight: 600;
}
.cid-s8ypaZ0ycO .number-wrap {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.15);
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 10px 13px 10px;
  margin: 0;
  min-width: 118px;
  border-radius: 2px;
  max-width: 100%;
}
.cid-s8ypaZ0ycO .number {
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  background: linear-gradient(to left, #55b4d4, #08daff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-s8ypaZ0ycO .period {
  display: block;
  padding-top: 2px;
}
.cid-s8ypaZ0ycO .dot {
  display: none;
}
.cid-s8ypaZ0ycO .countdown-cont {
  max-width: 1000px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-s8ypaZ0ycO .dot {
    display: none;
  }
}
@media (max-width: 543px) {
  .cid-s8ypaZ0ycO .number-wrap {
    margin-bottom: 15px;
  }
}
@media (max-width: 550px) {
  .cid-s8ypaZ0ycO .col-xs-3 {
    padding-left: 0;
    padding-right: 0;
    max-width: 25%;
    flex: 0 0 25%;
  }
  .cid-s8ypaZ0ycO .number-wrap {
    min-width: auto;
  }
}
@media (max-width: 440px) {
  .cid-s8ypaZ0ycO .number,
  .cid-s8ypaZ0ycO .dot {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-s8ypaZ0ycO .period {
    font-size: 0.8rem;
  }
}
.cid-s8ypaZ0ycO H2 {
  color: #ffffff;
}
.cid-s8ypaZ0ycO .mbr-subtitle {
  color: #999999;
}
.cid-s8ypb0ORKc {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-s8ypb0ORKc .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #55b4d4, #08daff);
}
.cid-s8ypb0ORKc .mbr-text,
.cid-s8ypb0ORKc .mbr-section-btn {
  color: #999999;
  text-align: left;
}
.cid-s8ypb0ORKc .mbr-section-title,
.cid-s8ypb0ORKc .title-wrapper {
  text-align: center;
  color: #465052;
}
.cid-s8ypb1jSTD {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #191919;
}
.cid-s8ypb1jSTD .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-s8ypb1jSTD .item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.3rem 0;
}
.cid-s8ypb1jSTD .item p {
  margin: 0;
  padding-left: 0.5rem;
}
.cid-s8ypb1jSTD .title {
  background: linear-gradient(to left, #55b4d4, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #55b4d4;
}
.cid-s8ypb1jSTD .container {
  max-width: 1400px;
}
.cid-s8ypb1jSTD li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-s8ypb1jSTD .time {
  line-height: 2;
}
.cid-s8ypb1jSTD .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-s8ypb1jSTD .text-wrap {
  width: 100%;
}
.cid-s8ypb1jSTD .item-wrap {
  display: inline-block;
}
.cid-s8ypb1jSTD .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-s8ypb1jSTD .socicon-wrap .mbr-iconfont {
  font-size: 1.3rem;
  background: linear-gradient(to left, #55b4d4, #08daff);
  -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-s8ypb1jSTD .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-s8ypb1jSTD .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-s8ypb1jSTD .socicon-wrap {
    margin: auto;
  }
}
.cid-s8ypb1jSTD .mbr-text {
  color: #999999;
}
.cid-s8ypb1jSTD .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-s8ypb1jSTD .icon-title,
.cid-s8ypb1jSTD .align-wrap {
  color: #999999;
  width: 100%;
  text-align: center;
}
.cid-s8ypb1jSTD .item-text,
.cid-s8ypb1jSTD .item-icon {
  color: #999999;
}
.cid-s8KMAfpJcL .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-s8KMAfpJcL .btn {
  white-space: nowrap;
}
.cid-s8KMAfpJcL .nav-link,
.cid-s8KMAfpJcL .icons-menu .mbr-iconfont,
.cid-s8KMAfpJcL .dropdown-item {
  transition: all 0.1s;
}
.cid-s8KMAfpJcL .nav-link:hover,
.cid-s8KMAfpJcL .icons-menu .mbr-iconfont:hover,
.cid-s8KMAfpJcL .dropdown-item:hover {
  color: #55b4d4 !important;
}
@media (max-width: 992px) {
  .cid-s8KMAfpJcL .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-s8KMAfpJcL .container {
  display: flex;
  margin: auto;
}
.cid-s8KMAfpJcL .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #040402;
}
.cid-s8KMAfpJcL .navbar.opened {
  transition: all .3s;
}
.cid-s8KMAfpJcL .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-s8KMAfpJcL .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
  display: none !important;
}
.cid-s8KMAfpJcL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s8KMAfpJcL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s8KMAfpJcL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s8KMAfpJcL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s8KMAfpJcL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s8KMAfpJcL .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-s8KMAfpJcL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s8KMAfpJcL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s8KMAfpJcL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s8KMAfpJcL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s8KMAfpJcL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s8KMAfpJcL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s8KMAfpJcL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s8KMAfpJcL .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-s8KMAfpJcL .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s8KMAfpJcL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s8KMAfpJcL .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s8KMAfpJcL .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-s8KMAfpJcL .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s8KMAfpJcL .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s8KMAfpJcL .navbar.navbar-short {
  background: #040402 !important;
  min-height: 60px;
}
.cid-s8KMAfpJcL .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s8KMAfpJcL .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s8KMAfpJcL .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-s8KMAfpJcL .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-s8KMAfpJcL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s8KMAfpJcL .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s8KMAfpJcL .navbar-caption {
  padding-right: 4rem;
}
.cid-s8KMAfpJcL .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-s8KMAfpJcL .dropdown-menu,
.cid-s8KMAfpJcL .navbar.opened {
  background: #191919 !important;
}
.cid-s8KMAfpJcL .nav-item:focus,
.cid-s8KMAfpJcL .nav-link:focus {
  outline: none;
}
.cid-s8KMAfpJcL .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-s8KMAfpJcL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s8KMAfpJcL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s8KMAfpJcL .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-s8KMAfpJcL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s8KMAfpJcL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-s8KMAfpJcL .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-s8KMAfpJcL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s8KMAfpJcL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s8KMAfpJcL .dropdown-item.active,
.cid-s8KMAfpJcL .dropdown-item:active {
  background-color: transparent;
}
.cid-s8KMAfpJcL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s8KMAfpJcL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s8KMAfpJcL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s8KMAfpJcL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #040402;
}
.cid-s8KMAfpJcL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s8KMAfpJcL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s8KMAfpJcL ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s8KMAfpJcL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s8KMAfpJcL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s8KMAfpJcL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-s8KMAfpJcL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s8KMAfpJcL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s8KMAfpJcL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s8KMAfpJcL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s8KMAfpJcL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s8KMAfpJcL nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s8KMAfpJcL nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s8KMAfpJcL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s8KMAfpJcL .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s8KMAfpJcL a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s8KMAfpJcL .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-s8KMAfpJcL .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s8KMAfpJcL .navbar {
    height: 77px;
  }
  .cid-s8KMAfpJcL .navbar.opened {
    height: auto;
  }
  .cid-s8KMAfpJcL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s8KMAfpJcL .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-s8KMAg4phF {
  padding-top: 105px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-s8KMAg4phF H1 {
  color: #55b4d4;
}
.cid-s8KMAg4phF h1 {
  background: linear-gradient(to left, #55b4d4, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-s8KMAg4phF img {
  width: 100%;
}
.cid-s8KMAg4phF .mbr-text,
.cid-s8KMAg4phF .mbr-section-btn {
  color: #999999;
}
.cid-s8KMAgwvaS {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-s8KMAgwvaS .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #55b4d4, #08daff);
}
.cid-s8KMAgwvaS .mbr-text,
.cid-s8KMAgwvaS .mbr-section-btn {
  color: #999999;
}
.cid-s8KMAgwvaS .mbr-section-title,
.cid-s8KMAgwvaS .title-wrapper {
  text-align: center;
  color: #465052;
}
.cid-s8KMAgRSrR {
  padding-top: 465px;
}
.cid-s8KMAgRSrR H2 {
  color: #ffffff;
  text-align: center;
}
.cid-s8KMAgRSrR h1 {
  background: linear-gradient(to left, #55b4d4, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-s8KMAgRSrR section {
  align-items: flex-end !important;
}
.cid-s8KMAgRSrR .mbr-text,
.cid-s8KMAgRSrR .mbr-section-btn {
  color: #999999;
}
.cid-s8KMAgRSrR .mbr-overlay {
  background-color: transparent!important;
  background: linear-gradient(to top, #000000, transparent);
}
.cid-s8KMAhbRl7 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-s8KMAhbRl7 .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #55b4d4, #08daff);
}
.cid-s8KMAhbRl7 .btn-col {
  align-items: flex-end;
  justify-content: flex-end;
  display: flex;
}
@media (max-width: 767px) {
  .cid-s8KMAhbRl7 .btn-col {
    justify-content: center;
  }
}
.cid-s8KMAhbRl7 .mbr-text,
.cid-s8KMAhbRl7 .mbr-section-btn {
  color: #999999;
}
.cid-s8KMAhbRl7 p {
  margin: 0;
}
.cid-s8KMAhbRl7 .mbr-section-title,
.cid-s8KMAhbRl7 .title-wrapper {
  color: #000000;
}
.cid-s8KMAhvLPj {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #111111;
}
.cid-s8KMAhvLPj .card-wrapper {
  display: flex;
  padding: 0 1.5rem;
}
@media (max-width: 1600px) {
  .cid-s8KMAhvLPj .card-wrapper {
    padding: 0;
  }
}
.cid-s8KMAhvLPj .content {
  padding: 0 3rem;
}
@media (max-width: 1600px) {
  .cid-s8KMAhvLPj .content {
    padding: 0 1rem;
  }
}
.cid-s8KMAhvLPj .img-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-s8KMAhvLPj .img-wrapper:before {
  content: '';
  position: absolute;
  width: 600px;
  height: 600px;
  right: -300px;
  border-radius: 50%;
  bottom: -350px;
  opacity: 0.3;
  background: #08daff;
  z-index: 2;
  pointer-events: none;
}
.cid-s8KMAhvLPj img {
  width: 100%;
}
.cid-s8KMAhvLPj .card-wrapper .mbr-iconfont {
  font-size: 3rem;
  background: linear-gradient(to left, #55b4d4, #08daff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-s8KMAhvLPj .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #55b4d4, #08daff);
}
.cid-s8KMAhvLPj .icon-wrapper {
  margin: auto;
  margin-right: 1.5rem;
  display: flex;
  justify-content: center;
  border-radius: 50%;
}
.cid-s8KMAhvLPj h4 {
  margin: 0;
}
.cid-s8KMAhvLPj .card-text {
  color: #999999;
}
.cid-s8KMAhvLPj .mbr-text {
  color: #000000;
}
.cid-s8KMAhvLPj .card-title {
  color: #ffffff;
}
@media (min-width: 1200px) {
  .cid-s8KMAhvLPj .mbr-text {
    max-width: 600px;
  }
}
@media (max-width: 767px) {
  .cid-s8KMAhvLPj .card-wrapper {
    flex-direction: column;
    margin: auto;
    text-align: center;
  }
  .cid-s8KMAhvLPj .card-wrapper .icon-wrapper {
    margin: 0 auto;
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-s8KMAhvLPj .mbr-text {
    padding-bottom: 2rem;
    max-width: 100%;
  }
}
.cid-s8KMAhvLPj .icon-wrap {
  background: linear-gradient(to left, #55b4d4, #08daff);
  width: 100px;
  height: 100px;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 5;
  position: absolute;
  bottom: 3rem;
  right: 3rem;
}
.cid-s8KMAhvLPj .icon-wrap .mbr-iconfont {
  font-size: 2.6rem;
  color: white;
}
.cid-s8KMAhvLPj H3 {
  color: #787324;
}
.cid-s8KMAhvLPj .mbr-section-title,
.cid-s8KMAhvLPj .title-wrapper {
  color: #ffffff;
}
.cid-s8KMAhvLPj .mbr-text,
.cid-s8KMAhvLPj .mbr-section-btn {
  color: #55b4d4;
}
.cid-s8KMAhvLPj .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-s8KMAhvLPj .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-s8KMAhvLPj .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-s8KMAhvLPj a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-s8KMAhvLPj a.close:hover {
  color: #ffffff;
}
.cid-s8KMAitlE3 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-s8KMAitlE3 .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #55b4d4, #08daff);
}
.cid-s8KMAitlE3 .mbr-text,
.cid-s8KMAitlE3 .mbr-section-btn {
  color: #999999;
  text-align: left;
}
.cid-s8KMAitlE3 .mbr-section-title,
.cid-s8KMAitlE3 .title-wrapper {
  text-align: center;
  color: #465052;
}
.cid-s8KMAiMvvf {
  padding-top: 30px;
  padding-bottom: 105px;
  background-color: #040402;
}
.cid-s8KMAiMvvf img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-s8KMAiMvvf .card-wrapper {
  background: #191919;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-s8KMAiMvvf .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-s8KMAiMvvf .first:hover:before {
  content: none;
}
.cid-s8KMAiMvvf .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 300px;
  background: linear-gradient(to left, #55b4d4, #08daff);
  content: '';
}
.cid-s8KMAiMvvf .last:hover:after {
  content: none;
}
.cid-s8KMAiMvvf .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 300px;
  background: linear-gradient(to left, #55b4d4, #08daff);
  content: '';
}
.cid-s8KMAiMvvf .mbr-section-text {
  color: #999999;
}
.cid-s8KMAiMvvf .card {
  z-index: 1;
  position: relative;
  transition: all 0.3s;
}
.cid-s8KMAiMvvf .card .img-wrapper {
  overflow: hidden;
}
.cid-s8KMAiMvvf .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-s8KMAiMvvf .card:hover .card-wrapper {
  background: linear-gradient(to left, #55b4d4, #08daff);
  color: #ffffff !important;
}
.cid-s8KMAiMvvf .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
.cid-s8KMAjgfNK {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-s8KMAjgfNK .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #55b4d4, #08daff);
}
.cid-s8KMAjgfNK .mbr-text,
.cid-s8KMAjgfNK .mbr-section-btn {
  color: #999999;
  text-align: left;
}
.cid-s8KMAjgfNK .mbr-section-title,
.cid-s8KMAjgfNK .title-wrapper {
  text-align: center;
  color: #465052;
}
.cid-s8KMAjwWOm {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-s8KMAjwWOm .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #55b4d4, #08daff);
}
.cid-s8KMAjwWOm .btn-col {
  align-items: flex-end;
  justify-content: flex-end;
  display: flex;
}
@media (max-width: 767px) {
  .cid-s8KMAjwWOm .btn-col {
    justify-content: center;
  }
}
.cid-s8KMAjwWOm .mbr-text,
.cid-s8KMAjwWOm .mbr-section-btn {
  color: #999999;
}
.cid-s8KMAjwWOm p {
  margin: 0;
}
.cid-s8KMAjwWOm .mbr-section-title,
.cid-s8KMAjwWOm .title-wrapper {
  color: #5b686b;
}
.cid-s8KMAjNe6X {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-s8KMAjNe6X .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #55b4d4, #08daff);
}
.cid-s8KMAjNe6X .mbr-text,
.cid-s8KMAjNe6X .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-s8KMAjNe6X .mbr-section-title,
.cid-s8KMAjNe6X .title-wrapper {
  text-align: center;
  color: #55b4d4;
}
.cid-s8KMAk7t7s {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #040402;
}
.cid-s8KMAk7t7s .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, #55b4d4, #08daff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-s8KMAk7t7s .card-wrapper {
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .cid-s8KMAk7t7s .card-wrapper {
    padding: 0;
  }
}
.cid-s8KMAk7t7s .card-text {
  color: #999999;
}
.cid-s8KMAkvZyA {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-s8KMAkvZyA .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #55b4d4, #08daff);
}
.cid-s8KMAkvZyA .btn-col {
  align-items: flex-end;
  justify-content: flex-end;
  display: flex;
}
@media (max-width: 767px) {
  .cid-s8KMAkvZyA .btn-col {
    justify-content: center;
  }
}
.cid-s8KMAkvZyA .mbr-text,
.cid-s8KMAkvZyA .mbr-section-btn {
  color: #999999;
}
.cid-s8KMAkvZyA p {
  margin: 0;
}
.cid-s8KMAkOvPp {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #3d3a3a;
}
.cid-s8KMAkOvPp .mbr-section-subtitle {
  color: #999999;
  font-weight: 300;
}
.cid-s8KMAkOvPp .countdown {
  font-weight: 600;
}
.cid-s8KMAkOvPp .number-wrap {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.15);
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 10px 13px 10px;
  margin: 0;
  min-width: 118px;
  border-radius: 2px;
  max-width: 100%;
}
.cid-s8KMAkOvPp .number {
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  background: linear-gradient(to left, #55b4d4, #08daff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-s8KMAkOvPp .period {
  display: block;
  padding-top: 2px;
}
.cid-s8KMAkOvPp .dot {
  display: none;
}
.cid-s8KMAkOvPp .countdown-cont {
  max-width: 1000px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-s8KMAkOvPp .dot {
    display: none;
  }
}
@media (max-width: 543px) {
  .cid-s8KMAkOvPp .number-wrap {
    margin-bottom: 15px;
  }
}
@media (max-width: 550px) {
  .cid-s8KMAkOvPp .col-xs-3 {
    padding-left: 0;
    padding-right: 0;
    max-width: 25%;
    flex: 0 0 25%;
  }
  .cid-s8KMAkOvPp .number-wrap {
    min-width: auto;
  }
}
@media (max-width: 440px) {
  .cid-s8KMAkOvPp .number,
  .cid-s8KMAkOvPp .dot {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-s8KMAkOvPp .period {
    font-size: 0.8rem;
  }
}
.cid-s8KMAkOvPp H2 {
  color: #ffffff;
}
.cid-s8KMAkOvPp .mbr-subtitle {
  color: #999999;
}
.cid-s8KMAl7s7d {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-s8KMAl7s7d .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #55b4d4, #08daff);
}
.cid-s8KMAl7s7d .mbr-text,
.cid-s8KMAl7s7d .mbr-section-btn {
  color: #999999;
  text-align: left;
}
.cid-s8KMAl7s7d .mbr-section-title,
.cid-s8KMAl7s7d .title-wrapper {
  text-align: center;
  color: #465052;
}
.cid-s8KMAlqpd1 {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #191919;
}
.cid-s8KMAlqpd1 .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-s8KMAlqpd1 .item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.3rem 0;
}
.cid-s8KMAlqpd1 .item p {
  margin: 0;
  padding-left: 0.5rem;
}
.cid-s8KMAlqpd1 .title {
  background: linear-gradient(to left, #55b4d4, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #55b4d4;
}
.cid-s8KMAlqpd1 .container {
  max-width: 1400px;
}
.cid-s8KMAlqpd1 li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-s8KMAlqpd1 .time {
  line-height: 2;
}
.cid-s8KMAlqpd1 .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-s8KMAlqpd1 .text-wrap {
  width: 100%;
}
.cid-s8KMAlqpd1 .item-wrap {
  display: inline-block;
}
.cid-s8KMAlqpd1 .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-s8KMAlqpd1 .socicon-wrap .mbr-iconfont {
  font-size: 1.3rem;
  background: linear-gradient(to left, #55b4d4, #08daff);
  -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-s8KMAlqpd1 .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-s8KMAlqpd1 .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-s8KMAlqpd1 .socicon-wrap {
    margin: auto;
  }
}
.cid-s8KMAlqpd1 .mbr-text {
  color: #999999;
}
.cid-s8KMAlqpd1 .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-s8KMAlqpd1 .icon-title,
.cid-s8KMAlqpd1 .align-wrap {
  color: #999999;
  width: 100%;
  text-align: center;
}
.cid-s8KMAlqpd1 .item-text,
.cid-s8KMAlqpd1 .item-icon {
  color: #999999;
}
