/* GENERAL STYLES */
.buttons {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.buttons .button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45%;
  padding: 0.5rem 0;
  background: #5e6070;
  color: white;
  border-radius: 5px;
  border: 2px solid #5e6070;
  cursor: pointer;
  font-weight: 300;
  text-shadow: none;
  text-decoration: none;
  transition: background 0.7s ease 0s;
}
.buttons .button:hover {
  background: white;
  color: black;
}
.buttons .button.second {
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  background: rgba(51, 51, 51, 0.4);
  border: 2px solid white;
}
.buttons .button.second:hover {
  background: white;
}
.buttons .button.third {
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  background: rgba(51, 51, 51, 0.4);
  color: #5e6070;
  border: 2px solid #5e6070;
}
.buttons .button.light {
  background: #fff;
  color: #5e6070;
  border: 2px solid #fff;
}
.buttons .button.light:hover {
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  background: rgba(51, 51, 51, 0.4);
  border: 2px solid white;
  color: white;
}

.homepage-text {
  font-family: galano-grotesque, sans-serif;
  font-size: clamp(1.6rem, 2cqw, 3.2rem);
}
.homepage-text .section-title {
  font-size: 180%;
  font-weight: 500;
}
.homepage-text .section-title.thin {
  font-weight: 300;
}
.homepage-text .section-subtitle {
  font-size: 110%;
  font-weight: 300;
}
.homepage-text .title {
  font-size: 180%;
  font-weight: 300;
}
.homepage-text .title--small {
  font-size: 155%;
  font-weight: 300;
}
.homepage-text .title--smaller {
  font-size: 100%;
  font-weight: 300;
}
.homepage-text .subtitle {
  font-size: 80%;
  font-weight: 300;
}
.homepage-text .subtitle--small {
  font-size: 60%;
  font-weight: 300;
}
.homepage-text .paragraph {
  font-size: 90%;
}
/* Tymczasowa poprawak dla Actyon (brak jazdy próbnej) */
A.text-grey.actyon {
  display: none;
}
.item-885 > .model-card > .additional_info > .links-container {
  padding-bottom: 39px;
}
.item-886 > .model-card > .additional_info > .links-container {
  padding-bottom: 39px;
}
.item-887 > .model-card > .additional_info > .links-container {
  padding-bottom: 39px;
}
/* devel */ 
/* .item-692 > .model-card > .additional_info > .links-container {
  padding-bottom: 39px;
} */
/* koniec poprawki */
.homepage-text .button {
  font-size: 89%;
}
.homepage-text .text-grey {
  color: rgb(94, 96, 112);
}
.homepage-text .text-white {
  color: white;
}
.homepage-text .ttransform-initial {
  text-transform: initial;
}

.navbar-logo {
  height: 75%;
}

.navbar-brand {
  padding: 0 0 0 2vw;
}
.navbar-brand img {
  height: auto;
  width: 175px;
  max-width: none;
}

.mainmenu-block .mod-languages ul li {
  text-transform: uppercase;
}
.mainmenu-block .mod-languages ul li a {
  line-height: 30px;
}

nav.navbar {
  padding-top: 5px 0;
  background-color: black;
  transition: background-color 0.5s;
  margin-bottom: 0;
}
nav.navbar:hover, nav.navbar:active, nav.navbar:focus {
  background-color: black;
}

.home nav.navbar {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
}
.home nav.navbar:hover, .home nav.navbar:active, .home nav.navbar:focus {
  background-color: black;
}

.mainmenu-block ul li.first-level div.active,
.mainmenu-block ul li.first-level div:hover, .mainmenu-block ul.first-level div:focus, .mainmenu-block ul.lang-inline li div:hover {
  background: none;
}
.mainmenu-block ul li.first-level a, .mainmenu-block ul.lang-inline a {
  text-decoration: none !important;
}

