:root {
  --gold: #fdd057;
  --white: #fcfcfb;
  --dark-green: #155b31;
  --black: #292929;
  --pink: #fecfdc;
  --mustard: transparent;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

.nav {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fdd056;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center;
  width: 100%;
  height: 50px;
  padding: 0 30px;
  display: grid;
  position: static;
}

.nav.nav-fixed {
  position: fixed;
}

.header {
  grid-column-gap: 16px;
  grid-row-gap: 4px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  height: 90vh;
  min-height: 780px;
  max-height: 900px;
  display: grid;
  overflow: hidden;
}

.img {
  width: 380px;
  height: 640px;
}

.img.img-what {
  width: 100%;
  max-width: 800px;
  height: auto;
  margin-top: 25px;
  margin-bottom: 25px;
}

.section.section-photos {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  padding: 30px;
  display: flex;
}

.h2 {
  z-index: 15;
  color: #fff;
  text-align: center;
  font-family: Clarikaprogeo dm, sans-serif;
  font-size: 36px;
  line-height: 110%;
  position: relative;
}

.h2.h2-recr {
  margin-bottom: 30px;
  font-size: 70px;
}

.heading {
  z-index: 15;
  color: var(--gold);
  text-align: center;
  font-family: Clarikaprogeo dm, sans-serif;
  font-size: 110px;
  line-height: 80%;
  position: relative;
}

.copy {
  z-index: 10;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.image {
  width: auto;
  height: 28px;
}

.p-nav {
  margin-bottom: 0;
  font-family: Clarikaprogrot rg, sans-serif;
  font-size: 18px;
}

.p.p-launch {
  text-align: center;
  max-width: 600px;
  font-family: Clarikaprogeo dm, sans-serif;
  font-size: 28px;
  line-height: 100%;
}

.p.p-recr {
  color: var(--white);
  text-align: center;
  max-width: 800px;
  padding-bottom: 10px;
  font-family: Clarikaprogrot rg, sans-serif;
  font-size: 28px;
  line-height: 120%;
}

.p.p-recr.green {
  color: var(--dark-green);
}

.p.p-recr.green.left, .p.p-recr.left {
  text-align: left;
}

.p.p-recr.left.p-szkol {
  max-width: 57%;
  margin-bottom: 0;
  padding-bottom: 0;
}

.p.p-recr.black {
  color: var(--black);
  text-align: left;
}

.youtube {
  width: 300px;
  height: 600px;
}

.background-video {
  z-index: 10;
  width: 390px;
  height: 700px;
}

.span-italic {
  font-family: kepler-std-caption, sans-serif;
  font-size: 1.08em;
  font-style: italic;
  font-weight: 700;
  line-height: .62em;
}

.img-header {
  z-index: -10;
  height: 700px;
  position: relative;
}

.img-header._2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

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

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.button {
  border: 1px solid var(--dark-green);
  cursor: pointer;
  border-radius: 10000px;
  justify-content: center;
  align-items: center;
  padding: 7px 30px 3px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.button:hover {
  background-color: #cfcfcf33;
}

.button.button-solid {
  margin-top: 10px;
  margin-bottom: 20px;
}

.button.button-white {
  border-color: var(--white);
  color: var(--white);
  width: 180px;
}

.button.button-green {
  background-color: var(--dark-green);
  margin-top: 20px;
  margin-bottom: 20px;
}

.button.left {
  justify-content: flex-start;
  align-items: flex-start;
}

.body {
  color: #292929;
  text-align: left;
  max-width: 460px;
  margin-bottom: 6px;
  font-family: Clarikaprogrot rg, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
}

.body.footer-nav-p {
  color: var(--dark-green);
  font-family: Clarikaprogrot rg, sans-serif;
  font-weight: 400;
}

.body.footer-nav-p.white {
  color: var(--white);
}

.header-bg {
  background-color: #292929a1;
  width: 100%;
  height: 100%;
}

.h3 {
  max-width: 730px;
  margin-bottom: 30px;
  font-family: Clarikaprogrot rg, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
}

.arrow {
  color: #fcfcfb;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.arrow.arrow-green {
  color: #155b31;
}

.mycontain {
  flex: 1;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding: 25px 20px;
  display: block;
}

.mycontain.mycontain-center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.mycontain.mycontain-center.h400 {
  height: 380px;
  padding-top: 0;
  padding-bottom: 30px;
}

.mycontain.mycontain-nopadding {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 100%;
  padding: 0;
  display: grid;
}

.mycontain.mycontain-3col {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.mycontain.mycontain-3col.nomarg {
  margin-top: 0;
}

.mycontain.mycontain-3col.mar100 {
  margin-top: 100px;
}

.mycontain.mycontain-3col.mar100.p0 {
  grid-template-rows: auto auto 100fr;
  grid-auto-rows: 1fr;
  place-items: start;
  padding: 0 0 0 25px;
}

.mycontain.mycontain-3col.mt-0 {
  margin-top: 0;
}

.mycontain.mycontain-2col {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-top: 60px;
  display: flex;
}

.mycontain.mycontain-how {
  flex-direction: column;
  padding-top: 0;
  display: flex;
}

.icon-arrow {
  background-color: #fcfcfb80;
  border-radius: 100%;
  width: 48px;
  height: 48px;
}

.icon-arrow.motion-updown.marg60 {
  margin-top: 60px;
}

.section-fullwidth {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.section-fullwidth.bgmustard {
  background-color: var(--gold);
  padding-top: 50px;
  padding-bottom: 50px;
}

.section-fullwidth.bgmustard.section-nopadding {
  padding: 0;
}

.section-fullwidth.bgmustard.section-nopadding.green {
  background-color: var(--dark-green);
}

.section-fullwidth.bg-yellowg {
  background-image: linear-gradient(180deg, black, var(--white) 0%, #fdd056);
}

.list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 0;
  display: grid;
}

.container {
  flex-direction: column;
  align-items: flex-start;
  padding: 40px;
  display: flex;
}

.container.container-type {
  justify-content: space-between;
  width: 100%;
  max-width: 750px;
  padding: 20px 30px 40px 100px;
}

.container.container-type.nopad {
  padding-bottom: 35px;
  padding-left: 30px;
}

.nopadding-img {
  object-fit: cover;
  width: 100%;
  height: 530px;
}

.nopadding-img.img-auto {
  height: auto;
}

.h2-2 {
  color: #292929;
  margin-bottom: 10px;
  font-family: Clarikaprogeo dm, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 100%;
}

.h2-2.h2-but {
  background-color: #fdd056;
  padding: 11px 20px;
  transform: rotate(-3deg);
}

.h2-2.h2-but.h2-but-2 {
  margin-top: -8px;
  transform: rotate(-1deg);
}

.h2-2.h2-szkol {
  margin-bottom: 30px;
}

.h2-2.h2-left {
  color: var(--dark-green);
  margin-top: 100px;
}

.li {
  background-color: var(--pink);
  justify-content: center;
  align-items: flex-start;
  height: 300px;
  padding-top: 60px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.bold {
  font-family: Clarikaprogeo dm, sans-serif;
}

.bold.bold-big {
  margin-top: 4px;
  margin-bottom: 4px;
  font-size: 40px;
  line-height: 125%;
  display: block;
}

.no-break {
  white-space: nowrap;
}

.h2-white {
  color: var(--white);
  margin-top: 10px;
  font-family: Clarikaprogeo dm, sans-serif;
  font-size: 40px;
}

.div-block {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.body-2 {
  background-color: var(--white);
}

.body-2.bg-green {
  background-color: var(--dark-green);
}

.text-span {
  background-color: var(--gold);
  color: var(--dark-green);
  white-space: nowrap;
  padding: 0 8px 5px;
  font-family: Clarikaprogeo dm, sans-serif;
  display: inline-block;
}

.h120 {
  font-family: Clarikaprogeo dm, sans-serif;
  font-size: 9vw;
  font-weight: 400;
  line-height: 80%;
}

.h120.h120-contact {
  text-align: center;
  line-height: 100%;
}

.h120.h120-contact.contact-big {
  color: var(--dark-green);
  max-width: 70%;
  margin-top: 30px;
  margin-bottom: 60px;
  font-size: 6vw;
}

.h1-italic {
  color: #292929;
  font-family: kepler-std, sans-serif;
  font-size: 1.05em;
  font-style: italic;
  font-weight: 600;
  line-height: 60%;
}

.img-logo {
  width: auto;
  height: 250px;
  margin-right: 0;
  padding-left: 20px;
}

.contact-process {
  justify-content: space-around;
  margin-top: 90px;
  display: flex;
}

.contact-process-step {
  grid-column-gap: 20px;
  grid-row-gap: 10px;
  flex-direction: column;
  align-self: auto;
  align-items: center;
  display: flex;
}

.contact-process-step-icon {
  width: 88px;
  height: 88px;
}

.contact-process-p {
  color: #155b31;
  text-align: center;
  max-width: 110px;
  margin-bottom: 0;
  font-family: Clarikaprogeo dm, sans-serif;
  font-size: 16px;
}

.html-embed {
  height: 100vh;
}

.pc-video {
  object-fit: fill;
  display: block;
  position: static;
  overflow: visible;
}

.pc-video-section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100px;
  display: block;
  overflow: visible;
}

.pc-video-container {
  aspect-ratio: 9 / 16;
  width: auto;
  height: 95vh;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.video {
  position: relative;
}

.meetings-imgs-container {
  width: 100%;
  height: 56vw;
  position: relative;
}

.img-big1 {
  width: 40%;
  position: absolute;
  top: -10%;
  left: 17%;
}

.image-2 {
  width: 37%;
  position: absolute;
  top: 25%;
  left: 43%;
  transform: rotate(15deg);
}

.image-3 {
  width: 14%;
  position: absolute;
  top: -10%;
  left: -2%;
  transform: rotate(-28deg);
}

.image-4 {
  width: 15%;
  position: absolute;
  top: -4%;
  left: 9%;
  transform: rotate(-15deg);
}

.image-5 {
  width: 27%;
  position: absolute;
  top: 11%;
  right: -2%;
  transform: rotate(31deg);
}

.image-6 {
  z-index: 100;
  width: 58%;
  position: absolute;
  top: 15%;
  left: 5%;
}

.image-7 {
  z-index: 101;
  width: 18%;
  position: absolute;
  top: 0%;
  left: 46%;
  transform: rotate(26deg);
}

.image-8 {
  width: 19%;
  position: absolute;
  top: 54%;
  bottom: 10%;
  right: 9%;
  transform: rotate(18deg);
}

@media screen and (min-width: 1440px) {
  .img-header._2 {
    width: 100%;
    height: auto;
    overflow: hidden;
  }

  .container.container-type {
    padding-left: 30px;
  }

  .nopadding-img {
    height: 560px;
  }

  .h120 {
    font-size: 120px;
  }

  .meetings-imgs-container {
    height: 750px;
    margin-top: 100px;
  }
}

@media screen and (max-width: 991px) {
  .img.img-what {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .section.section-photos {
    margin-top: 0;
  }

  .h2.h2-recr {
    font-size: 60px;
  }

  .heading {
    font-size: 100px;
  }

  .copy {
    padding-left: 50px;
    padding-right: 50px;
  }

  .p.p-recr {
    font-size: 22px;
  }

  .p.p-recr.left.p-szkol {
    max-width: 51%;
  }

  .img-header._2 {
    object-fit: cover;
  }

  .button, .button.button-white {
    padding-left: 20px;
    padding-right: 20px;
  }

  .h3 {
    margin-bottom: 16px;
    font-size: 24px;
  }

  .mycontain.mycontain-center.h400 {
    height: 320px;
  }

  .mycontain.mycontain-3col {
    margin-top: 20px;
  }

  .mycontain.mycontain-3col.mar100 {
    margin-top: 60px;
  }

  .mycontain.mycontain-2col {
    margin-top: 30px;
  }

  .section-fullwidth {
    overflow: hidden;
  }

  .container.container-type {
    padding-bottom: 20px;
    padding-left: 30px;
  }

  .nopadding-img {
    height: 340px;
  }

  .h2-2, .h2-2.h2-but {
    font-size: 6vw;
  }

  .h2-2.h2-left {
    margin-top: 50px;
  }

  .body-2.bg-green {
    background-color: var(--dark-green);
  }

  .h120 {
    font-size: 8vw;
  }

  .h120.h120-contact.contact-big {
    max-width: 100%;
    margin-bottom: 40px;
    font-size: 8vw;
  }

  .img-logo {
    height: 190px;
  }

  .contact-process {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: flex-start;
    display: grid;
  }

  .contact-process-step {
    margin-bottom: 10px;
    margin-right: 20px;
  }

  .contact-process-step-icon {
    width: 60px;
    height: 60px;
  }

  .pc-video-container {
    max-width: 100vw;
  }

  .meetings-imgs-container {
    height: 47vw;
    margin-top: 60px;
  }
}

@media screen and (max-width: 767px) {
  .nav {
    grid-template-columns: 102px auto 1fr;
    padding-left: 8px;
    padding-right: 8px;
    display: flex;
  }

  .section.section-photos {
    padding-left: 16px;
    padding-right: 16px;
  }

  .heading {
    font-size: 80px;
  }

  .p-nav {
    font-size: 16px;
    display: none;
  }

  .p.p-recr.left.p-szkol {
    max-width: 90%;
    padding-bottom: 20px;
    font-size: 18px;
  }

  .button {
    overflow: visible;
  }

  .button.button-green {
    margin-top: 0;
    margin-bottom: 0;
  }

  .mycontain.mycontain-center {
    padding-left: 40px;
    padding-right: 40px;
  }

  .mycontain.mycontain-center.h400 {
    height: 220px;
    padding-bottom: 50px;
  }

  .mycontain.mycontain-3col.mar100 {
    margin-top: 30px;
  }

  .mycontain.mycontain-3col.mar100.p0 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    margin-bottom: 80px;
  }

  .mycontain.mycontain-2col {
    flex-direction: column;
    align-items: flex-start;
  }

  .mycontain.mycontain-how {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .container.container-type {
    padding-left: 20px;
  }

  .container.container-type.nopad {
    align-items: flex-start;
    padding-left: 20px;
  }

  .nopadding-img {
    height: auto;
  }

  .nopadding-img._2col {
    height: 100%;
  }

  .h2-2.h2-but, .h2-2.h2-but.h2-but-2 {
    font-size: 5.5vw;
  }

  .h2-2.h2-left {
    margin-top: 20px;
  }

  .li {
    height: 260px;
  }

  .bold.bold-big {
    font-size: 25px;
  }

  .h2-white {
    font-size: 30px;
  }

  .div-block {
    flex-direction: column;
    align-items: flex-start;
  }

  .h120.h120-contact.contact-big {
    margin-bottom: 40px;
  }

  .img-logo {
    align-self: auto;
    padding-bottom: 20px;
    padding-left: 0;
  }

  .contact-process {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-wrap: wrap;
    margin-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact-process-step {
    grid-column-gap: 20px;
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .contact-process-p {
    text-align: center;
  }

  .meetings-imgs-container {
    height: 60vw;
  }
}

@media screen and (max-width: 479px) {
  .nav {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    justify-content: center;
    height: auto;
    padding-top: 10px;
    padding-bottom: 2px;
  }

  .header {
    height: auto;
    min-height: 710px;
  }

  .h2 {
    font-size: 26px;
  }

  .h2.h2-recr {
    font-size: 40px;
  }

  .heading {
    font-size: 53px;
  }

  .copy {
    padding-bottom: 20px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .image {
    margin-bottom: 6px;
  }

  .p-nav {
    background-color: #fff;
    padding-left: 9px;
    padding-right: 9px;
  }

  .p.p-launch {
    margin-top: 38px;
  }

  .p.p-recr.green.left {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .background-video {
    width: 100vw;
    height: 78vh;
    display: none;
  }

  .img-header {
    object-fit: cover;
    width: 100vw;
    height: 78vh;
    overflow: hidden;
  }

  .button {
    display: block;
  }

  .button.button-green {
    margin-top: 20px;
  }

  .button.button-nav {
    display: none;
  }

  .button.button-nav.center {
    display: block;
  }

  .h3 {
    font-size: 20px;
  }

  .h3.type-green.type-center {
    margin-top: 10px;
    font-size: 16px;
  }

  .mycontain.mycontain-center {
    padding: 30px 40px;
  }

  .mycontain.mycontain-center.h400 {
    height: 160px;
    padding: 0 0 18px;
  }

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

  .mycontain.mycontain-3col {
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding-bottom: 0;
  }

  .mycontain.mycontain-3col.mar100 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .mycontain.mycontain-3col.mar100.p0 {
    margin-top: -20px;
    margin-bottom: 50px;
  }

  .mycontain.mycontain-2col {
    padding-left: 0;
  }

  .icon-arrow.motion-updown.marg60 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .section-fullwidth {
    padding-top: 0;
  }

  .section-fullwidth.bgmustard {
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

  .container.container-type.nopad {
    padding-left: 20px;
  }

  .h2-2 {
    font-size: 24px;
  }

  .h2-2.h2-but {
    padding: 6px 10px;
    font-size: 30px;
  }

  .h2-2.h2-but.h2-but-2 {
    font-size: 21px;
  }

  .h2-2.h2-szkol {
    margin-bottom: 10px;
    font-size: 30px;
  }

  .li {
    height: 215px;
    padding-top: 40px;
  }

  .h120 {
    margin-bottom: 0;
    font-size: 15vw;
    line-height: 100%;
  }

  .h120.h120-contact.contact-big {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 40px;
  }

  .img-logo {
    padding-left: 20px;
  }

  .contact-process {
    grid-row-gap: 20px;
    flex-direction: column;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .contact-process-step {
    flex-direction: row;
    justify-content: center;
  }

  .contact-process-p {
    text-align: left;
    width: 110px;
  }

  .meetings-imgs-container {
    height: 60vw;
    margin-top: 90px;
  }
}

#w-node-_3bd6ad1b-fb59-f537-27ad-37e3147044d6-7f91b614 {
  justify-self: start;
}

#w-node-_1881296a-0335-3231-6bd2-e9b38f6826a9-7f91b614 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4f84bf37-3a84-a03f-1b45-339b324b0afd-7f91b614 {
  justify-self: end;
}

#w-node-_957300a5-939c-6780-41ff-b902e25f85a4-7f91b614 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-a1f6d6a7-5dfd-058e-c5ac-123f85644d99-7f91b614 {
  order: -9999;
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_267c8fac-39a0-6a88-8728-27ac7b063769-7f91b614 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-aec42a98-92dc-6617-46dd-cea90be05213-7f91b614 {
  justify-self: start;
}

#w-node-aec42a98-92dc-6617-46dd-cea90be05214-7f91b614 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aec42a98-92dc-6617-46dd-cea90be05217-7f91b614 {
  justify-self: end;
}

#w-node-_3bd6ad1b-fb59-f537-27ad-37e3147044d6-e7bbdc08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_1881296a-0335-3231-6bd2-e9b38f6826a9-e7bbdc08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d40fad02-4ec4-1ab3-fbfb-34e2d10f03f9-e7bbdc08 {
  justify-self: end;
}

#w-node-_267c8fac-39a0-6a88-8728-27ac7b063769-e7bbdc08 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-a1f6d6a7-5dfd-058e-c5ac-123f85644d99-e7bbdc08 {
  order: -9999;
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-aa46f4f8-e9a0-79a9-eb19-bad4cc181833-e7bbdc08 {
  place-self: center end;
}

#w-node-cc65e47d-f14c-b854-af1a-08c473429eb0-e7bbdc08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d6021fcb-1d07-4732-c6e6-f43ac0d00bc1-e7bbdc08, #w-node-_7791b1e0-8006-f0ed-43ef-85110811534c-e7bbdc08 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c67fe7c2-cfca-4917-d02c-37dee4183299-e7bbdc08 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  justify-self: center;
}

#w-node-_495f6a1a-50c0-474f-65fc-6f98e03e5657-e7bbdc08 {
  place-self: start end;
}

#w-node-f146916a-c310-f862-e131-1d2113825da2-e7bbdc08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_9098a07b-7804-dbd6-4902-94469264e9f9-e7bbdc08 {
  grid-area: 2 / 1 / 2 / 2;
  justify-self: center;
}

#w-node-_003dbd9c-dfda-f2df-9ae5-a4234c0cb9a9-e7bbdc08 {
  grid-area: 3 / 1 / 4 / 2;
  place-self: start;
}

#w-node-dc541456-3ad0-3a93-7803-c5b29d1e8b1f-e7bbdc08 {
  grid-area: span 3 / span 2 / span 3 / span 2;
}

#w-node-aec42a98-92dc-6617-46dd-cea90be05213-e7bbdc08 {
  justify-self: start;
}

#w-node-aec42a98-92dc-6617-46dd-cea90be05214-e7bbdc08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a9d98b1-5cc7-0a21-8271-fa2b53008b00-e7bbdc08 {
  justify-self: end;
}

#w-node-_3bd6ad1b-fb59-f537-27ad-37e3147044d6-f934bc56 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_1881296a-0335-3231-6bd2-e9b38f6826a9-f934bc56 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3bd6ad1b-fb59-f537-27ad-37e3147044d6-6bf36a4f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_1881296a-0335-3231-6bd2-e9b38f6826a9-6bf36a4f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d40fad02-4ec4-1ab3-fbfb-34e2d10f03f9-6bf36a4f {
  justify-self: end;
}

#w-node-_267c8fac-39a0-6a88-8728-27ac7b063769-6bf36a4f {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-a1f6d6a7-5dfd-058e-c5ac-123f85644d99-6bf36a4f {
  order: -9999;
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-aa46f4f8-e9a0-79a9-eb19-bad4cc181833-6bf36a4f {
  place-self: center end;
}

#w-node-cc65e47d-f14c-b854-af1a-08c473429eb0-6bf36a4f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d6021fcb-1d07-4732-c6e6-f43ac0d00bc1-6bf36a4f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c67fe7c2-cfca-4917-d02c-37dee4183299-6bf36a4f {
  grid-area: span 1 / span 3 / span 1 / span 3;
  justify-self: center;
}

#w-node-_495f6a1a-50c0-474f-65fc-6f98e03e5657-6bf36a4f {
  place-self: start end;
}

