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

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

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

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

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

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

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

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section.center {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-top: 0vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #000;
}

.section.wide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 10vh;
  padding-bottom: 10vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1b1b1b;
}

.section.wide.img {
  height: auto;
  margin-bottom: 0px;
  padding-top: 0vh;
  padding-bottom: 10vw;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.section.wide.purple {
  height: 91vh;
  margin-top: 9vh;
  background-image: linear-gradient(135deg, #fc0a7e, #602bb6);
}

.section.wide.purple.small {
  display: -ms-grid;
  display: grid;
  width: 100%;
  height: 85vh;
  margin-top: 0vh;
  margin-bottom: 60px;
  padding-top: 100px;
  padding-bottom: 0vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 2fr 1fr;
  grid-template-columns: 1fr 2fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: transparent;
  background-image: none;
}

.hero {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 999999;
  display: block;
  width: 100%;
  height: 68px;
  padding: 0px 10vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px none #000;
  background-color: hsla(0, 0%, 100%, 0.93);
  box-shadow: 0 0 5px 1px hsla(0, 0%, 42%, 0.5);
  line-height: 0px;
}

.nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.nav-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80vw;
  height: 68px;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px none hsla(0, 0%, 100%, 0.1);
}

.body {
  background-color: transparent;
  font-family: 'Gothic A1', sans-serif;
}

.feature-content {
  width: 30vw;
  max-width: 450px;
  padding-right: 4vw;
  padding-left: 0vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 1px none #000;
}

.button {
  display: inline-block;
  margin-right: 0px;
  margin-bottom: 6vh;
  padding: 16px 34px;
  border-radius: 5px;
  background-color: #fc0a7e;
  -webkit-transition: background-color 500ms cubic-bezier(.789, .159, .25, 1), color 200ms cubic-bezier(.789, .159, .25, 1);
  transition: background-color 500ms cubic-bezier(.789, .159, .25, 1), color 200ms cubic-bezier(.789, .159, .25, 1);
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  text-align: center;
}

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

.button.cv {
  margin-top: 4%;
  padding: 10px 25px;
  -webkit-transform: translate(0px, -6px);
  -ms-transform: translate(0px, -6px);
  transform: translate(0px, -6px);
  -webkit-transition: bottom 3000ms cubic-bezier(.175, .885, .32, 1.275), background-color 500ms cubic-bezier(.789, .159, .25, 1), color 1000ms cubic-bezier(.175, .885, .32, 1.275);
  transition: bottom 3000ms cubic-bezier(.175, .885, .32, 1.275), background-color 500ms cubic-bezier(.789, .159, .25, 1), color 1000ms cubic-bezier(.175, .885, .32, 1.275);
}

.button.cv:hover {
  position: relative;
  bottom: 6px;
  background-color: #fc0a7e;
  box-shadow: 0 5px 4px -1px rgba(0, 0, 0, 0.4);
  -webkit-transform: translate(0px, -6px);
  -ms-transform: translate(0px, -6px);
  transform: translate(0px, -6px);
  color: #fff;
}

.wrap {
  max-width: 700px;
  margin-top: 6vh;
  margin-bottom: 6vh;
  text-align: center;
}

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

.button-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-top: 5vh;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.nav-menu-wrap {
  line-height: 0px;
}

.nav-link {
  margin-right: 15px;
  margin-bottom: 20px;
  margin-left: 15px;
  padding-top: 40px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Poppins, sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 500;
}

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

.nav-link:visited {
  color: #000;
}

.black-text {
  margin-right: -5vw;
  color: #000;
}

.hero-content {
  position: relative;
  z-index: 90;
  width: 70%;
  padding-right: 10vh;
  padding-left: 10vw;
}

.feature-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90vw;
  margin-top: 3vw;
  margin-bottom: 3vw;
  padding-right: 10vw;
  padding-left: 10vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #000;
}

.feature-wrap.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.feature-wrap.skill {
  padding-right: 0vw;
  padding-left: 5vw;
}

.black {
  color: #000;
}

.hero-subhead {
  max-width: 60%;
  color: #fff;
  font-size: 4vh;
  line-height: 1.2;
}

.purple {
  color: #b32e6e;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1b1b1b;
}

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