#topmenu {
  text-align: left;
}
#topmenu li > div, #topmenu li > a {
  font-size: 14px;
  font-family: galano-grotesque, sans-serif !important;
  font-weight: 400;
  line-height: 23px;
  color: white;
}
#topmenu li.parent > div, #topmenu li > a {
  border-bottom: 5px solid transparent;
  height: 57px;
  padding: 10px 12px;
}
#topmenu li.first-level.open ul.submenu.dropdown-menu, #topmenu li.first-level:hover ul.submenu.dropdown-menu {
  opacity: 1;
  height: -moz-max-content;
  height: max-content;
  padding-block: calc(56px + 6rem) 3rem;
  display: block;
}
#topmenu li.first-level div.modelmenu:focus, #topmenu li.first-level div.modelmenu.open, #topmenu li.first-level div.modelmenu:hover, #topmenu li.first-level a.modelmenu:focus, #topmenu li.first-level a.modelmenu.open, #topmenu li.first-level a.modelmenu:hover, #topmenu li.first-level div.modelmenu-fr:focus, #topmenu li.first-level div.modelmenu-fr.open, #topmenu li.first-level div.modelmenu-fr:hover, #topmenu li.first-level div.modelmenu-it:focus, #topmenu li.first-level div.modelmenu-it.open, #topmenu li.first-level div.modelmenu-it:hover, #topmenu li.first-level a.modelmenu-fr:focus, #topmenu li.first-level a.modelmenu-fr.open, #topmenu li.first-level a.modelmenu-fr:hover, #topmenu li.first-level a.modelmenu-it:focus, #topmenu li.first-level a.modelmenu-it.open, #topmenu li.first-level a.modelmenu-it:hover {
  border-color: white;
  background: none;
}

#topmenu ul.submenu.dropdown-menu {
  position: fixed;
  width: 100vw;
  left: 0;
  top: 0;
  padding-block: 0;
  background: white;
  z-index: -1;
  opacity: 0;
  transition: height 0.5s, padding 0.5s, opacity 0.5s;
  height: 0;
}
#topmenu ul.submenu.dropdown-menu li {
  opacity: 0;
  height: 0;
  overflow: clip;
}
#topmenu ul.submenu.dropdown-menu li.show {
  opacity: 1;
  height: unset;
  transition: opacity 0.2s ease-in-out;
}
#topmenu ul.submenu.dropdown-menu.top-menu-modelle .top-modelle {
  display: grid;
  grid-template-columns: [modele-start] repeat(auto-fit, minmax(170px, 1fr)) [modele-end];
  container-type: inline-size;
  gap: 3rem 3rem;
  margin-inline: 3rem;
}
#topmenu ul.submenu.dropdown-menu.top-menu-modelle .top-modelle li.vw10 {
  container-type: inline-size;
}
#topmenu ul.submenu.dropdown-menu.top-menu-modelle .top-modelle li.vw10 .model-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
}
#topmenu ul.submenu.dropdown-menu.top-menu-modelle .top-modelle .image-wrapper img {
  width: 100%;
}
#topmenu ul.submenu.dropdown-menu.top-menu-modelle .top-modelle .image-title {
  margin-top: 1rem;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 2;
  color: black;
  text-shadow: none;
  text-transform: uppercase;
}
#topmenu ul.submenu.dropdown-menu.top-menu-modelle .top-modelle .image-title .rasa {
  font-size: 12px;
  font-weight: 300;
  text-transform: capitalize;
}
#topmenu ul.submenu.dropdown-menu.top-menu-modelle .top-modelle .item-minprice {
  font-size: 14px;
  font-weight: 300;
  color: black;
  text-shadow: none;
}
#topmenu ul.submenu.dropdown-menu.top-menu-modelle .top-modelle .additional_info {
  margin-inline: 2rem;
}
#topmenu ul.submenu.dropdown-menu.top-menu-modelle .top-modelle .links-container {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
#topmenu ul.submenu.dropdown-menu.top-menu-modelle .top-modelle .links-container a {
  width: 100%;
  font-size: 14px;
  font-weight: 300;
  text-transform: initial;
  text-shadow: none;
  padding: 0.3rem 0;
}
#topmenu ul.submenu.dropdown-menu.top-menu-modelle .top-modelle .links-container .text-grey {
  position: relative;
  width: -moz-max-content;
  width: max-content;
  color: #5e6070;
  align-self: flex-start;
  margin-inline: 2rem;
}
#topmenu ul.submenu.dropdown-menu.top-menu-modelle .top-modelle .links-container .text-grey span {
  display: block;
  position: absolute;
  top: 0;
  right: -4rem;
  height: 2rem;
  width: 4rem;
  padding: 0.7rem 1rem 0;
  transition: padding 0.5s ease-in-out;
}
#topmenu ul.submenu.dropdown-menu.top-menu-modelle .top-modelle .links-container .text-grey:hover span {
  padding-inline: 2rem 0;
}
#topmenu ul.submenu.dropdown-menu:not(.top-menu-modelle) li a, #topmenu ul.submenu.dropdown-menu:not(.top-menu-modelle) li div {
  color: black;
  margin-bottom: 1rem;
  font-weight: 300;
}

