@font-face {
  font-family: Cassannet Plus;
  src: url('../fonts/Cassannet_Plus_Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root {
  --_skygelato-branding---skyblue: #e9f3ff;
  --_skygelato-branding---dark-green: #2a423c;
  --_skygelato-branding---near-black: #1e1e1e;
  --_skygelato-branding---white: white;
}

body {
  background-color: var(--_skygelato-branding---skyblue);
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: var(--_skygelato-branding---dark-green);
  text-align: center;
  font-family: Cassannet Plus, Palatino Linotype, sans-serif;
  font-size: 10vw;
  font-weight: 300;
  line-height: 100%;
}

h2 {
  color: var(--_skygelato-branding---dark-green);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Cassannet Plus, Palatino Linotype, sans-serif;
  font-size: 3vw;
  font-weight: 300;
  line-height: 120%;
}

h3 {
  color: var(--_skygelato-branding---dark-green);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Jost, sans-serif;
  font-size: calc(16px + .8vw);
  font-weight: 400;
  line-height: 120%;
}

p {
  color: var(--_skygelato-branding---near-black);
  text-align: center;
  letter-spacing: .05vw;
  margin-bottom: 0;
  font-family: Jost, sans-serif;
  font-size: calc(12px + 1.2vw);
  font-weight: 300;
  line-height: 140%;
}

a {
  color: var(--_skygelato-branding---near-black);
  text-decoration: none;
}

.frame {
  z-index: 2;
  border-top-style: solid;
  border-top-width: 3px;
  border-top-color: var(--_skygelato-branding---dark-green);
  border-right-style: solid;
  border-right-width: 3px;
  border-right-color: var(--_skygelato-branding---dark-green);
  border-bottom-style: solid;
  border-bottom-width: 3px;
  border-bottom-color: var(--_skygelato-branding---dark-green);
  border-left-style: solid;
  border-left-width: 3px;
  border-left-color: var(--_skygelato-branding---dark-green);
  pointer-events: none;
  border-radius: 20px;
  width: 95vw;
  height: calc(100vh - 5vw);
  margin-left: auto;
  margin-right: auto;
  position: sticky;
  inset: 2.5vw;
}

.frame._404 {
  position: fixed;
}

.section-hero {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding: 5vw;
  display: flex;
  position: absolute;
  top: 0;
}

.section {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding: 5vw;
  display: flex;
}

.section.opis {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  flex-flow: column;
  height: 110vh;
  padding-left: 20vw;
  padding-right: 20vw;
}

.section.opis.duzy {
  height: 60vh;
  padding-left: 10vw;
  padding-right: 10vw;
}

.section.opis.zam-wienie {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  height: 100vh;
}

.section.boxes {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  padding-top: 10vw;
}

.section.boxes.smaki {
  height: 60vh;
}

.section.obrazek {
  height: 50vh;
}

.section.kpo {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  padding-top: 15vw;
  padding-left: 32vw;
  padding-right: 32vw;
  position: absolute;
  top: 0;
}

.section.kpo.bottom {
  justify-content: center;
  align-items: center;
  padding-top: 2.5vw;
  padding-bottom: 2.5vw;
  position: static;
}

.section.proces {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  flex-flow: column;
  height: auto;
  padding: 20vw 20vw 5vw;
}

.section.proces.duzy {
  height: 60vh;
  padding-left: 10vw;
  padding-right: 10vw;
}

.section.proces.zam-wienie {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  height: 100vh;
}

.section.is--slider {
  flex-flow: column;
  align-items: stretch;
  max-width: 100%;
  height: auto;
  padding: 0 20vw 30vw;
  overflow: hidden;
}

.image-hero {
  width: 100%;
  max-width: none;
}

.hero-image {
  display: block;
  position: absolute;
  inset: auto 0% -55%;
}

.box-photo {
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
}

.box-photo.mini {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  aspect-ratio: 1;
  border-radius: 12px;
  flex-flow: column;
  width: 25%;
  height: auto;
}

.box-white {
  background-color: var(--_skygelato-branding---white);
  border-radius: 1vw;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  padding-left: 12vh;
  padding-right: 12vh;
  display: flex;
}

.img-box {
  object-fit: cover;
  object-position: 50% 10%;
  border-radius: 1vw;
  flex: 1;
  width: 100%;
  height: 100%;
}

.img-box.kroki {
  aspect-ratio: 1;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.gliph {
  font-feature-settings: "dlig" on, "salt" on;
}

.img-angel {
  height: 400%;
}

.h2-big {
  color: var(--_skygelato-branding---dark-green);
  font-size: 5vw;
}

.stopka {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 4vw;
  display: grid;
}

.p-stopka {
  text-align: left;
  font-size: calc(14px + .2vw);
}

.stopka-opisy {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.utility-page-wrap {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 20vw;
  padding-right: 20vw;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  display: flex;
}

.smaki {
  font-size: calc(12px + .6vw);
  font-weight: 400;
}

.paragraf-stopka {
  font-size: calc(16px + .2vw);
}

.header {
  z-index: 2;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  height: 9vw;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.header-in {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  background-color: #e9f3ff00;
  border-bottom-right-radius: 2vw;
  border-bottom-left-radius: 2vw;
  justify-content: center;
  align-items: center;
  padding: 5vw 5vw 2.5vw;
  display: flex;
  position: fixed;
}

.button {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--_skygelato-branding---dark-green);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--_skygelato-branding---dark-green);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--_skygelato-branding---dark-green);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--_skygelato-branding---dark-green);
  color: var(--_skygelato-branding---dark-green);
  background-color: #fff0;
  border-radius: 5vw;
  padding: .8vw 1.6vw;
  font-family: Jost, sans-serif;
  font-size: calc(14px + .2vw);
  transition-property: all;
  transition-duration: .6s;
  transition-timing-function: ease;
}

