:root {
  --CONTENT_WIDTH: 1200px;
}

*,*::before,*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  min-width: var(--CONTENT_WIDTH);
  line-height: 1.4;
  color: #222;
  font-weight: 400;
}

img {
  display: inline-block;
  width: 100%;
}

span {
  display: inline-block;
}

a:link, a:visited {
  color: #fff;
}

#main.lp,
#main p {
  margin-top: 0;
}
.lp-jumbotron-container {
  background: linear-gradient(90deg, #2297BB 18.65%, #0169B7 81.22%);
  padding-bottom: 40px;
  .lp-jumbotron {
    background: linear-gradient(90deg, #2297BB 18.65%, #0169B7 81.22%), url('/img/products/vl-800/188174001/188174001_bg_01.png') 50% / auto no-repeat;
    background-blend-mode: multiply;
    padding: 70px 0 31px;
    color: #fff;
    .lp-jumbotron-content {
      max-width: var(--CONTENT_WIDTH);
      display: flex;
      justify-content: center;
      column-gap: 24px;
      margin: 0 auto;
      .lp-jumbotron-body {
        text-align: center;
        flex-shrink: 0;
        flex-basis: 623px;
        .lp-jumbotron-new {
          text-shadow: 0px 0px 12px rgba(0, 0, 0, 0.25);
          font-size: 20px;
          display: flex;
          align-items: center;
          column-gap: 16px;
          &::before,
          &::after {
            content: "";
            flex-grow: 1;
            height: 2px;
          }
          &::before {
            background: linear-gradient(90deg, rgba(255, 255, 255, 0.00) 0%, #FFF 100%);
          }
          &::after {
            background: linear-gradient(90deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%);
          }
        }
        .lp-jumbotron-title {
          font-size: 48px;
          font-weight: 700;
          margin-top: 8px;
          text-shadow: 0px 0px 12px rgba(0, 0, 0, 0.25);
          span {
            font-size: 36px;
            font-weight: 400;
          }
        }
        .lp-jumbotron-products {
          min-height: 88px;
          display: flex;
          align-items: center;
          justify-content: center;
          column-gap: 12px;
          margin: 40px 0 53px 0;
          .lp-jumbotron-product {
            text-shadow: 0px 0px 12px rgba(0, 0, 0, 0.25);
            font-size: 20px;
            .series {
              font-size: 24px;
              font-weight: 700;
            }
          }
          .cross {
            width: 124px;
            position: relative;
            margin: 0 -10px;
            &::before,
            &::after {
              content: "";
              width: 100%;
              height: 2px;
              display: inline-block;
              background: #fff;
              border-radius: 2px;
              position: absolute;
              top: 0;
              left: 0;
            }
            &::before {
              transform: rotate(45deg);
            }
            &::after {
              transform: rotate(-45deg);
            }
          }
        }
      }
    }
  }
}

.lp-section {
  background: #F3FAFF;
  padding: 64px 0;
  margin: 0 auto;
  h2 {
    color: #0E264C;
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 52px;
    position: relative;
    &::before {
      content: '';
      width: 80px;
      height: 4px;
      background: linear-gradient(90deg, #2297BB 18.65%, #0169B7 81.22%);
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      bottom: -8px;
    }
  }
  .lp-section-content {
    max-width: var(--CONTENT_WIDTH);
    display: flex;
    flex-direction: column;
    row-gap: 40px;
    margin: 0 auto;
    text-align: center;
    .lp-section-card {
      flex-basis: 50%;
      display: flex;
      flex-direction: column;
      border-radius: 4px;
      background: #FFF;
      padding: 40px;
      h3 {
        color: #0E264C;
        text-align: center;
        font-size: 28px;
        font-weight: 700;
        margin-bottom: 20px;
      }
      .text {
        font-size: 16px;
        margin-bottom: 32px;
      }
      .images {
        display: flex;
        column-gap: 48px;
        justify-content: center;
        .image {
          flex-basis: 440px;
          figcaption {
            color: #000;
            font-size: 14px;
            margin-top: 8px;
          }
        }
        .--before {
          position: relative;
          &::before {
            content: '';
            width: 0;
            height: 0;
            border-left: solid 16px #0E264C;
            border-bottom: solid 12px transparent;
            border-top: solid 12px transparent;
            position: absolute;
            top: calc(50% - 10px);
            transform: translateY(-50%);
            right: -35px;
          }
        }
      }
    }
  }
}

.lp-button {
  display: inline-flex;
  padding: 11px 32px 11px 48px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 24px;
  background: #DC002F;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.25);
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  &::after {
    content: '';
    width: 0;
    height: 0;
    border-left: solid 8px transparent;
    border-right: solid 8px transparent;
    border-top: solid 12px #fff;
    position: relative;
    top: 2px;
  }
  &:hover {
    background-color: #c6002a;
    opacity: 1;
  }
  &:link, &:visited {
    color: #fff;
  }
}