#topmenu .text-menu ul.dropdown-menu > div {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(25%, max-content));
  grid-template-rows: repeat(4, 1fr);
  grid-auto-flow: column;
  justify-items: start;
  margin: 0 5%;
}

/* PREMIUN SUVs section */
.premium-suvs {
  padding-block: 20vh 22vh;
}
.premium-suvs__title {
  font-weight: 600;
}
.premium-suvs__subtitle {
  padding-top: max(2%, 3rem);
  padding-inline: min(6rem, 10vw);
}
.premium-suvs__cards-container {
  container-type: inline-size;
  padding: max(10vw, 4rem) min(4rem, 6vw);
  display: grid;
  grid-template-columns: 1fr;
  gap: max(2rem, 5vw);
}
.premium-suvs__cards-container::before, .premium-suvs__cards-container::after {
  content: none;
}
.premium-suvs .card {
  position: relative;
  overflow: clip;
  aspect-ratio: 13/9;
  border-radius: 1cqi;
  padding: 4cqw 8cqw;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  z-index: 1;
  flex-direction: column;
  background: black;
  container-type: inline-size;
}
.premium-suvs .card__background-img {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 86% !important;
  inset: 0;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top;
     object-position: top;
}
.premium-suvs .card__text {
  font-size: clamp(2rem, 2cqw, 3.2rem);
  line-height: 1;
}
.premium-suvs .card__name {
  font-size: 200% !important;
  line-height: 1.4;
}
.premium-suvs .card__slogan {
  padding-bottom: 1rem;
  font-size: 100%;
}
.premium-suvs .card__price {
  display: none;
  font-size: 100%;
}
.premium-suvs .card__left-overlay {
  display: flex;
  align-items: last baseline;
  gap: 1rem;
}
.premium-suvs .card__right-overlay {
  flex-direction: row;
  gap: 1.5rem;
}
.premium-suvs .card__right-overlay .button {
  width: -moz-max-content;
  width: max-content;
  padding: 0.5rem 1rem;
  font-size: clamp(1.4rem, 3cqw, 1.6rem);
  flex: 1 0 44%;
  display: block ruby;
  text-wrap: nowrap;
}

.mountain-breaker {
  position: relative;
  padding-top: 22vh;
}
.mountain-breaker__background {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
  inset: auto 0 -22vh;
  aspect-ratio: 8/9;
}
.mountain-breaker__background-img {
  width: 100%;
  height: 100%;
}
.mountain-breaker h1, .mountain-breaker h2 {
  text-transform: initial;
}
.mountain-breaker h2 {
  letter-spacing: 0px;
  font-weight: 300;
}
.mountain-breaker .breaker {
  margin: 2rem auto;
  width: 8rem;
  border-bottom: solid 2px white;
}

