@charset "UTF-8";
@font-face {
  font-family: 'HKGrotesk-Regular';
  src: url("../fonts/HKGrotesk-Regular.otf") format("opentype");
}
@font-face {
  font-family: 'DidotRegular';
  src: url("../fonts/Didot-Regular.ttf") format("truetype");
}
/* line 1, ../scss/_box.scss */
.box {
  background: white;
  margin-right: 16px;
  margin-left: 16px;
  width: calc(100% - 32px);
  position: relative;
  z-index: 10;
  box-shadow: 0px 0px 20px #00000029;
  color: #102588;
  margin-top: 64px;
}
@media screen and (min-width: 480px) {
  /* line 1, ../scss/_box.scss */
  .box {
    width: 424px;
    margin-top: 96px;
  }
}
@media screen and (min-width: 992px) {
  /* line 1, ../scss/_box.scss */
  .box {
    width: 978px;
  }
}
/* line 21, ../scss/_box.scss */
.box__img {
  width: 100%;
  max-width: 978px;
  margin: 24px 0;
  position: relative !important;
  display: block !important;
}
/* line 29, ../scss/_box.scss */
.box__video {
  background-color: transparent;
}
/* line 33, ../scss/_box.scss */
.box iframe {
  width: 100%;
  height: calc(100vw/1.77777778);
}
@media screen and (min-width: 768px) {
  /* line 33, ../scss/_box.scss */
  .box iframe {
    height: 240px;
  }
}
@media screen and (min-width: 992px) {
  /* line 33, ../scss/_box.scss */
  .box iframe {
    height: 550px;
  }
}
/* line 46, ../scss/_box.scss */
.box__title {
  font-family: "DidotRegular", sans-serif;
}
/* line 49, ../scss/_box.scss */
.box__title--big {
  padding: 40px 16px 24px 16px;
  font-size: 24px;
}
@media screen and (min-width: 768px) {
  /* line 49, ../scss/_box.scss */
  .box__title--big {
    font-size: 32px;
    padding: 40px 32px 24px 32px;
  }
}
@media screen and (min-width: 992px) {
  /* line 49, ../scss/_box.scss */
  .box__title--big {
    font-size: 45px;
    padding: 40px 56px 24px 56px;
  }
}
/* line 66, ../scss/_box.scss */
.box__description {
  font-family: "HKGrotesk-Regular", sans-serif;
  padding: 0 16px;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  /* line 66, ../scss/_box.scss */
  .box__description {
    padding: 0 32px;
  }
}
@media screen and (min-width: 992px) {
  /* line 66, ../scss/_box.scss */
  .box__description {
    padding: 0 56px;
  }
}
/* line 80, ../scss/_box.scss */
.box__small-text {
  padding: 0 16px 40px 16px;
  font-family: "HKGrotesk-Regular", sans-serif;
  font-size: 9px;
  margin-top: 24px;
  word-break: break-word;
}
@media screen and (min-width: 768px) {
  /* line 80, ../scss/_box.scss */
  .box__small-text {
    padding: 0 32px 40px 32px;
  }
}
@media screen and (min-width: 992px) {
  /* line 80, ../scss/_box.scss */
  .box__small-text {
    padding: 0 56px 40px 56px;
  }
}
/* line 96, ../scss/_box.scss */
.box--center {
  text-align: center;
}