.button:hover {
  background-color: var(--_skygelato-branding---dark-green);
  color: var(--_skygelato-branding---skyblue);
}

.logo {
  width: 200px;
  max-width: none;
}

.p-kpo {
  text-align: left;
  max-width: 800px;
  font-size: 16px;
}

.bold {
  font-weight: 500;
}

.link-header {
  transition: all .6s;
}

.link-header:hover {
  filter: blur(6px);
}

.paragraph {
  font-size: calc(12px + .6vw);
}

.slider-contain {
  position: relative;
}

.wrapper {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
}

.item {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex-flow: column;
  width: 20vw;
  min-width: 20vw;
  height: 50vh;
  margin-right: 1vw;
}

.list {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.kroki {
  grid-row-gap: 1vw;
  flex-flow: column;
  display: flex;
}

.slider-arrow {
  z-index: 1;
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  justify-content: space-between;
  align-items: center;
  width: 70vw;
  margin-bottom: 1vw;
  display: flex;
  position: relative;
  top: 25vh;
  left: -5vw;
  right: -5vw;
}

.arrow-contain {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.opis {
  text-align: left;
  letter-spacing: .02vw;
  font-size: calc(16px + .2vw);
  font-weight: 300;
}

@media screen and (min-width: 1920px) {
  h2 {
    font-size: 3.2vw;
  }

  .paragraph {
    font-size: calc(12px + 1.2vw);
  }
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 7vw;
  }

  p {
    font-weight: 300;
  }

  .frame {
    border-width: 3px;
    width: 90vw;
    height: calc(100vh - 10vw);
    inset: 5vw;
  }

  .section.opis.zam-wienie {
    padding-left: 15vw;
    padding-right: 15vw;
  }

  .section.boxes {
    flex-flow: column;
    height: auto;
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .section.boxes.smaki {
    flex-flow: wrap;
    height: auto;
    padding-bottom: 10vw;
  }

  .section.obrazek {
    height: auto;
  }

  .section.kpo {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
    justify-content: center;
    align-items: center;
    padding-top: 30vw;
    padding-left: 16vw;
    padding-right: 16vw;
  }

  .section.kpo.bottom {
    padding-top: 5vw;
    padding-bottom: 5vw;
  }

  .section.proces.zam-wienie {
    padding-left: 15vw;
    padding-right: 15vw;
  }

  .section.is--slider {
    padding-bottom: 20vw;
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .image-hero {
    aspect-ratio: 1;
    object-fit: cover;
    bottom: -20%;
  }

  .hero-image {
    aspect-ratio: 1;
    object-fit: cover;
    justify-content: center;
    align-items: center;
    display: flex;
    bottom: -25%;
    overflow: hidden;
  }

  .box-photo {
    aspect-ratio: 1;
    width: 100%;
  }

  .box-photo.mini {
    width: 49%;
  }

  .box-white {
    aspect-ratio: 1;
    border-radius: 12px;
    width: 100%;
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .img-box {
    aspect-ratio: 1;
    border-radius: 12px;
  }

  .h2-big {
    font-size: 9vw;
  }

  .heading-3 {
    font-size: 14vw;
  }

  .header-in {
    padding: 10vw 10vw 5vw;
  }

  .button {
    padding: 12px 24px;
  }

  .link-header {
    display: none;
  }

  .item {
    width: 40vw;
    min-width: 40vw;
    max-width: 40vw;
  }

  .kroki {
    grid-row-gap: 2vw;
  }

  .slider-arrow {
    width: 85vw;
    top: 20vh;
    left: -2.5vw;
    right: -2.5vw;
  }
}

@media screen and (max-width: 767px) {
  p {
    font-weight: 400;
  }

  .frame {
    border-width: 2px;
  }

  .section.opis.zam-wienie {
    grid-column-gap: 4vw;
    grid-row-gap: 4vw;
    height: auto;
    padding-top: 15vw;
    padding-bottom: 15vw;
  }

  .section.boxes {
    flex-flow: column;
    padding-bottom: 10vw;
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .section.kpo {
    grid-column-gap: 10vw;
    grid-row-gap: 10vw;
  }

  .section.kpo.bottom {
    padding: 5vw;
  }

  .section.proces.zam-wienie {
    grid-column-gap: 4vw;
    grid-row-gap: 4vw;
    height: auto;
    padding-top: 15vw;
    padding-bottom: 15vw;
  }

  .section.is--slider {
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .stopka {
    grid-column-gap: 8vw;
    grid-row-gap: 8vw;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    margin-top: 8vw;
    display: grid;
  }

  .p-stopka {
    text-align: center;
  }

  .stopka-opisy {
    justify-content: center;
    align-items: center;
  }

  .button {
    border-radius: 10vw;
  }

  .p-kpo {
    max-width: none;
    font-size: 14px;
  }

  .link-header {
    display: none;
  }

  .item {
    height: auto;
    margin-right: 2vw;
  }

  .div-block {
    max-width: 50vw;
  }

  .kroki {
    grid-row-gap: 5vw;
  }

  .slider-arrow {
    top: 15vh;
  }
}

@media screen and (max-width: 479px) {
  p {
    font-size: calc(12px + .6vw);
  }

  .section.opis {
    height: auto;
    padding: 20vw 15vw;
  }

  .section.opis.duzy {
    height: auto;
  }

  .section.kpo {
    padding-left: 16vw;
    padding-right: 16vw;
  }

  .section.kpo.bottom {
    padding: 5vw;
  }

  .section.proces {
    padding-left: 15vw;
    padding-right: 15vw;
  }

  .section.is--slider {
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .image-hero {
    aspect-ratio: 2 / 3;
  }

  .hero-image {
    bottom: -10%;
  }

  .header-in {
    width: 100%;
    padding-top: 15vw;
    padding-bottom: 10vw;
  }

  .logo {
    width: 50%;
  }

  .item {
    width: 75vw;
    min-width: 75vw;
    max-width: none;
    height: auto;
    margin-right: 5vw;
  }

  .kroki {
    grid-row-gap: 5vw;
  }

  .slider-arrow {
    top: 50vw;
  }

  .opis {
    font-size: calc(12px + .6vw);
    font-weight: 400;
  }

  .div-block-2 {
    max-width: 80vw;
  }

  .paragraph-2 {
    font-size: calc(12px + .6vw);
  }
}


@font-face {
  font-family: 'Cassannet Plus';
  src: url('../fonts/Cassannet_Plus_Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}