/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
@layer components {
  .tqv-mv {
    position: relative;
    padding-block: 24px 32px;
    background: var(--background-primary-secondary);
  }
  @media screen and (width >= 768px) {
    .tqv-mv {
      padding-block: 74px;
      margin-bottom: 20px;
    }
  }
  .tqv-mv-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .tqv-mv-bg::before, .tqv-mv-bg::after {
    position: absolute;
    bottom: 0;
    content: "";
    background-color: var(--background-primary-quaternary);
    mix-blend-mode: multiply;
  }
  .tqv-mv-bg::before {
    left: 0;
    width: 79.5%;
    height: 29.9%;
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
  }
  .tqv-mv-bg::after {
    right: 0;
    width: 67.2%;
    height: 47.3%;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  }
  @media screen and (width >= 768px) {
    .tqv-mv-bg::before {
      width: 56.9%;
      height: 41.4%;
    }
    .tqv-mv-bg::after {
      width: 63.9%;
      height: 77.3%;
    }
  }
  .tqv-catchphrase {
    display: block;
    padding-top: 20px;
    margin-bottom: 16px;
    color: var(--color-marine-400);
    font-weight: 700;
    font-size: min(4.1vw, 1.25rem);
  }
  @media screen and (width >= 600px) {
    .tqv-catchphrase {
      padding-top: 32px;
    }
  }
  @media screen and (width >= 768px) {
    .tqv-catchphrase {
      padding-top: 0;
      margin-bottom: 12px;
    }
  }
  .tqv-heading {
    display: flex;
    flex-direction: column;
    margin-bottom: 24px;
    font-weight: 700;
    font-size: 2.25rem;
    line-height: 1.4;
  }
  @media screen and (width >= 600px) {
    .tqv-heading {
      display: block;
      margin-bottom: 32px;
    }
  }
  @media screen and (width >= 768px) {
    .tqv-heading {
      font-size: min(4.7vw, 2.5rem);
    }
  }
  .tqv-logo {
    position: absolute;
    top: 0;
    right: 24px;
    width: 25.6%;
    max-width: 310px;
    height: auto;
  }
  @media screen and (width >= 900px) {
    .tqv-logo {
      top: 50%;
      transform: translateY(-50%);
      width: 30.1%;
    }
  }
  .tqv-header-anchor-link {
    position: sticky;
    top: var(--header-height);
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--background-base-default);
  }
  .tqv-anchor-link {
    display: flex;
    gap: 8px;
    padding: 20px 24px;
    overflow: auto;
  }
  .tqv-anchor-link a {
    flex-shrink: 0;
  }
  .tqv-floating-cta {
    position: fixed;
    bottom: 4px;
    left: 4px;
    display: flex;
    justify-content: center;
    width: calc(100% - 8px);
    padding: 11px 22px;
    border-radius: var(--radius-xl);
    background-color: rgba(255, 255, 255, 0.85);
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.18), 0 20px 24px 0 rgba(0, 0, 0, 0.2);
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    transform: translateY(80px);
    transition-property: opacity, transform, visibility;
    transition-timing-function: ease, ease-out;
    transition-duration: 0.3s;
  }
  @media screen and (width >= 768px) {
    .tqv-floating-cta {
      bottom: 0;
      left: 0;
      width: 100%;
      padding: 19px 0;
      border-radius: 0;
      background-color: rgba(245, 245, 245, 0.9);
      box-shadow: none;
    }
  }
  .tqv-floating-cta.slidein {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }
  @media screen and (width < 768px) {
    .tqv-floating-cta .button-conversion {
      padding-block: 13px;
    }
  }
  @media screen and (width < 560px) {
    .l-navigation-top {
      bottom: 92px;
    }
  }
  .tqv-certify {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }
  @media screen and (width >= 768px) {
    .tqv-certify {
      flex-direction: row;
      gap: 56px;
      align-items: flex-start;
    }
  }
  .tqv-certify-image {
    position: relative;
    display: flex;
    justify-content: center;
    padding: 24px;
    border-radius: var(--radius-xl);
    background-color: var(--background-base-default);
  }
  @media screen and (width >= 768px) {
    .tqv-certify-image {
      aspect-ratio: 1/1;
      align-items: flex-start;
      padding: min(4.2vw, 40px) min(3.1vw, 30px);
    }
  }
  .tqv-certify-image-text {
    position: absolute;
    top: 58%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1rem;
    line-height: 1.3;
    font-weight: 700;
    text-align: center;
  }
  @media screen and (width >= 768px) {
    .tqv-certify-image-text {
      top: 54.1%;
      font-size: min(2.1vw, 1.25rem);
    }
  }
  .tqv-certify-content {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }
  @media screen and (width >= 768px) {
    .tqv-certify-content {
      flex-shrink: 0;
      gap: 24px;
    }
  }
  .tqv-certify-rank {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .tqv-certify-rank > li {
    display: flex;
    gap: 8px;
    align-items: flex-start;
  }
  @media screen and (width >= 768px) {
    .tqv-certify-rank > li {
      gap: 20px;
    }
  }
  .tqv-rank-image {
    flex-shrink: 0;
    padding: 8px;
  }
  @media screen and (width >= 768px) {
    .tqv-rank-image {
      padding: 7px 2px 0 4px;
    }
  }
  .tqv-rank-content {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .tqv-rank-content > dt {
    font-weight: 700;
  }
  @media screen and (width >= 768px) {
    .tqv-rank-content > dt {
      font-size: 1.25rem;
      line-height: 1.8;
    }
  }
  .tqv-rank-content > dd {
    font-size: 0.875rem;
    line-height: 1.8;
  }
  @media screen and (width >= 768px) {
    .tqv-rank-content > dd {
      font-size: 1rem;
    }
  }
  .tqv-trusted {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 24px;
    background: var(--background-primary-secondary);
    font-size: 0.875rem;
    line-height: 1.8;
  }
  @media screen and (width >= 768px) {
    .tqv-trusted {
      gap: 40px;
      padding: 80px;
      font-size: 1rem;
    }
  }
  .tqv-trusted section {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .tqv-trusted h3 {
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.8;
  }
  @media screen and (width >= 768px) {
    .tqv-trusted h3 {
      font-size: 1.25rem;
    }
  }
  .tqv-trusted ul > li {
    position: relative;
    padding-left: 24px;
  }
  .tqv-trusted ul > li::before {
    position: absolute;
    top: 0.5lh;
    left: 10px;
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background-color: currentColor;
  }
  .tqv-cta-box {
    display: flex;
    flex-direction: column;
  }
  @media screen and (width < 768px) {
    .tqv-cta-box {
      max-width: 352px;
      margin-inline: auto;
    }
  }
  @media screen and (width >= 768px) {
    .tqv-cta-box {
      flex-direction: row-reverse;
    }
  }
  .tqv-cta-box-image {
    aspect-ratio: 145/92;
    width: 100%;
    border-radius: 20px 20px 0 0;
    object-fit: cover;
  }
  @media screen and (width >= 768px) {
    .tqv-cta-box-image {
      aspect-ratio: 584/429;
      width: 49.4%;
      max-width: 584px;
      border-radius: 0 24px 24px 0;
    }
  }
  .tqv-cta-box-content {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: flex-start;
    justify-content: center;
    padding: 31px;
    border: 1px solid var(--background-primary-default);
    border-radius: 0 0 20px 20px;
    background-color: var(--background-primary-default);
  }
  @media screen and (width >= 768px) {
    .tqv-cta-box-content {
      border-radius: 24px 0 0 24px;
      padding-inline: min(3.5vw, 49px);
    }
  }
  .tqv-cta-box-content h2 {
    color: var(--text-primary-on-primary);
    font-weight: 700;
    font-size: min(5.8vw, 1.5rem);
    line-height: 1.6;
  }
  @media screen and (width < 375px) {
    .tqv-cta-box-content h2 {
      font-size: min(5.4vw, 1.5rem);
    }
  }
  @media screen and (width >= 768px) {
    .tqv-cta-box-content h2 {
      font-size: min(2.5vw, 1.875rem);
    }
  }
  @media screen and (width < 768px) {
    .tqv-cta-box-content .button-conversion {
      font-size: min(4.8vw, 1.25rem);
    }
  }
  @media screen and (width < 375px) {
    .tqv-cta-box-content .button-conversion {
      font-size: min(4vw, 1.25rem);
    }
  }
  .tqv-cta-box-secondary {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  @media screen and (width >= 768px) {
    .tqv-cta-box-secondary {
      flex-direction: row;
      gap: 16px;
    }
  }
  .tqv-cta-card {
    display: grid;
    grid-template-areas: "title icon" "content content" "button button";
    grid-template-columns: 1fr 64px;
    grid-template-rows: auto auto 1fr;
    gap: 24px 8px;
    align-items: center;
    justify-items: flex-start;
    padding: 31px;
    border-radius: var(--radius-xl);
    border: 1px solid var(--border-base-secondary);
    background: #fff;
  }
  @media screen and (width >= 768px) {
    .tqv-cta-card {
      flex: 1;
      grid-template-areas: "title title" "content icon" "button button";
      grid-template-columns: 1fr min(8.4vw, 100px);
      gap: 0 min(3.5vw, 50px);
      align-items: flex-start;
      padding-inline: min(3.5vw, 49px);
    }
  }
  .tqv-cta-card h3 {
    grid-area: title;
    color: var(--color-marine-700);
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.8;
  }
  .tqv-cta-card img {
    grid-area: icon;
    width: 100%;
    transform: scale(1.28);
  }
  @media screen and (width >= 768px) {
    .tqv-cta-card img {
      align-self: center;
    }
  }
  .tqv-cta-card p {
    grid-area: content;
  }
  @media screen and (width >= 768px) {
    .tqv-cta-card p {
      margin-block: 16px 24px;
    }
  }
  .tqv-cta-card .button {
    grid-area: button;
    font-size: 1rem;
    letter-spacing: 0.04rem;
  }
  .tqv-scroll-margin {
    --scroll-margin-top: 20px;
    scroll-margin-top: calc(var(--header-height) + var(--header-anchor-link-height, 0px) + var(--scroll-margin-top));
  }
  @media screen and (width >= 768px) {
    .tqv-scroll-margin {
      --scroll-margin-top: 40px;
    }
  }
}
