@font-face {
  font-family: 'Basis Grotesque Pro';
  src: url('/fonts/gp-splash/basis-grotesque-pro-regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'HeroKid';
  src: url('/fonts/gp-splash/herokid-boldwide.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

.gpspl-hero {
  position: relative;
  align-items: center;
  background-image: url('/images/gp-splash/main-bg.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: calc(100vw + 15px);
  min-height: 80vh;
  margin-left: calc(50% - 50vw);
  font-family: 'Basis Grotesque Pro', Arial, Helvetica, sans-serif;
  font-weight: 400;
}

.gpspl-hero__logo-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 200px;
  height: 190px;
  background-image: url('/images/gp-splash/logo-bg.png');
  background-size: cover;
  background-position: bottom right;
  background-repeat: no-repeat;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 36px 0 0 40px;
}

.gpspl-hero__logo {
  width: 56px;
  height: auto;
  display: block;
  margin-top: 14px;
  margin-left: 10px;
}

.gpspl-hero__content {
  padding-top: 10rem;
}

.gpspl-hero__title {
  font-family: 'HeroKid', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  color: #fff;
  font-size: 54px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.23em;
  margin-bottom: 2.5rem;
}

.gpspl-hero__text {
  color: #fff;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 0;
  font-family: 'Basis Grotesque Pro', Arial, Helvetica, sans-serif;
}

.gpspl-hero__text--cta {
  margin-top: 2rem;
  margin-bottom: 2.5rem;
}

.gpspl-hero__buttons {
  margin-left: 0;
  margin-right: 0;
  --bs-gutter-x: 16px;
}

.gpspl-hero__buttons > [class*='col-'] {
  padding-left: 0;
  padding-right: 8px;
}

.gpspl-hero__buttons > [class*='col-']:last-child {
  padding-left: 8px;
  padding-right: 0;
}

.gpspl-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 20px;
  width: 100%;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  border: none;
  border-radius: 0;
  transition: opacity 0.2s ease;
}

.gpspl-btn:hover,
.gpspl-btn:focus {
  opacity: 0.9;
  text-decoration: none;
  color: inherit;
}

.gpspl-btn--primary {
  background-color: #e7480f;
  color: #fff;
}

.gpspl-btn--primary:hover,
.gpspl-btn--primary:focus {
  color: #fff;
}

.gpspl-btn--secondary {
  background-color: #fff;
  color: #e7480f;
}

.gpspl-btn--secondary:hover,
.gpspl-btn--secondary:focus {
  color: #e7480f;
}

.gpspl-btn__icon {
  width: 25px;
  height: auto;
  flex-shrink: 0;
}

.gpspl-btn--secondary .gpspl-btn__icon {
  width: 20px;
}

.gpspl-hero__image-col {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 2rem;
}

.gpspl-hero__image {
  width: 100%;
  max-width: 480px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  object-fit: cover;
  display: block;
  margin-right: 20px;
  margin-top: 10rem;
}

@media (max-width: 1020px) {
    .gpspl-hero__title {
        margin-left: 20px;
        margin-right: 20px;
        margin-top: 130px;
    }
    .gpspl-hero__text {
        margin-left: 20px;
        margin-right: 20px;
    }
    .gpspl-btn--primary {
        width: auto;
        margin-left: 8px;
        margin-right: 12px;
        margin-bottom: 10px;
    }
    .gpspl-btn--secondary {
        margin-right: 20px;
        width: auto;
    }
    .gpspl-hero__image {
        margin: 0px auto;
        margin-top: 20px;
    }
}

@media (max-width: 575.98px) {
  .gpspl-hero {
    width: 100%;
    margin-left: 0;
    min-height: auto;
    align-items: flex-start;
  }

  .gpspl-hero__content {
    padding-top: 9rem;
  }

  .gpspl-hero__title {
    font-size: 40px;
    letter-spacing: 0.15em;
    margin-bottom: 2rem;
    margin-top: 90px;
  }

  .gpspl-hero__image-col {
    justify-content: center;
    padding-right: 0;
    margin-top: 2.5rem;
  }

  .gpspl-hero__image {
    max-width: 360px;
  }

  .gpspl-hero__buttons > [class*='col-'],
  .gpspl-hero__buttons > [class*='col-']:last-child {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 12px;
  }
}
