html {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
  overflow-x: hidden;
  font-size: 10px;
  font-display: swap;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1280px) {
  html {
    font-size: 0.78125vw;
  }
}
@-ms-viewport {
  width: device-width;
}
a {
  color: inherit;
}
body {
  font-family: 'Gotham Pro';
  font-style: normal;
  font-weight: 600;
  font-feature-settings: "locl" 1;
  line-height: 1;
  color: #fff;
  position: relative;
  flex-grow: 1;
  padding: 0;
  margin: 0;
  background: #85c44d;
}
html {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}
body {
  flex-grow: 1;
}
/* Wrappers */
.mobile-format {
  display: none;
}
@media (max-width: 480px) {
  .mobile-format {
    display: block;
  }
}
.desktop-format {
  display: block;
}
@media (max-width: 480px) {
  .desktop-format {
    display: none;
  }
}
.header {
  width: 100%;
  padding-left: 50px;
  padding-right: 50px;
  border-bottom: 1px solid #fff;
}
.header .wrapper {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  max-width: 1030px;
  padding-left: 0;
  padding-right: 0;
}
.header img {
  display: block;
  width: 195px;
}
@media (max-width: 480px) {
  .header {
    text-align: center;
  }
  .header .wrapper {
	  justify-content: center;
  }
}
.wrapper {
  max-width: 1366px;
  margin: 0 auto;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}
