@charset "UTF-8";
button, [type='button'], [type='reset'], [type='submit'] {
  appearance: none;
  background-color: #1565c0;
  border: 0;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Helvetica";
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 1;
  padding: 0.75em 1.5em;
  text-align: center;
  text-decoration: none;
  transition: background-color 150ms ease;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  position: relative; }
  button:hover, [type='button']:hover, [type='reset']:hover, [type='submit']:hover {
    background-color: #11519a;
    color: #fff; }
  button:focus, [type='button']:focus, [type='reset']:focus, [type='submit']:focus {
    outline: 3px solid rgba(21, 101, 192, 0.6);
    outline-offset: 2px; }
  button:disabled, [type='button']:disabled, [type='reset']:disabled, [type='submit']:disabled {
    cursor: not-allowed;
    opacity: 0.5; }
    button:disabled:hover, [type='button']:disabled:hover, [type='reset']:disabled:hover, [type='submit']:disabled:hover {
      background-color: #1565c0; }

fieldset {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0; }

legend {
  font-weight: 600;
  margin-bottom: 0.375em;
  padding: 0; }

label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.375em; }

input,
select,
textarea {
  display: block;
  font-family: "Helvetica";
  font-size: 16px; }

[type='color'], [type='date'], [type='datetime'], [type='datetime-local'], [type='email'], [type='month'], [type='number'], [type='password'], [type='search'], [type='tel'], [type='text'], [type='time'], [type='url'], [type='week'], input:not([type]), textarea {
  appearance: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.4);
  box-sizing: border-box;
  margin-bottom: 0.75em;
  padding: 0.5em;
  transition: border-color 150ms ease;
  width: 100%; }
  [type='color']:hover, [type='date']:hover, [type='datetime']:hover, [type='datetime-local']:hover, [type='email']:hover, [type='month']:hover, [type='number']:hover, [type='password']:hover, [type='search']:hover, [type='tel']:hover, [type='text']:hover, [type='time']:hover, [type='url']:hover, [type='week']:hover, input:not([type]):hover, textarea:hover {
    border-color: #b1b1b1; }
  [type='color']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='email']:focus, [type='month']:focus, [type='number']:focus, [type='password']:focus, [type='search']:focus, [type='tel']:focus, [type='text']:focus, [type='time']:focus, [type='url']:focus, [type='week']:focus, input:not([type]):focus, textarea:focus {
    border-color: #1565c0;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.4), 0 0 5px rgba(221, 221, 221, 0.7);
    outline: none; }
  [type='color']:disabled, [type='date']:disabled, [type='datetime']:disabled, [type='datetime-local']:disabled, [type='email']:disabled, [type='month']:disabled, [type='number']:disabled, [type='password']:disabled, [type='search']:disabled, [type='tel']:disabled, [type='text']:disabled, [type='time']:disabled, [type='url']:disabled, [type='week']:disabled, input:not([type]):disabled, textarea:disabled {
    background-color: #f2f2f2;
    cursor: not-allowed; }
    [type='color']:disabled:hover, [type='date']:disabled:hover, [type='datetime']:disabled:hover, [type='datetime-local']:disabled:hover, [type='email']:disabled:hover, [type='month']:disabled:hover, [type='number']:disabled:hover, [type='password']:disabled:hover, [type='search']:disabled:hover, [type='tel']:disabled:hover, [type='text']:disabled:hover, [type='time']:disabled:hover, [type='url']:disabled:hover, [type='week']:disabled:hover, input:not([type]):disabled:hover, textarea:disabled:hover {
      border: 1px solid #ddd; }
  [type='color']::placeholder, [type='date']::placeholder, [type='datetime']::placeholder, [type='datetime-local']::placeholder, [type='email']::placeholder, [type='month']::placeholder, [type='number']::placeholder, [type='password']::placeholder, [type='search']::placeholder, [type='tel']::placeholder, [type='text']::placeholder, [type='time']::placeholder, [type='url']::placeholder, [type='week']::placeholder, input:not([type])::placeholder, textarea::placeholder {
    color: #858585; }

textarea {
  resize: vertical; }

[type="checkbox"],
[type="radio"] {
  display: inline;
  margin-right: 0.375em; }

[type="file"] {
  margin-bottom: 0.75em;
  width: 100%; }

select {
  margin-bottom: 0.75em;
  width: 100%; }

[type="checkbox"]:focus,
[type="radio"]:focus,
[type="file"]:focus,
select:focus {
  outline: 3px solid rgba(21, 101, 192, 0.6);
  outline-offset: 2px; }

html {
  box-sizing: border-box; }

*,
*::before,
*::after {
  box-sizing: inherit; }

html,
body {
  height: 100%; }

body {
  margin: 0; }

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0; }

dl {
  margin: 0; }

dt {
  font-weight: 600;
  margin: 0; }

dd {
  margin: 0; }

figure {
  margin: 0; }

img,
picture {
  margin: 0;
  max-width: 100%; }

table {
  border-collapse: collapse;
  margin: 1.5em 0;
  table-layout: fixed;
  text-align: left;
  width: 100%; }

thead {
  line-height: 1.2;
  vertical-align: bottom; }

tbody {
  vertical-align: top; }

tr {
  border-bottom: 1px solid #ddd; }

th {
  font-weight: 600; }

th,
td {
  padding: 0.75em 0.75em 0.75em 0; }

html {
  color: #333;
  font-family: "Helvetica";
  font-size: 100%;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Helvetica";
  font-size: 1.25em;
  line-height: 1.2;
  margin: 0 0 0.75em; }

p {
  margin: 0 0 0.75em; }

a {
  color: #1565c0;
  text-decoration-skip: ink;
  transition: color 150ms ease; }
  a:hover {
    color: #104c90; }
  a:focus {
    outline: 3px solid rgba(21, 101, 192, 0.6);
    outline-offset: 2px; }

hr {
  border-bottom: 1px solid #ddd;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.5em 0; }

.slick-loading .slick-list {
  background: #fff url(//cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/ajax-loader.gif) center center no-repeat; }

@font-face {
  font-family: slick;
  font-weight: 400;
  font-style: normal;
  src: url(//cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/fonts/slick.eot);
  src: url(//cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/fonts/slick.eot?#iefix) format("embedded-opentype"), url(//cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/fonts/slick.woff) format("woff"), url(//cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/fonts/slick.ttf) format("truetype"), url(//cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/fonts/slick.svg#slick) format("svg"); }

.slick-next, .slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: 0;
  background: 0 0; }

.slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover {
  color: transparent;
  outline: 0;
  background: 0 0; }

.slick-next:focus:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-prev:hover:before {
  opacity: 1; }

.slick-next.slick-disabled:before, .slick-prev.slick-disabled:before {
  opacity: .25; }

.slick-next:before, .slick-prev:before {
  font-family: slick;
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto; }

.slick-prev:before {
  content: '←'; }

[dir=rtl] .slick-prev:before {
  content: '→'; }

.slick-next {
  right: -25px; }

[dir=rtl] .slick-next {
  right: auto;
  left: -25px; }

.slick-next:before {
  content: '→'; }

[dir=rtl] .slick-next:before {
  content: '←'; }

.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center; }

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0 0; }

.slick-dots li button:focus, .slick-dots li button:hover {
  outline: 0; }

.slick-dots li button:focus:before, .slick-dots li button:hover:before {
  opacity: 1; }

.slick-dots li button:before {
  font-family: slick;
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: #000; }

/*# sourceMappingURL=slick-theme.min.css.map */
.ip_wrapper {
  background-color: #408940;
  overflow: hidden; }
  .ip_wrapper .sky {
    background: #f8eb89;
    background: -moz-linear-gradient(0deg, #f8eb89 40%, #76b9fc 100%);
    background: -webkit-linear-gradient(0deg, #f8eb89 40%, #76b9fc 100%);
    background: linear-gradient(0deg, #f8eb89 40%, #76b9fc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f8eb89",endColorstr="#76b9fc",GradientType=1); }
  .ip_wrapper .inner {
    margin: auto; }
  .ip_wrapper .intro .inner, .ip_wrapper .outro .inner {
    max-width: 900px;
    color: #fff; }
  .ip_wrapper .intro {
    text-align: center;
    padding: 40px 0; }
    .ip_wrapper .intro h1 {
      font-size: 2.5em; }
  .ip_wrapper .scene._1 {
    background-image: url(../img/bg1@2x.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom center;
    padding: 1px; }
    .ip_wrapper .scene._1 .box {
      max-width: 900px;
      margin: auto;
      margin-bottom: 18%;
      background: #FFE302;
      color: #000;
      padding: 1px; }
      @media screen and (max-width: 940px) {
        .ip_wrapper .scene._1 .box {
          margin: 0 20px 18% 20px; } }
      .ip_wrapper .scene._1 .box.s1 .state._1 {
        display: block; }
      .ip_wrapper .scene._1 .box.s1 .state._2 {
        display: none; }
      .ip_wrapper .scene._1 .box.s2 .state._1 {
        display: none; }
      .ip_wrapper .scene._1 .box.s2 .state._2 {
        display: block; }
      .ip_wrapper .scene._1 .box .box_inner {
        margin: 10px;
        border: 9px solid #000;
        padding: 1em;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        min-height: 400px; }
        .ip_wrapper .scene._1 .box .box_inner .state {
          width: 100%; }
          .ip_wrapper .scene._1 .box .box_inner .state._1 .row {
            display: flex;
            justify-content: space-around;
            text-align: center;
            margin: 2em 0; }
            @media screen and (max-width: 500px) {
              .ip_wrapper .scene._1 .box .box_inner .state._1 .row {
                display: block; }
                .ip_wrapper .scene._1 .box .box_inner .state._1 .row .col {
                  margin: 2em auto; } }
          .ip_wrapper .scene._1 .box .box_inner .state._1 .col {
            margin: 0 10px;
            max-width: 300px; }
            .ip_wrapper .scene._1 .box .box_inner .state._1 .col .time {
              display: flex; }
              .ip_wrapper .scene._1 .box .box_inner .state._1 .col .time input {
                width: 50%;
                margin: 0 5px;
                background-color: #fff;
                border: 0;
                padding: 1em 0.5em;
                text-align: left;
                border-radius: 50px;
                padding-left: 1.5em; }
            .ip_wrapper .scene._1 .box .box_inner .state._1 .col .genres {
              text-align: left; }
              .ip_wrapper .scene._1 .box .box_inner .state._1 .col .genres li.placeholder {
                position: relative;
                max-width: 200px;
                margin: auto; }
                .ip_wrapper .scene._1 .box .box_inner .state._1 .col .genres li.placeholder span {
                  display: block;
                  background-color: #fff;
                  border-radius: 50px;
                  padding: 1em 1.5em;
                  color: grey;
                  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.4), 0 0 5px rgba(221, 221, 221, 0.7); }
                  .ip_wrapper .scene._1 .box .box_inner .state._1 .col .genres li.placeholder span:after {
                    height: 25px;
                    width: 25px;
                    content: "";
                    float: right;
                    background-image: url(../img/arrow.svg);
                    background-size: cover; }
                .ip_wrapper .scene._1 .box .box_inner .state._1 .col .genres li.placeholder:hover ul {
                  position: absolute;
                  display: block;
                  background-color: #fff;
                  color: grey;
                  width: 100%;
                  border-radius: 25px;
                  margin-top: 2px;
                  border: 1px solid #FC2743;
                  z-index: 2; }
                  .ip_wrapper .scene._1 .box .box_inner .state._1 .col .genres li.placeholder:hover ul li {
                    padding: 0.5em 1em;
                    cursor: pointer; }
                    .ip_wrapper .scene._1 .box .box_inner .state._1 .col .genres li.placeholder:hover ul li.active {
                      font-weight: 700;
                      color: #FC2743; }
              .ip_wrapper .scene._1 .box .box_inner .state._1 .col .genres ul.dropdown {
                display: none;
                z-index: 1; }
          .ip_wrapper .scene._1 .box .box_inner .state._1 button {
            width: 200px;
            margin: auto;
            display: block;
            padding: 10px; }
            .ip_wrapper .scene._1 .box .box_inner .state._1 button:after {
              content: "";
              height: 20px;
              width: 25px;
              display: block;
              float: right;
              background-image: url(../img/icon-headphones-white.svg);
              background-size: cover;
              margin-left: 10px;
              margin-top: -4px; }
          .ip_wrapper .scene._1 .box .box_inner .state._2 {
            text-align: center;
            padding-top: 20px; }
            .ip_wrapper .scene._1 .box .box_inner .state._2 .row.quote {
              font-size: 1.3em;
              font-weight: 700; }
            .ip_wrapper .scene._1 .box .box_inner .state._2 .row.result {
              display: flex;
              margin: 2em 0 1em; }
              .ip_wrapper .scene._1 .box .box_inner .state._2 .row.result p {
                text-align: left;
                margin: 0; }
              .ip_wrapper .scene._1 .box .box_inner .state._2 .row.result .col {
                width: calc(100% /2);
                margin: 0 10px;
                display: flex;
                align-items: center; }
                .ip_wrapper .scene._1 .box .box_inner .state._2 .row.result .col ul {
                  display: flex;
                  justify-content: center;
                  align-items: center;
                  margin-right: 10px; }
                .ip_wrapper .scene._1 .box .box_inner .state._2 .row.result .col li {
                  margin: 0 10px; }
                  .ip_wrapper .scene._1 .box .box_inner .state._2 .row.result .col li span {
                    font-weight: 700;
                    font-size: 4em; }
                .ip_wrapper .scene._1 .box .box_inner .state._2 .row.result .col img {
                  width: 50px; }
                .ip_wrapper .scene._1 .box .box_inner .state._2 .row.result .col > div {
                  flex: 1 1; }
              @media screen and (max-width: 700px) {
                .ip_wrapper .scene._1 .box .box_inner .state._2 .row.result {
                  flex-wrap: wrap;
                  margin: 20px 0; }
                  .ip_wrapper .scene._1 .box .box_inner .state._2 .row.result .col {
                    width: 100%;
                    flex-direction: column;
                    margin: 0 0 20px; }
                    .ip_wrapper .scene._1 .box .box_inner .state._2 .row.result .col > * {
                      margin: 0 !important;
                      justify-content: center !important; }
                      .ip_wrapper .scene._1 .box .box_inner .state._2 .row.result .col > * p {
                        text-align: center;
                        margin: 0; } }
            .ip_wrapper .scene._1 .box .box_inner .state._2 .row.audiobooks {
              box-sizing: initial;
              width: 100%;
              text-align: center; }
              .ip_wrapper .scene._1 .box .box_inner .state._2 .row.audiobooks h3 {
                font-weight: 400;
                font-size: 1em;
                margin: 0 0 2em; }
              .ip_wrapper .scene._1 .box .box_inner .state._2 .row.audiobooks .slider {
                max-width: calc(100% - 20px);
                margin: auto; }
                .ip_wrapper .scene._1 .box .box_inner .state._2 .row.audiobooks .slider .error {
                  font-style: italic;
                  font-weight: 700; }
                .ip_wrapper .scene._1 .box .box_inner .state._2 .row.audiobooks .slider button {
                  background-color: #FC2743; }
                .ip_wrapper .scene._1 .box .box_inner .state._2 .row.audiobooks .slider .slide {
                  background-color: #fff;
                  margin: 0 10px;
                  padding: 10px;
                  min-height: 150px;
                  width: calc(100% - 20px) !important;
                  box-shadow: 1px 1px 2px -1px rgba(0, 0, 0, 0.5); }
                  .ip_wrapper .scene._1 .box .box_inner .state._2 .row.audiobooks .slider .slide .time {
                    font-weight: 100;
                    font-size: 1.4em; }
                  .ip_wrapper .scene._1 .box .box_inner .state._2 .row.audiobooks .slider .slide .title {
                    font-weight: 700;
                    margin: 0;
                    color: #FC2743; }
                  .ip_wrapper .scene._1 .box .box_inner .state._2 .row.audiobooks .slider .slide .author {
                    font-size: 0.8em;
                    font-weight: 100; }
            .ip_wrapper .scene._1 .box .box_inner .state._2 .row.back {
              text-align: center;
              padding: 20px 0 0; }
      .ip_wrapper .scene._1 .box button {
        background: #FC2743;
        text-align: center;
        border-radius: 50px;
        padding: 1em 2em;
        z-index: 1;
        margin: 20px auto; }
    @media screen and (max-width: 700px) {
      .ip_wrapper .scene._1 {
        background-size: 140%; }
        .ip_wrapper .scene._1 .box {
          width: 91%;
          margin-bottom: 27%; } }
  .ip_wrapper .scene-wrap {
    position: relative;
    margin-top: -9%;
    margin-bottom: 40%; }
    .ip_wrapper .scene-wrap .scene {
      position: absolute;
      background-size: 100%;
      background-position: top center;
      height: 0;
      width: 100%; }
      .ip_wrapper .scene-wrap .scene._2 {
        padding-bottom: 70.3371488033%;
        background-image: url(../img/bg2@2x.png); }
      .ip_wrapper .scene-wrap .scene._3 {
        padding-bottom: 23.7214137214%;
        margin-top: 5%;
        background-image: url(../img/bg3@2x.png); }
      .ip_wrapper .scene-wrap .scene._4 {
        padding-bottom: 50.4380853278%;
        margin-top: -5%;
        background-image: url(../img/bg4@2x.png); }
    @media screen and (max-width: 800px) {
      .ip_wrapper .scene-wrap .scene {
        transform: none !important; } }
  .ip_wrapper .outro {
    position: relative;
    z-index: 1;
    margin-bottom: 80px;
    padding: 0 20px;
    overflow: hidden;
    text-align: center; }
    .ip_wrapper .outro a {
      color: #fff; }
    @media screen and (max-width: 800px) {
      .ip_wrapper .outro {
        margin: 0 !important;
        padding: 40px 20px; } }
