@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
html {
  color: #000;
  background: #ffffff;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
  font-weight: 400;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

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

address, caption, cite, code, dfn, th, var {
  font-style: normal;
  font-weight: 400;
}

caption, th {
  text-align: left;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input, textarea, select {
  *font-size: 100%;
}

legend {
  color: #000000;
}

a {
  text-decoration: none;
}

article, aside, details, figure, footer, header, hgroup, nav, section {
  display: block;
}

body {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

strong, b {
  font-weight: 700;
}

em {
  font-style: italic;
}

ul, ol {
  padding-left: 2rem;
}

body {
  background: #ffffff;
  -webkit-text-size-adjust: 100%;
  /*iOS 6*/
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}

li, p {
  font-weight: 400;
  line-height: 1.5rem;
  font-size: 0.9rem;
}

p {
  margin-bottom: 20px;
}

p:only-child {
  margin-bottom: 0;
}

.gray_bkg {
  background: #CACACA;
}

.white_bkg {
  background: #ffffff;
}

.black_bkg {
  background: #000000;
  color: #ffffff;
}

.light_bkg {
  background: #F0F0F0;
}

.semibold {
  font-weight: 600;
}

.bold {
  font-weight: 700;
}

.site-main {
  padding-top: 90px;
}
@media only screen and (min-width: 767px) {
  .site-main {
    padding-top: 73px;
  }
}

.btn-style {
  display: inline-block;
  border: 1px solid #000000;
  padding: 15px 25px;
  font-weight: 400;
  color: #000000;
  font-size: 0.6rem;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.btn-style.black-btn {
  background: #000000;
  color: #ffffff !important;
}
.btn-style.black-btn:hover {
  background: #3a3a3a;
  color: #ffffff;
  border: 1px solid #000000;
}
.btn-style.white-btn {
  background: #ffffff;
  color: #000000;
}
.btn-style.white-btn:hover {
  background: #ececec;
  color: #000000;
  border: 1px solid #000000;
}
.btn-style.clear-btn {
  background: transparent;
  color: #9a9a9a;
  border-color: #9a9a9a;
}
.btn-style.clear-btn:hover {
  background: #000000;
  color: #ffffff;
}

h1, h2, h3, h4, .h1, .h2, .h3, .h4 {
  font-weight: 600;
}

h1, .h1 {
  font-size: calc(1.475rem + 2.7vw);
}

h2, .h2 {
  font-size: calc(1.375rem + 1.5vw);
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}

@media only screen and (min-width: 1024px) {
  h1, .h1 {
    font-size: 3.5rem;
  }
  h2, .h2 {
    font-size: 2.5rem;
  }
  h3, .h3 {
    font-size: 1.75rem;
  }
}
.nf-form-cont .nf-form-title h3 {
  margin-bottom: 2rem;
}
.nf-form-cont .nf-field-label label {
  font-size: 0.8rem;
  font-weight: 400;
}
.nf-form-cont input, .nf-form-cont textarea {
  font-size: 0.8rem;
  max-width: 100%;
  padding: 11px 12px;
}
.nf-form-cont .nf-form-fields-required {
  display: none;
}
.nf-form-cont .ninja-forms-field[type=submit] {
  background: #000000 !important;
  width: 100%;
  font-size: 0.6rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #ffffff;
  font-weight: 400;
  cursor: pointer;
}
.nf-form-cont .ninja-forms-field[type=submit]:hover {
  opacity: 0.7;
}

/* ============================================================
   flex-grid.css — Lightweight Flex + Bootstrap-style Grid
   Breakpoints: sm 576px | md 768px | lg 992px | xl 1200px
   ============================================================ */
/* ------------------------------------------------------------
   1. RESET / BOX SIZING
   ------------------------------------------------------------ */
*, *::before, *::after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

/* ------------------------------------------------------------
   2. CONTAINER
   ------------------------------------------------------------ */
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

@media (min-width: 576px) {
  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1650px;
  }
}
.container-fluid {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

/* ------------------------------------------------------------
   3. ROW
   ------------------------------------------------------------ */
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -0.75rem;
  margin-left: -0.75rem;
}

.row > * {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

/* No gutters */
.g-0 {
  margin-right: 0;
  margin-left: 0;
}

.g-0 > * {
  padding-right: 0;
  padding-left: 0;
}

/* ------------------------------------------------------------
   4. COLUMNS — base (xs / all breakpoints)
   ------------------------------------------------------------ */
.col {
  flex: 1 0 0%;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.3333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.6667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.3333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.6667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.3333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.6667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.3333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.6667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

/* ------------------------------------------------------------
   5. COLUMNS — sm (≥576px)
   ------------------------------------------------------------ */
@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.3333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.6667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.3333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.6667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.3333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.6667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.3333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.6667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
}
/* ------------------------------------------------------------
   6. COLUMNS — md (≥768px)
   ------------------------------------------------------------ */
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.3333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.6667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.3333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.6667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.3333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.6667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.3333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.6667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
}
/* ------------------------------------------------------------
   7. COLUMNS — lg (≥992px)
   ------------------------------------------------------------ */
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.3333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.6667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.3333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.6667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.3333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.6667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.3333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.6667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
}
/* ------------------------------------------------------------
   8. COLUMNS — xl (≥1200px)
   ------------------------------------------------------------ */
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.3333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.6667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.3333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.6667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.3333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.6667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.3333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.6667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
}
/* ------------------------------------------------------------
   9. FLEX DIRECTION
   ------------------------------------------------------------ */
.flex-row {
  flex-direction: row;
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

.flex-col {
  flex-direction: column;
}

.flex-col-reverse {
  flex-direction: column-reverse;
}

/* ------------------------------------------------------------
   10. FLEX WRAP
   ------------------------------------------------------------ */
.flex-wrap {
  flex-wrap: wrap;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}

/* ------------------------------------------------------------
   11. JUSTIFY CONTENT
   ------------------------------------------------------------ */
.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-around {
  justify-content: space-around;
}

.justify-evenly {
  justify-content: space-evenly;
}

/* ------------------------------------------------------------
   12. ALIGN ITEMS
   ------------------------------------------------------------ */
.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

.items-center {
  align-items: center;
}

.items-baseline {
  align-items: baseline;
}

.items-stretch {
  align-items: stretch;
}

/* ------------------------------------------------------------
   13. ALIGN CONTENT (multi-line)
   ------------------------------------------------------------ */
.content-start {
  align-content: flex-start;
}

.content-end {
  align-content: flex-end;
}

.content-center {
  align-content: center;
}

.content-between {
  align-content: space-between;
}

.content-around {
  align-content: space-around;
}

.content-stretch {
  align-content: stretch;
}

/* ------------------------------------------------------------
   14. ALIGN SELF
   ------------------------------------------------------------ */
.self-auto {
  align-self: auto;
}

.self-start {
  align-self: flex-start;
}

.self-end {
  align-self: flex-end;
}

.self-center {
  align-self: center;
}

.self-baseline {
  align-self: baseline;
}

.self-stretch {
  align-self: stretch;
}

/* ------------------------------------------------------------
   15. FLEX GROW / SHRINK / FILL
   ------------------------------------------------------------ */
.flex-fill {
  flex: 1 1 auto;
}

.flex-grow-0 {
  flex-grow: 0;
}

.flex-grow-1 {
  flex-grow: 1;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.flex-shrink-1 {
  flex-shrink: 1;
}

/* ------------------------------------------------------------
   16. ORDER
   ------------------------------------------------------------ */
.order-first {
  order: -1;
}

.order-last {
  order: 9999;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

/* ------------------------------------------------------------
   17. OFFSET — push columns left with auto margins
   ------------------------------------------------------------ */
.offset-1 {
  margin-left: 8.3333%;
}

.offset-2 {
  margin-left: 16.6667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333%;
}

.offset-5 {
  margin-left: 41.6667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333%;
}

.offset-8 {
  margin-left: 66.6667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333%;
}

.offset-11 {
  margin-left: 91.6667%;
}

@media (min-width: 768px) {
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333%;
  }
  .offset-md-2 {
    margin-left: 16.6667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
}
@media (min-width: 992px) {
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333%;
  }
  .offset-lg-2 {
    margin-left: 16.6667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
}
/* ------------------------------------------------------------
   18. GAP UTILITIES (use on .row or any flex/grid container)
   ------------------------------------------------------------ */
.gap-0 {
  gap: 0;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 1rem;
}

.gap-4 {
  gap: 1.5rem;
}

.gap-5 {
  gap: 3rem;
}

.gap-x-1 {
  column-gap: 0.25rem;
}

.gap-x-2 {
  column-gap: 0.5rem;
}

.gap-x-3 {
  column-gap: 1rem;
}

.gap-x-4 {
  column-gap: 1.5rem;
}

.gap-y-1 {
  row-gap: 0.25rem;
}

.gap-y-2 {
  row-gap: 0.5rem;
}

.gap-y-3 {
  row-gap: 1rem;
}

.gap-y-4 {
  row-gap: 1.5rem;
}

/* ------------------------------------------------------------
   19. DISPLAY UTILITIES
   ------------------------------------------------------------ */
.d-flex {
  display: flex;
}

.d-inline-flex {
  display: inline-flex;
}

.d-grid {
  display: grid;
}

.d-block {
  display: block;
}

.d-inline {
  display: inline;
}

.d-none {
  display: none;
}

@media (min-width: 576px) {
  .d-sm-flex {
    display: flex;
  }
  .d-sm-none {
    display: none;
  }
  .d-sm-block {
    display: block;
  }
}
@media (min-width: 768px) {
  .d-md-flex {
    display: flex;
  }
  .d-md-none {
    display: none;
  }
  .d-md-block {
    display: block;
  }
}
@media (min-width: 992px) {
  .d-lg-flex {
    display: flex;
  }
  .d-lg-none {
    display: none;
  }
  .d-lg-block {
    display: block;
  }
}
@media (min-width: 1200px) {
  .d-xl-flex {
    display: flex;
  }
  .d-xl-none {
    display: none;
  }
  .d-xl-block {
    display: block;
  }
}
/* ------------------------------------------------------------
   20. MARGIN / PADDING UTILITIES (0–5 scale)
   ------------------------------------------------------------ */
.m-auto {
  margin: auto;
}

.mx-auto {
  margin-right: auto;
  margin-left: auto;
}

.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.ml-auto {
  margin-left: auto;
}

.mr-auto {
  margin-right: auto;
}

.m-0 {
  margin: 0;
}

.p-0 {
  padding: 0;
}

.m-1 {
  margin: 0.25rem;
}

.p-1 {
  padding: 0.25rem;
}

.m-2 {
  margin: 0.5rem;
}

.p-2 {
  padding: 0.5rem;
}

.m-3 {
  margin: 1rem;
}

.p-3 {
  padding: 1rem;
}

.m-4 {
  margin: 1.5rem;
}

.p-4 {
  padding: 1.5rem;
}

.m-5 {
  margin: 3rem;
}

.p-5 {
  padding: 3rem;
}

.mt-0 {
  margin-top: 0;
}

.pt-0 {
  padding-top: 0;
}

.mt-1 {
  margin-top: 0.25rem;
}

.pt-1 {
  padding-top: 0.25rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.mt-3 {
  margin-top: 1rem;
}

.pt-3 {
  padding-top: 1rem;
}

.mt-4 {
  margin-top: 1.5rem;
}

.pt-4 {
  padding-top: 1.5rem;
}

.mt-5 {
  margin-top: 3rem;
}

.pt-5 {
  padding-top: 3rem;
}

.mb-0 {
  margin-bottom: 0;
}

.pb-0 {
  padding-bottom: 0;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.pb-1 {
  padding-bottom: 0.25rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.mb-3 {
  margin-bottom: 1rem;
}

.pb-3 {
  padding-bottom: 1rem;
}

.mb-4 {
  margin-bottom: 1.5rem;
}

.pb-4 {
  padding-bottom: 1.5rem;
}

.mb-5 {
  margin-bottom: 3rem;
}

.pb-5 {
  padding-bottom: 3rem;
}

.ml-0 {
  margin-left: 0;
}

.pl-0 {
  padding-left: 0;
}

.ml-1 {
  margin-left: 0.25rem;
}

.pl-1 {
  padding-left: 0.25rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.pl-2 {
  padding-left: 0.5rem;
}

.ml-3 {
  margin-left: 1rem;
}

.pl-3 {
  padding-left: 1rem;
}

.ml-4 {
  margin-left: 1.5rem;
}

.pl-4 {
  padding-left: 1.5rem;
}

.mr-0 {
  margin-right: 0;
}

.pr-0 {
  padding-right: 0;
}

.mr-1 {
  margin-right: 0.25rem;
}

.pr-1 {
  padding-right: 0.25rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.pr-2 {
  padding-right: 0.5rem;
}

.mr-3 {
  margin-right: 1rem;
}

.pr-3 {
  padding-right: 1rem;
}

.mr-4 {
  margin-right: 1.5rem;
}

.pr-4 {
  padding-right: 1.5rem;
}

.mx-0 {
  margin-right: 0;
  margin-left: 0;
}

.mx-1 {
  margin-right: 0.25rem;
  margin-left: 0.25rem;
}

.mx-2 {
  margin-right: 0.5rem;
  margin-left: 0.5rem;
}

.mx-3 {
  margin-right: 1rem;
  margin-left: 1rem;
}

.mx-4 {
  margin-right: 1.5rem;
  margin-left: 1.5rem;
}

.my-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.my-3 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-4 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.px-0 {
  padding-right: 0;
  padding-left: 0;
}

.px-1 {
  padding-right: 0.25rem;
  padding-left: 0.25rem;
}

.px-2 {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.px-3 {
  padding-right: 1rem;
  padding-left: 1rem;
}

.px-4 {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

.px-5 {
  padding-right: 3rem;
  padding-left: 3rem;
}

.px-6 {
  padding-right: 5rem;
  padding-left: 5rem;
}

.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-4 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-5 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

/* ------------------------------------------------------------
   21. WIDTH / HEIGHT HELPERS
   ------------------------------------------------------------ */
.w-25 {
  width: 25%;
}

.w-50 {
  width: 50%;
}

.w-75 {
  width: 75%;
}

.w-100 {
  width: 100%;
}

.w-auto {
  width: auto;
}

.h-25 {
  height: 25%;
}

.h-50 {
  height: 50%;
}

.h-75 {
  height: 75%;
}

.h-100 {
  height: 100%;
}

.h-auto {
  height: auto;
}

.min-w-0 {
  min-width: 0;
}

.min-h-0 {
  min-height: 0;
}

/* ------------------------------------------------------------
   22. TEXT ALIGNMENT
   ------------------------------------------------------------ */
.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left;
  }
  .text-md-center {
    text-align: center;
  }
  .text-md-right {
    text-align: right;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left;
  }
  .text-lg-center {
    text-align: center;
  }
  .text-lg-right {
    text-align: right;
  }
}
/* ============================================================
   QUICK REFERENCE
   ============================================================

   GRID
   ─────────────────────────────────────────────────────────
   .container / .container-fluid   Centered wrapper
   .row                            Flex row (negative gutter)
   .col-{1–12}                     Base column widths
   .col-sm-{1–12}                  ≥576px
   .col-md-{1–12}                  ≥768px
   .col-lg-{1–12}                  ≥992px
   .col-xl-{1–12}                  ≥1200px
   .col-auto                       Shrink to content width
   .col                            Equal-width flex column
   .offset-{1–11}                  Push column right
   .g-0                            Remove row gutters

   FLEXBOX
   ─────────────────────────────────────────────────────────
   Direction:   .flex-row  .flex-col  .flex-row-reverse  .flex-col-reverse
   Wrap:        .flex-wrap  .flex-nowrap  .flex-wrap-reverse
   Justify:     .justify-start  .justify-end  .justify-center
                .justify-between  .justify-around  .justify-evenly
   Align items: .items-start  .items-end  .items-center
                .items-baseline  .items-stretch
   Align self:  .self-start  .self-end  .self-center  .self-stretch
   Grow/shrink: .flex-fill  .flex-grow-1  .flex-shrink-0
   Order:       .order-first  .order-last  .order-{0–5}

   SPACING (rem scale: 1=.25 2=.5 3=1 4=1.5 5=3)
   ─────────────────────────────────────────────────────────
   .m-{0–5}  .p-{0–5}              All sides
   .mx-{0–4}  .my-{0–4}            X / Y axis
   .px-{0–4}  .py-{0–4}
   .mt/mb/ml/mr-{0–5}              Individual sides
   .pt/pb/pl/pr-{0–4}
   .mx-auto  .ml-auto  .mr-auto    Auto margins

   DISPLAY
   ─────────────────────────────────────────────────────────
   .d-flex  .d-inline-flex  .d-grid  .d-block  .d-none
   .d-{sm|md|lg|xl}-{flex|block|none}

   ============================================================ */
body.logged-in .site-header {
  top: 46px;
}
@media only screen and (min-width: 783px) {
  body.logged-in .site-header {
    top: 32px;
  }
}

.site-header {
  display: flex;
  padding: 20px 50px;
  border-bottom: 1px solid #ccc;
  background: #ffffff;
  align-items: center;
  position: relative;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 100;
}
@media only screen and (min-width: 767px) {
  .site-header {
    padding: 0 1rem;
  }
}
.site-header .custom-logo-link {
  display: block;
  max-width: 114px;
}
.site-header .custom-logo-link img {
  width: 100%;
  height: auto;
}
.site-header .menu-toggle {
  display: block;
}
@media only screen and (min-width: 767px) {
  .site-header .menu-toggle {
    display: none;
  }
}
.site-header .menu-primary-menu-container {
  position: absolute;
  background: #ffffff;
  width: 100%;
  left: 0;
  top: 100%;
  z-index: 100;
  padding-bottom: 10px;
  display: none;
}
@media only screen and (min-width: 767px) {
  .site-header .menu-primary-menu-container {
    position: static;
    width: auto;
    padding-bottom: 0;
    display: block;
  }
}
.site-header .menu-primary-menu-container.active {
  display: block;
}
.site-header .main-navigation {
  margin-left: auto;
}
.site-header .menu {
  display: flex;
  margin-left: auto;
  align-items: normal;
  flex-direction: column;
  padding-left: 0;
}
@media only screen and (min-width: 767px) {
  .site-header .menu {
    align-items: center;
    flex-direction: row;
  }
}
.site-header .menu-item {
  list-style-type: none;
  letter-spacing: 1px;
  margin: 0 5px;
  border-top: 1px solid #efefef;
}
.site-header .menu-item a {
  font-size: 0.7rem;
  text-transform: uppercase;
  color: #000000;
  padding: 10px 15px;
  display: block;
}
.site-header .menu-item a:hover {
  background: #F0F0F0;
}
@media only screen and (min-width: 767px) {
  .site-header .menu-item a {
    padding: 25px 15px;
    border-bottom: none;
  }
}
@media only screen and (min-width: 1024px) {
  .site-header .menu-item a {
    font-size: 0.8rem;
  }
}
.site-header .menu-item-has-children {
  position: relative;
}
.site-header .menu-item-has-children .sub-menu {
  display: block;
  z-index: 100;
  background: white;
  text-align: left;
  top: 100%;
  padding-left: 0;
}
@media only screen and (min-width: 767px) {
  .site-header .menu-item-has-children .sub-menu {
    position: absolute;
    display: none;
  }
}
.site-header .menu-item-has-children .sub-menu li {
  padding-left: 1.5em;
}
@media only screen and (min-width: 767px) {
  .site-header .menu-item-has-children .sub-menu li {
    padding-left: 0;
  }
}
.site-header .menu-item-has-children:hover .sub-menu {
  display: block;
  border: 1px solid #000000;
}
.site-header .sub-menu .menu-item {
  margin: 0;
}
.site-header .sub-menu .menu-item a {
  padding: 10px 10px;
}
.site-header .sub-menu .menu-item a:hover {
  background: #000000;
  color: #ffffff;
}
.site-header .black-button a {
  background: #000000;
  color: #ffffff;
  border: 1px solid #000000;
  padding: 10px 15px;
}
.site-header .black-button a:hover {
  background: #ffffff;
  color: #000000;
}
.site-header .menu-toggle {
  background: transparent;
  border: none;
}
.site-header .menu-toggle .hamburger-icon {
  display: block;
}
.site-header .menu-toggle .close-icon {
  display: none;
}
.site-header .menu-toggle.active .hamburger-icon {
  display: none;
}
.site-header .menu-toggle.active .close-icon {
  display: block;
}

.site-footer .footer-container {
  padding: 0 1rem;
}
.site-footer .footer-top {
  padding: 3rem 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
@media only screen and (min-width: 767px) {
  .site-footer .footer-top {
    flex-direction: row;
  }
}
@media only screen and (min-width: 767px) {
  .site-footer .footer-top .footer-brand {
    width: 25%;
  }
}
.site-footer .footer-top .footer-brand .footer-logo {
  max-width: 90px;
  margin-bottom: 20px;
}
.site-footer .footer-top .footer-brand .footer-mission {
  font-size: 0.8rem;
}
.site-footer .footer-top .footer-columns {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
@media only screen and (min-width: 767px) {
  .site-footer .footer-top .footer-columns {
    flex-direction: row;
    width: 75%;
    justify-content: space-around;
  }
}
.site-footer .footer-top .footer-col {
  margin-top: 2rem;
}
@media only screen and (min-width: 767px) {
  .site-footer .footer-top .footer-col {
    margin-top: 0;
  }
}
.site-footer .footer-top .footer-col-title {
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 0.8rem;
}
.site-footer .footer-top .footer-col-links {
  padding-left: 0;
}
.site-footer .footer-top .footer-col-links li {
  margin-bottom: 6px;
  list-style-type: none;
}
.site-footer .footer-top .footer-col-links li a {
  color: #ffffff;
}
.site-footer .footer-top .footer-col-links li a:hover {
  opacity: 0.8;
}
.site-footer .footer-social {
  display: flex;
  gap: 10px;
}
.site-footer .footer-social a {
  color: #ffffff;
  border: 1px solid rgba(240, 240, 240, 0.3803921569);
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.site-footer .footer-social a:hover {
  border-color: #ffffff;
}
.site-footer .footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 2rem;
  border-top: 1px solid rgba(240, 240, 240, 0.3803921569);
}
.site-footer .footer-bottom p {
  color: #F0F0F0;
  font-size: 0.7rem;
}

.modal {
  display: none;
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  padding: 1.1em;
  overflow: auto;
  text-align: center;
  box-sizing: border-box;
}
.modal:before {
  content: " ";
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0.56;
  background: #000000;
}
.modal .modal-inner {
  position: relative;
  z-index: 2;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  padding: 2em;
  background: #ffffff;
  box-sizing: border-box;
  text-align: left;
}
.modal .modal-inner:before {
  content: " ";
  display: table;
}
.modal .modal-inner:after {
  content: " ";
  clear: both;
  display: table;
}
.modal .btn-close {
  display: block;
  border: 0;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  color: #000000;
  font-size: 25px;
  z-index: 100;
}
.modal .modal-overlay {
  content: " ";
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0.56;
  background: #000000;
}
.modal .modal-content a {
  color: #000000;
  font-weight: 600;
}

.no-overflow {
  overflow: hidden !important;
}

.modal-artist-team .modal-inner {
  max-width: 1200px;
}
.modal-artist-team .modal-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.modal-artist-team .copy-wrap {
  padding: 2rem;
}
.modal-artist-team .modal-header {
  margin-bottom: 2rem;
}
.modal-artist-team .info p {
  margin-bottom: 20px;
}

.section-eyebrow {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 10px;
}

img {
  filter: grayscale(100%);
  transition: filter 0.5s ease-in-out;
}
img:hover {
  filter: none;
}

.in-view img {
  filter: none;
}

.hero .hero-mobile-bkg {
  padding: 2rem;
  background-size: cover;
}
@media only screen and (min-width: 992px) {
  .hero .hero-mobile-bkg {
    padding: 0;
    background: none !important;
  }
}
.hero .copy-section {
  background-color: #ffffff;
  padding: 2rem 2rem;
}
@media only screen and (min-width: 992px) {
  .hero .copy-section {
    padding-left: 3.5rem;
  }
}
.hero .hero-copy {
  max-width: 500px;
}
.hero .image-wrap {
  margin-bottom: 3rem;
  display: none;
}
@media only screen and (min-width: 992px) {
  .hero .image-wrap {
    display: block;
    margin-bottom: 0;
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 9% 100%);
  }
}
.hero .items-center {
  flex-direction: column-reverse;
}
@media only screen and (min-width: 992px) {
  .hero .items-center {
    flex-direction: row;
  }
}

.event .event-info .event-details span {
  font-size: 0.7rem;
  display: block;
}
.event .event-info .info {
  max-width: 600px;
}

.banner-container {
  overflow: hidden;
  white-space: nowrap;
  display: flex;
  background: #000000;
  color: #ffffff;
}

.banner-container li {
  padding: 16px 60px;
  margin-bottom: 0;
  line-height: inherit;
  font-size: 0.8rem;
  font-style: italic;
  opacity: 0.6;
}

.scroll {
  display: flex;
  animation: scroll-left 120s linear infinite; /* Adjust time for speed */
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%); /* Moves the content fully to the left */
  }
}
.about-image {
  display: none;
}
@media only screen and (min-width: 992px) {
  .about-image {
    display: block;
  }
}
.about-image .image-wrap {
  clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
}

@media only screen and (min-width: 992px) {
  .about-copy {
    max-width: 550px;
  }
}

.about-stats {
  margin-top: 2em;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-top: 1px solid rgba(240, 240, 240, 0.3803921569);
  padding-top: 40px;
}
.about-stats .stat-item {
  padding-right: 30px;
}
.about-stats .stat-num {
  font-size: 30px;
  font-weight: 300;
  line-height: 1;
  color: #ffffff;
  margin-bottom: 8px;
}
@media only screen and (min-width: 767px) {
  .about-stats .stat-num {
    font-size: 52px;
  }
}
.about-stats .stat-desc {
  font-size: 11px;
  letter-spacing: 0.1em;
  color: #F0F0F0;
  text-transform: uppercase;
}

.application .inner-wrap {
  padding: 0 2rem;
}
@media only screen and (min-width: 767px) {
  .application .inner-wrap {
    max-width: 580px;
  }
}
@media only screen and (min-width: 1024px) {
  .application .inner-wrap {
    padding: 3rem 3rem;
  }
}
.application .section-eyebrow {
  font-size: 10px;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.artist-container {
  gap: 20px;
  justify-content: center;
}

.artist-card {
  position: relative;
  overflow: hidden;
  aspect-ratio: 3/4;
  cursor: pointer;
  padding: 0;
  flex: 0 0 calc(50% - 15px);
}
@media only screen and (min-width: 767px) {
  .artist-card {
    flex: 0 0 calc(33% - 15px);
  }
}
@media only screen and (min-width: 992px) {
  .artist-card {
    flex: 0 0 calc(25% - 15px);
  }
}
.artist-card:hover img {
  transform: scale(1.04);
}
.artist-card .modal-trigger {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}
.artist-card .artist-card-img {
  position: relative;
}
.artist-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%) contrast(1.05);
  transition: filter 0.6s ease, transform 0.6s ease;
}
.artist-card .artist-card-info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 30px 24px 24px;
  background: linear-gradient(to top, rgba(10, 10, 10, 0.8) 0%, transparent 100%);
  color: var(--white);
  transform: translateY(6px);
  transition: transform 0.3s;
}
.artist-card .artist-name {
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
  font-style: italic;
  display: block;
  margin-bottom: 4px;
  line-height: 1.2;
}
@media only screen and (min-width: 767px) {
  .artist-card .artist-name {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1200px) {
  .artist-card .artist-name {
    font-size: 22px;
  }
}
.artist-card .artist-role {
  font-size: 9px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #F0F0F0;
  margin-bottom: 0;
  line-height: 1.2;
}
@media only screen and (min-width: 767px) {
  .artist-card .artist-role {
    font-size: 10px;
  }
}

.team-section {
  padding-top: 3rem;
}
@media only screen and (min-width: 767px) {
  .team-section {
    padding-top: 5rem;
  }
}
.team-section .team-container .splide__arrow--prev {
  left: -10px;
  top: 33%;
}
.team-section .team-container .splide__arrow--next {
  right: -10px;
  top: 33%;
}
.team-section .team-container .splide__pagination {
  position: static;
  margin-top: 2em;
  margin-bottom: 2em;
}
.team-section .team-container .splide__pagination__page {
  background: #737373;
}
.team-section .team-container .splide__pagination__page.is-active {
  background: #060606;
}
.team-section .team-card .modal-trigger {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.team-section .team-card .team-card-info {
  padding: 20px 0 0;
}
.team-section .team-card .team-name {
  font-style: italic;
  margin-bottom: 4px;
}
.team-section .team-card .team-role {
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.team-section .team-card .team-card-image {
  width: 100%;
  aspect-ratio: 3/4;
  overflow: hidden;
  position: relative;
}
.team-section .team-card .team-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%);
}

.sponsors .interested a {
  color: #000000;
  font-weight: 700;
}
.sponsors .interested a:hover {
  opacity: 0.6;
}
.sponsors .sponsors-list {
  padding-left: 0;
  justify-content: center;
}
.sponsors .sponsors-list .sponsor {
  list-style-type: none;
  border: 1px solid #CACACA;
  padding: 0;
  margin: 0 0.75rem;
  margin-bottom: 1rem;
}
.sponsors .sponsors-list .sponsor a {
  max-width: 220px;
  display: block;
}

.donate .donations-wrap {
  margin-top: 2rem;
  width: 100% !important;
}
@media only screen and (min-width: 992px) {
  .donate .donations-wrap {
    margin-top: 0;
    width: 50% !important;
  }
}
.donate .donations-wrap div {
  border-radius: 0 !important;
}

.contact .inner-wrap {
  padding: 0 2rem;
}
@media only screen and (min-width: 767px) {
  .contact .inner-wrap {
    max-width: 580px;
  }
}
@media only screen and (min-width: 1024px) {
  .contact .inner-wrap {
    padding: 0 3rem;
  }
}
.contact .contact-headline {
  font-size: 1.2rem;
  font-weight: 500;
  font-style: italic;
  margin-bottom: 2rem;
}
.contact .contact-form-section {
  padding: 3rem 3rem;
}
.contact .nf-field-label label {
  font-weight: 400;
}
.contact .nf-form-cont input, .contact .nf-form-cont textarea {
  font-size: 0.8rem;
  max-width: 100%;
  padding: 11px 12px;
}
.contact .nf-form-fields-required {
  display: none;
}
.contact .ninja-forms-field[type=submit] {
  background: #000000 !important;
  width: 100%;
  font-size: 0.6rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #ffffff;
  font-weight: 400;
  cursor: pointer;
}
.contact .ninja-forms-field[type=submit]:hover {
  opacity: 0.7;
}

.error-404 {
  min-height: 100vh;
  padding: 3rem 1rem;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.page-template-default .entry-header {
  margin-top: 6rem;
  margin-bottom: 2rem;
}
.page-template-default .entry-content {
  margin-bottom: 4rem;
}
.page-template-default .entry-content ul {
  margin-bottom: 1rem;
}
.page-template-default .entry-content a {
  color: #000000;
  font-weight: 700;
}
.page-template-default .entry-content a:hover {
  opacity: 0.6;
}

.event-page .event-hero {
  min-height: 100vh;
  padding-top: 72px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.event-page .hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.event-page .hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%) contrast(0.85);
}
.event-page .hero-bg:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(10, 10, 10, 0.55) 0%, rgba(10, 10, 10, 0.3) 40%, rgba(10, 10, 10, 0.75) 100%);
}
.event-page .hero-content {
  position: relative;
  z-index: 2;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 80px 20px;
}
@media only screen and (min-width: 767px) {
  .event-page .hero-content {
    padding: 80px 60px;
  }
}
.event-page .event-presenter-tag {
  color: #ffffff;
  border: 1px solid rgba(240, 240, 240, 0.3803921569);
  padding: 5px 10px;
  letter-spacing: 2px;
  font-size: 0.7rem;
  text-transform: uppercase;
}
.event-page .event-presented {
  color: #ffffff;
  padding: 5px 10px;
  letter-spacing: 2px;
  font-size: 0.7rem;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 1rem;
}
.event-page .event-presented:before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 0.5px;
  background: #ffffff;
  vertical-align: middle;
  margin-right: 10px;
}
.event-page .event-hero-title {
  color: #ffffff;
  font-style: italic;
  font-weight: 400;
  line-height: 1;
}
@media only screen and (min-width: 767px) {
  .event-page .event-hero-title {
    font-size: clamp(80px, 10vw, 148px);
  }
}
.event-page .event-hero-sub {
  color: #ffffff;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 2rem;
  margin-bottom: 4rem;
}
@media only screen and (min-width: 767px) {
  .event-page .event-hero-sub {
    font-size: 2rem;
  }
}
.event-page .hero-meta-strip {
  display: flex;
  align-items: stretch;
  gap: 0;
  border-top: 0.5px solid rgba(240, 240, 240, 0.3803921569);
  padding-top: 36px;
  color: #ffffff;
  flex-wrap: wrap;
}
.event-page .hero-meta-strip .meta-item {
  margin-bottom: 20px;
  width: 100%;
}
@media only screen and (min-width: 560px) {
  .event-page .hero-meta-strip .meta-item {
    width: 50%;
  }
}
@media only screen and (min-width: 992px) {
  .event-page .hero-meta-strip .meta-item {
    width: 20%;
    border-right: 0.5px solid rgba(240, 240, 240, 0.3803921569);
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 560px) {
  .event-page .hero-meta-strip .meta-item.line {
    border-right: 0.5px solid rgba(240, 240, 240, 0.3803921569);
  }
}
.event-page .hero-meta-strip .meta-item .inner {
  padding: 0 20px;
}
.event-page .hero-meta-strip .meta-item .meta-label {
  font-size: 9px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #9a9a9a;
  margin-bottom: 8px;
}
.event-page .hero-meta-strip .meta-item .meta-value {
  font-size: 18px;
  font-style: italic;
  color: #ffffff;
  line-height: 1.3;
}
.event-page .hero-meta-strip .meta-item .meta-value small {
  display: block;
  font-style: normal;
  font-size: 11px;
  letter-spacing: 0.05em;
  color: #9a9a9a;
  margin-top: 3px;
}
.event-page .hero-meta-strip .hero-ctas {
  padding-top: 20px;
  width: 100%;
  border-top: 0.5px solid rgba(240, 240, 240, 0.3803921569);
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .event-page .hero-meta-strip .hero-ctas {
    width: 20%;
    border-top: 0;
    padding-top: 0;
  }
}
.event-page .hero-meta-strip .hero-ctas a {
  margin-bottom: 10px;
}
.event-page .section-title {
  margin-bottom: 2rem;
  font-weight: 500;
}
.event-page .event-about {
  padding: 4rem 0;
}
.event-page .event-about .event-about-wrap {
  display: flex;
  flex-wrap: wrap;
}
.event-page .event-about .event-about-left {
  padding: 0 3rem;
}
@media only screen and (min-width: 992px) {
  .event-page .event-about .event-about-left {
    width: 50%;
  }
}
@media only screen and (min-width: 992px) {
  .event-page .event-about .event-about-right {
    width: 50%;
  }
}
.event-page .event-about .event-pullquote {
  font-size: 1.2rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
  border-left: 1.5px solid #000000;
  padding-left: 28px;
  margin: 44px 0;
}
.event-page .event-about .quick-facts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border: 0.5px solid #000000;
}
.event-page .event-about .qf-item {
  padding: 24px 28px;
  border-bottom: 0.5px solid #000000;
  border-right: 0.5px solid #000000;
}
.event-page .event-about .qf-label {
  font-size: 9px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.event-page .event-about .qf-value {
  font-size: 19px;
  font-style: italic;
  color: #000000;
  line-height: 1.3;
}
@media only screen and (min-width: 767px) {
  .event-page .schedule-section .container {
    padding: 2rem 3rem;
  }
}
.event-page .schedule-section .schedule-header {
  display: flex;
  justify-content: center;
  margin-bottom: 3rem;
  flex-direction: column;
}
@media only screen and (min-width: 767px) {
  .event-page .schedule-section .schedule-header {
    flex-direction: row;
    align-items: center;
  }
}
.event-page .schedule-section .schedule-intro {
  align-self: center;
  max-width: 730px;
  margin-left: auto;
}
.event-page .schedule-section .schedule-timeline {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 0;
}
@media only screen and (min-width: 560px) {
  .event-page .schedule-section .schedule-timeline {
    grid-template-columns: 160px 1fr;
  }
}
.event-page .schedule-section .timeline-track {
  padding-top: 8px;
  position: relative;
}
.event-page .schedule-section .timeline-content {
  padding-bottom: 60px;
  padding-left: 20px;
  border-left: 0.5px solid rgba(248, 246, 241, 0.15);
}
@media only screen and (min-width: 560px) {
  .event-page .schedule-section .timeline-content {
    padding-left: 40px;
  }
}
.event-page .schedule-section .timeline-time {
  font-size: 24px;
  font-weight: 300;
  color: #9a9a9a;
  line-height: 1;
  position: relative;
  padding-bottom: 60px;
  padding-right: 12px;
}
@media only screen and (min-width: 767px) {
  .event-page .schedule-section .timeline-time {
    font-size: 28px;
    padding-right: 32px;
  }
}
.event-page .schedule-section .timeline-time:before {
  content: "";
  position: absolute;
  right: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  border: 0.5px solid #9a9a9a;
  border-radius: 50%;
  background: #000000;
  transform: translateX(3px);
  z-index: 1;
}
.event-page .schedule-section .timeline-time small {
  font-size: 11px;
  color: #9a9a9a;
  letter-spacing: 0.1em;
}
.event-page .schedule-section .tl-event-name {
  font-size: 23px;
  font-weight: 300;
  font-style: italic;
  color: #ffffff;
  margin-bottom: 12px;
  line-height: 1.1;
}
@media only screen and (min-width: 767px) {
  .event-page .schedule-section .tl-event-name {
    font-size: 28px;
  }
}
.event-page .schedule-section .tl-event-desc {
  font-size: 13px;
  line-height: 1.8;
  color: #9a9a9a;
  max-width: 560px;
  margin-bottom: 20px;
}
.event-page .schedule-section .tl-tags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.event-page .schedule-section .tl-tags .tl-tag {
  font-size: 9px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #9a9a9a;
  border: 0.5px solid #9a9a9a;
  padding: 5px 12px;
}
.event-page .experience-section .experience-grid {
  display: flex;
  gap: 0;
  border-right: none;
  margin-top: 60px;
  flex-wrap: wrap;
}
.event-page .experience-section .exp-card {
  padding: 48px 40px;
  border-right: 0.5px solid #9a9a9a;
  border-bottom: 0.5px solid #9a9a9a;
  border-top: 0.5px solid #9a9a9a;
  border-left: 0.5px solid #9a9a9a;
  position: relative;
  overflow: hidden;
  width: 100%;
}
@media only screen and (min-width: 562px) {
  .event-page .experience-section .exp-card {
    width: 49%;
  }
}
@media only screen and (min-width: 992px) {
  .event-page .experience-section .exp-card {
    width: 33%;
  }
}
.event-page .experience-section .exp-card:hover {
  background: #F0F0F0;
}
.event-page .experience-section .exp-icon {
  width: 36px;
  height: 36px;
  border: 0.5px solid #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
  font-style: italic;
  font-size: 18px;
}
.event-page .experience-section .exp-title {
  font-size: 26px;
  line-height: 1.1;
  margin-bottom: 16px;
}
.event-page .experience-section .exp-desc {
  font-size: 13px;
  line-height: 1.8;
  color: #000000;
}
.event-page .venia-section {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.event-page .venia-section .venia-left {
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  .event-page .venia-section .venia-left {
    width: 50%;
  }
}
.event-page .venia-section .venia-left:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, transparent 60%, #ffffff 100%);
}
.event-page .venia-section .venia-right {
  padding: 2rem 3rem;
  align-self: center;
}
@media only screen and (min-width: 992px) {
  .event-page .venia-section .venia-right {
    width: 50%;
  }
}
.event-page .venue-section .venue-wrap {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 992px) {
  .event-page .venue-section .venue-right {
    width: 50%;
  }
}
.event-page .venue-section .venue-left {
  margin-bottom: 2rem;
}
@media only screen and (min-width: 992px) {
  .event-page .venue-section .venue-left {
    margin-bottom: 0;
    padding-right: 3rem;
    width: 50%;
  }
}
.event-page .venue-section .venue-caption {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.7rem;
  margin-top: 20px;
  margin-bottom: 0;
}

.press-page .hero-section .section-header {
  display: flex;
  flex-wrap: wrap;
}
.press-page .hero-section .section-header .press-left {
  padding: 40px 0;
}
@media only screen and (min-width: 767px) {
  .press-page .hero-section .section-header .press-left {
    width: 50%;
  }
}
@media only screen and (min-width: 992px) {
  .press-page .hero-section .section-header .press-left {
    padding: 80px 80px 80px 60px;
  }
}
.press-page .hero-section .section-header .press-right {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 40px 0;
  z-index: 2;
}
@media only screen and (min-width: 767px) {
  .press-page .hero-section .section-header .press-right {
    padding: 40px 20px;
    width: 50%;
    border-left: 0.5px solid rgba(240, 240, 240, 0.3803921569);
  }
}
@media only screen and (min-width: 992px) {
  .press-page .hero-section .section-header .press-right {
    padding: 80px 60px;
  }
}
.press-page .hero-section .section-eyebrow {
  color: #ffffff;
  padding: 5px 10px;
  letter-spacing: 2px;
  font-size: 0.7rem;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 1rem;
}
.press-page .hero-section .section-eyebrow:before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 0.5px;
  background: #ffffff;
  vertical-align: middle;
  margin-right: 10px;
}
.press-page .hero-section .ph-title {
  color: #ffffff;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 992px) {
  .press-page .hero-section .ph-title {
    font-size: 5.5rem;
  }
}
.press-page .hero-section .ph-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border: 0.5px solid rgba(240, 240, 240, 0.3803921569);
  margin-bottom: 40px;
}
.press-page .hero-section .ph-stat {
  padding: 28px 32px;
  border-right: 0.5px solid rgba(240, 240, 240, 0.3803921569);
  border-bottom: 0.5px solid rgba(240, 240, 240, 0.3803921569);
}
.press-page .hero-section .ph-stat-num {
  font-size: 30px;
  font-weight: 300;
  color: #ffffff;
  line-height: 1;
  margin-bottom: 6px;
}
@media only screen and (min-width: 992px) {
  .press-page .hero-section .ph-stat-num {
    font-size: 44px;
  }
}
.press-page .hero-section .ph-stat-label {
  font-size: 9px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: #9a9a9a;
}
.press-page .hero-section .ph-press-contact {
  font-size: 12px;
  color: #9a9a9a;
  line-height: 1.7;
  letter-spacing: 0.02em;
}
.press-page .hero-section .ph-press-contact strong {
  display: block;
  font-size: 10px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: #9a9a9a;
  margin-bottom: 8px;
  font-weight: 400;
}
.press-page .hero-section .ph-press-contact a {
  color: #ffffff;
}
.press-page .press-grid-section {
  padding: 80px 20px;
}
@media only screen and (min-width: 767px) {
  .press-page .press-grid-section {
    padding: 80px 60px;
  }
}
.press-page .press-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 0;
  border-top: 0.5px solid #9a9a9a;
  border-left: 0.5px solid #9a9a9a;
}
@media only screen and (min-width: 767px) {
  .press-page .press-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 992px) {
  .press-page .press-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.press-page .press-card {
  padding: 40px 36px;
  border-right: 0.5px solid #9a9a9a;
  border-bottom: 0.5px solid #9a9a9a;
  color: #000000;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.press-page .press-card:hover {
  background: #F0F0F0;
}
.press-page .press-card .pc-outlet-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.press-page .press-card .pc-outlet-row .pc-outlet {
  font-size: 9px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}
.press-page .press-card .pc-headline {
  font-size: 24px;
  line-height: 1.15;
  color: #000000;
  margin-bottom: 16px;
  flex: 1;
}
.press-page .press-card .pc-excerpt {
  font-size: 12px;
  line-height: 1.7;
  color: #9a9a9a;
  margin-bottom: 28px;
}

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