/* line 1, ../scss/_title.scss */
.title {
  color: white;
  font-family: "DidotRegular", sans-serif;
  text-align: center;
  box-sizing: border-box;
}
/* line 7, ../scss/_title.scss */
.title--main {
  font-size: 32px;
  margin: 80px 0 120px 0;
  padding: 0 32px;
  width: 100%;
  z-index: 10;
}
@media screen and (min-width: 480px) {
  /* line 7, ../scss/_title.scss */
  .title--main {
    font-size: 40px;
    margin: 120px 0 200px 0;
    max-width: 400px;
  }
}
@media screen and (min-width: 768px) {
  /* line 7, ../scss/_title.scss */
  .title--main {
    font-size: 48px;
    margin: 120px 0 200px 0;
    max-width: 600px;
  }
}
@media screen and (min-width: 992px) {
  /* line 7, ../scss/_title.scss */
  .title--main {
    max-width: 800px;
    margin: 280px 0 368px 0;
    font-size: 80px;
    padding: 0;
  }
}
@media screen and (min-width: 1500px) {
  /* line 7, ../scss/_title.scss */
  .title--main {
    font-size: 88px;
    max-width: 800px;
  }
}
@media screen and (min-width: 1750px) {
  /* line 7, ../scss/_title.scss */
  .title--main {
    font-size: 116px;
    max-width: 1060px;
  }
}
/* line 44, ../scss/_title.scss */
.title--secondary {
  font-size: 32px;
  margin: 60px 0 0 0;
  padding: 0 32px;
}
@media screen and (min-width: 768px) {
  /* line 44, ../scss/_title.scss */
  .title--secondary {
    font-size: 48px;
    padding: 0px;
    max-width: 600px;
  }
}
@media screen and (min-width: 992px) {
  /* line 44, ../scss/_title.scss */
  .title--secondary {
    font-size: 92px;
    max-width: 978px;
  }
}

/* line 1, ../scss/_side-box.scss */
.side-box {
  background: white;
  margin-right: 16px;
  margin-left: 16px;
  width: calc(100% - 32px);
  position: relative;
  z-index: 2;
  box-shadow: 0px 0px 20px #00000029;
  color: #102588;
  margin-top: 64px;
  z-index: 10;
}
@media screen and (min-width: 480px) {
  /* line 1, ../scss/_side-box.scss */
  .side-box {
    width: 424px;
    margin-top: 96px;
  }
}
@media screen and (min-width: 992px) {
  /* line 1, ../scss/_side-box.scss */
  .side-box {
    width: 978px;
    display: flex;
  }
}
/* line 23, ../scss/_side-box.scss */
.side-box__img {
  width: 100%;
  max-width: 978px;
  margin-bottom: -4px;
  position: relative !important;
}
@media screen and (min-width: 992px) {
  /* line 23, ../scss/_side-box.scss */
  .side-box__img {
    width: 50%;
    margin-bottom: 0px;
  }
}
@media screen and (min-width: 992px) {
  /* line 35, ../scss/_side-box.scss */
  .side-box__wrapper {
    display: flex;
    flex-direction: column;
  }
}
/* line 42, ../scss/_side-box.scss */
.side-box__wrapper ul {
  margin-bottom: 32px;
}
@media screen and (min-width: 992px) {
  /* line 42, ../scss/_side-box.scss */
  .side-box__wrapper ul {
    margin: 0;
  }
}
/* line 49, ../scss/_side-box.scss */
.side-box__wrapper ul li {
  font-family: "HKGrotesk-Regular", sans-serif;
  font-size: 16px;
  margin: 4px 16px 0 30px;
}
@media screen and (min-width: 768px) {
  /* line 49, ../scss/_side-box.scss */
  .side-box__wrapper ul li {
    margin: 4px 32px 0 46px;
  }
}
@media screen and (min-width: 992px) {
  /* line 49, ../scss/_side-box.scss */
  .side-box__wrapper ul li {
    margin: 4px 56px 0 70px;
  }
}
/* line 66, ../scss/_side-box.scss */
.side-box__title {
  font-family: "DidotRegular", sans-serif;
}
/* line 69, ../scss/_side-box.scss */
.side-box__title sup {
  font-size: 22px;
}
/* line 73, ../scss/_side-box.scss */
.side-box__title--small {
  padding: 40px 16px 24px 16px;
  font-size: 24px;
}
@media screen and (min-width: 768px) {
  /* line 73, ../scss/_side-box.scss */
  .side-box__title--small {
    font-size: 32px;
    padding: 40px 32px 24px 32px;
  }
}
@media screen and (min-width: 992px) {
  /* line 73, ../scss/_side-box.scss */
  .side-box__title--small {
    padding: 40px 56px 24px 56px;
    font-size: 37px;
  }
}
/* line 88, ../scss/_side-box.scss */
.side-box__title--extra-small {
  padding: 40px 16px 24px 16px;
  font-size: 24px;
}
@media screen and (min-width: 768px) {
  /* line 88, ../scss/_side-box.scss */
  .side-box__title--extra-small {
    font-size: 28px;
    padding: 40px 32px 24px 32px;
  }
}
@media screen and (min-width: 992px) {
  /* line 88, ../scss/_side-box.scss */
  .side-box__title--extra-small {
    padding: 40px 56px 24px 56px;
    font-size: 29px;
  }
}
/* line 105, ../scss/_side-box.scss */
.side-box__description {
  font-family: "HKGrotesk-Regular", sans-serif;
  padding: 0 16px;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  /* line 105, ../scss/_side-box.scss */
  .side-box__description {
    padding: 0 32px;
  }
}
@media screen and (min-width: 992px) {
  /* line 105, ../scss/_side-box.scss */
  .side-box__description {
    padding: 0 56px;
  }
}
/* line 119, ../scss/_side-box.scss */
.side-box__small-text {
  padding: 24px 16px 40px 16px;
  font-family: "HKGrotesk-Regular", sans-serif;
  font-size: 9px;
  margin-top: auto;
  word-break: break-word;
}
@media screen and (min-width: 768px) {
  /* line 119, ../scss/_side-box.scss */
  .side-box__small-text {
    padding: 24px 32px 40px 32px;
  }
}
@media screen and (min-width: 992px) {
  /* line 119, ../scss/_side-box.scss */
  .side-box__small-text {
    padding: 0 56px 40px 56px;
  }
}

