:root {
  --white-smoke: whitesmoke;
  --medium-aquamarine: #7ec4bd;
  --medium-aquamarine-2: #7ec4bd;
}

body {
  color: #333;
  font-family: Vollkorn, serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
}

h2 {
  text-align: center;
  text-transform: uppercase;
  margin: 10px 0;
  font-family: Montserrat, sans-serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 36px;
}

h3 {
  text-transform: uppercase;
  margin: 0 0 20px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

h4 {
  margin: 10px 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin: 10px 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin: 10px 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-top: 0;
  margin-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

label {
  text-align: left;
  margin-bottom: 5px;
  font-family: Inter, sans-serif;
  font-weight: 400;
  display: block;
}

.button {
  color: #47474f;
  text-align: center;
  background-color: #fff;
  border: 1px solid #47474f;
  border-bottom-width: 2px;
  padding: 15px 33px;
  font-family: Vollkorn, serif;
  font-size: 19px;
  font-style: italic;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-block;
}

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

.button.form {
  color: #7ec4bd;
  border-width: 1px 1px 2px;
  border-color: #7ec4bd;
  margin-top: 23px;
  margin-bottom: 24px;
  padding-left: 54px;
  padding-right: 54px;
}

.button.form:hover {
  background-color: #7ec4bd57;
}

.header {
  color: #fff;
  text-align: center;
  background-image: linear-gradient(#64a7d18c, #64a7d18c), url('../images/devon-divine-fYMcmGrRuCk-unsplash.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding: 98px 10px;
}

.header.project-page {
  background-image: linear-gradient(#64d1c68c, #64d1c68c), url('../images/lake.jpg');
  padding-top: 77px;
  padding-bottom: 77px;
}

.navbar {
  background-color: #fff;
  padding-top: 18px;
  padding-bottom: 18px;
}

.nav-link {
  color: #404040;
  text-transform: capitalize;
  border-bottom: 2px solid #0000;
  margin-top: 23px;
  margin-left: 34px;
  padding: 0;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  transition: border-color .3s;
}

.nav-link:hover {
  border-bottom-color: #7ec4bd;
}

.logo-title {
  float: left;
  color: #000;
  letter-spacing: .5px;
  text-transform: none;
  margin-top: 13px;
  margin-bottom: 0;
  font-family: desire-pro, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 90%;
}

.logo-img {
  float: left;
  margin-right: 10px;
}

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

.main-heading {
  text-transform: none;
  margin-top: 7px;
  font-family: desire-pro, sans-serif;
  font-size: 4.3em;
  font-weight: 400;
  line-height: 110%;
}

.divider {
  background-color: #fff;
  width: 80px;
  height: 2px;
  margin: 28px auto;
  display: block;
}

.divider.grey {
  color: #fff;
  background-color: #00000017;
  margin-top: 20px;
  margin-bottom: 30px;
}

.main-subtitle {
  color: #ffffffcf;
  -webkit-text-stroke-width: .5px;
  padding-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 1.1rem;
  font-style: normal;
}

.about-section {
  text-align: center;
  background-color: #fefec9;
  padding-bottom: 61px;
}

.about-text {
  color: #47474f;
  margin-bottom: 40px;
  font-family: Inter, sans-serif;
  font-size: 1.2rem;
  line-height: 150%;
}

.x-icon {
  vertical-align: baseline;
  margin-top: -26px;
  margin-bottom: 34px;
}

.section {
  text-align: center;
  padding-top: 0;
  padding-bottom: 69px;
}

.section.grey {
  color: #fff;
  background-color: #f5f5f5;
}

.section.contact {
  background-color: #7ec4bd;
  background-image: linear-gradient(#64a7d18c, #64a7d18c), url('../images/lake.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 60px;
  font-family: Vollkorn, serif;
}

.section.footer {
  background-color: #3a6b94;
  padding-bottom: 0;
}

.grey-icon-wrapper {
  background-color: #f5f5f5;
  margin-bottom: 38px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.grey-icon-wrapper.push-top {
  margin-bottom: 20px;
  padding-top: 30px;
  padding-bottom: 10px;
}

.project-wrapper {
  color: #333;
  flex-flow: column;
  flex: none;
  height: 100%;
  text-decoration: none;
  transition: bottom .3s;
  display: flex;
  position: relative;
  bottom: 0;
}

.project-wrapper:hover {
  bottom: 8px;
}

.team-image {
  border-radius: 100%;
  margin-bottom: 21px;
}

.role {
  margin-bottom: 16px;
  font-family: Vollkorn, serif;
  font-size: 17px;
  font-style: italic;
}

.social-link {
  background-color: #f5f5f5;
  border-radius: 100%;
  width: 29px;
  height: 29px;
  margin: 3px;
  padding-top: 5px;
  padding-left: 1px;
  transition: box-shadow .3s;
  box-shadow: inset 0 0 0 1px #0000;
}

.social-link:hover {
  box-shadow: inset 0 0 0 2px #7ec4bd;
}

.team-title {
  margin-bottom: 7px;
}

.testimonial-slider {
  background-color: #0000;
  height: auto;
}

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

.arrow {
  color: #e3e3e3;
  width: 40px;
  font-size: 30px;
  transition: color .3s;
}

.arrow:hover {
  color: #333;
}

.testimonial-slide {
  text-align: center;
  width: 50%;
  padding: 30px 34px 29px;
}

.testimonial-slide.left-border {
  border-left: 2px solid #0000000a;
}

.mask {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.team-row {
  margin-bottom: 20px;
}

.testimonial {
  margin-bottom: 22px;
  font-size: 26px;
  line-height: 33px;
}

.from {
  color: #ababab;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.icon-wrapper {
  height: 95px;
  margin-bottom: 10px;
  padding-top: 13px;
}

.icon-wrapper._2 {
  padding-top: 20px;
}

.footer-logo {
  opacity: 1;
  filter: invert();
  mix-blend-mode: screen;
  margin-bottom: 15px;
  padding-right: 0;
}

.contact-text {
  color: #212121;
  font-size: 17px;
}

.link {
  color: #1c1c1c;
}

.social-wrapper {
  text-align: left;
  margin-bottom: 11px;
  margin-left: 33%;
  text-decoration: none;
  transition: opacity .3s;
  display: block;
}

.social-wrapper:hover {
  opacity: .43;
}

.footer-text {
  color: var(--white-smoke);
  font-size: 1rem;
}

.social-link-text {
  display: inline-block;
}

.social-icon {
  margin-top: -6px;
  margin-right: 9px;
}

.field {
  color: #7ec4bd;
  background-color: #fff3;
  border: 0 solid #000;
  height: 57px;
  margin-bottom: 0;
  padding-top: 17px;
  padding-bottom: 17px;
  font-size: 18px;
  font-style: italic;
  box-shadow: inset 3px 0 #0000;
}

.field:focus {
  box-shadow: inset 3px 0 #7ec4bd;
}

.field.large {
  height: 127px;
}

.field.darker {
  background-color: #ffffff2e;
  transition: box-shadow .3s;
}

.form-wrapper {
  padding-left: 20%;
  padding-right: 20%;
}

.success-message {
  color: #7ec4bd;
  background-color: #0000;
  border: 1px solid #7ec4bd;
  border-bottom-width: 2px;
  padding-top: 82px;
  padding-bottom: 82px;
}

.project-info {
  background-color: #fff;
  flex: 1;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.project-title {
  margin-bottom: 4px;
}

.grow-row {
  margin-bottom: 42px;
}

.screenshot {
  max-width: 90%;
  margin-bottom: 20px;
}

.face {
  border-radius: 100%;
  margin-bottom: 10px;
}

.about-subtitle {
  color: #47474f;
  margin-bottom: 30px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
}

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

.heading {
  color: #2b2b2b;
  letter-spacing: .5px;
  text-transform: capitalize;
  font-family: desire-pro, sans-serif;
  font-size: 35px;
}

.heading.white {
  color: var(--white-smoke);
}

.body {
  flex-flow: column;
  display: flex;
}

.heading-2, .heading-3, .heading-4 {
  font-family: Inter, sans-serif;
}

.paragraph, .paragraph-2 {
  font-family: Inter, sans-serif;
  font-size: 16px;
}

.paragraph-3 {
  padding-left: 20px;
  padding-right: 20px;
  font-family: Inter, sans-serif;
  font-size: 1.1rem;
  line-height: 150%;
}

.container {
  padding-top: 40px;
}

.text-block {
  padding-left: 10px;
  padding-right: 10px;
  font-family: Inter, sans-serif;
  font-size: 16px;
}

.columns {
  align-items: stretch;
  display: flex;
}

.column {
  flex: none;
}

.ournetwork {
  flex-flow: column;
  align-items: center;
  padding-top: 60px;
  display: flex;
}

.about-text-copy {
  color: #47474f;
  width: 85%;
  margin-bottom: 40px;
  font-family: Inter, sans-serif;
  font-size: 17px;
  line-height: 25px;
}

.container-2 {
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 10px;
  display: flex;
}

.container-3 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.container-3-copy {
  padding-top: 40px;
}

.about-text-copy {
  color: #47474f;
  margin-bottom: 40px;
  font-family: Inter, sans-serif;
  font-size: 17px;
  line-height: 25px;
}

.dfyimage {
  object-fit: cover;
  height: 45%;
}

.columns-2 {
  grid-column-gap: 10px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.column-2 {
  background-color: #fafafa;
  align-self: stretch;
  padding-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
}

.form-block {
  width: 55%;
}

.submit-button {
  background-color: #443fde;
  margin-top: 5px;
}

.div-block-5 {
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.subheading-regular {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
}

.cta-icon-wrapper {
  background-color: #fff;
  border: 1px solid #ebebef;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 64px;
  margin-top: -32px;
  margin-bottom: 48px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.cta-block {
  background-color: #f9f9fb;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 535px;
  padding: 50px 0% 43px;
  display: flex;
}

.text-field {
  height: 80px;
}

.link-2 {
  color: #3e404c;
}

.div-block-4 {
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  display: flex;
}

.paragraph-4 {
  text-align: center;
  max-width: 230px;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
}

.div-block-3 {
  grid-row-gap: 25px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 65%;
  display: flex;
}

.field-label {
  font-weight: 400;
}

.job-category {
  color: #443fde;
  background-color: #f3f3fc;
  padding: 6px 12px;
  font-family: Inter, sans-serif;
  font-weight: 400;
  display: inline-block;
}

.div-block-6 {
  justify-content: center;
  align-items: center;
  width: 85%;
  display: flex;
}

.div-block-3-copy {
  grid-row-gap: 25px;
  flex-flow: column;
  align-items: flex-start;
  width: 40%;
  display: none;
}

.column-3, .column-4 {
  padding-left: 0;
  padding-right: 0;
}

.columns-2-copy {
  grid-column-gap: 10px;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 10px;
  display: flex;
}

.section-copy {
  text-align: center;
  padding-top: 0;
  padding-bottom: 69px;
}

.section-copy.grey {
  color: #fff;
  background-color: #f5f5f5;
}

.section-copy.contact {
  background-color: #7ec4bd;
  background-image: linear-gradient(#64a7d18c, #64a7d18c), url('../images/lake.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 60px;
  font-family: Vollkorn, serif;
}

.section-copy.footer {
  background-color: #3a6b94;
  padding-bottom: 0;
}

@media screen and (max-width: 991px) {
  .nav-link {
    text-align: center;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-link:hover {
    border-bottom-color: #0000;
  }

  .main-heading {
    font-size: 4em;
    line-height: 120%;
  }

  .divider {
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .main-subtitle {
    text-shadow: 0 1px 20px #0003;
  }

  .about-text {
    margin-bottom: 20px;
  }

  .section.grey {
    padding-bottom: 40px;
  }

  .project-wrapper:hover {
    transform: translate(0);
  }

  .social-wrapper {
    margin-left: 30%;
  }

  .menu-button {
    margin-top: 7px;
    padding: 10px;
    font-size: 32px;
  }

  .menu-button.w--open {
    color: #7ec4bd;
    background-color: #0000;
  }

  .nav-menu {
    background-color: #f5f5f5;
  }

  .screenshot {
    margin-bottom: 20px;
  }

  .columns {
    grid-row-gap: 10px;
    flex-flow: column;
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .container-3, .container-3-copy {
    max-width: 95%;
  }

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

  .dfyimage {
    object-position: 50% 18%;
    max-height: 45vh;
  }

  .columns-2 {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    flex-flow: column;
    padding-left: 40px;
    padding-right: 40px;
  }

  .subheading-regular {
    text-align: center;
  }

  .paragraph-4 {
    width: 90%;
    max-width: 245px;
  }

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

  .columns-2-copy {
    grid-row-gap: 20px;
    flex-flow: column;
    margin-bottom: -21px;
    padding-bottom: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .column-5 {
    padding-left: 0;
    padding-right: 0;
  }

  .section-copy.grey {
    padding-bottom: 40px;
  }

  .container-5 {
    max-width: 90%;
  }
}

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

  .navbar {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-link {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 10px;
  }

  .logo-title {
    margin-top: 6px;
  }

  .logo-img {
    width: 50px;
  }

  .about-section {
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .about-text {
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .about-text.whatwedo {
    margin-bottom: 0;
  }

  .about-text.margin {
    padding-bottom: 40px;
  }

  .x-icon {
    margin-bottom: 21px;
  }

  .section {
    padding-top: 0;
    padding-bottom: 30px;
  }

  .grey-icon-wrapper {
    margin-bottom: 16px;
    padding: 34px 56px;
    display: inline-block;
  }

  .grey-icon-wrapper.push-top {
    width: 100%;
    margin-top: 0;
  }

  .testimonial-slide {
    width: 100%;
  }

  .testimonial-slide.left-border {
    border-left-width: 0;
  }

  .icon-wrapper {
    height: 85px;
  }

  .icon-wrapper._2 {
    margin-top: 37px;
  }

  .social-wrapper {
    text-align: center;
    margin-left: 0%;
  }

  .form-wrapper {
    padding-left: 10%;
    padding-right: 10%;
  }

  .menu-button {
    margin-top: 5px;
  }

  .member {
    padding-bottom: 47px;
  }

  .grow-row {
    grid-row-gap: 0px;
    flex-flow: column;
    margin-bottom: 0;
    display: flex;
  }

  .screenshot {
    width: 90%;
    margin-bottom: 20px;
  }

  .columns {
    grid-row-gap: 0px;
    flex-flow: column;
    padding-left: 15px;
    padding-right: 15px;
  }

  .container-3 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: 90%;
    display: flex;
  }

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

  .wwdcolumn {
    padding-bottom: 30px;
  }

  .about-text-copy.whatwedo {
    margin-bottom: 0;
  }

  .dfyimage {
    object-fit: cover;
    max-height: 25vh;
  }

  .columns-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .cta-block {
    padding-left: 5%;
    padding-right: 5%;
  }

  .div-block-4, .div-block-6 {
    width: 100%;
  }

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

  .columns-2-copy {
    padding-left: 0;
    padding-right: 0;
  }

  .section-copy {
    padding-top: 0;
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 479px) {
  .main-heading {
    font-size: 3.5rem;
    line-height: 105%;
  }

  .grey-icon-wrapper {
    display: block;
  }

  .grey-icon-wrapper.push-top {
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .footer-text {
    padding-right: 0;
  }

  .form-wrapper {
    padding-left: 5%;
    padding-right: 5%;
  }

  .menu-button {
    margin-top: 5px;
  }

  .screenshot {
    margin-bottom: 20px;
    padding-top: 10px;
  }

  .paragraph-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-3.contactdetails {
    font-size: 1rem;
  }

  .columns {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-2 {
    padding-left: 10px;
  }

  .columns-2 {
    width: 100%;
  }

  .column-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .form-block {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 10px;
    display: flex;
  }

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

  .form {
    width: 100%;
  }

  .cta-icon-wrapper {
    margin-bottom: 20px;
  }

  .cta-block {
    flex-flow: column;
    justify-content: flex-start;
    padding-top: 10px;
  }

  .div-block-4 {
    flex-flow: column-reverse wrap;
  }

  .paragraph-4 {
    text-align: center;
    width: 100%;
    max-width: 266px;
    font-size: 14px;
    line-height: 25px;
  }

  .div-block-3 {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 20px;
  }

  .job-category {
    font-size: 15px;
  }

  .div-block-3-copy {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 20px;
    display: block;
  }

  .columns-2-copy {
    width: 100%;
  }
}


