/*
  general
  promo card
  list
  responsive
  mobile
*/

/* general
============================================================================ */

.bg-wrapper {
  background-image: url('../../images/marketing-landing/pictures/ellipse_bg.png');
  background-repeat: no-repeat;
  background-position: left -500px top -500px;
  background-size: cover;
}

.index-promocard {
  display: flex;
  max-width: 1440px;
  padding: 0px var(--pos-gap-page-content-x-margin, 40px);
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  gap: var(--pos-gap-section-title-content, 40px);
  padding-top: 100px;
  margin: 0 auto;
}

/* promo card
============================================================================ */

.promocard {
  display: flex;
  position: relative;
  width: 580px;
  height: 578px;
  padding: var(--pos-padding-cards-boxes, 40px);
  border-radius: var(--pos-corner-panel, 4px);
  border: 1px solid var(--card-border-gradient-from, #e2e8f0);
  background: white;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--pos-gap-section-elements, 40px);

  background-image: url('../../images/marketing-landing/pictures/light_bg.avif');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
}

.promocard-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--pos-gap-tag-v, 8px);
  align-self: stretch;
}

.promocard-header>h1 {
  background: linear-gradient(270deg, var(--subheader-news-gradient-from, #2173c4) 65.36%, var(--subheader-news-gradient-to, #0f7b0a) 99.96%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  align-self: stretch;
  font-size: var(--pos-headline-4, 1.25rem);
  font-style: normal;
  font-weight: 700;
  line-height: var(--pos-headline-4-line-height, 28px);
}

.promocard-header>h2 {
  align-self: stretch;
  color: var(--pos-color-prominent, #141414);
  font-size: var(--pos-headline-2, 1.875rem);
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
}

.promocard>p {
  align-self: stretch;
  color: var(--pos-color-normal, #374151);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.promocard-video button span {
  color: var(--pos-color-interactive, #2173c4);
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0.6px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  text-transform: uppercase;
}

.promocard-video svg {
  width: 16px;
  height: 16px;
  margin-bottom: -4px;
}

.promocard-video img {
  position: absolute;
  width: 460.543px;
  height: 270.022px;
  flex-shrink: 0;
  right: 0;
  bottom: 0;
}

/* list
============================================================================ */

.index-promocard .list {
  display: flex;
  padding: var(--pos-padding-cards-boxes, 40px);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: var(--pos-gap-card-card, 24px);
  flex: 1 0 0;
}

.index-promocard .list .item {
  display: flex;
  align-items: flex-start;
  gap: var(--pos-gap-step-step, 24px);
  align-self: stretch;
}

.index-promocard .list .item .list-icon {
  display: flex;
  width: 48px;
  height: 48px;
  padding: 0.625px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  background: var(--pos-color-panel-background, #fff);
  border-radius: var(--pos-corner-panel, 4px);
}

.index-promocard .list .item div {
  display: flex;
  padding-top: var(--pos-gap-tag-h, 12px);
  flex-direction: column;
  align-items: flex-start;
  gap: var(--pos-gap-text-content, 16px);
  flex: 1 0 0;
}

.index-promocard .list .item div h3 {
  align-self: stretch;
  color: var(--pos-color-prominent, #141414);
  font-size: var(--pos-headline-4, 1.25rem);
  font-style: normal;
  font-weight: 700;
  line-height: var(--pos-headline-4-line-height, 28px);
}

.index-promocard .list .item div p {
  align-self: stretch;
  color: var(--pos-color-normal, #374151);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.index-promocard .list .item div a {
  display: flex;
  width: 109px;
  align-items: center;
  gap: var(--pos-gap-tag-v, 8px);
}

.index-promocard .list .item div a span {
  color: var(--pos-color-interactive, #2173c4);
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0.6px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  text-transform: uppercase;
}

.index-promocard .list .item div a svg {
  width: 9px;
  height: 24px;
  flex-shrink: 0;
}

/* responsive
============================================================================ */

@media (max-width: 1024px) {

  .promocard-video img {
    width: 80%;
    height: auto;
  }
}

/* mobile
============================================================================ */

@media (max-width: 768px) {
  .index-promocard {
    flex-direction: column;
    padding: var(--pos-gap-section-elements, 80px) 24px 0;
    gap: 16px;
  }

  .promocard {
    width: 100%;
    padding: var(--pos-padding-cards-boxes, 24px);
  }

  .promocard-header>h1 {
    font-size: 1.125rem;
    line-height: 20px;
  }

  .promocard-header>h2 {
    font-size: 1.5rem;
    line-height: 32px;
  }

  .index-promocard .list {
    padding: var(--pos-gap-page-content-x-margin, 24px) 0px;
  }
}