.zigzag {
  padding-block: 0 10vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-inline: min(4rem, 6vw);
  container-type: inline-size;
  background: black;
}
.zigzag__container {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: "title" "picture" "text" "button";
  gap: max(1rem, 2vw) max(6rem, 6vw);
  text-align: center;
}
.zigzag__container h1 {
  text-transform: initial;
  grid-area: title;
  padding-bottom: 4rem;
  font-size: 160%;
}
.zigzag__container p {
  grid-area: text;
  padding-block: 4rem;
  margin: 0;
}
.zigzag__container .buttons {
  justify-content: space-around;
  grid-area: button;
  font-size: clamp(1.2rem, 3cqw, 1.6rem);
}
.zigzag__container .button {
  width: 75%;
  padding-inline: 3rem;
  font-size: 150%;
}
.zigzag__container img {
  margin-inline: auto;
  grid-area: picture;
  -o-object-fit: cover;
     object-fit: cover;
  align-self: stretch;
  -o-object-position: bottom;
     object-position: bottom;
  border-radius: 1cqi;
}
.zigzag__container:nth-of-type(2) {
  padding-top: 25%;
}

.modelpicker-home {
  position: relative;
  height: 100vh;
  padding-block: 5vh;
  background: black;
}

.modelpicker__title.title {
  position: absolute;
  top: 0;
  width: 100%;
  font-size: 160%;
}
.modelpicker__title.title.show-desktop {
  display: none;
}
.modelpicker__title.title.show-mobile {
  display: block;
}
.modelpicker .gradient {
  position: absolute;
  width: 100%;
  height: 40vh;
  z-index: 1;
}
.modelpicker .gradient--top {
  top: 0;
  background: linear-gradient(0deg, rgba(2, 0, 36, 0) 60%, rgb(0, 0, 0) 90%);
}
.modelpicker .gradient--bottom {
  bottom: 50%;
  background: linear-gradient(180deg, rgba(2, 0, 36, 0) 80%, rgb(0, 0, 0) 100%);
}
.modelpicker__background {
  position: absolute;
  inset: 0 0 50% 0;
  z-index: 0;
}
.modelpicker__background .background-pic {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100% !important;
  -o-object-position: top 20% left 50%;
     object-position: top 20% left 50%;
}
.modelpicker .description {
  container-type: inline-size;
  position: absolute;
  inset: auto 0 0;
}
.modelpicker .description__model {
  width: 100%;
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  color: white;
}
.modelpicker .description__model.active {
  opacity: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  gap: 1rem;
  height: 44vh;
}
.modelpicker .description__model .title {
  font-size: 200%;
  line-height: 0.8;
  text-transform: uppercase;
  max-width: 80vw;
  margin-inline: auto;
  flex-grow: 1;
}
.modelpicker .description__model[data-type=korando-emotion] .title {
  line-height: 1;
}
.modelpicker .description .nav-button {
  position: absolute;
  top: -3px;
  left: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  z-index: 15;
  cursor: pointer;
}
.modelpicker .description .nav-button.nav-left {
  rotate: 180deg;
  translate: calc(-50% - 40cqw);
}
.modelpicker .description .nav-button.nav-right {
  translate: calc(-50% + 40cqw);
}
.modelpicker .description__top-overlay, .modelpicker .description__bottom-overlay {
  display: flex;
  justify-content: space-between;
}
.modelpicker .description__top-overlay {
  padding-block: 1rem;
  gap: 3rem;
  align-items: last baseline;
}
.modelpicker .description__top-overlay .breaker {
  position: relative;
  height: 4rem;
}
.modelpicker .description__top-overlay .breaker::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 2px;
  background: white;
  translate: -50% calc(50% - 1.5rem);
}
.modelpicker .description__bottom-overlay {
  flex-direction: column;
  gap: min(1rem, 3vw);
  font-size: 120%;
}
.modelpicker .description .price {
  flex: 0 1 49%;
  text-align: end;
  font-size: 100%;
}
.modelpicker .description .price .baseline {
  font-weight: 100;
}
.modelpicker .description .price .baseline .enlarge {
  font-weight: 600;
  font-size: 160%;
  margin: 0;
}
.modelpicker .description .version {
  position: relative;
  font-weight: 200;
  font-size: 100%;
  flex: 0 1 49%;
}
.modelpicker .description .buttons {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
}
.modelpicker .description .buttons a {
  width: -moz-max-content;
  width: max-content;
  padding: min(1rem, 1vh) min(5rem, 9vw);
  font-size: 80%;
}
.modelpicker .description .buttons a.show-desktop {
  display: none;
}
.modelpicker .description .buttons a.show-mobile {
  display: block;
  width: 75%;
}
.modelpicker .features {
  margin-bottom: 0;
  padding: 0;
  font-size: 80%;
  list-style: none;
  text-align: center;
}
.modelpicker__features-title {
  font-size: 120%;
  font-weight: 600;
}
.modelpicker .modele-container #carousel {
  height: 41%;
  pointer-events: none;
}
.modelpicker .modele-container #carousel .text-bottom {
  font-size: clamp(2.6rem, 3vw, 3.8rem);
}
.modelpicker .modele-container #carousel .car-img {
  width: 90%;
  max-width: 550px;
}
.modelpicker .modele-container #carousel .car-img a {
  width: 100%;
  display: inline-block;
}
.modelpicker .modele-container #carousel .car-img a img {
  width: 100%;
  max-width: 75vh;
}
.modelpicker .modele-container #carousel .nextRightSecond, .modelpicker .modele-container #carousel .prevLeftSecond, .modelpicker .modele-container #carousel .hideLeft, .modelpicker .modele-container #carousel .hideRight {
  display: none;
}