#w-node-aec42a98-92dc-6617-46dd-cea90be05213-6bf36a4f {
  justify-self: start;
}

#w-node-aec42a98-92dc-6617-46dd-cea90be05214-6bf36a4f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a9d98b1-5cc7-0a21-8271-fa2b53008b00-6bf36a4f {
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-cc65e47d-f14c-b854-af1a-08c473429ec1-e7bbdc08 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_4261cf96-3517-edbc-1133-77d95b2257b3-e7bbdc08 {
    grid-area: 2 / 3 / 3 / 4;
  }

  #w-node-cc65e47d-f14c-b854-af1a-08c473429ec1-6bf36a4f {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_4261cf96-3517-edbc-1133-77d95b2257b3-6bf36a4f {
    grid-area: 2 / 3 / 3 / 4;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_9e5a88cb-e025-5362-00de-b94154204a5d-e7bbdc08 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-d6021fcb-1d07-4732-c6e6-f43ac0d00bc1-e7bbdc08 {
    grid-area: 2 / 1 / 2 / 4;
  }

  #w-node-_7791b1e0-8006-f0ed-43ef-851108115345-e7bbdc08 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_7791b1e0-8006-f0ed-43ef-85110811534c-e7bbdc08 {
    grid-area: 2 / 1 / 2 / 4;
  }

  #w-node-f146916a-c310-f862-e131-1d2113825da2-e7bbdc08 {
    justify-self: start;
  }

  #w-node-_9098a07b-7804-dbd6-4902-94469264e9f9-e7bbdc08, #w-node-_003dbd9c-dfda-f2df-9ae5-a4234c0cb9a9-e7bbdc08 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-dc541456-3ad0-3a93-7803-c5b29d1e8b1f-e7bbdc08 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_9e5a88cb-e025-5362-00de-b94154204a5d-6bf36a4f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-d6021fcb-1d07-4732-c6e6-f43ac0d00bc1-6bf36a4f {
    grid-area: 2 / 1 / 2 / 4;
  }
}

