@font-face {
  font-family: "SourceSans 3";
  src: url('../fonts/SourceSans3-Light-EW.woff2') format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SourceSans 3";
  src: url('../fonts/SourceSans3-Regular-EW.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SourceSans 3";
  src: url('../fonts/SourceSans3-ExtraBold-EW.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Anton;
  src: url('../fonts/Anton-Regular-EW.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --ew-orange: #ff3800;
  --ew-pink: #ffb4b2;
  --ew-cream: #f9f4ce;
  --ew-plum: #a80048;
}

.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;
  }
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

.heading {
  font-family: Anton, Arial, sans-serif;
}

.page-width {
  width: 1180px;
}

.nav-bar {
  z-index: 999;
  background-color: var(--ew-orange);
  position: sticky;
  inset: 0% 0% auto;
}

.container {
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.full-width-section {
  justify-content: space-between;
  align-items: center;
  max-width: 1280px;
  padding-left: 2em;
  padding-right: 3em;
  display: flex;
}

._100-percent-width.nav-div, .nav-div {
  width: 50%;
}

.nav-div.nav-icons {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.nav-div.nav-callout {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 10px;
  display: flex;
}

.nav-svg {
  width: 35px;
  color: var(--ew-pink);
}

.link-block {
  width: 100px;
}

.svg, .svg-2 {
  color: #fff;
}

.nav-cta {
  color: var(--ew-pink);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Anton, Arial, sans-serif;
  font-size: 26px;
  font-weight: 400;
  text-decoration: none;
}

.nav-svg-2, .nav-svg-3, .nav-svg-4 {
  width: 30px;
  color: var(--ew-pink);
}

.hero-section {
  background-image: url('../images/1B647775A-002F-482D-81A7-B97BCFAF1789-copy.webp');
  background-position: 50% 0;
  background-size: cover;
  background-attachment: scroll;
  justify-content: center;
  align-items: center;
  height: 700px;
  display: flex;
}

.hero-section.hero-sections-2 {
  background-image: linear-gradient(#000000a8, #000000a8), url('../images/EDGEWORK-Selects-full-frame-50-copy.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.hero-content {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.edgework-logo {
  color: var(--ew-cream);
}

.edgework-logo.main-logo {
  width: 500px;
}

.edgework-logo.footer-logo {
  width: 200px;
  color: var(--ew-plum);
  display: block;
}

.primary-btn {
  background-color: var(--ew-orange);
  color: var(--ew-plum);
  text-transform: uppercase;
  padding: 20px;
  font-family: "SourceSans 3", Arial, sans-serif;
  font-size: 22px;
  font-weight: 700;
  transition: all .4s;
}

.primary-btn:hover {
  filter: brightness(112%);
  transform: scale(1.05);
}

.primary-btn.secondary-btn {
  background-color: var(--ew-plum);
  color: var(--ew-orange);
  display: block;
}

.primary-btn.youtube-btn {
  background-color: var(--ew-pink);
  color: var(--ew-orange);
}

.div-block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block.social-buttons {
  flex-flow: row;
}

.div-block.socials-holder {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
}

.section {
  background-color: var(--ew-cream);
  justify-content: center;
  align-items: stretch;
  padding: 60px;
  display: flex;
}

.section.div-top-bottom-padding {
  justify-content: center;
  align-items: stretch;
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-2 {
  background-color: var(--ew-orange);
  justify-content: center;
  align-items: stretch;
  padding: 60px;
  display: flex;
}

.section-4 {
  background-color: var(--ew-cream);
}

.section-5 {
  background-color: var(--ew-plum);
}

.section-6 {
  background-color: var(--ew-cream);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 60px;
  display: flex;
}

.section-7 {
  background-color: var(--ew-orange);
}

.info-section-1-div {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 900px;
  display: flex;
}

.title {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Anton, Arial, sans-serif;
  font-weight: 400;
}

.title.info-secion-1-title {
  color: var(--ew-orange);
  font-size: 120px;
  line-height: 132px;
}

.title.info-secion-1-title.pull-up-a-seat {
  font-size: 152px;
  line-height: 100%;
}

.title.info-secion-1-title.neg-bottom-margin {
  text-align: center;
  margin-bottom: -20px;
}

.title.h2-title {
  font-size: 96px;
  line-height: 96px;
}

.title.h2-title-cream {
  color: var(--ew-cream);
  font-size: 86px;
  line-height: 96px;
}

.title.h2-title-cream.footer-title {
  color: var(--ew-pink);
  margin-bottom: 20px;
  font-size: 74px;
  line-height: 74px;
}

.title.h2-title-cream.footer-title.footer-contact-cta {
  margin-bottom: auto;
  padding-bottom: 0;
  font-size: 48px;
  line-height: 48px;
}

.title.h2-title-cream.header-copy {
  letter-spacing: 1px;
  font-size: 32px;
  line-height: 32px;
}

.paragraph {
  font-family: "SourceSans 3", Arial, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
}

.paragraph.info-section-1-p {
  color: var(--ew-orange);
  font-size: 20px;
  font-weight: 300;
  line-height: 32px;
}

.paragraph.about-edgework-p {
  color: var(--ew-cream);
  padding-right: 0;
  font-size: 20px;
  line-height: 32px;
}

.paragraph.watch-and-listen-p {
  color: var(--ew-orange);
  padding-right: 0;
  font-size: 20px;
  line-height: 32px;
}

.paragraph.info-section-2-p {
  color: var(--ew-cream);
  padding-right: 0;
  font-size: 20px;
  line-height: 32px;
}

.paragraph.bottom-cta-p {
  margin-bottom: 0;
  font-family: Anton, Arial, sans-serif;
  font-size: 32px;
  line-height: 36px;
}

.paragraph.bottom-powered-by-stagedge {
  color: var(--ew-pink);
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Anton, Arial, sans-serif;
  font-size: 24px;
  font-style: normal;
  line-height: 32px;
  text-decoration: none;
}

.info-section-2-div {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.div-block-3 {
  background-image: url('../images/EDGEWORK-Selects-full-frame-14-copy.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 36px;
  width: 50%;
  height: 500px;
  overflow: hidden;
}

.section-3 {
  background-color: var(--ew-plum);
  justify-content: center;
  align-items: stretch;
  padding: 60px;
  display: flex;
}

.what-you-ll-find-block {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  width: 50%;
  padding-left: 40px;
  display: flex;
}

.what-you-ll-find-image {
  background-image: url('../images/EDGEWORK-Selects-full-frame-1-copy.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 36px;
  width: 50%;
  height: 600px;
  overflow: hidden;
}

.watch-and-listen-section {
  background-color: var(--ew-cream);
  justify-content: center;
  align-items: stretch;
  padding: 60px;
  display: flex;
}

.watch-and-listen-section.div-top-bottom-padding {
  justify-content: center;
  align-items: stretch;
  padding-top: 60px;
  padding-bottom: 60px;
}

.div-watch-and-listen-icons {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.wal-icon-1 {
  width: 170px;
  color: var(--ew-orange);
}

.wal-icon-4 {
  width: 120px;
  color: var(--ew-orange);
  display: none;
}

.wal-icon-2 {
  width: 130px;
  color: var(--ew-orange);
  display: none;
}

.info-section-2 {
  background-color: var(--ew-plum);
  justify-content: center;
  align-items: stretch;
  padding: 60px;
  display: flex;
}

.info-section-2.div-top-bottom-padding {
  justify-content: center;
  align-items: stretch;
  padding-top: 60px;
  padding-bottom: 60px;
}

.info-section-2-copy {
  background-color: var(--ew-cream);
  justify-content: center;
  align-items: stretch;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.info-section-2-copy.div-top-bottom-padding {
  justify-content: center;
  align-items: stretch;
  padding-top: 60px;
  padding-bottom: 60px;
}

.bottom-cta-icon-div {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: var(--ew-pink);
  text-transform: uppercase;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-4 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-svg-1 {
  width: 35px;
  color: var(--ew-pink);
}

.footer-svg-2, .footer-svg-3 {
  width: 30px;
  color: var(--ew-pink);
  display: none;
}

.footer-svg-div {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-div-section {
  justify-content: center;
  align-items: center;
  max-width: 900px;
  display: flex;
}

.form-placeholder {
  background-color: #999;
  border-radius: 36px;
}

.div-block-5 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.form-placeholder-2 {
  background-color: #999;
  border-radius: 36px;
  width: 60%;
  height: 500px;
  overflow: hidden;
}

.contact-div {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  width: 600px;
  display: flex;
}

.about-edgework-block {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding-right: 20px;
  display: flex;
}

.code-embed-2 {
  background-color: var(--ew-orange);
}

.code-embed-2.popup-form {
  margin-top: 0;
  overflow: scroll;
}

.section-8 {
  background-color: var(--ew-orange);
}

.container-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-bottom: 40px;
  display: flex;
}

.container-3 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.container-3.bottom-logos {
  color: var(--ew-plum);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
}

.link-block-2 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.image {
  max-width: 250px;
}

.link-block-3 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.svg-4 {
  width: 30px;
  color: var(--ew-pink);
}

.svg-5 {
  color: var(--ew-pink);
}

.div-block-6 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.contact-popup-section {
  z-index: 999;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #00000073;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0 0% 0%;
}

.container-4 {
  background-color: #fff;
  width: 600px;
  max-width: 600px;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 20px;
}

.container-4.contact-popup {
  background-color: var(--ew-cream);
  text-align: right;
  width: 700px;
  max-width: 700px;
  padding-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
}

.link-block-4 {
  z-index: 66;
  color: #000;
  width: 32px;
  position: relative;
}

.link-block-4:hover {
  color: var(--ew-orange);
}

.div-block-7 {
  z-index: 22;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.wal-icon-5, .wal-icon-6 {
  width: 120px;
  color: var(--ew-orange);
  display: block;
}

.footer-svg-4 {
  width: 30px;
  color: var(--ew-pink);
  display: block;
}

.footer-svg-5 {
  width: 30px;
  color: var(--ew-pink);
}

.container-5 {
  display: none;
}

@media screen and (max-width: 991px) {
  .nav-div.nav-icons {
    width: 20%;
  }

  .nav-div.nav-callout {
    width: 80%;
  }

  .section, .info-section-1-div {
    width: 100%;
  }

  .title.info-secion-1-title.pull-up-a-seat {
    font-size: 14.5vw;
  }

  .title.info-secion-1-title.neg-bottom-margin {
    padding-left: 0;
    padding-right: 0;
    font-size: 96px;
    line-height: 108px;
  }

  .title.h2-title-cream.footer-title {
    text-align: center;
  }

  .info-section-2-div {
    flex-flow: column-reverse;
  }

  .info-section-2-div.wyfatt {
    flex-flow: column;
  }

  .div-block-3 {
    width: 100%;
  }

  .what-you-ll-find-block {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .what-you-ll-find-image {
    width: 100%;
  }

  .bottom-cta-icon-div {
    flex-flow: row;
  }

  .about-edgework-block {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .nav-div.nav-icons {
    width: 20%;
  }

  .nav-div.nav-callout {
    width: 100%;
  }

  .nav-cta {
    font-size: 19px;
  }

  .edgework-logo.main-logo {
    width: 80vw;
  }

  .primary-btn {
    padding: 12px 14px;
    font-size: 16px;
    text-align: center;
  }

  .div-block.social-buttons {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    flex-flow: row;
    width: 100%;
  }

  .section, .section-2, .section-6 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .title.info-secion-1-title {
    font-size: 18vw;
    line-height: 18vw;
  }

  .title.info-secion-1-title.neg-bottom-margin {
    font-size: 15vw;
    line-height: 15vw;
  }

  .section-3, .watch-and-listen-section {
    padding-left: 30px;
    padding-right: 30px;
  }

  .wal-icon-1 {
    width: 90px;
  }

  .info-section-2 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .container-3.bottom-logos {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .svg-4 {
    display: none;
  }

  .wal-icon-5, .wal-icon-6 {
    width: 80px;
  }

  .container-4.contact-popup {
    width: 90vw;
    max-width: 90vw;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 479px) {
  .full-width-section {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    padding-left: 1em;
    padding-right: 1em;
  }

  .nav-div.nav-icons {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 0;
    margin-bottom: 10px;
  }

  .nav-div.nav-callout {
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-svg {
    width: 25px;
  }

  .nav-cta {
    white-space: nowrap;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 6vw;
    line-height: 6vw;
  }

  .nav-svg-2, .nav-svg-3 {
    width: 25px;
  }

  .primary-btn {
    padding: 10px 8px;
    font-size: 13px;
  }

  .div-block.social-buttons {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    width: 100%;
  }

  .div-block.socials-holder {
    width: 100%;
  }

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

  .section-6 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .title.info-secion-1-title {
    white-space: nowrap;
  }

  .title.info-secion-1-title.neg-bottom-margin {
    white-space: normal;
  }

  .title.h2-title-cream {
    font-size: 17vw;
    line-height: 20vw;
  }

  .title.h2-title-cream.footer-title {
    white-space: normal;
    font-size: 17vw;
    line-height: 20vw;
  }

  .paragraph.watch-and-listen-p {
    text-align: center;
  }

  .paragraph.bottom-cta-p {
    white-space: nowrap;
  }

  .info-section-2-div {
    width: 100%;
  }

  .div-block-3, .what-you-ll-find-image {
    height: 300px;
  }

  .div-watch-and-listen-icons {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    width: 100%;
  }

  .bottom-cta-icon-div {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
  }

  .about-edgework-block {
    padding-left: 0;
    padding-right: 0;
  }

  .link-block-3 {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-5 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }
}


@font-face {
  font-family: 'SourceSans 3';
  src: url('../fonts/SourceSans3-Light-EW.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SourceSans 3';
  src: url('../fonts/SourceSans3-Regular-EW.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SourceSans 3';
  src: url('../fonts/SourceSans3-ExtraBold-EW.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Anton';
  src: url('../fonts/Anton-Regular-EW.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Scroll-triggered reveal animations */
html, body {
  overflow-x: hidden;
}
[data-animate] {
  opacity: 0;
  transition: opacity .8s cubic-bezier(.25,.46,.45,.94), transform .8s cubic-bezier(.25,.46,.45,.94);
}
[data-animate="fade-up"] {
  transform: translateY(40px);
}
[data-animate="fade-left"] {
  transform: translateX(-60px);
}
[data-animate="fade-right"] {
  transform: translateX(60px);
}
[data-animate="fade-in"] {
  transform: none;
}
[data-animate].is-visible {
  opacity: 1;
  transform: none;
}
@media (prefers-reduced-motion: reduce) {
  [data-animate] {
    opacity: 1;
    transform: none;
    transition: none;
  }
}