.new-adventure {
  height: 100vh;
  background: black;
}
.new-adventure .background-pic {
  position: absolute;
}
.new-adventure .gradient {
  position: absolute;
  width: 100%;
  z-index: 1;
}
.new-adventure .gradient--top {
  height: 30vh;
  top: 0;
  background: linear-gradient(0deg, rgba(2, 0, 36, 0) 0%, rgb(0, 0, 0) 100%);
}
.new-adventure .gradient--bottom {
  height: 30vh;
  bottom: 0;
  background: linear-gradient(180deg, rgba(2, 0, 36, 0) 0%, rgb(0, 0, 0) 100%);
}
.new-adventure__container {
  z-index: 1;
  position: absolute;
  inset: 0;
  padding-block: 15vh;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.new-adventure h1 {
  text-transform: initial;
  padding-bottom: min(10rem, 10vh);
  font-size: 180%;
}
.new-adventure .paragraph {
  font-size: 100%;
}
.new-adventure .buttons {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem min(13rem, 10cqw);
  padding-inline: 4rem;
  flex-grow: 1;
}
.new-adventure .buttons .button {
  width: 100%;
  padding: min(1rem, 1vh) min(2rem, 4vw);
}
.new-adventure__hashtag {
  padding-block: min(8rem, 3vh) min(3rem, 4vh);
  margin: 0;
}
.new-adventure .new-adventure__slogan {
  margin-bottom: min(2rem, 2vh);
  font-size: 95%;
}
.new-adventure .new-adventure__social {
  display: flex;
  justify-content: center;
  gap: 5rem;
}
.new-adventure .new-adventure__social .icon {
  width: 30px;
  height: 30px;
}
.new-adventure .new-adventure__social .icon:hover {
  filter: drop-shadow(0 0 10px #481F71);
}

.about-us {
  height: -moz-max-content;
  height: max-content;
}
.about-us .background-pic {
  position: absolute;
  z-index: -1;
}
.about-us .background-pic img {
  aspect-ratio: 3/5;
}
.about-us__container {
  padding-block: 6vh 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.about-us__title, .about-us__text {
  padding-bottom: min(10rem, 6%);
}
.about-us .about-us__text {
  width: 90%;
  max-width: 1400px;
  font-size: 100%;
}
.about-us__video {
  width: 100%;
  max-width: 1200px;
  aspect-ratio: 7/4;
}
.about-us .about-us__made-in-korea {
  flex: 1;
  display: flex;
  align-items: center;
}
.about-us .about-us__made-in-korea h2 {
  margin-block: 5rem;
  font-weight: 400;
  font-size: 100%;
  color: white;
}

.new-adventure,
.about-us {
  width: 100%;
  position: relative;
}
.new-adventure .background-pic,
.about-us .background-pic {
  inset: 0;
}
.new-adventure .background-pic img,
.about-us .background-pic img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.new-adventure .background-pic.new-adventure__background,
.about-us .background-pic.new-adventure__background {
  background: black;
}
.new-adventure .background-pic.new-adventure__background img,
.about-us .background-pic.new-adventure__background img {
  -o-object-fit: cover;
     object-fit: cover;
}
.new-adventure .background-pic.about-us__background,
.about-us .background-pic.about-us__background {
  background: black;
}
.new-adventure .background-pic.about-us__background img,
.about-us .background-pic.about-us__background img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.cookies h3, .cookies h4, .cookies h5 {
  font-weight: 400 !important;
  color: black !important;
  text-transform: uppercase !important;
}
.cookies h4 {
  font-size: 2.4rem !important;
}
.cookies h3 {
  font-size: 2.6rem !important;
}
.cookies #cookie-policy-description, .cookies .ot-sdk-cookie-policy-group-desc {
  font-family: galano-grotesque, arial, helvetica !important;
  font-size: 1.3rem !important;
  color: black !important;
  font-weight: 300 !important;
}

#footermenu {
  display: flex;
  flex-wrap: wrap;
  color: white;
}
#footermenu.menu-horizontal {
  flex-direction: column;
  margin-bottom: 1rem;
  padding-block: 5px 2rem;
  border-bottom: solid 1px white;
}
@media (min-width: 768px) {
  #footermenu.menu-horizontal {
    flex-direction: row;
  }
}
#footermenu.menu-horizontal > li {
  position: relative;
  flex: 0 0 max(16%, 150px);
}
#footermenu.menu-horizontal > li .nav-header {
  display: block;
  padding-block: 2rem 0.8rem;
  font-size: 1.3rem;
  font-weight: 600;
}
#footermenu.menu-horizontal .nav-child {
  padding-left: 0;
}
#footermenu.menu-horizontal .nav-child > li:not(:has(.social)) {
  display: block;
  float: none;
  padding-left: 0;
}
#footermenu.menu-horizontal .nav-child > li:not(:has(.social)) a {
  padding-inline: 0 !important;
  color: inherit;
}
#footermenu.menu-horizontal .nav-child > li:has(.social) {
  float: none;
  margin-right: 1rem;
}
#footermenu.menu-horizontal .nav-child > li:has(.social) a {
  display: inline-block;
  padding: 0 !important;
  width: 25px;
  height: 25px;
}
#footermenu:before, #footermenu::after {
  content: none;
}