/* line 1, ../scss/_container.scss */
.container {
  position: relative;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #1FAFAA;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 64px;
  background-image: url(../img/background.png);
  overflow-x: hidden;
}
@media screen and (min-width: 480px) {
  /* line 1, ../scss/_container.scss */
  .container {
    padding-bottom: 96px;
  }
}

/*
.background-mobile {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    // background-image: url(../img/backgrounds/mobile-background.jpg);

    @include minmd {
        background-image: none;
    }
}
*/
/* line 1, ../scss/_footer.scss */
footer {
  max-width: 978px;
  width: 100%;
  color: white;
  font-family: "HKGrotesk-Regular", sans-serif;
  margin-top: 60px;
  box-sizing: border-box;
  padding: 0 32px;
}
@media screen and (min-width: 992px) {
  /* line 1, ../scss/_footer.scss */
  footer {
    padding: 0;
  }
}
/* line 14, ../scss/_footer.scss */
footer div {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 992px) {
  /* line 14, ../scss/_footer.scss */
  footer div {
    justify-content: space-between;
    flex-direction: row;
  }
}
/* line 26, ../scss/_footer.scss */
footer h1 {
  font-size: 16px;
  text-align: center;
  margin-bottom: 64px;
}
@media screen and (min-width: 480px) {
  /* line 26, ../scss/_footer.scss */
  footer h1 {
    font-size: 21px;
    margin-bottom: 80px;
  }
}
/* line 37, ../scss/_footer.scss */
footer p {
  font-size: 18px;
}
@media screen and (min-width: 480px) {
  /* line 37, ../scss/_footer.scss */
  footer p {
    font-size: 23px;
  }
}
/* line 45, ../scss/_footer.scss */
footer .border {
  border: 2px solid white;
  border-radius: 20px;
  padding: 4px 12px;
  margin-top: 24px;
  width: max-content;
}
@media screen and (min-width: 992px) {
  /* line 45, ../scss/_footer.scss */
  footer .border {
    margin: 0;
  }
}

