* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: Lato, Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.556;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #00acca;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #006661;
  text-decoration: none;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 8px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.556;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-radius: 6px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 24px;
  margin-bottom: 24px;
  border: 0;
  border-top: 1px solid #cccccc;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
.chosen-app {
  width: 100%;
  text-align: center;
  padding: 0;
  margin: 0;
}
.chosen-app .logo {
  margin-top: 0;
}
.chosen-app .logo svg {
  height: 52px;
  width: 165px;
  max-height: 25vw;
  max-width: 25vw;
}
.main-screen__wrapper {
  width: 100%;
  max-width: 2200px;
  height: 600px;
  margin: 45px auto 0;
  background-image: url("https://wvusstatic.com/wvus_assets/images/Chosen_background-desktop.jpg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
}
@media screen and (max-width: 1500px) {
  .main-screen__wrapper {
    height: 550px;
  }
}
@media screen and (max-width: 768px) {
  .main-screen__wrapper {
    margin-top: 20px;
  }
}
@media screen and (max-width: 600px) {
  .main-screen__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-image: url("https://wvusstatic.com/wvus_assets/images/Chosen-background_mobile.jpg");
    background-position: top center;
    background-size: 100%;
    height: calc(100% - (100vh - 700px));
    padding-top: 45%;
  }
}
.main-screen__cta-section {
  position: relative;
  width: 700px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  z-index: 2;
}
.main-screen__cta-section:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00acca;
  opacity: 0.95;
  clip-path: polygon(0 0, 600px 0, 700px 601px, 0 601px);
  z-index: -1;
}
.main-screen__cta-section .main-screen__cta-content {
  padding: 0 16px;
}
.main-screen__cta-section .main-screen__cta-content h2 {
  margin: 0;
  font-size: 30px;
  font-weight: 700;
}
.main-screen__cta-section .main-screen__cta-content h2 span {
  display: inline-block;
  font-weight: 400;
  font-size: 0.5em;
  vertical-align: top;
  margin-top: 5px;
}
.main-screen__cta-section .main-screen__cta-content h2.main-screen__title--single-spon {
  margin-bottom: 20px;
}
@media screen and (max-width: 424px) {
  .main-screen__cta-section .main-screen__cta-content h2 {
    max-width: 250px;
    margin: 0 auto;
  }
}
.main-screen__cta-section .main-screen__cta-content h3 {
  margin: 0 0 16px 0;
  font-size: 21px;
}
@media screen and (max-width: 748px) {
  .main-screen__cta-section {
    width: 100%;
    padding-top: 60px;
  }
  .main-screen__cta-section:after {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
}
@media screen and (max-width: 600px) {
  .main-screen__cta-section {
    width: 100%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 80px 0 45px;
  }
  .main-screen__cta-section:after {
    clip-path: polygon(0 0, 100% 10%, 100% 100%, 0% 100%);
  }
}
.main-screen__disclaimer {
  padding: 20px;
  max-width: 1000px;
  margin: 0 auto;
  text-align: left;
}
.main-screen__disclaimer a {
  text-transform: uppercase;
  cursor: pointer;
}
.cobrand-banner__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@supports (display: grid) {
  .cobrand-banner__wrapper {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(2, auto);
  }
}
.cobrand-banner__wrapper span {
  font-size: 22px;
}
.cobrand-banner__wrapper img {
  max-width: 175px;
}
@media screen and (max-width: 748px) {
  .cobrand-banner__wrapper {
    position: relative;
    top: -55px;
    background: #fff;
    clip-path: polygon(0 0, 100% 14%, 100% 100%, 0% 100%);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 50px;
    z-index: 2;
  }
  @supports (display: grid) {
    .cobrand-banner__wrapper {
      grid-template-columns: auto;
      grid-template-rows: repeat(2, auto);
    }
  }
  .cobrand-banner__wrapper img {
    margin: auto;
  }
}
.cobrand-banner__wrapper + .main-screen__disclaimer {
  margin-top: -25px;
}
@media screen and (max-width: 748px) {
  .cobrand-banner__wrapper + .main-screen__disclaimer {
    margin-top: -75px;
  }
}
.SponsorMoreChildrenInfo {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.MessageBox {
  max-width: 450px;
  margin: auto;
}
.quantity-control-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.quantity-control-container .quantity-control-wrapper {
  margin-bottom: 20px;
  display: -ms-flexbox;
  display: grid;
  grid-template-columns: 62px 85px 62px;
  grid-template-rows: 62px;
  font-size: 34px;
}
.quantity-control-container .quantity-control-wrapper .sr-only {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.quantity-control-container .quantity-control-wrapper button {
  font-size: 23px;
  color: #fff;
  border: 1px solid #fff;
  background: transparent;
}
.quantity-control-container .quantity-control-wrapper button span {
  opacity: 1;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.quantity-control-container .quantity-control-wrapper button.disabled span {
  opacity: 0.5;
}
.quantity-control-container .quantity-control-wrapper .quantity-control-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 5px 5px 5px;
  color: #333333;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  margin: 0;
  background: transparent;
  text-align: center;
}
.quantity-control-container .quantity-control-wrapper .quantity-control-input .Quantity {
  width: 100%;
  padding: 0;
  margin: 0;
  height: 80%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  border: none;
  background: transparent;
  text-align: center;
  font-weight: 700;
  color: transparent;
  text-shadow: 0 0 0 #333333;
}
.quantity-control-container .quantity-control-wrapper .quantity-control-input .Quantity:focus {
  outline: none;
}
.quantity-control-container .quantity-control-wrapper .quantity-control-input .QuantityLabel {
  font-size: 10px;
  text-transform: uppercase;
  display: inline-block;
}
.quantity-control-container .quantity-control-wrapper .quantity-control-input .QuantityLabel.lang-ko {
  font-size: 12px;
  line-height: 0.8em;
}
.chosen__wrapper {
  height: 100vh;
  padding: 8px 0 0 0;
  margin: 0;
}
.text-shadow {
  text-shadow: 0px 0px 9px #ffffff;
  font-weight: 700;
}
/************************
 Screen 2: Select Screen
*************************/
.use-screen-2 {
  overflow: auto;
  background-image: none;
  padding: 0 10px;
}
.use-screen-2 h1,
.use-screen-2 h2 {
  margin: 5px 0 20px 0;
  padding: 0;
}
.use-screen-2.screen-hidden {
  opacity: 0;
}
.use-screen-2.screen-hidden.fadein {
  opacity: 1;
  background-color: white;
  -webkit-transition: opacity 1s, background-color 1s;
  transition: opacity 1s, background-color 1s;
}
.SelectScreen {
  margin: 0 auto;
}
@media only screen and (min-aspect-ratio: 14/10) {
  .SelectScreen .quantity {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    max-width: 100%;
    margin: 0;
    padding: 0;
  }
  .SelectScreen .quantity__option {
    display: block;
    width: 27vw;
    height: 27vw;
    max-width: 45vh;
    max-height: 45vh;
  }
  .SelectScreen .quantity__option img {
    margin: 25% auto 15px auto;
    display: block;
    clear: both;
    width: 50%;
    height: 50%;
  }
}
@media only screen and (max-height: 360px) and (min-aspect-ratio: 14/10) {
  .SelectScreen .quantity__option {
    max-width: 41vh;
    max-height: 41vh;
  }
}
@media only screen and (min-width: 992px) and (min-aspect-ratio: 14/10) {
  .SelectScreen {
    max-width: 960px;
  }
  .SelectScreen .quantity__option {
    max-width: 250px;
    max-height: 250px;
  }
}
.quantity {
  -ms-flex-item-align: stretch;
      align-self: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 640px;
  margin: 0 auto;
}
.quantity__option {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f5f5f5;
  border-radius: 6px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(153, 153, 153, 0.5);
          box-shadow: 0 2px 4px 0 rgba(153, 153, 153, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  color: #666666;
  cursor: pointer;
  font-weight: normal;
  padding: 8px;
  margin-bottom: 16px;
}
.quantity__option.is-selected {
  border: 1px solid #00acca;
}
#nextStep {
  margin-top: 15px;
}
.price {
  color: #ff6b00;
}
.media-release__checkbox {
  -ms-flex-item-align: stretch;
      align-self: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.media-release__info {
  color: #00acca;
  cursor: pointer;
}
.media-release__content {
  background: #f5f5f5;
}
.content__close {
  cursor: pointer;
  font-size: 22px;
  position: absolute;
  top: 24px;
  right: 24px;
}
.content__text {
  padding: 24px;
  padding-top: 48px;
  position: relative;
}
.slide-in {
  overflow-y: hidden;
  max-height: 75vh;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.8s;
          transition-duration: 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
          transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
.slide-in.is-closed {
  max-height: 0;
}
.media-release__checkbox label {
  margin: 0;
}
.price-description {
  margin-bottom: 16px;
}
/**********************
  Other Styles
***********************/
.EventEndedScreen,
.RestartScreen {
  overflow: hidden;
  margin: 0 auto;
  padding: 0 15px;
  max-width: 740px;
}
.EventEndedScreen .display-icon,
.RestartScreen .display-icon {
  margin: 10px;
}
.EventEndedScreen p,
.RestartScreen p {
  font-size: 16px;
  line-height: 1.556;
}
.EventEndedScreen .chosen .logo,
.RestartScreen .chosen .logo {
  margin: 5px;
}
.EventEndedScreen h1,
.RestartScreen h1,
.EventEndedScreen h2,
.RestartScreen h2 {
  margin: 5px;
  padding: 0;
}

