.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Sora;
}
.display-1 {
  font-family: 'Sora', sans-serif;
  font-size: 5rem;
  line-height: 1.1;
}
.display-1 > .software-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Sora', sans-serif;
  font-size: 3.75rem;
  line-height: 1.15;
}
.display-2 > .software-iconfont {
  font-size: 4.6875rem;
}
.display-4 {
  font-family: 'Manrope', sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}
.display-4 > .software-iconfont {
  font-size: 1.40625rem;
}
.display-5 {
  font-family: 'Sora', sans-serif;
  font-size: 2.3rem;
  line-height: 1.5;
}
.display-5 > .software-iconfont {
  font-size: 2.875rem;
}
.display-7 {
  font-family: 'Sora', sans-serif;
  font-size: 1.26rem;
  line-height: 1.3;
}
.display-7 > .software-iconfont {
  font-size: 1.575rem;
}
/* ---- 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: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3rem;
    font-size: calc( 1.9625rem + (3.75 - 1.9625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.9625rem + (3.75 - 1.9625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.84rem;
    font-size: calc( 1.455rem + (2.3 - 1.455) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.455rem + (2.3 - 1.455) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.008rem;
    font-size: calc( 1.091rem + (1.26 - 1.091) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.091rem + (1.26 - 1.091) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3rem;
    font-size: calc( 1.9625rem + (3.75 - 1.9625) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.9625rem + (3.75 - 1.9625) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.84rem;
    font-size: calc( 1.455rem + (2.3 - 1.455) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.455rem + (2.3 - 1.455) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.008rem;
    font-size: calc( 1.091rem + (1.26 - 1.091) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.091rem + (1.26 - 1.091) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #f6c427 !important;
}
.bg-success {
  background-color: #8235b9 !important;
}
.bg-info {
  background-color: #31cd4c !important;
}
.bg-warning {
  background-color: #e5af05 !important;
}
.bg-danger {
  background-color: #9f130f !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #f6c427 !important;
  border-color: #f6c427 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #f8d158 !important;
  border-color: #f8d158 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #f8d158 !important;
  border-color: #f8d158 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #e24c4a !important;
  border-color: #e24c4a !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #e97776 !important;
  border-color: #e97776 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e97776 !important;
  border-color: #e97776 !important;
}
.btn-info,
.btn-info:active {
  background-color: #31cd4c !important;
  border-color: #31cd4c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #5ad76f !important;
  border-color: #5ad76f !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5ad76f !important;
  border-color: #5ad76f !important;
}
.btn-success,
.btn-success:active {
  background-color: #8235b9 !important;
  border-color: #8235b9 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #9b53ce !important;
  border-color: #9b53ce !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #9b53ce !important;
  border-color: #9b53ce !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #e5af05 !important;
  border-color: #e5af05 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #fac623 !important;
  border-color: #fac623 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #fac623 !important;
  border-color: #fac623 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #9f130f !important;
  border-color: #9f130f !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ce1913 !important;
  border-color: #ce1913 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ce1913 !important;
  border-color: #ce1913 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #121212 !important;
  border-color: #121212 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #2c2c2c !important;
  border-color: #2c2c2c !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #2c2c2c !important;
  border-color: #2c2c2c !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f6c427;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #be9208 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #f6c427 !important;
  border-color: #f6c427 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e24c4a;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #b81f1d !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: #e24c4a !important;
  border-color: #e24c4a !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #31cd4c;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #208732 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #31cd4c !important;
  border-color: #31cd4c !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #8235b9;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #532276 !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: #8235b9 !important;
  border-color: #8235b9 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e5af05;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #906e03 !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: #e5af05 !important;
  border-color: #e5af05 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #9f130f;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #500a08 !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: #9f130f !important;
  border-color: #9f130f !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #121212;
}
.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: #121212 !important;
  border-color: #121212 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.text-primary {
  color: #f6c427 !important;
}
.text-secondary {
  color: #e24c4a !important;
}
.text-success {
  color: #8235b9 !important;
}
.text-info {
  color: #31cd4c !important;
}
.text-warning {
  color: #e5af05 !important;
}
.text-danger {
  color: #9f130f !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #b08707 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ab1d1b !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #4a1e6a !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1d7b2d !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #816303 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #420806 !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: #f6c427;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #31cd4c;
}
.alert-warning {
  background-color: #e5af05;
}
.alert-danger {
  background-color: #9f130f;
}
.software-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.software-gallery-filter li a {
  border-radius: 100px !important;
}
.software-gallery-filter li.active .btn {
  background-color: #f6c427;
  border-color: #f6c427;
  color: #ffffff;
}
.software-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #f6c427;
}
.software-plan-header.bg-primary .software-plan-subtitle,
.software-plan-header.bg-primary .software-plan-price-desc {
  color: #fef9eb;
}
.software-plan-header.bg-success .software-plan-subtitle,
.software-plan-header.bg-success .software-plan-price-desc {
  color: #bd8fdf;
}
.software-plan-header.bg-info .software-plan-subtitle,
.software-plan-header.bg-info .software-plan-price-desc {
  color: #d5f5db;
}
.software-plan-header.bg-warning .software-plan-subtitle,
.software-plan-header.bg-warning .software-plan-price-desc {
  color: #fdedb9;
}
.software-plan-header.bg-danger .software-plan-subtitle,
.software-plan-header.bg-danger .software-plan-price-desc {
  color: #ed4540;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Manrope', sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .software-iconfont {
  font-size: 1.40625rem;
}
.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: #f6c427 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Manrope', sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .software-iconfont {
  font-size: 1.40625rem;
}
blockquote {
  border-color: #f6c427;
}
/* Forms */
.software-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.software-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.software-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.software-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #f6c427;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #f6c427;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #f6c427;
  border-bottom-color: #f6c427;
}
.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: #f6c427 !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: #e24c4a !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='%23f6c427' %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;
}
.software-section-btn .btn {
  padding: 17px 56px;
  font-weight: 400;
  border-radius: 3rem !important;
  position: relative;
  flex-direction: row-reverse;
  z-index: 0;
  transition: none;
}
@media (max-width: 992px) {
  .software-section-btn .btn {
    padding: 17px 20px;
  }
}
.software-section-btn .btn .software-iconfont {
  margin-left: 0;
  margin-right: 12px;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
}
.software-section-btn .btn span {
  line-height: 1.5;
}
.software-section-btn .btn:hover .software-iconfont,
.software-section-btn .btn:focus .software-iconfont {
  transform: translateX(4px);
}
.software-section-btn .btn-primary-outline::before,
.software-section-btn .btn-secondary-outline::before,
.software-section-btn .btn-success-outline::before,
.software-section-btn .btn-info-outline::before,
.software-section-btn .btn-warning-outline::before,
.software-section-btn .btn-danger-outline::before,
.software-section-btn .btn-black-outline::before,
.software-section-btn .btn-white-outline::before {
  content: '';
  position: absolute;
  inset: 0;
  padding: 2px;
  border-radius: inherit !important;
  -webkit-mask: linear-gradient(#ffffff 0 0) content-box, linear-gradient(#ffffff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.software-section-btn .btn-primary-outline::after,
.software-section-btn .btn-secondary-outline::after,
.software-section-btn .btn-success-outline::after,
.software-section-btn .btn-info-outline::after,
.software-section-btn .btn-warning-outline::after,
.software-section-btn .btn-danger-outline::after,
.software-section-btn .btn-black-outline::after,
.software-section-btn .btn-white-outline::after {
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  inset: 0;
  padding: 0;
  border-radius: inherit !important;
  opacity: 0;
  z-index: -1;
  transition: opacity 0.2s ease-in-out;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.software-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.embla,
.image-wrap,
.form-wrapper,
.software-copy,
.item-content {
  border-radius: 25px !important;
}
.item-wrapper::before,
.item-img::before {
  border-radius: 25px !important;
}
.y81dJ-uR02NIeFPo {
  background-color: transparent;
}
.y81dJ-uR02NIeFPo .navbar-dropdown {
  background-color: #171827 !important;
  padding: 0;
}
.y81dJ-uR02NIeFPo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #171827 !important;
  background: #171827;
}
.y81dJ-uR02NIeFPo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.y81dJ-uR02NIeFPo .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .y81dJ-uR02NIeFPo .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .y81dJ-uR02NIeFPo .menu_box .navbar.opened,
  .y81dJ-uR02NIeFPo .menu_box .navbar-collapse {
    background-color: #171827 !important;
    transition: all 0s ease 0s;
  }
}
.y81dJ-uR02NIeFPo .navbar-dropdown {
  position: relative !important;
}
.y81dJ-uR02NIeFPo .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .y81dJ-uR02NIeFPo .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .y81dJ-uR02NIeFPo .software-section-btn-main {
    margin-top: 1rem;
  }
}
.y81dJ-uR02NIeFPo .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.y81dJ-uR02NIeFPo .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .y81dJ-uR02NIeFPo .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #232b45;
  }
  .y81dJ-uR02NIeFPo .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .y81dJ-uR02NIeFPo .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .y81dJ-uR02NIeFPo .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .y81dJ-uR02NIeFPo .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .y81dJ-uR02NIeFPo .offcanvas-body .software-text,
  .y81dJ-uR02NIeFPo .offcanvas-body .software-section-subtitle {
    margin-bottom: 32px;
  }
  .y81dJ-uR02NIeFPo .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .y81dJ-uR02NIeFPo .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .y81dJ-uR02NIeFPo .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f2ac2b;
  }
  .y81dJ-uR02NIeFPo .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .y81dJ-uR02NIeFPo .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .y81dJ-uR02NIeFPo .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .y81dJ-uR02NIeFPo .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .y81dJ-uR02NIeFPo ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .y81dJ-uR02NIeFPo .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .y81dJ-uR02NIeFPo .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);
  }
  .y81dJ-uR02NIeFPo .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .y81dJ-uR02NIeFPo li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .y81dJ-uR02NIeFPo .lg_brand {
    margin: 0 1rem;
  }
  .y81dJ-uR02NIeFPo .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.y81dJ-uR02NIeFPo .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .y81dJ-uR02NIeFPo .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .y81dJ-uR02NIeFPo .nav-item {
    margin: 0 !important;
  }
}
.y81dJ-uR02NIeFPo .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.y81dJ-uR02NIeFPo .nav-item .nav-link:hover,
.y81dJ-uR02NIeFPo .nav-item .nav-link:focus {
  color: #f6c427 !important;
  text-shadow: 2px 2px 4px #f6c427;
}
.y81dJ-uR02NIeFPo .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .y81dJ-uR02NIeFPo .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .y81dJ-uR02NIeFPo .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .y81dJ-uR02NIeFPo .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .y81dJ-uR02NIeFPo .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;
  }
  .y81dJ-uR02NIeFPo .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .y81dJ-uR02NIeFPo .offcanvas_box {
    display: none;
  }
}
.y81dJ-uR02NIeFPo .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.y81dJ-uR02NIeFPo .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.y81dJ-uR02NIeFPo .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.y81dJ-uR02NIeFPo .container {
  display: flex;
  margin: auto;
}
.y81dJ-uR02NIeFPo .iconfont-wrapper {
  color: #f2ac2b;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.y81dJ-uR02NIeFPo .iconfont-wrapper:last-child {
  margin-right: 0;
}
.y81dJ-uR02NIeFPo .iconfont-wrapper:hover {
  opacity: .5;
}
.y81dJ-uR02NIeFPo .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .y81dJ-uR02NIeFPo .navbar-nav {
    margin: 0;
  }
}
.y81dJ-uR02NIeFPo .dropdown-menu,
.y81dJ-uR02NIeFPo .navbar.opened {
  background-color: false !important;
}
.y81dJ-uR02NIeFPo .nav-item:focus,
.y81dJ-uR02NIeFPo .nav-link:focus {
  outline: none;
}
.y81dJ-uR02NIeFPo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.y81dJ-uR02NIeFPo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.y81dJ-uR02NIeFPo .dropdown .dropdown-menu .dropdown-item .software-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.y81dJ-uR02NIeFPo .dropdown .dropdown-menu .dropdown-item .software-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.y81dJ-uR02NIeFPo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.y81dJ-uR02NIeFPo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.y81dJ-uR02NIeFPo .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .y81dJ-uR02NIeFPo .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.y81dJ-uR02NIeFPo .navbar.opened {
  transition: all 0.3s;
}
.y81dJ-uR02NIeFPo .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.y81dJ-uR02NIeFPo .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 100% !important;
}
.y81dJ-uR02NIeFPo .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.y81dJ-uR02NIeFPo .navbar.collapsed {
  justify-content: center;
}
.y81dJ-uR02NIeFPo .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.y81dJ-uR02NIeFPo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.y81dJ-uR02NIeFPo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.y81dJ-uR02NIeFPo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.y81dJ-uR02NIeFPo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.y81dJ-uR02NIeFPo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.y81dJ-uR02NIeFPo .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .y81dJ-uR02NIeFPo .navbar .nav-item {
    padding: .5rem 0;
  }
  .y81dJ-uR02NIeFPo .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .y81dJ-uR02NIeFPo .navbar .nav-item .nav-link::before {
    display: none;
  }
  .y81dJ-uR02NIeFPo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .y81dJ-uR02NIeFPo .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .y81dJ-uR02NIeFPo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .y81dJ-uR02NIeFPo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .y81dJ-uR02NIeFPo .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .y81dJ-uR02NIeFPo .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .y81dJ-uR02NIeFPo .navbar ul.navbar-nav li {
    margin: 0;
  }
  .y81dJ-uR02NIeFPo .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .y81dJ-uR02NIeFPo .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .y81dJ-uR02NIeFPo .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .y81dJ-uR02NIeFPo .navbar .icons-menu {
    padding: 0;
  }
}
.y81dJ-uR02NIeFPo .navbar.navbar-short {
  min-height: 60px;
}
.y81dJ-uR02NIeFPo .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.y81dJ-uR02NIeFPo .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.y81dJ-uR02NIeFPo .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;
}
.y81dJ-uR02NIeFPo .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.y81dJ-uR02NIeFPo .navbar-brand .navbar-logo a {
  outline: none;
}
.y81dJ-uR02NIeFPo .dropdown-item.active,
.y81dJ-uR02NIeFPo .dropdown-item:active {
  background-color: transparent;
}
.y81dJ-uR02NIeFPo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.y81dJ-uR02NIeFPo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.y81dJ-uR02NIeFPo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.y81dJ-uR02NIeFPo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.y81dJ-uR02NIeFPo ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.y81dJ-uR02NIeFPo .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.y81dJ-uR02NIeFPo button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #171827;
  background: #232b45;
}
.y81dJ-uR02NIeFPo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f2ac2b;
}
.y81dJ-uR02NIeFPo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.y81dJ-uR02NIeFPo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.y81dJ-uR02NIeFPo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.y81dJ-uR02NIeFPo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.y81dJ-uR02NIeFPo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.y81dJ-uR02NIeFPo nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.y81dJ-uR02NIeFPo nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.y81dJ-uR02NIeFPo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.y81dJ-uR02NIeFPo a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.y81dJ-uR02NIeFPo .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) {
  .y81dJ-uR02NIeFPo .navbar {
    height: 70px;
  }
  .y81dJ-uR02NIeFPo .navbar.opened {
    height: auto;
  }
  .y81dJ-uR02NIeFPo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.y81dJ-uR02NIeFPo .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .y81dJ-uR02NIeFPo .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.y81dJ-uR02NIeFPo .software-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .y81dJ-uR02NIeFPo .software-section-btn-main {
    display: block;
    padding: 0;
  }
}
.y81dJ-uR02NIeFPo .software-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.y81dJ-uR02NIeFPo .navbar-caption:hover {
  color: #f6c427;
}
@media (min-width: 992px) {
  .y81dJ-uR02NIeFPo .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.y81dJ-uR02NIeFPo .text_widget {
  margin-bottom: 32px;
}
.y81dJ-uR02NIeFPo .text_widget a {
  transition: all 0.3s ease-out;
}
.y81dJ-uR02NIeFPo .text_widget a:hover,
.y81dJ-uR02NIeFPo .text_widget a:focus {
  opacity: .6;
}
.y81dJ-uR02NIeFPo .software-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.y81dJ-uR02NIeFPo .navbar-caption {
  color: #f2ac2b;
}
.y81dJ-uR02NIeFPo .software-text {
  color: #ffffff;
  text-align: center;
}
.y81dJ-uR02NIeFPo .software-section-subtitle,
.y81dJ-uR02NIeFPo .text_widget,
.y81dJ-uR02NIeFPo .software-section-btn {
  text-align: center;
}
.y81dJ-uR02NIeFPo a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.y81dJ-uR03zUlHFA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #0a0f24;
}
.y81dJ-uR03zUlHFA .image-wrapper {
  padding: 0;
}
.y81dJ-uR03zUlHFA .img-item,
.y81dJ-uR03zUlHFA img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.y81dJ-uR03zUlHFA .container-fluid {
  padding: 0 1rem;
}
.y81dJ-uR03zUlHFA .wrapper {
  max-width: 550px;
  margin: auto;
  padding: 4rem 0;
}
.y81dJ-uR03zUlHFA .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 757px) {
  .y81dJ-uR03zUlHFA .card-wrapper {
    flex-direction: column;
  }
}
.y81dJ-uR03zUlHFA .software-iconfont {
  font-size: 2rem;
}
.y81dJ-uR03zUlHFA .icon1 {
  color: #ffffff;
}
.y81dJ-uR03zUlHFA .icon-wrapper {
  background: #e5af05;
  border-radius: 50%;
  min-width: 80px;
  height: 80px;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 757px) {
  .y81dJ-uR03zUlHFA .icon-wrapper {
    margin-right: 0rem;
    margin-bottom: 2rem;
  }
}
.y81dJ-uR03zUlHFA .software-text,
.y81dJ-uR03zUlHFA .software-section-btn {
  color: #ffffff;
}
.y81dJ-uR03zUlHFA .software-section-subtitle {
  color: #ffffff;
}
.y81dJ-uR03zUlHFA .software-list {
  color: #777777;
}
@media (max-width: 767px) {
  .y81dJ-uR03zUlHFA .software-list {
    justify-content: center;
    display: flex;
  }
}
.y81dJ-uR03zUlHFA .card-text {
  color: #ffffff;
}
.y81dJ-uR03zUlHFA .card-title {
  color: #e5af05;
}
.y81dJ-uR03zUlHFA .software-section-title {
  color: #e5af05;
}
.y81dJ-uR03YUpsG3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0a0f24;
}
.y81dJ-uR03YUpsG3 .card-title {
  position: relative;
  width: 100%;
  cursor: pointer;
  display: block;
  margin-right: 1rem;
  margin-bottom: .75rem;
  color: #e5af05;
}
.y81dJ-uR03YUpsG3 .card {
  margin-bottom: 1.5rem;
}
.y81dJ-uR03YUpsG3 .card-wrapper {
  overflow: visible;
  padding: 2.5rem 1.5rem;
  border-bottom: 8px solid grey;
  background-color: #171827;
}
@media (max-width: 767px) {
  .y81dJ-uR03YUpsG3 .card-wrapper {
    padding: 2rem 1rem;
  }
}
.y81dJ-uR03YUpsG3 .card-wrapper-1 {
  border-color: #f6c427;
}
.y81dJ-uR03YUpsG3 .card-wrapper-2 {
  border-color: #e5af05;
}
.y81dJ-uR03YUpsG3 .card-wrapper-3 {
  border-color: #f6c427;
}
.y81dJ-uR03YUpsG3 .card-wrapper-4 {
  border-color: #e5af05;
}
.y81dJ-uR03YUpsG3 .card-wrapper-5 {
  border-color: #f6c427;
}
.y81dJ-uR03YUpsG3 .card-wrapper-6 {
  border-color: #e5af05;
}
.y81dJ-uR03YUpsG3 .card-text {
  text-align: left;
  color: #ffffff;
}
.y81dJ-uR03YUpsG3 .card-number {
  color: #ffffff;
  text-align: left;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .y81dJ-uR03YUpsG3 .card-number {
    text-align: center;
  }
}
.y81dJ-uR03YUpsG3 .software-section-title {
  text-align: center;
  color: #e5af05;
}
.y81dJ-uR03YUpsG3 .software-fallback-image.disabled {
  display: none;
}
.y81dJ-uR03YUpsG3 .software-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.y81dJ-uR044UHq2a {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0a0f24;
}
.y81dJ-uR044UHq2a .software-fallback-image.disabled {
  display: none;
}
.y81dJ-uR044UHq2a .software-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.y81dJ-uR044UHq2a .content-wrapper {
  padding: 0 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .y81dJ-uR044UHq2a .content-wrapper {
    display: block;
    padding: 0;
  }
}
.y81dJ-uR044UHq2a .content-wrapper .title-wrapper {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .y81dJ-uR044UHq2a .content-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.y81dJ-uR044UHq2a .content-wrapper .title-wrapper .software-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .y81dJ-uR044UHq2a .content-wrapper .title-wrapper .software-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.y81dJ-uR044UHq2a .content-wrapper .title-wrapper .software-text {
  margin-bottom: 0;
}
.y81dJ-uR044UHq2a .content-wrapper .title-wrapper .software-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .y81dJ-uR044UHq2a .content-wrapper .title-wrapper .software-section-btn {
    margin-top: 16px;
  }
}
.y81dJ-uR044UHq2a .content-wrapper .image-wrap {
  width: 40%;
  border: 3px solid #e5af05;
  box-shadow: 4px 4px 0 0 #e5af05;
  background-color: #0a0f24;
  padding: 60px 20px;
  transform: rotate(3deg);
}
@media (max-width: 992px) {
  .y81dJ-uR044UHq2a .content-wrapper .image-wrap {
    padding: 32px 16px;
    width: 100%;
    transform: rotate(0);
  }
}
.y81dJ-uR044UHq2a .content-wrapper .image-wrap img {
  height: 550px;
  width: 100%;
  object-fit: cover;
}
.y81dJ-uR044UHq2a .software-section-title {
  color: #050f0f;
}
.y81dJ-uR044UHq2a .software-text {
  color: #050f0f;
}
.y81dJ-uR044UHq2a .software-section-title,
.y81dJ-uR044UHq2a .software-section-btn {
  color: #e5af05;
}
.y81dJ-uR044UHq2a .software-text,
.y81dJ-uR044UHq2a .text-wrapper,
.y81dJ-uR044UHq2a .rating-wrapper {
  color: #ffffff;
}
.y81dJ-uR04esrW8A {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0a0f24;
}
@media (max-width: 992px) and (max-width: 992px) {
  .y81dJ-uR04esrW8A .container {
    padding: 0 24px;
  }
}
.y81dJ-uR04esrW8A .card {
  justify-content: center;
}
.y81dJ-uR04esrW8A .title-wrapper {
  padding: 0 32px 32px;
}
@media (max-width: 992px) {
  .y81dJ-uR04esrW8A .title-wrapper {
    padding: 0 24px 24px;
  }
}
.y81dJ-uR04esrW8A .title-wrapper .software-section-title {
  margin-bottom: 16px;
}
.y81dJ-uR04esrW8A .title-wrapper .software-desc {
  margin-bottom: 0;
}
.y81dJ-uR04esrW8A .text-wrapper {
  border-top: 1px solid #e5af05;
  display: flex;
  justify-content: space-between;
  padding: 32px;
}
@media (max-width: 992px) {
  .y81dJ-uR04esrW8A .text-wrapper {
    display: block;
    padding: 24px;
  }
}
.y81dJ-uR04esrW8A .text-wrapper .software-text {
  width: 45%;
}
@media (max-width: 992px) {
  .y81dJ-uR04esrW8A .text-wrapper .software-text {
    width: 100%;
    margin-bottom: 24px;
  }
  .y81dJ-uR04esrW8A .text-wrapper .software-text:last-child {
    margin-bottom: 0;
  }
}
.y81dJ-uR04esrW8A .software-section-title {
  color: #F9F6E0;
}
.y81dJ-uR04esrW8A .software-desc {
  color: #ffffff;
  text-align: center;
}
.y81dJ-uR04esrW8A .software-text {
  color: #ffffff;
}
.y81dJ-uR04esrW8A .software-section-btn {
  text-align: right;
}
.y81dJ-uR04esrW8A .software-section-title,
.y81dJ-uR04esrW8A .software-section-btn {
  text-align: center;
  color: #e5af05;
}
.y81dJ-uR04p8bRJR {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #0a0f24;
}
.y81dJ-uR04p8bRJR .software-fallback-image.disabled {
  display: none;
}
.y81dJ-uR04p8bRJR .software-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.y81dJ-uR04p8bRJR .container,
.y81dJ-uR04p8bRJR .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .y81dJ-uR04p8bRJR .container,
  .y81dJ-uR04p8bRJR .container-fluid {
    padding: 0 20px;
  }
}
.y81dJ-uR04p8bRJR .row {
  position: relative;
  justify-content: center;
  padding: 50px 10px;
  overflow: hidden;
  margin: 0;
  border: 1px solid #e5af05;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .y81dJ-uR04p8bRJR .row {
    padding: 85px 8px;
  }
}
.y81dJ-uR04p8bRJR .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .y81dJ-uR04p8bRJR .title-wrapper {
    padding: 0;
  }
}
.y81dJ-uR04p8bRJR .title-wrapper .software-section-title {
  margin-bottom: 50px;
}
@media (max-width: 1200px) {
  .y81dJ-uR04p8bRJR .title-wrapper .software-section-title {
    margin-bottom: 20px;
  }
}
.y81dJ-uR04p8bRJR .title-wrapper .software-text {
  margin-bottom: 20px;
}
.y81dJ-uR04p8bRJR .image-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 1200px) {
  .y81dJ-uR04p8bRJR .image-wrapper {
    margin-bottom: 50px;
    height: auto;
  }
}
.y81dJ-uR04p8bRJR .image-wrapper img {
  height: 450px;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .y81dJ-uR04p8bRJR .image-wrapper img {
    height: 300px;
  }
}
.y81dJ-uR04p8bRJR .software-section-title {
  color: #3d4045;
}
.y81dJ-uR04p8bRJR .software-text {
  color: #ffffff;
}
.y81dJ-uR04p8bRJR .software-section-title,
.y81dJ-uR04p8bRJR .software-section-btn {
  color: #e5af05;
}
.y81dJ-uR04BBAumA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #0a0f24;
  position: relative;
  margin-top: -1px;
  overflow: hidden;
}
.y81dJ-uR04BBAumA .software-fallback-image.disabled {
  display: none;
}
.y81dJ-uR04BBAumA .software-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.y81dJ-uR04BBAumA .section-border-item {
  background-color: #e5af05;
}
.y81dJ-uR04BBAumA .main-container {
  display: flex;
  align-items: center;
  padding: 5rem 0;
}
@media (max-width: 991px) {
  .y81dJ-uR04BBAumA .main-container {
    padding: 4.5rem 0;
  }
}
@media (max-width: 767px) {
  .y81dJ-uR04BBAumA .main-container {
    padding: 3rem 0;
  }
}
.y81dJ-uR04BBAumA .title-wrap {
  width: 100%;
}
.y81dJ-uR04BBAumA .title-box {
  width: 100%;
}
.y81dJ-uR04BBAumA .software-title {
  color: #e5af05;
  text-align: center;
}
.y81dJ-uR04BBAumA .software-text {
  color: #FFF;
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .y81dJ-uR04BBAumA .software-text {
    margin-top: 1.25rem;
  }
}
.y81dJ-uR04BBAumA .card-row {
  display: flex;
  align-items: stretch;
  margin: -1px 0;
  border-top: 1px solid #e5af05;
  border-bottom: 1px solid #e5af05;
}
@media (max-width: 991px) {
  .y81dJ-uR04BBAumA .card-row {
    flex-wrap: wrap;
  }
}
.y81dJ-uR04BBAumA .card {
  position: relative;
  width: 33.33333333%;
  margin-bottom: -1px;
  border-radius: 0;
}
@media (max-width: 991px) {
  .y81dJ-uR04BBAumA .card {
    width: 100%;
  }
}
.y81dJ-uR04BBAumA .card:not(:nth-child(3n)):after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: #e5af05;
}
@media (max-width: 991px) {
  .y81dJ-uR04BBAumA .card:not(:nth-child(3n)):after {
    top: auto;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 1px;
  }
}
@media (min-width: 576px) {
  .y81dJ-uR04BBAumA .card:hover .card-bg {
    opacity: 1;
  }
}
.y81dJ-uR04BBAumA .card:hover .iconfont-hover-wrapper {
  opacity: 1;
}
.y81dJ-uR04BBAumA .card:hover .iconfont-hover-wrapper .iconfont-hover-box {
  transform: translate3d(0, 0, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}
.y81dJ-uR04BBAumA .card-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding: 24px 40px;
}
@media (max-width: 991px) {
  .y81dJ-uR04BBAumA .card-wrap {
    flex-direction: row;
    flex-wrap: wrap;
    padding: 32px;
    min-height: 188px;
  }
}
.y81dJ-uR04BBAumA .card-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(115deg, #0597ff, #fcdb42);
  opacity: 0;
  transition: .6s all;
}
.y81dJ-uR04BBAumA .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: auto;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .y81dJ-uR04BBAumA .iconfont-wrapper {
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 20px;
  }
}
.y81dJ-uR04BBAumA .iconfont-wrapper .software-iconfont {
  display: block;
  font-size: 34px;
  color: #e5af05;
  margin-right: 0;
}
.y81dJ-uR04BBAumA .card-text-wrap {
  width: 100%;
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .y81dJ-uR04BBAumA .card-text-wrap {
    width: 50%;
    flex-grow: 1;
    padding-right: .75rem;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .y81dJ-uR04BBAumA .card-text-wrap {
    margin-bottom: 12px;
  }
}
.y81dJ-uR04BBAumA .card-title {
  color: #FFF;
}
.y81dJ-uR04BBAumA .card-text {
  color: #FFF;
  margin-top: 1.25rem;
}
@media (max-width: 767px) {
  .y81dJ-uR04BBAumA .card-text {
    margin-top: 1rem;
  }
}
.y81dJ-uR04BBAumA .iconfont-hover-wrapper {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  transition: 0.6s all;
  margin-top: auto;
}
@media (min-width: 576px) {
  .y81dJ-uR04BBAumA .iconfont-hover-wrapper {
    opacity: 0;
  }
}
@media (max-width: 991px) {
  .y81dJ-uR04BBAumA .iconfont-hover-wrapper {
    width: fit-content;
    max-width: 50%;
    flex-shrink: 0;
    margin-left: auto;
  }
}
.y81dJ-uR04BBAumA .iconfont-hover-wrapper .iconfont-hover-box {
  display: flex;
  align-items: center;
  justify-content: center;
  transform-style: preserve-3d;
  transition: 0.6s all;
}
@media (min-width: 576px) {
  .y81dJ-uR04BBAumA .iconfont-hover-wrapper .iconfont-hover-box {
    transform: translate3d(-2rem, 2rem, 0px) scale3d(0.8, 0.8, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
}
.y81dJ-uR04BBAumA .iconfont-hover-wrapper .software-iconfont {
  display: block;
  font-size: 114px;
  color: #ffffff;
}
@media (max-width: 991px) {
  .y81dJ-uR04BBAumA .iconfont-hover-wrapper .software-iconfont {
    font-size: 74px !important;
  }
}
.y81dJ-uR0n70U2yt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-color: #171827;
}
.y81dJ-uR0n70U2yt .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #e5af05;
}
.y81dJ-uR0n70U2yt .software-fallback-image.disabled {
  display: none;
}
.y81dJ-uR0n70U2yt .software-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.y81dJ-uR0n70U2yt .card-wrapper {
  display: flex;
  justify-content: center;
  background-color: #171827;
  margin: 0 24px;
}
@media (max-width: 992px) {
  .y81dJ-uR0n70U2yt .card-wrapper {
    display: block;
    margin: 0;
  }
}
.y81dJ-uR0n70U2yt .card-wrapper .title-wrapper {
  width: 50%;
  padding: 40px 24px 40px 96px;
  border-right: 1px solid #e5af05;
}
@media (max-width: 992px) {
  .y81dJ-uR0n70U2yt .card-wrapper .title-wrapper {
    border-right: none;
    border-bottom: 1px solid #e5af05;
  }
}
@media (max-width: 1640px) {
  .y81dJ-uR0n70U2yt .card-wrapper .title-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .y81dJ-uR0n70U2yt .card-wrapper .title-wrapper {
    padding: 40px 20px;
    width: 100%;
  }
}
.y81dJ-uR0n70U2yt .card-wrapper .title-wrapper .title-wrap {
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .y81dJ-uR0n70U2yt .card-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.y81dJ-uR0n70U2yt .card-wrapper .title-wrapper .title-wrap .software-section-title {
  margin-bottom: 16px;
}
.y81dJ-uR0n70U2yt .card-wrapper .title-wrapper .logo-wrapper img {
  width: 96px;
  height: 96px;
  object-fit: contain;
  display: inline-flex;
}
.y81dJ-uR0n70U2yt .card-wrapper .content-wrap {
  width: 50%;
  padding: 40px 96px 40px 24px;
}
@media (max-width: 1640px) {
  .y81dJ-uR0n70U2yt .card-wrapper .content-wrap {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .y81dJ-uR0n70U2yt .card-wrapper .content-wrap {
    padding: 40px 20px;
    width: 100%;
  }
}
.y81dJ-uR0n70U2yt .card-wrapper .content-wrap .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .y81dJ-uR0n70U2yt .card-wrapper .content-wrap .lists-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .y81dJ-uR0n70U2yt .card-wrapper .content-wrap .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.y81dJ-uR0n70U2yt .card-wrapper .content-wrap .lists-wrapper .list-wrapper .software-desc {
  margin-bottom: 14px;
}
.y81dJ-uR0n70U2yt .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.y81dJ-uR0n70U2yt .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 6px;
  transition: all 0.3s ease-in-out;
}
.y81dJ-uR0n70U2yt .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:hover,
.y81dJ-uR0n70U2yt .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.y81dJ-uR0n70U2yt .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.y81dJ-uR0n70U2yt .card-wrapper .content-wrap .software-copy {
  margin-bottom: 0;
}
.y81dJ-uR0n70U2yt .software-section-title {
  color: #150764;
}
.y81dJ-uR0n70U2yt .software-desc {
  color: #150764;
}
.y81dJ-uR0n70U2yt .list {
  color: #150764;
}
.y81dJ-uR0n70U2yt .software-section-title,
.y81dJ-uR0n70U2yt .software-section-btn,
.y81dJ-uR0n70U2yt .logo-wrapper {
  color: #e5af05;
}
.y81dJ-uR0n70U2yt .list,
.y81dJ-uR0n70U2yt .item-wrap {
  color: #e5af05;
}
.y81dJ-uR0n70U2yt .software-copy {
  color: #e5af05;
}
.y81dJ-uR02NIeFPo {
  background-color: transparent;
}
.y81dJ-uR02NIeFPo .navbar-dropdown {
  background-color: #171827 !important;
  padding: 0;
}
.y81dJ-uR02NIeFPo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #171827 !important;
  background: #171827;
}
.y81dJ-uR02NIeFPo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.y81dJ-uR02NIeFPo .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .y81dJ-uR02NIeFPo .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .y81dJ-uR02NIeFPo .menu_box .navbar.opened,
  .y81dJ-uR02NIeFPo .menu_box .navbar-collapse {
    background-color: #171827 !important;
    transition: all 0s ease 0s;
  }
}
.y81dJ-uR02NIeFPo .navbar-dropdown {
  position: relative !important;
}
.y81dJ-uR02NIeFPo .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .y81dJ-uR02NIeFPo .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .y81dJ-uR02NIeFPo .software-section-btn-main {
    margin-top: 1rem;
  }
}
.y81dJ-uR02NIeFPo .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.y81dJ-uR02NIeFPo .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .y81dJ-uR02NIeFPo .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #232b45;
  }
  .y81dJ-uR02NIeFPo .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .y81dJ-uR02NIeFPo .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .y81dJ-uR02NIeFPo .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .y81dJ-uR02NIeFPo .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .y81dJ-uR02NIeFPo .offcanvas-body .software-text,
  .y81dJ-uR02NIeFPo .offcanvas-body .software-section-subtitle {
    margin-bottom: 32px;
  }
  .y81dJ-uR02NIeFPo .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .y81dJ-uR02NIeFPo .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .y81dJ-uR02NIeFPo .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f2ac2b;
  }
  .y81dJ-uR02NIeFPo .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .y81dJ-uR02NIeFPo .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .y81dJ-uR02NIeFPo .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .y81dJ-uR02NIeFPo .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .y81dJ-uR02NIeFPo ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .y81dJ-uR02NIeFPo .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .y81dJ-uR02NIeFPo .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);
  }
  .y81dJ-uR02NIeFPo .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .y81dJ-uR02NIeFPo li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .y81dJ-uR02NIeFPo .lg_brand {
    margin: 0 1rem;
  }
  .y81dJ-uR02NIeFPo .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.y81dJ-uR02NIeFPo .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .y81dJ-uR02NIeFPo .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .y81dJ-uR02NIeFPo .nav-item {
    margin: 0 !important;
  }
}
.y81dJ-uR02NIeFPo .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.y81dJ-uR02NIeFPo .nav-item .nav-link:hover,
.y81dJ-uR02NIeFPo .nav-item .nav-link:focus {
  color: #f6c427 !important;
  text-shadow: 2px 2px 4px #f6c427;
}
.y81dJ-uR02NIeFPo .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .y81dJ-uR02NIeFPo .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .y81dJ-uR02NIeFPo .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .y81dJ-uR02NIeFPo .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .y81dJ-uR02NIeFPo .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;
  }
  .y81dJ-uR02NIeFPo .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .y81dJ-uR02NIeFPo .offcanvas_box {
    display: none;
  }
}
.y81dJ-uR02NIeFPo .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.y81dJ-uR02NIeFPo .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.y81dJ-uR02NIeFPo .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.y81dJ-uR02NIeFPo .container {
  display: flex;
  margin: auto;
}
.y81dJ-uR02NIeFPo .iconfont-wrapper {
  color: #f2ac2b;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.y81dJ-uR02NIeFPo .iconfont-wrapper:last-child {
  margin-right: 0;
}
.y81dJ-uR02NIeFPo .iconfont-wrapper:hover {
  opacity: .5;
}
.y81dJ-uR02NIeFPo .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .y81dJ-uR02NIeFPo .navbar-nav {
    margin: 0;
  }
}
.y81dJ-uR02NIeFPo .dropdown-menu,
.y81dJ-uR02NIeFPo .navbar.opened {
  background-color: false !important;
}
.y81dJ-uR02NIeFPo .nav-item:focus,
.y81dJ-uR02NIeFPo .nav-link:focus {
  outline: none;
}
.y81dJ-uR02NIeFPo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.y81dJ-uR02NIeFPo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.y81dJ-uR02NIeFPo .dropdown .dropdown-menu .dropdown-item .software-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.y81dJ-uR02NIeFPo .dropdown .dropdown-menu .dropdown-item .software-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.y81dJ-uR02NIeFPo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.y81dJ-uR02NIeFPo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.y81dJ-uR02NIeFPo .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .y81dJ-uR02NIeFPo .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.y81dJ-uR02NIeFPo .navbar.opened {
  transition: all 0.3s;
}
.y81dJ-uR02NIeFPo .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.y81dJ-uR02NIeFPo .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 100% !important;
}
.y81dJ-uR02NIeFPo .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.y81dJ-uR02NIeFPo .navbar.collapsed {
  justify-content: center;
}
.y81dJ-uR02NIeFPo .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.y81dJ-uR02NIeFPo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.y81dJ-uR02NIeFPo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.y81dJ-uR02NIeFPo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.y81dJ-uR02NIeFPo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.y81dJ-uR02NIeFPo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.y81dJ-uR02NIeFPo .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .y81dJ-uR02NIeFPo .navbar .nav-item {
    padding: .5rem 0;
  }
  .y81dJ-uR02NIeFPo .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .y81dJ-uR02NIeFPo .navbar .nav-item .nav-link::before {
    display: none;
  }
  .y81dJ-uR02NIeFPo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .y81dJ-uR02NIeFPo .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .y81dJ-uR02NIeFPo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .y81dJ-uR02NIeFPo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .y81dJ-uR02NIeFPo .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .y81dJ-uR02NIeFPo .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .y81dJ-uR02NIeFPo .navbar ul.navbar-nav li {
    margin: 0;
  }
  .y81dJ-uR02NIeFPo .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .y81dJ-uR02NIeFPo .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .y81dJ-uR02NIeFPo .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .y81dJ-uR02NIeFPo .navbar .icons-menu {
    padding: 0;
  }
}
.y81dJ-uR02NIeFPo .navbar.navbar-short {
  min-height: 60px;
}
.y81dJ-uR02NIeFPo .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.y81dJ-uR02NIeFPo .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.y81dJ-uR02NIeFPo .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;
}
.y81dJ-uR02NIeFPo .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.y81dJ-uR02NIeFPo .navbar-brand .navbar-logo a {
  outline: none;
}
.y81dJ-uR02NIeFPo .dropdown-item.active,
.y81dJ-uR02NIeFPo .dropdown-item:active {
  background-color: transparent;
}
.y81dJ-uR02NIeFPo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.y81dJ-uR02NIeFPo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.y81dJ-uR02NIeFPo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.y81dJ-uR02NIeFPo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.y81dJ-uR02NIeFPo ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.y81dJ-uR02NIeFPo .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.y81dJ-uR02NIeFPo button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #171827;
  background: #232b45;
}
.y81dJ-uR02NIeFPo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f2ac2b;
}
.y81dJ-uR02NIeFPo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.y81dJ-uR02NIeFPo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.y81dJ-uR02NIeFPo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.y81dJ-uR02NIeFPo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.y81dJ-uR02NIeFPo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.y81dJ-uR02NIeFPo nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.y81dJ-uR02NIeFPo nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.y81dJ-uR02NIeFPo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.y81dJ-uR02NIeFPo a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.y81dJ-uR02NIeFPo .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) {
  .y81dJ-uR02NIeFPo .navbar {
    height: 70px;
  }
  .y81dJ-uR02NIeFPo .navbar.opened {
    height: auto;
  }
  .y81dJ-uR02NIeFPo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.y81dJ-uR02NIeFPo .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .y81dJ-uR02NIeFPo .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.y81dJ-uR02NIeFPo .software-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .y81dJ-uR02NIeFPo .software-section-btn-main {
    display: block;
    padding: 0;
  }
}
.y81dJ-uR02NIeFPo .software-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.y81dJ-uR02NIeFPo .navbar-caption:hover {
  color: #f6c427;
}
@media (min-width: 992px) {
  .y81dJ-uR02NIeFPo .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.y81dJ-uR02NIeFPo .text_widget {
  margin-bottom: 32px;
}
.y81dJ-uR02NIeFPo .text_widget a {
  transition: all 0.3s ease-out;
}
.y81dJ-uR02NIeFPo .text_widget a:hover,
.y81dJ-uR02NIeFPo .text_widget a:focus {
  opacity: .6;
}
.y81dJ-uR02NIeFPo .software-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.y81dJ-uR02NIeFPo .navbar-caption {
  color: #f2ac2b;
}
.y81dJ-uR02NIeFPo .software-text {
  color: #ffffff;
  text-align: center;
}
.y81dJ-uR02NIeFPo .software-section-subtitle,
.y81dJ-uR02NIeFPo .text_widget,
.y81dJ-uR02NIeFPo .software-section-btn {
  text-align: center;
}
.y81dJ-uR02NIeFPo a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.y81dJ-uR04RNulSb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #0a0f24;
}
.y81dJ-uR04RNulSb .row {
  position: relative;
}
.y81dJ-uR04RNulSb .row .blur-circle {
  position: absolute;
  top: 0;
  right: 0;
  width: 450px;
  height: 450px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #0a0f24 50%, #0a0f24);
  filter: blur(64px) blur(64px);
  z-index: 1;
}
@media (max-width: 768px) {
  .y81dJ-uR04RNulSb .row .blur-circle {
    display: none;
  }
}
.y81dJ-uR04RNulSb .software-fallback-image.disabled {
  display: none;
}
.y81dJ-uR04RNulSb .software-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.y81dJ-uR04RNulSb .row {
  justify-content: center;
}
.y81dJ-uR04RNulSb .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .y81dJ-uR04RNulSb .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .y81dJ-uR04RNulSb .row {
    padding: 0 24px;
  }
}
.y81dJ-uR04RNulSb .image-card {
  padding-right: 40px;
}
@media (max-width: 992px) {
  .y81dJ-uR04RNulSb .image-card {
    padding: 0 12px;
    margin-bottom: 3rem;
  }
}
.y81dJ-uR04RNulSb .text-card {
  padding-left: 40px;
}
@media (max-width: 992px) {
  .y81dJ-uR04RNulSb .text-card {
    padding: 0 12px;
  }
}
.y81dJ-uR04RNulSb .row.row-wrapper {
  padding: 64px;
  background-color: #171827;
  position: relative;
  z-index: 2;
  border-radius: 16px;
}
.y81dJ-uR04RNulSb .row.row-wrapper::before {
  content: '';
  position: absolute;
  top: 1rem;
  left: -2rem;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  border: 4px solid #e5af05;
  background-color: transparent;
  pointer-events: none;
}
@media (max-width: 768px) {
  .y81dJ-uR04RNulSb .row.row-wrapper {
    padding: 32px;
  }
}
.y81dJ-uR04RNulSb .row.row-wrapper .image-wrapper img {
  max-height: 300px;
  object-fit: cover;
  border-radius: 8px;
}
.y81dJ-uR04RNulSb .row.row-wrapper .text-wrapper {
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .y81dJ-uR04RNulSb .row.row-wrapper .text-wrapper {
    margin-bottom: 42px;
  }
}
.y81dJ-uR04RNulSb .row.row-wrapper .text-wrapper .software-section-title {
  margin-bottom: 0;
}
.y81dJ-uR04RNulSb .row.row-wrapper .text-wrapper .software-section-title span {
  position: relative;
  z-index: 1;
}
.y81dJ-uR04RNulSb .row.row-wrapper .text-wrapper .software-section-title span::before {
  content: '';
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: 18px;
  background-color: #0a0f24;
  z-index: -1;
}
.y81dJ-uR04RNulSb .row.row-wrapper .text-wrapper .link-wrapper {
  width: 100%;
  height: 100%;
  transition: all .3s ease;
}
.y81dJ-uR04RNulSb .row.row-wrapper .text-wrapper .link-wrapper:hover {
  opacity: .75;
}
.y81dJ-uR04RNulSb .row.row-wrapper .text-wrapper .link-wrapper .software-link {
  margin-bottom: 0;
  text-decoration: underline;
}
.y81dJ-uR04RNulSb .row.row-wrapper .text-wrapper .software-text {
  margin: 30px 0 0 0;
}
.y81dJ-uR04RNulSb .software-section-title {
  color: #e5af05;
}
.y81dJ-uR04RNulSb .software-link {
  color: #111111;
}
.y81dJ-uR04RNulSb .software-text {
  color: #ffffff;
}
.y81dJ-uR0549YOkO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #0a0f24;
}
.y81dJ-uR0549YOkO .software-fallback-image.disabled {
  display: none;
}
.y81dJ-uR0549YOkO .software-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.y81dJ-uR0549YOkO .container-fluid {
  padding: 0 16px;
}
@media (max-width: 991px) {
  .y81dJ-uR0549YOkO .container-fluid {
    padding: 0 12px;
  }
}
.y81dJ-uR0549YOkO .container-fluid .row {
  padding: 0;
}
.y81dJ-uR0549YOkO .row {
  border: 3px solid #0a0f24;
  margin-top: -3px;
  border-radius: 5px;
}
.y81dJ-uR0549YOkO .card {
  padding: 64px 28px;
  border-radius: 0;
  position: relative;
  overflow: hidden;
}
@media (min-width: 992px) {
  .y81dJ-uR0549YOkO .card {
    border-left: 1px solid #0a0f24;
    border-left: none;
    border-right: 2px solid #0a0f24;
  }
}
@media (max-width: 992px) {
  .y81dJ-uR0549YOkO .card {
    padding: 48px 20px;
  }
}
.y81dJ-uR0549YOkO .card:first-child {
  position: relative;
}
.y81dJ-uR0549YOkO .card:first-child::before {
  content: '';
  position: absolute;
  bottom: -5rem;
  right: -3rem;
  border-radius: 100%;
  width: 85px;
  height: 300px;
  background-color: transparent;
  border: 5px solid #e5af05;
}
@media (max-width: 992px) {
  .y81dJ-uR0549YOkO .card:first-child::before {
    display: none;
  }
}
.y81dJ-uR0549YOkO .card:first-child::after {
  content: '';
  position: absolute;
  bottom: -7rem;
  right: 3rem;
  border-radius: 100%;
  width: 300px;
  height: 180px;
  background-color: transparent;
  border: 5px solid #e5af05;
}
@media (max-width: 992px) {
  .y81dJ-uR0549YOkO .card:first-child::after {
    display: none;
  }
}
@media (min-width: 992px) {
  .y81dJ-uR0549YOkO .card:last-child {
    border-left: none;
    border-right: 2px solid #0a0f24;
    border-right: none;
    border-left: 1px solid #0a0f24;
  }
}
.y81dJ-uR0549YOkO .card .title-wrapper .software-section-title {
  margin-bottom: 0;
}
.y81dJ-uR0549YOkO .card .text-wrapper .software-text {
  margin-bottom: 0;
}
.y81dJ-uR0549YOkO .software-section-title {
  color: #e5af05;
}
.y81dJ-uR0549YOkO .software-text {
  color: #ffffff;
}
.y81dJ-uR055VsJxW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #0a0f24;
}
.y81dJ-uR055VsJxW .software-fallback-image.disabled {
  display: none;
}
.y81dJ-uR055VsJxW .software-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.y81dJ-uR055VsJxW .container-fluid {
  padding: 0 16px;
}
@media (max-width: 992px) {
  .y81dJ-uR055VsJxW .container-fluid {
    padding: 0 12px;
  }
}
.y81dJ-uR055VsJxW .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .y81dJ-uR055VsJxW .container {
    padding: 0 20px;
  }
}
.y81dJ-uR055VsJxW .row {
  border-top: 2px solid #e5af05;
  border-bottom: 2px solid #e5af05;
  margin-top: -2px;
}
.y81dJ-uR055VsJxW .card {
  padding: 0;
}
.y81dJ-uR055VsJxW .card:first-child .image-wrap {
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 2px solid #e5af05;
}
@media (max-width: 992px) {
  .y81dJ-uR055VsJxW .card:first-child .image-wrap {
    height: 280px;
  }
}
.y81dJ-uR055VsJxW .card:first-child .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-left-radius: 100%;
}
.y81dJ-uR055VsJxW .card:last-child {
  padding: 0 100px;
  justify-content: center;
}
@media (max-width: 992px) {
  .y81dJ-uR055VsJxW .card:last-child {
    padding: 50px 20px;
  }
}
.y81dJ-uR055VsJxW .text-wrapper .software-section-title {
  margin-bottom: 32px;
}
.y81dJ-uR055VsJxW .text-wrapper .software-text {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .y81dJ-uR055VsJxW .text-wrapper .software-text {
    margin-bottom: 50px;
  }
}
.y81dJ-uR055VsJxW .software-section-title {
  color: #1d1d1d;
}
.y81dJ-uR055VsJxW .software-text {
  color: #f7f7f7;
}
.y81dJ-uR055VsJxW .software-section-title,
.y81dJ-uR055VsJxW .software-section-btn {
  color: #e5af05;
  text-align: left;
}
.y81dJ-uR05jCGJEP {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #0a0f24;
}
.y81dJ-uR05jCGJEP .software-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
  color: #ffffff;
}
.y81dJ-uR05jCGJEP .software-text {
  margin-top: 1.5rem;
  letter-spacing: -0.025rem;
  color: #ffffff;
}
@media (max-width: 767px) {
  .y81dJ-uR05jCGJEP .software-section-subtitle {
    margin-bottom: .25rem;
  }
  .y81dJ-uR05jCGJEP .software-text {
    margin-top: .75rem;
  }
}
.y81dJ-uR05jCGJEP .software-section-title {
  color: #e5af05;
}
.y81dJ-uR0n70U2yt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-color: #171827;
}
.y81dJ-uR0n70U2yt .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #e5af05;
}
.y81dJ-uR0n70U2yt .software-fallback-image.disabled {
  display: none;
}
.y81dJ-uR0n70U2yt .software-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.y81dJ-uR0n70U2yt .card-wrapper {
  display: flex;
  justify-content: center;
  background-color: #171827;
  margin: 0 24px;
}
@media (max-width: 992px) {
  .y81dJ-uR0n70U2yt .card-wrapper {
    display: block;
    margin: 0;
  }
}
.y81dJ-uR0n70U2yt .card-wrapper .title-wrapper {
  width: 50%;
  padding: 40px 24px 40px 96px;
  border-right: 1px solid #e5af05;
}
@media (max-width: 992px) {
  .y81dJ-uR0n70U2yt .card-wrapper .title-wrapper {
    border-right: none;
    border-bottom: 1px solid #e5af05;
  }
}
@media (max-width: 1640px) {
  .y81dJ-uR0n70U2yt .card-wrapper .title-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .y81dJ-uR0n70U2yt .card-wrapper .title-wrapper {
    padding: 40px 20px;
    width: 100%;
  }
}
.y81dJ-uR0n70U2yt .card-wrapper .title-wrapper .title-wrap {
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .y81dJ-uR0n70U2yt .card-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.y81dJ-uR0n70U2yt .card-wrapper .title-wrapper .title-wrap .software-section-title {
  margin-bottom: 16px;
}
.y81dJ-uR0n70U2yt .card-wrapper .title-wrapper .logo-wrapper img {
  width: 96px;
  height: 96px;
  object-fit: contain;
  display: inline-flex;
}
.y81dJ-uR0n70U2yt .card-wrapper .content-wrap {
  width: 50%;
  padding: 40px 96px 40px 24px;
}
@media (max-width: 1640px) {
  .y81dJ-uR0n70U2yt .card-wrapper .content-wrap {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .y81dJ-uR0n70U2yt .card-wrapper .content-wrap {
    padding: 40px 20px;
    width: 100%;
  }
}
.y81dJ-uR0n70U2yt .card-wrapper .content-wrap .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .y81dJ-uR0n70U2yt .card-wrapper .content-wrap .lists-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .y81dJ-uR0n70U2yt .card-wrapper .content-wrap .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.y81dJ-uR0n70U2yt .card-wrapper .content-wrap .lists-wrapper .list-wrapper .software-desc {
  margin-bottom: 14px;
}
.y81dJ-uR0n70U2yt .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.y81dJ-uR0n70U2yt .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 6px;
  transition: all 0.3s ease-in-out;
}
.y81dJ-uR0n70U2yt .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:hover,
.y81dJ-uR0n70U2yt .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.y81dJ-uR0n70U2yt .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.y81dJ-uR0n70U2yt .card-wrapper .content-wrap .software-copy {
  margin-bottom: 0;
}
.y81dJ-uR0n70U2yt .software-section-title {
  color: #150764;
}
.y81dJ-uR0n70U2yt .software-desc {
  color: #150764;
}
.y81dJ-uR0n70U2yt .list {
  color: #150764;
}
.y81dJ-uR0n70U2yt .software-section-title,
.y81dJ-uR0n70U2yt .software-section-btn,
.y81dJ-uR0n70U2yt .logo-wrapper {
  color: #e5af05;
}
.y81dJ-uR0n70U2yt .list,
.y81dJ-uR0n70U2yt .item-wrap {
  color: #e5af05;
}
.y81dJ-uR0n70U2yt .software-copy {
  color: #e5af05;
}
.y81dJ-uR02NIeFPo {
  background-color: transparent;
}
.y81dJ-uR02NIeFPo .navbar-dropdown {
  background-color: #171827 !important;
  padding: 0;
}
.y81dJ-uR02NIeFPo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #171827 !important;
  background: #171827;
}
.y81dJ-uR02NIeFPo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.y81dJ-uR02NIeFPo .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .y81dJ-uR02NIeFPo .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .y81dJ-uR02NIeFPo .menu_box .navbar.opened,
  .y81dJ-uR02NIeFPo .menu_box .navbar-collapse {
    background-color: #171827 !important;
    transition: all 0s ease 0s;
  }
}
.y81dJ-uR02NIeFPo .navbar-dropdown {
  position: relative !important;
}
.y81dJ-uR02NIeFPo .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .y81dJ-uR02NIeFPo .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .y81dJ-uR02NIeFPo .software-section-btn-main {
    margin-top: 1rem;
  }
}
.y81dJ-uR02NIeFPo .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.y81dJ-uR02NIeFPo .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .y81dJ-uR02NIeFPo .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #232b45;
  }
  .y81dJ-uR02NIeFPo .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .y81dJ-uR02NIeFPo .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .y81dJ-uR02NIeFPo .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .y81dJ-uR02NIeFPo .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .y81dJ-uR02NIeFPo .offcanvas-body .software-text,
  .y81dJ-uR02NIeFPo .offcanvas-body .software-section-subtitle {
    margin-bottom: 32px;
  }
  .y81dJ-uR02NIeFPo .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .y81dJ-uR02NIeFPo .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .y81dJ-uR02NIeFPo .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f2ac2b;
  }
  .y81dJ-uR02NIeFPo .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .y81dJ-uR02NIeFPo .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .y81dJ-uR02NIeFPo .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .y81dJ-uR02NIeFPo .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .y81dJ-uR02NIeFPo ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .y81dJ-uR02NIeFPo .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .y81dJ-uR02NIeFPo .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);
  }
  .y81dJ-uR02NIeFPo .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .y81dJ-uR02NIeFPo li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .y81dJ-uR02NIeFPo .lg_brand {
    margin: 0 1rem;
  }
  .y81dJ-uR02NIeFPo .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.y81dJ-uR02NIeFPo .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .y81dJ-uR02NIeFPo .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .y81dJ-uR02NIeFPo .nav-item {
    margin: 0 !important;
  }
}
.y81dJ-uR02NIeFPo .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.y81dJ-uR02NIeFPo .nav-item .nav-link:hover,
.y81dJ-uR02NIeFPo .nav-item .nav-link:focus {
  color: #f6c427 !important;
  text-shadow: 2px 2px 4px #f6c427;
}
.y81dJ-uR02NIeFPo .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .y81dJ-uR02NIeFPo .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .y81dJ-uR02NIeFPo .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .y81dJ-uR02NIeFPo .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .y81dJ-uR02NIeFPo .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;
  }
  .y81dJ-uR02NIeFPo .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .y81dJ-uR02NIeFPo .offcanvas_box {
    display: none;
  }
}
.y81dJ-uR02NIeFPo .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.y81dJ-uR02NIeFPo .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.y81dJ-uR02NIeFPo .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.y81dJ-uR02NIeFPo .container {
  display: flex;
  margin: auto;
}
.y81dJ-uR02NIeFPo .iconfont-wrapper {
  color: #f2ac2b;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.y81dJ-uR02NIeFPo .iconfont-wrapper:last-child {
  margin-right: 0;
}
.y81dJ-uR02NIeFPo .iconfont-wrapper:hover {
  opacity: .5;
}
.y81dJ-uR02NIeFPo .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .y81dJ-uR02NIeFPo .navbar-nav {
    margin: 0;
  }
}
.y81dJ-uR02NIeFPo .dropdown-menu,
.y81dJ-uR02NIeFPo .navbar.opened {
  background-color: false !important;
}
.y81dJ-uR02NIeFPo .nav-item:focus,
.y81dJ-uR02NIeFPo .nav-link:focus {
  outline: none;
}
.y81dJ-uR02NIeFPo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.y81dJ-uR02NIeFPo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.y81dJ-uR02NIeFPo .dropdown .dropdown-menu .dropdown-item .software-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.y81dJ-uR02NIeFPo .dropdown .dropdown-menu .dropdown-item .software-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.y81dJ-uR02NIeFPo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.y81dJ-uR02NIeFPo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.y81dJ-uR02NIeFPo .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .y81dJ-uR02NIeFPo .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.y81dJ-uR02NIeFPo .navbar.opened {
  transition: all 0.3s;
}
.y81dJ-uR02NIeFPo .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.y81dJ-uR02NIeFPo .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 100% !important;
}
.y81dJ-uR02NIeFPo .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.y81dJ-uR02NIeFPo .navbar.collapsed {
  justify-content: center;
}
.y81dJ-uR02NIeFPo .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.y81dJ-uR02NIeFPo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.y81dJ-uR02NIeFPo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.y81dJ-uR02NIeFPo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.y81dJ-uR02NIeFPo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.y81dJ-uR02NIeFPo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.y81dJ-uR02NIeFPo .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .y81dJ-uR02NIeFPo .navbar .nav-item {
    padding: .5rem 0;
  }
  .y81dJ-uR02NIeFPo .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .y81dJ-uR02NIeFPo .navbar .nav-item .nav-link::before {
    display: none;
  }
  .y81dJ-uR02NIeFPo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .y81dJ-uR02NIeFPo .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .y81dJ-uR02NIeFPo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .y81dJ-uR02NIeFPo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .y81dJ-uR02NIeFPo .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .y81dJ-uR02NIeFPo .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .y81dJ-uR02NIeFPo .navbar ul.navbar-nav li {
    margin: 0;
  }
  .y81dJ-uR02NIeFPo .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .y81dJ-uR02NIeFPo .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .y81dJ-uR02NIeFPo .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .y81dJ-uR02NIeFPo .navbar .icons-menu {
    padding: 0;
  }
}
.y81dJ-uR02NIeFPo .navbar.navbar-short {
  min-height: 60px;
}
.y81dJ-uR02NIeFPo .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.y81dJ-uR02NIeFPo .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.y81dJ-uR02NIeFPo .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;
}
.y81dJ-uR02NIeFPo .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.y81dJ-uR02NIeFPo .navbar-brand .navbar-logo a {
  outline: none;
}
.y81dJ-uR02NIeFPo .dropdown-item.active,
.y81dJ-uR02NIeFPo .dropdown-item:active {
  background-color: transparent;
}
.y81dJ-uR02NIeFPo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.y81dJ-uR02NIeFPo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.y81dJ-uR02NIeFPo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.y81dJ-uR02NIeFPo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.y81dJ-uR02NIeFPo ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.y81dJ-uR02NIeFPo .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.y81dJ-uR02NIeFPo button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #171827;
  background: #232b45;
}
.y81dJ-uR02NIeFPo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f2ac2b;
}
.y81dJ-uR02NIeFPo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.y81dJ-uR02NIeFPo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.y81dJ-uR02NIeFPo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.y81dJ-uR02NIeFPo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.y81dJ-uR02NIeFPo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.y81dJ-uR02NIeFPo nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.y81dJ-uR02NIeFPo nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.y81dJ-uR02NIeFPo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.y81dJ-uR02NIeFPo a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.y81dJ-uR02NIeFPo .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) {
  .y81dJ-uR02NIeFPo .navbar {
    height: 70px;
  }
  .y81dJ-uR02NIeFPo .navbar.opened {
    height: auto;
  }
  .y81dJ-uR02NIeFPo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.y81dJ-uR02NIeFPo .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .y81dJ-uR02NIeFPo .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.y81dJ-uR02NIeFPo .software-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .y81dJ-uR02NIeFPo .software-section-btn-main {
    display: block;
    padding: 0;
  }
}
.y81dJ-uR02NIeFPo .software-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.y81dJ-uR02NIeFPo .navbar-caption:hover {
  color: #f6c427;
}
@media (min-width: 992px) {
  .y81dJ-uR02NIeFPo .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.y81dJ-uR02NIeFPo .text_widget {
  margin-bottom: 32px;
}
.y81dJ-uR02NIeFPo .text_widget a {
  transition: all 0.3s ease-out;
}
.y81dJ-uR02NIeFPo .text_widget a:hover,
.y81dJ-uR02NIeFPo .text_widget a:focus {
  opacity: .6;
}
.y81dJ-uR02NIeFPo .software-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.y81dJ-uR02NIeFPo .navbar-caption {
  color: #f2ac2b;
}
.y81dJ-uR02NIeFPo .software-text {
  color: #ffffff;
  text-align: center;
}
.y81dJ-uR02NIeFPo .software-section-subtitle,
.y81dJ-uR02NIeFPo .text_widget,
.y81dJ-uR02NIeFPo .software-section-btn {
  text-align: center;
}
.y81dJ-uR02NIeFPo a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.y81dJ-uR05FkdyAF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0a0f24;
}
.y81dJ-uR05FkdyAF .software-fallback-image.disabled {
  display: none;
}
.y81dJ-uR05FkdyAF .software-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .y81dJ-uR05FkdyAF .row {
    padding: 0 13px;
  }
}
.y81dJ-uR05FkdyAF .image-wrapper {
  height: 100%;
}
.y81dJ-uR05FkdyAF .image-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .y81dJ-uR05FkdyAF .image-wrapper img {
    height: 400px;
  }
}
.y81dJ-uR05FkdyAF .title-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .y81dJ-uR05FkdyAF .title-wrap {
    margin-bottom: 100px;
  }
}
.y81dJ-uR05FkdyAF .title-wrap .title-wrapper {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .y81dJ-uR05FkdyAF .title-wrap .title-wrapper {
    padding: 0;
  }
}
.y81dJ-uR05FkdyAF .title-wrap .title-wrapper .software-section-title {
  margin-bottom: 0;
}
.y81dJ-uR05FkdyAF .title-wrap .title-wrapper .software-text {
  margin: 25px 0 0;
}
.y81dJ-uR05FkdyAF .title-wrap .title-wrapper .software-section-btn {
  margin: 40px 0 0;
}
.y81dJ-uR05FkdyAF .title-wrap .title-wrapper .software-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.y81dJ-uR05FkdyAF .software-section-title {
  color: #ffffff;
}
.y81dJ-uR05FkdyAF .software-text {
  color: #ffffff;
}
.y81dJ-uR05FkdyAF .software-section-title,
.y81dJ-uR05FkdyAF .software-section-btn {
  color: #e5af05;
}
.y81dJ-uR05YC7klU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0a0f24;
}
.y81dJ-uR05YC7klU .software-fallback-image.disabled {
  display: none;
}
.y81dJ-uR05YC7klU .software-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .y81dJ-uR05YC7klU .container {
    padding: 0 24px;
  }
}
.y81dJ-uR05YC7klU .row {
  border-top: 1px solid #e5af05;
}
@media (min-width: 992px) {
  .y81dJ-uR05YC7klU .row {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .y81dJ-uR05YC7klU .row {
    border: none;
  }
}
.y81dJ-uR05YC7klU .row .card {
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .y81dJ-uR05YC7klU .row .card {
    padding: 0 16px;
  }
}
.y81dJ-uR05YC7klU .content-wrapper {
  padding: 32px;
  position: sticky;
  top: 0;
}
@media (max-width: 992px) {
  .y81dJ-uR05YC7klU .content-wrapper {
    padding: 24px;
  }
}
.y81dJ-uR05YC7klU .content-wrapper .software-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .y81dJ-uR05YC7klU .content-wrapper .software-section-title {
    text-align: left;
  }
}
.y81dJ-uR05YC7klU .content-wrapper .software-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .y81dJ-uR05YC7klU .content-wrapper .software-text {
    text-align: left;
  }
}
.y81dJ-uR05YC7klU .content-wrapper .software-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .y81dJ-uR05YC7klU .content-wrapper .software-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.y81dJ-uR05YC7klU .panel-group .card {
  padding: 32px;
  border-top: 1px solid #e5af05;
  border-left: 1px solid #e5af05;
  border-radius: 0 !important;
}
.y81dJ-uR05YC7klU .panel-group .card:first-child {
  border-top: none;
}
@media (max-width: 992px) {
  .y81dJ-uR05YC7klU .panel-group .card:first-child {
    border-top: 1px solid #e5af05;
  }
}
@media (max-width: 992px) {
  .y81dJ-uR05YC7klU .panel-group .card {
    padding: 24px;
    border-left: none;
  }
}
.y81dJ-uR05YC7klU .panel-group .card .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.y81dJ-uR05YC7klU .panel-group .card .card-header .panel-title {
  display: block;
}
.y81dJ-uR05YC7klU .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  display: inline;
  padding-left: 24px;
  border-left: 1px solid #e5af05;
}
.y81dJ-uR05YC7klU .panel-group .card .card-header .panel-title .panel-title-edit {
  transition: all 0.3s ease-in-out;
  margin: 0;
}
.y81dJ-uR05YC7klU .panel-group .card .card-header .panel-title .panel-title-edit span {
  color: #f9f6e0;
}
.y81dJ-uR05YC7klU .panel-group .card .panel-collapse .panel-body {
  padding-top: 32px;
}
@media (max-width: 992px) {
  .y81dJ-uR05YC7klU .panel-group .card .panel-collapse .panel-body {
    padding-top: 24px;
  }
}
.y81dJ-uR05YC7klU .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.y81dJ-uR05YC7klU .software-section-title {
  color: #F9F6E0;
}
.y81dJ-uR05YC7klU .software-text {
  color: #ffffff;
  text-align: right;
}
.y81dJ-uR05YC7klU .panel-title-edit {
  color: #E0B548;
}
.y81dJ-uR05YC7klU .panel-text {
  color: #ffffff;
}
.y81dJ-uR05YC7klU .software-section-title,
.y81dJ-uR05YC7klU .software-section-btn {
  text-align: right;
  color: #e5af05;
}
.y81dJ-uR05YC7klU .panel-title-edit,
.y81dJ-uR05YC7klU .panel-title {
  color: #e5af05;
}
.y81dJ-uR068korVx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0a0f24;
}
.y81dJ-uR068korVx .software-fallback-image.disabled {
  display: none;
}
.y81dJ-uR068korVx .software-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.y81dJ-uR068korVx .items-wrap {
  justify-content: space-between;
}
.y81dJ-uR068korVx .items-wrap .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .y81dJ-uR068korVx .content-wrapper {
    margin-bottom: 32px;
  }
}
.y81dJ-uR068korVx .content-wrapper .software-section-title {
  margin-bottom: 32px;
}
.y81dJ-uR068korVx .content-wrapper .software-section-title span {
  color: #e5af05;
}
.y81dJ-uR068korVx .content-wrapper .text-wrapper .software-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .y81dJ-uR068korVx .content-wrapper .text-wrapper .software-text {
    margin-bottom: 16px;
    width: 100%;
  }
}
.y81dJ-uR068korVx .image-wrapper {
  margin-bottom: 32px;
}
.y81dJ-uR068korVx .image-wrapper img {
  height: 530px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .y81dJ-uR068korVx .image-wrapper img {
    height: 350px;
  }
}
.y81dJ-uR068korVx .software-section-title {
  color: #ffffff;
}
.y81dJ-uR068korVx .software-text,
.y81dJ-uR068korVx .text-wrapper {
  color: #ffffff;
}
.y81dJ-uR0n70U2yt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-color: #171827;
}
.y81dJ-uR0n70U2yt .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #e5af05;
}
.y81dJ-uR0n70U2yt .software-fallback-image.disabled {
  display: none;
}
.y81dJ-uR0n70U2yt .software-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.y81dJ-uR0n70U2yt .card-wrapper {
  display: flex;
  justify-content: center;
  background-color: #171827;
  margin: 0 24px;
}
@media (max-width: 992px) {
  .y81dJ-uR0n70U2yt .card-wrapper {
    display: block;
    margin: 0;
  }
}
.y81dJ-uR0n70U2yt .card-wrapper .title-wrapper {
  width: 50%;
  padding: 40px 24px 40px 96px;
  border-right: 1px solid #e5af05;
}
@media (max-width: 992px) {
  .y81dJ-uR0n70U2yt .card-wrapper .title-wrapper {
    border-right: none;
    border-bottom: 1px solid #e5af05;
  }
}
@media (max-width: 1640px) {
  .y81dJ-uR0n70U2yt .card-wrapper .title-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .y81dJ-uR0n70U2yt .card-wrapper .title-wrapper {
    padding: 40px 20px;
    width: 100%;
  }
}
.y81dJ-uR0n70U2yt .card-wrapper .title-wrapper .title-wrap {
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .y81dJ-uR0n70U2yt .card-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.y81dJ-uR0n70U2yt .card-wrapper .title-wrapper .title-wrap .software-section-title {
  margin-bottom: 16px;
}
.y81dJ-uR0n70U2yt .card-wrapper .title-wrapper .logo-wrapper img {
  width: 96px;
  height: 96px;
  object-fit: contain;
  display: inline-flex;
}
.y81dJ-uR0n70U2yt .card-wrapper .content-wrap {
  width: 50%;
  padding: 40px 96px 40px 24px;
}
@media (max-width: 1640px) {
  .y81dJ-uR0n70U2yt .card-wrapper .content-wrap {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .y81dJ-uR0n70U2yt .card-wrapper .content-wrap {
    padding: 40px 20px;
    width: 100%;
  }
}
.y81dJ-uR0n70U2yt .card-wrapper .content-wrap .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .y81dJ-uR0n70U2yt .card-wrapper .content-wrap .lists-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .y81dJ-uR0n70U2yt .card-wrapper .content-wrap .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.y81dJ-uR0n70U2yt .card-wrapper .content-wrap .lists-wrapper .list-wrapper .software-desc {
  margin-bottom: 14px;
}
.y81dJ-uR0n70U2yt .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.y81dJ-uR0n70U2yt .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 6px;
  transition: all 0.3s ease-in-out;
}
.y81dJ-uR0n70U2yt .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:hover,
.y81dJ-uR0n70U2yt .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.y81dJ-uR0n70U2yt .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.y81dJ-uR0n70U2yt .card-wrapper .content-wrap .software-copy {
  margin-bottom: 0;
}
.y81dJ-uR0n70U2yt .software-section-title {
  color: #150764;
}
.y81dJ-uR0n70U2yt .software-desc {
  color: #150764;
}
.y81dJ-uR0n70U2yt .list {
  color: #150764;
}
.y81dJ-uR0n70U2yt .software-section-title,
.y81dJ-uR0n70U2yt .software-section-btn,
.y81dJ-uR0n70U2yt .logo-wrapper {
  color: #e5af05;
}
.y81dJ-uR0n70U2yt .list,
.y81dJ-uR0n70U2yt .item-wrap {
  color: #e5af05;
}
.y81dJ-uR0n70U2yt .software-copy {
  color: #e5af05;
}
.y81dJ-uR02NIeFPo {
  background-color: transparent;
}
.y81dJ-uR02NIeFPo .navbar-dropdown {
  background-color: #171827 !important;
  padding: 0;
}
.y81dJ-uR02NIeFPo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #171827 !important;
  background: #171827;
}
.y81dJ-uR02NIeFPo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.y81dJ-uR02NIeFPo .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .y81dJ-uR02NIeFPo .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .y81dJ-uR02NIeFPo .menu_box .navbar.opened,
  .y81dJ-uR02NIeFPo .menu_box .navbar-collapse {
    background-color: #171827 !important;
    transition: all 0s ease 0s;
  }
}
.y81dJ-uR02NIeFPo .navbar-dropdown {
  position: relative !important;
}
.y81dJ-uR02NIeFPo .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .y81dJ-uR02NIeFPo .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .y81dJ-uR02NIeFPo .software-section-btn-main {
    margin-top: 1rem;
  }
}
.y81dJ-uR02NIeFPo .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.y81dJ-uR02NIeFPo .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .y81dJ-uR02NIeFPo .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #232b45;
  }
  .y81dJ-uR02NIeFPo .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .y81dJ-uR02NIeFPo .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .y81dJ-uR02NIeFPo .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .y81dJ-uR02NIeFPo .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .y81dJ-uR02NIeFPo .offcanvas-body .software-text,
  .y81dJ-uR02NIeFPo .offcanvas-body .software-section-subtitle {
    margin-bottom: 32px;
  }
  .y81dJ-uR02NIeFPo .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .y81dJ-uR02NIeFPo .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .y81dJ-uR02NIeFPo .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f2ac2b;
  }
  .y81dJ-uR02NIeFPo .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .y81dJ-uR02NIeFPo .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .y81dJ-uR02NIeFPo .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .y81dJ-uR02NIeFPo .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .y81dJ-uR02NIeFPo ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .y81dJ-uR02NIeFPo .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .y81dJ-uR02NIeFPo .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);
  }
  .y81dJ-uR02NIeFPo .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .y81dJ-uR02NIeFPo li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .y81dJ-uR02NIeFPo .lg_brand {
    margin: 0 1rem;
  }
  .y81dJ-uR02NIeFPo .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.y81dJ-uR02NIeFPo .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .y81dJ-uR02NIeFPo .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .y81dJ-uR02NIeFPo .nav-item {
    margin: 0 !important;
  }
}
.y81dJ-uR02NIeFPo .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.y81dJ-uR02NIeFPo .nav-item .nav-link:hover,
.y81dJ-uR02NIeFPo .nav-item .nav-link:focus {
  color: #f6c427 !important;
  text-shadow: 2px 2px 4px #f6c427;
}
.y81dJ-uR02NIeFPo .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .y81dJ-uR02NIeFPo .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .y81dJ-uR02NIeFPo .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .y81dJ-uR02NIeFPo .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .y81dJ-uR02NIeFPo .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;
  }
  .y81dJ-uR02NIeFPo .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .y81dJ-uR02NIeFPo .offcanvas_box {
    display: none;
  }
}
.y81dJ-uR02NIeFPo .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.y81dJ-uR02NIeFPo .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.y81dJ-uR02NIeFPo .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.y81dJ-uR02NIeFPo .container {
  display: flex;
  margin: auto;
}
.y81dJ-uR02NIeFPo .iconfont-wrapper {
  color: #f2ac2b;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.y81dJ-uR02NIeFPo .iconfont-wrapper:last-child {
  margin-right: 0;
}
.y81dJ-uR02NIeFPo .iconfont-wrapper:hover {
  opacity: .5;
}
.y81dJ-uR02NIeFPo .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .y81dJ-uR02NIeFPo .navbar-nav {
    margin: 0;
  }
}
.y81dJ-uR02NIeFPo .dropdown-menu,
.y81dJ-uR02NIeFPo .navbar.opened {
  background-color: false !important;
}
.y81dJ-uR02NIeFPo .nav-item:focus,
.y81dJ-uR02NIeFPo .nav-link:focus {
  outline: none;
}
.y81dJ-uR02NIeFPo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.y81dJ-uR02NIeFPo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.y81dJ-uR02NIeFPo .dropdown .dropdown-menu .dropdown-item .software-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.y81dJ-uR02NIeFPo .dropdown .dropdown-menu .dropdown-item .software-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.y81dJ-uR02NIeFPo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.y81dJ-uR02NIeFPo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.y81dJ-uR02NIeFPo .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .y81dJ-uR02NIeFPo .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.y81dJ-uR02NIeFPo .navbar.opened {
  transition: all 0.3s;
}
.y81dJ-uR02NIeFPo .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.y81dJ-uR02NIeFPo .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 100% !important;
}
.y81dJ-uR02NIeFPo .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.y81dJ-uR02NIeFPo .navbar.collapsed {
  justify-content: center;
}
.y81dJ-uR02NIeFPo .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.y81dJ-uR02NIeFPo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.y81dJ-uR02NIeFPo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.y81dJ-uR02NIeFPo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.y81dJ-uR02NIeFPo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.y81dJ-uR02NIeFPo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.y81dJ-uR02NIeFPo .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .y81dJ-uR02NIeFPo .navbar .nav-item {
    padding: .5rem 0;
  }
  .y81dJ-uR02NIeFPo .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .y81dJ-uR02NIeFPo .navbar .nav-item .nav-link::before {
    display: none;
  }
  .y81dJ-uR02NIeFPo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .y81dJ-uR02NIeFPo .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .y81dJ-uR02NIeFPo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .y81dJ-uR02NIeFPo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .y81dJ-uR02NIeFPo .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .y81dJ-uR02NIeFPo .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .y81dJ-uR02NIeFPo .navbar ul.navbar-nav li {
    margin: 0;
  }
  .y81dJ-uR02NIeFPo .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .y81dJ-uR02NIeFPo .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .y81dJ-uR02NIeFPo .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .y81dJ-uR02NIeFPo .navbar .icons-menu {
    padding: 0;
  }
}
.y81dJ-uR02NIeFPo .navbar.navbar-short {
  min-height: 60px;
}
.y81dJ-uR02NIeFPo .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.y81dJ-uR02NIeFPo .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.y81dJ-uR02NIeFPo .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;
}
.y81dJ-uR02NIeFPo .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.y81dJ-uR02NIeFPo .navbar-brand .navbar-logo a {
  outline: none;
}
.y81dJ-uR02NIeFPo .dropdown-item.active,
.y81dJ-uR02NIeFPo .dropdown-item:active {
  background-color: transparent;
}
.y81dJ-uR02NIeFPo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.y81dJ-uR02NIeFPo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.y81dJ-uR02NIeFPo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.y81dJ-uR02NIeFPo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.y81dJ-uR02NIeFPo ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.y81dJ-uR02NIeFPo .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.y81dJ-uR02NIeFPo button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #171827;
  background: #232b45;
}
.y81dJ-uR02NIeFPo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f2ac2b;
}
.y81dJ-uR02NIeFPo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.y81dJ-uR02NIeFPo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.y81dJ-uR02NIeFPo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.y81dJ-uR02NIeFPo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.y81dJ-uR02NIeFPo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.y81dJ-uR02NIeFPo nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.y81dJ-uR02NIeFPo nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.y81dJ-uR02NIeFPo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.y81dJ-uR02NIeFPo a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.y81dJ-uR02NIeFPo .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) {
  .y81dJ-uR02NIeFPo .navbar {
    height: 70px;
  }
  .y81dJ-uR02NIeFPo .navbar.opened {
    height: auto;
  }
  .y81dJ-uR02NIeFPo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.y81dJ-uR02NIeFPo .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .y81dJ-uR02NIeFPo .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.y81dJ-uR02NIeFPo .software-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .y81dJ-uR02NIeFPo .software-section-btn-main {
    display: block;
    padding: 0;
  }
}
.y81dJ-uR02NIeFPo .software-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.y81dJ-uR02NIeFPo .navbar-caption:hover {
  color: #f6c427;
}
@media (min-width: 992px) {
  .y81dJ-uR02NIeFPo .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.y81dJ-uR02NIeFPo .text_widget {
  margin-bottom: 32px;
}
.y81dJ-uR02NIeFPo .text_widget a {
  transition: all 0.3s ease-out;
}
.y81dJ-uR02NIeFPo .text_widget a:hover,
.y81dJ-uR02NIeFPo .text_widget a:focus {
  opacity: .6;
}
.y81dJ-uR02NIeFPo .software-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.y81dJ-uR02NIeFPo .navbar-caption {
  color: #f2ac2b;
}
.y81dJ-uR02NIeFPo .software-text {
  color: #ffffff;
  text-align: center;
}
.y81dJ-uR02NIeFPo .software-section-subtitle,
.y81dJ-uR02NIeFPo .text_widget,
.y81dJ-uR02NIeFPo .software-section-btn {
  text-align: center;
}
.y81dJ-uR02NIeFPo a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.y81dJ-uR07ThGkz4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0a0f24;
}
.y81dJ-uR07ThGkz4 .software-fallback-image.disabled {
  display: none;
}
.y81dJ-uR07ThGkz4 .software-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.y81dJ-uR07ThGkz4 .row {
  justify-content: space-between;
}
.y81dJ-uR07ThGkz4 .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .y81dJ-uR07ThGkz4 .title-wrapper {
    margin-bottom: 35px;
  }
}
.y81dJ-uR07ThGkz4 .title-wrapper .software-section-title {
  margin-bottom: 15px;
}
.y81dJ-uR07ThGkz4 .title-wrapper .text-wrapper .software-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .y81dJ-uR07ThGkz4 .title-wrapper .text-wrapper .software-text {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .y81dJ-uR07ThGkz4 .form-wrapper {
    margin-bottom: 35px;
  }
}
.y81dJ-uR07ThGkz4 .dragArea.row {
  position: relative;
  z-index: 1;
}
.y81dJ-uR07ThGkz4 .dragArea.row .form-group {
  margin-bottom: 30px !important;
}
@media (max-width: 992px) {
  .y81dJ-uR07ThGkz4 .dragArea.row .form-group {
    margin-bottom: 15px !important;
  }
}
.y81dJ-uR07ThGkz4 .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 0;
  padding: 5px 0;
}
.y81dJ-uR07ThGkz4 .dragArea.row .form-group .form-control {
  padding: 16px;
  border: none !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: #ffffff;
}
.y81dJ-uR07ThGkz4 .dragArea.row .form-group .form-control:hover,
.y81dJ-uR07ThGkz4 .dragArea.row .form-group .form-control:focus {
  border: none !important;
}
.y81dJ-uR07ThGkz4 .dragArea.row .form-group .form-control::placeholder {
  color: #f6c427;
}
.y81dJ-uR07ThGkz4 .dragArea.row .form-group textarea {
  min-height: 140px;
}
.y81dJ-uR07ThGkz4 .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.y81dJ-uR07ThGkz4 .dragArea.row .form-group .form-check .form-check-input {
  background-color: #f6c427;
  border-color: #f6c427;
  border-radius: 0;
}
.y81dJ-uR07ThGkz4 .dragArea.row .software-section-btn {
  width: 100%;
}
.y81dJ-uR07ThGkz4 .content-wrapper .software-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .y81dJ-uR07ThGkz4 .content-wrapper .software-section-subtitle {
    margin-bottom: 15px;
  }
}
.y81dJ-uR07ThGkz4 .content-wrapper .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.y81dJ-uR07ThGkz4 .content-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 15px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.y81dJ-uR07ThGkz4 .content-wrapper .list-wrapper .list .item-wrap:hover,
.y81dJ-uR07ThGkz4 .content-wrapper .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.y81dJ-uR07ThGkz4 .content-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.y81dJ-uR07ThGkz4 .content-wrapper .content-wrap {
  margin-top: 70px;
}
@media (max-width: 992px) {
  .y81dJ-uR07ThGkz4 .content-wrapper .content-wrap {
    margin-top: 35px;
  }
}
.y81dJ-uR07ThGkz4 .content-wrapper .content-wrap .software-desc {
  margin-bottom: 30px;
}
.y81dJ-uR07ThGkz4 .content-wrapper .content-wrap .social-wrapper .social-wrap {
  display: inline-flex;
}
.y81dJ-uR07ThGkz4 .content-wrapper .content-wrap .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.y81dJ-uR07ThGkz4 .content-wrapper .content-wrap .social-wrapper .social-wrap .soc-item a:hover .software-iconfont,
.y81dJ-uR07ThGkz4 .content-wrapper .content-wrap .social-wrapper .social-wrap .soc-item a:hover .software-iconfont {
  color: #ffffff;
}
.y81dJ-uR07ThGkz4 .content-wrapper .content-wrap .social-wrapper .social-wrap .soc-item a .software-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  color: #000000;
  font-size: 26px;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.y81dJ-uR07ThGkz4 .software-section-title {
  color: #000000;
}
.y81dJ-uR07ThGkz4 .software-text {
  color: #000000;
}
.y81dJ-uR07ThGkz4 .software-section-subtitle {
  color: #e5af05;
}
.y81dJ-uR07ThGkz4 .list {
  color: #000000;
}
.y81dJ-uR07ThGkz4 .software-desc {
  color: #000000;
}
.y81dJ-uR07ThGkz4 label {
  color: #000000;
}
.y81dJ-uR07ThGkz4 .software-section-title,
.y81dJ-uR07ThGkz4 .software-section-btn {
  color: #e5af05;
}
.y81dJ-uR07ThGkz4 .software-text,
.y81dJ-uR07ThGkz4 .text-wrapper {
  color: #ffffff;
}
.y81dJ-uR07ThGkz4 .list,
.y81dJ-uR07ThGkz4 .item-wrap {
  color: #ffffff;
}
.y81dJ-uR07ThGkz4 LABEL {
  color: #e5af05;
}
.y81dJ-uR0n70U2yt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-color: #171827;
}
.y81dJ-uR0n70U2yt .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #e5af05;
}
.y81dJ-uR0n70U2yt .software-fallback-image.disabled {
  display: none;
}
.y81dJ-uR0n70U2yt .software-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.y81dJ-uR0n70U2yt .card-wrapper {
  display: flex;
  justify-content: center;
  background-color: #171827;
  margin: 0 24px;
}
@media (max-width: 992px) {
  .y81dJ-uR0n70U2yt .card-wrapper {
    display: block;
    margin: 0;
  }
}
.y81dJ-uR0n70U2yt .card-wrapper .title-wrapper {
  width: 50%;
  padding: 40px 24px 40px 96px;
  border-right: 1px solid #e5af05;
}
@media (max-width: 992px) {
  .y81dJ-uR0n70U2yt .card-wrapper .title-wrapper {
    border-right: none;
    border-bottom: 1px solid #e5af05;
  }
}
@media (max-width: 1640px) {
  .y81dJ-uR0n70U2yt .card-wrapper .title-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .y81dJ-uR0n70U2yt .card-wrapper .title-wrapper {
    padding: 40px 20px;
    width: 100%;
  }
}
.y81dJ-uR0n70U2yt .card-wrapper .title-wrapper .title-wrap {
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .y81dJ-uR0n70U2yt .card-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.y81dJ-uR0n70U2yt .card-wrapper .title-wrapper .title-wrap .software-section-title {
  margin-bottom: 16px;
}
.y81dJ-uR0n70U2yt .card-wrapper .title-wrapper .logo-wrapper img {
  width: 96px;
  height: 96px;
  object-fit: contain;
  display: inline-flex;
}
.y81dJ-uR0n70U2yt .card-wrapper .content-wrap {
  width: 50%;
  padding: 40px 96px 40px 24px;
}
@media (max-width: 1640px) {
  .y81dJ-uR0n70U2yt .card-wrapper .content-wrap {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .y81dJ-uR0n70U2yt .card-wrapper .content-wrap {
    padding: 40px 20px;
    width: 100%;
  }
}
.y81dJ-uR0n70U2yt .card-wrapper .content-wrap .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .y81dJ-uR0n70U2yt .card-wrapper .content-wrap .lists-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .y81dJ-uR0n70U2yt .card-wrapper .content-wrap .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.y81dJ-uR0n70U2yt .card-wrapper .content-wrap .lists-wrapper .list-wrapper .software-desc {
  margin-bottom: 14px;
}
.y81dJ-uR0n70U2yt .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.y81dJ-uR0n70U2yt .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 6px;
  transition: all 0.3s ease-in-out;
}
.y81dJ-uR0n70U2yt .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:hover,
.y81dJ-uR0n70U2yt .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.y81dJ-uR0n70U2yt .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.y81dJ-uR0n70U2yt .card-wrapper .content-wrap .software-copy {
  margin-bottom: 0;
}
.y81dJ-uR0n70U2yt .software-section-title {
  color: #150764;
}
.y81dJ-uR0n70U2yt .software-desc {
  color: #150764;
}
.y81dJ-uR0n70U2yt .list {
  color: #150764;
}
.y81dJ-uR0n70U2yt .software-section-title,
.y81dJ-uR0n70U2yt .software-section-btn,
.y81dJ-uR0n70U2yt .logo-wrapper {
  color: #e5af05;
}
.y81dJ-uR0n70U2yt .list,
.y81dJ-uR0n70U2yt .item-wrap {
  color: #e5af05;
}
.y81dJ-uR0n70U2yt .software-copy {
  color: #e5af05;
}
.y81dJ-uR02NIeFPo {
  background-color: transparent;
}
.y81dJ-uR02NIeFPo .navbar-dropdown {
  background-color: #171827 !important;
  padding: 0;
}
.y81dJ-uR02NIeFPo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #171827 !important;
  background: #171827;
}
.y81dJ-uR02NIeFPo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.y81dJ-uR02NIeFPo .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .y81dJ-uR02NIeFPo .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .y81dJ-uR02NIeFPo .menu_box .navbar.opened,
  .y81dJ-uR02NIeFPo .menu_box .navbar-collapse {
    background-color: #171827 !important;
    transition: all 0s ease 0s;
  }
}
.y81dJ-uR02NIeFPo .navbar-dropdown {
  position: relative !important;
}
.y81dJ-uR02NIeFPo .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .y81dJ-uR02NIeFPo .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .y81dJ-uR02NIeFPo .software-section-btn-main {
    margin-top: 1rem;
  }
}
.y81dJ-uR02NIeFPo .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.y81dJ-uR02NIeFPo .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .y81dJ-uR02NIeFPo .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #232b45;
  }
  .y81dJ-uR02NIeFPo .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .y81dJ-uR02NIeFPo .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .y81dJ-uR02NIeFPo .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .y81dJ-uR02NIeFPo .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .y81dJ-uR02NIeFPo .offcanvas-body .software-text,
  .y81dJ-uR02NIeFPo .offcanvas-body .software-section-subtitle {
    margin-bottom: 32px;
  }
  .y81dJ-uR02NIeFPo .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .y81dJ-uR02NIeFPo .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .y81dJ-uR02NIeFPo .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f2ac2b;
  }
  .y81dJ-uR02NIeFPo .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .y81dJ-uR02NIeFPo .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .y81dJ-uR02NIeFPo .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .y81dJ-uR02NIeFPo .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .y81dJ-uR02NIeFPo ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .y81dJ-uR02NIeFPo .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .y81dJ-uR02NIeFPo .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);
  }
  .y81dJ-uR02NIeFPo .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .y81dJ-uR02NIeFPo li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .y81dJ-uR02NIeFPo .lg_brand {
    margin: 0 1rem;
  }
  .y81dJ-uR02NIeFPo .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.y81dJ-uR02NIeFPo .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .y81dJ-uR02NIeFPo .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .y81dJ-uR02NIeFPo .nav-item {
    margin: 0 !important;
  }
}
.y81dJ-uR02NIeFPo .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.y81dJ-uR02NIeFPo .nav-item .nav-link:hover,
.y81dJ-uR02NIeFPo .nav-item .nav-link:focus {
  color: #f6c427 !important;
  text-shadow: 2px 2px 4px #f6c427;
}
.y81dJ-uR02NIeFPo .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .y81dJ-uR02NIeFPo .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .y81dJ-uR02NIeFPo .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .y81dJ-uR02NIeFPo .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .y81dJ-uR02NIeFPo .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;
  }
  .y81dJ-uR02NIeFPo .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .y81dJ-uR02NIeFPo .offcanvas_box {
    display: none;
  }
}
.y81dJ-uR02NIeFPo .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.y81dJ-uR02NIeFPo .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.y81dJ-uR02NIeFPo .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.y81dJ-uR02NIeFPo .container {
  display: flex;
  margin: auto;
}
.y81dJ-uR02NIeFPo .iconfont-wrapper {
  color: #f2ac2b;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.y81dJ-uR02NIeFPo .iconfont-wrapper:last-child {
  margin-right: 0;
}
.y81dJ-uR02NIeFPo .iconfont-wrapper:hover {
  opacity: .5;
}
.y81dJ-uR02NIeFPo .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .y81dJ-uR02NIeFPo .navbar-nav {
    margin: 0;
  }
}
.y81dJ-uR02NIeFPo .dropdown-menu,
.y81dJ-uR02NIeFPo .navbar.opened {
  background-color: false !important;
}
.y81dJ-uR02NIeFPo .nav-item:focus,
.y81dJ-uR02NIeFPo .nav-link:focus {
  outline: none;
}
.y81dJ-uR02NIeFPo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.y81dJ-uR02NIeFPo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.y81dJ-uR02NIeFPo .dropdown .dropdown-menu .dropdown-item .software-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.y81dJ-uR02NIeFPo .dropdown .dropdown-menu .dropdown-item .software-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.y81dJ-uR02NIeFPo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.y81dJ-uR02NIeFPo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.y81dJ-uR02NIeFPo .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .y81dJ-uR02NIeFPo .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.y81dJ-uR02NIeFPo .navbar.opened {
  transition: all 0.3s;
}
.y81dJ-uR02NIeFPo .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.y81dJ-uR02NIeFPo .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 100% !important;
}
.y81dJ-uR02NIeFPo .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.y81dJ-uR02NIeFPo .navbar.collapsed {
  justify-content: center;
}
.y81dJ-uR02NIeFPo .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.y81dJ-uR02NIeFPo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.y81dJ-uR02NIeFPo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.y81dJ-uR02NIeFPo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.y81dJ-uR02NIeFPo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.y81dJ-uR02NIeFPo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.y81dJ-uR02NIeFPo .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .y81dJ-uR02NIeFPo .navbar .nav-item {
    padding: .5rem 0;
  }
  .y81dJ-uR02NIeFPo .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .y81dJ-uR02NIeFPo .navbar .nav-item .nav-link::before {
    display: none;
  }
  .y81dJ-uR02NIeFPo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .y81dJ-uR02NIeFPo .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .y81dJ-uR02NIeFPo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .y81dJ-uR02NIeFPo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .y81dJ-uR02NIeFPo .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .y81dJ-uR02NIeFPo .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .y81dJ-uR02NIeFPo .navbar ul.navbar-nav li {
    margin: 0;
  }
  .y81dJ-uR02NIeFPo .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .y81dJ-uR02NIeFPo .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .y81dJ-uR02NIeFPo .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .y81dJ-uR02NIeFPo .navbar .icons-menu {
    padding: 0;
  }
}
.y81dJ-uR02NIeFPo .navbar.navbar-short {
  min-height: 60px;
}
.y81dJ-uR02NIeFPo .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.y81dJ-uR02NIeFPo .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.y81dJ-uR02NIeFPo .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;
}
.y81dJ-uR02NIeFPo .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.y81dJ-uR02NIeFPo .navbar-brand .navbar-logo a {
  outline: none;
}
.y81dJ-uR02NIeFPo .dropdown-item.active,
.y81dJ-uR02NIeFPo .dropdown-item:active {
  background-color: transparent;
}
.y81dJ-uR02NIeFPo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.y81dJ-uR02NIeFPo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.y81dJ-uR02NIeFPo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.y81dJ-uR02NIeFPo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.y81dJ-uR02NIeFPo ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.y81dJ-uR02NIeFPo .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.y81dJ-uR02NIeFPo button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #171827;
  background: #232b45;
}
.y81dJ-uR02NIeFPo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f2ac2b;
}
.y81dJ-uR02NIeFPo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.y81dJ-uR02NIeFPo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.y81dJ-uR02NIeFPo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.y81dJ-uR02NIeFPo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.y81dJ-uR02NIeFPo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.y81dJ-uR02NIeFPo nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.y81dJ-uR02NIeFPo nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.y81dJ-uR02NIeFPo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.y81dJ-uR02NIeFPo a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.y81dJ-uR02NIeFPo .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) {
  .y81dJ-uR02NIeFPo .navbar {
    height: 70px;
  }
  .y81dJ-uR02NIeFPo .navbar.opened {
    height: auto;
  }
  .y81dJ-uR02NIeFPo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.y81dJ-uR02NIeFPo .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .y81dJ-uR02NIeFPo .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.y81dJ-uR02NIeFPo .software-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .y81dJ-uR02NIeFPo .software-section-btn-main {
    display: block;
    padding: 0;
  }
}
.y81dJ-uR02NIeFPo .software-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.y81dJ-uR02NIeFPo .navbar-caption:hover {
  color: #f6c427;
}
@media (min-width: 992px) {
  .y81dJ-uR02NIeFPo .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.y81dJ-uR02NIeFPo .text_widget {
  margin-bottom: 32px;
}
.y81dJ-uR02NIeFPo .text_widget a {
  transition: all 0.3s ease-out;
}
.y81dJ-uR02NIeFPo .text_widget a:hover,
.y81dJ-uR02NIeFPo .text_widget a:focus {
  opacity: .6;
}
.y81dJ-uR02NIeFPo .software-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.y81dJ-uR02NIeFPo .navbar-caption {
  color: #f2ac2b;
}
.y81dJ-uR02NIeFPo .software-text {
  color: #ffffff;
  text-align: center;
}
.y81dJ-uR02NIeFPo .software-section-subtitle,
.y81dJ-uR02NIeFPo .text_widget,
.y81dJ-uR02NIeFPo .software-section-btn {
  text-align: center;
}
.y81dJ-uR02NIeFPo a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.y81dJ-uR08fMrb9r {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #0a0f24;
}
.y81dJ-uR08fMrb9r .software-fallback-image.disabled {
  display: none;
}
.y81dJ-uR08fMrb9r .software-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .y81dJ-uR08fMrb9r .container {
    padding: 0 24px;
  }
}
.y81dJ-uR08fMrb9r .content-wrapper .desc-wrap .software-desc {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 14px;
  border-radius: 1.8rem;
  border: 1px solid #e5af05;
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .y81dJ-uR08fMrb9r .content-wrapper .desc-wrap .software-desc {
    margin-bottom: 28px;
  }
}
.y81dJ-uR08fMrb9r .content-wrapper .software-section-title {
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .y81dJ-uR08fMrb9r .content-wrapper .software-section-title {
    margin-bottom: 28px;
  }
}
.y81dJ-uR08fMrb9r .content-wrapper .date-wrapper .date-wrap {
  display: inline-flex;
  align-items: center;
}
.y81dJ-uR08fMrb9r .content-wrapper .date-wrapper .date-wrap .software-iconfont {
  font-size: 40px;
  margin-right: 16px;
  color: #e5af05;
}
.y81dJ-uR08fMrb9r .content-wrapper .date-wrapper .date-wrap .software-date {
  margin-bottom: 0;
}
.y81dJ-uR08fMrb9r .software-desc {
  color: #202020;
}
.y81dJ-uR08fMrb9r .software-section-title {
  color: #ffffff;
}
.y81dJ-uR08fMrb9r .software-date {
  color: #202020;
}
.y81dJ-uR08fMrb9r .software-desc,
.y81dJ-uR08fMrb9r .desc-wrap {
  text-align: center;
  color: #e5af05;
}
.y81dJ-uR08fMrb9r .software-date,
.y81dJ-uR08fMrb9r .date-wrapper {
  color: #e5af05;
}
.y81dJ-uR0n70U2yt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-color: #171827;
}
.y81dJ-uR0n70U2yt .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #e5af05;
}
.y81dJ-uR0n70U2yt .software-fallback-image.disabled {
  display: none;
}
.y81dJ-uR0n70U2yt .software-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.y81dJ-uR0n70U2yt .card-wrapper {
  display: flex;
  justify-content: center;
  background-color: #171827;
  margin: 0 24px;
}
@media (max-width: 992px) {
  .y81dJ-uR0n70U2yt .card-wrapper {
    display: block;
    margin: 0;
  }
}
.y81dJ-uR0n70U2yt .card-wrapper .title-wrapper {
  width: 50%;
  padding: 40px 24px 40px 96px;
  border-right: 1px solid #e5af05;
}
@media (max-width: 992px) {
  .y81dJ-uR0n70U2yt .card-wrapper .title-wrapper {
    border-right: none;
    border-bottom: 1px solid #e5af05;
  }
}
@media (max-width: 1640px) {
  .y81dJ-uR0n70U2yt .card-wrapper .title-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .y81dJ-uR0n70U2yt .card-wrapper .title-wrapper {
    padding: 40px 20px;
    width: 100%;
  }
}
.y81dJ-uR0n70U2yt .card-wrapper .title-wrapper .title-wrap {
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .y81dJ-uR0n70U2yt .card-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.y81dJ-uR0n70U2yt .card-wrapper .title-wrapper .title-wrap .software-section-title {
  margin-bottom: 16px;
}
.y81dJ-uR0n70U2yt .card-wrapper .title-wrapper .logo-wrapper img {
  width: 96px;
  height: 96px;
  object-fit: contain;
  display: inline-flex;
}
.y81dJ-uR0n70U2yt .card-wrapper .content-wrap {
  width: 50%;
  padding: 40px 96px 40px 24px;
}
@media (max-width: 1640px) {
  .y81dJ-uR0n70U2yt .card-wrapper .content-wrap {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .y81dJ-uR0n70U2yt .card-wrapper .content-wrap {
    padding: 40px 20px;
    width: 100%;
  }
}
.y81dJ-uR0n70U2yt .card-wrapper .content-wrap .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .y81dJ-uR0n70U2yt .card-wrapper .content-wrap .lists-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .y81dJ-uR0n70U2yt .card-wrapper .content-wrap .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.y81dJ-uR0n70U2yt .card-wrapper .content-wrap .lists-wrapper .list-wrapper .software-desc {
  margin-bottom: 14px;
}
.y81dJ-uR0n70U2yt .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.y81dJ-uR0n70U2yt .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 6px;
  transition: all 0.3s ease-in-out;
}
.y81dJ-uR0n70U2yt .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:hover,
.y81dJ-uR0n70U2yt .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.y81dJ-uR0n70U2yt .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.y81dJ-uR0n70U2yt .card-wrapper .content-wrap .software-copy {
  margin-bottom: 0;
}
.y81dJ-uR0n70U2yt .software-section-title {
  color: #150764;
}
.y81dJ-uR0n70U2yt .software-desc {
  color: #150764;
}
.y81dJ-uR0n70U2yt .list {
  color: #150764;
}
.y81dJ-uR0n70U2yt .software-section-title,
.y81dJ-uR0n70U2yt .software-section-btn,
.y81dJ-uR0n70U2yt .logo-wrapper {
  color: #e5af05;
}
.y81dJ-uR0n70U2yt .list,
.y81dJ-uR0n70U2yt .item-wrap {
  color: #e5af05;
}
.y81dJ-uR0n70U2yt .software-copy {
  color: #e5af05;
}
.y81dJ-uR08xoWoxZ {
  background-color: transparent;
}
.y81dJ-uR08xoWoxZ .navbar-dropdown {
  background-color: #171827 !important;
  padding: 0;
}
.y81dJ-uR08xoWoxZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #171827 !important;
  background: #171827;
}
.y81dJ-uR08xoWoxZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.y81dJ-uR08xoWoxZ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .y81dJ-uR08xoWoxZ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .y81dJ-uR08xoWoxZ .menu_box .navbar.opened,
  .y81dJ-uR08xoWoxZ .menu_box .navbar-collapse {
    background-color: #171827 !important;
    transition: all 0s ease 0s;
  }
}
.y81dJ-uR08xoWoxZ .navbar-dropdown {
  position: relative !important;
}
.y81dJ-uR08xoWoxZ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .y81dJ-uR08xoWoxZ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .y81dJ-uR08xoWoxZ .software-section-btn-main {
    margin-top: 1rem;
  }
}
.y81dJ-uR08xoWoxZ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.y81dJ-uR08xoWoxZ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .y81dJ-uR08xoWoxZ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #232b45;
  }
  .y81dJ-uR08xoWoxZ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .y81dJ-uR08xoWoxZ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .y81dJ-uR08xoWoxZ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .y81dJ-uR08xoWoxZ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .y81dJ-uR08xoWoxZ .offcanvas-body .software-text,
  .y81dJ-uR08xoWoxZ .offcanvas-body .software-section-subtitle {
    margin-bottom: 32px;
  }
  .y81dJ-uR08xoWoxZ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .y81dJ-uR08xoWoxZ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .y81dJ-uR08xoWoxZ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f2ac2b;
  }
  .y81dJ-uR08xoWoxZ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .y81dJ-uR08xoWoxZ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .y81dJ-uR08xoWoxZ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .y81dJ-uR08xoWoxZ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .y81dJ-uR08xoWoxZ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .y81dJ-uR08xoWoxZ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .y81dJ-uR08xoWoxZ .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);
  }
  .y81dJ-uR08xoWoxZ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .y81dJ-uR08xoWoxZ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .y81dJ-uR08xoWoxZ .lg_brand {
    margin: 0 1rem;
  }
  .y81dJ-uR08xoWoxZ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.y81dJ-uR08xoWoxZ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .y81dJ-uR08xoWoxZ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .y81dJ-uR08xoWoxZ .nav-item {
    margin: 0 !important;
  }
}
.y81dJ-uR08xoWoxZ .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.y81dJ-uR08xoWoxZ .nav-item .nav-link:hover,
.y81dJ-uR08xoWoxZ .nav-item .nav-link:focus {
  color: #f6c427 !important;
  text-shadow: 2px 2px 4px #f6c427;
}
.y81dJ-uR08xoWoxZ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .y81dJ-uR08xoWoxZ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .y81dJ-uR08xoWoxZ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .y81dJ-uR08xoWoxZ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .y81dJ-uR08xoWoxZ .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;
  }
  .y81dJ-uR08xoWoxZ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .y81dJ-uR08xoWoxZ .offcanvas_box {
    display: none;
  }
}
.y81dJ-uR08xoWoxZ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.y81dJ-uR08xoWoxZ .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.y81dJ-uR08xoWoxZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.y81dJ-uR08xoWoxZ .container {
  display: flex;
  margin: auto;
}
.y81dJ-uR08xoWoxZ .iconfont-wrapper {
  color: #f2ac2b;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.y81dJ-uR08xoWoxZ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.y81dJ-uR08xoWoxZ .iconfont-wrapper:hover {
  opacity: .5;
}
.y81dJ-uR08xoWoxZ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .y81dJ-uR08xoWoxZ .navbar-nav {
    margin: 0;
  }
}
.y81dJ-uR08xoWoxZ .dropdown-menu,
.y81dJ-uR08xoWoxZ .navbar.opened {
  background-color: false !important;
}
.y81dJ-uR08xoWoxZ .nav-item:focus,
.y81dJ-uR08xoWoxZ .nav-link:focus {
  outline: none;
}
.y81dJ-uR08xoWoxZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.y81dJ-uR08xoWoxZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.y81dJ-uR08xoWoxZ .dropdown .dropdown-menu .dropdown-item .software-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.y81dJ-uR08xoWoxZ .dropdown .dropdown-menu .dropdown-item .software-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.y81dJ-uR08xoWoxZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.y81dJ-uR08xoWoxZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.y81dJ-uR08xoWoxZ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .y81dJ-uR08xoWoxZ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.y81dJ-uR08xoWoxZ .navbar.opened {
  transition: all 0.3s;
}
.y81dJ-uR08xoWoxZ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.y81dJ-uR08xoWoxZ .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 100% !important;
}
.y81dJ-uR08xoWoxZ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.y81dJ-uR08xoWoxZ .navbar.collapsed {
  justify-content: center;
}
.y81dJ-uR08xoWoxZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.y81dJ-uR08xoWoxZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.y81dJ-uR08xoWoxZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.y81dJ-uR08xoWoxZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.y81dJ-uR08xoWoxZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.y81dJ-uR08xoWoxZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.y81dJ-uR08xoWoxZ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .y81dJ-uR08xoWoxZ .navbar .nav-item {
    padding: .5rem 0;
  }
  .y81dJ-uR08xoWoxZ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .y81dJ-uR08xoWoxZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .y81dJ-uR08xoWoxZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .y81dJ-uR08xoWoxZ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .y81dJ-uR08xoWoxZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .y81dJ-uR08xoWoxZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .y81dJ-uR08xoWoxZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .y81dJ-uR08xoWoxZ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .y81dJ-uR08xoWoxZ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .y81dJ-uR08xoWoxZ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .y81dJ-uR08xoWoxZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .y81dJ-uR08xoWoxZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .y81dJ-uR08xoWoxZ .navbar .icons-menu {
    padding: 0;
  }
}
.y81dJ-uR08xoWoxZ .navbar.navbar-short {
  min-height: 60px;
}
.y81dJ-uR08xoWoxZ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.y81dJ-uR08xoWoxZ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.y81dJ-uR08xoWoxZ .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;
}
.y81dJ-uR08xoWoxZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.y81dJ-uR08xoWoxZ .navbar-brand .navbar-logo a {
  outline: none;
}
.y81dJ-uR08xoWoxZ .dropdown-item.active,
.y81dJ-uR08xoWoxZ .dropdown-item:active {
  background-color: transparent;
}
.y81dJ-uR08xoWoxZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.y81dJ-uR08xoWoxZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.y81dJ-uR08xoWoxZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.y81dJ-uR08xoWoxZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.y81dJ-uR08xoWoxZ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.y81dJ-uR08xoWoxZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.y81dJ-uR08xoWoxZ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #171827;
  background: #232b45;
}
.y81dJ-uR08xoWoxZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f2ac2b;
}
.y81dJ-uR08xoWoxZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.y81dJ-uR08xoWoxZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.y81dJ-uR08xoWoxZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.y81dJ-uR08xoWoxZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.y81dJ-uR08xoWoxZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.y81dJ-uR08xoWoxZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.y81dJ-uR08xoWoxZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.y81dJ-uR08xoWoxZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.y81dJ-uR08xoWoxZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.y81dJ-uR08xoWoxZ .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) {
  .y81dJ-uR08xoWoxZ .navbar {
    height: 70px;
  }
  .y81dJ-uR08xoWoxZ .navbar.opened {
    height: auto;
  }
  .y81dJ-uR08xoWoxZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.y81dJ-uR08xoWoxZ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .y81dJ-uR08xoWoxZ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.y81dJ-uR08xoWoxZ .software-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .y81dJ-uR08xoWoxZ .software-section-btn-main {
    display: block;
    padding: 0;
  }
}
.y81dJ-uR08xoWoxZ .software-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.y81dJ-uR08xoWoxZ .navbar-caption:hover {
  color: #f6c427;
}
@media (min-width: 992px) {
  .y81dJ-uR08xoWoxZ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.y81dJ-uR08xoWoxZ .text_widget {
  margin-bottom: 32px;
}
.y81dJ-uR08xoWoxZ .text_widget a {
  transition: all 0.3s ease-out;
}
.y81dJ-uR08xoWoxZ .text_widget a:hover,
.y81dJ-uR08xoWoxZ .text_widget a:focus {
  opacity: .6;
}
.y81dJ-uR08xoWoxZ .software-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.y81dJ-uR08xoWoxZ .navbar-caption {
  color: #f2ac2b;
}
.y81dJ-uR08xoWoxZ .software-text {
  color: #ffffff;
  text-align: center;
}
.y81dJ-uR08xoWoxZ .software-section-subtitle,
.y81dJ-uR08xoWoxZ .text_widget,
.y81dJ-uR08xoWoxZ .software-section-btn {
  text-align: center;
}
.y81dJ-uR08xoWoxZ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.y81dJ-uR0c7lmr3j {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #0a0f24;
}
.y81dJ-uR0c7lmr3j .software-fallback-image.disabled {
  display: none;
}
.y81dJ-uR0c7lmr3j .software-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .y81dJ-uR0c7lmr3j .container {
    padding: 0 24px;
  }
}
.y81dJ-uR0c7lmr3j .content-wrapper .desc-wrap .software-desc {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 14px;
  border-radius: 1.8rem;
  border: 1px solid #e5af05;
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .y81dJ-uR0c7lmr3j .content-wrapper .desc-wrap .software-desc {
    margin-bottom: 28px;
  }
}
.y81dJ-uR0c7lmr3j .content-wrapper .software-section-title {
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .y81dJ-uR0c7lmr3j .content-wrapper .software-section-title {
    margin-bottom: 28px;
  }
}
.y81dJ-uR0c7lmr3j .content-wrapper .date-wrapper .date-wrap {
  display: inline-flex;
  align-items: center;
}
.y81dJ-uR0c7lmr3j .content-wrapper .date-wrapper .date-wrap .software-iconfont {
  font-size: 40px;
  margin-right: 16px;
  color: #e5af05;
}
.y81dJ-uR0c7lmr3j .content-wrapper .date-wrapper .date-wrap .software-date {
  margin-bottom: 0;
}
.y81dJ-uR0c7lmr3j .software-desc {
  color: #202020;
}
.y81dJ-uR0c7lmr3j .software-section-title {
  color: #ffffff;
}
.y81dJ-uR0c7lmr3j .software-date {
  color: #202020;
}
.y81dJ-uR0c7lmr3j .software-desc,
.y81dJ-uR0c7lmr3j .desc-wrap {
  text-align: center;
  color: #e5af05;
}
.y81dJ-uR0c7lmr3j .software-date,
.y81dJ-uR0c7lmr3j .date-wrapper {
  color: #e5af05;
}
.y81dJ-uR0n70U2yt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-color: #171827;
}
.y81dJ-uR0n70U2yt .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #e5af05;
}
.y81dJ-uR0n70U2yt .software-fallback-image.disabled {
  display: none;
}
.y81dJ-uR0n70U2yt .software-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.y81dJ-uR0n70U2yt .card-wrapper {
  display: flex;
  justify-content: center;
  background-color: #171827;
  margin: 0 24px;
}
@media (max-width: 992px) {
  .y81dJ-uR0n70U2yt .card-wrapper {
    display: block;
    margin: 0;
  }
}
.y81dJ-uR0n70U2yt .card-wrapper .title-wrapper {
  width: 50%;
  padding: 40px 24px 40px 96px;
  border-right: 1px solid #e5af05;
}
@media (max-width: 992px) {
  .y81dJ-uR0n70U2yt .card-wrapper .title-wrapper {
    border-right: none;
    border-bottom: 1px solid #e5af05;
  }
}
@media (max-width: 1640px) {
  .y81dJ-uR0n70U2yt .card-wrapper .title-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .y81dJ-uR0n70U2yt .card-wrapper .title-wrapper {
    padding: 40px 20px;
    width: 100%;
  }
}
.y81dJ-uR0n70U2yt .card-wrapper .title-wrapper .title-wrap {
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .y81dJ-uR0n70U2yt .card-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.y81dJ-uR0n70U2yt .card-wrapper .title-wrapper .title-wrap .software-section-title {
  margin-bottom: 16px;
}
.y81dJ-uR0n70U2yt .card-wrapper .title-wrapper .logo-wrapper img {
  width: 96px;
  height: 96px;
  object-fit: contain;
  display: inline-flex;
}
.y81dJ-uR0n70U2yt .card-wrapper .content-wrap {
  width: 50%;
  padding: 40px 96px 40px 24px;
}
@media (max-width: 1640px) {
  .y81dJ-uR0n70U2yt .card-wrapper .content-wrap {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .y81dJ-uR0n70U2yt .card-wrapper .content-wrap {
    padding: 40px 20px;
    width: 100%;
  }
}
.y81dJ-uR0n70U2yt .card-wrapper .content-wrap .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .y81dJ-uR0n70U2yt .card-wrapper .content-wrap .lists-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .y81dJ-uR0n70U2yt .card-wrapper .content-wrap .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.y81dJ-uR0n70U2yt .card-wrapper .content-wrap .lists-wrapper .list-wrapper .software-desc {
  margin-bottom: 14px;
}
.y81dJ-uR0n70U2yt .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.y81dJ-uR0n70U2yt .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 6px;
  transition: all 0.3s ease-in-out;
}
.y81dJ-uR0n70U2yt .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:hover,
.y81dJ-uR0n70U2yt .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.y81dJ-uR0n70U2yt .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.y81dJ-uR0n70U2yt .card-wrapper .content-wrap .software-copy {
  margin-bottom: 0;
}
.y81dJ-uR0n70U2yt .software-section-title {
  color: #150764;
}
.y81dJ-uR0n70U2yt .software-desc {
  color: #150764;
}
.y81dJ-uR0n70U2yt .list {
  color: #150764;
}
.y81dJ-uR0n70U2yt .software-section-title,
.y81dJ-uR0n70U2yt .software-section-btn,
.y81dJ-uR0n70U2yt .logo-wrapper {
  color: #e5af05;
}
.y81dJ-uR0n70U2yt .list,
.y81dJ-uR0n70U2yt .item-wrap {
  color: #e5af05;
}
.y81dJ-uR0n70U2yt .software-copy {
  color: #e5af05;
}
.y81dJ-uR08zNnAOO {
  background-color: transparent;
}
.y81dJ-uR08zNnAOO .navbar-dropdown {
  background-color: #171827 !important;
  padding: 0;
}
.y81dJ-uR08zNnAOO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #171827 !important;
  background: #171827;
}
.y81dJ-uR08zNnAOO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.y81dJ-uR08zNnAOO .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .y81dJ-uR08zNnAOO .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .y81dJ-uR08zNnAOO .menu_box .navbar.opened,
  .y81dJ-uR08zNnAOO .menu_box .navbar-collapse {
    background-color: #171827 !important;
    transition: all 0s ease 0s;
  }
}
.y81dJ-uR08zNnAOO .navbar-dropdown {
  position: relative !important;
}
.y81dJ-uR08zNnAOO .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .y81dJ-uR08zNnAOO .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .y81dJ-uR08zNnAOO .software-section-btn-main {
    margin-top: 1rem;
  }
}
.y81dJ-uR08zNnAOO .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.y81dJ-uR08zNnAOO .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .y81dJ-uR08zNnAOO .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #232b45;
  }
  .y81dJ-uR08zNnAOO .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .y81dJ-uR08zNnAOO .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .y81dJ-uR08zNnAOO .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .y81dJ-uR08zNnAOO .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .y81dJ-uR08zNnAOO .offcanvas-body .software-text,
  .y81dJ-uR08zNnAOO .offcanvas-body .software-section-subtitle {
    margin-bottom: 32px;
  }
  .y81dJ-uR08zNnAOO .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .y81dJ-uR08zNnAOO .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .y81dJ-uR08zNnAOO .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f2ac2b;
  }
  .y81dJ-uR08zNnAOO .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .y81dJ-uR08zNnAOO .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .y81dJ-uR08zNnAOO .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .y81dJ-uR08zNnAOO .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .y81dJ-uR08zNnAOO ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .y81dJ-uR08zNnAOO .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .y81dJ-uR08zNnAOO .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);
  }
  .y81dJ-uR08zNnAOO .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .y81dJ-uR08zNnAOO li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .y81dJ-uR08zNnAOO .lg_brand {
    margin: 0 1rem;
  }
  .y81dJ-uR08zNnAOO .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.y81dJ-uR08zNnAOO .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .y81dJ-uR08zNnAOO .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .y81dJ-uR08zNnAOO .nav-item {
    margin: 0 !important;
  }
}
.y81dJ-uR08zNnAOO .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.y81dJ-uR08zNnAOO .nav-item .nav-link:hover,
.y81dJ-uR08zNnAOO .nav-item .nav-link:focus {
  color: #f6c427 !important;
  text-shadow: 2px 2px 4px #f6c427;
}
.y81dJ-uR08zNnAOO .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .y81dJ-uR08zNnAOO .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .y81dJ-uR08zNnAOO .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .y81dJ-uR08zNnAOO .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .y81dJ-uR08zNnAOO .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;
  }
  .y81dJ-uR08zNnAOO .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .y81dJ-uR08zNnAOO .offcanvas_box {
    display: none;
  }
}
.y81dJ-uR08zNnAOO .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.y81dJ-uR08zNnAOO .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.y81dJ-uR08zNnAOO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.y81dJ-uR08zNnAOO .container {
  display: flex;
  margin: auto;
}
.y81dJ-uR08zNnAOO .iconfont-wrapper {
  color: #f2ac2b;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.y81dJ-uR08zNnAOO .iconfont-wrapper:last-child {
  margin-right: 0;
}
.y81dJ-uR08zNnAOO .iconfont-wrapper:hover {
  opacity: .5;
}
.y81dJ-uR08zNnAOO .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .y81dJ-uR08zNnAOO .navbar-nav {
    margin: 0;
  }
}
.y81dJ-uR08zNnAOO .dropdown-menu,
.y81dJ-uR08zNnAOO .navbar.opened {
  background-color: false !important;
}
.y81dJ-uR08zNnAOO .nav-item:focus,
.y81dJ-uR08zNnAOO .nav-link:focus {
  outline: none;
}
.y81dJ-uR08zNnAOO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.y81dJ-uR08zNnAOO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.y81dJ-uR08zNnAOO .dropdown .dropdown-menu .dropdown-item .software-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.y81dJ-uR08zNnAOO .dropdown .dropdown-menu .dropdown-item .software-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.y81dJ-uR08zNnAOO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.y81dJ-uR08zNnAOO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.y81dJ-uR08zNnAOO .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .y81dJ-uR08zNnAOO .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.y81dJ-uR08zNnAOO .navbar.opened {
  transition: all 0.3s;
}
.y81dJ-uR08zNnAOO .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.y81dJ-uR08zNnAOO .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 100% !important;
}
.y81dJ-uR08zNnAOO .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.y81dJ-uR08zNnAOO .navbar.collapsed {
  justify-content: center;
}
.y81dJ-uR08zNnAOO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.y81dJ-uR08zNnAOO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.y81dJ-uR08zNnAOO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.y81dJ-uR08zNnAOO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.y81dJ-uR08zNnAOO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.y81dJ-uR08zNnAOO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.y81dJ-uR08zNnAOO .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .y81dJ-uR08zNnAOO .navbar .nav-item {
    padding: .5rem 0;
  }
  .y81dJ-uR08zNnAOO .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .y81dJ-uR08zNnAOO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .y81dJ-uR08zNnAOO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .y81dJ-uR08zNnAOO .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .y81dJ-uR08zNnAOO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .y81dJ-uR08zNnAOO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .y81dJ-uR08zNnAOO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .y81dJ-uR08zNnAOO .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .y81dJ-uR08zNnAOO .navbar ul.navbar-nav li {
    margin: 0;
  }
  .y81dJ-uR08zNnAOO .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .y81dJ-uR08zNnAOO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .y81dJ-uR08zNnAOO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .y81dJ-uR08zNnAOO .navbar .icons-menu {
    padding: 0;
  }
}
.y81dJ-uR08zNnAOO .navbar.navbar-short {
  min-height: 60px;
}
.y81dJ-uR08zNnAOO .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.y81dJ-uR08zNnAOO .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.y81dJ-uR08zNnAOO .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;
}
.y81dJ-uR08zNnAOO .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.y81dJ-uR08zNnAOO .navbar-brand .navbar-logo a {
  outline: none;
}
.y81dJ-uR08zNnAOO .dropdown-item.active,
.y81dJ-uR08zNnAOO .dropdown-item:active {
  background-color: transparent;
}
.y81dJ-uR08zNnAOO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.y81dJ-uR08zNnAOO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.y81dJ-uR08zNnAOO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.y81dJ-uR08zNnAOO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.y81dJ-uR08zNnAOO ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.y81dJ-uR08zNnAOO .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.y81dJ-uR08zNnAOO button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #171827;
  background: #232b45;
}
.y81dJ-uR08zNnAOO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f2ac2b;
}
.y81dJ-uR08zNnAOO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.y81dJ-uR08zNnAOO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.y81dJ-uR08zNnAOO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.y81dJ-uR08zNnAOO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.y81dJ-uR08zNnAOO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.y81dJ-uR08zNnAOO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.y81dJ-uR08zNnAOO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.y81dJ-uR08zNnAOO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.y81dJ-uR08zNnAOO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.y81dJ-uR08zNnAOO .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) {
  .y81dJ-uR08zNnAOO .navbar {
    height: 70px;
  }
  .y81dJ-uR08zNnAOO .navbar.opened {
    height: auto;
  }
  .y81dJ-uR08zNnAOO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.y81dJ-uR08zNnAOO .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .y81dJ-uR08zNnAOO .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.y81dJ-uR08zNnAOO .software-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .y81dJ-uR08zNnAOO .software-section-btn-main {
    display: block;
    padding: 0;
  }
}
.y81dJ-uR08zNnAOO .software-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.y81dJ-uR08zNnAOO .navbar-caption:hover {
  color: #f6c427;
}
@media (min-width: 992px) {
  .y81dJ-uR08zNnAOO .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.y81dJ-uR08zNnAOO .text_widget {
  margin-bottom: 32px;
}
.y81dJ-uR08zNnAOO .text_widget a {
  transition: all 0.3s ease-out;
}
.y81dJ-uR08zNnAOO .text_widget a:hover,
.y81dJ-uR08zNnAOO .text_widget a:focus {
  opacity: .6;
}
.y81dJ-uR08zNnAOO .software-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.y81dJ-uR08zNnAOO .navbar-caption {
  color: #f2ac2b;
}
.y81dJ-uR08zNnAOO .software-text {
  color: #ffffff;
  text-align: center;
}
.y81dJ-uR08zNnAOO .software-section-subtitle,
.y81dJ-uR08zNnAOO .text_widget,
.y81dJ-uR08zNnAOO .software-section-btn {
  text-align: center;
}
.y81dJ-uR08zNnAOO a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.y81dJ-uR0c9h1uIx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #0a0f24;
}
.y81dJ-uR0c9h1uIx .software-fallback-image.disabled {
  display: none;
}
.y81dJ-uR0c9h1uIx .software-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .y81dJ-uR0c9h1uIx .container {
    padding: 0 24px;
  }
}
.y81dJ-uR0c9h1uIx .content-wrapper .desc-wrap .software-desc {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 14px;
  border-radius: 1.8rem;
  border: 1px solid #e5af05;
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .y81dJ-uR0c9h1uIx .content-wrapper .desc-wrap .software-desc {
    margin-bottom: 28px;
  }
}
.y81dJ-uR0c9h1uIx .content-wrapper .software-section-title {
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .y81dJ-uR0c9h1uIx .content-wrapper .software-section-title {
    margin-bottom: 28px;
  }
}
.y81dJ-uR0c9h1uIx .content-wrapper .date-wrapper .date-wrap {
  display: inline-flex;
  align-items: center;
}
.y81dJ-uR0c9h1uIx .content-wrapper .date-wrapper .date-wrap .software-iconfont {
  font-size: 40px;
  margin-right: 16px;
  color: #e5af05;
}
.y81dJ-uR0c9h1uIx .content-wrapper .date-wrapper .date-wrap .software-date {
  margin-bottom: 0;
}
.y81dJ-uR0c9h1uIx .software-desc {
  color: #202020;
}
.y81dJ-uR0c9h1uIx .software-section-title {
  color: #ffffff;
}
.y81dJ-uR0c9h1uIx .software-date {
  color: #202020;
}
.y81dJ-uR0c9h1uIx .software-desc,
.y81dJ-uR0c9h1uIx .desc-wrap {
  text-align: center;
  color: #e5af05;
}
.y81dJ-uR0c9h1uIx .software-date,
.y81dJ-uR0c9h1uIx .date-wrapper {
  color: #e5af05;
}
.y81dJ-uR0n70U2yt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-color: #171827;
}
.y81dJ-uR0n70U2yt .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #e5af05;
}
.y81dJ-uR0n70U2yt .software-fallback-image.disabled {
  display: none;
}
.y81dJ-uR0n70U2yt .software-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.y81dJ-uR0n70U2yt .card-wrapper {
  display: flex;
  justify-content: center;
  background-color: #171827;
  margin: 0 24px;
}
@media (max-width: 992px) {
  .y81dJ-uR0n70U2yt .card-wrapper {
    display: block;
    margin: 0;
  }
}
.y81dJ-uR0n70U2yt .card-wrapper .title-wrapper {
  width: 50%;
  padding: 40px 24px 40px 96px;
  border-right: 1px solid #e5af05;
}
@media (max-width: 992px) {
  .y81dJ-uR0n70U2yt .card-wrapper .title-wrapper {
    border-right: none;
    border-bottom: 1px solid #e5af05;
  }
}
@media (max-width: 1640px) {
  .y81dJ-uR0n70U2yt .card-wrapper .title-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .y81dJ-uR0n70U2yt .card-wrapper .title-wrapper {
    padding: 40px 20px;
    width: 100%;
  }
}
.y81dJ-uR0n70U2yt .card-wrapper .title-wrapper .title-wrap {
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .y81dJ-uR0n70U2yt .card-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.y81dJ-uR0n70U2yt .card-wrapper .title-wrapper .title-wrap .software-section-title {
  margin-bottom: 16px;
}
.y81dJ-uR0n70U2yt .card-wrapper .title-wrapper .logo-wrapper img {
  width: 96px;
  height: 96px;
  object-fit: contain;
  display: inline-flex;
}
.y81dJ-uR0n70U2yt .card-wrapper .content-wrap {
  width: 50%;
  padding: 40px 96px 40px 24px;
}
@media (max-width: 1640px) {
  .y81dJ-uR0n70U2yt .card-wrapper .content-wrap {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .y81dJ-uR0n70U2yt .card-wrapper .content-wrap {
    padding: 40px 20px;
    width: 100%;
  }
}
.y81dJ-uR0n70U2yt .card-wrapper .content-wrap .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .y81dJ-uR0n70U2yt .card-wrapper .content-wrap .lists-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .y81dJ-uR0n70U2yt .card-wrapper .content-wrap .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.y81dJ-uR0n70U2yt .card-wrapper .content-wrap .lists-wrapper .list-wrapper .software-desc {
  margin-bottom: 14px;
}
.y81dJ-uR0n70U2yt .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.y81dJ-uR0n70U2yt .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 6px;
  transition: all 0.3s ease-in-out;
}
.y81dJ-uR0n70U2yt .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:hover,
.y81dJ-uR0n70U2yt .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.y81dJ-uR0n70U2yt .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.y81dJ-uR0n70U2yt .card-wrapper .content-wrap .software-copy {
  margin-bottom: 0;
}
.y81dJ-uR0n70U2yt .software-section-title {
  color: #150764;
}
.y81dJ-uR0n70U2yt .software-desc {
  color: #150764;
}
.y81dJ-uR0n70U2yt .list {
  color: #150764;
}
.y81dJ-uR0n70U2yt .software-section-title,
.y81dJ-uR0n70U2yt .software-section-btn,
.y81dJ-uR0n70U2yt .logo-wrapper {
  color: #e5af05;
}
.y81dJ-uR0n70U2yt .list,
.y81dJ-uR0n70U2yt .item-wrap {
  color: #e5af05;
}
.y81dJ-uR0n70U2yt .software-copy {
  color: #e5af05;
}

/* Base Cookie Banner */
.cookie-banner {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    color: #424a4d;
    padding: 15px;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    font-family: Arial, sans-serif;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.cookie-banner.show {
    visibility: visible;
    opacity: 1;
}

.cookie-banner p {
    margin: 0;
    font-size: 14px;
}

.cookie-banner a {
    color: #424a4d;
    text-decoration: underline;
}

.cookie-buttons {
    display: flex;
    gap: 10px;
}

.cookie-btn {
    all: unset;
    padding: 18px 15px;
    cursor: pointer;
    font-size: 14px;
    color: #ffffff;
    border-radius: 4px;
    text-align: center;
    line-height: 1;
    display: inline-block;
}

.cookie-btn.Accept {
    background-color: #28a745 !important;
}

.cookie-btn.ignore {
    background-color: #dc3545 !important;
}

/* Mobile View Adjustments */
@media (max-width: 768px) {
    .cookie-banner {
        flex-direction: column;
        padding: 10px;
        gap: 10px;
        font-size: 13px;
    }
    .cookie-buttons {
        flex-direction: column;
        width: 100%;
        gap: 8px;
    }
    .cookie-btn {
        width: 100%;
        padding: 10px 0;
    }
}
/* Finish Cookie Banner */
/* Main container for the cookie banner */
.cookie-banner {
  position: fixed;
  bottom: 20px;
  right: 20px;
  max-width: 400px;
  width: calc(100% - 40px);
  background: #fafafa;
  border-radius: 12px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
  padding: 20px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  display: flex;
  flex-direction: column;
  opacity: 0;
  transform: translateY(100%);
  animation: slideIn 0.5s forwards;
  z-index: 1000;
}

/* Slide in animation */
@keyframes slideIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Header section: icon and message */
.cookie-banner .banner-header {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.cookie-banner .banner-header img {
  width: 50px;
  height: 50px;
  margin-right: 12px;
}

.cookie-banner .banner-header p {
  font-size: 16px;
  color: #333;
  margin: 0;
}

/* Buttons section */
.cookie-banner .banner-buttons {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 10px;
}

.cookie-banner .banner-buttons button {
  border: none;
  border-radius: 4px;
  padding: 12px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s, transform 0.2s;
  width: 100%;
}

.cookie-banner .banner-buttons button:hover {
  transform: scale(1.03);
}

/* Accept button design */
.cookie-banner .banner-buttons button#cookieAcceptBtn {
  background-color: #4caf50;
  color: #fff;
}

/* Reject button design */
.cookie-banner .banner-buttons button#cookieRejectBtn {
  background-color: #fff;
  color: #f44336;
  border: 2px solid #f44336;
}

.cookie-banner .banner-buttons button#cookieRejectBtn:hover {
  background-color: #ffe6e6;
}