/*
zdjęcia w tle 
animacje 
zapytać o numery np: (1) czy poprawnie napisane 
brak jednego zdjęcia - animacji przesuwania
poprawić mobile marginy
*/
/* line 1, ../scss/_animation-section.scss */
.animation-section {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
/* line 9, ../scss/_animation-section.scss */
.animation-section img {
  position: absolute;
  max-width: 1000px;
}
@media screen and (max-width: 991px) {
  /* line 9, ../scss/_animation-section.scss */
  .animation-section img {
    display: none;
  }
}
/* line 19, ../scss/_animation-section.scss */
.animation-section__title__left-leaf {
  height: 951px;
  left: -370px;
  top: -390px;
  z-index: 2;
}
@media screen and (max-width: 1499px) {
  /* line 19, ../scss/_animation-section.scss */
  .animation-section__title__left-leaf {
    height: 551px;
    left: -220px;
    top: -160px;
  }
}
@media screen and (max-width: 991px) {
  /* line 19, ../scss/_animation-section.scss */
  .animation-section__title__left-leaf {
    display: block !important;
    height: 251px;
    left: -96px;
    top: -115px;
  }
}
/* line 40, ../scss/_animation-section.scss */
.animation-section__title__left-leaf-bottom {
  height: 951px;
  left: -400px;
  top: 395px;
  z-index: 3;
  rotate: -30deg;
}
@media screen and (max-width: 1499px) {
  /* line 40, ../scss/_animation-section.scss */
  .animation-section__title__left-leaf-bottom {
    height: 551px;
    left: -220px;
    top: 395px;
  }
}
/* line 54, ../scss/_animation-section.scss */
.animation-section__title__left-root {
  height: 974px;
  left: -270px;
  top: -140px;
  rotate: -30deg;
  z-index: 1;
}
@media screen and (max-width: 1499px) {
  /* line 54, ../scss/_animation-section.scss */
  .animation-section__title__left-root {
    height: 574px;
    left: -170px;
    top: 0px;
    rotate: -30deg;
  }
}
@media screen and (max-width: 991px) {
  /* line 54, ../scss/_animation-section.scss */
  .animation-section__title__left-root {
    display: block !important;
    height: 251px;
    left: -70px;
    top: 400px;
    rotate: 33deg;
  }
}
@media screen and (max-width: 479px) {
  /* line 54, ../scss/_animation-section.scss */
  .animation-section__title__left-root {
    top: 200px;
  }
}
/* line 81, ../scss/_animation-section.scss */
.animation-section__title__right-leaf {
  height: 951px;
  right: -370px;
  top: -410px;
  z-index: 2;
}
@media screen and (max-width: 1499px) {
  /* line 81, ../scss/_animation-section.scss */
  .animation-section__title__right-leaf {
    height: 651px;
    right: -270px;
    top: -210px;
  }
}
@media screen and (max-width: 991px) {
  /* line 81, ../scss/_animation-section.scss */
  .animation-section__title__right-leaf {
    display: block !important;
    height: 251px;
    right: -120px;
    top: 170px;
  }
}
/* line 102, ../scss/_animation-section.scss */
.animation-section__title__right-leaf-bottom {
  height: 951px;
  right: -400px;
  top: 395px;
  z-index: 3;
  rotate: 30deg;
}
@media screen and (max-width: 1499px) {
  /* line 102, ../scss/_animation-section.scss */
  .animation-section__title__right-leaf-bottom {
    height: 551px;
    right: -260px;
    top: 395px;
    rotate: 30deg;
  }
}
/* line 117, ../scss/_animation-section.scss */
.animation-section__title__right-root {
  height: 974px;
  right: -320px;
  top: -185px;
  rotate: 210deg;
  z-index: 1;
}
@media screen and (max-width: 1499px) {
  /* line 117, ../scss/_animation-section.scss */
  .animation-section__title__right-root {
    height: 574px;
    right: -180px;
    top: 0px;
    rotate: 210deg;
  }
}
/* line 134, ../scss/_animation-section.scss */
.animation-section__box-1__left-leaf {
  top: 180px;
  left: calc(50% + 171px);
  height: 700px;
  rotate: 160deg;
}
/* line 141, ../scss/_animation-section.scss */
.animation-section__box-1__left-root {
  top: 200px;
  left: calc(50% - 650px);
  height: 800px;
  rotate: -62deg;
}
/* line 148, ../scss/_animation-section.scss */
.animation-section__box-1__right-root {
  top: 448px;
  left: calc(50% + 200px);
  height: 900px;
  rotate: 36deg;
}
/* line 155, ../scss/_animation-section.scss */
.animation-section__box-1__right-leaf {
  top: 422px;
  left: calc(50% - 779px);
  height: 900px;
  rotate: -28deg;
}
/* line 165, ../scss/_animation-section.scss */
.animation-section__box-3__top-leaf {
  top: -90px;
  left: calc(50% - 200px);
  height: 700px;
  rotate: 65deg;
}
/* line 172, ../scss/_animation-section.scss */
.animation-section__box-3__left-leaf {
  top: 220px;
  left: calc(50% + 180px);
  height: 700px;
  rotate: 160deg;
}
/* line 179, ../scss/_animation-section.scss */
.animation-section__box-3__left-root {
  top: 200px;
  left: calc(50% - 650px);
  height: 800px;
  rotate: -62deg;
}
/* line 186, ../scss/_animation-section.scss */
.animation-section__box-3__right-root {
  top: 300px;
  left: calc(50% + 115px);
  height: 900px;
  rotate: -60deg;
}
/* line 193, ../scss/_animation-section.scss */
.animation-section__box-3__right-leaf {
  top: 560px;
  left: calc(50% - 670px);
  height: 500px;
  rotate: -28deg;
}
/* line 203, ../scss/_animation-section.scss */
.animation-section__box-4__left-root {
  top: 100px;
  left: calc(50% - 700px);
  height: 800px;
  rotate: -46deg;
}
/* line 210, ../scss/_animation-section.scss */
.animation-section__box-4__right-leaf {
  top: 120px;
  left: calc(50% + 305px);
  height: 500px;
  rotate: -16deg;
}
/* line 217, ../scss/_animation-section.scss */
.animation-section__box-4__right-leaf-bottom {
  top: 310px;
  left: calc(50% + 240px);
  height: 550px;
  rotate: 10deg;
  z-index: 2;
}

/* line 1, ../scss/_img-comp.scss */
.img-comp-container {
  position: relative;
  height: 200px;
  width: 320px;
  margin-top: 64px;
  /*should be the same height as the images*/
}
@media screen and (min-width: 480px) {
  /* line 1, ../scss/_img-comp.scss */
  .img-comp-container {
    width: 424px;
    height: 270px;
    margin-top: 96px;
  }
}
@media screen and (min-width: 992px) {
  /* line 1, ../scss/_img-comp.scss */
  .img-comp-container {
    height: 600px;
    width: 978px;
  }
}

/* line 20, ../scss/_img-comp.scss */
.img-comp-img {
  position: absolute;
  width: auto;
  height: auto;
  overflow: hidden;
}
/* line 26, ../scss/_img-comp.scss */
.img-comp-img img {
  display: block;
  vertical-align: middle;
  width: 320px;
  height: 200px;
}
@media screen and (min-width: 480px) {
  /* line 26, ../scss/_img-comp.scss */
  .img-comp-img img {
    width: 424px;
    height: 270px;
  }
}
@media screen and (min-width: 992px) {
  /* line 26, ../scss/_img-comp.scss */
  .img-comp-img img {
    width: 978px;
    height: 600px;
  }
}

/* line 44, ../scss/_img-comp.scss */
.img-comp-slider {
  position: absolute;
  z-index: 9;
  cursor: ew-resize;
  /*set the appearance of the slider:*/
  width: 2px;
  height: 100%;
  background-color: #fff;
  top: 0 !important;
}
@media screen and (min-width: 992px) {
  /* line 44, ../scss/_img-comp.scss */
  .img-comp-slider {
    width: 6px;
  }
}
/* line 60, ../scss/_img-comp.scss */
.img-comp-slider::before {
  width: 20px;
  height: 20px;
  border-radius: 20px;
  margin-left: -9px;
  background-color: #fff;
  color: #05afd1;
  content: "◀▶";
  font-size: .4em;
  position: absolute;
  top: 60%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 992px) {
  /* line 60, ../scss/_img-comp.scss */
  .img-comp-slider::before {
    font-size: .7em;
    margin-left: -17px;
    width: 40px;
    height: 40px;
    border-radius: 40px;
  }
}

/* line 12, ../scss/style.scss */
* {
  margin: 0;
  padding: 0;
}

/* line 17, ../scss/style.scss */
body {
  overflow-x: hidden;
}

/* line 21, ../scss/style.scss */
.mobile {
  display: block;
}
@media screen and (min-width: 992px) {
  /* line 21, ../scss/style.scss */
  .mobile {
    display: none;
  }
}

/* line 29, ../scss/style.scss */
.desktop {
  display: none;
}
@media screen and (min-width: 992px) {
  /* line 29, ../scss/style.scss */
  .desktop {
    display: block;
  }
}
