.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-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  color: #333;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.3;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.4;
}

h4 {
  margin-top: 2rem;
  margin-bottom: .5rem;
  font-family: Playfair Display, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
}

img {
  max-width: 100%;
  display: inline-block;
}

.proxn_section_footer {
  background-color: #f6f4ef;
  padding-top: 8rem;
  padding-bottom: 4rem;
}

.proxn_container {
  z-index: 2;
  max-width: 1380px;
  flex: 1;
  padding-left: 2rem;
  padding-right: 2rem;
  position: relative;
}

.proxn_container.top {
  display: flex;
}

.proxn_container.hero_1 {
  justify-content: flex-end;
  align-items: center;
  padding-right: 1rem;
  display: flex;
}

.proxn_box_logo_center {
  text-align: center;
}

.proxn_grid_3_footer {
  grid-column-gap: 4rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.proxn_link_footer {
  color: #333;
  font-family: Playfair Display, sans-serif;
  text-decoration: none;
}

.proxn_box_links {
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.proxn_txt_info_footer {
  font-size: .9rem;
  font-weight: 500;
}

.proxn_logo_footer {
  width: 120px;
}

.proxn_box_footer_mc {
  grid-row-gap: 4rem;
  flex-direction: column;
  display: flex;
}

.proxn_img_social_media {
  width: 50px;
}

.proxn_box_socialmedia {
  grid-column-gap: 1rem;
  align-items: flex-start;
  display: flex;
}

.proxn_link_social_media {
  opacity: .2;
  transition: opacity .3s;
}

.proxn_link_social_media:hover {
  opacity: 1;
}

.link-03 {
  color: #1d1d1d;
  font-size: 1rem;
  text-decoration: none;
}

.link-03_underline {
  width: 100%;
  height: 1px;
  perspective-origin: 50%;
  transform-origin: 100%;
  background-color: #131313;
}

.link-03_underline.has-left-origin {
  transform-origin: 0%;
}

.proxn_form_mc {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.proxn_section_form {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.proxn_txt_small_dane {
  margin-top: 4rem;
  font-size: .8rem;
}

.proxn_txt_small_dane.proxn_mobile_show_small_dane {
  display: none;
}

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

.proxn_txt_on_form {
  margin-bottom: 3rem;
  font-size: .9rem;
}

.proxn_text_field_form {
  min-height: 4rem;
  border: 0 solid #000;
  border-bottom: 1px solid #dfdedd;
  margin-bottom: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 1rem;
}

.proxn_text_field_form::-ms-input-placeholder {
  color: #333;
}

.proxn_text_field_form::placeholder {
  color: #333;
}

.body {
  color: #333;
}

.proxn_input_box_form {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}

.proxn_line_anim_form {
  width: 100%;
  height: 1px;
  background-color: #e3b63d;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.proxn_form_box_mc {
  margin-bottom: 0;
}

.submit-button {
  width: 100%;
  min-height: 4rem;
  color: #fff;
  text-align: center;
  background-color: #333;
  border-radius: 3px;
  font-family: Playfair Display, sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
  transition: background-color .3s;
  display: block;
}

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

.checkbox {
  width: 30px;
  height: 30px;
  max-height: 30px;
  max-width: 30px;
  min-height: 30px;
  min-width: 30px;
  border-color: #dfdedd;
  border-radius: 3px;
  margin-top: 0;
  margin-left: -30px;
}

.checkbox.w--redirected-checked {
  background-color: #e3b63d;
  background-size: 15px;
  border-color: #e3b63d;
}

.checkbox.w--redirected-focus {
  box-shadow: none;
}

.checkbox-field {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  padding-left: 30px;
}

.checkbox-label {
  color: rgba(51, 51, 51, .7);
  margin-left: 1rem;
  font-size: .7rem;
}

.proxn_link_normal {
  color: #333;
  text-decoration: none;
  transition: color .3s;
}

.proxn_link_normal:hover {
  color: #e3b63d;
}

.proxn_section_link_product {
  height: auto;
  max-height: none;
  min-height: 0;
  background-color: #f6f4ef;
  justify-content: center;
  align-items: center;
  padding-top: 8rem;
  padding-bottom: 8rem;
  display: flex;
}

.proxn_box_links_product {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.proxn_button_black_gold {
  cursor: pointer;
  background-color: #333;
  border-radius: 3px;
  margin-top: 3rem;
  padding: .8rem 3rem;
  font-family: Playfair Display, sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
  transition: background-color .3s;
}

.proxn_button_black_gold:hover {
  background-color: #e3b63d;
}

.proxn_link_box_arrow {
  min-height: 4rem;
  grid-column-gap: 1rem;
  color: #333;
  border-bottom: 1px solid #e2e1e1;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-family: Playfair Display, sans-serif;
  text-decoration: none;
  display: flex;
  position: relative;
}

.proxn_img_arrow_links {
  width: 20px;
}

.proxn_section_big_img_2 {
  height: 100vh;
  max-height: 1080px;
  min-height: 0;
  background-image: url('../images/proxn_img_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}

.proxn_section_big_img_2.przerywnik_img_big_kontakt {
  background-image: url('../images/ksantoholum_1.jpg');
}

.proxn_section_big_img_2.przerywnik_img_big_media {
  background-image: url('../images/_PROXN_222286.jpg');
}

.proxn_section_big_img_2.przerywnik_sg_2 {
  background-image: url('../images/2_osoby.jpeg');
}

.spinned-outer {
  max-height: 200px;
  max-width: 200px;
  background-color: #f6f5f0;
  border-radius: 100000px;
  justify-content: center;
  align-items: center;
  margin: auto;
  display: flex;
  position: absolute;
  top: -100px;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.spinned-outer.down {
  background-color: #fff;
  top: auto;
  bottom: -100px;
}

.circle-badge {
  width: 100%;
}

.image {
  width: 15px;
  position: absolute;
}

.grid {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-columns: 1fr 1fr;
  margin-top: 6rem;
}

.section {
  padding-top: 8rem;
  padding-bottom: 8rem;
  overflow: hidden;
}

.proxn_section_big_img_1 {
  height: 100vh;
  max-height: 1080px;
  min-height: 0;
  background-image: url('../images/proxn-img-11.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}

.div-block {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-2 {
  width: 100%;
  max-width: 550px;
  flex: none;
}

.text-span {
  font-family: Playfair Display, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
}

.text-block {
  font-size: .9rem;
}

.text-block.w2 {
  margin-bottom: 6rem;
}

.img_400 {
  width: 100%;
  max-width: 400px;
  min-height: 450px;
  object-fit: cover;
  margin-top: -6rem;
}

.div-block-3 {
  max-width: 400px;
}

.image-2 {
  min-height: 550px;
  object-fit: cover;
}

.image2 {
  width: 100%;
  height: 100%;
  opacity: 1;
  background-color: #ffc8c3;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-container {
  width: 50%;
  height: 100vh;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.product-description {
  width: 100%;
  max-width: 500px;
  min-width: 0;
  text-align: left;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.scroll-section {
  background-color: rgba(0, 0, 0, 0);
  align-items: flex-start;
  display: flex;
  position: relative;
}

.visual {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  object-position: 50% 50%;
}

.single-product-wrapper {
  height: 100vh;
  justify-content: center;
  align-items: center;
  padding: 4rem 2rem;
  display: flex;
}

.image1 {
  width: 100%;
  height: 100%;
  background-color: #bce1dd;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.white_apla_cta-black {
  z-index: 1;
  width: 100%;
  height: 120%;
  background-color: #0e0d11;
  position: absolute;
  top: -10%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.link_cta_anim-_black {
  color: #0e0d11;
  text-transform: uppercase;
  background-color: #e6e1dd;
  border: 1px solid rgba(14, 13, 17, .45);
  margin-top: 3rem;
  padding: 1rem 1.5rem;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.heading3 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 2rem;
  font-size: 2rem;
  line-height: 1.4;
}

.product-container {
  width: 50%;
  height: 600vh;
  background-color: rgba(0, 0, 0, 0);
}

.text-block-8 {
  text-align: left;
  margin-top: 2rem;
}

.text-block-8.max_650 {
  max-width: 650px;
}

.text-block-5 {
  z-index: 2;
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  border: 0 solid rgba(255, 255, 255, .45);
  padding: 1rem 1.5rem;
  display: inline-block;
  position: relative;
}

.text-block-5.w2 {
  padding: 0;
}

.product-content {
  text-align: center;
  justify-content: center;
  display: flex;
}

.image3, .image4, .image5, .image6 {
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: #ffc8c3;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-4 {
  width: 100%;
  max-width: 200px;
  color: #e3b63d;
  border-bottom: 1px solid #e3b63d;
  margin-bottom: 2rem;
  font-family: Playfair Display, sans-serif;
  font-size: 2.2rem;
}

.text-span-2 {
  font-size: 4rem;
}

.text-block-9 {
  color: #e3b63d;
  font-size: 1.4rem;
  line-height: 1.4;
}

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

.section-2 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.proxn_section_big_img_3 {
  height: 100vh;
  max-height: 1080px;
  min-height: 0;
  background-image: url('../images/proxn-img-12.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}

.proxn_section_big_img_3.o_nas_przerywnik {
  background-image: url('../images/2_osoby.jpeg');
}

.proxn_section_big_img_3.ksantohumol_img_przerywnik_1 {
  background-image: url('../images/ksantoholum_8.jpeg');
}

.proxn_section_big_img_3.przerywnik_strona_glowna_1 {
  background-image: url('../images/ksantoholum_5.jpg');
}

.proxn_section_big_img_3.antioxidant_therapy_przerywnik {
  background-image: url('../images/ANTIOXIDANT_THERAPY_4.jpg');
  background-position: 50% 60%;
}

.proxn_section_big_img_3.antioxidant_therapy_light_przerywnik {
  background-image: url('../images/proxn_light_new_3.jpg');
  background-position: 50% 60%;
}

.proxn_section_big_img_3.lf_master_przerywnik_1 {
  background-image: url('../images/Lf_Master1.jpg');
}

.proxn_section_big_img_3.bright_up_therapy_pzerywnik_1 {
  background-image: url('../images/Bright_Up_Therapy2.jpg');
}

.proxn_section_big_img_3.oczyszczanie_img_big_przerywnik_1 {
  background-image: url('../images/Oczyszczanie_all.jpg');
}

.proxn_section_big_img_3.recovery_cleansing_oil_big_przerywnik_1 {
  background-image: url('../images/Recovery-Cleansing-Oil4.jpg');
}

.proxn_section_big_img_3.prime_mist_przerywnik_big_1 {
  background-image: url('../images/Prime-Mist3.jpg');
  background-position: 50% 100%;
}

.proxn_section_big_img_3.balancing_cleansing_gel_przerywnik_big_1 {
  background-image: url('../images/BALANCING-CLEANSING-GEL2.jpg');
  background-position: 50%;
}

.proxn_section_big_img_3.skora_glowy_przerywnik_1 {
  background-image: url('../images/Lf_Master1.jpg');
}

.proxn_section_big_img_3.xanthohumol-trichotherapy-treatment_przerywnik_1 {
  background-image: url('../images/XANTHOHUMOL-TRICHOTHERAPY-TREATMENT2.jpg');
}

.proxn_section_big_img_3.lf_przerywnik_glowa {
  background-image: url('../images/LF_MASTER1_1.jpg');
}

.proxn_section_big_img_3.pha_solution_przerywnik_1 {
  background-image: url('../images/pha_solution3.jpg');
  background-position: 50% 70%;
}

.proxn_section_big_img_3.prime_mist_przerywnik_1 {
  background-image: url('../images/Prime-Mist3.jpg');
}

.proxn_section_big_img_3._5-xanthohumol-recovery-treatment_przerywnik_1 {
  background-image: url('../images/5.XANTHOHUMOL-RECOVERY-TREATMENT_1.jpg');
}

.proxn_section_big_img_3.autorskie_zabiegi_przerywnik_1 {
  background-image: url('../images/Novel_peel_1.jpg');
}

.proxn_section_big_img_3.novel_peel_przerywnik_big_1 {
  background-image: url('../images/Novel_peel_3.jpg');
}

.proxn_section_big_img_3.autorski_program_1 {
  background-image: url('../images/top.jpeg');
  background-position: 50%;
}

.proxn_section_big_img_3.bright-up-mask-no-1_przerywacz {
  background-image: url('../images/BRIGHT-UP-MASK_1a_2.jpg');
}

.proxn_section_big_img_3.bright_up_mask_no_2_1 {
  background-image: url('../images/BRIGHT_UP_MASK_2_1.jpg');
}

.proxn_section_big_img_3.bright_up_ampoule_1, .proxn_section_big_img_3.boost-up-ampoule_1 {
  background-image: url('../images/3T7A0309.jpg');
}

.div-block-6 {
  text-align: center;
}

.section-3 {
	overflow: hidden;
  padding-top: 14rem;
  padding-bottom: 8rem;
}

.text-block-10 {
  max-width: 750px;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
}

.grid-2 {
  max-width: 750px;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr minmax(1px, 1px) 1fr;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
}

.div-block-7 {
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.link-4 {
  color: rgba(51, 51, 51, .67);
  font-size: .8rem;
  text-decoration: none;
  transition: color .3s;
}

.link-4:hover {
  color: #e3b63d;
}

.div-block-8 {
  width: 1px;
  background-color: #e3b63d;
}

.div-block-9 {
  color: #333;
  justify-content: center;
  align-items: center;
  padding: 3rem 2rem;
  font-family: Playfair Display, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  display: flex;
}

.text-span-3 {
  color: #e3b63d;
}

.div-block-10 {
  z-index: 1;
  width: 500px;
  height: 500px;
  max-height: 500px;
  max-width: 500px;
  min-height: 500px;
  min-width: 500px;
  background-color: #fff;
  background-image: url('../images/proxn-img-13.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100000000px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.div-block-11 {
  max-height: 650px;
  max-width: 650px;
  margin-bottom: 6rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.div-block-12 {
  width: 250px;
  height: 250px;
  max-height: 250px;
  max-width: 250px;
  min-height: 250px;
  min-width: 250px;
  background-color: #e3b63d;
  border-radius: 1000000px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 2rem;
  right: auto;
}

.spinned-outer-big {
  z-index: 2;
  width: 650px;
  height: 650px;
  max-height: 650px;
  max-width: 650px;
  min-height: 650px;
  min-width: 650px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 100000px;
  justify-content: center;
  align-items: center;
  margin: auto;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section-4 {
  height: 200vh;
  background-image: linear-gradient(#eae9e9, #fff);
  display: flex;
  position: relative;
  overflow: visible;
}

.container {
  flex: 1;
}

.div-block-13 {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.div-block-14 {
  height: 100vh;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-3 {
  width: 100%;
  display: block;
  position: relative;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.hero.scroll {
  height: 250vh;
  background-image: linear-gradient(#eae9e9, #fff);
}

.hero.wrap {
  width: 100%;
  height: 100vh;
  max-height: 100vh;
  max-width: 1600px;
  text-align: center;
  mix-blend-mode: normal;
  justify-content: flex-start;
  padding-top: 0;
  padding-left: 2rem;
  padding-right: 2rem;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.track.first {
  margin-left: -200px;
}

.track.text {
  white-space: nowrap;
}

.track.last {
  margin-left: 200px;
}

.track.mask {
  width: 450px;
  height: 450px;
  color: #f0f0f0;
  background-image: url('../images/bg.jpg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.text-block-11 {
  z-index: 10;
  max-width: 750px;
  margin-top: 2rem;
  font-size: 1rem;
  line-height: 1.7;
  position: absolute;
}

.image-4 {
  max-height: 45vh;
  max-width: 50%;
  min-height: 0;
  mix-blend-mode: darken;
  object-fit: cover;
  margin-bottom: 5vh;
  position: absolute;
  top: auto;
  bottom: 0;
  left: auto;
  right: auto;
}

.w1 {
  z-index: 10;
  position: absolute;
}

.div-block-15 {
  width: 100%;
  min-height: 50vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.div-block-16 {
  z-index: 3;
  width: 10rem;
  height: 15rem;
  background-color: #fff;
  border-radius: 1000000px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 10rem;
  left: auto;
  right: 3rem;
  overflow: hidden;
}

.image-5 {
  max-width: 90%;
}

.div-block-16-small {
  z-index: 3;
  width: 9rem;
  height: 13rem;
  background-color: #fff;
  border-radius: 1000000px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: -20rem;
  left: auto;
  right: 15rem;
  overflow: hidden;
}

.div-block-16-copy {
  z-index: 3;
  width: 6rem;
  height: 10rem;
  background-color: #fff;
  border-radius: 1000000px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 2rem;
  bottom: auto;
  left: 2rem;
  right: auto;
  overflow: hidden;
}

.div-block-16-copy-copy {
  z-index: 3;
  width: 10rem;
  height: 15rem;
  background-color: #fff;
  border-radius: 1000000px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 2rem;
  left: 6rem;
  right: auto;
  overflow: hidden;
}

.section-5 {
  min-height: 100vh;
  background-color: #f5f3f3;
  background-image: url('../images/bg_top_2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  position: relative;
}

.proxn_big_txt_name_kontakt {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 4rem;
  line-height: 1.4;
  display: inline-block;
}

.image-6 {
  width: 100%;
  max-width: 60%;
  object-fit: cover;
  margin-left: 0;
  margin-right: auto;
}

.div-block-17 {
  width: 100%;
  max-width: 45%;
  background-image: linear-gradient(270deg, #f5f5f5 96%, rgba(246, 245, 242, .24));
  flex: 1;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.div-block-18 {
  max-width: 45%;
  text-align: left;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.heading-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 2.8rem;
  line-height: 1.4;
  display: inline;
}

.text-block-12 {
  max-width: 500px;
}

.image-7 {
  width: 170px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 10%;
  right: 0%;
}

.div-block-19 {
  margin-bottom: 8.5rem;
  position: relative;
}

.div-block-20 {
  width: 180px;
  height: 50px;
  display: inline-block;
  position: relative;
}

.image-8, .image-9 {
  display: none;
}

.image-23 {
  z-index: 99;
  width: 160px;
  position: relative;
}

.d-47-section-home {
  z-index: 120;
  width: auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
}

.d-47-social-media-wrapper {
  z-index: 99;
  justify-content: center;
  align-items: center;
  display: none;
  position: relative;
}

.d-47-menu-trigger-wrapper {
  z-index: 199;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: #f6f4ef;
  border-radius: 10000px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  padding: 2rem;
  display: flex;
  position: fixed;
  top: 2rem;
  bottom: auto;
  left: auto;
  right: 2rem;
  box-shadow: 0 25px 25px rgba(51, 51, 51, .15);
}

.browser-demo {
  z-index: 0;
  width: 100vw;
  height: 100vh;
  background-color: #f6f4ef;
  border-radius: 10px;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.d-47-menu-item-text {
  z-index: 99;
  color: #333;
  font-family: Playfair Display, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
  position: relative;
}

.d-47-social-media-text {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
}

.demo-container {
  width: 100%;
  height: auto;
  min-height: 100vh;
  background-image: linear-gradient(#f6f4ef, #f6f4ef);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.d-47-social-media-link-block {
  margin-left: 10px;
  margin-right: 10px;
  text-decoration: none;
}

.d-47-menu-item-image {
  background-image: linear-gradient(rgba(246, 244, 239, .75), rgba(246, 244, 239, .75)), url('../images/_PROXN_222286.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.d-47-menu-item-image.fourth {
  background-image: linear-gradient(rgba(246, 244, 239, .75), rgba(246, 244, 239, .75)), url('../images/ksantoholum_1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.d-47-menu-item-image.master {
  background-image: linear-gradient(rgba(246, 244, 239, .75), rgba(246, 244, 239, .75)), url('../images/kup-bilet-img.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.d-47-menu-item-image.third {
  background-image: linear-gradient(rgba(246, 244, 239, .75), rgba(246, 244, 239, .75)), url('../images/ksantoholum_5.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.d-47-menu-item-image.second {
  background-image: linear-gradient(rgba(246, 244, 239, .75), rgba(246, 244, 239, .75)), url('../images/ksantoholum_2.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.d-47-menu-item-image._5_new {
  background-image: linear-gradient(rgba(246, 244, 239, .75), rgba(246, 244, 239, .75)), url('../images/_PROXN_222335.jpg');
}

.d-47-menu-item-image._6_new {
  background-image: linear-gradient(rgba(246, 244, 239, .75), rgba(246, 244, 239, .75)), url('../images/proxn-img-13.webp');
}

.d-47-link-block {
  margin-top: 10px;
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
  position: static;
}

.d-47-menu-item-wrapper {
  grid-column-gap: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.d-47-menu-item-underline {
  height: 2px;
  background-color: #e3b63d;
  margin-top: 10px;
}

.demo-wrapper {
  width: 100%;
  flex-flow: row-reverse;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-right: 0%;
  display: flex;
  position: relative;
}

.d-47-menu-wrapper {
  z-index: 120;
  background-color: #f6f4ef;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.d-47-menu-line {
  width: 40%;
  height: 2px;
  background-color: #000;
  position: absolute;
}

.image-24 {
  width: 120px;
  position: absolute;
  top: 2rem;
  bottom: auto;
  left: 2rem;
  right: auto;
}

.proxn_section_salony {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.tab_kraje_1 {
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.tab_kraje_1.w--current {
  color: #e3b63d;
  background-color: rgba(0, 0, 0, 0);
}

.tabs-menu {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  display: flex;
}

.tabs {
  margin-top: 3rem;
}

.tab_alfabet_1 {
  text-align: center;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-left: .6rem;
  padding-right: .6rem;
  display: flex;
	max-width: 50px;
}

.tab_alfabet_1:hover {
  background-color: rgba(231, 229, 229, .3);
}

.tab_alfabet_1.w--current {
  background-color: #e7e5e5;
}

.tabs-menu-2 {
  justify-content: center;
  font-weight: 500;
  display: flex;
}

.tabs-content {
  margin-top: 3rem;
}

.tab-pane-tab-1 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.proxn_kontakt_all_miasto {
  text-align: left;
  margin-bottom: 2rem;
}

.proxn_nazwa_miasta {
  font-weight: 600;
}

.proxn_grid_adresy_salonow {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 1rem;
	margin-bottom: 1rem;
}

.proxn_nazwa_adres_salonu {
  grid-row-gap: .5rem;
  border: 1px solid #e7e5e5;
  border-radius: 3px;
  flex-direction: column;
  align-items: flex-start;
  padding: 1rem;
  display: flex;
}

.proxn_nazwa_salonu {
  font-weight: 600;
}

.div-block-21 {
  width: 1px;
  height: 160px;
  background-color: #e3b63d;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -80px;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.proxn_section_salony_wyroznione {
  background-color: #f5f3ee;
  padding-top: 8rem;
  padding-bottom: 8rem;
  position: relative;
}

.proxn_grid_adresy_salony_wyrownione {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  margin-top: 1rem;
}

.proxn_img_zd_salon_wyrozniony {
  width: 100%;
  max-height: 350px;
  object-fit: cover;
  border-radius: 3px;
  display: block;
}

.proxn_line_gold {
  width: 100%;
  height: 1px;
  background-color: #e3b63d;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.proxn_opis_txt_salon_wyrozniony {
  font-size: .9rem;
  font-style: italic;
  font-weight: 400;
}

.proxn_box_fota_wlepa {
  position: relative;
}

.proxn_txt_wlepa_salon_wyrozniony {
  color: #f6f4ef;
  background-color: #e3b63d;
  padding: .5rem .8rem;
  font-family: Playfair Display, sans-serif;
  font-size: .8rem;
  font-weight: 500;
  display: inline-block;
  position: absolute;
  top: 1.5rem;
  bottom: auto;
  left: auto;
  right: 0%;
}

.div-block-22 {
  text-align: center;
}

.text-block-13 {
  color: #e3b63d;
  margin-top: 1rem;
}

.section-6 {
  padding-top: 12rem;
  padding-bottom: 8rem;
}

.grid-3 {
  max-width: 900px;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
}

.image-25 {
  width: 100%;
  max-height: 450px;
  min-height: 450px;
  object-fit: cover;
  object-position: 50% 20%;
  display: block;
}

.image-25.przedtawiciel {
  object-position: 50% 40%;
}

.text-block-14 {
  margin-top: 1rem;
}

.link-block {
  grid-column-gap: 1rem;
  color: #333;
  border: 1px solid #000;
  border-radius: 3px;
  align-items: center;
  margin-top: 2rem;
  padding: .5rem 1rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.image-26 {
  width: 1.1rem;
  height: 1.1rem;
  max-height: 1.1rem;
  max-width: 1.1rem;
  min-height: 1.1rem;
  min-width: 1.1rem;
}

.div-block-23 {
  grid-column-gap: 1rem;
  align-items: center;
  display: flex;
}

.div-block-24 {
  margin-top: 100px;
}

.proxn_imie_przedstawiciel {
  margin-bottom: 2rem;
}

.div-block-25 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: url('../images/proxn_linie_bg.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 900px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-27 {
  width: 100%;
  max-height: 100vh;
  min-height: 100vh;
  object-fit: cover;
}

.div-block-26 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 4rem 2rem;
  display: flex;
}

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

.div-block-28 {
  width: 200px;
  height: 1px;
  background-color: #e3b63d;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.section-7 {
  position: relative;
}

.text-block-15 {
  max-width: 500px;
}

.text-block-15-copy {
  max-width: 500px;
  margin-top: 1rem;
}

.grid-4 {
  height: auto;
  min-height: 100vh;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
}

.div-block-33 {
  justify-content: center;
  align-items: center;
  padding: 4rem 2rem;
  display: flex;
}

.div-block-34 {
  width: 100%;
  max-width: 550px;
  min-height: 100px;
}

.text-block-16 {
  color: #e3b63d;
  margin-bottom: .5rem;
  font-weight: 600;
}

.text-block-17 {
  font-size: .8rem;
  font-style: italic;
  font-weight: 300;
}

.div-block-35 {
  margin-top: 2rem;
}

.image-28 {
  object-fit: cover;
  display: block;
}

.text-span-4 {
  color: #e3b63d;
  font-style: italic;
}

.div-block-36 {
  overflow: hidden;
}

.div-block-37 {
  background-image: url('../images/proxn_img_6.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-37.img_1 {
  background-image: url('../images/Recovery-Cleansing-Oil4.jpg');
}

.div-block-37.img_2 {
  background-image: url('../images/proxn_img_8.webp');
}

.div-block-37.img_3 {
  background-image: url('../images/proxn_img_1.webp');
}

.div-block-37.img_4 {
  background-image: url('../images/ksantoholum_6.jpg');
}

.div-block-37.img_5 {
  background-image: url('../images/proxn_img_9.webp');
}

.div-block-37.onas_img_big_1 {
  background-image: url('../images/_PROXN_222286.jpg');
}

.div-block-37.onas_img_big_2 {
  background-image: url('../images/_PROXN_222230.jpg');
}

.div-block-37.ksantohumol_img_big_1 {
  background-image: url('../images/ksantoholum_2.jpg');
}

.div-block-37.ksantohumol_img_big_2 {
  background-image: url('../images/ksantoholum_4.jpg');
}

.div-block-37.ksantohumol_img_big_3 {
  background-image: url('../images/ksantoholum_1.jpg');
}

.div-block-37.ksantohumol_img_big_4 {
  background-image: url('../images/ksantoholum_4.jpg');
}

.div-block-37.ksantohumol_img_big_5 {
  background-image: url('../images/ksantoholum_5.jpg');
}

.div-block-37.produkty_img_big_1 {
  background-image: url('../images/produkty_1.jpg');
}

.div-block-37.produkty_img_big_2 {
  background-image: url('../images/produkty_2.jpg');
}

.div-block-37.antioxidant_therapy_big_bg_1 {
  background-image: url('../images/ANTIOXIDANT_THERAPY_1.jpg');
}

.div-block-37.antioxidant_therapy_light_big_bg_1 {
  background-image: url('../images/proxn_light_new_1.jpg');
}

.div-block-37.lf_master_img_big_1 {
  background-image: url('../images/Lf_Master1.jpg');
}

.div-block-37.bright_up_therapy_img_big_1 {
  background-image: url('../images/Bright_Up_Therapy2.jpg');
}

.div-block-37.oczyszczanie_all_img_big_1 {
  background-image: url('../images/Oczyszczanie_all.jpg');
}

.div-block-37.prime_mist_img_big_1 {
  background-image: url('../images/Prime-Mist3.jpg');
}

.div-block-37.balancing_cleansing_gel_img_big_1 {
  background-image: url('../images/BALANCING-CLEANSING-GEL3.jpg');
}

.div-block-37.skora_glowy_big_1 {
  background-image: url('../images/XANTHOHUMOL-TRICHOTHERAPY-TREATMENT2.jpg');
}

.div-block-37.skora_glowy_big_2 {
  background-image: url('../images/LF_MASTER3_1.jpg');
}

.div-block-37.skora_glowy_big_3 {
  background-image: url('../images/pha_solution3.jpg');
}

.div-block-37.skora_glowy_big_4 {
  background-image: url('../images/Prime-Mist3.jpg');
}

.div-block-37.autorskie_zabiegi_big_1 {
  background-image: url('../images/5.XANTHOHUMOL-RECOVERY-TREATMENT_1.jpg');
}

.div-block-37.autorskie_zabiegi_big_2 {
  background-image: url('../images/pha_solution3.jpg');
}

.div-block-37.autorskie_zabiegi_big_3 {
  background-image: url('../images/Novel_peel_3.jpg');
}

.div-block-37.autorski_program_img_1 {
  background-image: url('../images/1.jpg');
}

.div-block-37.autorski_program_img_2 {
  background-image: url('../images/2.jpg');
}

.div-block-37.autorski_program_img_3 {
  background-image: url('../images/3.jpg');
}

.div-block-37.autorski_program_img_4 {
  background-image: url('../images/BOOST-UP-AMPOULE.jpg');
}

.section-9 {
  background-color: #edebe6;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.div-block-38 {
  margin-top: 2rem;
}

.section-10 {
  padding-top: 12rem;
  padding-bottom: 12rem;
}

.div-block-39 {
  text-align: center;
}

.grid-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr minmax(1px, 1px) 1fr minmax(1px, 1px) 1fr;
  margin-top: 6rem;
}

.div-block-40 {
  width: 160px;
  height: 160px;
  max-height: 160px;
  max-width: 160px;
  min-height: 160px;
  min-width: 160px;
  background-color: #fff;
  border-radius: 10000px;
  justify-content: center;
  align-items: stretch;
  padding: 20px;
  display: flex;
  position: absolute;
  top: -80px;
  bottom: auto;
  left: auto;
  right: 6rem;
}

.div-block-41 {
  background-color: #e3b63d;
  border-radius: 1000000px;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-29 {
  width: 15px;
}

.div-block-42 {
  text-align: center;
}

.section-11 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  position: relative;
}

.text-block-18 {
  max-width: 900px;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
}

.image-30 {
  width: 100%;
  max-width: 550px;
  object-fit: cover;
  margin: 3rem auto;
  display: block;
}

.text-block-19 {
  color: #e3b63d;
  text-transform: uppercase;
  font-family: Playfair Display, sans-serif;
  font-size: 1.6rem;
}

.section-12 {
  min-height: 0;
  padding-bottom: 6rem;
  display: flex;
  position: relative;
}

.div-block-43 {
  max-width: 90%;
  background-color: #edebe6;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-44 {
  width: 100%;
  height: 100px;
  background-color: #fff;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.grid-6 {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  position: relative;
}

.image-31 {
  z-index: 2;
  width: 100%;
  max-height: 750px;
  object-fit: cover;
  position: relative;
}

.div-block-45 {
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  padding: 4rem 2rem;
  display: flex;
}

.div-block-46 {
  width: 150px;
  height: 150px;
  max-height: 150px;
  max-width: 150px;
  min-height: 150px;
  min-width: 150px;
  background-color: #e3b63d;
  border-radius: 100000px;
  margin-top: -75px;
  position: relative;
  left: 25%;
}

.section-13 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.grid-7 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  margin-bottom: 6rem;
}

.div-block-47 {
  justify-content: center;
  align-items: center;
  padding: 4rem 2rem;
  display: flex;
}

.div-block-48 {
  border-left: 1px solid #e3b63d;
  padding-top: 6rem;
  padding-left: 2rem;
}

.text-block-20 {
  max-width: 550px;
  border-left: 1px solid #e3b63d;
  padding: 2rem;
  font-family: Playfair Display, sans-serif;
  font-size: 1.2rem;
}

.text-span-5 {
  color: #e3b63d;
}

.text-block-21 {
  color: #e3b63d;
  text-align: center;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
  font-weight: 600;
}

.grid-8 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: minmax(250px, 1fr) minmax(250px, 1fr) minmax(250px, 1fr) minmax(250px, 1fr);
  grid-auto-flow: column;
  overflow: auto;
}

.div-block-49 {
  color: #333;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  font-family: Playfair Display, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  display: flex;
}

.div-block-49._2 {
  text-transform: none;
  padding-bottom: .5rem;
  font-family: Montserrat, sans-serif;
  font-size: .8rem;
  font-weight: 400;
}

.div-block-49._3 {
  border-top: 1px solid rgba(0, 0, 0, .15);
  font-family: Montserrat, sans-serif;
  font-size: .8rem;
}

.div-block-49._3.wyrozniony {
  color: #f6f4ef;
  background-color: #e3b63d;
}

.div-block-50 {
  margin-top: 6rem;
}

.grid-8-copy {
  max-width: 750px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: minmax(250px, 1fr) minmax(250px, 1fr);
  grid-auto-flow: column;
  margin-left: auto;
  margin-right: auto;
  overflow: auto;
}

.div-block-51, .div-block-52 {
  text-align: center;
}

.div-block-53 {
  margin-top: 2rem;
}

.div-block-54 {
  background-image: url('../images/proxn_linie_bg.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 90%;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.div-block-55 {
  width: 1px;
  height: 200px;
  background-color: #e3b63d;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
}

.dropdown-list {
  position: relative;
}

.dropdown-list.w--open {
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.dropdown-toggle {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.dropdown {
  margin-left: 0;
  margin-right: 0;
}

.dropdown-2 {
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.link-5 {
  color: #e3b63d;
  text-transform: uppercase;
  font-size: .8rem;
  font-weight: 600;
  text-decoration: none;
}

.link-5.prev_step_opacity {
  opacity: .4;
}

.div-block-56 {
  width: 4px;
  height: 4px;
  max-height: 4px;
  max-width: 4px;
  min-height: 4px;
  min-width: 4px;
  color: #e3b63d;
  background-color: #e3b63d;
  border-radius: 100000px;
}

.div-block-57 {
  grid-column-gap: .5rem;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
  display: flex;
}

.link-6 {
  color: #e3b63d;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: Playfair Display, sans-serif;
  text-decoration: none;
}

.heading-3 {
  margin-bottom: 2rem;
}

.text-block-22 {
  font-family: Playfair Display, sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
}

.text-block-23 {
  margin-left: 1.5rem;
  font-weight: 500;
}

.div-block-58 {
  flex-direction: column;
  margin-left: 3rem;
  display: flex;
}

.div-block-58.w2 {
  margin-left: 1.5rem;
}

.div-block-59 {
  grid-column-gap: 1rem;
  color: #333;
  justify-content: flex-start;
  align-items: center;
  margin-top: .5rem;
  margin-bottom: .5rem;
  text-decoration: none;
  display: flex;
}

.link-7 {
  color: #333;
  text-decoration: none;
}

.div-block-60 {
  grid-column-gap: 1rem;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  font-weight: 600;
  display: flex;
}

.link-8 {
  color: #333;
  text-decoration: none;
}

.div-block-61 {
  text-align: center;
}

.section-14 {
  margin-bottom: 14rem;
  padding-top: 6rem;
  padding-bottom: 16rem;
  position: relative;
}

.grid-9 {
  grid-column-gap: 2rem;
}

.text-block-24 {
  color: #e3b63d;
  margin-bottom: 1rem;
  font-family: Playfair Display, sans-serif;
  font-size: 2rem;
}

.text-block-25 {
  color: #e3b63d;
  text-transform: uppercase;
  margin-bottom: 1rem;
  font-family: Playfair Display, sans-serif;
  font-size: 1.2rem;
}

.center {
  text-align: center;
}

.div-block-62 {
  margin-top: 6rem;
}

.section-15 {
  background-color: #ebe9e9;
  padding-top: 8rem;
  padding-bottom: 8rem;
  position: relative;
}

.image-32 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-63 {
  background-color: #efebec;
  position: relative;
}

.div-block-64 {
  min-height: 200px;
  background-color: #f1efef;
  background-image: linear-gradient(rgba(235, 233, 233, 0), #ebe9e9);
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.div-block-65 {
  min-height: 100px;
  margin-top: 6rem;
  margin-bottom: 12rem;
  position: relative;
}

.div-block-66 {
  text-align: center;
  margin-bottom: 6rem;
  position: relative;
}

.text-block-26 {
  color: #e3b63d;
  text-transform: uppercase;
  font-family: Playfair Display, sans-serif;
  font-size: 1.2rem;
}

.image-33 {
  width: 650px;
  position: absolute;
  top: -10%;
  bottom: auto;
  left: -15%;
  right: auto;
}

.div-block-67 {
  z-index: 2;
  position: relative;
}

.div-block-68 {
  min-height: 200px;
  background-image: linear-gradient(to top, #ede8ea, #fff);
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-69 {
  min-height: 100px;
  background-image: linear-gradient(#ede9ea, rgba(236, 231, 233, 0));
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.section-16 {
  background-image: url('../images/bg_media.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: 70%;
  padding-top: 16rem;
  padding-bottom: 16rem;
}

.div-block-70 {
  grid-column-gap: 2rem;
  color: #333;
  cursor: pointer;
  border-bottom: 1px solid #e5e4e4;
  align-items: center;
  margin-top: 2rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
  font-family: Playfair Display, sans-serif;
  text-decoration: none;
  display: flex;
  position: relative;
}

.div-block-70.wygasla {
  background-color: #d6d6d6;
}

.div-block-71 {
  padding: 1rem;
}

.text-block-27 {
  max-width: 70%;
  opacity: .5;
}

.div-block-72 {
  height: 100%;
  min-height: 100%;
  margin-left: auto;
  padding: 1rem;
}

.image-34 {
  width: 6rem;
}

.image-35 {
  width: 140px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: rotate(-15deg);
}

.image-35.no_show {
  display: none;
}

.div-block-73 {
  z-index: 99;
  grid-column-gap: 1rem;
  color: #333;
  flex-direction: row;
  font-size: 1.2rem;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  position: relative;
}

.link-9 {
  min-width: 70px;
  color: #e3b63d;
  border: 1px solid #e3b63d;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 10px;
  font-family: Playfair Display, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.link-9:hover, .link-9.active {
  color: #f6f4ef;
  background-color: #e3b63d;
}

.grid-10 {
  grid-column-gap: 2rem;
  grid-template-rows: auto;
  margin-top: 2rem;
}

.text-block-28 {
  text-align: left;
}

.text-block-29 {
  margin-top: 1rem;
}

.link-10, .link-11 {
  color: #333;
  text-decoration: none;
}

.div-block-74 {
  justify-content: space-between;
  display: flex;
}

.txt_show_opis {
  color: #e3b63d;
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: none;
}

.link-12 {
  color: #333;
  text-decoration: none;
}

.div-block-75 {
  justify-content: space-between;
  display: flex;
}


.block_lpc_1 
{ min-height: 40px; background-color: #fff; border-radius: 5px; justify-content: flex-start; align-items: flex-start; margin-top: 0; margin-bottom: 0; padding: 10px 15px; display: inline-block; box-shadow: 0 0 12px rgba(0, 0, 0, .07); } 
.img_lpc { width: 100%; max-width: 165px; } 
.box_lpc { margin-top: 4rem; } 
.logo_lpc { width: 45px; }

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

  .proxn_container.hero_1 {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .link-03_underline.has-right-origin, .link-03_underline.has-left-origin, .proxn_line_anim_form {
    display: none;
  }

  .proxn_section_link_product {
    height: auto;
    max-height: none;
    min-height: 100vh;
  }

  .proxn_box_links_product {
    grid-template-columns: 1fr;
  }

  .img_400 {
    min-height: 400px;
    margin-top: -6rem;
  }

  .image-2 {
    min-height: 450px;
  }

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

  .image-container {
    height: 97vh;
  }

  .product-description {
    width: 100%;
  }

  .visual {
    opacity: 1;
    margin-top: 20px;
    margin-right: 0;
  }

  .single-product-wrapper._2, .single-product-wrapper._1 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .heading3 {
    text-align: left;
    margin-bottom: 40px;
  }

  .product-container {
    background-color: rgba(0, 0, 0, 0);
  }

  .product-content {
    justify-content: center;
    display: flex;
  }

  .image3, .image4, .image5, .image6 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-4 {
    max-width: 100%;
	  width:300px;
    object-fit: contain;
    object-position: 50% 100%;
	  margin-bottom: 1rem;
  }

  .div-block-16 {
    width: 7rem;
    height: 11rem;
    right: 2rem;
  }

  .div-block-16-small {
    right: 6rem;
  }

  .div-block-16-copy-copy {
    width: 6rem;
    height: 10rem;
    left: 2rem;
  }

  .section-5 {
    background-image: none;
  }

  .div-block-18 {
    width: 100%;
    max-width: 100%;
    min-height: 50vh;
    justify-content: center;
    align-items: flex-start;
    padding: 12rem 2rem 4rem;
  }

  .heading-2 {
    max-width: 200px;
  }

  .div-block-19 {
    max-width: 500px;
  }

  .image-8 {
    min-height: 50vh;
    object-fit: cover;
    display: block;
  }

  .image-23 {
    width: 140px;
  }

  .d-47-section-home {
    clear: both;
    overflow: visible;
  }

  .d-47-menu-trigger-wrapper {
    width: 50px;
    height: 50px;
    padding: 0;
    top: 1rem;
    right: 1rem;
  }

  .browser-demo {
    width: 550px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .demo-container {
    height: auto;
    min-height: 100vh;
    clear: both;
    flex-direction: row;
    justify-content: center;
    display: flex;
    overflow: hidden;
  }

  .demo-wrapper {
    width: auto;
    flex-direction: column-reverse;
    flex: 0 auto;
    align-items: center;
    margin-top: 140px;
    margin-bottom: 140px;
    margin-right: 0%;
  }

  .proxn_grid_adresy_salonow {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .image-35 {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .proxn_grid_3_footer {
    grid-row-gap: 3rem;
    text-align: center;
    grid-template-columns: 1fr;
  }

  .proxn_box_links {
    align-items: center;
  }

  .proxn_box_socialmedia {
    justify-content: center;
  }

  .proxn_form_mc {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .proxn_txt_small_dane {
    display: none;
  }

  .proxn_txt_small_dane.proxn_mobile_show_small_dane {
    margin-top: 3rem;
    display: block;
  }

  .proxn_button_black_gold {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .image-container {
    display: none;
  }

  .product-description {
    max-width: 100%;
  }

  .scroll-section {
    display: block;
  }

  .single-product-wrapper {
    height: auto;
    justify-content: flex-start;
  }

  .single-product-wrapper._2 {
    height: auto;
  }

  .single-product-wrapper._1 {
    height: auto;
    justify-content: flex-start;
  }

  .product-container {
    width: 100%;
    height: auto;
  }

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

  .product-content {
    flex: 1;
  }

  .section-3 {
    padding-top: 8rem;
  }

  .grid-2 {
    grid-row-gap: 1rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-8 {
    width: 100%;
    height: 1px;
  }

  .div-block-9 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .div-block-10 {
    width: 250px;
    height: 250px;
    max-height: 250px;
    max-width: 250px;
    min-height: 250px;
    min-width: 250px;
  }

  .div-block-11 {
    max-height: 350px;
    max-width: 350px;
  }

  .div-block-12 {
    width: 150px;
    height: 150px;
    max-height: 150px;
    max-width: 150px;
    min-height: 150px;
    min-width: 150px;
  }

  .spinned-outer-big {
    width: 350px;
    height: 350px;
    max-height: 350px;
    max-width: 350px;
    min-height: 350px;
    min-width: 350px;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .hero {
    font-size: 8rem;
  }

  .image-4 {
    z-index: 5;
    object-fit: contain;
  }

  .div-block-16 {
    opacity: .5;
    bottom: 12rem;
    right: -1.2rem;
  }

  .div-block-16-small {
    width: 7rem;
    height: 11rem;
    opacity: .5;
    right: 3rem;
  }

  .div-block-16-copy {
    opacity: .5;
    left: -1.3rem;
  }

  .div-block-16-copy-copy {
    opacity: .5;
    bottom: 2rem;
    left: 2rem;
  }

  .div-block-18 {
    padding-top: 8rem;
    padding-bottom: 4rem;
  }

  .heading-2 {
    font-size: 2.6rem;
  }

  .image-7 {
    width: 160px;
  }

  .div-block-19 {
    margin-bottom: 9rem;
  }

  .div-block-20 {
    width: 170px;
  }

  .image-9 {
    width: 100%;
    max-height: 400px;
    object-fit: cover;
    object-position: 50% 80%;
    display: block;
  }

  .image-9._2 {
    object-position: 50% 0%;
  }

  .image-9._5 {
    object-position: 50% 50%;
  }

  .image-23 {
    width: 120px;
  }

  .d-47-social-media-wrapper {
    flex-direction: column;
  }

  .browser-demo {
    width: 100%;
    justify-content: flex-start;
    margin-bottom: 100px;
    padding-top: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .d-47-menu-item-text {
    font-size: 28px;
    line-height: 28px;
  }

  .d-47-social-media-text {
    font-size: 12px;
  }

  .demo-container {
    min-height: 100vh;
    align-items: center;
    display: block;
  }

  .d-47-social-media-link-block {
    margin-top: 3px;
    margin-bottom: 3px;
  }

  .d-47-link-block {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .demo-wrapper {
    margin-top: 140px;
    padding-left: 110px;
    padding-right: 110px;
  }

  .d-47-menu-wrapper {
    padding-bottom: 30px;
  }

  .tab_alfabet_1 {
    flex: 0 auto;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .tabs-menu-2 {
    flex-wrap: wrap;
    justify-content: center;
    display: flex;
  }

  .proxn_grid_adresy_salonow {
    grid-template-columns: 1fr 1fr;
  }

  .proxn_grid_adresy_salony_wyrownione {
    grid-template-columns: 1fr;
  }

  .grid-3 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .image-25 {
    width: 250px;
    max-height: 250px;
    min-height: 250px;
  }

  .div-block-24 {
    text-align: center;
  }

  .div-block-25 {
    background-position: 50% 25%;
    background-size: 650px;
    grid-template-columns: 1fr;
  }

  .image-27 {
    max-height: 50vh;
    min-height: 0;
  }

  .div-block-26 {
    height: auto;
    min-height: 50vh;
    align-items: flex-start;
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .div-block-29, .div-block-30, .div-block-31, .div-block-32 {
    text-align: center;
  }

  .grid-4 {
    grid-template-columns: 1fr;
  }

  .div-block-33 {
    min-height: 50vh;
    text-align: left;
  }

  .div-block-34 {
    text-align: left;
  }

  .div-block-34.center {
    text-align: center;
  }

  .div-block-37 {
    min-height: 350px;
  }

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

  .div-block-40 {
    width: 120px;
    height: 120px;
    max-height: 120px;
    max-width: 120px;
    min-height: 120px;
    min-width: 120px;
    top: -60px;
  }

  .section-12 {
    padding-bottom: 0;
  }

  .div-block-43, .div-block-44 {
    display: none;
  }

  .grid-6 {
    grid-template-columns: 1fr;
  }

  .image-31 {
    max-height: 350px;
  }

  .div-block-45 {
    margin-top: 0;
  }

  .div-block-46 {
    width: 100px;
    height: 100px;
    max-height: 100px;
    max-width: 100px;
    min-height: 100px;
    min-width: 100px;
    margin-top: -50px;
  }

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

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

  .div-block-47 {
    justify-content: center;
  }

  .text-block-20 {
    max-width: 100%;
    text-align: center;
    border-top: 1px solid #e3b63d;
    border-left-width: 0;
  }

  .div-block-49._3 {
    text-align: center;
  }

  .div-block-71 {
    min-width: 140px;
    text-align: center;
  }

  .grid-10 {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 2.3rem;
  }

  h3 {
    font-size: 2rem;
  }

  .proxn_container.no_margin {
    padding-left: 0;
    padding-right: 0;
  }

  .proxn_txt_small_dane {
    display: none;
  }

  .proxn_txt_small_dane.proxn_mobile_show_small_dane {
    margin-top: 3rem;
    display: block;
  }

  .proxn_link_box_arrow {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .spinned-outer.down {
    max-height: 120px;
    max-width: 120px;
    bottom: -60px;
  }

  .grid {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .div-block {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
    align-items: start;
    justify-items: baseline;
  }

  .img_400 {
    max-height: 250px;
    max-width: 100%;
    min-height: 250px;
    margin-top: 0;
  }

  .single-product-wrapper._2, .single-product-wrapper._1 {
    align-items: flex-end;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .product-container {
    height: auto;
  }

  .text-block-10 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .div-block-9 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .div-block-10 {
    width: 100%;
    height: 260px;
    max-height: 260px;
    max-width: 260px;
    min-height: 0;
    min-width: 0;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-11 {
    width: 100%;
    max-height: 340px;
    max-width: 340px;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .div-block-12 {
    width: 120px;
    height: 120px;
    max-width: 120px;
    min-height: 120px;
    min-width: 120px;
  }

  .spinned-outer-big {
    width: 100%;
    height: 340px;
    max-height: 340px;
    max-width: 340px;
    min-height: 0;
    min-width: 0;
  }

  .hero {
    font-size: 6rem;
  }

  .div-block-16-copy {
    left: -1.6rem;
  }

  .div-block-16-copy-copy {
    left: .2rem;
  }

  .proxn_big_txt_name_kontakt {
    font-size: 3rem;
  }

  .div-block-18 {
    padding-top: 8rem;
    padding-bottom: 4rem;
  }

  .heading-2 {
    max-width: 100%;
    font-size: 2.5rem;
    display: block;
  }

  .image-7 {
    position: relative;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .div-block-19 {
    margin-bottom: 2rem;
  }

  .div-block-20 {
    width: 100%;
    height: auto;
    margin-top: 2rem;
  }

  .image-23 {
    width: 100px;
  }

  .d-47-social-media-wrapper {
    flex-direction: column;
  }

  .browser-demo {
    width: 100%;
    justify-content: flex-start;
    padding-left: 0;
  }

  .d-47-menu-item-text {
    font-size: 20px;
  }

  .d-47-social-media-link-block, .d-47-link-block {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .demo-wrapper {
    align-items: center;
    margin-right: 0;
    padding-left: 60px;
    padding-right: 60px;
  }

  .d-47-menu-wrapper {
    padding-top: 50px;
    padding-bottom: 20px;
  }

  .image-24 {
    width: 100px;
  }

  .tab_kraje_1 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .proxn_grid_adresy_salonow, .grid-3 {
    grid-template-columns: 1fr;
  }

  .div-block-24 {
    margin-top: 0;
  }

  .section-16 {
    background-size: 100%;
  }

  .div-block-70 {
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .div-block-71 {
    text-align: left;
    padding-left: 0;
  }

  .text-block-27 {
    max-width: 100%;
  }

  .image-35 {
    display: none;
  }
}

#w-node-e299fdea-04e9-25dc-dc19-7666d19499ad-09ecfad3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_07977dda-1c22-2788-113b-1868a65ec04b-09ecfad3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_2140c96a-1996-970f-6b36-e1281a4aa18c-09ecfad3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-d6dd9c6b-bab4-79bc-ab93-37362302882d-09ecfad3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_12b3c4c2-8163-cff1-5c23-bc031898860c-09ecfad3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_81279fd1-483f-521a-0835-c488e4b2053c-09ecfad3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
  justify-self: stretch;
}

#w-node-c3b089ac-85af-769c-89e5-bcd83b012ae2-09ecfad3, #w-node-bf6236a4-b83b-514a-ac7c-6f5b3aecbbf1-09ecfad3, #w-node-_221ce68c-54a5-e8ed-56a4-4e4d31d7dc48-09ecfad3, #w-node-_36643c0f-3b8e-1a1f-ec01-d014301afa9b-09ecfad3, #w-node-_1dee1fee-49a7-5846-191b-e866c3899f77-09ecfad3, #w-node-_60b3d290-b685-e90e-9a13-500fcab3857c-09ecfad3, #w-node-b885db20-6aab-f119-531a-34eb0b97e5db-09ecfad3, #w-node-cbb7b228-21ee-ba27-f25d-5c1e4a793e5b-4a793e54, #w-node-cbb7b228-21ee-ba27-f25d-5c1e4a793e5e-4a793e54, #w-node-cbb7b228-21ee-ba27-f25d-5c1e4a793e78-4a793e54, #w-node-_0e4f1ad9-b5cb-7ce3-ec50-54f662096bac-62096ba9, #w-node-_0e4f1ad9-b5cb-7ce3-ec50-54f662096bcb-62096ba9, #w-node-_2194cec2-a5b5-5485-2e49-9625c4ad6001-a3ecfadd, #w-node-_2194cec2-a5b5-5485-2e49-9625c4ad600e-a3ecfadd, #w-node-a4851172-c2f6-d55a-e8e6-fb3811663897-a3ecfadd, #w-node-a4851172-c2f6-d55a-e8e6-fb3811663899-a3ecfadd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65662895-ca6e-cccf-8be0-0de3ba9fd37f-a3ecfadd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_65662895-ca6e-cccf-8be0-0de3ba9fd388-a3ecfadd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65662895-ca6e-cccf-8be0-0de3ba9fd389-a3ecfadd {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
  justify-self: stretch;
}

#w-node-_65662895-ca6e-cccf-8be0-0de3ba9fd38a-a3ecfadd, #w-node-_65662895-ca6e-cccf-8be0-0de3ba9fd38b-a3ecfadd, #w-node-_65662895-ca6e-cccf-8be0-0de3ba9fd38e-a3ecfadd, #w-node-_65662895-ca6e-cccf-8be0-0de3ba9fd393-a3ecfadd, #w-node-be972f7f-c726-f595-0122-0f401422c634-a3ecfadd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f374e660-cd86-7d99-abfa-84a58b667721-a3ecfadd, #w-node-_682a943d-e4d4-b50c-b062-d9a17fa86131-a3ecfadd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_682a943d-e4d4-b50c-b062-d9a17fa86132-a3ecfadd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_04526af4-2efd-09b8-c463-9bccdb900399-4eecfade {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_04526af4-2efd-09b8-c463-9bccdb9003a2-4eecfade {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_04526af4-2efd-09b8-c463-9bccdb9003a3-4eecfade {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
  justify-self: stretch;
}

#w-node-_04526af4-2efd-09b8-c463-9bccdb9003a4-4eecfade, #w-node-_04526af4-2efd-09b8-c463-9bccdb9003a5-4eecfade {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_04526af4-2efd-09b8-c463-9bccdb900399-e3ecfadf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_04526af4-2efd-09b8-c463-9bccdb9003a2-e3ecfadf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_04526af4-2efd-09b8-c463-9bccdb9003a3-e3ecfadf {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
  justify-self: stretch;
}

#w-node-_04526af4-2efd-09b8-c463-9bccdb9003a4-e3ecfadf, #w-node-_04526af4-2efd-09b8-c463-9bccdb9003a5-e3ecfadf, #w-node-_64b08c5a-9201-2654-03c3-8963c853c110-e3ecfadf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_073d0fb9-5600-6e8f-fc1a-fad6d5cae176-e3ecfadf, #w-node-_9e7a5579-5a9c-9d4e-21ac-d7fb58fafaf1-e3ecfadf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_2a328017-7a4e-65c0-6ded-a1350dc9db6f-e3ecfadf, #w-node-be972f7f-c726-f595-0122-0f401422c634-e3ecfadf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f374e660-cd86-7d99-abfa-84a58b667721-e3ecfadf, #w-node-_88b29cc3-089a-a89e-a72c-c2ea1459a5d8-e3ecfadf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_88b29cc3-089a-a89e-a72c-c2ea1459a5d9-e3ecfadf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_04526af4-2efd-09b8-c463-9bccdb900399-21ecfae0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_04526af4-2efd-09b8-c463-9bccdb9003a2-21ecfae0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_04526af4-2efd-09b8-c463-9bccdb9003a3-21ecfae0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
  justify-self: stretch;
}

#w-node-_04526af4-2efd-09b8-c463-9bccdb9003a4-21ecfae0, #w-node-_04526af4-2efd-09b8-c463-9bccdb9003a5-21ecfae0, #w-node-_64b08c5a-9201-2654-03c3-8963c853c110-21ecfae0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_073d0fb9-5600-6e8f-fc1a-fad6d5cae176-21ecfae0, #w-node-_9e7a5579-5a9c-9d4e-21ac-d7fb58fafaf1-21ecfae0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_2a328017-7a4e-65c0-6ded-a1350dc9db6f-21ecfae0, #w-node-be972f7f-c726-f595-0122-0f401422c634-21ecfae0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f374e660-cd86-7d99-abfa-84a58b667721-21ecfae0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_04526af4-2efd-09b8-c463-9bccdb900399-13ecfae1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_04526af4-2efd-09b8-c463-9bccdb9003a2-13ecfae1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_04526af4-2efd-09b8-c463-9bccdb9003a3-13ecfae1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
  justify-self: stretch;
}

#w-node-_04526af4-2efd-09b8-c463-9bccdb9003a4-13ecfae1, #w-node-_04526af4-2efd-09b8-c463-9bccdb9003a5-13ecfae1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_04526af4-2efd-09b8-c463-9bccdb900399-fcecfae2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_04526af4-2efd-09b8-c463-9bccdb9003a2-fcecfae2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_04526af4-2efd-09b8-c463-9bccdb9003a3-fcecfae2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
  justify-self: stretch;
}

#w-node-_04526af4-2efd-09b8-c463-9bccdb9003a4-fcecfae2, #w-node-_04526af4-2efd-09b8-c463-9bccdb9003a5-fcecfae2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_04526af4-2efd-09b8-c463-9bccdb900399-d9ecfae3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_04526af4-2efd-09b8-c463-9bccdb9003a2-d9ecfae3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_04526af4-2efd-09b8-c463-9bccdb9003a3-d9ecfae3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
  justify-self: stretch;
}

#w-node-_04526af4-2efd-09b8-c463-9bccdb9003a4-d9ecfae3, #w-node-_04526af4-2efd-09b8-c463-9bccdb9003a5-d9ecfae3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_04526af4-2efd-09b8-c463-9bccdb900399-5becfae4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_04526af4-2efd-09b8-c463-9bccdb9003a2-5becfae4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_04526af4-2efd-09b8-c463-9bccdb9003a3-5becfae4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
  justify-self: stretch;
}

#w-node-_04526af4-2efd-09b8-c463-9bccdb9003a4-5becfae4, #w-node-_04526af4-2efd-09b8-c463-9bccdb9003a5-5becfae4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_04526af4-2efd-09b8-c463-9bccdb900399-5aecfae5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_04526af4-2efd-09b8-c463-9bccdb9003a2-5aecfae5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_04526af4-2efd-09b8-c463-9bccdb9003a3-5aecfae5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
  justify-self: stretch;
}

#w-node-_04526af4-2efd-09b8-c463-9bccdb9003a4-5aecfae5, #w-node-_04526af4-2efd-09b8-c463-9bccdb9003a5-5aecfae5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_04526af4-2efd-09b8-c463-9bccdb900399-42ecfae6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_04526af4-2efd-09b8-c463-9bccdb9003a2-42ecfae6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_04526af4-2efd-09b8-c463-9bccdb9003a3-42ecfae6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
  justify-self: stretch;
}

#w-node-_04526af4-2efd-09b8-c463-9bccdb9003a4-42ecfae6, #w-node-_04526af4-2efd-09b8-c463-9bccdb9003a5-42ecfae6, #w-node-_26e5c121-5bf1-4249-d1a2-a6cc0f291d2a-ebecfae7, #w-node-_3f8293a3-115a-2a11-9fcb-9b59bd533998-ebecfae7, #w-node-_5ad3c0f6-eee7-69fb-1f78-ce9c4c246704-ebecfae7, #w-node-e00fd17e-b890-8c78-ee4b-020cf0306f91-ebecfae7, #w-node-d919b41c-d5bd-244f-ee0b-57b03e455753-ebecfae7, #w-node-_87ca84dd-b946-52bc-a654-bd9832a8b0a6-ebecfae7, #w-node-dc8cd704-4cb6-4834-8405-a456612aa094-ebecfae7, #w-node-_43eb9eac-8d0d-6be5-9db2-bfdb39a00f31-ebecfae7, #w-node-e251b18c-805b-88a8-26f1-2b92dc33a0de-ebecfae7, #w-node-bfeb6780-1d77-a25e-dd1b-b24bfeee2af7-ebecfae7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5396aca2-1d17-2b30-ca97-0fb290b4d7c3-ebecfae7 {
  order: 0;
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_57e5eaee-556c-7205-9071-8a01184a0a87-ebecfae7, #w-node-_092ad739-5aad-3a08-7093-15fa8205be74-ebecfae7, #w-node-_57d3cf83-3ddc-afa9-2fac-4aa4e4596337-ebecfae7, #w-node-_57d3cf83-3ddc-afa9-2fac-4aa4e4596340-ebecfae7, #w-node-_57d3cf83-3ddc-afa9-2fac-4aa4e4596345-ebecfae7, #w-node-_57d3cf83-3ddc-afa9-2fac-4aa4e459634a-ebecfae7, #w-node-_57d3cf83-3ddc-afa9-2fac-4aa4e459634f-ebecfae7, #w-node-_57d3cf83-3ddc-afa9-2fac-4aa4e4596354-ebecfae7, #w-node-_57d3cf83-3ddc-afa9-2fac-4aa4e4596359-ebecfae7, #w-node-_57d3cf83-3ddc-afa9-2fac-4aa4e459635e-ebecfae7, #w-node-_57d3cf83-3ddc-afa9-2fac-4aa4e4596363-ebecfae7, #w-node-_57d3cf83-3ddc-afa9-2fac-4aa4e4596368-ebecfae7, #w-node-_57d3cf83-3ddc-afa9-2fac-4aa4e459636d-ebecfae7, #w-node-_57d3cf83-3ddc-afa9-2fac-4aa4e4596372-ebecfae7, #w-node-_57d3cf83-3ddc-afa9-2fac-4aa4e4596377-ebecfae7, #w-node-_57d3cf83-3ddc-afa9-2fac-4aa4e459637c-ebecfae7, #w-node-_57d3cf83-3ddc-afa9-2fac-4aa4e4596381-ebecfae7, #w-node-_57d3cf83-3ddc-afa9-2fac-4aa4e459638a-ebecfae7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e299fdea-04e9-25dc-dc19-7666d19499ad-8cecfae8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_07977dda-1c22-2788-113b-1868a65ec04b-8cecfae8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_2140c96a-1996-970f-6b36-e1281a4aa18c-8cecfae8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-d6dd9c6b-bab4-79bc-ab93-37362302882d-8cecfae8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_12b3c4c2-8163-cff1-5c23-bc031898860c-8cecfae8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_81279fd1-483f-521a-0835-c488e4b2053c-8cecfae8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
  justify-self: stretch;
}

#w-node-c3b089ac-85af-769c-89e5-bcd83b012ae2-8cecfae8, #w-node-bf6236a4-b83b-514a-ac7c-6f5b3aecbbf1-8cecfae8, #w-node-_221ce68c-54a5-e8ed-56a4-4e4d31d7dc48-8cecfae8, #w-node-_36643c0f-3b8e-1a1f-ec01-d014301afa9b-8cecfae8, #w-node-_1dee1fee-49a7-5846-191b-e866c3899f77-8cecfae8, #w-node-_60b3d290-b685-e90e-9a13-500fcab3857c-8cecfae8, #w-node-_1372eb05-3d21-2180-bd5b-2105ffa430f4-8cecfae8, #w-node-d3a7c13b-c72e-66d2-a4ea-54b36cf28bf3-6cf28bec, #w-node-d3a7c13b-c72e-66d2-a4ea-54b36cf28bf6-6cf28bec, #w-node-d3a7c13b-c72e-66d2-a4ea-54b36cf28c10-6cf28bec, #w-node-_7150b77c-6a5c-08e7-e971-681a945852cb-945852c8, #w-node-_7150b77c-6a5c-08e7-e971-681a945852e8-945852c8, #w-node-_26e5c121-5bf1-4249-d1a2-a6cc0f291d2a-31ecfae9, #w-node-_3f8293a3-115a-2a11-9fcb-9b59bd533998-31ecfae9, #w-node-_5ad3c0f6-eee7-69fb-1f78-ce9c4c246704-31ecfae9, #w-node-e00fd17e-b890-8c78-ee4b-020cf0306f91-31ecfae9, #w-node-d919b41c-d5bd-244f-ee0b-57b03e455753-31ecfae9, #w-node-_87ca84dd-b946-52bc-a654-bd9832a8b0a6-31ecfae9, #w-node-dc8cd704-4cb6-4834-8405-a456612aa094-31ecfae9, #w-node-_43eb9eac-8d0d-6be5-9db2-bfdb39a00f31-31ecfae9, #w-node-e251b18c-805b-88a8-26f1-2b92dc33a0de-31ecfae9, #w-node-bfeb6780-1d77-a25e-dd1b-b24bfeee2af7-31ecfae9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5396aca2-1d17-2b30-ca97-0fb290b4d7c3-31ecfae9 {
  order: 0;
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_57e5eaee-556c-7205-9071-8a01184a0a87-31ecfae9, #w-node-_092ad739-5aad-3a08-7093-15fa8205be74-31ecfae9, #w-node-_57d3cf83-3ddc-afa9-2fac-4aa4e4596337-31ecfae9, #w-node-_57d3cf83-3ddc-afa9-2fac-4aa4e4596340-31ecfae9, #w-node-_57d3cf83-3ddc-afa9-2fac-4aa4e4596345-31ecfae9, #w-node-_57d3cf83-3ddc-afa9-2fac-4aa4e459634a-31ecfae9, #w-node-_57d3cf83-3ddc-afa9-2fac-4aa4e459634f-31ecfae9, #w-node-_57d3cf83-3ddc-afa9-2fac-4aa4e4596354-31ecfae9, #w-node-_57d3cf83-3ddc-afa9-2fac-4aa4e4596359-31ecfae9, #w-node-_57d3cf83-3ddc-afa9-2fac-4aa4e459635e-31ecfae9, #w-node-_57d3cf83-3ddc-afa9-2fac-4aa4e4596363-31ecfae9, #w-node-_57d3cf83-3ddc-afa9-2fac-4aa4e4596368-31ecfae9, #w-node-_57d3cf83-3ddc-afa9-2fac-4aa4e459636d-31ecfae9, #w-node-_57d3cf83-3ddc-afa9-2fac-4aa4e4596372-31ecfae9, #w-node-_57d3cf83-3ddc-afa9-2fac-4aa4e4596377-31ecfae9, #w-node-_57d3cf83-3ddc-afa9-2fac-4aa4e459637c-31ecfae9, #w-node-_57d3cf83-3ddc-afa9-2fac-4aa4e4596381-31ecfae9, #w-node-_57d3cf83-3ddc-afa9-2fac-4aa4e459638a-31ecfae9, #w-node-_26e5c121-5bf1-4249-d1a2-a6cc0f291d2a-07ecfaea, #w-node-_3f8293a3-115a-2a11-9fcb-9b59bd533998-07ecfaea, #w-node-b887d882-6b88-0cbd-6afb-43a720f90f7b-07ecfaea {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_25baabc4-2bc6-13d9-4692-ac0e9f46efad-07ecfaea {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_09c62e4d-20b7-71e0-cf7d-a5e0dd242543-07ecfaea {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_71128bad-95d2-f3b5-9008-7647a31dea64-07ecfaea {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-f1d91dcc-2b97-2be1-e05a-2bd18391a2a0-07ecfaea, #w-node-d043e417-d4fd-0998-af42-8bf410193c38-07ecfaea, #w-node-_4cf3ad3b-627b-17f1-d00a-1e2f715bf5ff-07ecfaea, #w-node-_8322ad93-c8d2-7ea3-a014-92360daa774b-07ecfaea, #w-node-bf3a4bff-bfe2-88aa-3354-7f2c745b8b9c-07ecfaea {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d7e7dc04-799c-899d-1d11-69474205779b-07ecfaea {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-d893b99f-6621-8f0a-45ef-e70020d50d97-07ecfaea, #w-node-_725787b8-53aa-42f9-8abb-9e432c6a7fd4-07ecfaea, #w-node-_7db5773e-ca7e-0566-1ae3-02abb1bc4535-07ecfaea, #w-node-_80fd2f89-3f3d-b9ff-9f45-5c50efcff0a9-07ecfaea, #w-node-df8cdc85-8f74-66f3-3b8e-19c678bd5476-07ecfaea, #w-node-_3e79fdb0-da59-a575-c1ea-0157a8e21946-07ecfaea, #w-node-cc925f1a-f249-0d5d-709b-c3d355e400e7-07ecfaea, #w-node-cb413459-655b-79f4-c891-81d25b70421a-07ecfaea, #w-node-_19e2fd06-367c-7077-f51f-4eb2309a9b3e-07ecfaea, #w-node-_621306f7-99fc-7aed-97ae-c09973756ca7-07ecfaea, #w-node-_85d4b7ee-d471-ef92-9eb8-4222d3071247-07ecfaea, #w-node-e6e57244-c24c-e28b-48fd-7f863dd4e254-07ecfaea, #w-node-_34122d54-6829-3b8a-95b5-4985a8c4f2ee-07ecfaea, #w-node-f5bb2d54-93e6-25a4-2cf5-157d955fc0d2-07ecfaea, #w-node-_40fcaa9c-c910-6c39-0f41-bc27a91525a4-07ecfaea, #w-node-f0c219bb-d80b-0b99-061e-d349d9953fba-07ecfaea, #w-node-_31688478-3964-d74d-1dde-6f84a22a9630-07ecfaea, #w-node-f740f5d8-e81e-2381-25fd-09f75a13b406-07ecfaea, #w-node-d5c1a807-4cfd-1452-683c-a1bc5a6edf3b-07ecfaea, #w-node-_8b7e42d9-60d4-813b-d9e1-060e35a10aa3-07ecfaea, #w-node-_71c297b1-7812-1244-e759-a2152d8ae4c8-07ecfaea, #w-node-b3cc92da-e626-c817-3807-5b483a4c25a3-07ecfaea, #w-node-a9fde880-a3f9-3b94-e249-61f622697161-07ecfaea, #w-node-_5a4bdc18-2695-ad51-c412-3f186d3d6c62-07ecfaea, #w-node-_9c5d3389-51f2-12e1-5c26-5b1a7196fb8a-07ecfaea, #w-node-_129b7afb-6233-eb81-8f54-688fc43ea081-07ecfaea, #w-node-_469bccdd-c893-7cc7-e53a-7ada7ab7722f-07ecfaea, #w-node-fce19d3e-a971-2a3e-1881-3641ddcb2b51-07ecfaea, #w-node-_185c5fa3-30d6-bf67-5232-831df3af2076-07ecfaea, #w-node-_185c5fa3-30d6-bf67-5232-831df3af2079-07ecfaea, #w-node-_185c5fa3-30d6-bf67-5232-831df3af207b-07ecfaea, #w-node-_185c5fa3-30d6-bf67-5232-831df3af207e-07ecfaea, #w-node-_185c5fa3-30d6-bf67-5232-831df3af2081-07ecfaea, #w-node-_185c5fa3-30d6-bf67-5232-831df3af2084-07ecfaea, #w-node-_185c5fa3-30d6-bf67-5232-831df3af2087-07ecfaea, #w-node-_38689be6-3e71-8815-f556-51c5e027e164-07ecfaea, #w-node-b24470a2-32ef-c400-28dd-d932dc16a19b-07ecfaea, #w-node-bda47586-9b93-fb36-28d9-257044314bcb-07ecfaea, #w-node-_52ea7e43-4486-afcf-bad8-23518e673aff-07ecfaea, #w-node-_770bf5ef-a2c2-4cd9-a4ee-113bb31ca305-07ecfaea, #w-node-ecb29b33-e0bc-99f5-df74-f273ec38aa9a-07ecfaea, #w-node-_3f89852f-528b-f79e-0fcd-457895f1ccda-07ecfaea, #w-node-_752f4d05-1eff-021a-554e-0900a9a8008b-07ecfaea, #w-node-d1f42259-0e50-afc9-2a5a-246aeb0fa5e6-07ecfaea, #w-node-a9802862-ddfe-b2d4-7f5c-71c6578852bd-07ecfaea, #w-node-a6575628-9c31-bf4f-5ab5-359b09818da9-07ecfaea, #w-node-b8367326-b6a8-7eb7-0632-3dd7ed9f8e07-07ecfaea, #w-node-_5b8ad939-d9d4-93d0-2c49-483a654a920d-07ecfaea, #w-node-_64b08c5a-9201-2654-03c3-8963c853c110-07ecfaea {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_073d0fb9-5600-6e8f-fc1a-fad6d5cae176-07ecfaea, #w-node-_9e7a5579-5a9c-9d4e-21ac-d7fb58fafaf1-07ecfaea {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_2a328017-7a4e-65c0-6ded-a1350dc9db6f-07ecfaea, #w-node-be972f7f-c726-f595-0122-0f401422c634-07ecfaea {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f374e660-cd86-7d99-abfa-84a58b667721-07ecfaea, #w-node-_682a943d-e4d4-b50c-b062-d9a17fa86131-07ecfaea {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_682a943d-e4d4-b50c-b062-d9a17fa86132-07ecfaea, #w-node-f312cda0-0613-ab09-aab1-dca373106065-07ecfaea {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f312cda0-0613-ab09-aab1-dca373106082-07ecfaea {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_04526af4-2efd-09b8-c463-9bccdb900399-82ecfaeb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_04526af4-2efd-09b8-c463-9bccdb9003a2-82ecfaeb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_04526af4-2efd-09b8-c463-9bccdb9003a3-82ecfaeb {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
  justify-self: stretch;
}

#w-node-_04526af4-2efd-09b8-c463-9bccdb9003a4-82ecfaeb, #w-node-_04526af4-2efd-09b8-c463-9bccdb9003a5-82ecfaeb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_04526af4-2efd-09b8-c463-9bccdb900399-d0ecfaec {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_04526af4-2efd-09b8-c463-9bccdb9003a2-d0ecfaec {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_04526af4-2efd-09b8-c463-9bccdb9003a3-d0ecfaec {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
  justify-self: stretch;
}

#w-node-_04526af4-2efd-09b8-c463-9bccdb9003a4-d0ecfaec, #w-node-_04526af4-2efd-09b8-c463-9bccdb9003a5-d0ecfaec {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_04526af4-2efd-09b8-c463-9bccdb900399-15ecfaef {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_04526af4-2efd-09b8-c463-9bccdb9003a2-15ecfaef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_04526af4-2efd-09b8-c463-9bccdb9003a3-15ecfaef {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
  justify-self: stretch;
}

#w-node-_04526af4-2efd-09b8-c463-9bccdb9003a4-15ecfaef, #w-node-_04526af4-2efd-09b8-c463-9bccdb9003a5-15ecfaef, #w-node-_2194cec2-a5b5-5485-2e49-9625c4ad6001-14ecfaf0, #w-node-_2194cec2-a5b5-5485-2e49-9625c4ad600e-14ecfaf0, #w-node-a4851172-c2f6-d55a-e8e6-fb3811663897-14ecfaf0, #w-node-a4851172-c2f6-d55a-e8e6-fb3811663899-14ecfaf0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65662895-ca6e-cccf-8be0-0de3ba9fd37f-14ecfaf0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_65662895-ca6e-cccf-8be0-0de3ba9fd388-14ecfaf0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65662895-ca6e-cccf-8be0-0de3ba9fd389-14ecfaf0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
  justify-self: stretch;
}

#w-node-_65662895-ca6e-cccf-8be0-0de3ba9fd38a-14ecfaf0, #w-node-_65662895-ca6e-cccf-8be0-0de3ba9fd38b-14ecfaf0, #w-node-_65662895-ca6e-cccf-8be0-0de3ba9fd38e-14ecfaf0, #w-node-_65662895-ca6e-cccf-8be0-0de3ba9fd393-14ecfaf0, #w-node-be972f7f-c726-f595-0122-0f401422c634-14ecfaf0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f374e660-cd86-7d99-abfa-84a58b667721-14ecfaf0, #w-node-_682a943d-e4d4-b50c-b062-d9a17fa86131-14ecfaf0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_682a943d-e4d4-b50c-b062-d9a17fa86132-14ecfaf0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_04526af4-2efd-09b8-c463-9bccdb900399-0eecfaf1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_04526af4-2efd-09b8-c463-9bccdb9003a2-0eecfaf1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_04526af4-2efd-09b8-c463-9bccdb9003a3-0eecfaf1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
  justify-self: stretch;
}

#w-node-_04526af4-2efd-09b8-c463-9bccdb9003a4-0eecfaf1, #w-node-_04526af4-2efd-09b8-c463-9bccdb9003a5-0eecfaf1, #w-node-_64b08c5a-9201-2654-03c3-8963c853c110-0eecfaf1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_073d0fb9-5600-6e8f-fc1a-fad6d5cae176-0eecfaf1, #w-node-_9e7a5579-5a9c-9d4e-21ac-d7fb58fafaf1-0eecfaf1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_2a328017-7a4e-65c0-6ded-a1350dc9db6f-0eecfaf1, #w-node-be972f7f-c726-f595-0122-0f401422c634-0eecfaf1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f374e660-cd86-7d99-abfa-84a58b667721-0eecfaf1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_04526af4-2efd-09b8-c463-9bccdb900399-f5ecfaf2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_04526af4-2efd-09b8-c463-9bccdb9003a2-f5ecfaf2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_04526af4-2efd-09b8-c463-9bccdb9003a3-f5ecfaf2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
  justify-self: stretch;
}

#w-node-_04526af4-2efd-09b8-c463-9bccdb9003a4-f5ecfaf2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_04526af4-2efd-09b8-c463-9bccdb9003a5-f5ecfaf2, #w-node-_04526af4-2efd-09b8-c463-9bccdb900399-88ecfaf3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_04526af4-2efd-09b8-c463-9bccdb9003a2-88ecfaf3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_04526af4-2efd-09b8-c463-9bccdb9003a3-88ecfaf3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
  justify-self: stretch;
}

#w-node-_04526af4-2efd-09b8-c463-9bccdb9003a4-88ecfaf3, #w-node-_04526af4-2efd-09b8-c463-9bccdb9003a5-88ecfaf3, #w-node-_64b08c5a-9201-2654-03c3-8963c853c110-31ecfaf5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_073d0fb9-5600-6e8f-fc1a-fad6d5cae176-31ecfaf5, #w-node-_9e7a5579-5a9c-9d4e-21ac-d7fb58fafaf1-31ecfaf5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_2a328017-7a4e-65c0-6ded-a1350dc9db6f-31ecfaf5, #w-node-be972f7f-c726-f595-0122-0f401422c634-31ecfaf5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f374e660-cd86-7d99-abfa-84a58b667721-31ecfaf5, #w-node-_682a943d-e4d4-b50c-b062-d9a17fa86131-31ecfaf5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_682a943d-e4d4-b50c-b062-d9a17fa86132-31ecfaf5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_04526af4-2efd-09b8-c463-9bccdb900399-ccecfaf8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_04526af4-2efd-09b8-c463-9bccdb9003a2-ccecfaf8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_04526af4-2efd-09b8-c463-9bccdb9003a3-ccecfaf8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
  justify-self: stretch;
}

#w-node-_04526af4-2efd-09b8-c463-9bccdb9003a4-ccecfaf8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_04526af4-2efd-09b8-c463-9bccdb9003a5-ccecfaf8, #w-node-_04526af4-2efd-09b8-c463-9bccdb900399-e0ecfaf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_04526af4-2efd-09b8-c463-9bccdb9003a2-e0ecfaf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_04526af4-2efd-09b8-c463-9bccdb9003a3-e0ecfaf9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
  justify-self: stretch;
}

#w-node-_04526af4-2efd-09b8-c463-9bccdb9003a4-e0ecfaf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_04526af4-2efd-09b8-c463-9bccdb9003a5-e0ecfaf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_64b08c5a-9201-2654-03c3-8963c853c110-52ecfb0b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_073d0fb9-5600-6e8f-fc1a-fad6d5cae176-52ecfb0b, #w-node-_9e7a5579-5a9c-9d4e-21ac-d7fb58fafaf1-52ecfb0b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_2a328017-7a4e-65c0-6ded-a1350dc9db6f-52ecfb0b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_04526af4-2efd-09b8-c463-9bccdb900399-83ecfb0d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_04526af4-2efd-09b8-c463-9bccdb9003a2-83ecfb0d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_04526af4-2efd-09b8-c463-9bccdb9003a3-83ecfb0d {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
  justify-self: stretch;
}

#w-node-_04526af4-2efd-09b8-c463-9bccdb9003a4-83ecfb0d, #w-node-_04526af4-2efd-09b8-c463-9bccdb9003a5-83ecfb0d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_04526af4-2efd-09b8-c463-9bccdb900399-72ecfb1f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_04526af4-2efd-09b8-c463-9bccdb9003a2-72ecfb1f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_04526af4-2efd-09b8-c463-9bccdb9003a3-72ecfb1f {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
  justify-self: stretch;
}

#w-node-_04526af4-2efd-09b8-c463-9bccdb9003a4-72ecfb1f, #w-node-_04526af4-2efd-09b8-c463-9bccdb9003a5-72ecfb1f, #w-node-_64b08c5a-9201-2654-03c3-8963c853c110-72ecfb1f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_073d0fb9-5600-6e8f-fc1a-fad6d5cae176-72ecfb1f, #w-node-_9e7a5579-5a9c-9d4e-21ac-d7fb58fafaf1-72ecfb1f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_2a328017-7a4e-65c0-6ded-a1350dc9db6f-72ecfb1f, #w-node-be972f7f-c726-f595-0122-0f401422c634-72ecfb1f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f374e660-cd86-7d99-abfa-84a58b667721-72ecfb1f, #w-node-_4b23c51a-f042-03b5-93a8-7227d5a6d123-72ecfb1f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_4b23c51a-f042-03b5-93a8-7227d5a6d124-72ecfb1f, #w-node-_26e5c121-5bf1-4249-d1a2-a6cc0f291d2a-95ecfb20, #w-node-_3f8293a3-115a-2a11-9fcb-9b59bd533998-95ecfb20, #w-node-b887d882-6b88-0cbd-6afb-43a720f90f7b-95ecfb20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_25baabc4-2bc6-13d9-4692-ac0e9f46efad-95ecfb20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_09c62e4d-20b7-71e0-cf7d-a5e0dd242543-95ecfb20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_71128bad-95d2-f3b5-9008-7647a31dea64-95ecfb20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-f1d91dcc-2b97-2be1-e05a-2bd18391a2a0-95ecfb20, #w-node-d043e417-d4fd-0998-af42-8bf410193c38-95ecfb20, #w-node-_4cf3ad3b-627b-17f1-d00a-1e2f715bf5ff-95ecfb20, #w-node-_8322ad93-c8d2-7ea3-a014-92360daa774b-95ecfb20, #w-node-bf3a4bff-bfe2-88aa-3354-7f2c745b8b9c-95ecfb20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d7e7dc04-799c-899d-1d11-69474205779b-95ecfb20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-d893b99f-6621-8f0a-45ef-e70020d50d97-95ecfb20, #w-node-_725787b8-53aa-42f9-8abb-9e432c6a7fd4-95ecfb20, #w-node-_7db5773e-ca7e-0566-1ae3-02abb1bc4535-95ecfb20, #w-node-_80fd2f89-3f3d-b9ff-9f45-5c50efcff0a9-95ecfb20, #w-node-df8cdc85-8f74-66f3-3b8e-19c678bd5476-95ecfb20, #w-node-_3e79fdb0-da59-a575-c1ea-0157a8e21946-95ecfb20, #w-node-cc925f1a-f249-0d5d-709b-c3d355e400e7-95ecfb20, #w-node-cb413459-655b-79f4-c891-81d25b70421a-95ecfb20, #w-node-_19e2fd06-367c-7077-f51f-4eb2309a9b3e-95ecfb20, #w-node-_621306f7-99fc-7aed-97ae-c09973756ca7-95ecfb20, #w-node-_85d4b7ee-d471-ef92-9eb8-4222d3071247-95ecfb20, #w-node-e6e57244-c24c-e28b-48fd-7f863dd4e254-95ecfb20, #w-node-_34122d54-6829-3b8a-95b5-4985a8c4f2ee-95ecfb20, #w-node-f5bb2d54-93e6-25a4-2cf5-157d955fc0d2-95ecfb20, #w-node-_40fcaa9c-c910-6c39-0f41-bc27a91525a4-95ecfb20, #w-node-f0c219bb-d80b-0b99-061e-d349d9953fba-95ecfb20, #w-node-_31688478-3964-d74d-1dde-6f84a22a9630-95ecfb20, #w-node-f740f5d8-e81e-2381-25fd-09f75a13b406-95ecfb20, #w-node-d5c1a807-4cfd-1452-683c-a1bc5a6edf3b-95ecfb20, #w-node-_8b7e42d9-60d4-813b-d9e1-060e35a10aa3-95ecfb20, #w-node-_71c297b1-7812-1244-e759-a2152d8ae4c8-95ecfb20, #w-node-b3cc92da-e626-c817-3807-5b483a4c25a3-95ecfb20, #w-node-a9fde880-a3f9-3b94-e249-61f622697161-95ecfb20, #w-node-_5a4bdc18-2695-ad51-c412-3f186d3d6c62-95ecfb20, #w-node-_9c5d3389-51f2-12e1-5c26-5b1a7196fb8a-95ecfb20, #w-node-_129b7afb-6233-eb81-8f54-688fc43ea081-95ecfb20, #w-node-_469bccdd-c893-7cc7-e53a-7ada7ab7722f-95ecfb20, #w-node-fce19d3e-a971-2a3e-1881-3641ddcb2b51-95ecfb20, #w-node-_185c5fa3-30d6-bf67-5232-831df3af2076-95ecfb20, #w-node-_185c5fa3-30d6-bf67-5232-831df3af2079-95ecfb20, #w-node-_185c5fa3-30d6-bf67-5232-831df3af207b-95ecfb20, #w-node-_185c5fa3-30d6-bf67-5232-831df3af207e-95ecfb20, #w-node-_185c5fa3-30d6-bf67-5232-831df3af2081-95ecfb20, #w-node-_185c5fa3-30d6-bf67-5232-831df3af2084-95ecfb20, #w-node-_185c5fa3-30d6-bf67-5232-831df3af2087-95ecfb20, #w-node-_38689be6-3e71-8815-f556-51c5e027e164-95ecfb20, #w-node-b24470a2-32ef-c400-28dd-d932dc16a19b-95ecfb20, #w-node-bda47586-9b93-fb36-28d9-257044314bcb-95ecfb20, #w-node-_52ea7e43-4486-afcf-bad8-23518e673aff-95ecfb20, #w-node-_770bf5ef-a2c2-4cd9-a4ee-113bb31ca305-95ecfb20, #w-node-ecb29b33-e0bc-99f5-df74-f273ec38aa9a-95ecfb20, #w-node-_3f89852f-528b-f79e-0fcd-457895f1ccda-95ecfb20, #w-node-_752f4d05-1eff-021a-554e-0900a9a8008b-95ecfb20, #w-node-d1f42259-0e50-afc9-2a5a-246aeb0fa5e6-95ecfb20, #w-node-a9802862-ddfe-b2d4-7f5c-71c6578852bd-95ecfb20, #w-node-a6575628-9c31-bf4f-5ab5-359b09818da9-95ecfb20, #w-node-b8367326-b6a8-7eb7-0632-3dd7ed9f8e07-95ecfb20, #w-node-_5b8ad939-d9d4-93d0-2c49-483a654a920d-95ecfb20, #w-node-_64b08c5a-9201-2654-03c3-8963c853c110-95ecfb20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_073d0fb9-5600-6e8f-fc1a-fad6d5cae176-95ecfb20, #w-node-_9e7a5579-5a9c-9d4e-21ac-d7fb58fafaf1-95ecfb20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_2a328017-7a4e-65c0-6ded-a1350dc9db6f-95ecfb20, #w-node-be972f7f-c726-f595-0122-0f401422c634-95ecfb20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f374e660-cd86-7d99-abfa-84a58b667721-95ecfb20, #w-node-_682a943d-e4d4-b50c-b062-d9a17fa86131-95ecfb20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_682a943d-e4d4-b50c-b062-d9a17fa86132-95ecfb20, #w-node-f312cda0-0613-ab09-aab1-dca373106065-95ecfb20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f312cda0-0613-ab09-aab1-dca373106082-95ecfb20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_887255e3-0a2b-86b6-b69e-bdabef4af5fe-7eecfb21, #w-node-_0e9c4733-194a-e9fe-29bc-79a6c329af4e-7eecfb21 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_04526af4-2efd-09b8-c463-9bccdb900399-7eecfb21 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_04526af4-2efd-09b8-c463-9bccdb9003a2-7eecfb21 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_04526af4-2efd-09b8-c463-9bccdb9003a3-7eecfb21 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
  justify-self: stretch;
}

#w-node-_04526af4-2efd-09b8-c463-9bccdb9003a4-7eecfb21, #w-node-_04526af4-2efd-09b8-c463-9bccdb9003a5-7eecfb21 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_04526af4-2efd-09b8-c463-9bccdb900399-14ecfb22 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_04526af4-2efd-09b8-c463-9bccdb9003a2-14ecfb22 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_04526af4-2efd-09b8-c463-9bccdb9003a3-14ecfb22 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
  justify-self: stretch;
}

#w-node-_04526af4-2efd-09b8-c463-9bccdb9003a4-14ecfb22, #w-node-_04526af4-2efd-09b8-c463-9bccdb9003a5-14ecfb22, #w-node-_64b08c5a-9201-2654-03c3-8963c853c110-5add3736 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_073d0fb9-5600-6e8f-fc1a-fad6d5cae176-5add3736, #w-node-_9e7a5579-5a9c-9d4e-21ac-d7fb58fafaf1-5add3736 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_2a328017-7a4e-65c0-6ded-a1350dc9db6f-5add3736 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_04526af4-2efd-09b8-c463-9bccdb900399-d275794c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_04526af4-2efd-09b8-c463-9bccdb9003a2-d275794c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_04526af4-2efd-09b8-c463-9bccdb9003a3-d275794c {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
  justify-self: stretch;
}

#w-node-_04526af4-2efd-09b8-c463-9bccdb9003a4-d275794c, #w-node-_04526af4-2efd-09b8-c463-9bccdb9003a5-d275794c, #w-node-_64b08c5a-9201-2654-03c3-8963c853c110-4e857132 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_073d0fb9-5600-6e8f-fc1a-fad6d5cae176-4e857132, #w-node-_9e7a5579-5a9c-9d4e-21ac-d7fb58fafaf1-4e857132 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_2a328017-7a4e-65c0-6ded-a1350dc9db6f-4e857132, #w-node-be972f7f-c726-f595-0122-0f401422c634-4e857132 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f374e660-cd86-7d99-abfa-84a58b667721-4e857132, #w-node-_682a943d-e4d4-b50c-b062-d9a17fa86131-4e857132 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_682a943d-e4d4-b50c-b062-d9a17fa86132-4e857132 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_04526af4-2efd-09b8-c463-9bccdb900399-47948ba6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_04526af4-2efd-09b8-c463-9bccdb9003a2-47948ba6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_04526af4-2efd-09b8-c463-9bccdb9003a3-47948ba6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
  justify-self: stretch;
}

#w-node-_04526af4-2efd-09b8-c463-9bccdb9003a4-47948ba6, #w-node-_04526af4-2efd-09b8-c463-9bccdb9003a5-47948ba6, #w-node-_64b08c5a-9201-2654-03c3-8963c853c110-47948ba6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_073d0fb9-5600-6e8f-fc1a-fad6d5cae176-47948ba6, #w-node-_9e7a5579-5a9c-9d4e-21ac-d7fb58fafaf1-47948ba6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_2a328017-7a4e-65c0-6ded-a1350dc9db6f-47948ba6, #w-node-be972f7f-c726-f595-0122-0f401422c634-47948ba6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f374e660-cd86-7d99-abfa-84a58b667721-47948ba6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_04526af4-2efd-09b8-c463-9bccdb900399-1c8b9a3d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_04526af4-2efd-09b8-c463-9bccdb9003a2-1c8b9a3d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_04526af4-2efd-09b8-c463-9bccdb9003a3-1c8b9a3d {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
  justify-self: stretch;
}

#w-node-_04526af4-2efd-09b8-c463-9bccdb9003a4-1c8b9a3d, #w-node-_04526af4-2efd-09b8-c463-9bccdb9003a5-1c8b9a3d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_04526af4-2efd-09b8-c463-9bccdb900399-55c33049 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_04526af4-2efd-09b8-c463-9bccdb9003a2-55c33049 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_04526af4-2efd-09b8-c463-9bccdb9003a3-55c33049 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
  justify-self: stretch;
}

#w-node-_04526af4-2efd-09b8-c463-9bccdb9003a4-55c33049 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_04526af4-2efd-09b8-c463-9bccdb9003a5-55c33049, #w-node-_04526af4-2efd-09b8-c463-9bccdb900399-aa455ce2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_04526af4-2efd-09b8-c463-9bccdb9003a2-aa455ce2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_04526af4-2efd-09b8-c463-9bccdb9003a3-aa455ce2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
  justify-self: stretch;
}

#w-node-_04526af4-2efd-09b8-c463-9bccdb9003a4-aa455ce2, #w-node-_04526af4-2efd-09b8-c463-9bccdb9003a5-aa455ce2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_04526af4-2efd-09b8-c463-9bccdb900399-d2e1d48e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_04526af4-2efd-09b8-c463-9bccdb9003a2-d2e1d48e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_04526af4-2efd-09b8-c463-9bccdb9003a3-d2e1d48e {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
  justify-self: stretch;
}

#w-node-_04526af4-2efd-09b8-c463-9bccdb9003a4-d2e1d48e, #w-node-_04526af4-2efd-09b8-c463-9bccdb9003a5-d2e1d48e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_04526af4-2efd-09b8-c463-9bccdb900399-2bcc7f6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_04526af4-2efd-09b8-c463-9bccdb9003a2-2bcc7f6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_04526af4-2efd-09b8-c463-9bccdb9003a3-2bcc7f6d {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
  justify-self: stretch;
}

#w-node-_04526af4-2efd-09b8-c463-9bccdb9003a4-2bcc7f6d, #w-node-_04526af4-2efd-09b8-c463-9bccdb9003a5-2bcc7f6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_04526af4-2efd-09b8-c463-9bccdb900399-d558c8d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_04526af4-2efd-09b8-c463-9bccdb9003a2-d558c8d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_04526af4-2efd-09b8-c463-9bccdb9003a3-d558c8d2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
  justify-self: stretch;
}

#w-node-_04526af4-2efd-09b8-c463-9bccdb9003a4-d558c8d2, #w-node-_04526af4-2efd-09b8-c463-9bccdb9003a5-d558c8d2, #w-node-_64b08c5a-9201-2654-03c3-8963c853c110-d558c8d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_073d0fb9-5600-6e8f-fc1a-fad6d5cae176-d558c8d2, #w-node-_9e7a5579-5a9c-9d4e-21ac-d7fb58fafaf1-d558c8d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_2a328017-7a4e-65c0-6ded-a1350dc9db6f-d558c8d2, #w-node-be972f7f-c726-f595-0122-0f401422c634-d558c8d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f374e660-cd86-7d99-abfa-84a58b667721-d558c8d2, #w-node-_4b23c51a-f042-03b5-93a8-7227d5a6d123-d558c8d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_4b23c51a-f042-03b5-93a8-7227d5a6d124-d558c8d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_04526af4-2efd-09b8-c463-9bccdb900399-3f7e9825 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_04526af4-2efd-09b8-c463-9bccdb9003a2-3f7e9825 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_04526af4-2efd-09b8-c463-9bccdb9003a3-3f7e9825 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
  justify-self: stretch;
}

#w-node-_04526af4-2efd-09b8-c463-9bccdb9003a4-3f7e9825, #w-node-_04526af4-2efd-09b8-c463-9bccdb9003a5-3f7e9825 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_04526af4-2efd-09b8-c463-9bccdb900399-cd6d4e50 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_04526af4-2efd-09b8-c463-9bccdb9003a2-cd6d4e50 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_04526af4-2efd-09b8-c463-9bccdb9003a3-cd6d4e50 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
  justify-self: stretch;
}

#w-node-_04526af4-2efd-09b8-c463-9bccdb9003a4-cd6d4e50, #w-node-_04526af4-2efd-09b8-c463-9bccdb9003a5-cd6d4e50 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_04526af4-2efd-09b8-c463-9bccdb900399-3cefa37e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_04526af4-2efd-09b8-c463-9bccdb9003a2-3cefa37e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_04526af4-2efd-09b8-c463-9bccdb9003a3-3cefa37e {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
  justify-self: stretch;
}

#w-node-_04526af4-2efd-09b8-c463-9bccdb9003a4-3cefa37e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_04526af4-2efd-09b8-c463-9bccdb9003a5-3cefa37e, #w-node-_04526af4-2efd-09b8-c463-9bccdb900399-c1efd9af {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_04526af4-2efd-09b8-c463-9bccdb9003a2-c1efd9af {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_04526af4-2efd-09b8-c463-9bccdb9003a3-c1efd9af {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
  justify-self: stretch;
}

#w-node-_04526af4-2efd-09b8-c463-9bccdb9003a4-c1efd9af {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_04526af4-2efd-09b8-c463-9bccdb9003a5-c1efd9af {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_887255e3-0a2b-86b6-b69e-bdabef4af5fe-d05becaa, #w-node-_0e9c4733-194a-e9fe-29bc-79a6c329af4e-d05becaa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_04526af4-2efd-09b8-c463-9bccdb900399-d05becaa {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_04526af4-2efd-09b8-c463-9bccdb9003a2-d05becaa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_04526af4-2efd-09b8-c463-9bccdb9003a3-d05becaa {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
  justify-self: stretch;
}

#w-node-_04526af4-2efd-09b8-c463-9bccdb9003a4-d05becaa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_04526af4-2efd-09b8-c463-9bccdb9003a5-d05becaa, #w-node-_04526af4-2efd-09b8-c463-9bccdb900399-c4fdf093 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_04526af4-2efd-09b8-c463-9bccdb9003a2-c4fdf093 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_04526af4-2efd-09b8-c463-9bccdb9003a3-c4fdf093 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
  justify-self: stretch;
}

#w-node-_04526af4-2efd-09b8-c463-9bccdb9003a4-c4fdf093, #w-node-_04526af4-2efd-09b8-c463-9bccdb9003a5-c4fdf093, #w-node-_64b08c5a-9201-2654-03c3-8963c853c110-c4fdf093 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_073d0fb9-5600-6e8f-fc1a-fad6d5cae176-c4fdf093, #w-node-_9e7a5579-5a9c-9d4e-21ac-d7fb58fafaf1-c4fdf093 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_2a328017-7a4e-65c0-6ded-a1350dc9db6f-c4fdf093, #w-node-be972f7f-c726-f595-0122-0f401422c634-c4fdf093 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f374e660-cd86-7d99-abfa-84a58b667721-c4fdf093 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_04526af4-2efd-09b8-c463-9bccdb900399-72e2960c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_04526af4-2efd-09b8-c463-9bccdb9003a2-72e2960c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_04526af4-2efd-09b8-c463-9bccdb9003a3-72e2960c {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
  justify-self: stretch;
}

#w-node-_04526af4-2efd-09b8-c463-9bccdb9003a4-72e2960c, #w-node-_04526af4-2efd-09b8-c463-9bccdb9003a5-72e2960c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_04526af4-2efd-09b8-c463-9bccdb900399-437421da {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_04526af4-2efd-09b8-c463-9bccdb9003a2-437421da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_04526af4-2efd-09b8-c463-9bccdb9003a3-437421da {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
  justify-self: stretch;
}

#w-node-_04526af4-2efd-09b8-c463-9bccdb9003a4-437421da, #w-node-_04526af4-2efd-09b8-c463-9bccdb9003a5-437421da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_04526af4-2efd-09b8-c463-9bccdb900399-1f777583 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_04526af4-2efd-09b8-c463-9bccdb9003a2-1f777583 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_04526af4-2efd-09b8-c463-9bccdb9003a3-1f777583 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
  justify-self: stretch;
}

#w-node-_04526af4-2efd-09b8-c463-9bccdb9003a4-1f777583, #w-node-_04526af4-2efd-09b8-c463-9bccdb9003a5-1f777583, #w-node-_64b08c5a-9201-2654-03c3-8963c853c110-1f777583 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_073d0fb9-5600-6e8f-fc1a-fad6d5cae176-1f777583, #w-node-_9e7a5579-5a9c-9d4e-21ac-d7fb58fafaf1-1f777583 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_2a328017-7a4e-65c0-6ded-a1350dc9db6f-1f777583, #w-node-be972f7f-c726-f595-0122-0f401422c634-1f777583 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f374e660-cd86-7d99-abfa-84a58b667721-1f777583, #w-node-_88b29cc3-089a-a89e-a72c-c2ea1459a5d8-1f777583 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_88b29cc3-089a-a89e-a72c-c2ea1459a5d9-1f777583 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_04526af4-2efd-09b8-c463-9bccdb900399-0c849a38 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_04526af4-2efd-09b8-c463-9bccdb9003a2-0c849a38 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_04526af4-2efd-09b8-c463-9bccdb9003a3-0c849a38 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
  justify-self: stretch;
}

#w-node-_04526af4-2efd-09b8-c463-9bccdb9003a4-0c849a38, #w-node-_04526af4-2efd-09b8-c463-9bccdb9003a5-0c849a38 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_04526af4-2efd-09b8-c463-9bccdb900399-3d319765 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_04526af4-2efd-09b8-c463-9bccdb9003a2-3d319765 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_04526af4-2efd-09b8-c463-9bccdb9003a3-3d319765 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
  justify-self: stretch;
}

#w-node-_04526af4-2efd-09b8-c463-9bccdb9003a4-3d319765, #w-node-_04526af4-2efd-09b8-c463-9bccdb9003a5-3d319765 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_04526af4-2efd-09b8-c463-9bccdb900399-f3a328c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_04526af4-2efd-09b8-c463-9bccdb9003a2-f3a328c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_04526af4-2efd-09b8-c463-9bccdb9003a3-f3a328c9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
  justify-self: stretch;
}

#w-node-_04526af4-2efd-09b8-c463-9bccdb9003a4-f3a328c9, #w-node-_04526af4-2efd-09b8-c463-9bccdb9003a5-f3a328c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_04526af4-2efd-09b8-c463-9bccdb900399-5a780310 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_04526af4-2efd-09b8-c463-9bccdb9003a2-5a780310 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_04526af4-2efd-09b8-c463-9bccdb9003a3-5a780310 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
  justify-self: stretch;
}

#w-node-_04526af4-2efd-09b8-c463-9bccdb9003a4-5a780310, #w-node-_04526af4-2efd-09b8-c463-9bccdb9003a5-5a780310 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_2194cec2-a5b5-5485-2e49-9625c4ad6001-a3ecfadd {
    align-self: center;
    justify-self: center;
  }

  #w-node-_2194cec2-a5b5-5485-2e49-9625c4ad600e-a3ecfadd {
    justify-self: center;
  }

  #w-node-a4851172-c2f6-d55a-e8e6-fb3811663897-a3ecfadd {
    align-self: center;
    justify-self: center;
  }

  #w-node-a4851172-c2f6-d55a-e8e6-fb3811663899-a3ecfadd {
    justify-self: center;
  }

  #w-node-f374e660-cd86-7d99-abfa-84a58b667721-a3ecfadd, #w-node-_682a943d-e4d4-b50c-b062-d9a17fa86131-a3ecfadd, #w-node-_682a943d-e4d4-b50c-b062-d9a17fa86132-a3ecfadd, #w-node-_073d0fb9-5600-6e8f-fc1a-fad6d5cae176-e3ecfadf, #w-node-_9e7a5579-5a9c-9d4e-21ac-d7fb58fafaf1-e3ecfadf, #w-node-_2a328017-7a4e-65c0-6ded-a1350dc9db6f-e3ecfadf, #w-node-f374e660-cd86-7d99-abfa-84a58b667721-e3ecfadf, #w-node-_88b29cc3-089a-a89e-a72c-c2ea1459a5d8-e3ecfadf, #w-node-_88b29cc3-089a-a89e-a72c-c2ea1459a5d9-e3ecfadf, #w-node-_073d0fb9-5600-6e8f-fc1a-fad6d5cae176-21ecfae0, #w-node-_9e7a5579-5a9c-9d4e-21ac-d7fb58fafaf1-21ecfae0, #w-node-_2a328017-7a4e-65c0-6ded-a1350dc9db6f-21ecfae0, #w-node-f374e660-cd86-7d99-abfa-84a58b667721-21ecfae0 {
    order: -9999;
  }

  #w-node-_5ad3c0f6-eee7-69fb-1f78-ce9c4c246704-ebecfae7 {
    align-self: center;
    justify-self: center;
  }

  #w-node-e00fd17e-b890-8c78-ee4b-020cf0306f91-ebecfae7 {
    justify-self: center;
  }

  #w-node-d919b41c-d5bd-244f-ee0b-57b03e455753-ebecfae7, #w-node-_87ca84dd-b946-52bc-a654-bd9832a8b0a6-ebecfae7, #w-node-dc8cd704-4cb6-4834-8405-a456612aa094-ebecfae7, #w-node-_43eb9eac-8d0d-6be5-9db2-bfdb39a00f31-ebecfae7, #w-node-e251b18c-805b-88a8-26f1-2b92dc33a0de-ebecfae7, #w-node-_5ad3c0f6-eee7-69fb-1f78-ce9c4c246704-31ecfae9 {
    align-self: center;
    justify-self: center;
  }

  #w-node-e00fd17e-b890-8c78-ee4b-020cf0306f91-31ecfae9 {
    justify-self: center;
  }

  #w-node-d919b41c-d5bd-244f-ee0b-57b03e455753-31ecfae9, #w-node-_87ca84dd-b946-52bc-a654-bd9832a8b0a6-31ecfae9, #w-node-dc8cd704-4cb6-4834-8405-a456612aa094-31ecfae9, #w-node-_43eb9eac-8d0d-6be5-9db2-bfdb39a00f31-31ecfae9, #w-node-e251b18c-805b-88a8-26f1-2b92dc33a0de-31ecfae9 {
    align-self: center;
    justify-self: center;
  }

  #w-node-_073d0fb9-5600-6e8f-fc1a-fad6d5cae176-07ecfaea, #w-node-_9e7a5579-5a9c-9d4e-21ac-d7fb58fafaf1-07ecfaea, #w-node-_2a328017-7a4e-65c0-6ded-a1350dc9db6f-07ecfaea, #w-node-f374e660-cd86-7d99-abfa-84a58b667721-07ecfaea, #w-node-_682a943d-e4d4-b50c-b062-d9a17fa86131-07ecfaea, #w-node-_682a943d-e4d4-b50c-b062-d9a17fa86132-07ecfaea, #w-node-f312cda0-0613-ab09-aab1-dca373106082-07ecfaea {
    order: -9999;
  }

  #w-node-_2194cec2-a5b5-5485-2e49-9625c4ad6001-14ecfaf0 {
    align-self: center;
    justify-self: center;
  }

  #w-node-_2194cec2-a5b5-5485-2e49-9625c4ad600e-14ecfaf0 {
    justify-self: center;
  }

  #w-node-a4851172-c2f6-d55a-e8e6-fb3811663897-14ecfaf0 {
    align-self: center;
    justify-self: center;
  }

  #w-node-a4851172-c2f6-d55a-e8e6-fb3811663899-14ecfaf0 {
    justify-self: center;
  }

  #w-node-f374e660-cd86-7d99-abfa-84a58b667721-14ecfaf0, #w-node-_682a943d-e4d4-b50c-b062-d9a17fa86131-14ecfaf0, #w-node-_682a943d-e4d4-b50c-b062-d9a17fa86132-14ecfaf0, #w-node-_073d0fb9-5600-6e8f-fc1a-fad6d5cae176-0eecfaf1, #w-node-_9e7a5579-5a9c-9d4e-21ac-d7fb58fafaf1-0eecfaf1, #w-node-_2a328017-7a4e-65c0-6ded-a1350dc9db6f-0eecfaf1, #w-node-f374e660-cd86-7d99-abfa-84a58b667721-0eecfaf1, #w-node-_073d0fb9-5600-6e8f-fc1a-fad6d5cae176-31ecfaf5, #w-node-_9e7a5579-5a9c-9d4e-21ac-d7fb58fafaf1-31ecfaf5, #w-node-_2a328017-7a4e-65c0-6ded-a1350dc9db6f-31ecfaf5, #w-node-f374e660-cd86-7d99-abfa-84a58b667721-31ecfaf5, #w-node-_682a943d-e4d4-b50c-b062-d9a17fa86131-31ecfaf5, #w-node-_682a943d-e4d4-b50c-b062-d9a17fa86132-31ecfaf5, #w-node-_073d0fb9-5600-6e8f-fc1a-fad6d5cae176-52ecfb0b, #w-node-_9e7a5579-5a9c-9d4e-21ac-d7fb58fafaf1-52ecfb0b, #w-node-_2a328017-7a4e-65c0-6ded-a1350dc9db6f-52ecfb0b, #w-node-_073d0fb9-5600-6e8f-fc1a-fad6d5cae176-72ecfb1f, #w-node-_9e7a5579-5a9c-9d4e-21ac-d7fb58fafaf1-72ecfb1f, #w-node-_2a328017-7a4e-65c0-6ded-a1350dc9db6f-72ecfb1f, #w-node-f374e660-cd86-7d99-abfa-84a58b667721-72ecfb1f, #w-node-_4b23c51a-f042-03b5-93a8-7227d5a6d123-72ecfb1f, #w-node-_4b23c51a-f042-03b5-93a8-7227d5a6d124-72ecfb1f, #w-node-_073d0fb9-5600-6e8f-fc1a-fad6d5cae176-95ecfb20, #w-node-_9e7a5579-5a9c-9d4e-21ac-d7fb58fafaf1-95ecfb20, #w-node-_2a328017-7a4e-65c0-6ded-a1350dc9db6f-95ecfb20, #w-node-f374e660-cd86-7d99-abfa-84a58b667721-95ecfb20, #w-node-_682a943d-e4d4-b50c-b062-d9a17fa86131-95ecfb20, #w-node-_682a943d-e4d4-b50c-b062-d9a17fa86132-95ecfb20, #w-node-f312cda0-0613-ab09-aab1-dca373106082-95ecfb20, #w-node-_073d0fb9-5600-6e8f-fc1a-fad6d5cae176-5add3736, #w-node-_9e7a5579-5a9c-9d4e-21ac-d7fb58fafaf1-5add3736, #w-node-_2a328017-7a4e-65c0-6ded-a1350dc9db6f-5add3736, #w-node-_073d0fb9-5600-6e8f-fc1a-fad6d5cae176-4e857132, #w-node-_9e7a5579-5a9c-9d4e-21ac-d7fb58fafaf1-4e857132, #w-node-_2a328017-7a4e-65c0-6ded-a1350dc9db6f-4e857132, #w-node-f374e660-cd86-7d99-abfa-84a58b667721-4e857132, #w-node-_682a943d-e4d4-b50c-b062-d9a17fa86131-4e857132, #w-node-_682a943d-e4d4-b50c-b062-d9a17fa86132-4e857132, #w-node-_073d0fb9-5600-6e8f-fc1a-fad6d5cae176-47948ba6, #w-node-_9e7a5579-5a9c-9d4e-21ac-d7fb58fafaf1-47948ba6, #w-node-_2a328017-7a4e-65c0-6ded-a1350dc9db6f-47948ba6, #w-node-f374e660-cd86-7d99-abfa-84a58b667721-47948ba6, #w-node-_073d0fb9-5600-6e8f-fc1a-fad6d5cae176-d558c8d2, #w-node-_9e7a5579-5a9c-9d4e-21ac-d7fb58fafaf1-d558c8d2, #w-node-_2a328017-7a4e-65c0-6ded-a1350dc9db6f-d558c8d2, #w-node-f374e660-cd86-7d99-abfa-84a58b667721-d558c8d2, #w-node-_4b23c51a-f042-03b5-93a8-7227d5a6d123-d558c8d2, #w-node-_4b23c51a-f042-03b5-93a8-7227d5a6d124-d558c8d2, #w-node-_073d0fb9-5600-6e8f-fc1a-fad6d5cae176-c4fdf093, #w-node-_9e7a5579-5a9c-9d4e-21ac-d7fb58fafaf1-c4fdf093, #w-node-_2a328017-7a4e-65c0-6ded-a1350dc9db6f-c4fdf093, #w-node-f374e660-cd86-7d99-abfa-84a58b667721-c4fdf093, #w-node-_073d0fb9-5600-6e8f-fc1a-fad6d5cae176-1f777583, #w-node-_9e7a5579-5a9c-9d4e-21ac-d7fb58fafaf1-1f777583, #w-node-_2a328017-7a4e-65c0-6ded-a1350dc9db6f-1f777583, #w-node-f374e660-cd86-7d99-abfa-84a58b667721-1f777583, #w-node-_88b29cc3-089a-a89e-a72c-c2ea1459a5d8-1f777583, #w-node-_88b29cc3-089a-a89e-a72c-c2ea1459a5d9-1f777583 {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_81279fd1-483f-521a-0835-c488e4b2053c-09ecfad3 {
    grid-column: span 1 / span 1;
  }

  #w-node-bf6236a4-b83b-514a-ac7c-6f5b3aecbbf1-09ecfad3 {
    order: -9999;
  }

  #w-node-_65662895-ca6e-cccf-8be0-0de3ba9fd389-a3ecfadd {
    grid-column: span 1 / span 1;
  }

  #w-node-_65662895-ca6e-cccf-8be0-0de3ba9fd38b-a3ecfadd {
    order: -9999;
  }

  #w-node-_04526af4-2efd-09b8-c463-9bccdb9003a3-4eecfade {
    grid-column: span 1 / span 1;
  }

  #w-node-_04526af4-2efd-09b8-c463-9bccdb9003a5-4eecfade {
    order: -9999;
  }

  #w-node-_04526af4-2efd-09b8-c463-9bccdb9003a3-e3ecfadf {
    grid-column: span 1 / span 1;
  }

  #w-node-_04526af4-2efd-09b8-c463-9bccdb9003a5-e3ecfadf {
    order: -9999;
  }

  #w-node-_04526af4-2efd-09b8-c463-9bccdb9003a3-21ecfae0 {
    grid-column: span 1 / span 1;
  }

  #w-node-_04526af4-2efd-09b8-c463-9bccdb9003a5-21ecfae0 {
    order: -9999;
  }

  #w-node-_04526af4-2efd-09b8-c463-9bccdb9003a3-13ecfae1 {
    grid-column: span 1 / span 1;
  }

  #w-node-_04526af4-2efd-09b8-c463-9bccdb9003a5-13ecfae1 {
    order: -9999;
  }

  #w-node-_04526af4-2efd-09b8-c463-9bccdb9003a3-fcecfae2 {
    grid-column: span 1 / span 1;
  }

  #w-node-_04526af4-2efd-09b8-c463-9bccdb9003a5-fcecfae2 {
    order: -9999;
  }

  #w-node-_04526af4-2efd-09b8-c463-9bccdb9003a3-d9ecfae3 {
    grid-column: span 1 / span 1;
  }

  #w-node-_04526af4-2efd-09b8-c463-9bccdb9003a5-d9ecfae3 {
    order: -9999;
  }

  #w-node-_04526af4-2efd-09b8-c463-9bccdb9003a3-5becfae4 {
    grid-column: span 1 / span 1;
  }

  #w-node-_04526af4-2efd-09b8-c463-9bccdb9003a5-5becfae4 {
    order: -9999;
  }

  #w-node-_04526af4-2efd-09b8-c463-9bccdb9003a3-5aecfae5 {
    grid-column: span 1 / span 1;
  }

  #w-node-_04526af4-2efd-09b8-c463-9bccdb9003a5-5aecfae5 {
    order: -9999;
  }

  #w-node-_04526af4-2efd-09b8-c463-9bccdb9003a3-42ecfae6 {
    grid-column: span 1 / span 1;
  }

  #w-node-_04526af4-2efd-09b8-c463-9bccdb9003a5-42ecfae6 {
    order: -9999;
  }

  #w-node-_81279fd1-483f-521a-0835-c488e4b2053c-8cecfae8 {
    grid-column: span 1 / span 1;
  }

  #w-node-bf6236a4-b83b-514a-ac7c-6f5b3aecbbf1-8cecfae8 {
    order: -9999;
  }

  #w-node-_04526af4-2efd-09b8-c463-9bccdb9003a3-82ecfaeb {
    grid-column: span 1 / span 1;
  }

  #w-node-_04526af4-2efd-09b8-c463-9bccdb9003a5-82ecfaeb {
    order: -9999;
  }

  #w-node-_04526af4-2efd-09b8-c463-9bccdb9003a3-d0ecfaec {
    grid-column: span 1 / span 1;
  }

  #w-node-_04526af4-2efd-09b8-c463-9bccdb9003a5-d0ecfaec {
    order: -9999;
  }

  #w-node-_04526af4-2efd-09b8-c463-9bccdb9003a3-15ecfaef {
    grid-column: span 1 / span 1;
  }

  #w-node-_04526af4-2efd-09b8-c463-9bccdb9003a5-15ecfaef {
    order: -9999;
  }

  #w-node-_65662895-ca6e-cccf-8be0-0de3ba9fd389-14ecfaf0 {
    grid-column: span 1 / span 1;
  }

  #w-node-_65662895-ca6e-cccf-8be0-0de3ba9fd38b-14ecfaf0 {
    order: -9999;
  }

  #w-node-_04526af4-2efd-09b8-c463-9bccdb9003a3-0eecfaf1 {
    grid-column: span 1 / span 1;
  }

  #w-node-_04526af4-2efd-09b8-c463-9bccdb9003a5-0eecfaf1 {
    order: -9999;
  }

  #w-node-_04526af4-2efd-09b8-c463-9bccdb9003a3-f5ecfaf2 {
    grid-column: span 1 / span 1;
  }

  #w-node-_04526af4-2efd-09b8-c463-9bccdb9003a5-f5ecfaf2 {
    order: -9999;
  }

  #w-node-_04526af4-2efd-09b8-c463-9bccdb9003a3-88ecfaf3 {
    grid-column: span 1 / span 1;
  }

  #w-node-_04526af4-2efd-09b8-c463-9bccdb9003a5-88ecfaf3 {
    order: -9999;
  }

  #w-node-_04526af4-2efd-09b8-c463-9bccdb9003a3-ccecfaf8 {
    grid-column: span 1 / span 1;
  }

  #w-node-_04526af4-2efd-09b8-c463-9bccdb9003a5-ccecfaf8 {
    order: -9999;
  }

  #w-node-_04526af4-2efd-09b8-c463-9bccdb9003a3-e0ecfaf9 {
    grid-column: span 1 / span 1;
  }

  #w-node-_04526af4-2efd-09b8-c463-9bccdb9003a5-e0ecfaf9 {
    order: -9999;
  }

  #w-node-_04526af4-2efd-09b8-c463-9bccdb9003a3-83ecfb0d {
    grid-column: span 1 / span 1;
  }

  #w-node-_04526af4-2efd-09b8-c463-9bccdb9003a5-83ecfb0d {
    order: -9999;
  }

  #w-node-_04526af4-2efd-09b8-c463-9bccdb9003a3-72ecfb1f {
    grid-column: span 1 / span 1;
  }

  #w-node-_04526af4-2efd-09b8-c463-9bccdb9003a5-72ecfb1f {
    order: -9999;
  }

  #w-node-_04526af4-2efd-09b8-c463-9bccdb9003a3-7eecfb21 {
    grid-column: span 1 / span 1;
  }

  #w-node-_04526af4-2efd-09b8-c463-9bccdb9003a5-7eecfb21 {
    order: -9999;
  }

  #w-node-_04526af4-2efd-09b8-c463-9bccdb9003a3-14ecfb22 {
    grid-column: span 1 / span 1;
  }

  #w-node-_04526af4-2efd-09b8-c463-9bccdb9003a5-14ecfb22 {
    order: -9999;
  }

  #w-node-_04526af4-2efd-09b8-c463-9bccdb9003a3-d275794c {
    grid-column: span 1 / span 1;
  }

  #w-node-_04526af4-2efd-09b8-c463-9bccdb9003a5-d275794c {
    order: -9999;
  }

  #w-node-_04526af4-2efd-09b8-c463-9bccdb9003a3-47948ba6 {
    grid-column: span 1 / span 1;
  }

  #w-node-_04526af4-2efd-09b8-c463-9bccdb9003a5-47948ba6 {
    order: -9999;
  }

  #w-node-_04526af4-2efd-09b8-c463-9bccdb9003a3-1c8b9a3d {
    grid-column: span 1 / span 1;
  }

  #w-node-_04526af4-2efd-09b8-c463-9bccdb9003a5-1c8b9a3d {
    order: -9999;
  }

  #w-node-_04526af4-2efd-09b8-c463-9bccdb9003a3-55c33049 {
    grid-column: span 1 / span 1;
  }

  #w-node-_04526af4-2efd-09b8-c463-9bccdb9003a5-55c33049 {
    order: -9999;
  }

  #w-node-_04526af4-2efd-09b8-c463-9bccdb9003a3-aa455ce2 {
    grid-column: span 1 / span 1;
  }

  #w-node-_04526af4-2efd-09b8-c463-9bccdb9003a5-aa455ce2 {
    order: -9999;
  }

  #w-node-_04526af4-2efd-09b8-c463-9bccdb9003a3-d2e1d48e {
    grid-column: span 1 / span 1;
  }

  #w-node-_04526af4-2efd-09b8-c463-9bccdb9003a5-d2e1d48e {
    order: -9999;
  }

  #w-node-_04526af4-2efd-09b8-c463-9bccdb9003a3-2bcc7f6d {
    grid-column: span 1 / span 1;
  }

  #w-node-_04526af4-2efd-09b8-c463-9bccdb9003a5-2bcc7f6d {
    order: -9999;
  }

  #w-node-_04526af4-2efd-09b8-c463-9bccdb9003a3-d558c8d2 {
    grid-column: span 1 / span 1;
  }

  #w-node-_04526af4-2efd-09b8-c463-9bccdb9003a5-d558c8d2 {
    order: -9999;
  }

  #w-node-_04526af4-2efd-09b8-c463-9bccdb9003a3-3f7e9825 {
    grid-column: span 1 / span 1;
  }

  #w-node-_04526af4-2efd-09b8-c463-9bccdb9003a5-3f7e9825 {
    order: -9999;
  }

  #w-node-_04526af4-2efd-09b8-c463-9bccdb9003a3-cd6d4e50 {
    grid-column: span 1 / span 1;
  }

  #w-node-_04526af4-2efd-09b8-c463-9bccdb9003a5-cd6d4e50 {
    order: -9999;
  }

  #w-node-_04526af4-2efd-09b8-c463-9bccdb9003a3-3cefa37e {
    grid-column: span 1 / span 1;
  }

  #w-node-_04526af4-2efd-09b8-c463-9bccdb9003a5-3cefa37e {
    order: -9999;
  }

  #w-node-_04526af4-2efd-09b8-c463-9bccdb9003a3-c1efd9af {
    grid-column: span 1 / span 1;
  }

  #w-node-_04526af4-2efd-09b8-c463-9bccdb9003a5-c1efd9af {
    order: -9999;
  }

  #w-node-_04526af4-2efd-09b8-c463-9bccdb9003a3-d05becaa {
    grid-column: span 1 / span 1;
  }

  #w-node-_04526af4-2efd-09b8-c463-9bccdb9003a5-d05becaa {
    order: -9999;
  }

  #w-node-_04526af4-2efd-09b8-c463-9bccdb9003a3-c4fdf093 {
    grid-column: span 1 / span 1;
  }

  #w-node-_04526af4-2efd-09b8-c463-9bccdb9003a5-c4fdf093 {
    order: -9999;
  }

  #w-node-_04526af4-2efd-09b8-c463-9bccdb9003a3-72e2960c {
    grid-column: span 1 / span 1;
  }

  #w-node-_04526af4-2efd-09b8-c463-9bccdb9003a5-72e2960c {
    order: -9999;
  }

  #w-node-_04526af4-2efd-09b8-c463-9bccdb9003a3-437421da {
    grid-column: span 1 / span 1;
  }

  #w-node-_04526af4-2efd-09b8-c463-9bccdb9003a5-437421da {
    order: -9999;
  }

  #w-node-_04526af4-2efd-09b8-c463-9bccdb9003a3-1f777583 {
    grid-column: span 1 / span 1;
  }

  #w-node-_04526af4-2efd-09b8-c463-9bccdb9003a5-1f777583 {
    order: -9999;
  }

  #w-node-_04526af4-2efd-09b8-c463-9bccdb9003a3-0c849a38 {
    grid-column: span 1 / span 1;
  }

  #w-node-_04526af4-2efd-09b8-c463-9bccdb9003a5-0c849a38 {
    order: -9999;
  }

  #w-node-_04526af4-2efd-09b8-c463-9bccdb9003a3-3d319765 {
    grid-column: span 1 / span 1;
  }

  #w-node-_04526af4-2efd-09b8-c463-9bccdb9003a5-3d319765 {
    order: -9999;
  }

  #w-node-_04526af4-2efd-09b8-c463-9bccdb9003a3-f3a328c9 {
    grid-column: span 1 / span 1;
  }

  #w-node-_04526af4-2efd-09b8-c463-9bccdb9003a5-f3a328c9 {
    order: -9999;
  }

  #w-node-_04526af4-2efd-09b8-c463-9bccdb9003a3-5a780310 {
    grid-column: span 1 / span 1;
  }

  #w-node-_04526af4-2efd-09b8-c463-9bccdb9003a5-5a780310 {
    order: -9999;
  }
}


