:root {
  --228cb1: #228cb1;
  --dim-grey: #6b6b6b;
  --walsh-walsh-mid-green: #47888a;
  --walsh-walsh-dark-green: #2c5c5d;
  --walsh-walsh-dark-green-2: #204f58;
  --walsh-walsh-light-green: #c2ecd5;
  --walsh-black: #2c2c2c;
  --walsh-light-goldenrod-yellow: #d3f6c1;
  --good-green: #18b79b;
  --spark-library-foreground-interactive: #5532fa;
  --spark-library-foreground-secondary: rgba(0, 0, 0, .76);
  --spark-library-background--interactive: #f0ecfd;
  --spark-library-black: black;
  --spark-library-foreground-tertiary: rgba(0, 0, 0, .56);
  --spark-library-white: white;
  --spark-library-foreground-interactive-hover: #1e116e;
  --spark-library-border-default: rgba(0, 0, 0, .16);
  --white: white;
  --black: black;
  --blue-violet: #6e2ed8;
  --medium-violet-red: #b32e6e;
  --medium-slate-blue: #955df1;
}

.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-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

h1 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 10vh;
  font-weight: 700;
  line-height: 10vh;
}

h2 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 38px;
  font-weight: 700;
  line-height: 48px;
}

h3 {
  color: #6b6b6b;
  margin-top: 10px;
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: 400;
  line-height: 40px;
}

h4 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

p {
  color: #6b6b6b;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 30px;
}

a {
  color: #000;
  text-decoration: underline;
}