/* Footer section with policy links */
.cookie-banner .banner-footer {
  margin-top: 15px;
  text-align: center;
  font-size: 14px;
  color: #666;
  line-height: 1.4;
}

.cookie-banner .banner-footer a {
  color: #007bff;
  text-decoration: none;
  border-bottom: 1px dashed transparent;
  transition: border-bottom 0.3s;
}

.cookie-banner .banner-footer a:hover {
  border-bottom: 1px dashed #007bff;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .cookie-banner {
    max-width: 90%;
    padding: 15px;
    bottom: 15px;
    right: 15px;
  }
  .cookie-banner .banner-buttons button {
    font-size: 15px;
    padding: 10px;
  }
}

@media (max-width: 480px) {
  .cookie-banner {
    max-width: 100%;
    bottom: 10px;
    right: 10px;
    padding: 10px;
  }
  .cookie-banner .banner-header img {
    width: 40px;
    height: 40px;
  }
  .cookie-banner .banner-buttons button {
    font-size: 14px;
    padding: 8px;
  }
}

/* logoanimations */
@keyframes skewIn {
    0% {
        transform: skewX(-30deg);
        opacity: 0;
    }
    100% {
        transform: skewX(0);
        opacity: 1;
    }
}

.navbar-brand {
    animation: skewIn 1s ease-out;
}
/* endlogoanimations */

/* mainanimations */
/* Style 15: translate down */
a, button, .btn {
  transition: transform 0.1s ease;
}
a:active, button:active, .btn:active {
  transform: translateY(2px);
}
/* endmainanimations */
