:root {
  --green_custom: #00ab78;
  --black: black;
  --redder: #ab2500;
  --accessible-components--dark-grey: #9b9b9b;
  --white: white;
}

.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-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

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

.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;
  }
}

a {
  text-decoration: underline;
}

li {
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.body {
  color: #000;
  background-color: #f1f1f1;
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.body.homebody {
  background-color: #fff;
}

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

.bg-main-gray {
  background-color: #f1f1f1;
}

.text-color-white {
  color: #fff;
}

.text-color-dark-gray {
  z-index: 2;
  color: #fff;
  text-decoration: none;
  position: relative;
}

.text-color-dark-gray.line {
  line-height: 3;
}

.bg-dark-gray {
  background-color: #848484;
}

.brand {
  width: 58px;
}

.navbar {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: block;
}

.container {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  height: 100vh;
  display: flex;
}

.container.ct-5 {
  height: auto;
  margin-top: 0;
  margin-left: 143px;
}

.nav-menu {
  text-transform: uppercase;
  flex-direction: column;
  align-items: stretch;
  margin-left: -20px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  top: -23px;
}

.main-grid {
  grid-row-gap: 8px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
  width: 100%;
  height: 100%;
  margin-top: 0;
  position: static;
}

.main-grid.space-top {
  padding-top: 40px;
}

.main-grid.space-top.grid {
  grid-template-rows: auto;
  padding-top: 50px;
}

.main-grid.titles {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  justify-content: space-between;
  align-items: start;
  width: auto;
  height: auto;
  padding-bottom: 40px;
  position: absolute;
  inset: auto 50px 0%;
}

.main-grid.midlle {
  grid-auto-rows: 0;
}

.main-grid._100vh {
  grid-row-gap: 16px;
  grid-template-rows: 0 0 auto 1px;
  grid-auto-rows: 0;
  height: 100vh;
  margin-top: 0;
}

.main-grid.paintings {
  box-shadow: inset 0 0 2px 2px #0003;
}

.main-grid.grid-at {
  margin-top: 0;
}

.main-nav {
  width: 100%;
  padding-left: 50px;
  padding-right: 50px;
}

.main-nav.bg-main-gray {
  background-color: #f1f1f1;
}

.flex {
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  line-height: 0;
  text-decoration: none;
  display: flex;
  position: static;
}

.flex.align-right {
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  margin-bottom: 20px;
  margin-right: 50px;
  position: static;
  inset: auto 0% 0% auto;
}

.flex.align-right.align-bottom {
  z-index: 2;
  margin-top: auto;
  margin-bottom: 0;
  margin-right: 0;
  position: relative;
  inset: auto;
}

.flex.vert {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  align-items: flex-start;
  width: auto;
  margin: 20px 0 0;
  display: flex;
}

.flex.vert.hscroll {
  width: 100%;
  margin-left: 0;
  overflow: auto;
}

.flex.vert.results {
  background-color: #000;
  border: 12px solid #000;
  border-radius: 8px;
  margin-top: 20px;
}

.flex.vert.mobsm {
  margin-left: 0;
  margin-right: 0;
}

.flex.vert.hil {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-top: -50px;
  margin-left: 122px;
  position: relative;
}

.flex.vert.tr-img {
  margin-top: 0;
}

.flex.vert.tr-img.pdf {
  min-width: 100%;
}

.flex.vert.aa2.benf {
  margin-top: 20px;
  margin-bottom: 20px;
}

.flex.vert.headings {
  margin-left: 0;
}

.flex.vert.head-main {
  margin-left: 40px;
  margin-right: 40px;
}

.flex.vert.flex-head-no-caps {
  margin-bottom: 0;
}

.flex.vert.excel {
  margin-bottom: 20px;
}

.flex.vert.yt {
  margin-bottom: 0;
}

.flex.space-margin {
  margin-bottom: 10px;
  margin-right: 100px;
}

.flex.space-margin.work {
  margin-top: 40px;
  margin-bottom: 30px;
}

.flex._1 {
  flex-flow: row;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 2%;
}

.flex.align-center {
  justify-content: center;
  margin-bottom: 20px;
}

.flex.align-bottom {
  margin-bottom: 20px;
}

.flex.newjobs {
  border-radius: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.flex.newjobs.flexoffset {
  margin-top: 0;
}

.flex.jay {
  margin-left: 160px;
}

.heading-xlarge {
  letter-spacing: -.8vh;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 20vh;
  font-weight: 900;
  line-height: .8;
}

.image-hero {
  text-align: center;
  object-fit: cover;
  width: 90%;
  height: auto;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 6%;
  padding-right: 6%;
  position: absolute;
  inset: 0% 0% auto;
}

.heading-xsmall {
  line-height: 1;
}

.heading-xsmall.text-color-dark-gray {
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  margin-left: 7px;
  margin-right: 7px;
  line-height: 1;
}

.heading-xsmall.text-color-dark-gray.no-space {
  text-align: left;
  text-transform: none;
  color: #000;
  margin-left: 0;
  margin-right: 0;
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
}

.heading-xsmall.text-color-dark-gray.no-space.blk {
  color: #000;
  align-self: center;
  margin-bottom: 40px;
}

.heading-xsmall.text-color-dark-gray.no-space.cv-title {
  font-size: 36px;
}

.heading-xsmall.text-color-dark-gray.blk {
  color: #fff;
  margin-left: 12px;
  margin-right: 12px;
}

.heading-xsmall.text-color-dark-gray.role {
  color: #000;
}

.heading-xsmall.prod {
  margin-left: 10px;
}

.link-bto {
  text-align: center;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: opacity 1s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.main-button {
  text-align: center;
  text-transform: none;
  background-color: #000;
  border: 1px solid #848484;
  border-radius: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 32px;
  margin-top: 0;
  text-decoration: none;
  transition: border-color .3s, background-color .3s;
  display: flex;
  position: relative;
  top: auto;
}

.main-button:hover {
  color: #fff;
  background-color: #00ab78;
  border-color: #00ab78;
}

.main-button.mini {
  align-items: center;
  width: 32px;
  margin-left: 14px;
}

.divider {
  width: 100%;
  height: 1px;
}

.divider.bg-dark-gray {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  order: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
  position: static;
}

.divider.bg-dark-gray.space-50-padding {
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
}

.divider.bg-dark-gray.space-50-padding.divmobile.div-cs {
  margin-top: 40px;
}

.divider.bg-dark-gray.div2 {
  z-index: auto;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: auto;
  margin-top: 0;
  display: flex;
  position: relative;
  top: auto;
  bottom: 125px;
}

.divider.bg-dark-gray.div2.divx {
  margin-top: 10px;
}

.divider.bg-dark-gray.div2.divy {
  margin-top: -12px;
}

.divider.bg-main-gray {
  flex: none;
  width: 74%;
}

.main-paragraph {
  letter-spacing: -3px;
  margin-top: 20px;
  font-size: 56px;
  line-height: 1;
}

.main-paragraph.space-20 {
  margin-bottom: -7px;
  padding-top: 30px;
  padding-bottom: 0;
}

.main-paragraph.title {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-family: Inter, sans-serif;
  display: flex;
}

.main-paragraph.title.main-paragraph-cs {
  margin-top: 40px;
  margin-left: 40px;
}

.main-paragraph.title.about {
  display: flex;
}

.main-paragraph.title.about.ab2 {
  color: #000;
  letter-spacing: -2px;
  margin-bottom: 0;
  font-size: 42px;
}

.main-paragraph.title.about.ab2.acs {
  margin-bottom: 5px;
}

.main-paragraph.title.spd {
  letter-spacing: 0;
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: border-box;
  width: auto;
  margin-top: 0;
  font-size: 42px;
}

.main-paragraph.title.spd.jay {
  background-image: none;
}

.main-paragraph.title.spd.hl2 {
  font-size: 128px;
  line-height: 1%;
}

.main-paragraph.work.basm {
  font-size: 50px;
  display: flex;
}

.main-paragraph.green {
  cursor: pointer;
  color: #000;
  padding: 10px;
  text-decoration: none;
  display: flex;
}

.main-paragraph.green.paragraph-18px {
  display: block;
}

.main-paragraph.green.mpup {
  padding-top: 0;
}

.main-paragraph.green.offset2 {
  line-height: .8;
}

.main-paragraph.green.maincase {
  font-weight: 700;
}

.main-paragraph.green.mainx {
  padding-left: 0;
}

.main-paragraph.cs-text {
  color: #000;
  letter-spacing: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 120%;
}

.main-paragraph.cs-text.spacetop {
  margin-top: 0;
  margin-bottom: 7px;
}

.main-paragraph.cs-text.spacetop.cs-top {
  margin-top: 0;
}

.main-paragraph.cs-text.spacetop._5px {
  margin-top: 5px;
}

.main-paragraph.cs-text.spacetop.topbullet {
  margin-bottom: 7px;
}

.main-paragraph.cs-text.cs-text-2 {
  display: flex;
}

.main-paragraph.cs-text.cs-top {
  margin-top: 0;
  line-height: 150%;
}

.main-paragraph.cs-text.mp-sp {
  line-height: 150%;
}

.main-paragraph.cs-text.little-sp {
  margin-bottom: 10px;
}

.main-paragraph.cs-text.proto-text {
  margin-top: 0;
}

.main-paragraph.stephead {
  letter-spacing: -1px;
  font-family: Inter, sans-serif;
  font-size: 42px;
}

.main-paragraph.stephead.boldspacer {
  margin-top: 20px;
  display: flex;
}

.main-paragraph.stephead.boldspacer.caps {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
}

.main-paragraph.land {
  letter-spacing: -2px;
  margin-bottom: 0;
}

.main-paragraph.bold-text-10 {
  margin-top: 0;
  margin-bottom: 0;
}

.main-paragraph.bold-text-10.sa {
  margin-bottom: 5px;
}

.main-paragraph.bold-text-10.sa.toolz, .main-paragraph.bold-text-10.alft-text {
  margin-bottom: 10px;
}

.main-paragraph.bqh {
  margin-top: 20px;
  font-family: Inter, sans-serif;
  font-size: 24px;
}

.wrap-div-med {
  flex-direction: row;
  margin-top: 10px;
  display: flex;
}

.wrap-div-med.buttonz {
  margin-top: 20px;
  margin-bottom: 20px;
}

.wrap-med {
  flex: 0 auto;
  align-self: flex-end;
  margin-top: 0;
  margin-bottom: 20px;
  margin-left: 16px;
}

.paragraph--6-px {
  flex-flow: column;
  margin-top: 0;
  font-family: Inter, sans-serif;
  display: flex;
}

.paragraph--6-px.tr3, .paragraph--6-px.tr4 {
  margin-top: 0;
}

.space-100 {
  height: 0;
}

.image-dieter {
  object-fit: cover;
  border-radius: 100%;
  overflow: hidden;
}

.image-project {
  object-fit: cover;
  border-radius: 0%;
  overflow: hidden;
}

.portfa {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: space-between;
  height: 180px;
  margin-bottom: 14px;
  display: flex;
  position: relative;
}

.portfa:hover {
  background-color: #0000;
}

.paragraph-18px {
  cursor: pointer;
  color: #000;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 10px;
  font-size: 18px;
  line-height: 1.4;
  text-decoration: none;
  display: block;
}

.paragraph-18px.text-color-dark-gray.blk {
  color: #000;
}

.heading-medium {
  font-size: 16vh;
  line-height: 1;
}

.heading-medium.text-color-white {
  font-weight: 300;
}

.text-span {
  font-weight: 700;
}

.letter-use {
  z-index: 11;
  width: 100%;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  overflow: hidden;
}

.wrap-block {
  width: 40%;
  height: 10vh;
}

.imagem-dieter {
  background-color: #fff;
  background-image: url('../images/p3.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: fixed;
  height: 100vh;
}

.main-container {
  max-width: 1420px;
  padding-left: 50px;
  padding-right: 50px;
}

.main-container.space-bottom {
  justify-content: center;
  align-items: center;
  max-width: 1680px;
  margin-top: 30px;
  margin-bottom: 20px;
  padding-bottom: 0;
  display: flex;
}

.main-container.space-bottom.top {
  margin-bottom: 0;
  padding: 40px 0;
}

.main-container.space-bottom.worker {
  background-color: #f1f1f1;
  margin-top: 0;
}

.main-section {
  z-index: 10;
  border-radius: 1px;
  margin-top: 0;
}

.main-section.bg-main-gray {
  background-color: #fff;
  margin-top: 0;
}

.main-section.bg-main-gray.mainsectionmobile {
  background-color: #f1f1f1;
  margin-top: 40px;
  padding-bottom: 15px;
}

.main-section.bg-main-gray.ms-spec {
  background-color: #f1f1f1;
  margin-top: 0;
}

.main-section.bg-main-gray.moveup {
  margin-top: 0;
  overflow-x: hidden;
}

.container-full {
  background-color: #f1f1f1;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
}

.letter-font {
  white-space: nowrap;
  font-size: 130px;
  font-weight: 900;
  line-height: 1.1;
}

.dot-text {
  font-size: 70px;
}

.inner-letreiro {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  display: flex;
}

.image {
  flex: none;
  width: 12px;
  height: 12px;
}

.button-view {
  background-color: #000;
  border-radius: 100%;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-top: -54px;
  margin-left: 0;
  margin-right: 10px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 2px .5px #00ab7873;
}

.button-view.biggie {
  align-self: center;
  width: 128px;
  height: 128px;
  margin-top: 310px;
  margin-left: 790px;
  top: 0;
  left: 100px;
}

.button-view.biggie.biggie2 {
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  left: -200px;
}

.button-view.biggie.biggie2.p-butt {
  top: -30px;
  left: -170px;
}

.button-view.biggie.biggie2.p-butt.laptop {
  top: 15px;
  left: 0;
}

.button-view.biggie.figmabig {
  align-self: flex-start;
  min-width: 128px;
  margin-top: -69px;
  margin-left: 0;
  margin-right: 0;
  top: -13px;
  left: 232px;
}

.button-view.biggie.figmabig.pdfbig {
  margin-left: 0;
  left: 0;
}

.button-view.biggie.figmabig.ubig {
  margin-top: -66px;
  margin-left: -103px;
}

.button-view.biggie.btn-mobile {
  margin-top: 115px;
}

.button-view.bv1 {
  margin-top: -90px;
  display: flex;
}

.button-view.bv2 {
  margin-top: -90px;
}

.bg-button-view {
  z-index: 1;
  mix-blend-mode: normal;
  background-color: #00ab78;
  border-radius: 100%;
  width: 32px;
  height: 32px;
  position: absolute;
}

.bg-button-view.bigbutt {
  aspect-ratio: 1;
  width: 128px;
  height: 128px;
}

.main-paragraph-copy {
  letter-spacing: -3px;
  font-size: 56px;
  line-height: 1;
}

.main-paragraph-copy.text-color-dark-gray {
  color: #000;
  padding: 10px 34px;
  position: relative;
}

.see-more-bto {
  text-align: center;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: opacity 1s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.main-button-large {
  text-align: center;
  border: 1px solid #848484;
  border-radius: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 32px;
  display: flex;
}

.main-button-large.large {
  height: 76px;
}

.menu-item {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: flex-end;
  align-items: flex-end;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.hifen {
  background-color: #000;
  width: 14px;
  height: 2px;
  margin-bottom: 5px;
}

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

.text-block-3 {
  text-transform: uppercase;
  color: #000;
}

.text-block-3.no-caps {
  text-transform: none;
  align-self: center;
  padding-left: 6px;
  font-size: 22px;
  text-decoration: none;
}

.text-block-3.no-caps:hover {
  color: #00ab78;
}

.text-block-3.no-caps.based {
  font-size: 18px;
}

.image-4 {
  width: auto;
  min-width: 120px;
}

.link-block {
  color: #000;
}

.link-block-2 {
  color: #000;
  text-decoration: none;
}

.link-block-2:hover {
  color: #00ab78;
  font-style: normal;
  text-decoration-color: #00ab78;
}

.div-block {
  padding-bottom: 6px;
  display: flex;
}

.link-block-3 {
  text-decoration: none;
}

.flex-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 0 #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 5px;
  display: grid;
}

.flex-block.fb_space {
  margin-top: 36px;
}

.place-flexbox {
  border-bottom: 1px solid #000;
  justify-content: space-between;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Inter, sans-serif;
  display: flex;
}

.company-flexbox {
  align-items: center;
  font-size: 34px;
  font-weight: 500;
  line-height: 120%;
  display: flex;
}

.company-flexbox.ut {
  margin-bottom: 20px;
}

.image-11 {
  margin-left: -10px;
}

.bullet {
  border: 1px solid #0000;
  margin-right: 10px;
  font-size: 60px;
}

.cv-title {
  color: #000;
  letter-spacing: .1px;
  margin-bottom: 5px;
  font-family: Inter, sans-serif;
  font-size: 42px;
  font-weight: 500;
}

.cv-title.cv-topics {
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 120%;
  display: flex;
}

.cv-title.cv-title-more {
  min-width: 105%;
}

.cv-title.uxr-tool {
  font-size: 18px;
}

.gig-details {
  text-align: right;
  justify-content: flex-end;
  width: 50%;
  display: flex;
}

.club {
  object-fit: fill;
  margin-right: 0;
}

.image-12 {
  margin-top: 0;
  margin-left: 0;
}

.image-13 {
  margin-top: 220px;
}

.image-14 {
  margin-top: 220px;
  margin-left: 0;
}

.flex-block-2 {
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 178px;
  margin-left: 0;
  position: relative;
  right: 40px;
}

.image-15 {
  word-break: normal;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.image-15.img-m {
  width: 0;
}

.green {
  border-radius: 0;
  width: auto;
}

.green:hover {
  color: #000;
}

.link-block-4 {
  color: #000;
  width: 100%;
  text-decoration: none;
}

.link-block-5 {
  width: 100%;
  text-decoration: none;
}

.div-block-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-top: 0;
  display: flex;
}

.bold-text {
  color: #000;
  align-self: flex-end;
  font-family: Inter, sans-serif;
  font-size: 56px;
  line-height: 120%;
}

.bold-text.land2 {
  background-color: #fff;
  border: 3px solid #000;
  margin-bottom: 20px;
  padding: 10px;
  line-height: 1;
}

.bold-text.land2.hl {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(125deg, #f90 25%, #00ab78);
  -webkit-background-clip: text;
  background-clip: text;
  border-style: none;
  margin-bottom: 10px;
  font-family: Playfair Display, sans-serif;
  font-size: 84px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
}

.bold-text-2 {
  color: #000;
  margin-bottom: 5px;
  font-family: Inter, sans-serif;
  font-size: 36px;
  display: flex;
}

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

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

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

.text-span-2 {
  color: #f1f1f1;
}

.image-16 {
  align-self: center;
}

.italic-text {
  vertical-align: sub;
}

.code-embed {
  width: 100vw;
  height: 100vh;
}

.hero-subscribe-left {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

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

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  max-width: none;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 1.4;
  display: flex;
}

.hero-form {
  margin-bottom: 12px;
}

.hero-form-container {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.hero-form-input {
  color: #1a1b1f;
  border: 1px solid #d1d6db;
  width: 240px;
  height: auto;
  margin-bottom: 0;
  margin-right: 9px;
  padding: 5px 16px;
  font-size: 14px;
  line-height: 20px;
  transition: all .2s;
}

.hero-form-input:hover, .hero-form-input:focus {
  border-color: #76879d;
}

.hero-form-input::placeholder {
  color: #1a1b1fcc;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.grid-2 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  grid-template-rows: 10px 450px auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  margin-bottom: 40px;
}

.body-2 {
  background-color: #fff;
}

.code-embed-2 {
  height: 50vh;
  display: flex;
}

.body-3 {
  background-color: #fff;
  margin-top: 0;
}

.navbar-logo-left {
  margin-left: 32px;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: none;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0;
  font-family: Inter, sans-serif;
  display: flex;
}

.container-3 {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #000;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #00ab78;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link.w--current {
  cursor: default;
  border-bottom: 5px solid #00ab78;
  font-family: Inter, sans-serif;
}

.nav-link.w--current:hover {
  color: #000;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.list-item {
  font-family: Inter, sans-serif;
}

.list-item:hover {
  color: #00ab78;
}

.code-embed-3 {
  border: 1px solid #000;
}

.test {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  flex: 0 auto;
  order: 0;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.hero-heading-center {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-4 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading.margin-bottom-32px {
  margin-bottom: 32px;
  font-family: Inter, sans-serif;
}

.hero-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px-2 {
  margin-bottom: 24px;
}

.button-primary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.shadow-two-2 {
  box-shadow: 0 4px 24px #96a3b514;
}

.container-5 {
  max-width: none;
}

.image-19 {
  outline-offset: 0px;
  outline: 1px solid #035375;
}

.image-19.flowhchart {
  min-width: 2033px;
}

.heading {
  margin-left: 20px;
  font-family: Inter, sans-serif;
}

.container-6 {
  margin-left: 0;
  margin-right: 0;
}

.div-block-8 {
  font-family: Inter, sans-serif;
  display: flex;
}

.div-block-9 {
  margin-bottom: 10px;
}

.div-block-10 {
  color: #000;
  width: auto;
  display: flex;
}

.text-span-3 {
  background-color: var(--black);
  color: #fff;
  padding-left: 4px;
  padding-right: 4px;
}

.text-span-4 {
  font-weight: 700;
}

.list-item-2 {
  line-height: 120%;
}

.list-item-3 {
  color: #000;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.list-item-3.li33 {
  color: #000;
  line-height: 150%;
}

.list-item-4 {
  color: #000;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.list-item-5 {
  line-height: 120%;
}

.list-item-6 {
  color: #000;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.list {
  margin-bottom: 0;
  font-family: Inter, sans-serif;
}

.image-border {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 1px;
  min-width: 100%;
  margin-top: 5px;
  padding: 10px;
}

.image-border.imgscroll {
  min-width: 2600px;
}

.image-border.imgb2 {
  background-color: #000;
  border-style: solid;
  border-radius: 0;
}

.image-border.spaceimage {
  margin-bottom: 10px;
}

.link {
  color: #000;
  text-decoration: underline;
}

.link:hover {
  color: #00ab78;
}

.superscript {
  color: gray;
  vertical-align: middle;
  cursor: default;
  line-height: 100%;
  text-decoration: none;
}

.block-quote {
  border-style: none none none solid;
  border-width: 1px 1px 1px 4px;
  border-color: var(--green_custom);
  flex-flow: column;
  align-self: flex-start;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  display: flex;
}

.block-quote.bq-sp {
  margin-top: 10px;
}

.block-quote.bq-more-sp {
  color: #000;
  margin-top: 10px;
  padding-bottom: 20px;
  line-height: 150%;
}

.block-quote.bq-more-sp.bq-solo.bq-neg {
  border-left-color: var(--redder);
  flex-flow: row;
  line-height: 175%;
  display: block;
}

.block-quote.bqlead {
  line-height: 150%;
}

.block-quote.bq4 {
  margin-top: 0;
  line-height: 150%;
}

.text-span-5 {
  margin-bottom: 10px;
  display: flex;
}

.container-7 {
  flex-flow: column;
  max-width: 100%;
  margin-bottom: 10px;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
}

.image-20 {
  align-self: center;
  width: 32px;
}

.text-span-6 {
  margin-bottom: 0;
  display: flex;
}

.text-span-7 {
  margin-top: -20px;
  display: flex;
}

.text-span-8 {
  color: #000;
  flex-flow: column;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 20px;
  font-size: 18px;
  line-height: 120%;
  display: flex;
}

.text-span-8.ts8link {
  padding-left: 10px;
}

.text-span-8.ts8link:hover {
  color: #00ab78;
}

.text-span-8.aaaad.laster {
  margin-top: 0;
  margin-bottom: -20px;
}

.text-span-9, .text-span-10, .text-span-11, .text-span-12 {
  margin-top: 5px;
  display: flex;
}

.text-span-13 {
  margin-bottom: -10px;
  display: flex;
}

.bold-text-3 {
  display: flex;
}

.bold-text-4, .bold-text-5, .bold-text-6, .bold-text-7 {
  margin-top: 0;
  display: flex;
}

.link-2 {
  display: flex;
}

.text-span-14 {
  width: 85%;
}

.body-4, .body-5, .body-6 {
  background-color: #fff;
}

.bq-sp {
  margin-top: 10px;
}

.tt {
  font-size: 44px;
}

.t-sp {
  position: relative;
  bottom: 10px;
}

.bold-text-8 {
  margin-top: 10px;
}

.link-brief {
  margin-top: 10px;
  margin-left: 15px;
}

.text-span-15 {
  background-color: var(--black);
  color: #fff;
  padding-left: 4px;
  padding-right: 4px;
}

.text-span-16 {
  color: #fff;
  background-color: #000;
  padding-left: 4px;
  padding-right: 4px;
}

.bold-text-9 {
  color: #000;
  font-size: 24px;
  font-weight: 400;
}

.bold-text-9.bq-bold2 {
  color: #000;
  letter-spacing: 0;
  font-family: Inter, sans-serif;
  font-weight: 700;
  line-height: 120%;
}

.bold-text-11.bold-text-16 {
  font-family: Inter, sans-serif;
}

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

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

.code-embed-5 {
  border-top: 1px solid #e6e6e6;
}

.code-embed-5.ce5b {
  background-color: #fff;
  border: 1px solid #000;
  margin-left: 24px;
  padding-left: 10px;
  padding-right: 10px;
  box-shadow: 0 2px 5px #0003;
}

.code-embed-5.code-embed {
  border: 1px solid #000;
  width: auto;
  height: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.code-embed-5.code-embed.p1 {
  background-color: #fff;
  margin-left: 10px;
  box-shadow: 0 2px 5px #0003;
}

.text-block-5 {
  font-family: Inter, sans-serif;
  font-size: 42px;
  line-height: 120%;
}

.button {
  color: #fff;
  background-color: #000;
  border-radius: 24px;
  margin-top: -20px;
  margin-left: 60px;
  padding: 20px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 0;
  box-shadow: 0 2px 1px #00ab78;
}

.button:hover {
  box-shadow: none;
  color: #fff;
  background-color: #000;
}

.button.btnmobile {
  margin-left: 20px;
}

.button.btnmobile.btn-left {
  margin-left: 0;
}

.button.btnmobile.btn-paint {
  margin-top: 0;
  margin-left: 0;
}

.div-block-16 {
  margin-left: 10px;
}

.image-23 {
  margin-right: 20px;
}

.image-24 {
  border: 1px solid #000;
  margin-bottom: 20px;
  box-shadow: 0 2px 5px #0003;
}

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

.image-25 {
  align-self: center;
}

.image-26 {
  position: absolute;
  top: 40px;
}

.image-26.wheel {
  margin-top: 9px;
}

.bold-text-16 {
  color: #000;
  letter-spacing: -2px;
  line-height: 120%;
}

.bold-text-16.tz {
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.bold-text-16.steps {
  font-weight: 400;
  line-height: 110%;
}

.bold-text-16.nobold {
  font-weight: 400;
}

.fs_accordion-2_message {
  color: var(--accessible-components--dark-grey);
}

.fs_accordion-2_paragraph {
  margin-bottom: 0;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.fs_accordion-2_body {
  background-color: #f1f1f1;
  padding: 1rem 1.5rem;
}

.fs_accordion-2_body.accord-body-bottom-space {
  margin-bottom: 40px;
  box-shadow: 0 2px 5px #0003;
}

.fs_accordion-2_content {
  margin-bottom: 10px;
  transition: max-height .2s;
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}

.fs_accordion-2_content.btm-content {
  box-shadow: none;
  margin-bottom: 0;
}

.fs_accordion-2_icon {
  margin-right: 0;
  font-size: 1.125rem;
  position: relative;
}

.fs_accordion-2_arrow-wrapper {
  transition: transform .2s;
}

.fs_accordion-2_arrow-wrapper.is-active-accordion {
  transform: rotate(180deg);
}

.fs_accordion-2_label {
  font-family: Inter, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.75rem;
}

.fs_accordion-2_header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  cursor: pointer;
  background-color: #fff;
  border-top: 1px solid #000;
  border-image: linear-gradient(to right, #f90 0%, #00ab78 100%) 1;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1rem 0;
  display: flex;
}

.fs_accordion-2_header:focus-visible, .fs_accordion-2_header[data-wf-focus-visible] {
  outline-color: var(--accessible-components--dark-grey);
  outline-offset: 4px;
  outline-width: 2px;
  outline-style: solid;
}

.fs_accordion-2_header.aloftblue {
  border-top: 1px solid #000;
  border-image: linear-gradient(to right, #3355db 0%, #00ab78 100%) 1;
}

.fs_accordion-2_embed {
  margin-bottom: 0;
}

.fs_accordion-2_component {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  margin-left: 40px;
  margin-right: 40px;
  display: grid;
}

.div-block-20 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.text-block-6 {
  width: 15%;
  margin-left: 10px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 700;
  display: flex;
}

.flex-block-3 {
  background-color: #f1f1f1;
  border: 1px solid #000;
  flex-flow: column;
  margin-top: 20px;
  padding: 20px;
}

.image-27 {
  max-width: none;
}

.code-embed-6 {
  width: 100%;
  height: 900px;
}

.code-embed-7 {
  border: 1px solid #000;
  width: auto;
  min-width: 100%;
  height: auto;
  min-height: auto;
}

.code-embed-9 {
  border: 1px solid #000;
  min-width: 100%;
  min-height: 710px;
  display: flex;
}

.results-big {
  border: 5px solid var(--green_custom);
  color: #000;
  border-radius: 20px;
  padding: 30px;
  font-family: Inter, sans-serif;
  font-size: 128px;
  font-weight: 900;
  line-height: 100%;
  box-shadow: 0 2px 5px #0003;
}

.results-big.results-desc {
  box-shadow: none;
  border-style: none;
  padding-left: 0;
  font-family: Inter, sans-serif;
  font-size: 40px;
  font-weight: 500;
  display: flex;
}

.results-big.thumb {
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 2em;
  display: flex;
}

.cell, .cell-2, .cell-3, .cell-4 {
  justify-content: center;
  align-items: flex-start;
}

.italic-text-2 {
  margin-bottom: 5px;
  line-height: 120%;
}

.subscript {
  flex: 1;
  align-items: stretch;
  line-height: 140%;
  display: flex;
}

.div-block-21, .div-block-22 {
  width: 100%;
}

.div-block-23 {
  min-width: 100%;
  margin-left: 15px;
}

.li_final {
  font-size: 18px;
  line-height: 120%;
}

.list-item-7 {
  line-height: 18px;
}

.list-item-8 {
  font-size: 18px;
  line-height: 150%;
}

.list-item-9 {
  color: #000;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
}

.list-item-9.lisq {
  margin-left: 40px;
  list-style-type: decimal;
}

.list-item-10 {
  color: var(--black);
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 120%;
}

.list-item-11 {
  color: #000;
  font-size: 18px;
  line-height: 120%;
}

.image-28 {
  border: 1px solid #000;
  width: 100%;
  padding: 5px;
}

.image-28.image-no-padding, .image-28.no-border {
  padding: 0;
}

.div-block-24 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  margin-top: 10px;
  display: flex;
}

.div-block-24.divgaqp {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.div-block-25 {
  outline-offset: 0px;
  outline: 1px solid #000;
  overflow: auto;
}

.fs_accordion-2_item-copy {
  margin-top: 20px;
}

.text-span-17 {
  color: #1a73e8;
  font-weight: 900;
}

.bold-text-19 {
  color: #1279c5;
  font-size: 1.5rem;
  font-weight: 900;
}

.text-span-18 {
  color: #1279c5;
  font-family: Inter, sans-serif;
  font-size: 1.5rem;
  font-weight: 900;
}

.grid-3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-top: 15px;
}

.image-29 {
  padding-bottom: 10px;
  display: block;
}

.text-block-8 {
  color: #c5c5c5;
  padding-top: 12px;
  padding-bottom: 12px;
}

.text-block-8.tab-txt {
  color: #cfcfcf;
  font-size: 18px;
  line-height: 24px;
}

.text-block-8.am-txt {
  color: #414141;
  font-size: 18px;
  line-height: 24px;
  text-decoration: none;
}

.text-block-8.am-txt.sssss {
  text-decoration: none;
}

.text-block-8.sh-txt {
  color: #cecece;
  font-size: 18px;
  line-height: 24px;
}

.container-8 {
  border: 1px solid #d6d6d6;
  border-radius: 6px;
  padding: 5px;
  box-shadow: 0 2px 5px #0003;
}

.container-8.am {
  background-color: #f8f5f4;
}

.container-8.ai {
  background-color: #e5e7eb;
}

.container-8.tabum {
  background-image: radial-gradient(circle at 50% 15%, #045c9d 17%, #031831);
  border: 2px #fff;
  min-height: 570px;
  padding: 12px;
  text-decoration: none;
  box-shadow: 0 6px 12px #0003;
}

.container-8.tabum:hover {
  background-image: radial-gradient(circle at 50% 15%, #045c9d 50%, #031831 94%);
}

.container-8.tabum.am {
  background-image: radial-gradient(circle at 50% 15%, #ffc680 44%, #d97a00);
  min-height: 570px;
  text-decoration: none;
}

.container-8.tabum.am:hover {
  background-image: radial-gradient(circle at 50% 15%, #fac88c 51%, #d97a00 91%);
}

.container-8.tabum.am.shape {
  background-image: radial-gradient(circle at 50% 15%, #8a4fff 17%, #37175c);
}

.container-8.tabum.am.shape:hover {
  background-image: radial-gradient(circle at 50% 15%, #8a4fff 56%, #37175c 94%);
}

.image-30 {
  border-bottom: 1px #000;
  border-radius: 6px;
  padding-bottom: 10px;
}

.image-31, .image-32 {
  padding-bottom: 10px;
  display: block;
}

.image-33 {
  padding-bottom: 10px;
}

.bold-text-20 {
  color: red;
}

.image-34 {
  padding-bottom: 10px;
  display: block;
}

.div-block-30.tab-blk {
  background-color: var(--white);
  border-radius: 6px;
  flex-flow: column;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  text-decoration: none;
  display: flex;
}

.div-block-30.amblk {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #f8f5f4;
  border-radius: 6px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 10px;
  text-decoration: none;
  display: flex;
}

.text-block-9, .text-block-9.adsad {
  text-decoration: none;
}

.bold-text-21.convergence {
  color: #000;
  font-size: 24px;
  text-decoration: none;
}

.bold-text-21.amtx {
  color: #000;
  letter-spacing: -2px;
  font-size: 42px;
  line-height: 60px;
  text-decoration: none;
}

.bold-text-21.am4 {
  color: #636363;
  font-size: 18px;
  font-weight: 400;
}

.button-2 {
  background-color: #a47864;
  border-radius: 8px;
}

.button-2.b33 {
  color: #000;
  background-color: #fff;
  border: 1px solid #d6d6d6;
}

.form {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  display: flex;
}

.form-block {
  padding-top: 10px;
}

.text-span-19, .text-span-20, .text-span-21 {
  color: #1279c5;
}

.text-block-10 {
  color: #fff;
  text-align: center;
  background-color: #a47864;
  border-radius: 8px;
  padding: 10px 15px;
}

.text-block-10.b2 {
  color: #000;
  background-color: #fff;
  border: 1px solid #ddd;
}

.container-9 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  display: flex;
}

.text-span-23, .text-span-24, .link-block-6, .link-block-7 {
  text-decoration: none;
}

.text-span-25 {
  color: #0883c5;
  font-weight: 900;
}

.link-block-8 {
  text-decoration: none;
}

.div-block-31 {
  border-top: 1px solid #000;
  border-image: linear-gradient(to right, #f90 0%, #00ab78 100%) 1;
  margin-top: 0;
}

.image-36 {
  margin-top: 40px;
  margin-bottom: 10px;
}

@media screen and (min-width: 1280px) {
  .body.homebody {
    background-color: #fff;
  }

  .container.ct-5 {
    align-items: flex-start;
    margin-top: -30px;
    margin-left: 150px;
  }

  .main-grid {
    grid-row-gap: 8px;
    grid-template-areas: "Area";
    margin-top: 0;
  }

  .main-grid._100vh {
    margin-top: 0;
  }

  .main-grid.grid-at {
    grid-column-gap: 16px;
    grid-row-gap: 8px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: .25fr;
    margin-top: 0;
    display: grid;
  }

  .flex.vert {
    margin: 20px 0 0;
    padding: 0;
  }

  .flex.vert.hscroll {
    width: 100%;
  }

  .flex.vert.mobsm {
    padding: 0;
  }

  .flex.vert.tr-img {
    margin-top: 0;
  }

  .flex.vert.tr-img.protos {
    flex-flow: row;
  }

  .flex.vert.tr-img.pdf {
    min-width: 100%;
    height: auto;
    min-height: 20px;
  }

  .flex.vert.headings {
    object-fit: fill;
    padding: 0;
  }

  .flex.vert.head-main {
    margin-top: 20px;
    margin-left: 40px;
    margin-right: 40px;
  }

  .flex.vert.flex-head-no-caps {
    margin-top: 20px;
  }

  .flex.vert.excel {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .flex.space-margin {
    margin-right: 100px;
  }

  .flex.jay {
    margin-left: 0;
  }

  .heading-xlarge {
    align-self: auto;
  }

  .main-button {
    top: 15px;
    left: 220px;
  }

  .divider.bg-dark-gray.space-50-padding.divmobile {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 120%;
    margin-left: -50px;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .main-paragraph {
    margin-top: 20px;
    font-family: Inter, sans-serif;
  }

  .main-paragraph.title {
    line-height: 120%;
  }

  .main-paragraph.title.about.ab2.acs.shit {
    margin-bottom: 5px;
  }

  .main-paragraph.title.spd {
    -webkit-text-stroke-color: white;
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-image: none;
    background-clip: border-box;
    margin-top: -40px;
  }

  .main-paragraph.title.spd.jay {
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
  }

  .main-paragraph.title.spd.hl2 {
    background-color: #0000;
    margin-top: 0;
  }

  .main-paragraph.green.mainx {
    padding-left: 0;
  }

  .main-paragraph.cs-text.spacetop._5px {
    margin-top: 5px;
  }

  .main-paragraph.cs-text.cs-top {
    margin-top: 0;
    line-height: 150%;
  }

  .main-paragraph.cs-text.little-sp {
    margin-bottom: 10px;
  }

  .main-paragraph.cs-text.proto-text {
    margin-top: 0;
  }

  .main-paragraph.stephead.boldspacer.caps {
    color: #000;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 400;
  }

  .main-paragraph.bold-text-10 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .main-paragraph.bold-text-10.sa {
    margin-top: 0;
    margin-bottom: 10px;
    font-family: Inter, sans-serif;
  }

  .main-paragraph.bold-text-10.sa.toolz {
    margin-top: 0;
    font-family: Inter, sans-serif;
    font-weight: 400;
  }

  .main-paragraph.bold-text-10.alft-text {
    margin-bottom: 10px;
  }

  .main-paragraph.tlp {
    margin-top: 10px;
  }

  .main-paragraph.bqh {
    font-family: Inter, sans-serif;
    display: flex;
  }

  .wrap-med {
    margin-bottom: 30px;
  }

  .paragraph--6-px {
    flex-flow: column;
    margin-top: 0;
    line-height: 120%;
    display: flex;
  }

  .paragraph--6-px.tr3 {
    margin-top: 0;
  }

  .space-100 {
    height: 5px;
  }

  .paragraph-18px {
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .main-container.space-bottom {
    margin-top: 30px;
  }

  .main-container.space-bottom.top {
    margin-top: 0;
    margin-bottom: 0;
    padding: 40px 0;
  }

  .main-container.space-bottom.worker {
    background-color: #f1f1f1;
    padding-top: 20px;
    padding-left: 0;
  }

  .main-section.bg-main-gray {
    margin-top: 0;
  }

  .main-section.bg-main-gray.mainsectionmobile {
    background-color: #f1f1f1;
    margin-top: 60px;
    margin-bottom: 0;
    padding-bottom: 40px;
  }

  .main-section.bg-main-gray.ms-spec {
    margin-top: 0;
    display: flex;
  }

  .main-section.bg-main-gray.footer-bg {
    background-color: #f1f1f1;
  }

  .button-view.biggie.biggie2.p-butt {
    top: 100px;
    left: 0;
  }

  .button-view.biggie.biggie2.p-butt.laptop {
    margin-top: 140px;
  }

  .button-view.biggie.biggie2.p-butt.bottom-button {
    top: -30px;
    left: -110px;
  }

  .button-view.biggie.figmabig {
    left: 233px;
  }

  .flex-block {
    margin-top: 5px;
  }

  .place-flexbox {
    padding-top: 16px;
  }

  .company-flexbox.ut {
    margin-bottom: 20px;
  }

  .image-11 {
    margin-left: 0;
  }

  .cv-title.uxr-tool {
    font-size: 18px;
    line-height: 120%;
  }

  .div-block-5 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-bottom: 10px;
  }

  .bold-text {
    line-height: 120%;
  }

  .bold-text.land2 {
    background-color: #fff;
  }

  .bold-text.land2.hl {
    background-image: linear-gradient(125deg, #f90 25%, #00ab78);
    margin-top: 0;
    margin-bottom: 0;
    font-size: 84px;
  }

  .bold-text-2 {
    margin-bottom: 5px;
  }

  .div-block-6 {
    min-height: 12px;
    display: flex;
  }

  .italic-text {
    margin-top: 20px;
    display: flex;
  }

  .hero-split {
    display: flex;
  }

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

  .code-embed-2 {
    height: 50vh;
    display: flex;
  }

  .navbar-logo-left {
    margin-left: 37px;
    display: flex;
  }

  .navbar-logo-left-container.shadow-three {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    display: flex;
  }

  .container-3 {
    max-width: none;
    display: flex;
  }

  .navbar-wrapper {
    justify-content: flex-start;
  }

  .navbar-brand.w--current {
    margin-right: 20px;
    display: flex;
  }

  .image-19 {
    outline-offset: 0px;
    border: 1px #000;
    outline: 1px solid #035375;
    width: 100%;
  }

  .image-19.tr-img {
    outline-offset: 0px;
    border-style: none;
    outline: 1px solid #000;
  }

  .image-19.flowhchart {
    aspect-ratio: auto;
    border-style: none;
    width: auto;
    min-width: 2033px;
    display: block;
    overflow: auto;
  }

  .list-item-3 {
    line-height: 150%;
  }

  .block-quote.bq-more-sp {
    flex-flow: column;
    padding-bottom: 20px;
  }

  .block-quote.bq-more-sp.bqneg {
    border: 0 solid #ab2500;
    border-left-width: 4px;
  }

  .block-quote.bq-more-sp.bq-solo.bq-neg {
    border-left-color: #ab2500;
  }

  .container-7 {
    max-width: none;
    margin: 40px 40px 0;
    padding-right: 0;
  }

  .text-span-8 {
    margin-top: 0;
    margin-left: 20px;
    font-size: 18px;
  }

  .text-span-15, .text-span-16 {
    color: #fff;
    background-color: #000;
    padding-left: 4px;
    padding-right: 4px;
  }

  .bold-text-9 {
    font-size: 24px;
    font-weight: 400;
  }

  .bold-text-9.bq-bold2 {
    color: #000;
    letter-spacing: 0;
    font-family: Inter, sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 100%;
  }

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

  .code-embed-5 {
    border-top: 1px solid #e6e6e6;
  }

  .code-embed-5.ce5b {
    background-color: #fff;
    border: 1px solid #000;
    margin-left: 17px;
    padding-left: 10px;
    padding-right: 10px;
    box-shadow: 0 2px 5px #0003;
  }

  .code-embed-5.code-embed {
    border: 1px solid #000;
    width: auto;
    height: auto;
    margin-left: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .code-embed-5.code-embed.p1 {
    background-color: #fff;
    box-shadow: 0 2px 5px #0003;
  }

  .text-block-5 {
    font-family: Inter, sans-serif;
    font-size: 42px;
    line-height: 120%;
    display: flex;
  }

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

  .button {
    margin-top: -20px;
    margin-left: 60px;
    line-height: 0;
  }

  .button.btnmobile {
    margin-top: -15px;
    margin-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .button.btnmobile.btn-left, .button.btnmobile.btn-paint {
    margin-left: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .image-22 {
    width: 24px;
  }

  .div-block-16 {
    margin-left: 10px;
  }

  .link-3 {
    color: #000;
  }

  .link-3:hover {
    color: #00ab78;
  }

  .image-24 {
    border: 1px solid #000;
    margin-bottom: 20px;
  }

  .image-24.addshadow.ideo {
    max-width: 100%;
  }

  .image-26 {
    align-self: center;
    margin-top: -50px;
    position: absolute;
    top: 75px;
  }

  .image-26.wheel {
    margin-top: -41px;
  }

  .bold-text-16 {
    color: #000;
    -webkit-text-stroke-color: black;
    line-height: 120%;
  }

  .bold-text-16.tz, .bold-text-16.steps, .bold-text-16.nobold {
    font-weight: 400;
  }

  .fs_accordion-2_body {
    background-color: #f1f1f1;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .fs_accordion-2_body.accord-body-bottom-space {
    margin-bottom: 40px;
    box-shadow: 0 2px 5px #0003;
  }

  .fs_accordion-2_content {
    margin-bottom: 10px;
    box-shadow: 0 2px 5px #0003;
  }

  .fs_accordion-2_content.btm-content {
    box-shadow: none;
  }

  .fs_accordion-2_label {
    padding-bottom: 5px;
  }

  .fs_accordion-2_header {
    background-color: #fff;
    border-top: 1px solid #000;
    border-image: linear-gradient(to right, #f90 0%, #00ab78 100%) 1;
    padding-left: 0;
    padding-right: 0;
  }

  .fs_accordion-2_header.aloftblue {
    border-image: linear-gradient(to right, #3355db 0%, #00ab78 100%) 1;
  }

  .fs_accordion-2_component {
    margin-left: 40px;
    margin-right: 40px;
  }

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

  .div-block-20 {
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
  }

  .text-block-6 {
    color: #000;
    width: 13%;
    margin-left: 10px;
    margin-right: 10px;
    font-family: Inter, sans-serif;
    font-size: 18px;
    font-weight: 700;
    display: flex;
  }

  .flex-block-3 {
    background-color: #f1f1f1;
    border: 1px solid #000;
    flex-flow: column;
    margin-top: 20px;
    padding: 20px;
  }

  .image-27 {
    max-width: none;
  }

  .code-embed-7 {
    border: 1px solid #000;
    width: auto;
    min-width: 100%;
    height: auto;
    min-height: auto;
  }

  .code-embed-9 {
    border: 1px #000;
    min-width: 100%;
    min-height: 710px;
    display: flex;
  }

  .results-big {
    border: 5px solid var(--green_custom);
    color: #000;
    border-radius: 20px;
    flex-flow: row;
    flex: 1;
    align-items: center;
    padding: 30px;
    font-family: Inter, sans-serif;
    font-size: 128px;
    font-weight: 900;
    line-height: 100%;
    display: flex;
    box-shadow: 0 2px 5px #0003;
  }

  .results-big.results-desc {
    box-shadow: none;
    border-style: none;
    padding-left: 0;
    padding-right: 0;
    font-size: 43px;
    font-weight: 500;
    line-height: 120%;
  }

  .results-big.rb-no-bold {
    font-weight: 500;
  }

  .results-big.thumb {
    justify-content: center;
    align-items: center;
    width: 2em;
    display: flex;
  }

  .quick-stack {
    padding: 0;
  }

  .cell-4 {
    display: block;
  }

  .cell-5, .cell-6 {
    justify-content: center;
    align-items: flex-start;
    font-family: Inter, sans-serif;
  }

  .italic-text-2 {
    margin-bottom: 0;
    line-height: 120%;
  }

  .subscript {
    flex: 1;
    line-height: 150%;
    display: flex;
  }

  .div-block-22 {
    outline-offset: 0px;
    outline: 1px solid #000;
  }

  .div-block-23 {
    min-width: 100%;
    margin-left: 18px;
  }

  .list-item-9.lisq {
    margin-left: 40px;
    list-style-type: decimal;
  }

  .image-28 {
    border: 1px solid #000;
    width: 100%;
    padding: 5px;
  }

  .image-28.image-no-padding, .image-28.no-border {
    padding: 0;
  }

  .cell-7, .cell-8, .cell-9 {
    display: block;
  }

  .div-block-24 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    margin-top: 10px;
    display: flex;
  }

  .div-block-24.divgaqp {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .div-block-25 {
    outline-offset: 0px;
    outline: 1px solid #000;
    overflow: auto;
  }

  .div-block-26 {
    outline-offset: 0px;
    outline: 1px solid #000;
  }

  .grid-3 {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    margin-top: 10px;
  }

  .container-8.tabum {
    min-height: 570px;
  }

  .container-8.tabum.am {
    background-image: radial-gradient(circle at 50% 15%, #f2a950 48%, #d97a00);
    min-height: 570px;
  }

  .container-8.tabum.am:hover {
    background-image: radial-gradient(circle at 50% 15%, #fac88c 49%, #d97a00 91%);
  }

  .container-8.tabum.am.shape {
    background-image: radial-gradient(circle at 50% 15%, #8a4fff 44%, #37175c);
  }

  .image-30 {
    padding-bottom: 10px;
  }

  .div-block-30 {
    background-color: #fff;
    border-radius: 6px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  }

  .div-block-30.amblk {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    background-color: #f8f5f4;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-block-9 {
    margin-left: 5px;
    font-weight: 700;
  }

  .text-block-9.am2 {
    font-weight: 400;
  }

  .bold-text-21.convergence {
    font-size: 24px;
  }

  .bold-text-21.amtx {
    letter-spacing: -2px;
    font-size: 45px;
    font-weight: 700;
    line-height: 52px;
    display: flex;
  }

  .bold-text-21.am4 {
    color: #636363;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
  }

  .button-2 {
    background-color: #a47864;
    border-radius: 8px;
  }

  .button-2.b33 {
    color: #000;
    -webkit-text-stroke-color: #000;
    background-color: #fff;
    border: 1px solid #d8d8d8;
    border-radius: 8px;
  }

  .form {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
    display: flex;
  }

  .form-block {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .text-span-22 {
    color: #1279c5;
    font-weight: 900;
  }

  .link-block-8 {
    text-decoration: none;
  }
}

@media screen and (min-width: 1920px) {
  .body {
    background-color: #fff;
  }

  .body.homebody {
    background-color: #fff;
    box-shadow: 0 2px 5px #0003;
  }

  .container {
    grid-column-gap: 150px;
    grid-row-gap: 150px;
  }

  .container.ct-5 {
    margin-top: 0;
    margin-left: 495px;
  }

  .main-grid {
    margin-top: 0;
  }

  .main-grid.space-top.grid {
    grid-row-gap: 2px;
  }

  .main-grid._100vh {
    grid-template-rows: 0 0 auto 0;
  }

  .main-grid.paintings {
    margin-top: 0;
  }

  .main-grid.grid-at {
    grid-column-gap: 16px;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
    margin-top: 0;
  }

  .main-grid.grid-at.grid-aloft {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
  }

  .main-nav.bg-main-gray.paingnav {
    background-color: #f1f1f1;
  }

  .flex.align-right.align-bottom {
    margin-top: 0;
  }

  .flex.vert {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin: 20px 0 0;
    padding: 0;
    display: flex;
  }

  .flex.vert.space-too.flexpaint {
    padding-left: 100px;
  }

  .flex.vert.hscroll {
    object-fit: fill;
    border: 1px solid #000;
    width: 100%;
    margin-top: 5px;
    display: flex;
    overflow: auto;
  }

  .flex.vert.hscroll.aloftflex {
    border-style: none;
  }

  .flex.vert.results {
    width: 100%;
  }

  .flex.vert.mobsm {
    flex-flow: column;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    display: flex;
  }

  .flex.vert.hil {
    align-self: auto;
  }

  .flex.vert.tr-img {
    flex-flow: column;
    min-width: 100%;
    margin-top: 0;
    padding-top: 0;
  }

  .flex.vert.tr-img.protos {
    flex-flow: column;
    margin-top: 0;
  }

  .flex.vert.tr-img.pdf {
    min-width: 100%;
    min-height: 990px;
  }

  .flex.vert.headings {
    margin: 20px 0 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .flex.vert.figmaz {
    width: auto;
  }

  .flex.vert.head-main {
    margin-top: 0;
    margin-left: 220px;
    margin-right: 220px;
    padding-left: 0;
    padding-right: 0;
  }

  .flex.vert.flex-head-no-caps {
    margin-top: 30px;
  }

  .flex.vert.flexspace {
    margin-top: 20px;
  }

  .flex.vert.excel {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .flex.vert.yt {
    margin-top: 0;
  }

  .flex.space-margin.work {
    margin-top: 0;
    margin-left: 20px;
    margin-right: 0;
    display: flex;
  }

  .flex.jay {
    flex-flow: column;
    align-items: flex-start;
    margin-left: 111px;
  }

  .heading-xlarge {
    margin-top: 60px;
  }

  .image-hero {
    margin-top: 0;
  }

  .heading-xsmall.text-color-dark-gray {
    color: #fff;
  }

  .heading-xsmall.text-color-dark-gray.no-space.cv-title {
    text-align: right;
  }

  .divider.bg-dark-gray.space-50-padding.divmobile.div-cs {
    width: 100%;
    margin-top: 40px;
    margin-left: 0;
  }

  .divider.bg-dark-gray.space-50-padding.divmobile.div-work-mobile {
    margin-top: -60px;
    display: flex;
  }

  .main-paragraph {
    letter-spacing: -2px;
    margin-top: 20px;
    font-family: Inter, sans-serif;
  }

  .main-paragraph.title {
    letter-spacing: -1px;
    flex: 0 auto;
    margin-bottom: 5px;
  }

  .main-paragraph.title.about.ab2.acs {
    letter-spacing: -1px;
    margin-bottom: 5px;
  }

  .main-paragraph.title.about.ab2.acs.shit {
    margin-bottom: 5px;
    font-size: 56px;
  }

  .main-paragraph.title.spd {
    margin-top: -20px;
  }

  .main-paragraph.title.spd.jay {
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
  }

  .main-paragraph.title.spd.hl2 {
    text-shadow: 0 1px 1px #0003;
    line-height: 0;
    text-decoration-style: solid;
    display: flex;
  }

  .main-paragraph.green.mainx {
    margin-top: 0;
    padding-left: 0;
  }

  .main-paragraph.cs-text {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .main-paragraph.cs-text.spacetop {
    margin-top: 10px;
    margin-bottom: 7px;
    display: block;
  }

  .main-paragraph.cs-text.spacetop._5px {
    margin-top: 5px;
    margin-bottom: 0;
  }

  .main-paragraph.cs-text.cs-top {
    margin-top: 0;
    margin-bottom: 10px;
  }

  .main-paragraph.cs-text.little-sp {
    margin-bottom: 10px;
  }

  .main-paragraph.stephead.boldspacer {
    flex-flow: column;
  }

  .main-paragraph.stephead.boldspacer.caps {
    margin-top: 0;
    margin-bottom: 5px;
  }

  .main-paragraph.land {
    margin-top: 30px;
  }

  .main-paragraph.bold-text-10 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .main-paragraph.bold-text-10.headcaps {
    margin-top: 0;
  }

  .main-paragraph.bold-text-10.sa {
    margin-bottom: 10px;
    font-family: Inter, sans-serif;
  }

  .main-paragraph.bold-text-10.sa.toolz {
    font-weight: 400;
  }

  .main-paragraph.bold-text-10.alft-text {
    margin-top: 20px;
    margin-bottom: 10px;
    padding-left: 5px;
  }

  .main-paragraph.tlp {
    margin-top: 10px;
  }

  .main-paragraph.bqh {
    letter-spacing: 0;
    margin-top: 20px;
    margin-bottom: 10px;
    display: flex;
  }

  .wrap-med {
    margin-top: 140px;
    margin-bottom: 0;
  }

  .paragraph--6-px, .paragraph--6-px.tr3 {
    margin-top: 0;
  }

  .paragraph-18px {
    margin-bottom: 20px;
    margin-left: 0;
  }

  .main-container.space-bottom {
    margin-top: 30px;
  }

  .main-container.space-bottom.top {
    margin-top: 0;
    margin-bottom: 0;
    padding: 40px 0;
  }

  .main-container.space-bottom.worker {
    background-color: #f1f1f1;
    justify-content: flex-start;
    align-items: center;
    max-width: none;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .main-section.bg-main-gray.mainsectionmobile {
    background-color: #f1f1f1;
    margin-top: 60px;
    margin-bottom: 0;
    padding-top: 60px;
    padding-bottom: 30px;
  }

  .main-section.bg-main-gray.ms-spec {
    padding-bottom: 90px;
  }

  .main-section.bg-main-gray.moveup {
    background-color: #fff;
  }

  .button-view.biggie {
    margin-left: 1065px;
    top: 140px;
    left: 140px;
  }

  .button-view.biggie.biggie2 {
    top: auto;
    left: -350px;
  }

  .button-view.biggie.biggie2.p-butt {
    margin-top: 0;
    top: 380px;
    left: 0;
  }

  .button-view.biggie.biggie2.p-butt.laptop {
    z-index: 500;
    margin-top: 0;
    top: 455px;
  }

  .button-view.biggie.biggie2.p-butt.bottom-button {
    top: -30px;
    left: 140px;
  }

  .button-view.biggie.figmabig, .button-view.biggie.figmabig.ubig {
    left: 533px;
  }

  .button-view.biggie.btn-mobile {
    margin-top: 0;
    margin-left: 0;
    top: 380px;
    left: 1205px;
  }

  .image-3.img_dt {
    vertical-align: baseline;
    display: inline-block;
  }

  .flex-block {
    margin-top: 5px;
  }

  .place-flexbox {
    justify-content: flex-start;
    align-items: center;
  }

  .company-flexbox {
    align-self: flex-start;
    margin-top: 0;
  }

  .company-flexbox.ut {
    margin-bottom: 20px;
  }

  .image-11 {
    align-self: flex-start;
    margin-left: 0;
    display: block;
  }

  .cv-title {
    letter-spacing: -1px;
    flex: none;
    font-weight: 500;
  }

  .cv-title.cv-mob {
    margin-bottom: 0;
  }

  .cv-title.uxr-tool {
    flex-flow: column;
    align-self: flex-start;
    font-size: 18px;
    line-height: 120%;
    text-decoration: none;
    display: flex;
  }

  .gig-details {
    width: 100%;
  }

  .image-15.img-m {
    width: 0;
  }

  .div-block-5 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 0;
    display: flex;
  }

  .bold-text {
    color: #000;
    min-height: auto;
    line-height: 1;
    display: flex;
  }

  .bold-text.land2 {
    background-color: #fff;
    margin-top: 0;
    margin-bottom: 0;
  }

  .bold-text.land2.hl {
    background-image: linear-gradient(125deg, #f90 33%, var(--green_custom));
    -webkit-text-stroke-width: 0px;
    -webkit-text-stroke-color: black;
    text-shadow: none;
    border-style: none;
    border-width: 0;
    margin-top: 20px;
    font-size: 112px;
    line-height: 110%;
  }

  .hero-split {
    display: flex;
  }

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

  .code-embed-2 {
    height: 60vh;
    display: flex;
  }

  .navbar-logo-left {
    margin-left: 40px;
  }

  .navbar-logo-left-container.shadow-three {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    left: auto;
  }

  .container-3 {
    max-width: none;
    margin-left: auto;
  }

  .navbar-wrapper {
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
  }

  .navbar-brand.w--current {
    margin-right: 20px;
  }

  .nav-menu-wrapper {
    display: flex;
  }

  .nav-menu-two {
    align-items: center;
  }

  .image-19 {
    outline-offset: 0px;
    object-fit: contain;
    border: 1px #000;
    outline: 1px solid #035375;
    width: auto;
    min-width: 100%;
    max-width: 100%;
    display: inline-block;
    overflow: auto;
  }

  .image-19.tr-img {
    outline-offset: 0px;
    border-style: none;
    outline: 1px solid #000;
    min-width: 100%;
  }

  .image-19.flowhchart {
    float: none;
    clear: none;
    aspect-ratio: auto;
    outline-offset: 0px;
    vertical-align: baseline;
    object-fit: fill;
    border-style: none;
    outline: 1px #035375;
    width: auto;
    min-width: 4067px;
    display: block;
    overflow: auto;
  }

  .image-19.imgaloft {
    border-style: none;
    outline-width: 1px;
    outline-color: #92a4b5;
  }

  .image-19.aloftimags {
    outline-color: #000;
  }

  .list-item-3 {
    font-size: 18px;
    line-height: 150%;
  }

  .list-item-3.li33, .list-item-4, .list-item-6 {
    font-size: 18px;
  }

  .list {
    margin-bottom: 0;
  }

  .image-border {
    border-bottom-width: 1px;
    width: auto;
    min-width: 0%;
    margin-top: 5px;
  }

  .image-border.imgscroll {
    object-fit: contain;
    border-width: 0 0 1px;
    min-width: 100%;
    max-width: none;
    margin-top: 0;
    padding: 0;
    overflow: hidden;
  }

  .image-border.leansvg {
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
  }

  .image-border.spaceimage {
    width: 100%;
  }

  .image-border.spaceimage.image-28 {
    width: auto;
    min-width: 100%;
  }

  .block-quote.bq-more-sp {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    padding-bottom: 30px;
    display: flex;
  }

  .block-quote.bq-more-sp.bqneg {
    border: 0 solid #ab2500;
    border-left-width: 4px;
  }

  .block-quote.bq-more-sp.bq-solo {
    padding-bottom: 10px;
  }

  .block-quote.bq-more-sp.bq-solo.bq-neg {
    border-left-color: var(--redder);
  }

  .block-quote.bq4 {
    display: flex;
  }

  .container-7 {
    max-width: none;
    margin-left: 220px;
    margin-right: 220px;
    padding-left: 0;
    padding-right: 0;
  }

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

  .text-span-8 {
    letter-spacing: 0;
    margin-top: 0;
    margin-left: 20px;
  }

  .text-span-8.linker {
    text-decoration: none;
  }

  .text-span-13 {
    font-weight: 700;
  }

  .t-sp {
    bottom: 20px;
  }

  .text-span-15, .text-span-16 {
    color: #fff;
    background-color: #000;
    padding-left: 4px;
    padding-right: 4px;
  }

  .bold-text-9 {
    text-transform: uppercase;
    font-family: Inter, sans-serif;
    font-size: 24px;
    font-weight: 400;
  }

  .bold-text-9.bq-bold2 {
    letter-spacing: 0;
    text-transform: none;
    font-size: 24px;
    font-weight: 700;
    line-height: 100%;
  }

  .bold-text-11.bold-text-16 {
    font-family: Inter, sans-serif;
    font-weight: 700;
  }

  .div-block-12 {
    margin-top: 20px;
    margin-bottom: 40px;
    display: flex;
  }

  .code-embed-4 {
    width: 100%;
    min-width: 100%;
    display: flex;
  }

  .div-block-14 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    height: 90vh;
    display: flex;
  }

  .code-embed-5 {
    border-style: solid;
    border-width: 1px;
    border-color: #000 #000 var(--black) var(--black);
    flex-flow: column;
    width: auto;
    min-width: auto;
    height: auto;
    margin-bottom: 20px;
    margin-right: 0;
    padding: 0 10px;
    display: flex;
    overflow: visible;
  }

  .code-embed-5.ce5b {
    background-color: #fff;
    margin-left: 22px;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
    box-shadow: 0 2px 5px #0003;
  }

  .code-embed-5.code-embed {
    background-color: #fff;
    margin-left: 10px;
    box-shadow: 0 2px 5px #0003;
  }

  .button {
    margin-top: -20px;
    margin-left: 60px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: Inter, sans-serif;
    line-height: 0;
    text-decoration: none;
  }

  .button.btnmobile {
    z-index: 12;
    margin-top: -25px;
    margin-left: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .button.btnmobile.btn-left {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .button.btnmobile.btn-left.fs_accordion-2_icon.btn-caret {
    height: 48px;
    margin-top: 0;
    padding: 0 25px;
    font-size: 2.1rem;
    line-height: 80%;
  }

  .button.btnmobile.btn-paint {
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .button.butmobile {
    position: static;
    top: 0;
  }

  .div-block-16 {
    margin-left: 0;
  }

  .link-4 {
    color: #000;
  }

  .link-4:hover {
    color: #00ab78;
  }

  .image-24 {
    border: 1px solid #000;
    margin-bottom: 20px;
  }

  .image-24.addshadow {
    border-style: none;
  }

  .image-24.addshadow.ideo {
    width: auto;
  }

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

  .image-26 {
    top: 55px;
  }

  .image-26.wheel {
    margin-top: -1px;
  }

  .bold-text-16 {
    color: #000;
  }

  .bold-text-16.tz {
    font-weight: 400;
  }

  .bold-text-16.steps {
    font-weight: 500;
  }

  .fs_accordion-2_paragraph.accordian-item-space {
    margin-top: 10px;
  }

  .fs_accordion-2_body {
    background-color: #f1f1f1;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    box-shadow: 0 2px 5px #0003;
  }

  .fs_accordion-2_body.accord-body-bottom-space {
    margin-bottom: 40px;
    box-shadow: 0 2px 5px #0003;
  }

  .fs_accordion-2_content {
    margin-bottom: 10px;
    box-shadow: 0 2px 5px #0003;
  }

  .fs_accordion-2_content.btm-content {
    box-shadow: none;
  }

  .fs_accordion-2_arrow-wrapper {
    margin-top: -5px;
  }

  .fs_accordion-2_label {
    margin-top: -5px;
    line-height: 2.1rem;
  }

  .fs_accordion-2_header {
    background-color: #fff;
    border-top: 1px solid #000;
    border-image: linear-gradient(to right, #f90 0%, #00ab78 100%) 1;
    padding-left: 0;
    padding-right: 0;
  }

  .fs_accordion-2_header.aloftblue {
    border-image: linear-gradient(to right, #3355db 0%, #00ab78 100%) 1;
  }

  .fs_accordion-2_component {
    margin-left: 220px;
    margin-right: 220px;
  }

  .footer {
    font-size: .9rem;
  }

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

  .div-block-20 {
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
  }

  .div-block-20.vt {
    width: auto;
    margin-left: 0;
  }

  .text-block-6 {
    width: 100%;
    margin-left: 10px;
    margin-right: 10px;
    font-family: Inter, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 120%;
    display: flex;
  }

  .flex-block-3 {
    background-color: #f1f1f1;
    border: 1px solid #000;
    flex-flow: column;
    margin-top: 20px;
    padding: 20px 10px 10px 20px;
  }

  .code-embed-7 {
    border: 1px solid #000;
    width: auto;
    min-width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 990px;
  }

  .code-embed-8 {
    width: 100%;
    display: flex;
  }

  .code-embed-9 {
    border: 1px #000;
    min-width: 0%;
    max-width: 100%;
    min-height: 710px;
    display: flex;
  }

  .results-big {
    border: 5px solid var(--green_custom);
    color: #000;
    border-radius: 20px;
    padding: 20px;
    font-family: Inter, sans-serif;
    font-size: 128px;
    font-weight: 900;
    line-height: 100%;
    text-decoration: none;
    box-shadow: 0 2px 5px #0003;
  }

  .results-big.results-desc {
    box-shadow: none;
    color: #000;
    letter-spacing: -1px;
    border-style: none;
    font-size: 56px;
    font-weight: 500;
  }

  .results-big.rb-no-bold {
    font-weight: 500;
  }

  .results-big.thumb {
    justify-content: center;
    align-items: center;
    width: 2em;
  }

  .cell, .cell-2 {
    justify-content: center;
    align-items: flex-start;
  }

  .quick-stack {
    padding: 0;
  }

  .cell-3 {
    justify-content: center;
    align-items: flex-start;
  }

  .cell-4 {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

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

  .link-6 {
    text-underline-offset: 4px;
    text-decoration-color: #000;
  }

  .link-6:hover {
    text-decoration-color: #00ab78;
  }

  .quotes {
    margin-bottom: 5px;
  }

  .cell-5 {
    justify-content: center;
    align-items: flex-start;
    font-family: Inter, sans-serif;
  }

  .cell-6 {
    font-family: Inter, sans-serif;
  }

  .subscript {
    display: flex;
  }

  .ipad {
    margin-left: 17px;
  }

  .div-block-21 {
    align-items: stretch;
    display: flex;
  }

  .div-block-22 {
    outline-offset: 0px;
    border: 1px #000;
    outline: 1px solid #000;
  }

  .div-block-23 {
    width: auto;
    min-width: 100%;
  }

  .li_final {
    color: #000;
    font-size: 18px;
    line-height: 130%;
  }

  .list-item-9 {
    list-style-type: disc;
  }

  .list-item-9.lisq {
    margin-left: 40px;
    list-style-type: decimal;
  }

  .list-item-10 {
    list-style-type: disc;
  }

  .list-item-11 {
    margin-bottom: 1px;
    list-style-type: disc;
  }

  .image-28 {
    border: 1px solid #000;
    padding: 5px;
  }

  .image-28.image-no-padding, .image-28.no-border {
    padding: 0;
  }

  .list-2 {
    list-style-type: disc;
  }

  .div-block-24 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    margin-top: 10px;
    display: flex;
  }

  .div-block-24.divgaqp {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .div-block-25 {
    outline-offset: 0px;
    border: 1px #000;
    outline: 1px solid #000;
    overflow: auto;
  }

  .div-block-26 {
    outline-offset: 0px;
    border: 1px #000;
    outline: 1px solid #000;
  }

  .div-block-27, .div-block-28 {
    outline-offset: 0px;
    outline: 1px #000;
  }

  .grid-3 {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
    place-items: start stretch;
  }

  .text-block-8.sh-txt {
    text-decoration: none;
  }

  .container-8.tabum {
    max-width: 100%;
    min-height: 560px;
  }

  .container-8.tabum.am, .container-8.tabum.am.shape {
    min-height: 560px;
  }

  .image-30 {
    min-width: 0%;
  }

  .image-30.shaper {
    min-width: 100%;
  }

  .div-block-30 {
    text-align: center;
    background-color: #f8f5f4;
    border-radius: 6px;
  }

  .div-block-30.tab-blk {
    flex-flow: column;
    display: flex;
  }

  .div-block-30.amblk {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .text-block-9 {
    text-align: center;
    margin-left: 0;
    font-size: 24px;
    font-weight: 900;
    line-height: 36px;
    display: flex;
  }

  .text-block-9.am2 {
    color: #636363;
  }

  .text-block-9.adsad {
    padding-left: 5px;
  }

  .bold-text-21 {
    font-weight: 500;
  }

  .bold-text-21.convergence {
    text-align: left;
  }

  .bold-text-21.amtx {
    text-align: center;
    letter-spacing: -2px;
    padding-top: 10px;
    font-size: 48px;
    font-weight: 700;
  }

  .bold-text-21.am4 {
    font-size: 21px;
  }

  .button-2 {
    background-color: #a47864;
    border-radius: 8px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
  }

  .button-2.b33 {
    color: #000;
    background-color: #fff;
    border: 1px solid #d4d4d4;
  }

  .form {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .form-block {
    margin-bottom: 10px;
  }

  .container-9 {
    padding-bottom: 10px;
  }

  .link-block-8 {
    text-decoration: none;
  }
}

@media screen and (max-width: 991px) {
  .body.painting {
    background-color: #fff;
  }

  .brand {
    margin-left: 16px;
  }

  .container {
    justify-content: space-around;
    align-items: center;
    height: 93vh;
    margin-bottom: 20px;
  }

  .container.ct-5 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    height: auto;
    margin-top: 330px;
    margin-left: 10px;
    position: relative;
    left: -200px;
  }

  .nav-menu {
    background-color: #f1f1f1;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100vw;
    height: 100vh;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 16px;
    display: flex;
  }

  .main-grid {
    grid-row-gap: 8px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .main-grid.space-top.grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    padding-top: 30px;
  }

  .main-grid.titles {
    grid-template-columns: 1fr;
    margin-left: -225px;
  }

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

  .main-grid._100vh {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    grid-template-rows: auto auto auto auto auto auto auto auto auto;
    justify-items: stretch;
    height: auto;
    margin-top: 42px;
  }

  .main-nav.bg-main-gray {
    padding-left: 0;
    padding-right: 0;
  }

  .flex {
    margin-bottom: 0;
  }

  .flex.align-right.align-bottom {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    position: relative;
    top: 80px;
    left: 167px;
  }

  .flex.vert {
    width: auto;
    margin-top: 10px;
    position: relative;
  }

  .flex.vert.space-too {
    padding-left: 16px;
    padding-right: 16px;
  }

  .flex.vert.hscroll {
    overflow: auto;
  }

  .flex.vert.results {
    border-width: 4px;
  }

  .flex.vert.hil {
    margin-top: -20px;
    margin-left: -29px;
    position: relative;
  }

  .flex.vert.tr-img {
    position: static;
  }

  .flex.vert.aa2.benf {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .flex.vert.yt {
    position: static;
  }

  .flex.space-margin {
    margin-right: 0;
  }

  .flex.space-margin.work {
    margin-bottom: 40px;
  }

  .flex.align-center {
    margin-bottom: 0;
  }

  .flex.newjobs {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .flex.newjobs.lesstop {
    margin-bottom: 20px;
  }

  .flex.newjobs.lesstop2 {
    margin-top: -20px;
  }

  .flex.jay {
    margin-left: -50px;
  }

  .heading-xlarge {
    margin-bottom: 10px;
  }

  .image-hero {
    object-fit: cover;
    height: auto;
    margin-top: -45px;
    padding-left: 0%;
    padding-right: 0%;
    inset: 16.2vh 0% auto;
  }

  .heading-xsmall {
    margin-left: 7px;
  }

  .heading-xsmall.text-color-dark-gray.no-space.blk {
    flex: 1;
    margin-bottom: 20px;
  }

  .heading-xsmall.prod {
    margin-left: 290px;
  }

  .main-button {
    background-color: #00ab78;
    border-color: #00ab78;
  }

  .divider.bg-dark-gray.space-50-padding {
    width: 95%;
  }

  .divider.bg-dark-gray.space-50-padding.paintingdivider {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .divider.bg-dark-gray.space-50-padding.divmobile {
    width: 100%;
  }

  .divider.bg-dark-gray.space-50-padding.divmobile.div-cs {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .divider.bg-dark-gray.div2 {
    margin-top: 10px;
    bottom: 200px;
  }

  .main-paragraph {
    letter-spacing: -1px;
    font-family: Inter, sans-serif;
    font-size: 36px;
  }

  .main-paragraph.title.about.ab2.acs {
    letter-spacing: -1px;
    margin-bottom: 20px;
  }

  .main-paragraph.title.spd {
    background-color: #0000;
    align-self: auto;
    margin-top: 0;
  }

  .main-paragraph.title.spd.hl2 {
    margin-top: 10px;
    font-size: 84px;
  }

  .main-paragraph.work {
    margin-bottom: 10px;
  }

  .main-paragraph.green {
    color: #00ab78;
  }

  .main-paragraph.green.mainx {
    letter-spacing: -2px;
  }

  .main-paragraph.cs-text.spacetop {
    margin-bottom: 5px;
  }

  .main-paragraph.cs-text.cs-top {
    line-height: 160%;
  }

  .main-paragraph.cs-text.lk {
    margin-top: -10px;
  }

  .main-paragraph.stephead.boldspacer.caps {
    margin-top: 10px;
  }

  .main-paragraph.land {
    letter-spacing: -1px;
    margin-top: 10px;
  }

  .main-paragraph.bold-text-10.headcaps {
    margin-bottom: 5px;
  }

  .wrap-div-med.buttonz {
    margin-top: -15px;
  }

  .wrap-med {
    margin-top: -9px;
    margin-bottom: 21px;
  }

  .paragraph--6-px {
    margin-top: 0;
  }

  .space-100 {
    height: 33px;
  }

  .heading-medium.pant {
    font-size: 36px;
  }

  .text-span {
    font-size: 16vh;
  }

  .text-span.pant2.bold-text {
    font-size: 36px;
  }

  .imagem-dieter {
    background-image: url('../images/c_mob.webp');
  }

  .main-container.space-bottom {
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
  }

  .main-container.space-bottom.top {
    margin-top: 0;
    padding: 40px 0;
  }

  .main-section.bg-main-gray.mainsectionmobile {
    background-color: #f1f1f1;
  }

  .main-section.bg-main-gray.ms-spec {
    display: flex;
  }

  .main-section.bg-main-gray.moveup {
    margin-top: 0;
  }

  .container-full {
    margin-top: -40px;
  }

  .button-view {
    -webkit-text-stroke-color: #00ab78;
    background-color: #00ab78;
    margin-top: 10px;
    margin-left: 40px;
    top: -85px;
    left: 12px;
  }

  .button-view.biggie {
    margin-top: -120px;
    margin-left: -68px;
    margin-right: 0;
    position: relative;
    top: -3px;
    left: 273px;
  }

  .button-view.biggie.biggie2.p-butt {
    top: -9px;
    left: -290px;
  }

  .button-view.biggie.biggie2.p-butt.laptop {
    top: -267px;
    left: 350px;
  }

  .button-view.biggie.figmabig {
    left: -82px;
  }

  .button-view.biggie.figmabig.pdfbig {
    margin-top: -80px;
    margin-left: 0;
    top: 0;
    left: -104px;
  }

  .button-view.biggie.figmabig.ubig {
    top: -16px;
    left: 15px;
  }

  .button-view.biggie.btn-mobile {
    left: 510px;
  }

  .button-view.bv1 {
    margin-top: -40px;
  }

  .button-view.bv2 {
    margin-top: -18px;
  }

  .bg-button-view {
    -webkit-text-stroke-width: 0px;
    border: 0 solid #00ab78;
  }

  .image-3.img_dt {
    object-fit: fill;
    width: 0;
  }

  .menu-button {
    background-color: #0000;
    margin-right: 16px;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .menu-button.w--open {
    background-color: #f1f1f1;
    margin-right: 16px;
  }

  .icon {
    color: #000;
    display: block;
  }

  .text-block-3 {
    font-size: 90px;
    line-height: 1.5;
  }

  .text-block-3.no-caps {
    font-size: 48px;
  }

  .text-block-3.no-caps:hover {
    color: #000;
  }

  .link-block-2 {
    clear: none;
    align-self: flex-start;
  }

  .div-block {
    align-items: center;
  }

  .company-flexbox {
    width: 100%;
  }

  .company-flexbox.cf2 {
    object-fit: fill;
    width: 100%;
    display: flex;
  }

  .cv-title {
    font-size: 23px;
  }

  .cv-title.cv-mob {
    letter-spacing: -1px;
    margin-bottom: 20px;
    font-size: 42px;
  }

  .div-block-2 {
    margin-left: -101px;
  }

  .div-block-2.cv-entries {
    margin-top: 15px;
  }

  .flex-block-2 {
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0;
    margin-left: 44px;
  }

  .div-block-4 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .image-15.img-m {
    width: 30%;
    margin-left: 30px;
  }

  .green {
    text-underline-offset: 6px;
    -webkit-text-decoration: underline #00ab78;
    text-decoration: underline #00ab78;
  }

  .div-block-5.tablet-sq {
    margin-top: -25px;
    display: block;
  }

  .bold-text.land2 {
    background-color: #fff;
    border: 2px solid #000;
    border-radius: 0;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 54px;
    line-height: 120%;
  }

  .bold-text.land2.hl {
    margin-top: 20px;
  }

  .bold-text-2 {
    margin-top: 10px;
  }

  .text-span-2 {
    color: #f1f1f1;
  }

  .div-block-6 {
    width: 100%;
    height: 1px;
    padding-bottom: 0;
    padding-right: 0;
  }

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

  .container-2 {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 0;
  }

  .grid-2 {
    grid-template: "." 10px
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "Area" 12vh
                   / auto auto auto auto auto auto auto;
    margin-bottom: 0;
    margin-left: 20px;
    padding-right: 20px;
  }

  .code-embed-2 {
    height: 40vh;
    min-height: 40vh;
  }

  .navbar-logo-left {
    margin-left: 22px;
  }

  .navbar-logo-left-container.shadow-three {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .container-3 {
    max-width: 728px;
    display: flex;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button-2 {
    padding: 12px;
  }

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

  .code-embed-3 {
    border-style: solid;
    border-width: 1px;
  }

  .container-4 {
    max-width: 728px;
  }

  .hero-wrapper-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-2 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .heading {
    font-weight: 500;
  }

  .list-item-3, .list-item-3.li33, .list-item-4, .list-item-6 {
    line-height: 120%;
  }

  .image-border.imgscroll {
    width: 100%;
    min-width: 99%;
    max-width: 100%;
  }

  .link {
    color: #000;
  }

  .block-quote {
    background-color: #fff;
    min-width: 100%;
  }

  .block-quote.bq-more-sp {
    align-items: stretch;
    min-width: 0;
    overflow: visible;
  }

  .block-quote.bq-more-sp.bq-solo.bq-neg {
    object-fit: fill;
    line-height: 130%;
  }

  .container-7 {
    max-width: 690px;
    margin-bottom: 0;
  }

  .image-20 {
    height: 110px;
    margin-top: 20px;
  }

  .text-span-8.aaaad {
    margin-bottom: -15px;
  }

  .fg-bg, .gb-ut, .bg-pr {
    opacity: 0;
  }

  .tt {
    display: none;
  }

  .t-sp {
    margin-top: -27px;
    margin-bottom: 0;
    display: flex;
  }

  .bold-text-9, .bold-text-10, .bold-text-11, .bold-text-12, .bold-text-13 {
    margin-bottom: 5px;
  }

  .div-block-12 {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .button.btnmobile {
    background-color: #00ab78;
    box-shadow: 0 2px 1px #000;
  }

  .button.btnmobile.btn-paint.w--current {
    margin-top: 10px;
  }

  .image-26 {
    top: 26px;
  }

  .bold-text-16 {
    letter-spacing: -1px;
  }

  .fs_accordion-2_label {
    font-size: 1.2rem;
  }

  .code-embed-7 {
    display: flex;
  }

  .code-embed-9 {
    width: auto;
    min-width: 90%;
    min-height: auto;
  }

  .results-big {
    font-size: 72px;
  }

  .results-big.results-desc {
    font-size: 27px;
  }

  .quick-stack {
    padding-left: 0;
    padding-right: 0;
  }

  .italic-text-2 {
    margin-bottom: 5px;
    display: flex;
  }

  .subscript {
    display: flex;
  }

  .ipad {
    width: 493px;
    display: flex;
    overflow: auto;
  }

  .youtube {
    width: 100%;
  }

  .italic-text-3 {
    object-fit: fill;
    flex: 0 auto;
    justify-content: flex-start;
    align-self: auto;
    align-items: stretch;
    font-size: 14px;
    line-height: 120%;
    display: flex;
  }

  .div-block-21 {
    width: 100%;
    height: 520px;
    overflow: hidden;
  }

  .div-block-22 {
    width: 100%;
    height: 700px;
    display: flex;
  }

  .image-28.image-no-padding {
    padding: 0;
  }

  .div-block-24.divgaqp {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .div-block-26 {
    max-height: 490px;
    overflow: hidden;
  }

  .text-block-8.tab-txt, .text-block-8.am-txt.sssss, .text-block-8.sh-txt {
    font-size: 12px;
    line-height: 16px;
  }

  .container-8.tabum {
    max-width: 100%;
    min-height: 510px;
  }

  .container-8.tabum.am, .container-8.tabum.am.shape {
    min-height: 510px;
  }

  .image-30 {
    max-width: 90%;
    padding-bottom: 0;
  }

  .image-30.shaper {
    max-width: 100%;
  }

  .div-block-30.amblk {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .text-block-9 {
    padding-top: 5px;
  }

  .text-block-9.am2 {
    padding-top: 0;
    padding-bottom: 5px;
    font-size: 10px;
  }

  .bold-text-21.convergence {
    font-size: 12px;
  }

  .bold-text-21.amtx {
    font-size: 28px;
    line-height: 40px;
  }

  .bold-text-21.am4 {
    font-size: 10px;
  }

  .text-block-10 {
    padding: 5px 0;
    font-size: 12px;
    line-height: 14px;
  }
}

@media screen and (max-width: 767px) {
  .body {
    background-color: #fff;
  }

  .container {
    justify-content: flex-start;
    align-items: center;
    width: 100vw;
    position: relative;
    top: 0;
  }

  .container.ct-5 {
    margin-left: 150px;
  }

  .main-grid.space-top.grid {
    margin-top: 30px;
    padding-top: 0;
  }

  .main-grid.titles {
    width: auto;
    margin-left: -3px;
    padding-bottom: 10px;
    left: 16px;
    right: 16px;
  }

  .main-grid.midlle {
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .main-nav.bg-main-gray {
    background-color: #fff;
    padding-left: 0;
    padding-right: 0;
  }

  .flex.align-right.align-bottom {
    flex-flow: row;
    flex: 0 auto;
    width: auto;
    margin-bottom: -20px;
    margin-right: 16px;
    display: flex;
    top: 100px;
    left: 260px;
  }

  .flex.vert {
    margin-top: 60px;
  }

  .flex.vert.figmaz {
    display: none;
  }

  .flex.newjobs.lesstop {
    margin-top: -24px;
    margin-bottom: 0;
  }

  .flex.newjobs.laststop3 {
    margin-top: -50px;
  }

  .heading-xlarge {
    font-size: 12vh;
  }

  .image-hero {
    align-self: auto;
    margin-top: -63px;
  }

  .heading-xsmall.prod {
    margin-top: 49px;
    margin-left: 5px;
  }

  .main-paragraph {
    letter-spacing: -1px;
    font-size: 26px;
  }

  .main-paragraph.title {
    display: flex;
  }

  .main-paragraph.title.spd {
    margin-top: -17px;
  }

  .main-paragraph.work.basm {
    font-size: 25px;
  }

  .main-paragraph.green {
    padding-left: 0;
  }

  .main-paragraph.cs-text.cs-top {
    margin-top: -10px;
  }

  .main-paragraph.land {
    margin-top: -10px;
    font-size: 25px;
  }

  .wrap-med {
    display: none;
  }

  .paragraph--6-px {
    margin-top: -12px;
  }

  .space-100 {
    height: 0;
  }

  .paragraph-18px {
    margin-left: 0;
    padding-left: 0;
  }

  .heading-medium.text-color-white, .text-span {
    font-size: 12vh;
  }

  .imagem-dieter {
    background-image: url('../images/c_mob.webp');
  }

  .main-container.space-bottom {
    margin-top: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .main-container.space-bottom.top {
    margin-top: 40px;
  }

  .main-container.space-bottom.worker {
    background-color: #fff;
  }

  .main-section {
    margin-top: -40px;
  }

  .main-section.bg-main-gray, .main-section.bg-main-gray.mainsectionmobile, .main-section.bg-main-gray.ms-spec {
    background-color: #fff;
  }

  .main-section.bg-main-gray.moveup {
    margin-top: 20px;
  }

  .container-full {
    padding-left: 16px;
    padding-right: 16px;
  }

  .button-view.biggie {
    width: 96px;
    min-width: 96px;
    height: 96px;
    margin-top: 200px;
    margin-left: 140px;
    margin-right: 125px;
    left: 265px;
  }

  .button-view.biggie.biggie2 {
    margin-left: -5px;
    left: 265px;
  }

  .button-view.biggie.biggie2.p-butt {
    top: -36px;
    left: 30px;
  }

  .button-view.biggie.biggie2.p-butt.laptop {
    top: -220px;
    left: 440px;
  }

  .button-view.biggie.figmabig {
    min-width: 96px;
    margin-top: -76px;
    margin-left: -80px;
    top: 10px;
    left: -20px;
  }

  .button-view.biggie.figmabig.pdfbig {
    margin-top: -113px;
    top: 47px;
    left: -100px;
  }

  .button-view.biggie.figmabig.ubig {
    margin-left: 0;
    top: 0;
    left: -100px;
  }

  .bg-button-view.bigbutt {
    width: 72px;
    min-width: 72px;
    height: 72px;
  }

  .main-paragraph-copy.text-color-dark-gray {
    font-size: 50px;
  }

  .image-3.img_dt {
    width: 0;
  }

  .text-block-3.no-caps {
    font-size: 57px;
  }

  .text-block-3.no-caps:hover {
    color: #000;
  }

  .company-flexbox.cf2 {
    width: auto;
    min-width: 105%;
  }

  .gig-details {
    width: 40%;
  }

  .div-block-2.cv-entries {
    margin-top: 15px;
  }

  .image-15.img-m {
    width: 60%;
    margin-left: 119px;
  }

  .bold-text {
    font-size: 48px;
    line-height: 120%;
    display: flex;
  }

  .bold-text.land2 {
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 44px;
    line-height: 95%;
  }

  .text-span-2 {
    color: #f1f1f1;
  }

  .image-16 {
    position: static;
  }

  .hero-subscribe-left {
    padding: 60px 15px;
  }

  .hero-split, .margin-bottom-24px {
    margin-bottom: 0;
  }

  .grid-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto auto auto auto auto auto auto;
    grid-template-columns: auto auto auto auto auto auto auto;
    grid-auto-columns: 1fr;
    justify-items: stretch;
    width: auto;
    margin-bottom: auto;
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 0;
    padding-right: 0;
    display: grid;
  }

  .body-2 {
    margin-top: 10px;
    margin-bottom: 0;
    padding-bottom: 20px;
  }

  .code-embed-2 {
    height: 420px;
    display: flex;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

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

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

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

  .code-embed-3 {
    display: none;
  }

  .hero-heading-center {
    padding: 60px 15px;
  }

  .image-border {
    min-width: 99%;
    max-width: 99%;
  }

  .image-border.imgscroll {
    min-width: 99%;
  }

  .block-quote, .block-quote.bq-sp, .block-quote.bq-more-sp {
    background-color: #fff;
  }

  .container-7 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .tt {
    display: none;
  }

  .t-sp {
    width: 100%;
    min-width: 100%;
    margin-bottom: 0;
    display: flex;
    top: 10px;
    bottom: 0;
  }

  .text-block-4 {
    margin-left: 20px;
    margin-right: 10px;
    font-family: Inter, sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 120%;
  }

  .div-block-11 {
    justify-content: flex-start;
    align-items: center;
    margin-left: 10px;
    margin-right: 10px;
    display: flex;
  }

  .bold-text-14, .bold-text-15 {
    color: #fff;
    background-color: #000;
    padding-left: 4px;
    padding-right: 4px;
  }

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

@media screen and (max-width: 479px) {
  .body {
    background-color: #fff;
    overflow-x: hidden;
  }

  .body.homebody {
    background-color: #fff;
    margin-left: 0;
    margin-right: 0;
  }

  .text-color-dark-gray {
    text-align: center;
    overflow-wrap: normal;
    font-size: 10px;
    font-weight: 500;
    position: relative;
  }

  .brand {
    margin-left: 16px;
    padding-left: 0;
  }

  .navbar {
    margin-top: 0;
  }

  .container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    object-fit: fill;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    margin-bottom: 20px;
    overflow: hidden;
  }

  .container.ct-5 {
    margin-top: 0;
    margin-left: 0;
    top: 480px;
    left: 244px;
  }

  .nav-menu {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding-right: 0;
    position: absolute;
  }

  .main-grid {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    margin-top: 0;
  }

  .main-grid.space-top.grid {
    justify-content: start;
    place-items: start;
  }

  .main-grid.titles {
    margin-top: 0;
    margin-left: -165px;
    padding-bottom: 0;
    overflow: visible;
  }

  .main-grid._100vh {
    grid-template-rows: 0 0 391px auto auto auto;
  }

  .main-grid.rmv-space {
    margin-top: 0;
  }

  .main-grid.paintings {
    margin-top: 100px;
  }

  .main-nav.bg-main-gray {
    background-color: #fff;
    padding-left: 0;
  }

  .flex {
    margin-top: 0;
    margin-left: 0;
    display: flex;
    position: static;
  }

  .flex.align-right.align-bottom {
    justify-content: flex-end;
    align-items: flex-start;
    margin-top: 20px;
    margin-bottom: 0;
    margin-left: 247px;
    position: static;
  }

  .flex.vert {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin: 10px 0 0;
    display: flex;
  }

  .flex.vert.space-too {
    object-fit: fill;
  }

  .flex.vert.hscroll {
    margin-top: 10px;
  }

  .flex.vert.mobsm {
    margin-top: 10px;
    margin-bottom: 0;
  }

  .flex.vert.hil {
    margin-top: -64px;
    margin-left: 33px;
    left: 30px;
  }

  .flex.vert.tr-img, .flex.vert.aa2 {
    margin-top: 10px;
  }

  .flex.vert.headings {
    width: auto;
    margin-top: 10px;
    margin-bottom: 0;
  }

  .flex.vert.head-main {
    margin-top: 0;
    margin-left: 20px;
    margin-right: 20px;
  }

  .flex.vert.excel {
    margin-top: 10px;
    position: static;
    overflow: visible;
  }

  .flex.space-margin {
    margin-bottom: 0;
  }

  .flex.newjobs {
    margin-top: 10px;
  }

  .flex.newjobs.lesstop {
    margin-top: -72px;
  }

  .flex.newjobs.laststop3 {
    margin-top: -18px;
  }

  .flex.newjobs.spacex {
    margin-top: -48px;
  }

  .flex.newjobs.spacex-copy, .flex.newjobs.spacex-copy.flex3rd {
    margin-top: 0;
  }

  .flex.jay {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 290px;
  }

  .heading-xlarge {
    letter-spacing: -.6vh;
    font-size: 12vh;
    display: block;
  }

  .image-hero {
    width: auto;
    margin-top: 80px;
    margin-left: auto;
    display: flex;
    top: 0;
    left: auto;
    right: auto;
    overflow: hidden;
  }

  .heading-xsmall.text-color-dark-gray.no-space {
    margin-top: 0;
    display: flex;
  }

  .heading-xsmall.text-color-dark-gray.no-space.cv-title {
    font-size: 1.7em;
  }

  .heading-xsmall.prod {
    margin-top: 57px;
    margin-left: 6px;
  }

  .main-button {
    min-width: 128px;
    position: relative;
    top: 0;
  }

  .divider.bg-dark-gray.space-50-padding {
    margin-top: 452px;
  }

  .divider.bg-dark-gray.space-50-padding.paintingdivider {
    margin-top: 0;
  }

  .divider.bg-dark-gray.space-50-padding.divmobile {
    color: #000;
    width: 100%;
    height: 1px;
    margin-top: 0;
    display: flex;
  }

  .divider.bg-dark-gray.space-50-padding.divmobile.div-cs {
    width: 100%;
    margin-top: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .divider.bg-dark-gray.space-50-padding.divmobile.div-work-mobile {
    border: 1px solid #fff;
  }

  .divider.bg-dark-gray.div2 {
    margin-top: -9px;
  }

  .divider.bg-dark-gray.div2.divx {
    margin-top: -21px;
  }

  .divider.bg-dark-gray.div2.divx.div2nd {
    margin-top: 17px;
  }

  .divider.bg-dark-gray.div2.divy {
    margin-top: -51px;
  }

  .divider.bg-main-gray {
    width: 50%;
  }

  .divider.divf {
    margin-top: 0;
    display: flex;
  }

  .divider.div12 {
    margin-top: 18px;
    display: flex;
  }

  .main-paragraph {
    margin-top: -10px;
    margin-bottom: 0;
  }

  .main-paragraph.space-20 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 10px;
  }

  .main-paragraph.title {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 13px;
    display: flex;
    overflow: visible;
  }

  .main-paragraph.title.about.ab2.acs {
    letter-spacing: -1px;
    margin-bottom: 0;
    font-size: 26px;
    font-weight: 500;
  }

  .main-paragraph.title.about.ab2.acs.shit {
    margin-bottom: 0;
  }

  .main-paragraph.title.spd {
    margin-top: 0;
  }

  .main-paragraph.work {
    margin-top: 20px;
  }

  .main-paragraph.work.basm {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 25px;
  }

  .main-paragraph.green {
    flex-flow: column;
    align-items: flex-start;
    margin-top: 0;
  }

  .main-paragraph.green.maincase {
    font-weight: 700;
  }

  .main-paragraph.green.para3 {
    margin-top: 57px;
  }

  .main-paragraph.green.mainx {
    margin-top: 0;
    line-height: 120%;
  }

  .main-paragraph.cs-text {
    color: #000;
    margin-top: 0;
  }

  .main-paragraph.cs-text.spacetop {
    color: #000;
  }

  .main-paragraph.cs-text.cs-text-2 {
    display: flex;
  }

  .main-paragraph.cs-text.cs-top {
    margin-top: 0;
    line-height: 140%;
  }

  .main-paragraph.cs-text.mobt {
    line-height: 150%;
  }

  .main-paragraph.cs-text.little-sp {
    margin-bottom: 10px;
  }

  .main-paragraph.cs-text.lk {
    margin-top: 7px;
  }

  .main-paragraph.land {
    margin-top: 0;
  }

  .main-paragraph.lens {
    margin-top: 10px;
  }

  .wrap-div-med {
    align-items: stretch;
    margin-top: 0;
  }

  .wrap-div-med.buttonz {
    flex-flow: row;
    align-items: stretch;
    margin-top: 15px;
    margin-bottom: 10px;
    display: flex;
  }

  .wrap-med {
    display: none;
  }

  .paragraph--6-px {
    flex: 0 auto;
    width: auto;
    margin-top: 5px;
  }

  .paragraph--6-px.tr3, .paragraph--6-px.tr3.aa-9 {
    margin-top: 0;
  }

  .space-100 {
    height: 0;
  }

  .portfa {
    margin-bottom: 20px;
  }

  .paragraph-18px {
    margin-bottom: 20px;
    margin-right: 60px;
    font-size: 14px;
  }

  .heading-medium {
    font-family: Inter, sans-serif;
    font-size: 16vh;
  }

  .text-span {
    font-size: 7vh;
  }

  .text-span.pant2 {
    outline-offset: 0px;
    mix-blend-mode: normal;
    background-color: #fff;
    outline: 3px solid #000;
    padding-left: 10px;
    padding-right: 10px;
  }

  .imagem-dieter {
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-image: url('../images/c_mob.webp');
    background-position: 26%;
    background-clip: border-box;
  }

  .main-container.space-bottom {
    margin-top: 0;
    padding-bottom: 0;
  }

  .main-container.space-bottom.top {
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .main-container.space-bottom.worker {
    background-color: #f1f1f1;
    margin-top: 0;
    padding-top: 0;
  }

  .main-section {
    margin-top: -78px;
  }

  .main-section.bg-main-gray {
    background-color: #fff;
    margin-top: 0;
    padding-top: 0;
    position: static;
    overflow: visible;
  }

  .main-section.bg-main-gray.mainsectionmobile {
    background-color: #f1f1f1;
    margin-top: 0;
    margin-bottom: 0;
  }

  .main-section.bg-main-gray.ms-spec {
    object-fit: fill;
    background-color: #fff;
  }

  .main-section.bg-main-gray.moveup {
    margin-top: 0;
    position: static;
  }

  .button-view {
    width: 3em;
    height: 3em;
    margin-top: -45px;
    display: flex;
  }

  .button-view.biggie {
    width: 72px;
    min-width: 72px;
    height: 72px;
    margin-top: 0;
    margin-left: 0;
    margin-right: 550px;
    position: relative;
    top: 300px;
    left: 225px;
  }

  .button-view.biggie.biggie2 {
    width: 72px;
    height: 72px;
    margin-top: 220px;
    margin-left: -200px;
    margin-right: 0;
    display: flex;
    position: relative;
    top: -210px;
    left: 57px;
  }

  .button-view.biggie.biggie2.p-butt {
    margin-top: 0;
    margin-left: -370px;
    top: -16px;
  }

  .button-view.biggie.biggie2.p-butt.laptop {
    top: 288px;
    left: 667px;
  }

  .button-view.biggie.biggie2.p-butt.bottom-button {
    margin-left: 40px;
  }

  .button-view.biggie.figmabig {
    min-width: 72px;
    margin-top: -61px;
    margin-left: -75px;
    position: relative;
    inset: 0%;
  }

  .button-view.biggie.figmabig.pdfbig {
    margin-top: -72px;
    margin-left: -108px;
    top: 11px;
    left: 32px;
  }

  .button-view.biggie.figmabig.ubig {
    margin-top: -69px;
    margin-left: -104px;
    position: relative;
    top: 8px;
    left: 29px;
  }

  .button-view.biggie.btn-mobile {
    left: 300px;
  }

  .bg-button-view.bigbutt {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 64px;
    height: 64px;
    display: block;
  }

  .main-paragraph-copy.text-color-dark-gray {
    letter-spacing: -2px;
    padding: 0 16px;
    font-size: 28px;
  }

  .main-button-large.large {
    height: 48px;
  }

  .image-3 {
    width: 200%;
    max-width: none;
    margin-left: -18vw;
    padding-top: 9vh;
    overflow: hidden;
  }

  .image-3.img_dt {
    width: 0;
    margin-left: 0;
    padding-top: 0;
    position: relative;
    left: -35px;
  }

  .menu-button, .menu-button.w--open {
    margin-right: 0;
    padding-right: 10px;
  }

  .text-block-3 {
    font-size: 55px;
    line-height: 2.3;
  }

  .text-block-3.no-caps {
    text-underline-offset: 6px;
    font-size: 34px;
    text-decoration: none;
  }

  .text-block-3.no-caps:hover {
    color: #000;
  }

  .link-block-2 {
    align-self: auto;
  }

  .flex-block {
    width: 100%;
    margin-top: 30px;
    margin-right: 100px;
  }

  .flex-block.fb_space {
    margin-right: 142px;
  }

  .company-flexbox {
    align-self: auto;
  }

  .company-flexbox.cf2 {
    width: 100%;
  }

  .company-flexbox.ut {
    width: auto;
    position: relative;
  }

  .image-11 {
    margin-left: 0;
  }

  .cv-title {
    align-self: auto;
    margin-bottom: 0;
    font-size: 16px;
    display: flex;
  }

  .cv-title.cv-title-more {
    justify-content: flex-start;
    align-items: stretch;
  }

  .cv-title.cv-mob {
    letter-spacing: -1px;
    margin-bottom: 5px;
    font-size: 26px;
  }

  .cv-title.uxr-tool {
    flex-flow: column;
  }

  .gig-details {
    justify-content: flex-end;
    align-items: center;
    width: 37%;
    font-size: 12px;
  }

  .club {
    aspect-ratio: auto;
    text-align: right;
    object-fit: fill;
    flex: 0 auto;
    margin-right: 0;
    display: block;
    overflow: visible;
  }

  .div-block-2 {
    margin-top: 330px;
    margin-right: 0;
  }

  .div-block-2.cv-entries {
    margin-top: -17px;
    margin-left: 0;
  }

  .div-block-4 {
    margin-top: 320px;
  }

  .div-block-4.cv {
    margin-top: 0;
    position: relative;
  }

  .image-15.img-m {
    width: 68%;
    max-width: 75%;
    margin-left: auto;
    margin-right: auto;
    overflow: clip;
  }

  .green {
    text-underline-offset: 6px;
    border-bottom-style: none;
    border-bottom-color: #000;
    border-left: 0 #00ab78;
    -webkit-text-decoration: underline #00ab78;
    text-decoration: underline #00ab78;
  }

  .green:hover {
    color: #000;
  }

  .link-block-4 {
    margin-top: -3px;
  }

  .div-block-5 {
    flex-flow: row;
    align-self: flex-start;
    margin-top: 10px;
    display: flex;
  }

  .bold-text {
    flex-flow: row;
    margin-top: 0;
    font-size: 32px;
    line-height: 100%;
    display: flex;
    overflow: visible;
  }

  .bold-text.land2 {
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .bold-text.land2.hl {
    font-style: italic;
  }

  .bold-text-2 {
    margin-bottom: 0;
    font-size: 26px;
  }

  .text-span-2 {
    color: #f1f1f1;
    text-decoration-color: #00ab78;
  }

  .image-16 {
    display: block;
  }

  .container-2 {
    max-width: none;
  }

  .hero-form {
    align-self: stretch;
    margin-bottom: 15px;
  }

  .hero-form-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-form-input {
    width: 100%;
    height: 48px;
    margin-bottom: 10px;
  }

  .grid-2 {
    margin-left: 16px;
    margin-right: 16px;
  }

  .image-17, .image-18 {
    display: block;
  }

  .body-2 {
    padding-bottom: 40px;
  }

  .container-3 {
    max-width: none;
    margin-top: 7px;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .container-4 {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .container-5 {
    width: 100%;
    margin-top: 0;
  }

  .image-19 {
    width: 100%;
    min-width: 100%;
  }

  .heading {
    font-size: 32px;
  }

  .list-item-3 {
    color: #000;
    margin-bottom: 10px;
  }

  .list-item-3.li33 {
    margin-top: -5px;
    line-height: 120%;
  }

  .list-item-3.li3-sp {
    margin-top: -10px;
  }

  .list-item-4, .list-item-6 {
    color: #000;
    line-height: 120%;
  }

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

  .image-border {
    width: 100%;
    min-width: 99%;
    margin-bottom: 10px;
  }

  .image-border.imgscroll {
    min-width: 99%;
  }

  .image-border.imgb2 {
    width: auto;
  }

  .link {
    box-sizing: border-box;
    color: #000;
    flex-flow: row;
    flex: 0 auto;
    justify-content: flex-start;
    align-self: auto;
    align-items: stretch;
    display: inline-flex;
    overflow: hidden;
  }

  .block-quote {
    background-color: #fff;
    width: 100%;
    min-width: 100%;
    padding-right: 0;
  }

  .block-quote.bq-sp {
    background-color: #fff;
  }

  .block-quote.bq-more-sp {
    background-color: #fff;
    margin-top: 10px;
  }

  .container-7 {
    box-sizing: border-box;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    aspect-ratio: auto;
    object-fit: fill;
    border-top: 1px #333;
    border-radius: 0;
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    height: auto;
    max-height: none;
    margin-bottom: 0;
    margin-left: 16px;
    margin-right: 16px;
    padding: 0;
    display: flex;
  }

  .image-20 {
    width: 36px;
  }

  .text-span-8 {
    align-items: flex-start;
    margin-bottom: 5px;
    font-size: 14px;
  }

  .text-span-14 {
    width: 100%;
  }

  .bq-sp {
    width: 100%;
    margin-top: 10px;
  }

  .fg-bg, .gb-ut, .bg-pr {
    opacity: 0;
  }

  .tt {
    display: none;
  }

  .t-sp {
    margin-top: 0;
    margin-bottom: -27px;
    display: flex;
    top: -10px;
  }

  .text-span-15 {
    color: #fff;
    -webkit-text-stroke-color: #fff;
    background-color: #000;
    padding-left: 4px;
    padding-right: 4px;
  }

  .text-span-16 {
    color: #fff;
    background-color: #000;
    padding-left: 4px;
    padding-right: 4px;
  }

  .captioner {
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    display: flex;
  }

  .bold-text-9 {
    margin-bottom: 0;
  }

  .text-block-4 {
    line-height: 150%;
  }

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

  .code-embed-5.code-embed.p1 {
    width: auto;
    min-width: 100%;
    height: auto;
    min-height: auto;
    margin-left: -15px;
    padding-left: 0;
    padding-right: 0;
  }

  .button {
    padding-right: 20px;
    display: flex;
    position: relative;
  }

  .button.btnmobile.btn-paint.w--current {
    margin-top: 0;
  }

  .button.butmobile {
    display: flex;
    position: absolute;
    overflow: visible;
  }

  .div-block-16 {
    margin-left: 0;
  }

  .link-3 {
    color: #00ab78;
  }

  .div-block-17 {
    margin-top: 20px;
    margin-left: 0;
  }

  .bold-text-16 {
    letter-spacing: -1px;
  }

  .fs_accordion-2_label {
    box-sizing: border-box;
    aspect-ratio: auto;
    object-fit: fill;
    flex-flow: row;
    flex: 0 auto;
    align-self: flex-start;
    align-items: stretch;
    font-size: 20px;
    line-height: 28px;
    display: block;
    position: static;
  }

  .fs_accordion-2_component {
    margin-bottom: 10px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .bold-text-17 {
    font-size: 1rem;
  }

  .div-block-20 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .text-block-6 {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0;
  }

  .flex-block-3 {
    width: 390px;
    display: none;
    overflow: visible;
  }

  .code-embed-9 {
    min-width: auto;
  }

  .results-big {
    font-size: 52px;
  }

  .results-big.results-desc {
    font-size: 18px;
    line-height: 120%;
  }

  .results-big.thumb {
    width: 3em;
    min-height: 0;
    max-height: 2.5em;
    padding-top: 0;
    padding-bottom: 0;
  }

  .cell {
    overflow-wrap: normal;
    display: flex;
  }

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

  .cell-5 {
    justify-content: center;
    align-items: flex-start;
  }

  .ipad {
    width: 369px;
    margin-left: -20px;
  }

  .div-block-21 {
    width: 390px;
  }

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

  .div-block-23 {
    width: 335px;
    min-width: 0%;
  }

  .li_final, .bold-text-18 {
    font-size: 14px;
  }

  .cell-10 {
    justify-content: center;
    align-items: flex-start;
  }

  .div-block-24 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .div-block-26 {
    outline-offset: 0px;
    outline: 1px solid #000;
    max-height: 310px;
    overflow: hidden;
  }

  .link-7, .link-8, .link-9, .link-10 {
    color: #00ab78;
  }

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

  .text-block-7 {
    font-family: Inter, sans-serif;
    display: block;
  }

  .image-18-copy {
    display: block;
  }

  .image-29, .image-29.openai {
    width: 70%;
  }

  .text-block-8.tab-txt, .text-block-8.am-txt.sssss, .text-block-8.sh-txt {
    font-size: 10px;
    line-height: 12px;
  }

  .container-8.tabum, .container-8.tabum.am {
    min-width: 33%;
    min-height: 450px;
  }

  .container-8.tabum.am.shape {
    min-height: 450px;
  }

  .image-31, .image-32, .image-33, .image-34 {
    width: 70%;
  }

  .div-block-30.tab-blk {
    padding-left: 5px;
  }

  .text-block-9 {
    padding-top: 5px;
    display: flex;
  }

  .bold-text-21.convergence {
    font-size: 7px;
  }

  .bold-text-21.amtx {
    letter-spacing: -1px;
    font-size: 15px;
    line-height: 20px;
    display: flex;
  }

  .bold-text-21.am4 {
    text-align: center;
    font-size: 8px;
    line-height: 11px;
  }

  .text-span-22 {
    line-height: 24px;
  }

  .text-block-10 {
    padding: 3px 5px;
    font-size: 9px;
    line-height: 11px;
  }

  .text-block-10.b2 {
    padding-top: 3px;
    padding-bottom: 3px;
  }

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

  .text-span-24 {
    font-size: 10px;
    line-height: 12px;
  }

  .image-35 {
    width: 70%;
  }
}

#w-node-_2c718fd7-05f3-e14c-2a3b-668ad9c3c07d-1bea6bdb {
  grid-area: 1 / 1 / 2 / 8;
}

#w-node-_9890f5e5-8c83-ea04-d851-2674efd51513-1bea6bdb {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_12a0d88e-c356-1bc9-217b-2a51b0fa5676-1bea6bdb {
  grid-area: 1 / 3 / 2 / 12;
}

#w-node-d3fa9923-e379-0dd7-0b82-2d428139e6d2-1bea6bdb {
  grid-area: 6 / 5 / 7 / 6;
}

#w-node-ed06db05-b278-0fda-c380-93bf7b342e90-1bea6bdb {
  grid-area: 5 / 2 / 6 / 8;
}

#w-node-_56e52c01-9b6d-5154-8a18-9205eb792f96-eb792f95 {
  grid-area: 2 / 1 / 3 / 13;
  justify-self: center;
}

#w-node-_56e52c01-9b6d-5154-8a18-9205eb792fbe-eb792f95 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_56e52c01-9b6d-5154-8a18-9205eb792fc0-eb792f95 {
  grid-area: 3 / 3 / 4 / 11;
  align-self: center;
}

#w-node-_56e52c01-9b6d-5154-8a18-9205eb792fe7-eb792f95 {
  grid-area: 4 / 5 / 5 / 9;
  place-self: end center;
}

#w-node-bd7f273e-febd-5a14-57ac-58fb13736bea-13736be7 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-bd7f273e-febd-5a14-57ac-58fb13736bec-13736be7 {
  grid-area: 1 / 12 / 2 / 13;
}

#w-node-bd7f273e-febd-5a14-57ac-58fb13736bee-13736be7 {
  grid-area: 1 / 12 / 2 / 13;
  align-self: start;
}

#w-node-_36429e6c-7ef6-e2d0-b618-8cdbfe227693-1bea6be6 {
  grid-area: 2 / 2 / 3 / 7;
}

#w-node-_807db64d-4683-3817-af6b-390dd605cb2a-1bea6be6 {
  grid-area: 4 / 2 / 5 / 7;
}

#w-node-fae03855-e52c-0eac-e09c-f19f07813c24-1bea6be6 {
  grid-area: 3 / 2 / 4 / 7;
}

#w-node-_9fca1602-9162-374a-69c7-0ae0b9d42abf-1bea6be6 {
  grid-area: 5 / 2 / 6 / 7;
}

#w-node-_440aa521-189f-843f-b079-47dcb62be5e2-1bea6be6 {
  grid-area: 6 / 2 / 7 / 7;
}

#w-node-_9cb2a4db-4ec3-4475-0855-025e468b328e-1bea6be6 {
  grid-area: 7 / 2 / 8 / 7;
}

#w-node-_390fa76b-71b0-0d6f-e7bb-9811b70b4442-1bea6be6 {
  grid-area: 8 / 4 / 9 / 5;
  place-self: center;
}

#jhilwig-top.w-node-ca88b379-03eb-fa32-a055-e4f971bb1b57-1bea6be8 {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-ed07ca38-0e7d-e712-bac3-3dd7dc634bbb-1bea6be8 {
  grid-area: 2 / 2 / 3 / 12;
}

#w-node-_7c7b49d6-0fc1-387f-fa91-00689d569fb2-1bea6be8 {
  grid-area: 3 / 2 / 4 / 12;
  place-self: start;
}

#w-node-_7c7b49d6-0fc1-387f-fa91-00689d569fc5-1bea6be8 {
  grid-area: 4 / 2 / 5 / 12;
  place-self: start;
}

#w-node-_567b1699-c881-24a8-538e-249a20ce4aa7-1bea6be8 {
  grid-area: 5 / 2 / 6 / 12;
  place-self: start;
}

#w-node-_55b6bf5e-3ed9-10df-f4e2-c552c9414d58-1bea6be8 {
  grid-area: 6 / 2 / 7 / 12;
  place-self: start;
}

#w-node-db7e76d9-a6f0-8ebc-d113-8748fb53b659-1bea6be8 {
  grid-area: 7 / 2 / 8 / 12;
}

#w-node-_53750cc6-c442-1f53-d629-97a74c6019db-1bea6be8 {
  grid-area: 9 / 2 / 10 / 12;
}

#w-node-_57a6ae22-be83-e70f-3b7f-af54205e17a8-1bea6be8 {
  grid-area: 8 / 2 / 9 / 12;
  place-self: start;
}

#w-node-d934bcdc-78a7-9988-83a0-959d40774d69-1bea6be8 {
  grid-area: 10 / 2 / 11 / 12;
  place-self: start;
}

#w-node-_016d26a6-7bc2-ad02-2f5d-8cab4d71a90a-1bea6be8 {
  grid-area: 11 / 2 / 12 / 12;
}

#w-node-_6fe47765-f63b-74c0-0b99-5950753b49ae-1bea6be8 {
  grid-area: 12 / 2 / 13 / 12;
}

#w-node-_938c3ef5-3592-4b33-79d0-1f541c6cb95c-1bea6be8 {
  grid-area: 13 / 2 / 14 / 12;
  place-self: start;
}

#w-node-_7ecc3a0f-a9aa-065b-8b33-b4bd68bb35d0-1bea6be8 {
  grid-area: 14 / 2 / 15 / 12;
  place-self: start;
}

#w-node-_26ba4168-a49b-ba30-1524-5a64b0fdfe17-1bea6be8 {
  grid-area: 15 / 2 / 16 / 12;
  place-self: start;
}

#w-node-c8c3d59f-0958-e827-f96b-5037bd5b4d4c-1bea6be8 {
  grid-area: 16 / 2 / 17 / 12;
}

#w-node-fab858f4-13f7-2392-dcb0-4dd2aa213a9d-1bea6be8 {
  grid-area: 17 / 2 / 18 / 12;
}

#w-node-_51f5d497-0746-932d-e0ab-973d5b4fd205-1bea6be8 {
  grid-area: 18 / 2 / 19 / 12;
}

#w-node-bbcb1a58-5915-d55c-a7a7-f2c6070f5f3e-1bea6be8 {
  grid-area: 19 / 2 / 20 / 12;
}

#w-node-ea2892fd-e242-1a75-d003-7e27752ece8e-1bea6be8 {
  grid-area: 20 / 2 / 21 / 12;
}

#w-node-_29486130-efb9-f75f-ea8e-102edd2fb594-1bea6be8 {
  grid-area: 21 / 2 / 22 / 12;
}

#w-node-_17390c89-1dfe-35ad-f117-59c6a53b4ba2-1bea6be8 {
  grid-area: 22 / 2 / 23 / 12;
}

#w-node-_0f3a8297-a6ac-f01b-d264-e6a09ab8e84f-1bea6be8 {
  grid-area: 23 / 2 / 24 / 12;
}

#w-node-_7bfb96f4-dd5d-4775-4e54-55dee6bd94f7-1bea6be8 {
  grid-area: 24 / 2 / 25 / 12;
  place-self: start;
}

#w-node-_1b299a42-8536-b3c3-d6fd-c8eb0bdbc925-1bea6be8 {
  grid-area: 25 / 2 / 26 / 12;
}

#w-node-_5b9206e0-1d76-7f44-f097-2fe505cd7b5e-1bea6be8 {
  grid-area: 26 / 2 / 27 / 12;
  place-self: start;
}

#w-node-c5692a5f-3558-6595-3084-59e69e8c834c-1bea6be8 {
  grid-area: 27 / 2 / 28 / 12;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: .25fr 1fr;
}

#NavTop.w-node-_7ce82ee9-6552-3774-1e9c-6bb1204730bf-1bea6bea {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-a21fb6de-d3e0-e227-5bb1-eda071100e52-1bea6bea {
  grid-area: 2 / 2 / 3 / 12;
}

#w-node-_8bd656b4-9179-1284-6569-b7518bd1d5f3-1bea6bea {
  grid-area: 3 / 2 / 4 / 12;
  place-self: start;
}

#w-node-e86362de-c418-7fb0-58db-99d3a4ca6fd8-1bea6bea {
  grid-area: 4 / 2 / 5 / 12;
  place-self: start;
}

#w-node-_40139ee9-a07e-09ac-5ec2-734329a61317-1bea6bea {
  grid-area: 5 / 2 / 6 / 12;
  place-self: start;
}

#w-node-cd87977c-3741-3299-2c64-c41ef768e556-1bea6bea {
  grid-area: 6 / 2 / 7 / 12;
  place-self: start;
}

#w-node-dc3cdb25-1a67-a950-fea0-01b67ccc13f3-1bea6bea {
  grid-area: 7 / 2 / 8 / 12;
  place-self: start;
}

#w-node-_62bbf90b-87e2-23c0-0b54-ca616414040d-1bea6bea {
  grid-area: 8 / 2 / 9 / 12;
  place-self: start;
}

#w-node-_651bd9b9-59d0-a1f8-0329-07fc7f67293f-1bea6bea {
  grid-area: 9 / 2 / 10 / 12;
  place-self: start;
}

#w-node-d94f495c-a89b-1657-c4dc-2807a7dbd74b-1bea6bea {
  grid-area: 10 / 2 / 11 / 12;
  place-self: start;
}

#jhilwig-top.w-node-ca88b379-03eb-fa32-a055-e4f971bb1b57-f7389bc4 {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-ed07ca38-0e7d-e712-bac3-3dd7dc634bbb-f7389bc4 {
  grid-area: 2 / 2 / 3 / 12;
}

#w-node-_7c7b49d6-0fc1-387f-fa91-00689d569fb2-f7389bc4 {
  grid-area: 3 / 2 / 4 / 12;
  place-self: start;
}

#w-node-_7c7b49d6-0fc1-387f-fa91-00689d569fc5-f7389bc4 {
  grid-area: 4 / 2 / 5 / 12;
  place-self: start;
}

#w-node-_567b1699-c881-24a8-538e-249a20ce4aa7-f7389bc4 {
  grid-area: 5 / 2 / 6 / 12;
  place-self: start;
}

#w-node-_55b6bf5e-3ed9-10df-f4e2-c552c9414d58-f7389bc4 {
  grid-area: 6 / 2 / 7 / 12;
  place-self: start;
}

#w-node-_035ef618-9e86-bdb6-88f7-863c778e575d-f7389bc4 {
  grid-area: 7 / 2 / 8 / 12;
}

#w-node-_0520da71-67be-b4cd-1098-d0301ebfec7c-f7389bc4 {
  grid-area: 8 / 2 / 9 / 12;
  place-self: start;
}

