:root {
  --_colors---multientity-01: #231f20;
  --_colors---multientity-05: #f1f1f1;
  --_colors---multientity-02: #554d4f;
  --_colors---multientity-04: #c6c0c1;
  --_colors---multientity-03: #8c8284;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.body {
  background-color: var(--_colors---multientity-01);
  font-family: Darker Grotesque, sans-serif;
}

.logo-img {
  max-width: 210px;
}

.container {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
}

.container.nav-container {
  justify-content: space-between;
  align-items: center;
  display: block;
}

.container.hero-about-container {
  justify-content: flex-start;
  align-items: flex-end;
  height: 100%;
  padding-right: 0;
  display: flex;
}

.container.key {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  flex-flow: column;
  display: flex;
}

.container.real-container {
  justify-content: space-between;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.container.import-container {
  padding-top: 15vh;
  padding-bottom: 15vh;
}

.container.partners-container {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.container.footer-wrapper {
  grid-column-gap: 58px;
  grid-row-gap: 58px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 5vh;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.navbar {
  background-color: var(--_colors---multientity-01);
  padding-top: 50px;
  padding-bottom: 50px;
}

.nav-links {
  color: var(--_colors---multientity-05);
  padding: 0;
  font-size: 20px;
  font-weight: 500;
}

.nav-links.nav-contact {
  background-color: var(--_colors---multientity-02);
  border-radius: 4px;
  height: 100%;
  padding: 17px 32px;
}

.nav-links.nav-contact:hover {
  background-color: var(--_colors---multientity-05);
  color: var(--_colors---multientity-01);
}

.nav-menu {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading {
  color: var(--_colors---multientity-05);
  text-transform: uppercase;
  font-family: Darker Grotesque, sans-serif;
  font-size: 140px;
  font-weight: 500;
  line-height: 100%;
}

.hero-2 {
  height: 100svh;
  margin-bottom: -30%;
  position: static;
  transform: translate(0, -40%);
}

.hero-wrapper {
  padding-bottom: 5vh;
  position: relative;
}

.hero-about-wrapper {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 500px;
  max-width: 500px;
  margin-bottom: 60px;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.map {
  z-index: 10;
  width: 100%;
  height: 100%;
  position: sticky;
  bottom: 0;
  right: -50px;
}

.map::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: -40px;
  bottom: 0;
  background-color: rgba(251, 207, 40, 0);
  background-image: linear-gradient(90deg, rgba(89, 131, 252, 0) 58%, rgba(35, 31, 32, 1) 100%), url();
  background-size: auto;
  background-position: left top;
  background-repeat: repeat;
  pointer-events: none;
  border-right: 100px solid #231f20;
  filter: blur(13px);
  z-index: 1;
}

@media screen and (max-width: 991px) {
  .map::after {
    background: transparent;
    border-right: none;
    filter: none;
  }
}

.map.mobile {
  display: none;
}

.hero-text-top {
  z-index: 10;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--_colors---multientity-01);
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.hero-text-bottom {
  width: 500px;
  height: 250px;
  position: relative;
  overflow: hidden;
}

.hero-text {
  color: var(--_colors---multientity-05);
  font-size: 24px;
  line-height: 110%;
}

.hero-text.hero-text-1 {
  margin-bottom: 0;
  font-weight: 500;
  position: absolute;
  top: 0;
  left: 0;
}

.hero-text.hero-text-2 {
  font-weight: 500;
  position: absolute;
  left: 0;
}

.hero-text.hero-text-3 {
  margin-bottom: 0;
  font-weight: 500;
  position: absolute;
  top: 0;
  left: 0;
}

.h2 {
  color: var(--_colors---multientity-05);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 50px;
  font-weight: 600;
}

.map-trigger {
  background-color: var(--_colors---multientity-01);
  width: 1px;
  height: 1px;
  margin-top: 35%;
  margin-bottom: auto;
}

.key-values {
  z-index: 1;
  margin-bottom: 40px;
}

.key-heading-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.key-line {
  background-color: var(--_colors---multientity-04);
  width: 100%;
  height: 1px;
}

.h3 {
  color: var(--_colors---multientity-04);
  text-transform: uppercase;
  white-space: nowrap;
  word-break: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 150px;
  font-weight: 500;
  line-height: 80%;
}

.h3.import {
  text-align: center;
}

.h3.white-headng {
  color: var(--_colors---multientity-05);
}

.h3.white-headng.import {
  background-image: none;
}

.h3.white-headng.partners {
  text-align: center;
  padding-top: 10vh;
  padding-bottom: 7vh;
}

.key-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.key-grid.partners {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  grid-template-rows: auto;
}

.key-grid.brands {
  grid-template-columns: 1fr 1fr;
}

.key-item {
  background-color: var(--_colors---multientity-04);
  aspect-ratio: 1;
  border-radius: 8px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 40px 32px;
  display: flex;
}

.key-item.key-item-center {
  justify-content: center;
  align-items: center;
}

.key-item.parner-item {
  aspect-ratio: auto;
  background-color: #0000;
  border: 2px solid #c6c0c1;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  padding-bottom: 80px;
  position: relative;
}

.key-item.parner-item.brands-item {
  aspect-ratio: 1;
  justify-content: space-between;
  align-items: stretch;
  padding-bottom: 60px;
  overflow: clip;
}

.key-top {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.key-sub-title {
  color: var(--_colors---multientity-01);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 600;
  line-height: 80%;
}

.key-number {
  color: var(--_colors---multientity-01);
  font-size: 24px;
  font-weight: 500;
}

.key-text {
  color: var(--_colors---multientity-01);
  font-size: 24px;
  font-weight: 500;
  line-height: 110%;
}

.hero-number-wrapper {
  width: 30px;
  height: 20px;
  position: relative;
  overflow: hidden;
}

.hero-number {
  color: var(--_colors---multientity-05);
  font-size: 24px;
  font-weight: 500;
  position: absolute;
}

.real-estate {
  margin-bottom: 0;
}

.real-img {
  flex: 1;
  width: 100%;
}

.real-text-wrapper {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: column;
  flex: 1;
  margin-left: 73px;
  display: flex;
}

.real-text {
  color: var(--_colors---multientity-05);
  font-size: 24px;
  font-weight: 500;
  line-height: 110%;
}

.real-text.import {
  background-image: none;
  margin-top: 5vh;
  margin-left: 5vh;
}

.import {
  background-image: linear-gradient(90deg, #000000b3 25%, #30303000 70%, #fff0);
  height: auto;
}

.import-bg {
  height: auto;
  min-height: 90vh;
}

.import-text-wrapper {
  width: 50%;
}

.partners {
  padding-bottom: 3vw;
}

.partner-logo {
  text-align: center;
}

.partner-txt {
  text-align: left;
  margin-top: 40px;
}

.partner-txt.partner-link {
  text-align: right;
  text-transform: uppercase;
  flex-flow: column-reverse wrap;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
  position: absolute;
  bottom: 40px;
  right: 40px;
}

.text {
  color: #f1f1f1;
  font-size: 24px;
  font-weight: 500;
  line-height: 110%;
}

.text.partner-link {
  text-transform: uppercase;
}

.text.black-txt {
  color: #231f20;
}

.footer {
  background-color: #f1f1f1;
  padding-top: 10vh;
  padding-bottom: 7vh;
}

.footer-left {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  width: 50%;
  display: flex;
}

.footer-left.nav {
  display: none;
}

.footer-right {
  width: 50%;
  display: block;
  position: relative;
}

.footer-right.nav {
  display: none;
}

.footer-cta {
  text-transform: uppercase;
  font-size: 50px;
  font-weight: 600;
  line-height: 50px;
}

.submit-button {
  float: right;
  color: #231f20;
  background-color: #0000;
  border: 1px solid #231f20;
  border-radius: 8px;
}

.submit-button.text {
  border-radius: 100px;
  width: 115px;
  margin-top: 50px;
}

.text-field {
  background-color: #0000;
  border-bottom: 1px solid #000;
}

.text-field.pole-formularza {
  border: 1px solid #000;
}

.text-field.text {
  padding-top: 16px;
  padding-bottom: 16px;
}

.text-field.text.black-txt {
  border: none;
  border-bottom: 1px solid #8c8284;
}

.text-field-2 {
  background-color: #0000;
  border-bottom: 1px solid #000;
}

.text-field-2.text {
  padding-top: 16px;
  padding-bottom: 16px;
}

.text-field-2.text.black-txt {
  border: none;
  border-bottom: 1px solid #8c8284;
}

.text-field-3 {
  background-color: #0000;
  border-bottom: 1px solid #000;
}

.text-field-3.text {
  padding-top: 16px;
  padding-bottom: 16px;
}

.text-field-3.text.black-txt {
  border: none;
  border-bottom: 1px solid #8c8284;
}

.text-block {
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
  position: absolute;
  bottom: 0;
  right: 0;
}

.footer-logo {
  max-width: 80%;
}

.form {
  flex-flow: column;
}

.qick {
  max-width: 65%;
}

.qick.cola {
  z-index: 1;
  max-width: 75%;
  position: absolute;
  top: 0;
  transform: translate(-170%);
}

.qick.energy {
  z-index: 2;
  max-width: 75%;
  position: absolute;
  top: 22%;
  left: 13%;
  transform: translate(-119%);
}

.qick.icy {
  z-index: 3;
  max-width: 75%;
  position: absolute;
  inset: auto 0% 0% auto;
  transform: translate(98%);
}

.dippdo {
  position: absolute;
}

.dippdo.d-1 {
  transform: translate(-44%, -143%);
}

.dippdo.d-2 {
  transform: translate(83%, -300%);
}

.dippdo.d-3 {
  transform: translate(59%, -300%);
}

.dippdo.d-4 {
  transform: translate(200%, -400%);
}

.lottie-animation, .dippdo-chips {
  position: absolute;
  inset: 0%;
}

.arrow-main {
  border: 1px solid var(--_colors---multientity-05);
  cursor: pointer;
  border-radius: 100px;
  padding: 22px 11px;
}

.arr-link {
  margin-top: 5%;
}

.map-wrapper {
  z-index: 11;
  position: relative;
}

@media screen and (max-width: 991px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.hero-about-container {
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 10vh;
  }

  .container.real-container {
    flex-flow: row-reverse wrap-reverse;
  }

  .container.import-container {
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

  .container.footer-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 1vh;
  }

  .nav-links {
    color: var(--_colors---multientity-01);
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 24px;
  }

  .nav-links.nav-contact {
    color: var(--_colors---multientity-05);
    text-align: center;
    border-radius: 400px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    height: auto;
    margin: 16px 0 20px;
    padding: 14px 30px;
    display: block;
  }

  .nav-menu {
    background-color: #f1f1f1;
    align-items: stretch;
    height: 100svh;
    padding-top: 37px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading {
    font-size: 72px;
  }

  .h2 {
    font-size: 40px;
  }

  .map-trigger {
    margin-top: 5%;
  }

  .h3 {
    font-size: 50px;
  }

  .h3.white-headng.import {
    background-color: #0000;
  }

  .h3.white-headng.partners {
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

  .key-grid {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .key-grid.brands {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .key-sub-title {
    font-size: 32px;
  }

  .real-text-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    margin-bottom: 30px;
  }

  .real-text.import {
    background-color: #0000;
    margin-left: auto;
    margin-right: auto;
  }

  .import {
    background-color: #00000080;
    background-image: none;
  }

  .import-bg {
    min-height: auto;
  }

  .import-text-wrapper {
    width: 100%;
  }

  .partners.brands {
    padding-bottom: 5vw;
  }

  .footer {
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

  .footer-left {
    text-align: left;
    width: 80%;
  }

  .footer-left.nav {
    align-items: flex-start;
    width: 100%;
    margin-bottom: 24px;
    display: flex;
  }

  .footer-right {
    width: 80%;
    display: block;
  }

  .footer-right.nav {
    width: 100%;
    display: block;
  }

  .text-block {
    right: 0;
  }

  .footer-logo {
    max-width: 100%;
  }

  .menu-button {
    -webkit-text-stroke-color: #f1f1f1;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .icon {
    color: #f1f1f1;
  }

  .line-1 {
    background-color: var(--_colors---multientity-05);
    width: 40px;
    height: 1.5px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .line-2, .line-3 {
    background-color: var(--_colors---multientity-05);
    width: 40px;
    height: 1.5px;
    margin-top: 12px;
    padding-bottom: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .nav-links.nav-contact {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .heading {
    font-size: 56px;
  }

  .footer-right.nav {
    display: block;
  }

  .menu-button {
    color: #f1f1f1;
    background-color: #0000;
  }

  .menu-button.w--open {
    background-color: #0000;
  }
}

@media screen and (max-width: 479px) {
  .logo-img {
    justify-content: flex-start;
    align-items: center;
    width: auto;
    max-width: 100%;
    display: inline-flex;
    overflow: clip;
  }

  .container.hero-about-container {
    flex-flow: column;
    justify-content: space-between;
    padding-top: 5vh;
  }

  .navbar {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .hero-1 {
    height: 100svh;
  }

  .heading {
    font-size: 60px;
  }

  .hero-2 {
    margin-bottom: 0%;
    transform: translate(0);
  }

  .hero-about-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    background-color: var(--_colors---multientity-01);
    box-shadow: 7px 7px 15px 9px var(--_colors---multientity-01);
    width: auto;
    max-width: none;
  }

  .map {
    display: none;
    right: 0;
  }

  .map.mobile {
    flex: 0 auto;
    height: auto;
    display: block;
    position: absolute;
    bottom: -27px;
  }

  .hero-text-bottom {
    width: 90vw;
    height: 220px;
  }

  .hero-text.hero-text-1 {
    width: 100%;
    line-height: 100%;
    inset: 0%;
  }

  .hero-text.hero-text-2, .hero-text.hero-text-3 {
    line-height: 100%;
    inset: 0%;
  }

  .key-heading-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .h3.white-headng.import {
    text-align: left;
  }

  .h3.white-headng.partners {
    padding-bottom: 30px;
  }

  .key-item {
    padding: 32px 24px;
  }

  .key-item.parner-item.brands-item {
    aspect-ratio: auto;
  }

  .key-logo {
    max-width: 50%;
  }

  .real-estate {
    margin-bottom: 40px;
  }

  .real-text-wrapper {
    margin-left: 20px;
  }

  .real-text.import {
    margin-top: 30px;
  }

  .footer-right.nav {
    display: block;
  }

  .brand {
    justify-content: flex-start;
    align-items: center;
    max-width: 70%;
    padding-top: 1vh;
    display: flex;
  }

  .qick.cola {
    max-width: 80%;
    top: 20%;
  }

  .qick.energy {
    max-width: 80%;
    top: 34%;
  }

  .qick.icy {
    max-width: 80%;
    bottom: 20%;
  }

  .line-1 {
    background-color: var(--_colors---multientity-05);
    width: 40px;
    height: 1.5px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .line-2, .line-3 {
    background-color: var(--_colors---multientity-05);
    width: 40px;
    height: 1.5px;
    margin-top: 12px;
    padding-bottom: 0;
    padding-right: 0;
  }
}


/* Loading indicator styles */
.w-form-loading {
  display: none;
  text-align: center;
  padding: 20px;
  margin-top: 10px;
}

.loading-spinner {
  display: inline-flex;
  align-items: center;
  color: #666;
  font-size: 14px;
}

.loading-spinner::before {
  content: '';
  width: 16px;
  height: 16px;
  margin-right: 8px;
  border: 2px solid #ddd;
  border-top: 2px solid #333;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}