.quote-slider {
  display: none;
  width: 90vw;
  height: 60vh;
  margin-top: 10vh;
  background-color: transparent;
}

.slider-arrow {
  color: #d6d6d6;
}

.quote-wrap {
  display: block;
  width: 50vw;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.quote-attribution {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

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

.slide-nav {
  font-size: 7px;
}

.nav-logo-wrap {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.nav-menu-2 {
  height: 68px;
}

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

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

.heading-3 {
  position: static;
  font-family: Poppins, sans-serif;
  font-size: 10vh;
  line-height: 1.2;
  font-weight: 600;
}

.hero-bg-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  height: 100vh;
  background-image: url('../images/notebook.jpg'), url('../images/Laptop.jpg');
  background-position: 100% 100%, 100% 100%;
  background-size: 60%, 70%;
  background-repeat: no-repeat, no-repeat;
}

.cards {
  display: block;
  width: 50vw;
}

.cards.skills {
  width: auto;
}

.expertise-heading {
  position: static;
  left: 220px;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
  margin-top: 0px;
  margin-bottom: 15px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-family: Poppins, sans-serif;
  font-size: 13px;
  font-weight: 600;
}

.expertise-heading.white {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
  padding-left: 14px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fff;
}

.expertise-heading.black {
  margin-bottom: 8px;
  padding-left: 14px;
  text-decoration: none;
}

.grid-landscape {
  display: -ms-grid;
  display: grid;
  width: 55vw;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: minmax(200px, 1fr) minmax(auto, 0.25fr) minmax(210px, 1fr);
  grid-template-rows: minmax(200px, 1fr) minmax(auto, 0.25fr) minmax(210px, 1fr);
}

.card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-style: none;
  border-width: 0.4px;
  border-color: rgba(0, 0, 0, 0.5);
  border-radius: 20px;
  background-image: url('../images/Frankfurt.jpg');
  background-position: 70% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 6px 6px 14px 3px rgba(0, 0, 0, 0.2);
}

.card.atlassian {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/Atlassian-horizontal-blue-rgb-1.svg');
  background-position: 50% 50%;
  background-size: 40%;
  background-repeat: no-repeat;
}

.card.devops {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/programmers-reviewing-code-on-computer2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.card.agile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/sticky-note-to-ship-code.jpg');
  background-position: 50% 100%;
  background-size: auto 120%;
  background-repeat: repeat;
}

.card.software {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/code-5113374_640.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.card.web {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/pexels-designecologist-1779487.jpg');
  background-position: 47% 35%;
  background-size: cover;
}

.card.infa {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/pexels-brett-sayles-5354506.jpg');
  background-position: 0% 50%;
  background-size: auto 100%;
}

.footer-grid {
  display: -ms-grid;
  display: grid;
  width: 100vw;
  height: 35vh;
  min-height: auto;
  padding: 3% 10vw 0px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #242424;
}

.footer-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 10vw;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading-9 {
  margin-bottom: 0px;
  padding-top: 100px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 60px;
  line-height: 1.2;
  font-weight: 700;
  text-align: left;
}

.heading-9.footer {
  display: block;
  margin-top: 0px;
  margin-bottom: 16px;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
  color: #ddd;
  font-size: 14px;
  font-weight: 600;
}

.heading-9.footer.side {
  color: #fff;
}

.spacer {
  position: relative;
  bottom: 0vh;
  display: block;
  width: auto;
  height: 20px;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.footer-link-2 {
  position: static;
  display: block;
  margin-top: 0px;
  padding-bottom: 4px;
  float: none;
  clear: none;
  font-family: Poppins, sans-serif;
  color: #a5a5a5;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
}

.footer-link-2.side {
  color: #fff;
}

.paragraph-2 {
  margin-bottom: 25px;
  font-size: 1.2vw;
  line-height: 1.2;
}

.html-embed {
  max-height: 30%;
  padding-top: 0px;
}

.heading-10.black {
  font-family: Poppins, sans-serif;
}

.bg-image {
  display: none;
  max-height: 60%;
  max-width: 60%;
  min-height: 45%;
  min-width: 50%;
  margin-top: -30px;
  background-image: url('../images/Team-bunt.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.heading-11 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Poppins, sans-serif;
  font-size: 3vw;
  line-height: 1.2;
  font-weight: 600;
}

.section-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.black-2 {
  margin-right: -7vw;
  font-family: Poppins, sans-serif;
  color: #000;
  font-size: 4vw;
  line-height: 1;
}

.feature-content-2 {
  width: auto;
  max-width: 40vw;
  padding-right: 4vw;
  padding-left: 4vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 1px none #000;
}

.feature-content-2.icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  max-width: none;
  padding-right: 4vw;
  padding-left: 4vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: center;
}

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

.feature-image-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #000;
}

.image-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.contact-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40vw;
  min-width: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-2 {
  width: 50%;
  padding: 12px 25px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 0px;
  background-color: transparent;
  -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 12px;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: none;
}

.button-2:hover {
  background-color: #32343a;
  color: #fff;
}

.button-2:active {
  background-color: #43464d;
}

.field-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
}

.get-in-touch-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.status-message {
  padding: 9px 30px;
  background-color: #202020;
  color: #fff;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.status-message.cc-success-message {
  margin-top: 170px;
  background-color: #12b878;
}

.text-field {
  margin-bottom: 18px;
  padding: 21px 20px;
  border: 1px solid #e4e4e4;
  border-radius: 0px;
  -webkit-transition: border-color 400ms ease;
  transition: border-color 400ms ease;
  font-size: 14px;
  line-height: 26px;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active {
  border-color: #43464d;
}

.text-field:focus {
  border-color: #43464d;
}

.text-field::-webkit-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field:-ms-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field::-ms-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field::placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.text-field.cc-textarea.cc-contact-field {
  height: 160px;
  margin-bottom: 30px;
  padding-top: 5px;
  padding-bottom: 20px;
  background-color: #fff;
  line-height: 26px;
}

.text-field.cc-contact-field {
  margin-bottom: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.section-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.number {
  font-family: Poppins, sans-serif;
  font-size: 5vw;
  line-height: 90px;
  font-weight: 600;
}

.feature-wrap-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90vw;
  margin-top: 10vh;
  margin-bottom: 10vh;
  padding-right: 10vw;
  padding-left: 10vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #000;
}

.feature-wrap-2.icons {
  padding-right: 0vw;
  padding-left: 0vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.black-text-2 {
  color: #000;
}

.feature-icon {
  width: auto;
  height: 100px;
  margin-bottom: 30px;
}

.paragraph-4 {
  font-size: 1.1em;
  line-height: 1.4;
}

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

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.team-paragraph {
  font-size: 1.2vw;
  line-height: 1.4;
}

.heading-page {
  margin-bottom: 0px;
  font-family: Poppins, sans-serif;
  color: #000;
  font-size: 4vw;
  line-height: 1.2;
  text-align: center;
}

.heading-page.white {
  color: #fff;
}

.head-section {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
  margin-bottom: 5vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block {
  position: static;
}

.body-2 {
  background-image: linear-gradient(135deg, #fc0a7e, #602bb6);
}

.section-5 {
  margin-bottom: -100px;
  color: transparent;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  text-decoration: none;
}

.block {
  height: 68px;
}

.underline {
  height: 1vw;
  margin-top: 4px;
  background-color: #fc0a7e;
  font-size: 1px;
  line-height: 1px;
}

.heading-7 {
  margin-top: 30px;
  margin-bottom: 29px;
  font-family: Poppins, sans-serif;
  color: #000;
  font-size: 5vh;
  line-height: 1.2;
}

.heading-4 {
  font-family: Poppins, sans-serif;
  color: #000;
  font-size: 1.5vw;
  line-height: 1.2;
}

.link.nobreak {
  display: inline;
}

.section-7 {
  margin-top: 90px;
  padding-bottom: 60px;
}

.paragraph-5 {
  font-family: Poppins, sans-serif;
  font-size: 1vw;
  line-height: 1.6;
}

.image-wrapper {
  width: 80vw;
  margin-top: -124px;
  margin-bottom: -75px;
}

.image-8 {
  width: auto;
  height: auto;
  max-width: 100%;
}

.div-block-3 {
  padding-top: 120px;
}

.recaptcha {
  margin-bottom: 0px;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100px;
  margin-bottom: 25px;
  padding: 2% 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  background-color: #fff;
  color: #fff;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

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

  .section {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .section.center {
    height: 100vh;
    padding-top: 15vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section.wide.img {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-color: #1a1a1a;
  }

  .section.wide.purple {
    height: 100vh;
  }

  .section.wide.purple.small {
    margin-top: 0vh;
    -ms-grid-columns: 0.25fr 2fr 0.75fr;
    grid-template-columns: 0.25fr 2fr 0.75fr;
  }

  .hero {
    padding-right: 0vw;
    padding-left: 0vw;
    background-color: hsla(0, 0%, 100%, 0.93);
  }

  .nav {
    width: 100vw;
    height: 68px;
  }

  .nav-inner {
    width: 100vw;
  }

  .feature-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60vw;
    margin-top: 68px;
    margin-bottom: 5vh;
    padding-top: 12px;
    padding-right: 0vw;
    padding-left: 0vw;
    clear: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .button {
    display: block;
    margin-bottom: 0vh;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .button.cv {
    margin-top: 10%;
  }

  .wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 68px;
    margin-bottom: 0vh;
    padding-top: 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .title {
    text-align: center;
  }

  .nav-link {
    padding-top: 20px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
  }

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

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

  .nav-link.w--current {
    padding-top: 25px;
    padding-bottom: 25px;
  }

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

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

  .feature-wrap.skill {
    margin-top: 0vh;
    padding-right: 5vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .black {
    font-size: 4vh;
    line-height: 1.2;
    text-align: center;
  }

  .hero-subhead {
    margin-top: 3vh;
    margin-bottom: 5vh;
    font-size: 2vh;
  }

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

  .quote-wrap {
    width: 70vw;
  }

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

  .nav-logo-wrap {
    padding-left: 34px;
  }

  .menu-button {
    margin-right: 4vw;
    padding: 0px 0vw 0px 0px;
  }

  .menu-button.w--open {
    margin-right: 4vw;
    padding-right: 0vw;
  }

  .nav-menu-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 280px;
    min-width: 240px;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-color: rgba(51, 50, 50, 0.98);
  }

  .brand {
    margin-top: 6%;
    margin-left: 0vw;
  }

  .heading-3 {
    font-size: 6vw;
    line-height: 1.2;
  }

  .hero-bg-image {
    position: absolute;
    top: -5%;
    height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-position: 100% 100%;
    background-size: 80vw;
  }

  .cards.skills {
    width: 90vw;
  }

  .expertise-heading.black {
    font-size: 13px;
    line-height: 24px;
    text-align: left;
  }

  .grid-landscape {
    display: -ms-grid;
    display: grid;
    width: 65vw;
    justify-items: stretch;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: 1fr minmax(200px, 1fr);
    grid-template-rows: 1fr minmax(200px, 1fr);
  }

  .footer-grid {
    height: 30vh;
    min-height: 0px;
    padding-top: 5%;
    padding-right: 4vw;
    padding-left: 4vw;
    grid-column-gap: 10px;
  }

  .footer-block {
    position: static;
    top: -89px;
    width: 70%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .footer-link-2 {
    font-size: 1.4vw;
    line-height: 1.4;
  }

  .footer-link-2.side {
    width: 120%;
  }

  .paragraph-2 {
    margin-top: 2vh;
    margin-bottom: 5vh;
    font-size: 1.8vw;
    text-align: center;
  }

  .html-embed {
    height: 60%;
  }

  .heading-10 {
    margin-bottom: 0px;
    font-size: 6vw;
    line-height: 1.2;
  }

  .heading-10.black {
    font-size: 6vw;
  }

  .bg-image {
    display: none;
    width: auto;
    height: auto;
    max-height: 70%;
    max-width: 100%;
    min-height: 65%;
    min-width: 80%;
    margin-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-image: url('../images/Team-bunt.png');
    background-position: 50% 50%;
    background-size: 80%;
    background-repeat: no-repeat;
  }

  .heading-11 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .black-2 {
    font-size: 5vw;
  }

  .contact-form {
    width: 50vw;
    margin-right: 0vw;
    margin-left: 0vw;
  }

  .button-2 {
    width: 220px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .get-in-touch-form {
    text-align: left;
  }

  .number {
    font-family: Poppins, sans-serif;
    font-size: 8vw;
    line-height: 1.2;
    font-weight: 600;
  }

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

  .feature-icon {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .team-paragraph {
    font-size: 1.8vw;
  }

  .heading-page {
    font-size: 6vw;
  }

  .block {
    display: block;
    height: 68px;
    padding-right: 0px;
    padding-bottom: 0px;
  }

  .container-2 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .paragraph-5 {
    font-size: 1.6vw;
  }

  .image-wrapper {
    margin-top: -30px;
  }
}

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

  .section.center {
    height: auto;
    min-height: 600px;
    padding-top: 0vh;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .section.wide.img {
    height: auto;
    min-height: 600px;
  }

  .section.wide.purple {
    height: 550px;
    margin-top: 0vh;
  }

  .section.wide.purple.small {
    height: 600px;
    margin-top: 12vh;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0%;
    grid-column-gap: 20px;
    -ms-grid-columns: 0.25fr 2fr 0.25fr;
    grid-template-columns: 0.25fr 2fr 0.25fr;
  }

  .section.expertise {
    height: auto;
    min-height: 650px;
  }

  .hero {
    height: 60px;
  }

  .nav {
    height: 60px;
    max-height: none;
    min-height: 0px;
  }

  .nav-inner {
    height: 60px;
    margin-top: 0px;
  }

  .button.cv {
    margin-top: 14%;
    font-size: 14px;
  }

  .wrap {
    position: static;
    top: -1px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: none;
    margin-top: 0px;
    margin-bottom: 0vh;
    padding-top: 68px;
    padding-right: 10vw;
    padding-left: 10vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .feature-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .hero-subhead {
    margin-bottom: 10vh;
    font-size: 3.3vw;
    line-height: 1.2;
  }

  .quote-attribution {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .nav-menu-2 {
    height: 300px;
    padding-top: 5vw;
  }

  .heading-3 {
    margin-top: 0px;
    font-size: 9vw;
  }

  .hero-bg-image {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    background-image: url('../images/Laptop.jpg');
    background-position: 220% 100%;
    background-size: 90%;
    background-repeat: no-repeat;
  }

  .cards.skills {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 3vw;
    padding-bottom: 3vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .expertise-heading {
    padding-left: 10px;
    font-size: 10px;
    text-align: left;
  }

  .expertise-heading.white {
    font-size: 10px;
    text-align: left;
  }

  .expertise-heading.black {
    font-size: 10px;
  }

  .grid-landscape {
    width: 90vw;
    height: 70vh;
    margin-top: 0px;
    margin-bottom: 0px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: minmax(140px, 200px) minmax(140px, 200px);
    grid-template-rows: minmax(140px, 200px) minmax(140px, 200px);
  }

  .card.agile {
    margin-top: 0px;
  }

  .footer-grid {
    position: static;
    display: -ms-grid;
    display: grid;
    height: auto;
    padding: 10% 8vw 5%;
    grid-auto-columns: 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .footer-block {
    display: block;
    width: 40vw;
  }

  .heading-9 {
    padding-top: 0px;
  }

  .heading-9.footer.side {
    display: none;
  }

  .footer-link-2 {
    font-size: 2vw;
    line-height: 1.4;
  }

  .footer-link-2.side {
    display: none;
  }

  .paragraph-2 {
    color: #ccc;
    font-size: 2.3vw;
  }

  .paragraph-2.dunkler {
    color: #000;
  }

  .html-embed {
    max-height: 70%;
    margin-top: 22px;
    padding-top: 0px;
  }

  .heading-10 {
    margin-top: 10px;
  }

  .bg-image {
    min-height: 54%;
  }

  .heading-11 {
    font-size: 6vw;
    line-height: 5;
  }

  .black-2 {
    font-size: 6vw;
  }

  .feature-content-2.icons {
    width: auto;
    margin-bottom: 20px;
    padding-right: 25px;
    padding-bottom: 30px;
    padding-left: 25px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
  }

  .feature-content-2.icons.numbers {
    width: 50%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .contact-form {
    position: static;
    top: -26px;
    width: 70vw;
    height: 400px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .button-2 {
    width: 100%;
  }

  .field-label {
    margin-bottom: 4vw;
    font-size: 11px;
  }

  .status-message.cc-success-message {
    margin-top: 200px;
  }

  .text-field.cc-textarea {
    text-align: left;
  }

  .text-field.cc-textarea.cc-contact-field {
    height: 140px;
  }

  .text-field.cc-contact-field {
    margin-bottom: 6px;
    text-align: left;
  }

  .number {
    font-family: Poppins, sans-serif;
    font-weight: 600;
  }

  .feature-wrap-2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .feature-wrap-2.icons {
    display: block;
    margin-top: 0vh;
    margin-bottom: 0vh;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .feature-wrap-2.icons.numbers {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 5vh;
    margin-bottom: -10vh;
  }

  .black-text-2 {
    font-family: Poppins, sans-serif;
  }

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

  .utility-page-content {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .team-paragraph {
    font-size: 2.5vw;
  }

  .heading-page {
    font-size: 7vw;
  }

  .heading-page.white {
    margin-top: 0px;
  }

  .head-section {
    margin-top: 30px;
    margin-bottom: 10vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .div-block {
    position: static;
    margin-bottom: 3vw;
    padding-top: 5vw;
  }

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

  .link-block {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .bg {
    background-image: linear-gradient(135deg, #fc0a7e, rgba(96, 43, 182, 0.89));
  }

  .block {
    display: block;
    width: 100vw;
    height: 60px;
    margin-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    font-size: 1px;
    line-height: 1px;
  }

  .container-2 {
    padding-right: 40px;
    padding-left: 40px;
  }

  .heading-7 {
    font-size: 6vw;
  }

  .heading-4 {
    font-size: 3vw;
  }

  .paragraph-5 {
    font-size: 2vw;
  }

  .image-wrapper {
    width: 100vw;
  }

  .image-8 {
    background-image: url('../images/Team-bunt.png');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
}

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

  h3 {
    font-size: 16px;
  }

  .section.center {
    position: static;
    height: 100vh;
    max-height: none;
    min-height: 0px;
    padding-top: 10vh;
    padding-bottom: 10vh;
  }

  .section.wide.img {
    height: auto;
    min-height: 0px;
    padding-top: 0vh;
  }

  .section.wide.purple {
    height: 50vh;
  }

  .section.wide.purple.small {
    height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 10vh;
    padding-bottom: 50%;
    grid-auto-columns: minmax(0px, 0.25fr);
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    color: transparent;
  }

  .section.expertise {
    height: auto;
    padding-bottom: 20px;
  }

  .hero {
    height: 46px;
  }

  .nav {
    position: static;
    height: 46px;
    max-height: 0px;
    min-height: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav-inner {
    width: 100vw;
    height: 80px;
    margin-top: 0px;
    padding-top: 8px;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }

  .feature-content {
    width: auto;
    margin-top: 46px;
  }

  .button {
    position: relative;
    max-width: 200px;
    margin-bottom: 5vh;
    font-size: 4vw;
    line-height: 1.2;
  }

  .button.cv {
    margin-top: 18%;
    padding: 12px 20px;
  }

  .wrap {
    padding: 15vw 10vw;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .wrap.overview {
    margin-top: 0px;
    padding-top: 0px;
  }

  .button-wrap {
    width: 90vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav-menu-wrap {
    margin-top: 0px;
    padding-right: 3vh;
  }

  .nav-link.w--current {
    margin-top: 16px;
  }

  .black-text {
    margin-bottom: 10px;
  }

  .hero-content {
    top: 4px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100vh;
    margin-top: -10vw;
    margin-bottom: 0vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .feature-wrap {
    overflow: visible;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-width: 0px;
  }

  .feature-wrap.reverse {
    margin-bottom: 5vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hero-subhead {
    position: static;
    top: 39px;
    max-width: 80%;
    margin-top: 1vh;
    margin-bottom: 5vh;
    font-size: 4.5vw;
    text-align: center;
  }

  .quote-slider {
    width: 100vw;
    min-height: 500px;
    padding: 0px 5vw;
  }

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

  .left-arrow {
    width: 15vw;
  }

  .right-arrow {
    width: 15vw;
  }

  .nav-logo-wrap {
    margin-left: -27px;
  }

  .menu-button {
    position: static;
    margin-top: 40px;
    padding-right: 0vw;
  }

  .nav-menu-2 {
    margin-top: 0px;
    padding-top: 8vw;
    padding-right: 0px;
    padding-left: 0px;
  }

  .brand {
    position: static;
    margin-top: 0%;
    padding-top: 7px;
  }

  .heading-3 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 14vw;
    line-height: 1.2;
    text-align: center;
  }

  .image-5 {
    margin-top: 32px;
  }

  .hero-bg-image {
    height: 100vh;
    background-position: 50% 110%;
    background-size: 110vw;
  }

  .cards.skills {
    height: auto;
    padding-top: 3vw;
    padding-bottom: 3vw;
  }

  .expertise-heading {
    font-size: 10px;
    line-height: 1.2;
  }

  .expertise-heading.white {
    margin-bottom: 10px;
    padding-left: 10px;
    font-weight: 500;
  }

  .expertise-heading.black {
    font-size: 10px;
    line-height: 1.2;
  }

  .grid-landscape {
    width: 90vw;
    height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: minmax(100px, 1.25fr) minmax(100px, 1.25fr) minmax(100px, 1.25fr);
    grid-template-rows: minmax(100px, 1.25fr) minmax(100px, 1.25fr) minmax(100px, 1.25fr);
  }

  .footer-grid {
    padding-top: 10%;
    padding-bottom: 0%;
    justify-items: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .footer-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80vw;
    padding-bottom: 5px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
  }

  .heading-9.footer {
    padding-bottom: 5px;
    font-size: 3.8vw;
    line-height: 1;
    text-align: center;
  }

  .spacer {
    top: -15px;
    width: 40vw;
    height: 1px;
    background-color: #c0bebe;
  }

  .footer-link-2 {
    font-size: 4vw;
    line-height: 1.4;
    text-align: center;
  }

  .paragraph-2 {
    font-family: Poppins, sans-serif;
    font-size: 3.5vw;
  }

  .html-embed {
    max-width: 30vw;
    text-align: left;
  }

  .heading-10 {
    font-family: Poppins, sans-serif;
    font-size: 8vw;
  }

  .heading-10.black {
    font-size: 10vw;
  }

  .bg-image {
    width: 100vw;
    height: 340px;
    max-height: none;
    max-width: none;
    min-height: 0px;
    min-width: 0%;
    margin-top: 0px;
    background-size: 92%;
  }

  .heading-11 {
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 9vw;
    line-height: 1;
  }

  .title-2 {
    padding-bottom: 0px;
    font-size: 3vw;
  }

  .black-2 {
    margin-top: 4px;
    margin-right: 0vw;
    font-size: 12vw;
    line-height: 1.1;
    text-align: center;
  }

  .feature-content-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    max-width: 81vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

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

  .image-7 {
    width: 100%;
  }

  .contact-form {
    width: 90vw;
  }

  .get-in-touch-form {
    margin-top: 2vw;
  }

  .section-4 {
    margin-top: 0px;
  }

  .number {
    font-family: Poppins, sans-serif;
    font-size: 15vw;
    font-weight: 600;
  }

  .feature-wrap-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .feature-wrap-2.icons {
    margin-top: 0vh;
    margin-bottom: 0vh;
  }

  .black-text-2 {
    font-family: Poppins, sans-serif;
    font-size: 5vw;
    font-weight: 600;
    text-align: center;
  }

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

  .team-paragraph {
    margin-top: -10px;
    margin-bottom: -15px;
    font-family: Poppins, sans-serif;
    font-size: 4.5vw;
    text-align: center;
  }

  .heading-page {
    margin-bottom: 0px;
    font-size: 12vw;
    text-align: center;
  }

  .heading-page.white {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .heading-wrapper {
    margin-bottom: 2vh;
  }

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

  .section-5 {
    position: static;
    padding-top: 0vw;
  }

  .bg {
    padding-top: 1vw;
    background-image: linear-gradient(135deg, #fc0a7e, #602bb6);
  }

  .block {
    display: block;
    height: 46px;
    padding-right: 0px;
    padding-bottom: 0px;
    font-size: 1px;
    line-height: 1px;
  }

  .heading-12 {
    font-size: 6vw;
    line-height: 1.4;
  }

  .underline {
    height: 2vw;
    margin-bottom: 26px;
  }

  .container-2 {
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .heading-7 {
    font-family: Poppins, sans-serif;
    color: #000;
    font-size: 8vw;
  }

  .heading-4 {
    font-family: Poppins, sans-serif;
    color: #000;
    font-size: 4vw;
  }

  .link-2 {
    width: auto;
    max-width: 100px;
  }

  .section-7 {
    margin-top: 48px;
  }

  .paragraph-5 {
    font-size: 3vw;
  }

  .html-embed-2 {
    font-size: 10px;
  }

  .image-wrapper {
    width: 100vw;
    margin-top: -85px;
    padding-bottom: 20vw;
  }

  .div-block-4 {
    padding-right: 0px;
    padding-left: 0px;
  }
}

#w-node-bfe5ac48-310d-ab8e-c431-7496243137ed-7edd52ba {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
}

#w-node-bfe5ac48-310d-ab8e-c431-7496243137f0-7edd52ba {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
}

#w-node-bfe5ac48-310d-ab8e-c431-7496243137f3-7edd52ba {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
}

#w-node-bfe5ac48-310d-ab8e-c431-7496243137f6-7edd52ba {
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
}

#w-node-bfe5ac48-310d-ab8e-c431-7496243137f9-7edd52ba {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 2;
  grid-row-end: 4;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-bfe5ac48-310d-ab8e-c431-7496243137fc-7edd52ba {
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
}

#w-node-c74fbbe0-1f52-f38c-883e-800c2c7cdc07-2c7cdc06 {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-c74fbbe0-1f52-f38c-883e-800c2c7cdc31-2c7cdc06 {
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-e95944e9-ae2f-2e1a-e0a5-6636afccdfff-776605f2 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_7b5301ec-574f-7723-8bd1-76bc240decba-776605f2 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row-align: start;
  align-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-bfe5ac48-310d-ab8e-c431-7496243137ed-7edd52ba {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-bfe5ac48-310d-ab8e-c431-7496243137f0-7edd52ba {
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-bfe5ac48-310d-ab8e-c431-7496243137f3-7edd52ba {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-bfe5ac48-310d-ab8e-c431-7496243137f6-7edd52ba {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-bfe5ac48-310d-ab8e-c431-7496243137f9-7edd52ba {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-bfe5ac48-310d-ab8e-c431-7496243137fc-7edd52ba {
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-bfe5ac48-310d-ab8e-c431-7496243137ed-7edd52ba {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-bfe5ac48-310d-ab8e-c431-7496243137f0-7edd52ba {
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-bfe5ac48-310d-ab8e-c431-7496243137f3-7edd52ba {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-bfe5ac48-310d-ab8e-c431-7496243137f6-7edd52ba {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-bfe5ac48-310d-ab8e-c431-7496243137fc-7edd52ba {
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-c74fbbe0-1f52-f38c-883e-800c2c7cdc21-2c7cdc06 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-c74fbbe0-1f52-f38c-883e-800c2c7cdc31-2c7cdc06 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-e95944e9-ae2f-2e1a-e0a5-6636afccdfff-776605f2 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-bfe5ac48-310d-ab8e-c431-7496243137ed-7edd52ba {
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
  }

  #w-node-bfe5ac48-310d-ab8e-c431-7496243137f0-7edd52ba {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }

  #w-node-bfe5ac48-310d-ab8e-c431-7496243137fc-7edd52ba {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }

  #w-node-c74fbbe0-1f52-f38c-883e-800c2c7cdc13-2c7cdc06 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }

  #w-node-c74fbbe0-1f52-f38c-883e-800c2c7cdc31-2c7cdc06 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }

  #w-node-e95944e9-ae2f-2e1a-e0a5-6636afccdfff-776605f2 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