#w-node-d934bcdc-78a7-9988-83a0-959d40774d69-f7389bc4 {
  grid-area: 9 / 2 / 10 / 12;
  place-self: start;
}

#w-node-_5eaadac4-807b-9852-116d-37e529f39d51-f7389bc4 {
  grid-area: 10 / 2 / 11 / 12;
}

#w-node-_938c3ef5-3592-4b33-79d0-1f541c6cb95c-f7389bc4 {
  grid-area: 11 / 2 / 12 / 12;
  place-self: start;
}

#w-node-_26ba4168-a49b-ba30-1524-5a64b0fdfe17-f7389bc4 {
  grid-area: 12 / 2 / 13 / 12;
  place-self: start;
}

#w-node-_53155316-5e54-16f3-6eed-d8cba4beb555-f7389bc4 {
  grid-area: 13 / 2 / 14 / 12;
}

#w-node-_35a5e93c-b8c9-8c7f-47f8-71b693115c1d-f7389bc4 {
  grid-area: 14 / 2 / 15 / 12;
}

#w-node-_394237b5-287a-12e3-fc5c-0f79f3d7730b-f7389bc4 {
  grid-area: 15 / 2 / 16 / 12;
}

#w-node-_5bd92785-bd66-8074-a50e-969a52929e34-f7389bc4 {
  grid-area: 16 / 2 / 17 / 12;
}

