:root {
  --blue: #16253e;
  --light-blue: #e6edf0;
  --white: white;
  --white-bg: #eff8fc;
  --black: black;
}

.w-form-formradioinput--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.body {
  color: var(--blue);
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.section {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  border-bottom: 1px solid var(--light-blue);
  flex-direction: column;
  padding-top: 50px;
  padding-bottom: 50px;
  overflow: hidden;
}

.section.offer {
  background-image: linear-gradient(rgba(0, 0, 0, .65), rgba(0, 0, 0, .65)), url('../images/100-Building-Pictures--Images-HQ-_-Download-Free-Photos-on-Unsplash.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 60px;
  padding-bottom: 60px;
}

.section.dark {
  border-bottom-color: var(--blue);
  background-color: var(--blue);
  padding-top: 65px;
  padding-bottom: 65px;
  box-shadow: inset 5px 5px 50px 16px rgba(0, 0, 0, .5);
}

.section.hero {
  min-height: 98vh;
  background-image: linear-gradient(rgba(0, 0, 0, .65), rgba(0, 0, 0, .65)), url('../images/AG-Hero-Image.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-bottom-width: 0;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 8px;
  padding-top: 70px;
  padding-bottom: 0;
  display: flex;
}

.section.no-border-top {
  border-top-width: 0;
}

.section.services {
  background-image: linear-gradient(rgba(0, 0, 0, .65), rgba(0, 0, 0, .65)), url('../images/AG-Hero-Image-1.png');
  background-position: 0 0, 50% 45%;
  background-repeat: repeat, no-repeat;
  border-bottom-width: 0;
  padding-top: 70px;
  padding-bottom: 70px;
  box-shadow: inset 5px 5px 40px 16px rgba(0, 0, 0, .2);
}

.navbar {
  width: 100%;
  background-color: rgba(221, 221, 221, 0);
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 8px;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-logo {
  height: 60px;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 0 auto;
  align-items: center;
  display: flex;
}

.logo {
  height: 100%;
}

.text-link {
  color: var(--white);
  border: 2px solid rgba(0, 0, 0, 0);
  border-radius: 99rem;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: color .2s, background-color .2s;
}

.text-link:hover {
  border: 2px solid var(--blue);
  background-color: #fff;
}

.text-link.footer {
  color: var(--blue);
  letter-spacing: .25px;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
}

.text-link.footer:hover {
  border-width: 0;
}

.nav-menu {
  height: 100%;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-div {
  width: 90%;
  max-width: 1200px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-div.hero {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  display: flex;
}

.section-div.about {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

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

.logo-text {
  color: var(--white-bg);
  letter-spacing: .25px;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  font-weight: 600;
}

.logo-text.dark {
  color: var(--blue);
}

.navbar-div {
  width: 90%;
  max-width: 1200px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.vertical-div {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.vertical-div.services {
  border-radius: 10px;
  justify-content: flex-start;
  padding: 35px 20px;
  transition: all .1s;
}

.vertical-div.services:hover {
  background-color: rgba(139, 168, 216, .2);
  box-shadow: 0 1px 5px 2px rgba(39, 39, 39, .2);
}

.h1 {
  color: var(--white);
  text-align: center;
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.3;
}

.h2 {
  color: var(--white);
  text-align: center;
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.3;
}

.title-dot {
  width: 12px;
  height: 12px;
  background-color: var(--white);
  color: #eff8fc;
  border-radius: 99px;
  align-self: center;
}

.title-dot.dark {
  background-color: var(--blue);
}

.section-title {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-title.left-aligned {
  align-self: center;
  margin-left: 0;
  margin-right: 0;
}

.h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
}

.h3.white {
  color: var(--white-bg);
  font-size: 28px;
}

.h3.footer {
  margin-bottom: 10px;
  font-size: 18px;
}

.h3.form {
  color: var(--white);
  font-size: 26px;
}

.horizontal-div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.horizontal-div.services {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
}

.services-icon {
  height: 65px;
}

.services-icon.small {
  padding-top: .75rem;
  padding-bottom: .75rem;
}

.title-text {
  align-items: center;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.25;
  display: flex;
}

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

.title-text.white.centered {
  text-align: center;
}

.title-text.values {
  color: var(--white);
  font-size: 24px;
}

.slide {
  width: 100%;
  height: 100%;
  background-color: var(--blue);
  border-radius: 10px;
  margin-right: 2.5%;
  padding: 35px 35px 55px;
}

.slider {
  width: 100%;
  height: 480px;
  background-color: rgba(221, 221, 221, 0);
  justify-content: center;
  align-items: center;
}

.mask {
  width: 85%;
  height: 100%;
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
}

.arrow-icon {
  color: var(--blue);
  margin-left: 10px;
  margin-right: 10px;
  transition: all .2s;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.arrow-icon:hover {
  transform: translate(3px);
}

.arrow-icon.left {
  margin-left: 10px;
  margin-right: 10px;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.arrow-icon.left:hover {
  transform: translate(-3px);
}

.slide-div {
  height: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: var(--blue);
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  text-decoration: none;
  display: grid;
}

.outlined-button {
  border: 1.5px solid var(--white);
  color: var(--white);
  background-color: rgba(255, 255, 255, 0);
  border-radius: 8px;
  padding: 10px 20px;
  font-weight: 500;
}

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

.outlined-button.case {
  cursor: not-allowed;
}

.slide-image {
  width: 100%;
  height: 80%;
  object-fit: cover;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  margin-bottom: 0;
}

.slide-image-div {
  height: 100%;
  position: relative;
}

.absolute-div {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.absolute-div.slide {
  width: auto;
  height: auto;
  background-color: var(--white);
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 12px;
  display: flex;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.form-div {
  width: 68%;
  max-width: 670px;
  background-color: var(--white);
  border-radius: 12px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 45px 35px;
  box-shadow: 0 0 5px 2px rgba(22, 37, 62, .5), inset 0 0 20px 5px rgba(9, 48, 114, .3);
}

.form-input {
  background-color: rgba(255, 255, 255, 0);
  border: 0 solid #000;
  border-bottom: 2px solid #172c50;
  margin-bottom: 20px;
  padding: 20px 12px 20px 10px;
  font-size: 16px;
}

.form-input.message {
  min-height: 90px;
}

.form {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.budget-options-div {
  width: 100%;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.main-text {
  color: var(--blue);
  margin-bottom: 0;
  text-decoration: none;
}

.main-text.form {
  margin-bottom: 4px;
  padding-left: 10px;
}

.main-text.slide {
  width: 100%;
  height: auto;
  background-color: var(--white);
  color: var(--blue);
  text-align: center;
  border-radius: 0 0 8px 8px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 12px 0;
  font-size: 18px;
  font-weight: 500;
  display: flex;
}

.form-button {
  width: 45%;
  border: 2px solid var(--blue);
  background-color: var(--blue);
  text-align: center;
  border-radius: 12px;
  margin-left: auto;
  margin-right: auto;
  padding: 14px 26px;
  font-weight: 500;
  transition: all .2s;
}

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

.footer-div {
  width: 100%;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  display: grid;
}

.footer-logo {
  height: 65px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.footer-menu {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.nav-bg {
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: var(--blue);
  position: absolute;
  box-shadow: inset 2px 2px 30px 10px rgba(0, 0, 0, .5), 0 3px 12px 6px rgba(0, 0, 0, .2);
}

.nav-link {
  color: var(--white);
  letter-spacing: .25px;
  border: 2px solid rgba(0, 0, 0, 0);
  border-radius: 99rem;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: color .2s, background-color .2s;
}

.nav-link:hover {
  border: 2px solid var(--white);
  border-radius: 8px;
}

.nav-link:focus, .nav-link:visited {
  border-radius: 8px;
}

.nav-link.w--current {
  color: var(--white);
  border-color: #fff;
  border-radius: 8px;
}

.icon {
  background-color: var(--blue);
  color: var(--white);
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  padding: 10px;
  font-family: Materialicons, sans-serif;
  font-size: 20px;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.icon.founder {
  background-color: rgba(71, 112, 179, .6);
  padding: 8px;
  transition: all .2s;
}

.icon.founder:hover {
  background-color: #172846;
}

.footer-link {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--blue);
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 4px;
  padding-top: 4px;
  padding-bottom: 4px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.footer-link:hover {
  transform: translate(0, -5px);
}

.social-media-icon {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.social-media-icon.founder {
  width: 16px;
  height: 16px;
}

.social-media-icon.founder.telegram {
  padding-top: 1px;
  padding-right: 1px;
}

.services-div {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.values-div {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form-message {
  background-color: #fff;
}

.form-message.error {
  text-align: center;
  background-color: rgba(86, 129, 201, .3);
  border-radius: 99px;
}

.arrow {
  font-size: 40px;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.arrow.right {
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.founders-div {
  width: 100%;
  grid-column-gap: 30px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.founder-image {
  max-height: 260px;
  border-radius: 10px;
}

.founder-info {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.line {
  width: 100%;
  height: 1.5px;
  background-color: var(--blue);
}

.radio {
  width: 20px;
  height: 20px;
}

.radio.w--redirected-checked {
  border-color: var(--blue);
}

.radio-text {
  margin-bottom: 0;
  padding-top: 2px;
  padding-left: 8px;
}

.budget-option-field {
  align-items: center;
  display: flex;
}

.founder-name {
  width: 100%;
  justify-content: space-between;
  display: flex;
}

.founder-links-div {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.main-button {
  z-index: 1;
  border: 2px solid var(--white);
  color: var(--white);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: box-shadow .5s, border-color .5s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.main-button:hover {
  border-style: solid;
  border-color: rgba(119, 117, 255, 0);
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2), 1px 1px #d1e6fc, 1px 1px #bfd6ec, 2px 2px #fff0f3, 3px 3px #93b1d6, 4px 4px #345da2, 4px 4px #496d8d, 5px 5px #263e66, 6px 6px #192c4b, 7px 7px #212529;
}

.main-button.nav {
  transition-property: none;
}

.main-button.nav:hover {
  box-shadow: none;
  border-color: #fff;
}

.main-button-before {
  width: 0;
  height: 10%;
  background-color: var(--blue);
  position: absolute;
  left: 0;
}

.main-button-before.white {
  background-color: var(--white);
}

.main-button-text {
  z-index: 2;
  color: var(--white);
  text-transform: none;
  padding: 12px 28px;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  position: relative;
}

.main-button-text.blue {
  padding: 11px 24px;
}

.main-button-text.blue:hover {
  color: var(--blue);
}

.main-button-after {
  width: 100%;
  height: 0;
  background-color: var(--blue);
  border-radius: 100%;
  position: absolute;
  left: 0;
}

.main-button-after.white {
  background-color: var(--white);
}

.menu-parent {
  width: 50px;
  height: 50px;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  padding: 12px 8px 8px;
  display: flex;
  overflow: hidden;
}

.menu-bar {
  width: 100%;
  height: 2px;
  background-color: #000;
  margin-bottom: 6px;
}

.tabs-nav-item-underline {
  grid-column-gap: .5em;
  color: rgba(255, 255, 255, .5);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 999em;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-left: .5rem;
  margin-right: .5rem;
  padding: .5em 1em;
  transition: all .3s;
  display: flex;
  position: relative;
}

.tabs-nav-item-underline:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
}

.tabs-nav-item-underline.w--current {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  font-weight: 500;
}

.tabs-nav-item-underline._02 {
  color: var(--blue);
}

.tabs-nav-item-underline._02:hover {
  opacity: 1;
}

.page-wrapper {
  width: 100vw;
  margin-top: -20px;
  padding-top: 50px;
  overflow: hidden;
}

@media screen and (min-width: 1280px) {
  .body {
    font-size: 18px;
  }

  .section {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .section.offer, .section.services {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .nav-logo.w--current {
    height: 60px;
  }

  .text-link.footer {
    font-size: 18px;
  }

  .section-div {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .navbar-div {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .h1 {
    font-size: 55px;
  }

  .h2 {
    font-size: 40px;
  }

  .h3 {
    font-size: 26px;
  }

  .h3.footer {
    font-size: 22px;
  }

  .h3.form {
    font-size: 28px;
  }

  .services-icon {
    height: 75px;
  }

  .title-text {
    font-size: 24px;
    line-height: 1.35;
  }

  .slide, .slider {
    height: 550px;
  }

  .slide-image {
    height: 82%;
  }

  .form-input {
    font-size: 16px;
  }

  .form-input.message {
    min-height: 100px;
  }

  .form {
    font-size: 20px;
  }

  .main-text {
    font-size: 18px;
    line-height: 1.65;
  }

  .main-text.form {
    font-size: 18px;
  }

  .main-text.slide {
    font-size: 22px;
  }

  .footer-logo.w--current {
    height: 75px;
  }

  .nav-link {
    font-size: 18px;
  }

  .icon {
    padding: 12px;
    font-size: 22px;
  }

  .icon.founder {
    padding: 10px;
  }

  .social-media-icon.founder {
    width: 20px;
    height: 20px;
  }

  .services-div {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .values-div {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .arrow {
    font-size: 50px;
  }

  .arrow.right {
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .founders-div {
    grid-row-gap: 60px;
  }

  .radio-text {
    font-size: 18px;
  }
}

@media screen and (max-width: 991px) {
  .nav-menu {
    width: auto;
    height: auto;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    background-color: var(--blue);
    border-radius: 8px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    margin-top: 4px;
    padding: 10px 20px 20px;
    display: flex;
    top: 105%;
    bottom: auto;
    left: auto;
    right: 22px;
  }

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

  .section-div.hero {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .vertical-div {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
  }

  .vertical-div.services {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .h2 {
    letter-spacing: 0;
    font-weight: 500;
  }

  .h3.white, .h3.form {
    font-size: 24px;
  }

  .title-text {
    line-height: 1.35;
  }

  .title-text.values {
    font-size: 22px;
  }

  .slide {
    width: 100%;
    height: 470px;
    padding: 30px;
  }

  .slider {
    height: 470px;
  }

  .arrow-icon {
    margin-right: 0;
  }

  .arrow-icon.left {
    margin-left: 0;
  }

  .slide-div {
    height: 95%;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .slide-image {
    height: 84%;
  }

  .form-div {
    width: 90%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .footer-logo.w--current {
    height: 55px;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .nav-link {
    max-width: 158px;
    text-align: right;
    margin-bottom: 6px;
    margin-left: auto;
    margin-right: 0;
  }

  .hamburger-menu {
    z-index: 1;
    color: var(--white);
    border-radius: 8px;
    padding: 12px;
    transform: translate(18px);
  }

  .hamburger-menu.w--open {
    background-color: var(--blue);
  }

  .menu-parent {
    padding-bottom: 8px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .menu-bar {
    background-color: var(--white);
  }

  .hamburger-icon {
    font-size: 26px;
  }
}

@media screen and (max-width: 767px) {
  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.offer, .section.services {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .nav-logo.w--current {
    height: 50px;
  }

  .text-link.footer {
    max-width: 200px;
  }

  .nav-menu {
    right: 20px;
  }

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

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

  .navbar-div {
    justify-content: space-between;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }

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

  .vertical-div.services {
    padding-left: 25px;
    padding-right: 25px;
  }

  .h1 {
    font-size: 38px;
    line-height: 1.2;
  }

  .h2 {
    font-size: 30px;
  }

  .h3, .h3.white, .h3.form {
    font-size: 24px;
  }

  .title-text {
    font-size: 20px;
  }

  .title-text.white {
    font-size: 22px;
  }

  .title-text.portfolio {
    text-align: center;
    font-size: 20px;
  }

  .title-text.values {
    font-size: 22px;
  }

  .title-text.founders {
    justify-content: center;
  }

  .slide {
    height: auto;
    padding-bottom: 30px;
  }

  .slider {
    width: 100%;
    height: auto;
  }

  .mask {
    height: auto;
  }

  .arrow-icon {
    margin-top: auto;
    margin-bottom: auto;
  }

  .slide-nav {
    display: none;
  }

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

  .outlined-button.case {
    width: 100%;
    max-width: 300px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .slide-image {
    max-height: 370px;
    object-fit: cover;
  }

  .absolute-div.slide {
    padding: 8px;
  }

  .form-div {
    max-width: 600px;
    padding: 30px 25px;
  }

  .budget-options-div {
    grid-row-gap: 0px;
    flex-wrap: wrap;
  }

  .form-button {
    width: 65%;
    min-width: 250px;
  }

  .footer-div {
    width: 100%;
    flex-flow: wrap;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    display: flex;
  }

  .footer-menu {
    width: 100%;
  }

  .icon.founder {
    max-height: 30px;
    max-width: 30px;
  }

  .services-div {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .values-div {
    grid-column-gap: 60px;
    grid-row-gap: 10px;
    flex-wrap: wrap;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    align-content: flex-end;
    justify-content: center;
    display: flex;
  }

  .hamburger-menu {
    right: 0;
    transform: translate(8px);
  }

  .founders-div {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: auto;
  }

  .founder-image {
    max-height: 200px;
  }

  .founder-info {
    margin-bottom: 20px;
  }

  .founder-name {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
  }

  .founder-links-div {
    align-self: center;
  }
}

@media screen and (max-width: 479px) {
  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.hero {
    min-height: 95vh;
  }

  .nav-logo.w--current {
    height: 42px;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .text-link.footer {
    max-width: none;
  }

  .nav-menu {
    right: 14px;
  }

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

  .section-div.hero {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    display: flex;
  }

  .section-div.values {
    grid-row-gap: 20px;
  }

  .logo-text {
    font-size: 18px;
    line-height: 1.25;
  }

  .logo-text.dark {
    font-size: 20px;
  }

  .navbar-div {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .vertical-div.services {
    padding: 20px;
  }

  .h1 {
    font-size: 34px;
  }

  .h2 {
    font-size: 24px;
    font-weight: 500;
  }

  .h3, .h3.white, .h3.form {
    font-size: 22px;
  }

  .title-text {
    font-size: 18px;
  }

  .title-text.white.centered {
    font-size: 20px;
  }

  .title-text.portfolio {
    font-size: 18px;
    line-height: 1.35;
  }

  .slide {
    padding: 18px;
  }

  .arrow-icon {
    font-size: 28px;
  }

  .outlined-button.case {
    max-width: 220px;
    text-align: center;
  }

  .slide-image-div {
    height: auto;
  }

  .form-div {
    width: 100%;
    padding: 30px 20px;
  }

  .form-input.message {
    min-height: 130px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .budget-options-div {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: flex-start;
  }

  .main-text.form {
    margin-bottom: 8px;
  }

  .main-text.slide {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 13px;
  }

  .form-button {
    width: 100%;
    max-width: none;
    min-width: 0;
  }

  .footer-div {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .footer-logo.w--current {
    height: 60px;
  }

  .footer-menu {
    width: 100%;
    grid-template-columns: 1fr;
  }

  .icon {
    padding: 9px;
    font-size: 16px;
  }

  .values-div {
    grid-column-gap: 60px;
    grid-row-gap: 20px;
  }

  .hamburger-menu {
    margin-right: 6px;
  }

  .arrow {
    left: -5px;
  }

  .arrow.right {
    right: -5px;
  }

  .founders-div {
    grid-template-rows: auto auto;
    grid-template-columns: auto;
  }

  .founder-info {
    align-items: center;
  }

  .founder-name {
    grid-row-gap: 10px;
    flex-wrap: wrap;
  }

  .founder-links-div {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .tabs-nav-item-underline {
    grid-row-gap: .5em;
    flex-direction: column;
  }
}

#w-node-_0ff58a09-7653-193e-cbb7-9f04e0d73249-bd144c0c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: start;
}

#w-node-_4e2602e1-bd6d-7d53-61ce-00c3cfb7a03e-bd144c0c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ea1e2956-69ce-213f-42b2-c803c0ba1dd7-bd144c0c {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
  justify-self: start;
}

#w-node-ea1e2956-69ce-213f-42b2-c803c0ba1ddc-bd144c0c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ea1e2956-69ce-213f-42b2-c803c0ba1ddd-bd144c0c {
  align-self: stretch;
}

#w-node-ea1e2956-69ce-213f-42b2-c803c0ba1de5-bd144c0c, #w-node-ea1e2956-69ce-213f-42b2-c803c0ba1dee-bd144c0c {
  align-self: start;
}

#w-node-_3dc0b5c0-7d8a-2539-4a7a-ee449ee775ca-bd144c0c {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
  justify-self: start;
}

#w-node-_237393c7-a2ee-276f-3667-064772912da8-bd144c0c, #w-node-_237393c7-a2ee-276f-3667-064772912daa-bd144c0c, #w-node-_237393c7-a2ee-276f-3667-064772912dac-bd144c0c {
  justify-self: center;
}

#w-node-_88fde682-f324-bd87-cd3d-eb3b97cada50-bd144c0c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: end;
}

#w-node-_89fdfac9-0a4c-898e-b3cd-6217ca9d047b-bd144c0c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68273fd3-da79-d3c6-df90-848f8bd1af7f-bd144c0c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: end;
}

#w-node-_73906a84-278a-a99b-7f9d-baecdea122eb-bd144c0c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_533124ef-ce0e-fa75-dedc-d32d5fef2e18-bd144c0c, #w-node-_20c6fa22-8f07-9a3b-f27b-0f3c5c037402-bd144c0c {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
  justify-self: start;
}

#w-node-_20c6fa22-8f07-9a3b-f27b-0f3c5c03740f-bd144c0c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: start;
}

#w-node-_93d1c03d-38d5-0a13-684f-5b5e3837a7ad-bd144c0c {
  justify-self: end;
}

#w-node-_20c6fa22-8f07-9a3b-f27b-0f3c5c037413-bd144c0c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: stretch;
}

#w-node-_20c6fa22-8f07-9a3b-f27b-0f3c5c037414-bd144c0c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_20c6fa22-8f07-9a3b-f27b-0f3c5c03741a-bd144c0c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: stretch;
}

#w-node-_20c6fa22-8f07-9a3b-f27b-0f3c5c03741b-bd144c0c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9aa1009f-3fd2-4b6e-725f-30114ae3a9d7-bd144c0c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: start;
}

#w-node-_8ca14434-0151-5719-1420-2fcc6bddf48f-bd144c0c {
  justify-self: end;
}

#w-node-_9aa1009f-3fd2-4b6e-725f-30114ae3a9db-bd144c0c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: stretch;
}

#w-node-_9aa1009f-3fd2-4b6e-725f-30114ae3a9dc-bd144c0c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9aa1009f-3fd2-4b6e-725f-30114ae3a9e2-bd144c0c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: stretch;
}

#w-node-_9aa1009f-3fd2-4b6e-725f-30114ae3a9e3-bd144c0c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_79833d2a-1a49-0541-6792-60cdf7bae129-bd144c0c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: start;
}

#w-node-_1f8b490b-b888-201a-be8c-c8ca7adec8e4-bd144c0c {
  justify-self: end;
}

#w-node-_79833d2a-1a49-0541-6792-60cdf7bae12d-bd144c0c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: stretch;
}

#w-node-_79833d2a-1a49-0541-6792-60cdf7bae12e-bd144c0c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_79833d2a-1a49-0541-6792-60cdf7bae134-bd144c0c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: stretch;
}

#w-node-_0e584486-d8ea-5a53-b459-989feade0eca-bd144c0c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0e584486-d8ea-5a53-b459-989feade0ecb-bd144c0c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_0e584486-d8ea-5a53-b459-989feade0ecf-bd144c0c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1280px) {
  #w-node-ea1e2956-69ce-213f-42b2-c803c0ba1de5-bd144c0c {
    align-self: start;
  }

  #w-node-_237393c7-a2ee-276f-3667-064772912da8-bd144c0c {
    justify-self: center;
  }

  #w-node-_20c6fa22-8f07-9a3b-f27b-0f3c5c03740f-bd144c0c {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
    justify-self: start;
  }

  #w-node-_0e584486-d8ea-5a53-b459-989feade0ecf-bd144c0c {
    align-self: stretch;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_88fde682-f324-bd87-cd3d-eb3b97cada50-bd144c0c {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
    justify-self: center;
  }

  #w-node-_68273fd3-da79-d3c6-df90-848f8bd1af7f-bd144c0c {
    grid-area: 3 / 1 / 4 / 2;
    align-self: center;
    justify-self: center;
  }

  #w-node-_20c6fa22-8f07-9a3b-f27b-0f3c5c03740f-bd144c0c {
    justify-self: center;
  }

  #w-node-_93d1c03d-38d5-0a13-684f-5b5e3837a7ad-bd144c0c {
    justify-self: stretch;
  }

  #w-node-_9aa1009f-3fd2-4b6e-725f-30114ae3a9d7-bd144c0c {
    align-self: center;
    justify-self: center;
  }

  #w-node-_8ca14434-0151-5719-1420-2fcc6bddf48f-bd144c0c {
    justify-self: stretch;
  }

  #w-node-_79833d2a-1a49-0541-6792-60cdf7bae129-bd144c0c {
    align-self: center;
    justify-self: center;
  }

  #w-node-_1f8b490b-b888-201a-be8c-c8ca7adec8e4-bd144c0c {
    justify-self: stretch;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_88fde682-f324-bd87-cd3d-eb3b97cada50-bd144c0c, #w-node-_68273fd3-da79-d3c6-df90-848f8bd1af7f-bd144c0c {
    justify-self: center;
  }

  #w-node-_20c6fa22-8f07-9a3b-f27b-0f3c5c03740f-bd144c0c {
    align-self: start;
    justify-self: center;
  }

  #w-node-_93d1c03d-38d5-0a13-684f-5b5e3837a7ad-bd144c0c {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_9aa1009f-3fd2-4b6e-725f-30114ae3a9d7-bd144c0c {
    align-self: center;
    justify-self: center;
  }

  #w-node-_8ca14434-0151-5719-1420-2fcc6bddf48f-bd144c0c {
    justify-self: center;
  }

  #w-node-_79833d2a-1a49-0541-6792-60cdf7bae129-bd144c0c {
    align-self: center;
    justify-self: center;
  }

  #w-node-_1f8b490b-b888-201a-be8c-c8ca7adec8e4-bd144c0c {
    justify-self: center;
  }

  #w-node-_99363717-2e3c-d14a-0e4c-3c34311ac543-bd144c0c {
    order: 0;
    grid-area: 6 / 1 / 5 / 2;
  }

  #w-node-_0e584486-d8ea-5a53-b459-989feade0ed7-bd144c0c {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_0e584486-d8ea-5a53-b459-989feade0edc-bd144c0c {
    grid-area: 4 / 1 / 5 / 2;
  }
}


@font-face {
  font-family: 'Materialiconsoutlined 1';
  src: url('../fonts/MaterialIconsOutlined-Regular-1.codepoints') format('undefined');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Bold.ttf') format('truetype'), url('../fonts/Poppins-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraBoldItalic.ttf') format('truetype'), url('../fonts/Poppins-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Materialicons';
  src: url('../fonts/MaterialIcons-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Icomoon';
  src: url('../fonts/icomoon.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Materialiconsoutlined 2';
  src: url('../fonts/MaterialIconsOutlined-Regular-2.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}