.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

.my-contain {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero_section {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 70vh;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.hero_section.rodo {
  flex-direction: row;
  height: 40vh;
}

.sticky-nav {
  z-index: 100;
  background-color: #fff;
  align-items: center;
  width: 100%;
  min-height: 90px;
  max-height: 100px;
  padding: 20px;
  display: flex;
  position: sticky;
  top: 0;
  box-shadow: 0 4px 24px #15489b1a;
}

.nav-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content max-content max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-content: center space-between;
  align-items: center;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
  display: flex;
}

.nav-logo-link {
  justify-content: flex-start;
  align-items: center;
  height: 60px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: flex;
}

.nav-logo {
  object-fit: contain;
  object-position: 0% 50%;
  width: auto;
  min-width: 100%;
  max-width: none;
  height: 100%;
  display: block;
}

.nav-link {
  color: #26467c;
  margin-left: 0;
  margin-right: 32px;
  padding: 10px 0;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.nav-link:hover {
  text-decoration: underline;
}

.button {
  background-image: linear-gradient(45deg, #ec193f, #ff002e);
  border-radius: 4px;
  margin-top: 0;
  font-weight: 600;
}

.button.button-2.nomargin {
  margin-top: 24px;
  margin-left: 0;
}

.photo_hero {
  justify-content: flex-end;
  width: auto;
  display: flex;
}

.image {
  flex: 0 auto;
  display: block;
}

.div-block {
  width: 100%;
}

.hero {
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: block;
}

.flex-container {
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-image-mask {
  justify-content: flex-end;
  width: 80%;
  margin-left: 40px;
  display: flex;
}

.hero-image {
  object-fit: contain;
  object-position: 50% 50%;
  flex: 0 .5 auto;
  display: block;
}

.heading {
  color: #ec193f;
  margin-bottom: 0;
  font-family: Barlow, sans-serif;
  font-weight: 600;
}

.heading.dark {
  color: #26467c;
  margin-bottom: 16px;
}

.heading-2 {
  color: #26467c;
  margin-top: 5px;
  font-weight: 600;
}

.body {
  color: #26467c;
  letter-spacing: .1px;
  font-family: Barlow, sans-serif;
}

.paragraph {
  color: gray;
  margin-top: 20px;
  margin-bottom: 32px;
  font-weight: 300;
}

.button_oferta {
  text-align: center;
  white-space: nowrap;
  background-color: #26467c;
  border: 1px #26467c;
  border-radius: 4px;
  width: 130px;
  margin-right: 24px;
  padding-left: 32px;
  padding-right: 32px;
  font-weight: 600;
  transition: all .5s;
  box-shadow: 0 10px 20px #26467c33;
}

.button_oferta:hover {
  box-shadow: none;
}

.div-block-2 {
  width: 100%;
}

.button_mampytanie {
  color: #26467c;
  text-align: center;
  white-space: nowrap;
  background-color: #0000;
  border: 2px solid #26467c;
  border-radius: 4px;
  width: 140px;
  padding-left: 32px;
  padding-right: 32px;
  font-weight: 600;
  transition: all .4s ease-out;
}

.button_mampytanie:hover {
  background-color: #e8edf5;
}

.partners {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  background-color: #0000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: center;
  align-self: center;
  place-items: center;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.partners.whitebg {
  background-color: #0000;
  grid-template-rows: auto;
}

.partner_logo {
  opacity: .65;
  filter: saturate(0%);
  max-height: 32px;
  transition: all .4s ease-out;
}

.partner_logo:hover {
  opacity: 1;
  filter: saturate();
}

.why_section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-3 {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin: 32px auto 10px;
  font-weight: 600;
  display: flex;
}

.paragraph-2 {
  text-align: center;
}

.paragraph-2.paragraph {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 60%;
  margin: 2px auto 50px;
  display: flex;
}

.dlaczego {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: flex;
}

.grid {
  background-image: url('../images/dotted_line.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 70%;
  background-attachment: scroll;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-flow: row;
  justify-content: center;
  place-items: center;
  width: 100%;
  padding-left: 50px;
  padding-right: 50px;
}

.div-block-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-4 {
  text-align: center;
}

.title_section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.about_section {
  background-color: #26467c;
  width: 100%;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding: 32px;
  display: flex;
}

.about_section.rodo {
  display: none;
}

.h1_white {
  color: #fff;
  margin-top: 0;
  margin-bottom: 16px;
  font-weight: 600;
}

.h1_white.dark {
  color: #26467c;
}

.text-about {
  color: #26467c;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  width: auto;
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.paragraph-3 {
  color: #fff;
  margin-bottom: 16px;
  font-weight: 300;
  line-height: 22px;
}

.paragraph-3.dark {
  color: #26467c;
  margin-top: 24px;
}

.image-2 {
  flex-direction: row;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 70%;
  display: flex;
}

.image-about {
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: flex-end;
  max-height: 250px;
  display: flex;
}

.stopka {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding: 48px 24px 16px;
  display: flex;
}

.navbar {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.container {
  background-color: #fff;
}

.brand {
  background-image: url('../images/logo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 59px;
}

.link-block {
  display: flex;
}

.menu {
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.top-bar {
  justify-content: space-between;
  align-items: center;
  display: none;
}

.link {
  color: #26467c;
  text-align: center;
  margin-right: 40px;
  font-weight: 400;
  text-decoration: none;
}

.navbar-2 {
  background-color: #0000;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: static;
}

.brand-2 {
  background-color: #0000;
  border: 1px #000;
  width: auto;
  max-height: 60px;
}

.container-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.columns {
  align-items: center;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-menu {
  align-items: center;
  display: flex;
}

.navbar-3 {
  z-index: 9999999;
  opacity: 1;
  background-color: #382521;
  border: 0 #f2bd6b;
  border-bottom-width: 3px;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: auto;
  max-height: 80px;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
  position: static;
  top: 0;
  box-shadow: 0 0 25px 1px #1a110fbf;
}

.mojkontener {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-left {
  justify-content: flex-start;
  width: auto;
  margin-left: 40px;
  margin-right: 0;
  display: flex;
}

.nav-link-2 {
  opacity: 1;
  align-self: center;
  margin-left: 10px;
  margin-right: 10px;
  padding: 16px;
}

.nav-link-2.w--current {
  background-color: #0000;
}

.nav-right {
  justify-content: flex-end;
  width: auto;
  margin-left: 0;
  margin-right: 40px;
  display: flex;
}

.nav-link-3 {
  color: #26467c;
  border: 0 #000;
  margin-right: 16px;
  transition: all .3s ease-out;
}

.nav-link-3:hover {
  background-color: #e8edf5;
  border-top: 1px #000;
  border-bottom: 3px #26467c;
  border-left: 1px #000;
  border-right: 0 #000;
  border-radius: 4px;
  font-weight: 400;
}

.nav-link-3.w--current {
  color: #26467c;
  background-color: #e8edf5;
  border-radius: 4px;
}

.button-2 {
  background-image: linear-gradient(45deg, #ec193f, #ff002e);
  border-radius: 4px;
  margin-left: 24px;
  font-weight: 600;
  transition: all .5s;
  box-shadow: 0 10px 20px #ee173e26;
}

.button-2:hover {
  box-shadow: none;
}

.button-2.nomargin {
  box-shadow: 0 10px 20px #ee173e33;
}

.button-2.nomargin:hover {
  box-shadow: none;
}

.column-2 {
  padding-top: 0;
  padding-bottom: 0;
}

.referencje {
  background-color: #e8edf5;
  padding-top: 24px;
}

.formularz {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
  padding-top: 0;
  padding-bottom: 32px;
  display: flex;
}

.html-embed {
  z-index: 10;
  max-width: 1100px;
  margin: 40px auto;
  padding-left: 24px;
  padding-right: 24px;
  position: relative;
}

.heading-5 {
  text-align: center;
  max-width: 1100px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 24px;
  font-weight: 600;
}

.text-block {
  color: #26467c;
  justify-content: center;
  align-self: center;
  align-items: center;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.link-block-2 {
  flex-direction: row;
  justify-content: center;
  align-self: center;
  align-items: center;
  height: 48px;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  transition: all .4s;
  display: flex;
}

.link-block-2:hover {
  background-color: #26467c1a;
  border-radius: 4px;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
}

.image-5 {
  align-self: center;
  margin-right: 8px;
}

.footer {
  background-color: #e8edf5;
}

.email {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.image-6 {
  margin-right: 8px;
}

.telefon, .lokalizacja {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.div-block-7 {
  background-color: #26467c4d;
  justify-content: center;
  align-items: center;
  height: 48px;
  margin-top: 32px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.text-block-2, .text-block-3, .text-block-4 {
  font-size: 16px;
}

.kontakt {
  color: #26467c;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: stretch;
  width: auto;
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.html-embed-2 {
  border: 10px solid #fff;
  border-radius: 4px;
  max-width: none;
  display: none;
}

.onas {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block-5 {
  max-width: 90%;
}

.link-2 {
  color: #26467c;
  font-size: 16px;
  text-decoration: none;
}

.html-embed-3 {
  width: 100%;
  display: none;
}

.body-2 {
  color: #26467c;
}

.paragraph-4 {
  max-width: 90%;
}

.div-block-9 {
  z-index: 2000;
  background-color: #fff;
  width: 100%;
  height: 50px;
  position: relative;
  inset: 100% 0% 0%;
}

.link-3 {
  color: #26467c;
  text-decoration: none;
}

.form {
  flex-direction: column;
  margin-top: 16px;
  display: flex;
}

.submit-button {
  background-color: #26467c;
  border-radius: 4px;
  transition: all .3s ease-out;
}

.submit-button:hover {
  background-color: #11284e;
}

.textarea, .text-field, .text-field-2, .text-field-3 {
  border-radius: 4px;
}

.success-message {
  background-color: #e8edf5;
  border-radius: 4px;
}

.text-block-6 {
  color: #ec1a3f;
}

.form-block {
  min-width: 300px;
}

.partners_wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.partnerzy {
  background-color: #e8edf5;
  width: 100%;
  padding-top: 32px;
  padding-bottom: 32px;
}

.partnerzy2 {
  background-color: #0000;
  width: 100%;
  padding-top: 32px;
  padding-bottom: 32px;
}

.link-block-3 {
  max-width: 45%;
  max-height: 250px;
}

.image-7 {
  border: 10px solid #fff;
  border-radius: 8px;
}

.map {
  width: 500px;
  height: 400px;
}

@media screen and (max-width: 991px) {
  .sticky-nav {
    align-items: center;
    position: sticky;
  }

  .heading-2 {
    font-size: 32px;
    line-height: 40px;
  }

  .heading-3 {
    margin-bottom: 0;
  }

  .paragraph-2.paragraph {
    margin-top: 16px;
  }

  .navbar-2 {
    justify-content: space-between;
    display: flex;
  }

  .brand-2 {
    background-image: none;
    min-width: 250px;
  }

  .container-2 {
    justify-content: flex-end;
  }

  .columns {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .column {
    align-self: center;
    align-items: center;
    display: flex;
  }

  .nav-menu {
    text-align: center;
    background-color: #fff;
    border-radius: 4px;
    justify-content: center;
    align-self: center;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    box-shadow: 0 10px 30px #26467c4d;
  }

  .navbar-3 {
    justify-content: center;
  }

  .nav-left {
    justify-content: flex-start;
    margin-left: 1%;
  }

  .nav-right {
    justify-content: flex-end;
    margin-right: 1%;
  }

  .nav-link-3 {
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .button-2.nomargin {
    margin-top: 16px;
    margin-left: 0;
  }

  .column-2 {
    justify-content: space-between;
    display: flex;
  }

  .icon {
    text-align: center;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0 0;
    background-size: 125px;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    display: flex;
  }

  .image-4 {
    width: 32px;
    height: 32px;
  }

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

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

  .partnerzy {
    margin-top: 32px;
  }
}

@media screen and (max-width: 767px) {
  .sticky-nav {
    position: sticky;
  }

  .nav-grid {
    text-align: center;
  }

  .button.button-2.nomargin {
    margin-top: 16px;
  }

  .hero {
    padding: 40px 20px;
  }

  .flex-container {
    flex-direction: column;
  }

  .hero-image-mask {
    order: -1;
    width: auto;
    margin-left: 10px;
    margin-right: 0;
    display: none;
  }

  .hero-image {
    height: auto;
  }

  .div-block-2 {
    order: -1;
  }

  .partners {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    padding: 20px 50px;
  }

  .heading-3 {
    max-width: 90%;
    margin-top: 40px;
  }

  .paragraph-2.paragraph {
    width: auto;
    max-width: 90%;
    margin-top: 20px;
  }

  .grid {
    grid-row-gap: 54px;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
    grid-template-rows: auto auto;
    grid-template-columns: 2fr 2.5fr 2fr 2fr;
    align-content: center;
    align-items: stretch;
  }

  .heading-4 {
    flex: 1;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .title_section {
    margin-top: 30px;
  }

  .text-about {
    text-align: center;
    align-items: center;
    max-width: 90%;
  }

  .image-2 {
    text-align: center;
    align-self: flex-end;
  }

  .image-about {
    text-align: center;
    flex-direction: row;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
  }

  .stopka {
    flex-direction: column;
    padding-left: 32px;
    padding-right: 32px;
  }

  .navbar-2 {
    display: flex;
  }

  .brand-2 {
    background-image: none;
  }

  .container-2 {
    justify-content: flex-end;
  }

  .columns {
    justify-content: flex-start;
    min-width: 250px;
  }

  .navbar-3 {
    z-index: 800;
    box-shadow: none;
    opacity: 1;
    background-color: #0000;
    flex-direction: column;
    justify-content: space-between;
    height: auto;
    max-height: none;
    padding-top: 0;
    position: fixed;
    top: -1000px;
  }

  .mojkontener {
    flex-direction: column;
  }

  .nav-left {
    opacity: 1;
    text-align: center;
    background-color: #382521;
    flex-direction: column;
    width: 100%;
    margin-left: 0%;
    padding-top: 132px;
  }

  .nav-link-2 {
    opacity: 1;
  }

  .nav-right {
    opacity: 1;
    text-align: center;
    background-color: #382521;
    border-bottom: 2px solid #f2bd6b;
    flex-direction: column;
    width: 100%;
    margin-top: -1px;
    margin-right: 0%;
    padding-bottom: 25px;
  }

  .image-3 {
    flex: 1;
    display: block;
  }

  .div-block-6 {
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 100%;
    height: auto;
    display: flex;
  }

  .kontakt {
    text-align: center;
    align-items: center;
    max-width: 90%;
    margin-bottom: 16px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .onas {
    flex-direction: column;
    justify-content: center;
    padding-left: 32px;
    padding-right: 32px;
  }

  .text-block-5 {
    text-align: center;
  }

  .link-block-3 {
    max-width: 90%;
  }
}

@media screen and (max-width: 479px) {
  .hero_section {
    justify-content: center;
  }

  .sticky-nav {
    padding: 0;
  }

  .nav-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: 100px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    justify-items: center;
    list-style-type: none;
  }

  .nav-logo-link {
    border-top: 1px solid #c4c4c4;
  }

  .nav-link {
    border-top: 1px solid #c4c4c4;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .heading-2 {
    font-size: 32px;
  }

  .button_oferta {
    width: 120px;
  }

  .button_mampytanie {
    justify-content: center;
    align-items: center;
    width: 120px;
    display: flex;
  }

  .partners {
    margin-top: 32px;
  }

  .partner_logo {
    max-width: none;
    max-height: 30px;
  }

  .heading-3 {
    margin-top: 32px;
    font-size: 32px;
  }

  .paragraph-2.paragraph {
    width: 90%;
  }

  .grid {
    padding-left: 24px;
    padding-right: 24px;
  }

  .h1_white {
    font-size: 32px;
  }

  .text-about {
    text-align: center;
    align-items: center;
    width: 100%;
    max-width: none;
  }

  .image-2 {
    align-self: center;
    margin-top: 24px;
  }

  .image-about {
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
  }

  .stopka {
    flex-direction: column;
    padding-left: 25px;
    padding-right: 25px;
  }

  .brand-2 {
    min-width: 100px;
  }

  .navbar-3 {
    z-index: 999;
  }

  .nav-right {
    padding-bottom: 23px;
  }

  .div-block-5 {
    display: flex;
  }

  .formularz {
    background-color: #e8edf5;
    justify-content: center;
    padding-left: 24px;
    padding-right: 24px;
  }

  .heading-5 {
    font-size: 32px;
  }

  .link-block-2 {
    justify-content: flex-end;
  }

  .kontakt {
    text-align: center;
    align-items: center;
    max-width: none;
  }

  .html-embed-2 {
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .onas {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-8 {
    justify-content: center;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .text-block-5 {
    text-align: center;
  }
}

#w-node-_8d003119-afe1-dfc6-52f3-98d6f24a0196-fc565b13 {
  place-self: center;
}

#w-node-ff9ca80c-0833-1bcc-f29f-3c4e49803207-fc565b13, #w-node-_71866cf6-6b30-9156-16ae-f27fc6fe1923-fc565b13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_5ab03392-2ef5-6e63-9d18-fb38fb4280bd-fc565b13, #w-node-_0c4fb71a-5a79-1a71-c187-958800bd5167-fc565b13 {
  place-self: center;
}

#w-node-d877b685-84bc-37eb-a85a-0d2512d793a7-fc565b13 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-_794f301f-35c0-bfff-00a1-0d2c02fc9e3c-fc565b13, #w-node-_571c1ace-972c-143f-ebe0-b62e9ab49866-fc565b13, #w-node-_3d3483d3-dc70-216f-5b63-87a39007ee8d-fc565b13, #w-node-_2ec5d0aa-e886-688e-3cc0-f622659d8330-fc565b13, #w-node-_7751f6c0-d90d-f418-c88a-a24960243c60-fc565b13, #w-node-_9cdae73e-00be-38a4-91de-a96e055f06d1-fc565b13, #w-node-_39de8731-62d1-56e6-dbd3-c864389cfbbf-fc565b13, #w-node-_0af610c0-bfb6-dd82-cd7a-12845f7bb22f-fc565b13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-cfbc4034-4255-1a80-eeb3-d86e1e26fbec-fc565b13 {
  place-self: center;
}

#w-node-cfbc4034-4255-1a80-eeb3-d86e1e26fbed-fc565b13, #w-node-cfbc4034-4255-1a80-eeb3-d86e1e26fbee-fc565b13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-cfbc4034-4255-1a80-eeb3-d86e1e26fbef-fc565b13, #w-node-cfbc4034-4255-1a80-eeb3-d86e1e26fbf0-fc565b13 {
  place-self: center;
}

#w-node-cfbc4034-4255-1a80-eeb3-d86e1e26fbf1-fc565b13 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-cfbc4034-4255-1a80-eeb3-d86e1e26fbf2-fc565b13, #w-node-cfbc4034-4255-1a80-eeb3-d86e1e26fbf3-fc565b13, #w-node-cfbc4034-4255-1a80-eeb3-d86e1e26fbf4-fc565b13, #w-node-cfbc4034-4255-1a80-eeb3-d86e1e26fbf5-fc565b13, #w-node-cfbc4034-4255-1a80-eeb3-d86e1e26fbf6-fc565b13, #w-node-cfbc4034-4255-1a80-eeb3-d86e1e26fbf7-fc565b13, #w-node-cfbc4034-4255-1a80-eeb3-d86e1e26fbf8-fc565b13, #w-node-cfbc4034-4255-1a80-eeb3-d86e1e26fbf9-fc565b13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_670cbce8-29c3-cdf1-ee76-62672ef44839-ba565b16 {
  place-self: center;
}

#w-node-_670cbce8-29c3-cdf1-ee76-62672ef4483a-ba565b16, #w-node-_670cbce8-29c3-cdf1-ee76-62672ef4483b-ba565b16 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_670cbce8-29c3-cdf1-ee76-62672ef4483c-ba565b16, #w-node-_670cbce8-29c3-cdf1-ee76-62672ef4483d-ba565b16 {
  place-self: center;
}

#w-node-_670cbce8-29c3-cdf1-ee76-62672ef4483e-ba565b16 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-_670cbce8-29c3-cdf1-ee76-62672ef4483f-ba565b16, #w-node-_670cbce8-29c3-cdf1-ee76-62672ef44840-ba565b16, #w-node-_670cbce8-29c3-cdf1-ee76-62672ef44841-ba565b16, #w-node-_670cbce8-29c3-cdf1-ee76-62672ef44842-ba565b16, #w-node-_670cbce8-29c3-cdf1-ee76-62672ef44843-ba565b16, #w-node-_670cbce8-29c3-cdf1-ee76-62672ef44844-ba565b16, #w-node-_670cbce8-29c3-cdf1-ee76-62672ef44845-ba565b16, #w-node-_670cbce8-29c3-cdf1-ee76-62672ef44846-ba565b16 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

@media screen and (max-width: 767px) {
  #w-node-c5797853-82d0-f1a1-8d79-60affdd0ba5e-fc565b13, #w-node-aaa9616b-55ad-45d3-9308-92b254cf2095-fc565b13, #w-node-_8f3ceac6-a34f-8211-2a79-bde7d7eab4e7-fc565b13, #w-node-_340fd39e-0e50-74c7-e0ac-7231df0d184e-fc565b13 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }
}


