.webflow {
  color: #333;
  font-size: 1vw;
  line-height: 24px;
  font-family: Hyundaisanshead, sans-serif;
}

.webflow h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 34px;
  line-height: 42px;
  font-weight: 700;
}

.webflow h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
}

.webflow h1,
.webflow h2,
.webflow h3,
.webflow h4,
.webflow h5,
.webflow h6 { 
  font-family: Hyundaisanshead, sans-serif;
}

.webflow p {
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 24px;
}

.webflow .page-padding {
  margin-right: 1rem;
  margin-left: 1rem;
}

.webflow .page-padding.is-absolute {
  position: absolute;
}

.webflow .container-large {
  width: 100%;
  max-width: 64rem;
  margin-right: auto;
  margin-left: auto;
}

.webflow .padding-vertical {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}

.webflow .company-header_component {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.webflow .header-company__image-wrapper {
  width: 100%;
  max-width: 12.5rem;
  margin-right: 4rem;
}

.webflow .webflow.header-company_content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.webflow .margin-bottom.margin-small {
  margin-bottom: 1rem;
}

.webflow .margin-bottom.margin-medium {
  margin-bottom: 1.5rem;
}

.webflow .margin-bottom.margin-medium.max-width-90 {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.webflow .header-company__title-wrapper {
  width: 70%;
}

.webflow .header-company__info-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.webflow .header-company__text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.webflow .text-color-light {
  color: #666;
}

.webflow .max-width-small {
  width: 100%;
  max-width: 7rem;
}

.webflow .social-content__grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 2rem;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.webflow .social-content__wrapper {
  position: relative;
  color: #eee;
}

.webflow .social-content__image-wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.webflow .social-content__image-gradient {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.72)), color-stop(41%, rgba(0, 0, 0, 0.47)), to(transparent));
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.47) 41%, transparent);
}

