@font-face {
  font-family: Shrimp;
  src: url('../fonts/SHRIMP.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Fsindustriewd;
  src: url('../fonts/FSIndustrieWd-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Fsindustrie;
  src: url('../fonts/FSIndustrie-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Fsindustriecd;
  src: url('../fonts/FSIndustrieCd-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Fsindustrieex;
  src: url('../fonts/FSIndustrieEx-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Fsindustriecd;
  src: url('../fonts/FSIndustrieCd-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --yellow-green: #81db4c;
  --black: black;
  --white: white;
  --lime-green: #28c185;
  --white-smoke: #ebebeb;
  --black-2: #272727;
}

.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-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

a {
  text-decoration: underline;
}

.warapper_body {
  justify-content: center;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

.body {
  background-color: #141414;
  justify-content: center;
}

.header_logo {
  background-color: #000;
  justify-content: space-around;
  align-items: center;
  padding: 40px 60px;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: stretch stretch;
  width: 100%;
}

.sociial_links {
  color: var(--yellow-green);
  margin-left: 15px;
  font-family: Shrimp, sans-serif;
  font-size: 15px;
  text-decoration: none;
}

.sociial_links:hover {
  color: #fff;
}

.sociial_links.atp_website {
  text-align: right;
  margin-right: 0;
}

.navi_wrapper {
  background-color: #000;
}

.navbar {
  background-color: var(--black);
  border-top: 1px solid #505050;
  border-bottom: 1px solid #505050;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-link {
  color: #fff;
  justify-content: center;
  align-items: center;
  padding-top: 27px;
  padding-left: 0;
  padding-right: 0;
  font-family: Shrimp, sans-serif;
  font-size: 24px;
}

.nav-link:hover {
  color: var(--yellow-green);
}

.nav-link.w--current {
  color: var(--white);
  padding-left: 0;
  padding-right: 0;
  font-size: 24px;
}

.nav-link.button {
  background-color: var(--lime-green);
  color: var(--black);
  border-radius: 30px;
  width: auto;
  margin-right: 0;
  padding: 12px 20px 20px;
  font-family: Shrimp, sans-serif;
  font-size: 21px;
  display: none;
}

.nav-link.button:hover {
  background-color: var(--white);
  color: var(--lime-green);
}

.nav-link-2 {
  color: #fff;
}

.nav-menu {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  display: flex;
}

.button {
  background-color: var(--yellow-green);
  color: #000;
  text-align: center;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 12px 20px 10px;
  font-family: Fsindustriecd, sans-serif;
  font-size: 25px;
}

.button:hover {
  background-color: var(--white-smoke);
}

.hero_wrapper {
  background-color: var(--black);
  background-image: url('../images/background_homepage_1.webp');
  background-position: 50% 100%;
  background-size: cover;
  padding: 60px;
}

.hero_wrapper.ttile_torneo {
  padding-top: 25px;
  padding-bottom: 25px;
}

.div-block-2 {
  justify-content: center;
  align-items: center;
  padding: 100px 60px;
  display: flex;
}

.grid-2 {
  grid-column-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: .75fr .75fr;
  width: 100%;
}

.h1 {
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Shrimp, sans-serif;
  font-size: 55px;
  line-height: 55px;
}

.h1.h-_mobile_green {
  color: var(--white);
  text-transform: uppercase;
  font-family: Shrimp, sans-serif;
  font-size: 50px;
  line-height: 50px;
}

.h2 {
  color: var(--yellow-green);
  margin-top: 0;
  font-family: Shrimp, sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 21px;
}

.heading {
  color: var(--white);
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Fsindustriewd, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
}

.image {
  width: 100%;
}

.live_streaming_wrapper {
  background-color: var(--lime-green);
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  padding: 15px 60px;
  text-decoration: none;
  display: flex;
}

.live_streaming_wrapper:hover {
  background-color: var(--yellow-green);
}

.link-block {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-block {
  color: var(--white);
  margin-top: 6px;
  font-family: Fsindustriecd, sans-serif;
  font-size: 36px;
  line-height: 54px;
}

.news_wrapper {
  background-color: var(--black);
  padding: 60px 60px 80px;
}

.grid-3 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-columns: 1fr 1fr;
}

.image-2 {
  width: 100%;
}

.paragraph {
  color: var(--white-smoke);
  font-family: Fsindustrie, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.text-block-2 {
  color: var(--white);
  margin-bottom: 10px;
  font-family: Shrimp, sans-serif;
  font-size: 14px;
}

.news_big_title {
  color: var(--yellow-green);
  margin-top: 0;
  font-family: Shrimp, sans-serif;
  font-size: 28px;
  line-height: 34px;
}

.top8_wrapper {
  background-color: var(--black);
  padding-bottom: 100px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.grid-4 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

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

.div-block-5.w--current {
  padding-left: 20px;
  padding-right: 20px;
}

.text-block-3 {
  color: #fff;
  margin-right: 20px;
  font-family: Shrimp, sans-serif;
  font-size: 15px;
}

.div-block-6 {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.div-block-7 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 60px;
  display: flex;
}

.image-4 {
  width: 50px;
  margin-right: 40px;
}

.banca_stato_logo_home_warapper {
  background-color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 140px;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}

.text-block-5 {
  margin-bottom: 100px;
}

.image-5 {
  border: 1px solid #dfdfdf;
  border-radius: 10px;
}

.image-5:hover {
  border-color: #cecece;
}

.text-block-6 {
  color: var(--yellow-green);
  font-family: Shrimp, sans-serif;
  font-size: 32px;
}

.footer {
  border-bottom: 4px solid var(--yellow-green);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 60px 80px 40px;
  display: flex;
}

.grid-5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: center end;
}

.image-6 {
  width: 350px;
}

.text-block-7 {
  color: #fff;
  text-align: center;
  font-family: Fsindustriecd, sans-serif;
  font-size: 24px;
  line-height: 28px;
}

.link {
  color: var(--yellow-green);
}

.div-block-10 {
  max-width: 300px;
}

.text-span {
  color: var(--white);
}

.div-block-11 {
  background-color: var(--black);
  background-image: url('../images/Challenger_Lugano_Luca_Nardi_1.webp');
  background-position: 50% 20%;
  background-size: cover;
  height: 400px;
}

.torneo_wrapper {
  background-color: var(--black);
  padding: 80px 60px;
}

.grid-6 {
  grid-column-gap: 60px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr;
}

.paragraph-copy {
  color: var(--white-smoke);
  padding-top: 30px;
  padding-bottom: 0;
  font-family: Fsindustrie, sans-serif;
  font-size: 21px;
  line-height: 26px;
}

.text-span-2 {
  color: var(--lime-green);
}

.image-7 {
  height: 800px;
}

.text-block-8 {
  color: var(--white);
  margin-top: 20px;
  margin-bottom: 40px;
  font-family: Fsindustrie, sans-serif;
  font-size: 16px;
}

.paragraph-2 {
  color: var(--yellow-green);
  margin-top: 20px;
  font-family: Shrimp, sans-serif;
  font-size: 24px;
  line-height: 30px;
}

.image-8 {
  margin-top: 40px;
}

.image-9, .image-10 {
  width: 100%;
}

.dati_torneo_wrapper {
  background-color: var(--black-2);
  padding: 100px 60px;
}

.div-block-15 {
  background-color: var(--lime-green);
  height: 1px;
}

.grid-7 {
  margin-top: 40px;
}

.text-block-9 {
  color: var(--white);
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Fsindustrie, sans-serif;
  font-size: 24px;
  line-height: 48px;
}

.div-block-16 {
  background-image: url('../images/Ball_boys_1.webp');
  background-position: 50% 100%;
  background-size: cover;
  height: 900px;
}

.h1-copy {
  color: var(--lime-green);
  margin-bottom: 0;
  font-family: Fsindustriecd, sans-serif;
  font-size: 95px;
  line-height: 85px;
}

.programma_wrapper {
  background-color: var(--black);
  padding: 100px 60px;
}

.grid-8 {
  grid-row-gap: 40px;
  border-bottom: 1px solid var(--yellow-green);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  padding-bottom: 20px;
}

.text-block-10 {
  color: var(--white);
  margin-bottom: 10px;
  font-family: Fsindustriewd, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

.text-span-3 {
  color: var(--lime-green);
}

.div-block-17 {
  border-bottom: 1px solid var(--yellow-green);
  margin-bottom: 20px;
  padding-bottom: 40px;
}

.foto_programma {
  background-image: url('../images/stricker.jpg');
  background-position: 50% 0;
  background-size: cover;
  height: 900px;
}

.div-block-18 {
  display: block;
}

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

.text-block-11 {
  color: var(--white);
  font-family: Fsindustriecd, sans-serif;
  font-size: 21px;
}

.risultati_wrapper {
  background-color: var(--black);
  padding: 80px 60px;
}

.list {
  margin-bottom: 40px;
  padding-left: 20px;
}

.text-span-29 {
  color: #000;
  margin-bottom: 5px;
  font-weight: 500;
  display: block;
}

.faq-body-cont {
  padding-left: 40px;
  padding-right: 40px;
  font-size: 16px;
  font-weight: 300;
  line-height: 32px;
  display: none;
}

.faq {
  border-top: 1px solid var(--lime-green);
  background-color: var(--black-2);
  white-space: break-spaces;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.faq.w--open {
  border-bottom: 1px solid #0000001a;
}

.list-item {
  color: gray;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}

.faq-body {
  background-color: var(--black);
  width: 100%;
  padding: 40px 20px;
  display: block;
  position: relative;
}

.faq-body.w--open {
  background-color: #0000;
}

.faq-p {
  width: 100%;
  overflow: hidden;
}

.title-main-services-management {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 21px;
  font-weight: 300;
  line-height: 24px;
}

.text-block-22 {
  color: #000;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.title-main-services {
  border-top: 1px solid var(--yellow-green);
  background-color: var(--black-2);
  color: var(--yellow-green);
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 40px;
  font-family: Fsindustrieex, sans-serif;
  font-size: 21px;
  font-weight: 300;
  line-height: 24px;
}

.faq-icon {
  z-index: 2;
  background-color: var(--lime-green);
  width: 50px;
  margin-left: 40px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.risultati_tabella_container {
  padding-bottom: 40px;
  display: block;
}

.text-tabella-risulltati {
  color: var(--white);
  font-family: Fsindustriewd, sans-serif;
  font-size: 18px;
  line-height: 23px;
}

.text-tabella-risulltati.punti_tabella_risultati {
  color: var(--yellow-green);
  text-align: right;
  font-family: Fsindustrieex, sans-serif;
}

.text-tabella-risulltati.batte {
  color: #979797;
}

.grid-9 {
  grid-template-rows: auto;
  grid-template-columns: 350px 95px 350px 1fr;
}

.text-span-30 {
  color: var(--white);
  text-align: left;
  font-size: 18px;
  line-height: 30px;
}

.foto_risultati_singolo {
  background-image: url('../images/_DSC4470.jpg');
  background-position: 0%;
  background-size: cover;
  height: 900px;
}

.faq-body-cont_not-yet {
  border-bottom: 1px solid var(--lime-green);
  background-color: var(--black-2);
  padding-bottom: 30px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 16px;
  font-weight: 300;
  line-height: 32px;
}

.foto_risultati_doppio {
  background-image: url('../images/doppio.jpg');
  background-position: 0%;
  background-size: cover;
  height: 900px;
}

.galleria_wrapper {
  background-color: var(--black);
  padding: 60px;
}

.grid-10 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  margin-top: 20px;
}

.image-11 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.text-block-23 {
  color: #6d6d6d;
  text-align: center;
  margin-top: 80px;
}

.credit_photo {
  color: #a3a3a3;
  margin-top: 40px;
  margin-bottom: 0;
  font-family: Fsindustriewd, sans-serif;
  font-size: 12px;
  line-height: 12px;
}

.links {
  color: var(--lime-green);
  font-family: Fsindustriewd, sans-serif;
  font-weight: 400;
}

.button-programma {
  background-color: var(--lime-green);
  color: #000;
  text-align: center;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 40px;
  margin-bottom: 20px;
  padding-top: 13px;
  padding-bottom: 31px;
  font-family: Fsindustriecd, sans-serif;
  font-size: 25px;
}

.button-programma:hover {
  background-color: #81db4c;
}

.link-2 {
  color: var(--lime-green);
}

.faq-body-cont_5marzo {
  border-bottom: 1px solid #fff3;
  padding: 15px 40px 10px;
  font-size: 16px;
  font-weight: 300;
  line-height: 32px;
}

.button-copy {
  background-color: var(--lime-green);
  color: #000;
  text-align: center;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 40px;
  margin-bottom: 20px;
  margin-left: 30px;
  padding-top: 13px;
  font-family: Fsindustriecd, sans-serif;
  font-size: 25px;
}

.div-block-25 {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 20px;
  padding-bottom: 0;
  padding-right: 20px;
  display: flex;
}

.link-programma {
  color: var(--lime-green);
  font-family: Fsindustriewd, sans-serif;
  font-size: 18px;
  line-height: 21px;
}

.risultati_wrapper-home {
  background-color: var(--black);
  padding: 100px 60px 20px;
}

.link_home_risultati {
  color: var(--yellow-green);
  font-family: Fsindustriewd, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.text-block-24 {
  color: #bdbdbd;
  margin-top: 40px;
  font-family: Fsindustriewd, sans-serif;
  line-height: 18px;
}

.galleria_wrapper-2 {
  background-color: var(--black);
  padding-bottom: 100px;
  padding-left: 60px;
  padding-right: 60px;
}

.grid-11 {
  grid-column-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
}

.button-draw {
  background-color: var(--yellow-green);
  color: var(--black);
  text-align: center;
  border-radius: 20px;
  margin-top: 40px;
  padding-top: 12px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Fsindustriecd, sans-serif;
  font-size: 25px;
}

.title_atp_classifica {
  color: var(--lime-green);
  text-align: right;
  margin-top: 2px;
  margin-bottom: 0;
  font-family: Fsindustriewd, sans-serif;
  font-size: 18px;
  line-height: 40px;
}

.live_wrapper {
  background-color: var(--lime-green);
  color: var(--lime-green);
  padding: 30px 60px;
  font-family: Fsindustriewd, sans-serif;
  font-size: 21px;
}

.text-span-31 {
  color: var(--white);
  font-family: Fsindustrieex, sans-serif;
}

.text-block-25 {
  color: var(--white);
  text-align: left;
  font-size: 20px;
}

.heading-home {
  color: var(--white);
  margin-top: 30px;
  margin-bottom: 40px;
  font-family: Fsindustrie, sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 26px;
}

.div-block-46 {
  z-index: 99999;
  background-color: #000000e3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.hero_wrapper_old {
  background-image: linear-gradient(157deg, black 69%, var(--yellow-green));
  justify-content: center;
  align-items: center;
  padding: 70px 60px 100px;
  display: flex;
}

.hero_wrapper_old.ttile_torneo {
  padding-top: 5px;
  padding-bottom: 25px;
}

.text-span-32 {
  color: var(--lime-green);
}

.button-draw-biglietti {
  background-color: var(--lime-green);
  color: var(--black);
  text-align: center;
  border-radius: 20px;
  padding-top: 12px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Shrimp, sans-serif;
  font-size: 21px;
}

.div-block-47 {
  margin-top: 60px;
  margin-bottom: 100px;
}

.grid-12 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.div-block-48 {
  background-color: var(--lime-green);
  width: 100%;
  height: 1px;
  margin-bottom: 100px;
}

.logo_sponsor_warapper {
  background-color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}

.div-block-49 {
  margin-bottom: 40px;
}

.image-13 {
  align-self: center;
  width: 100%;
}

.image-14 {
  max-width: 320px;
}

.link-3 {
  color: var(--yellow-green);
  margin-bottom: 5px;
  font-family: Fsindustrie, sans-serif;
  font-size: 16px;
  font-weight: 400;
  display: block;
}

.button-biglietti {
  background-color: var(--lime-green);
  color: var(--black);
  text-align: center;
  border-radius: 20px;
  padding-top: 12px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Shrimp, sans-serif;
  font-size: 21px;
  display: none;
}

.div-block-50 {
  width: 100%;
  margin-top: 20px;
}

.news_video {
  background-image: url('../images/background_homepage_1.webp');
  background-position: 100% 100%;
  background-size: cover;
  padding: 60px 60px 80px;
  display: block;
}

.div-block-51 {
  border-top: 1px solid var(--lime-green);
  margin-bottom: 40px;
  padding-top: 20px;
}

.title-main-services-copy {
  background-color: var(--black-2);
  color: var(--lime-green);
  padding-top: 15px;
  padding-bottom: 10px;
  padding-left: 40px;
  font-family: Fsindustrieex, sans-serif;
  font-size: 21px;
  font-weight: 300;
  line-height: 24px;
}

.div-block-53 {
  margin-top: 6px;
}

.button-draw-matches {
  background-color: var(--lime-green);
  color: var(--black);
  text-align: center;
  border-radius: 20px;
  padding-top: 12px;
  padding-left: 12px;
  padding-right: 12px;
  font-family: Shrimp, sans-serif;
  font-size: 20px;
  display: none;
}

.link-4, .link-5 {
  color: var(--white);
}

.button-draw-pdf {
  background-color: var(--lime-green);
  color: var(--black);
  text-align: center;
  border-radius: 20px;
  padding-top: 12px;
  padding-left: 12px;
  padding-right: 12px;
  font-family: Shrimp, sans-serif;
  font-size: 20px;
  display: none;
}

.link-6 {
  text-decoration: none;
}

.text-span-3-copy {
  color: var(--white);
  text-decoration: none;
}

.div-block-55 {
  background-color: var(--lime-green);
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-26 {
  color: var(--black);
  padding: 10px 60px 8px;
  font-family: Shrimp, sans-serif;
  font-size: 18px;
}

.hero_wrapper-splash {
  background-color: var(--black-2);
  justify-content: center;
  align-items: stretch;
  min-height: 600px;
  display: flex;
}

.hero_wrapper-splash.ttile_torneo {
  padding-top: 25px;
  padding-bottom: 25px;
}

.image-15 {
  width: 100%;
  margin-bottom: 30px;
}

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

.div-block-57 {
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.image-16 {
  min-width: 500px;
}

.h1-centered {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Shrimp, sans-serif;
  font-size: 50px;
  line-height: 50px;
}

.h1-centered.h-_mobile_green {
  color: var(--white);
  text-transform: uppercase;
  font-family: Shrimp, sans-serif;
  font-size: 50px;
  line-height: 50px;
}

.div-block-58 {
  flex-flow: column;
  min-width: 900px;
  margin-top: 60px;
  display: flex;
}

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

.text-block-27 {
  color: var(--white);
  font-family: Fsindustrie, sans-serif;
  font-size: 21px;
}

.div-block-59 {
  border-top: 1px solid var(--yellow-green);
  padding-top: 10px;
  padding-bottom: 10px;
}

.div-block-7-copy {
  object-fit: cover;
  background-image: none;
  background-size: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 60px;
}

.bold-text, .bold-text-green {
  color: var(--yellow-green);
}

.text-span-33 {
  color: var(--yellow-green);
  font-weight: 400;
}

.text-span-34 {
  color: var(--yellow-green);
}

.button-copy {
  background-color: var(--yellow-green);
  color: #000;
  text-align: center;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding-top: 13px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Fsindustriecd, sans-serif;
  font-size: 25px;
}

.button-copy:hover {
  background-color: var(--white-smoke);
}

.button-draw-home {
  background-color: var(--yellow-green);
  color: var(--black);
  text-align: center;
  border-radius: 20px;
  margin-top: 60px;
  padding-top: 12px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Fsindustriecd, sans-serif;
  font-size: 25px;
}

.risultati_tabella_container-doppio {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 40px;
  display: block;
}

.text-block-28 {
  color: var(--white-smoke);
  margin-top: 60px;
  font-family: Fsindustriecd, sans-serif;
  font-size: 16px;
}

.link-7 {
  color: var(--white);
}

.news_big_title-copy {
  color: var(--yellow-green);
  margin-top: 20px;
  font-family: Shrimp, sans-serif;
  font-size: 28px;
  line-height: 34px;
}

.img_home_player {
  object-fit: cover;
  background-image: url('../images/coric_finale_challenger_lugano.jpg');
  background-position: 50%;
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 60px;
}

.button-3 {
  background-color: var(--yellow-green);
  color: var(--black);
  text-align: center;
  border-radius: 20px;
  min-width: 100px;
  margin-top: 20px;
  padding-top: 12px;
  font-family: Fsindustriecd, sans-serif;
  font-size: 21px;
  font-weight: 500;
}

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

.image-17, .image-18 {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
}

@media screen and (max-width: 991px) {
  .warapper_body {
    max-width: none;
  }

  .header_logo {
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .grid {
    grid-column-gap: 30px;
    grid-template-columns: .5fr 1fr .5fr;
  }

  .sociial_links {
    margin-left: 20px;
    margin-right: 0;
    font-size: 16px;
    display: none;
  }

  .navbar {
    background-color: var(--yellow-green);
    justify-content: flex-start;
    padding: 0;
  }

  .nav-link.button {
    background-color: var(--lime-green);
    color: var(--black);
    margin-top: 19px;
  }

  .nav-menu {
    background-color: var(--black);
    padding: 20px 40px 40px;
  }

  .button {
    background-color: var(--black);
    color: var(--white-smoke);
  }

  .button:hover {
    background-color: var(--black);
    color: var(--white);
  }

  .hero_wrapper {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .div-block-2 {
    padding: 60px 40px;
  }

  .grid-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .h2 {
    margin-top: 0;
  }

  .heading {
    margin-top: 20px;
    font-size: 19px;
    line-height: 24px;
  }

  .live_streaming_wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .text-block {
    font-size: 40px;
  }

  .news_wrapper {
    padding: 40px;
  }

  .grid-3 {
    grid-column-gap: 30px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .paragraph, .news_big_title {
    margin-bottom: 0;
  }

  .top8_wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .grid-4 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .image-3 {
    width: 120px;
  }

  .text-block-3 {
    margin-right: 10px;
    font-size: 16px;
  }

  .div-block-7 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .menu-button {
    align-items: center;
    width: 200px;
    height: 72px;
    padding-top: 24px;
    padding-left: 40px;
    font-family: Fsindustriecd, sans-serif;
    font-size: 32px;
    display: flex;
  }

  .menu-button.w--open {
    background-color: var(--yellow-green);
    align-items: center;
    padding-left: 40px;
  }

  .icon {
    color: var(--black);
    margin-top: -3px;
    margin-left: -7px;
  }

  .text-block-4 {
    color: var(--black);
    margin-top: -24px;
    margin-left: 41px;
  }

  .image-4 {
    width: 50px;
  }

  .banca_stato_logo_home_warapper {
    padding-top: 60px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .text-block-6 {
    font-size: 21px;
  }

  .footer {
    padding: 60px 40px;
  }

  .grid-5 {
    grid-row-gap: 40px;
  }

  .torneo_wrapper {
    padding: 60px 40px;
  }

  .grid-6 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .paragraph-copy {
    margin-bottom: 0;
    font-size: 21px;
    line-height: 24px;
  }

  .image-7 {
    height: auto;
  }

  .text-block-8 {
    margin-bottom: 20px;
  }

  .paragraph-2 {
    margin-bottom: 40px;
  }

  .dati_torneo_wrapper {
    padding: 60px 40px;
  }

  .div-block-16 {
    height: 450px;
  }

  .h1-copy {
    font-size: 80px;
    line-height: 85px;
  }

  .programma_wrapper {
    padding: 60px 40px;
  }

  .grid-8 {
    grid-template-columns: .5fr .5fr;
    padding-bottom: 0;
  }

  .text-block-10 {
    font-size: 21px;
    line-height: 28px;
  }

  .div-block-17 {
    padding-bottom: 20px;
  }

  .foto_programma {
    height: 450px;
  }

  .div-block-18 {
    width: 50%;
  }

  .risultati_wrapper {
    padding: 60px 40px;
  }

  .faq-body-cont {
    padding-left: 0;
    padding-right: 0;
  }

  .list-item {
    margin-bottom: 5px;
    font-size: 17px;
    line-height: 21px;
  }

  .faq-body {
    padding-left: 0;
    padding-right: 0;
  }

  .title-main-services-management {
    font-size: 18px;
    line-height: 24px;
  }

  .text-block-22 {
    font-size: 17px;
    line-height: 26px;
  }

  .title-main-services {
    padding-left: 20px;
    font-size: 21px;
    line-height: 28px;
  }

  .risultati_tabella_container {
    width: 100%;
    min-width: 0;
    margin-bottom: 0;
  }

  .text-tabella-risulltati {
    font-size: 16px;
  }

  .text-tabella-risulltati.punti_tabella_risultati {
    text-align: right;
  }

  .grid-9 {
    grid-column-gap: 20px;
    grid-template-columns: 175px 80px 223px 1fr;
  }

  .foto_risultati_singolo {
    height: 450px;
  }

  .faq-body-cont_not-yet {
    padding-left: 20px;
    padding-right: 20px;
  }

  .foto_risultati_doppio {
    height: 450px;
  }

  .galleria_wrapper {
    padding: 60px 40px;
  }

  .grid-10 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .text-block-23 {
    margin-top: 60px;
  }

  .credit_photo {
    margin-top: 20px;
  }

  .button-programma {
    border-radius: 13px;
    font-size: 21px;
    line-height: 21px;
  }

  .faq-body-cont_5marzo {
    padding-left: 0;
    padding-right: 0;
  }

  .risultati_wrapper-home {
    padding: 60px 40px 20px;
  }

  .galleria_wrapper-2 {
    padding: 60px 40px;
  }

  .grid-11 {
    grid-template-columns: auto auto;
  }

  .button-draw {
    font-size: 24px;
  }

  .title_atp_classifica {
    margin-bottom: 0;
  }

  .div-block-45 {
    margin-top: -34px;
  }

  .live_wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .text-block-25 {
    line-height: 24px;
  }

  .heading-home {
    margin-top: 20px;
    font-size: 19px;
    line-height: 24px;
  }

  .hero_wrapper_old {
    padding: 40px 40px 60px;
  }

  .image-12 {
    display: none;
  }

  .button-draw-biglietti {
    font-size: 24px;
  }

  .div-block-47 {
    margin-bottom: 60px;
  }

  .grid-12 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .div-block-48 {
    margin-bottom: 60px;
  }

  .logo_sponsor_warapper {
    padding-top: 60px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .button-biglietti {
    font-size: 24px;
    display: block;
  }

  .news_video {
    padding: 40px;
  }

  .title-main-services-copy {
    padding-left: 20px;
    font-size: 21px;
    line-height: 28px;
  }

  .button-draw-matches, .button-draw-pdf {
    font-size: 24px;
  }

  .div-block-55 {
    background-color: var(--black);
  }

  .text-block-26 {
    color: var(--lime-green);
    text-align: center;
    font-size: 16px;
    line-height: 21px;
  }

  .hero_wrapper-splash {
    min-height: auto;
    max-height: none;
  }

  .image-16 {
    max-width: 600px;
  }

  .div-block-58 {
    min-width: 650px;
  }

  .text-block-27 {
    font-size: 18px;
  }

  .div-block-7-copy {
    min-height: 500px;
  }

  .button-copy {
    background-color: var(--black);
    color: var(--white-smoke);
  }

  .button-copy:hover {
    background-color: var(--black);
    color: var(--white);
  }

  .button-draw-home {
    font-size: 24px;
  }

  .risultati_tabella_container-doppio {
    width: 100%;
    min-width: 0;
    margin-bottom: 0;
  }

  .news_big_title-copy {
    margin-bottom: 0;
  }

  .img_home_player {
    min-height: 500px;
  }
}

@media screen and (max-width: 767px) {
  .grid {
    grid-column-gap: 0px;
    grid-row-gap: 25px;
  }

  .button {
    font-size: 21px;
  }

  .hero_wrapper {
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .grid-2 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .h1 {
    margin-top: 0;
    font-size: 45px;
    line-height: 45px;
  }

  .h2 {
    margin-top: 0;
  }

  .live_streaming_wrapper {
    padding: 15px 40px;
  }

  .text-block {
    font-size: 30px;
  }

  .paragraph {
    margin-bottom: 10px;
  }

  .news_big_title {
    font-size: 24px;
    line-height: 30px;
  }

  .top8_wrapper {
    padding: 10px 40px 40px;
  }

  .div-block-5.w--current {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-3 {
    margin-right: 0;
    font-size: 14px;
  }

  .div-block-7 {
    padding: 0;
  }

  .menu-button.w--open {
    background-color: var(--yellow-green);
  }

  .icon {
    color: var(--black);
  }

  .image-4 {
    width: 40px;
    margin-right: 20px;
  }

  .text-block-6 {
    font-size: 18px;
  }

  .footer {
    padding: 60px 40px;
  }

  .grid-5 {
    grid-row-gap: 30px;
  }

  .text-block-7 {
    font-size: 21px;
    line-height: 22px;
  }

  .div-block-10 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .torneo_wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .paragraph-copy {
    font-size: 19px;
    line-height: 22px;
  }

  .dati_torneo_wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .h1-copy {
    font-size: 95px;
    line-height: 75px;
  }

  .programma_wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .grid-8 {
    grid-template-columns: .75fr .5fr;
  }

  .text-block-10 {
    text-align: left;
    font-size: 18px;
    line-height: 24px;
  }

  .div-block-18 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .risultati_wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .faq-body-cont {
    padding-right: 0;
  }

  .title-main-services {
    font-size: 18px;
    line-height: 24px;
  }

  .text-tabella-risulltati {
    font-size: 14px;
    line-height: 16px;
  }

  .grid-9 {
    grid-column-gap: 25px;
    grid-template-columns: 1fr 50px 1fr 1fr;
  }

  .text-span-30 {
    font-size: 16px;
    line-height: 20px;
  }

  .faq-body-cont_not-yet {
    padding-right: 20px;
  }

  .galleria_wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .text-block-23 {
    font-size: 12px;
  }

  .credit_photo {
    font-size: 10px;
    line-height: 10px;
  }

  .button-programma {
    border-radius: 15px;
    height: auto;
    padding: 13px 10px 10px;
    font-size: 18px;
    line-height: 18px;
  }

  .faq-body-cont_5marzo {
    padding-right: 0;
  }

  .risultati_wrapper-home {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .link_home_risultati {
    font-size: 21px;
  }

  .text-block-24 {
    margin-top: 20px;
  }

  .galleria_wrapper-2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .title_atp_classifica {
    font-size: 16px;
    line-height: 24px;
  }

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

  .hero_wrapper_old {
    padding-top: 40px;
  }

  .grid-12 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr;
  }

  .button-biglietti {
    text-align: center;
  }

  .title-main-services-copy {
    font-size: 16px;
    line-height: 20px;
  }

  .div-block-53 {
    margin-top: 3px;
  }

  .hero_wrapper-splash {
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .image-16 {
    max-width: 500px;
  }

  .h1-centered {
    font-size: 35px;
    line-height: 35px;
  }

  .div-block-58 {
    min-width: 450px;
  }

  .text-block-27 {
    font-size: 16px;
  }

  .button-copy {
    font-size: 21px;
  }

  .button-draw-home {
    margin-top: 30px;
  }

  .news_big_title-copy {
    font-size: 24px;
    line-height: 30px;
  }
}

@media screen and (max-width: 479px) {
  .header_logo {
    margin-top: 60px;
    padding: 30px 20px;
  }

  .navi_wrapper {
    position: absolute;
    inset: 0% 0% auto;
  }

  .navbar {
    justify-content: flex-start;
    height: 60px;
  }

  .nav-link {
    padding-top: 16px;
    font-size: 28px;
    line-height: 24px;
  }

  .nav-link.button {
    margin-top: 35px;
    margin-left: 0;
    padding-top: 12px;
  }

  .nav-menu {
    min-height: 75vh;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .button {
    background-color: var(--yellow-green);
    color: var(--black);
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 30px;
    font-size: 16px;
    display: flex;
  }

  .hero_wrapper {
    padding: 20px;
  }

  .hero_wrapper.ttile_torneo {
    background-image: linear-gradient(56deg, black, var(--yellow-green));
    padding-top: 17px;
    padding-bottom: 10px;
  }

  .div-block-2 {
    padding: 40px 20px 20px;
  }

  .grid-2 {
    grid-row-gap: 40px;
  }

  .h1 {
    color: var(--white);
    text-align: center;
    margin-top: 0;
    font-size: 30px;
    line-height: 30px;
  }

  .h1.h-_mobile_green {
    margin-top: 20px;
    font-size: 28px;
    line-height: 28px;
  }

  .h2 {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 15px;
  }

  .heading {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 21px;
  }

  .live_streaming_wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block {
    text-align: center;
    font-size: 21px;
    line-height: 28px;
  }

  .news_wrapper {
    padding: 30px 20px 20px;
  }

  .grid-3 {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .paragraph {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 21px;
  }

  .news_big_title {
    text-align: left;
    font-size: 21px;
    line-height: 24px;
  }

  .top8_wrapper {
    padding: 30px 20px 20px;
  }

  .grid-4 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-items: center;
  }

  .div-block-5.w--current {
    padding-left: 0;
  }

  .div-block-6 {
    display: none;
  }

  .div-block-7 {
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-8 {
    flex-flow: column;
    display: flex;
  }

  .div-block-9 {
    display: none;
  }

  .menu-button {
    width: 50%;
    height: 60px;
    padding-left: 20px;
  }

  .menu-button.w--open {
    background-color: var(--yellow-green);
    padding-left: 20px;
  }

  .icon {
    color: var(--black);
    margin-top: -10px;
    margin-left: 0;
  }

  .text-block-4 {
    text-align: center;
    margin-top: -25px;
    margin-left: 41px;
    font-family: Shrimp, sans-serif;
    font-size: 21px;
  }

  .image-4 {
    width: 25px;
  }

  .banca_stato_logo_home_warapper {
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-6 {
    font-size: 16px;
  }

  .footer {
    padding: 40px 60px;
  }

  .grid-5 {
    grid-row-gap: 30px;
    flex-flow: column;
    display: flex;
  }

  .image-6 {
    margin-bottom: 20px;
  }

  .text-block-7 {
    font-size: 18px;
    line-height: 21px;
  }

  .div-block-10 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .torneo_wrapper {
    padding: 30px 20px 20px;
  }

  .grid-6 {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .paragraph-copy {
    padding-top: 15px;
    padding-bottom: 20px;
    font-size: 16px;
    line-height: 18px;
  }

  .text-block-8 {
    margin-top: 10px;
    font-size: 14px;
    line-height: 18px;
  }

  .paragraph-2 {
    font-size: 18px;
    line-height: 21px;
  }

  .image-8 {
    margin-top: 20px;
  }

  .dati_torneo_wrapper {
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-7 {
    margin-top: 20px;
  }

  .text-block-9 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 28px;
  }

  .div-block-16 {
    height: 250px;
  }

  .h1-copy {
    text-align: center;
    margin-top: 20px;
    font-size: 45px;
    line-height: 45px;
  }

  .programma_wrapper {
    padding: 30px 20px 40px;
  }

  .grid-8 {
    grid-row-gap: 20px;
    grid-template-columns: .75fr;
    padding-bottom: 10px;
  }

  .text-block-10 {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 21px;
  }

  .foto_programma {
    height: 250px;
  }

  .div-block-18 {
    background-color: var(--black-2);
    justify-content: center;
    width: 50%;
    height: 60px;
    padding: 10px 20px;
    display: flex;
  }

  .text-block-11 {
    text-align: center;
    font-family: Fsindustrie, sans-serif;
    font-size: 13px;
  }

  .risultati_wrapper {
    padding: 30px 20px 40px;
  }

  .faq-body-cont {
    padding-right: 0;
  }

  .faq {
    padding-left: 10px;
  }

  .list-item {
    font-size: 16px;
    line-height: 23px;
  }

  .title-main-services-management {
    padding-bottom: 2px;
    font-size: 16px;
    line-height: 23px;
  }

  .text-block-22 {
    font-size: 16px;
    line-height: 23px;
  }

  .title-main-services {
    padding-right: 20px;
    font-size: 18px;
    line-height: 21px;
  }

  .risultati_tabella_container {
    margin-bottom: 30px;
  }

  .text-tabella-risulltati {
    font-size: 14px;
    line-height: 18px;
  }

  .text-tabella-risulltati.punti_tabella_risultati {
    text-align: left;
  }

  .grid-9 {
    grid-column-gap: 10px;
    grid-row-gap: 5px;
    grid-template-rows: auto;
    grid-template-columns: 1fr .25fr 1fr;
  }

  .text-span-30 {
    font-size: 14px;
  }

  .foto_risultati_singolo {
    background-position: 0 75%;
    height: 250px;
  }

  .faq-body-cont_not-yet {
    padding-right: 0;
  }

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

  .foto_risultati_doppio {
    background-position: 0 75%;
    height: 250px;
  }

  .galleria_wrapper {
    padding: 30px 20px 40px;
  }

  .grid-10 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .text-block-23 {
    margin-top: 30px;
    font-size: 10px;
    line-height: 14px;
  }

  .credit_photo {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .button-programma {
    border-radius: 15px;
    width: auto;
    height: auto;
    padding: 8px 10px 5px;
    font-size: 16px;
  }

  .faq-body-cont_5marzo {
    padding-right: 0;
  }

  .button-copy {
    background-color: var(--black);
    width: 100%;
    margin-left: 40px;
    margin-right: 40px;
  }

  .link-programma {
    font-size: 16px;
    line-height: 19px;
  }

  .risultati_wrapper-home {
    padding: 30px 20px 40px;
  }

  .link_home_risultati {
    font-size: 16px;
  }

  .text-block-24 {
    text-align: center;
    margin-top: 40px;
    font-size: 12px;
    line-height: 14px;
  }

  .div-block-26 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .galleria_wrapper-2 {
    padding: 30px 20px 40px;
  }

  .grid-11 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 125px 125px;
    margin-top: 10px;
  }

  .button-draw {
    font-size: 16px;
    line-height: 16px;
  }

  .title_atp_classifica {
    font-size: 12px;
    line-height: 16px;
  }

  .div-block-45 {
    text-align: center;
    margin-top: -8px;
  }

  .live_wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-25 {
    text-align: center;
    font-size: 16px;
    line-height: 21px;
  }

  .heading-home {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 20px;
  }

  .hero_wrapper_old {
    padding: 20px;
  }

  .hero_wrapper_old.ttile_torneo {
    background-image: linear-gradient(56deg, black, var(--lime-green));
    padding-top: 17px;
    padding-bottom: 10px;
  }

  .button-draw-biglietti {
    font-size: 20px;
  }

  .div-block-47 {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .grid-12 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
  }

  .div-block-48 {
    margin-bottom: 40px;
  }

  .logo_sponsor_warapper {
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-49 {
    margin-bottom: 30px;
  }

  .image-14 {
    max-width: 250px;
  }

  .button-biglietti {
    font-size: 16px;
    line-height: 16px;
  }

  .news_video {
    padding: 30px 20px 20px;
  }

  .div-block-52 {
    line-height: 2019px;
  }

  .title-main-services-copy {
    padding-right: 20px;
  }

  .div-block-54 {
    margin-bottom: 20px;
  }

  .button-draw-matches {
    font-size: 16px;
    line-height: 16px;
  }

  .button-draw-pdf {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    line-height: 16px;
  }

  .div-block-55 {
    background-color: var(--lime-green);
  }

  .text-block-26 {
    color: var(--black);
    font-size: 14px;
    line-height: 16px;
  }

  .hero_wrapper-splash {
    padding: 20px;
  }

  .hero_wrapper-splash.ttile_torneo {
    background-image: linear-gradient(56deg, black, var(--lime-green));
    padding-top: 17px;
    padding-bottom: 10px;
  }

  .image-16 {
    min-width: 320px;
    max-width: 380px;
  }

  .h1-centered {
    color: var(--white);
    text-align: center;
    margin-top: 0;
    font-size: 30px;
    line-height: 30px;
  }

  .h1-centered.h-_mobile_green {
    margin-top: 20px;
    font-size: 28px;
    line-height: 28px;
  }

  .div-block-58 {
    min-width: 300px;
  }

  .text-block-27 {
    font-size: 14px;
    line-height: 18px;
  }

  .div-block-7-copy {
    min-height: 300px;
  }

  .button-copy {
    background-color: var(--yellow-green);
    color: var(--black);
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 30px;
    font-size: 16px;
    display: flex;
  }

  .div-block-60 {
    margin-top: 40px;
  }

  .button-draw-home {
    font-size: 16px;
    line-height: 16px;
  }

  .risultati_tabella_container-doppio {
    margin-bottom: 30px;
  }

  .news_big_title-copy {
    text-align: left;
    font-size: 21px;
    line-height: 24px;
  }

  .img_home_player {
    min-height: 300px;
  }

  .button-3 {
    margin-top: 15px;
  }
}

#w-node-ab1a8b13-99a9-300e-281f-de2950965f4e-3ee0e093, #w-node-ab1a8b13-99a9-300e-281f-de2950965f57-3ee0e093 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_43e1583b-2658-fd35-e9a6-bebde41c2f1e-3ee0e093 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  justify-self: start;
}

#w-node-_885c5833-a78c-dcfa-e37c-72e9b206e769-3ee0e093, #w-node-_87c933ae-317d-9634-5dcc-89d9d42e7053-3ee0e093, #w-node-_1917ba5b-9f41-71f9-6820-6ac1fda68c7d-3ee0e093 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ae0f50e9-96aa-262f-a120-f8494bdfbcf7-3ee0e093, #w-node-a7bb26f1-e465-b4ee-27af-b3cffae11fb7-3ee0e093, #w-node-_3148da59-2e83-7abd-1ac6-dd7695ce27e1-3ee0e093, #w-node-_5084354a-cc5f-babd-151d-87effe01cc8d-3ee0e093, #w-node-_7fbc660c-419a-41b0-45d0-252383d2b5d2-3ee0e093, #w-node-e826123e-f29a-03af-9485-93bea50ffbba-3ee0e093, #w-node-c23d5ff6-5219-082b-da5a-8ee90f9654de-3ee0e093, #w-node-_819b0386-b6fb-b03f-19d3-75c1309a6f9e-3ee0e093, #w-node-_95dc5f4f-bd93-7194-e279-46f0d8324cf4-3ee0e093, #w-node-_17edf5a5-5d5d-a075-45e4-10192d3e649c-3ee0e093, #w-node-_050c4a81-f421-87ea-5518-cef9aa958311-3ee0e093, #w-node-_3c100199-f050-2fe7-7f23-eb6143f57956-3ee0e093, #w-node-c15104a7-dcc4-4b54-13c3-d8686f94d777-3ee0e093, #w-node-c15104a7-dcc4-4b54-13c3-d8686f94d781-3ee0e093, #w-node-e148fc77-81f1-da93-64ab-c6d1e60e4b6a-3ee0e093, #w-node-c15104a7-dcc4-4b54-13c3-d8686f94d779-3ee0e093, #w-node-_1cfe7073-4ea2-df9b-1f24-202320e38968-3ee0e093, #w-node-_130c0697-8469-2b04-9a61-5cab8f5633aa-3ee0e093, #w-node-ea129028-dd9a-52f4-1a68-7333944029da-3ee0e093, #w-node-cc8f7da1-d9c4-714a-d70a-8c97080678e1-3ee0e093, #w-node-_94ebf9da-5539-be4c-903a-efd0d331ea21-3ee0e093, #w-node-e3b5a6b4-6acd-0753-0a1b-e6736dff1ebf-3ee0e093, #w-node-_05b2ba39-0af3-4e09-bb7f-7b874c7ba9ec-3ee0e093, #w-node-f383ba65-24da-0ea0-6f58-dbd096a67069-3ee0e093, #w-node-_28091919-b619-10f3-73a9-4da211833b2c-3ee0e093, #w-node-af63d565-4ed3-34e6-acf7-e598fecc7031-3ee0e093, #w-node-_3153dc96-8ecb-d658-b7d3-5c81ee7312cd-3ee0e093, #w-node-a447f307-8529-734c-abad-23c1ec531b9b-3ee0e093, #w-node-_57a0cad0-b2e7-1276-7a12-f63989ddfcea-3ee0e093, #w-node-dccf8daf-be74-3981-4a2f-281b9a17c4d4-3ee0e093, #w-node-fc1c192f-ae90-3e6d-d2d7-8baec99bdf33-3ee0e093, #w-node-c15104a7-dcc4-4b54-13c3-d8686f94d77b-3ee0e093, #w-node-c15104a7-dcc4-4b54-13c3-d8686f94d77d-3ee0e093, #w-node-d88c4fee-1897-8ab4-0338-87fe8a826e89-3ee0e093, #w-node-_824f207c-5a9f-803d-2cc2-cd333bb5e8fa-3ee0e093, #w-node-a86ba155-5bcd-3b5a-0013-30e7892bd2f7-3ee0e093, #w-node-cc8f7da1-d9c4-714a-d70a-8c97080678cf-3ee0e093, #w-node-cc8f7da1-d9c4-714a-d70a-8c97080678cd-3ee0e093, #w-node-e20fc1c8-93d7-e497-ec83-86c3cd6ed0c2-3ee0e093, #w-node-_997e58f1-a081-64c0-f770-c231755107cc-3ee0e093, #w-node-_46955fe0-eb9f-24d4-a2fb-e81c19f5e4bd-3ee0e093, #w-node-_3139e094-61b8-8044-fcf4-3aaf1288a085-3ee0e093, #w-node-_77ddf718-5a84-0dc2-a677-30e6f1d3bacd-3ee0e093, #w-node-cc8f7da1-d9c4-714a-d70a-8c97080678d3-3ee0e093, #w-node-cc8f7da1-d9c4-714a-d70a-8c97080678d7-3ee0e093, #w-node-cc8f7da1-d9c4-714a-d70a-8c97080678e3-3ee0e093, #w-node-cc8f7da1-d9c4-714a-d70a-8c97080678eb-3ee0e093 {
  place-self: center;
}

#w-node-cc8830ed-b5e8-b18e-4150-75713f44a78a-3f44a787 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-cc8830ed-b5e8-b18e-4150-75713f44a791-3f44a787 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-cc8830ed-b5e8-b18e-4150-75713f44a793-3f44a787 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a5f599e2-934e-ba46-ad99-e2bf96f5008a-96f50088 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-a5f599e2-934e-ba46-ad99-e2bf96f5008b-96f50088 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a5f599e2-934e-ba46-ad99-e2bf96f5008c-96f50088 {
  justify-self: center;
}

#w-node-a5f599e2-934e-ba46-ad99-e2bf96f5008e-96f50088 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start end;
}

#w-node-a5f599e2-934e-ba46-ad99-e2bf96f50093-96f50088 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8c5792d9-c1b7-12b0-b354-a3a22e3e7916-a6cb42c7, #w-node-_9c017f08-00c4-43c7-cad6-a51fae4e50ef-a6cb42c7, #w-node-_113b2f99-e325-1046-1eb4-fa3296295e69-a6cb42c7, #w-node-_4160e337-17f4-c2da-f3dc-4c25f9984071-a6cb42c7, #w-node-_9ffef527-c806-11a5-1f49-f3ae8e1fe888-a6cb42c7, #w-node-f1c0ade4-024e-6323-054c-fc7c35f3af9a-a6cb42c7, #w-node-_54366d08-3596-f273-0879-485ce330d474-a6cb42c7, #w-node-f9a30bff-6020-0a25-5509-f4de24973a84-a6cb42c7, #w-node-_62de05c2-8a73-74aa-2b01-9ec335bdf605-a6cb42c7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_06e7de95-7098-fe55-24ec-4940654a4a2b-a6cb42c7, #w-node-_06e7de95-7098-fe55-24ec-4940654a4a2d-a6cb42c7, #w-node-_06e7de95-7098-fe55-24ec-4940654a4a2f-a6cb42c7, #w-node-_06e7de95-7098-fe55-24ec-4940654a4a31-a6cb42c7, #w-node-_06e7de95-7098-fe55-24ec-4940654a4a33-a6cb42c7, #w-node-_06e7de95-7098-fe55-24ec-4940654a4a35-a6cb42c7, #w-node-_06e7de95-7098-fe55-24ec-4940654a4a37-a6cb42c7, #w-node-_06e7de95-7098-fe55-24ec-4940654a4a39-a6cb42c7, #w-node-_06e7de95-7098-fe55-24ec-4940654a4a3b-a6cb42c7, #w-node-_06e7de95-7098-fe55-24ec-4940654a4a3d-a6cb42c7, #w-node-_06e7de95-7098-fe55-24ec-4940654a4a3f-a6cb42c7, #w-node-_06e7de95-7098-fe55-24ec-4940654a4a41-a6cb42c7, #w-node-_06e7de95-7098-fe55-24ec-4940654a4a43-a6cb42c7, #w-node-_06e7de95-7098-fe55-24ec-4940654a4a45-a6cb42c7, #w-node-_06e7de95-7098-fe55-24ec-4940654a4a47-a6cb42c7, #w-node-_06e7de95-7098-fe55-24ec-4940654a4a49-a6cb42c7, #w-node-_06e7de95-7098-fe55-24ec-4940654a4a4b-a6cb42c7, #w-node-_06e7de95-7098-fe55-24ec-4940654a4a4d-a6cb42c7 {
  place-self: center;
}

#w-node-_7beae902-a4d1-3588-707c-5988a4f03bdb-39d5d52f, #w-node-edbebfb1-c399-9881-7569-3da648caa50d-39d5d52f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-edbebfb1-c399-9881-7569-3da648caa50e-39d5d52f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e28df621-96cd-8733-53d4-eb62c1cb8601-39d5d52f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e28df621-96cd-8733-53d4-eb62c1cb8602-39d5d52f, #w-node-_16dd9268-33af-1070-c7f4-6cafb88d788a-39d5d52f, #w-node-_16dd9268-33af-1070-c7f4-6cafb88d788b-39d5d52f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bd5a8dd1-f46c-f3ae-5d9b-dc04f70846c0-39d5d52f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c8005ebc-0265-3c6b-fd3c-b5e84ca73504-39d5d52f, #w-node-c8005ebc-0265-3c6b-fd3c-b5e84ca73506-39d5d52f, #w-node-c8005ebc-0265-3c6b-fd3c-b5e84ca73508-39d5d52f, #w-node-c8005ebc-0265-3c6b-fd3c-b5e84ca7350a-39d5d52f, #w-node-c8005ebc-0265-3c6b-fd3c-b5e84ca7350c-39d5d52f, #w-node-c8005ebc-0265-3c6b-fd3c-b5e84ca7350e-39d5d52f, #w-node-c8005ebc-0265-3c6b-fd3c-b5e84ca73510-39d5d52f, #w-node-c8005ebc-0265-3c6b-fd3c-b5e84ca73512-39d5d52f, #w-node-c8005ebc-0265-3c6b-fd3c-b5e84ca73514-39d5d52f, #w-node-c8005ebc-0265-3c6b-fd3c-b5e84ca73516-39d5d52f, #w-node-c8005ebc-0265-3c6b-fd3c-b5e84ca73518-39d5d52f, #w-node-c8005ebc-0265-3c6b-fd3c-b5e84ca7351a-39d5d52f, #w-node-c8005ebc-0265-3c6b-fd3c-b5e84ca7351c-39d5d52f, #w-node-c8005ebc-0265-3c6b-fd3c-b5e84ca7351e-39d5d52f, #w-node-c8005ebc-0265-3c6b-fd3c-b5e84ca73520-39d5d52f, #w-node-c8005ebc-0265-3c6b-fd3c-b5e84ca73522-39d5d52f, #w-node-c8005ebc-0265-3c6b-fd3c-b5e84ca73524-39d5d52f, #w-node-c8005ebc-0265-3c6b-fd3c-b5e84ca73526-39d5d52f, #w-node-c8005ebc-0265-3c6b-fd3c-b5e84ca73528-39d5d52f, #w-node-c8005ebc-0265-3c6b-fd3c-b5e84ca7352a-39d5d52f {
  place-self: center;
}

#w-node-_04133f30-51dd-30c6-42f5-5beae55ec4c4-b04aee62, #w-node-_04133f30-51dd-30c6-42f5-5beae55ec4c7-b04aee62, #w-node-_04133f30-51dd-30c6-42f5-5beae55ec4ca-b04aee62, #w-node-_04133f30-51dd-30c6-42f5-5beae55ec4cd-b04aee62, #w-node-_53cad0d0-bf47-19cd-2aaf-52da19bac9e1-b04aee62, #w-node-_53cad0d0-bf47-19cd-2aaf-52da19bac9e7-b04aee62, #w-node-_53cad0d0-bf47-19cd-2aaf-52da19bac9ea-b04aee62, #w-node-_53cad0d0-bf47-19cd-2aaf-52da19bac9f0-b04aee62, #w-node-_53cad0d0-bf47-19cd-2aaf-52da19bac9f6-b04aee62, #w-node-_53cad0d0-bf47-19cd-2aaf-52da19bac9f9-b04aee62, #w-node-_53cad0d0-bf47-19cd-2aaf-52da19bac9fc-b04aee62, #w-node-_53cad0d0-bf47-19cd-2aaf-52da19baca02-b04aee62, #w-node-_60508603-e588-1efc-bf9a-832b49f7c529-b04aee62, #w-node-_60508603-e588-1efc-bf9a-832b49f7c52f-b04aee62, #w-node-_60508603-e588-1efc-bf9a-832b49f7c532-b04aee62, #w-node-_60508603-e588-1efc-bf9a-832b49f7c538-b04aee62, #w-node-_60508603-e588-1efc-bf9a-832b49f7c53e-b04aee62, #w-node-_60508603-e588-1efc-bf9a-832b49f7c544-b04aee62, #w-node-_60508603-e588-1efc-bf9a-832b49f7c547-b04aee62, #w-node-_60508603-e588-1efc-bf9a-832b49f7c54d-b04aee62, #w-node-_60508603-e588-1efc-bf9a-832b49f7c553-b04aee62, #w-node-_60508603-e588-1efc-bf9a-832b49f7c559-b04aee62, #w-node-_60508603-e588-1efc-bf9a-832b49f7c55c-b04aee62, #w-node-_60508603-e588-1efc-bf9a-832b49f7c55f-b04aee62, #w-node-_60508603-e588-1efc-bf9a-832b49f7c565-b04aee62, #w-node-_60508603-e588-1efc-bf9a-832b49f7c568-b04aee62, #w-node-_60508603-e588-1efc-bf9a-832b49f7c56b-b04aee62, #w-node-_60508603-e588-1efc-bf9a-832b49f7c56e-b04aee62, #w-node-_09ade69c-2d29-15cb-3102-6fecef83a4ec-b04aee62, #w-node-_09ade69c-2d29-15cb-3102-6fecef83a4f2-b04aee62, #w-node-_09ade69c-2d29-15cb-3102-6fecef83a4f5-b04aee62, #w-node-_09ade69c-2d29-15cb-3102-6fecef83a4fb-b04aee62, #w-node-_09ade69c-2d29-15cb-3102-6fecef83a501-b04aee62, #w-node-_09ade69c-2d29-15cb-3102-6fecef83a507-b04aee62, #w-node-_09ade69c-2d29-15cb-3102-6fecef83a50a-b04aee62, #w-node-_09ade69c-2d29-15cb-3102-6fecef83a510-b04aee62, #w-node-_09ade69c-2d29-15cb-3102-6fecef83a516-b04aee62, #w-node-_09ade69c-2d29-15cb-3102-6fecef83a51c-b04aee62, #w-node-_09ade69c-2d29-15cb-3102-6fecef83a51f-b04aee62, #w-node-_09ade69c-2d29-15cb-3102-6fecef83a525-b04aee62, #w-node-_09ade69c-2d29-15cb-3102-6fecef83a52b-b04aee62, #w-node-_09ade69c-2d29-15cb-3102-6fecef83a531-b04aee62, #w-node-_09ade69c-2d29-15cb-3102-6fecef83a534-b04aee62, #w-node-_09ade69c-2d29-15cb-3102-6fecef83a53a-b04aee62, #w-node-_09ade69c-2d29-15cb-3102-6fecef83a540-b04aee62, #w-node-_09ade69c-2d29-15cb-3102-6fecef83a546-b04aee62, #w-node-_09ade69c-2d29-15cb-3102-6fecef83a549-b04aee62, #w-node-_09ade69c-2d29-15cb-3102-6fecef83a54c-b04aee62, #w-node-b6bb8413-b6f8-1562-9285-f3e68cccb5fe-b04aee62, #w-node-b6bb8413-b6f8-1562-9285-f3e68cccb601-b04aee62, #w-node-b6bb8413-b6f8-1562-9285-f3e68cccb604-b04aee62, #w-node-b6bb8413-b6f8-1562-9285-f3e68cccb607-b04aee62, #w-node-b6bb8413-b6f8-1562-9285-f3e68cccb60d-b04aee62, #w-node-b6bb8413-b6f8-1562-9285-f3e68cccb610-b04aee62, #w-node-b6bb8413-b6f8-1562-9285-f3e68cccb613-b04aee62, #w-node-b6bb8413-b6f8-1562-9285-f3e68cccb616-b04aee62, #w-node-b6bb8413-b6f8-1562-9285-f3e68cccb61c-b04aee62, #w-node-b6bb8413-b6f8-1562-9285-f3e68cccb61f-b04aee62, #w-node-b6bb8413-b6f8-1562-9285-f3e68cccb622-b04aee62, #w-node-b6bb8413-b6f8-1562-9285-f3e68cccb625-b04aee62, #w-node-b6bb8413-b6f8-1562-9285-f3e68cccb62b-b04aee62, #w-node-b6bb8413-b6f8-1562-9285-f3e68cccb62e-b04aee62, #w-node-b6bb8413-b6f8-1562-9285-f3e68cccb631-b04aee62, #w-node-b6bb8413-b6f8-1562-9285-f3e68cccb634-b04aee62, #w-node-b6bb8413-b6f8-1562-9285-f3e68cccb63a-b04aee62, #w-node-b6bb8413-b6f8-1562-9285-f3e68cccb63d-b04aee62, #w-node-b6bb8413-b6f8-1562-9285-f3e68cccb640-b04aee62, #w-node-b6bb8413-b6f8-1562-9285-f3e68cccb643-b04aee62, #w-node-b6bb8413-b6f8-1562-9285-f3e68cccb649-b04aee62, #w-node-b6bb8413-b6f8-1562-9285-f3e68cccb64c-b04aee62, #w-node-b6bb8413-b6f8-1562-9285-f3e68cccb64f-b04aee62, #w-node-b6bb8413-b6f8-1562-9285-f3e68cccb652-b04aee62, #w-node-b6bb8413-b6f8-1562-9285-f3e68cccb658-b04aee62, #w-node-b6bb8413-b6f8-1562-9285-f3e68cccb65c-b04aee62, #w-node-b6bb8413-b6f8-1562-9285-f3e68cccb65f-b04aee62, #w-node-b6bb8413-b6f8-1562-9285-f3e68cccb662-b04aee62, #w-node-_4f4279a3-a145-8e47-863f-46e7a1252666-b04aee62, #w-node-_4f4279a3-a145-8e47-863f-46e7a1252669-b04aee62, #w-node-_4f4279a3-a145-8e47-863f-46e7a125266c-b04aee62, #w-node-_4f4279a3-a145-8e47-863f-46e7a125266f-b04aee62, #w-node-_4f4279a3-a145-8e47-863f-46e7a1252675-b04aee62, #w-node-_4f4279a3-a145-8e47-863f-46e7a1252678-b04aee62, #w-node-_4f4279a3-a145-8e47-863f-46e7a125267b-b04aee62, #w-node-_4f4279a3-a145-8e47-863f-46e7a125267e-b04aee62, #w-node-_4f4279a3-a145-8e47-863f-46e7a1252684-b04aee62, #w-node-_4f4279a3-a145-8e47-863f-46e7a1252687-b04aee62, #w-node-_4f4279a3-a145-8e47-863f-46e7a125268a-b04aee62, #w-node-_4f4279a3-a145-8e47-863f-46e7a125268d-b04aee62, #w-node-_4f4279a3-a145-8e47-863f-46e7a1252693-b04aee62, #w-node-_4f4279a3-a145-8e47-863f-46e7a1252696-b04aee62, #w-node-_4f4279a3-a145-8e47-863f-46e7a1252699-b04aee62, #w-node-_4f4279a3-a145-8e47-863f-46e7a125269c-b04aee62, #w-node-_4f4279a3-a145-8e47-863f-46e7a12526a2-b04aee62, #w-node-_4f4279a3-a145-8e47-863f-46e7a12526a6-b04aee62, #w-node-_4f4279a3-a145-8e47-863f-46e7a12526a9-b04aee62, #w-node-_4f4279a3-a145-8e47-863f-46e7a12526ac-b04aee62, #w-node-_4f4279a3-a145-8e47-863f-46e7a12526b2-b04aee62, #w-node-_4f4279a3-a145-8e47-863f-46e7a12526b5-b04aee62, #w-node-_4f4279a3-a145-8e47-863f-46e7a12526b8-b04aee62, #w-node-_4f4279a3-a145-8e47-863f-46e7a12526bb-b04aee62, #w-node-_4f4279a3-a145-8e47-863f-46e7a12526c1-b04aee62, #w-node-_4f4279a3-a145-8e47-863f-46e7a12526c4-b04aee62, #w-node-_4f4279a3-a145-8e47-863f-46e7a12526c7-b04aee62, #w-node-_4f4279a3-a145-8e47-863f-46e7a12526ca-b04aee62, #w-node-_4f4279a3-a145-8e47-863f-46e7a12526d0-b04aee62, #w-node-_4f4279a3-a145-8e47-863f-46e7a12526d3-b04aee62, #w-node-_4f4279a3-a145-8e47-863f-46e7a12526d6-b04aee62, #w-node-_4f4279a3-a145-8e47-863f-46e7a12526d9-b04aee62, #w-node-_4f4279a3-a145-8e47-863f-46e7a12526df-b04aee62, #w-node-_4f4279a3-a145-8e47-863f-46e7a12526e3-b04aee62, #w-node-_4f4279a3-a145-8e47-863f-46e7a12526e6-b04aee62, #w-node-_4f4279a3-a145-8e47-863f-46e7a12526e9-b04aee62, #w-node-f9babfb6-e6c4-fcf9-cd0e-eee52d6f7477-b04aee62, #w-node-f9babfb6-e6c4-fcf9-cd0e-eee52d6f747d-b04aee62, #w-node-f9babfb6-e6c4-fcf9-cd0e-eee52d6f7480-b04aee62, #w-node-f9babfb6-e6c4-fcf9-cd0e-eee52d6f7486-b04aee62, #w-node-f9babfb6-e6c4-fcf9-cd0e-eee52d6f748c-b04aee62, #w-node-f9babfb6-e6c4-fcf9-cd0e-eee52d6f7492-b04aee62, #w-node-f9babfb6-e6c4-fcf9-cd0e-eee52d6f7495-b04aee62, #w-node-f9babfb6-e6c4-fcf9-cd0e-eee52d6f749b-b04aee62, #w-node-f9babfb6-e6c4-fcf9-cd0e-eee52d6f74a1-b04aee62, #w-node-f9babfb6-e6c4-fcf9-cd0e-eee52d6f74a4-b04aee62, #w-node-f9babfb6-e6c4-fcf9-cd0e-eee52d6f74a7-b04aee62, #w-node-f9babfb6-e6c4-fcf9-cd0e-eee52d6f74aa-b04aee62, #w-node-f9babfb6-e6c4-fcf9-cd0e-eee52d6f74b0-b04aee62, #w-node-f9babfb6-e6c4-fcf9-cd0e-eee52d6f74b6-b04aee62, #w-node-f9babfb6-e6c4-fcf9-cd0e-eee52d6f74b9-b04aee62, #w-node-f9babfb6-e6c4-fcf9-cd0e-eee52d6f74bf-b04aee62, #w-node-f9babfb6-e6c4-fcf9-cd0e-eee52d6f74c5-b04aee62, #w-node-f9babfb6-e6c4-fcf9-cd0e-eee52d6f74cb-b04aee62, #w-node-f9babfb6-e6c4-fcf9-cd0e-eee52d6f74ce-b04aee62, #w-node-f9babfb6-e6c4-fcf9-cd0e-eee52d6f74d4-b04aee62, #w-node-f9babfb6-e6c4-fcf9-cd0e-eee52d6f74da-b04aee62, #w-node-f9babfb6-e6c4-fcf9-cd0e-eee52d6f74e0-b04aee62, #w-node-f9babfb6-e6c4-fcf9-cd0e-eee52d6f74e3-b04aee62, #w-node-f9babfb6-e6c4-fcf9-cd0e-eee52d6f74e9-b04aee62, #w-node-f9babfb6-e6c4-fcf9-cd0e-eee52d6f74ef-b04aee62, #w-node-f9babfb6-e6c4-fcf9-cd0e-eee52d6f74f5-b04aee62, #w-node-f9babfb6-e6c4-fcf9-cd0e-eee52d6f74f8-b04aee62, #w-node-f9babfb6-e6c4-fcf9-cd0e-eee52d6f74fe-b04aee62, #w-node-f9babfb6-e6c4-fcf9-cd0e-eee52d6f7504-b04aee62, #w-node-f9babfb6-e6c4-fcf9-cd0e-eee52d6f750a-b04aee62, #w-node-f9babfb6-e6c4-fcf9-cd0e-eee52d6f750d-b04aee62, #w-node-f9babfb6-e6c4-fcf9-cd0e-eee52d6f7513-b04aee62, #w-node-f9babfb6-e6c4-fcf9-cd0e-eee52d6f7519-b04aee62, #w-node-f9babfb6-e6c4-fcf9-cd0e-eee52d6f751f-b04aee62, #w-node-f9babfb6-e6c4-fcf9-cd0e-eee52d6f7522-b04aee62, #w-node-f9babfb6-e6c4-fcf9-cd0e-eee52d6f7528-b04aee62, #w-node-_94009386-0c3d-194b-ff1e-fe06b7a43ef3-b04aee62, #w-node-_94009386-0c3d-194b-ff1e-fe06b7a43ef9-b04aee62, #w-node-_94009386-0c3d-194b-ff1e-fe06b7a43efc-b04aee62, #w-node-_94009386-0c3d-194b-ff1e-fe06b7a43eff-b04aee62, #w-node-_94009386-0c3d-194b-ff1e-fe06b7a43f05-b04aee62, #w-node-_94009386-0c3d-194b-ff1e-fe06b7a43f0b-b04aee62, #w-node-_94009386-0c3d-194b-ff1e-fe06b7a43f0e-b04aee62, #w-node-_94009386-0c3d-194b-ff1e-fe06b7a43f14-b04aee62, #w-node-_94009386-0c3d-194b-ff1e-fe06b7a43f1a-b04aee62, #w-node-_94009386-0c3d-194b-ff1e-fe06b7a43f20-b04aee62, #w-node-_94009386-0c3d-194b-ff1e-fe06b7a43f23-b04aee62, #w-node-_94009386-0c3d-194b-ff1e-fe06b7a43f29-b04aee62, #w-node-_94009386-0c3d-194b-ff1e-fe06b7a43f2f-b04aee62, #w-node-_94009386-0c3d-194b-ff1e-fe06b7a43f35-b04aee62, #w-node-_94009386-0c3d-194b-ff1e-fe06b7a43f38-b04aee62, #w-node-_94009386-0c3d-194b-ff1e-fe06b7a43f3b-b04aee62, #w-node-_94009386-0c3d-194b-ff1e-fe06b7a43f41-b04aee62, #w-node-_94009386-0c3d-194b-ff1e-fe06b7a43f47-b04aee62, #w-node-_94009386-0c3d-194b-ff1e-fe06b7a43f4a-b04aee62, #w-node-_94009386-0c3d-194b-ff1e-fe06b7a43f50-b04aee62, #w-node-_94009386-0c3d-194b-ff1e-fe06b7a43f56-b04aee62, #w-node-_94009386-0c3d-194b-ff1e-fe06b7a43f5c-b04aee62, #w-node-_94009386-0c3d-194b-ff1e-fe06b7a43f5f-b04aee62, #w-node-_94009386-0c3d-194b-ff1e-fe06b7a43f65-b04aee62, #w-node-_94009386-0c3d-194b-ff1e-fe06b7a43f6b-b04aee62, #w-node-_94009386-0c3d-194b-ff1e-fe06b7a43f71-b04aee62, #w-node-_94009386-0c3d-194b-ff1e-fe06b7a43f74-b04aee62, #w-node-_94009386-0c3d-194b-ff1e-fe06b7a43f7a-b04aee62, #w-node-_94009386-0c3d-194b-ff1e-fe06b7a43f80-b04aee62, #w-node-_94009386-0c3d-194b-ff1e-fe06b7a43f84-b04aee62, #w-node-_94009386-0c3d-194b-ff1e-fe06b7a43f87-b04aee62, #w-node-_94009386-0c3d-194b-ff1e-fe06b7a43f8c-b04aee62, #w-node-_94009386-0c3d-194b-ff1e-fe06b7a43f92-b04aee62, #w-node-_94009386-0c3d-194b-ff1e-fe06b7a43f98-b04aee62, #w-node-_94009386-0c3d-194b-ff1e-fe06b7a43f9b-b04aee62, #w-node-_94009386-0c3d-194b-ff1e-fe06b7a43fa1-b04aee62, #w-node-_94009386-0c3d-194b-ff1e-fe06b7a43fa7-b04aee62, #w-node-_94009386-0c3d-194b-ff1e-fe06b7a43fad-b04aee62, #w-node-_94009386-0c3d-194b-ff1e-fe06b7a43fb0-b04aee62, #w-node-_94009386-0c3d-194b-ff1e-fe06b7a43fb6-b04aee62, #w-node-_94009386-0c3d-194b-ff1e-fe06b7a43fbc-b04aee62, #w-node-_94009386-0c3d-194b-ff1e-fe06b7a43fc2-b04aee62, #w-node-_94009386-0c3d-194b-ff1e-fe06b7a43fc5-b04aee62, #w-node-_94009386-0c3d-194b-ff1e-fe06b7a43fcb-b04aee62, #w-node-_94009386-0c3d-194b-ff1e-fe06b7a43fd1-b04aee62, #w-node-_94009386-0c3d-194b-ff1e-fe06b7a43fd6-b04aee62, #w-node-_94009386-0c3d-194b-ff1e-fe06b7a43fd9-b04aee62, #w-node-_94009386-0c3d-194b-ff1e-fe06b7a43fdf-b04aee62 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5f0bd072-0eb0-8fb5-bbc2-91c3a1fa8e8b-b04aee62, #w-node-_5f0bd072-0eb0-8fb5-bbc2-91c3a1fa8e8d-b04aee62, #w-node-_5f0bd072-0eb0-8fb5-bbc2-91c3a1fa8e8f-b04aee62, #w-node-_5f0bd072-0eb0-8fb5-bbc2-91c3a1fa8e91-b04aee62, #w-node-_5f0bd072-0eb0-8fb5-bbc2-91c3a1fa8e93-b04aee62, #w-node-_5f0bd072-0eb0-8fb5-bbc2-91c3a1fa8e95-b04aee62, #w-node-_5f0bd072-0eb0-8fb5-bbc2-91c3a1fa8e97-b04aee62, #w-node-_5f0bd072-0eb0-8fb5-bbc2-91c3a1fa8e99-b04aee62, #w-node-_5f0bd072-0eb0-8fb5-bbc2-91c3a1fa8e9b-b04aee62, #w-node-_5f0bd072-0eb0-8fb5-bbc2-91c3a1fa8e9d-b04aee62, #w-node-_5f0bd072-0eb0-8fb5-bbc2-91c3a1fa8e9f-b04aee62, #w-node-_5f0bd072-0eb0-8fb5-bbc2-91c3a1fa8ea1-b04aee62, #w-node-_5f0bd072-0eb0-8fb5-bbc2-91c3a1fa8ea3-b04aee62, #w-node-_5f0bd072-0eb0-8fb5-bbc2-91c3a1fa8ea5-b04aee62, #w-node-_5f0bd072-0eb0-8fb5-bbc2-91c3a1fa8ea7-b04aee62, #w-node-_5f0bd072-0eb0-8fb5-bbc2-91c3a1fa8ea9-b04aee62, #w-node-_5f0bd072-0eb0-8fb5-bbc2-91c3a1fa8eab-b04aee62, #w-node-_5f0bd072-0eb0-8fb5-bbc2-91c3a1fa8ead-b04aee62, #w-node-_5f0bd072-0eb0-8fb5-bbc2-91c3a1fa8eaf-b04aee62, #w-node-_5f0bd072-0eb0-8fb5-bbc2-91c3a1fa8eb1-b04aee62 {
  place-self: center;
}

#w-node-_3fcd16f0-a8be-5e4c-67a6-90207e223949-94a14867, #w-node-_3fcd16f0-a8be-5e4c-67a6-90207e22394e-94a14867, #w-node-_3fcd16f0-a8be-5e4c-67a6-90207e223951-94a14867, #w-node-_3fcd16f0-a8be-5e4c-67a6-90207e223956-94a14867, #w-node-a02c92ad-be1d-8091-4fdd-a1ca03e2c4e7-94a14867, #w-node-a02c92ad-be1d-8091-4fdd-a1ca03e2c4ec-94a14867, #w-node-a02c92ad-be1d-8091-4fdd-a1ca03e2c4ef-94a14867, #w-node-a02c92ad-be1d-8091-4fdd-a1ca03e2c4fa-94a14867, #w-node-a02c92ad-be1d-8091-4fdd-a1ca03e2c500-94a14867, #w-node-a02c92ad-be1d-8091-4fdd-a1ca03e2c50b-94a14867, #w-node-a02c92ad-be1d-8091-4fdd-a1ca03e2c50e-94a14867, #w-node-a02c92ad-be1d-8091-4fdd-a1ca03e2c513-94a14867, #w-node-e4761b7d-e9d2-63a3-115b-cf59d33ffa6a-94a14867, #w-node-e4761b7d-e9d2-63a3-115b-cf59d33ffa75-94a14867, #w-node-e4761b7d-e9d2-63a3-115b-cf59d33ffa78-94a14867, #w-node-e4761b7d-e9d2-63a3-115b-cf59d33ffa7d-94a14867, #w-node-e4761b7d-e9d2-63a3-115b-cf59d33ffa83-94a14867, #w-node-e4761b7d-e9d2-63a3-115b-cf59d33ffa88-94a14867, #w-node-e4761b7d-e9d2-63a3-115b-cf59d33ffa8b-94a14867, #w-node-e4761b7d-e9d2-63a3-115b-cf59d33ffa96-94a14867, #w-node-e4761b7d-e9d2-63a3-115b-cf59d33ffa9c-94a14867, #w-node-e4761b7d-e9d2-63a3-115b-cf59d33ffaa7-94a14867, #w-node-e4761b7d-e9d2-63a3-115b-cf59d33ffaaa-94a14867, #w-node-e4761b7d-e9d2-63a3-115b-cf59d33ffab5-94a14867, #w-node-e4761b7d-e9d2-63a3-115b-cf59d33ffabb-94a14867, #w-node-e4761b7d-e9d2-63a3-115b-cf59d33ffac6-94a14867, #w-node-e4761b7d-e9d2-63a3-115b-cf59d33ffac9-94a14867, #w-node-e4761b7d-e9d2-63a3-115b-cf59d33fface-94a14867, #w-node-ca44f9ee-69ba-7ee8-9147-9f201350f4b9-94a14867, #w-node-ca44f9ee-69ba-7ee8-9147-9f201350f4c4-94a14867, #w-node-ca44f9ee-69ba-7ee8-9147-9f201350f4c7-94a14867, #w-node-ca44f9ee-69ba-7ee8-9147-9f201350f4d2-94a14867, #w-node-ca44f9ee-69ba-7ee8-9147-9f201350f4d8-94a14867, #w-node-ca44f9ee-69ba-7ee8-9147-9f201350f4e3-94a14867, #w-node-ca44f9ee-69ba-7ee8-9147-9f201350f4e6-94a14867, #w-node-ca44f9ee-69ba-7ee8-9147-9f201350f4f1-94a14867, #w-node-ca44f9ee-69ba-7ee8-9147-9f201350f4f7-94a14867, #w-node-ca44f9ee-69ba-7ee8-9147-9f201350f502-94a14867, #w-node-ca44f9ee-69ba-7ee8-9147-9f201350f505-94a14867, #w-node-ca44f9ee-69ba-7ee8-9147-9f201350f510-94a14867, #w-node-ca44f9ee-69ba-7ee8-9147-9f201350f516-94a14867, #w-node-ca44f9ee-69ba-7ee8-9147-9f201350f521-94a14867, #w-node-ca44f9ee-69ba-7ee8-9147-9f201350f524-94a14867, #w-node-ca44f9ee-69ba-7ee8-9147-9f201350f52f-94a14867, #w-node-ca44f9ee-69ba-7ee8-9147-9f201350f535-94a14867, #w-node-ca44f9ee-69ba-7ee8-9147-9f201350f540-94a14867, #w-node-ca44f9ee-69ba-7ee8-9147-9f201350f543-94a14867, #w-node-ca44f9ee-69ba-7ee8-9147-9f201350f54e-94a14867, #w-node-d4ecd0b5-961a-8f0a-985f-993aea5843cb-94a14867, #w-node-d4ecd0b5-961a-8f0a-985f-993aea5843d0-94a14867, #w-node-d4ecd0b5-961a-8f0a-985f-993aea5843d3-94a14867, #w-node-d4ecd0b5-961a-8f0a-985f-993aea5843d8-94a14867, #w-node-d4ecd0b5-961a-8f0a-985f-993aea5843de-94a14867, #w-node-d4ecd0b5-961a-8f0a-985f-993aea5843e3-94a14867, #w-node-d4ecd0b5-961a-8f0a-985f-993aea5843e6-94a14867, #w-node-d4ecd0b5-961a-8f0a-985f-993aea5843eb-94a14867, #w-node-d4ecd0b5-961a-8f0a-985f-993aea5843f1-94a14867, #w-node-d4ecd0b5-961a-8f0a-985f-993aea5843f6-94a14867, #w-node-d4ecd0b5-961a-8f0a-985f-993aea5843f9-94a14867, #w-node-d4ecd0b5-961a-8f0a-985f-993aea5843fe-94a14867 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c2d898dd-f137-bc70-1773-035d9dd64f8c-94a14867, #w-node-c2d898dd-f137-bc70-1773-035d9dd64f8e-94a14867, #w-node-c2d898dd-f137-bc70-1773-035d9dd64f90-94a14867, #w-node-c2d898dd-f137-bc70-1773-035d9dd64f92-94a14867, #w-node-c2d898dd-f137-bc70-1773-035d9dd64f94-94a14867, #w-node-c2d898dd-f137-bc70-1773-035d9dd64f96-94a14867, #w-node-c2d898dd-f137-bc70-1773-035d9dd64f98-94a14867, #w-node-c2d898dd-f137-bc70-1773-035d9dd64f9a-94a14867, #w-node-c2d898dd-f137-bc70-1773-035d9dd64f9c-94a14867, #w-node-c2d898dd-f137-bc70-1773-035d9dd64f9e-94a14867, #w-node-c2d898dd-f137-bc70-1773-035d9dd64fa0-94a14867, #w-node-c2d898dd-f137-bc70-1773-035d9dd64fa2-94a14867, #w-node-c2d898dd-f137-bc70-1773-035d9dd64fa4-94a14867, #w-node-c2d898dd-f137-bc70-1773-035d9dd64fa6-94a14867, #w-node-c2d898dd-f137-bc70-1773-035d9dd64fa8-94a14867, #w-node-c2d898dd-f137-bc70-1773-035d9dd64faa-94a14867, #w-node-c2d898dd-f137-bc70-1773-035d9dd64fac-94a14867, #w-node-c2d898dd-f137-bc70-1773-035d9dd64fae-94a14867, #w-node-c2d898dd-f137-bc70-1773-035d9dd64fb0-94a14867, #w-node-c2d898dd-f137-bc70-1773-035d9dd64fb2-94a14867 {
  place-self: center;
}

#w-node-ec171e7c-c13a-15b6-a61d-29120f3277a4-ae0c856e, #w-node-_1f072e4f-6d56-26b8-9028-641bbc092691-ae0c856e, #w-node-a7396d80-8d6e-37dc-f021-deb0f916a02b-ae0c856e, #w-node-b32ce7c3-35ff-35c8-d31c-d0a470007e1f-ae0c856e, #w-node-c25b1be0-b4c8-147f-6d02-755d960c7cd2-ae0c856e, #w-node-_56f1890d-d24d-089e-b965-f2b3f06efd56-ae0c856e, #w-node-b5f6c5d5-a2bf-9bcc-1069-8f01403ef874-ae0c856e, #w-node-_1ba47885-c091-98c9-486b-816b75847aaf-ae0c856e, #w-node-_378ebe82-2854-ca3a-d791-30b4ff189fbe-ae0c856e, #w-node-_6a2882a0-4b17-b48f-e0fe-e659c9f9e3b9-ae0c856e, #w-node-_1111ebe3-6007-a8d2-a938-fcd75f92688a-ae0c856e, #w-node-aba6ad61-334a-5b68-70ca-fded0d238138-ae0c856e, #w-node-c55a7df2-2169-a660-a841-ba950c83a50f-ae0c856e, #w-node-_1179df11-d95f-3d30-4d18-cc84daac803a-ae0c856e, #w-node-_853e2872-f321-875c-5e13-9787ad737c0c-ae0c856e, #w-node-dc8eb4f3-8670-3327-9ff8-ef4e684cc819-ae0c856e, #w-node-_24d63b17-e51a-940e-aa17-cfc7d0647a9e-ae0c856e, #w-node-_38bf5f97-58ba-4a41-b81e-1af59f8f7edf-ae0c856e, #w-node-_26812f7a-bced-a074-ff8b-16ed59c4e49d-ae0c856e, #w-node-_1d4738a3-c279-2a21-2a0c-88ab39efbe77-ae0c856e, #w-node-_7881acc1-ab1a-9d30-c455-51342e6cc6e3-ae0c856e, #w-node-_92a3fbf7-839d-23ea-7ccf-150081e3b86d-ae0c856e, #w-node-_92a3fbf7-839d-23ea-7ccf-150081e3b86f-ae0c856e, #w-node-_92a3fbf7-839d-23ea-7ccf-150081e3b871-ae0c856e, #w-node-_92a3fbf7-839d-23ea-7ccf-150081e3b873-ae0c856e, #w-node-_92a3fbf7-839d-23ea-7ccf-150081e3b875-ae0c856e, #w-node-_857b5383-6315-8f75-29c4-c917f0e9c162-ae0c856e, #w-node-e9ff0586-54ef-8a3a-742d-de3c9b7bc0c2-ae0c856e, #w-node-e9ff0586-54ef-8a3a-742d-de3c9b7bc0c4-ae0c856e, #w-node-e9ff0586-54ef-8a3a-742d-de3c9b7bc0c6-ae0c856e, #w-node-e9ff0586-54ef-8a3a-742d-de3c9b7bc0c8-ae0c856e, #w-node-e9ff0586-54ef-8a3a-742d-de3c9b7bc0ca-ae0c856e, #w-node-e9ff0586-54ef-8a3a-742d-de3c9b7bc0cc-ae0c856e, #w-node-e9ff0586-54ef-8a3a-742d-de3c9b7bc0ce-ae0c856e, #w-node-e9ff0586-54ef-8a3a-742d-de3c9b7bc0d0-ae0c856e, #w-node-e9ff0586-54ef-8a3a-742d-de3c9b7bc0d2-ae0c856e, #w-node-e9ff0586-54ef-8a3a-742d-de3c9b7bc0d4-ae0c856e, #w-node-e9ff0586-54ef-8a3a-742d-de3c9b7bc0d6-ae0c856e, #w-node-e9ff0586-54ef-8a3a-742d-de3c9b7bc0d8-ae0c856e, #w-node-e9ff0586-54ef-8a3a-742d-de3c9b7bc0da-ae0c856e, #w-node-e9ff0586-54ef-8a3a-742d-de3c9b7bc0dc-ae0c856e, #w-node-e9ff0586-54ef-8a3a-742d-de3c9b7bc0de-ae0c856e, #w-node-e9ff0586-54ef-8a3a-742d-de3c9b7bc0e0-ae0c856e, #w-node-e9ff0586-54ef-8a3a-742d-de3c9b7bc0e2-ae0c856e, #w-node-e9ff0586-54ef-8a3a-742d-de3c9b7bc0e4-ae0c856e, #w-node-e9ff0586-54ef-8a3a-742d-de3c9b7bc0e6-ae0c856e, #w-node-e9ff0586-54ef-8a3a-742d-de3c9b7bc0e8-ae0c856e, #w-node-e9ff0586-54ef-8a3a-742d-de3c9b7bc0ea-ae0c856e, #w-node-e9ff0586-54ef-8a3a-742d-de3c9b7bc0ec-ae0c856e, #w-node-e9ff0586-54ef-8a3a-742d-de3c9b7bc0ee-ae0c856e, #w-node-e9ff0586-54ef-8a3a-742d-de3c9b7bc0f0-ae0c856e, #w-node-e9ff0586-54ef-8a3a-742d-de3c9b7bc0f2-ae0c856e, #w-node-e9ff0586-54ef-8a3a-742d-de3c9b7bc0f4-ae0c856e, #w-node-e9ff0586-54ef-8a3a-742d-de3c9b7bc0f6-ae0c856e, #w-node-e9ff0586-54ef-8a3a-742d-de3c9b7bc0f8-ae0c856e, #w-node-e9ff0586-54ef-8a3a-742d-de3c9b7bc0fa-ae0c856e, #w-node-e9ff0586-54ef-8a3a-742d-de3c9b7bc0fc-ae0c856e, #w-node-e9ff0586-54ef-8a3a-742d-de3c9b7bc0fe-ae0c856e, #w-node-a04ea1cd-bbdf-431a-cd8e-26d8377b1a3b-ae0c856e, #w-node-a04ea1cd-bbdf-431a-cd8e-26d8377b1a3d-ae0c856e, #w-node-a04ea1cd-bbdf-431a-cd8e-26d8377b1a3f-ae0c856e, #w-node-a04ea1cd-bbdf-431a-cd8e-26d8377b1a41-ae0c856e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a04ea1cd-bbdf-431a-cd8e-26d8377b1a43-ae0c856e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a04ea1cd-bbdf-431a-cd8e-26d8377b1a45-ae0c856e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a04ea1cd-bbdf-431a-cd8e-26d8377b1a47-ae0c856e, #w-node-a04ea1cd-bbdf-431a-cd8e-26d8377b1a49-ae0c856e, #w-node-a04ea1cd-bbdf-431a-cd8e-26d8377b1a4b-ae0c856e, #w-node-a04ea1cd-bbdf-431a-cd8e-26d8377b1a4d-ae0c856e, #w-node-a04ea1cd-bbdf-431a-cd8e-26d8377b1a4f-ae0c856e, #w-node-a04ea1cd-bbdf-431a-cd8e-26d8377b1a51-ae0c856e, #w-node-a04ea1cd-bbdf-431a-cd8e-26d8377b1a53-ae0c856e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a04ea1cd-bbdf-431a-cd8e-26d8377b1a55-ae0c856e, #w-node-a04ea1cd-bbdf-431a-cd8e-26d8377b1a57-ae0c856e, #w-node-a04ea1cd-bbdf-431a-cd8e-26d8377b1a59-ae0c856e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a04ea1cd-bbdf-431a-cd8e-26d8377b1a5b-ae0c856e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a04ea1cd-bbdf-431a-cd8e-26d8377b1a5d-ae0c856e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a04ea1cd-bbdf-431a-cd8e-26d8377b1a5f-ae0c856e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a04ea1cd-bbdf-431a-cd8e-26d8377b1a61-ae0c856e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a04ea1cd-bbdf-431a-cd8e-26d8377b1a63-ae0c856e, #w-node-a04ea1cd-bbdf-431a-cd8e-26d8377b1a65-ae0c856e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a04ea1cd-bbdf-431a-cd8e-26d8377b1a67-ae0c856e, #w-node-a04ea1cd-bbdf-431a-cd8e-26d8377b1a69-ae0c856e, #w-node-a04ea1cd-bbdf-431a-cd8e-26d8377b1a6b-ae0c856e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a04ea1cd-bbdf-431a-cd8e-26d8377b1a6d-ae0c856e, #w-node-a04ea1cd-bbdf-431a-cd8e-26d8377b1a6f-ae0c856e, #w-node-a04ea1cd-bbdf-431a-cd8e-26d8377b1a71-ae0c856e, #w-node-a04ea1cd-bbdf-431a-cd8e-26d8377b1a73-ae0c856e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a04ea1cd-bbdf-431a-cd8e-26d8377b1a75-ae0c856e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a04ea1cd-bbdf-431a-cd8e-26d8377b1a77-ae0c856e, #w-node-a04ea1cd-bbdf-431a-cd8e-26d8377b1a79-ae0c856e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a04ea1cd-bbdf-431a-cd8e-26d8377b1a7b-ae0c856e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a04ea1cd-bbdf-431a-cd8e-26d8377b1a7d-ae0c856e, #w-node-a04ea1cd-bbdf-431a-cd8e-26d8377b1a7f-ae0c856e, #w-node-a04ea1cd-bbdf-431a-cd8e-26d8377b1a81-ae0c856e, #w-node-a04ea1cd-bbdf-431a-cd8e-26d8377b1a83-ae0c856e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a04ea1cd-bbdf-431a-cd8e-26d8377b1a85-ae0c856e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a04ea1cd-bbdf-431a-cd8e-26d8377b1a87-ae0c856e, #w-node-a04ea1cd-bbdf-431a-cd8e-26d8377b1a89-ae0c856e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a04ea1cd-bbdf-431a-cd8e-26d8377b1a8b-ae0c856e, #w-node-a04ea1cd-bbdf-431a-cd8e-26d8377b1a8d-ae0c856e, #w-node-_6df29db2-9b72-5d4c-d4ed-54809adfdc73-ae0c856e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6df29db2-9b72-5d4c-d4ed-54809adfdc75-ae0c856e, #w-node-_6df29db2-9b72-5d4c-d4ed-54809adfdc77-ae0c856e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6df29db2-9b72-5d4c-d4ed-54809adfdc79-ae0c856e, #w-node-_6df29db2-9b72-5d4c-d4ed-54809adfdc7b-ae0c856e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6df29db2-9b72-5d4c-d4ed-54809adfdc7d-ae0c856e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6df29db2-9b72-5d4c-d4ed-54809adfdc7f-ae0c856e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6df29db2-9b72-5d4c-d4ed-54809adfdc81-ae0c856e, #w-node-_6df29db2-9b72-5d4c-d4ed-54809adfdc83-ae0c856e, #w-node-_6df29db2-9b72-5d4c-d4ed-54809adfdc85-ae0c856e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6df29db2-9b72-5d4c-d4ed-54809adfdc87-ae0c856e, #w-node-_6df29db2-9b72-5d4c-d4ed-54809adfdc89-ae0c856e, #w-node-_6df29db2-9b72-5d4c-d4ed-54809adfdc8b-ae0c856e, #w-node-_6df29db2-9b72-5d4c-d4ed-54809adfdc8d-ae0c856e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6df29db2-9b72-5d4c-d4ed-54809adfdc8f-ae0c856e, #w-node-_6df29db2-9b72-5d4c-d4ed-54809adfdc91-ae0c856e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6df29db2-9b72-5d4c-d4ed-54809adfdc93-ae0c856e, #w-node-_6df29db2-9b72-5d4c-d4ed-54809adfdc95-ae0c856e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6df29db2-9b72-5d4c-d4ed-54809adfdc97-ae0c856e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6df29db2-9b72-5d4c-d4ed-54809adfdc99-ae0c856e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6df29db2-9b72-5d4c-d4ed-54809adfdc9b-ae0c856e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_95d1b537-0ca9-11a2-7141-0103258fdd60-70ac1e2e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_035194f1-d786-bb30-2f9f-bd9e42c242a0-70ac1e2e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_50de2f25-d3e1-8c97-1a14-c1034aa00f11-70ac1e2e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start end;
}

#w-node-_797092d2-9bd5-9d1a-c46c-a5e07e403d09-70ac1e2e, #w-node-_7202350a-cb55-c203-5841-d1963578e0a1-70ac1e2e, #w-node-_7202350a-cb55-c203-5841-d1963578e0a4-70ac1e2e, #w-node-_7202350a-cb55-c203-5841-d1963578e0a7-70ac1e2e, #w-node-_7202350a-cb55-c203-5841-d1963578e0aa-70ac1e2e, #w-node-_17b43e66-be36-6125-43e4-2b3e6d46e69c-70ac1e2e, #w-node-_17b43e66-be36-6125-43e4-2b3e6d46e69f-70ac1e2e, #w-node-_17b43e66-be36-6125-43e4-2b3e6d46e6a2-70ac1e2e, #w-node-_17b43e66-be36-6125-43e4-2b3e6d46e6a5-70ac1e2e, #w-node-_17b43e66-be36-6125-43e4-2b3e6d46e6ab-70ac1e2e, #w-node-_17b43e66-be36-6125-43e4-2b3e6d46e6ae-70ac1e2e, #w-node-_17b43e66-be36-6125-43e4-2b3e6d46e6b1-70ac1e2e, #w-node-_17b43e66-be36-6125-43e4-2b3e6d46e6b4-70ac1e2e, #w-node-_34689a2a-1b6a-9b07-312d-8c483fe4d159-70ac1e2e, #w-node-_34689a2a-1b6a-9b07-312d-8c483fe4d15c-70ac1e2e, #w-node-_34689a2a-1b6a-9b07-312d-8c483fe4d15f-70ac1e2e, #w-node-_34689a2a-1b6a-9b07-312d-8c483fe4d162-70ac1e2e, #w-node-_34689a2a-1b6a-9b07-312d-8c483fe4d168-70ac1e2e, #w-node-_34689a2a-1b6a-9b07-312d-8c483fe4d16b-70ac1e2e, #w-node-_34689a2a-1b6a-9b07-312d-8c483fe4d16e-70ac1e2e, #w-node-_34689a2a-1b6a-9b07-312d-8c483fe4d171-70ac1e2e, #w-node-_34689a2a-1b6a-9b07-312d-8c483fe4d177-70ac1e2e, #w-node-_34689a2a-1b6a-9b07-312d-8c483fe4d17a-70ac1e2e, #w-node-_34689a2a-1b6a-9b07-312d-8c483fe4d17d-70ac1e2e, #w-node-_34689a2a-1b6a-9b07-312d-8c483fe4d180-70ac1e2e, #w-node-_34689a2a-1b6a-9b07-312d-8c483fe4d186-70ac1e2e, #w-node-_34689a2a-1b6a-9b07-312d-8c483fe4d189-70ac1e2e, #w-node-_34689a2a-1b6a-9b07-312d-8c483fe4d18c-70ac1e2e, #w-node-_34689a2a-1b6a-9b07-312d-8c483fe4d18f-70ac1e2e, #w-node-_93975a57-a1e3-5dfe-5334-e28593c92db1-70ac1e2e, #w-node-_93975a57-a1e3-5dfe-5334-e28593c92db4-70ac1e2e, #w-node-_93975a57-a1e3-5dfe-5334-e28593c92db7-70ac1e2e, #w-node-_93975a57-a1e3-5dfe-5334-e28593c92dba-70ac1e2e, #w-node-_93975a57-a1e3-5dfe-5334-e28593c92dc0-70ac1e2e, #w-node-_93975a57-a1e3-5dfe-5334-e28593c92dc3-70ac1e2e, #w-node-_93975a57-a1e3-5dfe-5334-e28593c92dc6-70ac1e2e, #w-node-_93975a57-a1e3-5dfe-5334-e28593c92dc9-70ac1e2e, #w-node-_93975a57-a1e3-5dfe-5334-e28593c92dcf-70ac1e2e, #w-node-_93975a57-a1e3-5dfe-5334-e28593c92dd2-70ac1e2e, #w-node-_93975a57-a1e3-5dfe-5334-e28593c92dd5-70ac1e2e, #w-node-_93975a57-a1e3-5dfe-5334-e28593c92dd8-70ac1e2e, #w-node-_93975a57-a1e3-5dfe-5334-e28593c92dde-70ac1e2e, #w-node-_93975a57-a1e3-5dfe-5334-e28593c92de1-70ac1e2e, #w-node-_93975a57-a1e3-5dfe-5334-e28593c92de4-70ac1e2e, #w-node-_93975a57-a1e3-5dfe-5334-e28593c92de7-70ac1e2e, #w-node-_194a7934-9d61-d79b-c8a7-41e5d5b02af9-70ac1e2e, #w-node-_194a7934-9d61-d79b-c8a7-41e5d5b02afc-70ac1e2e, #w-node-_194a7934-9d61-d79b-c8a7-41e5d5b02aff-70ac1e2e, #w-node-_194a7934-9d61-d79b-c8a7-41e5d5b02b02-70ac1e2e, #w-node-_194a7934-9d61-d79b-c8a7-41e5d5b02b08-70ac1e2e, #w-node-_194a7934-9d61-d79b-c8a7-41e5d5b02b0b-70ac1e2e, #w-node-_194a7934-9d61-d79b-c8a7-41e5d5b02b0e-70ac1e2e, #w-node-_194a7934-9d61-d79b-c8a7-41e5d5b02b11-70ac1e2e, #w-node-_194a7934-9d61-d79b-c8a7-41e5d5b02b17-70ac1e2e, #w-node-_194a7934-9d61-d79b-c8a7-41e5d5b02b1a-70ac1e2e, #w-node-_194a7934-9d61-d79b-c8a7-41e5d5b02b1d-70ac1e2e, #w-node-_194a7934-9d61-d79b-c8a7-41e5d5b02b20-70ac1e2e, #w-node-_194a7934-9d61-d79b-c8a7-41e5d5b02b26-70ac1e2e, #w-node-_194a7934-9d61-d79b-c8a7-41e5d5b02b29-70ac1e2e, #w-node-_194a7934-9d61-d79b-c8a7-41e5d5b02b2c-70ac1e2e, #w-node-_194a7934-9d61-d79b-c8a7-41e5d5b02b2f-70ac1e2e, #w-node-_194a7934-9d61-d79b-c8a7-41e5d5b02b35-70ac1e2e, #w-node-_194a7934-9d61-d79b-c8a7-41e5d5b02b38-70ac1e2e, #w-node-_194a7934-9d61-d79b-c8a7-41e5d5b02b3b-70ac1e2e, #w-node-_194a7934-9d61-d79b-c8a7-41e5d5b02b3e-70ac1e2e, #w-node-_194a7934-9d61-d79b-c8a7-41e5d5b02b44-70ac1e2e, #w-node-_194a7934-9d61-d79b-c8a7-41e5d5b02b47-70ac1e2e, #w-node-_194a7934-9d61-d79b-c8a7-41e5d5b02b4a-70ac1e2e, #w-node-_194a7934-9d61-d79b-c8a7-41e5d5b02b4d-70ac1e2e, #w-node-_9bc0b39c-df0a-c593-6d6d-3ed32cb40053-70ac1e2e, #w-node-_9bc0b39c-df0a-c593-6d6d-3ed32cb40056-70ac1e2e, #w-node-_9bc0b39c-df0a-c593-6d6d-3ed32cb40059-70ac1e2e, #w-node-_9bc0b39c-df0a-c593-6d6d-3ed32cb4005c-70ac1e2e, #w-node-_9bc0b39c-df0a-c593-6d6d-3ed32cb40062-70ac1e2e, #w-node-_9bc0b39c-df0a-c593-6d6d-3ed32cb40065-70ac1e2e, #w-node-_9bc0b39c-df0a-c593-6d6d-3ed32cb40068-70ac1e2e, #w-node-_9bc0b39c-df0a-c593-6d6d-3ed32cb4006b-70ac1e2e, #w-node-_9bc0b39c-df0a-c593-6d6d-3ed32cb40071-70ac1e2e, #w-node-_9bc0b39c-df0a-c593-6d6d-3ed32cb40074-70ac1e2e, #w-node-_9bc0b39c-df0a-c593-6d6d-3ed32cb40077-70ac1e2e, #w-node-_9bc0b39c-df0a-c593-6d6d-3ed32cb4007a-70ac1e2e, #w-node-_9bc0b39c-df0a-c593-6d6d-3ed32cb40080-70ac1e2e, #w-node-_9bc0b39c-df0a-c593-6d6d-3ed32cb40083-70ac1e2e, #w-node-_9bc0b39c-df0a-c593-6d6d-3ed32cb40086-70ac1e2e, #w-node-_9bc0b39c-df0a-c593-6d6d-3ed32cb40089-70ac1e2e, #w-node-_9bc0b39c-df0a-c593-6d6d-3ed32cb4008f-70ac1e2e, #w-node-_9bc0b39c-df0a-c593-6d6d-3ed32cb40092-70ac1e2e, #w-node-_9bc0b39c-df0a-c593-6d6d-3ed32cb40095-70ac1e2e, #w-node-_9bc0b39c-df0a-c593-6d6d-3ed32cb40098-70ac1e2e, #w-node-_9bc0b39c-df0a-c593-6d6d-3ed32cb4009e-70ac1e2e, #w-node-_9bc0b39c-df0a-c593-6d6d-3ed32cb400a1-70ac1e2e, #w-node-_9bc0b39c-df0a-c593-6d6d-3ed32cb400a4-70ac1e2e, #w-node-_9bc0b39c-df0a-c593-6d6d-3ed32cb400a7-70ac1e2e, #w-node-_9bc0b39c-df0a-c593-6d6d-3ed32cb400ad-70ac1e2e, #w-node-_9bc0b39c-df0a-c593-6d6d-3ed32cb400b0-70ac1e2e, #w-node-_9bc0b39c-df0a-c593-6d6d-3ed32cb400b3-70ac1e2e, #w-node-_9bc0b39c-df0a-c593-6d6d-3ed32cb400b6-70ac1e2e, #w-node-_9bc0b39c-df0a-c593-6d6d-3ed32cb400bc-70ac1e2e, #w-node-_9bc0b39c-df0a-c593-6d6d-3ed32cb400bf-70ac1e2e, #w-node-_9bc0b39c-df0a-c593-6d6d-3ed32cb400c2-70ac1e2e, #w-node-_9bc0b39c-df0a-c593-6d6d-3ed32cb400c5-70ac1e2e, #w-node-_8f166e3d-ae03-d351-738d-a34458765e3c-70ac1e2e, #w-node-_8f166e3d-ae03-d351-738d-a34458765e3f-70ac1e2e, #w-node-_8f166e3d-ae03-d351-738d-a34458765e42-70ac1e2e, #w-node-_8f166e3d-ae03-d351-738d-a34458765e45-70ac1e2e, #w-node-_8f166e3d-ae03-d351-738d-a34458765e4b-70ac1e2e, #w-node-_8f166e3d-ae03-d351-738d-a34458765e4e-70ac1e2e, #w-node-_8f166e3d-ae03-d351-738d-a34458765e51-70ac1e2e, #w-node-_8f166e3d-ae03-d351-738d-a34458765e54-70ac1e2e, #w-node-_8f166e3d-ae03-d351-738d-a34458765e5a-70ac1e2e, #w-node-_8f166e3d-ae03-d351-738d-a34458765e5d-70ac1e2e, #w-node-_8f166e3d-ae03-d351-738d-a34458765e60-70ac1e2e, #w-node-_8f166e3d-ae03-d351-738d-a34458765e63-70ac1e2e, #w-node-_8f166e3d-ae03-d351-738d-a34458765e69-70ac1e2e, #w-node-_8f166e3d-ae03-d351-738d-a34458765e6c-70ac1e2e, #w-node-_8f166e3d-ae03-d351-738d-a34458765e6f-70ac1e2e, #w-node-_8f166e3d-ae03-d351-738d-a34458765e72-70ac1e2e, #w-node-_8f166e3d-ae03-d351-738d-a34458765e78-70ac1e2e, #w-node-_8f166e3d-ae03-d351-738d-a34458765e7b-70ac1e2e, #w-node-_8f166e3d-ae03-d351-738d-a34458765e7e-70ac1e2e, #w-node-_8f166e3d-ae03-d351-738d-a34458765e81-70ac1e2e, #w-node-_8f166e3d-ae03-d351-738d-a34458765e87-70ac1e2e, #w-node-_8f166e3d-ae03-d351-738d-a34458765e8a-70ac1e2e, #w-node-_8f166e3d-ae03-d351-738d-a34458765e8d-70ac1e2e, #w-node-_8f166e3d-ae03-d351-738d-a34458765e90-70ac1e2e, #w-node-_8f166e3d-ae03-d351-738d-a34458765e96-70ac1e2e, #w-node-_8f166e3d-ae03-d351-738d-a34458765e99-70ac1e2e, #w-node-_8f166e3d-ae03-d351-738d-a34458765e9c-70ac1e2e, #w-node-_8f166e3d-ae03-d351-738d-a34458765e9f-70ac1e2e, #w-node-_8f166e3d-ae03-d351-738d-a34458765ea5-70ac1e2e, #w-node-_8f166e3d-ae03-d351-738d-a34458765ea8-70ac1e2e, #w-node-_8f166e3d-ae03-d351-738d-a34458765eab-70ac1e2e, #w-node-_8f166e3d-ae03-d351-738d-a34458765eae-70ac1e2e, #w-node-_8f166e3d-ae03-d351-738d-a34458765eb4-70ac1e2e, #w-node-_8f166e3d-ae03-d351-738d-a34458765eb7-70ac1e2e, #w-node-_8f166e3d-ae03-d351-738d-a34458765eba-70ac1e2e, #w-node-_8f166e3d-ae03-d351-738d-a34458765ebd-70ac1e2e, #w-node-_8f166e3d-ae03-d351-738d-a34458765ec3-70ac1e2e, #w-node-_8f166e3d-ae03-d351-738d-a34458765ec6-70ac1e2e, #w-node-_8f166e3d-ae03-d351-738d-a34458765ec9-70ac1e2e, #w-node-_8f166e3d-ae03-d351-738d-a34458765ecc-70ac1e2e, #w-node-_8f166e3d-ae03-d351-738d-a34458765ed2-70ac1e2e, #w-node-_8f166e3d-ae03-d351-738d-a34458765ed5-70ac1e2e, #w-node-_8f166e3d-ae03-d351-738d-a34458765ed8-70ac1e2e, #w-node-_8f166e3d-ae03-d351-738d-a34458765edb-70ac1e2e, #w-node-_8f166e3d-ae03-d351-738d-a34458765ee1-70ac1e2e, #w-node-_8f166e3d-ae03-d351-738d-a34458765ee4-70ac1e2e, #w-node-_8f166e3d-ae03-d351-738d-a34458765ee7-70ac1e2e, #w-node-_8f166e3d-ae03-d351-738d-a34458765eea-70ac1e2e, #w-node-eeefe860-4864-25ab-13e4-5ea89b31e563-70ac1e2e, #w-node-eeefe860-4864-25ab-13e4-5ea89b31e568-70ac1e2e, #w-node-eeefe860-4864-25ab-13e4-5ea89b31e56b-70ac1e2e, #w-node-eeefe860-4864-25ab-13e4-5ea89b31e570-70ac1e2e, #w-node-acfeabe0-589b-beda-d95d-f8aead9c1c8a-70ac1e2e, #w-node-acfeabe0-589b-beda-d95d-f8aead9c1c8d-70ac1e2e, #w-node-acfeabe0-589b-beda-d95d-f8aead9c1c90-70ac1e2e, #w-node-acfeabe0-589b-beda-d95d-f8aead9c1c93-70ac1e2e, #w-node-fcf64200-0c64-5f79-77cb-ad312723ea7d-70ac1e2e, #w-node-fcf64200-0c64-5f79-77cb-ad312723ea80-70ac1e2e, #w-node-fcf64200-0c64-5f79-77cb-ad312723ea83-70ac1e2e, #w-node-fcf64200-0c64-5f79-77cb-ad312723ea86-70ac1e2e, #w-node-_885dd6de-72a9-4281-81ca-b806f67f17d2-70ac1e2e, #w-node-_885dd6de-72a9-4281-81ca-b806f67f17d5-70ac1e2e, #w-node-_885dd6de-72a9-4281-81ca-b806f67f17d8-70ac1e2e, #w-node-_885dd6de-72a9-4281-81ca-b806f67f17db-70ac1e2e, #w-node-_95cc3adb-ccc2-9e3e-b1b4-4842eab34533-70ac1e2e, #w-node-_95cc3adb-ccc2-9e3e-b1b4-4842eab34536-70ac1e2e, #w-node-_95cc3adb-ccc2-9e3e-b1b4-4842eab34539-70ac1e2e, #w-node-_95cc3adb-ccc2-9e3e-b1b4-4842eab3453c-70ac1e2e, #w-node-_47a931bb-ff43-0770-ac12-91dc4a9a5231-70ac1e2e, #w-node-_47a931bb-ff43-0770-ac12-91dc4a9a5234-70ac1e2e, #w-node-_47a931bb-ff43-0770-ac12-91dc4a9a5237-70ac1e2e, #w-node-_47a931bb-ff43-0770-ac12-91dc4a9a523a-70ac1e2e, #w-node-b0c69b5a-c49a-4366-3a95-42d8948755c7-70ac1e2e, #w-node-b0c69b5a-c49a-4366-3a95-42d8948755ca-70ac1e2e, #w-node-b0c69b5a-c49a-4366-3a95-42d8948755cd-70ac1e2e, #w-node-b0c69b5a-c49a-4366-3a95-42d8948755d0-70ac1e2e, #w-node-_88b28786-2232-9019-96dc-1ef14196153f-70ac1e2e, #w-node-_88b28786-2232-9019-96dc-1ef141961542-70ac1e2e, #w-node-_88b28786-2232-9019-96dc-1ef141961545-70ac1e2e, #w-node-_88b28786-2232-9019-96dc-1ef141961548-70ac1e2e, #w-node-_331a8c0c-16e4-e956-941a-3e609332c8e3-70ac1e2e, #w-node-_331a8c0c-16e4-e956-941a-3e609332c8e6-70ac1e2e, #w-node-_331a8c0c-16e4-e956-941a-3e609332c8e9-70ac1e2e, #w-node-_331a8c0c-16e4-e956-941a-3e609332c8ec-70ac1e2e, #w-node-eab03b63-c8a3-043a-96eb-276a4a56fc1b-70ac1e2e, #w-node-eab03b63-c8a3-043a-96eb-276a4a56fc1e-70ac1e2e, #w-node-eab03b63-c8a3-043a-96eb-276a4a56fc21-70ac1e2e, #w-node-eab03b63-c8a3-043a-96eb-276a4a56fc24-70ac1e2e, #w-node-_1f9f492c-7548-3baf-1736-ddd3bc6f0fcc-70ac1e2e, #w-node-_1f9f492c-7548-3baf-1736-ddd3bc6f0fcf-70ac1e2e, #w-node-_1f9f492c-7548-3baf-1736-ddd3bc6f0fd2-70ac1e2e, #w-node-_1f9f492c-7548-3baf-1736-ddd3bc6f0fd5-70ac1e2e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_95d1b537-0ca9-11a2-7141-0103258fdd60-60393bd0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_035194f1-d786-bb30-2f9f-bd9e42c242a0-60393bd0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_50de2f25-d3e1-8c97-1a14-c1034aa00f11-60393bd0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start end;
}

#w-node-_797092d2-9bd5-9d1a-c46c-a5e07e403d09-60393bd0, #w-node-d15c557d-28b1-9902-29d4-817a02cc5a05-60393bd0, #w-node-d15c557d-28b1-9902-29d4-817a02cc5a08-60393bd0, #w-node-d15c557d-28b1-9902-29d4-817a02cc5a0b-60393bd0, #w-node-d15c557d-28b1-9902-29d4-817a02cc5a0e-60393bd0, #w-node-_21048e82-ec73-766a-dffa-11b1fce341e5-60393bd0, #w-node-_21048e82-ec73-766a-dffa-11b1fce341ea-60393bd0, #w-node-_21048e82-ec73-766a-dffa-11b1fce341ed-60393bd0, #w-node-_21048e82-ec73-766a-dffa-11b1fce341f2-60393bd0, #w-node-_21048e82-ec73-766a-dffa-11b1fce341f8-60393bd0, #w-node-_21048e82-ec73-766a-dffa-11b1fce341fb-60393bd0, #w-node-_21048e82-ec73-766a-dffa-11b1fce341fe-60393bd0, #w-node-_21048e82-ec73-766a-dffa-11b1fce34203-60393bd0, #w-node-cfe01f94-72b3-4c42-1258-c72152880bc7-60393bd0, #w-node-cfe01f94-72b3-4c42-1258-c72152880bcc-60393bd0, #w-node-cfe01f94-72b3-4c42-1258-c72152880bcf-60393bd0, #w-node-cfe01f94-72b3-4c42-1258-c72152880bd4-60393bd0, #w-node-cfe01f94-72b3-4c42-1258-c72152880bda-60393bd0, #w-node-cfe01f94-72b3-4c42-1258-c72152880bdf-60393bd0, #w-node-cfe01f94-72b3-4c42-1258-c72152880be2-60393bd0, #w-node-cfe01f94-72b3-4c42-1258-c72152880be7-60393bd0, #w-node-cfe01f94-72b3-4c42-1258-c72152880bed-60393bd0, #w-node-cfe01f94-72b3-4c42-1258-c72152880bf2-60393bd0, #w-node-cfe01f94-72b3-4c42-1258-c72152880bf5-60393bd0, #w-node-cfe01f94-72b3-4c42-1258-c72152880bfa-60393bd0, #w-node-cfe01f94-72b3-4c42-1258-c72152880c00-60393bd0, #w-node-cfe01f94-72b3-4c42-1258-c72152880c03-60393bd0, #w-node-cfe01f94-72b3-4c42-1258-c72152880c06-60393bd0, #w-node-cfe01f94-72b3-4c42-1258-c72152880c0b-60393bd0, #w-node-c1fcba88-49b5-ce12-f63a-dcb1b66f1799-60393bd0, #w-node-c1fcba88-49b5-ce12-f63a-dcb1b66f179e-60393bd0, #w-node-c1fcba88-49b5-ce12-f63a-dcb1b66f17a1-60393bd0, #w-node-c1fcba88-49b5-ce12-f63a-dcb1b66f17a4-60393bd0, #w-node-c1fcba88-49b5-ce12-f63a-dcb1b66f17aa-60393bd0, #w-node-c1fcba88-49b5-ce12-f63a-dcb1b66f17af-60393bd0, #w-node-c1fcba88-49b5-ce12-f63a-dcb1b66f17b2-60393bd0, #w-node-c1fcba88-49b5-ce12-f63a-dcb1b66f17b7-60393bd0, #w-node-c1fcba88-49b5-ce12-f63a-dcb1b66f17bd-60393bd0, #w-node-c1fcba88-49b5-ce12-f63a-dcb1b66f17c2-60393bd0, #w-node-c1fcba88-49b5-ce12-f63a-dcb1b66f17c5-60393bd0, #w-node-c1fcba88-49b5-ce12-f63a-dcb1b66f17ca-60393bd0, #w-node-c1fcba88-49b5-ce12-f63a-dcb1b66f17d0-60393bd0, #w-node-c1fcba88-49b5-ce12-f63a-dcb1b66f17d3-60393bd0, #w-node-c1fcba88-49b5-ce12-f63a-dcb1b66f17d6-60393bd0, #w-node-c1fcba88-49b5-ce12-f63a-dcb1b66f17db-60393bd0, #w-node-cf5c79a4-930f-63c0-b2a6-558fb28f76ef-60393bd0, #w-node-cf5c79a4-930f-63c0-b2a6-558fb28f76f4-60393bd0, #w-node-cf5c79a4-930f-63c0-b2a6-558fb28f76f7-60393bd0, #w-node-cf5c79a4-930f-63c0-b2a6-558fb28f76fc-60393bd0, #w-node-cf5c79a4-930f-63c0-b2a6-558fb28f7702-60393bd0, #w-node-cf5c79a4-930f-63c0-b2a6-558fb28f7707-60393bd0, #w-node-cf5c79a4-930f-63c0-b2a6-558fb28f770a-60393bd0, #w-node-cf5c79a4-930f-63c0-b2a6-558fb28f770f-60393bd0, #w-node-cf5c79a4-930f-63c0-b2a6-558fb28f7715-60393bd0, #w-node-cf5c79a4-930f-63c0-b2a6-558fb28f771a-60393bd0, #w-node-cf5c79a4-930f-63c0-b2a6-558fb28f771d-60393bd0, #w-node-cf5c79a4-930f-63c0-b2a6-558fb28f7720-60393bd0, #w-node-cf5c79a4-930f-63c0-b2a6-558fb28f7726-60393bd0, #w-node-cf5c79a4-930f-63c0-b2a6-558fb28f772b-60393bd0, #w-node-cf5c79a4-930f-63c0-b2a6-558fb28f772e-60393bd0, #w-node-cf5c79a4-930f-63c0-b2a6-558fb28f7733-60393bd0, #w-node-_4cb9b2f2-d5a6-5db7-b8e5-93fd4868ea5f-2dd838f5, #w-node-_019a8bd8-f62a-d9d9-280e-9612927c88bf-2dd838f5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_36a456a8-037f-7551-40d3-81f44a2bc97b-2dd838f5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-_7c9b751f-8ba3-e4a9-f711-66d9567e9931-2dd838f5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: end;
}

#w-node-_6fd657d6-d098-2a8e-fc26-0e69474cf25a-2dd838f5, #w-node-_87d47332-f241-915b-3d22-fa166fcc0544-2dd838f5, #w-node-aafba06a-8a1b-c87b-b1a9-172fe5c2ded6-2dd838f5, #w-node-ebf5dba4-e5d1-001f-2ab3-8f256040db72-2dd838f5, #w-node-ebf5dba4-e5d1-001f-2ab3-8f256040db71-2dd838f5, #w-node-_39ed2687-99df-e274-c0d9-126827d7a5b6-2dd838f5, #w-node-fbedcd75-b425-8ed8-d321-b42b163e47a0-2dd838f5, #w-node-_3f171625-c647-93c5-a425-3c1b9d61f6cb-2dd838f5, #w-node-_39ed2687-99df-e274-c0d9-126827d7a5b5-2dd838f5, #w-node-_4f1e6269-24fb-edb6-4104-dac97dcbb692-2dd838f5, #w-node-_0614904e-b255-4a2c-f76a-00260750d06f-2dd838f5, #w-node-_5bd06b2e-74ac-4d0f-4319-610191134210-2dd838f5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-ab1a8b13-99a9-300e-281f-de2950965f4e-3ee0e093, #w-node-ab1a8b13-99a9-300e-281f-de2950965f57-3ee0e093, #w-node-_43e1583b-2658-fd35-e9a6-bebde41c2f1e-3ee0e093 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_885c5833-a78c-dcfa-e37c-72e9b206e769-3ee0e093, #w-node-_87c933ae-317d-9634-5dcc-89d9d42e7053-3ee0e093, #w-node-_1917ba5b-9f41-71f9-6820-6ac1fda68c7d-3ee0e093 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-cc8830ed-b5e8-b18e-4150-75713f44a78a-3f44a787 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    justify-self: center;
  }

  #w-node-cc8830ed-b5e8-b18e-4150-75713f44a791-3f44a787 {
    order: -9999;
    grid-area: span 1 / span 3 / span 1 / span 3;
    justify-self: center;
  }

  #w-node-cc8830ed-b5e8-b18e-4150-75713f44a793-3f44a787 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    justify-self: center;
  }

  #w-node-a5f599e2-934e-ba46-ad99-e2bf96f5008e-96f50088 {
    justify-self: end;
  }

  #w-node-_8c5792d9-c1b7-12b0-b354-a3a22e3e7916-a6cb42c7 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_50de2f25-d3e1-8c97-1a14-c1034aa00f11-70ac1e2e, #w-node-_50de2f25-d3e1-8c97-1a14-c1034aa00f11-60393bd0 {
    justify-self: end;
  }

  #w-node-_4cb9b2f2-d5a6-5db7-b8e5-93fd4868ea5f-2dd838f5, #w-node-_019a8bd8-f62a-d9d9-280e-9612927c88bf-2dd838f5, #w-node-_36a456a8-037f-7551-40d3-81f44a2bc97b-2dd838f5 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_7c9b751f-8ba3-e4a9-f711-66d9567e9931-2dd838f5 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: start;
  }

  #w-node-_6fd657d6-d098-2a8e-fc26-0e69474cf25a-2dd838f5, #w-node-aafba06a-8a1b-c87b-b1a9-172fe5c2ded6-2dd838f5, #w-node-ebf5dba4-e5d1-001f-2ab3-8f256040db71-2dd838f5, #w-node-_39ed2687-99df-e274-c0d9-126827d7a5b5-2dd838f5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_885c5833-a78c-dcfa-e37c-72e9b206e769-3ee0e093, #w-node-_87c933ae-317d-9634-5dcc-89d9d42e7053-3ee0e093, #w-node-_1917ba5b-9f41-71f9-6820-6ac1fda68c7d-3ee0e093 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-cc8830ed-b5e8-b18e-4150-75713f44a78a-3f44a787 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    justify-self: center;
  }

  #w-node-cc8830ed-b5e8-b18e-4150-75713f44a791-3f44a787 {
    order: -9999;
    grid-area: span 1 / span 3 / span 1 / span 3;
    justify-self: center;
  }

  #w-node-cc8830ed-b5e8-b18e-4150-75713f44a793-3f44a787 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    justify-self: center;
  }

  #w-node-a5f599e2-934e-ba46-ad99-e2bf96f5008a-96f50088 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    place-self: center;
  }

  #w-node-a5f599e2-934e-ba46-ad99-e2bf96f5008c-96f50088 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    justify-self: center;
  }

  #w-node-a5f599e2-934e-ba46-ad99-e2bf96f5008e-96f50088 {
    grid-area: 3 / 1 / 4 / 4;
    place-self: start center;
  }

  #w-node-_04133f30-51dd-30c6-42f5-5beae55ec4c4-b04aee62, #w-node-_53cad0d0-bf47-19cd-2aaf-52da19bac9e1-b04aee62, #w-node-_53cad0d0-bf47-19cd-2aaf-52da19bac9f6-b04aee62, #w-node-_60508603-e588-1efc-bf9a-832b49f7c529-b04aee62, #w-node-_60508603-e588-1efc-bf9a-832b49f7c53e-b04aee62, #w-node-_60508603-e588-1efc-bf9a-832b49f7c553-b04aee62, #w-node-_60508603-e588-1efc-bf9a-832b49f7c565-b04aee62, #w-node-_09ade69c-2d29-15cb-3102-6fecef83a4ec-b04aee62, #w-node-_09ade69c-2d29-15cb-3102-6fecef83a501-b04aee62, #w-node-_09ade69c-2d29-15cb-3102-6fecef83a516-b04aee62, #w-node-_09ade69c-2d29-15cb-3102-6fecef83a52b-b04aee62, #w-node-_09ade69c-2d29-15cb-3102-6fecef83a540-b04aee62, #w-node-b6bb8413-b6f8-1562-9285-f3e68cccb5fe-b04aee62, #w-node-b6bb8413-b6f8-1562-9285-f3e68cccb60d-b04aee62, #w-node-b6bb8413-b6f8-1562-9285-f3e68cccb61c-b04aee62, #w-node-b6bb8413-b6f8-1562-9285-f3e68cccb62b-b04aee62, #w-node-b6bb8413-b6f8-1562-9285-f3e68cccb63a-b04aee62, #w-node-b6bb8413-b6f8-1562-9285-f3e68cccb649-b04aee62, #w-node-b6bb8413-b6f8-1562-9285-f3e68cccb658-b04aee62, #w-node-_4f4279a3-a145-8e47-863f-46e7a1252666-b04aee62, #w-node-_4f4279a3-a145-8e47-863f-46e7a1252675-b04aee62, #w-node-_4f4279a3-a145-8e47-863f-46e7a1252684-b04aee62, #w-node-_4f4279a3-a145-8e47-863f-46e7a1252693-b04aee62, #w-node-_4f4279a3-a145-8e47-863f-46e7a12526a2-b04aee62, #w-node-_4f4279a3-a145-8e47-863f-46e7a12526b2-b04aee62, #w-node-_4f4279a3-a145-8e47-863f-46e7a12526c1-b04aee62, #w-node-_4f4279a3-a145-8e47-863f-46e7a12526d0-b04aee62, #w-node-_4f4279a3-a145-8e47-863f-46e7a12526df-b04aee62, #w-node-f9babfb6-e6c4-fcf9-cd0e-eee52d6f7477-b04aee62, #w-node-f9babfb6-e6c4-fcf9-cd0e-eee52d6f748c-b04aee62, #w-node-f9babfb6-e6c4-fcf9-cd0e-eee52d6f74a1-b04aee62, #w-node-f9babfb6-e6c4-fcf9-cd0e-eee52d6f74b0-b04aee62, #w-node-f9babfb6-e6c4-fcf9-cd0e-eee52d6f74c5-b04aee62, #w-node-f9babfb6-e6c4-fcf9-cd0e-eee52d6f74da-b04aee62, #w-node-f9babfb6-e6c4-fcf9-cd0e-eee52d6f74ef-b04aee62, #w-node-f9babfb6-e6c4-fcf9-cd0e-eee52d6f7504-b04aee62, #w-node-f9babfb6-e6c4-fcf9-cd0e-eee52d6f7519-b04aee62, #w-node-_94009386-0c3d-194b-ff1e-fe06b7a43ef3-b04aee62, #w-node-_94009386-0c3d-194b-ff1e-fe06b7a43f05-b04aee62, #w-node-_94009386-0c3d-194b-ff1e-fe06b7a43f1a-b04aee62, #w-node-_94009386-0c3d-194b-ff1e-fe06b7a43f2f-b04aee62, #w-node-_94009386-0c3d-194b-ff1e-fe06b7a43f41-b04aee62, #w-node-_94009386-0c3d-194b-ff1e-fe06b7a43f56-b04aee62, #w-node-_94009386-0c3d-194b-ff1e-fe06b7a43f6b-b04aee62, #w-node-_94009386-0c3d-194b-ff1e-fe06b7a43f80-b04aee62, #w-node-_94009386-0c3d-194b-ff1e-fe06b7a43f92-b04aee62, #w-node-_94009386-0c3d-194b-ff1e-fe06b7a43fa7-b04aee62, #w-node-_94009386-0c3d-194b-ff1e-fe06b7a43fbc-b04aee62, #w-node-_94009386-0c3d-194b-ff1e-fe06b7a43fd1-b04aee62, #w-node-_3fcd16f0-a8be-5e4c-67a6-90207e223949-94a14867, #w-node-a02c92ad-be1d-8091-4fdd-a1ca03e2c4e7-94a14867, #w-node-a02c92ad-be1d-8091-4fdd-a1ca03e2c500-94a14867, #w-node-e4761b7d-e9d2-63a3-115b-cf59d33ffa6a-94a14867, #w-node-e4761b7d-e9d2-63a3-115b-cf59d33ffa83-94a14867, #w-node-e4761b7d-e9d2-63a3-115b-cf59d33ffa9c-94a14867, #w-node-e4761b7d-e9d2-63a3-115b-cf59d33ffabb-94a14867, #w-node-ca44f9ee-69ba-7ee8-9147-9f201350f4b9-94a14867, #w-node-ca44f9ee-69ba-7ee8-9147-9f201350f4d8-94a14867, #w-node-ca44f9ee-69ba-7ee8-9147-9f201350f4f7-94a14867, #w-node-ca44f9ee-69ba-7ee8-9147-9f201350f516-94a14867, #w-node-ca44f9ee-69ba-7ee8-9147-9f201350f535-94a14867, #w-node-d4ecd0b5-961a-8f0a-985f-993aea5843cb-94a14867, #w-node-d4ecd0b5-961a-8f0a-985f-993aea5843de-94a14867, #w-node-d4ecd0b5-961a-8f0a-985f-993aea5843f1-94a14867 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ec171e7c-c13a-15b6-a61d-29120f3277a4-ae0c856e, #w-node-_1f072e4f-6d56-26b8-9028-641bbc092691-ae0c856e, #w-node-a7396d80-8d6e-37dc-f021-deb0f916a02b-ae0c856e, #w-node-b32ce7c3-35ff-35c8-d31c-d0a470007e1f-ae0c856e, #w-node-c25b1be0-b4c8-147f-6d02-755d960c7cd2-ae0c856e, #w-node-_56f1890d-d24d-089e-b965-f2b3f06efd56-ae0c856e, #w-node-b5f6c5d5-a2bf-9bcc-1069-8f01403ef874-ae0c856e, #w-node-_1ba47885-c091-98c9-486b-816b75847aaf-ae0c856e, #w-node-_378ebe82-2854-ca3a-d791-30b4ff189fbe-ae0c856e, #w-node-_6a2882a0-4b17-b48f-e0fe-e659c9f9e3b9-ae0c856e, #w-node-_1111ebe3-6007-a8d2-a938-fcd75f92688a-ae0c856e, #w-node-aba6ad61-334a-5b68-70ca-fded0d238138-ae0c856e, #w-node-c55a7df2-2169-a660-a841-ba950c83a50f-ae0c856e, #w-node-_1179df11-d95f-3d30-4d18-cc84daac803a-ae0c856e, #w-node-_853e2872-f321-875c-5e13-9787ad737c0c-ae0c856e, #w-node-dc8eb4f3-8670-3327-9ff8-ef4e684cc819-ae0c856e, #w-node-_24d63b17-e51a-940e-aa17-cfc7d0647a9e-ae0c856e, #w-node-_38bf5f97-58ba-4a41-b81e-1af59f8f7edf-ae0c856e, #w-node-_26812f7a-bced-a074-ff8b-16ed59c4e49d-ae0c856e, #w-node-_1d4738a3-c279-2a21-2a0c-88ab39efbe77-ae0c856e, #w-node-_7881acc1-ab1a-9d30-c455-51342e6cc6e3-ae0c856e, #w-node-_92a3fbf7-839d-23ea-7ccf-150081e3b86d-ae0c856e, #w-node-_92a3fbf7-839d-23ea-7ccf-150081e3b86f-ae0c856e, #w-node-_92a3fbf7-839d-23ea-7ccf-150081e3b871-ae0c856e, #w-node-_92a3fbf7-839d-23ea-7ccf-150081e3b873-ae0c856e, #w-node-_92a3fbf7-839d-23ea-7ccf-150081e3b875-ae0c856e, #w-node-_857b5383-6315-8f75-29c4-c917f0e9c162-ae0c856e, #w-node-e9ff0586-54ef-8a3a-742d-de3c9b7bc0c2-ae0c856e, #w-node-e9ff0586-54ef-8a3a-742d-de3c9b7bc0c4-ae0c856e, #w-node-e9ff0586-54ef-8a3a-742d-de3c9b7bc0c6-ae0c856e, #w-node-e9ff0586-54ef-8a3a-742d-de3c9b7bc0c8-ae0c856e, #w-node-e9ff0586-54ef-8a3a-742d-de3c9b7bc0ca-ae0c856e, #w-node-e9ff0586-54ef-8a3a-742d-de3c9b7bc0cc-ae0c856e, #w-node-e9ff0586-54ef-8a3a-742d-de3c9b7bc0ce-ae0c856e, #w-node-e9ff0586-54ef-8a3a-742d-de3c9b7bc0d0-ae0c856e, #w-node-e9ff0586-54ef-8a3a-742d-de3c9b7bc0d2-ae0c856e, #w-node-e9ff0586-54ef-8a3a-742d-de3c9b7bc0d4-ae0c856e, #w-node-e9ff0586-54ef-8a3a-742d-de3c9b7bc0d6-ae0c856e, #w-node-e9ff0586-54ef-8a3a-742d-de3c9b7bc0d8-ae0c856e, #w-node-e9ff0586-54ef-8a3a-742d-de3c9b7bc0da-ae0c856e, #w-node-e9ff0586-54ef-8a3a-742d-de3c9b7bc0dc-ae0c856e, #w-node-e9ff0586-54ef-8a3a-742d-de3c9b7bc0e0-ae0c856e, #w-node-e9ff0586-54ef-8a3a-742d-de3c9b7bc0e6-ae0c856e, #w-node-e9ff0586-54ef-8a3a-742d-de3c9b7bc0ec-ae0c856e, #w-node-e9ff0586-54ef-8a3a-742d-de3c9b7bc0ee-ae0c856e, #w-node-e9ff0586-54ef-8a3a-742d-de3c9b7bc0f0-ae0c856e, #w-node-e9ff0586-54ef-8a3a-742d-de3c9b7bc0f2-ae0c856e, #w-node-e9ff0586-54ef-8a3a-742d-de3c9b7bc0f4-ae0c856e, #w-node-e9ff0586-54ef-8a3a-742d-de3c9b7bc0f6-ae0c856e, #w-node-e9ff0586-54ef-8a3a-742d-de3c9b7bc0f8-ae0c856e, #w-node-e9ff0586-54ef-8a3a-742d-de3c9b7bc0fa-ae0c856e, #w-node-e9ff0586-54ef-8a3a-742d-de3c9b7bc0fc-ae0c856e, #w-node-e9ff0586-54ef-8a3a-742d-de3c9b7bc0fe-ae0c856e, #w-node-a04ea1cd-bbdf-431a-cd8e-26d8377b1a3d-ae0c856e, #w-node-a04ea1cd-bbdf-431a-cd8e-26d8377b1a3f-ae0c856e, #w-node-a04ea1cd-bbdf-431a-cd8e-26d8377b1a43-ae0c856e, #w-node-a04ea1cd-bbdf-431a-cd8e-26d8377b1a47-ae0c856e, #w-node-a04ea1cd-bbdf-431a-cd8e-26d8377b1a49-ae0c856e, #w-node-a04ea1cd-bbdf-431a-cd8e-26d8377b1a4b-ae0c856e, #w-node-a04ea1cd-bbdf-431a-cd8e-26d8377b1a4d-ae0c856e, #w-node-a04ea1cd-bbdf-431a-cd8e-26d8377b1a4f-ae0c856e, #w-node-a04ea1cd-bbdf-431a-cd8e-26d8377b1a51-ae0c856e, #w-node-a04ea1cd-bbdf-431a-cd8e-26d8377b1a53-ae0c856e, #w-node-a04ea1cd-bbdf-431a-cd8e-26d8377b1a5b-ae0c856e, #w-node-a04ea1cd-bbdf-431a-cd8e-26d8377b1a5f-ae0c856e, #w-node-a04ea1cd-bbdf-431a-cd8e-26d8377b1a63-ae0c856e, #w-node-a04ea1cd-bbdf-431a-cd8e-26d8377b1a65-ae0c856e, #w-node-a04ea1cd-bbdf-431a-cd8e-26d8377b1a6d-ae0c856e, #w-node-a04ea1cd-bbdf-431a-cd8e-26d8377b1a6f-ae0c856e, #w-node-a04ea1cd-bbdf-431a-cd8e-26d8377b1a71-ae0c856e, #w-node-a04ea1cd-bbdf-431a-cd8e-26d8377b1a73-ae0c856e, #w-node-a04ea1cd-bbdf-431a-cd8e-26d8377b1a77-ae0c856e, #w-node-a04ea1cd-bbdf-431a-cd8e-26d8377b1a79-ae0c856e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-a04ea1cd-bbdf-431a-cd8e-26d8377b1a7d-ae0c856e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a04ea1cd-bbdf-431a-cd8e-26d8377b1a81-ae0c856e, #w-node-a04ea1cd-bbdf-431a-cd8e-26d8377b1a83-ae0c856e, #w-node-a04ea1cd-bbdf-431a-cd8e-26d8377b1a8b-ae0c856e, #w-node-a04ea1cd-bbdf-431a-cd8e-26d8377b1a8d-ae0c856e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_6df29db2-9b72-5d4c-d4ed-54809adfdc75-ae0c856e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6df29db2-9b72-5d4c-d4ed-54809adfdc79-ae0c856e, #w-node-_6df29db2-9b72-5d4c-d4ed-54809adfdc7d-ae0c856e, #w-node-_6df29db2-9b72-5d4c-d4ed-54809adfdc85-ae0c856e, #w-node-_6df29db2-9b72-5d4c-d4ed-54809adfdc8d-ae0c856e, #w-node-_6df29db2-9b72-5d4c-d4ed-54809adfdc8f-ae0c856e, #w-node-_6df29db2-9b72-5d4c-d4ed-54809adfdc91-ae0c856e, #w-node-_6df29db2-9b72-5d4c-d4ed-54809adfdc97-ae0c856e, #w-node-_6df29db2-9b72-5d4c-d4ed-54809adfdc9b-ae0c856e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_7202350a-cb55-c203-5841-d1963578e0a1-70ac1e2e, #w-node-_17b43e66-be36-6125-43e4-2b3e6d46e69c-70ac1e2e, #w-node-_17b43e66-be36-6125-43e4-2b3e6d46e6ab-70ac1e2e, #w-node-_34689a2a-1b6a-9b07-312d-8c483fe4d159-70ac1e2e, #w-node-_34689a2a-1b6a-9b07-312d-8c483fe4d168-70ac1e2e, #w-node-_34689a2a-1b6a-9b07-312d-8c483fe4d177-70ac1e2e, #w-node-_34689a2a-1b6a-9b07-312d-8c483fe4d186-70ac1e2e, #w-node-_93975a57-a1e3-5dfe-5334-e28593c92db1-70ac1e2e, #w-node-_93975a57-a1e3-5dfe-5334-e28593c92dc0-70ac1e2e, #w-node-_93975a57-a1e3-5dfe-5334-e28593c92dcf-70ac1e2e, #w-node-_93975a57-a1e3-5dfe-5334-e28593c92dde-70ac1e2e, #w-node-_194a7934-9d61-d79b-c8a7-41e5d5b02af9-70ac1e2e, #w-node-_194a7934-9d61-d79b-c8a7-41e5d5b02b08-70ac1e2e, #w-node-_194a7934-9d61-d79b-c8a7-41e5d5b02b17-70ac1e2e, #w-node-_194a7934-9d61-d79b-c8a7-41e5d5b02b26-70ac1e2e, #w-node-_194a7934-9d61-d79b-c8a7-41e5d5b02b35-70ac1e2e, #w-node-_194a7934-9d61-d79b-c8a7-41e5d5b02b44-70ac1e2e, #w-node-_9bc0b39c-df0a-c593-6d6d-3ed32cb40053-70ac1e2e, #w-node-_9bc0b39c-df0a-c593-6d6d-3ed32cb40062-70ac1e2e, #w-node-_9bc0b39c-df0a-c593-6d6d-3ed32cb40071-70ac1e2e, #w-node-_9bc0b39c-df0a-c593-6d6d-3ed32cb40080-70ac1e2e, #w-node-_9bc0b39c-df0a-c593-6d6d-3ed32cb4008f-70ac1e2e, #w-node-_9bc0b39c-df0a-c593-6d6d-3ed32cb4009e-70ac1e2e, #w-node-_9bc0b39c-df0a-c593-6d6d-3ed32cb400ad-70ac1e2e, #w-node-_9bc0b39c-df0a-c593-6d6d-3ed32cb400bc-70ac1e2e, #w-node-_8f166e3d-ae03-d351-738d-a34458765e3c-70ac1e2e, #w-node-_8f166e3d-ae03-d351-738d-a34458765e4b-70ac1e2e, #w-node-_8f166e3d-ae03-d351-738d-a34458765e5a-70ac1e2e, #w-node-_8f166e3d-ae03-d351-738d-a34458765e69-70ac1e2e, #w-node-_8f166e3d-ae03-d351-738d-a34458765e78-70ac1e2e, #w-node-_8f166e3d-ae03-d351-738d-a34458765e87-70ac1e2e, #w-node-_8f166e3d-ae03-d351-738d-a34458765e96-70ac1e2e, #w-node-_8f166e3d-ae03-d351-738d-a34458765ea5-70ac1e2e, #w-node-_8f166e3d-ae03-d351-738d-a34458765eb4-70ac1e2e, #w-node-_8f166e3d-ae03-d351-738d-a34458765ec3-70ac1e2e, #w-node-_8f166e3d-ae03-d351-738d-a34458765ed2-70ac1e2e, #w-node-_8f166e3d-ae03-d351-738d-a34458765ee1-70ac1e2e, #w-node-eeefe860-4864-25ab-13e4-5ea89b31e563-70ac1e2e, #w-node-acfeabe0-589b-beda-d95d-f8aead9c1c8a-70ac1e2e, #w-node-fcf64200-0c64-5f79-77cb-ad312723ea7d-70ac1e2e, #w-node-_885dd6de-72a9-4281-81ca-b806f67f17d2-70ac1e2e, #w-node-_95cc3adb-ccc2-9e3e-b1b4-4842eab34533-70ac1e2e, #w-node-_47a931bb-ff43-0770-ac12-91dc4a9a5231-70ac1e2e, #w-node-b0c69b5a-c49a-4366-3a95-42d8948755c7-70ac1e2e, #w-node-_88b28786-2232-9019-96dc-1ef14196153f-70ac1e2e, #w-node-_331a8c0c-16e4-e956-941a-3e609332c8e3-70ac1e2e, #w-node-eab03b63-c8a3-043a-96eb-276a4a56fc1b-70ac1e2e, #w-node-_1f9f492c-7548-3baf-1736-ddd3bc6f0fcc-70ac1e2e, #w-node-d15c557d-28b1-9902-29d4-817a02cc5a05-60393bd0, #w-node-_21048e82-ec73-766a-dffa-11b1fce341e5-60393bd0, #w-node-_21048e82-ec73-766a-dffa-11b1fce341f8-60393bd0, #w-node-cfe01f94-72b3-4c42-1258-c72152880bc7-60393bd0, #w-node-cfe01f94-72b3-4c42-1258-c72152880bda-60393bd0, #w-node-cfe01f94-72b3-4c42-1258-c72152880bed-60393bd0, #w-node-cfe01f94-72b3-4c42-1258-c72152880c00-60393bd0, #w-node-c1fcba88-49b5-ce12-f63a-dcb1b66f1799-60393bd0, #w-node-c1fcba88-49b5-ce12-f63a-dcb1b66f17aa-60393bd0, #w-node-c1fcba88-49b5-ce12-f63a-dcb1b66f17bd-60393bd0, #w-node-c1fcba88-49b5-ce12-f63a-dcb1b66f17d0-60393bd0, #w-node-cf5c79a4-930f-63c0-b2a6-558fb28f76ef-60393bd0, #w-node-cf5c79a4-930f-63c0-b2a6-558fb28f7702-60393bd0, #w-node-cf5c79a4-930f-63c0-b2a6-558fb28f7715-60393bd0, #w-node-cf5c79a4-930f-63c0-b2a6-558fb28f7726-60393bd0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_43e1583b-2658-fd35-e9a6-bebde41c2f1e-3ee0e093 {
    justify-self: center;
  }

  #w-node-_885c5833-a78c-dcfa-e37c-72e9b206e769-3ee0e093, #w-node-_87c933ae-317d-9634-5dcc-89d9d42e7053-3ee0e093, #w-node-_1917ba5b-9f41-71f9-6820-6ac1fda68c7d-3ee0e093 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-a5f599e2-934e-ba46-ad99-e2bf96f5008c-96f50088 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-a5f599e2-934e-ba46-ad99-e2bf96f5008e-96f50088 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    place-self: start center;
  }

  #w-node-dec4abc9-6c72-5910-abbc-ec0ebde697d8-a6cb42c7, #w-node-_3fd1fe4f-0469-d2d4-6e3b-8cd66b1925bc-a6cb42c7, #w-node-_12937e8d-100d-bfd7-1d2e-59e524550537-a6cb42c7, #w-node-_549f8a04-3d4e-124f-c5ae-ff8fbb6e3082-a6cb42c7, #w-node-_5d41e4ca-c65f-a03b-00d8-4fdca67e4a90-a6cb42c7, #w-node-_5d8f1878-8c32-3cb1-7e87-92f08cbccf2c-a6cb42c7, #w-node-_8296b266-f9a8-5696-049d-56723cc035b7-a6cb42c7, #w-node-be796ae1-c70d-c7af-aa77-94ac6af72ecc-a6cb42c7, #w-node-edbebfb1-c399-9881-7569-3da648caa50d-39d5d52f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_04133f30-51dd-30c6-42f5-5beae55ec4c4-b04aee62, #w-node-_04133f30-51dd-30c6-42f5-5beae55ec4c7-b04aee62, #w-node-_04133f30-51dd-30c6-42f5-5beae55ec4ca-b04aee62, #w-node-_04133f30-51dd-30c6-42f5-5beae55ec4cd-b04aee62, #w-node-_53cad0d0-bf47-19cd-2aaf-52da19bac9e1-b04aee62, #w-node-_53cad0d0-bf47-19cd-2aaf-52da19bac9e7-b04aee62, #w-node-_53cad0d0-bf47-19cd-2aaf-52da19bac9ea-b04aee62, #w-node-_53cad0d0-bf47-19cd-2aaf-52da19bac9f0-b04aee62, #w-node-_53cad0d0-bf47-19cd-2aaf-52da19bac9f6-b04aee62, #w-node-_53cad0d0-bf47-19cd-2aaf-52da19bac9f9-b04aee62, #w-node-_53cad0d0-bf47-19cd-2aaf-52da19bac9fc-b04aee62, #w-node-_53cad0d0-bf47-19cd-2aaf-52da19baca02-b04aee62, #w-node-_60508603-e588-1efc-bf9a-832b49f7c529-b04aee62, #w-node-_60508603-e588-1efc-bf9a-832b49f7c52f-b04aee62, #w-node-_60508603-e588-1efc-bf9a-832b49f7c532-b04aee62, #w-node-_60508603-e588-1efc-bf9a-832b49f7c538-b04aee62, #w-node-_60508603-e588-1efc-bf9a-832b49f7c53e-b04aee62, #w-node-_60508603-e588-1efc-bf9a-832b49f7c544-b04aee62, #w-node-_60508603-e588-1efc-bf9a-832b49f7c547-b04aee62, #w-node-_60508603-e588-1efc-bf9a-832b49f7c54d-b04aee62, #w-node-_60508603-e588-1efc-bf9a-832b49f7c553-b04aee62, #w-node-_60508603-e588-1efc-bf9a-832b49f7c559-b04aee62, #w-node-_60508603-e588-1efc-bf9a-832b49f7c55c-b04aee62, #w-node-_60508603-e588-1efc-bf9a-832b49f7c55f-b04aee62, #w-node-_60508603-e588-1efc-bf9a-832b49f7c565-b04aee62, #w-node-_60508603-e588-1efc-bf9a-832b49f7c568-b04aee62, #w-node-_60508603-e588-1efc-bf9a-832b49f7c56b-b04aee62, #w-node-_60508603-e588-1efc-bf9a-832b49f7c56e-b04aee62, #w-node-_09ade69c-2d29-15cb-3102-6fecef83a4ec-b04aee62, #w-node-_09ade69c-2d29-15cb-3102-6fecef83a4f2-b04aee62, #w-node-_09ade69c-2d29-15cb-3102-6fecef83a4f5-b04aee62, #w-node-_09ade69c-2d29-15cb-3102-6fecef83a4fb-b04aee62, #w-node-_09ade69c-2d29-15cb-3102-6fecef83a501-b04aee62, #w-node-_09ade69c-2d29-15cb-3102-6fecef83a507-b04aee62, #w-node-_09ade69c-2d29-15cb-3102-6fecef83a50a-b04aee62, #w-node-_09ade69c-2d29-15cb-3102-6fecef83a510-b04aee62, #w-node-_09ade69c-2d29-15cb-3102-6fecef83a516-b04aee62, #w-node-_09ade69c-2d29-15cb-3102-6fecef83a51c-b04aee62, #w-node-_09ade69c-2d29-15cb-3102-6fecef83a51f-b04aee62, #w-node-_09ade69c-2d29-15cb-3102-6fecef83a525-b04aee62, #w-node-_09ade69c-2d29-15cb-3102-6fecef83a52b-b04aee62, #w-node-_09ade69c-2d29-15cb-3102-6fecef83a531-b04aee62, #w-node-_09ade69c-2d29-15cb-3102-6fecef83a534-b04aee62, #w-node-_09ade69c-2d29-15cb-3102-6fecef83a53a-b04aee62, #w-node-_09ade69c-2d29-15cb-3102-6fecef83a540-b04aee62, #w-node-_09ade69c-2d29-15cb-3102-6fecef83a546-b04aee62, #w-node-_09ade69c-2d29-15cb-3102-6fecef83a549-b04aee62, #w-node-_09ade69c-2d29-15cb-3102-6fecef83a54c-b04aee62, #w-node-b6bb8413-b6f8-1562-9285-f3e68cccb5fe-b04aee62, #w-node-b6bb8413-b6f8-1562-9285-f3e68cccb601-b04aee62, #w-node-b6bb8413-b6f8-1562-9285-f3e68cccb604-b04aee62, #w-node-b6bb8413-b6f8-1562-9285-f3e68cccb607-b04aee62, #w-node-b6bb8413-b6f8-1562-9285-f3e68cccb60d-b04aee62, #w-node-b6bb8413-b6f8-1562-9285-f3e68cccb610-b04aee62, #w-node-b6bb8413-b6f8-1562-9285-f3e68cccb613-b04aee62, #w-node-b6bb8413-b6f8-1562-9285-f3e68cccb616-b04aee62, #w-node-b6bb8413-b6f8-1562-9285-f3e68cccb61c-b04aee62, #w-node-b6bb8413-b6f8-1562-9285-f3e68cccb61f-b04aee62, #w-node-b6bb8413-b6f8-1562-9285-f3e68cccb622-b04aee62, #w-node-b6bb8413-b6f8-1562-9285-f3e68cccb625-b04aee62, #w-node-b6bb8413-b6f8-1562-9285-f3e68cccb62b-b04aee62, #w-node-b6bb8413-b6f8-1562-9285-f3e68cccb62e-b04aee62, #w-node-b6bb8413-b6f8-1562-9285-f3e68cccb631-b04aee62, #w-node-b6bb8413-b6f8-1562-9285-f3e68cccb634-b04aee62, #w-node-b6bb8413-b6f8-1562-9285-f3e68cccb63a-b04aee62, #w-node-b6bb8413-b6f8-1562-9285-f3e68cccb63d-b04aee62, #w-node-b6bb8413-b6f8-1562-9285-f3e68cccb640-b04aee62, #w-node-b6bb8413-b6f8-1562-9285-f3e68cccb643-b04aee62, #w-node-b6bb8413-b6f8-1562-9285-f3e68cccb649-b04aee62, #w-node-b6bb8413-b6f8-1562-9285-f3e68cccb64c-b04aee62, #w-node-b6bb8413-b6f8-1562-9285-f3e68cccb64f-b04aee62, #w-node-b6bb8413-b6f8-1562-9285-f3e68cccb652-b04aee62, #w-node-b6bb8413-b6f8-1562-9285-f3e68cccb658-b04aee62, #w-node-b6bb8413-b6f8-1562-9285-f3e68cccb65c-b04aee62, #w-node-b6bb8413-b6f8-1562-9285-f3e68cccb65f-b04aee62, #w-node-b6bb8413-b6f8-1562-9285-f3e68cccb662-b04aee62, #w-node-_4f4279a3-a145-8e47-863f-46e7a1252666-b04aee62, #w-node-_4f4279a3-a145-8e47-863f-46e7a1252669-b04aee62, #w-node-_4f4279a3-a145-8e47-863f-46e7a125266c-b04aee62, #w-node-_4f4279a3-a145-8e47-863f-46e7a125266f-b04aee62, #w-node-_4f4279a3-a145-8e47-863f-46e7a1252675-b04aee62, #w-node-_4f4279a3-a145-8e47-863f-46e7a1252678-b04aee62, #w-node-_4f4279a3-a145-8e47-863f-46e7a125267b-b04aee62, #w-node-_4f4279a3-a145-8e47-863f-46e7a125267e-b04aee62, #w-node-_4f4279a3-a145-8e47-863f-46e7a1252684-b04aee62, #w-node-_4f4279a3-a145-8e47-863f-46e7a1252687-b04aee62, #w-node-_4f4279a3-a145-8e47-863f-46e7a125268a-b04aee62, #w-node-_4f4279a3-a145-8e47-863f-46e7a125268d-b04aee62, #w-node-_4f4279a3-a145-8e47-863f-46e7a1252693-b04aee62, #w-node-_4f4279a3-a145-8e47-863f-46e7a1252696-b04aee62, #w-node-_4f4279a3-a145-8e47-863f-46e7a1252699-b04aee62, #w-node-_4f4279a3-a145-8e47-863f-46e7a125269c-b04aee62, #w-node-_4f4279a3-a145-8e47-863f-46e7a12526a2-b04aee62, #w-node-_4f4279a3-a145-8e47-863f-46e7a12526a6-b04aee62, #w-node-_4f4279a3-a145-8e47-863f-46e7a12526a9-b04aee62, #w-node-_4f4279a3-a145-8e47-863f-46e7a12526ac-b04aee62, #w-node-_4f4279a3-a145-8e47-863f-46e7a12526b2-b04aee62, #w-node-_4f4279a3-a145-8e47-863f-46e7a12526b5-b04aee62, #w-node-_4f4279a3-a145-8e47-863f-46e7a12526b8-b04aee62, #w-node-_4f4279a3-a145-8e47-863f-46e7a12526bb-b04aee62, #w-node-_4f4279a3-a145-8e47-863f-46e7a12526c1-b04aee62, #w-node-_4f4279a3-a145-8e47-863f-46e7a12526c4-b04aee62, #w-node-_4f4279a3-a145-8e47-863f-46e7a12526c7-b04aee62, #w-node-_4f4279a3-a145-8e47-863f-46e7a12526ca-b04aee62, #w-node-_4f4279a3-a145-8e47-863f-46e7a12526d0-b04aee62, #w-node-_4f4279a3-a145-8e47-863f-46e7a12526d3-b04aee62, #w-node-_4f4279a3-a145-8e47-863f-46e7a12526d6-b04aee62, #w-node-_4f4279a3-a145-8e47-863f-46e7a12526d9-b04aee62, #w-node-_4f4279a3-a145-8e47-863f-46e7a12526df-b04aee62, #w-node-_4f4279a3-a145-8e47-863f-46e7a12526e3-b04aee62, #w-node-_4f4279a3-a145-8e47-863f-46e7a12526e6-b04aee62, #w-node-_4f4279a3-a145-8e47-863f-46e7a12526e9-b04aee62, #w-node-f9babfb6-e6c4-fcf9-cd0e-eee52d6f7477-b04aee62, #w-node-f9babfb6-e6c4-fcf9-cd0e-eee52d6f747d-b04aee62, #w-node-f9babfb6-e6c4-fcf9-cd0e-eee52d6f7480-b04aee62, #w-node-f9babfb6-e6c4-fcf9-cd0e-eee52d6f7486-b04aee62, #w-node-f9babfb6-e6c4-fcf9-cd0e-eee52d6f748c-b04aee62, #w-node-f9babfb6-e6c4-fcf9-cd0e-eee52d6f7492-b04aee62, #w-node-f9babfb6-e6c4-fcf9-cd0e-eee52d6f7495-b04aee62, #w-node-f9babfb6-e6c4-fcf9-cd0e-eee52d6f749b-b04aee62, #w-node-f9babfb6-e6c4-fcf9-cd0e-eee52d6f74a1-b04aee62, #w-node-f9babfb6-e6c4-fcf9-cd0e-eee52d6f74a4-b04aee62, #w-node-f9babfb6-e6c4-fcf9-cd0e-eee52d6f74a7-b04aee62, #w-node-f9babfb6-e6c4-fcf9-cd0e-eee52d6f74aa-b04aee62, #w-node-f9babfb6-e6c4-fcf9-cd0e-eee52d6f74b0-b04aee62, #w-node-f9babfb6-e6c4-fcf9-cd0e-eee52d6f74b6-b04aee62, #w-node-f9babfb6-e6c4-fcf9-cd0e-eee52d6f74b9-b04aee62, #w-node-f9babfb6-e6c4-fcf9-cd0e-eee52d6f74bf-b04aee62, #w-node-f9babfb6-e6c4-fcf9-cd0e-eee52d6f74c5-b04aee62, #w-node-f9babfb6-e6c4-fcf9-cd0e-eee52d6f74cb-b04aee62, #w-node-f9babfb6-e6c4-fcf9-cd0e-eee52d6f74ce-b04aee62, #w-node-f9babfb6-e6c4-fcf9-cd0e-eee52d6f74d4-b04aee62, #w-node-f9babfb6-e6c4-fcf9-cd0e-eee52d6f74da-b04aee62, #w-node-f9babfb6-e6c4-fcf9-cd0e-eee52d6f74e0-b04aee62, #w-node-f9babfb6-e6c4-fcf9-cd0e-eee52d6f74e3-b04aee62, #w-node-f9babfb6-e6c4-fcf9-cd0e-eee52d6f74e9-b04aee62, #w-node-f9babfb6-e6c4-fcf9-cd0e-eee52d6f74ef-b04aee62, #w-node-f9babfb6-e6c4-fcf9-cd0e-eee52d6f74f5-b04aee62, #w-node-f9babfb6-e6c4-fcf9-cd0e-eee52d6f74f8-b04aee62, #w-node-f9babfb6-e6c4-fcf9-cd0e-eee52d6f74fe-b04aee62, #w-node-f9babfb6-e6c4-fcf9-cd0e-eee52d6f7504-b04aee62, #w-node-f9babfb6-e6c4-fcf9-cd0e-eee52d6f750a-b04aee62, #w-node-f9babfb6-e6c4-fcf9-cd0e-eee52d6f750d-b04aee62, #w-node-f9babfb6-e6c4-fcf9-cd0e-eee52d6f7513-b04aee62, #w-node-f9babfb6-e6c4-fcf9-cd0e-eee52d6f7519-b04aee62, #w-node-f9babfb6-e6c4-fcf9-cd0e-eee52d6f751f-b04aee62, #w-node-f9babfb6-e6c4-fcf9-cd0e-eee52d6f7522-b04aee62, #w-node-f9babfb6-e6c4-fcf9-cd0e-eee52d6f7528-b04aee62, #w-node-_94009386-0c3d-194b-ff1e-fe06b7a43ef3-b04aee62, #w-node-_94009386-0c3d-194b-ff1e-fe06b7a43ef9-b04aee62, #w-node-_94009386-0c3d-194b-ff1e-fe06b7a43efc-b04aee62, #w-node-_94009386-0c3d-194b-ff1e-fe06b7a43eff-b04aee62, #w-node-_94009386-0c3d-194b-ff1e-fe06b7a43f05-b04aee62, #w-node-_94009386-0c3d-194b-ff1e-fe06b7a43f0b-b04aee62, #w-node-_94009386-0c3d-194b-ff1e-fe06b7a43f0e-b04aee62, #w-node-_94009386-0c3d-194b-ff1e-fe06b7a43f14-b04aee62, #w-node-_94009386-0c3d-194b-ff1e-fe06b7a43f1a-b04aee62, #w-node-_94009386-0c3d-194b-ff1e-fe06b7a43f20-b04aee62, #w-node-_94009386-0c3d-194b-ff1e-fe06b7a43f23-b04aee62, #w-node-_94009386-0c3d-194b-ff1e-fe06b7a43f29-b04aee62, #w-node-_94009386-0c3d-194b-ff1e-fe06b7a43f2f-b04aee62, #w-node-_94009386-0c3d-194b-ff1e-fe06b7a43f35-b04aee62, #w-node-_94009386-0c3d-194b-ff1e-fe06b7a43f38-b04aee62, #w-node-_94009386-0c3d-194b-ff1e-fe06b7a43f3b-b04aee62, #w-node-_94009386-0c3d-194b-ff1e-fe06b7a43f41-b04aee62, #w-node-_94009386-0c3d-194b-ff1e-fe06b7a43f47-b04aee62, #w-node-_94009386-0c3d-194b-ff1e-fe06b7a43f4a-b04aee62, #w-node-_94009386-0c3d-194b-ff1e-fe06b7a43f50-b04aee62, #w-node-_94009386-0c3d-194b-ff1e-fe06b7a43f56-b04aee62, #w-node-_94009386-0c3d-194b-ff1e-fe06b7a43f5c-b04aee62, #w-node-_94009386-0c3d-194b-ff1e-fe06b7a43f5f-b04aee62, #w-node-_94009386-0c3d-194b-ff1e-fe06b7a43f65-b04aee62, #w-node-_94009386-0c3d-194b-ff1e-fe06b7a43f6b-b04aee62, #w-node-_94009386-0c3d-194b-ff1e-fe06b7a43f71-b04aee62, #w-node-_94009386-0c3d-194b-ff1e-fe06b7a43f74-b04aee62, #w-node-_94009386-0c3d-194b-ff1e-fe06b7a43f7a-b04aee62, #w-node-_94009386-0c3d-194b-ff1e-fe06b7a43f80-b04aee62, #w-node-_94009386-0c3d-194b-ff1e-fe06b7a43f84-b04aee62, #w-node-_94009386-0c3d-194b-ff1e-fe06b7a43f87-b04aee62, #w-node-_94009386-0c3d-194b-ff1e-fe06b7a43f8c-b04aee62, #w-node-_94009386-0c3d-194b-ff1e-fe06b7a43f92-b04aee62, #w-node-_94009386-0c3d-194b-ff1e-fe06b7a43f98-b04aee62, #w-node-_94009386-0c3d-194b-ff1e-fe06b7a43f9b-b04aee62, #w-node-_94009386-0c3d-194b-ff1e-fe06b7a43fa1-b04aee62, #w-node-_94009386-0c3d-194b-ff1e-fe06b7a43fa7-b04aee62, #w-node-_94009386-0c3d-194b-ff1e-fe06b7a43fad-b04aee62, #w-node-_94009386-0c3d-194b-ff1e-fe06b7a43fb0-b04aee62, #w-node-_94009386-0c3d-194b-ff1e-fe06b7a43fb6-b04aee62, #w-node-_94009386-0c3d-194b-ff1e-fe06b7a43fbc-b04aee62, #w-node-_94009386-0c3d-194b-ff1e-fe06b7a43fc2-b04aee62, #w-node-_94009386-0c3d-194b-ff1e-fe06b7a43fc5-b04aee62, #w-node-_94009386-0c3d-194b-ff1e-fe06b7a43fcb-b04aee62, #w-node-_94009386-0c3d-194b-ff1e-fe06b7a43fd1-b04aee62, #w-node-_94009386-0c3d-194b-ff1e-fe06b7a43fd6-b04aee62, #w-node-_94009386-0c3d-194b-ff1e-fe06b7a43fd9-b04aee62, #w-node-_94009386-0c3d-194b-ff1e-fe06b7a43fdf-b04aee62, #w-node-_3fcd16f0-a8be-5e4c-67a6-90207e223949-94a14867, #w-node-_3fcd16f0-a8be-5e4c-67a6-90207e22394e-94a14867, #w-node-_3fcd16f0-a8be-5e4c-67a6-90207e223951-94a14867, #w-node-_3fcd16f0-a8be-5e4c-67a6-90207e223956-94a14867, #w-node-a02c92ad-be1d-8091-4fdd-a1ca03e2c4e7-94a14867, #w-node-a02c92ad-be1d-8091-4fdd-a1ca03e2c4ec-94a14867, #w-node-a02c92ad-be1d-8091-4fdd-a1ca03e2c4ef-94a14867, #w-node-a02c92ad-be1d-8091-4fdd-a1ca03e2c4fa-94a14867, #w-node-a02c92ad-be1d-8091-4fdd-a1ca03e2c500-94a14867, #w-node-a02c92ad-be1d-8091-4fdd-a1ca03e2c50b-94a14867, #w-node-a02c92ad-be1d-8091-4fdd-a1ca03e2c50e-94a14867, #w-node-a02c92ad-be1d-8091-4fdd-a1ca03e2c513-94a14867, #w-node-e4761b7d-e9d2-63a3-115b-cf59d33ffa6a-94a14867, #w-node-e4761b7d-e9d2-63a3-115b-cf59d33ffa75-94a14867, #w-node-e4761b7d-e9d2-63a3-115b-cf59d33ffa78-94a14867, #w-node-e4761b7d-e9d2-63a3-115b-cf59d33ffa7d-94a14867, #w-node-e4761b7d-e9d2-63a3-115b-cf59d33ffa83-94a14867, #w-node-e4761b7d-e9d2-63a3-115b-cf59d33ffa88-94a14867, #w-node-e4761b7d-e9d2-63a3-115b-cf59d33ffa8b-94a14867, #w-node-e4761b7d-e9d2-63a3-115b-cf59d33ffa96-94a14867, #w-node-e4761b7d-e9d2-63a3-115b-cf59d33ffa9c-94a14867, #w-node-e4761b7d-e9d2-63a3-115b-cf59d33ffaa7-94a14867, #w-node-e4761b7d-e9d2-63a3-115b-cf59d33ffaaa-94a14867, #w-node-e4761b7d-e9d2-63a3-115b-cf59d33ffab5-94a14867, #w-node-e4761b7d-e9d2-63a3-115b-cf59d33ffabb-94a14867, #w-node-e4761b7d-e9d2-63a3-115b-cf59d33ffac6-94a14867, #w-node-e4761b7d-e9d2-63a3-115b-cf59d33ffac9-94a14867, #w-node-e4761b7d-e9d2-63a3-115b-cf59d33fface-94a14867, #w-node-ca44f9ee-69ba-7ee8-9147-9f201350f4b9-94a14867, #w-node-ca44f9ee-69ba-7ee8-9147-9f201350f4c4-94a14867, #w-node-ca44f9ee-69ba-7ee8-9147-9f201350f4c7-94a14867, #w-node-ca44f9ee-69ba-7ee8-9147-9f201350f4d2-94a14867, #w-node-ca44f9ee-69ba-7ee8-9147-9f201350f4d8-94a14867, #w-node-ca44f9ee-69ba-7ee8-9147-9f201350f4e3-94a14867, #w-node-ca44f9ee-69ba-7ee8-9147-9f201350f4e6-94a14867, #w-node-ca44f9ee-69ba-7ee8-9147-9f201350f4f1-94a14867, #w-node-ca44f9ee-69ba-7ee8-9147-9f201350f4f7-94a14867, #w-node-ca44f9ee-69ba-7ee8-9147-9f201350f502-94a14867, #w-node-ca44f9ee-69ba-7ee8-9147-9f201350f505-94a14867, #w-node-ca44f9ee-69ba-7ee8-9147-9f201350f510-94a14867, #w-node-ca44f9ee-69ba-7ee8-9147-9f201350f516-94a14867, #w-node-ca44f9ee-69ba-7ee8-9147-9f201350f521-94a14867, #w-node-ca44f9ee-69ba-7ee8-9147-9f201350f524-94a14867, #w-node-ca44f9ee-69ba-7ee8-9147-9f201350f52f-94a14867, #w-node-ca44f9ee-69ba-7ee8-9147-9f201350f535-94a14867, #w-node-ca44f9ee-69ba-7ee8-9147-9f201350f540-94a14867, #w-node-ca44f9ee-69ba-7ee8-9147-9f201350f543-94a14867, #w-node-ca44f9ee-69ba-7ee8-9147-9f201350f54e-94a14867, #w-node-d4ecd0b5-961a-8f0a-985f-993aea5843cb-94a14867, #w-node-d4ecd0b5-961a-8f0a-985f-993aea5843d0-94a14867, #w-node-d4ecd0b5-961a-8f0a-985f-993aea5843d3-94a14867, #w-node-d4ecd0b5-961a-8f0a-985f-993aea5843d8-94a14867, #w-node-d4ecd0b5-961a-8f0a-985f-993aea5843de-94a14867, #w-node-d4ecd0b5-961a-8f0a-985f-993aea5843e3-94a14867, #w-node-d4ecd0b5-961a-8f0a-985f-993aea5843e6-94a14867, #w-node-d4ecd0b5-961a-8f0a-985f-993aea5843eb-94a14867, #w-node-d4ecd0b5-961a-8f0a-985f-993aea5843f1-94a14867, #w-node-d4ecd0b5-961a-8f0a-985f-993aea5843f6-94a14867, #w-node-d4ecd0b5-961a-8f0a-985f-993aea5843f9-94a14867, #w-node-d4ecd0b5-961a-8f0a-985f-993aea5843fe-94a14867 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-a04ea1cd-bbdf-431a-cd8e-26d8377b1a3d-ae0c856e, #w-node-a04ea1cd-bbdf-431a-cd8e-26d8377b1a3f-ae0c856e, #w-node-a04ea1cd-bbdf-431a-cd8e-26d8377b1a43-ae0c856e, #w-node-a04ea1cd-bbdf-431a-cd8e-26d8377b1a47-ae0c856e, #w-node-a04ea1cd-bbdf-431a-cd8e-26d8377b1a49-ae0c856e, #w-node-a04ea1cd-bbdf-431a-cd8e-26d8377b1a4b-ae0c856e, #w-node-a04ea1cd-bbdf-431a-cd8e-26d8377b1a4d-ae0c856e, #w-node-a04ea1cd-bbdf-431a-cd8e-26d8377b1a4f-ae0c856e, #w-node-a04ea1cd-bbdf-431a-cd8e-26d8377b1a51-ae0c856e, #w-node-a04ea1cd-bbdf-431a-cd8e-26d8377b1a53-ae0c856e, #w-node-a04ea1cd-bbdf-431a-cd8e-26d8377b1a5b-ae0c856e, #w-node-a04ea1cd-bbdf-431a-cd8e-26d8377b1a5f-ae0c856e, #w-node-a04ea1cd-bbdf-431a-cd8e-26d8377b1a63-ae0c856e, #w-node-a04ea1cd-bbdf-431a-cd8e-26d8377b1a65-ae0c856e, #w-node-a04ea1cd-bbdf-431a-cd8e-26d8377b1a6d-ae0c856e, #w-node-a04ea1cd-bbdf-431a-cd8e-26d8377b1a6f-ae0c856e, #w-node-a04ea1cd-bbdf-431a-cd8e-26d8377b1a71-ae0c856e, #w-node-a04ea1cd-bbdf-431a-cd8e-26d8377b1a73-ae0c856e, #w-node-a04ea1cd-bbdf-431a-cd8e-26d8377b1a77-ae0c856e, #w-node-a04ea1cd-bbdf-431a-cd8e-26d8377b1a79-ae0c856e, #w-node-a04ea1cd-bbdf-431a-cd8e-26d8377b1a7d-ae0c856e, #w-node-a04ea1cd-bbdf-431a-cd8e-26d8377b1a7f-ae0c856e, #w-node-a04ea1cd-bbdf-431a-cd8e-26d8377b1a81-ae0c856e, #w-node-a04ea1cd-bbdf-431a-cd8e-26d8377b1a83-ae0c856e, #w-node-a04ea1cd-bbdf-431a-cd8e-26d8377b1a87-ae0c856e, #w-node-a04ea1cd-bbdf-431a-cd8e-26d8377b1a89-ae0c856e, #w-node-_6df29db2-9b72-5d4c-d4ed-54809adfdc75-ae0c856e, #w-node-_6df29db2-9b72-5d4c-d4ed-54809adfdc77-ae0c856e, #w-node-_6df29db2-9b72-5d4c-d4ed-54809adfdc81-ae0c856e, #w-node-_6df29db2-9b72-5d4c-d4ed-54809adfdc83-ae0c856e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e987bf71-c9fa-919e-04fe-b46062556ab2-70ac1e2e {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_50de2f25-d3e1-8c97-1a14-c1034aa00f11-70ac1e2e {
    grid-area: span 1 / span 3 / span 1 / span 3;
    place-self: start center;
  }

  #w-node-_7202350a-cb55-c203-5841-d1963578e0a1-70ac1e2e, #w-node-_7202350a-cb55-c203-5841-d1963578e0a4-70ac1e2e, #w-node-_7202350a-cb55-c203-5841-d1963578e0a7-70ac1e2e, #w-node-_7202350a-cb55-c203-5841-d1963578e0aa-70ac1e2e, #w-node-_17b43e66-be36-6125-43e4-2b3e6d46e69c-70ac1e2e, #w-node-_17b43e66-be36-6125-43e4-2b3e6d46e69f-70ac1e2e, #w-node-_17b43e66-be36-6125-43e4-2b3e6d46e6a2-70ac1e2e, #w-node-_17b43e66-be36-6125-43e4-2b3e6d46e6a5-70ac1e2e, #w-node-_17b43e66-be36-6125-43e4-2b3e6d46e6ab-70ac1e2e, #w-node-_17b43e66-be36-6125-43e4-2b3e6d46e6ae-70ac1e2e, #w-node-_17b43e66-be36-6125-43e4-2b3e6d46e6b1-70ac1e2e, #w-node-_17b43e66-be36-6125-43e4-2b3e6d46e6b4-70ac1e2e, #w-node-_34689a2a-1b6a-9b07-312d-8c483fe4d159-70ac1e2e, #w-node-_34689a2a-1b6a-9b07-312d-8c483fe4d15c-70ac1e2e, #w-node-_34689a2a-1b6a-9b07-312d-8c483fe4d15f-70ac1e2e, #w-node-_34689a2a-1b6a-9b07-312d-8c483fe4d162-70ac1e2e, #w-node-_34689a2a-1b6a-9b07-312d-8c483fe4d168-70ac1e2e, #w-node-_34689a2a-1b6a-9b07-312d-8c483fe4d16b-70ac1e2e, #w-node-_34689a2a-1b6a-9b07-312d-8c483fe4d16e-70ac1e2e, #w-node-_34689a2a-1b6a-9b07-312d-8c483fe4d171-70ac1e2e, #w-node-_34689a2a-1b6a-9b07-312d-8c483fe4d177-70ac1e2e, #w-node-_34689a2a-1b6a-9b07-312d-8c483fe4d17a-70ac1e2e, #w-node-_34689a2a-1b6a-9b07-312d-8c483fe4d17d-70ac1e2e, #w-node-_34689a2a-1b6a-9b07-312d-8c483fe4d180-70ac1e2e, #w-node-_34689a2a-1b6a-9b07-312d-8c483fe4d186-70ac1e2e, #w-node-_34689a2a-1b6a-9b07-312d-8c483fe4d189-70ac1e2e, #w-node-_34689a2a-1b6a-9b07-312d-8c483fe4d18c-70ac1e2e, #w-node-_34689a2a-1b6a-9b07-312d-8c483fe4d18f-70ac1e2e, #w-node-_93975a57-a1e3-5dfe-5334-e28593c92db1-70ac1e2e, #w-node-_93975a57-a1e3-5dfe-5334-e28593c92db4-70ac1e2e, #w-node-_93975a57-a1e3-5dfe-5334-e28593c92db7-70ac1e2e, #w-node-_93975a57-a1e3-5dfe-5334-e28593c92dba-70ac1e2e, #w-node-_93975a57-a1e3-5dfe-5334-e28593c92dc0-70ac1e2e, #w-node-_93975a57-a1e3-5dfe-5334-e28593c92dc3-70ac1e2e, #w-node-_93975a57-a1e3-5dfe-5334-e28593c92dc6-70ac1e2e, #w-node-_93975a57-a1e3-5dfe-5334-e28593c92dc9-70ac1e2e, #w-node-_93975a57-a1e3-5dfe-5334-e28593c92dcf-70ac1e2e, #w-node-_93975a57-a1e3-5dfe-5334-e28593c92dd2-70ac1e2e, #w-node-_93975a57-a1e3-5dfe-5334-e28593c92dd5-70ac1e2e, #w-node-_93975a57-a1e3-5dfe-5334-e28593c92dd8-70ac1e2e, #w-node-_93975a57-a1e3-5dfe-5334-e28593c92dde-70ac1e2e, #w-node-_93975a57-a1e3-5dfe-5334-e28593c92de1-70ac1e2e, #w-node-_93975a57-a1e3-5dfe-5334-e28593c92de4-70ac1e2e, #w-node-_93975a57-a1e3-5dfe-5334-e28593c92de7-70ac1e2e, #w-node-_194a7934-9d61-d79b-c8a7-41e5d5b02af9-70ac1e2e, #w-node-_194a7934-9d61-d79b-c8a7-41e5d5b02afc-70ac1e2e, #w-node-_194a7934-9d61-d79b-c8a7-41e5d5b02aff-70ac1e2e, #w-node-_194a7934-9d61-d79b-c8a7-41e5d5b02b02-70ac1e2e, #w-node-_194a7934-9d61-d79b-c8a7-41e5d5b02b08-70ac1e2e, #w-node-_194a7934-9d61-d79b-c8a7-41e5d5b02b0b-70ac1e2e, #w-node-_194a7934-9d61-d79b-c8a7-41e5d5b02b0e-70ac1e2e, #w-node-_194a7934-9d61-d79b-c8a7-41e5d5b02b11-70ac1e2e, #w-node-_194a7934-9d61-d79b-c8a7-41e5d5b02b17-70ac1e2e, #w-node-_194a7934-9d61-d79b-c8a7-41e5d5b02b1a-70ac1e2e, #w-node-_194a7934-9d61-d79b-c8a7-41e5d5b02b1d-70ac1e2e, #w-node-_194a7934-9d61-d79b-c8a7-41e5d5b02b20-70ac1e2e, #w-node-_194a7934-9d61-d79b-c8a7-41e5d5b02b26-70ac1e2e, #w-node-_194a7934-9d61-d79b-c8a7-41e5d5b02b29-70ac1e2e, #w-node-_194a7934-9d61-d79b-c8a7-41e5d5b02b2c-70ac1e2e, #w-node-_194a7934-9d61-d79b-c8a7-41e5d5b02b2f-70ac1e2e, #w-node-_194a7934-9d61-d79b-c8a7-41e5d5b02b35-70ac1e2e, #w-node-_194a7934-9d61-d79b-c8a7-41e5d5b02b38-70ac1e2e, #w-node-_194a7934-9d61-d79b-c8a7-41e5d5b02b3b-70ac1e2e, #w-node-_194a7934-9d61-d79b-c8a7-41e5d5b02b3e-70ac1e2e, #w-node-_194a7934-9d61-d79b-c8a7-41e5d5b02b44-70ac1e2e, #w-node-_194a7934-9d61-d79b-c8a7-41e5d5b02b47-70ac1e2e, #w-node-_194a7934-9d61-d79b-c8a7-41e5d5b02b4a-70ac1e2e, #w-node-_194a7934-9d61-d79b-c8a7-41e5d5b02b4d-70ac1e2e, #w-node-_9bc0b39c-df0a-c593-6d6d-3ed32cb40053-70ac1e2e, #w-node-_9bc0b39c-df0a-c593-6d6d-3ed32cb40056-70ac1e2e, #w-node-_9bc0b39c-df0a-c593-6d6d-3ed32cb40059-70ac1e2e, #w-node-_9bc0b39c-df0a-c593-6d6d-3ed32cb4005c-70ac1e2e, #w-node-_9bc0b39c-df0a-c593-6d6d-3ed32cb40062-70ac1e2e, #w-node-_9bc0b39c-df0a-c593-6d6d-3ed32cb40065-70ac1e2e, #w-node-_9bc0b39c-df0a-c593-6d6d-3ed32cb40068-70ac1e2e, #w-node-_9bc0b39c-df0a-c593-6d6d-3ed32cb4006b-70ac1e2e, #w-node-_9bc0b39c-df0a-c593-6d6d-3ed32cb40071-70ac1e2e, #w-node-_9bc0b39c-df0a-c593-6d6d-3ed32cb40074-70ac1e2e, #w-node-_9bc0b39c-df0a-c593-6d6d-3ed32cb40077-70ac1e2e, #w-node-_9bc0b39c-df0a-c593-6d6d-3ed32cb4007a-70ac1e2e, #w-node-_9bc0b39c-df0a-c593-6d6d-3ed32cb40080-70ac1e2e, #w-node-_9bc0b39c-df0a-c593-6d6d-3ed32cb40083-70ac1e2e, #w-node-_9bc0b39c-df0a-c593-6d6d-3ed32cb40086-70ac1e2e, #w-node-_9bc0b39c-df0a-c593-6d6d-3ed32cb40089-70ac1e2e, #w-node-_9bc0b39c-df0a-c593-6d6d-3ed32cb4008f-70ac1e2e, #w-node-_9bc0b39c-df0a-c593-6d6d-3ed32cb40092-70ac1e2e, #w-node-_9bc0b39c-df0a-c593-6d6d-3ed32cb40095-70ac1e2e, #w-node-_9bc0b39c-df0a-c593-6d6d-3ed32cb40098-70ac1e2e, #w-node-_9bc0b39c-df0a-c593-6d6d-3ed32cb4009e-70ac1e2e, #w-node-_9bc0b39c-df0a-c593-6d6d-3ed32cb400a1-70ac1e2e, #w-node-_9bc0b39c-df0a-c593-6d6d-3ed32cb400a4-70ac1e2e, #w-node-_9bc0b39c-df0a-c593-6d6d-3ed32cb400a7-70ac1e2e, #w-node-_9bc0b39c-df0a-c593-6d6d-3ed32cb400ad-70ac1e2e, #w-node-_9bc0b39c-df0a-c593-6d6d-3ed32cb400b0-70ac1e2e, #w-node-_9bc0b39c-df0a-c593-6d6d-3ed32cb400b3-70ac1e2e, #w-node-_9bc0b39c-df0a-c593-6d6d-3ed32cb400b6-70ac1e2e, #w-node-_9bc0b39c-df0a-c593-6d6d-3ed32cb400bc-70ac1e2e, #w-node-_9bc0b39c-df0a-c593-6d6d-3ed32cb400bf-70ac1e2e, #w-node-_9bc0b39c-df0a-c593-6d6d-3ed32cb400c2-70ac1e2e, #w-node-_9bc0b39c-df0a-c593-6d6d-3ed32cb400c5-70ac1e2e, #w-node-_8f166e3d-ae03-d351-738d-a34458765e3c-70ac1e2e, #w-node-_8f166e3d-ae03-d351-738d-a34458765e3f-70ac1e2e, #w-node-_8f166e3d-ae03-d351-738d-a34458765e42-70ac1e2e, #w-node-_8f166e3d-ae03-d351-738d-a34458765e45-70ac1e2e, #w-node-_8f166e3d-ae03-d351-738d-a34458765e4b-70ac1e2e, #w-node-_8f166e3d-ae03-d351-738d-a34458765e4e-70ac1e2e, #w-node-_8f166e3d-ae03-d351-738d-a34458765e51-70ac1e2e, #w-node-_8f166e3d-ae03-d351-738d-a34458765e54-70ac1e2e, #w-node-_8f166e3d-ae03-d351-738d-a34458765e5a-70ac1e2e, #w-node-_8f166e3d-ae03-d351-738d-a34458765e5d-70ac1e2e, #w-node-_8f166e3d-ae03-d351-738d-a34458765e60-70ac1e2e, #w-node-_8f166e3d-ae03-d351-738d-a34458765e63-70ac1e2e, #w-node-_8f166e3d-ae03-d351-738d-a34458765e69-70ac1e2e, #w-node-_8f166e3d-ae03-d351-738d-a34458765e6c-70ac1e2e, #w-node-_8f166e3d-ae03-d351-738d-a34458765e6f-70ac1e2e, #w-node-_8f166e3d-ae03-d351-738d-a34458765e72-70ac1e2e, #w-node-_8f166e3d-ae03-d351-738d-a34458765e78-70ac1e2e, #w-node-_8f166e3d-ae03-d351-738d-a34458765e7b-70ac1e2e, #w-node-_8f166e3d-ae03-d351-738d-a34458765e7e-70ac1e2e, #w-node-_8f166e3d-ae03-d351-738d-a34458765e81-70ac1e2e, #w-node-_8f166e3d-ae03-d351-738d-a34458765e87-70ac1e2e, #w-node-_8f166e3d-ae03-d351-738d-a34458765e8a-70ac1e2e, #w-node-_8f166e3d-ae03-d351-738d-a34458765e8d-70ac1e2e, #w-node-_8f166e3d-ae03-d351-738d-a34458765e90-70ac1e2e, #w-node-_8f166e3d-ae03-d351-738d-a34458765e96-70ac1e2e, #w-node-_8f166e3d-ae03-d351-738d-a34458765e99-70ac1e2e, #w-node-_8f166e3d-ae03-d351-738d-a34458765e9c-70ac1e2e, #w-node-_8f166e3d-ae03-d351-738d-a34458765e9f-70ac1e2e, #w-node-_8f166e3d-ae03-d351-738d-a34458765ea5-70ac1e2e, #w-node-_8f166e3d-ae03-d351-738d-a34458765ea8-70ac1e2e, #w-node-_8f166e3d-ae03-d351-738d-a34458765eab-70ac1e2e, #w-node-_8f166e3d-ae03-d351-738d-a34458765eae-70ac1e2e, #w-node-_8f166e3d-ae03-d351-738d-a34458765eb4-70ac1e2e, #w-node-_8f166e3d-ae03-d351-738d-a34458765eb7-70ac1e2e, #w-node-_8f166e3d-ae03-d351-738d-a34458765eba-70ac1e2e, #w-node-_8f166e3d-ae03-d351-738d-a34458765ebd-70ac1e2e, #w-node-_8f166e3d-ae03-d351-738d-a34458765ec3-70ac1e2e, #w-node-_8f166e3d-ae03-d351-738d-a34458765ec6-70ac1e2e, #w-node-_8f166e3d-ae03-d351-738d-a34458765ec9-70ac1e2e, #w-node-_8f166e3d-ae03-d351-738d-a34458765ecc-70ac1e2e, #w-node-_8f166e3d-ae03-d351-738d-a34458765ed2-70ac1e2e, #w-node-_8f166e3d-ae03-d351-738d-a34458765ed5-70ac1e2e, #w-node-_8f166e3d-ae03-d351-738d-a34458765ed8-70ac1e2e, #w-node-_8f166e3d-ae03-d351-738d-a34458765edb-70ac1e2e, #w-node-_8f166e3d-ae03-d351-738d-a34458765ee1-70ac1e2e, #w-node-_8f166e3d-ae03-d351-738d-a34458765ee4-70ac1e2e, #w-node-_8f166e3d-ae03-d351-738d-a34458765ee7-70ac1e2e, #w-node-_8f166e3d-ae03-d351-738d-a34458765eea-70ac1e2e, #w-node-eeefe860-4864-25ab-13e4-5ea89b31e563-70ac1e2e, #w-node-eeefe860-4864-25ab-13e4-5ea89b31e568-70ac1e2e, #w-node-eeefe860-4864-25ab-13e4-5ea89b31e56b-70ac1e2e, #w-node-eeefe860-4864-25ab-13e4-5ea89b31e570-70ac1e2e, #w-node-acfeabe0-589b-beda-d95d-f8aead9c1c8a-70ac1e2e, #w-node-acfeabe0-589b-beda-d95d-f8aead9c1c8d-70ac1e2e, #w-node-acfeabe0-589b-beda-d95d-f8aead9c1c90-70ac1e2e, #w-node-acfeabe0-589b-beda-d95d-f8aead9c1c93-70ac1e2e, #w-node-fcf64200-0c64-5f79-77cb-ad312723ea7d-70ac1e2e, #w-node-fcf64200-0c64-5f79-77cb-ad312723ea80-70ac1e2e, #w-node-fcf64200-0c64-5f79-77cb-ad312723ea83-70ac1e2e, #w-node-fcf64200-0c64-5f79-77cb-ad312723ea86-70ac1e2e, #w-node-_885dd6de-72a9-4281-81ca-b806f67f17d2-70ac1e2e, #w-node-_885dd6de-72a9-4281-81ca-b806f67f17d5-70ac1e2e, #w-node-_885dd6de-72a9-4281-81ca-b806f67f17d8-70ac1e2e, #w-node-_885dd6de-72a9-4281-81ca-b806f67f17db-70ac1e2e, #w-node-_95cc3adb-ccc2-9e3e-b1b4-4842eab34533-70ac1e2e, #w-node-_95cc3adb-ccc2-9e3e-b1b4-4842eab34536-70ac1e2e, #w-node-_95cc3adb-ccc2-9e3e-b1b4-4842eab34539-70ac1e2e, #w-node-_95cc3adb-ccc2-9e3e-b1b4-4842eab3453c-70ac1e2e, #w-node-_47a931bb-ff43-0770-ac12-91dc4a9a5231-70ac1e2e, #w-node-_47a931bb-ff43-0770-ac12-91dc4a9a5234-70ac1e2e, #w-node-_47a931bb-ff43-0770-ac12-91dc4a9a5237-70ac1e2e, #w-node-_47a931bb-ff43-0770-ac12-91dc4a9a523a-70ac1e2e, #w-node-b0c69b5a-c49a-4366-3a95-42d8948755c7-70ac1e2e, #w-node-b0c69b5a-c49a-4366-3a95-42d8948755ca-70ac1e2e, #w-node-b0c69b5a-c49a-4366-3a95-42d8948755cd-70ac1e2e, #w-node-b0c69b5a-c49a-4366-3a95-42d8948755d0-70ac1e2e, #w-node-_88b28786-2232-9019-96dc-1ef14196153f-70ac1e2e, #w-node-_88b28786-2232-9019-96dc-1ef141961542-70ac1e2e, #w-node-_88b28786-2232-9019-96dc-1ef141961545-70ac1e2e, #w-node-_88b28786-2232-9019-96dc-1ef141961548-70ac1e2e, #w-node-_331a8c0c-16e4-e956-941a-3e609332c8e3-70ac1e2e, #w-node-_331a8c0c-16e4-e956-941a-3e609332c8e6-70ac1e2e, #w-node-_331a8c0c-16e4-e956-941a-3e609332c8e9-70ac1e2e, #w-node-_331a8c0c-16e4-e956-941a-3e609332c8ec-70ac1e2e, #w-node-eab03b63-c8a3-043a-96eb-276a4a56fc1b-70ac1e2e, #w-node-eab03b63-c8a3-043a-96eb-276a4a56fc1e-70ac1e2e, #w-node-eab03b63-c8a3-043a-96eb-276a4a56fc21-70ac1e2e, #w-node-eab03b63-c8a3-043a-96eb-276a4a56fc24-70ac1e2e, #w-node-_1f9f492c-7548-3baf-1736-ddd3bc6f0fcc-70ac1e2e, #w-node-_1f9f492c-7548-3baf-1736-ddd3bc6f0fcf-70ac1e2e, #w-node-_1f9f492c-7548-3baf-1736-ddd3bc6f0fd2-70ac1e2e, #w-node-_1f9f492c-7548-3baf-1736-ddd3bc6f0fd5-70ac1e2e, #w-node-e987bf71-c9fa-919e-04fe-b46062556ab2-60393bd0 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_50de2f25-d3e1-8c97-1a14-c1034aa00f11-60393bd0 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    place-self: start center;
  }

  #w-node-d15c557d-28b1-9902-29d4-817a02cc5a05-60393bd0, #w-node-d15c557d-28b1-9902-29d4-817a02cc5a08-60393bd0, #w-node-d15c557d-28b1-9902-29d4-817a02cc5a0b-60393bd0, #w-node-d15c557d-28b1-9902-29d4-817a02cc5a0e-60393bd0, #w-node-_21048e82-ec73-766a-dffa-11b1fce341e5-60393bd0, #w-node-_21048e82-ec73-766a-dffa-11b1fce341ea-60393bd0, #w-node-_21048e82-ec73-766a-dffa-11b1fce341ed-60393bd0, #w-node-_21048e82-ec73-766a-dffa-11b1fce341f2-60393bd0, #w-node-_21048e82-ec73-766a-dffa-11b1fce341f8-60393bd0, #w-node-_21048e82-ec73-766a-dffa-11b1fce341fb-60393bd0, #w-node-_21048e82-ec73-766a-dffa-11b1fce341fe-60393bd0, #w-node-_21048e82-ec73-766a-dffa-11b1fce34203-60393bd0, #w-node-cfe01f94-72b3-4c42-1258-c72152880bc7-60393bd0, #w-node-cfe01f94-72b3-4c42-1258-c72152880bcc-60393bd0, #w-node-cfe01f94-72b3-4c42-1258-c72152880bcf-60393bd0, #w-node-cfe01f94-72b3-4c42-1258-c72152880bd4-60393bd0, #w-node-cfe01f94-72b3-4c42-1258-c72152880bda-60393bd0, #w-node-cfe01f94-72b3-4c42-1258-c72152880bdf-60393bd0, #w-node-cfe01f94-72b3-4c42-1258-c72152880be2-60393bd0, #w-node-cfe01f94-72b3-4c42-1258-c72152880be7-60393bd0, #w-node-cfe01f94-72b3-4c42-1258-c72152880bed-60393bd0, #w-node-cfe01f94-72b3-4c42-1258-c72152880bf2-60393bd0, #w-node-cfe01f94-72b3-4c42-1258-c72152880bf5-60393bd0, #w-node-cfe01f94-72b3-4c42-1258-c72152880bfa-60393bd0, #w-node-cfe01f94-72b3-4c42-1258-c72152880c00-60393bd0, #w-node-cfe01f94-72b3-4c42-1258-c72152880c03-60393bd0, #w-node-cfe01f94-72b3-4c42-1258-c72152880c06-60393bd0, #w-node-cfe01f94-72b3-4c42-1258-c72152880c0b-60393bd0, #w-node-c1fcba88-49b5-ce12-f63a-dcb1b66f1799-60393bd0, #w-node-c1fcba88-49b5-ce12-f63a-dcb1b66f179e-60393bd0, #w-node-c1fcba88-49b5-ce12-f63a-dcb1b66f17a1-60393bd0, #w-node-c1fcba88-49b5-ce12-f63a-dcb1b66f17a4-60393bd0, #w-node-c1fcba88-49b5-ce12-f63a-dcb1b66f17aa-60393bd0, #w-node-c1fcba88-49b5-ce12-f63a-dcb1b66f17af-60393bd0, #w-node-c1fcba88-49b5-ce12-f63a-dcb1b66f17b2-60393bd0, #w-node-c1fcba88-49b5-ce12-f63a-dcb1b66f17b7-60393bd0, #w-node-c1fcba88-49b5-ce12-f63a-dcb1b66f17bd-60393bd0, #w-node-c1fcba88-49b5-ce12-f63a-dcb1b66f17c2-60393bd0, #w-node-c1fcba88-49b5-ce12-f63a-dcb1b66f17c5-60393bd0, #w-node-c1fcba88-49b5-ce12-f63a-dcb1b66f17ca-60393bd0, #w-node-c1fcba88-49b5-ce12-f63a-dcb1b66f17d0-60393bd0, #w-node-c1fcba88-49b5-ce12-f63a-dcb1b66f17d3-60393bd0, #w-node-c1fcba88-49b5-ce12-f63a-dcb1b66f17d6-60393bd0, #w-node-c1fcba88-49b5-ce12-f63a-dcb1b66f17db-60393bd0, #w-node-cf5c79a4-930f-63c0-b2a6-558fb28f76ef-60393bd0, #w-node-cf5c79a4-930f-63c0-b2a6-558fb28f76f4-60393bd0, #w-node-cf5c79a4-930f-63c0-b2a6-558fb28f76f7-60393bd0, #w-node-cf5c79a4-930f-63c0-b2a6-558fb28f76fc-60393bd0, #w-node-cf5c79a4-930f-63c0-b2a6-558fb28f7702-60393bd0, #w-node-cf5c79a4-930f-63c0-b2a6-558fb28f7707-60393bd0, #w-node-cf5c79a4-930f-63c0-b2a6-558fb28f770a-60393bd0, #w-node-cf5c79a4-930f-63c0-b2a6-558fb28f770f-60393bd0, #w-node-cf5c79a4-930f-63c0-b2a6-558fb28f7715-60393bd0, #w-node-cf5c79a4-930f-63c0-b2a6-558fb28f771a-60393bd0, #w-node-cf5c79a4-930f-63c0-b2a6-558fb28f771d-60393bd0, #w-node-cf5c79a4-930f-63c0-b2a6-558fb28f7720-60393bd0, #w-node-cf5c79a4-930f-63c0-b2a6-558fb28f7726-60393bd0, #w-node-cf5c79a4-930f-63c0-b2a6-558fb28f772b-60393bd0, #w-node-cf5c79a4-930f-63c0-b2a6-558fb28f772e-60393bd0, #w-node-cf5c79a4-930f-63c0-b2a6-558fb28f7733-60393bd0 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_36a456a8-037f-7551-40d3-81f44a2bc97b-2dd838f5 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-_7c9b751f-8ba3-e4a9-f711-66d9567e9931-2dd838f5 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: start;
  }

  #w-node-_6fd657d6-d098-2a8e-fc26-0e69474cf25a-2dd838f5, #w-node-aafba06a-8a1b-c87b-b1a9-172fe5c2ded6-2dd838f5, #w-node-ebf5dba4-e5d1-001f-2ab3-8f256040db71-2dd838f5, #w-node-_39ed2687-99df-e274-c0d9-126827d7a5b5-2dd838f5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Shrimp';
  src: url('../fonts/SHRIMP.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fsindustriewd';
  src: url('../fonts/FSIndustrieWd-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fsindustrie';
  src: url('../fonts/FSIndustrie-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fsindustriecd';
  src: url('../fonts/FSIndustrieCd-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fsindustrieex';
  src: url('../fonts/FSIndustrieEx-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fsindustriecd';
  src: url('../fonts/FSIndustrieCd-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}