@font-face {
  font-family: Hyundaisansheadoffice;
  src: url('../fonts/HyundaiSansHeadOffice-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Hyundaisansheadoffice;
  src: url('../fonts/HyundaiSansHeadOffice-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Hyundaisansheadoffice;
  src: url('../fonts/HyundaiSansHeadOffice-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Hyundaisansheadoffice;
  src: url('../fonts/HyundaiSansHeadOffice-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --container: 1280px;
  --white: white;
  --black: black;
  --light-blue: #00aad2;
  --cream: #e4dcd3;
  --blue: #002c5f;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.body {
  font-family: Hyundaisansheadoffice, Verdana, sans-serif;
  font-weight: 400;
}

.hero {
  width: 100%;
  position: relative;
}

.hero-content {
  z-index: 2;
  width: 100%;
  height: auto;
  max-width: var(--container);
  grid-row-gap: 24px;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  display: flex;
  position: absolute;
  left: 0;
  right: 0;
}

.hero-video {
  z-index: 0;
  width: 100%;
  height: 756px;
}

.heading {
  width: 20ch;
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 400;
  line-height: 3rem;
}

.p {
  color: var(--white);
  margin-bottom: 0;
  font-size: 18px;
  line-height: 28px;
}

.p.p-hero {
  width: 40ch;
}

.p.p-black {
  color: var(--black);
}

.p.p-best-conditions-card {
  color: var(--black);
  padding-left: 16px;
  padding-right: 16px;
}

.hero-video-mask {
  z-index: 1;
  background-color: #0009;
  width: 100%;
  height: 100%;
  position: absolute;
}

.nav-wrapper {
  z-index: 3;
  border-bottom: 1px solid #fff3;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  position: absolute;
}

.nav-content {
  width: 100%;
  max-width: var(--container);
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-logo {
  width: 120px;
}

.navbar {
  background-color: #ddd0;
}

.nav-item {
  color: var(--white);
  font-size: 16px;
  font-weight: 700;
  transition: all .3s;
}

.nav-item:hover {
  color: var(--light-blue);
}

.nav-item.w--current {
  color: var(--white);
}

.nav-item.nav-item-cta {
  background-color: var(--light-blue);
  font-weight: 400;
  transition: all .3s;
}

.nav-item.nav-item-cta:hover {
  background-color: var(--white);
  color: var(--light-blue);
}

.special-care {
  background-color: var(--cream);
  width: 96%;
  margin-left: auto;
  margin-right: auto;
  padding: 64px 24px;
}

.special-care-content {
  width: 100%;
  max-width: var(--container);
  grid-row-gap: 24px;
  flex-flow: column;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.section-heading {
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 40%;
  padding-left: 0%;
  padding-right: 2%;
  display: flex;
}

.section-heading.contact-heading {
  z-index: 1;
  width: 100%;
  max-width: var(--container);
  background-color: var(--cream);
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding: 24px;
  position: absolute;
  inset: auto 0 -56px 0%;
}

.section-heading.section-heading-special-care {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-left: 0%;
}

.section-heading.section-heading-best-conditions {
  width: 100%;
}

.h2 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.8rem;
}

.special-care-cards-wrapper {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: static;
  bottom: 24px;
}

.special-care-card {
  grid-row-gap: 16px;
  background-color: var(--white);
  border: 1px solid #ccc;
  flex-flow: column;
  justify-content: space-between;
  width: 32%;
  padding: 24px;
  display: flex;
}

.p-cards {
  color: var(--black);
  margin-bottom: 0;
  font-size: 18px;
  line-height: 24px;
}

.section {
  height: 100vh;
}

.card-icon {
  width: 23px;
}

.cta-default {
  background-color: var(--blue);
  width: 260px;
  height: 50px;
  color: var(--white);
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.cta-default:hover {
  color: var(--light-blue);
}

.cta-default.cta-best-conditions {
  background-color: var(--light-blue);
  position: static;
  bottom: 32px;
}

.cta-default.cta-best-conditions:hover {
  background-color: var(--light-blue);
  color: var(--blue);
}

.best-conditions {
  background-color: var(--white);
  width: 100%;
  padding-top: 64px;
  padding-bottom: 0;
  overflow: hidden;
}

.h3 {
  color: #393333;
  border-left: 1px solid #ccc;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 8px;
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
}

.h3.h3-best-conditions {
  margin-top: 8px;
  font-weight: 400;
}

.contact {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.contact-intro {
  width: 100%;
  position: relative;
}

.contact-header-img {
  z-index: 0;
  width: 100%;
  position: relative;
}

.contact-wrapper {
  z-index: 0;
  background-color: var(--black);
  width: 100%;
  color: var(--black);
  padding-top: 88px;
  padding-bottom: 64px;
  position: relative;
}

.contact-container {
  width: 100%;
  max-width: var(--container);
  grid-row-gap: 24px;
  flex-flow: column;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.form-block {
  background-color: var(--white);
  width: 570px;
  max-width: 100%;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 16px;
}

.label-form {
  color: var(--black);
  margin-top: 14px;
  font-size: 16px;
  line-height: 24px;
}

.label-form.label-form-first {
  color: var(--black);
  margin-top: 8px;
}

.label-form.label-date {
  margin-top: 12px;
  margin-bottom: 3px;
}

.input-form {
  color: #000;
  border: 1px solid #000;
  border-radius: 0;
  width: 100%;
  height: 48px;
  padding: 0 12px;
  font-size: 17px;
  line-height: 24px;
}

.p-small-form {
  color: var(--black);
  margin-top: 4px;
  margin-bottom: 8px;
}

.btn-submit {
  background-color: var(--blue);
  width: 100%;
  color: var(--white);
  letter-spacing: 1px;
  text-transform: none;
  border: 1px #fff;
  border-radius: 0;
  margin-top: 8px;
  padding: 12px 16px;
  font-size: 18px;
  line-height: 24px;
  transition: all .3s;
}

.btn-submit:hover {
  background-color: var(--light-blue);
}

.best-conditions-intro {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.best-conditions-img {
  z-index: 0;
  width: 59vw;
  position: relative;
}

.best-conditions-container {
  width: 100%;
  max-width: var(--container);
  grid-row-gap: 32px;
  flex-flow: column;
  margin-top: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.best-conditions-cards-wrapper {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: static;
  bottom: 24px;
}

.best-conditions-card {
  grid-row-gap: 16px;
  background-color: var(--white);
  border: 1px solid #ccc;
  flex-flow: column;
  justify-content: flex-start;
  width: 32%;
  padding: 0 0 16px;
  display: flex;
}

.paragraph {
  margin-bottom: 0;
}

.best-conditions-cars {
  background-color: var(--cream);
  justify-content: center;
  align-items: center;
  width: 96%;
  height: 200px;
  margin-top: 208px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.image {
  width: auto;
  max-width: 58%;
  position: absolute;
  top: -120px;
}

.heading-best-condistions-wrapper {
  padding-left: 5%;
}

.footer {
  background-color: var(--black);
  border-top: 1px solid #fff3;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
}

.footer-wrapper {
  width: 100%;
  max-width: var(--container);
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-logos {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  display: flex;
}

.max-hbm-logo-footer {
  width: 120px;
}

.stroke-logo {
  width: 80px;
}

.p-footer {
  color: var(--white);
  margin-bottom: 0;
  font-size: 12px;
  line-height: 18px;
}

.link {
  color: var(--white);
}

.nav-logo-menu {
  width: 120px;
  display: none;
}

.bold-text {
  font-weight: 400;
}

.cta-nav {
  background-color: var(--blue);
  width: 260px;
  height: 50px;
  color: var(--white);
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  text-decoration: none;
  transition: all .3s;
  display: none;
}

.cta-nav:hover {
  color: var(--light-blue);
}

.cta-nav.cta-best-conditions {
  position: absolute;
  bottom: 32px;
}

.checkbox-field {
  margin-top: 16px;
  margin-bottom: 8px;
}

.checkbox {
  margin-right: 8px;
}

.p-form {
  color: var(--black);
  text-align: center;
}

.p-form-info {
  color: var(--black);
  margin-top: 16px;
  margin-bottom: 16px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
}

.p-form-info-underline {
  text-decoration: underline;
}

.hero-texts {
  z-index: 2;
  width: 100%;
  height: 100%;
  max-width: var(--container);
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  margin: 0 auto;
  display: flex;
  position: absolute;
  inset: auto 0;
}

@media screen and (max-width: 991px) {
  .hero-content {
    width: 48%;
    margin-right: 16px;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-video {
    height: 768px;
  }

  .heading {
    width: auto;
    font-size: 2.4rem;
    line-height: 2.4rem;
  }

  .p.p-hero {
    width: auto;
  }

  .nav-content, .nav-item {
    padding-left: 16px;
    padding-right: 16px;
  }

  .special-care {
    padding: 32px 16px;
  }

  .section-heading.contact-heading {
    position: relative;
    bottom: 0;
  }

  .section-heading.section-heading-best-conditions {
    justify-content: center;
    align-items: flex-start;
    padding-left: 16px;
    padding-right: 16px;
  }

  .special-care-cards-wrapper {
    grid-row-gap: 12px;
    flex-flow: row;
  }

  .special-care-card {
    width: 33%;
    padding: 12px;
  }

  .contact-intro {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
    overflow: hidden;
  }

  .contact-header-img {
    width: 180%;
    max-width: none;
  }

  .contact-wrapper {
    padding-top: 40px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .form-block {
    width: 100%;
  }

  .best-conditions-intro {
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .best-conditions-img {
    width: 100vw;
  }

  .best-conditions-container {
    margin-top: 32px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .best-conditions-cars {
    height: 220px;
    margin-top: 104px;
  }

  .image {
    max-width: 65%;
    top: -48px;
  }

  .heading-best-condistions-wrapper {
    padding-left: 0%;
  }

  .footer-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }

  .nav-logo-menu, .cta-nav {
    display: none;
  }

  .hero-texts {
    width: 50%;
    margin-left: 0;
    padding-left: 16px;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    height: auto;
    display: block;
  }

  .hero-content {
    grid-row-gap: 12px;
    width: 100%;
    margin-top: 24px;
    margin-right: auto;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    position: relative;
  }

  .hero-video {
    width: 100%;
    height: 400px;
    position: absolute;
    top: 0;
  }

  .heading {
    width: auto;
    font-size: 2rem;
    font-weight: 500;
    line-height: 2.4rem;
  }

  .p.p-hero {
    width: auto;
  }

  .hero-video-mask {
    background-color: #000000b3;
    height: 400px;
    top: 0;
  }

  .nav-content {
    z-index: 20;
    padding: 0 16px;
    position: relative;
  }

  .nav-logo {
    z-index: 11;
    position: relative;
  }

  .navbar {
    width: 100%;
    margin-top: 0;
    display: none;
    position: absolute;
    inset: 0% auto auto 0%;
  }

  .nav-item {
    color: var(--white);
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .nav-item.nav-item-cta {
    justify-content: center;
    align-items: center;
    margin-left: 16px;
    margin-right: 16px;
  }

  .special-care {
    width: 94%;
    padding: 24px 16px;
    position: relative;
  }

  .special-care-content {
    grid-row-gap: 16px;
  }

  .section-heading.contact-heading {
    padding-left: 16px;
    padding-right: 16px;
    position: relative;
    bottom: 0;
  }

  .h2 {
    font-size: 1.7rem;
    line-height: 35px;
  }

  .special-care-cards-wrapper {
    grid-row-gap: 16px;
    flex-flow: column;
  }

  .special-care-card {
    width: 100%;
  }

  .cta-default {
    background-color: var(--blue);
    width: 100%;
    height: 54px;
  }

  .cta-default.cta-best-conditions {
    z-index: 1;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    top: 96px;
    bottom: 0;
  }

  .best-conditions {
    padding-top: 56px;
  }

  .h3.h3-best-conditions {
    padding-left: 16px;
  }

  .contact {
    margin-top: 0;
    overflow: hidden;
  }

  .contact-intro {
    flex-flow: column-reverse;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .contact-header-img {
    z-index: 1;
    width: 240%;
    max-width: none;
  }

  .contact-wrapper {
    padding-top: 32px;
    padding-bottom: 56px;
  }

  .contact-container {
    padding-left: 0;
    padding-right: 0;
  }

  .form-block {
    border: 1px solid #ccc;
  }

  .input-form {
    min-width: 100%;
  }

  .input-form.input-date {
    color: #000;
    width: 96%;
    min-width: 96%;
    margin-right: 0;
    font-size: 17px;
  }

  .btn-submit {
    margin-top: 8px;
  }

  .best-conditions-intro {
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .best-conditions-img {
    width: 100vw;
  }

  .best-conditions-container {
    grid-row-gap: 24px;
    margin-top: 8px;
  }

  .best-conditions-cards-wrapper {
    grid-row-gap: 24px;
    flex-flow: column;
    padding-left: 0;
    padding-right: 0;
  }

  .best-conditions-card {
    width: 100%;
  }

  .best-conditions-cars {
    width: 94%;
    height: 200px;
    margin-top: 80px;
  }

  .image {
    max-width: 96%;
    top: -40px;
  }

  .heading-best-condistions-wrapper {
    grid-row-gap: 8px;
    flex-flow: column;
    display: flex;
  }

  .footer-wrapper {
    grid-row-gap: 32px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 16px;
    padding-right: 16px;
  }

  .footer-logos {
    grid-column-gap: 0px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .max-hbm-logo-footer {
    width: 140px;
  }

  .menu-button {
    color: var(--white);
    font-size: 26px;
  }

  .menu-button.w--open {
    z-index: 10;
    background-color: #c8c8c800;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .nav-menu {
    background-color: var(--black);
    justify-content: flex-end;
    width: 100vw;
    height: 100vh;
    padding-top: 96px;
    display: flex;
    position: fixed;
  }

  .container {
    width: 100%;
    position: relative;
  }

  .nav-logo-menu {
    z-index: 11;
    position: absolute;
    inset: 20px auto auto 16px;
  }

  .cta-nav {
    background-color: var(--light-blue);
    width: 170px;
    height: 54px;
    display: flex;
  }

  .cta-nav:hover {
    color: var(--white);
  }

  .cta-nav.cta-best-conditions {
    z-index: 1;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    top: 96px;
    bottom: 0;
  }

  .checkbox-field {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    max-width: 310px;
    margin-bottom: 8px;
    display: flex;
  }

  .checkbox {
    margin-right: 0;
  }

  .p-form {
    text-align: left;
    width: 90%;
    margin-top: 2px;
    margin-bottom: 8px;
    padding-left: 8px;
  }

  .hero-texts {
    width: 100%;
    height: auto;
    margin-right: 0;
    padding-top: 80px;
    padding-right: 16px;
    position: relative;
    top: 0;
    bottom: 0;
  }
}


@font-face {
  font-family: 'Hyundaisansheadoffice';
  src: url('../fonts/HyundaiSansHeadOffice-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hyundaisansheadoffice';
  src: url('../fonts/HyundaiSansHeadOffice-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hyundaisansheadoffice';
  src: url('../fonts/HyundaiSansHeadOffice-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hyundaisansheadoffice';
  src: url('../fonts/HyundaiSansHeadOffice-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}