:root {
  --blue: #10b5bf;
  --light-blue: #10b5bf;
}

body {
  color: #333;
  flex-direction: column;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

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

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

p {
  margin-bottom: 10px;
}

.nav-wrapper {
  color: #fff;
  background-color: #000;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
}

.nav-cont {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  min-height: 70px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 18px;
  padding-bottom: 18px;
  display: flex;
}

.nav-logo-text {
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-size: 32px;
  line-height: 43px;
  display: none;
}

.nav-logo-text:hover {
  text-decoration: underline;
}

.css {
  display: none;
}

.nav-menu {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  font-weight: 700;
  display: flex;
}

.nav-menu.footer-menu {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  font-weight: 400;
  display: flex;
}

.nav-menu.footer-menu.footer-menu-terms {
  display: none;
}

.nav-menu-link.footer-menu-link-terms {
  margin-left: 0;
  margin-right: 20px;
}

.nav-menu-link.nav-menu-link-casestudy, .nav-menu-link.footer-menu-link.footer-menu-link-hidden, .nav-menu-link.nav-menu-link-hidden {
  display: none;
}

.section-wrapper {
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
}

.section-wrapper.footer-wrapper {
  margin-top: auto;
}

.section-wrapper.section-wrapper-first {
  margin-top: 85px;
  margin-bottom: 20px;
}

.section-cont {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.section-cont.footer-cont {
  justify-content: space-between;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.section-cont.section-cont-split {
  justify-content: space-between;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.section-cont.section-cont-split.section-cont-col-flipped {
  flex-direction: row-reverse;
}

.section-cont.section-cont-blogs {
  flex-direction: column;
  padding-top: 60px;
  padding-bottom: 80px;
}

.section-cont.section-cont-blogpost {
  flex-direction: column;
  max-width: 800px;
  padding-top: 10px;
  padding-bottom: 80px;
}

.section-cont.section-cont-verticle {
  flex-direction: column;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 80px;
  display: flex;
}

.section-cont.section-cont-terms {
  max-width: 1160px;
  padding-top: 20px;
  padding-bottom: 100px;
}

.footer-copyright {
  margin-bottom: 40px;
}

.section-cont-col {
  width: 50%;
  padding-left: 30px;
  padding-right: 30px;
}

.image-profile {
  object-fit: cover;
  border-radius: 8px;
  height: 410px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-profile.image-profile-mobileonly {
  display: none;
}

.image-profile.homepage-image {
  height: auto;
}

.header-margin-none {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
}

.header-margin-none.homepage-header {
  text-align: center;
  width: 36ch;
  margin-left: auto;
  margin-right: auto;
  font-weight: 300;
}

.header-margin-none.homepage-header.homepage-subheader {
  width: auto;
  margin-top: 22px;
  font-size: 20px;
  font-weight: 300;
}

.paragraph-large {
  margin-top: 45px;
  font-size: 16px;
  line-height: 22px;
}

.paragraph-large.paragraph-large-nomargin {
  margin-top: 0;
}

.button-wrapper {
  margin-top: 45px;
}

.button-wrapper.button-wrapper-casestudy {
  display: flex;
}

.button-wrapper.button-wrapper-casestudy.button-hide, .button-wrapper.button-wrapper-casestudy.button-hidden {
  display: none;
}

.button-wrapper.button-wrapper-small {
  margin-top: 20px;
}

.button-wrapper.button-wrapper-404 {
  margin-top: 30px;
}

.button {
  color: #fff;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  background-color: #10b5bf;
  border: 1px solid #0003;
  border-radius: 3px;
  flex: none;
  align-self: center;
  padding: 12px 48px;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  box-shadow: inset 0 1px #fff3;
}

.button:hover {
  background-color: #15bfc9;
  box-shadow: inset 0 2px 2px #ffffff38;
}

.button.button-small {
  color: #495a85;
  background-color: #f0f0f0;
  padding-left: 35px;
  padding-right: 35px;
  font-size: 13px;
  line-height: 24px;
}

.button.button-small:hover {
  background-color: #e4e4e4;
}

.button.wj-embed-button {
  white-space: normal;
  max-width: 100%;
}

.button.wj-embed-button.button-dark {
  box-shadow: none;
  color: #51e1e9;
  -webkit-text-stroke-color: #56e4ec;
  background-color: #000;
  padding-top: 16px;
  padding-bottom: 16px;
}

.blog-collection-wrapper {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.blog-collection-item {
  margin-bottom: 30px;
}

.blog-collection-item:last-child {
  margin-bottom: 0;
}

.blog-info-wrapper {
  color: #8f8f8ff2;
  align-items: baseline;
  margin-top: 8px;
  font-size: 16px;
}

.blog-info-text {
  display: inline;
}

.blog-item-header {
  color: #405cb3;
}

.blog-item-header:hover {
  text-decoration: underline;
}

.blog-item-thumbnail {
  width: 100%;
  margin-top: 30px;
}

.blog-item-desc {
  margin-top: 20px;
  font-size: 18px;
  line-height: 22px;
}

.blog-item-divider {
  border-top: 1px solid #0000001a;
  width: 100%;
  height: 0;
  margin-top: 80px;
  box-shadow: 0 2px 3px #0003;
}

.blog-thumbnail {
  width: 100%;
  margin-top: 50px;
}

.blog-body {
  margin-top: 60px;
  margin-bottom: -22px;
  font-size: 18px;
  line-height: 22px;
}

.blog-body p {
  margin-bottom: 22px;
}

.blog-author-wrapper {
  justify-content: space-between;
  margin-top: 35px;
  display: flex;
}

.blog-author-image {
  object-fit: cover;
  border-radius: 8px;
  width: 100px;
  height: 100px;
}

.blog-author-text {
  margin-left: 80px;
}

.blog-author-name {
  color: #3e4960;
  font-size: 24px;
  line-height: 30px;
}

.blog-author-bio {
  color: #757575;
  margin-top: 16px;
}

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

._404-desc {
  font-size: 16px;
  line-height: 22px;
}

._404-title {
  margin-bottom: 30px;
  font-size: 22px;
  line-height: 31px;
}

.header-404 {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 120px;
  line-height: 156px;
}

.terms-richtext {
  margin-top: 40px;
  font-size: 16px;
  line-height: 22px;
}

.terms-richtext h2 {
  margin-top: 44px;
  font-size: 16px;
  line-height: 22px;
}

.terms-richtext.terms-richtext-headerfirst {
  margin-top: 6px;
}

.html-embed {
  display: none;
}

.nav-logo-img-wrapper {
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-size: 32px;
  line-height: 43px;
  display: none;
}

.nav-logo-img-wrapper:hover {
  text-decoration: underline;
}

.nav-logo-img {
  height: 44px;
  display: block;
}

.nav-logo-text-wrapper {
  text-transform: uppercase;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  display: flex;
}

.text-block {
  color: #fff;
  margin-right: 1px;
  font-weight: 700;
}

.text-block-2 {
  color: var(--blue);
  font-family: Poppins, sans-serif;
  font-weight: 400;
}

.h1-bold {
  display: inline-block;
}

.collection-list {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-items: stretch;
  display: grid;
}

.test-grid-item-name {
  font-weight: 600;
}

.test-grid-item-author {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.test-grid-item-author-image {
  border-radius: 8px;
  width: 80px;
}

.collection-item {
  border: 1px solid #ddd;
  border-radius: 8px;
  flex-flow: column;
  padding: 20px;
  display: flex;
}

.test-header {
  text-align: center;
  margin: -40px auto 12px;
  font-size: 40px;
  line-height: 1.25em;
}

.test-wrapper {
  margin-top: 80px;
}

.text-block-4 {
  text-align: center;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
}

.test-button {
  color: #9a9a9a;
  cursor: pointer;
  margin-top: 20px;
  display: inline-block;
}

.test-full-wrapper {
  background-color: #0003;
  justify-content: center;
  align-items: center;
  padding-left: 80px;
  padding-right: 80px;
  display: none;
  position: fixed;
  inset: 0%;
}

.test-full-container {
  background-color: #fff;
  border-radius: 8px;
  width: 100%;
  max-width: 560px;
  padding: 30px;
  position: relative;
}

.test-full-close {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.rich-text-block {
  margin-bottom: auto;
}

.test-full-wrapper-close {
  position: absolute;
  inset: 0%;
}

@media screen and (max-width: 991px) {
  .nav-menu.footer-menu {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    display: flex;
  }

  .nav-menu-link {
    margin-left: 0;
  }

  .section-wrapper.section-wrapper-first {
    margin-top: 65px;
    margin-bottom: 30px;
  }

  .section-cont.footer-cont {
    flex-flow: column;
    align-items: center;
  }

  .section-cont.section-cont-split {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .image-profile {
    height: auto;
  }

  .header-margin-none.homepage-header {
    max-width: 100%;
    font-size: 24px;
    line-height: 32px;
  }

  .header-margin-none.homepage-header.homepage-subheader {
    width: 36ch;
  }

  .blog-author-text {
    margin-left: 60px;
  }

  .collection-list {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  .nav-cont {
    flex-direction: column;
    justify-content: center;
  }

  .nav-logo-text {
    margin-bottom: 20px;
  }

  .nav-menu {
    justify-content: center;
    display: none;
  }

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

  .nav-menu-link {
    white-space: nowrap;
  }

  .nav-menu-link.footer-menu-link-terms {
    margin-left: 20px;
    margin-right: 0;
  }

  .section-wrapper.footer-wrapper {
    margin-top: 40px;
  }

  .section-wrapper.section-wrapper-first {
    margin-top: 55px;
    margin-bottom: 55px;
  }

  .section-cont.footer-cont {
    flex-direction: column;
  }

  .section-cont.section-cont-split {
    flex-direction: column;
    padding-top: 0;
    padding-bottom: 40px;
  }

  .section-cont.section-cont-blogs, .section-cont.section-cont-blogpost {
    padding-bottom: 60px;
  }

  .footer-column {
    justify-content: center;
    margin-bottom: 30px;
    display: flex;
  }

  .footer-copyright {
    margin-bottom: 0;
  }

  .section-cont-col {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .section-cont-col.section-cont-col-desktoponly {
    display: none;
  }

  .image-profile.image-profile-mobileonly {
    margin-top: 30px;
    display: block;
  }

  .header-margin-none.homepage-header.homepage-subheader {
    width: 36ch;
    font-size: 18px;
    line-height: 24px;
  }

  .paragraph-large.paragraph-large-nomargin {
    margin-top: 45px;
  }

  .button-wrapper.button-wrapper-casestudy {
    flex-direction: column;
    align-items: center;
  }

  .blog-author-wrapper {
    flex-direction: column-reverse;
    align-items: center;
  }

  .blog-author-text {
    text-align: center;
    margin-bottom: 16px;
    margin-left: 0;
  }

  .html-embed {
    margin-top: 40px;
    margin-bottom: 0;
  }

  .nav-logo-img-wrapper {
    margin-bottom: 20px;
  }

  .nav-logo-text-wrapper {
    margin-top: 4px;
    margin-bottom: 0;
  }

  .nav-logo-text-wrapper.w--current {
    margin-top: 0;
  }

  .collection-list {
    grid-template-columns: 1fr;
  }

  .test-full-wrapper {
    padding-left: 60px;
    padding-right: 60px;
  }

  .test-full-close {
    width: 60px;
    height: 60px;
    font-size: 18px;
  }
}

@media screen and (max-width: 479px) {
  .nav-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .nav-menu {
    flex-wrap: wrap;
  }

  .nav-menu.footer-menu {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: baseline center;
    min-width: 50%;
    display: grid;
  }

  .nav-menu-link.footer-menu-link-terms {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-cont.section-cont-blogs, .section-cont.section-cont-blogpost {
    padding-bottom: 40px;
  }

  .footer-column {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
  }

  .footer-copyright {
    margin-bottom: 30px;
  }

  .image-profile.image-profile-mobileonly {
    object-position: 50% 0%;
    width: 100%;
    max-height: 80vw;
  }

  .header-margin-none {
    font-size: 28px;
    line-height: 37px;
  }

  .button-wrapper.button-wrapper-small {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .blog-item-divider {
    margin-top: 69px;
  }

  .blog-author-wrapper {
    margin-top: 40px;
  }

  .nav-logo-text-wrapper {
    grid-row-gap: 4px;
  }

  .test-header {
    font-size: 36px;
  }

  .test-full-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .test-full-close {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
}


