.tech-banner {
  margin-top: 120px;
  padding-bottom: 36%;
  position: relative; }
  @media (max-width: 767px) {
    .tech-banner {
      padding-bottom: 155%;
      margin-top: 60px; } }
  .tech-banner.masked .tech-banner__inner {
    -webkit-mask-image: url(/local/templates/html_x2/images/tech-mask.svg);
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-image: url(/local/templates/html_x2/images/tech-mask.svg);
    mask-size: contain;
    mask-repeat: no-repeat; }
    @media (max-width: 767px) {
      .tech-banner.masked .tech-banner__inner {
        -webkit-mask-image: url(/local/templates/html_x2/images/tech-mask-mob.svg);
        mask-image: url(/local/templates/html_x2/images/tech-mask-mob.svg);
        mask-size: cover; } }
  .tech-banner__wrap {
    position: absolute;
    inset: 0;
    border-radius: 50px;
    overflow: hidden; }
    @media (max-width: 1099px) {
      .tech-banner__wrap {
        border-radius: 30px; } }
  .tech-banner__inner {
    position: absolute;
    inset: 0; }
  .tech-banner .video-tech {
    max-width: 100%;
    aspect-ratio: 1440 / 520; }
    @media (max-width: 767px) {
      .tech-banner .video-tech {
        max-width: 100%;
        aspect-ratio: 460 / 766; } }
  .tech-banner .text-label {
    background: linear-gradient(92.62deg, #2876BE 39.4%, #10C7E4 124.18%);
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 25px 0 25px 40px;
    width: 21.2%;
    border-radius: 35px; }
    @media (max-width: 1859px) {
      .tech-banner .text-label {
        padding: 20px 0 20px 40px; } }
    @media (max-width: 1439px) {
      .tech-banner .text-label {
        border-radius: 28px;
        padding: 17px 0 17px 26px; } }
    @media (max-width: 1099px) {
      .tech-banner .text-label {
        border-radius: 20px;
        padding: 12px 0 12px 20px; } }
    @media (max-width: 767px) {
      .tech-banner .text-label {
        width: 42%;
        height: 14%;
        padding: 0;
        display: flex;
        padding-left: 20px;
        align-items: flex-start;
        justify-content: center;
        flex-direction: column;
        border-radius: 35px; } }
    @media (max-width: 575px) {
      .tech-banner .text-label {
        border-radius: 22px; } }
    .tech-banner .text-label span {
      font-family: 'Mont', sans-serif;
      color: #FFFFFF;
      font-weight: 600;
      font-size: 40px;
      display: block;
      line-height: 38px; }
      @media (max-width: 1859px) {
        .tech-banner .text-label span {
          font-size: 32px;
          line-height: 34px; } }
      @media (max-width: 1439px) {
        .tech-banner .text-label span {
          font-size: 26px;
          line-height: 28px; } }
      @media (max-width: 1099px) {
        .tech-banner .text-label span {
          font-size: 18px;
          line-height: 20px; } }
      @media (max-width: 767px) {
        .tech-banner .text-label span {
          font-size: 37px;
          line-height: 38px; } }
      @media (max-width: 575px) {
        .tech-banner .text-label span {
          font-size: 33px;
          line-height: 34px; } }
      @media (max-width: 522px) {
        .tech-banner .text-label span {
          font-size: 25px;
          line-height: 27px; } }
      @media (max-width: 425px) {
        .tech-banner .text-label span {
          font-size: 22px;
          line-height: 24px; } }
      @media (max-width: 380px) {
        .tech-banner .text-label span {
          font-size: 20px;
          line-height: 22px; } }
  .tech-banner .banner-title {
    position: absolute;
    top: 52px;
    left: 45px; }
    @media (max-width: 1439px) {
      .tech-banner .banner-title {
        top: 42px;
        left: 26px; } }
    @media (max-width: 1099px) {
      .tech-banner .banner-title {
        top: 32px;
        left: 25px; } }
    .tech-banner .banner-title span {
      display: block;
      font-family: 'Mont', sans-serif;
      color: #FFFFFF;
      font-weight: 600;
      font-size: 68px;
      line-height: 114%; }
      @media (max-width: 1859px) {
        .tech-banner .banner-title span {
          font-size: 48px;
          line-height: 50px; } }
      @media (max-width: 1099px) {
        .tech-banner .banner-title span {
          font-size: 36px;
          line-height: 40px; } }
  .tech-banner.popup {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    inset: 0;
    margin-top: 0;
    padding-bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    padding: 0 12px; }
  .tech-banner.popup.show {
    opacity: 1;
    visibility: visible;
    transition: all 0.5s ease; }
    .tech-banner.popup.show .tech-banner__wrap {
      aspect-ratio: 1440 / 520;
      max-width: 1440px;
      margin: auto; }
      @media (max-width: 1452px) {
        .tech-banner.popup.show .tech-banner__wrap {
          margin: auto 12px; } }
      @media (max-width: 767px) {
        .tech-banner.popup.show .tech-banner__wrap {
          aspect-ratio: 339 / 525;
          max-height: 510px;
          margin: auto; } }
      .tech-banner.popup.show .tech-banner__wrap .text-label {
        background: transparent;
        padding: 0 0 26px 45px; }
        @media (max-width: 1099px) {
          .tech-banner.popup.show .tech-banner__wrap .text-label {
            padding: 0 0 26px 26px; } }
        @media (max-width: 767px) {
          .tech-banner.popup.show .tech-banner__wrap .text-label {
            padding: 0 0 25px 25px;
            height: auto; } }
        .tech-banner.popup.show .tech-banner__wrap .text-label span {
          font-family: 'Mont', sans-serif;
          color: #000000;
          font-weight: 600;
          font-size: 54px;
          display: block;
          line-height: 56px; }
          @media (max-width: 1099px) {
            .tech-banner.popup.show .tech-banner__wrap .text-label span {
              font-size: 44px;
              line-height: 48px; } }
          @media (max-width: 767px) {
            .tech-banner.popup.show .tech-banner__wrap .text-label span {
              font-size: 36px;
              line-height: 38px; } }
      .tech-banner.popup.show .tech-banner__wrap .banner-close {
        position: absolute;
        top: 30px;
        right: 30px;
        transition: all 0.3s ease;
        transform-origin: center;
        display: flex; }
        @media (max-width: 575px) {
          .tech-banner.popup.show .tech-banner__wrap .banner-close {
            top: 10px;
            right: 10px; } }
        @media (hover: hover) {
          .tech-banner.popup.show .tech-banner__wrap .banner-close:hover {
            cursor: pointer;
            transform: rotate(90deg); } }
