/* Inter Font Family */
@font-face {
  font-family: 'Inter';
  src: url('./fonts/Inter/Inter-VariableFont_opsz,wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('./fonts/Inter/Inter-Italic-VariableFont_opsz,wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}

/* Oooh Baby Font Family */
@font-face {
  font-family: 'Oooh Baby';
  src: url('./fonts/Oooh_Baby/OoohBaby-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Salomon Sans 200 Font Family */
@font-face {
  font-family: 'Salomon Sans';
  src: url('./fonts/Salomon Sans 200/SALOMONSans-200Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Salomon Sans';
  src: url('./fonts/Salomon Sans 200/SALOMONSans-200LightSlant.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Salomon Sans';
  src: url('./fonts/Salomon Sans 200/SALOMONSans-200Reg.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Salomon Sans';
  src: url('./fonts/Salomon Sans 200/SALOMONSans-200RegSlant.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Salomon Sans';
  src: url('./fonts/Salomon Sans 200/SALOMONSans-200Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Salomon Sans';
  src: url('./fonts/Salomon Sans 200/SALOMONSans-200BoldSlant.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

body,
p,
a,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  text-decoration: none;
}

* {
  font-family: "Inter", sans-serif;
}

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.dp-eurosport-x-salomon-ben-1_hero {
  position: relative;
  height: 810px;
  width: 100%;
  background-color: black;
  display: flex;
  align-items: center;
  justify-content: center;

  .dp-eurosport-x-salomon-ben-1_hero-overlay {
    position: relative;
    width: 100%;
    max-width: 1920px;
    height: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;

    .dp-eurosport-x-salomon-ben-1_hero-video {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: 1;
      pointer-events: none;
      user-select: none;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
    }

    .dp-eurosport-x-salomon-ben-1_hero-content {
      position: relative;
      width: 100%;
      max-width: 1440px;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 2;
    }

    .dp-eurosport-x-salomon-ben-1_scrolling-banner {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      display: flex;
      align-items: center;
      overflow: hidden;
      z-index: 2;
      pointer-events: none;
      -webkit-overflow-scrolling: touch;
      -webkit-transform: translateZ(0);
      transform: translateZ(0);

      .dp-eurosport-x-salomon-ben-1_scrolling-content {
        display: flex;
        align-items: center;
        white-space: nowrap;
        animation: scroll-infinite 100s linear infinite;
        gap: 10px;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        will-change: transform;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        animation-fill-mode: forwards;
        animation-play-state: running;

        .dp-eurosport-x-salomon-ben-1_banner-item {
          display: flex;
          align-items: center;
          gap: 16px;
          flex-shrink: 0;

          .dp-eurosport-x-salomon-ben-1_salomon-logo {
            height: 31px;
            width: auto;
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
          }

          .dp-eurosport-x-salomon-ben-1_gravel-text {
            font-family: "Salomon Sans", sans-serif;
            font-size: 40px;
            color: #fff;
            letter-spacing: 0.1em;
            font-style: italic;
            font-weight: 400;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
          }
        }
      }
    }

    .dp-eurosport-x-salomon-ben-1_block-container {
      position: relative;
      z-index: 10;

      .dp-eurosport-x-salomon-ben-1_block-image {
        max-height: 390px;
        display: block;
      }

      /* .dp-eurosport-x-salomon-ben-1_arrow-text {
        position: absolute;
        top: 0;
        right: -80px;
        z-index: 8;
        display: flex;
        align-items: flex-start;
        gap: 6px; */

      /* .dp-eurosport-x-salomon-ben-1_arrow {
          width: 70px;
          height: auto;
          padding-top: 20px;
        } */

      /* .dp-eurosport-x-salomon-ben-1_features-text {
          font-family: "Oooh Baby", sans-serif;
          font-size: 32px;
          color: #FFFFFF;
          line-height: 100%;
          filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 1));
        }
      } */
    }

    .dp-eurosport-x-salomon-ben-1_text-bottom-left {
      position: absolute;
      bottom: 20px;
      left: 20px;
      z-index: 5;

      .dp-eurosport-x-salomon-ben-1_text-bottom-left-text {
        font-family: "Salomon Sans", sans-serif;
        font-size: 86px;
        font-style: italic;
        color: #FFC800;
        text-transform: uppercase;
        line-height: 90%;
        font-weight: 400;

        .dp-eurosport-x-salomon-ben-1_salomon-logo-text {
          height: 62px;
          width: auto;
        }
      }

      .dp-eurosport-x-salomon-ben-1_text-bottom-left-text-mobile {
        display: none;
      }
    }

    .dp-eurosport-x-salomon-ben-1_text-bottom-right {
      position: absolute;
      bottom: 25px;
      right: 20px;
      z-index: 5;
      text-align: right;

      /* .dp-eurosport-x-salomon-ben-1_text-bottom-right-text {
        font-size: 32px;
        color: #FFFFFF;
        font-weight: 400;
        line-height: 120%;
      }


      .dp-eurosport-x-salomon-ben-1_text-bottom-right-text-mobile {
        display: none;
      } */

      .dp-eurosport-x-salomon-ben-1_cta-button {
        background-color: #FFFFFF;
        color: #000000;
        border: none;
        border-radius: 100px;
        padding: 20px 40px;
        font-size: 24px;
        text-transform: uppercase;
        cursor: pointer;
        transition: all 0.3s ease;
        font-style: italic;
        font-weight: 500;
        line-height: 100%;

        &:hover {
          background-color: #FFC800;
        }
      }
    }
  }
}

.dp-eurosport-x-salomon-ben-1_eurosport-band {
  width: 100%;
  height: 96px;
  background-color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;

  .dp-eurosport-x-salomon-ben-1_eurosport-logo {
    height: 32px;
    width: auto;
  }
}

.dp-eurosport-x-salomon-ben-1_specs-section-mobile {
  display: none;
}

.dp-eurosport-x-salomon-ben-1_form-section {
  width: 100%;
  height: 1109px;
  background-color: #F7F7F7;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 128px 0;
  box-sizing: border-box;

  .dp-eurosport-x-salomon-ben-1_form-container {
    width: 100%;
    max-width: 1920px;
    height: 100%;
    display: flex;
    position: relative;

    .dp-eurosport-x-salomon-ben-1_form-content {
      width: 100%;
      max-width: 1440px;
      height: 100%;
      display: flex;
      position: relative;
      margin: 0 auto;
    }

    .dp-eurosport-x-salomon-ben-1_form-left {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: flex-end;
      gap: 32px;

      .dp-eurosport-x-salomon-ben-1_shoes-image {
        max-width: 640px;
        height: auto;
      }

      .dp-eurosport-x-salomon-ben-1_form-text {
        font-size: 18px;
        line-height: 120%;
        color: #00000050;
        max-width: 440px;
      }
    }

    .dp-eurosport-x-salomon-ben-1_form-right {
      flex: 2;
      display: flex;
      position: relative;
      height: 100%;

      .dp-eurosport-x-salomon-ben-1_form-content-2 {
        flex: 1;
        display: flex;
        padding: 0 48px;
        flex-direction: column;
        justify-content: center;
        gap: 32px;
        width: auto;
        max-width: 1440px;
        height: auto;
        margin: 0 auto;

        .dp-eurosport-x-salomon-ben-1_form-title {
          font-family: "Salomon Sans", sans-serif;
          font-size: 32px;
          font-weight: 400;
          color: #000000;
          line-height: 1.2;

          .dp-eurosport-x-salomon-ben-1_salomon-style {
            font-family: "Salomon Sans", sans-serif;
            font-style: italic;
            font-weight: 800;
          }
        }

        .dp-eurosport-x-salomon-ben-1_form-title-mobile {
          display: none;
        }

        .dp-eurosport-x-salomon-ben-1_contest-form {
          position: relative;
          display: flex;
          flex-direction: column;
          gap: 32px;

          .dp-eurosport-x-salomon-ben-1_form-message {
            position: absolute;
            bottom: -32px;
            left: 0;
            right: 0;
            text-align: center;
            font-family: "Inter", sans-serif;
            font-size: 14px;
            font-weight: bold;
            z-index: 10;
          }

          .dp-eurosport-x-salomon-ben-1_form-row {
            display: flex;
            gap: 20px;

            .dp-eurosport-x-salomon-ben-1_form-group {
              flex: 1;

              .dp-eurosport-x-salomon-ben-1_form-label {
                display: block;
                font-size: 16px;
                line-height: 120%;
                color: #000000;
                font-weight: 400;
              }

              .dp-eurosport-x-salomon-ben-1_form-input {
                width: 100%;
                padding: 12px 0px;
                border: none;
                border-bottom: 1px solid #000000;
                border-radius: 0;
                font-size: 16px;
                line-height: 120%;
                background-color: transparent;
                box-sizing: border-box;
                outline: none;

                &::placeholder {
                  color: #00000050;
                }

                &:hover {
                  border-bottom-color: #FFC800;
                }

                &:focus {
                  outline: none;
                }
              }

              select.dp-eurosport-x-salomon-ben-1_form-input {
                padding: 12px 20px 12px 0px;
                margin: 0;
                appearance: none;
                -webkit-appearance: none;
                -moz-appearance: none;
                cursor: pointer;
                color: #000000;
                font-family: "Inter", sans-serif;
                background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");
                background-repeat: no-repeat;
                background-position: right 0px center;
                background-size: 16px;
                -webkit-background-size: 16px;
                -webkit-background-position: right 0px center;

                &:invalid {
                  color: #00000050;
                }

                &:invalid::before {
                  content: attr(data-placeholder);
                  color: #00000050;
                  font-family: "Inter", sans-serif;
                }

                &:focus {
                  outline: none;
                  border-bottom-color: #FFC800;
                }
              }

              select.dp-eurosport-x-salomon-ben-1_form-input option {
                font-family: "Inter", sans-serif !important;
                color: #000000 !important;
                background-color: #ffffff !important;
                background: #ffffff !important;
                padding: 8px 12px !important;
                border: none !important;
                outline: none !important;
                -webkit-appearance: none !important;
                appearance: none !important;
                border-radius: 4px !important;
                margin: 2px !important;
              }

              select.dp-eurosport-x-salomon-ben-1_form-input option:first-child {
                display: none !important;
              }

              @media screen and (-webkit-min-device-pixel-ratio:0) {
                select.dp-eurosport-x-salomon-ben-1_form-input option {
                  font-family: "Inter", sans-serif !important;
                  color: #000000 !important;
                  background-color: #ffffff !important;
                  background: #ffffff !important;
                  padding: 8px 12px !important;
                  border: none !important;
                  outline: none !important;
                  -webkit-appearance: none !important;
                  appearance: none !important;
                  border-radius: 4px !important;
                  margin: 1px !important;
                }

                select.dp-eurosport-x-salomon-ben-1_form-input option:first-child {
                  display: none !important;
                }
              }

              @supports (-webkit-appearance: none) {
                select.dp-eurosport-x-salomon-ben-1_form-input {
                  option {
                    font-family: "Inter", sans-serif !important;
                    color: #000000 !important;
                    background-color: #ffffff !important;
                    background: #ffffff !important;
                    padding: 8px 12px !important;
                    border: none !important;
                    outline: none !important;
                    -webkit-appearance: none !important;
                    appearance: none !important;
                    border-radius: 4px !important;
                    margin: 1px !important;
                  }

                  option:first-child {
                    display: none !important;
                  }
                }
              }

              @-moz-document url-prefix() {
                select.dp-eurosport-x-salomon-ben-1_form-input option {
                  font-family: "Inter", sans-serif !important;
                  color: #000000 !important;
                  background-color: #ffffff !important;
                  background: #ffffff !important;
                  padding: 8px 12px !important;
                  border-radius: 4px !important;
                  margin: 1px !important;
                }

                select.dp-eurosport-x-salomon-ben-1_form-input option:first-child {
                  display: none !important;
                }
              }
            }
          }

          .dp-eurosport-x-salomon-ben-1_form-checkbox {
            display: flex;
            flex-direction: column;
            gap: 8px;

            .dp-eurosport-x-salomon-ben-1_checkbox-group {
              display: flex;
              align-items: center;
              gap: 8px;

              .dp-eurosport-x-salomon-ben-1_checkbox {
                appearance: none;
                -webkit-appearance: none;
                -moz-appearance: none;
                width: 16px;
                height: 16px;
                min-width: 16px;
                min-height: 16px;
                border: 1px solid #00000050;
                border-radius: 3px;
                background-color: transparent;
                cursor: pointer;
                position: relative;
                margin: 0;
                outline: none;

                &:checked {
                  background-color: #ffffff;
                  border-color: #000000;

                  &::after {
                    content: '';
                    position: absolute;
                    left: 50%;
                    top: 50%;
                    width: 4px;
                    height: 7px;
                    border: solid #000000;
                    border-width: 0 2px 2px 0;
                    transform: translate(-50%, -60%) rotate(45deg);
                  }
                }

                &:hover {
                  border-color: #FFC800;
                }
              }

              .dp-eurosport-x-salomon-ben-1_form-label-checkbox {
                font-size: 14px;
                margin: 0;
                cursor: pointer;

                .dp-eurosport-x-salomon-ben-1_terms-conditions {
                  color: #54AFFF;
                  text-decoration: underline;

                  &:hover {
                    text-decoration: none;
                  }
                }
              }
            }
          }

          .dp-eurosport-x-salomon-ben-1_submit-button {
            position: relative;
            background-color: #000000;
            color: #ffffff;
            border: none;
            border-radius: 100px;
            padding: 16px 32px;
            font-family: "Salomon Sans", sans-serif;
            font-size: 24px;
            font-style: italic;
            text-transform: uppercase;
            cursor: pointer;
            transition: all 0.3s ease;
            width: 100%;

            &:hover:not(:disabled) {
              background-color: #FFC800;
              color: #000000;
            }

            &:disabled {
              opacity: 0.6;
              cursor: not-allowed;
            }
          }
        }
      }

      .dp-eurosport-x-salomon-ben-1_form-image {
        display: flex;
        align-items: center;
        justify-content: center;

        .dp-eurosport-x-salomon-ben-1_runner-image {
          max-width: 172px;
          height: auto;
        }
      }
    }
  }
}

.dp-eurosport-x-salomon-ben-1_specs-section {
  width: 100%;
  height: 233px;
  background-color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;

  .dp-eurosport-x-salomon-ben-1_specs-container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;

    .dp-eurosport-x-salomon-ben-1_specs-left {
      padding-right: 50px;
      border-right: 1px solid #000000;

      .dp-eurosport-x-salomon-ben-1_ideal-text {
        display: flex;
        flex-direction: column;
        text-align: center;

        .dp-eurosport-x-salomon-ben-1_ideal-label {
          font-size: 24px;
          color: #000000;
          font-weight: 400;
          font-family: "Salomon Sans", sans-serif;
        }

        .dp-eurosport-x-salomon-ben-1_ideal-values {
          font-size: 24px;
          color: #000000;
          font-family: "Salomon Sans", sans-serif;
          font-weight: 200;
        }
      }
    }

    .dp-eurosport-x-salomon-ben-1_specs-right {
      display: flex;
      align-items: center;

      .dp-eurosport-x-salomon-ben-1_spec-item {
        padding: 0 50px;
        border-right: 1px solid #000000;
        white-space: nowrap;
        display: flex;
        flex-direction: column;
        text-align: center;

        &:last-child {
          padding: 0 0 0 50px;
          border-right: none;
        }

        .dp-eurosport-x-salomon-ben-1_spec-label {
          font-size: 24px;
          color: #000000;
          margin-bottom: 2px;
          font-weight: 400;
          font-family: "Salomon Sans", sans-serif;
        }

        .dp-eurosport-x-salomon-ben-1_spec-value {
          font-size: 24px;
          color: #000000;
          font-family: "Salomon Sans", sans-serif;
          font-weight: 200;
        }
      }
    }
  }
}

.dp-eurosport-x-salomon-ben-1_gravel-question-section {
  width: 100%;
  height: 215px;
  background-color: #F7F7F7;
  display: flex;
  align-items: center;
  justify-content: center;

  .dp-eurosport-x-salomon-ben-1_gravel-question-container {
    width: 100%;
    max-width: 1920px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;

    .dp-eurosport-x-salomon-ben-1_gravel-question-text {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;

      .dp-eurosport-x-salomon-ben-1_gravel-question {
        font-family: "Oooh Baby", sans-serif;
        font-size: 40px;
        color: #000000;
        text-align: center;
        line-height: 120%;
        transform: rotate(-2deg);
        font-weight: 400;
        text-wrap: pretty;
      }

      .dp-eurosport-x-salomon-ben-1_arrow-top-left {
        position: absolute;
        top: -90px;
        left: 0;
        width: auto;
        height: 53px;
        z-index: 2;
      }

      .dp-eurosport-x-salomon-ben-1_arrow-bottom-right {
        position: absolute;
        bottom: -130px;
        right: 0;
        width: auto;
        height: 124px;
        z-index: 2;
      }
    }
  }
}

.dp-eurosport-x-salomon-ben-1_gravel-section {
  width: 100%;
  background-color: #FFFFFF;
  position: relative;

  .dp-eurosport-x-salomon-ben-1_gravel-content {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
  }

  .dp-eurosport-x-salomon-ben-1_gravel-header {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 100px 128px 350px;

    .dp-eurosport-x-salomon-ben-1_gravel-title {
      width: 884px;
      font-family: "Salomon Sans", sans-serif;
      font-size: 64px;
      font-weight: 400;
      color: #000000;
      text-transform: uppercase;
      line-height: 100%;
      text-align: left;
    }

    .dp-eurosport-x-salomon-ben-1_gravel-header-description {
      display: flex;
      justify-content: flex-end;

      .dp-eurosport-x-salomon-ben-1_gravel-subtitle {
        width: 800px;
        font-family: "Inter", sans-serif;
        font-size: 24px;
        font-weight: 400;
        color: #000000;
        max-width: 800px;
        line-height: 100%;
        text-align: left;
      }
    }
  }

  .dp-eurosport-x-salomon-ben-1_gravel-mobile-image {
    display: none;
  }

  .dp-eurosport-x-salomon-ben-1_gravel-images-container {
    position: relative;
    width: 100%;
    height: 810px;
    overflow: hidden;

    .dp-eurosport-x-salomon-ben-1_gravel-background {
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      width: 100%;
      max-width: 1920px;
      height: 810px;
      min-width: 1440px;

      .dp-eurosport-x-salomon-ben-1_gravel-bg-image {
        width: 100%;
        min-width: 1440px;
        height: 100%;
        object-fit: cover;
        object-position: center;
      }

      .dp-eurosport-x-salomon-ben-1_gravel-bg-video {
        width: 100%;
        min-width: 1440px;
        height: 100%;
        object-fit: cover;
        object-position: center;
      }
    }
  }

  .dp-eurosport-x-salomon-ben-1_gravel-overlay {
    position: absolute;
    bottom: 39%;
    left: 50%;
    transform: translate(-50%);
    width: 1184px;
    z-index: 10;

    .dp-eurosport-x-salomon-ben-1_gravel-collage-image {
      width: 100%;
      height: auto;
    }
  }
}

.dp-eurosport-x-salomon-ben-1_final-section {
  position: relative;
  width: 100%;
  height: 1682px;
  background-color: #FFFFFF;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;

  .dp-eurosport-x-salomon-ben-1_lorem-scrolling-banner {
    position: absolute;
    top: 60px;
    left: 50%;
    transform: translateX(-50%) translateZ(0);
    width: 100%;
    max-width: 1920px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    z-index: 5;
    pointer-events: none;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translateX(-50%) translateZ(0);
    margin: 0 auto;

    .dp-eurosport-x-salomon-ben-1_lorem-scrolling-content {
      display: flex;
      align-items: center;
      white-space: nowrap;
      animation: scroll-infinite 100s linear infinite;
      gap: 30px;
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
      will-change: transform;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      animation-fill-mode: forwards;
      animation-play-state: running;

      .dp-eurosport-x-salomon-ben-1_lorem-item {
        font-family: "Salomon Sans", sans-serif;
        font-size: 160px;
        font-weight: 400;
        color: #000000;
        text-transform: uppercase;
        line-height: 100%;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
      }
    }
  }

  .dp-eurosport-x-salomon-ben-1_final-container {
    position: relative;
    width: 100%;
    max-width: 1920px;
    height: 100%;
    z-index: 10;

    .dp-eurosport-x-salomon-ben-1_final-content {
      position: relative;
      width: 100%;
      max-width: 1440px;
      height: 100%;
      margin: 0 auto;
      z-index: 10;
    }

    .dp-eurosport-x-salomon-ben-1_final-image-1 {
      position: absolute;
      left: calc(50% - 960px);
      top: 32%;
      transform: translateY(-50%);
      width: 1047px;
      max-width: 1047px;
      height: auto;
      z-index: 2;
    }

    .dp-eurosport-x-salomon-ben-1_final-image-2 {
      position: absolute;
      left: calc(50% + 873px - 960px);
      top: 65%;
      transform: translateY(-50%);
      width: 1047px;
      max-width: 1047px;
      height: auto;
      z-index: 6;
    }

    .dp-eurosport-x-salomon-ben-1_final-content {

      .dp-eurosport-x-salomon-ben-1_final-text-top {
        position: absolute;
        top: 280px;
        right: calc(50% - 720px + 150px);
        max-width: 420px;
        padding-right: 20px;
        z-index: 7;

        .dp-eurosport-x-salomon-ben-1_final-text {
          font-family: "Inter", sans-serif;
          font-size: 18px;
          line-height: 120%;
          color: #00000050;

          .dp-eurosport-x-salomon-ben-1_final-text-quote {
            font-family: "Inter", sans-serif;
            font-style: italic;
            font-weight: 500;
          }
        }
      }

      .dp-eurosport-x-salomon-ben-1_final-text-bottom {
        position: absolute;
        bottom: 300px;
        left: calc(50% - 720px + 150px);
        max-width: 420px;
        padding-left: 20px;
        z-index: 3;

        .dp-eurosport-x-salomon-ben-1_final-text {
          font-family: "Inter", sans-serif;
          font-size: 18px;
          line-height: 120%;
          color: #00000050;

          .dp-eurosport-x-salomon-ben-1_final-text-quote {
            font-family: "Inter", sans-serif;
            font-style: italic;
            font-weight: 500;
          }
        }
      }

      .dp-eurosport-x-salomon-ben-1_final-cta-container {
        position: absolute;
        bottom: 85px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 8;

        .dp-eurosport-x-salomon-ben-1_final-cta-button {
          background-color: #000000;
          color: #FFFFFF;
          border: none;
          border-radius: 100px;
          padding: 16px 32px;
          font-family: "Salomon Sans", sans-serif;
          font-size: 24px;
          font-style: italic;
          text-transform: uppercase;
          cursor: pointer;
          transition: all 0.3s ease;

          &:hover {
            background-color: #FFC800;
            color: #000000;
          }
        }
      }
    }
  }
}


.dp-eurosport-x-salomon-ben-1_final-section-bis {
  position: relative;
  width: 100%;
  height: 1650px;
  background-color: #FFFFFF;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;

  .dp-eurosport-x-salomon-ben-1_final-container {
    position: relative;
    width: 100%;
    max-width: 1920px;
    height: 100%;
    z-index: 10;

    .dp-eurosport-x-salomon-ben-1_final-content {
      position: relative;
      width: 100%;
      max-width: 1440px;
      height: 100%;
      margin: 0 auto;
      z-index: 10;

      .dp-eurosport-x-salomon-ben-1_final-image-1 {
        position: absolute;
        /* top: 60%; */
        transform: translateY(30%);
        left: calc(50% - 720px);
        top: 0;
        width: 560px;
        max-width: 560px;
        height: auto;
        z-index: 2;
      }

      .dp-eurosport-x-salomon-ben-1_final-text-top {
        position: absolute;
        top: 0;
        right: calc(45% - 720px + 200px);
        max-width: 620px;
        padding-right: 20px;
        z-index: 7;
        display: flex;
        flex-direction: column;
        gap: 40px;

        .dp-eurosport-x-salomon-ben-1_final-text-title {
          font-family: "Salomon Sans", sans-serif;
          font-size: 40px;
          line-height: 100%;
          color: #000000;
          text-transform: uppercase;
        }

        .dp-eurosport-x-salomon-ben-1_final-text {
          font-family: "Inter", sans-serif;
          font-size: 18px;
          line-height: 120%;
          color: #00000050;

          .dp-eurosport-x-salomon-ben-1_final-text-quote {
            font-family: "Inter", sans-serif;
            font-style: italic;
            font-weight: 500;
          }
        }
      }

      .dp-eurosport-x-salomon-ben-1_final-image-2 {
        position: absolute;
        left: calc(50% + 629px - 480px);
        top: 70%;
        transform: translateY(-50%);
        width: 629px;
        max-width: 629px;
        height: auto;
        z-index: 6;
      }

      .dp-eurosport-x-salomon-ben-1_final-text-bottom {
        position: absolute;
        bottom: 300px;
        left: calc(50% - 720px + 150px);
        max-width: 620px;
        padding-left: 20px;
        z-index: 3;
        display: flex;
        flex-direction: column;
        gap: 40px;

        .dp-eurosport-x-salomon-ben-1_final-text-title {
          font-family: "Salomon Sans", sans-serif;
          font-size: 40px;
          line-height: 100%;
          color: #000000;
          text-transform: uppercase;
        }

        .dp-eurosport-x-salomon-ben-1_final-text {
          font-family: "Inter", sans-serif;
          font-size: 18px;
          line-height: 120%;
          color: #00000050;

          .dp-eurosport-x-salomon-ben-1_final-text-quote {
            font-family: "Inter", sans-serif;
            font-style: italic;
            font-weight: 500;
          }
        }
      }
    }
  }
}

.dp-eurosport-x-salomon-ben-1_footer {
  background-color: #000000;
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;

  .dp-eurosport-x-salomon-ben-1_footer-container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    max-width: 1920px;

    .dp-eurosport-x-salomon-ben-1_footer-left {
      display: flex;
      align-items: center;
      justify-content: center;

      .dp-eurosport-x-salomon-ben-1_footer-logo-salomon {
        height: 28px;
        width: auto;
      }
    }

    .dp-eurosport-x-salomon-ben-1_footer-divider {
      width: 1px;
      height: 36px;
      background-color: #ffffff;
      margin: 0 30px;
    }

    .dp-eurosport-x-salomon-ben-1_footer-right {
      display: flex;
      align-items: center;
      justify-content: center;

      .dp-eurosport-x-salomon-ben-1_footer-logo-eurosport {
        height: 42px;
        width: auto;
      }
    }
  }
}

.dp-eurosport-x-salomon-ben-1_legal-links {
  background-color: #000000;
  padding: 0 0 30px 0;
  width: 100%;

  .dp-eurosport-x-salomon-ben-1_legal-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;

    .dp-eurosport-x-salomon-ben-1_legal-link {
      font-family: "Inter", sans-serif;
      font-size: 14px;
      font-weight: 400;
      color: #ffffff;
      text-decoration: none;
      transition: color 0.3s ease;

      &:hover {
        color: #FFC800;
        text-decoration: underline;
      }
    }
  }
}



.dp-eurosport-x-salomon-ben-1_cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.95);
  color: #FFFFFF;
  padding: 20px;
  z-index: 10000;
  backdrop-filter: blur(10px);
  border-top: 2px solid #FFC800;

  .dp-eurosport-x-salomon-ben-1_cookie-banner-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: space-between;
    gap: 30px;
    flex-wrap: wrap;
  }

  .dp-eurosport-x-salomon-ben-1_cookie-banner-text {
    flex: 1;
    min-width: 300px;

    .dp-eurosport-x-salomon-ben-1_cookie-banner-text-title {
      margin: 0 0 10px 0;
      font-size: 18px;
      font-weight: 500;
      font-family: "Salomon Sans", sans-serif;
      color: #FFFFFF;
    }

    .dp-eurosport-x-salomon-ben-1_cookie-banner-text-description {
      margin: 0;
      font-size: 14px;
      line-height: 1.4;
      opacity: 0.9;
      font-family: "Inter", sans-serif;
      color: #FFFFFF;
    }
  }

  .dp-eurosport-x-salomon-ben-1_cookie-banner-actions {
    display: flex;
    gap: 15px;
    align-items: center;
    flex-wrap: wrap;
  }

  .dp-eurosport-x-salomon-ben-1_btn {
    padding: 12px 24px;
    border: none;
    border-radius: 100px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
    font-family: "Salomon Sans", sans-serif;
    text-transform: uppercase;
    font-style: italic;
  }

  .dp-eurosport-x-salomon-ben-1_btn-primary {
    background: #FFFFFF;
    color: #000000;

    &:hover {
      background: #FFC800;
      color: #000000;
    }
  }

  .dp-eurosport-x-salomon-ben-1_btn-secondary {
    background: transparent;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;

    &:hover {
      border-color: #FFC800;
      background: #FFC800;
      color: #000000;
    }
  }

  .dp-eurosport-x-salomon-ben-1_cookie-policy-link {
    color: #FFFFFF;
    text-decoration: none;
    font-size: 14px;
    font-family: "Inter", sans-serif;
    transition: all 0.3s ease;

    &:hover {
      color: #FFC800;
      text-decoration: underline;
    }
  }
}

@keyframes scroll-infinite {
  0% {
    transform: translateX(0) translateZ(0);
  }

  100% {
    transform: translateX(-50%) translateZ(0);
  }
}

@-webkit-keyframes scroll-infinite {
  0% {
    -webkit-transform: translateX(0) translateZ(0);
    transform: translateX(0) translateZ(0);
  }

  100% {
    -webkit-transform: translateX(-50%) translateZ(0);
    transform: translateX(-50%) translateZ(0);
  }
}

@keyframes shake {

  0%,
  100% {
    transform: translateX(0) rotate(-2deg);
  }

  10% {
    transform: translateX(-3px) rotate(-1deg);
  }

  20% {
    transform: translateX(3px) rotate(-3deg);
  }

  30% {
    transform: translateX(-2px) rotate(-2.5deg);
  }

  40% {
    transform: translateX(2px) rotate(-1.5deg);
  }

  50% {
    transform: translateX(-1px) rotate(-2deg);
  }

  60% {
    transform: translateX(1px) rotate(-2.5deg);
  }

  70% {
    transform: translateX(-2px) rotate(-1deg);
  }

  80% {
    transform: translateX(2px) rotate(-3deg);
  }

  90% {
    transform: translateX(-1px) rotate(-2deg);
  }
}

@-webkit-keyframes shake {

  0%,
  100% {
    -webkit-transform: translateX(0) rotate(-2deg);
    transform: translateX(0) rotate(-2deg);
  }

  10% {
    -webkit-transform: translateX(-3px) rotate(-1deg);
    transform: translateX(-3px) rotate(-1deg);
  }

  20% {
    -webkit-transform: translateX(3px) rotate(-3deg);
    transform: translateX(3px) rotate(-3deg);
  }

  30% {
    -webkit-transform: translateX(-2px) rotate(-2.5deg);
    transform: translateX(-2px) rotate(-2.5deg);
  }

  40% {
    -webkit-transform: translateX(2px) rotate(-1.5deg);
    transform: translateX(2px) rotate(-1.5deg);
  }

  50% {
    -webkit-transform: translateX(-1px) rotate(-2deg);
    transform: translateX(-1px) rotate(-2deg);
  }

  60% {
    -webkit-transform: translateX(1px) rotate(-2.5deg);
    transform: translateX(1px) rotate(-2.5deg);
  }

  70% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }

  80% {
    -webkit-transform: translateX(2px) rotate(-3deg);
    transform: translateX(2px) rotate(-3deg);
  }

  90% {
    -webkit-transform: translateX(-1px) rotate(-2deg);
    transform: translateX(-1px) rotate(-2deg);
  }
}

.dp-eurosport-x-salomon-ben-1_gravel-question.shake-once {
  animation: shake 1.2s ease-in-out;
  -webkit-animation: shake 1.2s ease-in-out;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}

.dp-eurosport-x-salomon-ben-1_mobile-select {
  display: none;
  width: 100%;
  padding: 12px 20px 12px 0px;
  border: none;
  border-bottom: 1px solid #000000;
  border-radius: 0;
  font-size: 16px;
  line-height: 120%;
  background-color: transparent;
  color: #000000;
  font-family: "Inter", sans-serif;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0px center;
  background-size: 16px;
  -webkit-background-size: 16px;
  -webkit-background-position: right 0px center;

  &:focus {
    outline: none;
    border-bottom-color: #FFC800;
  }

  &:invalid,
  &:placeholder-shown,
  &[value=""] {
    color: rgba(0, 0, 0, 0.5);
  }

  &:valid:not([value=""]) {
    color: #000000;
  }

  &:hover {
    border-bottom-color: #FFC800;
  }
}

@media only screen and (max-width: 768px) {

  .dp-eurosport-x-salomon-ben-1_autocomplete-input,
  .dp-eurosport-x-salomon-ben-1_autocomplete-dropdown {
    display: none !important;
  }

  .dp-eurosport-x-salomon-ben-1_mobile-select {
    display: block !important;
  }
}

@media only screen and (min-width: 769px) {
  .dp-eurosport-x-salomon-ben-1_mobile-select {
    display: none !important;
  }
}

@media only screen and (max-width: 1410px) {
  .dp-eurosport-x-salomon-ben-1_hero {
    height: 742px;

    .dp-eurosport-x-salomon-ben-1_hero-overlay {
      .dp-eurosport-x-salomon-ben-1_hero-content {
        .dp-eurosport-x-salomon-ben-1_block-container {
          .dp-eurosport-x-salomon-ben-1_block-image {
            max-height: 239px;
            padding-bottom: 125px;
          }

          /* .dp-eurosport-x-salomon-ben-1_arrow-text {
            display: none;
          } */
        }

        .dp-eurosport-x-salomon-ben-1_text-bottom-left {
          width: 100%;
          position: absolute;
          bottom: 108px;
          top: auto;
          left: 50%;
          transform: translateX(-50%);
          z-index: 5;

          .dp-eurosport-x-salomon-ben-1_text-bottom-left-text {
            display: none;
          }

          .dp-eurosport-x-salomon-ben-1_text-bottom-left-text-mobile {
            display: block;
            font-family: "Salomon Sans", sans-serif;
            font-size: 47px;
            font-style: italic;
            color: #FFC800;
            text-transform: uppercase;
            line-height: 90%;
            font-weight: 400;
            text-align: center;

            .dp-eurosport-x-salomon-ben-1_salomon-logo-text-mobile {
              height: 31px;
              width: auto;
            }
          }
        }

        .dp-eurosport-x-salomon-ben-1_text-bottom-right {
          width: 100%;
          position: absolute;
          bottom: 32px;
          right: auto;
          left: 50%;
          transform: translateX(-50%);
          text-align: center;

          /* .dp-eurosport-x-salomon-ben-1_text-bottom-right-text {
            display: none;
          }

          .dp-eurosport-x-salomon-ben-1_text-bottom-right-text-mobile {
            display: block;
            font-size: 20px;
            color: #FFFFFF;
            font-weight: 400;
            line-height: 120%;
          } */

          .dp-eurosport-x-salomon-ben-1_cta-button {
            background-color: #FFFFFF;
            color: #000000;
            border: none;
            border-radius: 100px;
            padding: 12px 32px;
            font-size: 24px;
            text-transform: uppercase;
            cursor: pointer;
            transition: all 0.3s ease;
            font-style: italic;
            text-wrap: nowrap;

            &:hover {
              background-color: #FFFFFF;
            }
          }
        }
      }
    }
  }

  .dp-eurosport-x-salomon-ben-1_eurosport-band {
    height: 58px;

    .dp-eurosport-x-salomon-ben-1_eurosport-logo {
      height: 26px;
      width: auto;
    }
  }

  .dp-eurosport-x-salomon-ben-1_specs-section-mobile {
    overflow: hidden;
    width: 100%;
    height: auto;
    background-color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;

    .dp-eurosport-x-salomon-ben-1_specs-container {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      box-sizing: border-box;
      padding: 32px 16px;

      .dp-eurosport-x-salomon-ben-1_specs {
        display: flex;
        align-items: center;
        flex-direction: column;

        .dp-eurosport-x-salomon-ben-1_spec-item-separator {
          min-height: 1px;
          height: 1px;
          min-width: 73px;
          width: 73px;
          background-color: #000000;
        }

        .dp-eurosport-x-salomon-ben-1_spec-item {
          padding: 18px 0;
          white-space: nowrap;
          display: flex;
          flex-direction: column;
          text-align: center;

          &:first-child {
            padding: 0 0 18px 0;
          }

          &:last-child {
            padding: 18px 0 0 0;
          }

          .dp-eurosport-x-salomon-ben-1_spec-label {
            font-size: 24px;
            color: #000000;
            margin-bottom: 2px;
            font-weight: 400;
            font-family: "Salomon Sans", sans-serif;
          }

          .dp-eurosport-x-salomon-ben-1_spec-value {
            font-size: 24px;
            color: #000000;
            font-family: "Salomon Sans", sans-serif;
            font-weight: 200;
          }
        }
      }
    }
  }

  .dp-eurosport-x-salomon-ben-1_form-section {
    height: auto;
    padding: 0;
    overflow: hidden;
    background-color: #FFFFFF;

    .dp-eurosport-x-salomon-ben-1_form-container {
      .dp-eurosport-x-salomon-ben-1_form-content {
        flex-direction: column;

        .dp-eurosport-x-salomon-ben-1_form-left {
          align-items: center;
          gap: 0;

          .dp-eurosport-x-salomon-ben-1_shoes-image {
            max-width: 100%;
            height: auto;
          }

          .dp-eurosport-x-salomon-ben-1_form-text {
            padding: 0 16px 40px 16px;
          }
        }

        .dp-eurosport-x-salomon-ben-1_form-right {
          flex-direction: column-reverse;

          .dp-eurosport-x-salomon-ben-1_form-image {
            height: 306px;
            display: flex;
            align-items: flex-start;
            justify-content: flex-end;

            .dp-eurosport-x-salomon-ben-1_runner-image {
              max-width: 214px;
              height: 286px;
            }
          }

          .dp-eurosport-x-salomon-ben-1_form-content-2 {
            background-color: #F7F7F7;
            padding: 40px 16px;
            margin: 0;

            .dp-eurosport-x-salomon-ben-1_form-title {
              display: none;
            }

            .dp-eurosport-x-salomon-ben-1_form-title-mobile {
              display: block;
              font-family: "Salomon Sans", sans-serif;
              font-size: 32px;
              font-weight: 400;
              color: #000000;
              line-height: 1.2;

              .dp-eurosport-x-salomon-ben-1_salomon-style {
                font-family: "Salomon Sans", sans-serif;
                font-style: italic;
                font-weight: 800;
              }
            }

            .dp-eurosport-x-salomon-ben-1_contest-form {
              .dp-eurosport-x-salomon-ben-1_form-row {
                flex-direction: column;
                gap: 32px;

                .dp-eurosport-x-salomon-ben-1_form-group {
                  .dp-eurosport-x-salomon-ben-1_form-input {
                    &:hover {
                      border-bottom-color: #000000;
                    }
                  }
                }
              }

              .dp-eurosport-x-salomon-ben-1_form-checkbox {
                .dp-eurosport-x-salomon-ben-1_checkbox-group {
                  .dp-eurosport-x-salomon-ben-1_checkbox {
                    &:hover {
                      border-color: #00000050;
                    }
                  }
                }
              }

              .dp-eurosport-x-salomon-ben-1_submit-button {
                &:hover:not(:disabled) {
                  background-color: #000000;
                  color: #FFFFFF;
                }
              }
            }
          }
        }
      }
    }
  }

  .dp-eurosport-x-salomon-ben-1_specs-section {
    display: none;
  }

  .dp-eurosport-x-salomon-ben-1_gravel-question-section {
    position: relative;
    background-color: #E2E2E2;

    .dp-eurosport-x-salomon-ben-1_gravel-question-container {
      overflow: hidden;
      position: relative;
      z-index: 1;

      .dp-eurosport-x-salomon-ben-1_gravel-question-text {
        position: relative;

        .dp-eurosport-x-salomon-ben-1_gravel-question {
          font-size: 32px;
          padding: 0 16px;
          max-width: 100%;
          box-sizing: border-box;
        }

        .dp-eurosport-x-salomon-ben-1_arrow-top-left {
          display: none;
        }

        .dp-eurosport-x-salomon-ben-1_arrow-bottom-right {
          display: none;
        }
      }
    }

    &::after {
      content: '';
      position: absolute;
      bottom: -80px;
      left: 50%;
      transform: translateX(-50%);
      width: 27px;
      height: 124px;
      background-image: url('./svg/arrow-block-3-2.svg');
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center;
      z-index: 2;
    }
  }

  .dp-eurosport-x-salomon-ben-1_gravel-section {
    overflow: hidden;
    height: auto;
    width: auto;
    position: relative;

    .dp-eurosport-x-salomon-ben-1_gravel-content {
      .dp-eurosport-x-salomon-ben-1_gravel-header {
        gap: 24px;
        padding: 120px 16px 20px;
        align-items: flex-start;
        justify-content: flex-start;

        .dp-eurosport-x-salomon-ben-1_gravel-title {
          width: 100%;
          font-size: 60px;
          text-align: left;
          text-wrap: balance;
        }

        .dp-eurosport-x-salomon-ben-1_gravel-header-description {
          justify-content: flex-start;

          .dp-eurosport-x-salomon-ben-1_gravel-subtitle {
            width: 100%;
            font-size: 20px;
            max-width: auto;
            line-height: 120%;
            text-align: left;
          }
        }
      }
    }

    .dp-eurosport-x-salomon-ben-1_gravel-mobile-image {
      position: relative;
      margin-top: 24px;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      z-index: 4;

      .dp-eurosport-x-salomon-ben-1_gravel-mobile-img {
        width: 375px;
        height: auto;
        object-fit: cover;
      }
    }

    .dp-eurosport-x-salomon-ben-1_gravel-images-container {
      position: relative;
      min-width: 100%;
      height: 350px;
      overflow: hidden;
      margin-top: -110px;
      z-index: 2;

      .dp-eurosport-x-salomon-ben-1_gravel-background {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        max-width: 100%;
        height: 350px;
        min-width: 100%;

        .dp-eurosport-x-salomon-ben-1_gravel-bg-image {
          width: 100%;
          min-width: 100%;
          height: 100%;
          object-fit: cover;
          object-position: center;
        }

        .dp-eurosport-x-salomon-ben-1_gravel-bg-video {
          width: 100%;
          min-width: 100%;
          height: 100%;
          object-fit: cover;
          object-position: center;
        }
      }
    }

    .dp-eurosport-x-salomon-ben-1_gravel-overlay {
      display: none;
    }
  }

  .dp-eurosport-x-salomon-ben-1_final-section {
    position: relative;
    width: 100%;
    height: auto;
    background-color: #FFFFFF;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;

    .dp-eurosport-x-salomon-ben-1_lorem-scrolling-banner {
      position: relative;
      top: auto;
      left: auto;
      transform: none;
      width: 100%;
      display: flex;
      align-items: center;
      overflow: hidden;
      z-index: 5;
      pointer-events: none;
      padding: 32px 0 16px 0;
      -webkit-overflow-scrolling: touch;
      -webkit-transform: translateZ(0);
      transform: translateZ(0);

      .dp-eurosport-x-salomon-ben-1_lorem-scrolling-content {
        display: flex;
        align-items: center;
        white-space: nowrap;
        animation: scroll-infinite 100s linear infinite;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        will-change: transform;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        animation-fill-mode: forwards;
        animation-play-state: running;

        .dp-eurosport-x-salomon-ben-1_lorem-item {
          font-family: "Salomon Sans", sans-serif;
          font-size: 100px;
          font-weight: 400;
          color: #000000;
          text-transform: uppercase;
          line-height: 100%;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
        }
      }
    }

    .dp-eurosport-x-salomon-ben-1_final-container {
      position: relative;
      width: 100%;
      max-width: 100%;
      height: auto;
      z-index: 10;
      margin-top: -35px;

      .dp-eurosport-x-salomon-ben-1_final-content {
        .dp-eurosport-x-salomon-ben-1_final-image-1 {
          position: relative;
          left: auto;
          top: auto;
          transform: none;
          max-width: 100%;
          width: 100%;
          height: auto;
          z-index: 2;
        }

        .dp-eurosport-x-salomon-ben-1_final-image-2 {
          position: relative;
          left: auto;
          top: auto;
          transform: none;
          max-width: 100%;
          width: 100%;
          height: auto;
          z-index: 6;
        }

        .dp-eurosport-x-salomon-ben-1_final-text-top {
          position: relative;
          top: auto;
          right: auto;
          max-width: 100%;
          padding: 32px 16px;
          z-index: 7;

          .dp-eurosport-x-salomon-ben-1_final-text {
            font-family: "Inter", sans-serif;
            font-size: 18px;
            line-height: 120%;
            color: #00000050;
          }
        }

        .dp-eurosport-x-salomon-ben-1_final-text-bottom {
          position: relative;
          bottom: auto;
          left: auto;
          max-width: 100%;
          padding: 32px 16px;
          z-index: 3;

          .dp-eurosport-x-salomon-ben-1_final-text {
            font-family: "Inter", sans-serif;
            font-size: 18px;
            line-height: 120%;
            color: #00000050;
          }
        }

        .dp-eurosport-x-salomon-ben-1_final-cta-container {
          position: relative;
          bottom: auto;
          left: auto;
          transform: none;
          z-index: 8;
          padding: 0 0 32px 0;
          display: flex;
          align-items: center;
          justify-content: center;

          .dp-eurosport-x-salomon-ben-1_final-cta-button {
            background-color: #000000;
            color: #FFFFFF;
            border: none;
            border-radius: 100px;
            padding: 16px 20px;
            font-family: "Salomon Sans", sans-serif;
            font-size: 24px;
            font-style: italic;
            text-transform: uppercase;
            cursor: pointer;
            transition: all 0.3s ease;

            &:hover {
              background-color: #000000;
              color: #FFFFFF;
            }
          }
        }
      }
    }
  }

  .dp-eurosport-x-salomon-ben-1_final-section-bis {
    position: relative;
    width: 100%;
    height: auto;
    background-color: #FFFFFF;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;

    .dp-eurosport-x-salomon-ben-1_final-container {
      position: relative;
      width: 100%;
      max-width: 100%;
      height: auto;
      z-index: 10;

      .dp-eurosport-x-salomon-ben-1_final-content {
        .dp-eurosport-x-salomon-ben-1_final-image-1 {
          position: relative;
          left: auto;
          top: auto;
          transform: none;
          max-width: 100%;
          width: 100%;
          height: auto;
          z-index: 2;
        }

        .dp-eurosport-x-salomon-ben-1_final-text-top {
          position: relative;
          top: auto;
          right: auto;
          max-width: 100%;
          padding: 32px 16px;
          z-index: 7;

          .dp-eurosport-x-salomon-ben-1_final-text {
            font-family: "Inter", sans-serif;
            font-size: 18px;
            line-height: 120%;
            color: #00000050;
          }
        }

        .dp-eurosport-x-salomon-ben-1_final-image-2 {
          position: relative;
          left: auto;
          top: auto;
          transform: none;
          max-width: 100%;
          width: 100%;
          height: auto;
          z-index: 6;
        }

        .dp-eurosport-x-salomon-ben-1_final-text-bottom {
          position: relative;
          bottom: auto;
          left: auto;
          max-width: 100%;
          padding: 32px 16px;
          z-index: 3;

          .dp-eurosport-x-salomon-ben-1_final-text {
            font-family: "Inter", sans-serif;
            font-size: 18px;
            line-height: 120%;
            color: #00000050;
          }
        }

        .dp-eurosport-x-salomon-ben-1_final-cta-container {
          position: relative;
          bottom: auto;
          left: auto;
          transform: none;
          z-index: 8;
          padding: 0 0 32px 0;
          display: flex;
          align-items: center;
          justify-content: center;

          .dp-eurosport-x-salomon-ben-1_final-cta-button {
            background-color: #000000;
            color: #FFFFFF;
            border: none;
            border-radius: 100px;
            padding: 16px 20px;
            font-family: "Salomon Sans", sans-serif;
            font-size: 24px;
            font-style: italic;
            text-transform: uppercase;
            cursor: pointer;
            transition: all 0.3s ease;

            &:hover {
              background-color: #000000;
              color: #FFFFFF;
            }
          }
        }
      }
    }
  }

  .dp-eurosport-x-salomon-ben-1_footer {
    flex-direction: column;
    padding: 32px 0;

    .dp-eurosport-x-salomon-ben-1_footer-container {
      flex-direction: column;
      gap: 32px;

      .dp-eurosport-x-salomon-ben-1_footer-divider {
        display: none;
      }
    }
  }

  .dp-eurosport-x-salomon-ben-1_legal-links {
    .dp-eurosport-x-salomon-ben-1_legal-container {
      flex-direction: column;
      gap: 20px;
      text-align: center;

      .dp-eurosport-x-salomon-ben-1_legal-link {
        font-size: 14px;

        &:hover {
          text-decoration: none;
          color: #FFFFFF;
        }
      }
    }
  }

  .dp-eurosport-x-salomon-ben-1_cookie-banner {
    padding: 16px;

    .dp-eurosport-x-salomon-ben-1_cookie-banner-content {
      flex-direction: column;
      gap: 20px;
      text-align: center;
    }

    .dp-eurosport-x-salomon-ben-1_cookie-banner-text {
      min-width: auto;

      .dp-eurosport-x-salomon-ben-1_cookie-banner-text-title {
        font-size: 16px;
      }

      .dp-eurosport-x-salomon-ben-1_cookie-banner-text-description {
        font-size: 13px;
      }
    }

    .dp-eurosport-x-salomon-ben-1_cookie-banner-actions {
      justify-content: center;
      width: 100%;
      flex-direction: row;
      gap: 12px;
      flex-wrap: wrap;

      .dp-eurosport-x-salomon-ben-1_btn {
        flex: 1;
        min-width: 120px;
        max-width: 140px;
        padding: 14px 16px;
        font-size: 13px;

        &:hover {
          background: initial;
          color: initial;
          border-color: initial;
          transform: none;
        }
      }

      .dp-eurosport-x-salomon-ben-1_btn-primary {
        &:hover {
          background: #FFFFFF;
          color: #000000;
        }
      }

      .dp-eurosport-x-salomon-ben-1_btn-secondary {
        &:hover {
          background: transparent;
          color: #FFFFFF;
          border-color: #FFFFFF;
        }
      }

      .dp-eurosport-x-salomon-ben-1_cookie-policy-link {
        width: 100%;
        margin-top: 8px;
        order: 3;

        &:hover {
          color: #FFFFFF;
          text-decoration: none;
        }
      }
    }
  }
}

.dp-eurosport-x-salomon-ben-1_autocomplete-container {
  position: relative;

  .dp-eurosport-x-salomon-ben-1_autocomplete-input {
    width: 100%;
    padding: 12px 20px 12px 0px;
    border: none;
    border-bottom: 1px solid #000000;
    border-radius: 0;
    font-size: 16px;
    line-height: 120%;
    background-color: transparent;
    box-sizing: border-box;
    outline: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0px center;
    background-size: 16px;

    &::placeholder {
      color: #00000050;
    }

    &:hover {
      border-bottom-color: #FFC800;
    }

    &:focus {
      outline: none;
      border-bottom-color: #FFC800;
    }
  }

  .dp-eurosport-x-salomon-ben-1_autocomplete-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #ffffff;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    max-height: 200px;
    overflow-y: auto;
    z-index: 9999;
    display: none;
    margin-top: 4px;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  .dp-eurosport-x-salomon-ben-1_autocomplete-dropdown.dp-eurosport-x-salomon-ben-1_autocomplete-open {
    display: block;
  }

  .dp-eurosport-x-salomon-ben-1_autocomplete-option {
    padding: 12px 16px;
    cursor: pointer;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    color: #000000;
    border-bottom: 1px solid #f5f5f5;
    transition: background-color 0.2s ease;
  }

  .dp-eurosport-x-salomon-ben-1_autocomplete-option:last-child {
    border-bottom: none;
  }

  .dp-eurosport-x-salomon-ben-1_autocomplete-option:hover,
  .dp-eurosport-x-salomon-ben-1_autocomplete-option.dp-eurosport-x-salomon-ben-1_autocomplete-highlighted {
    background-color: #f8f9fa;
  }

  .dp-eurosport-x-salomon-ben-1_autocomplete-option.dp-eurosport-x-salomon-ben-1_autocomplete-selected {
    background-color: #FFC800;
    color: #000000;
  }

  .dp-eurosport-x-salomon-ben-1_autocomplete-option.dp-eurosport-x-salomon-ben-1_autocomplete-hidden {
    display: none;
  }

  @media only screen and (min-width: 769px) and (max-width: 1410px) {
    .dp-eurosport-x-salomon-ben-1_autocomplete-dropdown {
      max-height: 200px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    }

    .dp-eurosport-x-salomon-ben-1_autocomplete-option {
      padding: 14px 16px;
      font-size: 16px;
    }
  }

  .dp-eurosport-x-salomon-ben-1_autocomplete-container.dp-eurosport-x-salomon-ben-1_autocomplete-open .dp-eurosport-x-salomon-ben-1_autocomplete-input {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='18,15 12,9 6,15'%3e%3c/polyline%3e%3c/svg%3e");
  }
}