.serit {
  width: 100%;
  height: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.serit.center {
  height: 100vh;
  background-color: #cf0063;
  background-image: linear-gradient(127deg, #046a8d, #18b79b);
  justify-content: center;
  align-items: flex-start;
  padding-top: 0;
  display: flex;
  position: relative;
}

.serit.column {
  height: auto;
  justify-content: space-between;
  padding: 15vh 10vw;
  display: flex;
}

.serit.column.devices {
  height: auto;
  flex-direction: column;
  align-items: center;
}

.serit.column.faq {
  height: auto;
  background-color: #000;
  flex-direction: column;
  align-items: center;
}

.serit.cta {
  height: 60vh;
  background-color: #40089c;
  justify-content: space-between;
  align-items: center;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
}

.serit.full-img {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.serit.wide {
  height: auto;
  background-color: #1b1b1b;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.serit.wide.img {
  height: 100vh;
  background-color: #fff;
  background-image: url('../images/bg1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
  padding-top: 8vh;
  padding-bottom: 0;
}

.serit.wide.purple {
  height: 20em;
  background-color: #2f61e8;
  background-image: linear-gradient(135deg, #2f61e8, #18b79b);
  background-position: 0 0;
  background-size: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.serit.grid-imgs {
  height: 50vh;
  flex-wrap: wrap;
  justify-content: flex-start;
  display: flex;
}

.col {
  max-width: 50%;
  border: 1px #000;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.col.sideimg {
  width: 25vw;
  flex: 0 auto;
}

.col.padding {
  max-width: 50%;
  border-style: none;
  flex: 1;
  padding-left: 9vw;
  padding-right: 9vw;
}

.col.bg {
  border-style: none;
  align-items: flex-start;
  overflow: hidden;
}

.col.vertical {
  flex-direction: column;
}

.col.team {
  flex-basis: 33%;
}

.col.img {
  justify-content: center;
}

.hero {
  z-index: 999999;
  width: 100%;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  padding: 0 10vw;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.nav {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-inner {
  width: 80vw;
  border-bottom: 1px rgba(255, 255, 255, .1);
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.body {
  background-color: rgba(0, 0, 0, 0);
  font-family: Gothic A1, sans-serif;
}

.heading {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 10vh;
  font-weight: 500;
  line-height: 9vh;
}

.div-block-2 {
  z-index: 80;
  width: 80vw;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.image {
  height: 40px;
  margin-bottom: 20px;
}

.feature-content {
  width: 50vw;
  max-width: 600px;
  border: 1px #000;
  flex: none;
  padding-left: 4vw;
  padding-right: 0;
}

.feature-content.mid {
  width: 40vw;
  max-width: 500px;
}

.feature-content.icons {
  width: 33.33%;
  max-width: none;
  text-align: center;
  flex-direction: column;
  flex: none;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.feature-content.icons.numbers {
  width: 25%;
}

.heading-2 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 26px;
  font-weight: 400;
}

.button {
  background-color: var(--228cb1);
  color: #fff;
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 70px;
  justify-content: center;
  align-self: flex-start;
  margin-right: 0;
  padding: 20px 40px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  transition: background-color .5s cubic-bezier(.789, .159, .25, 1), color .2s cubic-bezier(.789, .159, .25, 1);
  display: flex;
}

.button:hover {
  color: #6b6b6b;
  background-color: #fff;
}

.button.outline {
  color: #5a5a5a;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #6e6e6e;
  margin-left: 10px;
}

.button.contact {
  background-color: rgba(0, 0, 0, 0);
  margin-left: 10px;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .2);
}

.button.contact:hover {
  color: #fff;
  box-shadow: inset 0 0 0 2px #fff;
}

.button.top {
  margin-left: 30px;
  padding: 20px 35px;
  font-size: 16px;
}

.button.form-button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  transition-timing-function: cubic-bezier(.215, .61, .355, 1), cubic-bezier(.215, .61, .355, 1);
}

.button.form-button:hover {
  color: #fff;
  background-color: #000;
}

.h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 44px;
  font-weight: 300;
  line-height: 56px;
}

.p {
  color: #6b6b6b;
  font-size: 16px;
  line-height: 30px;
}

.p.list {
  margin-bottom: 0;
}

.div-block-3 {
  height: 8600px;
  background-image: url('../images/richard-01.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100vw;
}

.div-block-3._02 {
  background-image: url('../images/richard-02.jpg');
  background-size: 100vw;
}

.div-block-3._03 {
  height: 6000px;
  background-image: url('../images/richard-03.jpg');
  background-size: 100vw;
}

.div-block-4 {
  width: 65%;
  max-width: 440px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.div-block-4.left {
  align-items: flex-start;
  margin-bottom: 30px;
}

.img-device {
  height: auto;
  max-height: 450px;
}

.h3 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
}

.paragraph {
  color: #6b6b6b;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 28px;
}

.div-block-5 {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 60px;
}

.wrapper {
  width: 90%;
  max-width: 1200px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.wrapper.welcome {
  z-index: 90;
  width: 100vw;
  align-items: flex-start;
  position: relative;
}

.wrap {
  max-width: 700px;
  text-align: center;
  margin-top: auto;
  padding-top: 41px;
  padding-bottom: 40px;
}

.title {
  color: #a8a8a8;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-bottom: 1px #2e2e2e;
  padding-bottom: 5px;
  font-size: 24px;
  font-weight: 600;
  display: inline-block;
}

.title.white {
  color: rgba(255, 255, 255, .6);
  border-bottom-color: rgba(255, 255, 255, .4);
}

.image-2 {
  flex: none;
}

.div-block-6 {
  align-items: center;
  display: flex;
}

.div-block-7 {
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 100px;
  display: flex;
}

.div-block-7.team {
  flex-wrap: wrap;
  justify-content: center;
}

.div-block-8 {
  width: auto;
  height: 150px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.button-wrap {
  width: auto;
  justify-content: center;
  margin-top: 5vh;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.image-3 {
  padding: 10px 30px 30px 0;
}

.thumb-food {
  width: 100%;
  height: 300px;
  background-color: #c6ced3;
  border-radius: 20px;
}

.thumb-food._01 {
  background-image: url('../images/bg-001_1.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 12px;
}

.thumb-food._02 {
  background-image: url('../images/bg-001.jpg');
  background-position: 50%;
  background-size: cover;
}

.thumb-food._03 {
  background-image: url('../images/bg-003.jpg');
  background-position: 0 0;
  background-size: cover;
}

.text-block {
  color: #fff;
}

.h4 {
  color: #fff;
  margin-bottom: 10px;
}

.h4.faq {
  margin-top: 20px;
  margin-bottom: 10px;
}

.nav-link {
  color: #fff;
  flex: 0 auto;
  margin-bottom: 20px;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 40px;
  padding-left: 0;
  padding-right: 0;
  font-family: Exo, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.nav-link:hover {
  color: #fff;
  box-shadow: inset 0 -5px #fff;
}

.nav-menu {
  height: auto;
}

.div-block-11 {
  width: 100%;
  height: 300px;
  background-color: #acb1b4;
  border-radius: 20px;
}

.ico {
  height: 35px;
  margin-right: 20px;
}

.div-block-12 {
  margin-top: 50px;
}

._w-icon {
  width: 56px;
  height: 80px;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  display: flex;
}

.form {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.field-newsletter {
  width: 340px;
  height: 80px;
  color: #fff;
  background-color: #300479;
  border: 1px solid #300479;
  border-radius: 10px;
  margin-bottom: 0;
  margin-right: 20px;
  padding-left: 20px;
  font-size: 16px;
}

._w-img {
  flex: 1;
  overflow: hidden;
}

.image-4 {
  width: 100%;
  display: block;
}

.icon {
  height: 25px;
}

.nav-list {
  justify-content: space-between;
  margin-right: 30px;
  display: flex;
}

.hero-image {
  height: 85vh;
  position: absolute;
  bottom: 0;
  right: 3vw;
}

.light-blue {
  color: #9b68f0;
}

.black-text {
  color: #000;
  font-family: Exo, sans-serif;
}

.hero-content {
  z-index: 90;
  flex-direction: column;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.feature-wrap {
  width: 90vw;
  border: 1px #000;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  margin-top: 10vh;
  margin-bottom: 10vh;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
}

.feature-wrap.reverse {
  flex-direction: row-reverse;
  overflow: visible;
}

.feature-wrap.logos {
  width: 80vw;
  height: auto;
  border-style: none;
  flex-direction: row;
  justify-content: center;
  padding-top: 5vh;
  padding-bottom: 5vh;
}

.feature-wrap.icons {
  justify-content: space-between;
  padding-left: 0;
  padding-right: 0;
}

.feature-image {
  width: 70vw;
  border: 1px #000;
  justify-content: center;
  align-items: center;
  display: flex;
}

.black {
  color: #000;
}

.hero-subhead {
  max-width: 60%;
  color: #fff;
  text-transform: uppercase;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 30px;
  line-height: 44px;
}

.bottom-image-wrap {
  height: auto;
  max-width: 100%;
  position: relative;
  overflow: hidden;
}

.black-bar {
  width: 100vw;
  height: 100px;
  background-color: #2a2326;
  position: absolute;
  top: 0;
  left: 0;
}

.feature-icon {
  height: 60px;
  margin-bottom: 10px;
}

.purple {
  color: #b32e6e;
}

.footer {
  border: 1px solid var(--dim-grey);
  background-color: #ebebeb;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-link {
  color: #6b6b6b;
  margin-left: 15px;
  margin-right: 15px;
  font-size: 12px;
  text-decoration: none;
}

.footer-link:hover {
  color: #fff;
}

.footer-list {
  padding-top: 29px;
  padding-bottom: 29px;
}

.text-block-2 {
  color: rgba(255, 255, 255, .3);
  font-size: 12px;
}

.form-2 {
  margin-top: 40px;
  display: flex;
}

.input {
  height: 70px;
  clear: none;
  color: #000;
  background-color: #fff;
  border-style: none;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  flex: 0 auto;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 0;
  transition: box-shadow .3s cubic-bezier(.215, .61, .355, 1);
  box-shadow: inset 0 0 #fc0a7e;
}

.input:hover, .input:focus {
  box-shadow: inset 0 0 0 2px #fc0a7e;
}

.input::-ms-input-placeholder {
  color: #555;
}

.input::placeholder {
  color: #555;
}

.arrow {
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
}

.quote-slider {
  width: 90vw;
  height: 60vh;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 10vh;
}

.slider-arrow {
  color: #d6d6d6;
}

.quote-wrap {
  width: 50vw;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

.quote-dash {
  width: 30px;
  height: 1px;
  background-color: #d3d3d3;
  flex: none;
  margin-bottom: 10px;
  margin-left: 20px;
  margin-right: 20px;
}

.quote-icon {
  margin-bottom: 45px;
}

.slide-nav {
  font-family: Exo, sans-serif;
  font-size: 7px;
}

.number {
  font-size: 60px;
  line-height: 90px;
}

.float {
  width: 40vw;
  height: 50vh;
  border: 4px solid #09a4ec;
  position: relative;
  top: 200px;
  left: 567px;
}

.nav-logo-wrap {
  flex: none;
}

.image-licensing {
  background-color: rgba(0, 0, 0, .05);
  border: 1px solid rgba(0, 0, 0, .1);
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 15px;
  line-height: 24px;
}

.image-licensing-wrap {
  max-width: 600px;
  flex: 1;
}

.heading-3 {
  max-width: 60%;
  text-align: left;
  text-transform: uppercase;
  align-self: flex-start;
  padding-left: 45px;
  font-family: Exo, sans-serif;
  font-size: 8vh;
  line-height: 8vh;
  overflow: visible;
}

.heading-4 {
  max-width: 700px;
  min-width: 700px;
  color: #2e2c2c;
  text-align: center;
  -webkit-text-stroke-color: #263b43;
  font-family: Exo, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.paragraph-2 {
  font-family: Exo, sans-serif;
}

.paragraph-3, .paragraph-4 {
  font-family: Lato, sans-serif;
}

.heading-5 {
  text-align: center;
  font-family: Exo, sans-serif;
  font-size: 30px;
}

.paragraph-5 {
  text-align: left;
  font-family: Exo, sans-serif;
}

.div-block-13 {
  height: 60vh;
  flex: 0 auto;
  align-self: flex-start;
  display: block;
  position: absolute;
}

.wrap2 {
  max-width: 700px;
  text-align: center;
  margin-top: auto;
}

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

.div-block-15, .div-block-16 {
  display: block;
}

.div-block-17 {
  position: relative;
}

.div-block-18 {
  position: absolute;
}

.div-block-19 {
  position: relative;
}

.div-block-20, .div-block-21, .div-block-22 {
  display: flex;
}

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

.div-block-24 {
  float: none;
  clear: none;
  align-items: flex-end;
  margin-bottom: -2px;
  padding-bottom: 0;
  display: flex;
  position: static;
  bottom: auto;
}

.column-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  top: 50px;
  left: auto;
}

.column-3 {
  bottom: auto;
  right: -172px;
}

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

.hakkimizda {
  width: 100%;
  height: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hakkimizda.center {
  height: 100vh;
  background-color: #cf0063;
  background-image: linear-gradient(127deg, #046a8d, #18b79b);
  justify-content: center;
  align-items: flex-start;
  padding-top: 0;
  display: flex;
  position: relative;
}

.hakkimizda.column {
  height: auto;
  justify-content: space-between;
  padding: 15vh 10vw;
  display: flex;
}

.hakkimizda.column.devices {
  height: auto;
  flex-direction: column;
  align-items: center;
}

.hakkimizda.column.faq {
  height: auto;
  background-color: #000;
  flex-direction: column;
  align-items: center;
}

.hakkimizda.cta {
  height: 60vh;
  background-color: #40089c;
  justify-content: space-between;
  align-items: center;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
}

.hakkimizda.full-img {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.hakkimizda.wide {
  height: auto;
  background-color: #1b1b1b;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hakkimizda.wide.img {
  height: 100vh;
  background-color: #fff;
  background-image: url('../images/bg1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
  flex-flow: column wrap;
  align-content: center;
  align-items: center;
  display: flex;
}

.hakkimizda.wide.purple {
  background-image: linear-gradient(135deg, #2f61e8, #602bb6);
  background-position: 0 0;
  background-size: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.hakkimizda.grid-imgs {
  height: 50vh;
  flex-wrap: wrap;
  justify-content: flex-start;
  display: flex;
}

.warp1 {
  min-width: 700px;
  text-align: center;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-top: auto;
  padding: 41px 40vh 40px;
  display: flex;
  position: absolute;
}

.neleryap-yoruz {
  width: 100%;
  height: auto;
  background-color: #f5f8fd;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.neleryap-yoruz.center {
  height: 100vh;
  background-color: #cf0063;
  background-image: linear-gradient(127deg, #046a8d, #18b79b);
  justify-content: center;
  align-items: flex-start;
  padding-top: 0;
  display: flex;
  position: relative;
}

.neleryap-yoruz.column {
  height: auto;
  justify-content: space-between;
  padding: 15vh 10vw;
  display: flex;
}

.neleryap-yoruz.column.devices {
  height: auto;
  flex-direction: column;
  align-items: center;
}

.neleryap-yoruz.column.faq {
  height: auto;
  background-color: #000;
  flex-direction: column;
  align-items: center;
}

.neleryap-yoruz.cta {
  height: 60vh;
  background-color: #40089c;
  justify-content: space-between;
  align-items: center;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
}

.neleryap-yoruz.full-img {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.neleryap-yoruz.wide {
  height: auto;
  background-color: #1b1b1b;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.neleryap-yoruz.wide.img {
  height: 100vh;
  background-color: #fff;
  background-image: url('../images/bg1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
  padding-top: 8vh;
  padding-bottom: 0;
}

.neleryap-yoruz.wide.purple {
  background-image: linear-gradient(135deg, #2f61e8, #602bb6);
  background-position: 0 0;
  background-size: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.neleryap-yoruz.grid-imgs {
  height: 50vh;
  flex-wrap: wrap;
  justify-content: flex-start;
  display: flex;
}

.bold-text, .paragraph-6 {
  font-family: Exo, sans-serif;
}

.bold-text-2 {
  color: #5667d1;
  font-family: Exo, sans-serif;
}

.bold-text-3 {
  color: #68a9a5;
  font-family: Exo, sans-serif;
}

.list-item {
  font-family: Exo, sans-serif;
  font-size: 16px;
}

.list-item.paragraph-5 {
  padding-top: 0;
  padding-right: 0;
}

.list-item-2 {
  color: #6b6b6b;
  font-family: Exo, sans-serif;
  font-size: 16px;
}

.list-item-3 {
  color: #6b6b6b;
  font-size: 16px;
}

.list-2 {
  color: #6b6b6b;
  overflow-wrap: normal;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 14px;
  margin-bottom: 20px;
  padding: 3px 0 9px 29px;
  font-family: Exo, sans-serif;
  font-size: 16px;
  line-height: 30px;
  display: flex;
}

.heading-6, .heading-7 {
  font-family: Exo, sans-serif;
}

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

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

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

.cell {
  align-items: center;
  padding-right: 24px;
}

.list-item-4 {
  text-align: center;
  font-weight: 600;
  line-height: 30px;
}

.list-item-5 {
  text-align: center;
  line-height: 30px;
}

.list-3 {
  text-align: center;
  padding-top: 20px;
  font-family: Exo, sans-serif;
  font-size: 16px;
}

.quick-stack {
  padding-top: 0;
  padding-bottom: 0;
}

.cell-2, .cell-3 {
  align-items: center;
}

.quick-stack-2 {
  text-align: center;
}

.ekip {
  border: 1px #000;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 9vh;
  margin-bottom: 20vh;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.ekip.reverse {
  flex-direction: row-reverse;
  overflow: visible;
}

.ekip.logos {
  width: 80vw;
  height: auto;
  border-style: none;
  flex-direction: row;
  justify-content: center;
  padding-top: 5vh;
  padding-bottom: 5vh;
}

.ekip.icons {
  justify-content: space-between;
  padding-left: 0;
  padding-right: 0;
}

.image-6 {
  filter: grayscale();
  cursor: pointer;
  mix-blend-mode: darken;
}

.image-6:hover {
  filter: none;
}

.image-6.hover {
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.image-7 {
  filter: grayscale();
  cursor: pointer;
}

.image-7:hover {
  filter: none;
}

.image-8 {
  filter: grayscale();
  cursor: pointer;
}

.image-8:hover {
  filter: none;
}

.form-3 {
  max-width: 600px;
  line-height: 20px;
  display: block;
}

.form-block-2 {
  position: static;
}

.bold-text-4 {
  color: #589494;
  text-align: left;
}

.submit-button {
  width: 30vh;
  height: 5vh;
  direction: rtl;
  text-align: center;
  word-break: normal;
  overflow-wrap: normal;
  object-fit: fill;
  background-color: #093e6d;
  align-self: flex-start;
  overflow: hidden;
}

.quick-stack-3 {
  width: 700px;
  color: #fff;
  padding-left: 0;
  padding-right: 0;
  font-family: Exo, sans-serif;
}

.cell-4 {
  justify-content: center;
}

.text-field {
  border-radius: 5px;
}

.hero-content-copy {
  z-index: 90;
  flex-direction: column;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  display: flex;
  position: relative;
}

.walsh-menu-button {
  color: #fff;
}

.walsh-button-hover-fill {
  width: 5em;
  height: 5em;
  background-color: #000;
  border-radius: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -100%;
  bottom: auto;
  left: -46%;
  right: auto;
}

.walsh-icon-arrow-flip {
  height: 12px;
}

.walsh-arrow-wrapper {
  height: 12px;
  grid-row-gap: 0px;
  flex-direction: column;
  flex: none;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.walsh-label-button {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.2em;
}

.walsh-button-label-wrapper {
  z-index: 4;
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
  position: relative;
}

.walsh-link-block-orange {
  color: #fff;
  text-align: center;
  background-color: #ff715b;
  border-radius: 100px;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 20px 32px;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.walsh-link-block-orange:hover {
  background-color: #ffbba6;
}

.walsh-link-block-transparent-1 {
  box-shadow: inset 1px -1px 0 0 var(--walsh-walsh-mid-green), inset -1px 1px 0 0 var(--walsh-walsh-mid-green), inset -1px -1px 0 0 var(--walsh-walsh-mid-green), inset 1px 1px 0 0 var(--walsh-walsh-mid-green);
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 20px 32px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.walsh-link-block-transparent-1:hover {
  box-shadow: none;
  color: var(--walsh-walsh-dark-green);
  background-color: #fff;
}

.walsh-flex-nav-buttons {
  grid-column-gap: 10px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.walsh-dropdown-link {
  color: #6b6b6b;
  border-radius: 2px;
  font-weight: 600;
}

.walsh-dropdown-link:hover {
  color: #ff8d86;
  background-color: #eee;
  border-radius: 3px;
}

.walsh-dropdown-list.w--open {
  background-color: #fff;
  border: 1px solid #dadada;
  border-radius: 5px;
  padding: 6px;
  box-shadow: 0 0 14px 5px rgba(0, 0, 0, .05);
}

.walsh-icon-dropdown {
  margin-right: 12px;
}

.walsh-toggle {
  color: #fff;
  border-radius: 8px;
  padding-left: 18px;
  padding-right: 32px;
  font-size: 16px;
  font-weight: 500;
  overflow: hidden;
}

.walsh-toggle:hover {
  background-color: rgba(0, 0, 0, .35);
}

.walsh-dropdown {
  color: #fff;
}

.walsh-nav-link-white {
  color: #fff;
  border-radius: 8px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.walsh-nav-link-white:hover {
  background-color: rgba(0, 0, 0, .35);
}

.walsh-nav-menu-green {
  grid-column-gap: 8px;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.walsh-nav-logo {
  height: 32px;
}

.walsh-brand-block {
  z-index: 2;
  width: auto;
  height: 100%;
  align-items: center;
  display: flex;
}

.walsh-inner-nav {
  width: 100%;
  height: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.walsh-container-nav {
  max-width: 1480px;
  padding-left: 20px;
  padding-right: 20px;
}

.walsh-main-nav {
  background-color: rgba(0, 0, 0, 0);
}

.walsh-nav-wrapper-green {
  z-index: 10;
  background-color: #204f58;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.walsh-image-hero-device {
  height: 44em;
}

.contact-right {
  height: 130vh;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  padding-top: 0;
  padding-bottom: 6em;
  padding-left: 3em;
  display: flex;
  overflow: hidden;
}

.walsh-button-label-white-w {
  z-index: 4;
  grid-column-gap: 8px;
  color: #fff;
  align-items: center;
  display: flex;
  position: relative;
}

.walsh-link-block-white {
  color: #000;
  padding-top: 5px;
  padding-bottom: 5px;
  text-decoration: none;
  transition: box-shadow .2s cubic-bezier(.645, .045, .355, 1);
  box-shadow: inset 0 -3px rgba(255, 255, 255, .1);
}

.walsh-link-block-white:hover {
  color: #444;
  box-shadow: inset 0 -3px #b0eab9;
}

.walsh-hero-div-block {
  grid-column-gap: 1.25em;
  justify-content: flex-end;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.walsh-paragraph-serif-left-hero {
  max-width: 22em;
  color: rgba(255, 255, 255, .8);
  text-transform: uppercase;
  margin-bottom: .75em;
  font-family: Exo, sans-serif;
  font-size: 1.5em;
  line-height: 1.6;
}

.walsh-hero-p-wrapper {
  width: 100%;
  max-width: 36em;
}

.walsh-text-burst {
  color: #b0ebb9;
  background-image: url('../images/scribble-burst.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto 38%;
  padding-bottom: .2em;
  padding-right: .1em;
  display: inline-block;
}

.walsh-text-lightgreen {
  color: #b0ebb9;
}

.walsh-heading-xxlarge {
  color: #fff;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 8.5em;
  font-weight: 700;
  line-height: .95;
}

.contactleft {
  width: 100%;
  grid-row-gap: 2em;
  color: #fff;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: -17px;
  padding-top: 0;
  padding-bottom: 5em;
  display: flex;
}

.walsh-main-grid-no-gap {
  width: 100%;
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  justify-content: stretch;
  align-items: start;
  justify-items: center;
  padding-top: 111px;
  position: relative;
}

.walsh-container {
  z-index: 2;
  width: 100%;
  max-width: 1480px;
  flex: none;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10vh;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Exo, sans-serif;
  position: relative;
}

.walsh-background-darkgreen {
  background-color: var(--walsh-walsh-dark-green-2);
  background-image: linear-gradient(128deg, #046a8d, #18b79b);
  position: relative;
}

.walsh-form-error {
  color: #8a0a0a;
  background-color: #f76969;
  border-radius: 4px;
  padding-top: 13px;
  padding-bottom: 13px;
}

.walsh-form-success-rounded {
  color: #313d17;
  background-color: #c4f85c;
  border-radius: 35px;
}

.walsh-text-small-white {
  color: rgba(255, 255, 255, .8);
  margin-bottom: 15px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

.walsh-button-light-green {
  z-index: 5;
  background-color: var(--walsh-walsh-light-green);
  color: var(--walsh-black);
  text-align: center;
  white-space: nowrap;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 1.2em 35px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: relative;
}

.walsh-button-light-green:hover {
  background-color: var(--walsh-walsh-mid-green);
  color: #fff;
}

.walsh-text-field-auto {
  width: 100%;
  height: auto;
  min-height: 65px;
  min-width: auto;
  border: 1px solid #fff;
  border-radius: 6px;
  margin-bottom: 0;
  margin-right: 15px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 20px;
  font-size: 18px;
  box-shadow: inset 1px 1px #fff;
}

.walsh-form-single-row {
  width: 100%;
  justify-content: center;
  align-items: center;
  padding-bottom: 25px;
  display: flex;
}

.walsh-form-block-center {
  width: 100%;
  text-align: center;
  flex: 1;
  margin-bottom: 0;
}

.walsh-main-paragraph-white {
  color: rgba(255, 255, 255, .8);
  letter-spacing: 0;
  font-family: Merriweather, serif;
  font-size: 1.45em;
  line-height: 1.5;
}

.walsh-heading-medium-white {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 3.2em;
  font-weight: 700;
  line-height: 1.1;
}

.walsh-tag-white {
  color: var(--walsh-walsh-light-green);
  text-align: left;
  text-transform: uppercase;
  background-color: rgba(81, 170, 118, .1);
  border-radius: 200px;
  align-items: center;
  padding: 7px 20px;
  font-size: 12px;
  display: flex;
  overflow: hidden;
}

.walsh-center-wrapper-gap {
  grid-row-gap: 1.5em;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.walsh-main-grid {
  width: 100%;
  grid-column-gap: 2.2em;
  grid-row-gap: 2.2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
  position: relative;
}

.walsh-cta-block-dark-green {
  width: 100%;
  background-color: var(--walsh-walsh-dark-green-2);
  color: #fff;
  border-radius: 8px;
  padding: 5.5em;
  position: relative;
  overflow: hidden;
}

.walsh-image-logo {
  width: 100%;
  max-height: 24px;
  max-width: 132px;
  object-fit: contain;
}

.walsh-text-small-left {
  color: rgba(0, 0, 0, .5);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

.walsh-heading-small {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.25;
}

.walsh-info-wrap {
  text-align: left;
}

.walsh-cover-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  flex: 1;
}

.walsh-circle-image {
  width: 60px;
  height: 60px;
  background-color: #dfdfdf;
  border-radius: 200px;
  overflow: hidden;
}

.walsh-profile-wrapper {
  grid-column-gap: 20px;
  align-items: center;
  display: flex;
}

.walsh-flex-col-wide {
  width: 100%;
  grid-column-gap: 2em;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.walsh-image-ratings {
  max-height: 16px;
  margin-right: 5px;
}

.walsh-ratings-wrapper {
  align-items: center;
  padding-top: 7px;
  padding-bottom: 7px;
  display: flex;
}

.walsh-main-paragraph {
  color: rgba(0, 0, 0, .6);
  letter-spacing: 0;
  font-family: Lato, sans-serif;
  font-size: 1.3em;
  line-height: 1.5;
}

.walsh-heading-medium {
  color: var(--walsh-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 3.2em;
  font-weight: 700;
  line-height: 1.1;
}

.walsh-quote-image {
  height: 56px;
  opacity: .26;
}

.walsh-content-wrapper-gap {
  grid-row-gap: 1.25em;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.walsh-rounded-box {
  grid-row-gap: 1.2em;
  background-color: #fff;
  border-radius: 15px;
  flex-direction: column;
  padding: 40px;
  display: flex;
}

.walsh-heading-xsmall {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
}

.walsh-circle-image-small {
  width: 38px;
  height: 38px;
  background-color: #dfdfdf;
  border-radius: 200px;
  flex: none;
  overflow: hidden;
}

.walsh-paragraph-wrapper {
  grid-row-gap: 1em;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.walsh-quote-wrapper {
  grid-row-gap: 2em;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.walsh-quote-image-small {
  height: 40px;
  opacity: .26;
}

.testimonial {
  height: 70vh;
  background-color: #f5f8fd;
}

.walsh-icon-arrow {
  height: 12px;
  margin-top: 2px;
  margin-left: 10px;
}

.walsh-link-wrapper {
  color: rgba(0, 0, 0, .85);
  white-space: nowrap;
  border-bottom: 1px dashed #c5c5c5;
  justify-content: space-between;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.2em;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.walsh-link-wrapper:hover {
  color: rgba(87, 85, 85, .85);
  padding-right: 0;
}

.walsh-icon-small {
  height: 32px;
  color: #993636;
  -webkit-text-stroke-color: #302727;
  border: 1px solid rgba(150, 40, 40, 0);
}

.walsh-icon-wrapper-circle-large {
  width: 120px;
  height: 120px;
  background-color: var(--walsh-light-goldenrod-yellow);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.walsh-rounded-box-large {
  grid-row-gap: 2em;
  background-color: #fff;
  border-radius: 15px;
  flex-direction: column;
  align-items: flex-start;
  padding: 3em 40px 8em;
  display: flex;
}

.walsh-container-2 {
  z-index: 2;
  width: 100%;
  max-width: 1480px;
  flex: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.walsh-image-logo-opacity {
  width: 100%;
  max-height: 24px;
  max-width: 125px;
  opacity: .45;
  object-fit: contain;
}

.walsh-logo-wrapper-transparent {
  width: auto;
  justify-content: center;
  align-items: center;
  padding: 2.5em 2em;
  display: flex;
}

.walsh-flex-logos {
  grid-column-gap: 0em;
  justify-content: center;
  display: flex;
}

.walsh-heading-regular {
  color: var(--walsh-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.8em;
  font-weight: 700;
  line-height: 1.2;
}

.walsh-center-wrapper-gap-large {
  grid-row-gap: 4.5em;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.walsh-logos-wrapper {
  width: auto;
  background-color: #fff;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: 3.5em 2em;
  display: flex;
}

.logolar {
  background-color: #f0f0f0;
}

.section-5 {
  background-color: #fff;
}

.walsh-footer-link {
  color: rgba(0, 0, 0, .54);
  margin-top: 3px;
  margin-bottom: 3px;
  padding-bottom: 4px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 16px;
  text-decoration: none;
  display: inline-block;
}

.walsh-footer-link:hover {
  color: #000;
  box-shadow: inset 0 -2px #c7dbdb;
}

.walsh-footer-inner-menu {
  grid-column-gap: 25px;
  justify-content: center;
  display: flex;
}

.walsh-icon-social {
  max-height: 18px;
}

.walsh-footer-link-social {
  width: 36px;
  height: 36px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.walsh-footer-grid-social {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: start;
  align-items: center;
  justify-items: start;
}

.walsh-footer-inner {
  grid-column-gap: 20px;
  display: flex;
}

.walsh-footer-legal-link {
  color: #a5a5a5;
  text-decoration: none;
}

.walsh-footer-legal-link:hover {
  color: #000;
}

.walsh-footer-legal-text {
  color: #6e6e6e;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 13px;
}

.walsh-logo-footer {
  max-height: 40px;
  margin-bottom: 0;
}

.walsh-content-wrapper-white {
  background-color: #fff;
  padding-top: 4.5em;
  padding-bottom: 4.5em;
  position: relative;
}

.walsh-ui-image-medium {
  width: 100%;
  max-height: 45em;
  max-width: 40em;
  object-fit: contain;
}

.walsh-card-wrapper-image-medium {
  width: 100%;
  height: 35em;
  justify-content: center;
  align-self: center;
  align-items: flex-end;
  display: flex;
  overflow: hidden;
}

.walsh-main-paragraph-2 {
  color: rgba(0, 0, 0, .6);
  letter-spacing: 0;
  font-family: Merriweather, serif;
  font-size: 1.45em;
  line-height: 1.5;
}

.walsh-heading-large {
  color: var(--walsh-black);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 4.8em;
  font-weight: 700;
  line-height: 1;
}

.walsh-icon-wrapper-circle {
  width: 80px;
  height: 80px;
  background-color: var(--good-green);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.walsh-inner-card {
  grid-row-gap: 2em;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 4em;
  padding-left: 4em;
  padding-right: 4em;
  display: flex;
}

.walsh-rounded-card {
  grid-row-gap: 3em;
  background-color: #fff;
  border-radius: 15px;
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
  overflow: hidden;
}

.walsh-main-paragraph-2-copy {
  color: rgba(0, 0, 0, .6);
  letter-spacing: 0;
  font-family: Exo, sans-serif;
  font-size: 1.3em;
  line-height: 1.5;
}

.walsh-heading-large-copy {
  color: var(--walsh-black);
  text-align: center;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 5vh;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 4.8em;
  font-weight: 700;
  line-height: 1;
}

.bold-text-5 {
  font-size: .9em;
}

.section-6 {
  padding-top: 10vh;
}

.div-block-25 {
  grid-column-gap: 20px;
  text-align: center;
  flex-flow: column;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding-left: 10vh;
  padding-right: 10vh;
  display: flex;
  position: static;
}

.spark-hero-section-image {
  width: 45%;
  max-width: 50%;
  border-radius: 8px;
  flex: 0 auto;
  display: block;
}

.spark-small-icon {
  width: 24px;
  height: 24px;
  flex: none;
  display: inline-block;
}

.spark-small-icon.spark-primary-color {
  color: var(--spark-library-foreground-interactive);
}

.spark-checked-item {
  width: 100%;
  max-width: 296px;
  grid-column-gap: 16px;
  color: var(--spark-library-foreground-secondary);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.spark-flex-column {
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.spark-hero-sub-paragraph {
  width: 100%;
  margin-bottom: 64px;
}

.spark-hero-section-left-side {
  width: 50%;
}

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

.spark-flex-row.spark-5-spacing {
  grid-column-gap: 5%;
  align-items: center;
}

.spark-flex-row.spark-5-spacing.spark-flipped-row {
  flex-direction: row-reverse;
}

.spark-container {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.spark-section {
  width: 100%;
  padding: 176px 64px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  position: relative;
}

.spark-section h5 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.spark-section h1 {
  margin-bottom: 1rem;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.1;
}

.spark-section h2 {
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.spark-section h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section h6 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.5;
}

.spark-section ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px;
}

.spark-section li {
  margin-bottom: .5rem;
}

.spark-section.spark-secondary-background {
  background-color: var(--spark-library-background--interactive);
}

.spark-form-success {
  background-color: var(--spark-library-background--interactive);
  text-align: center;
  border-radius: 8px;
  padding: 24px;
}

.spark-text-link {
  color: var(--spark-library-black);
  text-decoration: underline;
  display: inline-block;
}

.spark-text-link.spark-gray {
  color: var(--spark-library-foreground-tertiary);
}

.spark-form-sub-text {
  color: var(--spark-library-foreground-tertiary);
  text-align: center;
  margin-top: 12px;
  font-size: .875rem;
}

.spark-button {
  border: 1px solid var(--spark-library-foreground-interactive);
  background-color: var(--spark-library-foreground-interactive);
  color: var(--spark-library-white);
  border-radius: 8px;
  flex: none;
  padding: 16px;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition: border-color .15s, background-color .15s, opacity .15s;
}

.spark-button:hover {
  border-color: var(--spark-library-foreground-interactive-hover);
  background-color: var(--spark-library-foreground-interactive-hover);
  opacity: 1;
}

.spark-button.spark-full-width {
  width: 100%;
  border-width: 0;
  border-color: var(--walsh-walsh-light-green);
  background-color: var(--walsh-walsh-dark-green);
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  transition: border-color .15s, background-color .15s, opacity .15s;
}

.spark-button.spark-full-width:hover {
  background-color: var(--spark-library-foreground-interactive-hover);
}

.spark-checkbox {
  width: 16px;
  height: 16px;
  border: 2px solid var(--spark-library-foreground-interactive);
  border-radius: 4px;
  margin-top: 2px;
  margin-left: -28px;
}

.spark-checkbox.w--redirected-checked {
  width: 16px;
  height: 16px;
  border-color: var(--spark-library-foreground-interactive);
  background-color: var(--spark-library-foreground-interactive);
  background-image: url('../images/check.svg');
  background-size: auto;
}

.spark-checkbox-parent {
  margin-bottom: 32px;
  padding-left: 28px;
  font-size: .875rem;
}

.spark-input {
  height: 48px;
  border: 1px solid var(--spark-library-border-default);
  background-color: var(--spark-library-white);
  border-radius: 8px;
  margin-bottom: 32px;
  padding: 8px 16px;
  font-size: 1rem;
}

.spark-input:focus {
  border-color: var(--spark-library-foreground-interactive);
}

.spark-input::-ms-input-placeholder {
  color: var(--spark-library-foreground-tertiary);
}

.spark-input::placeholder {
  color: var(--spark-library-foreground-tertiary);
}

.spark-input.spark-message-input {
  max-width: 100%;
  min-height: 16ch;
}

.spark-form-heading {
  text-align: center;
  margin-bottom: 32px;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.7em;
}

.spark-centered-form {
  width: 388px;
  max-width: 100%;
  background-color: var(--spark-library-white);
  border-radius: 12px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 24px;
}

.spark-centered-form.spark-simple-shadow-small {
  color: var(--spark-library-black);
}

.spark-simple-shadow-small {
  box-shadow: -6px 6px 20px rgba(0, 0, 0, .12);
}

.spark-centered-logo {
  width: 132px;
  margin-bottom: 48px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.walsh-background-darkgreen-copy {
  height: auto;
  background-color: var(--walsh-walsh-dark-green-2);
  background-image: linear-gradient(128deg, #046a8d, #18b79b);
  align-items: center;
  display: block;
  position: relative;
}

.spark-regular-form {
  width: 464px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 54px;
}

.spark-foreground-secondary {
  color: var(--spark-library-foreground-secondary);
}

.spark-centered-900 {
  width: 900px;
  max-width: 100%;
  text-align: center;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.walsh-paragraph-serif-left-hero-copy {
  max-width: 22em;
  color: rgba(255, 255, 255, .8);
  margin-bottom: .75em;
  font-family: Exo, sans-serif;
  font-size: 1.5em;
  line-height: 1.6;
}

.walsh-text-burst-copy {
  color: #18b79b;
  background-image: url('../images/scribble-burst.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto 38%;
  padding-bottom: .2em;
  padding-right: .1em;
  display: inline-block;
}

.walsh-container-copy {
  z-index: 2;
  width: 100%;
  height: 130vh;
  max-width: 1480px;
  flex: none;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10vh;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Exo, sans-serif;
  position: relative;
}

.contact-56 {
  width: auto;
  height: auto;
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  justify-content: center;
  align-items: center;
  justify-items: stretch;
  margin-top: -99px;
  display: grid;
  position: relative;
}

.grisimci {
  width: 100%;
  height: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.grisimci.center {
  height: 100vh;
  background-color: #cf0063;
  background-image: linear-gradient(127deg, #046a8d, #18b79b);
  justify-content: center;
  align-items: flex-start;
  padding-top: 0;
  display: flex;
  position: relative;
}

.grisimci.column {
  height: auto;
  justify-content: space-between;
  padding: 15vh 10vw;
  display: flex;
}

.grisimci.column.devices {
  height: auto;
  flex-direction: column;
  align-items: center;
}

.grisimci.column.faq {
  height: auto;
  background-color: #000;
  flex-direction: column;
  align-items: center;
}

.grisimci.cta {
  height: 60vh;
  background-color: #40089c;
  justify-content: space-between;
  align-items: center;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
}

.grisimci.full-img {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.grisimci.wide {
  height: auto;
  background-color: #1b1b1b;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.grisimci.wide.img {
  height: 100vh;
  background-color: #fff;
  background-image: url('../images/bg1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
  flex-flow: column wrap;
  align-content: center;
  align-items: center;
  display: flex;
}

.grisimci.wide.purple {
  background-image: linear-gradient(135deg, #2f61e8, #602bb6);
  background-position: 0 0;
  background-size: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.grisimci.grid-imgs {
  height: 50vh;
  flex-wrap: wrap;
  justify-content: flex-start;
  display: flex;
}

.grisimci.wide-copy {
  height: auto;
  background-color: #1b1b1b;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.grisimci.wide-copy.img {
  height: 100vh;
  background-color: #fff;
  background-image: url('../images/bg1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
  flex-flow: column wrap;
  align-content: center;
  align-items: center;
  display: flex;
}

.grisimci.wide-copy.purple {
  background-image: linear-gradient(135deg, #2f61e8, #602bb6);
  background-position: 0 0;
  background-size: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.grisimci.wide-copy.img-copy {
  height: 150vh;
  background-color: #fff;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  flex-flow: column wrap;
  align-content: center;
  align-items: center;
  display: flex;
}

.heading-4-copy {
  max-width: 700px;
  min-width: 700px;
  color: #2e2c2c;
  text-align: center;
  -webkit-text-stroke-color: #263b43;
  font-family: Exo, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.title-copy {
  color: #a8a8a8;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-bottom: 1px #2e2e2e;
  padding-bottom: 5px;
  font-size: 12px;
  display: inline-block;
}

.title-copy.white {
  color: rgba(255, 255, 255, .6);
  border-bottom-color: rgba(255, 255, 255, .4);
}

.div-block-25-copy {
  grid-column-gap: 20px;
  text-align: center;
  flex-flow: column;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding-left: 10vh;
  padding-right: 10vh;
  display: flex;
  position: static;
}

.div-block-13-copy {
  height: 60vh;
  flex: 0 auto;
  align-self: flex-start;
  display: block;
  position: absolute;
}

.walsh-heading-xxlarge-copy {
  color: var(--228cb1);
  letter-spacing: -.02em;
  -webkit-text-stroke-color: #5c3737;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 6.3em;
  font-weight: 700;
  line-height: .95;
}

.field-label, .form-4 {
  text-align: left;
}

.joinasentrepeneur {
  height: 220vh;
}

.field-label-2 {
  color: #fff;
}

.field-label-3 {
  color: #fdfdfd;
}

.field-label-4, .field-label-5 {
  color: #fff;
}

.select-field {
  height: 48px;
  border: 1px solid var(--spark-library-border-default);
  background-color: var(--white);
  border-radius: 8px;
  font-size: 1rem;
}

.heading-8 {
  max-width: 65%;
  color: #6b6b6b;
  font-family: Exo, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
}

.walsh-image-logo-2 {
  width: 100%;
  max-height: 24px;
  max-width: 132px;
  object-fit: contain;
}

.walsh-logos-wrapper-2 {
  width: auto;
  background-color: #fff;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: 3.5em 2em;
  display: flex;
}

.walsh-main-grid-2 {
  width: 100%;
  grid-column-gap: 2.2em;
  grid-row-gap: 2.2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
  position: relative;
}

.walsh-center-wrapper-gap-2 {
  grid-row-gap: 1.5em;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.walsh-container-3 {
  z-index: 2;
  width: 100%;
  max-width: 1480px;
  flex: none;
  margin-left: auto;
  margin-right: auto;
  padding-top: 88px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.walsh-image-logo-opacity-2 {
  width: 100%;
  max-height: 24px;
  max-width: 125px;
  opacity: .45;
  object-fit: contain;
}

.walsh-logo-wrapper-transparent-2 {
  width: auto;
  justify-content: center;
  align-items: center;
  padding: 2.5em 2em;
  display: flex;
}

.walsh-flex-logos-2 {
  grid-column-gap: 0em;
  justify-content: center;
  display: flex;
}

.walsh-heading-regular-2 {
  color: var(--walsh-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.8em;
  font-weight: 700;
  line-height: 1.2;
}

.walsh-center-wrapper-gap-large-2 {
  grid-row-gap: 4.5em;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.walsh-container-4 {
  z-index: 2;
  width: 100%;
  max-width: 1480px;
  flex: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.walsh-logos-light-green-wrapper {
  width: auto;
  background-color: #e7e7e7;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 3.5em 2em;
  display: flex;
}

.walsh-logo-wall-wrapper {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-columns: 1fr 1fr 1fr;
  position: relative;
}

.walsh-heading-medium-2 {
  color: var(--walsh-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 3.2em;
  font-weight: 700;
  line-height: 1.1;
}

.walsh-container-block {
  width: 100%;
  padding: 4.5em;
  position: relative;
  overflow: hidden;
}

.walsh-container-5 {
  z-index: 2;
  width: 100%;
  max-width: 1480px;
  flex: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.walsh-main-grid-no-gap-2 {
  width: 100%;
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
  position: relative;
}

.div-block-26 {
  min-height: 1px;
  text-indent: 1px;
  background-color: #ccc;
  border-radius: 2px;
}

.walsh-inner-float-image {
  width: 100%;
  height: 100%;
  background-color: #cfc2c2;
  border-top-left-radius: 45px;
}

.walsh-padding-image-hero {
  padding-top: 8em;
  padding-bottom: 8em;
  padding-left: 3em;
}

.walsh-icon-arrow-flip-2 {
  height: 12px;
}

.walsh-arrow-wrapper-2 {
  height: 12px;
  grid-row-gap: 0px;
  flex-direction: column;
  flex: none;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.walsh-label-button-2 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.2em;
}

.walsh-button-label-white-w-2 {
  z-index: 4;
  grid-column-gap: 8px;
  color: #fff;
  align-items: center;
  display: flex;
  position: relative;
}

.walsh-link-block-white-2 {
  color: #000;
  padding-top: 5px;
  padding-bottom: 5px;
  text-decoration: none;
  transition: box-shadow .2s cubic-bezier(.645, .045, .355, 1);
  box-shadow: inset 0 -3px rgba(255, 255, 255, .1);
}

.walsh-link-block-white-2:hover {
  color: #444;
  box-shadow: inset 0 -3px #b0eab9;
}

.walsh-button-hover-fill-2 {
  width: 5em;
  height: 5em;
  background-color: #000;
  border-radius: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -100%;
  bottom: auto;
  left: -46%;
  right: auto;
}

.walsh-button-label-wrapper-2 {
  z-index: 4;
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
  position: relative;
}

.walsh-link-block-orange-2 {
  color: #fff;
  text-align: center;
  background-color: #ff715b;
  border-radius: 100px;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 20px 32px;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.walsh-link-block-orange-2:hover {
  background-color: #ffbba6;
}

.walsh-hero-div-block-2 {
  grid-column-gap: 1.25em;
  justify-content: flex-end;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.walsh-paragraph-serif-left-hero-2 {
  max-width: 22em;
  color: rgba(255, 255, 255, .8);
  text-transform: uppercase;
  margin-bottom: .75em;
  font-family: Exo, sans-serif;
  font-size: 1.4em;
  line-height: 1.6;
}

.walsh-hero-p-wrapper-2 {
  width: 100%;
  max-width: 36em;
}

.walsh-text-marker {
  color: #fff;
  background-image: url('../images/span-marker.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  padding: .05em .1em;
  display: inline-block;
}

.walsh-heading-xlarge-white {
  color: #fff;
  letter-spacing: -.02em;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 6.65em;
  font-weight: 700;
  line-height: 1;
}

.walsh-left-hero-2 {
  width: 100%;
  grid-row-gap: 2em;
  color: #fff;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 5em;
  padding-bottom: 5em;
  display: flex;
}

.walsh-main-grid-no-gap-3 {
  width: 100%;
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
  position: relative;
}

.walsh-container-6 {
  z-index: 2;
  width: 100%;
  height: 100vh;
  max-width: 1400px;
  flex: none;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10vh;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.walsh-background-darkgreen-2 {
  background-color: var(--walsh-walsh-dark-green-2);
  position: relative;
}

.walsh-icon-check {
  height: 9px;
}

.walsh-circle-check {
  width: 24px;
  height: 24px;
  color: var(--dim-grey);
  background-color: rgba(114, 131, 143, .61);
  border-radius: 100px;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
  display: flex;
}

.walsh-list-flex-white {
  color: rgba(255, 255, 255, .8);
  text-align: left;
  align-items: center;
  padding-top: 7px;
  padding-bottom: 7px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 16px;
  display: flex;
}

.walsh-flex-col-padding-small {
  grid-column-gap: 2em;
  padding-top: 35px;
  display: flex;
}

.walsh-form-error-2 {
  color: #8a0a0a;
  background-color: #f76969;
  border-radius: 4px;
  padding-top: 13px;
  padding-bottom: 13px;
}

.walsh-form-success-rounded-2 {
  color: #313d17;
  background-color: #c4f85c;
  border-radius: 35px;
}

.walsh-button-circle-medium {
  width: 5.2em;
  height: 5.2em;
  background-color: #ff715b;
  background-image: url('../images/icon-arrow-right-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 12px;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
}

.walsh-button-circle-medium:hover {
  background-color: #ffdd79;
}

.walsh-text-field {
  width: 100%;
  height: auto;
  min-height: 65px;
  min-width: 16em;
  border: 1px solid #fff;
  border-radius: 6px;
  margin-bottom: 0;
  margin-right: 15px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 20px;
  font-size: 18px;
  box-shadow: inset 1px 1px #fff;
}

.walsh-cta-form {
  width: 100%;
  grid-column-gap: 15px;
  justify-content: center;
  display: flex;
}

.walsh-form-block {
  width: 100%;
  color: #fff;
  flex: 1;
  margin-bottom: 0;
}

.walsh-heading-large-white {
  color: #5fa097;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 4.8em;
  font-weight: 700;
  line-height: 1;
}

.walsh-tag-white-2 {
  color: var(--walsh-walsh-light-green);
  text-align: left;
  text-transform: uppercase;
  background-color: rgba(81, 170, 118, .1);
  border-radius: 200px;
  align-items: center;
  padding: 7px 20px;
  font-size: 12px;
  display: flex;
  overflow: hidden;
}

.walsh-cta-h-wrapper {
  grid-row-gap: 1.5em;
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding-top: 2em;
  padding-bottom: 2em;
  display: flex;
}

.walsh-center-h-wrapper {
  width: 100%;
  grid-row-gap: 10px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.walsh-main-grid-3 {
  width: 100%;
  grid-column-gap: 2.2em;
  grid-row-gap: 2.2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
  position: relative;
}

.walsh-container-padding-large {
  z-index: 2;
  width: 100%;
  max-width: 1480px;
  flex: none;
  margin-left: auto;
  margin-right: auto;
  padding: 10em 4.5em;
  position: relative;
}

.walsh-background-svg-green {
  background-color: #ebebeb;
  background-image: url('../images/64df3a5da157bea54fce500b_bg-green.svg');
  background-position: 0 0;
  background-size: cover;
  position: relative;
}

.paragraph-7 {
  color: #ccc9c9;
}

.text-block-3 {
  color: #3d5347;
  font-size: 18px;
}

.div-block-27 {
  color: #181616;
}

.text-block-4, .text-block-5, .text-block-6, .text-block-7, .text-block-8 {
  color: var(--dim-grey);
  font-family: Exo, sans-serif;
  font-weight: 500;
}

.walsh-button-fill {
  width: 15em;
  height: 8em;
  background-color: #4ab1bd;
  border-radius: 200px;
  position: absolute;
}

.walsh-arrow-top-right {
  z-index: 1;
  width: 1.25rem;
  position: relative;
}

.walsh-button-circle {
  width: 14em;
  height: 7em;
  background-color: #ff715b;
  border-radius: 200px;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.walsh-button-circle:hover {
  background-color: #fcb55e;
}

.walsh-text-marker-green {
  color: #214f58;
  background-image: url('../images/span-marker-2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  padding: .1em;
  display: inline-block;
}

.walsh-image-hero {
  max-height: 45em;
}

.walsh-hero-inner-image {
  justify-content: center;
  align-items: flex-end;
  padding-top: 35px;
  display: flex;
}

.walsh-container-7 {
  z-index: 2;
  width: 100%;
  max-width: 1480px;
  flex: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.columns {
  align-self: auto;
}

.div-block-25-copy-copy {
  grid-column-gap: 20px;
  text-align: center;
  flex-flow: column;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding-left: 10vh;
  padding-right: 10vh;
  display: flex;
  position: static;
}

.html-embed {
  justify-content: center;
  display: flex;
}

.div-block-28 {
  max-width: 500px;
  min-width: 400px;
  justify-content: center;
  align-self: center;
  display: flex;
}

.walsh-background-darkgreen-copy-copy {
  height: 100%;
  background-color: var(--walsh-walsh-dark-green-2);
  background-image: linear-gradient(128deg, #046a8d, #18b79b);
  align-items: center;
  display: block;
  position: relative;
}

.join1 {
  height: 120vh;
  background-color: var(--walsh-walsh-dark-green-2);
  background-image: linear-gradient(128deg, #046a8d, #18b79b);
  align-items: center;
  display: block;
  position: relative;
}

.form23 {
  z-index: 2;
  width: 100%;
  max-width: 1480px;
  flex: none;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10vh;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Exo, sans-serif;
  position: relative;
}

.form24 {
  width: 100%;
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: center;
  align-items: center;
  justify-items: stretch;
  display: grid;
  position: relative;
}

.form25 {
  height: 100%;
  justify-content: center;
  align-items: center;
  padding-top: 6em;
  padding-bottom: 6em;
  padding-left: 3em;
  display: flex;
  overflow: hidden;
}

.sol {
  width: 100%;
  grid-row-gap: 2em;
  color: #fff;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 13.8em;
  padding-bottom: 5em;
  display: flex;
}

.about {
  height: 100vh;
}

.heading-5-copy {
  color: #746b6b;
  text-align: center;
  font-family: Exo, sans-serif;
  font-size: 30px;
}

.joinasinvestor {
  height: 120vh;
}

.contact23 {
  height: auto;
}

.join {
  height: 220vh;
  background-color: var(--walsh-walsh-dark-green-2);
  background-image: linear-gradient(128deg, #046a8d, #18b79b);
  align-items: center;
  display: block;
  position: relative;
}

.form23-copy {
  z-index: 2;
  width: 100%;
  max-width: 1480px;
  flex: none;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10vh;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Exo, sans-serif;
  position: relative;
}

.form24-copy {
  width: 100%;
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: center;
  align-items: center;
  justify-items: stretch;
  display: grid;
  position: relative;
}

.entrepeleft {
  width: 100%;
  grid-row-gap: 2em;
  color: #fff;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 13.8em;
  padding-bottom: 5em;
  display: flex;
}

.walsh-hero-p-wrapper-copy {
  width: 100%;
  max-width: 36em;
}

.entreperight {
  height: 100%;
  justify-content: center;
  align-items: center;
  padding-top: 6em;
  padding-bottom: 6em;
  padding-left: 3em;
  display: flex;
  overflow: hidden;
}

.contact44 {
  height: 100vh;
  background-color: var(--walsh-walsh-dark-green-2);
  background-image: linear-gradient(128deg, #046a8d, #18b79b);
  align-items: center;
  display: block;
  position: relative;
}

.c-tanct {
  z-index: 2;
  width: 100%;
  height: auto;
  max-width: 1480px;
  flex: none;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Exo, sans-serif;
  position: relative;
}

.analeft {
  width: 100%;
  grid-row-gap: 2em;
  color: #fff;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: -315px;
  padding-top: 10.7em;
  padding-bottom: 5em;
  display: flex;
}

.anaright {
  height: auto;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  margin-top: -60px;
  padding-top: 0;
  padding-bottom: 4.8em;
  padding-left: 0;
  display: flex;
  overflow: hidden;
}

.anasayfa-header {
  height: 100vh;
  background-color: var(--walsh-walsh-dark-green-2);
  background-image: linear-gradient(128deg, #046a8d, #18b79b);
  position: relative;
}

.anahead {
  z-index: 2;
  width: 100%;
  max-width: 1480px;
  flex: none;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10vh;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Exo, sans-serif;
  position: relative;
}

.investor-left {
  width: 100%;
  height: 100vh;
  grid-column-gap: 16px;
  grid-row-gap: 2em;
  color: #fff;
  text-align: left;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 131px;
  padding-top: 0;
  padding-bottom: 8.5em;
  display: flex;
}

.investor-right {
  height: 130vh;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  padding-top: 7.3em;
  padding-bottom: 6em;
  padding-left: 3em;
  display: flex;
  overflow: hidden;
}

.investorr {
  width: 100%;
  height: auto;
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  justify-content: center;
  align-items: center;
  justify-items: stretch;
  display: grid;
  position: relative;
}

.walsh-container-investor {
  z-index: 2;
  width: 100%;
  height: auto;
  max-width: 1480px;
  flex: none;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10vh;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Exo, sans-serif;
  position: relative;
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 34px;
    line-height: 44px;
  }

  h3 {
    font-size: 20px;
    line-height: 32px;
  }

  .serit.center {
    height: auto;
    flex-direction: column;
    padding-top: 15vh;
  }

  .hero {
    padding-left: 0;
    padding-right: 0;
  }

  .nav, .nav-inner {
    width: 100vw;
  }

  .nav-link {
    padding-top: 20px;
  }

  .nav-link:hover {
    box-shadow: none;
  }

  .nav-menu {
    position: absolute;
  }

  .hero-image {
    width: 70%;
    height: auto;
    margin-bottom: 7vw;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .hero-content {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .feature-wrap {
    margin-top: 5vh;
    margin-bottom: 5vh;
    padding-left: 0;
    padding-right: 0;
  }

  .feature-wrap.logos {
    margin-top: 5vh;
    margin-bottom: 5vh;
  }

  .hero-subhead {
    font-size: 24px;
    line-height: 31px;
  }

  .bottom-image-wrap {
    height: auto;
    background-image: none;
  }

  .feature-icon {
    flex: none;
  }

  .quote-slider {
    width: 100vw;
    height: auto;
    min-height: 500px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .quote-wrap {
    width: 70vw;
  }

  .menu-icon {
    color: #fff;
    font-size: 40px;
  }

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

  .nav-menu-2 {
    min-width: 240px;
    background-color: #000;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .brand {
    padding-left: 18px;
  }

  .heading-3 {
    max-width: 80%;
    font-size: 8vw;
  }

  .heading-5 {
    display: block;
  }

  .column-2, .column-3 {
    position: static;
  }

  .hakkimizda.center, .neleryap-yoruz.center {
    height: auto;
    flex-direction: column;
    padding-top: 15vh;
  }

  .ekip {
    margin-top: 5vh;
    margin-bottom: 5vh;
    padding-left: 0;
    padding-right: 0;
  }

  .ekip.logos {
    margin-top: 5vh;
    margin-bottom: 5vh;
  }

  .hero-content-copy {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .walsh-menu-button {
    color: #fff;
    order: 1;
  }

  .walsh-menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .walsh-button-hover-fill {
    display: none;
  }

  .walsh-link-block-orange {
    padding-left: 50px;
  }

  .walsh-flex-nav-buttons {
    justify-content: flex-start;
    margin-top: 15px;
  }

  .walsh-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
  }

  .walsh-toggle:hover {
    background-color: rgba(0, 0, 0, 0);
  }

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

  .walsh-nav-link-white {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
  }

  .walsh-nav-link-white:hover {
    background-color: rgba(0, 0, 0, 0);
  }

  .walsh-nav-menu-green {
    background-color: var(--walsh-walsh-dark-green);
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .walsh-container-nav {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 0;
  }

  .walsh-image-hero-device {
    height: auto;
    max-height: 45em;
  }

  .contact-right {
    height: 50vh;
    margin-top: -33px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .walsh-hero-div-block {
    justify-content: center;
  }

  .walsh-paragraph-serif-left-hero {
    max-width: none;
  }

  .walsh-text-burst {
    background-size: auto 60%;
  }

  .walsh-heading-xxlarge {
    font-size: 4em;
  }

  .walsh-main-grid-no-gap {
    grid-template-columns: 1fr 1fr;
  }

  .walsh-container {
    width: auto;
    flex: 0 auto;
  }

  .walsh-button-light-green {
    padding: 18px 40px;
  }

  .walsh-button-light-green:hover {
    background-color: rgba(128, 128, 128, .2);
  }

  .walsh-text-field-auto {
    min-width: 100%;
    margin-bottom: 15px;
    margin-right: 0;
  }

  .walsh-form-single-row {
    flex-direction: column;
  }

  .walsh-form-block-center {
    padding-right: 0;
  }

  .walsh-main-grid {
    grid-template-columns: 1fr 1fr;
  }

  .walsh-cta-block-dark-green {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding-left: 3em;
    padding-right: 3em;
    display: flex;
  }

  .walsh-image-logo {
    height: 100%;
    max-height: 50px;
    max-width: 120px;
  }

  .walsh-container-2 {
    width: auto;
    flex: 0 auto;
  }

  .walsh-image-logo-opacity {
    height: 100%;
    max-height: 50px;
    max-width: 120px;
  }

  .walsh-logo-wrapper-transparent, .walsh-logos-wrapper {
    width: auto;
  }

  .walsh-footer-inner-menu {
    grid-column-gap: 0px;
    grid-row-gap: 12px;
    flex-flow: column wrap;
  }

  .walsh-footer-grid-social {
    width: 100%;
  }

  .walsh-heading-large {
    letter-spacing: -.01em;
    font-size: 3em;
  }

  .walsh-rounded-card {
    grid-row-gap: 2em;
  }

  .walsh-heading-large-copy {
    letter-spacing: -.01em;
    font-size: 3em;
  }

  .spark-hero-section-image {
    width: 100%;
    max-width: 100%;
  }

  .spark-hero-section-left-side {
    width: 100%;
  }

  .spark-flex-row.spark-5-spacing {
    grid-row-gap: 2rem;
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .spark-section {
    padding-top: 104px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-checkbox {
    width: 14px;
    height: 14px;
    margin-top: 0;
    margin-right: 6px;
  }

  .spark-input.spark-message-input {
    padding-top: 12px;
  }

  .walsh-paragraph-serif-left-hero-copy {
    max-width: none;
  }

  .walsh-text-burst-copy {
    background-size: auto 60%;
  }

  .walsh-container-copy {
    width: auto;
    flex: 0 auto;
  }

  .contact-56 {
    grid-template-columns: 1fr 1fr;
    margin-top: 90px;
  }

  .grisimci.center {
    height: auto;
    flex-direction: column;
    padding-top: 15vh;
  }

  .walsh-heading-xxlarge-copy {
    font-size: 4em;
  }

  .joinasentrepeneur {
    height: 250vh;
  }

  .walsh-image-logo-2 {
    height: 100%;
    max-height: 50px;
    max-width: 120px;
  }

  .walsh-logos-wrapper-2 {
    width: auto;
  }

  .walsh-main-grid-2 {
    grid-template-columns: 1fr 1fr;
  }

  .walsh-container-3 {
    width: auto;
    flex: 0 auto;
  }

  .walsh-image-logo-opacity-2 {
    height: 100%;
    max-height: 50px;
    max-width: 120px;
  }

  .walsh-logo-wrapper-transparent-2 {
    width: auto;
  }

  .walsh-container-4 {
    width: auto;
    flex: 0 auto;
  }

  .walsh-logos-light-green-wrapper {
    width: auto;
  }

  .walsh-logo-wall-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .walsh-container-block {
    padding-left: 2.5em;
    padding-right: 2.5em;
  }

  .walsh-container-5 {
    width: auto;
    flex: 0 auto;
  }

  .walsh-main-grid-no-gap-2 {
    grid-template-columns: 1fr 1fr;
  }

  .walsh-padding-image-hero {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .walsh-button-hover-fill-2 {
    display: none;
  }

  .walsh-link-block-orange-2 {
    padding-left: 50px;
  }

  .walsh-hero-div-block-2 {
    justify-content: center;
  }

  .walsh-paragraph-serif-left-hero-2 {
    max-width: none;
  }

  .walsh-heading-xlarge-white {
    font-size: 4em;
  }

  .walsh-main-grid-no-gap-3 {
    grid-template-columns: 1fr 1fr;
  }

  .walsh-container-6 {
    width: auto;
    height: 140vh;
    flex: 0 auto;
  }

  .walsh-icon-check {
    margin-right: 0;
  }

  .walsh-text-field {
    min-width: auto;
  }

  .walsh-form-block {
    padding-right: 0;
  }

  .walsh-main-grid-3 {
    grid-template-columns: 1fr 1fr;
  }

  .walsh-container-padding-large {
    width: auto;
    flex: 0 auto;
    padding-top: 8em;
    padding-bottom: 8em;
  }

  .walsh-button-fill {
    display: none;
  }

  .walsh-image-hero {
    width: 100%;
    max-width: none;
  }

  .walsh-container-7, .form23 {
    width: auto;
    flex: 0 auto;
  }

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

  .form25 {
    height: 120%;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .about {
    height: 140vh;
  }

  .heading-5-copy {
    display: block;
  }

  .joinasinvestor {
    height: 250vh;
  }

  .contact23 {
    height: 120vh;
  }

  .form23-copy {
    width: auto;
    flex: 0 auto;
  }

  .form24-copy {
    grid-template-columns: 1fr 1fr;
  }

  .entreperight {
    height: 120%;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .contact44 {
    padding-top: 53px;
  }

  .c-tanct {
    width: auto;
    flex: 0 auto;
  }

  .anaright {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .anahead {
    width: auto;
    flex: 0 auto;
  }

  .investor-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

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

  .walsh-container-investor {
    width: auto;
    flex: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 28px;
    line-height: 38px;
  }

  .feature-content.icons {
    width: auto;
    text-align: left;
    align-items: flex-start;
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .feature-content.icons.numbers {
    width: 50%;
    flex: none;
    align-items: center;
  }

  .button.form-button {
    border-top-right-radius: 0;
    border-bottom-left-radius: 3px;
  }

  .wrap {
    width: 100%;
    max-width: none;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    padding-left: 15vw;
    padding-right: 15vw;
    display: flex;
  }

  .hero-image {
    margin-bottom: 10vw;
  }

  .hero-content {
    margin-bottom: 5vh;
  }

  .feature-wrap {
    flex-direction: row;
  }

  .feature-wrap.icons {
    flex-flow: wrap;
    display: block;
  }

  .feature-wrap.icons.numbers {
    display: flex;
  }

  .footer-link {
    margin-bottom: 10px;
    display: inline-block;
  }

  .form-2 {
    flex-direction: column;
  }

  .input {
    text-align: center;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 0;
    padding-left: 22px;
    padding-right: 22px;
  }

  .quote-attribution {
    flex-direction: row;
    align-items: center;
  }

  .menu-icon {
    font-size: 30px;
  }

  .form-block {
    width: 100%;
  }

  .wrap2 {
    width: 100%;
    max-width: none;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    padding-left: 15vw;
    padding-right: 15vw;
    display: flex;
  }

  .column-3 {
    justify-content: center;
    display: flex;
  }

  .warp1 {
    width: 100%;
    max-width: none;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    padding-left: 15vw;
    padding-right: 15vw;
    display: flex;
  }

  .ekip {
    flex-direction: row;
  }

  .ekip.icons {
    flex-flow: wrap;
    display: block;
  }

  .ekip.icons.numbers {
    display: flex;
  }

  .hero-content-copy {
    margin-bottom: 5vh;
  }

  .walsh-brand-block {
    padding-left: 0;
  }

  .contact-right {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .walsh-paragraph-serif-left-hero {
    font-size: 1.4em;
  }

  .walsh-heading-xxlarge {
    font-size: 3em;
  }

  .contactleft {
    padding-top: 3em;
    padding-bottom: 0;
  }

  .walsh-button-light-green {
    width: 100%;
    font-size: 16px;
  }

  .walsh-text-field-auto {
    text-align: left;
  }

  .walsh-form-block-center {
    width: 100%;
  }

  .walsh-heading-medium-white {
    font-size: 2.4em;
  }

  .walsh-main-grid {
    grid-column-gap: 1em;
    grid-row-gap: 2em;
  }

  .walsh-heading-medium {
    font-size: 2.4em;
  }

  .walsh-rounded-box, .walsh-rounded-box-large {
    grid-row-gap: 1.5em;
  }

  .walsh-flex-logos {
    flex-wrap: wrap;
  }

  .walsh-heading-regular {
    font-size: 1.8em;
  }

  .walsh-center-wrapper-gap-large {
    grid-row-gap: 3.5em;
  }

  .walsh-logo-footer {
    max-height: 32px;
  }

  .walsh-heading-large {
    font-size: 2em;
  }

  .walsh-rounded-card {
    grid-row-gap: 1.5em;
  }

  .walsh-heading-large-copy {
    font-size: 2em;
  }

  .spark-hero-section-image {
    width: 100%;
    max-width: 100%;
  }

  .spark-hero-sub-paragraph {
    margin-bottom: 32px;
  }

  .spark-hero-section-left-side {
    width: 100%;
  }

  .spark-flex-row {
    flex-direction: column;
  }

  .spark-flex-row.spark-5-spacing {
    grid-row-gap: 24px;
    flex-direction: column-reverse;
  }

  .spark-flex-row.spark-5-spacing.spark-flipped-row {
    flex-direction: column-reverse;
  }

  .spark-container {
    width: 100%;
  }

  .spark-section {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .walsh-paragraph-serif-left-hero-copy {
    font-size: 1.4em;
  }

  .walsh-heading-xxlarge-copy {
    font-size: 3em;
  }

  .walsh-main-grid-2 {
    grid-column-gap: 1em;
    grid-row-gap: 2em;
  }

  .walsh-flex-logos-2 {
    flex-wrap: wrap;
  }

  .walsh-heading-regular-2 {
    font-size: 1.8em;
  }

  .walsh-center-wrapper-gap-large-2 {
    grid-row-gap: 3.5em;
  }

  .walsh-logo-wall-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .walsh-heading-medium-2 {
    font-size: 2.4em;
  }

  .walsh-container-block {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .walsh-padding-image-hero {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .walsh-paragraph-serif-left-hero-2 {
    font-size: 1.4em;
  }

  .walsh-heading-xlarge-white {
    font-size: 3em;
  }

  .walsh-left-hero-2 {
    padding-top: 3em;
    padding-bottom: 0;
  }

  .walsh-container-6 {
    height: 130vh;
  }

  .walsh-flex-col-padding-small {
    flex-direction: column;
    padding-top: 25px;
  }

  .walsh-text-field {
    text-align: left;
    margin-bottom: 15px;
    margin-right: 0;
  }

  .walsh-cta-form {
    flex-direction: column;
  }

  .walsh-form-block {
    width: 100%;
  }

  .walsh-heading-large-white {
    font-size: 2.4em;
  }

  .walsh-main-grid-3 {
    grid-column-gap: 1em;
    grid-row-gap: 2em;
  }

  .walsh-container-padding-large {
    padding: 6em 3.5em;
  }

  .form25 {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .sol {
    padding-top: 3em;
    padding-bottom: 0;
  }

  .about {
    height: 130vh;
  }

  .entrepeleft {
    padding-top: 3em;
    padding-bottom: 0;
  }

  .entreperight {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .analeft {
    margin-top: -158px;
    padding-top: 3em;
    padding-bottom: 0;
  }

  .anaright {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .investor-left {
    padding-top: 3em;
    padding-bottom: 0;
  }

  .investor-right {
    padding-top: 3em;
    padding-bottom: 3em;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 60px;
    line-height: 70px;
  }

  h3 {
    font-size: 16px;
  }

  .serit.center {
    padding-bottom: 10vh;
  }

  .serit.wide.purple {
    height: 23em;
  }

  .hero {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-inner {
    width: 100vw;
  }

  .feature-content {
    width: auto;
  }

  .feature-content.icons {
    text-align: center;
    align-items: center;
  }

  .feature-content.icons.numbers {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
  }

  .button {
    width: 100%;
  }

  .button.contact {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
  }

  .wrap {
    padding-top: 31px;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .image-2 {
    width: 100%;
  }

  .button-wrap {
    width: 90vw;
    flex-direction: column;
    margin-top: 2vh;
  }

  .hero-image {
    width: 80%;
  }

  .black-text {
    text-align: center;
  }

  .feature-wrap, .feature-wrap.reverse {
    flex-direction: column;
  }

  .feature-wrap.icons {
    text-align: center;
  }

  .feature-image {
    width: auto;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .feature-icon {
    margin-bottom: 20px;
  }

  .form-2 {
    width: 90vw;
    flex-direction: column;
  }

  .quote-slider {
    width: 100vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .slider-arrow {
    font-size: 24px;
  }

  .left-arrow, .right-arrow {
    width: 15vw;
  }

  .number {
    font-size: 40px;
  }

  .heading-3 {
    max-width: 100%;
    font-size: 42px;
    line-height: 56px;
  }

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

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

  .wrap2 {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .div-block-24 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
    position: static;
  }

  .column-3 {
    padding-left: 0;
  }

  .hakkimizda.center {
    padding-bottom: 10vh;
  }

  .hakkimizda.wide.img {
    height: 100%;
  }

  .warp1 {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .neleryap-yoruz.center {
    padding-bottom: 10vh;
  }

  .quick-stack-2 {
    align-self: center;
  }

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

  .ekip.reverse {
    flex-direction: column;
  }

  .walsh-label-button {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 16px;
    line-height: 10px;
  }

  .walsh-link-block-orange {
    align-self: center;
    padding-left: 30px;
    padding-right: 25px;
  }

  .walsh-link-block-transparent-1 {
    padding-left: 30px;
    padding-right: 25px;
  }

  .walsh-flex-nav-buttons {
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: stretch;
  }

  .walsh-toggle {
    padding-top: 15px;
    padding-bottom: 14px;
  }

  .walsh-nav-link-white {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .walsh-nav-logo {
    height: 24px;
  }

  .contact-right {
    height: 70vh;
    max-height: 350px;
    margin-top: 23px;
    padding-top: 1.7em;
  }

  .walsh-hero-div-block {
    width: 100%;
    grid-row-gap: 1.25em;
    flex-direction: column;
    align-items: center;
    margin-top: -39px;
    padding-top: 0;
    padding-bottom: 70px;
  }

  .walsh-paragraph-serif-left-hero {
    text-align: center;
    font-size: 1.2em;
  }

  .walsh-hero-p-wrapper {
    padding-top: 0;
  }

  .walsh-text-burst {
    background-size: auto 56%;
  }

  .contactleft {
    text-align: center;
    align-items: flex-start;
    padding-top: 0;
    font-size: 18px;
  }

  .walsh-container {
    width: 100%;
    flex: 0 auto;
    padding-bottom: 10vh;
  }

  .walsh-text-small-white {
    font-size: 13px;
  }

  .walsh-button-light-green {
    width: 100%;
    justify-content: center;
    padding-left: 25px;
    padding-right: 25px;
  }

  .walsh-text-field-auto {
    text-align: left;
  }

  .walsh-form-single-row {
    align-items: center;
  }

  .walsh-main-paragraph-white {
    font-size: 1em;
  }

  .walsh-heading-medium-white {
    font-size: 1.8em;
  }

  .walsh-tag-white {
    text-align: left;
  }

  .walsh-center-wrapper-gap {
    grid-row-gap: 1em;
    font-size: 18px;
  }

  .walsh-cta-block-dark-green {
    padding: 3em 2em;
  }

  .walsh-image-logo {
    max-height: 20px;
    max-width: none;
  }

  .walsh-text-small-left {
    font-size: 13px;
  }

  .walsh-heading-small {
    font-size: 1em;
  }

  .walsh-circle-image {
    flex: none;
  }

  .walsh-flex-col-wide {
    grid-row-gap: 1.25em;
    flex-wrap: wrap;
  }

  .walsh-main-paragraph {
    font-size: 1em;
  }

  .walsh-heading-medium {
    font-size: 1.8em;
  }

  .walsh-content-wrapper-gap {
    grid-row-gap: 1.2em;
  }

  .walsh-rounded-box {
    padding: 30px;
  }

  .walsh-heading-xsmall {
    font-size: 1em;
  }

  .testimonial {
    height: auto;
  }

  .walsh-link-wrapper {
    font-size: 16px;
  }

  .walsh-rounded-box-large {
    padding-bottom: 3em;
  }

  .walsh-container-2 {
    width: 100%;
    flex: 0 auto;
  }

  .walsh-image-logo-opacity {
    max-height: 20px;
    max-width: none;
  }

  .walsh-logo-wrapper-transparent {
    flex: 0 50%;
    order: 1;
    padding: 35px 10px;
  }

  .walsh-flex-logos {
    justify-content: space-between;
  }

  .walsh-heading-regular {
    font-size: 1.4em;
    line-height: 1.2;
  }

  .walsh-center-wrapper-gap-large {
    grid-row-gap: 2.5em;
    font-size: 18px;
  }

  .walsh-logos-wrapper {
    padding: 35px 10px;
  }

  .walsh-footer-grid-social {
    width: 100%;
    justify-content: center;
  }

  .walsh-footer-inner {
    width: 100%;
  }

  .walsh-footer-legal-text {
    font-size: 11px;
  }

  .walsh-logo-footer {
    max-height: 24px;
  }

  .walsh-content-wrapper-white {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .footer-o {
    text-align: center;
  }

  .walsh-card-wrapper-image-medium {
    height: auto;
    align-items: flex-end;
  }

  .walsh-main-paragraph-2 {
    font-size: 1em;
  }

  .walsh-inner-card {
    padding: 45px 30px 0;
  }

  .walsh-main-paragraph-2-copy {
    font-size: 1em;
  }

  .div-block-25 {
    grid-column-gap: 1px;
    padding: 7vh 1vh;
    font-size: 12px;
  }

  .spark-checked-item {
    grid-column-gap: 8px;
  }

  .spark-flex-row {
    align-items: flex-start;
  }

  .spark-section {
    padding: 64px 20px;
  }

  .spark-section h1 {
    font-size: 3rem;
  }

  .spark-section h2 {
    font-size: 2.5rem;
  }

  .spark-regular-form {
    width: 90%;
    margin-bottom: 54px;
    padding-top: 28px;
    line-height: 8px;
  }

  .spark-centered-900 {
    margin-bottom: 64px;
  }

  .walsh-paragraph-serif-left-hero-copy {
    text-align: center;
    font-size: 1em;
    line-height: 1.3;
  }

  .walsh-text-burst-copy {
    background-size: auto 56%;
  }

  .walsh-container-copy {
    width: 100%;
    flex: 0 auto;
  }

  .contact-56 {
    margin-top: 2px;
  }

  .grisimci.center {
    padding-bottom: 10vh;
  }

  .grisimci.wide-copy.img-copy {
    width: auto;
    height: auto;
    padding-top: 111px;
  }

  .div-block-25-copy {
    grid-column-gap: 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-13-copy {
    display: none;
  }

  .joinasentrepeneur {
    height: 300vh;
  }

  .heading-8 {
    max-width: none;
    color: #626363;
    font-size: .9rem;
    font-weight: 500;
    line-height: 25px;
  }

  .walsh-image-logo-2 {
    max-height: 20px;
    max-width: none;
  }

  .walsh-logos-wrapper-2 {
    padding: 35px 10px;
  }

  .walsh-center-wrapper-gap-2 {
    grid-row-gap: 1em;
    font-size: 18px;
  }

  .walsh-container-3 {
    width: 100%;
    flex: 0 auto;
  }

  .walsh-image-logo-opacity-2 {
    max-height: 20px;
    max-width: none;
  }

  .walsh-logo-wrapper-transparent-2 {
    flex: 0 50%;
    order: 1;
    padding: 35px 10px;
  }

  .walsh-flex-logos-2 {
    justify-content: space-between;
  }

  .walsh-heading-regular-2 {
    font-size: 1.4em;
    line-height: 1.2;
  }

  .walsh-center-wrapper-gap-large-2 {
    grid-row-gap: 2.5em;
    font-size: 18px;
  }

  .walsh-container-4 {
    width: 100%;
    flex: 0 auto;
  }

  .walsh-logos-light-green-wrapper {
    padding: 35px 10px;
  }

  .walsh-logo-wall-wrapper {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
  }

  .walsh-heading-medium-2 {
    font-size: 1.8em;
  }

  .walsh-container-block {
    padding: 3em 1em;
  }

  .walsh-container-5 {
    width: 100%;
    flex: 0 auto;
  }

  .walsh-label-button-2 {
    font-size: 16px;
  }

  .walsh-link-block-orange-2 {
    align-self: center;
    padding-left: 30px;
    padding-right: 25px;
  }

  .walsh-hero-div-block-2 {
    width: 100%;
    grid-row-gap: 1.25em;
    flex-direction: column;
    align-items: center;
  }

  .walsh-paragraph-serif-left-hero-2 {
    text-align: center;
    font-size: 1.2em;
  }

  .walsh-left-hero-2 {
    text-align: center;
    align-items: center;
    padding-top: 30px;
    font-size: 18px;
  }

  .walsh-container-6 {
    width: 100%;
    height: 130vh;
    flex: 0 auto;
  }

  .walsh-icon-check {
    margin-bottom: 0;
  }

  .walsh-list-flex-white {
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
    font-size: 16px;
  }

  .walsh-flex-col-padding-small {
    flex-wrap: wrap;
  }

  .walsh-text-field {
    height: 60px;
    max-width: none;
    text-align: left;
    margin-bottom: 0;
    padding-left: 20px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  }

  .walsh-cta-form {
    grid-row-gap: 1em;
    align-items: center;
  }

  .walsh-heading-large-white {
    font-size: 2em;
    line-height: 1.2;
  }

  .walsh-tag-white-2 {
    text-align: left;
  }

  .walsh-cta-h-wrapper {
    grid-row-gap: 1em;
  }

  .walsh-center-h-wrapper {
    font-size: 18px;
  }

  .walsh-container-padding-large {
    width: 100%;
    flex: 0 auto;
    padding: 4em 2.5em;
  }

  .walsh-button-circle {
    width: 5em;
    height: 5em;
  }

  .walsh-container-7 {
    width: 100%;
    flex: 0 auto;
  }

  .div-block-25-copy-copy {
    grid-column-gap: 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .html-embed {
    width: 100vw;
    height: 280vh;
    align-items: stretch;
  }

  .join1 {
    height: 170vh;
  }

  .form23 {
    width: 100%;
    flex: 0 auto;
    padding-top: 7vh;
  }

  .form24 {
    justify-content: center;
    justify-items: stretch;
    padding-left: 0;
  }

  .form25 {
    width: 100vw;
    height: 100vh;
    justify-content: flex-start;
    padding-top: 0;
    padding-bottom: .1em;
  }

  .sol {
    text-align: center;
    align-items: center;
    padding-top: 30px;
    font-size: 18px;
  }

  .about {
    height: 130vh;
  }

  .heading-5-copy {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .joinasinvestor {
    height: 170vh;
  }

  .contact23 {
    height: 100vh;
  }

  .join {
    height: 300vh;
  }

  .form23-copy {
    width: 100%;
    flex: 0 auto;
    padding-top: 7vh;
  }

  .form24-copy {
    justify-content: center;
    justify-items: stretch;
    padding-left: 0;
  }

  .entrepeleft {
    text-align: center;
    align-items: center;
    padding-top: 20px;
    font-size: 18px;
  }

  .walsh-hero-p-wrapper-copy {
    padding-top: 0;
  }

  .entreperight {
    width: 100vw;
    height: 300vh;
    justify-content: flex-start;
    margin-top: -64px;
    padding-top: 0;
    padding-bottom: .1em;
  }

  .c-tanct {
    width: 100%;
    flex: 0 auto;
    padding-top: 9vh;
  }

  .html-embed-2 {
    width: 100vw;
    height: 130vh;
    justify-content: center;
    display: flex;
  }

  .analeft {
    text-align: center;
    align-items: center;
    padding-top: 30px;
    font-size: 18px;
  }

  .anaright {
    padding-top: .5em;
  }

  .anasayfa-header {
    height: 110vh;
  }

  .anahead {
    width: 100%;
    flex: 0 auto;
    padding-bottom: 10vh;
  }

  .investor-left {
    height: auto;
    text-align: center;
    align-items: center;
    margin-top: 0;
    padding-top: 0;
    font-size: 18px;
  }

  .investor-right {
    width: 47vh;
    height: 130vh;
    justify-content: flex-start;
    margin-top: 0;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .investorr {
    margin-left: -14px;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .walsh-container-investor {
    width: 100%;
    flex: 0 auto;
    padding-left: 17px;
    padding-right: 18px;
  }
}

#w-node-_0105f26a-b89f-0cf0-f57b-4a3050328bac-34bf74a3 {
  grid-area: 1 / 1 / 2 / 7;
  align-self: center;
}

#w-node-_0105f26a-b89f-0cf0-f57b-4a3050328bca-34bf74a3 {
  grid-area: 1 / 7 / 2 / 13;
  align-self: center;
  justify-self: stretch;
}

#w-node-_233332fb-fc8e-17df-d31f-cfdcbe1f7202-34bf74a3 {
  grid-area: 1 / 1 / 2 / 7;
  align-self: center;
}

#w-node-_233332fb-fc8e-17df-d31f-cfdcbe1f7220-34bf74a3 {
  grid-area: 1 / 7 / 2 / 13;
  align-self: center;
  justify-self: stretch;
}

#w-node-_49c78770-ecfa-0f9d-8d8c-b81b28990abb-34bf74a3 {
  grid-area: 1 / 1 / 2 / 7;
  align-self: center;
}

#w-node-_49c78770-ecfa-0f9d-8d8c-b81b28990ad9-34bf74a3 {
  grid-area: 1 / 7 / 2 / 13;
  align-self: center;
  justify-self: stretch;
}

#w-node-_9c8784b7-9789-7850-21e2-57f3f09833b9-34bf74a3 {
  grid-area: 1 / 1 / 2 / 4;
  align-self: center;
}

#w-node-_9c8784b7-9789-7850-21e2-57f3f09833bb-34bf74a3 {
  grid-area: 2 / 4 / 3 / 10;
  align-self: center;
  justify-self: center;
}

#w-node-_9c8784b7-9789-7850-21e2-57f3f09833c2-34bf74a3 {
  grid-area: 1 / 10 / 2 / 13;
  align-self: center;
  justify-self: end;
}

#w-node-_9c8784b7-9789-7850-21e2-57f3f09833c4-34bf74a3 {
  justify-self: center;
}

#w-node-_9c8784b7-9789-7850-21e2-57f3f09833cc-34bf74a3 {
  grid-area: 1 / 4 / 2 / 10;
  align-self: center;
}

#w-node-_0105f26a-b89f-0cf0-f57b-4a3050328bac-e0c94fec {
  grid-area: 1 / 1 / 2 / 7;
  align-self: center;
}

#w-node-_0105f26a-b89f-0cf0-f57b-4a3050328bca-e0c94fec {
  grid-area: 1 / 7 / 2 / 13;
  align-self: center;
  justify-self: stretch;
}

#w-node-_233332fb-fc8e-17df-d31f-cfdcbe1f7202-e0c94fec {
  grid-area: 1 / 1 / 2 / 7;
  align-self: center;
}

#w-node-_233332fb-fc8e-17df-d31f-cfdcbe1f7220-e0c94fec {
  grid-area: 1 / 7 / 2 / 13;
  align-self: center;
  justify-self: stretch;
}

#w-node-_4d355b64-2c88-b165-8563-63a4f0c7528c-e0c94fec, #w-node-_4d355b64-2c88-b165-8563-63a4f0c7529a-e0c94fec {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-e61d6514-83ea-2b8a-4fad-16fccb4eb3bb-e0c94fec {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_88588f52-08b4-dbd2-a62c-c00786985d4b-e0c94fec {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee9eeec2-c02f-bd6d-e282-8771ba625b78-e0c94fec {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-ee9eeec2-c02f-bd6d-e282-8771ba625b79-e0c94fec, #w-node-ee9eeec2-c02f-bd6d-e282-8771ba625b7a-e0c94fec, #w-node-_0591a77e-3ac5-df9c-1f27-988d377a4ae1-e0c94fec {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_64805c92-8fdf-91d8-0d54-13dc123eeb7c-e0c94fec {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_64805c92-8fdf-91d8-0d54-13dc123eeb7d-e0c94fec, #w-node-_64805c92-8fdf-91d8-0d54-13dc123eeb7f-e0c94fec, #w-node-_96e0101f-c0c0-e8f2-6db2-1902ebd7eb21-e0c94fec {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4505b534-6f27-b475-7cb7-f8b4b5d1e000-e0c94fec {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_4505b534-6f27-b475-7cb7-f8b4b5d1e001-e0c94fec, #w-node-_4505b534-6f27-b475-7cb7-f8b4b5d1e003-e0c94fec {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2b4d9e79-fd63-ad42-2483-780a4051ea18-e0c94fec {
  grid-area: 1 / 1 / 2 / 4;
  align-self: center;
}

#w-node-_2b4d9e79-fd63-ad42-2483-780a4051ea1a-e0c94fec {
  grid-area: 2 / 4 / 3 / 10;
  align-self: center;
  justify-self: center;
}

#w-node-_2b4d9e79-fd63-ad42-2483-780a4051ea21-e0c94fec {
  grid-area: 1 / 10 / 2 / 13;
  align-self: center;
  justify-self: end;
}

#w-node-_2b4d9e79-fd63-ad42-2483-780a4051ea23-e0c94fec {
  justify-self: center;
}

#w-node-_2b4d9e79-fd63-ad42-2483-780a4051ea2b-e0c94fec {
  grid-area: 1 / 4 / 2 / 10;
  align-self: center;
}

#w-node-_0105f26a-b89f-0cf0-f57b-4a3050328bac-305453f0 {
  grid-area: 1 / 1 / 2 / 7;
  align-self: center;
}

#w-node-_0105f26a-b89f-0cf0-f57b-4a3050328bca-305453f0 {
  grid-area: 1 / 7 / 2 / 13;
  align-self: center;
  justify-self: stretch;
}

#w-node-_233332fb-fc8e-17df-d31f-cfdcbe1f7202-305453f0 {
  grid-area: 1 / 1 / 2 / 7;
  align-self: center;
}

#w-node-_233332fb-fc8e-17df-d31f-cfdcbe1f7220-305453f0 {
  grid-area: 1 / 7 / 2 / 13;
  align-self: center;
  justify-self: stretch;
}

#w-node-_4d355b64-2c88-b165-8563-63a4f0c7528c-305453f0, #w-node-_4d355b64-2c88-b165-8563-63a4f0c7529a-305453f0 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-e61d6514-83ea-2b8a-4fad-16fccb4eb3bb-305453f0 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_88588f52-08b4-dbd2-a62c-c00786985d4b-305453f0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee9eeec2-c02f-bd6d-e282-8771ba625b78-305453f0 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-ee9eeec2-c02f-bd6d-e282-8771ba625b79-305453f0, #w-node-ee9eeec2-c02f-bd6d-e282-8771ba625b7a-305453f0, #w-node-_0591a77e-3ac5-df9c-1f27-988d377a4ae1-305453f0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_64805c92-8fdf-91d8-0d54-13dc123eeb7c-305453f0 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_64805c92-8fdf-91d8-0d54-13dc123eeb7d-305453f0, #w-node-_64805c92-8fdf-91d8-0d54-13dc123eeb7f-305453f0, #w-node-_96e0101f-c0c0-e8f2-6db2-1902ebd7eb21-305453f0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4505b534-6f27-b475-7cb7-f8b4b5d1e000-305453f0 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_4505b534-6f27-b475-7cb7-f8b4b5d1e001-305453f0, #w-node-_4505b534-6f27-b475-7cb7-f8b4b5d1e003-305453f0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5c383fd5-4599-ce89-8ac3-0b0c830247bb-305453f0, #w-node-_5c383fd5-4599-ce89-8ac3-0b0c830247d3-305453f0, #w-node-_5c383fd5-4599-ce89-8ac3-0b0c830247eb-305453f0 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-_2b4d9e79-fd63-ad42-2483-780a4051ea18-305453f0 {
  grid-area: 1 / 1 / 2 / 4;
  align-self: center;
}

#w-node-_2b4d9e79-fd63-ad42-2483-780a4051ea1a-305453f0 {
  grid-area: 2 / 4 / 3 / 10;
  align-self: center;
  justify-self: center;
}

#w-node-_2b4d9e79-fd63-ad42-2483-780a4051ea21-305453f0 {
  grid-area: 1 / 10 / 2 / 13;
  align-self: center;
  justify-self: end;
}

#w-node-_2b4d9e79-fd63-ad42-2483-780a4051ea23-305453f0 {
  justify-self: center;
}

#w-node-_2b4d9e79-fd63-ad42-2483-780a4051ea2b-305453f0 {
  grid-area: 1 / 4 / 2 / 10;
  align-self: center;
}

#w-node-_0105f26a-b89f-0cf0-f57b-4a3050328bac-9e93dca6 {
  grid-area: 1 / 1 / 2 / 7;
  align-self: center;
}

#w-node-_0105f26a-b89f-0cf0-f57b-4a3050328bca-9e93dca6 {
  grid-area: 1 / 7 / 2 / 13;
  align-self: center;
  justify-self: stretch;
}

#w-node-fd0ef9ed-a56d-b7c8-6f12-3e7b35bf55e3-9e93dca6 {
  grid-area: 1 / 1 / 2 / 4;
  align-self: center;
}

#w-node-fd0ef9ed-a56d-b7c8-6f12-3e7b35bf55e5-9e93dca6 {
  grid-area: 2 / 4 / 3 / 10;
  align-self: center;
  justify-self: center;
}

#w-node-fd0ef9ed-a56d-b7c8-6f12-3e7b35bf55ec-9e93dca6 {
  grid-area: 1 / 10 / 2 / 13;
  align-self: center;
  justify-self: end;
}

#w-node-fd0ef9ed-a56d-b7c8-6f12-3e7b35bf55f0-9e93dca6 {
  justify-self: center;
}

#w-node-fd0ef9ed-a56d-b7c8-6f12-3e7b35bf55f6-9e93dca6 {
  grid-area: 1 / 4 / 2 / 10;
  align-self: center;
}

#w-node-ff5f33c4-c2d3-b2ba-e001-1d3c5a26851d-108b228a {
  grid-area: 1 / 1 / 2 / 7;
  align-self: center;
}

#w-node-ff5f33c4-c2d3-b2ba-e001-1d3c5a268536-108b228a {
  grid-area: 1 / 7 / 2 / 13;
  align-self: center;
  justify-self: stretch;
}

#w-node-_0bec6508-3500-d782-8c00-b72d6de0e4f8-108b228a {
  grid-area: 1 / 3 / 2 / 11;
  align-self: center;
  justify-self: center;
}

#w-node-f4464133-457e-fb25-a519-ba6ca071b40f-108b228a {
  grid-area: 1 / 1 / 2 / 4;
  align-self: center;
}

#w-node-f4464133-457e-fb25-a519-ba6ca071b411-108b228a {
  grid-area: 2 / 4 / 3 / 10;
  align-self: center;
  justify-self: center;
}

#w-node-f4464133-457e-fb25-a519-ba6ca071b418-108b228a {
  grid-area: 1 / 10 / 2 / 13;
  align-self: center;
  justify-self: end;
}

#w-node-f4464133-457e-fb25-a519-ba6ca071b41c-108b228a {
  justify-self: center;
}

#w-node-f4464133-457e-fb25-a519-ba6ca071b422-108b228a {
  grid-area: 1 / 4 / 2 / 10;
  align-self: center;
}

#w-node-_0105f26a-b89f-0cf0-f57b-4a3050328bac-cc92bd2f {
  grid-area: 1 / 1 / 2 / 7;
  align-self: center;
}

#w-node-_0105f26a-b89f-0cf0-f57b-4a3050328bca-cc92bd2f {
  grid-area: 1 / 7 / 2 / 13;
  align-self: center;
  justify-self: stretch;
}

#w-node-_72187120-8a86-5f7c-75f2-13a76e2ba325-cc92bd2f {
  grid-area: 1 / 1 / 2 / 4;
  align-self: center;
}

#w-node-_72187120-8a86-5f7c-75f2-13a76e2ba327-cc92bd2f {
  grid-area: 2 / 4 / 3 / 10;
  align-self: center;
  justify-self: center;
}

#w-node-_72187120-8a86-5f7c-75f2-13a76e2ba32e-cc92bd2f {
  grid-area: 1 / 10 / 2 / 13;
  align-self: center;
  justify-self: end;
}

#w-node-_72187120-8a86-5f7c-75f2-13a76e2ba330-cc92bd2f {
  justify-self: center;
}

#w-node-_72187120-8a86-5f7c-75f2-13a76e2ba338-cc92bd2f {
  grid-area: 1 / 4 / 2 / 10;
  align-self: center;
}

#w-node-_0105f26a-b89f-0cf0-f57b-4a3050328bac-b9231f62 {
  grid-area: 1 / 1 / 2 / 7;
  align-self: start;
}

#w-node-_0105f26a-b89f-0cf0-f57b-4a3050328bca-b9231f62 {
  grid-area: 1 / 7 / 2 / 13;
  align-self: center;
  justify-self: center;
}

#w-node-_0675ad7d-14bd-c708-6b5e-bc70a08cb207-b9231f62 {
  grid-area: 1 / 1 / 2 / 4;
  align-self: center;
}

#w-node-_0675ad7d-14bd-c708-6b5e-bc70a08cb209-b9231f62 {
  grid-area: 2 / 4 / 3 / 10;
  align-self: center;
  justify-self: center;
}

#w-node-_0675ad7d-14bd-c708-6b5e-bc70a08cb210-b9231f62 {
  grid-area: 1 / 10 / 2 / 13;
  align-self: center;
  justify-self: end;
}

#w-node-_0675ad7d-14bd-c708-6b5e-bc70a08cb214-b9231f62 {
  justify-self: center;
}

#w-node-_0675ad7d-14bd-c708-6b5e-bc70a08cb21a-b9231f62 {
  grid-area: 1 / 4 / 2 / 10;
  align-self: center;
}

#w-node-_0105f26a-b89f-0cf0-f57b-4a3050328bac-cffe83c3 {
  grid-area: 1 / 1 / 2 / 7;
  align-self: start;
}

#w-node-_0105f26a-b89f-0cf0-f57b-4a3050328bca-cffe83c3 {
  grid-area: 1 / 7 / 2 / 13;
  align-self: center;
  justify-self: stretch;
}

#w-node-_094ce19b-4f0d-703f-91e2-bac34b2fe374-cffe83c3 {
  grid-area: 1 / 1 / 2 / 4;
  align-self: center;
}

#w-node-_094ce19b-4f0d-703f-91e2-bac34b2fe376-cffe83c3 {
  grid-area: 2 / 4 / 3 / 10;
  align-self: center;
  justify-self: center;
}

#w-node-_094ce19b-4f0d-703f-91e2-bac34b2fe37d-cffe83c3 {
  grid-area: 1 / 10 / 2 / 13;
  align-self: center;
  justify-self: end;
}

#w-node-_094ce19b-4f0d-703f-91e2-bac34b2fe381-cffe83c3 {
  justify-self: center;
}

#w-node-_094ce19b-4f0d-703f-91e2-bac34b2fe387-cffe83c3 {
  grid-area: 1 / 4 / 2 / 10;
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_0105f26a-b89f-0cf0-f57b-4a3050328bac-34bf74a3 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_0105f26a-b89f-0cf0-f57b-4a3050328bca-34bf74a3 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_233332fb-fc8e-17df-d31f-cfdcbe1f7202-34bf74a3 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_233332fb-fc8e-17df-d31f-cfdcbe1f7220-34bf74a3 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_49c78770-ecfa-0f9d-8d8c-b81b28990abb-34bf74a3 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_49c78770-ecfa-0f9d-8d8c-b81b28990ad9-34bf74a3 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_9c8784b7-9789-7850-21e2-57f3f09833b9-34bf74a3 {
    grid-column-end: 3;
  }

  #w-node-_9c8784b7-9789-7850-21e2-57f3f09833bb-34bf74a3 {
    grid-area: 4 / 1 / 5 / 3;
    justify-self: start;
  }

  #w-node-_9c8784b7-9789-7850-21e2-57f3f09833c2-34bf74a3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: start;
  }

  #w-node-_9c8784b7-9789-7850-21e2-57f3f09833cc-34bf74a3 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_0105f26a-b89f-0cf0-f57b-4a3050328bac-e0c94fec {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_0105f26a-b89f-0cf0-f57b-4a3050328bca-e0c94fec {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_233332fb-fc8e-17df-d31f-cfdcbe1f7202-e0c94fec {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_233332fb-fc8e-17df-d31f-cfdcbe1f7220-e0c94fec {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_4d355b64-2c88-b165-8563-63a4f0c7528c-e0c94fec, #w-node-_4d355b64-2c88-b165-8563-63a4f0c7529a-e0c94fec {
    grid-column: span 2 / span 2;
  }

  #w-node-_2b4d9e79-fd63-ad42-2483-780a4051ea18-e0c94fec {
    grid-column-end: 3;
  }

  #w-node-_2b4d9e79-fd63-ad42-2483-780a4051ea1a-e0c94fec {
    grid-area: 4 / 1 / 5 / 3;
    justify-self: start;
  }

  #w-node-_2b4d9e79-fd63-ad42-2483-780a4051ea21-e0c94fec {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: start;
  }

  #w-node-_2b4d9e79-fd63-ad42-2483-780a4051ea2b-e0c94fec {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_0105f26a-b89f-0cf0-f57b-4a3050328bac-305453f0 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_0105f26a-b89f-0cf0-f57b-4a3050328bca-305453f0 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_233332fb-fc8e-17df-d31f-cfdcbe1f7202-305453f0 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_233332fb-fc8e-17df-d31f-cfdcbe1f7220-305453f0 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_4d355b64-2c88-b165-8563-63a4f0c7528c-305453f0, #w-node-_4d355b64-2c88-b165-8563-63a4f0c7529a-305453f0 {
    grid-column: span 2 / span 2;
  }

  #w-node-_5c383fd5-4599-ce89-8ac3-0b0c830247bb-305453f0, #w-node-_5c383fd5-4599-ce89-8ac3-0b0c830247d3-305453f0, #w-node-_5c383fd5-4599-ce89-8ac3-0b0c830247eb-305453f0 {
    grid-column: 1 / 3;
  }

  #w-node-_2b4d9e79-fd63-ad42-2483-780a4051ea18-305453f0 {
    grid-column-end: 3;
  }

  #w-node-_2b4d9e79-fd63-ad42-2483-780a4051ea1a-305453f0 {
    grid-area: 4 / 1 / 5 / 3;
    justify-self: start;
  }

  #w-node-_2b4d9e79-fd63-ad42-2483-780a4051ea21-305453f0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: start;
  }

  #w-node-_2b4d9e79-fd63-ad42-2483-780a4051ea2b-305453f0 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_0105f26a-b89f-0cf0-f57b-4a3050328bac-9e93dca6 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_0105f26a-b89f-0cf0-f57b-4a3050328bca-9e93dca6 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-fd0ef9ed-a56d-b7c8-6f12-3e7b35bf55e3-9e93dca6 {
    grid-column-end: 3;
  }

  #w-node-fd0ef9ed-a56d-b7c8-6f12-3e7b35bf55e5-9e93dca6 {
    grid-area: 4 / 1 / 5 / 3;
    justify-self: start;
  }

  #w-node-fd0ef9ed-a56d-b7c8-6f12-3e7b35bf55ec-9e93dca6 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: start;
  }

  #w-node-fd0ef9ed-a56d-b7c8-6f12-3e7b35bf55f6-9e93dca6 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-ff5f33c4-c2d3-b2ba-e001-1d3c5a26851d-108b228a {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-ff5f33c4-c2d3-b2ba-e001-1d3c5a268536-108b228a {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_0bec6508-3500-d782-8c00-b72d6de0e4f8-108b228a {
    grid-area: 1 / 1 / 3 / 3;
  }

  #w-node-f4464133-457e-fb25-a519-ba6ca071b40f-108b228a {
    grid-column-end: 3;
  }

  #w-node-f4464133-457e-fb25-a519-ba6ca071b411-108b228a {
    grid-area: 4 / 1 / 5 / 3;
    justify-self: start;
  }

  #w-node-f4464133-457e-fb25-a519-ba6ca071b418-108b228a {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: start;
  }

  #w-node-f4464133-457e-fb25-a519-ba6ca071b422-108b228a {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_0105f26a-b89f-0cf0-f57b-4a3050328bac-cc92bd2f {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_0105f26a-b89f-0cf0-f57b-4a3050328bca-cc92bd2f {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_72187120-8a86-5f7c-75f2-13a76e2ba325-cc92bd2f {
    grid-column-end: 3;
  }

  #w-node-_72187120-8a86-5f7c-75f2-13a76e2ba327-cc92bd2f {
    grid-area: 4 / 1 / 5 / 3;
    justify-self: start;
  }

  #w-node-_72187120-8a86-5f7c-75f2-13a76e2ba32e-cc92bd2f {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: start;
  }

  #w-node-_72187120-8a86-5f7c-75f2-13a76e2ba338-cc92bd2f {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_0105f26a-b89f-0cf0-f57b-4a3050328bac-b9231f62 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_0105f26a-b89f-0cf0-f57b-4a3050328bca-b9231f62 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_0675ad7d-14bd-c708-6b5e-bc70a08cb207-b9231f62 {
    grid-column-end: 3;
  }

  #w-node-_0675ad7d-14bd-c708-6b5e-bc70a08cb209-b9231f62 {
    grid-area: 4 / 1 / 5 / 3;
    justify-self: start;
  }

  #w-node-_0675ad7d-14bd-c708-6b5e-bc70a08cb210-b9231f62 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: start;
  }

  #w-node-_0675ad7d-14bd-c708-6b5e-bc70a08cb21a-b9231f62 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_0105f26a-b89f-0cf0-f57b-4a3050328bac-cffe83c3 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_0105f26a-b89f-0cf0-f57b-4a3050328bca-cffe83c3 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_094ce19b-4f0d-703f-91e2-bac34b2fe374-cffe83c3 {
    grid-column-end: 3;
  }

  #w-node-_094ce19b-4f0d-703f-91e2-bac34b2fe376-cffe83c3 {
    grid-area: 4 / 1 / 5 / 3;
    justify-self: start;
  }

  #w-node-_094ce19b-4f0d-703f-91e2-bac34b2fe37d-cffe83c3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: start;
  }

  #w-node-_094ce19b-4f0d-703f-91e2-bac34b2fe387-cffe83c3 {
    grid-area: 2 / 1 / 3 / 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_0bec6508-3500-d782-8c00-b72d6de0e4f8-108b228a {
    grid-row-start: 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_0105f26a-b89f-0cf0-f57b-4a3050328bac-34bf74a3, #w-node-_233332fb-fc8e-17df-d31f-cfdcbe1f7202-34bf74a3, #w-node-_49c78770-ecfa-0f9d-8d8c-b81b28990abb-34bf74a3, #w-node-_9c8784b7-9789-7850-21e2-57f3f09833b9-34bf74a3, #w-node-_0105f26a-b89f-0cf0-f57b-4a3050328bac-e0c94fec, #w-node-_233332fb-fc8e-17df-d31f-cfdcbe1f7202-e0c94fec {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-e61d6514-83ea-2b8a-4fad-16fccb4eb3bb-e0c94fec {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_88588f52-08b4-dbd2-a62c-c00786985d4b-e0c94fec, #w-node-_0591a77e-3ac5-df9c-1f27-988d377a4ae1-e0c94fec, #w-node-_96e0101f-c0c0-e8f2-6db2-1902ebd7eb21-e0c94fec {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2b4d9e79-fd63-ad42-2483-780a4051ea18-e0c94fec, #w-node-_0105f26a-b89f-0cf0-f57b-4a3050328bac-305453f0, #w-node-_233332fb-fc8e-17df-d31f-cfdcbe1f7202-305453f0, #w-node-_2b4d9e79-fd63-ad42-2483-780a4051ea18-305453f0, #w-node-_0105f26a-b89f-0cf0-f57b-4a3050328bac-9e93dca6 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_0105f26a-b89f-0cf0-f57b-4a3050328bca-9e93dca6 {
    align-self: start;
  }

  #w-node-fd0ef9ed-a56d-b7c8-6f12-3e7b35bf55e3-9e93dca6, #w-node-ff5f33c4-c2d3-b2ba-e001-1d3c5a26851d-108b228a {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_0bec6508-3500-d782-8c00-b72d6de0e4f8-108b228a {
    grid-area: 1 / 1 / 3 / 3;
  }

  #w-node-f4464133-457e-fb25-a519-ba6ca071b40f-108b228a, #w-node-_0105f26a-b89f-0cf0-f57b-4a3050328bac-cc92bd2f, #w-node-_72187120-8a86-5f7c-75f2-13a76e2ba325-cc92bd2f, #w-node-_0105f26a-b89f-0cf0-f57b-4a3050328bac-b9231f62 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_0105f26a-b89f-0cf0-f57b-4a3050328bca-b9231f62 {
    grid-area: 2 / 1 / 3 / 3;
    align-self: center;
    justify-self: stretch;
  }

  #w-node-_0675ad7d-14bd-c708-6b5e-bc70a08cb207-b9231f62, #w-node-_0105f26a-b89f-0cf0-f57b-4a3050328bac-cffe83c3, #w-node-_094ce19b-4f0d-703f-91e2-bac34b2fe374-cffe83c3 {
    grid-area: 1 / 1 / 2 / 3;
  }
}