.screen {
  position: relative;
}
.screen-1 {
  text-align: center;
  padding-bottom: 50px;
  min-height: calc(100vh - 60px);
  display: flex;
  align-items: center;
}
.screen-1 img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.screen-1 a {
  height: 2.2em;
  border-style: none;
  border-radius: 100px;
  font-size: 25px;
  padding: 0.33333333em 1.16666667em;
  font-weight: bold;
  text-transform: uppercase;
  min-width: 8.33333333em;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #0069b3;
  color: #ffffff;
  transition: background 0.5s;
}
@media (max-width: 1024px) {
  .screen-1 a {
    font-size: 22.5px;
  }
}
@media (max-width: 768px) {
  .screen-1 a {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .screen-1 a {
    font-size: 17.5px;
  }
}
.screen-1 a:hover {
  background: #005997;
}
.screen-1 .duration {
  font-size: 17px;
  text-align: right;
  font-weight: normal;
  padding-top: 35px;
}
@media (max-width: 480px) {
  .screen-1 .duration {
    text-align: center;
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .screen-1 .wrapper {
    padding: 0;
  }
}
.screen-2 {
  padding-top: 20px;
  background: #f8f8f8;
  text-align: center;
  min-height: calc(100vh);
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  .screen-2 {
    padding-top: 50px;
  }
}
.screen-2 img {
  display: block;
  margin: 0 auto;
  max-width: 85%;
}
@media (max-width: 480px) {
  .screen-2 .wrapper {
    padding: 0;
  }
}
.screen-2 a {
  margin-top: 20px;
  margin-bottom: 40px;
  height: 2.2em;
  border-style: none;
  border-radius: 100px;
  font-size: 25px;
  padding: 0.33333333em 1.16666667em;
  font-weight: bold;
  text-transform: uppercase;
  min-width: 8.33333333em;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #0069b3;
  color: #ffffff;
  transition: background 0.5s;
}
@media (max-width: 1024px) {
  .screen-2 a {
    font-size: 22.5px;
  }
}
@media (max-width: 768px) {
  .screen-2 a {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .screen-2 a {
    font-size: 17.5px;
  }
}
.screen-2 a:hover {
  background: #005997;
}
@media (max-width: 1024px) {
  .screen-2 a {
    margin-top: 30px;
    margin-bottom: 40px;
  }
}
.screen-3 {
  max-width: 1366px;
  margin: 0 auto;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  padding-left: 0;
  min-height: calc(100vh);
  display: flex;
  align-items: center;
}
.screen-3 .section-wrap {
  display: grid;
  grid-template-columns: 550px 1fr;
  align-items: center;
  position: relative;
  height: auto;
  text-align: center;
}
@media (max-width: 1160px) {
  .screen-3 .section-wrap {
    grid-template-columns: 40vw 1fr;
  }
}
@media (max-width: 1024px) {
  .screen-3 .section-wrap {
    grid-template-columns: 30vw 1fr;
  }
}
@media (max-width: 768px) {
  .screen-3 .section-wrap {
    grid-template-columns: 1fr;
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
}
.screen-3 .section-wrap .title-01 {
  line-height: 1.25;
}
.screen-3 .receipt-img {
  height: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 480px) {
}
.screen-3 .receipt {
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 20px;
  max-width: 590px;
  margin: 0 auto;
}
@media (max-width: 480px) {
  .screen-3 .receipt {
    padding-top: 0;
  }
}
.screen-3 .fields-01 {
  text-align: center;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding-top: 30px;
  padding-bottom: 20px;
  column-gap: 20px;
}
@media (max-width: 480px) {
  .screen-3 .fields-01 {
    grid-template-columns: 1fr;
    padding-bottom: 0;
    padding-top: 0;
    gap: 20px;
    padding-bottom: 20px;
  }
}
.screen-3 .fields-01 input {
  width: 100%;
  border-style: none;
  border-radius: 100px;
  color: rgba(0, 0, 0, 0.5);
  font-size: 17.14285714px;
  padding: 0.75em 1em;
  text-align: left;
  font-weight: 500;
  text-align: center;
  max-width: 180px;
}
@media (max-width: 1024px) {
  .screen-3 .fields-01 input {
    font-size: 15.42857143px;
  }
}
@media (max-width: 768px) {
  .screen-3 .fields-01 input {
    font-size: 13.71428571px;
  }
}
@media (max-width: 480px) {
  .screen-3 .fields-01 input {
    font-size: 12px;
  }
}
@media (max-width: 480px) {
  .screen-3 .fields-01 input {
    height: 2.5em;
    border-style: none;
    border-radius: 100px;
    color: rgba(0, 0, 0, 0.502);
    font-size: 30px;
    padding: 0.33333333em 0.66666667em;
    text-align: center;
    font-weight: 500;
    max-width: 80%;
    margin: 0 auto;
  }
}
@media (max-width: 480px) and (max-width: 1024px) {
  .screen-3 .fields-01 input {
    font-size: 27px;
  }
}
@media (max-width: 480px) and (max-width: 768px) {
  .screen-3 .fields-01 input {
    font-size: 24px;
  }
}
@media (max-width: 480px) and (max-width: 480px) {
  .screen-3 .fields-01 input {
    font-size: 21px;
  }
}
.screen-3 .fields-02 {
  margin: 0 auto;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media (max-width: 480px) {
  .screen-3 .fields-02 {
    gap: 20px;
  }
}
.screen-3 .fields-02 input.field-text {
  width: 100%;
  border-style: none;
  border-radius: 100px;
  color: rgba(0, 0, 0, 0.5);
  font-size: 17.14285714px;
  padding: 0.75em 1em;
  text-align: left;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .screen-3 .fields-02 input.field-text {
    font-size: 15.42857143px;
  }
}
@media (max-width: 768px) {
  .screen-3 .fields-02 input.field-text {
    font-size: 13.71428571px;
  }
}
@media (max-width: 480px) {
  .screen-3 .fields-02 input.field-text {
    font-size: 12px;
  }
}
@media (max-width: 480px) {
  .screen-3 .fields-02 input.field-text {
    height: 2.5em;
    border-style: none;
    border-radius: 100px;
    color: rgba(0, 0, 0, 0.502);
    font-size: 30px;
    padding: 0.33333333em 0.66666667em;
    text-align: center;
    font-weight: 500;
    max-width: 80%;
    margin: 0 auto;
  }
}
@media (max-width: 480px) and (max-width: 1024px) {
  .screen-3 .fields-02 input.field-text {
    font-size: 27px;
  }
}
@media (max-width: 480px) and (max-width: 768px) {
  .screen-3 .fields-02 input.field-text {
    font-size: 24px;
  }
}
@media (max-width: 480px) and (max-width: 480px) {
  .screen-3 .fields-02 input.field-text {
    font-size: 21px;
  }
}
.screen-3 .fields-02 input.field-text.error {
  border: 0.3rem solid #85c44d;
}
.screen-3 .fields-02 input.field-button {
  height: 2.2em;
  border-style: none;
  border-radius: 100px;
  font-size: 25px;
  padding: 0.33333333em 1.16666667em;
  font-weight: bold;
  text-transform: uppercase;
  min-width: 8.33333333em;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #0069b3;
  color: #ffffff;
  transition: background 0.5s;
  display: inline-block;
}
@media (max-width: 1024px) {
  .screen-3 .fields-02 input.field-button {
    font-size: 22.5px;
  }
}
@media (max-width: 768px) {
  .screen-3 .fields-02 input.field-button {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .screen-3 .fields-02 input.field-button {
    font-size: 17.5px;
  }
}
.screen-3 .fields-02 input.field-button:hover {
  background: #005997;
}
.screen-3 .info-01 {
  width: 100%;
  color: inherit;
  line-height: 1.25;
}
@media (max-width: 480px) {
  .screen-3 .info-01 {
    font-size: 11px;
  }
}
.screen-3 img {
  display: block;
  margin: 0 auto;
  width: 550px;
  max-width: 100%;
}
.screen-3 label {
  display: block;
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
  text-align: center;
  font-weight: normal;
  padding-top: 10px;
}
@media (max-width: 480px) {
  .screen-3 label {
    padding-bottom: 25px;
  }
}
.screen-3 .next {
  margin-top: 30px;
  height: 2.2em;
  border-style: none;
  border-radius: 100px;
  font-size: 25px;
  padding: 0.33333333em 1.16666667em;
  font-weight: bold;
  text-transform: uppercase;
  min-width: 8.33333333em;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #0069b3;
  color: #ffffff;
  transition: background 0.5s;
}
@media (max-width: 1024px) {
  .screen-3 .next {
    font-size: 22.5px;
  }
}
@media (max-width: 768px) {
  .screen-3 .next {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .screen-3 .next {
    font-size: 17.5px;
  }
}
.screen-3 .next:hover {
  background: #005997;
}
.screen-4 {
  display: none;
  background: #85c44d;
  padding-bottom: 100px;
}
@media (max-width: 1024px) {
  .screen-4 {
    padding-bottom: 50px;
  }
}
.screen-4 .fields {
  margin: 0 auto;
  width: 100%;
  max-width: 590px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  padding-left: 35px;
  padding-right: 35px;
}
@media (max-width: 480px) {
  .screen-4 .fields {
    gap: 20px;
  }
}
.screen-4 .fields input.field-text {
  width: 100%;
  height: 2.5em;
  border-style: none;
  border-radius: 100px;
  color: rgba(0, 0, 0, 0.5);
  font-size: 24px;
  padding: 0.33em 1em;
  text-align: left;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .screen-4 .fields input.field-text {
    font-size: 21.6px;
  }
}
@media (max-width: 768px) {
  .screen-4 .fields input.field-text {
    font-size: 19.2px;
  }
}
@media (max-width: 480px) {
  .screen-4 .fields input.field-text {
    font-size: 16.8px;
  }
}
@media (max-width: 480px) {
  .screen-4 .fields input.field-text {
    height: 2.5em;
    border-style: none;
    border-radius: 100px;
    color: rgba(0, 0, 0, 0.502);
    font-size: 30px;
    padding: 0.33333333em 0.66666667em;
    text-align: center;
    font-weight: 500;
  }
}
@media (max-width: 480px) and (max-width: 1024px) {
  .screen-4 .fields input.field-text {
    font-size: 27px;
  }
}
@media (max-width: 480px) and (max-width: 768px) {
  .screen-4 .fields input.field-text {
    font-size: 24px;
  }
}
@media (max-width: 480px) and (max-width: 480px) {
  .screen-4 .fields input.field-text {
    font-size: 21px;
  }
}
.screen-4 .fields input.field-text.error {
  border: 0.3rem solid #85c44d;
}
.screen-4 .fields input.field-button {
  height: 2.2em;
  border-style: none;
  border-radius: 100px;
  font-size: 25px;
  padding: 0.33333333em 1.16666667em;
  font-weight: bold;
  text-transform: uppercase;
  min-width: 8.33333333em;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #0069b3;
  color: #ffffff;
  transition: background 0.5s;
  display: inline-block;
}
@media (max-width: 1024px) {
  .screen-4 .fields input.field-button {
    font-size: 22.5px;
  }
}
@media (max-width: 768px) {
  .screen-4 .fields input.field-button {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .screen-4 .fields input.field-button {
    font-size: 17.5px;
  }
}
.screen-4 .fields input.field-button:hover {
  background: #005997;
}
.screen-4 .title-01 {
  width: 100%;
  text-align: center;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 1024px) {
  .screen-4 .title-01 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.screen-5 {
  display: none;
  background: #85c44d;
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
}
@media (max-width: 1024px) {
  .screen-5 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.screen-5 .title-02 {
  padding-bottom: 10px;
}
.screen.active {
  opacity: 1;
  pointer-events: all;
}
#msg-dialog,
#msg-success {
  border: none;
  border-radius: 5px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  padding: 20px;
}
#msg-dialog::backdrop,
#msg-success::backdrop {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(2px);
}
#msg-dialog .dialog-content,
#msg-success .dialog-content {
  font-size: 16px;
  text-align: center;
}
#msg-dialog .dialog-buttons,
#msg-success .dialog-buttons {
  margin-top: 15px;
  text-align: center;
}
#msg-dialog .button,
#msg-success .button {
  padding: 10px 20px;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 14px;
}
#msg-dialog .button.close,
#msg-success .button.close {
  background-color: #85c44d;
}
#msg-dialog .button:hover,
#msg-success .button:hover {
  opacity: 0.8;
}
#msg-success {
  background-color: #85c44d;
  color: #fff;
  padding: 40px;
}
@media (max-width: 480px) {
  #msg-success {
    padding: 20px;
  }
}
#msg-success .button.close {
  height: 2.2em;
  border-style: none;
  border-radius: 100px;
  font-size: 25px;
  padding: 0.33333333em 1.16666667em;
  font-weight: bold;
  text-transform: uppercase;
  min-width: 8.33333333em;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #0069b3;
  color: #ffffff;
  transition: background 0.5s;
}
@media (max-width: 1024px) {
  #msg-success .button.close {
    font-size: 22.5px;
  }
}
@media (max-width: 768px) {
  #msg-success .button.close {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  #msg-success .button.close {
    font-size: 17.5px;
  }
}
#msg-success .button.close:hover {
  background: #005997;
}
.title-01 {
  font-size: 41.66666667px;
  font-weight: bold;
  line-height: 1.15 !important;
}
@media (max-width: 1024px) {
  .title-01 {
    font-size: 37.5px;
  }
}
@media (max-width: 768px) {
  .title-01 {
    font-size: 33.33333333px;
  }
}
@media (max-width: 480px) {
  .title-01 {
    font-size: 29.16666667px;
  }
}
@media (max-width: 480px) {
  .title-01 {
    font-size: 37.59398496px;
  }
}
@media (max-width: 480px) and (max-width: 1024px) {
  .title-01 {
    font-size: 33.83458647px;
  }
}
@media (max-width: 480px) and (max-width: 768px) {
  .title-01 {
    font-size: 30.07518797px;
  }
}
@media (max-width: 480px) and (max-width: 480px) {
  .title-01 {
    font-size: 26.31578947px;
  }
}
.title-01.el-desktop {
  font-size: 33.33333333px;
}
@media (max-width: 1024px) {
  .title-01.el-desktop {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .title-01.el-desktop {
    font-size: 26.66666667px;
  }
}
@media (max-width: 480px) {
  .title-01.el-desktop {
    font-size: 23.33333333px;
  }
}
@media (max-width: 480px) {
  .title-01.el-desktop {
    font-size: 33.33333333px;
  }
}
@media (max-width: 480px) and (max-width: 1024px) {
  .title-01.el-desktop {
    font-size: 30px;
  }
}
@media (max-width: 480px) and (max-width: 768px) {
  .title-01.el-desktop {
    font-size: 26.66666667px;
  }
}
@media (max-width: 480px) and (max-width: 480px) {
  .title-01.el-desktop {
    font-size: 23.33333333px;
  }
}
.title-02 {
  font-family: 'Gismo Round';
  font-size: 50px;
  font-weight: bold;
}
.btn-01 {
  background: #0069b3;
  color: #ffffff;
  font-weight: bold;
  font-size: 3rem;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.btn-02 {
  height: 2.2em;
  border-style: none;
  border-radius: 100px;
  font-size: 25px;
  padding: 0.33333333em 1.16666667em;
  font-weight: bold;
  text-transform: uppercase;
  min-width: 8.33333333em;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #0069b3;
  color: #ffffff;
  transition: background 0.5s;
}
@media (max-width: 1024px) {
  .btn-02 {
    font-size: 22.5px;
  }
}
@media (max-width: 768px) {
  .btn-02 {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .btn-02 {
    font-size: 17.5px;
  }
}
.btn-02:hover {
  background: #005997;
}
.info-01 {
  font-size: 12px;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.7);
  text-align: left;
}
.el-desktop {
  display: block !important;
}
@media (max-width: 480px) {
  .el-desktop {
    display: none !important;
  }
}
.el-mobile {
  display: none !important;
}
@media (max-width: 480px) {
  .el-mobile {
    display: block !important;
  }
}
body .slick-dots li button::before {
  font-size: 11px !important;
  color: #85c44d !important;
}
input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-size: 0.8em;
  opacity: 1;
  /* Firefox */
}
input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-size: 0.8em;
}
input::-ms-input-placeholder {
  /* Microsoft Edge */
  font-size: 0.8em;
}