.moduletable:has(#bottommenu) {
  float: left;
}

.loading-state {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loading {
  height: 16px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 2px solid #ddd;
  border-top-color: #5e6070;
  animation: loading 1s linear infinite;
}

@keyframes loading {
  to {
    transform: rotate(360deg);
  }
}
@media (min-width: 768px) and (orientation: landscape) {
  .homepage-text .paragraph {
    font-size: 70%;
  }
}
#main > .login {
  padding-top: 100px;
}
#main > .login form {
  margin-inline: auto;
  width: -moz-max-content;
  width: max-content;
}
#main > .login form .control-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: baseline;
}
#main > .login form .control-group > * {
  flex-basis: max(20%, 200px);
}
#main > .login form .control-group > .controls:first-child {
  margin-top: 2rem;
  grid-column: span 2;
  justify-self: center;
}
#main > .login form .control-group > .controls:first-child .btn {
  width: -moz-max-content;
  width: max-content;
}
#main > div > ul.nav.nav-tabs.nav-stacked {
  display: grid;
  width: -moz-max-content;
  width: max-content;
  margin-inline: auto;
}
#main > div > ul.nav.nav-tabs.nav-stacked a {
  text-align: center;
}
#main .profile {
  padding-top: 100px;
  width: -moz-max-content;
  width: max-content;
  margin-inline: auto;
}
#main .profile ul.btn-toolbar {
  position: absolute;
  right: 0;
}
#main .profile-edit {
  padding-top: 100px;
  width: -moz-max-content;
  width: max-content;
  margin-inline: auto;
}
#main .profile-edit legend {
  text-align: center;
}
#main .profile-edit fieldset .control-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: baseline;
}
#main .profile-edit fieldset .control-group input {
  margin-block: 1rem !important;
}
#main .profile-edit fieldset .control-group select {
  width: 100%;
  text-align: center;
}
#main .profile-edit form > .control-group {
  display: block;
  width: -moz-max-content;
  width: max-content;
  margin-inline: auto;
}
#main .logout {
  padding-top: 100px;
}
#main .logout form {
  width: -moz-max-content;
  width: max-content;
  margin-inline: auto;
}

