@font-face {
  font-family: "HVNeue";
  src: url("../../fonts/HelveticaNeue.ttc") format("truetype");
}
@font-face {
  font-family: "CNBold";
  src: url("../../fonts/cabrito/CabritoNormBold.otf") format("opentype");
}
@font-face {
  font-family: "CCEBold";
  src: url("../../fonts/cabrito/CabritoCondExBold.otf") format("opentype");
}
@font-face {
  font-family: "CNEBold";
  src: url("../../fonts/cabrito/CabritoNormExBold.otf") format("opentype");
}
* {
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
}

li {
  list-style-position: inside;
  text-indent: -1.4em;
  padding: 0 0 0 1.4em;
}

form, img {
  width: 100%;
}

form .input {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 10px 0;
}
form .input input {
  border: none;
  background-color: #EEE;
  padding-left: 10px;
  box-sizing: border-box;
  height: 30px;
  flex: 1 0 auto;
}
form .input .input-label {
  width: 40%;
  font-size: 0.8em;
}
form .input .input-label:last-child {
  width: 80%;
}
form .btn-submit {
  background-color: #145897;
  color: white;
  padding: 10px;
  border-radius: 10px;
  border: none;
  width: 100%;
  cursor: pointer;
}
form .btn-submit:hover {
  background-color: #1a72c4;
}
form .btn-submit:focus {
  background-color: #0e3e6a;
}

section {
  margin-top: 10px;
  padding: 0 30px;
}
@media screen and (min-width: 1024px) and (max-width: 1920px) {
  section {
    padding: 0 100px;
  }
}
@media screen and (min-width: 1920px) {
  section {
    padding: 0 150px;
  }
}

.dark-screen {
  position: fixed;
  width: 100%;
  height: 200vh;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 100;
  display: none;
}

header {
  z-index: 10;
  width: 100%;
  box-sizing: border-box;
  position: absolute;
  display: flex;
  justify-content: space-between;
  padding: 15px;
}
header .h-logo img {
  width: 100px;
}
@media screen and (min-width: 1024px) and (max-width: 1920px) {
  header .h-logo img {
    width: 130px;
  }
}
@media screen and (min-width: 1920px) {
  header .h-logo img {
    width: 200px;
  }
}
header .h-social {
  text-align: right;
  color: white;
  font-family: CNBold;
}
header .h-social div {
  margin: 3px 0;
}
@media screen and (min-width: 1024px) {
  header .h-social div {
    font-size: 1.2em;
  }
}
header .h-social div a {
  text-decoration: none;
  color: white;
}
header .h-social img {
  width: 25px;
}
@media screen and (min-width: 1024px) {
  header .h-social img {
    width: 35px;
    margin: 0 5px;
  }
}

.top-img-pc {
  z-index: -20;
  display: none;
}
@media screen and (min-width: 1024px) {
  .top-img-pc {
    display: block;
  }
}

.top-img-mobile {
  z-index: -20;
}
@media screen and (min-width: 1024px) {
  .top-img-mobile {
    display: none;
  }
}

.desktop {
  display: none !important;
}
@media screen and (min-width: 1024px) {
  .desktop {
    display: block !important;
  }
}

@media screen and (min-width: 1024px) {
  .mobile {
    display: none !important;
  }
}

