@keyframes splide-loading {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(1turn)
    }
}
.trevi-pay .cta__text span{
    font-weight: 600;
}
.splide__track--draggable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.splide__track--fade>.splide__list>.splide__slide {
    margin: 0 !important;
    opacity: 0;
    z-index: 0
}

.splide__track--fade>.splide__list>.splide__slide.is-active {
    opacity: 1;
    z-index: 1
}

.splide--rtl {
    direction: rtl
}

.splide__track--ttb>.splide__list {
    display: block
}

.splide__container {
    box-sizing: border-box;
    position: relative
}

.splide__list {
    backface-visibility: hidden;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    margin: 0 !important;
    padding: 0 !important
}

.splide.is-initialized:not(.is-active) .splide__list {
    display: block
}

.splide__pagination {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
    pointer-events: none
}

.splide__pagination li {
    display: inline-block;
    line-height: 1;
    list-style-type: none;
    margin: 0;
    pointer-events: auto
}

.splide:not(.is-overflow) .splide__pagination {
    display: none
}

.splide__progress__bar {
    width: 0
}

.splide {
    position: relative;
    visibility: hidden
}

.splide.is-initialized,
.splide.is-rendered {
    visibility: visible
}

.splide__slide {
    -ms-flex-negative: 0;
    backface-visibility: hidden;
    box-sizing: border-box;
    flex-shrink: 0;
    list-style-type: none !important;
    margin: 0;
    position: relative
}

.splide__slide img {
    vertical-align: bottom
}

.splide__spinner {
    animation: splide-loading 1s linear infinite;
    border: 2px solid #999;
    border-left-color: transparent;
    border-radius: 50%;
    bottom: 0;
    contain: strict;
    display: inline-block;
    height: 20px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px
}

.splide__sr {
    clip: rect(0 0 0 0);
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
    display: none
}

.splide__toggle.is-active .splide__toggle__pause {
    display: inline
}

.splide__track {
    overflow: hidden;
    position: relative;
    z-index: 0
}

/* Cookies popup */
.cookie-banner {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #f8f8f8;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    z-index: 9999;
  }
  
  .cookie-text {
    font-size: 14px;
    margin-bottom: 10px;
  }
  
  .cookie-buttons {
    display: flex;
    gap: 10px;
  }
  
  .accept-cookies, .reject-cookies {
    background-color: #007bff;
    color: #ffffff;
    border: none;
    padding: 8px 16px;
    font-size: 14px;
    cursor: pointer;
  }
  
  .accept-cookies:hover, .reject-cookies:hover {
    background-color: #0069d9;
  }

  
