
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}

html {
  font-size: 16px;
}
body {
  font-family: "abcmouse-sans", sans-serif;
  font-weight: 100;
  position: relative;
}
h1, h2, h3, h4, h5, h6, p {
  padding: 0;
  margin: 0;
  font-weight: 100;
}
a {
  text-decoration: none;
}
.link, a.link {
  color: #1178cc;
}
.link:hover,
a.link:hover {
  text-decoration: underline;
}
.link.active,
a.link.active {
  color: #048eff;
}
textarea {
  resize: none;
}
.asf-textarea {
  min-height: 120px;
}
.asf-label {
  color: #565656;
}
.asf-title1 {
  font-size: 1.7rem;
  margin-bottom: 1.5rem;
}
.asf-title2 {
  font-size: 1.4rem;
  color: #656565;
  margin-bottom: 0.5rem;
}
.asf-title3 {
  font-size: 1.2rem;
  color: #656565;
  margin-bottom: 0.5rem;
}
.asf-p1 {
  font-size: 1.2rem;
  line-height: 1.5rem;
}
.asf-p2 {
  font-size: 1rem;
}
.asf-icon--info {
  width: 1.3rem;
}
.asf-title2.alert,
.asf-title3.alert,
.asf-title1.alert,
.asf-p1.alert {
  color: #ff0000;
}
.asf-btn,
.asf-btn--primary,
.asf-btn--default {
  border-radius: 1.5rem;
  background: transparent;
  cursor: pointer;
  border: none;
  text-align: center;
  padding: 0.7rem 3rem;
  font-size: 1.2rem;
  font-weight: 100;
  line-height: 1;
  display: inline-block;
}
.asf-btn--primary[disabled="disabled"] {
  background-color: #619DCC;
  opacity: 1;
}
.asf-btn:hover,
.asf-btn--primary:hover,
.asf-btn--default:hover {
  /*opacity: 0.8;*/
}
.asf-btn--primary:active {
  background-color: #619DCC;
}
button:focus,
.asf-btn:focus,
.asf-btn--primary:focus,
.asf-btn--default:focus {
  outline: 0;
}
.asf-btn--default {
  border: 1px solid #1178cc;
  color: #1178cc;
}
.asf-btn--primary {
  background-color: #1178cc;
  color: #fff;
}
.asf-flex {
  display: flex;
}
.asf-error-message {
  display: none;
  padding: 20px;
  color: #ff0000;
  border: 1px solid #ff0000;
  box-sizing: border-box;
  width: 100%;
  text-align: center;
  position: relative;
}
.asf-error-message.visible {
  display: block;
}
.asf-error-message__close {
  position: absolute;
  top: 0;
  right: 0.4rem;
  font-size: 1.6rem;
}
.asf-error-message__close a {
  color: #ff0000;
}
.asf-text-input {
  background-color: #eaf4fb;
  color: #565656;
  border: none;
  padding: 1rem;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 0.5rem;
  font-weight: 100;
}
.asf-text-input.disabled,
.asf-text-input[disabled="disabled"] {
  background-color: #f2f0ef;
}
.asf-text-input.last {
  margin-bottom: 0;
}
.asf-text-input::-webkit-input-placeholder {
  font-weight: 100;
  color: #1178cc;
}
.asf-text-input::-moz-placeholder {
  font-weight: 100;
  color: #1178cc;
  opacity: 1;
}
.asf-text-input:-ms-input-placeholder {
  font-weight: 100;
  color: #1178cc;
}
.asf-text-input:-moz-placeholder {
  font-weight: 100;
  color: #1178cc;
}
/* alert states */
.asf-text-input.alert {
  color: #ff0000;
}
.asf-text-input.alert::-webkit-input-placeholder {
  color: #ff0000;
}
.asf-text-input.alert::-moz-placeholder {
  color: #ff0000;
}
.asf-text-input.alert:-ms-input-placeholder {
  color: #ff0000;
}
.asf-text-input.alert:-moz-placeholder {
  color: #ff0000;
}
.asf-page {
  max-width: 100%;
  overflow: hidden;
  position: relative;
}
.asf-header {
  text-align: center;
  padding: 15px 0;
  box-sizing: border-box;
}
.asf-header > img {
  width: 280px;
}
.asf-page-title {
  background-color: #1178cc;
  padding: 20px 24px;
  color: #fff;
  text-align: center;
  margin-bottom: 1.5rem;
  box-sizing: border-box;
}
.asf-lang {
  margin-left: auto;
  color: #656565;
}
.asf-contact-form {
  width: 500px;
  margin: 0 auto;
  box-sizing: border-box;
}
.asf-contact-form.hidden {
  display: none;
}
.asf-contact-form__stores {
  display: none;
  margin-top: 0.5rem;
}
.asf-contact-form__store-labels {
  display: flex;
  flex-wrap: wrap;
}
.asf-contact-form__store-labels label {
  margin-right: 1rem;
}
.asf-contact-form__stores.visible {
  display: block;
}
.asf-contact-form__row {
  margin-bottom: 1.5rem;
}
.asf-contact-form__row.last {
  margin-bottom: 0;
}
.asf-contact-form__platforms {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: calc(100% - 2.5rem);
}
.asf-contact-form__platforms input,
.asf-contact-form__stores input {
  border-radius: 100%;
  margin-right: 0.5rem;
  position: relative;
  top: -1px;
}
.asf-contact-form__platforms label,
.asf-contact-form__stores label {
  display: flex;
  align-items: center;
  font-size: 1.1rem;
}
.asf-contact-form__stores label {
  margin-bottom: 0.5rem;
}
.asf-contact-form__stores label:last-child {
  margin-right: 0;
}
label.alert {
  color: #ff0000;
}
.asf-contact-form__id {
  display: flex;
  align-items: center;
  margin-top: 0.5rem;
}
.asf-contact-form__id input {
  margin-right: 0.5rem;
}
.asf-contact-form__id a {
  line-height: 0;
}
.asf-contact-form__actions {
  padding: 1rem 0;
  display: flex;
  justify-content: flex-end;
}
.asf-contact-form__actions input {
  margin-right: 0.5rem;
}
.asf-contact-form__actions input:last-of-type {
  margin-right: 0;
}
.asf-with-spinner {
  position: relative;
}
.asf-backdrop {
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  align-items: center;
  justify-content: center;
}
body.overflow-hidden {
  overflow: hidden;
}
.asf-backdrop.visible {
  display: flex;
}
.asf-popup {
  background-color: #fff;
  position: relative;
  border-radius: 1.3rem;
  width: 690px;
  box-sizing: border-box;
  overflow: hidden;
  max-height: calc(100vh - 1.5rem);
  height: 680px;
  padding: 3rem 0.6rem 2rem 2rem;
}
.asf-popup__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  overflow: scroll;
  position: relative;
}
.asf-popup__body {
  position: absolute;
  top: 0;
  padding-right: 1rem;
}

