@font-face {
  font-family: Black Signature;
  src: url('../fonts/BlackSignature_PERSONAL_USE_ONLY.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --background: #242424;
  --lime-green: #c1d781;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  background-color: var(--background);
  color: #333;
  font-family: Outfit, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 54px;
  font-weight: 900;
  line-height: 60px;
}

h2 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  color: #fff;
  letter-spacing: 10px;
  text-transform: uppercase;
  border-bottom: 1px solid #fff;
  margin-top: 0;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}

.section-wrapper {
  padding: 20px 60px 60px;
}

.header {
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.logo-wrapper {
  width: 200px;
}

.hero-banner {
  z-index: 5;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--background);
  color: #fff;
  border-radius: 20px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 400px;
  margin-top: 20px;
  padding: 20px;
  display: flex;
  position: relative;
  box-shadow: 0 2px 18px 10px #0003;
}

.hero-section {
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 900px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-section.mob-only {
  display: none;
}

.container {
  width: 100%;
  max-width: 1400px;
}

.container.hero-container {
  min-height: 60vh;
  position: relative;
}

.logo-signature {
  color: var(--lime-green);
  margin-top: 5px;
  margin-left: 28px;
  font-family: Black Signature, Arial, sans-serif;
  font-size: 100px;
  line-height: 100px;
}

.hero-text {
  color: #fff;
  margin-top: 10px;
  font-size: 6vw;
  line-height: 6vw;
}

.logo {
  width: 350px;
}

.brigance {
  width: 275px;
}

.hero-overlay {
  background-color: #0000008c;
  position: absolute;
  inset: 0%;
}

.section {
  width: 100%;
  padding-top: 50px;
}

.sean {
  z-index: 3;
  width: 450px;
  display: block;
  position: absolute;
  inset: auto 0% -41% auto;
}

.grid-2-col {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.list-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--background);
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 24px;
  display: grid;
}

.sponsorship-price {
  color: #fff;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 600;
}

.sponsorship-price.sold {
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 800;
}

.sponsor-title {
  color: #c1d781;
  margin-bottom: 5px;
  font-size: 26px;
  font-weight: 500;
  line-height: 30px;
}

.sponsor-detail {
  color: #fff;
  width: 90%;
  font-size: 18px;
  line-height: 23px;
}

.sponsor-block {
  border-bottom: 1px dashed #656565;
  padding-bottom: 20px;
}

.sponsor-block.last {
  border-bottom-style: none;
}

.time {
  color: var(--lime-green);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
}

.time.add-bottom-margin {
  margin-bottom: 10px;
}

.schedule-block, .heading-with-top-margin {
  margin-top: 20px;
}

.list {
  color: #fff;
  margin-top: 10px;
  padding-left: 10px;
  font-size: 15px;
  line-height: 24px;
}

.hero-block {
  width: 400px;
}

.date {
  color: #fff;
  letter-spacing: 10px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
}

.location-hero-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 40px;
  display: flex;
}

.location-hero-block.desktop-off {
  display: none;
}

.link {
  color: #fff;
}

.eagle {
  width: 75%;
}

.nav-block {
  z-index: 4;
  text-align: right;
  background-color: #ffffff47;
  justify-content: flex-end;
  align-items: center;
  height: 50px;
  margin-top: 30px;
  padding-right: 2.5%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.nav-item-block {
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-icon {
  width: 24px;
  margin-right: 5px;
}

.nav-block-link {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 13px;
  text-decoration: none;
}

.nav-block-link:hover {
  text-decoration: underline;
}

.button {
  background-color: var(--lime-green);
  color: #000;
  text-align: center;
  text-transform: uppercase;
  border-radius: 20px;
  width: 100%;
  min-width: 100px;
  padding-top: 11px;
  padding-bottom: 11px;
  font-size: 20px;
  font-weight: 700;
}

.main-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.side-section {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 32%;
  height: 1200px;
  display: flex;
}

.nav-section {
  width: 100%;
  position: sticky;
  top: 20px;
}

.sidebar-nav {
  background-image: linear-gradient(180deg, white, var(--lime-green));
  border-radius: 20px;
  width: 100%;
  height: 514px;
  padding: 30px;
  overflow: hidden;
}

.main-section {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 68%;
  display: flex;
}

.hero-main {
  z-index: 5;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 100px;
  display: flex;
  position: relative;
}

.hero-text-block {
  flex-flow: column;
  width: 100%;
  display: flex;
  position: relative;
}

.hero-inner-block {
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: absolute;
  bottom: 0%;
  left: 0%;
}

.hero-flex-1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--background);
  justify-content: flex-start;
  align-items: flex-end;
  width: 66.66%;
  padding-top: 20px;
  display: flex;
  position: relative;
}

.hero-flex-1.mob-only {
  display: none;
}

.hero-block-1 {
  z-index: 1;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  background-color: #017132;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 40%;
  height: 250px;
  padding: 26px;
  display: flex;
  position: relative;
}

.hero-block-1.golfer {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 60%;
}

.hero-flex-2 {
  z-index: 1;
  background-color: var(--background);
  border-top-left-radius: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 33.33%;
  height: 300px;
  padding-top: 20px;
  padding-left: 20px;
  display: flex;
  position: relative;
}

.text-hero {
  font-size: 20px;
  line-height: 24px;
}

.hero-block-heading {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 25px;
}

.golfer-price {
  color: var(--lime-green);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
}

.golfer-price.add-bottom-margin {
  margin-bottom: 10px;
}

