.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

body {
  height: 100%;
  font-family: Lato, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

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

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

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

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

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

p {
  margin-bottom: 10px;
  color: #5a5a5a;
  font-size: 18px;
  line-height: 30px;
}

a {
  text-decoration: underline;
}

img {
  display: inline-block;
  max-width: 100%;
}

blockquote {
  margin-bottom: 10px;
  padding: 10px 20px;
  border-left: 5px solid #e2e2e2;
  font-size: 18px;
  line-height: 22px;
}

.section {
  position: relative;
}

.section.hero-section {
  height: 100%;
  background-color: #fff;
  background-image: none;
}

.section.about-section {
  overflow: hidden;
  background-color: #f5f5f5;
}

.section.case-studies-section {
  overflow: hidden;
  padding-top: 649px;
}

.section.our-team-section {
  overflow: hidden;
  background-color: #f5f5f5;
}

.section.case-studies {
  height: 700px;
  background-color: #000;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.section.our-team-hero {
  height: 450px;
  background-color: #000;
}

.section.team-members-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.all-case-studies-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.author-hero {
  height: auto;
  background-color: #000;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.section.team-member-hero {
  background-color: #000;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.section.blog-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section.pricing-section {
  overflow: hidden;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #242424;
  color: #fff;
  text-align: center;
}

.section.quote-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.section.blog-posts-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.categories-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.blog-hero {
  height: 700px;
  background-color: #000;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.section.plans-section {
  padding-top: 110px;
  padding-bottom: 110px;
}

.section.contact-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.navbar {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fff;
  box-shadow: 0 0 50px -37.5px #000;
}

.site-title {
  margin-top: 14px;
  float: left;
  color: #fff;
  font-size: 25px;
  line-height: 25px;
  font-weight: 800;
}

.site-logo {
  margin: 22px;
  padding: 0px;
  float: left;
}

.navbar-container {
  text-align: center;
}

.nav-menu {
  float: none;
}

.nav-contact {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  float: right;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-icon {
  display: none;
  margin-top: 0px;
  margin-right: 15px;
}

.twitter-icon {
  position: relative;
  top: 3px;
}

.phone-icon {
  margin-top: 4px;
  margin-right: 35px;
  margin-left: 0px;
  padding-right: 0px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.phone-icon:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.nav-link {
  margin-right: 2px;
  margin-left: 2px;
  padding: 18px 15px 16px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #e0e0e0;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
}

.nav-link:hover {
  opacity: 0.8;
}

.nav-link.w--current {
  padding-top: 16px;
  border-top: 2px solid #fff;
  color: #fff;
}

.hero-container {
  position: relative;
  top: 35%;
  text-align: center;
}

.hero-container.home {
  top: 41%;
}

.hero-container.author-page {
  padding-top: 129px;
  padding-bottom: 95px;
}

.hero-container.team-page {
  padding-top: 135px;
  padding-bottom: 90px;
}

.hero-heading {
  margin-top: 0px;
  color: #000;
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
  text-transform: uppercase;
}

.hero-heading.line-heading {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.17);
}

.hero-sub-heading {
  margin-bottom: 20px;
  color: #000;
  font-size: 25px;
  line-height: 25px;
  font-weight: 300;
}

.giant-heading {
  position: absolute;
  left: 0px;
  top: 0px;
  right: -50px;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #1a1a1a;
  font-size: 43vh;
  line-height: 43vh;
  text-align: right;
}

.giant-heading.faded {
  opacity: 0.05;
  color: #000;
}

.giant-heading.services {
  right: -91px;
}

.stroke-image {
  position: absolute;
  left: -26%;
  top: 12%;
  right: 0px;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.intro-paragraph {
  position: relative;
  display: block;
  max-width: 666px;
  margin-top: 606px;
  margin-bottom: 265px;
  font-size: 30px;
  line-height: 36px;
  font-weight: 100;
}

.intro-paragraph.our-team-intro {
  margin-top: 0px;
  margin-bottom: 25px;
}

.intro-paragraph.pricing-p {
  display: block;
  margin: 0px auto 20px;
}

.feature-strip {
  position: relative;
  background-color: #000;
}

.feature-strip.grey {
  background-color: #000;
  background-image: none;
}

.circle-icon {
  display: block;
  width: 130px;
  height: 130px;
  margin-right: auto;
  margin-bottom: 35px;
  margin-left: auto;
  padding-top: 17px;
  border-radius: 50%;
  background-color: hsla(0, 0%, 100%, 0);
  opacity: 1;
  text-align: center;
}

.column-heading {
  width: 70%;
  margin-bottom: 10px;
  color: #000;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.column-heading.black {
  margin-bottom: 20px;
  color: #353535;
}

.column-paragraph {
  display: block;
  height: 90px;
  max-width: 300px;
  margin-right: auto;
  margin-left: auto;
  color: #000;
  font-size: 15px;
  line-height: 21px;
  font-weight: 300;
  text-align: center;
}

.about-container {
  text-align: left;
}

.shapes-wrapper {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  overflow: hidden;
  height: 100%;
  background-color: rgba(20, 20, 20, 0);
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.large-circle {
  position: absolute;
  left: -65px;
  top: -105px;
  opacity: 0.5;
}

.large-hexagon {
  position: absolute;
  left: 6%;
  top: 6%;
  opacity: 0.8;
}

.small-hexagon {
  position: absolute;
  left: 50px;
  bottom: 75px;
  opacity: 0.5;
}

.small-circle {
  position: absolute;
  left: 30%;
  bottom: -30px;
  opacity: 0.3;
}

.small-triangle {
  position: absolute;
  left: 100px;
  right: 0px;
  bottom: 27%;
  display: block;
  margin-right: auto;
  margin-left: auto;
  opacity: 0.39;
}

.medium-circle {
  position: absolute;
  top: -95px;
  right: 19%;
  opacity: 0.6;
}

.large-square {
  position: absolute;
  top: 30%;
  right: -100px;
  opacity: 0.5;
}

.large-triangle {
  position: absolute;
  right: -2%;
  bottom: -21%;
  opacity: 0.37;
}

.color-text {
  color: #2399ee;
}

.wide-container {
  position: relative;
  max-width: 1200px;
}

.half-wide-collection-wrapper {
  width: 50%;
  margin-bottom: 65px;
}

.study-grid-image {
  position: relative;
  width: 100%;
  height: 350px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.study-grid-image:hover {
  opacity: 0.75;
}

.grid-title {
  position: relative;
  margin-top: 25px;
  margin-bottom: 15px;
  font-size: 25px;
  line-height: 25px;
  font-weight: 700;
}

.study-grid-summary {
  font-size: 30px;
  line-height: 36px;
  font-weight: 100;
}

.study-grid-summary.small {
  color: #7a7a7a;
  font-size: 20px;
  line-height: 26px;
  font-weight: 300;
}

.study-grid-item {
  margin-bottom: 65px;
  -webkit-perspective: 1035px;
  perspective: 1035px;
}

.study-grid-item.wide {
  padding-right: 15px;
  padding-left: 15px;
}

.show-more-studies {
  position: relative;
  overflow: hidden;
  width: 49%;
  height: 350px;
  margin-top: -593px;
  padding-top: 162px;
  float: right;
  background-color: #eee;
  -webkit-transition: opacity 200ms ease, -webkit-transform 200ms ease;
  transition: opacity 200ms ease, -webkit-transform 200ms ease;
  transition: opacity 200ms ease, transform 200ms ease;
  transition: opacity 200ms ease, transform 200ms ease, -webkit-transform 200ms ease;
  font-size: 25px;
  line-height: 25px;
  text-align: center;
  text-decoration: none;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.show-more-studies:hover {
  opacity: 0.8;
  -webkit-transform: perspective(957px) translate3d(0px, 0px, -15px);
  transform: perspective(957px) translate3d(0px, 0px, -15px);
}

.show-more-studies:active {
  opacity: 1;
}

.view-all-arrow {
  position: absolute;
  top: -88px;
  right: -85px;
  color: #b6b6b6;
  font-size: 103vh;
  line-height: 40vh;
  font-weight: 100;
}

.view-all-case-studies {
  position: static;
  color: #7c7c7c;
}

.read-case-study {
  position: absolute;
  right: 25px;
  bottom: -31px;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background-image: url('../images/eye.svg'), linear-gradient(135deg, #3daeff, #00fdf5);
  background-position: 50% 50%, 0px 0px;
  background-size: 32px, auto;
  background-repeat: no-repeat, repeat;
  box-shadow: 0 0 27px 0 rgba(26, 26, 26, 0.16);
  text-align: center;
}

.read-case-study:hover {
  opacity: 0.87;
}

.study-dynamic-item {
  position: relative;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  cursor: pointer;
}

.button {
  position: relative;
  background-color: #fa5c81;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

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

.button.team-button {
  margin-bottom: 380px;
}

.button.learn-more {
  margin-top: 8px;
}

.button.learn-more.team-member {
  margin-top: 40px;
}

.button.read-button {
  display: block;
  width: 132px;
  margin-top: 35px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.button.read-button.blue {
  width: 150px;
  margin-top: 100px;
  border: 1px solid #000;
  background-color: #fff;
  color: #000;
}

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

.button.pricing-button {
  margin-top: 30px;
}

.team-grid-homepage-wrapper {
  max-width: 35%;
  margin-top: 355px;
  margin-bottom: 12px;
}

.team-image {
  display: block;
  margin-right: auto;
  margin-left: auto;
  border-radius: 50%;
}

.case-study-hero-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.84);
}

.hero-meta {
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
  color: #b4b4b4;
  font-size: 17px;
  font-weight: 200;
}

.hero-meta.tag {
  position: relative;
  top: -2px;
  margin-bottom: 5px;
  padding: 5px 10px;
  border: 1px solid hsla(0, 0%, 85.9%, 0.24);
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
}

.rich-text-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.header {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 99999;
  margin-bottom: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fff;
  box-shadow: 1px 1px 3px -7px #000;
}

.footer-section {
  position: relative;
  padding: 100px 20px;
  background-color: #fff;
  color: #000;
  font-size: 16px;
  font-weight: 200;
  text-align: center;
}

.team-member-avatar {
  width: 150px;
  border-radius: 50%;
}

.team-member-dynamic-item {
  text-align: center;
}

.team-member-name {
  margin-top: 40px;
  font-size: 16px;
  font-weight: 700;
}

.job-title {
  margin-bottom: 10px;
  color: #b9b9b9;
  font-size: 12px;
}

.darken-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
}

.author-avatar {
  width: 85px;
  margin-bottom: 15px;
  border-radius: 50%;
}

.rich-text-narrow {
  padding-right: 75px;
  padding-left: 75px;
}

.rich-text-narrow h2 {
  margin-top: 45px;
  margin-bottom: 15px;
  color: #000;
}

.rich-text-narrow h4 {
  margin-top: 30px;
  margin-bottom: 15px;
}

.rich-text-narrow blockquote {
  margin-top: 45px;
  margin-bottom: 45px;
  font-size: 24px;
  line-height: 33px;
  font-style: italic;
  font-weight: 300;
}

.rich-text-narrow img {
  margin-top: 40px;
  margin-bottom: 40px;
}

.rich-text-narrow a {
  color: #3daeff;
}

.rich-text-narrow h3 {
  margin-top: 30px;
  margin-bottom: 15px;
}

.rich-text-narrow h6 {
  margin-top: 15px;
}

.rich-text-narrow li {
  margin-top: 5px;
  margin-bottom: 5px;
  color: #7a7a7a;
  font-size: 16px;
}

.blog-grid-image {
  width: 100%;
  height: 250px;
  margin-bottom: 25px;
  background-color: #d3d3d3;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.blog-grid-link {
  display: block;
  margin-bottom: 15px;
  color: #333;
  text-decoration: none;
}

.giant-price-circle {
  position: relative;
  display: block;
  width: 250px;
  height: 250px;
  margin-right: auto;
  margin-bottom: 55px;
  margin-left: auto;
  padding-top: 113px;
  border: 4px solid #fff;
  border-radius: 50%;
  color: #fa5c81;
  font-size: 75px;
  font-weight: 300;
  text-align: center;
}

.quote {
  padding-top: 125px;
  border-left-width: 1px;
  color: #fff;
  font-size: 30px;
  line-height: 36px;
  font-weight: 100;
}

.category-dropdown {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -24px;
  width: 225px;
  border-radius: 3px;
  background-color: #fa5c81;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.category-toggle {
  padding-top: 15px;
  padding-bottom: 15px;
  color: #fff;
}

.category-dropdown-list {
  background-color: #fa5c81;
}

.category-dropdown-list.w--open {
  top: 47px;
}

.category-link {
  display: block;
  padding: 10px 15px;
  border-bottom: 1px solid #e45073;
  color: #fff;
  font-weight: 300;
  text-align: left;
  text-decoration: none;
}

.category-link.view-all-link {
  border-bottom-color: #cc395b;
  color: #b32d4c;
  font-weight: 400;
}

.price-circle {
  display: block;
  width: 150px;
  height: 150px;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  padding-top: 64px;
  border-radius: 50%;
  background-color: #363636;
  color: #fff;
  font-size: 50px;
  font-weight: 300;
  text-align: center;
}

.price-wrapper {
  padding-top: 50px;
  padding-bottom: 50px;
  border: 1px solid #ececec;
  border-radius: 3px;
}

.price-item {
  margin-top: 5px;
  margin-bottom: 5px;
  color: #7c7c7c;
  font-size: 15px;
  font-weight: 300;
  text-align: center;
}

.form-field {
  height: 55px;
  border: 1px solid #e2e2e2;
  border-radius: 3px;
}

.text-area {
  min-height: 100px;
  border: 1px solid #e2e2e2;
  border-radius: 3px;
}

.oops {
  padding-top: 20px;
  text-align: center;
}

.thanks {
  padding-top: 28px;
  background-color: #fa5c81;
  font-size: 18px;
  font-weight: 300;
}

.contact-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #000;
  color: #000;
  line-height: 27px;
  font-weight: 300;
  text-align: center;
}

.blog-grid {
  -webkit-perspective: 929px;
  perspective: 929px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  cursor: pointer;
}

.blog-grid:hover {
  opacity: 0.8;
}

.nudge-icon-left {
  margin-right: 2px;
}

.feature-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 125px;
  padding-bottom: 125px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: auto;
}

.feature-column.middle {
  background-color: rgba(0, 0, 0, 0.08);
}

.feature-column.middle.dark {
  background-color: hsla(0, 0%, 100%, 0.08);
  background-image: none;
  color: #3daeff;
}

.feature-column.third {
  background-image: none;
}

.feature-column.first {
  background-image: none;
}

.back-arrow {
  position: relative;
  top: 2px;
}

.form-success-paragraph {
  color: #fff;
}

.brand {
  padding-left: 20px;
}

.brand.w--current {
  padding-left: 0px;
}

.button-2 {
  background-color: #000;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

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

.text-block {
  font-size: 30px;
}

.text-block-2 {
  font-size: 30px;
}

.text-block-3 {
  font-size: 30px;
}

.text-block-4 {
  font-size: 30px;
}

.text-block-5 {
  font-size: 14px;
  line-height: 21px;
  font-weight: 300;
  text-align: left;
}

.heading {
  margin-top: 0px;
  margin-bottom: 40px;
  text-transform: uppercase;
}

.bold-text {
  color: #97070c;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
}

.grid {
  width: 100%;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.html-embed {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 99999;
  height: 400px;
}

.text-block-6 {
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}

.html-embed-2 {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  width: 300px;
  height: 400px;
  background-color: hsla(0, 0%, 100%, 0);
}

.image {
  width: 120px;
}

.image-2 {
  width: 180px;
}

.image-3 {
  width: 200px;
}

.image-4 {
  width: 400px;
}

.image-4.first {
  width: 80px;
}

.link {
  margin-bottom: 5px;
  color: #000;
  font-weight: 400;
  text-decoration: none;
}

.link:hover {
  text-decoration: underline;
}

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  text-align: center;
}

.column-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
}

.link-2 {
  color: #000;
  line-height: 25px;
  font-weight: 400;
  text-decoration: none;
}

.link-2:hover {
  text-decoration: underline;
}

.bold-text-2 {
  line-height: 20px;
}

.columns-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container {
  padding: 30px;
  background-color: #fff;
}

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

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

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

.submit-button {
  background-color: #97070c;
}

.button-3 {
  background-color: #97070c;
}

.div-block {
  margin-bottom: 20px;
}

.link-3 {
  color: #000;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}

.columns-3 {
  background-color: #fff;
  box-shadow: 0 0 50px -37.5px #000;
}

.image-5 {
  max-width: 140%;
  margin: -8px -13px 10px;
  padding-top: 0px;
}

.image-6 {
  margin-bottom: 35px;
  padding: 36px 36px 35px;
}

.columns-4 {
  width: 100%;
}

.column-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  height: 300px;
  padding: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 0px;
  box-shadow: 1px 1px 3px 0 #000;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  height: 300px;
  padding: 50px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 0px;
  box-shadow: 0 0 50px -37.5px #000;
}

.footer {
  padding-top: 60px;
  padding-bottom: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
}

.footer-flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: left;
}

.footer-logo-link {
  max-height: 60px;
  min-width: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer-image {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: auto;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.footer-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5;
}

.footer-link {
  display: block;
  margin-bottom: 10px;
  color: #444;
  text-decoration: none;
}

.footer-link:hover {
  text-decoration: underline;
}

.link-4 {
  color: #000e37;
  letter-spacing: 1px;
  text-decoration: none;
}

.footer-social-buttons-grid {
  padding-top: 50px;
  padding-bottom: 50px;
  grid-column-gap: 12.5px;
  grid-row-gap: 0px;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  cursor: default;
}

.div-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.link-5 {
  color: #000e37;
  font-weight: 700;
  text-align: right;
  letter-spacing: normal;
  text-decoration: none;
  text-indent: 0px;
  cursor: pointer;
}

.link-5:hover {
  color: #22427c;
}

.footer-grid {
  width: 100%;
  margin-bottom: 60px;
  padding-right: 50px;
  padding-bottom: 60px;
  padding-left: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 25px;
  grid-row-gap: 12.5px;
  -ms-grid-columns: 1fr auto 1fr;
  grid-template-columns: 1fr auto 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.text-block-7 {
  color: #000e37;
  font-size: 12px;
  text-align: right;
  letter-spacing: 1px;
}

.div-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #000e37;
}

.bold-text-5 {
  color: #000e37;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: normal;
  text-decoration: none;
  cursor: pointer;
}

.bold-text-5:hover {
  color: #22427c;
}

.bold-text-6 {
  color: #000e37;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
  text-transform: uppercase;
}

.button-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 25px;
  background-color: #000;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  cursor: pointer;
}

.button-social:hover {
  background-color: rgba(0, 0, 0, 0.58);
  color: #fff;
}

.horizontal-line {
  width: 100%;
  height: 1px;
  background-color: rgba(3, 43, 64, 0.1);
}

.link-6 {
  color: #000e37;
  font-weight: 700;
  letter-spacing: normal;
  text-decoration: none;
  text-indent: 0px;
}

.link-6:hover {
  color: #006cff;
}

.bold-text-7 {
  font-weight: 300;
  text-decoration: none;
}

.image-7 {
  max-width: 50%;
}

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

@media screen and (max-width: 991px) {
  .section.case-studies-section {
    padding-top: 450px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .section.our-team-section {
    padding-left: 20px;
  }

  .section.author-hero {
    height: auto;
  }

  .section.blog-section {
    padding-top: 60px;
    padding-bottom: 80px;
  }

  .section.quote-section {
    height: auto;
  }

  .section.contact-section {
    padding-left: 20px;
  }

  .nav-menu {
    padding-bottom: 20px;
    background-color: #141414;
  }

  .nav-contact {
    margin-top: 5px;
  }

  .contact-icon {
    display: block;
    margin-top: 10px;
  }

  .nav-link.w--current {
    border-top-width: 0px;
    font-weight: 700;
  }

  .hero-container.author-page {
    top: auto;
  }

  .hero-heading {
    font-size: 50px;
    line-height: 50px;
  }

  .hero-sub-heading {
    line-height: 31px;
  }

  .giant-heading {
    font-size: 30vh;
    line-height: 30vh;
  }

  .giant-heading.faded {
    right: -34px;
    margin-top: 53px;
    padding-top: 0px;
    font-size: 23vh;
    line-height: 25vh;
  }

  .giant-heading.services {
    right: -34px;
    font-size: 22vh;
  }

  .stroke-image {
    top: 8%;
  }

  .intro-paragraph {
    max-width: 455px;
    margin-top: 331px;
    margin-bottom: 200px;
  }

  .half-wide-collection-wrapper {
    width: 100%;
  }

  .show-more-studies {
    margin-top: -628px;
  }

  .button.team-button {
    margin-bottom: 280px;
  }

  .team-grid-homepage-wrapper {
    margin-top: 82px;
  }

  .quote {
    margin-bottom: 90px;
    padding-top: 90px;
  }

  .menu-button {
    margin-right: 20px;
    background-color: #1b1b1b;
    color: #fff;
    font-size: 27px;
  }

  .menu-button.w--open {
    background-color: #141414;
  }

  .columns-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .column-3 {
    margin-bottom: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .column-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .section.case-studies-section {
    padding-top: 345px;
  }

  .section.our-team-section {
    padding-right: 20px;
  }

  .section.author-hero {
    height: auto;
  }

  .section.blog-posts-section {
    padding-bottom: 50px;
  }

  .section.contact-section {
    padding-left: 0px;
  }

  .hero-container {
    top: 28%;
  }

  .hero-container.home {
    top: 33%;
  }

  .hero-heading.line-heading {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }

  .hero-sub-heading {
    font-size: 20px;
    line-height: 27px;
  }

  .giant-heading.faded {
    right: -25px;
    margin-top: 71px;
    font-size: 16vh;
    line-height: 18vh;
  }

  .giant-heading.faded.blog {
    right: -32px;
    font-size: 10vh;
    line-height: 10vh;
  }

  .giant-heading.services {
    right: -33px;
    font-size: 17vh;
  }

  .stroke-image {
    top: 6%;
  }

  .intro-paragraph {
    max-width: 327px;
    font-size: 20px;
    line-height: 26px;
  }

  .intro-paragraph.our-team-intro {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .about-container {
    padding-left: 20px;
  }

  .half-wide-collection-wrapper {
    width: 100%;
  }

  .show-more-studies {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 50px;
  }

  .button.team-button {
    display: block;
    width: 130px;
    margin-right: auto;
    margin-bottom: 100px;
    margin-left: auto;
  }

  .button.learn-more.team-member {
    margin-bottom: 50px;
  }

  .button.read-button.blue {
    margin-top: 40px;
    margin-bottom: 50px;
  }

  .button.read-button.blue.third {
    margin-top: 20px;
  }

  .team-grid-homepage-wrapper {
    max-width: 35100%;
  }

  .team-image {
    margin-bottom: 25px;
  }

  .blog-grid-link {
    margin-bottom: 50px;
  }

  .quote {
    border-left-width: 0px;
    font-size: 24px;
  }

  .price-wrapper {
    display: block;
    max-width: 300px;
    margin-right: auto;
    margin-bottom: 25px;
    margin-left: auto;
  }

  .contact-text {
    margin-top: 20px;
    margin-bottom: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .feature-column {
    padding-top: 100px;
    padding-bottom: 90px;
  }

  .feature-column.middle.dark {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .feature-column.third {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .feature-column.first {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .text-block-5 {
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
  }

  .column {
    margin-top: 20px;
    margin-bottom: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .column-2 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

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

  .container {
    display: block;
  }

  .div-block-2 {
    width: 90%;
  }

  .div-block-3 {
    width: 90%;
  }

  .footer {
    padding: 40px 20px;
  }

  .footer-image {
    -o-object-fit: contain;
    object-fit: contain;
  }

  .link-5 {
    text-align: center;
  }

  .footer-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-10 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (max-width: 479px) {
  .section.case-studies-section {
    padding-top: 210px;
  }

  .navbar {
    display: block;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .site-title {
    font-size: 22px;
  }

  .site-logo {
    margin: 10px 0px 0px 5px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-contact {
    margin-top: 0px;
  }

  .contact-icon {
    margin-right: 20px;
    margin-left: 0px;
  }

  .phone-icon {
    margin-top: 0px;
    margin-right: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .hero-container.home {
    top: 26%;
    margin-top: 40px;
  }

  .hero-heading {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 30px;
    line-height: 35px;
  }

  .hero-heading.line-heading {
    margin-bottom: 30px;
    padding-right: 4px;
    padding-bottom: 30px;
    padding-left: 4px;
    line-height: 47px;
  }

  .hero-sub-heading {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 17px;
    line-height: 23px;
  }

  .giant-heading.faded {
    right: -8px;
    margin-top: 60px;
    font-size: 9vh;
    line-height: 10vh;
  }

  .giant-heading.about-us {
    padding-right: 33px;
    font-size: 13vh;
    line-height: 13vh;
  }

  .giant-heading.services {
    right: -20px;
    font-size: 9vh;
  }

  .stroke-image {
    top: 2%;
  }

  .intro-paragraph.about-paragraph {
    margin-top: 260px;
    margin-bottom: 50px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
  }

  .column-paragraph {
    height: auto;
  }

  .about-container {
    padding-left: 0px;
  }

  .shapes-wrapper {
    height: auto;
    border-style: none;
    border-width: 1px;
    border-color: #000;
    background-color: #fff;
  }

  .half-wide-collection-wrapper {
    width: 100%;
  }

  .hero-meta.tag {
    margin-top: 15px;
  }

  .rich-text-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .rich-text-narrow {
    padding-right: 20px;
    padding-left: 20px;
  }

  .rich-text-narrow p {
    font-size: 16px;
    line-height: 28px;
  }

  .menu-button {
    margin-right: 14px;
    padding-right: 5px;
    padding-left: 5px;
    color: #fff;
  }

  .contact-text {
    position: relative;
    top: 9px;
  }

  .feature-column {
    padding-top: 40px;
    padding-bottom: 0px;
    border-bottom: 1px solid #fff;
  }

  .feature-column.middle.dark {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .feature-column.middle.dark.second {
    box-shadow: 0 0 50px -37.5px #000;
  }

  .feature-column.third {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .feature-column.first {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .team-avatar-item {
    text-align: center;
  }

  .brand.w--current {
    padding-left: 5px;
  }

  .heading {
    font-size: 34px;
    line-height: 40px;
    text-align: center;
  }

  .grid {
    display: -ms-grid;
    display: grid;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .image-4 {
    margin-bottom: 40px;
  }

  .div-block-2 {
    width: 100%;
    padding: 10px;
  }

  .div-block-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    padding: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer {
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
  }

  .footer-flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-logo-link {
    height: 60px;
  }

  .footer-heading {
    margin-top: 20px;
  }

  .link-4 {
    font-weight: 100;
  }

  .footer-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .text-block-7 {
    font-size: 10px;
    text-align: center;
  }

  .div-block-10 {
    font-weight: 300;
  }

  .bold-text-5 {
    font-weight: 300;
  }

  .bold-text-6 {
    font-weight: 300;
  }

  .bold-text-7 {
    font-weight: 300;
  }
}

#w-node-_1fd7e339-a822-a4fc-d7c9-570ecf5e798f-8e89ad6f {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_49a9e2ef-da11-e92d-31dd-6b08ac81e534-8e89ad6f {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_8dccab80-5769-acf4-2f1d-766d69f246d5-8e89ad6f {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
}