body {
  font-family: Golos Text;
}
.display-1 {
  font-family: 'Golos Text', sans-serif;
  font-size: 4.25rem;
  line-height: 68px;
}
.display-1 > .mbr-iconfont {
  font-size: 5.3125rem;
}
.display-2 {
  font-family: 'Golos Text', sans-serif;
  font-size: 3.125rem;
  line-height: 55px;
}
.display-2 > .mbr-iconfont {
  font-size: 3.90625rem;
}
.display-4 {
  font-family: 'Golos Text', sans-serif;
  font-size: 1rem;
  line-height: 1.55;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Golos Text', sans-serif;
  font-size: 2rem;
  line-height: 38px;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Golos Text', sans-serif;
  font-size: 1.5rem;
  line-height: 31px;
}
.display-7 > .mbr-iconfont {
  font-size: 1.875rem;
}
/* ---- 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: 992px) {
  .display-1 {
    font-size: 3.4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.975rem;
    font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.5rem;
    font-size: calc( 1.74375rem + (3.125 - 1.74375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.74375rem + (3.125 - 1.74375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    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.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 30px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 30px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 30px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 30px;
}
.bg-primary {
  background-color: #f5fd7b !important;
}
.bg-success {
  background-color: #9a5bed !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #ff9553 !important;
}
.bg-danger {
  background-color: #ff6e53 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #f5fd7b !important;
  border-color: #f5fd7b !important;
  color: #707702 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #202201 !important;
  background-color: #effc26 !important;
  border-color: #effc26 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #707702 !important;
  background-color: #effc26 !important;
  border-color: #effc26 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #6567ee !important;
  border-color: #6567ee !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #191ce3 !important;
  border-color: #191ce3 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #191ce3 !important;
  border-color: #191ce3 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-success,
.btn-success:active {
  background-color: #9a5bed !important;
  border-color: #9a5bed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #6b18d9 !important;
  border-color: #6b18d9 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #6b18d9 !important;
  border-color: #6b18d9 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ff9553 !important;
  border-color: #ff9553 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #fb6000 !important;
  border-color: #fb6000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #fb6000 !important;
  border-color: #fb6000 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff6e53 !important;
  border-color: #ff6e53 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #fb2700 !important;
  border-color: #fb2700 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #fb2700 !important;
  border-color: #fb2700 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f5fd7b;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #effc26 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #707702 !important;
  background-color: #f5fd7b !important;
  border-color: #f5fd7b !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #6567ee;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #191ce3 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #6567ee !important;
  border-color: #6567ee !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #9a5bed;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #6b18d9 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #9a5bed !important;
  border-color: #9a5bed !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9553;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #fb6000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9553 !important;
  border-color: #ff9553 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff6e53;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #fb2700 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6e53 !important;
  border-color: #ff6e53 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #f5fd7b !important;
}
.text-secondary {
  color: #6567ee !important;
}
.text-success {
  color: #9a5bed !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #ff9553 !important;
}
.text-danger {
  color: #ff6e53 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #edfb17 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #181ad5 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #6516cc !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ec5b00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ec2500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #f5fd7b;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #ff9553;
}
.alert-danger {
  background-color: #ff6e53;
}
.mbr-gallery-filter li.active .btn {
  background-color: #f5fd7b;
  border-color: #f5fd7b;
  color: #889002;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #f5fd7b;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.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: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Golos Text', sans-serif;
  font-size: 1rem;
  line-height: 1.55;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #f5fd7b !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Golos Text', sans-serif;
  font-size: 1rem;
  line-height: 1.55;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #f5fd7b;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #f5fd7b;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #f5fd7b;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #f5fd7b;
  border-bottom-color: #f5fd7b;
}
.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: #f5fd7b !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #6567ee !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='%23f5fd7b' %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;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  box-shadow: none;
  border: none;
  min-height: 65px;
  padding: 20px 90px;
}
@media (max-width: 1200px) {
  .mbr-section-btn .btn,
  .mbr-section-btn-main .btn {
    padding: 20px 50px;
  }
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover,
.mbr-section-btn .btn:focus,
.mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
.cid-uAYL30l8uk {
  background-color: transparent;
}
.cid-uAYL30l8uk .navbar-dropdown {
  background-color: #060606 !important;
  padding: 0;
}
.cid-uAYL30l8uk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #060606 !important;
  background: #060606;
}
.cid-uAYL30l8uk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uAYL30l8uk .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uAYL30l8uk .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uAYL30l8uk .menu_box .navbar.opened,
  .cid-uAYL30l8uk .menu_box .navbar-collapse {
    background-color: #060606 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uAYL30l8uk .navbar-dropdown {
  position: relative !important;
}
.cid-uAYL30l8uk .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uAYL30l8uk .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uAYL30l8uk .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uAYL30l8uk .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uAYL30l8uk .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uAYL30l8uk .btn:hover {
  box-shadow: none;
}
.cid-uAYL30l8uk .nav-item {
  margin: 4px 0;
}
@media (min-width: 992px) {
  .cid-uAYL30l8uk .nav-item {
    margin: 4px 40px 4px 0;
  }
}
@media (min-width: 992px) {
  .cid-uAYL30l8uk .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-uAYL30l8uk .nav-item {
    margin: 0 !important;
  }
}
.cid-uAYL30l8uk .nav-item .nav-link {
  display: flex;
  justify-content: center;
  padding: 12px;
  transition: all 0.3s ease-out;
  border-radius: 4px !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
@media (max-width: 992px) {
  .cid-uAYL30l8uk .nav-item .nav-link {
    justify-content: flex-start;
  }
}
.cid-uAYL30l8uk .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: -10px;
  width: 0;
  height: 2px;
  background-color: #f2fc5a;
  transition: all 0.3s ease-out;
}
.cid-uAYL30l8uk .nav-item .nav-link:hover,
.cid-uAYL30l8uk .nav-item .nav-link:focus {
  background-color: #252525;
  color: #f2fc5a !important;
}
.cid-uAYL30l8uk .nav-item .nav-link:hover::before,
.cid-uAYL30l8uk .nav-item .nav-link:focus::before {
  width: 80%;
}
.cid-uAYL30l8uk .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uAYL30l8uk .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uAYL30l8uk .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uAYL30l8uk .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uAYL30l8uk .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uAYL30l8uk .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uAYL30l8uk .offcanvas_box {
    display: none;
  }
}
.cid-uAYL30l8uk .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uAYL30l8uk .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uAYL30l8uk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uAYL30l8uk .container {
  display: flex;
  margin: auto;
}
.cid-uAYL30l8uk .iconfont-wrapper {
  color: #ffffff;
  font-size: 26px;
  margin-right: 10px;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.cid-uAYL30l8uk .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uAYL30l8uk .iconfont-wrapper:hover .mbr-iconfont {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-uAYL30l8uk .navbar-nav {
    margin: 0;
  }
}
.cid-uAYL30l8uk .dropdown-menu,
.cid-uAYL30l8uk .navbar.opened {
  background-color: false !important;
}
.cid-uAYL30l8uk .nav-item:focus,
.cid-uAYL30l8uk .nav-link:focus {
  outline: none;
}
.cid-uAYL30l8uk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uAYL30l8uk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uAYL30l8uk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uAYL30l8uk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uAYL30l8uk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uAYL30l8uk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uAYL30l8uk .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uAYL30l8uk .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uAYL30l8uk .navbar.opened {
  transition: all 0.3s;
}
.cid-uAYL30l8uk .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uAYL30l8uk .navbar .navbar-logo img {
  max-width: 62px;
  min-height: 62px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uAYL30l8uk .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uAYL30l8uk .navbar.collapsed {
  justify-content: center;
}
.cid-uAYL30l8uk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uAYL30l8uk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uAYL30l8uk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uAYL30l8uk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uAYL30l8uk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uAYL30l8uk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uAYL30l8uk .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uAYL30l8uk .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uAYL30l8uk .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uAYL30l8uk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uAYL30l8uk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uAYL30l8uk .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uAYL30l8uk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uAYL30l8uk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uAYL30l8uk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uAYL30l8uk .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uAYL30l8uk .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uAYL30l8uk .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uAYL30l8uk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uAYL30l8uk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uAYL30l8uk .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uAYL30l8uk .navbar.navbar-short {
  min-height: 60px;
}
.cid-uAYL30l8uk .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uAYL30l8uk .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uAYL30l8uk .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uAYL30l8uk .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uAYL30l8uk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uAYL30l8uk .dropdown-item.active,
.cid-uAYL30l8uk .dropdown-item:active {
  background-color: transparent;
}
.cid-uAYL30l8uk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-uAYL30l8uk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uAYL30l8uk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uAYL30l8uk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uAYL30l8uk ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uAYL30l8uk .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uAYL30l8uk button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #060606;
  background: #252525;
}
.cid-uAYL30l8uk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uAYL30l8uk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uAYL30l8uk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAYL30l8uk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAYL30l8uk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uAYL30l8uk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAYL30l8uk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uAYL30l8uk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uAYL30l8uk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAYL30l8uk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uAYL30l8uk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uAYL30l8uk .navbar {
    height: 70px;
  }
  .cid-uAYL30l8uk .navbar.opened {
    height: auto;
  }
  .cid-uAYL30l8uk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uAYL30l8uk .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uAYL30l8uk .navbar-caption:hover {
  color: #f5fd7b;
}
@media (min-width: 992px) {
  .cid-uAYL30l8uk .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uAYL30l8uk .text_widget {
  margin-bottom: 32px;
}
.cid-uAYL30l8uk .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uAYL30l8uk .text_widget a:hover,
.cid-uAYL30l8uk .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uAYL30l8uk .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 48px;
  }
}
.cid-uAYL30l8uk .navbar-caption {
  color: #ffffff;
}
.cid-uAYL30l8uk .mbr-section-subtitle,
.cid-uAYL30l8uk .text_widget,
.cid-uAYL30l8uk .mbr-section-btn {
  text-align: center;
}
.cid-uAYL30l8uk a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uAYL5Qu6BF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e0e10;
}
.cid-uAYL5Qu6BF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAYL5Qu6BF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAYL5Qu6BF .container-fluid {
  padding: 0 32px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uAYL5Qu6BF .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uAYL5Qu6BF .container {
    padding: 0 20px;
  }
}
.cid-uAYL5Qu6BF .row {
  padding: 90px 82px;
  position: relative;
  border-radius: 50px;
  overflow: hidden;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uAYL5Qu6BF .row {
    padding: 50px 16px;
  }
}
.cid-uAYL5Qu6BF .row .blur-wrap_1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  background-color: #f5fd7b;
  filter: blur(120px);
}
.cid-uAYL5Qu6BF .row .blur-wrap_2 {
  position: absolute;
  bottom: -8rem;
  right: 15%;
  width: 500px;
  height: 500px;
  border-radius: 100%;
  background-color: #6567ee;
  filter: blur(150px);
}
.cid-uAYL5Qu6BF .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background-color: #181a25;
  opacity: 1;
}
.cid-uAYL5Qu6BF .row .image-wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: 50px;
}
.cid-uAYL5Qu6BF .row .image-wrapper img {
  height: 400px;
  width: 70%;
  object-fit: cover;
  border-radius: 50px;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-uAYL5Qu6BF .row .image-wrapper img {
    height: 300px;
    width: 100%;
    margin: 0;
  }
}
.cid-uAYL5Qu6BF .row .title-wrapper {
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-uAYL5Qu6BF .row .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uAYL5Qu6BF .row .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uAYL5Qu6BF .row .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uAYL5Qu6BF .row .title-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uAYL5Qu6BF .mbr-desc {
  color: #ffffff;
}
.cid-uAYL5Qu6BF .mbr-section-title {
  color: #ffffff;
}
.cid-uAYL5Qu6BF .mbr-text {
  color: #ffffff;
}
.cid-uAYL6a5XSa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e0e10;
}
.cid-uAYL6a5XSa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAYL6a5XSa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAYL6a5XSa .container-fluid {
  padding: 0 32px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uAYL6a5XSa .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uAYL6a5XSa .container {
    padding: 0 20px;
  }
}
.cid-uAYL6a5XSa .row {
  padding: 0 8px;
  margin: 0;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uAYL6a5XSa .row {
    padding: 0;
  }
}
.cid-uAYL6a5XSa .card {
  padding: 0 8px;
  overflow: visible;
}
.cid-uAYL6a5XSa .card .card-wrapper {
  position: relative;
  padding: 32px;
  border-radius: 30px 80px 30px 30px;
  overflow: visible;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
}
.cid-uAYL6a5XSa .card .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #595966;
  opacity: .5;
  border-radius: 30px 80px 30px 30px;
}
@media (max-width: 992px) {
  .cid-uAYL6a5XSa .card .card-wrapper {
    margin-bottom: 16px;
    padding: 32px 16px;
  }
}
.cid-uAYL6a5XSa .card .card-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
  padding-right: 60px;
}
.cid-uAYL6a5XSa .card .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uAYL6a5XSa .card .card-wrapper .title-wrapper .mbr-number {
  position: absolute;
  top: 0;
  right: -2rem;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0e0e10;
  border-radius: 50%;
  margin-top: -2rem;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uAYL6a5XSa .card .card-wrapper .title-wrapper .mbr-number {
    right: 0;
  }
}
.cid-uAYL6a5XSa .card .card-wrapper .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uAYL6a5XSa .card .card-wrapper .text-wrapper .mbr-text {
  margin-top: 25px;
  margin-bottom: 0;
}
.cid-uAYL6a5XSa .mbr-number {
  color: #ffffff;
}
.cid-uAYL6a5XSa .mbr-section-title {
  color: #f5fd7b;
}
.cid-uAYL6a5XSa .mbr-text {
  color: #ffffff;
}
.cid-uAYL6p8zRS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e0e10;
}
.cid-uAYL6p8zRS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAYL6p8zRS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uAYL6p8zRS .container {
    padding: 0 20px;
  }
}
.cid-uAYL6p8zRS .row {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uAYL6p8zRS .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uAYL6p8zRS .title-wrapper .mbr-section-title {
  padding-right: 80px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uAYL6p8zRS .title-wrapper .mbr-section-title {
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-uAYL6p8zRS .title-wrapper .image-wrapper {
  position: relative;
}
.cid-uAYL6p8zRS .title-wrapper .image-wrapper .blur-wrap {
  position: absolute;
  top: 2rem;
  left: 0;
  background-image: linear-gradient(-120deg, #f5fd7b 50%, #6567ee 0%);
  width: 300px;
  height: 300px;
  border-radius: 100%;
  filter: blur(85px);
}
.cid-uAYL6p8zRS .title-wrapper .image-wrapper img {
  position: relative;
  z-index: 1;
  width: 300px;
  height: 300px;
  margin: 0 auto;
  border-radius: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uAYL6p8zRS .title-wrapper .image-wrapper img {
    width: 200px;
    height: 200px;
  }
}
.cid-uAYL6p8zRS .text-wrapper .mbr-text {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uAYL6p8zRS .text-wrapper .mbr-text {
    margin-bottom: 50px;
  }
}
.cid-uAYL6p8zRS .row.cards .card {
  margin-bottom: 50px;
  padding-left: 0;
}
.cid-uAYL6p8zRS .row.cards .card:first-child {
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-uAYL6p8zRS .row.cards .card:first-child {
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .cid-uAYL6p8zRS .row.cards .card {
    margin-bottom: 32px;
  }
}
.cid-uAYL6p8zRS .row.cards .card .card-wrap .mbr-number {
  margin-bottom: 16px;
}
.cid-uAYL6p8zRS .row.cards .card .card-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uAYL6p8zRS .row.cards .card .card-wrap a:hover .mbr-link {
  opacity: 1;
  transition: all 0.3s ease-out;
}
.cid-uAYL6p8zRS .row.cards .card .card-wrap a .mbr-link {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uAYL6p8zRS .mbr-section-title {
  color: #ffffff;
}
.cid-uAYL6p8zRS .mbr-text {
  color: #ffffff;
}
.cid-uAYL6p8zRS .mbr-number {
  color: #f5fd7b;
}
.cid-uAYL6p8zRS .mbr-desc {
  color: #ffffff;
}
.cid-uAYL6p8zRS .mbr-link {
  color: #ffffff;
}
.cid-uAYLf9Yp1o {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e0e10;
}
.cid-uAYLf9Yp1o .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAYLf9Yp1o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uAYLf9Yp1o .container {
    padding: 0 20px;
  }
}
.cid-uAYLf9Yp1o .row {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uAYLf9Yp1o .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uAYLf9Yp1o .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uAYLf9Yp1o .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uAYLf9Yp1o .title-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uAYLf9Yp1o .image-wrapper {
  position: relative;
}
.cid-uAYLf9Yp1o .image-wrapper .blur-wrap {
  position: absolute;
  top: 0;
  left: -8rem;
  background-image: linear-gradient(-120deg, #f5fd7b 50%, #6567ee 0%);
  width: 300px;
  height: 300px;
  border-radius: 100%;
  filter: blur(85px);
}
.cid-uAYLf9Yp1o .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 500px;
  margin: 0 auto;
  border-radius: 50px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uAYLf9Yp1o .image-wrapper img {
    height: 350px;
  }
}
.cid-uAYLf9Yp1o .mbr-section-title {
  color: #ffffff;
}
.cid-uAYLf9Yp1o .mbr-text {
  color: #ffffff;
}
.cid-uAYLf9Yp1o .mbr-number {
  color: #f5fd7b;
}
.cid-uAYLf9Yp1o .mbr-desc {
  color: #ffffff;
}
.cid-uAYLf9Yp1o .mbr-link {
  color: #ffffff;
}
.cid-uAYLnd2r1O {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e0e10;
}
.cid-uAYLnd2r1O .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAYLnd2r1O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAYLnd2r1O .container-fluid {
  padding: 0 32px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uAYLnd2r1O .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uAYLnd2r1O .container {
    padding: 0 20px;
  }
}
.cid-uAYLnd2r1O .row {
  padding: 0 8px;
  margin: 0;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uAYLnd2r1O .row {
    padding: 0;
  }
}
.cid-uAYLnd2r1O .card {
  padding: 0 8px;
  overflow: visible;
}
.cid-uAYLnd2r1O .card .card-wrapper {
  position: relative;
  padding: 50px;
  border-radius: 50px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
}
.cid-uAYLnd2r1O .card .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #595966;
  opacity: .5;
  border-radius: 50px;
}
@media (max-width: 992px) {
  .cid-uAYLnd2r1O .card .card-wrapper {
    margin-bottom: 16px;
    padding: 32px 16px;
  }
}
.cid-uAYLnd2r1O .card .card-wrapper .title-wrapper {
  position: relative;
}
.cid-uAYLnd2r1O .card .card-wrapper .title-wrapper .mbr-desc {
  opacity: .5;
  margin-bottom: 16px;
}
.cid-uAYLnd2r1O .card .card-wrapper .title-wrapper .mbr-price {
  margin-bottom: 32px;
}
.cid-uAYLnd2r1O .card .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uAYLnd2r1O .card .card-wrapper .mbr-section-btn {
  position: relative;
  margin-top: 22px;
}
.cid-uAYLnd2r1O .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uAYLnd2r1O .mbr-price {
  color: #f5fd7b;
  text-align: center;
}
.cid-uAYLnd2r1O .mbr-section-title {
  color: #ffffff;
}
.cid-uAYLnd2r1O .mbr-section-title,
.cid-uAYLnd2r1O .mbr-section-btn {
  text-align: center;
}
.cid-uAYLb5HCln {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e0e10;
}
.cid-uAYLb5HCln .image-wrapper {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-top: 5px;
  margin-right: 1rem;
  overflow: hidden;
}
.cid-uAYLb5HCln .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-uAYLb5HCln .card-wrapper {
  padding: 3rem;
  padding-bottom: 1rem;
  background: #000000;
  position: relative;
  margin-bottom: 2rem;
}
.cid-uAYLb5HCln .card-wrapper .mbr-iconfont {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: 2rem;
  color: rgba(255, 255, 255, 0.4);
}
@media (max-width: 767px) {
  .cid-uAYLb5HCln .card-wrapper {
    padding: 1.5rem;
    padding-bottom: 0;
  }
}
.cid-uAYLb5HCln .primary {
  background: #f5fd7b;
}
.cid-uAYLb5HCln .primary .mbr-iconfont {
  color: #000000;
}
.cid-uAYLb5HCln .mbr-text {
  color: #bbbbbb;
}
.cid-uAYLb5HCln .name {
  color: #ffffff;
}
.cid-uAYLb5HCln .position {
  color: #bbbbbb;
}
.cid-uAYLb5HCln .mbr-section-title {
  color: #ffffff;
}
.cid-uAYLb5HCln .mbr-primarytext {
  color: #000000;
}
.cid-uAYLb5HCln .primary-name {
  color: #000000;
}
.cid-uAYLb5HCln .primary-position {
  color: #000000;
}
.cid-uAYL85AIXj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e0e10;
}
.cid-uAYL85AIXj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAYL85AIXj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAYL85AIXj .container-fluid {
  padding: 0 32px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uAYL85AIXj .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uAYL85AIXj .container {
    padding: 0 20px;
  }
}
.cid-uAYL85AIXj .container,
.cid-uAYL85AIXj .container-fluid {
  position: relative;
}
.cid-uAYL85AIXj .container .blur-wrap,
.cid-uAYL85AIXj .container-fluid .blur-wrap {
  position: absolute;
  bottom: -3rem;
  right: 25%;
  width: 250px;
  height: 250px;
  border-radius: 100%;
  background-image: linear-gradient(45deg, #f5fd7b 10%, #6567ee 60%);
  filter: blur(50px);
}
.cid-uAYL85AIXj .row.blur-row {
  padding: 50px;
  position: relative;
  border-radius: 50px;
  overflow: hidden;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uAYL85AIXj .row.blur-row {
    padding: 32px 16px;
  }
}
.cid-uAYL85AIXj .row.blur-row::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background-color: #595966;
  opacity: .2;
}
.cid-uAYL85AIXj .mbr-section-title {
  margin-bottom: 50px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uAYL85AIXj .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uAYL85AIXj .dragArea.row {
  padding: 0;
  border-radius: 0;
}
.cid-uAYL85AIXj .dragArea.row::before {
  content: none;
}
.cid-uAYL85AIXj .dragArea.row .form-group {
  padding-left: 0.1rem;
  padding-right: 0.1rem;
  margin-bottom: 16px !important;
}
.cid-uAYL85AIXj .dragArea.row .form-group .form-control {
  padding: 0 20px;
  border-radius: 65px;
  border: none;
  min-height: 65px;
  background-color: #ffffff;
  box-shadow: none;
}
.cid-uAYL85AIXj .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
  opacity: .5;
}
.cid-uAYL85AIXj .dragArea.row .form-group textarea {
  padding: 20px;
}
.cid-uAYL85AIXj .dragArea.row .form-group .form-check .form-check-input {
  background-color: #f5fd7b;
  border-collapse: #f5fd7b;
}
.cid-uAYL85AIXj .dragArea.row .mbr-section-btn {
  padding-left: 0.1rem;
  padding-right: 0.1rem;
}
.cid-uAYL85AIXj .dragArea.row .mbr-section-btn .btn {
  padding: 20px 50px;
  border-radius: 65px;
}
.cid-uAYL85AIXj .row.forms-row {
  padding: 0;
  border-radius: 0;
}
.cid-uAYL85AIXj .row.forms-row::before {
  content: none !important;
}
.cid-uAYL85AIXj .mbr-desc {
  color: #ffffff;
}
.cid-uAYL85AIXj .mbr-text {
  color: #ffffff;
}
.cid-uAYL85AIXj label {
  color: #f5fd7b;
}
.cid-uAYLoixbfl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e0e10;
}
.cid-uAYLoixbfl .iconfont-wrapper {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.cid-uAYLoixbfl .card-box {
  z-index: 2;
  position: relative;
}
.cid-uAYLoixbfl .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
  background: #f2fc5a;
  width: 80px;
  padding: 10px;
  border-radius: 6px;
  text-align: center;
}
.cid-uAYLoixbfl .mbr-iconfont-big {
  font-size: 14rem;
  color: #f2fc5a;
  position: absolute;
  bottom: -3rem;
  right: -4rem;
  z-index: -1;
  transition: all 0.6s;
  opacity: 0.1;
}
.cid-uAYLoixbfl .card-title,
.cid-uAYLoixbfl .card-text {
  transition: all 0.3s;
}
.cid-uAYLoixbfl .card-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  padding: 4rem 3rem;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
  background: #0e0e10;
  transition: all 0.3s;
}
.cid-uAYLoixbfl .card-wrapper:hover .mbr-iconfont-big {
  transform: rotate(-20deg);
}
@media (max-width: 767px) {
  .cid-uAYLoixbfl .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uAYLoixbfl .card-title,
.cid-uAYLoixbfl .iconfont-wrapper {
  color: #ffffff;
}
.cid-uAYLoixbfl .card-text {
  color: #bbbbbb;
}
.cid-uAYLoixbfl .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uAYLoixbfl .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uAYLoixbfl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAYLoixbfl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAYLoWYK7h {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #0e0e10;
}
.cid-uAYLoWYK7h .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAYLoWYK7h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAYLoWYK7h .copyright {
  color: #ffffff;
}
.cid-uAYLoWYK7h .line {
  width: 100%;
  height: 1px;
  opacity: 0.5;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uAYLoWYK7h .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uAYLoWYK7h .row .copyright {
    text-align: center;
    padding-bottom: 2rem;
  }
}
.cid-uAYLoWYK7h .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uAYLoWYK7h .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uAYLoWYK7h .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uAYLoWYK7h .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uAYLoWYK7h .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uAYLoWYK7h .row-links-soc,
.cid-uAYLoWYK7h .row-links-soc-item .row-links-soc-item {
  color: #ffffff;
}
.cid-uAYLoWYK7h .copyright,
.cid-uAYLoWYK7h .line {
  color: #ffffff;
}
.cid-uAYO4W7to9 {
  background-color: transparent;
}
.cid-uAYO4W7to9 .navbar-dropdown {
  background-color: #060606 !important;
  padding: 0;
}
.cid-uAYO4W7to9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #060606 !important;
  background: #060606;
}
.cid-uAYO4W7to9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uAYO4W7to9 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uAYO4W7to9 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uAYO4W7to9 .menu_box .navbar.opened,
  .cid-uAYO4W7to9 .menu_box .navbar-collapse {
    background-color: #060606 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uAYO4W7to9 .navbar-dropdown {
  position: relative !important;
}
.cid-uAYO4W7to9 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uAYO4W7to9 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uAYO4W7to9 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uAYO4W7to9 .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uAYO4W7to9 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uAYO4W7to9 .btn:hover {
  box-shadow: none;
}
.cid-uAYO4W7to9 .nav-item {
  margin: 4px 0;
}
@media (min-width: 992px) {
  .cid-uAYO4W7to9 .nav-item {
    margin: 4px 40px 4px 0;
  }
}
@media (min-width: 992px) {
  .cid-uAYO4W7to9 .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-uAYO4W7to9 .nav-item {
    margin: 0 !important;
  }
}
.cid-uAYO4W7to9 .nav-item .nav-link {
  display: flex;
  justify-content: center;
  padding: 12px;
  transition: all 0.3s ease-out;
  border-radius: 4px !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
@media (max-width: 992px) {
  .cid-uAYO4W7to9 .nav-item .nav-link {
    justify-content: flex-start;
  }
}
.cid-uAYO4W7to9 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: -10px;
  width: 0;
  height: 2px;
  background-color: #f2fc5a;
  transition: all 0.3s ease-out;
}
.cid-uAYO4W7to9 .nav-item .nav-link:hover,
.cid-uAYO4W7to9 .nav-item .nav-link:focus {
  background-color: #252525;
  color: #f2fc5a !important;
}
.cid-uAYO4W7to9 .nav-item .nav-link:hover::before,
.cid-uAYO4W7to9 .nav-item .nav-link:focus::before {
  width: 80%;
}
.cid-uAYO4W7to9 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uAYO4W7to9 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uAYO4W7to9 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uAYO4W7to9 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uAYO4W7to9 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uAYO4W7to9 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uAYO4W7to9 .offcanvas_box {
    display: none;
  }
}
.cid-uAYO4W7to9 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uAYO4W7to9 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uAYO4W7to9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uAYO4W7to9 .container {
  display: flex;
  margin: auto;
}
.cid-uAYO4W7to9 .iconfont-wrapper {
  color: #ffffff;
  font-size: 26px;
  margin-right: 10px;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.cid-uAYO4W7to9 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uAYO4W7to9 .iconfont-wrapper:hover .mbr-iconfont {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-uAYO4W7to9 .navbar-nav {
    margin: 0;
  }
}
.cid-uAYO4W7to9 .dropdown-menu,
.cid-uAYO4W7to9 .navbar.opened {
  background-color: false !important;
}
.cid-uAYO4W7to9 .nav-item:focus,
.cid-uAYO4W7to9 .nav-link:focus {
  outline: none;
}
.cid-uAYO4W7to9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uAYO4W7to9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uAYO4W7to9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uAYO4W7to9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uAYO4W7to9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uAYO4W7to9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uAYO4W7to9 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uAYO4W7to9 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uAYO4W7to9 .navbar.opened {
  transition: all 0.3s;
}
.cid-uAYO4W7to9 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uAYO4W7to9 .navbar .navbar-logo img {
  max-width: 62px;
  min-height: 62px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uAYO4W7to9 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uAYO4W7to9 .navbar.collapsed {
  justify-content: center;
}
.cid-uAYO4W7to9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uAYO4W7to9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uAYO4W7to9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uAYO4W7to9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uAYO4W7to9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uAYO4W7to9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uAYO4W7to9 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uAYO4W7to9 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uAYO4W7to9 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uAYO4W7to9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uAYO4W7to9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uAYO4W7to9 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uAYO4W7to9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uAYO4W7to9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uAYO4W7to9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uAYO4W7to9 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uAYO4W7to9 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uAYO4W7to9 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uAYO4W7to9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uAYO4W7to9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uAYO4W7to9 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uAYO4W7to9 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uAYO4W7to9 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uAYO4W7to9 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uAYO4W7to9 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uAYO4W7to9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uAYO4W7to9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uAYO4W7to9 .dropdown-item.active,
.cid-uAYO4W7to9 .dropdown-item:active {
  background-color: transparent;
}
.cid-uAYO4W7to9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-uAYO4W7to9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uAYO4W7to9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uAYO4W7to9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uAYO4W7to9 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uAYO4W7to9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uAYO4W7to9 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #060606;
  background: #252525;
}
.cid-uAYO4W7to9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uAYO4W7to9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uAYO4W7to9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAYO4W7to9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAYO4W7to9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uAYO4W7to9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAYO4W7to9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uAYO4W7to9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uAYO4W7to9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAYO4W7to9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uAYO4W7to9 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uAYO4W7to9 .navbar {
    height: 70px;
  }
  .cid-uAYO4W7to9 .navbar.opened {
    height: auto;
  }
  .cid-uAYO4W7to9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uAYO4W7to9 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uAYO4W7to9 .navbar-caption:hover {
  color: #f5fd7b;
}
@media (min-width: 992px) {
  .cid-uAYO4W7to9 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uAYO4W7to9 .text_widget {
  margin-bottom: 32px;
}
.cid-uAYO4W7to9 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uAYO4W7to9 .text_widget a:hover,
.cid-uAYO4W7to9 .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uAYO4W7to9 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 48px;
  }
}
.cid-uAYO4W7to9 .navbar-caption {
  color: #ffffff;
}
.cid-uAYO4W7to9 .mbr-section-subtitle,
.cid-uAYO4W7to9 .text_widget,
.cid-uAYO4W7to9 .mbr-section-btn {
  text-align: center;
}
.cid-uAYO4W7to9 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uAYOoEvhjy {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-color: #ffffff;
}
.cid-uAYOoEvhjy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAYOoEvhjy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uAYOoEvhjy .container {
    padding: 0 22px;
  }
}
.cid-uAYOoEvhjy .row {
  justify-content: center;
}
.cid-uAYOoEvhjy .content-wrapper .line-wrapper {
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uAYOoEvhjy .content-wrapper .line-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uAYOoEvhjy .content-wrapper .line-wrapper .line-wrap {
  display: inline-flex;
  width: 1px;
  height: 60px;
  background-color: #000000;
}
.cid-uAYOoEvhjy .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uAYOoEvhjy .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 40px;
  height: 40px;
  font-size: 30px;
  color: #ffffff;
}
.cid-uAYOoEvhjy .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uAYOoEvhjy .mbr-section-title {
  color: #ffffff;
}
.cid-uAYOoEvhjy .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uAYOoEvhjy .mbr-section-title,
.cid-uAYOoEvhjy .icon-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uAYO4WwEcy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e0e10;
}
.cid-uAYO4WwEcy .iconfont-wrapper {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.cid-uAYO4WwEcy .card-box {
  z-index: 2;
  position: relative;
}
.cid-uAYO4WwEcy .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
  background: #f2fc5a;
  width: 80px;
  padding: 10px;
  border-radius: 6px;
  text-align: center;
}
.cid-uAYO4WwEcy .mbr-iconfont-big {
  font-size: 14rem;
  color: #f2fc5a;
  position: absolute;
  bottom: -3rem;
  right: -4rem;
  z-index: -1;
  transition: all 0.6s;
  opacity: 0.1;
}
.cid-uAYO4WwEcy .card-title,
.cid-uAYO4WwEcy .card-text {
  transition: all 0.3s;
}
.cid-uAYO4WwEcy .card-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  padding: 4rem 3rem;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
  background: #0e0e10;
  transition: all 0.3s;
}
.cid-uAYO4WwEcy .card-wrapper:hover .mbr-iconfont-big {
  transform: rotate(-20deg);
}
@media (max-width: 767px) {
  .cid-uAYO4WwEcy .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uAYO4WwEcy .card-title,
.cid-uAYO4WwEcy .iconfont-wrapper {
  color: #ffffff;
}
.cid-uAYO4WwEcy .card-text {
  color: #bbbbbb;
}
.cid-uAYO4WwEcy .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uAYO4WwEcy .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uAYO4WwEcy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAYO4WwEcy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAYO4WXdbu {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #0e0e10;
}
.cid-uAYO4WXdbu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAYO4WXdbu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAYO4WXdbu .copyright {
  color: #ffffff;
}
.cid-uAYO4WXdbu .line {
  width: 100%;
  height: 1px;
  opacity: 0.5;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uAYO4WXdbu .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uAYO4WXdbu .row .copyright {
    text-align: center;
    padding-bottom: 2rem;
  }
}
.cid-uAYO4WXdbu .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uAYO4WXdbu .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uAYO4WXdbu .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uAYO4WXdbu .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uAYO4WXdbu .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uAYO4WXdbu .row-links-soc,
.cid-uAYO4WXdbu .row-links-soc-item .row-links-soc-item {
  color: #ffffff;
}
.cid-uAYO4WXdbu .copyright,
.cid-uAYO4WXdbu .line {
  color: #ffffff;
}
.cid-uAYO3b5N5j {
  background-color: transparent;
}
.cid-uAYO3b5N5j .navbar-dropdown {
  background-color: #060606 !important;
  padding: 0;
}
.cid-uAYO3b5N5j .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #060606 !important;
  background: #060606;
}
.cid-uAYO3b5N5j .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uAYO3b5N5j .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uAYO3b5N5j .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uAYO3b5N5j .menu_box .navbar.opened,
  .cid-uAYO3b5N5j .menu_box .navbar-collapse {
    background-color: #060606 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uAYO3b5N5j .navbar-dropdown {
  position: relative !important;
}
.cid-uAYO3b5N5j .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uAYO3b5N5j .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uAYO3b5N5j .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uAYO3b5N5j .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uAYO3b5N5j .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uAYO3b5N5j .btn:hover {
  box-shadow: none;
}
.cid-uAYO3b5N5j .nav-item {
  margin: 4px 0;
}
@media (min-width: 992px) {
  .cid-uAYO3b5N5j .nav-item {
    margin: 4px 40px 4px 0;
  }
}
@media (min-width: 992px) {
  .cid-uAYO3b5N5j .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-uAYO3b5N5j .nav-item {
    margin: 0 !important;
  }
}
.cid-uAYO3b5N5j .nav-item .nav-link {
  display: flex;
  justify-content: center;
  padding: 12px;
  transition: all 0.3s ease-out;
  border-radius: 4px !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
@media (max-width: 992px) {
  .cid-uAYO3b5N5j .nav-item .nav-link {
    justify-content: flex-start;
  }
}
.cid-uAYO3b5N5j .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: -10px;
  width: 0;
  height: 2px;
  background-color: #f2fc5a;
  transition: all 0.3s ease-out;
}
.cid-uAYO3b5N5j .nav-item .nav-link:hover,
.cid-uAYO3b5N5j .nav-item .nav-link:focus {
  background-color: #252525;
  color: #f2fc5a !important;
}
.cid-uAYO3b5N5j .nav-item .nav-link:hover::before,
.cid-uAYO3b5N5j .nav-item .nav-link:focus::before {
  width: 80%;
}
.cid-uAYO3b5N5j .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uAYO3b5N5j .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uAYO3b5N5j .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uAYO3b5N5j .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uAYO3b5N5j .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uAYO3b5N5j .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uAYO3b5N5j .offcanvas_box {
    display: none;
  }
}
.cid-uAYO3b5N5j .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uAYO3b5N5j .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uAYO3b5N5j .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uAYO3b5N5j .container {
  display: flex;
  margin: auto;
}
.cid-uAYO3b5N5j .iconfont-wrapper {
  color: #ffffff;
  font-size: 26px;
  margin-right: 10px;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.cid-uAYO3b5N5j .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uAYO3b5N5j .iconfont-wrapper:hover .mbr-iconfont {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-uAYO3b5N5j .navbar-nav {
    margin: 0;
  }
}
.cid-uAYO3b5N5j .dropdown-menu,
.cid-uAYO3b5N5j .navbar.opened {
  background-color: false !important;
}
.cid-uAYO3b5N5j .nav-item:focus,
.cid-uAYO3b5N5j .nav-link:focus {
  outline: none;
}
.cid-uAYO3b5N5j .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uAYO3b5N5j .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uAYO3b5N5j .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uAYO3b5N5j .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uAYO3b5N5j .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uAYO3b5N5j .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uAYO3b5N5j .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uAYO3b5N5j .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uAYO3b5N5j .navbar.opened {
  transition: all 0.3s;
}
.cid-uAYO3b5N5j .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uAYO3b5N5j .navbar .navbar-logo img {
  max-width: 62px;
  min-height: 62px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uAYO3b5N5j .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uAYO3b5N5j .navbar.collapsed {
  justify-content: center;
}
.cid-uAYO3b5N5j .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uAYO3b5N5j .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uAYO3b5N5j .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uAYO3b5N5j .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uAYO3b5N5j .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uAYO3b5N5j .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uAYO3b5N5j .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uAYO3b5N5j .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uAYO3b5N5j .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uAYO3b5N5j .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uAYO3b5N5j .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uAYO3b5N5j .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uAYO3b5N5j .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uAYO3b5N5j .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uAYO3b5N5j .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uAYO3b5N5j .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uAYO3b5N5j .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uAYO3b5N5j .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uAYO3b5N5j .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uAYO3b5N5j .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uAYO3b5N5j .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uAYO3b5N5j .navbar.navbar-short {
  min-height: 60px;
}
.cid-uAYO3b5N5j .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uAYO3b5N5j .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uAYO3b5N5j .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uAYO3b5N5j .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uAYO3b5N5j .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uAYO3b5N5j .dropdown-item.active,
.cid-uAYO3b5N5j .dropdown-item:active {
  background-color: transparent;
}
.cid-uAYO3b5N5j .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-uAYO3b5N5j .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uAYO3b5N5j .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uAYO3b5N5j .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uAYO3b5N5j ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uAYO3b5N5j .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uAYO3b5N5j button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #060606;
  background: #252525;
}
.cid-uAYO3b5N5j button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uAYO3b5N5j button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uAYO3b5N5j button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAYO3b5N5j button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAYO3b5N5j button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uAYO3b5N5j nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAYO3b5N5j nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uAYO3b5N5j nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uAYO3b5N5j nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAYO3b5N5j a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uAYO3b5N5j .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uAYO3b5N5j .navbar {
    height: 70px;
  }
  .cid-uAYO3b5N5j .navbar.opened {
    height: auto;
  }
  .cid-uAYO3b5N5j .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uAYO3b5N5j .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uAYO3b5N5j .navbar-caption:hover {
  color: #f5fd7b;
}
@media (min-width: 992px) {
  .cid-uAYO3b5N5j .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uAYO3b5N5j .text_widget {
  margin-bottom: 32px;
}
.cid-uAYO3b5N5j .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uAYO3b5N5j .text_widget a:hover,
.cid-uAYO3b5N5j .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uAYO3b5N5j .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 48px;
  }
}
.cid-uAYO3b5N5j .navbar-caption {
  color: #ffffff;
}
.cid-uAYO3b5N5j .mbr-section-subtitle,
.cid-uAYO3b5N5j .text_widget,
.cid-uAYO3b5N5j .mbr-section-btn {
  text-align: center;
}
.cid-uAYO3b5N5j a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uAYOn7lkMm {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uAYOn7lkMm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAYOn7lkMm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uAYOn7lkMm .container {
    padding: 0 30px;
  }
}
.cid-uAYOn7lkMm .card {
  justify-content: center;
}
.cid-uAYOn7lkMm .content-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-uAYOn7lkMm .content-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uAYOn7lkMm .content-wrapper {
    padding: 0;
  }
}
.cid-uAYOn7lkMm .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  position: relative;
  align-items: center;
  margin-bottom: 60px;
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-uAYOn7lkMm .content-wrapper .desc-wrapper .mbr-desc {
    margin-bottom: 40px;
    padding-left: 60px;
  }
}
.cid-uAYOn7lkMm .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 90px;
  height: 1px;
  background-color: #000000;
}
@media (max-width: 992px) {
  .cid-uAYOn7lkMm .content-wrapper .desc-wrapper .mbr-desc::before {
    width: 40px;
  }
}
.cid-uAYOn7lkMm .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uAYOn7lkMm .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uAYOn7lkMm .mbr-desc {
  color: #254b45;
}
.cid-uAYOn7lkMm .mbr-section-title {
  color: #254b45;
}
.cid-uAYOn7lkMm .mbr-text {
  color: #254b45;
}
.cid-uAYOn7lkMm .mbr-desc,
.cid-uAYOn7lkMm .desc-wrapper {
  color: #000000;
}
.cid-uAYOn7lkMm .mbr-section-title,
.cid-uAYOn7lkMm .mbr-section-btn {
  color: #000000;
}
.cid-uAYO3bvEzk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e0e10;
}
.cid-uAYO3bvEzk .iconfont-wrapper {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.cid-uAYO3bvEzk .card-box {
  z-index: 2;
  position: relative;
}
.cid-uAYO3bvEzk .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
  background: #f2fc5a;
  width: 80px;
  padding: 10px;
  border-radius: 6px;
  text-align: center;
}
.cid-uAYO3bvEzk .mbr-iconfont-big {
  font-size: 14rem;
  color: #f2fc5a;
  position: absolute;
  bottom: -3rem;
  right: -4rem;
  z-index: -1;
  transition: all 0.6s;
  opacity: 0.1;
}
.cid-uAYO3bvEzk .card-title,
.cid-uAYO3bvEzk .card-text {
  transition: all 0.3s;
}
.cid-uAYO3bvEzk .card-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  padding: 4rem 3rem;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
  background: #0e0e10;
  transition: all 0.3s;
}
.cid-uAYO3bvEzk .card-wrapper:hover .mbr-iconfont-big {
  transform: rotate(-20deg);
}
@media (max-width: 767px) {
  .cid-uAYO3bvEzk .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uAYO3bvEzk .card-title,
.cid-uAYO3bvEzk .iconfont-wrapper {
  color: #ffffff;
}
.cid-uAYO3bvEzk .card-text {
  color: #bbbbbb;
}
.cid-uAYO3bvEzk .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uAYO3bvEzk .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uAYO3bvEzk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAYO3bvEzk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAYO3c0hvb {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #0e0e10;
}
.cid-uAYO3c0hvb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAYO3c0hvb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAYO3c0hvb .copyright {
  color: #ffffff;
}
.cid-uAYO3c0hvb .line {
  width: 100%;
  height: 1px;
  opacity: 0.5;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uAYO3c0hvb .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uAYO3c0hvb .row .copyright {
    text-align: center;
    padding-bottom: 2rem;
  }
}
.cid-uAYO3c0hvb .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uAYO3c0hvb .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uAYO3c0hvb .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uAYO3c0hvb .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uAYO3c0hvb .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uAYO3c0hvb .row-links-soc,
.cid-uAYO3c0hvb .row-links-soc-item .row-links-soc-item {
  color: #ffffff;
}
.cid-uAYO3c0hvb .copyright,
.cid-uAYO3c0hvb .line {
  color: #ffffff;
}
.cid-uAYO1AvXrA {
  background-color: transparent;
}
.cid-uAYO1AvXrA .navbar-dropdown {
  background-color: #060606 !important;
  padding: 0;
}
.cid-uAYO1AvXrA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #060606 !important;
  background: #060606;
}
.cid-uAYO1AvXrA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uAYO1AvXrA .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uAYO1AvXrA .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uAYO1AvXrA .menu_box .navbar.opened,
  .cid-uAYO1AvXrA .menu_box .navbar-collapse {
    background-color: #060606 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uAYO1AvXrA .navbar-dropdown {
  position: relative !important;
}
.cid-uAYO1AvXrA .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uAYO1AvXrA .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uAYO1AvXrA .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uAYO1AvXrA .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uAYO1AvXrA .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uAYO1AvXrA .btn:hover {
  box-shadow: none;
}
.cid-uAYO1AvXrA .nav-item {
  margin: 4px 0;
}
@media (min-width: 992px) {
  .cid-uAYO1AvXrA .nav-item {
    margin: 4px 40px 4px 0;
  }
}
@media (min-width: 992px) {
  .cid-uAYO1AvXrA .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-uAYO1AvXrA .nav-item {
    margin: 0 !important;
  }
}
.cid-uAYO1AvXrA .nav-item .nav-link {
  display: flex;
  justify-content: center;
  padding: 12px;
  transition: all 0.3s ease-out;
  border-radius: 4px !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
@media (max-width: 992px) {
  .cid-uAYO1AvXrA .nav-item .nav-link {
    justify-content: flex-start;
  }
}
.cid-uAYO1AvXrA .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: -10px;
  width: 0;
  height: 2px;
  background-color: #f2fc5a;
  transition: all 0.3s ease-out;
}
.cid-uAYO1AvXrA .nav-item .nav-link:hover,
.cid-uAYO1AvXrA .nav-item .nav-link:focus {
  background-color: #252525;
  color: #f2fc5a !important;
}
.cid-uAYO1AvXrA .nav-item .nav-link:hover::before,
.cid-uAYO1AvXrA .nav-item .nav-link:focus::before {
  width: 80%;
}
.cid-uAYO1AvXrA .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uAYO1AvXrA .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uAYO1AvXrA .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uAYO1AvXrA .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uAYO1AvXrA .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uAYO1AvXrA .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uAYO1AvXrA .offcanvas_box {
    display: none;
  }
}
.cid-uAYO1AvXrA .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uAYO1AvXrA .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uAYO1AvXrA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uAYO1AvXrA .container {
  display: flex;
  margin: auto;
}
.cid-uAYO1AvXrA .iconfont-wrapper {
  color: #ffffff;
  font-size: 26px;
  margin-right: 10px;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.cid-uAYO1AvXrA .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uAYO1AvXrA .iconfont-wrapper:hover .mbr-iconfont {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-uAYO1AvXrA .navbar-nav {
    margin: 0;
  }
}
.cid-uAYO1AvXrA .dropdown-menu,
.cid-uAYO1AvXrA .navbar.opened {
  background-color: false !important;
}
.cid-uAYO1AvXrA .nav-item:focus,
.cid-uAYO1AvXrA .nav-link:focus {
  outline: none;
}
.cid-uAYO1AvXrA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uAYO1AvXrA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uAYO1AvXrA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uAYO1AvXrA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uAYO1AvXrA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uAYO1AvXrA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uAYO1AvXrA .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uAYO1AvXrA .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uAYO1AvXrA .navbar.opened {
  transition: all 0.3s;
}
.cid-uAYO1AvXrA .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uAYO1AvXrA .navbar .navbar-logo img {
  max-width: 62px;
  min-height: 62px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uAYO1AvXrA .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uAYO1AvXrA .navbar.collapsed {
  justify-content: center;
}
.cid-uAYO1AvXrA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uAYO1AvXrA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uAYO1AvXrA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uAYO1AvXrA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uAYO1AvXrA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uAYO1AvXrA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uAYO1AvXrA .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uAYO1AvXrA .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uAYO1AvXrA .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uAYO1AvXrA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uAYO1AvXrA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uAYO1AvXrA .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uAYO1AvXrA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uAYO1AvXrA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uAYO1AvXrA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uAYO1AvXrA .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uAYO1AvXrA .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uAYO1AvXrA .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uAYO1AvXrA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uAYO1AvXrA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uAYO1AvXrA .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uAYO1AvXrA .navbar.navbar-short {
  min-height: 60px;
}
.cid-uAYO1AvXrA .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uAYO1AvXrA .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uAYO1AvXrA .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uAYO1AvXrA .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uAYO1AvXrA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uAYO1AvXrA .dropdown-item.active,
.cid-uAYO1AvXrA .dropdown-item:active {
  background-color: transparent;
}
.cid-uAYO1AvXrA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-uAYO1AvXrA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uAYO1AvXrA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uAYO1AvXrA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uAYO1AvXrA ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uAYO1AvXrA .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uAYO1AvXrA button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #060606;
  background: #252525;
}
.cid-uAYO1AvXrA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uAYO1AvXrA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uAYO1AvXrA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAYO1AvXrA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAYO1AvXrA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uAYO1AvXrA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAYO1AvXrA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uAYO1AvXrA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uAYO1AvXrA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAYO1AvXrA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uAYO1AvXrA .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uAYO1AvXrA .navbar {
    height: 70px;
  }
  .cid-uAYO1AvXrA .navbar.opened {
    height: auto;
  }
  .cid-uAYO1AvXrA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uAYO1AvXrA .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uAYO1AvXrA .navbar-caption:hover {
  color: #f5fd7b;
}
@media (min-width: 992px) {
  .cid-uAYO1AvXrA .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uAYO1AvXrA .text_widget {
  margin-bottom: 32px;
}
.cid-uAYO1AvXrA .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uAYO1AvXrA .text_widget a:hover,
.cid-uAYO1AvXrA .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uAYO1AvXrA .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 48px;
  }
}
.cid-uAYO1AvXrA .navbar-caption {
  color: #ffffff;
}
.cid-uAYO1AvXrA .mbr-section-subtitle,
.cid-uAYO1AvXrA .text_widget,
.cid-uAYO1AvXrA .mbr-section-btn {
  text-align: center;
}
.cid-uAYO1AvXrA a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uAYOlFD06N {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-color: #ffffff;
}
.cid-uAYOlFD06N .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAYOlFD06N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAYOlFD06N .content-wrapper {
  padding: 0 12%;
}
@media (max-width: 992px) {
  .cid-uAYOlFD06N .content-wrapper {
    padding: 0;
  }
}
.cid-uAYOlFD06N .content-wrapper .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uAYOlFD06N .content-wrapper .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uAYOlFD06N .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uAYOlFD06N .content-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uAYOlFD06N .content-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uAYOlFD06N .content-wrapper .image-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uAYOlFD06N .content-wrapper .image-wrapper {
    margin-bottom: 38px;
  }
}
.cid-uAYOlFD06N .content-wrapper .image-wrapper img {
  height: 600px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uAYOlFD06N .content-wrapper .image-wrapper img {
    height: 250px;
  }
}
.cid-uAYOlFD06N .mbr-section-title {
  color: #ffffff;
}
.cid-uAYOlFD06N .mbr-text,
.cid-uAYOlFD06N .text-wrapper {
  color: #bbbbbb;
  text-align: center;
}
.cid-uAYOlFD06N .mbr-section-title,
.cid-uAYOlFD06N .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uAYO1ARYmn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e0e10;
}
.cid-uAYO1ARYmn .iconfont-wrapper {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.cid-uAYO1ARYmn .card-box {
  z-index: 2;
  position: relative;
}
.cid-uAYO1ARYmn .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
  background: #f2fc5a;
  width: 80px;
  padding: 10px;
  border-radius: 6px;
  text-align: center;
}
.cid-uAYO1ARYmn .mbr-iconfont-big {
  font-size: 14rem;
  color: #f2fc5a;
  position: absolute;
  bottom: -3rem;
  right: -4rem;
  z-index: -1;
  transition: all 0.6s;
  opacity: 0.1;
}
.cid-uAYO1ARYmn .card-title,
.cid-uAYO1ARYmn .card-text {
  transition: all 0.3s;
}
.cid-uAYO1ARYmn .card-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  padding: 4rem 3rem;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
  background: #0e0e10;
  transition: all 0.3s;
}
.cid-uAYO1ARYmn .card-wrapper:hover .mbr-iconfont-big {
  transform: rotate(-20deg);
}
@media (max-width: 767px) {
  .cid-uAYO1ARYmn .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uAYO1ARYmn .card-title,
.cid-uAYO1ARYmn .iconfont-wrapper {
  color: #ffffff;
}
.cid-uAYO1ARYmn .card-text {
  color: #bbbbbb;
}
.cid-uAYO1ARYmn .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uAYO1ARYmn .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uAYO1ARYmn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAYO1ARYmn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAYO1Bda9U {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #0e0e10;
}
.cid-uAYO1Bda9U .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAYO1Bda9U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAYO1Bda9U .copyright {
  color: #ffffff;
}
.cid-uAYO1Bda9U .line {
  width: 100%;
  height: 1px;
  opacity: 0.5;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uAYO1Bda9U .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uAYO1Bda9U .row .copyright {
    text-align: center;
    padding-bottom: 2rem;
  }
}
.cid-uAYO1Bda9U .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uAYO1Bda9U .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uAYO1Bda9U .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uAYO1Bda9U .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uAYO1Bda9U .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uAYO1Bda9U .row-links-soc,
.cid-uAYO1Bda9U .row-links-soc-item .row-links-soc-item {
  color: #ffffff;
}
.cid-uAYO1Bda9U .copyright,
.cid-uAYO1Bda9U .line {
  color: #ffffff;
}
.cid-uAYNZ2JvMl {
  background-color: transparent;
}
.cid-uAYNZ2JvMl .navbar-dropdown {
  background-color: #060606 !important;
  padding: 0;
}
.cid-uAYNZ2JvMl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #060606 !important;
  background: #060606;
}
.cid-uAYNZ2JvMl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uAYNZ2JvMl .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uAYNZ2JvMl .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uAYNZ2JvMl .menu_box .navbar.opened,
  .cid-uAYNZ2JvMl .menu_box .navbar-collapse {
    background-color: #060606 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uAYNZ2JvMl .navbar-dropdown {
  position: relative !important;
}
.cid-uAYNZ2JvMl .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uAYNZ2JvMl .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uAYNZ2JvMl .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uAYNZ2JvMl .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uAYNZ2JvMl .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uAYNZ2JvMl .btn:hover {
  box-shadow: none;
}
.cid-uAYNZ2JvMl .nav-item {
  margin: 4px 0;
}
@media (min-width: 992px) {
  .cid-uAYNZ2JvMl .nav-item {
    margin: 4px 40px 4px 0;
  }
}
@media (min-width: 992px) {
  .cid-uAYNZ2JvMl .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-uAYNZ2JvMl .nav-item {
    margin: 0 !important;
  }
}
.cid-uAYNZ2JvMl .nav-item .nav-link {
  display: flex;
  justify-content: center;
  padding: 12px;
  transition: all 0.3s ease-out;
  border-radius: 4px !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
@media (max-width: 992px) {
  .cid-uAYNZ2JvMl .nav-item .nav-link {
    justify-content: flex-start;
  }
}
.cid-uAYNZ2JvMl .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: -10px;
  width: 0;
  height: 2px;
  background-color: #f2fc5a;
  transition: all 0.3s ease-out;
}
.cid-uAYNZ2JvMl .nav-item .nav-link:hover,
.cid-uAYNZ2JvMl .nav-item .nav-link:focus {
  background-color: #252525;
  color: #f2fc5a !important;
}
.cid-uAYNZ2JvMl .nav-item .nav-link:hover::before,
.cid-uAYNZ2JvMl .nav-item .nav-link:focus::before {
  width: 80%;
}
.cid-uAYNZ2JvMl .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uAYNZ2JvMl .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uAYNZ2JvMl .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uAYNZ2JvMl .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uAYNZ2JvMl .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uAYNZ2JvMl .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uAYNZ2JvMl .offcanvas_box {
    display: none;
  }
}
.cid-uAYNZ2JvMl .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uAYNZ2JvMl .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uAYNZ2JvMl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uAYNZ2JvMl .container {
  display: flex;
  margin: auto;
}
.cid-uAYNZ2JvMl .iconfont-wrapper {
  color: #ffffff;
  font-size: 26px;
  margin-right: 10px;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.cid-uAYNZ2JvMl .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uAYNZ2JvMl .iconfont-wrapper:hover .mbr-iconfont {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-uAYNZ2JvMl .navbar-nav {
    margin: 0;
  }
}
.cid-uAYNZ2JvMl .dropdown-menu,
.cid-uAYNZ2JvMl .navbar.opened {
  background-color: false !important;
}
.cid-uAYNZ2JvMl .nav-item:focus,
.cid-uAYNZ2JvMl .nav-link:focus {
  outline: none;
}
.cid-uAYNZ2JvMl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uAYNZ2JvMl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uAYNZ2JvMl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uAYNZ2JvMl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uAYNZ2JvMl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uAYNZ2JvMl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uAYNZ2JvMl .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uAYNZ2JvMl .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uAYNZ2JvMl .navbar.opened {
  transition: all 0.3s;
}
.cid-uAYNZ2JvMl .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uAYNZ2JvMl .navbar .navbar-logo img {
  max-width: 62px;
  min-height: 62px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uAYNZ2JvMl .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uAYNZ2JvMl .navbar.collapsed {
  justify-content: center;
}
.cid-uAYNZ2JvMl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uAYNZ2JvMl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uAYNZ2JvMl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uAYNZ2JvMl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uAYNZ2JvMl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uAYNZ2JvMl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uAYNZ2JvMl .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uAYNZ2JvMl .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uAYNZ2JvMl .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uAYNZ2JvMl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uAYNZ2JvMl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uAYNZ2JvMl .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uAYNZ2JvMl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uAYNZ2JvMl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uAYNZ2JvMl .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uAYNZ2JvMl .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uAYNZ2JvMl .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uAYNZ2JvMl .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uAYNZ2JvMl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uAYNZ2JvMl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uAYNZ2JvMl .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uAYNZ2JvMl .navbar.navbar-short {
  min-height: 60px;
}
.cid-uAYNZ2JvMl .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uAYNZ2JvMl .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uAYNZ2JvMl .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uAYNZ2JvMl .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uAYNZ2JvMl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uAYNZ2JvMl .dropdown-item.active,
.cid-uAYNZ2JvMl .dropdown-item:active {
  background-color: transparent;
}
.cid-uAYNZ2JvMl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-uAYNZ2JvMl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uAYNZ2JvMl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uAYNZ2JvMl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uAYNZ2JvMl ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uAYNZ2JvMl .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uAYNZ2JvMl button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #060606;
  background: #252525;
}
.cid-uAYNZ2JvMl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uAYNZ2JvMl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uAYNZ2JvMl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAYNZ2JvMl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAYNZ2JvMl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uAYNZ2JvMl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAYNZ2JvMl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uAYNZ2JvMl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uAYNZ2JvMl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAYNZ2JvMl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uAYNZ2JvMl .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uAYNZ2JvMl .navbar {
    height: 70px;
  }
  .cid-uAYNZ2JvMl .navbar.opened {
    height: auto;
  }
  .cid-uAYNZ2JvMl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uAYNZ2JvMl .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uAYNZ2JvMl .navbar-caption:hover {
  color: #f5fd7b;
}
@media (min-width: 992px) {
  .cid-uAYNZ2JvMl .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uAYNZ2JvMl .text_widget {
  margin-bottom: 32px;
}
.cid-uAYNZ2JvMl .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uAYNZ2JvMl .text_widget a:hover,
.cid-uAYNZ2JvMl .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uAYNZ2JvMl .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 48px;
  }
}
.cid-uAYNZ2JvMl .navbar-caption {
  color: #ffffff;
}
.cid-uAYNZ2JvMl .mbr-section-subtitle,
.cid-uAYNZ2JvMl .text_widget,
.cid-uAYNZ2JvMl .mbr-section-btn {
  text-align: center;
}
.cid-uAYNZ2JvMl a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uAYOiZKq3K {
  padding-top: 12rem;
  padding-bottom: 12rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uAYOiZKq3K .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAYOiZKq3K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAYOiZKq3K .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uAYOiZKq3K .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uAYOiZKq3K .container {
    padding: 0 24px;
  }
}
.cid-uAYOiZKq3K .row {
  justify-content: center;
}
.cid-uAYOiZKq3K .content-wrapper .desc-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uAYOiZKq3K .content-wrapper .desc-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uAYOiZKq3K .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 16px;
  background-color: #eff1f2;
  border-radius: .75rem;
}
.cid-uAYOiZKq3K .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uAYOiZKq3K .mbr-section-title {
  color: #141414;
}
.cid-uAYOiZKq3K .mbr-text {
  color: #141414;
}
.cid-uAYNZ8cQPO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e0e10;
}
.cid-uAYNZ8cQPO .iconfont-wrapper {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.cid-uAYNZ8cQPO .card-box {
  z-index: 2;
  position: relative;
}
.cid-uAYNZ8cQPO .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
  background: #f2fc5a;
  width: 80px;
  padding: 10px;
  border-radius: 6px;
  text-align: center;
}
.cid-uAYNZ8cQPO .mbr-iconfont-big {
  font-size: 14rem;
  color: #f2fc5a;
  position: absolute;
  bottom: -3rem;
  right: -4rem;
  z-index: -1;
  transition: all 0.6s;
  opacity: 0.1;
}
.cid-uAYNZ8cQPO .card-title,
.cid-uAYNZ8cQPO .card-text {
  transition: all 0.3s;
}
.cid-uAYNZ8cQPO .card-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  padding: 4rem 3rem;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
  background: #0e0e10;
  transition: all 0.3s;
}
.cid-uAYNZ8cQPO .card-wrapper:hover .mbr-iconfont-big {
  transform: rotate(-20deg);
}
@media (max-width: 767px) {
  .cid-uAYNZ8cQPO .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uAYNZ8cQPO .card-title,
.cid-uAYNZ8cQPO .iconfont-wrapper {
  color: #ffffff;
}
.cid-uAYNZ8cQPO .card-text {
  color: #bbbbbb;
}
.cid-uAYNZ8cQPO .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uAYNZ8cQPO .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uAYNZ8cQPO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAYNZ8cQPO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAYNZ8NKLp {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #0e0e10;
}
.cid-uAYNZ8NKLp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAYNZ8NKLp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAYNZ8NKLp .copyright {
  color: #ffffff;
}
.cid-uAYNZ8NKLp .line {
  width: 100%;
  height: 1px;
  opacity: 0.5;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uAYNZ8NKLp .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uAYNZ8NKLp .row .copyright {
    text-align: center;
    padding-bottom: 2rem;
  }
}
.cid-uAYNZ8NKLp .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uAYNZ8NKLp .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uAYNZ8NKLp .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uAYNZ8NKLp .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uAYNZ8NKLp .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uAYNZ8NKLp .row-links-soc,
.cid-uAYNZ8NKLp .row-links-soc-item .row-links-soc-item {
  color: #ffffff;
}
.cid-uAYNZ8NKLp .copyright,
.cid-uAYNZ8NKLp .line {
  color: #ffffff;
}
.cid-uAYNYAWZHd {
  background-color: transparent;
}
.cid-uAYNYAWZHd .navbar-dropdown {
  background-color: #060606 !important;
  padding: 0;
}
.cid-uAYNYAWZHd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #060606 !important;
  background: #060606;
}
.cid-uAYNYAWZHd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uAYNYAWZHd .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uAYNYAWZHd .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uAYNYAWZHd .menu_box .navbar.opened,
  .cid-uAYNYAWZHd .menu_box .navbar-collapse {
    background-color: #060606 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uAYNYAWZHd .navbar-dropdown {
  position: relative !important;
}
.cid-uAYNYAWZHd .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uAYNYAWZHd .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uAYNYAWZHd .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uAYNYAWZHd .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uAYNYAWZHd .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uAYNYAWZHd .btn:hover {
  box-shadow: none;
}
.cid-uAYNYAWZHd .nav-item {
  margin: 4px 0;
}
@media (min-width: 992px) {
  .cid-uAYNYAWZHd .nav-item {
    margin: 4px 40px 4px 0;
  }
}
@media (min-width: 992px) {
  .cid-uAYNYAWZHd .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-uAYNYAWZHd .nav-item {
    margin: 0 !important;
  }
}
.cid-uAYNYAWZHd .nav-item .nav-link {
  display: flex;
  justify-content: center;
  padding: 12px;
  transition: all 0.3s ease-out;
  border-radius: 4px !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
@media (max-width: 992px) {
  .cid-uAYNYAWZHd .nav-item .nav-link {
    justify-content: flex-start;
  }
}
.cid-uAYNYAWZHd .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: -10px;
  width: 0;
  height: 2px;
  background-color: #f2fc5a;
  transition: all 0.3s ease-out;
}
.cid-uAYNYAWZHd .nav-item .nav-link:hover,
.cid-uAYNYAWZHd .nav-item .nav-link:focus {
  background-color: #252525;
  color: #f2fc5a !important;
}
.cid-uAYNYAWZHd .nav-item .nav-link:hover::before,
.cid-uAYNYAWZHd .nav-item .nav-link:focus::before {
  width: 80%;
}
.cid-uAYNYAWZHd .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uAYNYAWZHd .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uAYNYAWZHd .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uAYNYAWZHd .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uAYNYAWZHd .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uAYNYAWZHd .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uAYNYAWZHd .offcanvas_box {
    display: none;
  }
}
.cid-uAYNYAWZHd .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uAYNYAWZHd .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uAYNYAWZHd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uAYNYAWZHd .container {
  display: flex;
  margin: auto;
}
.cid-uAYNYAWZHd .iconfont-wrapper {
  color: #ffffff;
  font-size: 26px;
  margin-right: 10px;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.cid-uAYNYAWZHd .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uAYNYAWZHd .iconfont-wrapper:hover .mbr-iconfont {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-uAYNYAWZHd .navbar-nav {
    margin: 0;
  }
}
.cid-uAYNYAWZHd .dropdown-menu,
.cid-uAYNYAWZHd .navbar.opened {
  background-color: false !important;
}
.cid-uAYNYAWZHd .nav-item:focus,
.cid-uAYNYAWZHd .nav-link:focus {
  outline: none;
}
.cid-uAYNYAWZHd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uAYNYAWZHd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uAYNYAWZHd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uAYNYAWZHd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uAYNYAWZHd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uAYNYAWZHd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uAYNYAWZHd .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uAYNYAWZHd .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uAYNYAWZHd .navbar.opened {
  transition: all 0.3s;
}
.cid-uAYNYAWZHd .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uAYNYAWZHd .navbar .navbar-logo img {
  max-width: 62px;
  min-height: 62px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uAYNYAWZHd .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uAYNYAWZHd .navbar.collapsed {
  justify-content: center;
}
.cid-uAYNYAWZHd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uAYNYAWZHd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uAYNYAWZHd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uAYNYAWZHd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uAYNYAWZHd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uAYNYAWZHd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uAYNYAWZHd .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uAYNYAWZHd .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uAYNYAWZHd .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uAYNYAWZHd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uAYNYAWZHd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uAYNYAWZHd .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uAYNYAWZHd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uAYNYAWZHd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uAYNYAWZHd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uAYNYAWZHd .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uAYNYAWZHd .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uAYNYAWZHd .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uAYNYAWZHd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uAYNYAWZHd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uAYNYAWZHd .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uAYNYAWZHd .navbar.navbar-short {
  min-height: 60px;
}
.cid-uAYNYAWZHd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uAYNYAWZHd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uAYNYAWZHd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uAYNYAWZHd .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uAYNYAWZHd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uAYNYAWZHd .dropdown-item.active,
.cid-uAYNYAWZHd .dropdown-item:active {
  background-color: transparent;
}
.cid-uAYNYAWZHd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-uAYNYAWZHd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uAYNYAWZHd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uAYNYAWZHd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uAYNYAWZHd ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uAYNYAWZHd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uAYNYAWZHd button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #060606;
  background: #252525;
}
.cid-uAYNYAWZHd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uAYNYAWZHd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uAYNYAWZHd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAYNYAWZHd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAYNYAWZHd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uAYNYAWZHd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAYNYAWZHd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uAYNYAWZHd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uAYNYAWZHd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAYNYAWZHd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uAYNYAWZHd .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uAYNYAWZHd .navbar {
    height: 70px;
  }
  .cid-uAYNYAWZHd .navbar.opened {
    height: auto;
  }
  .cid-uAYNYAWZHd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uAYNYAWZHd .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uAYNYAWZHd .navbar-caption:hover {
  color: #f5fd7b;
}
@media (min-width: 992px) {
  .cid-uAYNYAWZHd .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uAYNYAWZHd .text_widget {
  margin-bottom: 32px;
}
.cid-uAYNYAWZHd .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uAYNYAWZHd .text_widget a:hover,
.cid-uAYNYAWZHd .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uAYNYAWZHd .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 48px;
  }
}
.cid-uAYNYAWZHd .navbar-caption {
  color: #ffffff;
}
.cid-uAYNYAWZHd .mbr-section-subtitle,
.cid-uAYNYAWZHd .text_widget,
.cid-uAYNYAWZHd .mbr-section-btn {
  text-align: center;
}
.cid-uAYNYAWZHd a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uAYNYGB5hP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e0e10;
}
.cid-uAYNYGB5hP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAYNYGB5hP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uAYNYGB5hP .container {
    padding: 0 20px;
  }
}
.cid-uAYNYGB5hP .row {
  margin: 0;
}
.cid-uAYNYGB5hP .row .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uAYNYGB5hP .row .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uAYNYGB5hP .row .panel-group .card {
  border-bottom: 2px solid #ffffff;
  border-radius: 0;
}
.cid-uAYNYGB5hP .row .panel-group .card:first-child {
  border-top: 2px solid #ffffff;
}
.cid-uAYNYGB5hP .row .panel-group .card .card-header {
  padding: 32px 0;
  border-bottom: none;
  background-color: transparent;
}
.cid-uAYNYGB5hP .row .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-uAYNYGB5hP .row .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-uAYNYGB5hP .row .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uAYNYGB5hP .row .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 24px;
  transition: all 0.3s ease-out;
}
.cid-uAYNYGB5hP .row .panel-group .card .panel-collapse .panel-body {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uAYNYGB5hP .row .panel-group .card .panel-collapse .panel-body {
    margin-bottom: 32px;
  }
}
.cid-uAYNYGB5hP .row .panel-group .card .panel-collapse .panel-body .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uAYNYGB5hP .row .panel-group .card .panel-collapse .panel-body .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-uAYNYGB5hP .mbr-section-title {
  color: #ffffff;
}
.cid-uAYNYGB5hP .panel-title-edit,
.cid-uAYNYGB5hP .mbr-iconfont {
  color: #f5fd7b;
}
.cid-uAYNYGB5hP .mbr-text {
  color: #ffffff;
}
.cid-uAYNYHEEk4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e0e10;
}
.cid-uAYNYHEEk4 .iconfont-wrapper {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.cid-uAYNYHEEk4 .card-box {
  z-index: 2;
  position: relative;
}
.cid-uAYNYHEEk4 .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
  background: #f2fc5a;
  width: 80px;
  padding: 10px;
  border-radius: 6px;
  text-align: center;
}
.cid-uAYNYHEEk4 .mbr-iconfont-big {
  font-size: 14rem;
  color: #f2fc5a;
  position: absolute;
  bottom: -3rem;
  right: -4rem;
  z-index: -1;
  transition: all 0.6s;
  opacity: 0.1;
}
.cid-uAYNYHEEk4 .card-title,
.cid-uAYNYHEEk4 .card-text {
  transition: all 0.3s;
}
.cid-uAYNYHEEk4 .card-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  padding: 4rem 3rem;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
  background: #0e0e10;
  transition: all 0.3s;
}
.cid-uAYNYHEEk4 .card-wrapper:hover .mbr-iconfont-big {
  transform: rotate(-20deg);
}
@media (max-width: 767px) {
  .cid-uAYNYHEEk4 .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uAYNYHEEk4 .card-title,
.cid-uAYNYHEEk4 .iconfont-wrapper {
  color: #ffffff;
}
.cid-uAYNYHEEk4 .card-text {
  color: #bbbbbb;
}
.cid-uAYNYHEEk4 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uAYNYHEEk4 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uAYNYHEEk4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAYNYHEEk4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAYNYItuF6 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #0e0e10;
}
.cid-uAYNYItuF6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAYNYItuF6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAYNYItuF6 .copyright {
  color: #ffffff;
}
.cid-uAYNYItuF6 .line {
  width: 100%;
  height: 1px;
  opacity: 0.5;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uAYNYItuF6 .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uAYNYItuF6 .row .copyright {
    text-align: center;
    padding-bottom: 2rem;
  }
}
.cid-uAYNYItuF6 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uAYNYItuF6 .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uAYNYItuF6 .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uAYNYItuF6 .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uAYNYItuF6 .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uAYNYItuF6 .row-links-soc,
.cid-uAYNYItuF6 .row-links-soc-item .row-links-soc-item {
  color: #ffffff;
}
.cid-uAYNYItuF6 .copyright,
.cid-uAYNYItuF6 .line {
  color: #ffffff;
}
.cid-uAYNXU736w {
  background-color: transparent;
}
.cid-uAYNXU736w .navbar-dropdown {
  background-color: #060606 !important;
  padding: 0;
}
.cid-uAYNXU736w .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #060606 !important;
  background: #060606;
}
.cid-uAYNXU736w .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uAYNXU736w .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uAYNXU736w .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uAYNXU736w .menu_box .navbar.opened,
  .cid-uAYNXU736w .menu_box .navbar-collapse {
    background-color: #060606 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uAYNXU736w .navbar-dropdown {
  position: relative !important;
}
.cid-uAYNXU736w .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uAYNXU736w .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uAYNXU736w .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uAYNXU736w .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uAYNXU736w .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uAYNXU736w .btn:hover {
  box-shadow: none;
}
.cid-uAYNXU736w .nav-item {
  margin: 4px 0;
}
@media (min-width: 992px) {
  .cid-uAYNXU736w .nav-item {
    margin: 4px 40px 4px 0;
  }
}
@media (min-width: 992px) {
  .cid-uAYNXU736w .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-uAYNXU736w .nav-item {
    margin: 0 !important;
  }
}
.cid-uAYNXU736w .nav-item .nav-link {
  display: flex;
  justify-content: center;
  padding: 12px;
  transition: all 0.3s ease-out;
  border-radius: 4px !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
@media (max-width: 992px) {
  .cid-uAYNXU736w .nav-item .nav-link {
    justify-content: flex-start;
  }
}
.cid-uAYNXU736w .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: -10px;
  width: 0;
  height: 2px;
  background-color: #f2fc5a;
  transition: all 0.3s ease-out;
}
.cid-uAYNXU736w .nav-item .nav-link:hover,
.cid-uAYNXU736w .nav-item .nav-link:focus {
  background-color: #252525;
  color: #f2fc5a !important;
}
.cid-uAYNXU736w .nav-item .nav-link:hover::before,
.cid-uAYNXU736w .nav-item .nav-link:focus::before {
  width: 80%;
}
.cid-uAYNXU736w .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uAYNXU736w .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uAYNXU736w .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uAYNXU736w .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uAYNXU736w .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uAYNXU736w .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uAYNXU736w .offcanvas_box {
    display: none;
  }
}
.cid-uAYNXU736w .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uAYNXU736w .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uAYNXU736w .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uAYNXU736w .container {
  display: flex;
  margin: auto;
}
.cid-uAYNXU736w .iconfont-wrapper {
  color: #ffffff;
  font-size: 26px;
  margin-right: 10px;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.cid-uAYNXU736w .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uAYNXU736w .iconfont-wrapper:hover .mbr-iconfont {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-uAYNXU736w .navbar-nav {
    margin: 0;
  }
}
.cid-uAYNXU736w .dropdown-menu,
.cid-uAYNXU736w .navbar.opened {
  background-color: false !important;
}
.cid-uAYNXU736w .nav-item:focus,
.cid-uAYNXU736w .nav-link:focus {
  outline: none;
}
.cid-uAYNXU736w .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uAYNXU736w .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uAYNXU736w .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uAYNXU736w .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uAYNXU736w .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uAYNXU736w .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uAYNXU736w .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uAYNXU736w .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uAYNXU736w .navbar.opened {
  transition: all 0.3s;
}
.cid-uAYNXU736w .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uAYNXU736w .navbar .navbar-logo img {
  max-width: 62px;
  min-height: 62px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uAYNXU736w .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uAYNXU736w .navbar.collapsed {
  justify-content: center;
}
.cid-uAYNXU736w .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uAYNXU736w .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uAYNXU736w .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uAYNXU736w .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uAYNXU736w .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uAYNXU736w .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uAYNXU736w .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uAYNXU736w .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uAYNXU736w .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uAYNXU736w .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uAYNXU736w .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uAYNXU736w .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uAYNXU736w .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uAYNXU736w .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uAYNXU736w .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uAYNXU736w .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uAYNXU736w .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uAYNXU736w .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uAYNXU736w .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uAYNXU736w .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uAYNXU736w .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uAYNXU736w .navbar.navbar-short {
  min-height: 60px;
}
.cid-uAYNXU736w .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uAYNXU736w .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uAYNXU736w .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uAYNXU736w .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uAYNXU736w .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uAYNXU736w .dropdown-item.active,
.cid-uAYNXU736w .dropdown-item:active {
  background-color: transparent;
}
.cid-uAYNXU736w .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-uAYNXU736w .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uAYNXU736w .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uAYNXU736w .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uAYNXU736w ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uAYNXU736w .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uAYNXU736w button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #060606;
  background: #252525;
}
.cid-uAYNXU736w button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uAYNXU736w button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uAYNXU736w button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAYNXU736w button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAYNXU736w button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uAYNXU736w nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAYNXU736w nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uAYNXU736w nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uAYNXU736w nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAYNXU736w a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uAYNXU736w .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uAYNXU736w .navbar {
    height: 70px;
  }
  .cid-uAYNXU736w .navbar.opened {
    height: auto;
  }
  .cid-uAYNXU736w .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uAYNXU736w .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uAYNXU736w .navbar-caption:hover {
  color: #f5fd7b;
}
@media (min-width: 992px) {
  .cid-uAYNXU736w .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uAYNXU736w .text_widget {
  margin-bottom: 32px;
}
.cid-uAYNXU736w .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uAYNXU736w .text_widget a:hover,
.cid-uAYNXU736w .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uAYNXU736w .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 48px;
  }
}
.cid-uAYNXU736w .navbar-caption {
  color: #ffffff;
}
.cid-uAYNXU736w .mbr-section-subtitle,
.cid-uAYNXU736w .text_widget,
.cid-uAYNXU736w .mbr-section-btn {
  text-align: center;
}
.cid-uAYNXU736w a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uAYNXVNA4G {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #0e0e10;
}
.cid-uAYNXVNA4G .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAYNXVNA4G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uAYNXVNA4G .container {
    padding: 0 20px;
  }
}
.cid-uAYNXVNA4G .row {
  margin: 0;
}
.cid-uAYNXVNA4G .mbr-section-title {
  margin-bottom: 50px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uAYNXVNA4G .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uAYNXVNA4G .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-uAYNXVNA4G .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uAYNXVNA4G .embla__slide .card-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uAYNXVNA4G .embla__slide .card-wrap {
    display: block;
  }
}
.cid-uAYNXVNA4G .embla__slide .card-wrap .content-wrap {
  width: 40%;
  margin-right: 100px;
}
@media (max-width: 992px) {
  .cid-uAYNXVNA4G .embla__slide .card-wrap .content-wrap {
    width: 100%;
    margin-right: 0;
    margin-bottom: 50px;
  }
}
.cid-uAYNXVNA4G .embla__slide .card-wrap .content-wrap .number-wrap .mbr-number {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(45deg, #f5fd7b 50%, #6567ee);
  border-radius: 50%;
  margin-bottom: 32px;
}
.cid-uAYNXVNA4G .embla__slide .card-wrap .content-wrap .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uAYNXVNA4G .embla__slide .card-wrap .content-wrap .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uAYNXVNA4G .embla__slide .card-wrap .content-wrap .mbr-text {
    margin-bottom: 0;
  }
}
.cid-uAYNXVNA4G .embla__slide .card-wrap .item-wrapper .image-wrap img {
  height: 400px;
  object-fit: cover;
  border-radius: 30px;
}
@media (max-width: 768px) {
  .cid-uAYNXVNA4G .embla__slide .card-wrap .item-wrapper .image-wrap img {
    height: 300px;
  }
}
.cid-uAYNXVNA4G .embla__button--next,
.cid-uAYNXVNA4G .embla__button--prev {
  display: flex;
}
.cid-uAYNXVNA4G .embla__button {
  bottom: 0;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 24px;
  background-color: transparent;
  color: #ffffff;
  border: 1px solid #f5fd7b;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uAYNXVNA4G .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uAYNXVNA4G .embla__button:hover {
  background: #f5fd7b;
  color: #000000;
}
.cid-uAYNXVNA4G .embla__button.embla__button--prev {
  left: 0;
  margin-left: 0;
}
.cid-uAYNXVNA4G .embla__button.embla__button--next {
  right: auto;
  left: 4rem;
  margin-right: 0;
}
@media (max-width: 767px) {
  .cid-uAYNXVNA4G .embla__button {
    top: auto;
  }
}
.cid-uAYNXVNA4G .embla {
  position: relative;
  width: 100%;
}
.cid-uAYNXVNA4G .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uAYNXVNA4G .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uAYNXVNA4G .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uAYNXVNA4G .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uAYNXVNA4G .mbr-number {
  color: #000000;
}
.cid-uAYNXVNA4G .mbr-card-title {
  color: #f5fd7b;
}
.cid-uAYNXVNA4G .mbr-text {
  color: #ffffff;
}
.cid-uAYNXZHsPx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e0e10;
}
.cid-uAYNXZHsPx .iconfont-wrapper {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.cid-uAYNXZHsPx .card-box {
  z-index: 2;
  position: relative;
}
.cid-uAYNXZHsPx .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
  background: #f2fc5a;
  width: 80px;
  padding: 10px;
  border-radius: 6px;
  text-align: center;
}
.cid-uAYNXZHsPx .mbr-iconfont-big {
  font-size: 14rem;
  color: #f2fc5a;
  position: absolute;
  bottom: -3rem;
  right: -4rem;
  z-index: -1;
  transition: all 0.6s;
  opacity: 0.1;
}
.cid-uAYNXZHsPx .card-title,
.cid-uAYNXZHsPx .card-text {
  transition: all 0.3s;
}
.cid-uAYNXZHsPx .card-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  padding: 4rem 3rem;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
  background: #0e0e10;
  transition: all 0.3s;
}
.cid-uAYNXZHsPx .card-wrapper:hover .mbr-iconfont-big {
  transform: rotate(-20deg);
}
@media (max-width: 767px) {
  .cid-uAYNXZHsPx .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uAYNXZHsPx .card-title,
.cid-uAYNXZHsPx .iconfont-wrapper {
  color: #ffffff;
}
.cid-uAYNXZHsPx .card-text {
  color: #bbbbbb;
}
.cid-uAYNXZHsPx .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uAYNXZHsPx .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uAYNXZHsPx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAYNXZHsPx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAYNY0oXN5 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #0e0e10;
}
.cid-uAYNY0oXN5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAYNY0oXN5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAYNY0oXN5 .copyright {
  color: #ffffff;
}
.cid-uAYNY0oXN5 .line {
  width: 100%;
  height: 1px;
  opacity: 0.5;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uAYNY0oXN5 .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uAYNY0oXN5 .row .copyright {
    text-align: center;
    padding-bottom: 2rem;
  }
}
.cid-uAYNY0oXN5 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uAYNY0oXN5 .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uAYNY0oXN5 .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uAYNY0oXN5 .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uAYNY0oXN5 .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uAYNY0oXN5 .row-links-soc,
.cid-uAYNY0oXN5 .row-links-soc-item .row-links-soc-item {
  color: #ffffff;
}
.cid-uAYNY0oXN5 .copyright,
.cid-uAYNY0oXN5 .line {
  color: #ffffff;
}
.cid-uAYNX8nMDv {
  background-color: transparent;
}
.cid-uAYNX8nMDv .navbar-dropdown {
  background-color: #060606 !important;
  padding: 0;
}
.cid-uAYNX8nMDv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #060606 !important;
  background: #060606;
}
.cid-uAYNX8nMDv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uAYNX8nMDv .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uAYNX8nMDv .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uAYNX8nMDv .menu_box .navbar.opened,
  .cid-uAYNX8nMDv .menu_box .navbar-collapse {
    background-color: #060606 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uAYNX8nMDv .navbar-dropdown {
  position: relative !important;
}
.cid-uAYNX8nMDv .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uAYNX8nMDv .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uAYNX8nMDv .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uAYNX8nMDv .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uAYNX8nMDv .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uAYNX8nMDv .btn:hover {
  box-shadow: none;
}
.cid-uAYNX8nMDv .nav-item {
  margin: 4px 0;
}
@media (min-width: 992px) {
  .cid-uAYNX8nMDv .nav-item {
    margin: 4px 40px 4px 0;
  }
}
@media (min-width: 992px) {
  .cid-uAYNX8nMDv .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-uAYNX8nMDv .nav-item {
    margin: 0 !important;
  }
}
.cid-uAYNX8nMDv .nav-item .nav-link {
  display: flex;
  justify-content: center;
  padding: 12px;
  transition: all 0.3s ease-out;
  border-radius: 4px !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
@media (max-width: 992px) {
  .cid-uAYNX8nMDv .nav-item .nav-link {
    justify-content: flex-start;
  }
}
.cid-uAYNX8nMDv .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: -10px;
  width: 0;
  height: 2px;
  background-color: #f2fc5a;
  transition: all 0.3s ease-out;
}
.cid-uAYNX8nMDv .nav-item .nav-link:hover,
.cid-uAYNX8nMDv .nav-item .nav-link:focus {
  background-color: #252525;
  color: #f2fc5a !important;
}
.cid-uAYNX8nMDv .nav-item .nav-link:hover::before,
.cid-uAYNX8nMDv .nav-item .nav-link:focus::before {
  width: 80%;
}
.cid-uAYNX8nMDv .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uAYNX8nMDv .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uAYNX8nMDv .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uAYNX8nMDv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uAYNX8nMDv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uAYNX8nMDv .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uAYNX8nMDv .offcanvas_box {
    display: none;
  }
}
.cid-uAYNX8nMDv .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uAYNX8nMDv .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uAYNX8nMDv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uAYNX8nMDv .container {
  display: flex;
  margin: auto;
}
.cid-uAYNX8nMDv .iconfont-wrapper {
  color: #ffffff;
  font-size: 26px;
  margin-right: 10px;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.cid-uAYNX8nMDv .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uAYNX8nMDv .iconfont-wrapper:hover .mbr-iconfont {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-uAYNX8nMDv .navbar-nav {
    margin: 0;
  }
}
.cid-uAYNX8nMDv .dropdown-menu,
.cid-uAYNX8nMDv .navbar.opened {
  background-color: false !important;
}
.cid-uAYNX8nMDv .nav-item:focus,
.cid-uAYNX8nMDv .nav-link:focus {
  outline: none;
}
.cid-uAYNX8nMDv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uAYNX8nMDv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uAYNX8nMDv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uAYNX8nMDv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uAYNX8nMDv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uAYNX8nMDv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uAYNX8nMDv .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uAYNX8nMDv .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uAYNX8nMDv .navbar.opened {
  transition: all 0.3s;
}
.cid-uAYNX8nMDv .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uAYNX8nMDv .navbar .navbar-logo img {
  max-width: 62px;
  min-height: 62px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uAYNX8nMDv .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uAYNX8nMDv .navbar.collapsed {
  justify-content: center;
}
.cid-uAYNX8nMDv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uAYNX8nMDv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uAYNX8nMDv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uAYNX8nMDv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uAYNX8nMDv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uAYNX8nMDv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uAYNX8nMDv .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uAYNX8nMDv .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uAYNX8nMDv .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uAYNX8nMDv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uAYNX8nMDv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uAYNX8nMDv .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uAYNX8nMDv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uAYNX8nMDv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uAYNX8nMDv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uAYNX8nMDv .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uAYNX8nMDv .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uAYNX8nMDv .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uAYNX8nMDv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uAYNX8nMDv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uAYNX8nMDv .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uAYNX8nMDv .navbar.navbar-short {
  min-height: 60px;
}
.cid-uAYNX8nMDv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uAYNX8nMDv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uAYNX8nMDv .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uAYNX8nMDv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uAYNX8nMDv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uAYNX8nMDv .dropdown-item.active,
.cid-uAYNX8nMDv .dropdown-item:active {
  background-color: transparent;
}
.cid-uAYNX8nMDv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-uAYNX8nMDv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uAYNX8nMDv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uAYNX8nMDv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uAYNX8nMDv ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uAYNX8nMDv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uAYNX8nMDv button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #060606;
  background: #252525;
}
.cid-uAYNX8nMDv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uAYNX8nMDv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uAYNX8nMDv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAYNX8nMDv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAYNX8nMDv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uAYNX8nMDv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAYNX8nMDv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uAYNX8nMDv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uAYNX8nMDv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAYNX8nMDv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uAYNX8nMDv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uAYNX8nMDv .navbar {
    height: 70px;
  }
  .cid-uAYNX8nMDv .navbar.opened {
    height: auto;
  }
  .cid-uAYNX8nMDv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uAYNX8nMDv .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uAYNX8nMDv .navbar-caption:hover {
  color: #f5fd7b;
}
@media (min-width: 992px) {
  .cid-uAYNX8nMDv .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uAYNX8nMDv .text_widget {
  margin-bottom: 32px;
}
.cid-uAYNX8nMDv .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uAYNX8nMDv .text_widget a:hover,
.cid-uAYNX8nMDv .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uAYNX8nMDv .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 48px;
  }
}
.cid-uAYNX8nMDv .navbar-caption {
  color: #ffffff;
}
.cid-uAYNX8nMDv .mbr-section-subtitle,
.cid-uAYNX8nMDv .text_widget,
.cid-uAYNX8nMDv .mbr-section-btn {
  text-align: center;
}
.cid-uAYNX8nMDv a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uAYNX9TQvW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e0e10;
}
.cid-uAYNX9TQvW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAYNX9TQvW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uAYNX9TQvW .container {
    padding: 0 20px;
  }
}
.cid-uAYNX9TQvW .row {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uAYNX9TQvW .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uAYNX9TQvW .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uAYNX9TQvW .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uAYNX9TQvW .title-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uAYNX9TQvW .image-wrapper {
  position: relative;
}
.cid-uAYNX9TQvW .image-wrapper .blur-wrap {
  position: absolute;
  top: 0;
  left: -8rem;
  background-image: linear-gradient(-120deg, #f5fd7b 50%, #6567ee 0%);
  width: 300px;
  height: 300px;
  border-radius: 100%;
  filter: blur(85px);
}
.cid-uAYNX9TQvW .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 500px;
  margin: 0 auto;
  border-radius: 50px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uAYNX9TQvW .image-wrapper img {
    height: 350px;
  }
}
.cid-uAYNX9TQvW .mbr-section-title {
  color: #ffffff;
}
.cid-uAYNX9TQvW .mbr-text {
  color: #ffffff;
}
.cid-uAYNX9TQvW .mbr-number {
  color: #f5fd7b;
}
.cid-uAYNX9TQvW .mbr-desc {
  color: #ffffff;
}
.cid-uAYNX9TQvW .mbr-link {
  color: #ffffff;
}
.cid-uAYNXeSGrI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e0e10;
}
.cid-uAYNXeSGrI .iconfont-wrapper {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.cid-uAYNXeSGrI .card-box {
  z-index: 2;
  position: relative;
}
.cid-uAYNXeSGrI .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
  background: #f2fc5a;
  width: 80px;
  padding: 10px;
  border-radius: 6px;
  text-align: center;
}
.cid-uAYNXeSGrI .mbr-iconfont-big {
  font-size: 14rem;
  color: #f2fc5a;
  position: absolute;
  bottom: -3rem;
  right: -4rem;
  z-index: -1;
  transition: all 0.6s;
  opacity: 0.1;
}
.cid-uAYNXeSGrI .card-title,
.cid-uAYNXeSGrI .card-text {
  transition: all 0.3s;
}
.cid-uAYNXeSGrI .card-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  padding: 4rem 3rem;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
  background: #0e0e10;
  transition: all 0.3s;
}
.cid-uAYNXeSGrI .card-wrapper:hover .mbr-iconfont-big {
  transform: rotate(-20deg);
}
@media (max-width: 767px) {
  .cid-uAYNXeSGrI .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uAYNXeSGrI .card-title,
.cid-uAYNXeSGrI .iconfont-wrapper {
  color: #ffffff;
}
.cid-uAYNXeSGrI .card-text {
  color: #bbbbbb;
}
.cid-uAYNXeSGrI .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uAYNXeSGrI .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uAYNXeSGrI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAYNXeSGrI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAYNXfuHLj {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #0e0e10;
}
.cid-uAYNXfuHLj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAYNXfuHLj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAYNXfuHLj .copyright {
  color: #ffffff;
}
.cid-uAYNXfuHLj .line {
  width: 100%;
  height: 1px;
  opacity: 0.5;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uAYNXfuHLj .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uAYNXfuHLj .row .copyright {
    text-align: center;
    padding-bottom: 2rem;
  }
}
.cid-uAYNXfuHLj .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uAYNXfuHLj .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uAYNXfuHLj .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uAYNXfuHLj .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uAYNXfuHLj .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uAYNXfuHLj .row-links-soc,
.cid-uAYNXfuHLj .row-links-soc-item .row-links-soc-item {
  color: #ffffff;
}
.cid-uAYNXfuHLj .copyright,
.cid-uAYNXfuHLj .line {
  color: #ffffff;
}