.dual-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.hero-block-button {
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 20px;
  width: 100%;
  font-weight: 700;
}

.grid-3-col {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.schedule-event {
  text-align: center;
  background-color: #000;
  border-radius: 20px;
  padding: 20px;
}

.sponsor-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.sponsor-item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.sponsor-price {
  text-align: center;
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 175px;
  min-height: 120px;
  margin-bottom: 0;
  padding: 13px 20px;
  display: flex;
}

.sponsor-price.sold {
  background-color: #ffa290;
}

.sponsor-info-block {
  background-color: #017132;
  border-radius: 20px;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding: 30px;
  display: flex;
}

.schedule-details {
  color: #fff;
  margin-bottom: 10px;
  font-size: 15px;
}

.sponsor-sidebar {
  background-color: #fff;
  border-radius: 20px;
  padding: 45px;
}

.sponsor-sidebar-heading {
  color: #000;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 24px;
}

.sponsor-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.sponsor-logo.long {
  width: 95px;
}

.note {
  text-align: center;
  border-top: 1px dashed #b9b9b9;
  margin-top: 20px;
  padding-top: 20px;
  font-weight: 500;
}

.logo-sidebar {
  width: 150px;
}

.nav-link {
  color: #000;
  text-transform: uppercase;
  border-bottom: 1px dashed #a7a7a7;
  width: 100%;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
}

.logo-sidebar-wrapper {
  margin-bottom: 20px;
}

.hero-video {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hero-video-overlay {
  background-color: #0009;
  width: 100%;
  height: 100%;
}

.pic {
  position: absolute;
  inset: auto 0% 0% auto;
}

.section-title {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 28px;
}

@media screen and (max-width: 991px) {
  .section-wrapper {
    padding-left: 0%;
    padding-right: 0%;
  }

  .hero-banner {
    width: auto;
  }

  .hero-section.mob-only {
    background-image: url('../images/hero-2.webp');
    background-position: 0 100%;
    background-size: cover;
    height: 800px;
    display: flex;
  }

  .hero-section.mob-hide {
    display: none;
  }

  .logo-signature {
    font-size: 80px;
  }

  .hero-text {
    font-size: 9vw;
    line-height: 9vw;
  }

  .brigance {
    width: 200px;
  }

  .section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sean {
    width: 300px;
  }

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

  .main-wrapper {
    flex-flow: column;
  }

  .side-section {
    width: 100%;
    height: auto;
  }

  .nav-section {
    position: relative;
  }

  .sidebar-nav {
    display: none;
  }

  .main-section {
    width: 100%;
  }

  .hero-text-block {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .hero-inner-block {
    justify-content: flex-end;
    align-items: flex-end;
  }

  .hero-flex-1 {
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    margin-bottom: 40px;
    padding-top: 0;
    display: flex;
  }

  .hero-flex-1.mob-only {
    display: flex;
  }

  .hero-block-1 {
    justify-content: center;
    align-items: center;
    height: auto;
  }

  .hero-flex-2 {
    background-color: #0000;
    width: 50%;
    margin-right: 20px;
  }

  .golfer-price {
    margin-bottom: 20px;
  }

  .dual-list {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    margin-bottom: 20px;
  }

  .sponsor-sidebar {
    margin-top: 0;
  }

  .sponsor-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  .hero-banner {
    width: auto;
  }

  .hero-section {
    background-position: 69% 80%;
  }

  .section {
    padding-left: 5%;
    padding-right: 5%;
  }

  .sean {
    width: 60%;
    bottom: -46%;
    right: 20%;
  }

  .grid-2-col {
    grid-template-columns: 1fr;
  }

  .time {
    font-size: 20px;
  }

  .hero-block {
    width: 100%;
  }

  .location-hero-block.mob-off {
    display: none;
  }

  .location-hero-block.desktop-off {
    text-align: center;
    margin-bottom: 20px;
    padding-top: 0;
    display: flex;
  }

  .eagle {
    width: 200px;
  }

  .nav-block {
    display: none;
  }

  .button {
    font-size: 18px;
  }

  .hero-main {
    padding-top: 60px;
    padding-left: 80px;
    padding-right: 80px;
  }

  .hero-block-heading {
    font-size: 21px;
  }

  .sponsor-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  .logo-signature {
    margin-top: -18px;
    margin-left: 10px;
    font-size: 44px;
  }

  .hero-text {
    font-size: 12vw;
  }

  .logo {
    width: 215px;
    margin-bottom: 10px;
  }

  .brigance {
    width: 175px;
  }

  .sean {
    width: 100%;
    right: auto;
  }

  .sponsor-title {
    text-align: center;
    font-size: 20px;
  }

  .sponsor-detail {
    width: 100%;
  }

  .date {
    font-size: 15px;
  }

  .hero-main {
    padding-left: 40px;
    padding-right: 40px;
  }

  .hero-text-block {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .hero-flex-1 {
    flex-flow: column;
  }

  .hero-block-1, .hero-block-1.golfer, .hero-flex-2 {
    width: 100%;
  }

  .grid-3-col {
    grid-template-columns: 1fr;
  }

  .sponsor-list {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .sponsor-item {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column-reverse;
  }

  .sponsor-price {
    width: 100%;
  }

  .sponsor-price.sold {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .sponsor-info-block {
    justify-content: center;
    align-items: center;
  }

  .sponsor-sidebar {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sponsor-grid {
    grid-template-columns: 1fr 1fr;
  }
}


@font-face {
  font-family: 'Black Signature';
  src: url('../fonts/BlackSignature_PERSONAL_USE_ONLY.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}