.btn-hamburger.p-absolute {
  position: absolute;
}

@media (min-width: 768px) {
  .section.suv-are-kgm .description .show-mobile {
    display: none;
  }
  .section.suv-are-kgm .description .version {
    font-size: 140%;
  }
  .section.suv-are-kgm .description .price {
    font-size: 140%;
  }
  .section.suv-are-kgm .description .price .baseline .enlarge {
    margin-inline: 1rem;
  }
  .section.suv-are-kgm .description .buttons {
    align-items: stretch;
  }
  .section.suv-are-kgm .description .buttons a {
    width: auto;
    min-width: 80%;
    padding: 0.5rem 4rem;
    font-size: 60%;
    align-self: stretch;
  }
  .section.suv-are-kgm .description .buttons a.show-desktop {
    display: block;
  }
  .section.suv-are-kgm .description .buttons a.show-mobile {
    display: none;
  }
  .section.suv-are-kgm .description__model.active {
    display: flex;
    height: 38vh;
    max-height: 325px;
  }
  .section.suv-are-kgm .description__top-overlay .breaker {
    height: 5rem;
  }
  .section.suv-are-kgm .description__bottom-overlay {
    flex-direction: row;
    gap: min(20rem, 10vw);
  }
  .section.suv-are-kgm .features {
    font-size: 60%;
    list-style: disc;
    padding-left: revert;
    text-align: left;
  }
  .section.suv-are-kgm .modele-container #carousel.showcase {
    height: 62%;
  }
  .section.suv-are-kgm .modele-container #carousel.showcase .text-bottom {
    font-size: clamp(3rem, 3vw, 3.8rem);
  }
  .section.suv-are-kgm .modele-container #carousel.showcase .car-img {
    width: 70%;
    max-width: unset;
  }
  .premium-suvs {
    padding-top: 20vh;
  }
  .premium-suvs__cards-container {
    margin-inline: min(12rem, 7vw);
    gap: max(5rem, 5vw);
    padding: min(12rem, 6vw) 0 0;
  }
  .premium-suvs .card {
    aspect-ratio: 13/8;
    justify-content: space-between;
    align-items: flex-end;
    flex-direction: row;
    padding: 2cqw;
  }
  .premium-suvs .card__background-img {
    height: 100% !important;
  }
  .premium-suvs .card__slogan {
    padding-bottom: 1.6rem;
    font-size: 90%;
  }
  .premium-suvs .card__price {
    display: block;
    font-size: 90%;
  }
  .premium-suvs .card__left-overlay {
    display: block;
  }
  .premium-suvs .card__right-overlay {
    flex-direction: column;
  }
  .premium-suvs .card__right-overlay .button {
    padding: 0.7rem 3rem;
    width: 100%;
  }
  .premium-suvs .card__name {
    font-size: 250% !important;
  }
  .mountain-breaker__background {
    aspect-ratio: 2/1;
    bottom: -22vh;
  }
  .mountain-breaker h1.title {
    font-size: 150%;
  }
  .mountain-breaker h2.section-subtitle {
    font-size: 80%;
  }
  .premium-suvs__cards-container, .zigzag__container {
    grid-template-columns: 1fr 1fr;
  }
  .zigzag {
    padding-inline: 0;
  }
  .zigzag__container {
    margin-inline: min(12rem, 7vw);
    gap: max(1rem, 2vw) max(8rem, 5vw);
    text-align: left;
    grid-template-rows: min-content 1fr min-content;
    grid-template-areas: "title picture" "text picture" "button picture";
  }
  .zigzag__container:nth-of-type(2) {
    grid-template-areas: "picture title" "picture text" "picture button";
    padding-top: 5%;
  }
  .zigzag__container h1 {
    padding-bottom: 1rem;
    font-size: 180%;
  }
  .zigzag__container p {
    padding-block: 0;
  }
  .zigzag__container .buttons {
    display: block;
  }
  .zigzag__container .buttons .button {
    width: -moz-max-content;
    width: max-content;
    padding: 1rem 7rem;
    font-size: 100%;
  }
  .modelpicker .gradient--top {
    background: linear-gradient(0deg, rgba(2, 0, 36, 0) 0%, rgb(0, 0, 0) 80%);
  }
  .modelpicker .gradient--bottom {
    bottom: 0;
    background: linear-gradient(180deg, rgba(2, 0, 36, 0) 0%, rgb(0, 0, 0) 100%);
  }
  .modelpicker__title.title {
    top: 10vh;
  }
  .modelpicker__title.title.show-desktop {
    display: block;
  }
  .modelpicker__title.title.show-mobile {
    display: none;
  }
  .modelpicker__background {
    inset: 0;
  }
  .new-adventure .background-pic.new-adventure__background {
    margin-block: 10vh;
    height: calc(100% - 20vh) !important;
  }
  .new-adventure h1 {
    font-size: 200%;
  }
  .new-adventure .paragraph {
    font-size: 60%;
  }
  .new-adventure__container {
    padding-block: 14vh 8vh;
  }
  .new-adventure .buttons {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    padding-inline: 0;
    font-size: 60%;
  }
  .new-adventure .buttons .button {
    padding: 0.5rem 0;
  }
  .about-us .background-pic img {
    aspect-ratio: unset;
  }
  .about-us__container {
    padding-block: 20vh 0;
  }
  .about-us .about-us__text {
    font-size: 80%;
  }
  .about-us__video {
    width: 80%;
  }
  .about-us .about-us__made-in-korea {
    font-size: 100%;
  }
}
@media (max-width: 400px) and (min-aspect-ratio: 192/426) {
  .modelpicker .description__model.active {
    height: 59vh;
  }
  .modelpicker .description__top-overlay {
    padding-bottom: 2rem;
    align-items: center;
  }
  .modelpicker .description__top-overlay .breaker::before {
    translate: -50% 0;
  }
  .modelpicker .description .price {
    font-size: 80%;
  }
}
@media (min-width: 1200px) {
  .section.suv-are-kgm .description__model.active {
    height: 39vh;
  }
}
@media (min-width: 1400px) {
  .section.suv-are-kgm .description__model.active {
    height: 33.5vh;
  }
}/*# sourceMappingURL=swiss2023.css.map */