.carousel {
  position: relative;
  text-align: center;
  /*z-index: -2;*/
}
@media screen and (min-width: 1024px) {
  .carousel {
    display: flex;
    justify-content: flex-end;
  }
}
.carousel .c-box {
  position: absolute;
  bottom: 0;
  background-color: white;
  border-radius: 20px;
  padding: 15px;
  margin: 0 40px;
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  .carousel .c-box {
    bottom: 15%;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1920px) {
  .carousel .c-box {
    right: 0;
    bottom: 33%;
    width: 45%;
    padding: 30px;
  }
}
@media screen and (min-width: 1920px) {
  .carousel .c-box {
    right: 5%;
    width: 40%;
    padding: 40px;
    bottom: 40%;
  }
}
.carousel .c-box .c-title span {
  font-family: CCEBold;
  font-size: 1.2em;
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  .carousel .c-box .c-title span {
    font-size: 2em;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1920px) {
  .carousel .c-box .c-title span {
    font-size: 2.2em;
  }
}
@media screen and (min-width: 1920px) {
  .carousel .c-box .c-title span {
    font-size: 3em;
  }
}
.carousel .c-box .c-title span:first-child {
  color: #145897;
}
.carousel .c-box .c-title span:nth-child(2) {
  color: #FF8400;
}
.carousel .c-box .c-content p {
  margin-top: 10px;
  font-family: HVNeue;
  font-size: 0.6em;
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  .carousel .c-box .c-content p {
    font-size: 1em;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1920px) {
  .carousel .c-box .c-content p {
    font-size: 1em;
  }
}
@media screen and (min-width: 1920px) {
  .carousel .c-box .c-content p {
    font-size: 1.3em;
  }
}
.carousel .c-img-tiny {
  position: absolute;
  bottom: -100px;
  margin-top: 20px;
  width: 100%;
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  .carousel .c-img-tiny {
    bottom: -5%;
  }
}
@media screen and (min-width: 1024px) {
  .carousel .c-img-tiny {
    display: none;
  }
}
.carousel .c-img-tiny img {
  margin: 0 8px;
  width: 90px;
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  .carousel .c-img-tiny img {
    width: 140px;
  }
}

.main-content {
  margin-top: 100px;
}
@media screen and (min-width: 1024px) {
  .main-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.main-content .m-img {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 40px;
  box-sizing: border-box;
}
.main-content .m-img img {
  width: 150px;
}
@media screen and (min-width: 1024px) {
  .main-content .m-img img {
    width: 400px;
    margin-right: 50px;
  }
}
.main-content .m-img-text {
  text-align: center;
  margin-left: 20px;
}
.main-content .m-img-text p {
  font-family: CNEBold;
}
.main-content .m-img-text p:first-child {
  color: #145897;
  font-size: 1.3em;
}
@media screen and (min-width: 1024px) {
  .main-content .m-img-text p:first-child {
    font-size: 2.3em;
  }
}
.main-content .m-img-text p:nth-child(2) {
  color: #FFB500;
  font-size: 0.8em;
}
@media screen and (min-width: 1024px) {
  .main-content .m-img-text p:nth-child(2) {
    font-size: 1.8em;
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .main-content .input {
    display: flex;
  }
}
@media screen and (min-width: 1024px) {
  .main-content .input .input-label:last-child {
    width: 85%;
  }
}
@media screen and (min-width: 1024px) {
  .main-content .input .input-label {
    width: 25%;
  }
}
@media screen and (min-width: 1024px) {
  .main-content .input input {
    flex: 1 0 auto;
  }
}
.main-content .input-checkbox {
  margin: 25px 0;
}

.tnc .t-title {
  margin-top: 40px;
  font-size: 1em;
  font-family: HVNeue;
  font-weight: bold;
}
@media screen and (min-width: 1920px) {
  .tnc .t-title {
    font-size: 1.2em;
  }
}
.tnc .t-content ul li {
  font-size: 0.8em;
  font-family: HVNeue;
  margin-top: 5px;
}
@media screen and (min-width: 1920px) {
  .tnc .t-content ul li {
    font-size: 1em;
  }
}

.subscription {
  /* border: 1px solid grey; */
  height: 150px;
  margin-top: 30px;
  position: relative;
  display: flex;
  justify-content: center;
  font-size: 0.8em;
  color: white;
}
@media screen and (min-width: 1024px) {
  .subscription {
    justify-content: flex-start;
    margin-left: 100px;
  }
}
.subscription .form {
  position: absolute;
  bottom: 0;
  padding: 15px;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  background-color: #145897;
  font-family: CNBold;
}
@media screen and (min-width: 1024px) {
  .subscription .form {
    width: 35%;
  }
}
.subscription .form > * {
  width: 100%;
  text-align: center;
}
.subscription .form > *:not(:first-child) {
  margin-top: 10px;
}
@media screen and (min-width: 1024px) and (max-width: 1920px) {
  .subscription .form .s-title {
    font-size: 1.2em;
  }
}
@media screen and (min-width: 1920px) {
  .subscription .form .s-title {
    font-size: 1.4em;
  }
}
.subscription .form .s-content {
  font-size: 0.6em;
}
@media screen and (min-width: 1024px) and (max-width: 1920px) {
  .subscription .form .s-content {
    font-size: 0.8em;
  }
}
@media screen and (min-width: 1920px) {
  .subscription .form .s-content {
    font-size: 1em;
  }
}
.subscription .form #form_subscribe {
  display: flex;
  justify-content: center;
}
.subscription .form #form_subscribe input {
  font-size: 1.2em;
  padding: 10px 15px;
  border: none;
  font-family: CNBold;
}
.subscription .form #form_subscribe input[type=text] {
  width: 100%;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
.subscription .form #form_subscribe input[type=submit] {
  background-color: #FF8400;
  color: white;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  cursor: pointer;
}
.subscription .form #form_subscribe input[type=submit]:hover {
  background-color: #ff9d33;
}
.subscription .form #form_subscribe input[type=submit]:focus {
  background-color: #cc6a00;
}
.subscription .s-img {
  position: absolute;
  z-index: -10;
  margin-bottom: -10px;
  bottom: 0;
  right: 0;
  width: 70%;
}
@media screen and (min-width: 1024px) {
  .subscription .s-img {
    width: 30%;
    margin-bottom: -20px;
  }
}

footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #FF8400;
  padding: 20px;
  color: white;
}
@media screen and (min-width: 1024px) {
  footer {
    flex-direction: row;
    justify-content: space-between;
    padding: 40px 100px;
  }
}
@media screen and (min-width: 1024px) {
  footer > .left {
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 1024px) {
  footer > .right > .top {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-end;
  }
}
footer .f-logo {
  width: 100px;
}
@media screen and (min-width: 1024px) {
  footer .f-logo {
    width: 180px;
  }
}
footer .f-nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
footer .f-nav a {
  text-decoration: none;
  color: white;
}
footer .f-nav p {
  font-family: HVNeue;
  font-weight: bold;
  font-size: 1.2em;
  padding: 10px 15px 10px 15px;
}
@media screen and (min-width: 1024px) {
  footer .f-nav p {
    padding: 10px 0px 10px 15px;
  }
}
footer .f-contact {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 20px 0;
  font-family: HVNeue;
}
footer .f-contact div {
  margin: 0 20px;
}
footer .f-social {
  display: flex;
  justify-content: center;
  font-family: HVNeue;
}
footer .f-social img {
  width: 50px;
  margin: 0 20px;
}
@media screen and (min-width: 1024px) {
  footer .f-social img {
    margin: 0 0 0 20px;
    width: 60px;
  }
}
footer .f-copyright {
  margin: 20px 0;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  footer .f-copyright {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-end;
    margin: 0px 0;
  }
}
footer .f-copyright > *:not(:first-child) {
  margin-top: 10px;
}

/*# sourceMappingURL=kwf.css.map */
