/*!**********************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./scss/pages/pheasantFestLandingPage.scss ***!
  \**********************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap);
/*!**************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./scss/pages/pheasantFestLandingPage.scss (1) ***!
  \**************************************************************************************************************************************/
:root {
  --primary-color: white;
  --primary-color-dark: color-mix(in srgb, var(--primary-color) 90%, black);
  --primary-color-light: color-mix(in srgb, var(--primary-color) 90%, white);
}

.skip-link {
  position: absolute;
  top: -40px;
  left: 8px;
  z-index: 800;
  background: #000;
  color: #fff;
  padding: 8px 16px;
  text-decoration: none;
  border-radius: 4px;
  font-weight: 600;
  transition: top 0.3s ease;
}
.skip-link:focus {
  top: 8px;
}

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.sr-only:focus {
  position: static !important;
  width: auto !important;
  height: auto !important;
  padding: inherit !important;
  margin: inherit !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: normal !important;
}

@media (prefers-contrast: high) {
  .card,
  .btn {
    border: 2px solid;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
:focus {
  outline-offset: 2px;
  outline: none;
}

:focus:not(:focus-visible) {
  outline: none;
}

:focus-visible {
  outline-offset: 2px;
}

.btn,
button,
[role=button],
a,
select,
textarea {
  min-height: 44px;
  min-width: 44px;
}

.btn--icon-only {
  position: relative;
}
.btn--icon-only .sr-only {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.text-low-contrast {
  color: #6c757d;
}

.form-error {
  color: #dc3545;
  font-size: 0.875rem;
  margin-top: 0.25rem;
}

.form-field--error input,
.form-field--error select,
.form-field--error textarea {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-field--success input,
.form-field--success select,
.form-field--success textarea {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.live-region {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

table {
  caption-side: top;
}

th {
  text-align: left;
}

ul[role=list],
ol[role=list] {
  list-style: none;
  padding: 0;
}

.card--link {
  position: relative;
}
.card--link:focus-within {
  outline-offset: 2px;
}
.card--link::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.card--link a,
.card--link button {
  position: relative;
  z-index: 2;
}

img:not([alt]) {
  outline: 2px solid red;
}

video:focus {
  outline-offset: 2px;
}

@media print {
  .skip-link,
  .sr-only {
    display: none !important;
  }
  a[href]:after {
    content: " (" attr(href) ")";
    font-size: 0.8em;
    color: #666;
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
}
body {
  font-family: "Inter", Arial, sans-serif;
  margin: 0;
  padding: 0;
  font-size: 1em;
}
@media screen and (max-width: calc(1300px - 1px)) {
  body {
    font-size: 0.87em;
  }
}

.container {
  width: 90%;
  max-width: 1450px;
  margin: 0 auto;
}

html,
body {
  min-height: 100%;
  height: auto;
}

body,
html,
div,
article,
aside,
section,
figure,
nav,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
ul,
ol,
dl,
address,
a,
input,
textarea,
button,
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

/* reset.scss */
/* Box-sizing border-box globally */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin and padding */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
figure,
dl,
dd {
  margin: 0;
  padding: 0;
}

/* Remove default list styles */
ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* Remove default link styling */
a {
  text-decoration: none;
  color: inherit;
}

/* Reset form elements */
button,
input,
select,
textarea {
  font: inherit;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  color: inherit;
}

/* Ensure buttons are clickable */
button {
  cursor: pointer;
}

/* Remove border on images and ensure max-width */
img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

/* Set base font smoothing and rendering */
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Ensure body fills the viewport */
body {
  min-height: 100vh;
  line-height: 1.5;
  background-color: #fff;
  color: #000;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-thumb {
  background: 0 0;
  background-color: rgba(88, 86, 80, 0.25);
  border: 2px solid transparent;
  border-radius: 10px;
  background-clip: padding-box;
}

::-webkit-scrollbar-thumb:hover {
  background-color: rgba(88, 86, 80, 0.5);
}

::-webkit-scrollbar-track {
  background-color: rgba(88, 86, 80, 0.05);
}

@media screen and (max-width: calc(1300px - 1px)) {
  .pfest-landing-page .hero .hero-background {
    height: 24rem;
  }
}
@media screen and (max-width: calc(480px - 1px)) {
  .pfest-landing-page .hero .hero-background {
    height: 18rem;
  }
}
.pfest-landing-page .hero {
  align-items: start;
  padding: 2rem;
}
@media screen and (max-width: calc(1300px - 1px)) {
  .pfest-landing-page .hero {
    height: 24rem;
  }
}
@media screen and (max-width: calc(480px - 1px)) {
  .pfest-landing-page .hero {
    height: 18rem;
  }
}
.pfest-landing-page .hero::before {
  background-color: unset;
}
.pfest-landing-page .hero .hero-content {
  display: flex;
  flex-direction: column;
  background-color: #1e1b18;
  padding: 0.5rem 2rem;
  width: 100%;
  height: 100%;
  max-width: 37rem;
  max-height: 12.5rem;
}
@media screen and (max-width: calc(1300px - 1px)) {
  .pfest-landing-page .hero .hero-content {
    padding: 0.25rem 0.25rem;
    max-width: 19.625rem;
    max-height: 8rem;
  }
}
.pfest-landing-page .hero .hero-content img {
  width: 100%;
  max-width: 28.375rem;
  height: auto;
  margin: 0 auto;
}
.pfest-landing-page .pfest-buy-tickets {
  background-color: var(--primary-color);
  padding: 0rem;
}
.pfest-landing-page .pfest-buy-tickets.content-block {
  width: 100%;
  max-width: 100vw;
}
.pfest-landing-page .pfest-buy-tickets .promo-block-text {
  width: 100%;
  flex-direction: column;
  padding: 3rem;
  gap: 1rem;
}
@media screen and (max-width: calc(1300px - 1px)) {
  .pfest-landing-page .pfest-buy-tickets .promo-block-text {
    padding: 2rem;
    gap: 0.5rem;
  }
}
.pfest-landing-page .pfest-buy-tickets .promo-block-text h2 {
  font-size: 3em;
  font-weight: 800;
  color: white;
  line-height: 1.2em;
  text-align: center;
}
@media screen and (max-width: calc(1300px - 1px)) {
  .pfest-landing-page .pfest-buy-tickets .promo-block-text h2 {
    font-size: 2em;
  }
}
.pfest-landing-page .pfest-buy-tickets .promo-block-text .buy-tickets-actions {
  display: flex;
  justify-content: center;
}
.pfest-landing-page .pfest-buy-tickets .promo-block-text .buy-tickets-actions .btn.btn-buy-tickets {
  background-color: #e0e0cf;
  border: none;
  color: #1e1b18;
}
.pfest-landing-page .pfest-buy-tickets .promo-block-text .buy-tickets-actions .btn.btn-buy-tickets::after {
  color: #1e1b18;
}
.pfest-landing-page .cards-block .card-grid {
  grid-template-columns: repeat(auto-fit, minmax(16.5rem, 1fr));
}
@media screen and (max-width: calc(1300px - 1px)) {
  .pfest-landing-page .cards-block .card-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    max-width: 700px;
    margin: 0 auto;
  }
}
.pfest-landing-page .cards-block .card-grid--mobile-scroll {
  display: grid;
  overflow-x: unset;
  scroll-snap-type: unset;
  -webkit-overflow-scrolling: unset;
  padding-bottom: unset;
}
.pfest-landing-page .cards-block .card-grid .card {
  border-radius: 0rem;
  border: none;
  box-shadow: none;
}
.pfest-landing-page .cards-block .card-grid .card--dark .card__body {
  background-color: #D8D8CD;
}
.pfest-landing-page .cards-block .card-grid .card__body {
  padding: 1.5rem;
}
@media screen and (max-width: calc(1300px - 1px)) {
  .pfest-landing-page .cards-block .card-grid .card__body {
    padding: 1rem;
  }
}
.pfest-landing-page .cards-block .card-grid .card__body .card__title {
  font-size: 1.2em;
  color: #1e1b18;
  margin-bottom: 0;
}
@media screen and (max-width: calc(480px - 1px)) {
  .pfest-landing-page .cards-block .card-grid .card__body .card__title {
    font-size: 1em;
  }
}
.pfest-landing-page .cards-block .card-grid .card__body .card__text {
  display: none;
}
.pfest-landing-page .news.content-block {
  padding-top: 5rem;
}
.pfest-landing-page .news.content-block--compact {
  padding-top: 5rem;
}
.pfest-landing-page .sponsors h2.content-block__title {
  max-width: 40ch;
}
.pfest-landing-page .sponsors article.sponsors-image img {
  margin: 0 auto;
}