#w-node-d3570930-06e7-ca6d-e162-10e7f0e73929-f7389bc4 {
  grid-area: 17 / 2 / 18 / 12;
}

#w-node-_57f5b5c7-72eb-b8c1-2ecd-e5ba0aea843a-f7389bc4 {
  grid-area: 18 / 2 / 19 / 12;
  place-self: start;
}

#w-node-c5692a5f-3558-6595-3084-59e69e8c834c-f7389bc4 {
  grid-area: 19 / 2 / 20 / 12;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: .25fr 1fr;
}

@media screen and (min-width: 1920px) {
  #w-node-_9890f5e5-8c83-ea04-d851-2674efd51513-1bea6bdb {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-ed06db05-b278-0fda-c380-93bf7b342e90-1bea6bdb {
    grid-column: 4 / 7;
  }

  #w-node-_56e52c01-9b6d-5154-8a18-9205eb792fc0-eb792f95 {
    grid-column: 4 / 10;
  }

  #w-node-_36429e6c-7ef6-e2d0-b618-8cdbfe227693-1bea6be6 {
    grid-area: 1 / 2 / 2 / 6;
  }

  #w-node-_807db64d-4683-3817-af6b-390dd605cb2a-1bea6be6 {
    grid-area: 2 / 2 / 3 / 6;
  }

  #w-node-fae03855-e52c-0eac-e09c-f19f07813c24-1bea6be6 {
    grid-area: 4 / 2 / 5 / 6;
  }

  #w-node-_9fca1602-9162-374a-69c7-0ae0b9d42abf-1bea6be6 {
    grid-area: 5 / 2 / 6 / 6;
  }

  #w-node-_440aa521-189f-843f-b079-47dcb62be5e2-1bea6be6 {
    grid-area: 6 / 2 / 7 / 6;
  }

  #w-node-_9cb2a4db-4ec3-4475-0855-025e468b328e-1bea6be6 {
    grid-area: 7 / 2 / 8 / 6;
  }

  #w-node-_390fa76b-71b0-0d6f-e7bb-9811b70b4442-1bea6be6 {
    grid-column: 1 / 8;
  }

  #jhilwig-top.w-node-ca88b379-03eb-fa32-a055-e4f971bb1b57-1bea6be8 {
    grid-column: 3 / 11;
  }

  #w-node-ed07ca38-0e7d-e712-bac3-3dd7dc634bbb-1bea6be8 {
    grid-area: 2 / 3 / 3 / 11;
  }

  #w-node-_7c7b49d6-0fc1-387f-fa91-00689d569fb2-1bea6be8 {
    grid-area: 3 / 3 / 4 / 11;
  }

  #w-node-_7c7b49d6-0fc1-387f-fa91-00689d569fc5-1bea6be8 {
    grid-area: 4 / 3 / 5 / 11;
  }

  #w-node-_567b1699-c881-24a8-538e-249a20ce4aa7-1bea6be8 {
    grid-area: 5 / 3 / 6 / 11;
  }

  #w-node-_55b6bf5e-3ed9-10df-f4e2-c552c9414d58-1bea6be8 {
    grid-area: 6 / 3 / 7 / 11;
    place-self: start;
  }

  #w-node-db7e76d9-a6f0-8ebc-d113-8748fb53b659-1bea6be8 {
    grid-area: 7 / 3 / 8 / 11;
  }

  #w-node-_53750cc6-c442-1f53-d629-97a74c6019db-1bea6be8 {
    grid-area: 9 / 3 / 10 / 11;
  }

  #w-node-_57a6ae22-be83-e70f-3b7f-af54205e17a8-1bea6be8 {
    grid-area: 8 / 3 / 9 / 11;
  }

  #w-node-d934bcdc-78a7-9988-83a0-959d40774d69-1bea6be8 {
    grid-area: 10 / 3 / 11 / 11;
    place-self: start;
  }

  #w-node-_016d26a6-7bc2-ad02-2f5d-8cab4d71a90a-1bea6be8 {
    grid-area: 11 / 3 / 12 / 11;
  }

  #w-node-_6fe47765-f63b-74c0-0b99-5950753b49ae-1bea6be8 {
    grid-column: 3 / 11;
  }

  #w-node-_938c3ef5-3592-4b33-79d0-1f541c6cb95c-1bea6be8 {
    grid-area: 13 / 3 / 14 / 11;
  }

  #w-node-_7ecc3a0f-a9aa-065b-8b33-b4bd68bb35d0-1bea6be8 {
    grid-area: 14 / 3 / 15 / 11;
  }

  #w-node-_26ba4168-a49b-ba30-1524-5a64b0fdfe17-1bea6be8 {
    grid-area: 15 / 3 / 16 / 11;
  }

  #w-node-c8c3d59f-0958-e827-f96b-5037bd5b4d4c-1bea6be8 {
    grid-area: 16 / 3 / 17 / 11;
  }

  #w-node-fab858f4-13f7-2392-dcb0-4dd2aa213a9d-1bea6be8 {
    grid-area: 17 / 3 / 18 / 11;
  }

  #w-node-_51f5d497-0746-932d-e0ab-973d5b4fd205-1bea6be8 {
    grid-area: 18 / 3 / 19 / 11;
  }

  #w-node-bbcb1a58-5915-d55c-a7a7-f2c6070f5f3e-1bea6be8 {
    grid-area: 19 / 3 / 20 / 11;
  }

  #w-node-ea2892fd-e242-1a75-d003-7e27752ece8e-1bea6be8 {
    grid-area: 20 / 3 / 21 / 11;
  }

  #w-node-_29486130-efb9-f75f-ea8e-102edd2fb594-1bea6be8 {
    grid-area: 21 / 3 / 22 / 11;
  }

  #w-node-_17390c89-1dfe-35ad-f117-59c6a53b4ba2-1bea6be8 {
    grid-area: 22 / 3 / 23 / 11;
  }

  #w-node-_0f3a8297-a6ac-f01b-d264-e6a09ab8e84f-1bea6be8 {
    grid-area: 23 / 3 / 24 / 11;
  }

  #w-node-_7bfb96f4-dd5d-4775-4e54-55dee6bd94f7-1bea6be8 {
    grid-area: 24 / 3 / 25 / 11;
  }

  #w-node-_1b299a42-8536-b3c3-d6fd-c8eb0bdbc925-1bea6be8 {
    grid-area: 25 / 3 / 26 / 11;
  }

  #w-node-_5b9206e0-1d76-7f44-f097-2fe505cd7b5e-1bea6be8 {
    grid-area: 26 / 3 / 27 / 11;
    place-self: start;
  }

  #w-node-c5692a5f-3558-6595-3084-59e69e8c834c-1bea6be8 {
    grid-area: 27 / 3 / 28 / 11;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: .25fr 1fr;
  }

  #NavTop.w-node-_7ce82ee9-6552-3774-1e9c-6bb1204730bf-1bea6bea {
    grid-area: 1 / 3 / 2 / 11;
  }

  #w-node-a21fb6de-d3e0-e227-5bb1-eda071100e52-1bea6bea {
    grid-area: 2 / 3 / 3 / 11;
  }

  #w-node-_8bd656b4-9179-1284-6569-b7518bd1d5f3-1bea6bea {
    grid-area: 3 / 3 / 4 / 11;
    place-self: start;
  }

  #w-node-e86362de-c418-7fb0-58db-99d3a4ca6fd8-1bea6bea {
    grid-area: 4 / 3 / 5 / 11;
  }

  #w-node-_40139ee9-a07e-09ac-5ec2-734329a61317-1bea6bea {
    grid-area: 5 / 3 / 6 / 11;
  }

  #w-node-cd87977c-3741-3299-2c64-c41ef768e556-1bea6bea {
    grid-area: 6 / 3 / 7 / 11;
  }

  #w-node-dc3cdb25-1a67-a950-fea0-01b67ccc13f3-1bea6bea {
    grid-area: 7 / 3 / 8 / 11;
  }

  #w-node-_62bbf90b-87e2-23c0-0b54-ca616414040d-1bea6bea {
    grid-area: 8 / 3 / 9 / 11;
  }

  #w-node-_651bd9b9-59d0-a1f8-0329-07fc7f67293f-1bea6bea {
    grid-area: 9 / 3 / 10 / 11;
  }

  #w-node-d94f495c-a89b-1657-c4dc-2807a7dbd74b-1bea6bea {
    grid-area: 10 / 3 / 11 / 11;
  }

  #jhilwig-top.w-node-ca88b379-03eb-fa32-a055-e4f971bb1b57-f7389bc4 {
    grid-column: 3 / 11;
  }

  #w-node-ed07ca38-0e7d-e712-bac3-3dd7dc634bbb-f7389bc4 {
    grid-area: 2 / 3 / 3 / 11;
  }

  #w-node-_7c7b49d6-0fc1-387f-fa91-00689d569fb2-f7389bc4 {
    grid-area: 3 / 3 / 4 / 11;
  }

  #w-node-_7c7b49d6-0fc1-387f-fa91-00689d569fc5-f7389bc4 {
    grid-area: 4 / 3 / 5 / 11;
  }

  #w-node-_567b1699-c881-24a8-538e-249a20ce4aa7-f7389bc4 {
    grid-area: 5 / 3 / 6 / 11;
  }

  #w-node-_55b6bf5e-3ed9-10df-f4e2-c552c9414d58-f7389bc4 {
    grid-area: 6 / 3 / 7 / 11;
    place-self: start;
  }

  #w-node-_035ef618-9e86-bdb6-88f7-863c778e575d-f7389bc4 {
    grid-area: 7 / 3 / 8 / 11;
  }

  #w-node-_0520da71-67be-b4cd-1098-d0301ebfec7c-f7389bc4 {
    grid-area: 8 / 3 / 9 / 11;
  }

  #w-node-d934bcdc-78a7-9988-83a0-959d40774d69-f7389bc4 {
    grid-area: 9 / 3 / 10 / 12;
    place-self: start;
  }

  #w-node-_5eaadac4-807b-9852-116d-37e529f39d51-f7389bc4 {
    grid-area: 10 / 3 / 11 / 11;
  }

  #w-node-_938c3ef5-3592-4b33-79d0-1f541c6cb95c-f7389bc4 {
    grid-area: 11 / 3 / 12 / 11;
  }

  #w-node-_26ba4168-a49b-ba30-1524-5a64b0fdfe17-f7389bc4 {
    grid-area: 12 / 3 / 13 / 11;
  }

  #w-node-_53155316-5e54-16f3-6eed-d8cba4beb555-f7389bc4 {
    grid-area: 13 / 3 / 14 / 11;
  }

  #w-node-_35a5e93c-b8c9-8c7f-47f8-71b693115c1d-f7389bc4 {
    grid-area: 14 / 3 / 15 / 11;
  }

  #w-node-_394237b5-287a-12e3-fc5c-0f79f3d7730b-f7389bc4 {
    grid-area: 15 / 3 / 16 / 11;
  }

  #w-node-_5bd92785-bd66-8074-a50e-969a52929e34-f7389bc4 {
    grid-area: 16 / 3 / 17 / 11;
  }

  #w-node-d3570930-06e7-ca6d-e162-10e7f0e73929-f7389bc4 {
    grid-area: 17 / 3 / 18 / 11;
  }

  #w-node-_57f5b5c7-72eb-b8c1-2ecd-e5ba0aea843a-f7389bc4 {
    grid-area: 18 / 3 / 19 / 11;
  }

  #w-node-c5692a5f-3558-6595-3084-59e69e8c834c-f7389bc4 {
    grid-area: 19 / 3 / 20 / 11;
    grid-template-rows: auto auto auto .25fr;
    grid-template-columns: .25fr 1fr;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-_9890f5e5-8c83-ea04-d851-2674efd51513-1bea6bdb {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_12a0d88e-c356-1bc9-217b-2a51b0fa5676-1bea6bdb {
    grid-row: 1 / 2;
  }

  #w-node-_36429e6c-7ef6-e2d0-b618-8cdbfe227693-1bea6be6 {
    grid-column: 2 / 7;
  }

  #w-node-_807db64d-4683-3817-af6b-390dd605cb2a-1bea6be6 {
    grid-column-end: 7;
  }

  #w-node-fae03855-e52c-0eac-e09c-f19f07813c24-1bea6be6 {
    grid-area: 3 / 2 / 4 / 7;
  }

  #w-node-_9fca1602-9162-374a-69c7-0ae0b9d42abf-1bea6be6, #w-node-_440aa521-189f-843f-b079-47dcb62be5e2-1bea6be6, #w-node-_9cb2a4db-4ec3-4475-0855-025e468b328e-1bea6be6 {
    grid-column-end: 7;
  }

  #jhilwig-top.w-node-ca88b379-03eb-fa32-a055-e4f971bb1b57-1bea6be8 {
    grid-area: 1 / 2 / 2 / 12;
  }

  #w-node-ed07ca38-0e7d-e712-bac3-3dd7dc634bbb-1bea6be8 {
    grid-area: 2 / 2 / 3 / 12;
  }

  #w-node-_7c7b49d6-0fc1-387f-fa91-00689d569fb2-1bea6be8 {
    grid-area: 3 / 2 / 4 / 12;
  }

  #w-node-_7c7b49d6-0fc1-387f-fa91-00689d569fc5-1bea6be8 {
    grid-area: 4 / 2 / 5 / 12;
    place-self: start;
  }

  #w-node-_567b1699-c881-24a8-538e-249a20ce4aa7-1bea6be8 {
    grid-column-start: 2;
  }

  #w-node-_55b6bf5e-3ed9-10df-f4e2-c552c9414d58-1bea6be8 {
    grid-area: 6 / 2 / 7 / 12;
  }

  #w-node-db7e76d9-a6f0-8ebc-d113-8748fb53b659-1bea6be8 {
    grid-area: 7 / 2 / 8 / 12;
  }

  #w-node-_53750cc6-c442-1f53-d629-97a74c6019db-1bea6be8 {
    grid-area: 9 / 2 / 10 / 12;
  }

  #w-node-_57a6ae22-be83-e70f-3b7f-af54205e17a8-1bea6be8 {
    grid-row: 8 / 9;
    grid-column-start: 2;
  }

  #w-node-d934bcdc-78a7-9988-83a0-959d40774d69-1bea6be8 {
    grid-area: 10 / 2 / 11 / 12;
    place-self: start;
  }

  #w-node-_016d26a6-7bc2-ad02-2f5d-8cab4d71a90a-1bea6be8 {
    grid-area: 11 / 2 / 12 / 12;
  }

  #w-node-_6fe47765-f63b-74c0-0b99-5950753b49ae-1bea6be8 {
    grid-area: 12 / 2 / 13 / 12;
  }

  #w-node-_938c3ef5-3592-4b33-79d0-1f541c6cb95c-1bea6be8 {
    grid-area: 13 / 2 / 14 / 12;
  }

  #w-node-_7ecc3a0f-a9aa-065b-8b33-b4bd68bb35d0-1bea6be8 {
    grid-area: 14 / 2 / 15 / 12;
  }

  #w-node-_26ba4168-a49b-ba30-1524-5a64b0fdfe17-1bea6be8 {
    grid-area: 15 / 2 / 16 / 12;
    place-self: start;
  }

  #w-node-c8c3d59f-0958-e827-f96b-5037bd5b4d4c-1bea6be8 {
    grid-area: 16 / 2 / 17 / 12;
  }

  #w-node-fab858f4-13f7-2392-dcb0-4dd2aa213a9d-1bea6be8 {
    grid-area: 17 / 2 / 18 / 12;
  }

  #w-node-_51f5d497-0746-932d-e0ab-973d5b4fd205-1bea6be8 {
    grid-area: 18 / 2 / 19 / 12;
  }

  #w-node-bbcb1a58-5915-d55c-a7a7-f2c6070f5f3e-1bea6be8 {
    grid-area: 19 / 2 / 20 / 12;
  }

  #w-node-ea2892fd-e242-1a75-d003-7e27752ece8e-1bea6be8 {
    grid-area: 20 / 2 / 21 / 12;
  }

  #w-node-_29486130-efb9-f75f-ea8e-102edd2fb594-1bea6be8 {
    grid-area: 21 / 2 / 22 / 12;
  }

  #w-node-_17390c89-1dfe-35ad-f117-59c6a53b4ba2-1bea6be8 {
    grid-area: 22 / 2 / 23 / 12;
  }

  #w-node-_0f3a8297-a6ac-f01b-d264-e6a09ab8e84f-1bea6be8 {
    grid-area: 23 / 2 / 24 / 12;
  }

  #w-node-_7bfb96f4-dd5d-4775-4e54-55dee6bd94f7-1bea6be8 {
    grid-area: 24 / 2 / 25 / 12;
  }

  #w-node-_1b299a42-8536-b3c3-d6fd-c8eb0bdbc925-1bea6be8 {
    grid-area: 25 / 2 / 26 / 12;
  }

  #w-node-_5b9206e0-1d76-7f44-f097-2fe505cd7b5e-1bea6be8 {
    grid-area: 26 / 2 / 27 / 12;
  }

  #w-node-c5692a5f-3558-6595-3084-59e69e8c834c-1bea6be8 {
    grid-area: 27 / 2 / 28 / 12;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: .25fr 1fr;
  }

  #NavTop.w-node-_7ce82ee9-6552-3774-1e9c-6bb1204730bf-1bea6bea {
    grid-area: 1 / 2 / 2 / 12;
  }

  #w-node-a21fb6de-d3e0-e227-5bb1-eda071100e52-1bea6bea {
    grid-area: 2 / 2 / 3 / 12;
  }

  #w-node-_8bd656b4-9179-1284-6569-b7518bd1d5f3-1bea6bea {
    grid-area: 3 / 2 / 4 / 12;
  }

  #w-node-e86362de-c418-7fb0-58db-99d3a4ca6fd8-1bea6bea {
    grid-row: 4 / 5;
    grid-column-start: 2;
  }

  #w-node-_40139ee9-a07e-09ac-5ec2-734329a61317-1bea6bea {
    grid-row: 5 / 6;
    grid-column-start: 2;
  }

  #w-node-cd87977c-3741-3299-2c64-c41ef768e556-1bea6bea {
    grid-row: 6 / 7;
    grid-column-start: 2;
  }

  #w-node-dc3cdb25-1a67-a950-fea0-01b67ccc13f3-1bea6bea {
    grid-row: 7 / 8;
    grid-column-start: 2;
  }

  #w-node-_62bbf90b-87e2-23c0-0b54-ca616414040d-1bea6bea {
    grid-row: 8 / 9;
    grid-column-start: 2;
  }

  #w-node-_651bd9b9-59d0-a1f8-0329-07fc7f67293f-1bea6bea {
    grid-row: 9 / 10;
    grid-column-start: 2;
  }

  #w-node-d94f495c-a89b-1657-c4dc-2807a7dbd74b-1bea6bea {
    grid-row: 10 / 11;
    grid-column-start: 2;
  }

  #jhilwig-top.w-node-ca88b379-03eb-fa32-a055-e4f971bb1b57-f7389bc4 {
    grid-area: 1 / 2 / 2 / 12;
  }

  #w-node-ed07ca38-0e7d-e712-bac3-3dd7dc634bbb-f7389bc4 {
    grid-area: 2 / 2 / 3 / 12;
  }

  #w-node-_7c7b49d6-0fc1-387f-fa91-00689d569fb2-f7389bc4 {
    grid-area: 3 / 2 / 4 / 12;
  }

  #w-node-_7c7b49d6-0fc1-387f-fa91-00689d569fc5-f7389bc4 {
    grid-area: 4 / 2 / 5 / 12;
    place-self: start;
  }

  #w-node-_567b1699-c881-24a8-538e-249a20ce4aa7-f7389bc4 {
    grid-column-start: 2;
  }

  #w-node-_55b6bf5e-3ed9-10df-f4e2-c552c9414d58-f7389bc4 {
    grid-area: 6 / 2 / 7 / 12;
  }

  #w-node-_035ef618-9e86-bdb6-88f7-863c778e575d-f7389bc4 {
    grid-area: 7 / 2 / 8 / 12;
  }

  #w-node-_0520da71-67be-b4cd-1098-d0301ebfec7c-f7389bc4 {
    grid-area: 8 / 2 / 9 / 12;
  }

  #w-node-d934bcdc-78a7-9988-83a0-959d40774d69-f7389bc4 {
    grid-area: 9 / 2 / 10 / 12;
    place-self: start;
  }

  #w-node-_5eaadac4-807b-9852-116d-37e529f39d51-f7389bc4 {
    grid-area: 10 / 2 / 11 / 12;
  }

  #w-node-_938c3ef5-3592-4b33-79d0-1f541c6cb95c-f7389bc4 {
    grid-area: 11 / 2 / 12 / 12;
  }

  #w-node-_26ba4168-a49b-ba30-1524-5a64b0fdfe17-f7389bc4 {
    grid-area: 12 / 2 / 13 / 12;
  }

  #w-node-_53155316-5e54-16f3-6eed-d8cba4beb555-f7389bc4 {
    grid-area: 13 / 2 / 14 / 12;
  }

  #w-node-_35a5e93c-b8c9-8c7f-47f8-71b693115c1d-f7389bc4 {
    grid-area: 14 / 2 / 15 / 12;
  }

  #w-node-_394237b5-287a-12e3-fc5c-0f79f3d7730b-f7389bc4 {
    grid-area: 15 / 2 / 16 / 12;
  }

  #w-node-_5bd92785-bd66-8074-a50e-969a52929e34-f7389bc4 {
    grid-area: 16 / 2 / 17 / 12;
  }

  #w-node-d3570930-06e7-ca6d-e162-10e7f0e73929-f7389bc4 {
    grid-area: 17 / 2 / 18 / 12;
  }

  #w-node-_57f5b5c7-72eb-b8c1-2ecd-e5ba0aea843a-f7389bc4 {
    grid-area: 18 / 2 / 19 / 12;
  }

  #w-node-c5692a5f-3558-6595-3084-59e69e8c834c-f7389bc4 {
    grid-area: 19 / 2 / 20 / 12;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: .25fr 1fr;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_2c718fd7-05f3-e14c-2a3b-668ad9c3c07d-1bea6bdb {
    grid-column-end: 3;
  }

  #w-node-_9890f5e5-8c83-ea04-d851-2674efd51513-1bea6bdb {
    grid-column: 1 / 2;
  }

  #w-node-_12a0d88e-c356-1bc9-217b-2a51b0fa5676-1bea6bdb {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-d3fa9923-e379-0dd7-0b82-2d428139e6d2-1bea6bdb {
    grid-column: 2 / 3;
  }

  #w-node-ed06db05-b278-0fda-c380-93bf7b342e90-1bea6bdb {
    grid-column: 1 / 3;
  }

  #w-node-_56e52c01-9b6d-5154-8a18-9205eb792fc0-eb792f95 {
    grid-area: 5 / 1 / 6 / 3;
    align-self: start;
  }

  #w-node-_56e52c01-9b6d-5154-8a18-9205eb792fe7-eb792f95 {
    grid-area: 9 / 1 / 10 / 3;
  }

  #w-node-bd7f273e-febd-5a14-57ac-58fb13736bea-13736be7 {
    align-self: center;
  }

  #w-node-bd7f273e-febd-5a14-57ac-58fb13736bec-13736be7 {
    grid-area: 1 / 2 / 2 / 3;
    place-self: auto end;
  }

  #w-node-bd7f273e-febd-5a14-57ac-58fb13736bee-13736be7 {
    grid-area: 1 / 1 / 2 / 2;
    place-self: center start;
  }

  #w-node-_36429e6c-7ef6-e2d0-b618-8cdbfe227693-1bea6be6 {
    grid-column: 2 / 7;
  }

  #w-node-_807db64d-4683-3817-af6b-390dd605cb2a-1bea6be6 {
    grid-area: 3 / 2 / 4 / 7;
  }

  #w-node-fae03855-e52c-0eac-e09c-f19f07813c24-1bea6be6 {
    grid-area: 4 / 2 / 5 / 7;
  }

  #w-node-_9fca1602-9162-374a-69c7-0ae0b9d42abf-1bea6be6, #w-node-_440aa521-189f-843f-b079-47dcb62be5e2-1bea6be6, #w-node-_9cb2a4db-4ec3-4475-0855-025e468b328e-1bea6be6 {
    grid-column: 2 / 7;
  }

  #w-node-_390fa76b-71b0-0d6f-e7bb-9811b70b4442-1bea6be6 {
    grid-area: 8 / 4 / 9 / 5;
  }

  #jhilwig-top.w-node-ca88b379-03eb-fa32-a055-e4f971bb1b57-1bea6be8, #w-node-ed07ca38-0e7d-e712-bac3-3dd7dc634bbb-1bea6be8, #w-node-_7c7b49d6-0fc1-387f-fa91-00689d569fb2-1bea6be8, #w-node-_7c7b49d6-0fc1-387f-fa91-00689d569fc5-1bea6be8, #w-node-_567b1699-c881-24a8-538e-249a20ce4aa7-1bea6be8, #w-node-_55b6bf5e-3ed9-10df-f4e2-c552c9414d58-1bea6be8, #w-node-db7e76d9-a6f0-8ebc-d113-8748fb53b659-1bea6be8, #w-node-_53750cc6-c442-1f53-d629-97a74c6019db-1bea6be8, #w-node-_57a6ae22-be83-e70f-3b7f-af54205e17a8-1bea6be8, #w-node-d934bcdc-78a7-9988-83a0-959d40774d69-1bea6be8, #w-node-_016d26a6-7bc2-ad02-2f5d-8cab4d71a90a-1bea6be8 {
    grid-column: 2 / 11;
  }

  #w-node-_6fe47765-f63b-74c0-0b99-5950753b49ae-1bea6be8 {
    grid-column-start: 2;
  }

  #w-node-_938c3ef5-3592-4b33-79d0-1f541c6cb95c-1bea6be8 {
    grid-column: 2 / 11;
  }

  #w-node-_7ecc3a0f-a9aa-065b-8b33-b4bd68bb35d0-1bea6be8 {
    grid-area: 14 / 2 / 15 / 11;
    place-self: start;
  }

  #w-node-_26ba4168-a49b-ba30-1524-5a64b0fdfe17-1bea6be8 {
    grid-area: 15 / 2 / 16 / 11;
  }

  #w-node-c8c3d59f-0958-e827-f96b-5037bd5b4d4c-1bea6be8 {
    grid-column: 2 / 11;
  }

  #w-node-fab858f4-13f7-2392-dcb0-4dd2aa213a9d-1bea6be8, #w-node-_51f5d497-0746-932d-e0ab-973d5b4fd205-1bea6be8, #w-node-bbcb1a58-5915-d55c-a7a7-f2c6070f5f3e-1bea6be8, #w-node-ea2892fd-e242-1a75-d003-7e27752ece8e-1bea6be8, #w-node-_29486130-efb9-f75f-ea8e-102edd2fb594-1bea6be8, #w-node-_17390c89-1dfe-35ad-f117-59c6a53b4ba2-1bea6be8, #w-node-_0f3a8297-a6ac-f01b-d264-e6a09ab8e84f-1bea6be8 {
    grid-column-start: 2;
  }

  #w-node-_7bfb96f4-dd5d-4775-4e54-55dee6bd94f7-1bea6be8, #w-node-_1b299a42-8536-b3c3-d6fd-c8eb0bdbc925-1bea6be8, #w-node-_5b9206e0-1d76-7f44-f097-2fe505cd7b5e-1bea6be8 {
    grid-column: 2 / 11;
  }

  #w-node-c5692a5f-3558-6595-3084-59e69e8c834c-1bea6be8 {
    grid-column-start: 2;
  }

  #w-node-a21fb6de-d3e0-e227-5bb1-eda071100e52-1bea6bea, #w-node-_8bd656b4-9179-1284-6569-b7518bd1d5f3-1bea6bea, #w-node-e86362de-c418-7fb0-58db-99d3a4ca6fd8-1bea6bea, #w-node-_40139ee9-a07e-09ac-5ec2-734329a61317-1bea6bea, #w-node-cd87977c-3741-3299-2c64-c41ef768e556-1bea6bea, #w-node-dc3cdb25-1a67-a950-fea0-01b67ccc13f3-1bea6bea, #w-node-_62bbf90b-87e2-23c0-0b54-ca616414040d-1bea6bea, #w-node-_651bd9b9-59d0-a1f8-0329-07fc7f67293f-1bea6bea, #w-node-d94f495c-a89b-1657-c4dc-2807a7dbd74b-1bea6bea, #jhilwig-top.w-node-ca88b379-03eb-fa32-a055-e4f971bb1b57-f7389bc4, #w-node-ed07ca38-0e7d-e712-bac3-3dd7dc634bbb-f7389bc4, #w-node-_7c7b49d6-0fc1-387f-fa91-00689d569fb2-f7389bc4, #w-node-_7c7b49d6-0fc1-387f-fa91-00689d569fc5-f7389bc4, #w-node-_567b1699-c881-24a8-538e-249a20ce4aa7-f7389bc4, #w-node-_55b6bf5e-3ed9-10df-f4e2-c552c9414d58-f7389bc4, #w-node-_035ef618-9e86-bdb6-88f7-863c778e575d-f7389bc4 {
    grid-column: 2 / 11;
  }

  #w-node-_0520da71-67be-b4cd-1098-d0301ebfec7c-f7389bc4 {
    grid-area: 8 / 2 / 9 / 11;
  }

  #w-node-d934bcdc-78a7-9988-83a0-959d40774d69-f7389bc4, #w-node-_5eaadac4-807b-9852-116d-37e529f39d51-f7389bc4 {
    grid-column: 2 / 11;
  }

  #w-node-_938c3ef5-3592-4b33-79d0-1f541c6cb95c-f7389bc4 {
    grid-area: 11 / 2 / 12 / 11;
  }

  #w-node-_26ba4168-a49b-ba30-1524-5a64b0fdfe17-f7389bc4 {
    grid-area: 12 / 2 / 13 / 11;
  }

  #w-node-_53155316-5e54-16f3-6eed-d8cba4beb555-f7389bc4, #w-node-_35a5e93c-b8c9-8c7f-47f8-71b693115c1d-f7389bc4, #w-node-_394237b5-287a-12e3-fc5c-0f79f3d7730b-f7389bc4, #w-node-_5bd92785-bd66-8074-a50e-969a52929e34-f7389bc4, #w-node-d3570930-06e7-ca6d-e162-10e7f0e73929-f7389bc4, #w-node-_57f5b5c7-72eb-b8c1-2ecd-e5ba0aea843a-f7389bc4 {
    grid-column: 2 / 11;
  }

  #w-node-c5692a5f-3558-6595-3084-59e69e8c834c-f7389bc4 {
    grid-column-start: 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_12a0d88e-c356-1bc9-217b-2a51b0fa5676-1bea6bdb {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-d3fa9923-e379-0dd7-0b82-2d428139e6d2-1bea6bdb {
    grid-column: 1 / 3;
  }

  #w-node-_56e52c01-9b6d-5154-8a18-9205eb792fe7-eb792f95 {
    grid-row: 9 / 10;
    grid-column-start: 1;
    align-self: center;
  }

  #w-node-_36429e6c-7ef6-e2d0-b618-8cdbfe227693-1bea6be6 {
    grid-row: 1 / 2;
  }

  #w-node-_807db64d-4683-3817-af6b-390dd605cb2a-1bea6be6 {
    grid-row: 2 / 3;
  }

  #w-node-fae03855-e52c-0eac-e09c-f19f07813c24-1bea6be6 {
    grid-row: 3 / 4;
  }

  #w-node-_9fca1602-9162-374a-69c7-0ae0b9d42abf-1bea6be6 {
    grid-row: 4 / 5;
  }

  #w-node-_440aa521-189f-843f-b079-47dcb62be5e2-1bea6be6 {
    grid-row: 5 / 6;
  }

  #w-node-_9cb2a4db-4ec3-4475-0855-025e468b328e-1bea6be6 {
    grid-row: 6 / 7;
  }

  #w-node-_390fa76b-71b0-0d6f-e7bb-9811b70b4442-1bea6be6 {
    grid-row: 7 / 8;
  }

  #w-node-_7c7b49d6-0fc1-387f-fa91-00689d569fb2-1bea6be8, #w-node-_7c7b49d6-0fc1-387f-fa91-00689d569fc5-1bea6be8, #w-node-_567b1699-c881-24a8-538e-249a20ce4aa7-1bea6be8, #w-node-_55b6bf5e-3ed9-10df-f4e2-c552c9414d58-1bea6be8, #w-node-_57a6ae22-be83-e70f-3b7f-af54205e17a8-1bea6be8, #w-node-d934bcdc-78a7-9988-83a0-959d40774d69-1bea6be8, #w-node-_938c3ef5-3592-4b33-79d0-1f541c6cb95c-1bea6be8, #w-node-_7ecc3a0f-a9aa-065b-8b33-b4bd68bb35d0-1bea6be8, #w-node-_26ba4168-a49b-ba30-1524-5a64b0fdfe17-1bea6be8, #w-node-_7bfb96f4-dd5d-4775-4e54-55dee6bd94f7-1bea6be8, #w-node-_5b9206e0-1d76-7f44-f097-2fe505cd7b5e-1bea6be8, #w-node-_8bd656b4-9179-1284-6569-b7518bd1d5f3-1bea6bea, #w-node-e86362de-c418-7fb0-58db-99d3a4ca6fd8-1bea6bea, #w-node-_40139ee9-a07e-09ac-5ec2-734329a61317-1bea6bea, #w-node-cd87977c-3741-3299-2c64-c41ef768e556-1bea6bea, #w-node-dc3cdb25-1a67-a950-fea0-01b67ccc13f3-1bea6bea, #w-node-_62bbf90b-87e2-23c0-0b54-ca616414040d-1bea6bea, #w-node-_651bd9b9-59d0-a1f8-0329-07fc7f67293f-1bea6bea, #w-node-d94f495c-a89b-1657-c4dc-2807a7dbd74b-1bea6bea, #w-node-_7c7b49d6-0fc1-387f-fa91-00689d569fb2-f7389bc4, #w-node-_7c7b49d6-0fc1-387f-fa91-00689d569fc5-f7389bc4, #w-node-_567b1699-c881-24a8-538e-249a20ce4aa7-f7389bc4, #w-node-_55b6bf5e-3ed9-10df-f4e2-c552c9414d58-f7389bc4, #w-node-_0520da71-67be-b4cd-1098-d0301ebfec7c-f7389bc4, #w-node-d934bcdc-78a7-9988-83a0-959d40774d69-f7389bc4, #w-node-_938c3ef5-3592-4b33-79d0-1f541c6cb95c-f7389bc4, #w-node-_26ba4168-a49b-ba30-1524-5a64b0fdfe17-f7389bc4, #w-node-_57f5b5c7-72eb-b8c1-2ecd-e5ba0aea843a-f7389bc4 {
    grid-column: 1 / 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_12a0d88e-c356-1bc9-217b-2a51b0fa5676-1bea6bdb {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_56e52c01-9b6d-5154-8a18-9205eb792fc0-eb792f95 {
    grid-area: 3 / 1 / 4 / 3;
    align-self: center;
  }

  #w-node-_56e52c01-9b6d-5154-8a18-9205eb792fe7-eb792f95 {
    grid-row: 6 / 7;
  }

  #w-node-bd7f273e-febd-5a14-57ac-58fb13736bea-13736be7 {
    justify-self: start;
  }

  #w-node-bd7f273e-febd-5a14-57ac-58fb13736bee-13736be7 {
    place-self: auto;
  }

  #w-node-_390fa76b-71b0-0d6f-e7bb-9811b70b4442-1bea6be6 {
    grid-column: 2 / 7;
  }

  #w-node-_7c7b49d6-0fc1-387f-fa91-00689d569fb2-1bea6be8, #w-node-_7c7b49d6-0fc1-387f-fa91-00689d569fc5-1bea6be8, #w-node-_567b1699-c881-24a8-538e-249a20ce4aa7-1bea6be8, #w-node-_55b6bf5e-3ed9-10df-f4e2-c552c9414d58-1bea6be8, #w-node-_57a6ae22-be83-e70f-3b7f-af54205e17a8-1bea6be8, #w-node-d934bcdc-78a7-9988-83a0-959d40774d69-1bea6be8, #w-node-_938c3ef5-3592-4b33-79d0-1f541c6cb95c-1bea6be8, #w-node-_7ecc3a0f-a9aa-065b-8b33-b4bd68bb35d0-1bea6be8 {
    grid-column: 2 / 11;
  }

  #w-node-_26ba4168-a49b-ba30-1524-5a64b0fdfe17-1bea6be8 {
    grid-area: 15 / 2 / 16 / 11;
  }

  #w-node-_7bfb96f4-dd5d-4775-4e54-55dee6bd94f7-1bea6be8, #w-node-_5b9206e0-1d76-7f44-f097-2fe505cd7b5e-1bea6be8 {
    grid-column: 2 / 11;
  }

  #NavTop.w-node-_7ce82ee9-6552-3774-1e9c-6bb1204730bf-1bea6bea {
    grid-column-start: 2;
  }

  #w-node-_8bd656b4-9179-1284-6569-b7518bd1d5f3-1bea6bea {
    grid-column: 2 / 11;
    grid-row-start: 3;
  }

  #w-node-e86362de-c418-7fb0-58db-99d3a4ca6fd8-1bea6bea, #w-node-_40139ee9-a07e-09ac-5ec2-734329a61317-1bea6bea, #w-node-cd87977c-3741-3299-2c64-c41ef768e556-1bea6bea, #w-node-dc3cdb25-1a67-a950-fea0-01b67ccc13f3-1bea6bea, #w-node-_62bbf90b-87e2-23c0-0b54-ca616414040d-1bea6bea, #w-node-_651bd9b9-59d0-a1f8-0329-07fc7f67293f-1bea6bea, #w-node-d94f495c-a89b-1657-c4dc-2807a7dbd74b-1bea6bea, #w-node-_7c7b49d6-0fc1-387f-fa91-00689d569fb2-f7389bc4, #w-node-_7c7b49d6-0fc1-387f-fa91-00689d569fc5-f7389bc4, #w-node-_567b1699-c881-24a8-538e-249a20ce4aa7-f7389bc4, #w-node-_55b6bf5e-3ed9-10df-f4e2-c552c9414d58-f7389bc4 {
    grid-column: 2 / 11;
  }

  #w-node-_0520da71-67be-b4cd-1098-d0301ebfec7c-f7389bc4 {
    grid-area: 8 / 2 / 9 / 12;
  }

  #w-node-d934bcdc-78a7-9988-83a0-959d40774d69-f7389bc4 {
    grid-area: 9 / 2 / 10 / 11;
  }

  #w-node-_938c3ef5-3592-4b33-79d0-1f541c6cb95c-f7389bc4 {
    grid-column: 2 / 11;
    grid-row-start: 11;
  }

  #w-node-_26ba4168-a49b-ba30-1524-5a64b0fdfe17-f7389bc4 {
    grid-area: 12 / 2 / 13 / 11;
  }

  #w-node-_57f5b5c7-72eb-b8c1-2ecd-e5ba0aea843a-f7389bc4 {
    grid-column: 2 / 11;
  }

  #w-node-c5692a5f-3558-6595-3084-59e69e8c834c-f7389bc4 {
    grid-area: 19 / 2 / 20 / 11;
    grid-template-rows: auto auto auto .25fr;
    grid-template-columns: .25fr 1fr;
  }
}


