p {
  margin-bottom: 10px;
}

a.anchorEventbrite, a.normal-link {
  border-bottom: 3px solid #f05537;
  color: #fff;
  text-decoration: none;
}

.tabs_menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: scroll;
  width: 270px;
  max-width: 270px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  white-space: nowrap;
}

.h1 {
  font-size: 72px;
  line-height: 88px;
}

.h1.white {
  color: #fff;
  line-height: 70px;
}

.h1.white.yellow-boost {
  font-family: 'Neue Plak Text', sans-serif;
  color: #fef48f;
  line-height: 60px;
  font-weight: 900;
}

.header_section {
  min-height: 65vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1e0a3c;
}

.paragraph_base {
  font-family: 'Neue Plak Text', sans-serif;
  font-size: 20px;
  line-height: 28px;
}

.paragraph_base.u-mar-bot-12 {
  padding-bottom: 12px;
}

.r_paragraph_large {
  font-size: 24px;
  line-height: 32px;
}

.r_paragraph_large.white {
  color: #fff;
}

.r_paragraph_large.white li {
  padding-bottom: 8px;
  font-family: 'Neue Plak Text', sans-serif;
  color: #fff;
  font-weight: 400;
}

.r_paragraph_large.white a {
  font-weight: 700;
}

.section_2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 80px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.h2 {
  font-family: 'Neue Plak Text', sans-serif;
  font-size: 60px;
  line-height: 72px;
}

.h2.orange-boost.u-mar-bot-40 {
  margin-bottom: 40px;
}

.paragraph_large {
  padding-bottom: 12px;
  font-family: 'Neue Plak Text', sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
}

.paragraph_large.m-width-860 {
  max-width: 860px;
}

.r_paragraph_base {
  font-size: 20px;
  line-height: 28px;
}

.r_paragraph_base.brand-purple {
  font-family: 'Neue Plak Text', sans-serif;
  color: #1e0a3c;
}

.r_paragraph_base.brand-purple a {
  color: #1e0a3c;
  font-weight: 700;
}

.r_paragraph_base.brand-purple.p-content {
  margin-top: 24px;
  font-size: 18px;
  line-height: 26px;
}

.tabs {
  padding-top: 14px;
  padding-bottom: 14px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.35);
  background-color: #fead77;
  font-family: 'Neue Plak Text', sans-serif;
  color: #13002d;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.tabs.w--current {
  z-index: 7;
  border-left: 4px solid #f05537;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background-color: #fff;
  box-shadow: 0 3px 6px 0 rgba(80, 49, 49, 0.25);
  color: #1e0a3c;
  font-weight: 700;
}

.h3 {
  font-family: 'Neue Plak Text', sans-serif;
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
}

.section_3 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #eeedf2;
}

.section_4 {
  padding-top: 80px;
  padding-bottom: 120px;
}

.paragraph_small {
  font-size: 14px;
  line-height: 26px;
}

.paragraph_small.white {
  color: #fff;
}

.paragraph_small.white.u-m-bot-30 {
  margin-top: 20px;
  margin-bottom: 40px;
}

.paragraph_small.u-pad-top-24 {
  padding-top: 24px;
}

.body {
  color: #1e0a3c;
  letter-spacing: 0px;
}

.container {
  max-width: 1024px;
}

.tabs-content {
  z-index: 4;
  width: 100%;
  margin-top: 0px;
  padding: 20px 30px 20px 40px;
  background-color: #fff;
}

.tabs-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  min-width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  border-radius: 8px;
}

.container-2 {
  max-width: 1024px;
}

.header_container {
  max-width: 1024px;
  padding-top: 100px;
  padding-bottom: 60px;
}

.container-4 {
  max-width: 1024px;
}

.normal-link {
  color: #1e0a3c !important;
  font-weight: 700;
}

.text-span {
  font-size: 42px;
}

@media screen and (max-width: 991px) {
  .tabs_menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .r_paragraph_large.white li {
    font-size: 22px;
  }

  .h2 {
    font-size: 50px;
    line-height: 52px;
  }

  .paragraph_large.m-width-860 {
    font-size: 22px;
  }

  .tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    white-space: pre-wrap;
  }

  .container {
    padding-right: 14px;
    padding-left: 14px;
  }

  .container-2 {
    padding-right: 14px;
    padding-left: 14px;
  }

  .header_container {
    padding-right: 14px;
    padding-left: 14px;
  }

  .container-4 {
    padding-right: 14px;
    padding-left: 14px;
  }
}

@media screen and (max-width: 767px) {
  .tabs_menu {
    width: 100%;
    max-width: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .tabs {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .tabs.w--current {
    border-top: 4px solid #f05537;
    border-left-style: none;
  }

  .tabs-2 {
    overflow: visible;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 479px) {
  .h1.white.yellow-boost {
    font-size: 60px;
    line-height: 42px;
  }

  .paragraph_base {
    font-size: 18px;
    line-height: 30px;
  }

  .h2 {
    font-size: 40px;
    line-height: 42px;
  }

  .container {
    padding-right: 14px;
    padding-left: 14px;
  }

  .container-2 {
    padding-right: 14px;
    padding-left: 14px;
  }

  .header_container {
    padding-right: 14px;
    padding-left: 14px;
  }

  .container-4 {
    padding-right: 14px;
    padding-left: 14px;
  }

  .text-span {
    font-size: 32px;
  }
}

@font-face {
  font-family: 'Neue Plak Text';
  src: url('https://eventbrite-s3.s3.amazonaws.com/marketing/landingpages/promoted-content-guidelines/fonts/NeuePlakText-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neue Plak Text';
  src: url('https://eventbrite-s3.s3.amazonaws.com/marketing/landingpages/promoted-content-guidelines/fonts/NeuePlakText-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neue Plak Text';
  src: url('https://eventbrite-s3.s3.amazonaws.com/marketing/landingpages/promoted-content-guidelines/fonts/NeuePlakText-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}