.AssistiveText {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
  .AssistiveText--show {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    padding-top: 9px;
    display: inline-block;
    vertical-align: middle;
    font-size: 1.8em;
    line-height: 1.16666667;
    font-family: 'DINNextW01-CondensedMed', 'Tw Cen MT Condensed Bold', 'Tw Cen MT Condensed', 'Gill Sans MT Condensed Bold', 'Gill Sans MT Condensed', 'Arial Narrow', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    letter-spacing: .03em;
    text-transform: uppercase;
    color: #fff;
    -webkit-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s;
    visibility: hidden; }

.Button {
  display: inline-block;
  border: 0;
  cursor: pointer;
  font-family: 'DINNextLTPro-MediumCond', Helvetica, Arial, sans-serif;
  color: #fff;
  font-size: 1.6em;
  line-height: 1.125;
  outline: 0;
  padding: 13px 25px 9px;
  text-align: center; }
  .Button--primary {
    background: #00afff; }
  .Button--secondary {
    background: #1e2141; }
  .Button--success {
    background: #51c994;
    color: #016059; }
  .Button--dark {
    background-color: #4f5562; }
  .Button--disabled, .Button:disabled {
    opacity: 0.7; }
  .Button--block {
    width: 100%; }
  .Button--icon {
    padding: 0;
    text-transform: uppercase;
    border-radius: 0;
    background: 0 0;
    -webkit-transition: opacity .25s linear 1s;
    -o-transition: opacity .25s linear 1s;
    transition: opacity .25s linear 1s;
    background-repeat: no-repeat;
    background-image: url(/images/sprite.png);
    background-image: url(/images/sprite.svg), none;
    display: inline-block;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  .Button--caption {
    background-position: -504px -904.816px;
    width: 32px;
    height: 32px; }
    .Button--caption:hover {
      background-position: -304px -943.816px;
      width: 32px;
      height: 32px; }
  .Button--square {
    border-radius: 3px; }
  .Button--rounded {
    border-radius: 20px; }
  .Button--transparent {
    background: transparent;
    border: 2px solid #fff; }

.Footer {
  border-top: 2px solid #ac8dd1; }
  .Footer-sleeve {
    position: relative;
    padding: 50px 4.6875% 0;
    background: #22222b;
    text-align: center;
    z-index: 1; }
  .Footer-socialIcons, .Footer li {
    padding: 0;
    margin: 0;
    list-style: none; }
  .Footer-arrow {
    background-color: #22222b;
    border-radius: 50%;
    border: 2px solid #ac8dd1;
    width: 43px;
    height: 43px;
    position: absolute;
    top: -22px;
    left: 50%;
    margin-left: -22px;
    z-index: 4; }
    .Footer-arrow:before {
      position: absolute;
      content: "";
      border-right: 2px solid #ac8dd1;
      border-bottom: 2px solid #ac8dd1;
      width: 10px;
      height: 10px;
      right: 13px;
      top: 11px;
      transform: rotate(45deg); }
  .Footer-caption {
    text-align: center; }
    .Footer-caption h3 {
      font-family: 'DINNextLTPro-Condensed', Helvetica, Arial, sans-serif;
      font-size: 50px;
      color: #4f5562;
      letter-spacing: -2.4px; }
  .Footer-links {
    padding: 0;
    display: flex;
    justify-content: space-between;
    width: 95%;
    margin: 0 auto;
    list-style: none;
    flex-wrap: wrap; }
    .Footer-links h4 {
      font-family: 'DINNextLTPro-Condensed', Helvetica, Arial, sans-serif;
      text-transform: uppercase;
      color: #ac8dd1;
      text-align: left;
      line-height: 1.33;
      font-size: 18px; }
      .Footer-links h4 a, .Footer-links h4 a:link, .Footer-links h4 a:visited {
        color: #ac8dd1; }
    .Footer-links ul, .Footer-links li {
      list-style: none;
      font-family: 'DINNextLTPro-Condensed', Helvetica, Arial, sans-serif;
      padding: 0;
      margin: 0; }
    .Footer-links li {
      margin-bottom: 20px;
      width: 120px;
      flex: 0 0 20%; }
  .Footer-subLinks li {
    font-size: 18px;
    line-height: 2;
    text-align: left;
    margin-bottom: 0; }
    .Footer-subLinks li a, .Footer-subLinks li a:link, .Footer-subLinks li a:visited {
      color: #fff; }
  .Footer-branding {
    margin-top: 60px; }
  .Footer-copyright {
    z-index: -1; }
    .Footer-copyright p {
      font-size: 14px;
      text-transform: uppercase;
      line-height: 1.5;
      display: block;
      margin: 0;
      padding-bottom: 20px;
      font-family: 'DINNextLTPro-Condensed', Helvetica, Arial, sans-serif;
      color: #4f5562; }
      .Footer-copyright p a, .Footer-copyright p a:link, .Footer-copyright p a:visited {
        color: #4f5562; }
  .Footer-logo {
    text-align: center; }
    .Footer-logo img {
      width: 70px; }
    .Footer-logo span {
      font-family: 'DINCondensed-Light', Helvetica, Arial, sans-serif;
      font-size: 14px;
      color: #fff; }
  .Footer-socialIcons {
    display: flex; }
    .Footer-socialIcons li {
      margin-left: 9px; }
      .Footer-socialIcons li a {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 63px;
        height: 61px;
        border-radius: 50%;
        background-color: #18181E; }
  .Footer-socialLinksTop {
    margin-bottom: 41px; }
    .Footer-socialLinksTop .Footer-socialIcons {
      margin: 0 auto;
      display: inline-flex; }
      .Footer-socialLinksTop .Footer-socialIcons li {
        margin-left: 4px; }
  .Footer-appleFix img {
    width: 52px; }

@media screen and (min-width: 480px) {
  .Footer-sleeve {
    padding-left: 2%;
    padding-right: 2%; }
  .Footer-socialLinksTop .Footer-socialIcons li {
    margin-left: 7px; } }

@media screen and (min-width: 768px) {
  .Footer-caption h3 {
    font-size: 140px; }
  .Footer-branding p {
    font-size: 16px; } }

@media screen and (min-width: 1024px) {
  .Footer-sleeve {
    padding-top: 60px; }
  .Footer-links {
    width: 80%;
    flex-wrap: nowrap; }
    .Footer-links h4 {
      line-height: 2.33;
      font-size: 30px; }
    .Footer-links li {
      margin-bottom: 0;
      width: auto;
      flex: none; }
  .Footer-subLinks li {
    font-size: 20px; }
    .Footer-subLinks li a, .Footer-subLinks li a:link, .Footer-subLinks li a:visited {
      color: #d8d8db; }
  .Footer-logo {
    text-align: center; }
    .Footer-logo span {
      font-size: 14px; } }

@media screen and (min-width: 1280px) {
  .Footer-links {
    width: 73%; }
  .Footer-branding {
    display: flex;
    justify-content: space-between; }
  .Footer-logo {
    margin-top: 0; }
  .Footer-copyright {
    position: relative;
    top: -28px; }
    .Footer-copyright p {
      padding-bottom: 0; } }

.Symbol {
  background-repeat: no-repeat;
  background-image: url(/images/new-sprite-f60e52ec.png);
  background-image: url(/images/new-sprite-f60e52ec.svg), none;
  display: inline-block;
  transform: scale(1); }

.Symbol--fb-logo-white {
  background-position: -70px -32.592px; }

.Symbol--fb-logo-white-dims {
  width: 16.302px;
  height: 30.152px; }

.Symbol--green-check {
  background-position: -96.95400000000001px -57.751999999999995px; }

.Symbol--green-check-dims {
  width: 17.298px;
  height: 24.109px; }

.Symbol--header-mail {
  background-position: -47.003px -69px; }

.Symbol--header-mail-dims {
  width: 17.002px;
  height: 11px; }

.Symbol--header-search {
  background-position: 0px -92.737px; }

.Symbol--header-search-dims {
  width: 17px;
  height: 17px; }

.Symbol--insta-logo-white {
  background-position: -96.95400000000001px 0px; }

.Symbol--insta-logo-white-dims {
  width: 29.125px;
  height: 29.125px; }

.Symbol--left-arrow {
  background-position: -96.95400000000001px -29.125px; }

.Symbol--left-arrow-dims {
  width: 17.21px;
  height: 28.627px; }

.Symbol--ozy-logo-white {
  background-position: 0px 0px; }

.Symbol--ozy-logo-white-dims {
  width: 70px;
  height: 36px; }

.Symbol--solid-check {
  background-position: 0px -36px; }

.Symbol--solid-check-dims {
  width: 33px;
  height: 33px; }

.Symbol--transparent-plus {
  background-position: -33px -36px; }

.Symbol--transparent-plus-dims {
  width: 33px;
  height: 33px; }

.Symbol--tw-logo-white {
  background-position: 0px -69px; }

.Symbol--tw-logo-white-dims {
  width: 29.215px;
  height: 23.737px; }

.Symbol--white-close {
  background-position: -29.215px -69px; }

.Symbol--white-close-dims {
  width: 17.788px;
  height: 17.089px; }

.Symbol--youtube-logo-white {
  background-position: -70px 0px; }

.Symbol--youtube-logo-white-dims {
  width: 26.954px;
  height: 32.592px; }


.Header {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  height: 44px;
  background: #f0f0f0;
  position: fixed;
  top: 0;
  width: 100%;
  max-width: 2000px;
  z-index: 3000; }
  .Header-logo {
    position: absolute;
    display: block;
    height: 44px;
    background-color: rgba(0, 0, 0, 0);
    z-index: 2002;
    padding: 9px 10px; }
    .Header-logo:before {
      display: none;
      content: "";
      position: absolute;
      left: -10px;
      right: 0;
      top: 0;
      bottom: 0;
      z-index: -1;
      background-color: #fafafa;
      height: 100%;
      width: calc(100% + 10px);
      -webkit-transform: skew(-19deg);
      -moz-transform: skew(-19deg);
      -ms-transform: skew(-19deg);
      transform: skew(-19deg); }
  .Header-logoText {
    position: absolute;
    left: -999px;
    top: -999px; }
  .Header-logoImage {
    display: flex;
    justify-content: center;
    height: 100%;
    width: 65.6px;
    height: 25.3px; }
    .Header-logoImage img {
      width: 100%; }
  .Header-modern {
    display: none; }
  .Header-panel {
    position: absolute;
    top: 44px;
    left: 0;
    width: 100%;
    display: block;
    background: #fff;
    padding: 0;
    height: 0;
    overflow: hidden;
    z-index: 10; }
    .Header-panel-enter {
      height: 0;
      padding: 0 36px;
      overflow: hidden; }
    .Header-panel-enter-active {
      height: 100vh;
      padding: 56px 36px;
      transition: height 300ms, padding 300ms; }
    .Header-panel-enter-done {
      height: 100vh;
      padding: 56px 36px;
      overflow-y: scroll; }
    .Header-panel-exit {
      height: 100vh;
      padding: 56px 36px; }
    .Header-panel-exit-active {
      height: 0;
      padding: 0 36px;
      overflow: hidden;
      transition: height 300ms, padding 300ms; }

@media screen and (min-width: 480px) {
  .Header-logo {
    padding: 9px 32px 9px 16px; } }

@media screen and (min-width: 1024px) {
  .Header {
    background: none;
    background-color: #e2e3e4; }
    .Header-logo {
      display: flex;
      align-items: center; }
      .Header-logo:before {
        display: block; }
    .Header-modern {
      display: block;
      font-family: 'DINNextLTPro-Regular', Helvetica, Arial, sans-serif;
      font-size: 12px;
      margin-left: 16px;
      color: #4f5562; }
    .Header-panel {
      top: 44px; }
      .Header-panel-enter {
        height: 0;
        padding: 0;
        overflow: hidden; }
      .Header-panel-enter-active {
        height: 390px;
        padding: 46px 0;
        transition: height 300ms, padding 300ms; }
      .Header-panel-enter-done {
        height: 390px;
        padding: 46px 0; }
      .Header-panel-exit {
        height: 390px;
        padding: 46px 0; }
      .Header-panel-exit-active {
        height: 0;
        padding: 0;
        overflow: hidden;
        transition: height 300ms, padding 300ms; } }

.admin-bar .Header {
  top: 46px; }

@media screen and (min-width: 783px) {
  .admin-bar .Header {
    top: 32px; } }

@media screen and (min-width: 1024px) {
  .admin-bar .Header {
    top: 32px; } }

.HeaderMenu {
  position: absolute;
  display: inline-block;
  top: 0;
  right: 0;
  height: 44px; }
  .HeaderMenu-items {
    height: 100%;
    display: flex; }
  .HeaderMenu-item {
    height: 100%;
    margin: 0 6px;
    width: 54px; }
    .HeaderMenu-item:last-child {
      background: #fafafa; }
    .HeaderMenu-item.HeaderMenu-item--signup, .HeaderMenu-item.HeaderMenu-item--search {
      width: 27px; }
    .HeaderMenu-item.HeaderMenu-item--signup {
      display: none; }
    .HeaderMenu-item > a, .HeaderMenu-item > a:link, .HeaderMenu-item > a:visited {
      width: 100%;
      height: 100%;
      margin: 0;
      padding: 0 9px 0 0;
      position: relative;
      text-align: center;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 14px;
      line-height: 16px;
      font-family: 'DINCondensed-Bold', Helvetica, Arial, sans-serif;
      color: #4f5562; }
      .HeaderMenu-item > a:before, .HeaderMenu-item > a:link:before, .HeaderMenu-item > a:visited:before {
        display: none;
        content: "";
        position: absolute;
        left: -10px;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: -1;
        background-color: #fafafa;
        height: 100%;
        width: calc(100% + 10px);
        -webkit-transform: skew(-19deg);
        -moz-transform: skew(-19deg);
        -ms-transform: skew(-19deg);
        transform: skew(-19deg);
        display: block; }
    .HeaderMenu-item.HeaderMenu-item--signup > a, .HeaderMenu-item.HeaderMenu-item--signup > a:link, .HeaderMenu-item.HeaderMenu-item--signup > a:visited {
      padding: 0; }
    .HeaderMenu-itemOpen > a:before, .HeaderMenu-itemOpen > a:link:before, .HeaderMenu-itemOpen > a:visited:before, .HeaderMenu-itemSelected > a:before, .HeaderMenu-itemSelected > a:link:before, .HeaderMenu-itemSelected > a:visited:before {
      background-color: #d8d8db; }
    .HeaderMenu-item--tv {
      width: 24px; }
    .HeaderMenu-item--news {
      width: 36px; }
    .HeaderMenu-item--hq {
      width: 29px; }

@media screen and (min-width: 480px) {
  .HeaderMenu-item {
    width: 55px; }
    .HeaderMenu-item > a, .HeaderMenu-item > a:link, .HeaderMenu-item > a:visited {
      padding: 0 6px 0 0;
      margin: 0; }
    .HeaderMenu-item--tv {
      width: 55px; }
    .HeaderMenu-item--news {
      width: 55px; }
    .HeaderMenu-item--hq {
      width: 55px; } }

@media screen and (min-width: 768px) {
  .HeaderMenu {
    right: 85px; }
    .HeaderMenu-item {
      width: 119px; }
      .HeaderMenu-item:last-child {
        background: none; }
      .HeaderMenu-item > a, .HeaderMenu-item > a:link, .HeaderMenu-item > a:visited {
        margin: 0;
        padding: 0 13px 0 3px;
        font-size: 16px; }
      .HeaderMenu-item.HeaderMenu-item--signup, .HeaderMenu-item.HeaderMenu-item--search {
        width: 40px;
        display: block; }
        .HeaderMenu-item.HeaderMenu-item--signup > a, .HeaderMenu-item.HeaderMenu-item--search > a {
          margin: 0;
          padding: 0 9px 0 3px;
          font-size: 16px; }
          .HeaderMenu-item.HeaderMenu-item--signup > a span, .HeaderMenu-item.HeaderMenu-item--search > a span {
            margin-right: 7px; }
      .HeaderMenu-item.HeaderMenu-item--signup > a span {
        margin-right: 5px; }
      .HeaderMenu-item--tv {
        width: 72px; }
      .HeaderMenu-item--news {
        width: 90px; }
      .HeaderMenu-item--hq {
        width: 85px; } }

@media screen and (min-width: 1024px) {
  .HeaderMenu {
    right: 72px; }
    .HeaderMenu-item {
      width: 85px; }
      .HeaderMenu-item > a, .HeaderMenu-item > a:link, .HeaderMenu-item > a:visited {
        margin: 0;
        padding: 0 22px 0 11px;
        font-size: 16px; }
      .HeaderMenu-item--tv {
        width: 85px; }
      .HeaderMenu-item--news {
        width: 85px; }
      .HeaderMenu-item--hq {
        width: 85px; } }

@media screen and (min-width: 1280px) {
  .HeaderMenu {
    right: 72px; }
    .HeaderMenu-item {
      width: 119px; }
      .HeaderMenu-item > a, .HeaderMenu-item > a:link, .HeaderMenu-item > a:visited {
        margin: 0;
        padding: 0 22px 0 11px;
        font-size: 16px; }
      .HeaderMenu-item--tv {
        width: 119px; }
      .HeaderMenu-item--news {
        width: 119px; }
      .HeaderMenu-item--hq {
        width: 119px; } }

.HeaderPanel h3 {
  font-size: 14px;
  font-family: 'DINCondensed-Light', Helvetica, Arial, sans-serif;
  color: #000;
  margin-bottom: 10px; }

.HeaderPanel ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.HeaderPanel li {
  font-family: 'DINNextW01-CondensedReg', 'Tw Cen MT Condensed', 'Gill Sans MT Condensed', 'Arial Narrow', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  list-style: none;
  font-size: 20px;
  margin: 0 0 12px !important; }
  .HeaderPanel li a {
    color: #000; }

.HeaderPanel-home {
  width: 100%;
  font-size: 20px;
  padding-bottom: 14px; }

.HeaderPanel-main {
  display: none; }

.HeaderPanel-logo {
  margin-top: 33px;
  width: 66px;
  height: 25px; }

.HeaderPanel-menuLogo {
  font-size: 36px;
  line-height: 36px;
  color: #101016;
  margin-top: 28px;
  margin-left: 12px;
  font-family: 'BrandonGrotesque-Medium', Helvetica, Arial, sans-serif; }

.HeaderPanel-content {
  width: 100%;
  margin-top: 25px; }

.HeaderPanel-trending {
  width: 100%;
  margin-top: 25px; }
  .HeaderPanel-trending li {
    font-family: 'Amasis MT W01 Medium', 'Calisto MT', Georgia, serif;
    font-style: normal;
    font-size: 18px;
    line-height: 1.33;
    color: #22222b;
    margin: 0 0 12px !important; }

.HeaderPanel-trendingHeader {
  color: #a5a8ad;
  font-size: 12px;
  font-family: 'DINNextLTPro-MediumCond', Helvetica, Arial, sans-serif; }

.HeaderPanel-close {
  position: absolute;
  top: 8px;
  right: 0; }

.HeaderPanel-searchWrapper {
  margin-top: 14px; }

.HeaderPanel--tv h3 {
  color: #49c7a5; }

.HeaderPanel--podcasts h3 {
  color: #35c7ed; }

.HeaderPanel--festivals h3 {
  color: #562f77; }

.HeaderPanel--news h3 {
  color: #ac8dd1; }

@media screen and (min-width: 1024px) {
  .HeaderPanel {
    height: 100%; }
    .HeaderPanel-center {
      height: 100%;
      display: flex;
      justify-content: center; }
    .HeaderPanel-fourth {
      width: 208px;
      padding-top: 22px;
      padding-left: 23px;
      border-left: 1px solid #d2d2d4; }
    .HeaderPanel h3 {
      font-size: 16px; }
    .HeaderPanel-close {
      display: none; }
    .HeaderPanel-main {
      display: flex;
      align-items: flex-start; }
    .HeaderPanel-home {
      display: none;
      width: 322px;
      padding-right: 7px;
      border-right: 1px solid #d2d2d4;
      justify-content: space-between;
      flex-direction: column;
      padding-bottom: 175px; }
    .HeaderPanel-content {
      width: 318px;
      margin-top: 0px;
      padding-left: 22px;
      padding-right: 24px;
      border-right: 1px solid #d2d2d4; }
    .HeaderPanel-trending {
      width: 386px;
      padding-left: 22px;
      margin-top: 0px;
      padding-right: 24px; }
      .HeaderPanel-trending li {
        font-family: 'Amasis MT W01 Medium', 'Calisto MT', Georgia, serif;
        font-style: normal;
        font-size: 18px;
        line-height: 1.33;
        color: #22222b; } }

@media screen and (min-width: 1280px) {
  .HeaderPanel-center {
    justify-content: center; }
  .HeaderPanel-home {
    display: block; } }

.Icon {
  background-repeat: no-repeat;
  background-image: url("/images/sprite.png");
  background-image: url("/images/sprite.svg"), none;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  display: inline-block;
  /* global types */ }
  .Icon--share-fb {
    background-image: url("/images/fb.png"); }
  .Icon--share-tw {
    background-image: url("/images/tw.png"); }
  .Icon--share-copy-link {
    background-image: url("/images/sh.png"); }
  .Icon--footer-fb-lg {
    top: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    background-position: -335px -518.816px; }
  .Icon--footer-fb-lg:hover {
    background-position: -435px -518.816px; }
  .Icon--footer-tw-lg {
    top: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    background-position: -535px -518.816px; }
  .Icon--footer-tw-lg:hover {
    background-position: -669.614px -400px; }
  .Icon--footer-apple-lg {
    top: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    background-position: -135px -518.816px; }
  .Icon--footer-apple-lg:hover {
    background-position: -235px -518.816px; }
  .Icon--footer-youtube-lg {
    top: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    background-position: -669.614px -300px; }
  .Icon--footer-youtube-lg:hover {
    background-position: -669.614px -200px; }
  .Icon--footer-insta-lg {
    top: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    background-position: -669.614px 0; }
  .Icon--footer-insta-lg:hover {
    background-position: -669.614px -500px; }
  .Icon--footer-fb-sm {
    top: 0;
    margin-top: 8px;
    margin-left: 22px;
    left: 0;
    right: 0;
    margin-right: auto;
    background-position: -989.614px -170px; }
  .Icon--footer-fb-sm:hover {
    background-position: -989.614px -311.96px; }
  .Icon--footer-tw-sm {
    top: 0;
    margin-top: 8px;
    margin-left: 22px;
    left: 0;
    right: 0;
    margin-right: auto;
    background-position: -396px -943.816px; }
  .Icon--footer-tw-sm:hover {
    background-position: -426px -943.816px; }
  .Icon--footer-apple-sm {
    top: 8px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    background-position: -989.614px -255.96px; }
  .Icon--footer-apple-sm:hover {
    background-position: -989.614px -110px; }
  .Icon--footer-youtube-sm {
    top: 8px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    background-position: -456px -943.816px; }
  .Icon--footer-youtube-sm:hover {
    background-position: -516px -943.816px; }
  .Icon--footer-insta-sm {
    top: 8px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    background-position: -618px -663.816px; }
  .Icon--footer-insta-sm:hover {
    background-position: -920px -904.816px; }
  .Icon--facebook {
    right: 0;
    left: 0;
    margin: auto;
    width: 20px;
    height: 31px;
    -webkit-transition: opacity 0.25s;
    -moz-transition: opacity 0.25s;
    -o-transition: opacity 0.25s;
    transition: opacity 0.25s;
    background-position: -887.614px -537px; }
    .Icon--facebook.Icon--size-small {
      background-position: -977.614px -169px; }
  .Icon--facebook:hover {
    right: 0;
    left: 0;
    margin: auto;
    width: 20px;
    height: 31px;
    -webkit-transition: opacity 0.25s;
    -moz-transition: opacity 0.25s;
    -o-transition: opacity 0.25s;
    transition: opacity 0.25s;
    background-position: -887.614px -653px; }
    .Icon--facebook:hover.Icon--size-small {
      background-position: -900.614px -420px; }
  .Icon--facebook-white {
    right: 0;
    left: 0;
    margin: auto;
    width: 20px;
    height: 31px;
    -webkit-transition: opacity 0.25s;
    -moz-transition: opacity 0.25s;
    -o-transition: opacity 0.25s;
    transition: opacity 0.25s;
    background-position: -887.614px -595px; }
  .Icon--facebook-white:hover {
    right: 0;
    left: 0;
    margin: auto;
    width: 20px;
    height: 31px;
    -webkit-transition: opacity 0.25s;
    -moz-transition: opacity 0.25s;
    -o-transition: opacity 0.25s;
    transition: opacity 0.25s;
    background-position: -887.614px -653px; }
  .Icon--twitter {
    right: 0;
    left: 0;
    margin: auto;
    width: 36px;
    height: 30px;
    -webkit-transition: opacity 0.25s;
    -moz-transition: opacity 0.25s;
    -o-transition: opacity 0.25s;
    transition: opacity 0.25s;
    background-position: -951.614px -640px; }
    .Icon--twitter.Icon--size-small {
      background-position: -891.614px -827px; }
  .Icon--twitter:hover {
    right: 0;
    left: 0;
    margin: auto;
    width: 36px;
    height: 30px;
    -webkit-transition: opacity 0.25s;
    -moz-transition: opacity 0.25s;
    -o-transition: opacity 0.25s;
    transition: opacity 0.25s;
    background-position: -951.614px -700px; }
    .Icon--twitter:hover.Icon--size-small {
      background-position: -933.614px -610px; }
  .Icon--twitter-white {
    right: 0;
    left: 0;
    margin: auto;
    width: 36px;
    height: 30px;
    -webkit-transition: opacity 0.25s;
    -moz-transition: opacity 0.25s;
    -o-transition: opacity 0.25s;
    transition: opacity 0.25s;
    background-position: -951.614px -670px; }
  .Icon--twitter-white:hover {
    right: 0;
    left: 0;
    margin: auto;
    width: 36px;
    height: 30px;
    -webkit-transition: opacity 0.25s;
    -moz-transition: opacity 0.25s;
    -o-transition: opacity 0.25s;
    transition: opacity 0.25s;
    background-position: -951.614px -700px; }
  .Icon--share-email {
    right: 0;
    left: 0;
    margin: auto;
    width: 40px;
    height: 30px;
    -webkit-transition: opacity 0.25s;
    -moz-transition: opacity 0.25s;
    -o-transition: opacity 0.25s;
    transition: opacity 0.25s;
    background-position: -909.614px -865px; }
    .Icon--share-email.Icon--size-small {
      background-position: -163px -374.816px; }
  .Icon--share-email:hover {
    right: 0;
    left: 0;
    margin: auto;
    width: 40px;
    height: 30px;
    -webkit-transition: opacity 0.25s;
    -moz-transition: opacity 0.25s;
    -o-transition: opacity 0.25s;
    transition: opacity 0.25s;
    background-position: -518px -663.816px; }
    .Icon--share-email:hover.Icon--size-small {
      background-position: -181px -374.816px; }
  .Icon--share-email-white {
    right: 0;
    left: 0;
    margin: auto;
    width: 40px;
    height: 30px;
    -webkit-transition: opacity 0.25s;
    -moz-transition: opacity 0.25s;
    -o-transition: opacity 0.25s;
    transition: opacity 0.25s;
    background-position: -478px -663.816px; }
  .Icon--share-email-white:hover {
    right: 0;
    left: 0;
    margin: auto;
    width: 40px;
    height: 30px;
    -webkit-transition: opacity 0.25s;
    -moz-transition: opacity 0.25s;
    -o-transition: opacity 0.25s;
    transition: opacity 0.25s;
    background-position: -518px -663.816px; }
  .Icon--share-link {
    right: 0;
    left: 0;
    margin: auto;
    width: 39px;
    height: 32px;
    -webkit-transition: opacity 0.25s;
    -moz-transition: opacity 0.25s;
    -o-transition: opacity 0.25s;
    transition: opacity 0.25s;
    background-position: -273px -904.816px; }
  .Icon--share-link:hover {
    right: 0;
    left: 0;
    margin: auto;
    width: 39px;
    height: 32px;
    -webkit-transition: opacity 0.25s;
    -moz-transition: opacity 0.25s;
    -o-transition: opacity 0.25s;
    transition: opacity 0.25s;
    background-position: -812px -846.816px; }
  .Icon--share-link-white {
    right: 0;
    left: 0;
    margin: auto;
    width: 39px;
    height: 32px;
    -webkit-transition: opacity 0.25s;
    -moz-transition: opacity 0.25s;
    -o-transition: opacity 0.25s;
    transition: opacity 0.25s;
    background-position: -734px -846.816px; }
  .Icon--share-link-white:hover {
    right: 0;
    left: 0;
    margin: auto;
    width: 39px;
    height: 32px;
    -webkit-transition: opacity 0.25s;
    -moz-transition: opacity 0.25s;
    -o-transition: opacity 0.25s;
    transition: opacity 0.25s;
    background-position: -812px -846.816px; }
  .Icon--letter {
    background-image: url("/images/purple_email_icon.svg");
    width: 33px;
    height: 24px;
    margin-top: 11px; }
  .Icon--ozy-video {
    margin-bottom: 15px;
    width: 82px;
    height: 79px;
    -webkit-transform: 0.85;
    -moz-transform: 0.85;
    -ms-transform: 0.85;
    transform: 0.85;
    background-position: -317px -618.816px; }
  .Icon--close-gray {
    width: 28px;
    height: 20px;
    background-position: -655px -481px; }
  .Icon--black-dot {
    width: 8px;
    height: 8px;
    margin: 0 6px 4px;
    background-position: -1005.614px -569.96px; }
  .Icon--close-circle {
    top: -1px;
    opacity: 1;
    width: 44px;
    height: 44px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    background-position: -428px -798.816px; }
  .Icon--abs {
    position: absolute; }
  .Icon--size-30x30 {
    width: 30px;
    height: 30px; }
  .Icon--size-34x34 {
    width: 34px;
    height: 34px; }
  .Icon--size-100x100 {
    width: 100px;
    height: 100px; }
  .Icon--size-small {
    width: 18px;
    height: 13px; }

/*
.Icon {
  position: absolute;
  margin-left: 13px;
  width: 28px;
  height: 20px;
  background-repeat: no-repeat;
  background-image: url(/images/sprite.png);
  background-image: url(/images/sprite.svg),none;
  display: inline-block;
}
*/

.Pill {
  display: block;
  background-color: #000;
  color: #fff;
  border-radius: 16px;
  font-size: 14px;
  padding: 3px 12px;
  position: relative;
  font-family: 'DINNextLTPro-MediumCond', Helvetica, Arial, sans-serif; }
  .Pill:link, .Pill:visited {
    color: #fff; }
  .Pill:before {
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    right: 12px;
    transform: rotate(310deg);
    top: 11px;
    opacity: .6; }
  .Pill > div {
    margin-top: 4px; }
  .Pill--green {
    background-color: #49c7a5; }
  .Pill--blue {
    background-color: #35c7ed; }
  .Pill--violet {
    background-color: #562f77; }
  .Pill--purple {
    background-color: #ac8dd1; }

.Search {
  width: 100%;
  position: relative; }
  .Search input[type=text] {
    border: 1px solid #cecdcd;
    font-family: DINNextLTPro-Condensed;
    font-size: 14px;
    padding: 2px 13px 0px 13px;
    height: 32px;
    width: 100%;
    color: #000; }
  .Search--rounded input[type=text] {
    border-radius: 16px; }
  .Search button {
    border: 0;
    background: transparent;
    transform: scale(0.5);
    position: absolute;
    right: 5px;
    padding: 0; }

.InputText {
  position: relative; }
  .InputText input[type=text], .InputText input[type=search], .InputText input[type=email] {
    border: 1px solid #cecdcd;
    font-family: DINNextLTPro-Condensed;
    width: 100%;
    border-radius: 4px; }
  .InputText--block input[type=text], .InputText--block input[type=search], .InputText--block input[type=email] {
    width: 100%; }
  .InputText--medium input[type=text], .InputText--medium input[type=search], .InputText--medium input[type=email] {
    font-size: 14px;
    padding: 2px 13px 0px 13px;
    height: 32px; }
  .InputText--large input[type=text], .InputText--large input[type=search], .InputText--large input[type=email] {
    font-size: 16px;
    padding: 7px 13px 5px 13px;
    height: 40px; }
  .InputText--rounded input {
    border-radius: 20px; }
  .InputText--hasError input[type=text], .InputText--hasError input[type=search], .InputText--hasError input[type=email] {
    border: 1px solid #ff0000; }
  .InputText--isValid input[type=text], .InputText--isValid input[type=search], .InputText--isValid input[type=email] {
    padding-right: 34px; }
  .InputText-errorMessage {
    margin: 0;
    font-size: 16px;
    font-weight: normal;
    color: #ff0000;
    font-family: 'BrandonGrotesque-Medium', Helvetica, Arial, sans-serif;
    text-align: left; }
  .InputText-check {
    position: absolute;
    top: 10px;
    right: 10px; }

.NewsletterCard {
  display: block;
  width: 100%;
  position: fixed;
  z-index: 2003;
  background: #fff;
  box-shadow: -7px 18px 48px -12px #cccccc;
  transition: left 1s, bottom 1s; }
  .NewsletterCard-content {
    display: block;
    padding: 26px;
    text-align: center; }
  .NewsletterCard h4 {
    font-size: 30px;
    font-family: 'DINNextLTPro-MediumCond', Helvetica, Arial, sans-serif;
    text-transform: none; }
  .NewsletterCard-input {
    margin: 18px 0; }
  .NewsletterCard-close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer; }
  .NewsletterCard--begintoptopright, .NewsletterCard--begintopbottomright {
    left: calc(100vw - 550px);
    bottom: calc(100vh + 550px); }
  .NewsletterCard--beginrighttopright, .NewsletterCard--beginrighttopleft {
    left: calc(100vw + 550px);
    bottom: calc(100vh - 550px); }
  .NewsletterCard--beginbottomtopright, .NewsletterCard--beginbottombottomright {
    left: calc(100vw - 550px);
    bottom: -550px; }
  .NewsletterCard--beginlefttopright, .NewsletterCard--beginlefttopleft {
    left: -550px;
    bottom: calc(100vh - 550px); }
  .NewsletterCard--begintoptopleft, .NewsletterCard--begintopbottomleft {
    left: 0;
    bottom: calc(100vh + 550px); }
  .NewsletterCard--beginbottomtopleft, .NewsletterCard--beginbottombottomleft {
    left: 0;
    bottom: -550px; }
  .NewsletterCard--beginrightbottomright, .NewsletterCard--beginrightbottomleft {
    left: calc(100vw + 550px);
    bottom: 0; }
  .NewsletterCard--beginleftbottomright, .NewsletterCard--beginleftbottomleft {
    left: -550px;
    bottom: 0; }
  .NewsletterCard--endbottomright {
    left: 0;
    bottom: 0; }
  .NewsletterCard--endtopright {
    left: 0;
    bottom: 0; }
  .NewsletterCard--endbottomleft {
    left: 0;
    bottom: 0; }
  .NewsletterCard--endtopleft {
    left: 0;
    bottom: 0; }

@media screen and (min-width: 442px) {
  .NewsletterCard {
    width: 442px; } }

@media screen and (min-width: 1024px) {
  .NewsletterCard--begintoptopright, .NewsletterCard--begintopbottomright {
    left: calc(100vw - 550px);
    bottom: calc(100vh + 550px); }
  .NewsletterCard--beginrighttopright, .NewsletterCard--beginrighttopleft {
    left: calc(100vw + 550px);
    bottom: calc(100vh - 550px); }
  .NewsletterCard--beginbottomtopright, .NewsletterCard--beginbottombottomright {
    left: calc(100vw - 550px);
    bottom: -550px; }
  .NewsletterCard--beginlefttopright, .NewsletterCard--beginlefttopleft {
    left: -550px;
    bottom: calc(100vh - 550px); }
  .NewsletterCard--begintoptopleft, .NewsletterCard--begintopbottomleft {
    left: 50px;
    bottom: calc(100vh + 550px); }
  .NewsletterCard--beginbottomtopleft, .NewsletterCard--beginbottombottomleft {
    left: 50px;
    bottom: -550px; }
  .NewsletterCard--beginrightbottomright, .NewsletterCard--beginrightbottomleft {
    left: calc(100vw + 550px);
    bottom: 50px; }
  .NewsletterCard--beginleftbottomright, .NewsletterCard--beginleftbottomleft {
    left: -550px;
    bottom: 50px; }
  .NewsletterCard--endbottomright {
    left: calc(100vw - 550px);
    bottom: 50px; }
  .NewsletterCard--endtopright {
    left: calc(100vw - 550px);
    bottom: calc(100vh - 550px); }
  .NewsletterCard--endbottomleft {
    left: 50px;
    bottom: 50px; }
  .NewsletterCard--endtopleft {
    left: 50px;
    bottom: calc(100vh - 550px); } }

.Checkbox-input {
  height: 19px;
  width: 19px; }

.ErrorMessage {
  padding: 1.5em;
  font-size: 14px;
  color: white;
  background-color: red; }

.Modal {
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 4000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: auto; }

.SectionHeader {
  background-color: #fff;
  padding: 46px 0; }
  .SectionHeader-wrapper {
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
  .SectionHeader-logo {
    margin-top: 22px;
    margin-right: 19px;
    width: 96px; }
    .SectionHeader-logo img {
      width: 100%; }
  .SectionHeader-caption {
    font-size: 52px;
    font-family: 'BrandonGrotesque-Medium', Helvetica, Arial, sans-serif;
    text-transform: uppercase; }
  .SectionHeader-subCaption {
    font-family: 'BrandonGrotesque-Medium', Helvetica, Arial, sans-serif;
    font-size: 17px;
    line-height: 1.35714286;
    padding: 10px 10px 0;
    text-align: center; }

