:root {
  --white: white;
  --black: black;
}

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

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

body {
  color: #1a1b1f;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 400;
  line-height: 62px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
}

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

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

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #1a1b1f;
  text-decoration: underline;
  transition: opacity .2s;
  display: block;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figcaption {
  opacity: 1;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.divider {
  height: 1px;
  background-color: #eee;
}

.styleguide-content-wrap {
  text-align: center;
}

.section {
  margin-left: 30px;
  margin-right: 30px;
}

.section.cc-cta {
  background-color: #03989e;
  padding-left: 80px;
  padding-right: 80px;
}

.styleguide-block {
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: block;
}

.container {
  width: 100%;
  max-width: 1140px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px;
}

.paragraph-tiny.cc-paragraph-tiny-light {
  opacity: .7;
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-light, .paragraph-bigger.cc-bigger-white-light {
  opacity: .6;
}

.paragraph-bigger.cc-bigger-light {
  opacity: .6;
  color: #fff;
  opacity: .6;
  color: #fff;
  opacity: .6;
  color: #fff;
}

.button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

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

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

.button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-jumbo-button.cc-jumbo-white {
  color: #03989e;
  background-color: #fff;
  border: 1px solid #fff;
}

.button.cc-jumbo-button.cc-jumbo-white:hover {
  background-color: #f1f1f1;
}

.button.cc-jumbo-button.cc-jumbo-white:active {
  background-color: #e1e1e1;
}

.button.cc-contact-us {
  z-index: 5;
  background-color: #03989e;
  position: relative;
}

.button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: rgba(255, 255, 255, .8);
}

.button.cc-white-button:active {
  background-color: rgba(255, 255, 255, .9);
}

.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.label.cc-styleguide-label {
  margin-bottom: 25px;
}

.label.cc-light {
  opacity: .6;
}

.label.cc-blog-date {
  opacity: .6;
  margin-top: 20px;
}

.label.cc-about-light {
  opacity: .6;
}

.label.cc-speaking-label {
  margin-top: 20px;
  margin-bottom: 10px;
}

.heading-jumbo-tiny {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.rich-text {
  width: 70%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text p {
  opacity: .6;
  margin-top: 15px;
  margin-bottom: 25px;
}

.rich-text figcaption {
  opacity: .6;
}

.rich-text figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

.paragraph-light {
  opacity: .6;
}

.paragraph-light.cc-position-name {
  margin-bottom: 5px;
}

.heading-jumbo {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: "Acherus Militant 1", sans-serif;
  font-size: 50px;
  font-weight: 300;
  line-height: 100px;
}

.heading-jumbo-small {
  text-align: center;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
  display: block;
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.styleguide-header-wrap {
  height: 460px;
  color: #fff;
  text-align: center;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

.paragraph-small {
  font-size: 14px;
  line-height: 26px;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.menu {
  z-index: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.navigation-wrap {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.navigation {
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  padding: 30px 50px;
  display: flex;
}

.navigation-item {
  opacity: .6;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.navigation-item:hover {
  opacity: .9;
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: 1;
  color: rgba(3, 152, 158, .8);
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #03989e;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.logo-image {
  display: block;
}

.navigation-items {
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-wrap {
  justify-content: center;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
}

.webflow-link {
  opacity: .5;
  align-items: center;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.webflow-link:hover {
  opacity: 1;
}

.webflow-link:active {
  opacity: .8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.cta-text {
  width: 70%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.cta-wrap {
  text-align: center;
  justify-content: center;
  padding-top: 110px;
  padding-bottom: 120px;
  display: flex;
}

.intro-header {
  height: 450px;
  color: #fff;
  background-color: #f4f4f4;
  background-image: linear-gradient(to bottom, #03989e 66%, #fff);
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
  display: flex;
}

.intro-header.cc-subpage {
  height: 400px;
  color: #fff;
  background-color: #000;
  background-image: linear-gradient(to bottom, #03989e 53%, #fff);
  margin-bottom: 100px;
}

.intro-content {
  width: 70%;
  max-width: 1140px;
  text-align: center;
}

.intro-content.cc-homepage {
  margin-bottom: 20px;
}

.motto-wrap {
  width: 80%;
  text-align: center;
  margin-bottom: 85px;
  margin-left: auto;
  margin-right: auto;
}

.about-story-wrap {
  width: 80%;
  text-align: center;
  margin: 80px auto;
}

.our-services-grid {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  text-align: left;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
  align-content: stretch;
  margin-bottom: 120px;
}

.section-heading-wrap {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 80px;
}

.service-icon {
  text-align: left;
  margin-bottom: 30px;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.status-message.cc-no-data {
  width: 70%;
  margin: 100px auto;
  display: block;
}

.contact-form-wrap {
  border: 1px solid #eee;
  padding: 45px 50px 50px;
}

.contact-form-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 2.5fr 1fr;
  align-items: start;
  margin-top: 100px;
  margin-bottom: 100px;
}

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

.get-in-touch-form {
  flex-direction: column;
  display: flex;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::-ms-input-placeholder {
  color: rgba(50, 52, 58, .4);
}

.text-field::placeholder {
  color: rgba(50, 52, 58, .4);
}

.text-field.cc-contact-field {
  margin-bottom: 25px;
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.contact-form {
  width: 100%;
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-form-heading-wrap {
  margin-bottom: 40px;
}

.contact-heading {
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 400;
}

.map {
  height: 460px;
  margin-bottom: 100px;
  line-height: 20px;
}

.contact-team-name-wrap {
  margin-bottom: 30px;
}

.our-contacts {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  text-align: center;
  grid-template: ". . ."
  / 1fr 1fr 1fr;
  margin-bottom: 120px;
}

.contact-team-details-wrap {
  margin-top: 30px;
}

.contact-team-pic {
  height: 150px;
  background-color: #f4f4f4;
  margin-bottom: 30px;
}

.team-pic {
  width: 100%;
  height: 420px;
  background-color: #f4f4f4;
  margin-bottom: 40px;
}

.team-members {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
  margin-bottom: 60px;
}

.team-member-title-wrap {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.team-member-name {
  opacity: 1;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.projects-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: "."
                 "."
                 "."
                 / 1fr;
  margin-bottom: 60px;
}

.project-name-wrap {
  width: 100%;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.project-name-link {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  text-decoration: none;
}

.project-name-link:hover {
  opacity: .8;
}

.project-name-link:active {
  opacity: .7;
}

.project-cover-link {
  margin-bottom: 40px;
}

.project-cover-link:hover {
  opacity: .8;
}

.project-cover-link:active {
  opacity: .7;
}

.intro-header-for-legal {
  height: 400px;
  color: #fff;
  background-color: #f4f4f4;
  background-image: linear-gradient(to top, #03989e 66%, #fff);
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
  display: flex;
}

.intro-header-for-legal.cc-project-2-header, .intro-header-for-legal.cc-project-3-header {
  background-image: linear-gradient(to top, #03989e 66%, #fff);
}

.project-details-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: start;
  margin-top: 100px;
  margin-bottom: 100px;
}

.project-pics {
  margin-bottom: 120px;
}

.detail-image {
  width: 100%;
  margin-bottom: 30px;
}

.blog-detail-header-wrap {
  width: 70%;
  margin: 60px auto;
}

.detail-header-image {
  width: 100%;
  height: 620px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  margin-bottom: 60px;
  display: block;
}

.detail-header-image.w--current {
  margin-bottom: 60px;
}

.blog-list-wrap {
  margin-bottom: 100px;
}

.blog-item {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.blog-preview-image {
  width: 100%;
  height: 620px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  margin-bottom: 45px;
  transition: opacity .6s;
  display: block;
}

.blog-preview-image:hover {
  opacity: .8;
}

.blog-preview-image:active {
  opacity: .7;
}

.blog-summary-wrap {
  width: 70%;
  text-align: left;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.blog-heading-link {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
  text-decoration: none;
}

.blog-heading-link:hover {
  opacity: .8;
}

.blog-heading-link:active {
  opacity: .7;
}

.contact-email-link {
  opacity: .6;
  margin-bottom: 5px;
}

.contact-email-link:hover {
  opacity: 1;
}

.contact-email-link:active {
  opacity: .8;
}

.protected-form {
  flex-direction: column;
  display: flex;
}

.protected-wrap {
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

._404-wrap {
  width: 100%;
  height: 100%;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.home-content-wrap {
  margin-top: 80px;
  margin-bottom: 120px;
}

.home-section-wrap {
  margin-bottom: 30px;
}

.section-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

.about-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: center;
  margin-bottom: 80px;
}

.about-grid.cc-about-2 {
  grid-template-columns: 2fr 1fr;
  grid-template-areas: ". .";
}

.intro-text {
  width: 80%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.collection-wrap {
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: center;
  align-items: flex-start;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.work-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

.blog-heading {
  text-align: center;
  margin-bottom: 60px;
}

.blog-preview-wrap {
  width: 33.33%;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 45px;
}

.collection-list-wrapper {
  margin-bottom: 120px;
}

.business-article-heading {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 38px;
  text-decoration: none;
}

.business-article-heading:hover {
  opacity: .8;
}

.business-article-heading:active {
  opacity: .7;
}

._w-lightbox-caption {
  background-color: rgba(0, 0, 0, .6);
}

.banner-announcement-2 {
  min-height: 56px;
  color: #fff;
  text-align: center;
  background-color: #737373;
  justify-content: center;
  align-items: center;
  padding: 16px 5%;
  display: flex;
}

.banner-container {
  width: 100%;
  max-width: 1140px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.banner-text-wrapper {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.paragraph-small-2 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.6;
}

.banner-button-2 {
  color: #fff;
  white-space: nowrap;
  background-color: #03989e;
  justify-content: center;
  align-items: center;
  padding: 4px 8px;
  font-size: 12px;
  line-height: 16px;
  text-decoration: none;
  transition: color .3s, background-color .3s;
  display: flex;
}

.banner-button-2:hover {
  color: #03989e;
  background-color: #fff;
}

.logo-grid {
  float: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: .25fr;
  grid-auto-flow: row;
  align-items: center;
  justify-items: center;
  margin-top: 64px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 14px;
  padding-right: 14px;
}

.logo-wrap {
  width: 100%;
  justify-content: center;
  padding: 10px;
  display: flex;
}

.paragraph-regular-2 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.paragraph-regular-2.text-color-gray-600 {
  color: #3e404c;
}

.testimonial-logo-wrap {
  width: 72px;
  height: 72px;
  background-color: #fff;
  border: 1px solid #ebebef;
  justify-content: center;
  align-items: center;
  margin-bottom: 64px;
  margin-right: 16px;
  display: flex;
}

.testimonial-slider-left-button {
  width: 48px;
  height: 48px;
  color: #d6d7e0;
  background-color: #fff;
  border: 1px solid #ebebef;
  justify-content: center;
  align-items: center;
  display: flex;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.testimonial-slider {
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
}

.testimonial-image-wrap {
  width: 100%;
  height: 100%;
  justify-content: flex-end;
  align-items: flex-end;
}

.title-wrap-center {
  max-width: 470px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 72px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.title-wrap-center.max-with-630 {
  max-width: 630px;
}

.testimonial-slider-right-button {
  width: 48px;
  height: 48px;
  color: #030407;
  background-color: #fff;
  border: 1px solid #ebebef;
  justify-content: center;
  align-items: center;
  transition: all .4s;
  display: flex;
  top: auto;
  bottom: 0%;
  left: 60px;
  right: auto;
}

.testimonial-slider-right-button:hover {
  background-color: #ebebef;
}

.testimonial-slider-right-button:active {
  background-color: #d6d7e0;
}

.image-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonial-content-wrap {
  max-width: 450px;
}

.testimonial-grid {
  height: 100%;
  grid-column-gap: 64px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.slide-nav-hidden {
  display: none;
}

.text-color-primary {
  color: #03989e;
}

.container-small {
  width: 100%;
  max-width: 960px;
  margin: -20px auto 100px;
  position: relative;
}

.testimonial-quote {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
}

.detail {
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.8;
}

.detail.text-color-primary {
  color: #03989e;
}

.detail.text-color-gray-400 {
  color: #84889a;
}

.detail.text-color-primary {
  color: #03989e;
  text-decoration: none;
}

.icon-regular {
  width: 24px;
  height: 24px;
  color: #03989e;
  justify-content: center;
  align-items: center;
  transition: color .2s;
  display: flex;
}

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

.icon-extra-large {
  width: 44px;
  height: 44px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-2 {
  margin-left: 30px;
  margin-right: 30px;
  padding-top: 0;
}

.section-2.cc-cta {
  background-color: #03989e;
  margin-top: 0;
  padding-left: 80px;
  padding-right: 80px;
}

.text-block {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 15px;
  font-family: "Acherus Militant 1", sans-serif;
  font-size: 36px;
  font-weight: 300;
  line-height: 50px;
}

.button-4 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #03989e;
  border: 1px solid #03989e;
  border-radius: 0;
  margin-top: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

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

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

.button-4.cc-jumbo-button {
  color: #03989e;
  background-color: #fff;
  border: 1px solid #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button-4.cc-jumbo-button:hover {
  color: #fff;
  background-color: #03989e;
}

.button-4.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button-4.cc-jumbo-button.cc-jumbo-white {
  color: #03989e;
  background-color: #fff;
}

.button-4.cc-jumbo-button.cc-jumbo-white:hover {
  color: #fff;
  background-color: #03989e;
  border: 1px solid #fff;
}

.button-4.cc-jumbo-button.cc-jumbo-white:active {
  background-color: #e1e1e1;
}

.button-4.cc-jumbo-button {
  color: #03989e;
  background-color: #fff;
  border: 1px solid #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button-4.cc-jumbo-button:hover {
  color: #fff;
  background-color: #03989e;
}

.button-4.cc-jumbo-button {
  color: #03989e;
  background-color: #fff;
  border: 1px solid #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button-4.cc-jumbo-button:hover {
  color: #fff;
  background-color: #03989e;
}

.button-4.cc-jumbo-button {
  color: #03989e;
  background-color: #fff;
  border: 1px solid #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button-4.cc-jumbo-button:hover {
  color: #fff;
  background-color: #03989e;
}

.button-4.cc-jumbo-button {
  color: #03989e;
  background-color: #fff;
  border: 1px solid #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button-4.cc-jumbo-button:hover {
  color: #fff;
  background-color: #03989e;
}

.footer-left-column {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.footer-social-links {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  display: flex;
}

.footer-section {
  border-top: 1px solid #ebebef;
  margin-top: 0;
  padding: 50px 3% 40px;
}

.container-regular {
  z-index: 1;
  width: 100%;
  max-width: 1140px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.footer-column {
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-legal-links {
  grid-column-gap: 48px;
  text-align: center;
  align-items: center;
  display: flex;
}

.footer-grid {
  grid-column-gap: 60px;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 100px;
  display: grid;
}

.button-primary {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #03989e;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
}

.button-primary:hover {
  color: #03989e;
  background-color: #fff;
  border: 1px solid #03989e;
}

.button-primary:active {
  background-color: #28257e;
}

.footer-bottom {
  border-top: 1px solid #ebebef;
  justify-content: space-between;
  align-items: center;
  padding-top: 42px;
  padding-bottom: 42px;
  display: flex;
}

.success-message {
  color: #fff;
  background-color: #03989e;
  padding-top: 32px;
  padding-bottom: 32px;
}

.foooter-right-column {
  width: 100%;
  max-width: 450px;
  color: #84889a;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.form-text-field {
  height: 48px;
  background-color: #fff;
  border: 1px #000;
  margin-bottom: 0;
  padding: 12px 18px;
  font-size: 15px;
  line-height: 24px;
  transition: border-color .2s;
}

.form-text-field:focus {
  border-color: #7e5ae2;
}

.footer-logo {
  float: left;
  margin-right: 25px;
}

.footer-social-link {
  flex: none;
}

.footer-form-block {
  margin-bottom: 0;
}

.footer-form {
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  display: flex;
}

.margin-bottom-16 {
  margin-bottom: 16px;
}

.footer-social {
  color: #84889a;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-social:hover {
  color: #03989e;
}

.error-message {
  background-color: #fcf2f2;
}

.footer-legal-text-wrapper {
  margin-top: 16px;
  margin-left: auto;
}

.footer-link {
  color: #030407;
  text-align: left;
  letter-spacing: -.02em;
  font-size: 14px;
  line-height: 28px;
  text-decoration: none;
  transition: color .2s;
}

.footer-link:hover, .footer-link.w--current:hover {
  color: #03989e;
}

.footer-logo-link {
  color: #1e1e48;
  margin-bottom: 48px;
  font-size: 34px;
  font-weight: 700;
  line-height: 50px;
  text-decoration: none;
  display: inline-block;
}

.margin-bottom-17 {
  margin-bottom: 16px;
}

.pricing-date-2 {
  color: #606476;
  margin-bottom: 10px;
}

.pricing-card-2 {
  border: 1px solid #ebebef;
  flex-direction: column;
  padding: 40px;
  display: flex;
}

.pricing-card-2.violet {
  border-top-width: 3px;
  border-top-color: #03989e;
  border-bottom-style: none;
  border-left-width: 1px;
  border-left-color: #03989e;
  border-right-style: solid;
  border-right-color: #03989e;
}

.section-heading-wrap-2 {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 80px;
  font-size: 30px;
  line-height: 40px;
}

.paragraph-regular {
  text-align: center;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.section-small {
  padding: 0 5% 64px;
  position: relative;
}

.pricing-price-wrap {
  grid-column-gap: 8px;
  align-items: flex-end;
  display: flex;
}

.heading-5 {
  text-align: center;
  margin-top: 100px;
}

.paragraph-large {
  color: #03989e;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.8;
}

.pricing-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-content: end;
  margin-top: 64px;
}

.margin-bottom-18 {
  margin-bottom: 16px;
}

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

.heading-4 {
  margin-left: 60px;
  margin-right: 60px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 40px;
}

.margin-bottom-29 {
  margin-bottom: 16px;
}

.div-block {
  text-align: center;
}

.image-3 {
  display: inline;
}

.margin-bottom-30 {
  margin-bottom: 16px;
}

.faq-block {
  cursor: pointer;
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: -10px;
  padding: 24px;
  display: flex;
}

.heading-6 {
  margin-bottom: -25px;
}

.faq-content {
  overflow: hidden;
}

.faq-paragraph {
  color: #3e404c;
  margin-top: 16px;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
}

.container-small-2 {
  width: 100%;
  max-width: 960px;
  margin: -20px auto 70px;
  position: relative;
}

.faq-header {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  display: flex;
}

.paragraph-light-2 {
  opacity: .6;
  text-align: center;
  margin-bottom: -130px;
  padding-bottom: 50px;
}

.our-services-grid-2 {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
  margin-top: -130px;
  margin-bottom: 120px;
  padding-top: 0;
}

.paragraph-bigger-2 {
  opacity: 1;
  color: #03989e;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.section-heading-wrap-3 {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 80px;
}

.paragraph-bigger-3 {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger-3.cc-bigger-light {
  opacity: .6;
  color: #fff;
  opacity: .6;
  color: #000;
  opacity: .6;
}

.paragraph-light-3 {
  opacity: .6;
  text-align: center;
  margin-bottom: -130px;
  padding-bottom: 50px;
}

.margin-bottom-31 {
  margin-bottom: 16px;
}

.paragraph-light-4 {
  opacity: .6;
  text-align: center;
  margin-bottom: -65px;
  text-decoration: none;
}

.paragraph-light-5, .paragraph-light-6 {
  opacity: .6;
  text-align: center;
  margin-bottom: -65px;
}

.div-block-2 {
  text-align: left;
}

.image-4 {
  height: 460px;
}

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

.main-heading-wrap {
  margin-bottom: 60px;
}

.main-paragraph-wrap {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-areas: ". .";
  margin-top: 60px;
  margin-bottom: 150px;
}

.paragraph-light-7, .paragraph-light-8 {
  opacity: .6;
  letter-spacing: 0;
  text-transform: none;
  font-size: 14px;
  line-height: 26px;
}

.paragraph {
  text-align: center;
}

.bold-text, .bold-text-2, .bold-text-3, .bold-text-4 {
  color: #03989e;
}

.text-span {
  color: #fff;
}

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

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

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

.testimonial-slide.left-border {
  border-left: 2px solid rgba(0, 0, 0, .04);
}

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

.section-3.grey {
  background-color: #f5f5f5;
  margin-bottom: 100px;
}

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

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

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

.arrow:hover {
  color: #333;
}

.testimonial-slider-2 {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
}

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

.italic-text, .italic-text-2, .italic-text-3, .italic-text-4, .italic-text-5, .italic-text-6 {
  color: #000;
}

.bold-text-5 {
  color: #03989e;
}

.header-badge {
  grid-column-gap: 12px;
  background-color: #f9f9fb;
  border-radius: 0;
  align-items: center;
  margin-bottom: 24px;
  padding: 8px 16px 8px 8px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  display: flex;
}

.margin-bottom-32 {
  margin-bottom: 16px;
}

.header-badge-light {
  color: #443fde;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 0;
  padding: 4px 8px;
  font-weight: 600;
}

.section-small-2 {
  padding: 64px 5%;
  position: relative;
}

.container-small-3 {
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.paragraph-large-2 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.8;
}

.blog-image-wrapper {
  height: 440px;
}

.blog-header-block {
  max-width: 560px;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 60px;
  display: flex;
}

.container-x-small {
  width: 100%;
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.rich-text-2, .rich-text-3 {
  z-index: 4;
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
}

.icon-regular-2 {
  width: 24px;
  height: 24px;
  justify-content: center;
  align-items: center;
  transition: color .2s;
  display: flex;
}

.content-wrapper {
  margin-bottom: 40px;
}

.form-field {
  height: 48px;
  border: 1px solid #ebebef;
  margin-bottom: 24px;
  padding: 12px;
}

.form-field:focus {
  border-color: #443fde;
}

.google-map {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.job-post-side-menu-card {
  border: 1px solid #f9f9fb;
  flex-direction: column;
  padding: 26px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 32px;
}

.job-post-header-wrap {
  grid-column-gap: 24px;
  align-items: center;
  margin-bottom: 32px;
  display: flex;
}

.job-post-divider {
  height: 1px;
  background-color: #f9f9fb;
  margin-top: 32px;
  margin-bottom: 32px;
}

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

.icon-wrap-large {
  width: 64px;
  height: 64px;
  background-color: #fff;
  border: 1px solid #ebebef;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.job-post-title-wrap {
  align-items: center;
  margin-top: 24px;
  margin-bottom: 24px;
  display: flex;
}

.button-primary-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #443fde;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
}

.button-primary-2:hover {
  background-color: #3935b6;
}

.button-primary-2:active {
  background-color: #28257e;
}

.subheading-small {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  text-decoration: none;
}

.icon-large {
  width: 32px;
  height: 32px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.detail-item {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.job-post-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  margin-top: -30px;
}

.application-form {
  flex-direction: column;
  display: flex;
}

.job-post-content {
  border: 1px solid #f9f9fb;
  padding: 40px 5%;
}

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

.success-message-2 {
  color: #fff;
  background-color: #4640de;
  padding-top: 32px;
  padding-bottom: 32px;
}

.application-form-title-wrapper {
  margin-top: 24px;
  margin-bottom: 24px;
  display: block;
}

.large-form-field {
  min-height: 180px;
  border: 1px solid #ebebef;
  margin-bottom: 32px;
  padding: 12px;
}

.large-form-field:focus {
  border-color: #443fde;
}

.business-name {
  color: #443fde;
}

.job-detail-wrap {
  grid-column-gap: 24px;
  white-space: nowrap;
  margin-top: 16px;
  display: flex;
}

.section-regular {
  padding: 100px 5%;
  position: relative;
}

.heading-7 {
  color: #000;
  font-weight: 400;
}

.heading-8 {
  color: #03989e;
  font-weight: 600;
  text-decoration: none;
}

.text-span-2, .text-span-3, .text-span-4, .text-span-5, .bold-text-6, .bold-text-7, .bold-text-8, .bold-text-9, .bold-text-10, .text-span-6, .text-span-7, .text-span-8, .bold-text-11, .bold-text-12, .bold-text-13, .bold-text-14, .bold-text-15, .bold-text-16, .bold-text-17, .bold-text-18, .bold-text-19, .bold-text-20, .bold-text-21, .bold-text-22, .bold-text-23, .bold-text-24, .bold-text-25, .bold-text-26, .bold-text-27, .bold-text-28, .bold-text-29, .bold-text-30, .bold-text-31, .bold-text-32, .bold-text-33, .bold-text-34, .bold-text-35, .bold-text-36, .bold-text-37, .bold-text-38, .bold-text-39, .bold-text-40, .bold-text-41, .bold-text-42, .bold-text-43, .bold-text-44, .bold-text-45, .bold-text-46, .bold-text-47, .bold-text-48, .bold-text-49, .bold-text-50, .bold-text-51, .bold-text-52, .bold-text-53, .bold-text-54, .bold-text-55 {
  color: #03989e;
}

.paragraph-2, .heading-9, .heading-10, .paragraph-3 {
  text-decoration: line-through;
}

.bold-text-56, .bold-text-57, .bold-text-58 {
  color: #03989e;
}

.paragraph-4 {
  color: #000;
  text-align: left;
}

.text-span-9, .bold-text-59, .bold-text-60, .bold-text-61 {
  color: #03989e;
}

.button-3 {
  background-color: #f8fafc;
  margin-top: 40px;
}

.button-5 {
  color: #fff;
  background-color: #03989e;
  border: 1px solid #03989e;
  margin-top: 40px;
  font-size: 20px;
  line-height: 30px;
  transition: background-color .4s, opacity .4s;
}

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

.bold-text-62, .bold-text-63, .bold-text-64, .bold-text-65 {
  color: #03989e;
}

.about-intro-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: center;
  margin-top: 100px;
  margin-bottom: 140px;
}

.hi-there-heading {
  color: #03989e;
  margin-top: 10px;
  margin-bottom: 20px;
}

.section-4 {
  margin-left: 30px;
  margin-right: 30px;
}

.service-name-text {
  opacity: .6;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 46px;
}

.skillset-wrap {
  padding-right: 60px;
}

.speaking-detail {
  opacity: .6;
  display: inline-block;
}

.reference-link {
  opacity: .6;
  font-size: 14px;
  line-height: 26px;
  text-decoration: none;
}

.reference-link:hover {
  opacity: 1;
  color: #03989e;
}

.reference-link:active {
  opacity: .9;
}

.speaking-text {
  margin-right: 8px;
  display: inline-block;
}

.speaking-text.cc-past-speaking {
  opacity: .6;
}

.skills-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 1fr;
  margin-bottom: 140px;
}

.services-items-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-areas: ". .";
  padding-top: 10px;
}

.social-media-heading {
  margin-bottom: 60px;
}

.featured-item-wrap {
  margin-bottom: 25px;
}

.personal-features-grid {
  grid-column-gap: 80px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-areas: ". ."
                       ". .";
  margin-top: -40px;
  margin-bottom: 110px;
}

.section-5 {
  margin-top: -40px;
  margin-left: 30px;
  margin-right: 30px;
}

.upcoming-wrap {
  margin-bottom: 40px;
}

.heading-11, .heading-12, .heading-13, .bold-text-66, .bold-text-67, .bold-text-68, .bold-text-69, .bold-text-70, .text-span-10, .text-span-11 {
  color: #03989e;
}

.position-name-text {
  color: #03989e;
  text-transform: none;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.heading-jumbo-2 {
  color: #03989e;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 64px;
  line-height: 80px;
}

.section-6 {
  margin-left: 30px;
  margin-right: 30px;
}

.project-overview-grid {
  grid-column-gap: 50px;
  grid-row-gap: 100px;
  grid-template: ". . . ."
                 ". . . ."
                 / 1fr 1fr 1fr 1fr;
  margin-top: 120px;
  margin-bottom: 135px;
}

.section-7 {
  margin-left: 30px;
  margin-right: 30px;
}

.project-description-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2.5fr;
  margin-top: 120px;
  margin-bottom: 120px;
}

.bold-text-71, .bold-text-72, .bold-text-73, .bold-text-74, .bold-text-75, .bold-text-76, .bold-text-77, .bold-text-78, .bold-text-79, .bold-text-80, .bold-text-81, .bold-text-82, .bold-text-83 {
  color: #03989e;
}

@media screen and (max-width: 991px) {
  .section.cc-cta {
    padding-left: 0;
    padding-right: 0;
  }

  .styleguide-block {
    text-align: center;
  }

  .button {
    justify-content: center;
  }

  .button.cc-contact-us {
    display: none;
  }

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .menu-icon {
    display: block;
  }

  .menu {
    margin-left: 30px;
    position: static;
  }

  .navigation-wrap {
    background-color: #fff;
  }

  .navigation {
    padding: 25px 30px;
  }

  .navigation-item {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .menu-button {
    padding: 0;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .navigation-items {
    background-color: #fff;
  }

  .cta-text {
    width: auto;
  }

  .cta-wrap {
    width: auto;
    padding: 80px 50px 90px;
  }

  .our-services-grid {
    width: 80%;
    text-align: center;
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .service-icon {
    display: inline-block;
  }

  .contact-form-grid {
    width: 80%;
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .get-in-touch-form {
    text-align: left;
  }

  .our-contacts {
    width: 80%;
    grid-template: "."
                   "."
                   "."
                   / 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .team-members {
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
  }

  .team-member-title-wrap {
    margin-bottom: 30px;
  }

  .project-details-grid {
    width: 80%;
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .blog-detail-header-wrap {
    width: 70%;
  }

  .detail-header-image {
    height: 460px;
  }

  .blog-item {
    width: 80%;
  }

  .blog-preview-image {
    height: 460px;
  }

  .blog-summary-wrap {
    width: 100%;
  }

  .about-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
  }

  .about-grid.cc-about-2 {
    grid-template-columns: 1fr;
    grid-template-areas: "."
                         ".";
  }

  .intro-text {
    width: auto;
  }

  .collection-wrap {
    flex-flow: column;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .blog-preview-wrap {
    width: 80%;
    text-align: center;
    padding-right: 15px;
  }

  .banner-container {
    justify-content: flex-start;
  }

  .testimonial-slider-left-button {
    top: 0%;
    bottom: auto;
    left: auto;
    right: 60px;
  }

  .testimonial-image-wrap {
    height: 450px;
    justify-content: center;
  }

  .testimonial-slider-right-button {
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .testimonial-grid {
    grid-template-columns: 1fr;
  }

  .section-2.cc-cta {
    padding-left: 0;
    padding-right: 0;
  }

  .button-4 {
    justify-content: center;
  }

  .footer-left-column {
    grid-template-columns: 1fr 1fr;
  }

  .footer-grid {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .foooter-right-column {
    max-width: 100%;
    align-items: flex-start;
  }

  .footer-form-block {
    width: 100%;
  }

  .footer-legal-text-wrapper {
    margin-left: 0;
  }

  .image-3 {
    text-align: right;
    display: inline-block;
  }

  .faq-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .our-services-grid-2 {
    width: 80%;
    text-align: center;
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .rich-text-2, .rich-text-3 {
    min-height: 160px;
  }

  .job-post-grid {
    grid-template-columns: 1fr;
  }

  .section-regular {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .about-intro-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
  }

  .about-head-text-wrap {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .service-name-text {
    font-size: 24px;
    line-height: 42px;
  }

  .skillset-wrap {
    padding-right: 0;
  }

  .skills-grid {
    width: 80%;
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .services-items-grid {
    grid-row-gap: 0px;
    grid-template: "."
                   "."
                   / 1fr;
    padding-top: 0;
  }

  .social-media-heading {
    width: 80%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .personal-features-grid {
    width: 80%;
    text-align: center;
    grid-template: "."
                   "."
                   "."
                   "."
                   / 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-jumbo-2 {
    font-size: 56px;
    line-height: 70px;
  }

  .project-overview-grid {
    width: 70%;
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   "."
                   / 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .project-description-grid {
    width: 80%;
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  .section {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section.cc-cta {
    padding: 15px;
  }

  .section.cc-home-wrap, .section.cc-store-home-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }

  .container {
    text-align: center;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .rich-text {
    width: 90%;
    max-width: 470px;
    text-align: left;
  }

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

  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

  .logo-link {
    padding-left: 0;
  }

  .navigation {
    padding: 20px 30px;
  }

  .cta-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .intro-content {
    width: 80%;
  }

  .our-services-grid {
    grid-row-gap: 60px;
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .status-message.cc-no-data {
    width: 80%;
    max-width: 470px;
  }

  .contact-form-wrap {
    padding: 30px;
  }

  .text-field.cc-contact-field, .text-field.cc-textarea {
    text-align: left;
  }

  .team-pic {
    height: 300px;
    margin-bottom: 30px;
  }

  .team-member-name {
    font-size: 16px;
    line-height: 28px;
  }

  .project-name-wrap {
    margin-bottom: 30px;
  }

  .project-name-link {
    font-size: 16px;
    line-height: 28px;
  }

  .detail-image {
    margin-bottom: 15px;
  }

  .blog-detail-header-wrap {
    width: 90%;
    max-width: 470px;
    text-align: left;
  }

  .blog-item {
    width: 90%;
    max-width: 470px;
  }

  .blog-summary-wrap {
    text-align: center;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .banner-announcement-2 {
    text-align: left;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .banner-container {
    grid-column-gap: 24px;
  }

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

  .section-2 {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section-2.cc-cta {
    padding: 15px;
  }

  .footer-social-links {
    margin-top: 20px;
    margin-bottom: 24px;
  }

  .footer-section {
    background-position: 0 100%, 70% 0;
  }

  .footer-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-bottom: 60px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    padding-bottom: 20px;
  }

  .footer-logo-link {
    margin-bottom: 40px;
  }

  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .image-3 {
    text-align: center;
    display: inline-block;
    overflow: visible;
  }

  .our-services-grid-2 {
    grid-row-gap: 60px;
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .paragraph-bigger-2, .paragraph-bigger-3 {
    font-size: 16px;
    line-height: 28px;
  }

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

  .main-paragraph-wrap {
    grid-row-gap: 30px;
    grid-template: "."
                   "."
                   / 1fr;
  }

  .testimonial-slide {
    width: 100%;
  }

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

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

  .about-head-text-wrap {
    width: 70%;
    max-width: 470px;
  }

  .section-4 {
    margin-left: 15px;
    margin-right: 15px;
  }

  .skills-grid {
    width: 70%;
    max-width: 470px;
    grid-template-columns: 1fr;
  }

  .social-media-heading, .personal-features-grid {
    width: 70%;
    max-width: 470px;
  }

  .section-5 {
    margin-left: 15px;
    margin-right: 15px;
  }

  .heading-jumbo-2 {
    font-size: 50px;
    line-height: 64px;
  }

  .section-6 {
    margin-left: 15px;
    margin-right: 15px;
  }

  .project-overview-grid {
    width: 80%;
    max-width: 470px;
    margin-top: 90px;
    margin-bottom: 95px;
  }

  .section-7 {
    margin-left: 15px;
    margin-right: 15px;
  }

  .project-description-grid {
    width: 70%;
    max-width: 470px;
    margin-top: 90px;
    margin-bottom: 85px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 52px;
  }

  .rich-text {
    width: 100%;
    max-width: none;
  }

  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }

  .menu {
    margin-left: 15px;
  }

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

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .cta-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .status-message.cc-no-data, .contact-form-grid {
    width: 100%;
  }

  .our-contacts {
    width: 90%;
  }

  .team-members {
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .project-details-grid {
    width: 100%;
  }

  .blog-detail-header-wrap, .blog-item {
    width: 100%;
    max-width: none;
  }

  .banner-button-2 {
    display: block;
  }

  .logo-grid {
    grid-template-columns: 1fr 1fr;
  }

  .footer-left-column {
    grid-column-gap: 20px;
    grid-template-columns: 1fr;
  }

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

  .footer-legal-links {
    grid-row-gap: 8px;
    flex-direction: column;
  }

  .button-primary {
    width: 100%;
  }

  .form-text-field {
    line-height: 24px;
  }

  .footer-form {
    max-width: 100%;
    flex-wrap: wrap;
  }

  .image-3 {
    margin-left: 0;
    display: inline-block;
  }

  .button-primary-2 {
    width: 100%;
  }

  .about-head-text-wrap {
    width: 100%;
    max-width: none;
  }

  .skills-grid {
    width: 100%;
    max-width: none;
    grid-template-columns: 1fr;
  }

  .social-media-heading, .personal-features-grid {
    width: 100%;
    max-width: none;
  }

  .heading-jumbo-2 {
    font-size: 36px;
    line-height: 48px;
  }

  .project-overview-grid, .project-description-grid {
    width: 100%;
    max-width: none;
  }
}

#w-node-_86e64837-0616-515b-4568-76c147234d34-f9891acd {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_86e64837-0616-515b-4568-76c147234d3f-f9891acd, #w-node-_5507fa4a-8b50-5568-5df0-1947972b61f8-f9891acd {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_86e64837-0616-515b-4568-76c147234d4c-f9891acd {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_7bb28d0b-319e-dee8-a959-72a66af88d25-f9891acd {
  justify-self: end;
}

#w-node-ddb339e5-97fc-b301-22e9-9efd4838fbe1-f9891ad0 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ddb339e5-97fc-b301-22e9-9efd4838fbe7-f9891ad0 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ddb339e5-97fc-b301-22e9-9efd4838fbed-f9891ad0 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-ddb339e5-97fc-b301-22e9-9efd4838fbf3-f9891ad0 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-ddb339e5-97fc-b301-22e9-9efd4838fbf9-f9891ad0 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-ddb339e5-97fc-b301-22e9-9efd4838fc00-f9891ad0 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-a4a26aad-d06e-ca31-5938-5f8b6f6d7ce4-f9891ad0 {
  justify-self: end;
}

#w-node-_3f61509a-fac7-b0d5-3763-509be705858e-f9891ad2 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3f61509a-fac7-b0d5-3763-509be70585a6-f9891ad2 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_783652ed-294b-a581-770e-9c52d96e770d-f9891ad2, #w-node-_50e2a0d8-7e3a-138b-6c72-b9e3a6b49a4f-f9891ad4, #w-node-_7a95d174-f8f4-7f12-38b4-74926e2c841c-f9891ad5, #w-node-_37cc1c4a-d124-e9f3-77cd-5925abb3c82a-f9891ad6 {
  justify-self: end;
}

#w-node-_6246c300-2083-3ab1-e59a-fab3c14156e5-f9891ad7 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_6246c300-2083-3ab1-e59a-fab3c14156eb-f9891ad7 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6246c300-2083-3ab1-e59a-fab3c14156f1-f9891ad7 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_6246c300-2083-3ab1-e59a-fab3c14156f7-f9891ad7 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_6246c300-2083-3ab1-e59a-fab3c14156fd-f9891ad7 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_6246c300-2083-3ab1-e59a-fab3c1415704-f9891ad7 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-e0ef7d16-275e-0068-dd44-4347b50274f6-f9891ad7 {
  justify-self: end;
}

#w-node-a7b802c9-8359-b5e9-392f-68feca78217b-f9891ad9, #w-node-a7b802c9-8359-b5e9-392f-68feca78218f-f9891ad9, #w-node-a7b802c9-8359-b5e9-392f-68feca7821a3-f9891ad9, #w-node-a7b802c9-8359-b5e9-392f-68feca7821c0-f9891ad9, #w-node-a7b802c9-8359-b5e9-392f-68feca7821d4-f9891ad9, #w-node-a7b802c9-8359-b5e9-392f-68feca7821e8-f9891ad9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_12744abc-10c3-4849-6588-1f687f905b66-f9891ad9 {
  justify-self: end;
}

#w-node-_3eff49e0-cf92-3091-26d0-c85a0b6cf449-34b5ed34 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e0540472-0f5d-95f9-5a87-4edce454726c-34b5ed34 {
  justify-self: end;
}

#w-node-ef058c96-dc05-e76b-332d-9852c148f4ca-2b89eeee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ca8c6c2c-62e6-7257-9f88-eb1b37daae32-2b89eeee {
  justify-self: end;
}

#w-node-eba9a3b1-5b3b-3691-4f79-dbf7b05315fb-97ecf9e6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b33b1af9-08e2-0cb8-7cc9-59669d4f1f8e-97ecf9e6 {
  justify-self: end;
}

#w-node-ddb09bf1-8177-2bd4-528b-8eaeac898474-40758d31 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_72614bb3-4396-21c7-7613-287584f57ccf-40758d31 {
  justify-self: end;
}

#w-node-_3710de4e-4d73-e8c9-7c38-12b03ab3e824-bfe065be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_80f07986-521f-94f7-3d33-5611f61b61f5-bfe065be {
  justify-self: end;
}

#w-node-_86eb513e-fe0a-5090-ee92-dda94a9a07ba-6464dd22 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_86e0704e-45e7-197e-d879-b7147b21311f-6464dd22, #w-node-_4f88a716-656d-86d9-9b26-4b528c56a09e-8de1678c, #w-node-_388dde61-4d6c-d133-3cec-f7bc59d85b2e-7ae4719a, #w-node-_9d3793e4-6680-df49-8f99-53ddc62db733-627935d9, #w-node-_4b1219c7-8c57-da14-497f-fc47cd07151a-f2e9f973, #w-node-_36ea1e12-4f4f-67b1-c209-2a5714909884-89b4dc41, #w-node-_43598c0f-a394-5b19-a7ca-661397418838-c9728296, #w-node-_0aeb8708-0e28-bab6-ded2-4ae5964e26a7-181c1367, #w-node-_59d0fcef-c11d-73b2-9b4e-d08a709e5865-69ce1e73 {
  justify-self: end;
}

#w-node-_8878cb62-4c59-67d6-36be-b9e7188f1eba-e69a8638 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_8878cb62-4c59-67d6-36be-b9e7188f1ec4-e69a8638 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_30e7f9e7-40b0-dbb3-9b51-0aeee4d75aab-e69a8638 {
  justify-self: end;
}

#w-node-b33013bb-f66e-e800-3dc9-b6d587333269-a6aed41a {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-b33013bb-f66e-e800-3dc9-b6d587333270-a6aed41a {
  grid-area: 1 / 2 / 2 / 3;
  align-self: auto;
}

#w-node-_0871da83-d1c4-0d86-de6f-4a2aea98afbf-a6aed41a {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_0871da83-d1c4-0d86-de6f-4a2aea98afc4-a6aed41a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_0871da83-d1c4-0d86-de6f-4a2aea98afc5-a6aed41a {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_0871da83-d1c4-0d86-de6f-4a2aea98afce-a6aed41a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_0871da83-d1c4-0d86-de6f-4a2aea98afd6-a6aed41a {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_0871da83-d1c4-0d86-de6f-4a2aea98afdb-a6aed41a {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_0871da83-d1c4-0d86-de6f-4a2aea98b00d-a6aed41a {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_0871da83-d1c4-0d86-de6f-4a2aea98b047-a6aed41a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-c43373fd-eb7e-e93d-6062-d73722ac242d-a6aed41a {
  justify-self: end;
}

#w-node-_4be553c2-7934-0483-bdcb-68ca442129a7-85a05284 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_4be553c2-7934-0483-bdcb-68ca442129b1-85a05284 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b7563dfc-04e2-bff8-4bb6-e00851d8d629-85a05284 {
  justify-self: end;
}

#w-node-cccad27b-f6d3-3dca-fc10-47ef35a471e8-29c159e2 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-cccad27b-f6d3-3dca-fc10-47ef35a471ed-29c159e2 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-cccad27b-f6d3-3dca-fc10-47ef35a471f2-29c159e2 {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-c4ea0b50-e327-cab2-ad7a-7aacef9b463a-29c159e2 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-c4ea0b50-e327-cab2-ad7a-7aacef9b4642-29c159e2 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-d557b8f2-fa88-69a1-7f78-9e4bf4541a4f-29c159e2 {
  justify-self: end;
}

#w-node-_6314d299-ceb0-ffd7-fec0-95adefe94986-081c410b {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_6314d299-ceb0-ffd7-fec0-95adefe9498b-081c410b {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_6314d299-ceb0-ffd7-fec0-95adefe94990-081c410b {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-d2b06b0f-8269-1a7b-e1a4-6742be616ea9-081c410b {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-d2b06b0f-8269-1a7b-e1a4-6742be616eb1-081c410b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6e86e8c1-0057-a581-438a-10f4c69c0142-081c410b {
  justify-self: end;
}

#w-node-_4cf11ce6-ee09-756a-8244-7b799f649fd4-1e6258cf {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_4cf11ce6-ee09-756a-8244-7b799f649fd9-1e6258cf {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_4cf11ce6-ee09-756a-8244-7b799f649fde-1e6258cf {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-_327ccc1c-20c3-b4e9-17cb-c52c0a6ddbc1-1e6258cf {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_327ccc1c-20c3-b4e9-17cb-c52c0a6ddbc9-1e6258cf {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-c8c63633-eae0-b063-28f6-bf5f95a741bc-1e6258cf {
  justify-self: end;
}

#w-node-b12da6ab-41f0-fdfd-b3b5-c2ed3df3da80-3c4a99c8 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-b12da6ab-41f0-fdfd-b3b5-c2ed3df3da85-3c4a99c8 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-b12da6ab-41f0-fdfd-b3b5-c2ed3df3da8a-3c4a99c8 {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-_668a4860-a6d9-24aa-e96f-7e42ef57c64f-3c4a99c8 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_668a4860-a6d9-24aa-e96f-7e42ef57c657-3c4a99c8 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_4fc22334-b14b-261a-fb40-4ef1ef1df55a-3c4a99c8 {
  justify-self: end;
}

#w-node-_22c8be0a-571d-3577-59f4-2b18912fd639-bc05a1a8 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_22c8be0a-571d-3577-59f4-2b18912fd63e-bc05a1a8 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_22c8be0a-571d-3577-59f4-2b18912fd643-bc05a1a8 {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-_4c5d65f1-6fe7-0045-0511-7c63328cec60-bc05a1a8 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_4c5d65f1-6fe7-0045-0511-7c63328cec68-bc05a1a8 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ebe5c843-c157-74d2-35d2-55823d48b655-bc05a1a8 {
  justify-self: end;
}

#w-node-e0856d38-2b13-8649-edb5-e7ca4a7ed7e7-b3ff5ef6 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-e0856d38-2b13-8649-edb5-e7ca4a7ed7ec-b3ff5ef6 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-e0856d38-2b13-8649-edb5-e7ca4a7ed7f1-b3ff5ef6 {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-_42329e6e-d997-bcd7-f2ee-a5bdfbf05a74-b3ff5ef6 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_42329e6e-d997-bcd7-f2ee-a5bdfbf05a7c-b3ff5ef6 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ff82f7f2-757d-3875-596f-268e8685dda7-b3ff5ef6 {
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-_86e64837-0616-515b-4568-76c147234d34-f9891acd {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d3f-f9891acd {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_5507fa4a-8b50-5568-5df0-1947972b61f8-f9891acd {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d4c-f9891acd {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-ddb339e5-97fc-b301-22e9-9efd4838fbed-f9891ad0 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-ddb339e5-97fc-b301-22e9-9efd4838fbf3-f9891ad0 {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-ddb339e5-97fc-b301-22e9-9efd4838fbf9-f9891ad0 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-ddb339e5-97fc-b301-22e9-9efd4838fc00-f9891ad0 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_3f61509a-fac7-b0d5-3763-509be70585a6-f9891ad2, #w-node-_6246c300-2083-3ab1-e59a-fab3c14156f1-f9891ad7 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_6246c300-2083-3ab1-e59a-fab3c14156f7-f9891ad7 {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_6246c300-2083-3ab1-e59a-fab3c14156fd-f9891ad7 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_6246c300-2083-3ab1-e59a-fab3c1415704-f9891ad7 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-b33013bb-f66e-e800-3dc9-b6d587333270-a6aed41a, #w-node-_0871da83-d1c4-0d86-de6f-4a2aea98afc4-a6aed41a, #w-node-_0871da83-d1c4-0d86-de6f-4a2aea98afce-a6aed41a {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_0871da83-d1c4-0d86-de6f-4a2aea98b00d-a6aed41a {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_0871da83-d1c4-0d86-de6f-4a2aea98b047-a6aed41a {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-cccad27b-f6d3-3dca-fc10-47ef35a471e8-29c159e2 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-cccad27b-f6d3-3dca-fc10-47ef35a471ed-29c159e2 {
    grid-column-end: 2;
  }

  #w-node-cccad27b-f6d3-3dca-fc10-47ef35a471f2-29c159e2 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-c4ea0b50-e327-cab2-ad7a-7aacef9b4642-29c159e2 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_6314d299-ceb0-ffd7-fec0-95adefe94986-081c410b {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_6314d299-ceb0-ffd7-fec0-95adefe9498b-081c410b {
    grid-column-end: 2;
  }

  #w-node-_6314d299-ceb0-ffd7-fec0-95adefe94990-081c410b {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-d2b06b0f-8269-1a7b-e1a4-6742be616eb1-081c410b {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_4cf11ce6-ee09-756a-8244-7b799f649fd4-1e6258cf {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_4cf11ce6-ee09-756a-8244-7b799f649fd9-1e6258cf {
    grid-column-end: 2;
  }

  #w-node-_4cf11ce6-ee09-756a-8244-7b799f649fde-1e6258cf {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_327ccc1c-20c3-b4e9-17cb-c52c0a6ddbc9-1e6258cf {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-b12da6ab-41f0-fdfd-b3b5-c2ed3df3da80-3c4a99c8 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-b12da6ab-41f0-fdfd-b3b5-c2ed3df3da85-3c4a99c8 {
    grid-column-end: 2;
  }

  #w-node-b12da6ab-41f0-fdfd-b3b5-c2ed3df3da8a-3c4a99c8 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_668a4860-a6d9-24aa-e96f-7e42ef57c657-3c4a99c8 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_22c8be0a-571d-3577-59f4-2b18912fd639-bc05a1a8 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_22c8be0a-571d-3577-59f4-2b18912fd63e-bc05a1a8 {
    grid-column-end: 2;
  }

  #w-node-_22c8be0a-571d-3577-59f4-2b18912fd643-bc05a1a8 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_4c5d65f1-6fe7-0045-0511-7c63328cec68-bc05a1a8 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-e0856d38-2b13-8649-edb5-e7ca4a7ed7e7-b3ff5ef6 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-e0856d38-2b13-8649-edb5-e7ca4a7ed7ec-b3ff5ef6 {
    grid-column-end: 2;
  }

  #w-node-e0856d38-2b13-8649-edb5-e7ca4a7ed7f1-b3ff5ef6 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_42329e6e-d997-bcd7-f2ee-a5bdfbf05a7c-b3ff5ef6 {
    grid-area: 2 / 1 / 3 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-ddb339e5-97fc-b301-22e9-9efd4838fbe7-f9891ad0 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-ddb339e5-97fc-b301-22e9-9efd4838fbed-f9891ad0 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-ddb339e5-97fc-b301-22e9-9efd4838fbf3-f9891ad0 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-ddb339e5-97fc-b301-22e9-9efd4838fbf9-f9891ad0 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-ddb339e5-97fc-b301-22e9-9efd4838fc00-f9891ad0 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_6246c300-2083-3ab1-e59a-fab3c14156eb-f9891ad7 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_6246c300-2083-3ab1-e59a-fab3c14156f1-f9891ad7 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_6246c300-2083-3ab1-e59a-fab3c14156f7-f9891ad7 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-_6246c300-2083-3ab1-e59a-fab3c14156fd-f9891ad7 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_6246c300-2083-3ab1-e59a-fab3c1415704-f9891ad7 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_8878cb62-4c59-67d6-36be-b9e7188f1ec4-e69a8638, #w-node-_4be553c2-7934-0483-bdcb-68ca442129b1-85a05284 {
    grid-area: 2 / 1 / 3 / 2;
  }
}


@font-face {
  font-family: 'Acherus Militant 1';
  src: url('../fonts/acherus_militant_1_-_light.otf.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Acherus Militant 1';
  src: url('../fonts/acherus_militant_1_-_bold.otf.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}