@media screen and (max-width: 479px) {
  #w-node-cc65e47d-f14c-b854-af1a-08c473429ec1-e7bbdc08, #w-node-_4261cf96-3517-edbc-1133-77d95b2257b3-e7bbdc08 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9e5a88cb-e025-5362-00de-b94154204a5d-e7bbdc08 {
    grid-column: span 1 / span 1;
  }

  #w-node-d6021fcb-1d07-4732-c6e6-f43ac0d00bc1-e7bbdc08 {
    grid-column-end: 2;
  }

  #w-node-_7791b1e0-8006-f0ed-43ef-851108115345-e7bbdc08 {
    grid-column: span 1 / span 1;
  }

  #w-node-_7791b1e0-8006-f0ed-43ef-85110811534c-e7bbdc08 {
    grid-column-end: 2;
  }

  #w-node-c67fe7c2-cfca-4917-d02c-37dee4183299-e7bbdc08, #w-node-f146916a-c310-f862-e131-1d2113825da2-e7bbdc08, #w-node-_9098a07b-7804-dbd6-4902-94469264e9f9-e7bbdc08, #w-node-_003dbd9c-dfda-f2df-9ae5-a4234c0cb9a9-e7bbdc08 {
    grid-column: span 1 / span 1;
  }

  #w-node-cc65e47d-f14c-b854-af1a-08c473429ec1-6bf36a4f, #w-node-_4261cf96-3517-edbc-1133-77d95b2257b3-6bf36a4f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9e5a88cb-e025-5362-00de-b94154204a5d-6bf36a4f {
    grid-column: span 1 / span 1;
  }

  #w-node-d6021fcb-1d07-4732-c6e6-f43ac0d00bc1-6bf36a4f {
    grid-column-end: 2;
  }

  #w-node-c67fe7c2-cfca-4917-d02c-37dee4183299-6bf36a4f {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Clarikaprogeo dm';
  src: url('../fonts/ClarikaProGeo-Dm.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clarikaprogrot rg';
  src: url('../fonts/ClarikaProGrot-Rg.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}