@font-face {
  font-family: 'iciel-Cadena';
  src: url("/fonts/iciel-Cadena.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'koni-black';
  src: url("/fonts/koni-black.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

body {
  font-family: "iciel-Cadena";
  font-size: 1.75vw; }
  @media (max-width: 991px) {
    body {
      font-size: 14px; } }

img {
  width: 100%;
  display: block; }

a {
  color: inherit;
  cursor: pointer;
  text-decoration: none; }
  a:hover, a:active, a:focus {
    color: #347ed0;
    text-decoration: none; }

input::placeholder, textarea::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-family: "iciel-Cadena";
  color: #1f1f1f;
  opacity: 1; }
  @media (max-width: 991px) {
    input::placeholder, textarea::placeholder {
      font-size: 14px; } }

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-family: "iciel-Cadena";
  color: #1f1f1f; }
  @media (max-width: 991px) {
    input:-ms-input-placeholder, textarea:-ms-input-placeholder {
      font-size: 14px; } }

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  /* Microsoft Edge */
  font-family: "iciel-Cadena";
  color: #1f1f1f; }
  @media (max-width: 991px) {
    input::-ms-input-placeholder, textarea::-ms-input-placeholder {
      font-size: 14px; } }

ul {
  list-style-type: none;
  padding-left: 0; }

.slick-slide {
  height: auto; }

.slick-dots li {
  background: #d9d0cb;
  border-radius: 50%;
  width: 15px;
  height: 15px; }
  @media (max-width: 992px) {
    .slick-dots li {
      width: 10px;
      height: 10px; } }
  .slick-dots li button {
    visibility: hidden; }
  .slick-dots li.slick-active {
    background: #e78a1a; }

@media (max-width: 991px) {
  .only-pc {
    display: none; } }

@media (min-width: 992px) {
  .only-mobile {
    display: none; } }

.index {
  position: relative;
  height: 100%; }
  .index__background {
    position: relative;
    height: 100%; }
  .index__layout-left {
    position: absolute;
    z-index: 1;
    top: auto;
    left: auto;
    bottom: 0;
    left: 0;
    width: 56.25vw;
    z-index: 2; }
  .index__layout-right {
    position: absolute;
    z-index: 1;
    top: auto;
    left: auto;
    right: 0;
    bottom: 0;
    width: 36.25vw;
    z-index: 2; }
  .index__no-event {
    position: absolute;
    z-index: 1;
    top: 12.5vw;
    left: 34.375vw;
    width: 35vw; }
    @media (max-width: 991px) {
      .index__no-event {
        width: 100%;
        max-width: 200px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); } }
  .index__logo {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 12.5vw;
    width: 18.75vw; }
    @media (max-width: 991px) {
      .index__logo {
        width: 150px;
        left: 0; } }
    .index__logo img {
      width: 100%; }
  .index__group-button {
    position: absolute;
    z-index: 1;
    top: 2.1875vw;
    left: auto;
    right: 12.5vw;
    z-index: 4; }
    @media (max-width: 991px) {
      .index__group-button {
        right: 15px;
        top: 15px; } }
  .index__group-button-login {
    position: absolute;
    z-index: 1;
    top: 2.1875vw;
    left: auto;
    right: 12.5vw;
    display: flex;
    flex-direction: row; }
    @media (max-width: 991px) {
      .index__group-button-login {
        right: 15px;
        top: 15px;
        flex-direction: column; } }
  .index__register {
    padding: 0.9375vw 1.5625vw;
    padding-bottom: 1.25vw;
    border: 1px solid #347ed0;
    border-radius: 3.125vw;
    font-family: "iciel-Cadena";
    font-size: 1.25vw;
    outline: none;
    display: inline-block;
    background: #fff;
    color: #347ed0; }
    @media (max-width: 991px) {
      .index__register {
        font-size: 14px;
        padding: 5px 15px; } }
    .index__register:hover {
      color: #347ed0; }
  .index__login {
    padding: 0.9375vw 1.5625vw;
    padding-bottom: 1.25vw;
    border: 1px solid #347ed0;
    border-radius: 3.125vw;
    font-family: "iciel-Cadena";
    font-size: 1.25vw;
    outline: none;
    display: inline-block;
    background: #347ed0;
    color: #fff;
    margin-left: 0.9375vw;
    position: relative;
    cursor: pointer; }
    @media (max-width: 991px) {
      .index__login {
        font-size: 14px;
        padding: 5px 15px; } }
    .index__login:hover {
      color: #fff; }
    .index__login:hover .index__login-wrap {
      opacity: 1; }
  .index__login-wrap {
    position: absolute;
    top: 100%;
    left: calc(50% + 3.125vw);
    transform: translate(-50%, 0);
    padding-top: 10px;
    padding-bottom: 10px;
    white-space: nowrap;
    opacity: 0;
    transition: all 0.5s;
    z-index: 3; }
    @media (max-width: 991px) {
      .index__login-wrap {
        right: 0;
        left: auto;
        transform: translate(0, 0); } }
    .index__login-wrap a {
      padding: 0.9375vw 1.5625vw;
      padding-bottom: 1.25vw;
      border: 1px solid #347ed0;
      border-radius: 3.125vw;
      font-family: "iciel-Cadena";
      font-size: 1.25vw;
      outline: none;
      display: inline-block;
      background: #fff;
      color: #347ed0;
      white-space: nowrap;
      margin-left: 5px;
      margin-right: 5px; }
      @media (max-width: 991px) {
        .index__login-wrap a {
          font-size: 14px;
          padding: 5px 15px; } }
      .index__login-wrap a:hover {
        color: #347ed0; }
  .index__main-site-button {
    position: absolute;
    z-index: 1;
    top: auto;
    left: 50%;
    bottom: 6.25vw;
    transform: translate(-50%, 0);
    z-index: 3;
    padding: 0.9375vw 1.5625vw;
    padding-bottom: 1.25vw;
    border: 1px solid #347ed0;
    border-radius: 3.125vw;
    font-family: "iciel-Cadena";
    font-size: 1.25vw;
    outline: none;
    display: inline-block;
    background: #347ed0;
    color: #fff;
    background: #4f96ee;
    background: linear-gradient(180deg, #4f96ee 0%, #3609c0 100%); }
    @media (max-width: 991px) {
      .index__main-site-button {
        font-size: 14px;
        padding: 5px 15px; } }
    .index__main-site-button:hover {
      color: #fff; }
  .index__edit-profile {
    padding: 0.9375vw 1.5625vw;
    padding-bottom: 1.25vw;
    border: 1px solid #347ed0;
    border-radius: 3.125vw;
    font-family: "iciel-Cadena";
    font-size: 1.25vw;
    outline: none;
    display: inline-block;
    background: #fff;
    color: #347ed0;
    margin-right: 10px; }
    @media (max-width: 991px) {
      .index__edit-profile {
        font-size: 14px;
        padding: 5px 15px; } }
    .index__edit-profile:hover {
      color: #347ed0; }
    @media (max-width: 991px) {
      .index__edit-profile {
        margin-bottom: 10px; } }
  .index__profile {
    display: flex;
    flex-direction: row;
    align-items: center; }
    @media (max-width: 991px) {
      .index__profile {
        font-size: 14px;
        left: auto;
        right: 15px;
        top: 15px;
        text-align: right; } }
    .index__profile img {
      width: 4.0625vw;
      height: 4.0625vw;
      border-radius: 50%;
      margin-right: 0.3125vw; }
      @media (max-width: 991px) {
        .index__profile img {
          width: 30px;
          height: 30px;
          margin-right: 5px; } }
    .index__profile span {
      color: "koni-black";
      text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
      color: #ffb515; }
  .index__border {
    background-image: url("/images/border.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 46.875vw;
    min-height: 42.5vw;
    z-index: 4;
    top: calc(50% + 15px);
    min-height: 34.375vw;
    z-index: 4; }
    @media (max-width: 991px) {
      .index__border {
        width: calc(100% - 30px);
        height: auto;
        padding: 20px;
        padding-top: 30px; } }
  .index__text-event {
    font-family: "iciel-Cadena";
    font-size: 2.8125vw;
    color: #eb2d00;
    text-align: center;
    margin-top: 1.25vw; }
    @media (max-width: 991px) {
      .index__text-event {
        font-size: 18px;
        margin-top: 15px; } }
  .index__des {
    width: 38.75vw;
    margin: 0 auto;
    background-image: url("/images/label.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    text-align: center; }
    @media (max-width: 991px) {
      .index__des {
        width: 100%;
        max-width: 300px;
        min-height: 50px;
        margin-top: 10px; } }
    .index__des span {
      display: inline-block;
      font-size: 3.4375vw;
      color: #fff;
      text-align: center;
      padding-left: 6.875vw;
      padding-right: 6.875vw;
      padding-bottom: 2.1875vw;
      line-height: 1; }
      @media (max-width: 991px) {
        .index__des span {
          font-size: 24px; } }
  .index__text-countdown {
    font-size: 1.875vw;
    font-family: "iciel-Cadena";
    color: #ffb515;
    text-align: center;
    margin-top: -0.625vw; }
    @media (max-width: 991px) {
      .index__text-countdown {
        font-size: 18px;
        margin-top: 0; } }
  .index__number-countdown {
    font-size: 6.25vw;
    text-align: center;
    line-height: 1;
    font-family: "iciel-Cadena";
    color: #347ed0;
    margin-bottom: 1.875vw; }
    @media (max-width: 991px) {
      .index__number-countdown {
        font-size: 32px;
        margin-bottom: 30px; } }
  .index__login-fb {
    position: relative;
    z-index: 4;
    max-width: 29.375vw;
    margin: 0 auto;
    display: block; }
    @media (max-width: 991px) {
      .index__login-fb {
        max-width: 200px;
        width: 100%; } }
    .index__login-fb img {
      width: 100%; }
  .index__guide-button {
    padding: 0.9375vw 1.5625vw;
    padding-bottom: 1.25vw;
    border: 1px solid #347ed0;
    border-radius: 3.125vw;
    font-family: "iciel-Cadena";
    font-size: 1.25vw;
    outline: none;
    display: inline-block;
    background: #347ed0;
    color: #fff;
    background: #4f96ee;
    background: linear-gradient(180deg, #4f96ee 0%, #3609c0 100%);
    padding: 0.625vw 2.1875vw;
    padding-bottom: 0.8125vw;
    margin: 0 auto;
    display: block;
    margin-top: 2.1875vw; }
    @media (max-width: 991px) {
      .index__guide-button {
        font-size: 14px;
        padding: 5px 15px; } }
    .index__guide-button:hover {
      color: #fff; }
    @media (max-width: 991px) {
      .index__guide-button {
        margin-top: 15px;
        margin-bottom: 25px; } }
  .index__has-event-login {
    background-image: url("/images/border.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 46.875vw;
    min-height: 42.5vw;
    z-index: 4;
    padding-top: 3.125vw;
    padding-left: 2.5vw;
    padding-right: 3.125vw;
    padding-bottom: 1.875vw; }
    @media (max-width: 991px) {
      .index__has-event-login {
        width: calc(100% - 30px);
        height: auto;
        padding: 20px;
        padding-top: 30px; } }
  .index__has-event-login-close {
    position: absolute;
    z-index: 1;
    top: 2.1875vw;
    left: auto;
    right: 2.1875vw;
    width: 2.8125vw;
    background: transparent;
    outline: none;
    box-shadow: none;
    border: none; }
    @media (max-width: 991px) {
      .index__has-event-login-close {
        width: 20px;
        padding: 0;
        right: 15px;
        top: 15px; } }
    .index__has-event-login-close::placeholder {
      color: #c1c1c1;
      font-size: 1.25vw; }
      @media (max-width: 991px) {
        .index__has-event-login-close::placeholder {
          font-size: 14px; } }
  .index__has-event-login-title {
    font-size: 2.125vw;
    font-family: "iciel-Cadena";
    color: #347ed0;
    text-transform: uppercase;
    margin-bottom: 2.5vw; }
    @media (max-width: 991px) {
      .index__has-event-login-title {
        font-size: 18px; } }
  .index__input {
    background: transparent;
    outline: none;
    box-shadow: none;
    border: none;
    height: 3.4375vw;
    width: 100%;
    padding: 0.9375vw 1.875vw;
    padding-bottom: 1.125vw;
    font-size: 1.25vw;
    color: #000;
    background: #eeeff5;
    border-radius: 3.4375vw;
    margin-bottom: 1.875vw; }
    .index__input::placeholder {
      color: #c1c1c1;
      font-size: 1.25vw; }
      @media (max-width: 991px) {
        .index__input::placeholder {
          font-size: 14px; } }
    @media (max-width: 991px) {
      .index__input {
        font-size: 14px;
        padding: 5px 15px;
        height: auto;
        margin-bottom: 10px; } }
  .index__input-note {
    height: 10.625vw;
    resize: none;
    border-radius: 1.875vw; }
  .index__form-submit {
    background: transparent;
    outline: none;
    box-shadow: none;
    border: none;
    margin: 0 auto;
    max-width: 10vw;
    display: block; }
    .index__form-submit::placeholder {
      color: #c1c1c1;
      font-size: 1.25vw; }
      @media (max-width: 991px) {
        .index__form-submit::placeholder {
          font-size: 14px; } }
    @media (max-width: 991px) {
      .index__form-submit {
        max-width: 80px;
        margin-top: 10px; } }
  .index__guide {
    background-image: url("/images/border.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 46.875vw;
    min-height: 42.5vw;
    z-index: 4;
    padding-top: 1.25vw;
    padding-bottom: 1.25vw;
    padding-left: 2.5vw;
    padding-right: 2.5vw; }
    @media (max-width: 991px) {
      .index__guide {
        width: calc(100% - 30px);
        height: auto;
        padding: 20px;
        padding-top: 30px; } }
  .index__guide-close {
    position: absolute;
    z-index: 1;
    top: 2.1875vw;
    left: auto;
    right: 2.1875vw;
    width: 2.8125vw; }
    @media (max-width: 991px) {
      .index__guide-close {
        width: 20px;
        padding: 0;
        right: 15px;
        top: 15px; } }
  .index__button-guide {
    background: transparent;
    outline: none;
    box-shadow: none;
    border: none;
    background-image: url("/images/background-button.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-top: 0.9375vw;
    padding-bottom: 1.25vw;
    min-width: 12.5vw;
    margin: 0 auto;
    display: block;
    font-size: 2.125vw;
    text-transform: uppercase;
    margin-top: 0.625vw;
    margin-bottom: 1.5625vw;
    color: #fff;
    cursor: default; }
    .index__button-guide::placeholder {
      color: #c1c1c1;
      font-size: 1.25vw; }
      @media (max-width: 991px) {
        .index__button-guide::placeholder {
          font-size: 14px; } }
    @media (max-width: 991px) {
      .index__button-guide {
        margin-top: 10px;
        font-size: 14px;
        padding: 5px 15px;
        margin-bottom: 15px; } }
  .index__guide-content {
    width: 100%;
    height: 28.125vw;
    background: #eeeff5;
    padding: 1.25vw;
    border-radius: 2.1875vw;
    color: #0e1852;
    overflow: hidden;
    position: relative;
    overflow-wrap: break-word; }
    @media (max-width: 991px) {
      .index__guide-content {
        font-size: 14px;
        height: 300px;
        max-height: 300px;
        padding: 10px;
        padding-right: 0; } }
  .index__guide-content-view {
    position: relative;
    width: 100%;
    height: 100%;
    padding-right: 1.875vw; }
    .index__guide-content-view .ps__thumb-y {
      display: block !important;
      width: 10px !important;
      background: #2b3485;
      transform: translate(50%, 0); }
    .index__guide-content-view .ps__rail-y {
      display: block !important;
      opacity: 1 !important;
      background: #9297c0;
      width: 3px !important;
      right: 8px !important; }
    @media (max-width: 991px) {
      .index__guide-content-view {
        padding-right: 20px; } }
  .index__start-event {
    background-image: url("/images/border.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 46.875vw;
    min-height: 42.5vw;
    z-index: 4;
    text-align: center;
    padding: 2.5vw; }
    @media (max-width: 991px) {
      .index__start-event {
        width: calc(100% - 30px);
        height: auto;
        padding: 20px;
        padding-top: 30px; } }
  .index__start-event-number {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 50%;
    background: transparent;
    outline: none;
    box-shadow: none;
    border: none;
    background-image: url("/images/background-button.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transform: translate(-50%, 0);
    font-size: 2.0625vw;
    color: #fff;
    display: inline-block;
    margin: 0 auto;
    margin-top: -1.25vw;
    padding-left: 1.875vw;
    padding-right: 1.875vw;
    padding-top: 0.625vw;
    padding-bottom: 1.125vw;
    text-transform: uppercase; }
    .index__start-event-number::placeholder {
      color: #c1c1c1;
      font-size: 1.25vw; }
      @media (max-width: 991px) {
        .index__start-event-number::placeholder {
          font-size: 14px; } }
    @media (max-width: 991px) {
      .index__start-event-number {
        padding: 5px 15px;
        font-size: 14px;
        margin: 0;
        transform: translate(-50%, -50%); } }
  .index__start-event-wrap {
    background: #eeeff5;
    padding: 1.25vw;
    max-height: 82vh;
    overflow: auto;
    border-radius: 2.1875vw; }
    @media (max-width: 991px) {
      .index__start-event-wrap {
        padding: 10px; } }
  .index__start-event-question {
    font-size: 1.125vw;
    margin-top: 0.625vw;
    font-family: 'Arial';
    color: #0e1852;
    padding-left: 2.5vw;
    padding-right: 2.5vw;
    text-align: left;
    max-height: 7.5vw;
    overflow: auto; }
    @media (max-width: 991px) {
      .index__start-event-question {
        font-size: 14px;
        max-height: 80px;
        margin: 0; } }
  .index__start-event-group-answer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-left: 2.5vw;
    padding-right: 2.5vw;
    padding-top: 1.25vw; }
    @media (max-width: 991px) {
      .index__start-event-group-answer {
        padding: 0; } }
  .index__start-event-answer-radio {
    display: none; }
  .index__start-event-answer {
    width: calc(50% - 10px);
    font-size: 1.1875vw;
    font-family: 'Arial';
    color: #0e1852;
    text-align: left;
    padding-left: 0.9375vw;
    padding-right: 0.9375vw;
    padding-top: 0.625vw;
    padding-bottom: 0.625vw;
    background: #fff;
    border-radius: 1.875vw;
    margin-bottom: 0.625vw; }
    @media (max-width: 991px) {
      .index__start-event-answer {
        font-size: 14px;
        padding: 5px 15px;
        margin-bottom: 10px; } }
  .index__start-event-answer-radio:checked + .index__start-event-answer {
    background: #347ed0;
    color: #fff; }
  .index__start-event-submit-group {
    position: relative;
    margin-bottom: 1.5625vw;
    margin-top: 0.3125vw; }
  .index__start-event-submit {
    padding: 0.9375vw 1.5625vw;
    padding-bottom: 1.25vw;
    border: 1px solid #347ed0;
    border-radius: 3.125vw;
    font-family: "iciel-Cadena";
    font-size: 1.25vw;
    outline: none;
    display: inline-block;
    background: #fff;
    color: #347ed0;
    font-size: 1.25vw; }
    @media (max-width: 991px) {
      .index__start-event-submit {
        font-size: 14px;
        padding: 5px 15px; } }
    .index__start-event-submit:hover {
      color: #347ed0; }
    .index__start-event-submit:disabled {
      opacity: 0.6;
      cursor: no-drop; }
  .index__start-event-time {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    font-family: "koni-black";
    font-size: 2.625vw;
    width: 9.375vw; }
    @media (max-width: 991px) {
      .index__start-event-time {
        font-size: 24px;
        width: auto;
        position: relative; } }
    .index__start-event-time div:nth-child(1) {
      color: #ffb515;
      text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff; }
    .index__start-event-time div:nth-child(2) {
      font-family: "iciel-Cadena";
      font-size: 1vw;
      color: #ffb515; }
      @media (max-width: 991px) {
        .index__start-event-time div:nth-child(2) {
          font-size: 12px; } }
  .index__start-event-summary {
    background-image: url("/images/background-answer.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
    padding-left: 3.125vw;
    padding-right: 3.125vw;
    padding-top: 2.1875vw;
    padding-bottom: 2.1875vw;
    margin-top: 2.5vw; }
    @media (max-width: 991px) {
      .index__start-event-summary {
        padding: 15px;
        margin-top: 30px;
        padding-top: 25px;
        padding-bottom: 30px; } }
  .index__start-event-summary-title {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.125vw;
    font-family: "iciel-Cadena";
    color: #347ed0;
    background: #fff;
    padding: 0.3125vw 0.625vw;
    border-radius: 0.5vw; }
    @media (max-width: 991px) {
      .index__start-event-summary-title {
        font-size: 14px;
        padding: 5px 15px;
        width: auto;
        white-space: nowrap;
        border-radius: 10px; } }
  @media (max-width: 991px) {
    .index__start-event-summary-list {
      max-height: 150px;
      overflow: auto; } }
  .index__start-event-summary-item {
    width: 100%; }
  .index__start-event-summary-question {
    position: relative;
    color: #ffb515;
    text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff; }
    @media (max-width: 991px) {
      .index__start-event-summary-question {
        padding-left: 5px; } }
  .index__start-event-summary-col {
    padding-left: 0.9375vw;
    padding-bottom: 5px; }
    @media (max-width: 991px) {
      .index__start-event-summary-col {
        padding-right: 10px;
        padding-top: 5px; } }
  .index__start-event-summary-answer-item {
    border: 1px dashed #fff;
    border-radius: 3px; }
    @media (max-width: 991px) {
      .index__start-event-summary-answer-item {
        padding: 5px; } }
    @media (max-width: 767px) {
      .index__start-event-summary-answer-item {
        padding: 5px;
        font-size: 12px;
        display: flex;
        flex-direction: column;
        align-items: center; } }
    .index__start-event-summary-answer-item span:nth-child(1) {
      display: inline-block;
      width: 1.875vw;
      height: 1.875vw;
      background: #fff;
      font-size: 1.25vw;
      text-align: center;
      line-height: 1.875vw;
      vertical-align: middle;
      color: #f6aab3;
      margin-right: 0.625vw; }
      @media (max-width: 991px) {
        .index__start-event-summary-answer-item span:nth-child(1) {
          width: 20px;
          height: 20px;
          line-height: 20px;
          font-size: 12px; } }
      @media (max-width: 767px) {
        .index__start-event-summary-answer-item span:nth-child(1) {
          margin-right: 0;
          line-height: unset; } }
    .index__start-event-summary-answer-item span:nth-child(2) {
      display: inline-block;
      vertical-align: middle;
      color: #fff;
      line-height: 1.875vw; }
      @media (max-width: 767px) {
        .index__start-event-summary-answer-item span:nth-child(2) {
          line-height: unset; } }
  .index__thanks {
    background-image: url("/images/border.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 46.875vw;
    min-height: 42.5vw;
    z-index: 4; }
    @media (max-width: 991px) {
      .index__thanks {
        width: calc(100% - 30px);
        height: auto;
        padding: 20px;
        padding-top: 30px; } }
    @media (max-width: 991px) {
      .index__thanks {
        padding-top: 20px;
        width: auto; } }
  .index__thanks-content {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
    width: 37.5vw;
    height: 33.75vw;
    overflow: hidden;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    flex-direction: column; }
    @media (max-width: 991px) {
      .index__thanks-content {
        width: auto;
        height: 100%;
        position: relative;
        transform: translate(0, 0);
        left: 0;
        top: 0; } }
  @media (max-width: 991px) {
    .index__thank-content-img {
      width: 89vw;
      max-width: 548px; } }

.register .index__has-event-login {
  min-height: 33.75vw; }

.login .index__has-event-login {
  min-height: 26.875vw; }

@media (max-width: 991px) {
  #modalAnswers .table {
    font-size: 12px !important; } }

@media (max-width: 991px) {
  #modalAnswers .table th,
  #modalAnswers .table td {
    padding: 3px !important; } }

@media (max-width: 991px) {
  #modalAnswers .label {
    display: block; } }

@media (max-width: 991px) {
  #modalAnswers .modal-body {
    padding: 5px; } }

@media (max-width: 991px) {
  #modalAnswers .modal-footer {
    padding: 5px; } }

@media (max-width: 991px) {
  #modalAnswers .modal-footer .btn {
    padding: 5px;
    font-size: 12px !important; } }
