/*!***************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/hero-banner/style.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************/
/**
 * Hero Banner Block Styles
 * Two-column layout: Left content, Right image
 * Mobile: Stacked layout with content on top, image below
 */
:root {
  --breakpoint-xs: 480px;
  --breakpoint-sm: 600px;
  --breakpoint-md: 782px;
  --breakpoint-lg: 960px;
  --breakpoint-xl: 1280px;
  --breakpoint-2xl: 1440px;
  --color-surface-dark: var(--wp--preset--color--surface-dark, #000000);
  --color-surface-grey: var(--wp--preset--color--surface-grey, #141516);
  --color-surface-silver: var(--wp--preset--color--surface-silver, #3d3e40);
  --color-surface-red: var(--wp--preset--color--surface-red, #ff2a35);
  --color-text-primary-light: var(
    --wp--preset--color--text-primary-light,
    #f2f2fd
  );
  --color-text-secondary-light: var(
    --wp--preset--color--text-secondary-light,
    rgba(255, 255, 255, 0.72)
  );
  --color-text-primary-dark: var(
    --wp--preset--color--text-primary-dark,
    #000000
  );
  --color-text-secondary-dark: var(
    --wp--preset--color--text-secondary-dark,
    rgba(0, 0, 0, 0.72)
  );
  --color-brand-primary: var(--wp--preset--color--brand-primary, #ff2a35);
  --color-brand-secondary: var(--wp--preset--color--brand-secondary, #ffc12f);
  --gradient-brand-primary: linear-gradient(
    116.1deg,
    rgba(255, 42, 53, 0.32) 0%,
    rgba(0, 0, 0, 0.32) 44.5%
  );
  --gradient-brand-secondary: linear-gradient(
    96.81deg,
    #fcb351 0%,
    #ffe0b6 47.26%,
    #ffc12f 98.5%
  );
  --color-border-light-1: var(
    --wp--preset--color--border-light-1,
    rgba(255, 255, 255, 0.48)
  );
  --color-border-light-2: var(
    --wp--preset--color--border-light-2,
    rgba(255, 255, 255, 0.24)
  );
  --color-border-light-3: var(
    --wp--preset--color--border-light-3,
    rgba(255, 255, 255, 0.12)
  );
  --color-border-dark-1: var(
    --wp--preset--color--border-dark-1,
    rgba(0, 0, 0, 0.48)
  );
  --color-border-dark-2: var(
    --wp--preset--color--border-dark-2,
    rgba(0, 0, 0, 0.24)
  );
  --color-border-dark-3: var(
    --wp--preset--color--border-dark-3,
    rgba(242, 242, 253, 0.12)
  );
  --color-icon: var(--wp--preset--color--icon, #ff2a35);
  --color-success: var(--wp--preset--color--success, #97ff46);
  --color-error: var(--wp--preset--color--error, #ff5330);
  --color-alert: var(--wp--preset--color--alert, #ffe142);
  --font-weight-regular: 400;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
  --font-oswald: "Oswald", sans-serif;
  --font-roboto: "Roboto", sans-serif;
  --text-h1-size: var(--wp--preset--font-size--h-1, 10rem);
  --text-h1-font-weight: var(--font-weight-bold);
  --text-h1-line-height: 1.1;
  --text-h1-letter-spacing: -0.02em;
  --text-h1-font-family: var(--font-oswald);
  --text-h2-size: var(--wp--preset--font-size--h-2, 4.5rem);
  --text-h2-font-weight: var(--font-weight-bold);
  --text-h2-line-height: 1.1;
  --text-h2-letter-spacing: -0.02em;
  --text-h2-font-family: var(--font-oswald);
  --text-h3-size: var(--wp--preset--font-size--h-3, 3rem);
  --text-h3-font-weight: var(--font-weight-bold);
  --text-h3-line-height: 1.1;
  --text-h3-letter-spacing: -0.02em;
  --text-h3-font-family: var(--font-oswald);
  --text-h4-size: var(--wp--preset--font-size--h-4, 2rem);
  --text-h4-font-weight: var(--font-weight-bold);
  --text-h4-line-height: 1.1;
  --text-h4-letter-spacing: -0.02em;
  --text-h4-font-family: var(--font-oswald);
  --text-h5-size: var(--wp--preset--font-size--h-5, 1.5rem);
  --text-h5-font-weight: var(--font-weight-bold);
  --text-h5-line-height: 1.1;
  --text-h5-letter-spacing: -0.02em;
  --text-h5-font-family: var(--font-oswald);
  --text-h6-size: var(--wp--preset--font-size--h-6, 1.25rem);
  --text-h6-font-weight: var(--font-weight-bold);
  --text-h6-line-height: 1.1;
  --text-h6-letter-spacing: -0.02em;
  --text-h6-font-family: var(--font-oswald);
  --text-body-big-size: 2rem;
  --text-body-big-line-height: 1.6;
  --text-body-big-letter-spacing: -0.02em;
  --text-body-big-font-weight: var(--font-weight-regular);
  --text-body-big-font-family: var(--font-roboto);
  --text-body-medium-size: 1.25rem;
  --text-body-medium-line-height: 1.6;
  --text-body-medium-letter-spacing: -0.02em;
  --text-body-medium-font-weight: var(--font-weight-regular);
  --text-body-medium-font-family: var(--font-roboto);
  --text-body-small-size: 1rem;
  --text-body-small-line-height: 1.6;
  --text-body-small-letter-spacing: -0.02em;
  --text-body-small-font-weight: var(--font-weight-regular);
  --text-body-small-font-family: var(--font-roboto);
  --text-body-xsmall-size: 0.75rem;
  --text-body-xsmall-line-height: 1.6;
  --text-body-xsmall-letter-spacing: -0.02em;
  --text-body-xsmall-font-weight: var(--font-weight-regular);
  --text-body-xsmall-font-family: var(--font-roboto);
}

/**
 * Hero Banner Block Styles
 * Two-column layout: Left content, Right image
 * Mobile: Stacked layout with content on top, image below
 */
/**
 * Hero Banner Block Styles
 * Two-column layout: Left content, Right image
 * Mobile: Stacked layout with content on top, image below
 */
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  border: none;
  border-radius: 50rem;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: -0.02em;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: none;
  outline: none;
}
.button:disabled, .button.disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}
.button__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.button__icon svg {
  width: 100%;
  height: 100%;
}
.button__text {
  text-align: center;
}
.button--primary {
  background: linear-gradient(135deg, #fcb351 0%, #ffe0b6 47.26%, #ffc12f 98.5%);
  color: var(--color-surface-dark);
  border: 1px solid transparent;
}
.button--primary:hover:not(:disabled):not(.disabled) {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(252, 179, 81, 0.3);
  text-decoration: none;
}
.button--primary:focus:not(:disabled):not(.disabled) {
  background: var(--color-text-primary-light);
  color: var(--color-surface-dark);
  outline: 2px solid var(--color-text-primary-light);
  outline-offset: 2px;
  text-decoration: none;
}
.button--primary svg {
  stroke: var(--color-surface-dark);
}
.button--secondary {
  background: linear-gradient(96.81deg, #fcb351 0%, #ffe0b6 47.26%, #ffc12f 98.5%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  border: 1px solid transparent;
  position: relative;
  z-index: 1;
}
.button--secondary::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(96.81deg, #fcb351 0%, #ffe0b6 47.26%, #ffc12f 98.5%);
  border-radius: inherit;
  z-index: -1;
  padding: 1px;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
          mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: xor;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
}
.button--secondary:hover:not(:disabled):not(.disabled) {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(255, 193, 47, 0.2);
  text-decoration: none;
}
.button--secondary svg {
  stroke: var(--color-brand-secondary);
  color: var(--color-brand-secondary);
}
.button--large {
  padding: 1.25rem 2.5rem;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: -0.02em;
  font-weight: 400;
}
.button--large .button__icon {
  width: 1.5rem;
  height: 1.5rem;
}
.button--large.button--icon-only {
  padding: 1.25rem;
  width: auto;
  height: auto;
}
.button--medium {
  padding: 0.75rem 1.875rem;
  font-size: 0.875rem;
}
.button--medium .button__icon {
  width: 1.25rem;
  height: 1;
}
.button--medium.button--icon-only {
  padding: 0.75rem;
  width: auto;
  height: auto;
}
.button--small {
  padding: 0.5rem 1.25rem;
  font-family: "Roboto", sans-serif;
  font-size: 0.75rem;
  line-height: 1.6;
  letter-spacing: -0.02em;
  font-weight: 400;
}
.button--small .button__icon {
  width: 1rem;
  height: 1rem;
}
.button--small.button--icon-only {
  padding: 0.5rem;
  width: auto;
  height: auto;
}
.button--icon-left {
  flex-direction: row;
}
.button--icon-left .button__icon {
  order: 1;
}
.button--icon-left .button__text {
  order: 2;
}
.button--icon-right {
  flex-direction: row;
}
.button--icon-right .button__icon {
  order: 2;
}
.button--icon-right .button__text {
  order: 1;
}
.button--icon-only .button__text {
  display: none;
}
.button--icon-only .button__icon {
  order: 1;
}

.button-group {
  display: flex;
  gap: 1rem;
  align-items: center;
  flex-wrap: wrap;
}
.button-group--vertical {
  flex-direction: column;
  align-items: stretch;
}
.button-group--centered {
  justify-content: center;
}
.button-group--space-between {
  justify-content: space-between;
}

.hero {
  width: 100%;
}
.hero__container {
  position: relative;
  margin: 0 7.5px;
  padding: 4rem;
  border-radius: 0.5rem;
  border-top-right-radius: 0;
  overflow: hidden;
}
@media (max-width: 960px) {
  .hero__container {
    padding: 3rem;
  }
}
@media (max-width: 782px) {
  .hero__container {
    padding: 2rem;
    padding-bottom: 0;
    border-radius: 0.75rem;
  }
}
@media (max-width: 600px) {
  .hero__container {
    padding: 1.5rem;
    padding-bottom: 0;
    border-radius: 0.5rem;
  }
}
.hero--bg-surface-grey .hero__container {
  background-color: var(--color-surface-grey);
}
.hero--bg-surface-dark .hero__container {
  background-color: var(--color-surface-dark);
}
.hero--bg-surface-silver .hero__container {
  background-color: var(--color-surface-silver);
}
@media (min-width: calc(782px + 1px)) {
  .hero__content {
    display: block;
    min-height: 32rem;
  }
}
@media (max-width: 960px) {
  .hero__content {
    min-height: 28rem;
  }
}
@media (max-width: 782px) {
  .hero__content {
    display: flex;
    flex-direction: column;
    min-height: auto;
    text-align: center;
  }
}
.hero__text {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  text-align: left;
}
@media (min-width: 782px) {
  .hero__text {
    padding-right: 2.5rem;
  }
}
@media (max-width: 782px) {
  .hero__text {
    gap: 1.5rem;
    order: 1;
    width: 100%;
  }
}
.hero__title {
  color: var(--color-brand-primary);
  text-transform: uppercase;
  margin: 0;
}
.hero__description {
  font-family: "Roboto", sans-serif;
  font-size: 1.25rem;
  line-height: 1.6;
  letter-spacing: -0.02em;
  font-weight: 400;
  color: var(--color-text-secondary-light);
  margin: 0;
  max-width: 28rem;
}
@media (max-width: 960px) {
  .hero__description {
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
    line-height: 1.6;
    letter-spacing: -0.02em;
    font-weight: 400;
  }
}
@media (max-width: 782px) {
  .hero__description {
    max-width: 100%;
  }
}
.hero__cta-wrapper {
  margin-top: 1rem;
}
@media (max-width: 782px) {
  .hero__cta-wrapper {
    margin-top: 0.5rem;
  }
}
.hero__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  border: none;
  border-radius: 50rem;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: -0.02em;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: none;
  outline: none;
  background: linear-gradient(135deg, #fcb351 0%, #ffe0b6 47.26%, #ffc12f 98.5%);
  color: var(--color-surface-dark);
  border: 1px solid transparent;
  padding: 1.25rem 2.5rem;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: -0.02em;
  font-weight: 400;
}
.hero__cta:disabled, .hero__cta.disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}
.hero__cta:hover:not(:disabled):not(.disabled) {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(252, 179, 81, 0.3);
  text-decoration: none;
}
.hero__cta:focus:not(:disabled):not(.disabled) {
  background: var(--color-text-primary-light);
  color: var(--color-surface-dark);
  outline: 2px solid var(--color-text-primary-light);
  outline-offset: 2px;
  text-decoration: none;
}
.hero__cta svg {
  stroke: var(--color-surface-dark);
}
@media (min-width: calc(782px + 1px)) {
  .hero__image {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
  }
  .hero__image img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 782px) {
  .hero__image {
    display: flex;
    justify-content: center;
    align-items: center;
    order: 2;
    margin-top: 1.5rem;
  }
}

/*# sourceMappingURL=style-index.css.map*/