.asf-popup header > .asf-title1 {
  width: 75%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 1.5rem;
}
.asf-popup ol > li {
  margin-bottom: 0.3rem;
}
.asf-popup ol {
  margin-bottom: 2rem;
  padding-left: 0;
  margin-left: 0;
  padding-left: 1.6rem;
  margin-top: 0;
}
.asf-popup ol:last-child {
  margin-bottom: 0;
}
.asf-popup__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
}
.asf-popup__close img {
  width: 1rem;
}
.mb0 {
  margin-bottom: 0;
}
.mb1 {
  margin-bottom: 1rem;
}
.mb2 {
  margin-bottom: 1.5rem;
}
.text-center {
  text-align: center;
}
@media(min-width: 501px) {
  .asf-popup__inner {
    overflow-x: hidden;
  }
}

@media(max-width: 500px) {
  .asf-page-title {
    padding: 20px 15px 20px 24px;
  }
  .asf-page-title .asf-title1 {
    margin-bottom: 0.5rem;
  }
  .asf-page-title > p {
    text-align: left;
  }
  .asf-contact-form {
    width: 100%;
    padding: 0 1.5rem;
  }
  .asf-contact-form__actions {
    justify-content: center;
  }
  .asf-contact-form__platforms {
    width: 100%;
  }
  .asf-contact-form__platforms label {
    margin-bottom: 0.4rem;
  }
  .asf-contact-form__platforms input,
  .asf-contact-form__stores input {
    width: 2rem;
    height: 2rem;
    margin-right: 0.3rem;
  }
  .asf-icon--info {
    width: 1.9rem;
  }
  .asf-popup {
    padding: 1rem;
    width: calc(100% - 1rem);
    height: 440px;
    max-height: calc(100vh - 1rem);
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .asf-popup .asf-p1 {
    font-size: 1rem;
  }
  .asf-popup .asf-title2 {
    font-size: 1.2rem;
  }
  .asf-popup header > .asf-title1 {
    font-size: 1.3rem;
    width: calc(100% - 3rem);
  }
}
@media(max-width: 690px) {
  .asf-popup {
    width: calc(100vw - 1.5rem);
  }
}

/* spinner */
.sk-fading-circle {
  margin: 0;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 1rem;
  top: 0.6rem;
}
.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.sk-fading-circle .sk-circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sk-circleFadeDelay 550ms infinite ease-in-out both;
          animation: sk-circleFadeDelay 550ms infinite ease-in-out both;
}
.sk-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg);
}
.sk-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg);
}
.sk-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.sk-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
          transform: rotate(120deg);
}
.sk-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
          transform: rotate(150deg);
}
.sk-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.sk-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
      -ms-transform: rotate(210deg);
          transform: rotate(210deg);
}
.sk-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
      -ms-transform: rotate(240deg);
          transform: rotate(240deg);
}
.sk-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
}
.sk-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
      -ms-transform: rotate(300deg);
          transform: rotate(300deg);
}
.sk-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
      -ms-transform: rotate(330deg);
          transform: rotate(330deg);
}
.sk-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -500ms;
          animation-delay: -500ms;
}
.sk-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -450ms;
          animation-delay: -450ms;
}
.sk-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -400ms;
          animation-delay: -400ms;
}
.sk-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -350ms;
          animation-delay: -350ms;
}
.sk-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -300ms;
          animation-delay: -300ms;
}
.sk-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -250ms;
          animation-delay: -250ms;
}
.sk-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -200ms;
          animation-delay: -200ms;
}
.sk-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -150ms;
          animation-delay: -150ms;
}
.sk-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -100ms;
          animation-delay: -100ms;
}
.sk-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -50ms;
          animation-delay: -50ms;
}
.sk-fading-circle .sk-circle12:before {
  -webkit-animation-delay: 0ms;
          animation-delay: 0ms;
}
@-webkit-keyframes sk-circleFadeDelay {
  0%, 39%, 100% { opacity: 0; }
  40% { opacity: 1; }
}
@keyframes sk-circleFadeDelay {
  0%, 39%, 100% { opacity: 0; }
  40% { opacity: 1; }
}