.webflow .social-content__text-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.webflow .social-content__text-wrapper.padding-left.padding-medium {
  z-index: 2;
  padding-left: 1.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.webflow .text-size-small {
  font-size: 12px;
  line-height: 16px;
}

.webflow .text-size-small.text-weight-bold {
  font-weight: 700;
}

.webflow .section-images-parallax.margin-vertical.margin-xlarge {
  margin-top: 14rem;
  margin-bottom: 14rem;
}

.webflow .images-parallax__wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 61.15em;
  max-width: 120rem;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.webflow .parallax-1__image-wrapper {
  position: absolute;
  left: 0%;
  top: 9em;
  right: auto;
  bottom: auto;
  width: 19.58em;
  height: 17.76em;
  background-image: url('https://fwcdn.pl/prt/rc/sekcja/2021/hyundai/021121/images/parallax-4-new-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.webflow .parallax-2__image-wrapper {
  position: absolute;
  left: auto;
  top: 0em;
  right: auto;
  bottom: auto;
  z-index: 0;
  width: 53.33em;
  height: 26.51em;
  margin-right: auto;
  margin-left: auto;
  background-image: url('https://fwcdn.pl/prt/rc/sekcja/2021/hyundai/021121/images/parallax-1.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.webflow .text-size {
  font-size: 16px;
}

.webflow .parallax-3__image-wrapper {
  position: absolute;
  left: auto;
  top: 8.13em;
  right: 0%;
  bottom: auto;
  z-index: 1;
  width: 30.83em;
  height: 27.08em;
  background-image: url('https://fwcdn.pl/prt/rc/sekcja/2021/hyundai/021121/images/parallax-2-new-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.webflow .parallax-4__image-wrapper {
  position: absolute;
  left: 0%;
  top: 32.76em;
  right: 0%;
  bottom: auto;
  width: 39.58em;
  height: 23.49em;
  margin-right: auto;
  margin-left: auto;
  background-image: url('https://fwcdn.pl/prt/rc/sekcja/2021/hyundai/021121/images/parallax-3-new-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.webflow .parallax-5__image-wrapper {
  position: absolute;
  left: 17.45em;
  top: 30.26em;
  right: auto;
  bottom: auto;
  width: 17.97em;
  height: 11.98em;
  background-image: url('https://fwcdn.pl/prt/rc/sekcja/2021/hyundai/021121/images/parallax-5.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.webflow .parallax-6__image-wrapper {
  position: absolute;
  left: auto;
  top: 43.96em;
  right: 2.5em;
  bottom: auto;
  z-index: 2;
  width: 23.8em;
  height: 17.19em;
  background-image: url('https://fwcdn.pl/prt/rc/sekcja/2021/hyundai/021121/images/parallax-6.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.webflow .margin-vertical.margin-large {
  position: relative;
  margin: 14rem auto;
  text-align: center;
}

.webflow .align-center {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.webflow .align-center.max-width-large {
  position: relative;
  max-width: 53rem;
}

.webflow .align-center.max-width-large.margin-bottom.margin-medium {
  margin-bottom: 1.5rem;
}

.webflow .align-center.max-width-70 {
  width: 70%;
}

.webflow .decorativ-text {
  z-index: -1;
  color: #e5e5e5;
  font-size: 96px;
  line-height: 112px;
}

.webflow .one-account__content-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.webflow .one-account__content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 6.5rem;
  padding: 1rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #e5e5e5;
  border-radius: 8px;
}

.webflow .title-section__position-absolute {
  margin-top: -2.5rem;
}

.webflow .max-width-medium {
  max-width: 53rem;
  margin-right: auto;
  margin-left: auto;
}

.webflow .max-width-medium.margin-bottom.margin-medium {
  margin-bottom: 3rem;
}

.webflow .section-tariffs__tabs {
  position: relative;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.webflow .section-tariffs__background {
  position: absolute;
  left: 11rem;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: #f6f3f2;
}

.webflow .section-tariffs__grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.webflow .section-tariffs__menu {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -1rem;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.webflow .tabs-content {
  z-index: 0;
}

.webflow .sectin-tariffs__button {
  padding: 0px;
  background-color: transparent;
}

.webflow .sectin-tariffs__button.w--current {
  padding: 0px;
  background-color: transparent;
}

.webflow .sectin-tariffs__button.margin-horizontal.margin-small {
  margin-right: 1rem;
  margin-left: 1rem;
  color: #666;
}

.webflow .sectin-tariffs__button.margin-horizontal.margin-small:visited {
  border-bottom: 4px solid #002c5f;
}

.webflow .sectin-tariffs__button.margin-horizontal.margin-small.w--current {
  border-bottom: 4px solid #002c5f;
  color: #002c5f;
  font-weight: 700;
}

.webflow .section-tariffs__text-button {
  font-size: 20px;
  line-height: 28px;
}

.webflow .section-tariffs__text-button.margin-bottom.margin-tiny {
  margin-bottom: 0.5rem;
}

.webflow .underline {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -4px;
  width: 100%;
  height: 0.25rem;
  background-color: #002c5f;
}

.webflow .tariff__grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.webflow .tariff__image-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  max-height: 20.625rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.webflow .tariff__image {
  -o-object-fit: cover;
  object-fit: cover;
}

.webflow .tariff__content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.webflow .tariff__content-wrapper.padding-right.padding-medium {
  padding-top: 1.5rem;
  padding-right: 1.5rem;
}

.webflow .parallax-2-1__image-wrapper {
  position: absolute;
  left: auto;
  top: 5.83em;
  right: 0%;
  bottom: auto;
  z-index: -1;
  width: 77.81em;
  height: 43.75em;
  background-image: url('https://fwcdn.pl/prt/rc/sekcja/2021/hyundai/021121/images/parallax-2-2-new-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.webflow .parallax-2-2__image-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 37.08em;
  height: 27.81em;
  background-image: url('https://fwcdn.pl/prt/rc/sekcja/2021/hyundai/021121/images/parallax-2-1.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.webflow .parallax-2-3__image-wrapper {
  position: absolute;
  left: 18.54em;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 23.8em;
  height: 17.19em;
  background-image: url('https://fwcdn.pl/prt/rc/sekcja/2021/hyundai/021121/images/parallax-2-3.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.webflow .container-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.webflow .section-app__image {
  width: 100%;
}

.webflow .section-car__content-wrapper {
  text-decoration: none;
}

.webflow .section-car__image-wrapper {
  width: 100%;
}

.webflow .section-car__image-wrapper.margin-bottom.margin-medium {
  overflow: hidden;
}

.webflow .section-car__link {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #002c5f;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  text-decoration: none;
}

.webflow .section-video {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.webflow .section-video__background {
  width: 100%;
  height: 53.125rem;
  background-image: url('https://fwcdn.pl/prt/rc/sekcja/2021/hyundai/021121/images/background-video.jpg');
  background-size: cover;
}

.webflow .section-video__content-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 64rem;
  height: 39.125rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('https://fwcdn.pl/prt/rc/sekcja/2021/hyundai/021121/images/player-image.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -o-object-fit: fill;
  object-fit: fill;
}

.webflow .section-news__grid {
  display: -ms-grid;
  display: grid;
  margin-bottom: 9rem;
  grid-auto-columns: 1fr;
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-decoration: none;
}

.webflow .section-news__image-wrapper {
  overflow: hidden;
}

.webflow .section-news__content-wrapper {
  text-align: left;
}

.webflow .section-news__content-wrapper.padding-horizontal.padding-xxhuge {
  padding-right: 3rem;
  padding-left: 3rem;
  color: #333;
}

.webflow .section-news__link-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  text-decoration: none;
}

.webflow .section-news__link {
  color: #002c5f;
  font-size: 16px;
  text-decoration: none;
}

.webflow .news-section__icon {
  margin-right: 0.5rem;
}

@media screen and (max-width: 991px) {
  .webflow .page-padding {
    margin-right: 2rem;
    margin-left: 2rem;
  }

  .webflow .header-company__image-wrapper {
    margin-right: 1.5rem;
  }

  .webflow .margin-bottom.margin-medium {
    margin-bottom: 1rem;
  }

  .webflow .margin-bottom.margin-medium.max-width-90 {
    width: 100%;
  }

  .webflow .header-company__title-wrapper.margin-bottom.margin-small {
    width: 100%;
  }

  .webflow .max-width-small {
    max-width: 5.5rem;
  }

  .webflow .heading-h3-mobile {
    font-size: 18px;
    line-height: 24px;
  }

  .webflow .section-images-parallax.margin-vertical.margin-xlarge {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .webflow .margin-vertical.margin-large {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .webflow .decorativ-text {
    font-size: 72px;
    line-height: 80px;
  }

  .webflow .title-section__position-absolute {
    margin-top: -2.5rem;
  }

  .webflow .section-tariffs__tabs {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .webflow .section-tariffs__background {
    left: 0%;
  }

  .webflow .section-tariffs__grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .webflow .section-tariffs__menu {
    margin-top: 1rem;
    margin-left: 0rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .webflow .tariff__grid {
    padding-right: 1rem;
    padding-left: 1rem;
    grid-row-gap: 32px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .webflow .tariff__image-wrapper {
    max-height: none;
  }

  .webflow .tariff__image {
    width: 100%;
  }

  .webflow .tariff__content-wrapper.padding-right.padding-medium {
    padding-top: 0rem;
  }

  .webflow .h2-title {
    margin-top: 0rem;
    font-size: 26px;
    line-height: 34px;
  }

  .webflow .section-video__content-wrapper {
    width: 100vw;
  }

  .webflow .section-news__content-wrapper.padding-horizontal.padding-xxhuge {
    padding-right: 0rem;
    padding-left: 0rem;
  }
}

@media screen and (max-width: 767px) {
  .webflow h2 {
    font-size: 26px;
    line-height: 32px;
  }

  .webflow .page-padding {
    margin-right: 1rem;
    margin-left: 1rem;
  }

  .webflow .header-company__image-wrapper {
    display: none;
  }

  .webflow .margin-bottom.margin-medium {
    margin-bottom: 1rem;
  }

  .webflow .max-width-small.is-short {
    max-width: 4rem;
  }

  .webflow .social-content__grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .webflow .image {
    width: 100%;
  }

  .webflow .heading-h3-mobile {
    font-size: 24px;
    line-height: 32px;
  }

  .webflow .images-parallax__wrapper {
    height: 166.67em;
  }

  .webflow .images-parallax__wrapper.is-second {
    height: 85em;
    max-width: none;
  }

  .webflow .parallax-1__image-wrapper {
    top: 0rem;
    z-index: 1;
    width: 35em;
    height: 31.94em;
  }

  .webflow .parallax-2__image-wrapper {
    top: 15.56em;
    width: 90em;
    height: 44.44em;
  }

  .webflow .parallax-3__image-wrapper {
    top: 53.06em;
    width: 35em;
    height: 30.56em;
  }

  .webflow .parallax-4__image-wrapper {
    top: 88.75em;
    width: 80em;
    height: 47.5em;
  }

  .webflow .parallax-5__image-wrapper {
    left: 3.5em;
    top: 75.56em;
    width: 33.33em;
    height: 22.22em;
  }

  .webflow .parallax-6__image-wrapper {
    top: 141.25em;
    width: 35em;
    height: 25.28em;
  }

  .webflow .margin-vertical.margin-large {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .webflow .decorativ-text {
    font-size: 48px;
    line-height: 72px;
  }

  .webflow .one-account__content-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .webflow .title-section__position-absolute {
    margin-top: -2.5rem;
  }

  .webflow .h2-title {
    margin-top: 0px;
  }

  .webflow .parallax-2-1__image-wrapper {
    left: 5em;
    top: 5em;
    right: 5em;
    bottom: 0%;
    width: 90em;
    height: 50.56em;
  }

  .webflow .parallax-2-2__image-wrapper {
    width: 35em;
    height: 26.25em;
  }

  .webflow .parallax-2-3__image-wrapper {
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 35em;
    height: 25.28em;
  }

  .webflow .container-grid {
    grid-row-gap: 48px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .webflow .section-video__background {
    height: 30rem;
  }

  .webflow .section-video__content-wrapper {
    height: 20rem;
    background-position: 50% 0%;
    background-size: cover;
  }

  .webflow .section-news__grid {
    margin-bottom: 4rem;
    grid-row-gap: 24px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .webflow .image-news {
    width: 100%;
  }

  .webflow .lightbox-link {
    width: 4rem;
  }
}

@media screen and (max-width: 479px) {
  .webflow h2 {
    font-size: 26px;
    line-height: 32px;
  }

  .webflow .margin-bottom.margin-medium {
    margin-bottom: 1rem;
  }

  .webflow .header-company__info-grid {
    grid-row-gap: 8px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .webflow .max-width-small.is-short {
    max-width: 5.5rem;
  }

  .webflow .social-content__text-wrapper.padding-left.padding-medium {
    padding-left: 1rem;
  }

  .webflow .heading-h3-mobile {
    font-size: 16px;
    line-height: 22px;
  }

  .webflow .section-images-parallax.margin-vertical.margin-xlarge {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .webflow .margin-vertical.margin-large {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .webflow .decorativ-text {
    font-size: 32px;
    line-height: 72px;
  }

  .webflow .one-account__content-grid {
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .webflow .title-section__position-absolute {
    margin-top: -2.5rem;
    font-size: 20px;
    line-height: 28px;
  }

  .webflow .sectin-tariffs__button.margin-horizontal.margin-small.w--current {
    border-bottom-width: 0.125rem;
  }

  .webflow .section-tariffs__text-button.margin-bottom.margin-tiny {
    font-size: 14px;
    line-height: 24px;
  }

  .webflow .underline {
    bottom: -0.125rem;
    height: 0.125rem;
  }

  .webflow .tariff__content-wrapper.padding-right.padding-medium {
    padding-right: 0rem;
  }

  .webflow .h2-title {
    font-size: 20px;
    line-height: 28px;
  }

  .webflow .section-video__background {
    height: 25rem;
  }

  .webflow .section-video__content-wrapper {
    height: 15rem;
  }

  .webflow .lightbox-link {
    width: 4rem;
  }
}

#w-node-_0f9d2b4f-f55c-1117-d474-0780cd2fdab6-ceb30290 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_1c8c273d-d274-81b7-cc91-6ecef3bb4a3a-ceb30290 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-a3ca3112-34c6-1296-7195-8bdce299a6af-ceb30290 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_9c38139b-6012-8ca3-ac38-403768b7fc51-ceb30290 {
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 2;
  grid-column-end: 4;
}

#w-node-_4353b884-84f8-02f1-8009-fb4379892964-ceb30290 {
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-column-span: 2;
  grid-column-end: 6;
}

#w-node-c756e970-06f7-6234-94d2-2e9ac0058fc1-ceb30290 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-c756e970-06f7-6234-94d2-2e9ac0058fcb-ceb30290 {
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_299820b5-3a29-f82d-637a-9b32690187ba-ceb30290 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_151d823c-2a28-b44a-01b4-4ce75b951cba-ceb30290 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_32f020ac-5124-e007-e84d-201437706ce8-ceb30290 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_5968e22d-dcd3-a4fc-b3c2-24117e181b3d-ceb30290 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-c756e970-06f7-6234-94d2-2e9ac0058fc1-ceb30290 {
    -ms-grid-column: 1;
    grid-column-start: 1;
  }

  #w-node-c756e970-06f7-6234-94d2-2e9ac0058fcb-ceb30290 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_7ee7eb00-a4a2-abec-357e-b10566df3fdc-ceb30290 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 0;
    grid-row-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-_655761c0-a363-d334-9129-5a9b97337be8-ceb30290 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 0;
    grid-row-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-_32bf4e2d-5b16-9096-6f4d-c08475829c3f-ceb30290 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 0;
    grid-row-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_9c38139b-6012-8ca3-ac38-403768b7fc51-ceb30290 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_4353b884-84f8-02f1-8009-fb4379892964-ceb30290 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 2;
    grid-column-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }

  #w-node-_151d823c-2a28-b44a-01b4-4ce75b951cba-ceb30290 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 0;
    grid-row-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-_5968e22d-dcd3-a4fc-b3c2-24117e181b3d-ceb30290 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 0;
    grid-row-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_4353b884-84f8-02f1-8009-fb4379892964-ceb30290 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

@font-face {
  font-family: 'Hyundaisanshead';
  src: url("data:application/x-font-otf;charset=utf-8;base64,") format('truetype');

  src: url('https://fwcdn.pl/prt/rc/sekcja/2021/hyundai/021121/fonts/HyundaiSansHead-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hyundaisanstext';
  src: url('https://fwcdn.pl/prt/rc/sekcja/2021/hyundai/021121/fonts/HyundaiSansText-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hyundaisanstext';
  src: url('https://fwcdn.pl/prt/rc/sekcja/2021/hyundai/021121/fonts/HyundaiSansText-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hyundaisanstext';
  src: url('https://fwcdn.pl/prt/rc/sekcja/2021/hyundai/021121/fonts/HyundaiSansText-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hyundaisanshead';
  src: url('https://fwcdn.pl/prt/rc/sekcja/2021/hyundai/021121/fonts/HyundaiSansHead-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hyundaisanshead';
  src: url('https://fwcdn.pl/prt/rc/sekcja/2021/hyundai/021121/fonts/HyundaiSansHead-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}