.fade {
    transition: opacity 0.15s linear;
  }
  @media (prefers-reduced-motion: reduce) {
    .fade {
      transition: none;
    }
  }
  .fade:not(.show) {
    opacity: 0;
  }
  
  .collapse:not(.show) {
    display: none;
  }
  
  .collapsing {
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
  }
  @media (prefers-reduced-motion: reduce) {
    .collapsing {
      transition: none;
    }
  }
  .collapsing.collapse-horizontal {
    width: 0;
    height: auto;
    transition: width 0.35s ease;
  }
  @media (prefers-reduced-motion: reduce) {
    .collapsing.collapse-horizontal {
      transition: none;
    }
  }
  
  .modalCookie {
    --bs-modalCookie-zindex: 1055;
    --bs-modalCookie-width: 712px;
    --bs-modalCookie-padding: 1rem;
    --bs-modalCookie-margin: 0.5rem;
    --bs-modalCookie-color: ;
    --bs-modalCookie-bg: #fff;
    --bs-modalCookie-border-color: var(--bs-border-color-translucent);
    --bs-modalCookie-border-width: 1px;
    --bs-modalCookie-border-radius: 0.5rem;
    --bs-modalCookie-box-shadow: 0 8px 24px 0 rgba(0,0,0,0.1),0 0 16px 0 rgba(0,0,0,0.15);
    --bs-modalCookie-inner-border-radius: calc(0.5rem - 1px);
    --bs-modalCookie-header-padding-x: 1rem;
    --bs-modalCookie-header-padding-y: 1rem;
    --bs-modalCookie-header-padding: 1rem 1rem;
    --bs-modalCookie-header-border-color: var(--bs-border-color);
    --bs-modalCookie-header-border-width: 1px;
    --bs-modalCookie-title-line-height: 1.5;
    --bs-modalCookie-footer-gap: 0.5rem;
    --bs-modalCookie-footer-bg: ;
    --bs-modalCookie-footer-border-color: var(--bs-border-color);
    --bs-modalCookie-footer-border-width: 1px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--bs-modalCookie-zindex);
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
    font-family: Roboto, Segoe UI,system-ui,sans-serif;
  }
  
  .modalCookie-dialog {
    position: relative;
    width: auto;
    margin: var(--bs-modalCookie-margin);
    pointer-events: none;
  }
  .modalCookie.fade .modalCookie-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px);
  }
  @media (prefers-reduced-motion: reduce) {
    .modalCookie.fade .modalCookie-dialog {
      transition: none;
    }
  }
  .modalCookie.show .modalCookie-dialog {
    transform: none;
  }
  .modalCookie.modalCookie-static .modalCookie-dialog {
    transform: scale(1.02);
  }
  
  .modalCookie-dialog-scrollable {
    height: calc(100% - var(--bs-modalCookie-margin) * 2);
  }
  .modalCookie-dialog-scrollable .modalCookie-content {
    max-height: 100%;
    overflow: hidden;
  }
  .modalCookie-dialog-scrollable .modalCookie-body {
    overflow-y: auto;
  }
  
  .modalCookie-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - var(--bs-modalCookie-margin) * 2);
  }
  
  .modalCookie-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    color: var(--bs-modalCookie-color);
    pointer-events: auto;
    background-color: var(--bs-modalCookie-bg);
    background-clip: padding-box;
    border: var(--bs-modalCookie-border-width) solid var(--bs-modalCookie-border-color);
    border-radius: var(--bs-modalCookie-border-radius);
    outline: 0;
    -webkit-box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.1), 0 0 16px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.1), 0 0 16px 0 rgba(0, 0, 0, 0.15);
  }
  
  .modalCookie-backdrop {
    --bs-backdrop-zindex: 1050;
    --bs-backdrop-bg: #000;
    --bs-backdrop-opacity: 0.5;
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--bs-backdrop-zindex);
    width: 100vw;
    height: 100vh;
    background-color: var(--bs-backdrop-bg);
  }
  .modalCookie-backdrop.fade {
    opacity: 0;
  }
  .modalCookie-backdrop.show {
    opacity: var(--bs-backdrop-opacity);
  }
  
  .modalCookie-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: var(--bs-modalCookie-header-padding);
    border-bottom: var(--bs-modalCookie-header-border-width) solid var(--bs-modalCookie-header-border-color);
    border-top-left-radius: var(--bs-modalCookie-inner-border-radius);
    border-top-right-radius: var(--bs-modalCookie-inner-border-radius);
  }
  .modalCookie-header .btn-close {
    padding: calc(var(--bs-modalCookie-header-padding-y) * 0.5) calc(var(--bs-modalCookie-header-padding-x) * 0.5);
    margin: calc(-0.5 * var(--bs-modalCookie-header-padding-y)) calc(-0.5 * var(--bs-modalCookie-header-padding-x)) calc(-0.5 * var(--bs-modalCookie-header-padding-y)) auto;
    width: 24px;
    height: 24px;
    background: url(../images/24_cross_normal.svg);
    border: none;
  }

  .modalCookie-title {
    margin-bottom: 0;
    line-height: var(--bs-modalCookie-title-line-height);
    font-size: 1.1rem;
  }
  
  .modalCookie-body {
    position: relative;
    flex: 1 1 auto;
    padding: var(--bs-modalCookie-padding);
  }
  .modalCookie-body div{
    padding: 0 4px;
    line-height: 1.6;
  }
  .modalCookie-body a{
    color: #006ce1;
    text-decoration: none;
  }
  button{
    cursor: pointer;
  }
  .modalCookie-footer {
    display: flex;
    flex-shrink: 0;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: calc(var(--bs-modalCookie-padding) - var(--bs-modalCookie-footer-gap) * 0.5);
    background-color: var(--bs-modalCookie-footer-bg);
    border-top: var(--bs-modalCookie-footer-border-width) solid var(--bs-modalCookie-footer-border-color);
    border-bottom-right-radius: var(--bs-modalCookie-inner-border-radius);
    border-bottom-left-radius: var(--bs-modalCookie-inner-border-radius);
  }
  .modalCookie-footer > * {
    margin: calc(var(--bs-modalCookie-footer-gap) * 0.5);
  }
  
  @media (min-width: 576px) {
    .modalCookie {
      --bs-modalCookie-margin: 1.75rem;
      --bs-modalCookie-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    }
    .modalCookie-dialog {
      max-width: var(--bs-modalCookie-width);
      margin-right: auto;
      margin-left: auto;
    }
    .modalCookie-sm {
      --bs-modalCookie-width: 300px;
    }
  }
  @media (min-width: 992px) {
    .modalCookie-lg,
    .modalCookie-xl {
      --bs-modalCookie-width: 800px;
    }
  }
  @media (min-width: 1200px) {
    .modalCookie-xl {
      --bs-modalCookie-width: 1140px;
    }
  }
  .modalCookie-fullscreen {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modalCookie-fullscreen .modalCookie-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modalCookie-fullscreen .modalCookie-header,
  .modalCookie-fullscreen .modalCookie-footer {
    border-radius: 0;
  }
  .modalCookie-fullscreen .modalCookie-body {
    overflow-y: auto;
  }
  
  @media (max-width: 575.98px) {
    .modalCookie-fullscreen-sm-down {
      width: 100vw;
      max-width: none;
      height: 100%;
      margin: 0;
    }
    .modalCookie-fullscreen-sm-down .modalCookie-content {
      height: 100%;
      border: 0;
      border-radius: 0;
    }
    .modalCookie-fullscreen-sm-down .modalCookie-header,
    .modalCookie-fullscreen-sm-down .modalCookie-footer {
      border-radius: 0;
    }
    .modalCookie-fullscreen-sm-down .modalCookie-body {
      overflow-y: auto;
    }
  }
  @media (max-width: 767.98px) {
    .modalCookie-fullscreen-md-down {
      width: 100vw;
      max-width: none;
      height: 100%;
      margin: 0;
    }
    .modalCookie-fullscreen-md-down .modalCookie-content {
      height: 100%;
      border: 0;
      border-radius: 0;
    }
    .modalCookie-fullscreen-md-down .modalCookie-header,
    .modalCookie-fullscreen-md-down .modalCookie-footer {
      border-radius: 0;
    }
    .modalCookie-fullscreen-md-down .modalCookie-body {
      overflow-y: auto;
    }
  }
  @media (max-width: 991.98px) {
    .modalCookie-fullscreen-lg-down {
      width: 100vw;
      max-width: none;
      height: 100%;
      margin: 0;
    }
    .modalCookie-fullscreen-lg-down .modalCookie-content {
      height: 100%;
      border: 0;
      border-radius: 0;
    }
    .modalCookie-fullscreen-lg-down .modalCookie-header,
    .modalCookie-fullscreen-lg-down .modalCookie-footer {
      border-radius: 0;
    }
    .modalCookie-fullscreen-lg-down .modalCookie-body {
      overflow-y: auto;
    }
  }
  @media (max-width: 1199.98px) {
    .modalCookie-fullscreen-xl-down {
      width: 100vw;
      max-width: none;
      height: 100%;
      margin: 0;
    }
    .modalCookie-fullscreen-xl-down .modalCookie-content {
      height: 100%;
      border: 0;
      border-radius: 0;
    }
    .modalCookie-fullscreen-xl-down .modalCookie-header,
    .modalCookie-fullscreen-xl-down .modalCookie-footer {
      border-radius: 0;
    }
    .modalCookie-fullscreen-xl-down .modalCookie-body {
      overflow-y: auto;
    }
  }
  @media (max-width: 1399.98px) {
    .modalCookie-fullscreen-xxl-down {
      width: 100vw;
      max-width: none;
      height: 100%;
      margin: 0;
    }
    .modalCookie-fullscreen-xxl-down .modalCookie-content {
      height: 100%;
      border: 0;
      border-radius: 0;
    }
    .modalCookie-fullscreen-xxl-down .modalCookie-header,
    .modalCookie-fullscreen-xxl-down .modalCookie-footer {
      border-radius: 0;
    }
    .modalCookie-fullscreen-xxl-down .modalCookie-body {
      overflow-y: auto;
    }
  }
  .show{
    display: block;
  }
  .border-0 {
    border: 0 !important;
}
.p-2 {
    padding: 0.5rem !important;
}
.justify-content-center {
    justify-content: center !important;
}
.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #006ce1;
    --bs-btn-border-color: #006ce1;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #006ce1;
    --bs-btn-hover-border-color: #006ce1;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #006ce1;
    --bs-btn-active-border-color: #006ce1;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #006ce1;
    --bs-btn-disabled-border-color: #006ce1;
}
.btn {
    --bs-btn-padding-x: 25px;
    --bs-btn-padding-y: 6px;
    --bs-btn-font-family: Roboto, Segoe UI,system-ui,sans-serif;
    --bs-btn-font-size: 17px;
    --bs-btn-font-weight: 500;
    --bs-btn-line-height: 1.5;
    --bs-btn-border-width: 1px;
    --bs-btn-border-radius: 4px;
    --bs-btn-hover-border-color: transparent;
    --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    --bs-btn-disabled-opacity: 0.65;
    --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
    display: inline-block;
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    font-family: var(--bs-btn-font-family);
    font-size: var(--bs-btn-font-size);
    font-weight: var(--bs-btn-font-weight);
    line-height: var(--bs-btn-line-height);
    color: var(--bs-btn-color);
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius: var(--bs-btn-border-radius);
    background-color: var(--bs-btn-bg);
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
/* .as-biz {
    line-height: 1
} */

.as-biz a,
.as-biz abbr,
.as-biz acronym,
.as-biz address,
.as-biz applet,
.as-biz article,
.as-biz aside,
.as-biz audio,
.as-biz b,
.as-biz big,
.as-biz blockquote,
.as-biz canvas,
.as-biz caption,
.as-biz center,
.as-biz cite,
.as-biz code,
.as-biz dd,
.as-biz del,
.as-biz details,
.as-biz dfn,
.as-biz div,
.as-biz dl,
.as-biz dt,
.as-biz em,
.as-biz embed,
.as-biz fieldset,
.as-biz figcaption,
.as-biz figure,
.as-biz footer,
.as-biz form,
.as-biz h1,
.as-biz h2,
.as-biz h3,
.as-biz h5,
.as-biz h6,
.as-biz header,
.as-biz hgroup,
.as-biz i,
.as-biz iframe,
.as-biz img,
.as-biz ins,
.as-biz kbd,
.as-biz label,
.as-biz legend,
.as-biz li,
.as-biz mark,
.as-biz menu,
.as-biz nav,
.as-biz object,
.as-biz ol,
.as-biz output,
.as-biz p,
.as-biz pre,
.as-biz q,
.as-biz ruby,
.as-biz s,
.as-biz samp,
.as-biz section,
.as-biz small,
.as-biz span,
.as-biz strike,
.as-biz strong,
.as-biz sub,
.as-biz summary,
.as-biz sup,
.as-biz table,
.as-biz tbody,
.as-biz td,
.as-biz tfoot,
.as-biz th,
.as-biz thead,
.as-biz time,
.as-biz tr,
.as-biz tt,
.as-biz u,
.as-biz ul,
.as-biz var,
.as-biz video {
    border: 0;
    box-sizing: border-box;
    font-size: 100%;
    font: inherit;
    margin: 0;
    padding: 0;
    vertical-align: baseline
}

.as-biz article,
.as-biz aside,
.as-biz details,
.as-biz figcaption,
.as-biz figure,
.as-biz footer,
.as-biz header,
.as-biz hgroup,
.as-biz menu,
.as-biz nav,
.as-biz section {
    display: block
}

.as-biz ol,
.as-biz ul {
    list-style: none
}

.as-biz blockquote,
.as-biz q {
    quotes: none
}

.as-biz blockquote:after,
.as-biz blockquote:before,
.as-biz q:after,
.as-biz q:before {
    content: "";
    content: none
}

.as-biz table {
    border-collapse: collapse;
    border-spacing: 0
}

@font-face {
    font-family: Roboto;
    src: url(../font/Roboto-Regular.woff) format("woff"), url(../font/Roboto-Regular.woff2) format("woff2");
}
@font-face {
    font-family: Roboto;
    src: url(../font/Roboto-Bold.woff) format("woff"), url(../font/Roboto-Bold.woff2) format("woff2");
    font-weight: bold;
}
@font-face {
    font-family: RobotoSemibold;
    src: url(../font/Roboto-Medium.woff) format("woff"), url(../font/Roboto-Medium.woff2) format("woff2");
    font-weight: 600;
}
@font-face {
    font-family: Roboto;
    src: url(../font/Roboto-Italic.woff) format("woff"), url(../font/Roboto-Italic.woff2) format("woff2");
    font-style: italic;
}

@font-face {
    font-family: TTNorms;
    src: url(../font/TT-Norms-Pro-Regular.woff) format("woff"), url(../font/TT-Norms-Pro-Regular.woff2) format("woff2");
}

.as-overview__app.as-biz * {
    font-family: Roboto, Segoe UI, Arial, Microsoft JhengHei, Microsoft Yahei, SF Pro TC, SF Pro Text, PingFang TC, sans-serif
}

.as-overview__app.as-biz .banner .text__title {
    font-family: TTNorms, TTNormsProRegular, RobotoRegular, Roboto, Segoe UI, Arial, Microsoft JhengHei, Microsoft Yahei, SF Pro TC, SF Pro Text, PingFang TC, sans-serif
}

.as-overview__app.as-biz .banner .text__subtitle {
    font-family: Roboto, RobotoRegular, Segoe UI, Arial, Microsoft JhengHei, Microsoft Yahei, SF Pro TC, SF Pro Text, PingFang TC, sans-serif
}

.as-overview__app.as-biz p {
    font-size: 18px;
    line-height: 28px
}

@media only screen and (min-width:320px) {
    .as-overview__app.as-biz p {
        font-size: 18px;
        line-height: 23px
    }
}

@media only screen and (min-width:720px) {
    .as-overview__app.as-biz p {
        font-size: 20px;
        line-height: 28px
    }
}

.as-biz {
    width: 100%
}

.as-biz picture {
    display: block;
    overflow: hidden;
    width: 100%
}

.as-biz picture img {
    display: block;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%
}

.as-biz .showSP {
    display: block
}

@media screen and (min-width:480px) {
    .as-biz .showSP {
        display: none
    }
}

.as-biz .showPC {
    display: none
}

@media only screen and (min-width:1280px) {
    .as-biz .showPC {
        display: block
    }
}

.as-biz .showMobile {
    display: block
}

@media only screen and (min-width:1280px) {
    .as-biz .showMobile {
        display: none
    }
}

.as-biz .as-biz__wrapper {
    margin: 0 auto;
    max-width: 1440px;
    position: relative;
    width: 100%
}

.as-biz .as-biz__container {
    padding-left: 20px;
    padding-right: 20px
}

@media only screen and (min-width:320px) {
    .as-biz .as-biz__container {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media only screen and (min-width:720px) {
    .as-biz .as-biz__container {
        padding-left: 40px;
        padding-right: 40px
    }
}

.as-biz .as-biz__comments {
    position: relative;
    width: 100%
}

.as-biz .as-biz__comments .comments__bg {
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: auto
}

.as-biz__card.card {
    border-radius: 20px;
    overflow: hidden
}


@media only screen and (min-width:320px) {
    .as-biz__card.card {
        border-radius: 20px
    }
}

@media only screen and (min-width:720px) {
    .as-biz__card.card {
        border-radius: 20px
    }
}

@media only screen and (min-width:1280px) {
    .as-biz__card.card {
        border-radius: 30px
    }
}

.as-biz__card .card__img img, .zoom-img {
    transform: scale(1);
    transition: all .3s ease
}
.as-biz__card .card__img img:hover, .zoom-img:hover {
    transform: scale(1.08);
}

.as-biz__card .card__title {
    transform: scale(1) translateY(15%);
    transition: all 1s ease .3s
}

.as-biz__card .card__text {
    transform: scale(1) translateY(10%);
    transition: all 1s ease .5s
}

.as-biz__card.isStaged .card__img img {
    transform: scale(1)
}

.as-biz__card.isStaged .card__text,
.as-biz__card.isStaged .card__title {
    opacity: 1;
    transform: scale(1) translateY(0)
}
/* New cards  */
.new-box-container{
    max-width: 1440px;
    margin: auto !important;
}
.new-box-fx.boxContainer {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 32px 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: auto
}

@media screen and (max-width: 1279px) {
    .new-box-fx.boxContainer {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 80px 0 0
    }
}

@media screen and (max-width: 1279px) {
    .new-box-fx.boxContainer {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 64px 0 0
    }
}

.new-box-fx.boxContainer .box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 468px;
    width: 50%;
    margin: auto;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.new-box-fx.boxContainer .box:hover {
    -webkit-box-flex: 1.2;
    -ms-flex: 1.2;
    flex: 1.2
}

@media screen and (max-width: 1279px) {
    .new-box-fx.boxContainer .box {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        height: auto
    }
}

@media screen and (max-width: 730px) {
    .new-box-fx.boxContainer .box {
        width:100%;
        height: auto
    }
}

.new-box-fx.boxContainer .box .boxImage {
    line-height: 0
}
.new-box-fx.boxContainer .box .boxImage .onStage{
    display: unset !important;
}

@media screen and (max-width: 1279px) {
    .new-box-fx.boxContainer .box .boxImage {
        width:100%;
        height: 480px
    }
}

@media screen and (max-width: 730px) {
    .new-box-fx.boxContainer .box .boxImage {
        width:100%;
        aspect-ratio: 1/1;
        height: auto
    }
}

.new-box-fx.boxContainer .box .boxImage img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.new-box-fx.boxContainer .box .mask {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(48.73%,rgba(11,16,33,0)),color-stop(75.29%,rgba(11,16,33,0.8)));
    background: linear-gradient(180deg,rgba(11,16,33,0) 48.73%,rgba(11,16,33,0.8) 75.29%)
}

@media screen and (min-width: 1280px) {
    .new-box-fx.boxContainer .box .mask:hover {
        background:rgba(11,16,33,0.8)
    }

    .new-box-fx.boxContainer .box .mask:hover .maskInfo {
        top: 0;
        padding: 80px 40px
    }

    .new-box-fx.boxContainer .box .mask:hover .maskInfo .link,.new-box-fx.boxContainer .box .mask:hover .maskInfo .maskDescription {
        opacity: 1
    }
}

@media screen and (max-width: 1279px) {
    .new-box-fx.boxContainer .box .mask {
        position:relative;
        background: none
    }

    .new-box-fx.boxContainer .box .mask:hover {
        background: none
    }
}

.new-box-fx.boxContainer .box .mask .maskInfo {
    position: absolute;
    top: calc(100% - 230px);
    right: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 80px 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

@media screen and (max-width: 1279px) {
    .new-box-fx.boxContainer .box .mask .maskInfo {
        position:relative;
        top: 0;
        padding: 56px
    }
}

@media screen and (max-width: 730px) {
    .new-box-fx.boxContainer .box .mask .maskInfo {
        padding:48px 40px
    }
}

.new-box-fx.boxContainer .box .mask .maskInfo .maskTitle {
    display: -webkit-box;
    color: #ecf5ff;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-word;
    text-align: center;
    font-family: RobotoSemibold,Segoe UI,system-ui,sans-serif;
    font-weight: 600;
    font-size: 28px;
    line-height: 125%;
    text-decoration: none;
    line-height: 118%
}

.new-box-fx.boxContainer .box .mask .maskInfo .maskTitle:lang(tw),.new-box-fx.boxContainer .box .mask .maskInfo .maskTitle:lang(zh-TW),.new-box-fx.boxContainer .box .mask .maskInfo .maskTitle:lang(zh-tw) {
    font-family: "RobotoSemibold","Segoe UI","Arial","Microsoft JhengHei","Microsoft Yahei","SF Pro TC","SF Pro Text","PingFang TC",sans-serif
}

.new-box-fx.boxContainer .box .mask .maskInfo .maskTitle:lang(ja-jp),.new-box-fx.boxContainer .box .mask .maskInfo .maskTitle:lang(jp) {
    font-family: "RobotoSemibold","Segoe UI","Arial","メイリオ","ヒラギノ 角ゴシックProN W3","小塚ゴシック Pro H","KozGoPr6N-Heavy","KozGoPro-Heavy","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif
}

.new-box-fx.boxContainer .box .mask .maskInfo .maskTitle:lang(ko-kr),.new-box-fx.boxContainer .box .mask .maskInfo .maskTitle:lang(kr) {
    font-family: "RobotoSemibold","Segoe UI","Arial","Spoqa Han Sans Neo",sans-serif
}

.new-box-fx.boxContainer .box .mask .maskInfo .maskTitle:lang(cn),.new-box-fx.boxContainer .box .mask .maskInfo .maskTitle:lang(zh-CN),.new-box-fx.boxContainer .box .mask .maskInfo .maskTitle:lang(zh-cn) {
    font-family: "微软雅黑","RobotoSemibold","Segoe UI","Arial","PingFang TC","Microsoft JhengHei",sans-serif
}

@media screen and (max-width: 1279px) {
    .new-box-fx.boxContainer .box .mask .maskInfo .maskTitle {
        font-family:RobotoSemibold,Segoe UI,system-ui,sans-serif;
        font-weight: 600;
        font-size: 32px;
        line-height: 115%;
        text-decoration: none;
        color: #181818;
        -webkit-line-clamp: 2
    }

    .new-box-fx.boxContainer .box .mask .maskInfo .maskTitle:lang(tw),.new-box-fx.boxContainer .box .mask .maskInfo .maskTitle:lang(zh-TW),.new-box-fx.boxContainer .box .mask .maskInfo .maskTitle:lang(zh-tw) {
        font-family: "RobotoSemibold","Segoe UI","Arial","Microsoft JhengHei","Microsoft Yahei","SF Pro TC","SF Pro Text","PingFang TC",sans-serif
    }

    .new-box-fx.boxContainer .box .mask .maskInfo .maskTitle:lang(ja-jp),.new-box-fx.boxContainer .box .mask .maskInfo .maskTitle:lang(jp) {
        font-family: "RobotoSemibold","Segoe UI","Arial","メイリオ","ヒラギノ 角ゴシックProN W3","小塚ゴシック Pro H","KozGoPr6N-Heavy","KozGoPro-Heavy","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif
    }

    .new-box-fx.boxContainer .box .mask .maskInfo .maskTitle:lang(ko-kr),.new-box-fx.boxContainer .box .mask .maskInfo .maskTitle:lang(kr) {
        font-family: "RobotoSemibold","Segoe UI","Arial","Spoqa Han Sans Neo",sans-serif
    }

    .new-box-fx.boxContainer .box .mask .maskInfo .maskTitle:lang(cn),.new-box-fx.boxContainer .box .mask .maskInfo .maskTitle:lang(zh-CN),.new-box-fx.boxContainer .box .mask .maskInfo .maskTitle:lang(zh-cn) {
        font-family: "微软雅黑","RobotoSemibold","Segoe UI","Arial","PingFang TC","Microsoft JhengHei",sans-serif
    }
}

@media screen and (max-width: 730px) {
    .new-box-fx.boxContainer .box .mask .maskInfo .maskTitle {
        font-family:RobotoSemibold,Segoe UI,system-ui,sans-serif;
        font-weight: 600;
        font-size: 32px;
        line-height: 115%;
        text-decoration: none;
        -webkit-line-clamp: 4
    }

    .new-box-fx.boxContainer .box .mask .maskInfo .maskTitle:lang(tw),.new-box-fx.boxContainer .box .mask .maskInfo .maskTitle:lang(zh-TW),.new-box-fx.boxContainer .box .mask .maskInfo .maskTitle:lang(zh-tw) {
        font-family: "RobotoSemibold","Segoe UI","Arial","Microsoft JhengHei","Microsoft Yahei","SF Pro TC","SF Pro Text","PingFang TC",sans-serif
    }

    .new-box-fx.boxContainer .box .mask .maskInfo .maskTitle:lang(ja-jp),.new-box-fx.boxContainer .box .mask .maskInfo .maskTitle:lang(jp) {
        font-family: "RobotoSemibold","Segoe UI","Arial","メイリオ","ヒラギノ 角ゴシックProN W3","小塚ゴシック Pro H","KozGoPr6N-Heavy","KozGoPro-Heavy","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif
    }

    .new-box-fx.boxContainer .box .mask .maskInfo .maskTitle:lang(ko-kr),.new-box-fx.boxContainer .box .mask .maskInfo .maskTitle:lang(kr) {
        font-family: "RobotoSemibold","Segoe UI","Arial","Spoqa Han Sans Neo",sans-serif
    }

    .new-box-fx.boxContainer .box .mask .maskInfo .maskTitle:lang(cn),.new-box-fx.boxContainer .box .mask .maskInfo .maskTitle:lang(zh-CN),.new-box-fx.boxContainer .box .mask .maskInfo .maskTitle:lang(zh-cn) {
        font-family: "微软雅黑","RobotoSemibold","Segoe UI","Arial","PingFang TC","Microsoft JhengHei",sans-serif
    }
}

.new-box-fx.boxContainer .box .mask .maskInfo .maskTitle h3 {
    color: #ecf5ff;
    font-family: RobotoSemibold,Segoe UI,system-ui,sans-serif;
    font-weight: 600;
    font-size: 36px;
    line-height: 125%;
    text-decoration: none;
    line-height: 115%
}

.new-box-fx.boxContainer .box .mask .maskInfo .maskTitle h3:lang(tw),.new-box-fx.boxContainer .box .mask .maskInfo .maskTitle h3:lang(zh-TW),.new-box-fx.boxContainer .box .mask .maskInfo .maskTitle h3:lang(zh-tw) {
    font-family: "RobotoSemibold","Segoe UI","Arial","Microsoft JhengHei","Microsoft Yahei","SF Pro TC","SF Pro Text","PingFang TC",sans-serif
}

.new-box-fx.boxContainer .box .mask .maskInfo .maskTitle h3:lang(ja-jp),.new-box-fx.boxContainer .box .mask .maskInfo .maskTitle h3:lang(jp) {
    font-family: "RobotoSemibold","Segoe UI","Arial","メイリオ","ヒラギノ 角ゴシックProN W3","小塚ゴシック Pro H","KozGoPr6N-Heavy","KozGoPro-Heavy","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif
}

.new-box-fx.boxContainer .box .mask .maskInfo .maskTitle h3:lang(ko-kr),.new-box-fx.boxContainer .box .mask .maskInfo .maskTitle h3:lang(kr) {
    font-family: "RobotoSemibold","Segoe UI","Arial","Spoqa Han Sans Neo",sans-serif
}

.new-box-fx.boxContainer .box .mask .maskInfo .maskTitle h3:lang(cn),.new-box-fx.boxContainer .box .mask .maskInfo .maskTitle h3:lang(zh-CN),.new-box-fx.boxContainer .box .mask .maskInfo .maskTitle h3:lang(zh-cn) {
    font-family: "微软雅黑","RobotoSemibold","Segoe UI","Arial","PingFang TC","Microsoft JhengHei",sans-serif
}

@media screen and (max-width: 1279px) {
    .new-box-fx.boxContainer .box .mask .maskInfo .maskTitle h3 {
        font-family:RobotoSemibold,Segoe UI,system-ui,sans-serif;
        font-weight: 600;
        font-size: 32px;
        line-height: 115%;
        text-decoration: none;
        color: #181818
    }

    .new-box-fx.boxContainer .box .mask .maskInfo .maskTitle h3:lang(tw),.new-box-fx.boxContainer .box .mask .maskInfo .maskTitle h3:lang(zh-TW),.new-box-fx.boxContainer .box .mask .maskInfo .maskTitle h3:lang(zh-tw) {
        font-family: "RobotoSemibold","Segoe UI","Arial","Microsoft JhengHei","Microsoft Yahei","SF Pro TC","SF Pro Text","PingFang TC",sans-serif
    }

    .new-box-fx.boxContainer .box .mask .maskInfo .maskTitle h3:lang(ja-jp),.new-box-fx.boxContainer .box .mask .maskInfo .maskTitle h3:lang(jp) {
        font-family: "RobotoSemibold","Segoe UI","Arial","メイリオ","ヒラギノ 角ゴシックProN W3","小塚ゴシック Pro H","KozGoPr6N-Heavy","KozGoPro-Heavy","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif
    }

    .new-box-fx.boxContainer .box .mask .maskInfo .maskTitle h3:lang(ko-kr),.new-box-fx.boxContainer .box .mask .maskInfo .maskTitle h3:lang(kr) {
        font-family: "RobotoSemibold","Segoe UI","Arial","Spoqa Han Sans Neo",sans-serif
    }

    .new-box-fx.boxContainer .box .mask .maskInfo .maskTitle h3:lang(cn),.new-box-fx.boxContainer .box .mask .maskInfo .maskTitle h3:lang(zh-CN),.new-box-fx.boxContainer .box .mask .maskInfo .maskTitle h3:lang(zh-cn) {
        font-family: "微软雅黑","RobotoSemibold","Segoe UI","Arial","PingFang TC","Microsoft JhengHei",sans-serif
    }
}

@media screen and (max-width: 730px) {
    .new-box-fx.boxContainer .box .mask .maskInfo .maskTitle h3 {
        font-family:RobotoSemibold,Segoe UI,system-ui,sans-serif;
        font-weight: 600;
        font-size: 32px;
        line-height: 115%;
        text-decoration: none
    }

    .new-box-fx.boxContainer .box .mask .maskInfo .maskTitle h3:lang(tw),.new-box-fx.boxContainer .box .mask .maskInfo .maskTitle h3:lang(zh-TW),.new-box-fx.boxContainer .box .mask .maskInfo .maskTitle h3:lang(zh-tw) {
        font-family: "RobotoSemibold","Segoe UI","Arial","Microsoft JhengHei","Microsoft Yahei","SF Pro TC","SF Pro Text","PingFang TC",sans-serif
    }

    .new-box-fx.boxContainer .box .mask .maskInfo .maskTitle h3:lang(ja-jp),.new-box-fx.boxContainer .box .mask .maskInfo .maskTitle h3:lang(jp) {
        font-family: "RobotoSemibold","Segoe UI","Arial","メイリオ","ヒラギノ 角ゴシックProN W3","小塚ゴシック Pro H","KozGoPr6N-Heavy","KozGoPro-Heavy","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif
    }

    .new-box-fx.boxContainer .box .mask .maskInfo .maskTitle h3:lang(ko-kr),.new-box-fx.boxContainer .box .mask .maskInfo .maskTitle h3:lang(kr) {
        font-family: "RobotoSemibold","Segoe UI","Arial","Spoqa Han Sans Neo",sans-serif
    }

    .new-box-fx.boxContainer .box .mask .maskInfo .maskTitle h3:lang(cn),.new-box-fx.boxContainer .box .mask .maskInfo .maskTitle h3:lang(zh-CN),.new-box-fx.boxContainer .box .mask .maskInfo .maskTitle h3:lang(zh-cn) {
        font-family: "微软雅黑","RobotoSemibold","Segoe UI","Arial","PingFang TC","Microsoft JhengHei",sans-serif
    }
}

.new-box-fx.boxContainer .box .mask .maskInfo .maskDescription {
    opacity: 0;
    display: -webkit-box;
    color: #ffffff;
    margin-top: 12px;
    font-family: RobotoRegular,Segoe UI,system-ui,sans-serif;
    font-weight: 400;
    font-size: 18px;
    font-style: normal;
    line-height: 170%;
    letter-spacing: 0.02em;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 12;
    -webkit-box-orient: vertical;
    word-break: break-word;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-align: center
}

.new-box-fx.boxContainer .box .mask .maskInfo .maskDescription:lang(tw),.new-box-fx.boxContainer .box .mask .maskInfo .maskDescription:lang(zh-TW),.new-box-fx.boxContainer .box .mask .maskInfo .maskDescription:lang(zh-tw) {
    font-family: "RobotoRegular","Segoe UI","Arial","Microsoft JhengHei","Microsoft Yahei","SF Pro TC","SF Pro Text","PingFang TC",sans-serif
}

.new-box-fx.boxContainer .box .mask .maskInfo .maskDescription:lang(ja-jp),.new-box-fx.boxContainer .box .mask .maskInfo .maskDescription:lang(jp) {
    font-family: "RobotoRegular","メイリオ","ヒラギノ 角ゴシックProN W3","Roboto","Segoe UI","小塚ゴシック Pro H","KozGoPr6N-Heavy","KozGoPro-Heavy","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif
}

.new-box-fx.boxContainer .box .mask .maskInfo .maskDescription:lang(ko-kr),.new-box-fx.boxContainer .box .mask .maskInfo .maskDescription:lang(kr) {
    font-family: "RobotoRegular","Segoe UI","Arial","Spoqa Han Sans Neo",sans-serif
}

.new-box-fx.boxContainer .box .mask .maskInfo .maskDescription:lang(cn),.new-box-fx.boxContainer .box .mask .maskInfo .maskDescription:lang(zh-CN),.new-box-fx.boxContainer .box .mask .maskInfo .maskDescription:lang(zh-cn) {
    font-family: "微软雅黑","RobotoRegular","Segoe UI","Arial","PingFang TC","Microsoft JhengHei",sans-serif
}

@media screen and (max-width: 1279px) {
    .new-box-fx.boxContainer .box .mask .maskInfo .maskDescription {
        font-family:RobotoRegular,Segoe UI,system-ui,sans-serif;
        font-weight: 400;
        font-size: 18px;
        font-style: normal;
        line-height: 170%;
        letter-spacing: 0.02em;
        text-decoration: none;
        color: #181818;
        opacity: 1
    }

    .new-box-fx.boxContainer .box .mask .maskInfo .maskDescription:lang(tw),.new-box-fx.boxContainer .box .mask .maskInfo .maskDescription:lang(zh-TW),.new-box-fx.boxContainer .box .mask .maskInfo .maskDescription:lang(zh-tw) {
        font-family: "RobotoRegular","Segoe UI","Arial","Microsoft JhengHei","Microsoft Yahei","SF Pro TC","SF Pro Text","PingFang TC",sans-serif
    }

    .new-box-fx.boxContainer .box .mask .maskInfo .maskDescription:lang(ja-jp),.new-box-fx.boxContainer .box .mask .maskInfo .maskDescription:lang(jp) {
        font-family: "RobotoRegular","メイリオ","ヒラギノ 角ゴシックProN W3","Roboto","Segoe UI","小塚ゴシック Pro H","KozGoPr6N-Heavy","KozGoPro-Heavy","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif
    }

    .new-box-fx.boxContainer .box .mask .maskInfo .maskDescription:lang(ko-kr),.new-box-fx.boxContainer .box .mask .maskInfo .maskDescription:lang(kr) {
        font-family: "RobotoRegular","Segoe UI","Arial","Spoqa Han Sans Neo",sans-serif
    }

    .new-box-fx.boxContainer .box .mask .maskInfo .maskDescription:lang(cn),.new-box-fx.boxContainer .box .mask .maskInfo .maskDescription:lang(zh-CN),.new-box-fx.boxContainer .box .mask .maskInfo .maskDescription:lang(zh-cn) {
        font-family: "微软雅黑","RobotoRegular","Segoe UI","Arial","PingFang TC","Microsoft JhengHei",sans-serif
    }
}

@media screen and (max-width: 730px) {
    .new-box-fx.boxContainer .box .mask .maskInfo .maskDescription {
        font-family:RobotoRegular,Segoe UI,system-ui,sans-serif;
        font-weight: 400;
        font-size: 18px;
        font-style: normal;
        line-height: 170%;
        letter-spacing: 0.02em;
        text-decoration: none
    }

    .new-box-fx.boxContainer .box .mask .maskInfo .maskDescription:lang(tw),.new-box-fx.boxContainer .box .mask .maskInfo .maskDescription:lang(zh-TW),.new-box-fx.boxContainer .box .mask .maskInfo .maskDescription:lang(zh-tw) {
        font-family: "RobotoRegular","Segoe UI","Arial","Microsoft JhengHei","Microsoft Yahei","SF Pro TC","SF Pro Text","PingFang TC",sans-serif
    }

    .new-box-fx.boxContainer .box .mask .maskInfo .maskDescription:lang(ja-jp),.new-box-fx.boxContainer .box .mask .maskInfo .maskDescription:lang(jp) {
        font-family: "RobotoRegular","メイリオ","ヒラギノ 角ゴシックProN W3","Roboto","Segoe UI","小塚ゴシック Pro H","KozGoPr6N-Heavy","KozGoPro-Heavy","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif
    }

    .new-box-fx.boxContainer .box .mask .maskInfo .maskDescription:lang(ko-kr),.new-box-fx.boxContainer .box .mask .maskInfo .maskDescription:lang(kr) {
        font-family: "RobotoRegular","Segoe UI","Arial","Spoqa Han Sans Neo",sans-serif
    }

    .new-box-fx.boxContainer .box .mask .maskInfo .maskDescription:lang(cn),.new-box-fx.boxContainer .box .mask .maskInfo .maskDescription:lang(zh-CN),.new-box-fx.boxContainer .box .mask .maskInfo .maskDescription:lang(zh-cn) {
        font-family: "微软雅黑","RobotoRegular","Segoe UI","Arial","PingFang TC","Microsoft JhengHei",sans-serif
    }
}

.new-box-fx.boxContainer .box .mask .maskInfo .link {
    opacity: 0;
    margin-top: 32px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: white;
    font-weight: 600;
    display: flex;
    align-items: center;
    font-size: 1.125rem;
    line-height: 120%;
    text-decoration: none;
}
.new-box-fx.boxContainer .box .mask .maskInfo .link path{
    stroke: white;
}
.new-box-fx.boxContainer .box .mask .maskInfo .link svg{
    margin-left: 8px;
}
.new-box-fx.boxContainer .box .mask .maskInfo .link .linkText:hover{
    text-decoration: underline;
}
@media screen and (max-width: 1279px) {
    .new-box-fx.boxContainer .box .mask .maskInfo .link {
        opacity:1
    }
    .new-box-fx.boxContainer .box .mask .link .linkText {
        color: #006ce1;
    }
}

@media screen and (max-width: 730px) {
    .new-box-fx.boxContainer .box .mask .maskInfo .link {
        margin-top:24px
    }
}

.new-box-fx.boxContainer.box_3 .box {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 30%;
    flex: 1 1 30%
}

.new-box-fx.boxContainer.box_3 .box:hover {
    -webkit-box-flex: 1.3333;
    -ms-flex: 1.3333 1 40%;
    flex: 1.3333 1 40%
}

.new-box-fx.boxContainer.box_3 .box:hover .maskInfo .maskTitle {
    -webkit-line-clamp: 4
}

.new-box-fx.boxContainer.box_4 .box {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 22%;
    flex: 1 1 22%
}

.new-box-fx.boxContainer.box_4 .box:hover {
    -webkit-box-flex: 1.5454;
    -ms-flex: 1.5454 1 34%;
    flex: 1.5454 1 34%
}

.new-box-fx.boxContainer.box_5 .box {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 30%;
    flex: 1 1 30%
}

.new-box-fx.boxContainer.box_5 .box:hover {
    -webkit-box-flex: 1.333;
    -ms-flex: 1.333 1 40%;
    flex: 1.333 1 40%
}
.as-overview__app .isStaged .as-biz__button,
.as-overview__app .isStaged .as-biz__link {
    opacity: 1;
    transform: scaleX(1)
}

.as-overview__app .as-biz__fn-link {
    color: inherit;
    text-decoration: none
}

.as-overview__app .as-biz__fn-link:visited {
    color: inherit
}

.as-overview__app .as-biz__button,
.as-overview__app .as-biz__link {
    border: 1px solid #135cc9;
    border-radius: 22px;
    color: #135cc9;
    cursor: pointer;
    display: block;
    font-family: Roboto, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 44px;
    overflow: hidden;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: all .3s ease;
    width: 100%;
    z-index: 1
}

.as-overview__app .as-biz__button:after,
.as-overview__app .as-biz__link:after {
    box-shadow: inset 2px 2px 2px 0 #135cc9;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    top: 0;
    transition: all .3s ease;
    width: 100%;
    z-index: -1
}

.as-overview__app .as-biz__button:visited,
.as-overview__app .as-biz__link:visited {
    color: #135cc9
}

.as-overview__app .as-biz__button:focus,
.as-overview__app .as-biz__button:hover,
.as-overview__app .as-biz__link:focus,
.as-overview__app .as-biz__link:hover {
    color: #fff
}

.as-overview__app .as-biz__button:focus:after,
.as-overview__app .as-biz__button:hover:after,
.as-overview__app .as-biz__link:focus:after,
.as-overview__app .as-biz__link:hover:after {
    background-color: #135cc9;
    bottom: 0;
    height: 100%;
    top: auto
}

.as-biz__banner {
    overflow-x: hidden;
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 0
}

.as-biz__banner .banner__kv {
    display: block;
    overflow: hidden;
    padding-top: 35%;
    pointer-events: none;
    position: relative;
    transform: translateX(0);
    width: 100%
}

.as-biz__banner .banner__kv:after {
    border-right: 2px solid #fff;
    box-shadow: -60px -20px 30px #fff;
    box-sizing: border-box;
    content: "";
    height: 120%;
    left: 0;
    position: absolute;
    top: 0;
    width: calc(100% + 3px)
}

@media only screen and (min-width:320px) {
    .as-biz__banner .banner__kv {
        padding-top: 65%
    }
}

@media only screen and (min-width:720px) {
    .as-biz__banner .banner__kv {
        padding-top: 56%;
        transform: translateX(16%)
    }
}

@media only screen and (min-width:1280px) {
    .as-biz__banner .banner__kv {
        padding-top: 35.6%;
        transform: translateX(0)
    }
}

.as-biz__banner .banner__kv .kv__bg,
.as-biz__banner .banner__kv .kv__logo,
.as-biz__banner .banner__kv .kv__main {
    display: block;
    height: 100%;
    opacity: 0;
    perspective: 500;
    position: absolute;
    right: 0;
    top: 0;
    transition-duration: 2s;
    transition-property: transform, opacity;
    transition-timing-function: cubic-bezier(.165, .84, .44, 1)
}

.as-biz__banner .banner__kv .kv__bg img,
.as-biz__banner .banner__kv .kv__logo img,
.as-biz__banner .banner__kv .kv__main img {
    display: block;
    height: 100%;
    -o-object-position: right top;
    object-position: right top;
    width: 100%
}

.as-biz__banner .banner__kv .kv__bg {
    opacity: .5;
    transform: scale(1.1) translateY(1%) translateX(0)
}

.as-biz__banner .banner__kv .kv__bg.onStage {
    opacity: 1;
    transform: scale(1.05) translateY(0) translateX(0)
}

@media only screen and (min-width:320px) {
    .as-biz__banner .banner__kv .kv__bg.onStage {
        transform: scale(1.05) translateY(0) translateX(0)
    }
}

@media only screen and (min-width:720px) {
    .as-biz__banner .banner__kv .kv__bg.onStage {
        transform: scale(1.05) translateY(0) translateX(0)
    }
}

@media only screen and (min-width:1280px) {
    .as-biz__banner .banner__kv .kv__bg.onStage {
        transform: scale(1.05) translateY(0) translateX(10%)
    }
}

.as-biz__banner .banner__kv .kv__logo {
    opacity: 0;
    transform: translateX(-50%) scale(1.1)
}

.as-biz__banner .banner__kv .kv__logo.onStage {
    opacity: 1;
    transform: translateX(0) scale(1)
}

@media only screen and (min-width:320px) {
    .as-biz__banner .banner__kv .kv__logo.onStage {
        transform: translateX(0) scale(1)
    }
}

@media only screen and (min-width:1280px) {
    .as-biz__banner .banner__kv .kv__logo.onStage {
        transform: translateX(10%) scale(1)
    }
}

.as-biz__banner .banner__kv .kv__logo--1 {
    opacity: 0;
    transform: translateX(-80%) scale(1.1);
    transition-delay: .5s;
    transition-duration: 2s;
    transition-timing-function: cubic-bezier(.075, .82, .165, 1)
}

.as-biz__banner .banner__kv .kv__logo--1.onStage {
    opacity: .8;
    transform: translateX(0) scale(1)
}

@media only screen and (min-width:320px) {
    .as-biz__banner .banner__kv .kv__logo--1.onStage {
        transform: translateX(0) scale(1)
    }
}

@media only screen and (min-width:1280px) {
    .as-biz__banner .banner__kv .kv__logo--1.onStage {
        transform: translateX(10%) scale(1)
    }
}

.as-biz__banner .banner__kv .kv__logo--2 {
    opacity: 0;
    transform: translateX(-100%) scale(1.1);
    transition-delay: .8s;
    transition-duration: 2s;
    transition-timing-function: cubic-bezier(.075, .82, .165, 1)
}

.as-biz__banner .banner__kv .kv__logo--2.onStage {
    opacity: .5;
    transform: translateX(0) scale(1)
}

@media only screen and (min-width:320px) {
    .as-biz__banner .banner__kv .kv__logo--2.onStage {
        transform: translateX(0) scale(1)
    }
}

@media only screen and (min-width:1280px) {
    .as-biz__banner .banner__kv .kv__logo--2.onStage {
        transform: translateX(10%) scale(1)
    }
}

.as-biz__banner .banner__kv .kv__main {
    transform: scale(1.1) translateX(0)
}

.as-biz__banner .banner__kv .kv__main.onStage {
    opacity: 1;
    transform: scale(1.05) translateX(0)
}

@media only screen and (min-width:320px) {
    .as-biz__banner .banner__kv .kv__main.onStage {
        transform: scale(1.05) translateX(0)
    }
}

@media only screen and (min-width:1280px) {
    .as-biz__banner .banner__kv .kv__main.onStage {
        transform: scale(1.05) translateX(10%)
    }
}

.as-biz__banner .banner__info {
    display: block;
    margin-left: 20px;
    padding-top: 70px;
    position: relative
}

@media only screen and (min-width:320px) {
    .as-biz__banner .banner__info {
        padding-top: 70px;
        position: relative;
        top: 0;
        transform: translateY(0)
    }
}

@media only screen and (min-width:720px) {
    .as-biz__banner .banner__info {
        position: absolute;
        top: 55%;
        transform: translateY(-50%)
    }
}

@media only screen and (min-width:1280px) {
    .as-biz__banner .banner__info {
        padding-top: 0
    }
}

.as-biz__banner .banner__info .info__icon {
    display: block;
    overflow: hidden;
    width: 200px
}

@media only screen and (min-width:320px) {
    .as-biz__banner .banner__info .info__icon {
        width: 200px
    }
}

@media only screen and (min-width:1280px) {
    .as-biz__banner .banner__info .info__icon {
        width: 326px
    }
}

.as-biz__banner .banner__info .info__icon img {
    animation-duration: .5s;
    animation-fill-mode: forwards;
    animation-name: slide-right;
    animation-timing-function: ease-in-out;
    height: auto;
    opacity: 0;
    width: 100%
}

.as-biz__banner .banner__info .info__text {
    margin-top: 10px
}

.as-biz__banner .banner__info .info__text .text__box {
    overflow: hidden
}

.as-biz__banner .banner__info .info__text .text__title {
    -webkit-font-smoothing: subpixel-antialiased;
    animation-delay: .5s;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-name: slide-up;
    animation-timing-function: ease-in-out;
    color: #135cc9;
    font-size: 40px;
    font-weight: 600;
    line-height: 45px;
    opacity: 0
}

.as-biz__banner .banner__info .info__text .text__title--delay1 {
    animation-delay: .8s
}

@media only screen and (min-width:320px) {
    .as-biz__banner .banner__info .info__text .text__title {
        font-size: 40px;
        line-height: 45px
    }
}

@media only screen and (min-width:720px) {
    .as-biz__banner .banner__info .info__text .text__title {
        font-size: 50px;
        line-height: 55px
    }
}

@media only screen and (min-width:1280px) {
    .as-biz__banner .banner__info .info__text .text__title {
        font-size: 62px;
        line-height: 68px
    }
}

.as-biz__banner .banner__info .info__text .text__subtitle {
    -webkit-font-smoothing: subpixel-antialiased;
    animation-delay: 1s;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-name: slide-up;
    animation-timing-function: ease-in-out;
    color: #000;
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 18px;
    margin-top: 12px;
    opacity: 0
}

@media only screen and (min-width:320px) {
    .as-biz__banner .banner__info .info__text .text__subtitle {
        font-size: 24px
    }
}

@media only screen and (min-width:720px) {
    .as-biz__banner .banner__info .info__text .text__subtitle {
        font-size: 28px
    }
}

@media only screen and (min-width:1280px) {
    .as-biz__banner .banner__info .info__text .text__subtitle {
        font-size: 32px
    }
}

.as-biz__banner .banner__cta {
    display: block;
    left: 20px;
    position: absolute;
    top: 20px;
    width: 200px
}

@media only screen and (min-width:320px) {
    .as-biz__banner .banner__cta {
        width: 200px
    }
}

@media only screen and (min-width:1280px) {
    .as-biz__banner .banner__cta {
        width: 326px
    }
}

.as-biz__banner .banner__cta img {
    height: auto;
    width: 100%
}

@keyframes ani_kv-bg {
    0% {
        opacity: .5;
        transform: scale(1.1) translateY(1%)
    }

    to {
        opacity: 1;
        transform: scale(1.05) translateY(0)
    }
}

@keyframes ani_kv-main {
    0% {
        transform: scale(1.1)
    }
}

@keyframes ani_kv-logo {
    0% {
        transform: translateX(-100%)
    }

    to {
        transform: translateX(0)
    }
}

@keyframes slide-up {
    0% {
        transform: translateY(100%)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes slide-right {
    0% {
        transform: translateX(-100%)
    }

    to {
        opacity: 1;
        transform: translateX(0)
    }
}

.as-biz__benefits,
.as-biz__keydata,
.as-biz__situation {
    position: relative;
    z-index: 1
}

.as-biz__benefits.isStaged .benefits__text,
.as-biz__benefits.isStaged .benefits__title,
.as-biz__benefits.isStaged .keydata__text,
.as-biz__benefits.isStaged .keydata__title,
.as-biz__benefits.isStaged .situation__text,
.as-biz__benefits.isStaged .situation__title,
.as-biz__keydata.isStaged .benefits__text,
.as-biz__keydata.isStaged .benefits__title,
.as-biz__keydata.isStaged .keydata__text,
.as-biz__keydata.isStaged .keydata__title,
.as-biz__keydata.isStaged .situation__text,
.as-biz__keydata.isStaged .situation__title,
.as-biz__situation.isStaged .benefits__text,
.as-biz__situation.isStaged .benefits__title,
.as-biz__situation.isStaged .keydata__text,
.as-biz__situation.isStaged .keydata__title,
.as-biz__situation.isStaged .situation__text,
.as-biz__situation.isStaged .situation__title,
.benefits__title {
    opacity: 1;
    transform: translateY(0)
}

.as-biz__benefits .benefits__title,
.as-biz__benefits .keydata__title,
.as-biz__benefits .situation__title,
.as-biz__keydata .benefits__title,
.as-biz__keydata .keydata__title,
.as-biz__keydata .situation__title,
.as-biz__situation .benefits__title,
.as-biz__situation .keydata__title,
.as-biz__situation .situation__title,
.benefits__title {
    color: #181818;
    font-size: 30px;
    font-weight: bold;
    line-height: 35px;
    opacity: 0;
    padding-bottom: 16px;
    text-align: left;
    transform: translateY(15%);
    transition: all .5s ease-in;
    text-align: center
}

@media only screen and (min-width:320px) {

    .as-biz__benefits .benefits__title,
    .as-biz__benefits .keydata__title,
    .as-biz__benefits .situation__title,
    .as-biz__keydata .benefits__title,
    .as-biz__keydata .keydata__title,
    .as-biz__keydata .situation__title,
    .as-biz__situation .benefits__title,
    .as-biz__situation .keydata__title,
    .as-biz__situation .situation__title,
    .benefits__title {
        font-size: 30px;
        line-height: 35px;
        padding-bottom: 22px
    }
}

@media only screen and (min-width:720px) {

    .as-biz__benefits .benefits__title,
    .as-biz__benefits .keydata__title,
    .as-biz__benefits .situation__title,
    .as-biz__keydata .benefits__title,
    .as-biz__keydata .keydata__title,
    .as-biz__keydata .situation__title,
    .as-biz__situation .benefits__title,
    .as-biz__situation .keydata__title,
    .as-biz__situation .situation__title,
    .benefits__title {
        font-size: 40px;
        line-height: 45px;
        padding-bottom: 21px
    }
}

@media only screen and (min-width:1280px) {

    .as-biz__benefits .benefits__title,
    .as-biz__benefits .keydata__title,
    .as-biz__benefits .situation__title,
    .as-biz__keydata .benefits__title,
    .as-biz__keydata .keydata__title,
    .as-biz__keydata .situation__title,
    .as-biz__situation .benefits__title,
    .as-biz__situation .keydata__title,
    .as-biz__situation .situation__title,
    .benefits__title {
        font-size: 48px;
        line-height: 1.1;
        padding-bottom: 32px;
        text-align: center
    }
}

.as-biz__benefits .benefits__text,
.as-biz__benefits .keydata__text,
.as-biz__benefits .situation__text,
.as-biz__keydata .benefits__text,
.as-biz__keydata .keydata__text,
.as-biz__keydata .situation__text,
.as-biz__situation .benefits__text,
.as-biz__situation .keydata__text,
.as-biz__situation .situation__text {
    color: #181818;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    margin: 0 auto;
    max-width: 945px;
    opacity: 0;
    padding-bottom: 30px;
    transform: translateY(5%);
    transition: all .5s ease-in .2s;
    text-align: center
}

@media only screen and (min-width:320px) {

    .as-biz__benefits .benefits__text,
    .as-biz__benefits .keydata__text,
    .as-biz__benefits .situation__text,
    .as-biz__keydata .benefits__text,
    .as-biz__keydata .keydata__text,
    .as-biz__keydata .situation__text,
    .as-biz__situation .benefits__text,
    .as-biz__situation .keydata__text,
    .as-biz__situation .situation__text {
        font-size: 18px;
        line-height: 25px;
        padding-bottom: 30px
    }
}

@media only screen and (min-width:720px) {

    .as-biz__benefits .benefits__text,
    .as-biz__benefits .keydata__text,
    .as-biz__benefits .situation__text,
    .as-biz__keydata .benefits__text,
    .as-biz__keydata .keydata__text,
    .as-biz__keydata .situation__text,
    .as-biz__situation .benefits__text,
    .as-biz__situation .keydata__text,
    .as-biz__situation .situation__text {
        font-size: 20px;
        line-height: 27px;
        padding-bottom: 30px
    }
}

@media only screen and (min-width:1280px) {

    .as-biz__benefits .benefits__text,
    .as-biz__benefits .keydata__text,
    .as-biz__benefits .situation__text,
    .as-biz__keydata .benefits__text,
    .as-biz__keydata .keydata__text,
    .as-biz__keydata .situation__text,
    .as-biz__situation .benefits__text,
    .as-biz__situation .keydata__text,
    .as-biz__situation .situation__text {
        font-size: 20px;
        line-height: 27px;
        padding-bottom: 30px;
    }
}

.as-biz__benefits .benefits__wrapper,
.as-biz__benefits .keydata__wrapper,
.as-biz__benefits .situation__wrapper,
.as-biz__keydata .benefits__wrapper,
.as-biz__keydata .keydata__wrapper,
.as-biz__keydata .situation__wrapper,
.as-biz__situation .benefits__wrapper,
.as-biz__situation .keydata__wrapper,
.as-biz__situation .situation__wrapper {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 75px
}

@media only screen and (min-width:320px) {

    .as-biz__benefits .benefits__wrapper,
    .as-biz__benefits .keydata__wrapper,
    .as-biz__benefits .situation__wrapper,
    .as-biz__keydata .benefits__wrapper,
    .as-biz__keydata .keydata__wrapper,
    .as-biz__keydata .situation__wrapper,
    .as-biz__situation .benefits__wrapper,
    .as-biz__situation .keydata__wrapper,
    .as-biz__situation .situation__wrapper {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 75px
    }
}

@media only screen and (min-width:720px) {

    .as-biz__benefits .benefits__wrapper,
    .as-biz__benefits .keydata__wrapper,
    .as-biz__benefits .situation__wrapper,
    .as-biz__keydata .benefits__wrapper,
    .as-biz__keydata .keydata__wrapper,
    .as-biz__keydata .situation__wrapper,
    .as-biz__situation .benefits__wrapper,
    .as-biz__situation .keydata__wrapper,
    .as-biz__situation .situation__wrapper {
        padding-left: 40px;
        padding-right: 40px;
        padding-top: 90px
    }
}

@media only screen and (min-width:1280px) {

    .as-biz__benefits .benefits__wrapper,
    .as-biz__benefits .keydata__wrapper,
    .as-biz__benefits .situation__wrapper,
    .as-biz__keydata .benefits__wrapper,
    .as-biz__keydata .keydata__wrapper,
    .as-biz__keydata .situation__wrapper,
    .as-biz__situation .benefits__wrapper,
    .as-biz__situation .keydata__wrapper,
    .as-biz__situation .situation__wrapper {
        padding-top: 151px
    }
}

.as-biz__benefits .benefits__box,
.as-biz__benefits .keydata__box,
.as-biz__benefits .situation__box,
.as-biz__keydata .benefits__box,
.as-biz__keydata .keydata__box,
.as-biz__keydata .situation__box,
.as-biz__situation .benefits__box,
.as-biz__situation .keydata__box,
.as-biz__situation .situation__box {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr;
    margin: 0 auto;
    width: 100%
}

@media only screen and (min-width:1280px) {

    .as-biz__benefits .benefits__box,
    .as-biz__benefits .keydata__box,
    .as-biz__benefits .situation__box,
    .as-biz__keydata .benefits__box,
    .as-biz__keydata .keydata__box,
    .as-biz__keydata .situation__box,
    .as-biz__situation .benefits__box,
    .as-biz__situation .keydata__box,
    .as-biz__situation .situation__box {
        grid-template-columns: 1fr 1fr 1fr
    }
}

.as-biz__benefits.benefits,
.as-biz__benefits.keydata,
.as-biz__benefits.situation,
.as-biz__keydata.benefits,
.as-biz__keydata.keydata,
.as-biz__keydata.situation,
.as-biz__situation.benefits,
.as-biz__situation.keydata,
.as-biz__situation.situation {
    background-color: #fff
}

@media only screen and (min-width:720px) {

    .as-biz__benefits.benefits,
    .as-biz__benefits.keydata,
    .as-biz__benefits.situation,
    .as-biz__keydata.benefits,
    .as-biz__keydata.keydata,
    .as-biz__keydata.situation,
    .as-biz__situation.benefits,
    .as-biz__situation.keydata,
    .as-biz__situation.situation {
        padding: 0
    }
}

.as-biz__benefits .situation__box,
.as-biz__keydata .situation__box,
.as-biz__situation .situation__box {
    max-width: 1360px
}

.as-biz__benefits .situation__card,
.as-biz__keydata .situation__card,
.as-biz__situation .situation__card {
    border-radius: 20px;
    display: grid;
    grid-template-columns: 1fr;
    position: relative
}

.as-biz__benefits .situation__card:nth-child(2) .card__mask,
.as-biz__benefits .situation__card:nth-child(2) .card__title,
.as-biz__keydata .situation__card:nth-child(2) .card__mask,
.as-biz__keydata .situation__card:nth-child(2) .card__title,
.as-biz__situation .situation__card:nth-child(2) .card__mask,
.as-biz__situation .situation__card:nth-child(2) .card__title {
    transition-delay: .1s
}

.as-biz__benefits .situation__card:nth-child(3) .card__mask,
.as-biz__benefits .situation__card:nth-child(3) .card__title,
.as-biz__keydata .situation__card:nth-child(3) .card__mask,
.as-biz__keydata .situation__card:nth-child(3) .card__title,
.as-biz__situation .situation__card:nth-child(3) .card__mask,
.as-biz__situation .situation__card:nth-child(3) .card__title {
    transition-delay: .2s
}

.as-biz__benefits .situation__card:nth-child(4) .card__mask,
.as-biz__benefits .situation__card:nth-child(4) .card__title,
.as-biz__keydata .situation__card:nth-child(4) .card__mask,
.as-biz__keydata .situation__card:nth-child(4) .card__title,
.as-biz__situation .situation__card:nth-child(4) .card__mask,
.as-biz__situation .situation__card:nth-child(4) .card__title {
    transition-delay: .3s
}

@media only screen and (min-width:720px) {

    .as-biz__benefits .situation__card,
    .as-biz__keydata .situation__card,
    .as-biz__situation .situation__card {
        border-radius: 20px;
        grid-template-columns: 310px 1fr
    }
}

@media only screen and (min-width:1280px) {

    .as-biz__benefits .situation__card,
    .as-biz__keydata .situation__card,
    .as-biz__situation .situation__card {
        border-radius: 30px;
        grid-template-columns: 1fr
    }

    .as-biz__benefits .situation__card:hover .card__mask,
    .as-biz__keydata .situation__card:hover .card__mask,
    .as-biz__situation .situation__card:hover .card__mask {
        height: 100%
    }

    .as-biz__benefits .situation__card:hover .card__mask .card__link,
    .as-biz__benefits .situation__card:hover .card__mask .card__text,
    .as-biz__keydata .situation__card:hover .card__mask .card__link,
    .as-biz__keydata .situation__card:hover .card__mask .card__text,
    .as-biz__situation .situation__card:hover .card__mask .card__link,
    .as-biz__situation .situation__card:hover .card__mask .card__text {
        display: block;
        height: 100%
    }
}

.as-biz__benefits .situation__card .card__img,
.as-biz__keydata .situation__card .card__img,
.as-biz__situation .situation__card .card__img {
    border-radius: 20px
}

.as-biz__benefits .situation__card .card__mask,
.as-biz__keydata .situation__card .card__mask,
.as-biz__situation .situation__card .card__mask {
    border-radius: 20px;
    position: relative
}

@media only screen and (min-width:720px) {

    .as-biz__benefits .situation__card .card__mask,
    .as-biz__keydata .situation__card .card__mask,
    .as-biz__situation .situation__card .card__mask {
        border-radius: 20px
    }
}

@media only screen and (min-width:1280px) {

    .as-biz__benefits .situation__card .card__mask,
    .as-biz__keydata .situation__card .card__mask,
    .as-biz__situation .situation__card .card__mask {
        align-items: center;
        -webkit-backdrop-filter: blur(20px) brightness(66%);
        backdrop-filter: blur(20px) brightness(66%);
        border-radius: 30px;
        bottom: 0;
        display: grid;
        height: 115px;
        left: 0;
        opacity: 1;
        position: absolute;
        transition: all .5s ease;
        width: 100%
    }
}

.as-biz__benefits .situation__card .card__text,
.as-biz__keydata .situation__card .card__text,
.as-biz__situation .situation__card .card__text {
    display: block
}

@media only screen and (min-width:1280px) {

    .as-biz__benefits .situation__card .card__text,
    .as-biz__keydata .situation__card .card__text,
    .as-biz__situation .situation__card .card__text {
        display: none;
        height: 0
    }
}

.as-biz__benefits .situation__card .card__link,
.as-biz__keydata .situation__card .card__link,
.as-biz__situation .situation__card .card__link {
    color: #135cc9;
    font-weight: 600;
    margin-top: 20px
}
.text-blue-asus-b2b {
    color: #135cc9;
}
@media only screen and (min-width:1280px) {

    .as-biz__benefits .situation__card .card__link,
    .as-biz__keydata .situation__card .card__link,
    .as-biz__situation .situation__card .card__link {
        color: #fff
    }
}

.as-biz__benefits .situation__card .card__title,
.as-biz__keydata .situation__card .card__title,
.as-biz__situation .situation__card .card__title {
    color: #135cc9;
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
    padding: 22px 0 20px
}

@media only screen and (min-width:320px) {

    .as-biz__benefits .situation__card .card__title,
    .as-biz__keydata .situation__card .card__title,
    .as-biz__situation .situation__card .card__title {
        font-size: 22px;
        line-height: 30px;
        padding: 22px 0 20px
    }
}

@media only screen and (min-width:720px) {

    .as-biz__benefits .situation__card .card__title,
    .as-biz__keydata .situation__card .card__title,
    .as-biz__situation .situation__card .card__title {
        color: #135cc9;
        font-size: 23px;
        line-height: 27px;
        padding: 0 0 20px 20px
    }
}

@media only screen and (min-width:1280px) {

    .as-biz__benefits .situation__card .card__title,
    .as-biz__keydata .situation__card .card__title,
    .as-biz__situation .situation__card .card__title {
        color: #fff;
        font-size: 23px;
        line-height: 27px;
        padding: 35px 40px
    }
}

.as-biz__benefits .situation__card .card__text,
.as-biz__keydata .situation__card .card__text,
.as-biz__situation .situation__card .card__text {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
    padding: 0 0 18px
}

@media only screen and (min-width:320px) {

    .as-biz__benefits .situation__card .card__text,
    .as-biz__keydata .situation__card .card__text,
    .as-biz__situation .situation__card .card__text {
        font-size: 18px;
        line-height: 23px;
        padding: 0 0 18px
    }
}

@media only screen and (min-width:720px) {

    .as-biz__benefits .situation__card .card__text,
    .as-biz__keydata .situation__card .card__text,
    .as-biz__situation .situation__card .card__text {
        font-size: 18px;
        line-height: 23px;
        padding: 0 20px 18px
    }
}

@media only screen and (min-width:1280px) {

    .as-biz__benefits .situation__card .card__text,
    .as-biz__keydata .situation__card .card__text,
    .as-biz__situation .situation__card .card__text {
        color: #fff;
        font-size: 18px;
        line-height: 23px;
        padding: 0 40px 18px
    }
}

.as-biz__benefits .keydata__wrapper,
.as-biz__keydata .keydata__wrapper,
.as-biz__situation .keydata__wrapper {
    padding-bottom: 75px
}

@media only screen and (min-width:320px) {

    .as-biz__benefits .keydata__wrapper,
    .as-biz__keydata .keydata__wrapper,
    .as-biz__situation .keydata__wrapper {
        padding-bottom: 75px
    }
}

@media only screen and (min-width:720px) {

    .as-biz__benefits .keydata__wrapper,
    .as-biz__keydata .keydata__wrapper,
    .as-biz__situation .keydata__wrapper {
        padding-bottom: 90px
    }
}

@media only screen and (min-width:1280px) {

    .as-biz__benefits .keydata__wrapper,
    .as-biz__keydata .keydata__wrapper,
    .as-biz__situation .keydata__wrapper {
        padding-bottom: 151px
    }
}

.as-biz__benefits .keydata__box,
.as-biz__keydata .keydata__box,
.as-biz__situation .keydata__box {
    max-width: 1170px
}

@media only screen and (min-width:320px) {

    .as-biz__benefits .keydata__box,
    .as-biz__keydata .keydata__box,
    .as-biz__situation .keydata__box {
        gap: 25px
    }
}

@media only screen and (min-width:1280px) {

    .as-biz__benefits .keydata__box,
    .as-biz__keydata .keydata__box,
    .as-biz__situation .keydata__box {
        gap: 38px
    }
}

.as-biz__benefits .keydata__card,
.as-biz__keydata .keydata__card,
.as-biz__situation .keydata__card {
    background-color: #135cc9;
    color: #fff;
    padding: 28px
}

@media only screen and (min-width:320px) {

    .as-biz__benefits .keydata__card,
    .as-biz__keydata .keydata__card,
    .as-biz__situation .keydata__card {
        padding: 75px 28px 28px
    }
}

@media only screen and (min-width:720px) {

    .as-biz__benefits .keydata__card,
    .as-biz__keydata .keydata__card,
    .as-biz__situation .keydata__card {
        padding: 60px 20px 40px
    }
}

@media only screen and (min-width:1280px) {

    .as-biz__benefits .keydata__card,
    .as-biz__keydata .keydata__card,
    .as-biz__situation .keydata__card {
        padding: 113px 27px 27px
    }
}

.as-biz__benefits .keydata__card .card__percentage,
.as-biz__keydata .keydata__card .card__percentage,
.as-biz__situation .keydata__card .card__percentage {
    color: #fff;
    font-size: 75px
}

.as-biz__benefits .keydata__card .card__percentage .percentage__content,
.as-biz__keydata .keydata__card .card__percentage .percentage__content,
.as-biz__situation .keydata__card .card__percentage .percentage__content {
    font-weight: 600
}

.as-biz__benefits .keydata__card .card__text,
.as-biz__keydata .keydata__card .card__text,
.as-biz__situation .keydata__card .card__text {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
    padding: 0;
    text-align: left
}

@media only screen and (min-width:320px) {

    .as-biz__benefits .keydata__card .card__text,
    .as-biz__keydata .keydata__card .card__text,
    .as-biz__situation .keydata__card .card__text {
        font-size: 18px;
        line-height: 23px
    }
}

@media only screen and (min-width:720px) {

    .as-biz__benefits .keydata__card .card__text,
    .as-biz__keydata .keydata__card .card__text,
    .as-biz__situation .keydata__card .card__text {
        font-size: 20px;
        line-height: 27px
    }
}

.as-biz__benefits .keydata__card .card__text sup,
.as-biz__keydata .keydata__card .card__text sup,
.as-biz__situation .keydata__card .card__text sup {
    font-size: 70%;
    line-height: 0;
    vertical-align: super
}

.as-biz__benefits.benefits,
.as-biz__keydata.benefits,
.as-biz__situation.benefits {
    padding-bottom: 75px
}

@media only screen and (min-width:320px) {

    .as-biz__benefits.benefits,
    .as-biz__keydata.benefits,
    .as-biz__situation.benefits {
        padding-bottom: 75px
    }
}

@media only screen and (min-width:720px) {

    .as-biz__benefits.benefits,
    .as-biz__keydata.benefits,
    .as-biz__situation.benefits {
        padding-bottom: 88px
    }
}

@media only screen and (min-width:1280px) {

    .as-biz__benefits.benefits,
    .as-biz__keydata.benefits,
    .as-biz__situation.benefits {
        padding-bottom: 140px
    }
}

.as-biz__benefits .benefits__box,
.as-biz__keydata .benefits__box,
.as-biz__situation .benefits__box {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr
}

@media only screen and (min-width:320px) {

    .as-biz__benefits .benefits__box,
    .as-biz__keydata .benefits__box,
    .as-biz__situation .benefits__box {
        gap: 20px;
        grid-template-columns: 1fr
    }
}

@media only screen and (min-width:720px) {

    .as-biz__benefits .benefits__box,
    .as-biz__keydata .benefits__box,
    .as-biz__situation .benefits__box {
        gap: 22px;
        grid-template-columns: 1fr 1fr
    }
}

@media only screen and (min-width:1280px) {

    .as-biz__benefits .benefits__box,
    .as-biz__keydata .benefits__box,
    .as-biz__situation .benefits__box {
        gap: 20px;
        grid-template-columns: 440px auto 440px;
        max-width: 1130px
    }
}

.as-biz__benefits .benefits__card,
.as-biz__keydata .benefits__card,
.as-biz__situation .benefits__card {
    background-color: #135cc9;
    border-radius: 20px;
    color: #fff;
    padding: 40px 27px 27px
}

@media only screen and (min-width:720px) {

    .as-biz__benefits .benefits__card,
    .as-biz__keydata .benefits__card,
    .as-biz__situation .benefits__card {
        border-radius: 20px;
        padding: 40px 27px 27px
    }
}

@media only screen and (min-width:1280px) {

    .as-biz__benefits .benefits__card,
    .as-biz__keydata .benefits__card,
    .as-biz__situation .benefits__card {
        border-radius: 30px;
        padding: 80px 55px 45px
    }

    .as-biz__benefits .benefits__card:first-child,
    .as-biz__keydata .benefits__card:first-child,
    .as-biz__situation .benefits__card:first-child {
        grid-column-end: 3;
        grid-column-start: 1;
        grid-row-end: 1;
        grid-row-start: 1
    }

    .as-biz__benefits .benefits__card:nth-child(2),
    .as-biz__keydata .benefits__card:nth-child(2),
    .as-biz__situation .benefits__card:nth-child(2) {
        grid-column-end: 4;
        grid-column-start: 3;
        grid-row-end: 1;
        grid-row-start: 1
    }

    .as-biz__benefits .benefits__card:nth-child(3),
    .as-biz__keydata .benefits__card:nth-child(3),
    .as-biz__situation .benefits__card:nth-child(3) {
        grid-column-end: 2;
        grid-column-start: 1;
        grid-row-end: 2;
        grid-row-start: 2
    }

    .as-biz__benefits .benefits__card:nth-child(4),
    .as-biz__keydata .benefits__card:nth-child(4),
    .as-biz__situation .benefits__card:nth-child(4) {
        grid-column-end: 4;
        grid-column-start: 2;
        grid-row-end: 2;
        grid-row-start: 2
    }
}

.as-biz__benefits .benefits__card .card__img,
.as-biz__keydata .benefits__card .card__img,
.as-biz__situation .benefits__card .card__img {
    width: 60px
}

@media only screen and (min-width:320px) {

    .as-biz__benefits .benefits__card .card__img,
    .as-biz__keydata .benefits__card .card__img,
    .as-biz__situation .benefits__card .card__img {
        width: 60px
    }
}

@media only screen and (min-width:720px) {

    .as-biz__benefits .benefits__card .card__img,
    .as-biz__keydata .benefits__card .card__img,
    .as-biz__situation .benefits__card .card__img {
        width: 60px
    }
}

@media only screen and (min-width:1280px) {

    .as-biz__benefits .benefits__card .card__img,
    .as-biz__keydata .benefits__card .card__img,
    .as-biz__situation .benefits__card .card__img {
        width: 96px
    }
}

.as-biz__benefits .benefits__card .card__title,
.as-biz__keydata .benefits__card .card__title,
.as-biz__situation .benefits__card .card__title {
    font-size: 21px;
    font-weight: 600;
    line-height: 26px;
    margin-top: 20px
}

@media only screen and (min-width:720px) {

    .as-biz__benefits .benefits__card .card__title,
    .as-biz__keydata .benefits__card .card__title,
    .as-biz__situation .benefits__card .card__title {
        font-size: 24px;
        line-height: 34px
    }
}

.as-biz__benefits .benefits__card .card__text,
.as-biz__keydata .benefits__card .card__text,
.as-biz__situation .benefits__card .card__text {
    font-size: 18px;
    font-weight: 400;
    line-height: 23px
}

@media only screen and (min-width:720px) {

    .as-biz__benefits .benefits__card .card__text,
    .as-biz__keydata .benefits__card .card__text,
    .as-biz__situation .benefits__card .card__text {
        font-size: 20px;
        line-height: 27px
    }
}

.as-biz__reviews {
    background-color: #dbdbdb;
    overflow-x: hidden;
    position: relative;
    width: 100%
}

.as-biz__reviews .reviews__bg {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: 80% 50%;
    object-position: 80% 50%;
    position: absolute;
    top: 0;
    width: auto
}


@media only screen and (min-width:320px) {
    .as-biz__reviews .reviews__bg {
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain;
        -o-object-position: 80% 50%;
        object-position: 80% 50%;
        width: auto
    }
}

@media only screen and (min-width:720px) {
    .as-biz__reviews .reviews__bg {
        -o-object-fit: contain;
        object-fit: contain;
        -o-object-position: 80% 50%;
        object-position: 80% 50%;
        width: 100%
    }
}

@media only screen and (min-width:1280px) {
    .as-biz__reviews .reviews__bg {
        -o-object-fit: contain;
        object-fit: contain;
        -o-object-position: 80% 50%;
        object-position: 80% 50%
    }
    
}

.as-biz__reviews .reviews__wrapper {
    padding: 50px 0 60px
}

.as-biz__reviews .reviews__card {
    background-color: #fff;
    border-radius: 20px;
    display: grid;
    grid-template-columns: 1fr;
    overflow: hidden;
    padding: 20px 20px 30px
}

@media only screen and (min-width:320px) {
    .as-biz__reviews .reviews__card {
        border-radius: 20px;
        grid-template-columns: 1fr;
        justify-items: center;
        padding: 20px 20px 30px;
        width: 300px
    }
}

@media only screen and (min-width:720px) {
    .as-biz__reviews .reviews__card {
        border-radius: 20px;
        grid-template-columns: 150px 1fr;
        justify-items: self-start;
        padding: 45px 45px 45px 64px;
        width: 670px
    }
}

@media only screen and (min-width:1280px) {
    .as-biz__reviews .reviews__card {
        border-radius: 30px;
        grid-template-columns: 212px 1fr;
        justify-items: self-start;
        padding: 45px 45px 45px 64px;
        width: 670px
    }
}

.as-biz__reviews .reviews__card .card__info {
    padding-left: 0
}

@media only screen and (min-width:320px) {
    .as-biz__reviews .reviews__card .card__info {
        padding-left: 0
    }
}

@media only screen and (min-width:720px) {
    .as-biz__reviews .reviews__card .card__info {
        padding-left: 18px
    }
}

.as-biz__reviews .reviews__card .card__img {
    border-radius: 50%;
    height: 200px;
    margin-bottom: 25px;
    width: 200px
}

@media only screen and (min-width:320px) {
    .as-biz__reviews .reviews__card .card__img {
        height: 200px;
        margin-bottom: 25px;
        width: 200px
    }
}

@media only screen and (min-width:720px) {
    .as-biz__reviews .reviews__card .card__img {
        height: 150px;
        margin-bottom: 0;
        width: 150px
    }
}

@media only screen and (min-width:1280px) {
    .as-biz__reviews .reviews__card .card__img {
        height: 212px;
        width: 212px
    }
}

.as-biz__reviews .reviews__card .card__text,
.as-biz__reviews .reviews__card .card__title {
    font-size: 18px;
    line-height: 23px
}

@media only screen and (min-width:320px) {

    .as-biz__reviews .reviews__card .card__text,
    .as-biz__reviews .reviews__card .card__title {
        font-size: 18px;
        line-height: 23px
    }
}

@media only screen and (min-width:720px) {

    .as-biz__reviews .reviews__card .card__text,
    .as-biz__reviews .reviews__card .card__title {
        font-size: 20px;
        line-height: 27px
    }
}

.as-biz__reviews .reviews__card .card__title {
    color: #135cc9;
    font-weight: 600;
    margin-bottom: 20px
}

@media only screen and (min-width:320px) {
    .as-biz__reviews .reviews__card .card__title {
        margin-top: 0
    }
}

@media only screen and (min-width:1280px) {
    .as-biz__reviews .reviews__card .card__title {
        margin-top: 23px
    }
}

.as-biz__reviews .reviews__card .card__text {
    font-style: italic;
    font-weight: 400
}

.as-biz__cta.cta {
    margin: 75px 0;
}

@media only screen and (min-width:320px) {
    .as-biz__cta.cta {
        margin: 75px 0;
    }
}

@media only screen and (min-width:720px) {
    .as-biz__cta.cta {
        margin: 90px 0;
    }
}

@media only screen and (min-width:1280px) {
    .as-biz__cta.cta {
        margin: 146px 0;
    }
}

.as-biz__cta.cta.isStaged .cta__img img {
    transform: scale(1)
}

.as-biz__cta .cta__wrapper {
    background-color: #dbdbdb;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 1360px;
    overflow: hidden
}

@media only screen and (min-width:320px) {
    .as-biz__cta .cta__wrapper {
        border-radius: 20px;
        flex-direction: column;
    }
}
@media only screen and (max-width:720px) {
    .flex-column-rev-sm {
        flex-direction: column-reverse !important;
    }
}
@media only screen and (min-width:720px) {
    .as-biz__cta .cta__wrapper {
        border-radius: 20px;
        flex-direction: row-reverse
    }
}

@media only screen and (min-width:1280px) {
    .as-biz__cta .cta__wrapper {
        border-radius: 40px
    }
}
.trevi-pay-logo{
    position: absolute;
    left: 22px;
    z-index: 2;
}

.trevi-pay {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin: 0 auto !important;
    overflow: hidden;
    position: relative;
    max-width: 1440px;
}
body > div > div.as-overview__app.as-biz > section.as-biz__section.as-biz__cta.cta{
    background: #f7f8fa;
    padding: 100px 0 100px !important;
    margin-bottom: 80px !important;
}
@media only screen and (min-width:320px) {
    .trevi-pay {
        flex-direction: column;
    }
    .trevi-pay-logo{
        left: 22px;
        top: 0;
    }
}

@media only screen and (min-width:720px) {
    .trevi-pay {
        flex-direction: row-reverse
    }
}




.as-biz__cta .cta__container {
    display: inline-block;
    padding: 25px 12px 17px;
    width: 100%;
    background-color: #f7f8fa;
}

@media only screen and (min-width:320px) {
    .as-biz__cta .cta__container {
        padding: 25px 12px 17px;
        width: 100%
    }
}

@media only screen and (min-width:720px) {
    .as-biz__cta .cta__container {
        align-content: center;
        align-items: center;
        display: grid;
        padding: 40px 30px 30px;
        width: 50%
    }
}

@media only screen and (min-width:1280px) {
    .as-biz__cta .cta__container {
        align-content: center;
        display: grid;
        padding: 40px 68px;
        width: 43%
    }
}

.as-biz__cta .cta__img {
    display: inline-block;
    width: 100%;
    position: relative;
}

@media only screen and (min-width:320px) {
    .as-biz__cta .cta__img {
        width: 100%
    }
}

@media only screen and (min-width:720px) {
    .as-biz__cta .cta__img {
        width: 50%
    }
}

@media only screen and (min-width:1280px) {
    .as-biz__cta .cta__img {
        width: 57%
    }
}

.as-biz__cta .cta__img img {
    -o-object-fit: cover;
    object-fit: cover;
    transition: all .3s ease
}

.as-biz__cta .cta__title {
    font-size: 25px;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 10px
}

@media only screen and (min-width:320px) {
    .as-biz__cta .cta__title {
        font-size: 25px;
        line-height: 30px;
        margin-bottom: 10px
    }
}

@media only screen and (min-width:720px) {
    .as-biz__cta .cta__title {
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 20px
    }
}

@media only screen and (min-width:1280px) {
    .as-biz__cta .cta__title {
        align-self: end;
        font-size: 48px;
        line-height: 53px;
        margin-bottom: 20px
    }
}

.as-biz__cta .cta__text {
    font-size: 21px;
    line-height: 26px
}

@media only screen and (min-width:320px) {
    .as-biz__cta .cta__text {
        font-size: 21px;
        line-height: 26px;
        margin-bottom: 32px
    }
}

@media only screen and (min-width:720px) {
    .as-biz__cta .cta__text {
        font-size: 21px;
        line-height: 26px;
        margin-bottom: 40px
    }
}

@media only screen and (min-width:1280px) {
    .as-biz__cta .cta__text {
        align-self: start;
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 40px
    }
    .solutions-section .cta__button{
        max-width: 47%;
    }
}
.title-card-solutions{
    overflow: hidden;
    word-break: break-word;
    text-align: center;
    font-weight: 600 !important;
    font-size: 18px !important;
    line-height: 125% !important;
    text-decoration: none;
    margin: 0 0 32px !important;
    letter-spacing: 0.02rem;
    color: #181818;
}
.solutions-section .cta__button{
    margin: 0 auto !important;
    max-width: 80%;
}
.solutions-section .cta__container {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    min-height: 363px;
    padding: 0 0 32px;
}
.solutions-section ul {
    line-height: 34px;
}
.solutions-section ul li{
    position: relative;
    color: #4d4d4d;
    padding-left: 14px;
    font-size: 1rem;
}
.solutions-section ul li::before{
    display: block;
    position: absolute;
    z-index: 1;
    top: 15px;
    left: 0;
    width: 1em;
    height: 1em;
    font-size: 1.4em;
    content: '-';
    line-height: 0;
}

.solutions-section > div > div > .cta__container > div:nth-child(1) {
    padding: 38px;
}
.solutions-section .benefits__title{
    padding: 0 24px 32px;
}
.solutions-section h3{
    font-size: 28px;
    color: #135cc9;
    text-align: center;
    font-weight: 600;
    padding: 16px;
}
.solutions-section a{
    text-decoration: none;
}
.bg-grey-1{
    background-color: #f7f8fa;
}
.bg-grey-2{
    background-color: #eceff3;
}
.bg-grey-3{
    background-color: #e0e4eb;
}
.solutions-section .card-header{
    background-color: #fff;
}
.title-big{
    color: #181818;
    font-weight: bold !important;
    font-size: 48px !important;
    line-height: 1.1;
    padding-bottom: 48px !important;
}
.title-medium{
    color: #181818;
    font-weight: 600 !important;
    font-size: 31px !important;
    line-height: 1.1;
}
.subtitle {
    font-size: 24px;
    font-weight: 600;
    line-height: 122%;
    margin: 0 0 24px;
}

.text-heading-center{
    text-align: center;
    padding-bottom: 30px !important;
}
.advanced-security{
    max-width: 1440px;
    margin: auto !important;
    padding: 24px 24px 80px !important;
}
.advanced-security .row_1,
.advanced-security .row_2 {
    display: flex;
}
.advanced-security .row_1 .col_1, 
.advanced-security .row_1 .col_2 {
    width: 50%;
}
.advanced-security .row_1 .col_1 {
padding: 2% 10% 2% 24px;
} 
.advanced-security .row_2 .card-security {
    width: 25%;
}
.advanced-security .card-security .icon {
    height: 54px;
    margin-bottom: 16px;
}
.text-align-center {
    text-align: center;
}

.advanced-security .feature-1{
    display: flex;
    margin-bottom: 24px;
    margin-top: 24px;
}
.advanced-security .feature-1 h3{
    font-size: 30px;
    font-weight: 600;
    font-family: 'TTNorms';
    color: #181818;
    margin-left: 16px;
    margin-top:8px;
}
.advanced-security .text-content {
    font-size: 18px;
    line-height: 1.7;
    color: #181818;
}
.advanced-security .text-content span{
    font-weight: 600;
    font-size: 20px;
}
.advanced-security .row_1{
    align-items: center;
    margin: 32px 0 120px;
}

@media screen and (max-width:750px) {
    .advanced-security .row_1 .col_1,
    .advanced-security .row_1 .col_2,
    .advanced-security .row_2 .card-security {
        width: 100%;
    }
    
}

.card-security {
    padding: 0 24px 24px !important;
}
.card-security img {
    margin-bottom: 8px;
    max-width: 92px;
    object-fit: contain;
}
.card-security .title {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 12px;
    color: #181818;
}
.card-security li {
    line-height: 1.6;
    font-size: 16px;
    color: #333;
    position: relative;
    padding-left: 14px;
}
.card-security li::before {
    content: "•";
    margin-right: 6px;
    font-size: 17px;
    position: absolute;
    top: 0;
    left: 0;
}
.text-small{
    font-size: 0.8rem !important;
}
.avantages h3{
    font-weight: 600;
    font-size: 1.5rem;
    margin-bottom: 4px;
}
.avantages h2{
    margin-bottom: 48px;
}
.avantages .title {
    text-align: center;
    margin-bottom: 16px;
}

.avantages {
    background: rgb(247, 248, 250);   
    padding: 100px 0 100px !important;
    margin-bottom: 80px !important;
}
.avantages > div {
    max-width: 1440px;
    margin: 0 auto;
}

@media screen and (min-width: 731px) and (max-width: 1279.5px){
    .avantages > div, 
    .benefits__title,
    .situation__text {
        max-width: 768px !important;
        margin: 0 auto !important;
    }
    .video-section > div{
        max-width: 100% !important;
        margin: 0 40px;
    }
    .as-biz__cta .cta__container{
        padding: 70px 48px 70px;
    }
    .card-security li{
        font-size: 20px !important;
    }
    .as-overview__app.as-biz p{
        font-size: 23px;
    }
}
.wrapper_videoPlaybtn {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}
  
.videoPlaybtn{
    display: block;
    z-index: 2;
    margin-top: -41px;
    margin-left: 442px;
    width: 80px;
    height: 80px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/videobtn.svg);
}
/* Modal Content */
.modal {
    position: fixed;
    width: 100vw;
    height: 100vh;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
}
.modal.open {
    visibility: visible;
    opacity: 1;
    transition-delay: 0s;
}
.modal-bg {
    position: absolute;
    background: #000000de;
    width: 100%;
    height: 100%;
}
.modal-container {
    position: relative;
    padding: 30px;
}
.modal-close {
    position: absolute;
    right: 40px;
    top: 15px;
    outline: none;
    appearance: none;
    color: #aaa;
    background: none;
    border: 0px;
    font-weight: bold;
    cursor: pointer;
    font-size: 30px !important;
}

  
.featuresKeydataWrapper .featuresItemsWrapper {
    width: 100%;
    max-width: 1195px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.featuresKeydataWrapper .featuresItemsWrapper .featuresItemsContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    gap: 40px 20px
}

.featuresKeydataWrapper .featuresItemsWrapper .featuresItemsContainer.fourItems .featuresItems {
    width: calc((100% - 60px) / 6)
}

@media screen and (max-width: 1279px) {
    .featuresKeydataWrapper .featuresItemsWrapper .featuresItemsContainer {
        -webkit-box-pack:center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.featuresKeydataWrapper .featuresItemsWrapper .featuresItems {
    width: calc((100% - 40px) / 6);
    height: auto;
    overflow: hidden;
    position: relative;
    padding: 0px 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media screen and (max-width: 1279px) {
    .featuresKeydataWrapper .featuresItemsWrapper .featuresItems {
        width:calc((100% - 20px) / 4)
    }
}

@media screen and (max-width: 730px) {
    .featuresKeydataWrapper .featuresItemsWrapper .featuresItems {
        width:100%;
        margin-right: 0
    }

    .featuresKeydataWrapper .featuresItemsWrapper .featuresItems:nth-child(2),.featuresKeydataWrapper .featuresItemsWrapper .featuresItems:nth-child(3) {
        margin-top: 36px
    }
}


.featuresKeydataWrapper .featuresItemsWrapper .featuresItems .title+.description {
    -webkit-margin-before: 16px;
    margin-block-start:16px;
}

.featuresKeydataWrapper .featuresItemsWrapper .featuresItems .description {
    text-align: center;
    color: #181818;
    font-size: 17px;
    font-weight: 400;
    line-height: 146%
}


@media screen and (max-width: 730px) {
    .featuresKeydataWrapper .featuresItemsWrapper .featuresItems .description {
        font-size:1.25rem;
        font-weight: 400;
        line-height: 150%
    }

}

.featuresKeydataWrapper.twoItems {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.featuresKeydataWrapper.twoItems .featuresItemsWrapper,.featuresKeydataWrapper.twoItems .featuresKeyTitleSection {
    width: calc(50% - 10px)
}

@media screen and (max-width: 1279px) {
    .featuresKeydataWrapper.twoItems .featuresItemsWrapper,.featuresKeydataWrapper.twoItems .featuresKeyTitleSection {
        width:100%
    }
}

.featuresKeydataWrapper.twoItems .featuresItemsWrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0px;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

@media screen and (max-width: 1279px) {
    .featuresKeydataWrapper.twoItems .featuresItemsWrapper {
        margin-top:48px
    }
}

.featuresKeydataWrapper.twoItems .featuresItemsWrapper .featuresItemsTitle {
    display: none
}

.featuresKeydataWrapper.twoItems .featuresItemsWrapper .featuresItemsContainer {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media screen and (max-width: 730px) {
    .featuresKeydataWrapper.twoItems .featuresItemsWrapper .featuresItemsContainer {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.featuresKeydataWrapper.twoItems .featuresItemsWrapper .featuresItemsContainer .featuresItems {
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0px;
    height: auto
}

@media screen and (max-width: 730px) {
    .featuresKeydataWrapper.twoItems .featuresItemsWrapper .featuresItemsContainer .featuresItems {
        width:100%
    }

    .featuresKeydataWrapper.twoItems .featuresItemsWrapper .featuresItemsContainer .featuresItems:nth-child(2) {
        margin-top: 36px
    }
}

.as-biz__cta .cta__button, #resultBtn {
    background-color: #135cc9;
    color: #fff
}

.as-biz__cta .cta__button:after, #resultBtn::after {
    box-shadow: inset 2px 2px 2px 0 #fff
}

.as-biz__cta .cta__button:visited, #resultBtn :visited {
    color: #fff
}

.as-biz__cta .cta__button:focus,
.as-biz__cta .cta__button:hover,
#resultBtn:hover {
    color: #135cc9
}

.as-biz__cta .cta__button:focus:after,
.as-biz__cta .cta__button:hover:after,
#resultBtn:hover:after,
#resultBtn:hover:focus {
    background-color: #fff
}
.video-section{
    background-image: url('../images/bg-trevipay.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.video-section iframe{
    border-radius: 13px;
}

.as-biz__products.products {
    padding: 0 10px
}

.as-biz__products .products__thumbnails {
    margin: 10px auto;
    max-width: 1360px;
    width: 100%
}

.as-biz__products .products__thumbnails .thumbnail__button {
    background-color: #fff;
    color: #135cc9;
    font-size: 18px;
    font-weight: 600;
    line-height: 50px;
    padding-left: 20px;
    position: relative;
    text-align: left;
    width: 275px
}

.as-biz__products .products__thumbnails .thumbnail__button:focus,
.as-biz__products .products__thumbnails .thumbnail__button:hover {
    color: #fff
}

.as-biz__products .products__thumbnails .thumbnail__button:focus:after,
.as-biz__products .products__thumbnails .thumbnail__button:hover:after {
    background-color: #135cc9;
    bottom: 0;
    height: 100%;
    top: auto
}

.as-biz__products .products__thumbnails .thumbnail__button:before {
    content: "+";
    font-size: 30px;
    font-weight: 600;
    position: absolute;
    right: 20px;
    transform: rotate(0);
    transition: transform .5s ease-out
}

.as-biz__products .products__thumbnails .thumbnail__button.active {
    background-color: #135cc9;
    color: #fff
}

.as-biz__products .products__thumbnails .thumbnail__button.active:before {
    transform: rotate(45deg)
}

.as-biz__products .products__thumbnails .thumbnail__button.active:after {
    background-color: #135cc9;
    bottom: 0;
    height: 100%;
    top: auto
}

@media only screen and (min-width:320px) {
    .as-biz__products .products__thumbnails .thumbnail__button {
        border-radius: 25px;
        font-size: 18px;
        line-height: 50px;
        padding-left: 20px;
        width: 275px
    }
}

@media only screen and (min-width:720px) {
    .as-biz__products .products__thumbnails .thumbnail__button {
        border-radius: 29.5px;
        font-size: 20px;
        line-height: 59px;
        padding-left: 23px;
        width: 320px
    }
}

@media only screen and (min-width:1280px) {
    .as-biz__products .products__thumbnails .thumbnail__button {
        padding-left: 30px;
        width: 100%
    }
    .video-section > div{
        max-width: 926px;
        margin: auto !important;
        padding: 10px 16px 120px !important;
    }
}

.as-biz__products .products__series.series {
    padding: 25px 0 75px
}

@media only screen and (min-width:320px) {
    .as-biz__products .products__series.series {
        padding-bottom: 75px;
        padding-top: 25px
    }
}

@media only screen and (min-width:720px) {
    .as-biz__products .products__series.series {
        padding: 30px 40px 90px
    }
}

@media only screen and (min-width:1280px) {
    .as-biz__products .products__series.series {
        padding-bottom: 150px;
        padding-top: 50px
    }
}

.as-biz__products .products__series.series .is-visible .series__card {
    opacity: 1;
    transform: scale(1)
}

.as-biz__products .products__series .series__card {
    background-color: #dbdbdb;
    border-radius: 20px;
    margin: 0 auto;
    max-width: 1360px;
    opacity: .8;
    overflow: hidden;
    transform: scale(.95);
    transition: transform 1s ease
}

@media only screen and (min-width:720px) {
    .as-biz__products .products__series .series__card {
        border-radius: 20px
    }
}

@media only screen and (min-width:1280px) {
    .as-biz__products .products__series .series__card {
        border-radius: 30px
    }
}

.as-biz__products .products__series .series__card .card__wrapper {
    display: grid;
    padding: 20px 12px
}

@media only screen and (min-width:320px) {
    .as-biz__products .products__series .series__card .card__wrapper {
        grid-template-columns: 1fr;
        padding: 20px 12px
    }
}

@media only screen and (min-width:720px) {
    .as-biz__products .products__series .series__card .card__wrapper {
        padding: 20px 24px 30px
    }
}

@media only screen and (min-width:1280px) {
    .as-biz__products .products__series .series__card .card__wrapper {
        align-items: center;
        grid-template-columns: 1fr 350px;
        padding: 40px 50px 50px
    }
}

.as-biz__products .products__series .series__card .card__detail {
    margin-bottom: 30px
}

@media only screen and (min-width:1280px) {
    .as-biz__products .products__series .series__card .card__detail {
        margin-bottom: 0;
        max-width: 670px
    }
}

.as-biz__products .products__series .series__card .card__title {
    color: #135cc9;
    font-size: 21px;
    font-weight: 600;
    line-height: 34px
}

@media only screen and (min-width:1280px) {
    .as-biz__products .products__series .series__card .card__title {
        font-size: 24px
    }
}

.as-biz__products .products__series .series__card .card__text {
    color: #181818;
    font-size: 18px;
    font-weight: 400;
    line-height: 23px
}

@media only screen and (min-width:1280px) {
    .as-biz__products .products__series .series__card .card__text {
        font-size: 20px;
        line-height: 27px
    }
}

.questionnaire {
    max-width: 1300px;
    margin: auto !important;
    padding-top: 100px !important;
}

.question-page{
    display: none;
}
.question-page{
    padding: 64px 48px !important;
}
.questionnaire .container{
    max-width: 850px;
    margin: 16px auto 0;
    background-color: #f7f8fa;
}
.questionnaire .question{
    text-align: center;
    font-weight: 600;
    font-size: 1.4rem;
    margin-bottom: 24px;
}
.questionnaire .q-prev{
    color: #006ce1;
    font-size: 14px;
    padding: 31px 0 0 34px;
    cursor: pointer;
}
.questionnaire .q-prev:hover{
    text-decoration: underline;
}
.questionnaire .q-prev img{
    margin-right: 6px;
}
.questionnaire .answers {
    display: flex;
    justify-content: center;
}

.questionnaire .answers div{
    margin: 8px;
    border: 1px solid #135cc9;
    border-radius: 10px;
    width: 50%;
    color: #135cc9;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    transition: all .3s ease;
    z-index: 1;
    display: flex;
    align-items: center;
}
.questionnaire .answers div:hover{
    color:#fff;
    background-color: #135cc9;
}

.questionnaire label{
    font-size: 1.2rem;
    padding: 12px 16px;
    width: 100%;
    display: flex;
    cursor: pointer;
    line-height: 130%;
}

.questionnaire input {
    width: 15px;
    height: 15px;
    min-height: 15px;
    min-width: 15px;
    border-radius: 50%;
    outline: none;
    border: 1px solid #135cc9;
    margin-right: 8px;
    display: block;
    margin-top: 6px;
}

.questionnaire input:hover {
    border: 2px solid #fff;
}
#progressBar {
    width: 100%;
    background-color: #e3e6ea;
}
  
#progressBar  #bar {
    width: 20%;
    height: 8px;
    background-color: #135cc9;
    transition: all .5s;
}
.animated-gradient-blue {
    background: repeating-linear-gradient(to right, #6596e3 0%, #518ae2 50%, #5289de  100%);
    width: 100%;
    background-size: 200% auto;
    background-position: 0 100%;
    animation: gradient 2s infinite;    
    animation-fill-mode: forwards;
    animation-timing-function: linear;
  }
  
  @keyframes gradient { 
    0%   { background-position: 0 0; }
    100% { background-position: -200% 0; }
  }
.solutions-section > div{
    display: flex;
    justify-content: center;
    max-width: 1300px;
    margin: auto;
    flex-wrap: wrap;
    padding-bottom: 100px;
}
.solutions-section > div > div{
    padding: 24px 16px;
}
.as-biz__solution.solution {
    min-height: 100svh;
    position: relative;
    width: 100%
}
@media screen and (min-width:901px) {
    .solutions-section > div > div{
        width: 33.33%;
    }
}
@media screen and (max-width:900px) {
    .solutions-section > div > div{
        width: 50%;
    }
}
@media screen and (max-width:600px) {
    .solutions-section > div > div{
        width: 100%;
    }
}
@media only screen and (min-width:320px) {
    .as-biz__solution.solution {
        padding-bottom: 50px
    }
}

@media only screen and (min-width:720px) {
    .as-biz__solution.solution {
        padding-bottom: 75px
    }
}

@media only screen and (min-width:1280px) {
    .as-biz__solution.solution {
        align-content: center;
        display: grid;
        padding-bottom: 125px
    }
}

.as-biz__solution.solution .splide__track {
    border-radius: 0
}

@media only screen and (min-width:320px) {
    .as-biz__solution.solution .splide__track {
        border-radius: 0
    }
}

@media only screen and (min-width:1280px) {
    .as-biz__solution.solution .splide__track {
        border-radius: 30px
    }
}

.as-biz__solution.solution .splide__slide {
    padding-left: 10px;
    padding-right: 10px
}

@media only screen and (min-width:320px) {
    .as-biz__solution.solution .splide__slide {
        padding-left: 10px;
        padding-right: 10px
    }
}

@media only screen and (min-width:720px) {
    .as-biz__solution.solution .splide__slide {
        padding-left: 0;
        padding-right: 0
    }
}

.as-biz__solution .solution__wrapper {
    font-size: 18px;
    line-height: 24px;
    margin: 20px 10px;
    max-width: 1360px
}

@media only screen and (min-width:320px) {
    .as-biz__solution .solution__wrapper {
        font-size: 18px;
        line-height: 24px;
        margin: 20px 10px
    }
}

@media only screen and (min-width:1280px) {
    .as-biz__solution .solution__wrapper {
        font-size: 20px;
        line-height: 27px;
        margin: 20px auto
    }
}

.as-biz__solution .solution__background {
    background-color: #dbdbdb;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: -1
}

.as-biz__solution .solution__background .bg__img {
    height: 100%;
    margin: 0 auto;
    max-width: 1440px;
    position: relative;
    width: auto
}

.as-biz__solution .solution__background .bg__img img {
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: auto
}

.as-biz__solution .solution__nav {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1360px;
    padding: 45px 20px 50px;
    width: 100%
}

@media only screen and (min-width:320px) {
    .as-biz__solution .solution__nav {
        padding: 45px 20px 50px
    }
}

@media only screen and (min-width:720px) {
    .as-biz__solution .solution__nav {
        padding: 60px 40px 40px
    }
}

@media only screen and (min-width:1280px) {
    .as-biz__solution .solution__nav {
        padding: 45px 20px 50px
    }
}

.as-biz__solution .solution__nav .nav__btn {
    background-color: inherit;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    height: 40px;
    overflow: hidden;
    padding: 0;
    scale: 1;
    width: 40px
}

.as-biz__solution .solution__nav .nav__btn:disabled {
    cursor: not-allowed;
    opacity: .4;
    scale: 1
}

.as-biz__solution .solution__nav .nav__btn:focus,
.as-biz__solution .solution__nav .nav__btn:hover {
    background-color: transparent;
    border: 1px solid #fff;
    outline: none;
    scale: 1.2
}

.as-biz__solution .solution__nav .nav__btn:focus:disabled,
.as-biz__solution .solution__nav .nav__btn:hover:disabled {
    border: none;
    cursor: not-allowed;
    opacity: .4;
    scale: 1
}

@media only screen and (min-width:320px) {
    .as-biz__solution .solution__nav .nav__btn {
        height: 40px;
        width: 40px
    }
}

@media only screen and (min-width:720px) {
    .as-biz__solution .solution__nav .nav__btn {
        height: 50px;
        width: 50px
    }
}

.as-biz__solution .solution__nav .nav__btn--right {
    transform: rotate(180deg)
}

.as-biz__solution .solution__splide {
    margin: 0 auto;
    max-width: 1360px
}

.as-biz__solution .solution__card {
    background-color: #fff;
    border-radius: 20px;
    height: 660px;
    max-width: 440px;
    overflow: hidden;
    padding: 12px 20px;
    position: relative;
    width: 100%
}

@media only screen and (min-width:320px) {
    .as-biz__solution .solution__card {
        border-radius: 20px;
        height: 585px;
        padding: 12px 20px
    }
}

@media only screen and (min-width:720px) {
    .as-biz__solution .solution__card {
        border-radius: 20px;
        height: 660px;
        padding: 44px 50px
    }
}

@media only screen and (min-width:1280px) {
    .as-biz__solution .solution__card {
        border-radius: 30px
    }
}

.as-biz__solution .solution__card.isExpanded {
    padding-top: 5px
}

.as-biz__solution .solution__card.isExpanded .card__detail {
    height: auto;
    opacity: 1;
    visibility: visible
}

.as-biz__solution .solution__card.isExpanded .card__price {
    display: none;
    opacity: 0
}

.as-biz__solution .solution__card.isExpanded .card__img {
    opacity: 0;
    padding-top: 0
}

.as-biz__solution .solution__card.isExpanded .card__more {
    transform: rotateX(180deg)
}

.as-biz__solution .solution__card .card__link {
    margin-top: 18px
}

.as-biz__solution .solution__card .card__link--buy {
    background-color: #135cc9;
    color: #fff
}

.as-biz__solution .solution__card .card__link--buy:after {
    box-shadow: inset 2px 2px 2px 0 #fff
}

.as-biz__solution .solution__card .card__link--buy:focus,
.as-biz__solution .solution__card .card__link--buy:hover {
    color: #135cc9
}

.as-biz__solution .solution__card .card__link--buy:focus:after,
.as-biz__solution .solution__card .card__link--buy:hover:after {
    background-color: #fff;
    bottom: 0;
    height: 100%;
    top: auto
}

.as-biz__solution .solution__card .card__more {
    background-color: #fff;
    border: none;
    cursor: pointer;
    display: inline-block;
    height: 30px;
    padding: 0;
    position: relative;
    transform-style: preserve-3d;
    transition: transform .8s;
    width: 120px
}

.as-biz__solution .solution__card .card__more:before {
    content: "See More ▼";
    transform: translate(-50%, -50%)
}

.as-biz__solution .solution__card .card__more:after,
.as-biz__solution .solution__card .card__more:before {
    backface-visibility: hidden;
    color: #135cc9;
    font-size: 20px;
    left: 50%;
    line-height: 27px;
    position: absolute;
    top: 50%;
    width: 100%
}

.as-biz__solution .solution__card .card__more:after {
    content: "See Less ▲";
    transform: translate(-50%, -50%) rotateX(180deg)
}

.as-biz__solution .solution__card .card__wrapper {
    bottom: 0;
    left: 0;
    padding: inherit;
    position: absolute;
    width: 100%
}

.as-biz__solution .solution__card .card__img {
    margin-bottom: 30px;
    padding-top: 60%;
    position: relative;
    transition: all .5s ease;
    width: 100%
}

@media only screen and (min-width:320px) {
    .as-biz__solution .solution__card .card__img {
        padding-top: 50%
    }
}

@media only screen and (min-width:720px) {
    .as-biz__solution .solution__card .card__img {
        padding-top: 60%
    }
}

.as-biz__solution .solution__card .card__img img {
    height: 100%;
    left: 0;
    -o-object-fit: contain;
    object-fit: contain;
    position: absolute;
    top: 0;
    width: 100%
}

.as-biz__solution .solution__card .card__title {
    border-bottom: 1px solid #135cc9;
    color: #181818;
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
    margin-bottom: 14px;
    padding-bottom: 12px;
    -webkit-user-select: text;
    -moz-user-select: text;
    user-select: text;
    width: 340px
}

.as-biz__solution .solution__card .card__title .title__size {
    display: block;
    font-size: 20px;
    font-weight: 400;
    line-height: 27px
}

.as-biz__solution .solution__card .card__price {
    color: #542cd1;
    display: block;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 20px;
    opacity: 1;
    transition: all .5s ease
}

.as-biz__solution .solution__card .card__detail {
    font-size: 18px;
    font-weight: 400;
    height: 0;
    line-height: 24px;
    opacity: 0;
    overflow: hidden;
    transition: all .5s ease .3s;
    visibility: hidden
}

.as-biz__solution .solution__card .card__detail ul {
    list-style: disc;
    margin-left: 20px
}

.as-biz__solution .solution__card .card__detail ul li {
    font-size: 18px;
    font-weight: 400;
    line-height: 20px
}

@media only screen and (min-width:320px) {
    .as-biz__solution .solution__card .card__detail ul li {
        font-size: 18px;
        line-height: 23px
    }
}

@media only screen and (min-width:720px) {
    .as-biz__solution .solution__card .card__detail ul li {
        font-size: 20px;
        line-height: 27px
    }
}

.as-biz__feature.feature {
    padding-bottom: 0px;
    padding-top: 75px;
}
.as-biz__wrapper section{
    background: #fff !important;
    position: relative;
    z-index: 1;
}

@media only screen and (min-width:320px) {
    .as-biz__feature.feature {
        padding-bottom: 0px;
        padding-top: 75px
    }
}

@media only screen and (min-width:720px) {
    .as-biz__feature.feature {
        padding-bottom: 0px;
        padding-top: 90px
    }
}

@media only screen and (min-width:1280px) {
    .as-biz__feature.feature {
        padding-bottom: 0;
        padding-top: 140px
    }
}

.as-biz__feature .feature__container {
    align-items: center;
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr;
    justify-items: center;
    margin: 0 auto;
    max-width: 1358px;
    padding: 0 10px
}

@media only screen and (min-width:320px) {
    .as-biz__feature .feature__container {
        gap: 20px;
        grid-template-columns: 1fr;
        padding: 0 10px
    }
}

@media only screen and (min-width:1280px) {
    .as-biz__feature .feature__container {
        gap: 20px;
        grid-template-columns: 1fr 1fr;
        padding: 0 40px
    }
}

.as-biz__feature .feature__card {
    background-color: #dbdbdb;
    border-radius: 20px;
    display: grid;
    grid-template-columns: 1fr;
    max-width: 668px
}

@media only screen and (min-width:320px) {
    .as-biz__feature .feature__card {
        border-radius: 20px;
        grid-template-columns: 1fr
    }
}

@media only screen and (min-width:720px) {
    .as-biz__feature .feature__card {
        border-radius: 30px;
        grid-template-columns: 325px 1fr;
        grid-template-columns: 1fr 325px
    }
}

.as-biz__feature .feature__card .card__wrapper {
    align-content: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 20px 12px 16px
}

@media only screen and (min-width:320px) {
    .as-biz__feature .feature__card .card__wrapper {
        padding: 20px 12px 16px
    }
}

@media only screen and (min-width:720px) {
    .as-biz__feature .feature__card .card__wrapper {
        padding: 0 40px 0 20px
    }
}

@media only screen and (min-width:1280px) {
    .as-biz__feature .feature__card .card__wrapper {
        padding: 20px 40px 20px 20px
    }
}

.as-biz__feature .feature__card .card__title {
    color: #135cc9;
    font-size: 21px;
    font-weight: 600;
    line-height: 34px;
    margin-bottom: 10px
}

@media only screen and (min-width:320px) {
    .as-biz__feature .feature__card .card__title {
        font-size: 21px;
        margin-bottom: 10px
    }
}

@media only screen and (min-width:720px) {
    .as-biz__feature .feature__card .card__title {
        font-size: 24px;
        margin-bottom: 20px
    }
}

.as-biz__feature .feature__card .card__text {
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
    padding-bottom: 20px
}

@media only screen and (min-width:320px) {
    .as-biz__feature .feature__card .card__text {
        font-size: 18px;
        line-height: 23px
    }
}

@media only screen and (min-width:720px) {
    .as-biz__feature .feature__card .card__text {
        font-size: 20px;
        line-height: 27px
    }
}

.as-biz__feature .feature__card .card__img img {
    -o-object-fit: cover;
    object-fit: cover
}

.as-biz__faq.faq {
    border-top: 1px solid gray;
    padding-bottom: 74px;
    padding-top: 71px
}

@media only screen and (min-width:320px) {
    .as-biz__faq.faq {
        padding-bottom: 74px;
        padding-top: 71px
    }
}

@media only screen and (min-width:720px) {
    .as-biz__faq.faq {
        padding-bottom: 92px;
        padding-top: 86px
    }
}

@media only screen and (min-width:1280px) {
    .as-biz__faq.faq {
        padding-bottom: 104px;
        padding-top: 77px
    }
}

.as-biz__faq .faq__container {
    margin: 0 auto;
    max-width: 750px;
    width: 100%
}

.as-biz__faq .faq__title {
    border-bottom: 1px solid gray;
    color: #181818;
    font-size: 30px;
    font-weight: 600;
    line-height: 35px;
    padding-bottom: 22px
}

@media only screen and (min-width:320px) {
    .as-biz__faq .faq__title {
        font-size: 30px;
        line-height: 35px;
        padding-bottom: 22px
    }
}

@media only screen and (min-width:720px) {
    .as-biz__faq .faq__title {
        font-size: 48px;
        line-height: 53px;
        padding-bottom: 18px
    }
}

.as-biz__faq .faq__item {
    border-bottom: 1px solid gray;
    padding-bottom: 20px;
    padding-top: 20px
}

@media only screen and (min-width:720px) {
    .as-biz__faq .faq__item {
        padding-bottom: 35px;
        padding-top: 20px
    }
}

.as-biz__faq .faq__item .item__title {
    color: #135cc9;
    font-size: 21px;
    font-weight: 600;
    line-height: 34px
}

@media only screen and (min-width:320px) {
    .as-biz__faq .faq__item .item__title {
        font-size: 21px;
        line-height: 34px
    }
}

@media only screen and (min-width:720px) {
    .as-biz__faq .faq__item .item__title {
        font-size: 24px;
        line-height: 34px
    }
}

.as-biz__faq .faq__item .item__text {
    color: #181818;
    font-size: 18px;
    font-weight: 400;
    line-height: 23px
}

@media only screen and (min-width:320px) {
    .as-biz__faq .faq__item .item__text {
        font-size: 18px;
        line-height: 23px
    }
}

@media only screen and (min-width:720px) {
    .as-biz__faq .faq__item .item__text {
        font-size: 20px;
        line-height: 27px
    }
}

.as-biz__faq .faq__link {
    margin-top: 20px
}

@media only screen and (min-width:320px) {
    .as-biz__faq .faq__link {
        margin-top: 20px
    }
}

@media only screen and (min-width:720px) {
    .as-biz__faq .faq__link {
        margin-top: 35px
    }
}

.as-biz__service.service {
    margin-bottom: 40px
}

@media only screen and (min-width:320px) {
    .as-biz__service.service {
        margin-bottom: 40px
    }
}

@media only screen and (min-width:720px) {
    .as-biz__service.service {
        margin-bottom: 58px
    }
}

@media only screen and (min-width:1280px) {
    .as-biz__service.service {
        margin-bottom: 76px
    }
}

.as-biz__service .service__container {
    display: grid;
    gap: 40px;
    grid-template-columns: 1fr;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 10px
}

@media only screen and (min-width:320px) {
    .as-biz__service .service__container {
        gap: 40px;
        grid-template-columns: 1fr;
        padding: 0 10px
    }
}

@media only screen and (min-width:720px) {
    .as-biz__service .service__container {
        gap: 40px;
        grid-template-columns: 1fr 1fr;
        padding: 0 20px
    }
}

.as-biz__service .service__card.card {
    position: relative
}

.as-biz__service .service__card .card__wrapper {
    padding: 28px 0 94px;
    width: 100%
}

@media only screen and (min-width:320px) {
    .as-biz__service .service__card .card__wrapper {
        padding: 28px 0 94px
    }
}

@media only screen and (min-width:720px) {
    .as-biz__service .service__card .card__wrapper {
        padding: 28px 0 94px
    }
}

@media only screen and (min-width:1280px) {
    .as-biz__service .service__card .card__wrapper {
        padding: 30px 0 124px
    }
}

.as-biz__service .service__card .card__title {
    color: #135cc9;
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
    font-weight: 600;
    margin-bottom: 8px;
}

@media only screen and (min-width:320px) {
    .as-biz__service .service__card .card__title {
        font-size: 24px;
        line-height: 34px
    }
}

@media only screen and (min-width:720px) {
    .as-biz__service .service__card .card__title {
        font-size: 24px;
        line-height: 34px
    }
}

.as-biz__service .service__card .card__text {
    color: #181818;
    font-size: 18px;
    font-weight: 400;
    line-height: 23px
}

@media only screen and (min-width:320px) {
    .as-biz__service .service__card .card__text {
        font-size: 18px;
        line-height: 23px
    }
}

@media only screen and (min-width:720px) {
    .as-biz__service .service__card .card__text {
        font-size: 20px;
        line-height: 27px
    }
}

@media only screen and (min-width:1280px) {
    .as-biz__service .service__card .card__text {
        font-size: 20px;
        line-height: 27px
    }
}

.as-biz__service .service__card .card__link {
    bottom: 24px;
    position: absolute;
    width: calc(100%)
}

@media only screen and (min-width:1280px) {
    .as-biz__service .service__card .card__link {
        bottom: 30px;
        width: calc(100%)
    }
}

.as-biz__footnote.footnote {
    margin: 0 auto;
    max-width: 1200px;
    padding-bottom: 88px
}

@media only screen and (min-width:320px) {
    .as-biz__footnote.footnote {
        padding-bottom: 88px
    }
}

@media only screen and (min-width:720px) {
    .as-biz__footnote.footnote {
        padding-bottom: 66px
    }
}

@media only screen and (min-width:1280px) {
    .as-biz__footnote.footnote {
        padding-bottom: 77px
    }
}

.as-biz__footnote ol {
    list-style-type: decimal;
    margin-left: 20px
}

.as-biz__footnote ol li {
    color: #5f5f5f;
    font-size: 12px;
    line-height: 1.5
}

@media only screen and (min-width:320px) {
    .as-biz__footnote ol li {
        font-size: 12px;
        line-height: 1.5
    }
}

@media only screen and (min-width:720px) {
    .as-biz__footnote ol li {
        font-size: 13px;
        line-height: 1.5
    }
}

body {
    margin: 0;
    scroll-behavior: smooth;
    background-color:#fff;
}

.noscroll {
    background-color: #dbdbdb;
    overflow: hidden;
    padding-right: 14px
}