: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-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

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 {
  background-color: #eee;
  height: 1px;
}

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

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

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

.section.cc-store-home-wrap {
  border-radius: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 108px;
}

.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;
  margin-left: auto;
  margin-right: auto;
}

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

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

.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: #000;
  background-color: #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;
  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;
}

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

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

.heading-jumbo-small {
  color: #1c1c1c;
  letter-spacing: -1.44px;
  -webkit-text-stroke-color: #1c1c1c;
  text-transform: none;
  border: 1px #000;
  margin-top: 10px;
  margin-bottom: 32px;
  font-family: Clearface Serial, sans-serif;
  font-size: 72px;
  font-weight: 400;
  line-height: 72px;
}

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

.styleguide-header-wrap {
  color: #fff;
  text-align: center;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 460px;
  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: space-between;
  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;
  margin-top: 32px;
  padding: 0 50px 32px;
  display: flex;
}

.navigation-item {
  opacity: .8;
  letter-spacing: 1px;
  -webkit-text-stroke-color: #1c1c1c;
  text-transform: none;
  padding-top: 9px;
  padding-bottom: 9px;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
}

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

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

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  letter-spacing: 0;
  -webkit-text-stroke-color: black;
  text-indent: 0;
  text-transform: none;
  column-count: auto;
  border-bottom: 0 #000;
  height: auto;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 34px;
  text-decoration: underline;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.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 {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 620px;
  margin-bottom: 100px;
  display: flex;
}

.intro-header.cc-subpage {
  color: #fff;
  background-color: #000;
  background-image: none;
  height: 480px;
}

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

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

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

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

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

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

.service-icon {
  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::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 {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  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 {
  background-color: #f4f4f4;
  height: 150px;
  margin-bottom: 30px;
}

.team-pic {
  background-color: #f4f4f4;
  width: 100%;
  height: 420px;
  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 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  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 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  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;
}

.project-overview-header {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/portfolio-1---wide.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 620px;
  margin-bottom: 100px;
  display: flex;
}

.project-overview-header.cc-project-2-header {
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 50%;
}

.project-overview-header.cc-project-3-header {
  background-image: url('../images/portfolio-3---wide.svg');
  background-size: cover;
}

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

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

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

.blog-summary-wrap {
  text-align: left;
  width: 70%;
  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 {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 30px;
  display: flex;
}

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

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

.home-content-wrap {
  border-radius: 0;
  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: 0px;
  grid-row-gap: 30px;
  grid-template: "Area"
  / 2.25fr;
  grid-auto-columns: .25fr;
  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);
}

.video {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-style: solid;
  border-color: #000;
  border-radius: 32px;
  margin-bottom: 180px;
}

.grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-areas: "Area";
}

.column {
  padding-top: 0;
}

.columns {
  margin-top: 180px;
  display: inline-block;
}

.paragraph {
  color: #000;
  text-align: center;
  width: 1044px;
  font-family: Clearface Serial, sans-serif;
  font-size: 51px;
  line-height: 60px;
}

.image {
  text-align: left;
}

.grid-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: nowrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  justify-items: baseline;
  margin-bottom: 0;
  display: flex;
}

.image-2, .image-3 {
  height: 52px;
}

.section-2 {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  padding-top: 180px;
  padding-bottom: 180px;
  display: flex;
}

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

.heading {
  color: #1c1c1c;
  text-align: center;
  letter-spacing: -1.44px;
  font-family: Clearface Serial, sans-serif;
  font-size: 72px;
  line-height: 72px;
}

.paragraph-2 {
  color: #000;
  text-align: center;
  letter-spacing: -.42px;
  margin-bottom: 10px;
  padding-bottom: 80px;
  font-family: Inter, sans-serif;
  font-size: 21px;
  line-height: 175%;
}

.grid-3 {
  border-radius: 32px;
  grid-template: ". Area"
  / .5fr 1fr;
  justify-items: stretch;
  box-shadow: 0 0 48px 16px rgba(0, 0, 0, .1);
}

.div-block {
  border-radius: 0;
  padding: 56px 44px;
}

.image-4 {
  height: 36px;
  margin-bottom: 32px;
}

.paragraph-3 {
  color: #000;
  letter-spacing: -.34px;
  margin-bottom: 12px;
  font-family: Inter, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 175%;
}

.link {
  color: #3f7bd8;
  letter-spacing: -.34px;
  font-family: Inter, sans-serif;
  font-size: 17px;
  line-height: 150%;
  text-decoration: none;
}

.image-5 {
  object-fit: cover;
  border-radius: 20px 0 0 20px;
  height: 360px;
}

.section-4 {
  background-color: #fff;
  padding: 80px 44px;
}

.body {
  background-color: #faf8f4;
  overflow: visible;
}

.div-block-2 {
  z-index: 99;
  background-color: #faf;
  height: 260px;
  position: static;
  bottom: 75%;
  left: auto;
  right: 0%;
}

.section-5 {
  background-color: #fff;
  padding-top: 380px;
  padding-bottom: 180px;
}

.heading-2 {
  color: #000;
  text-align: center;
  letter-spacing: -1.44px;
  margin-bottom: 80px;
  font-family: Clearface Serial, sans-serif;
  font-size: 72px;
  line-height: 100%;
}

.grid-4 {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  border-radius: 0;
  grid-template-rows: auto auto auto;
  align-content: space-between;
  align-items: stretch;
}

.div-block-3 {
  padding-left: 44px;
  padding-right: 44px;
}

.div-block-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f0e8dc;
  border-radius: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  padding-top: 64px;
  padding-left: 50px;
  padding-right: 44px;
  display: grid;
}

.div-block-4.div-block-5 {
  background-color: #e9d69c;
  padding-bottom: 64px;
  padding-right: 0;
}

.heading-3 {
  font-family: Inter, sans-serif;
  font-size: 31px;
  font-weight: 600;
}

.div-block-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #ffe3a4;
  border-radius: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  padding-top: 64px;
  padding-left: 44px;
  padding-right: 44px;
  display: grid;
}

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

.heading-5 {
  letter-spacing: -.62px;
  font-family: Inter, sans-serif;
  font-size: 31px;
  font-weight: 600;
  line-height: 120%;
}

.image-6 {
  object-fit: fill;
  margin-top: 60px;
  text-decoration: none;
}

.div-block-7 {
  background-color: #fcc5b8;
  border-radius: 32px;
  padding-top: 64px;
  padding-left: 44px;
  padding-right: 44px;
}

.heading-6 {
  letter-spacing: -.62px;
  font-family: Inter, sans-serif;
  font-size: 31px;
  font-weight: 600;
  line-height: 120%;
}

.image-7 {
  margin-top: 60px;
}

.div-block-8 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.heading-7 {
  color: #1c1c1c;
  letter-spacing: -.62px;
  -webkit-text-stroke-color: #1c1c1c;
  font-family: Inter, sans-serif;
  font-size: 31px;
  font-weight: 600;
  line-height: 120%;
}

.div-block-9 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #caf4fd;
  border-radius: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 64px;
  padding-left: 44px;
  padding-right: 44px;
  display: grid;
}

.div-block-10 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #e9d69c;
  border-radius: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 64px;
  padding-left: 44px;
  display: grid;
}

.heading-8 {
  letter-spacing: -.62px;
  -webkit-text-stroke-color: #1c1c1c;
  font-family: Inter, sans-serif;
  font-size: 31px;
  font-weight: 600;
  line-height: 120%;
}

.div-block-11 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #e7d8f6;
  border-radius: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  padding-top: 64px;
  padding-left: 44px;
  padding-right: 44px;
  display: grid;
}

.heading-9 {
  color: #1c1c1c;
  letter-spacing: -.62px;
  font-family: Inter, sans-serif;
  font-size: 31px;
  font-weight: 600;
  line-height: 120%;
}

.section-6 {
  padding-top: 180px;
}

.heading-10 {
  color: #1c1c1c;
  text-align: center;
  font-family: Clearface Serial, sans-serif;
  font-size: 72px;
  line-height: 100%;
}

.text-block {
  text-align: center;
  letter-spacing: -.42px;
  font-family: Inter, sans-serif;
  font-size: 21px;
  line-height: 175%;
}

.container-2 {
  width: auto;
  padding-bottom: 80px;
}

.div-block-12 {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-left: 44px;
  padding-right: 44px;
  display: grid;
}

.div-block-13 {
  padding: 100px 80px 80px;
}

.grid-5 {
  background-color: #e6ddd1;
  border-radius: 32px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  padding: 100px 0 0 80px;
}

.heading-11 {
  color: #1c1c1c;
  letter-spacing: -1.02px;
  font-family: Clearface Serial, sans-serif;
  font-size: 51px;
  line-height: 100%;
}

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

.grid-7 {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  grid-template-rows: auto;
}

.grid-8 {
  background-color: #e6ddd1;
  border-radius: 32px;
  grid-template-columns: 1fr;
  padding-top: 100px;
  padding-left: 80px;
  padding-right: 80px;
}

.heading-12 {
  color: #1c1c1c;
  text-align: center;
  letter-spacing: -1.02px;
  font-family: Clearface Serial, sans-serif;
  font-size: 51px;
  line-height: 100%;
}

.div-block-14 {
  padding-left: 44px;
  padding-right: 44px;
}

.div-block-15 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-9 {
  background-color: #e6ddd1;
  border-radius: 32px;
  grid-template-columns: 1fr;
  padding: 100px 80px 80px;
}

.heading-13 {
  font-family: Clearface Serial, sans-serif;
  font-size: 51px;
}

.section-7 {
  background-color: #1c1c1c;
  margin-top: 180px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 180px;
  padding-bottom: 180px;
  padding-left: 0;
}

.heading-14 {
  color: #fff;
  text-align: center;
  letter-spacing: -1.44px;
  font-family: Clearface Serial, sans-serif;
  font-size: 72px;
  line-height: 100%;
}

.text-block-2 {
  color: #fff;
  text-align: center;
  letter-spacing: -.42px;
  font-family: Inter, sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 175%;
}

.image-8 {
  margin-top: 80px;
}

.section-8 {
  background-color: #faf8f4;
  padding-top: 180px;
  padding-bottom: 180px;
  padding-right: 0;
}

.grid-10 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-columns: 1fr;
}

.heading-15 {
  text-align: center;
  letter-spacing: -.44px;
  font-family: Clearface Serial, sans-serif;
  font-size: 72px;
  line-height: 100%;
}

.grid-11 {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 80px;
  padding-left: 44px;
  padding-right: 44px;
}

.grid-12 {
  background-color: #fff;
  border-radius: 32px;
  grid-template-columns: 1fr;
  padding: 32px;
}

.heading-16 {
  letter-spacing: -.5px;
  -webkit-text-stroke-color: #1c1c1c;
  width: auto;
  font-family: Inter, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 120%;
  display: flex;
}

.text-block-3, .text-block-4, .text-block-5, .text-block-6, .text-block-7, .text-block-8 {
  color: rgba(28, 28, 28, .7);
  letter-spacing: -.34px;
  font-family: Inter, sans-serif;
  font-size: 17px;
  line-height: 150%;
}

.section-9 {
  padding-top: 180px;
  padding-bottom: 180px;
}

.splide {
  width: 100%;
  position: relative;
}

.splide__track {
  width: 100%;
}

.splide__list {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.splide__slide {
  flex: none;
  width: 33.3333%;
}

.splide__slide.five-cards {
  width: 20%;
}

.splide__arrows {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

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

.section-11 {
  background-color: #1c1c1c;
  margin-top: 180px;
  margin-bottom: 0;
  padding-top: 180px;
  padding-bottom: 180px;
}

.heading-17 {
  color: #fff;
  text-align: center;
  letter-spacing: -1.44px;
  font-family: Clearface Serial, sans-serif;
  font-size: 72px;
  line-height: 100%;
}

.image-9 {
  width: 100%;
  margin-top: 80px;
  padding-left: 95px;
  padding-right: 95px;
}

.paragraph-4 {
  font-family: Inter, sans-serif;
}

.text-block-9 {
  font-family: Inter, sans-serif;
  font-size: 16px;
}

.text-block-10, .text-block-11, .text-block-12, .text-block-13 {
  font-family: Inter, sans-serif;
}

.html-embed {
  border-radius: 32px;
  width: auto;
  margin-bottom: 180px;
}

.html-embed-2 {
  margin-top: 0;
  margin-bottom: 180px;
  padding-top: 80px;
}

.heading-18 {
  text-align: center;
  letter-spacing: -2.04px;
  font-family: Clearface Serial, sans-serif;
  font-size: 102px;
  line-height: 100%;
}

.text-block-14 {
  color: rgba(0, 0, 0, .8);
  text-align: center;
  letter-spacing: -.42px;
  font-family: Inter, sans-serif;
  font-size: 21px;
  line-height: 175%;
}

.grid-13 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: start;
}

.image-11 {
  transform-style: preserve-3d;
  transform: translate(45px)rotateX(-8deg)rotateY(-8deg)rotateZ(-8deg);
}

.div-block-16 {
  justify-content: flex-end;
  display: flex;
}

.image-12 {
  z-index: -1;
  transform-style: preserve-3d;
  position: relative;
  transform: rotateX(8deg)rotateY(8deg)rotateZ(8deg)translate(-20px);
}

.heading-19 {
  text-align: center;
  font-family: Clearface Serial, sans-serif;
  font-size: 92px;
  line-height: 100%;
}

.image-13 {
  text-align: left;
  transform: translate(248px);
}

.image-14 {
  transform-style: preserve-3d;
  transform: rotateX(8deg)rotateY(8deg)rotateZ(8deg)translate(0);
}

.div-block-17 {
  justify-content: flex-end;
  display: flex;
}

.image-15 {
  z-index: -1;
  transform-style: preserve-3d;
  position: relative;
  transform: rotateX(-8deg)rotateY(-8deg)rotateZ(-8deg)translate(79px);
}

.section-12 {
  margin-top: 180px;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 80px;
  padding-right: 80px;
}

.grid-14 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-content: stretch;
  align-items: stretch;
}

.grid-15 {
  background-color: #fff;
  border-radius: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  padding: 44px 0 0;
}

.image-16 {
  border-radius: 50%;
  margin-left: 44px;
  padding-left: 0;
  padding-right: 0;
}

.link-2 {
  color: #000;
  letter-spacing: -.34px;
  font-family: Inter, sans-serif;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
}

.text-block-15 {
  opacity: .7;
  letter-spacing: -.3px;
  font-family: Inter, sans-serif;
  font-size: 15px;
  line-height: 110%;
}

.paragraph-5 {
  padding-top: 24px;
  padding-bottom: 24px;
  font-family: Clearface Serial, sans-serif;
}

.div-block-18 {
  padding-left: 44px;
  padding-right: 44px;
}

.image-17 {
  object-fit: cover;
  border-bottom-right-radius: 32px;
  border-bottom-left-radius: 32px;
}

.div-block-19 {
  object-fit: fill;
  background-image: url('../images/studspac.jpeg');
  background-position: 0 0;
  background-size: cover;
  border-bottom-right-radius: 32px;
  border-bottom-left-radius: 32px;
  height: 500px;
}

.div-block-20 {
  background-image: url('../images/sheila.jpg');
  background-position: 0 0;
  background-size: cover;
  border-bottom-right-radius: 32px;
  border-bottom-left-radius: 32px;
  height: 500px;
}

.div-block-21 {
  background-image: url('../images/medschool_nerd.jpeg');
  background-position: 0 0;
  background-size: cover;
  border-bottom-right-radius: 32px;
  border-bottom-left-radius: 32px;
  height: 500px;
}

.section-13 {
  padding: 240px 44px;
}

.grid-16 {
  grid-template-columns: 1fr;
  justify-items: center;
}

.section-14 {
  background-color: #e06e51;
  padding: 56px 44px;
}

.grid-17 {
  grid-template-rows: auto;
}

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

.grid-19 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 25px;
}

.list-item, .list-item-2, .list-item-3 {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 15px;
}

.list {
  color: #fff;
  font-family: Inter, sans-serif;
}

.grid-20 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  justify-items: start;
}

.link-3 {
  color: #fff;
  text-align: right;
  font-family: Inter, sans-serif;
  text-decoration: none;
}

.link-4, .link-5 {
  color: #fff;
  font-family: Inter, sans-serif;
  text-decoration: none;
}

.text-block-16 {
  color: #fff;
  padding-top: 25px;
  font-family: Inter, sans-serif;
}

.div-block-22 {
  background-color: #e7b545;
  height: 16px;
}

.div-block-23 {
  background-color: #1ea9a8;
  height: 16px;
}

.div-block-24 {
  background-color: #26616d;
  height: 16px;
}

.image-18 {
  height: 52px;
}

.link-6 {
  letter-spacing: -.3px;
  object-fit: fill;
  border-bottom: 1px solid #000;
  border-radius: 0;
  height: auto;
  padding: 0 20px;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 28px;
  text-decoration: none;
  overflow: visible;
}

.section-15 {
  background-color: #e6ddd1;
  padding: 180px 44px;
}

.heading-20 {
  color: #1c1c1c;
  letter-spacing: -1.44px;
  font-family: Clearface Serial, sans-serif;
  font-size: 72px;
  line-height: 100%;
}

.image-20 {
  margin-top: 44px;
}

.paragraph-6 {
  letter-spacing: -.42px;
  margin-bottom: 0;
  padding-top: 32px;
  font-family: Inter, sans-serif;
  font-size: 21px;
  line-height: 175%;
}

.div-block-25 {
  background-color: #fff;
  border-radius: 28px;
  align-self: stretch;
  width: 50%;
  margin-left: 0;
  padding: 24px;
}

.heading-21 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 31px;
  font-weight: 600;
  line-height: 120%;
}

.text-block-17 {
  color: #e06e51;
  font-family: Inter, sans-serif;
  font-weight: 700;
}

.list-item-4, .list-item-5, .list-item-6 {
  font-family: Inter, sans-serif;
}

.list-2 {
  margin-top: 0;
  padding-top: 44px;
}

.paragraph-7 {
  color: #1c1c1c;
  letter-spacing: -.34px;
  font-family: Inter, sans-serif;
  font-size: 17px;
  line-height: 150%;
}

.div-block-26 {
  padding-top: 44px;
}

.flex-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: flex-start;
}

.div-block-27 {
  width: 429px;
  margin-right: 120px;
  padding-right: 0;
}

.text-block-18 {
  color: rgba(0, 0, 0, .4);
  letter-spacing: -.3px;
  font-family: Inter, sans-serif;
  font-size: 15px;
  line-height: 110%;
}

.flex-block-2 {
  justify-content: space-around;
}

.div-block-28 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  display: flex;
}

.section-16 {
  margin-top: 180px;
}

.section-17 {
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-image: url('../images/education_sec_bg.png');
  background-position: 50%;
  background-size: cover;
  background-clip: border-box;
  flex-direction: column;
  justify-content: flex-end;
  height: 800px;
  display: flex;
  position: static;
}

.heading-22 {
  color: #fff;
  text-align: center;
  letter-spacing: -1.44px;
  font-family: Clearface Serial, sans-serif;
  font-size: 72px;
  line-height: 100%;
}

.text-block-19 {
  color: rgba(255, 255, 255, .8);
  text-align: center;
  padding-top: 16px;
  font-family: Inter, sans-serif;
}

.button-2 {
  color: #1c1c1c;
  text-align: center;
  letter-spacing: -.6px;
  background-color: #fff;
  border-radius: 16px;
  height: auto;
  padding: 15px 20px;
  font-family: Inter, sans-serif;
  font-weight: 600;
}

.div-block-29 {
  padding-bottom: 80px;
}

.div-block-30 {
  text-align: center;
  padding-top: 16px;
}

.div-block-32 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.image-30 {
  margin-top: 6px;
}

.text-block-20 {
  color: rgba(26, 27, 31, .5);
  text-align: center;
  letter-spacing: -.3px;
  margin-top: 32px;
  font-family: Inter, sans-serif;
  line-height: 150%;
  text-decoration: underline;
}

.text-block-21 {
  width: 50%;
  font-family: Inter, sans-serif;
}

.image-31 {
  width: 100%;
}

.image-32 {
  display: block;
}

.image-33 {
  width: 100%;
}

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

.grid-22 {
  background-color: #fff;
  border-radius: 32px;
  grid-template-columns: 1fr;
  align-content: start;
  padding: 32px 32px 64px;
  box-shadow: 0 16px 48px rgba(0, 0, 0, .1);
}

.div-block-35 {
  background-color: #faf8f8;
  border-radius: 44px;
  justify-content: center;
  align-items: center;
  height: 220px;
  padding: 72px 25px;
  display: flex;
}

.image-34 {
  width: 70%;
}

.text-span {
  color: #3f7bd8;
  overflow-wrap: normal;
  font-family: Inter, sans-serif;
  font-style: normal;
  text-decoration: none;
}

.text-block-22 {
  text-decoration: none;
}

.text-block-23 {
  font-family: Inter, sans-serif;
}

.link-block, .link-block-2, .link-block-3 {
  text-decoration: none;
}

.section-19 {
  padding-left: 44px;
  padding-right: 44px;
  position: relative;
  top: 200px;
}

.div-block-36 {
  padding-left: 100px;
  padding-right: 100px;
}

@media screen and (min-width: 1920px) {
  .section.cc-store-home-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: left;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: flex;
  }

  .paragraph {
    align-self: center;
    width: 1044px;
  }

  .section-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .grid-3 {
    width: 1440px;
  }

  .section-4 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .section-5 {
    flex-direction: column;
    display: flex;
  }

  .div-block-3 {
    align-self: center;
    width: 1440px;
  }

  .div-block-4 {
    padding-top: 10px;
  }

  .div-block-6 {
    align-content: space-around;
    padding-top: 20px;
  }

  .div-block-7 {
    flex-direction: column;
    justify-content: space-around;
    padding-top: 20px;
    display: flex;
  }

  .div-block-9 {
    padding-top: 20px;
  }

  .div-block-10 {
    align-content: space-around;
    padding-top: 10px;
  }

  .div-block-11 {
    align-content: space-between;
    justify-content: stretch;
    padding-top: 20px;
  }

  .section-6 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .grid-6 {
    justify-items: stretch;
    width: 1440px;
  }

  .grid-8 {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    padding-top: 30px;
  }

  .grid-9 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .section-7, .section-8 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .grid-11 {
    width: 1440px;
  }

  .section-11 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .image-9 {
    align-self: center;
    width: 1440px;
  }

  .html-embed {
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    width: 1440px;
    display: block;
  }

  .grid-13 {
    grid-template-columns: 1fr 1.5fr 1fr;
    width: 1440px;
  }

  .section-12 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .grid-14 {
    width: 1440px;
  }

  .section-15 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .div-block-25 {
    width: 50%;
  }

  .flex-block-2 {
    width: 1440px;
  }

  .section-16 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .image-21, .image-22, .image-23, .image-24, .image-25, .image-26 {
    width: 100%;
  }

  .section-17 {
    background-position: 50% 0;
  }

  .div-block-31 {
    z-index: 99999;
    background-color: #fff;
    width: 100%;
    height: 100vh;
    position: fixed;
  }

  .section-18 {
    height: 50vh;
  }

  .div-block-32 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: auto;
    grid-template-columns: .75fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .image-27 {
    width: 100%;
  }

  .div-block-33 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .image-30 {
    padding-top: 10px;
  }

  .text-block-20 {
    color: rgba(26, 27, 31, .5);
    letter-spacing: .7px;
    margin-top: 32px;
    font-family: Inter, sans-serif;
    font-size: 16px;
    line-height: 150%;
  }

  .text-block-21 {
    width: 60%;
  }

  .div-block-34 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .image-32 {
    mix-blend-mode: normal;
    transition: opacity .2s;
  }
}

@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 {
    width: 100%;
    margin-left: 30px;
    position: static;
  }

  .navigation-wrap {
    background-color: #faf8f4;
    justify-content: space-between;
  }

  .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 {
    text-align: center;
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

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

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

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

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

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

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

  .project-details-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    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 {
    text-align: center;
    width: 80%;
    padding-right: 15px;
  }

  .paragraph {
    width: 100%;
    font-size: 35px;
    line-height: 50px;
  }

  .section-2 {
    padding-top: 180px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading {
    font-size: 60px;
  }

  .paragraph-2 {
    font-size: 17px;
  }

  .div-block {
    padding-right: 44px;
  }

  .paragraph-3 {
    text-align: left;
  }

  .heading-2 {
    font-size: 60px;
  }

  .div-block-4, .div-block-6, .div-block-7, .div-block-9, .div-block-10, .div-block-11 {
    padding-top: 32px;
  }

  .section-6 {
    padding-top: 120px;
  }

  .heading-10 {
    font-size: 60px;
  }

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

  .grid-5 {
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .heading-11 {
    font-size: 40px;
  }

  .grid-8 {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-12 {
    font-size: 32px;
  }

  .grid-9 {
    border-radius: 32px;
    padding: 40px;
  }

  .heading-13 {
    font-size: 32px;
    line-height: 40px;
  }

  .heading-14 {
    font-size: 60px;
  }

  .text-block-2 {
    font-family: Inter, sans-serif;
    font-size: 17px;
  }

  .heading-15 {
    margin-bottom: 0;
    padding-bottom: 80px;
    font-size: 52px;
  }

  .grid-11 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .grid-12 {
    padding: 20px;
  }

  .heading-16 {
    font-size: 18px;
  }

  .text-block-3, .text-block-4, .text-block-5, .text-block-6, .text-block-7, .text-block-8 {
    font-size: 13px;
  }

  .splide__slide {
    width: 50%;
  }

  .splide__slide.five-cards {
    width: 33.3333%;
  }

  .heading-17 {
    font-size: 60px;
  }

  .image-9 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-10 {
    padding-right: 0;
  }

  .heading-18 {
    font-size: 72px;
  }

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

  .image-11 {
    transform: none;
  }

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

  .image-12 {
    transform: none;
  }

  .heading-19 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .image-14 {
    transform: none;
  }

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

  .image-15 {
    transform: none;
  }

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

  .div-block-19, .div-block-20, .div-block-21 {
    height: 300px;
  }

  .link-3 {
    text-align: left;
  }

  .image-18 {
    display: none;
  }

  .section-15 {
    padding-left: 44px;
    padding-right: 44px;
  }

  .div-block-25 {
    width: 50%;
  }

  .div-block-27 {
    width: 100%;
    padding-bottom: 80px;
  }

  .flex-block-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .div-block-28 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    display: flex;
  }

  .section-17 {
    background-position: 50%;
  }

  .text-block-20 {
    color: rgba(26, 27, 31, .5);
    margin-top: 32px;
    font-family: Inter, sans-serif;
  }

  .text-block-21 {
    width: 100%;
  }

  .div-block-34 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

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

@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 {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

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

  .heading-jumbo-small {
    font-size: 50px;
    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 {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

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

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

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

  ._404-wrap {
    padding: 30px;
  }

  .paragraph {
    width: 100%;
  }

  .heading {
    font-size: 50px;
  }

  .paragraph-2 {
    font-size: 17px;
  }

  .grid-3 {
    clear: none;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template: "."
                   "Area"
                   / 1fr;
    grid-auto-columns: 1fr;
  }

  .div-block {
    padding-bottom: 56px;
  }

  .grid-4 {
    grid-column-gap: 44px;
    grid-row-gap: 44px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .div-block-4 {
    padding-top: 32px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-3 {
    line-height: 34px;
  }

  .div-block-6, .div-block-7 {
    padding-top: 32px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-9 {
    align-content: space-between;
    padding-top: 32px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-10 {
    padding-top: 32px;
    padding-left: 20px;
  }

  .div-block-11 {
    padding-top: 32px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-12 {
    grid-template-columns: 1fr;
  }

  .grid-5 {
    grid-template-columns: 1fr;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-11 {
    font-size: 40px;
  }

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

  .grid-9 {
    padding: 20px;
  }

  .heading-14, .text-block-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .splide__slide, .splide__slide.five-cards {
    width: 100%;
  }

  .heading-18 {
    font-size: 60px;
  }

  .text-block-14 {
    font-size: 17px;
  }

  .image-11 {
    transform: none;
  }

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

  .image-12, .image-14 {
    transform: none;
  }

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

  .image-15 {
    transform: none;
  }

  .grid-17 {
    grid-template-columns: .5fr 1fr;
  }

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

  .image-18 {
    display: none;
  }

  .div-block-25 {
    width: 100%;
  }

  .div-block-28 {
    flex-direction: column;
  }

  .section-17 {
    background-position: 50%;
  }

  .heading-22 {
    font-size: 52px;
  }

  .text-block-19 {
    font-size: 15px;
  }

  .text-block-20 {
    color: rgba(26, 27, 31, .5);
    text-align: center;
    letter-spacing: -.3px;
    margin-top: 32px;
    font-family: Inter, sans-serif;
    font-size: 16px;
    line-height: 150%;
  }

  .text-block-21 {
    width: 100%;
  }

  .div-block-34 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

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

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

  .heading-jumbo-small {
    font-size: 50px;
  }

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

  .motto-wrap {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

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

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

  .paragraph {
    width: 100%;
    font-size: 32px;
    line-height: 40px;
  }

  .section-2 {
    padding-bottom: 50px;
  }

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

  .heading {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 44px;
    line-height: 50px;
  }

  .paragraph-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-5 {
    border-radius: 32px;
  }

  .section-4 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-5 {
    padding-top: 260px;
    padding-bottom: 60px;
  }

  .heading-2 {
    font-size: 50px;
  }

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

  .section-6 {
    padding-top: 60px;
  }

  .heading-10 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 45px;
  }

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

  .div-block-12 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .grid-5 {
    grid-template-columns: 1fr;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-11 {
    font-size: 35px;
  }

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

  .heading-12, .heading-13 {
    font-size: 35px;
  }

  .heading-14 {
    font-size: 44px;
  }

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

  .heading-15 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 44px;
  }

  .grid-11 {
    grid-template-columns: 1fr;
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-10 {
    padding-top: 40px;
  }

  .heading-17 {
    font-size: 50px;
  }

  .html-embed {
    margin-bottom: 50px;
  }

  .heading-18 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 48px;
  }

  .text-block-14 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 15px;
  }

  .image-11 {
    width: 250px;
    transform: none;
  }

  .div-block-16 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: row;
    justify-content: center;
    overflow: hidden;
  }

  .image-12 {
    transform: none;
  }

  .heading-19 {
    font-size: 66px;
  }

  .image-14 {
    transform: none;
  }

  .div-block-17 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: row;
    justify-content: center;
    overflow: hidden;
  }

  .image-15 {
    transform: none;
  }

  .section-12 {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .grid-17 {
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
    justify-content: start;
    justify-items: start;
  }

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

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

  .grid-20 {
    grid-template-rows: auto auto;
    padding-top: 20px;
  }

  .image-19 {
    object-fit: contain;
  }

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

  .heading-20 {
    font-size: 50px;
  }

  .div-block-25 {
    width: 100%;
  }

  .flex-block-2 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-direction: column;
    display: flex;
  }

  .section-16 {
    overflow: hidden;
  }

  .section-17 {
    background-position: 50%;
    background-repeat: repeat;
    background-attachment: scroll;
  }

  .image-28, .image-29 {
    width: 200px;
  }

  .text-block-20 {
    color: rgba(26, 27, 31, .5);
    margin-top: 32px;
    font-size: 16px;
  }

  .text-block-21 {
    width: 100%;
  }

  .grid-22 {
    padding: 20px 20px 50px;
  }

  .div-block-35 {
    border-radius: 12px;
    height: 120px;
  }

  .image-34 {
    width: 100%;
  }

  .text-span, .text-block-23 {
    font-size: 14px;
  }

  .section-19 {
    padding-left: 25px;
    padding-right: 25px;
    top: 100px;
  }
}

#w-node-fad49634-ab68-3b6a-db6a-f83cdbaf9337-f69cc28d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_93a7d761-59a1-0bbf-29fd-f0f4dcdf77df-f69cc28d {
  grid-area: Area;
  align-self: auto;
  justify-self: end;
}

#w-node-adb6ef39-fd05-ce69-03b6-e8a6d1dbc5cf-f69cc28d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3bc98678-b787-29b3-7430-84cfcd875db2-f69cc28d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-fa563ee8-6cd9-3ef7-78ea-6bbf6f75c6e9-f69cc28d, #w-node-_45d0d8b6-f476-d523-2f9c-f9b3fca8b5d7-f69cc28d, #w-node-_3f1e2ff9-3496-a838-cf24-6d78198ecb6f-f69cc28d, #w-node-_7aa05f2b-3bd1-07e1-b940-71e3cf182837-f69cc28d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7795a45d-ea62-1131-6d5e-60b62e696033-f69cc28d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-d94a1310-156e-6831-e96f-862e4c1862f1-f69cc28d, #w-node-_36db91a2-e71e-9984-0389-1bee69dc4f58-f69cc28d, #w-node-_44e06b2d-a8f9-1c62-77d8-6feb9bd29fb8-f69cc28d, #w-node-_16904215-2d91-7aae-51c1-7b4f47c15bde-f69cc28d, #w-node-f795c59b-9391-84d2-a7cd-29561ccd2f2b-f69cc28d, #w-node-_9610581d-4f24-b646-c2c6-2f7c7aebaa2d-f69cc28d, #w-node-a137dace-1850-d727-c973-6d3d5f182c89-f69cc28d, #w-node-_41a7422a-45e0-235c-692c-0f20f86059fe-f69cc28d, #w-node-c0f4b754-6a6e-2588-6b9b-6e7735a6bfc9-f69cc28d, #w-node-e31aabf9-d172-5022-c8b5-7425f35221ae-f69cc28d, #w-node-e31aabf9-d172-5022-c8b5-7425f35221af-f69cc28d, #w-node-e31aabf9-d172-5022-c8b5-7425f35221b1-f69cc28d, #w-node-e31aabf9-d172-5022-c8b5-7425f35221b2-f69cc28d, #w-node-e31aabf9-d172-5022-c8b5-7425f35221b3-f69cc28d, #w-node-e31aabf9-d172-5022-c8b5-7425f35221b5-f69cc28d, #w-node-_38131d44-cdcc-3fa8-cc10-3b4877cb87a5-f69cc28d, #w-node-ca17761f-cc3f-d4e9-3c8c-5aeed83c9a92-f69cc28d, #w-node-_433247a7-9450-01b1-f7a7-b7febe43885a-f69cc28d, #w-node-_2a9585c5-52dc-09e8-2a09-06af794b31eb-f69cc28d, #w-node-_2a9585c5-52dc-09e8-2a09-06af794b31ec-f69cc28d, #w-node-_2a9585c5-52dc-09e8-2a09-06af794b31ee-f69cc28d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5047ac17-9da9-1f89-3149-ee7e400227e9-f69cc28d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_5047ac17-9da9-1f89-3149-ee7e400227ea-f69cc28d, #w-node-_5047ac17-9da9-1f89-3149-ee7e400227ec-f69cc28d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5047ac17-9da9-1f89-3149-ee7e400227ed-f69cc28d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_5047ac17-9da9-1f89-3149-ee7e400227ee-f69cc28d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5047ac17-9da9-1f89-3149-ee7e400227f0-f69cc28d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-aa18ee3d-1b97-114f-cf91-eb2ebd925d8f-f69cc28d, #w-node-c652cf50-8322-8845-94e7-b02dafeb2de3-f69cc28d, #w-node-_31311e1f-d5a8-9175-7863-942cb9360bc9-f69cc28d, #w-node-_7ff462b1-f5e1-884d-9406-83175e112bab-f69cc28d, #w-node-_529ebb11-c9ad-e55a-1a21-2227b7103856-f69cc28d, #w-node-_2727cb3e-cad2-72d5-c261-4b7349ae2f14-f69cc28d, #w-node-_83da04d9-7f3d-8ba3-28c6-7b41365cadd7-f69cc28d, #w-node-_93410a32-3c8e-ae3f-d7a7-c4266638afbf-f69cc28d, #w-node-ec9b5cc5-a8fc-4525-3e31-3131681ed38f-f69cc28d, #w-node-_31ff91c9-2a80-a46c-7b8f-d34658426ef1-f69cc28d, #w-node-e8cf7ff0-3842-b3d1-9cad-8935c67253cd-f69cc28d, #w-node-e8cf7ff0-3842-b3d1-9cad-8935c67253ce-f69cc28d, #w-node-e8cf7ff0-3842-b3d1-9cad-8935c67253cf-f69cc28d, #w-node-e8cf7ff0-3842-b3d1-9cad-8935c67253d0-f69cc28d, #w-node-e8cf7ff0-3842-b3d1-9cad-8935c67253d2-f69cc28d, #w-node-_8868d5f0-d12c-5b60-21de-64c7ba2fa31c-f69cc28d, #w-node-_8868d5f0-d12c-5b60-21de-64c7ba2fa31d-f69cc28d, #w-node-_8868d5f0-d12c-5b60-21de-64c7ba2fa31e-f69cc28d, #w-node-_8868d5f0-d12c-5b60-21de-64c7ba2fa31f-f69cc28d, #w-node-_8868d5f0-d12c-5b60-21de-64c7ba2fa321-f69cc28d, #w-node-ae113501-12bb-475f-eb40-3754eec2ad2a-f69cc28d, #w-node-ae113501-12bb-475f-eb40-3754eec2ad2b-f69cc28d, #w-node-ae113501-12bb-475f-eb40-3754eec2ad2c-f69cc28d, #w-node-ae113501-12bb-475f-eb40-3754eec2ad2d-f69cc28d, #w-node-ae113501-12bb-475f-eb40-3754eec2ad2f-f69cc28d, #w-node-_7771e6e7-a13d-dcc6-c591-3751c88708a2-f69cc28d, #w-node-_7771e6e7-a13d-dcc6-c591-3751c88708a3-f69cc28d, #w-node-_7771e6e7-a13d-dcc6-c591-3751c88708a4-f69cc28d, #w-node-_7771e6e7-a13d-dcc6-c591-3751c88708a5-f69cc28d, #w-node-_7771e6e7-a13d-dcc6-c591-3751c88708a7-f69cc28d, #w-node-_4ba8ec41-aabe-acc8-b999-dd439ccc7fa5-f69cc28d, #w-node-_4ba8ec41-aabe-acc8-b999-dd439ccc7fa6-f69cc28d, #w-node-_4ba8ec41-aabe-acc8-b999-dd439ccc7fa7-f69cc28d, #w-node-_4ba8ec41-aabe-acc8-b999-dd439ccc7fa8-f69cc28d, #w-node-_4ba8ec41-aabe-acc8-b999-dd439ccc7faa-f69cc28d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d7d56dba-e3aa-9645-73f4-cf9038821e96-f69cc28d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_92a460fd-2d64-80bf-d840-9b87b4b485c7-f69cc28d, #w-node-_5c2910e3-d66c-e62f-1aaf-c277179e95d9-f69cc28d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_694c6ff6-1212-1dfe-5b0f-d305829b7dd1-f69cc28d, #w-node-f3b3ccb9-edf7-241b-7c28-aff3ec263dfd-f69cc28d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_4f5fdb88-dd99-9baa-431d-5a27bee13c3c-f69cc28d, #w-node-_8b2c4052-ebb6-8b68-168f-d4d7876e0091-f69cc28d, #w-node-daf384f5-2446-fa71-4ff0-19baa6874a6d-f69cc28d, #w-node-_7c9de64b-4c77-4a21-52cd-aafcb08e7749-f69cc28d, #w-node-a7dc7b7e-161d-6ba9-7a59-1dad3e6d636f-f69cc28d, #w-node-_6446c952-f670-9b52-5b6a-7ae553c473c6-f69cc28d, #w-node-_96b20dfb-f090-ab16-b8db-32c59332aa5e-f69cc28d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9fba5e3a-c6ce-05ce-fc19-983279bac744-f69cc28d {
  align-self: auto;
}

#w-node-_413e5490-5171-be81-a66f-a46f3e81da01-f69cc28d, #w-node-_9fba5e3a-c6ce-05ce-fc19-983279bac745-f69cc28d, #w-node-_9fba5e3a-c6ce-05ce-fc19-983279bac746-f69cc28d, #w-node-_9fba5e3a-c6ce-05ce-fc19-983279bac747-f69cc28d, #w-node-_9fba5e3a-c6ce-05ce-fc19-983279bac749-f69cc28d, #w-node-b345ed21-2116-f93d-1296-78898f9283c3-f69cc28d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d8e828b7-3970-7357-5172-db136f8d2de0-f69cc28d {
  align-self: auto;
}

#w-node-_029d5722-143f-bd38-eafb-89cb6a56195d-f69cc28d, #w-node-d8e828b7-3970-7357-5172-db136f8d2de1-f69cc28d, #w-node-d8e828b7-3970-7357-5172-db136f8d2de2-f69cc28d, #w-node-d8e828b7-3970-7357-5172-db136f8d2de3-f69cc28d, #w-node-d8e828b7-3970-7357-5172-db136f8d2de5-f69cc28d, #w-node-_4c82620a-be77-9273-0c0a-d5d81b6227b0-f69cc28d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a43989c-4cc0-019f-4a19-7a95e32f08f2-f69cc28d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-b2143cfb-1bc1-15e6-fac4-40b88951cc40-f69cc28d, #w-node-_79badced-c825-926f-628b-f9ba5e65709c-f69cc28d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b655a981-8b7c-fb32-e50e-1fc97d9de323-f69cc28d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_4f493b09-818f-00a6-8a43-9ccb81308b64-f69cc28d, #w-node-a3987651-cd35-40e0-7225-7ef701c1404d-f69cc28d, #w-node-a3987651-cd35-40e0-7225-7ef701c1404e-f69cc28d, #w-node-_080c4e42-1659-d795-0b63-bfa1f1245627-f69cc28d, #w-node-_080c4e42-1659-d795-0b63-bfa1f1245628-f69cc28d, #w-node-_42a59190-23d6-e5b7-3437-a59e8a0e1676-f69cc28d, #w-node-_42a59190-23d6-e5b7-3437-a59e8a0e1677-f69cc28d, #w-node-d61e65bd-2ac3-1d63-1ad3-33a606991db4-f69cc28d, #w-node-d61e65bd-2ac3-1d63-1ad3-33a606991db5-f69cc28d, #w-node-a0cc48aa-ec15-8be3-6561-3fa6ec637ff6-f69cc28d, #w-node-a0cc48aa-ec15-8be3-6561-3fa6ec637ff7-f69cc28d, #w-node-_12149aaf-9ab8-aa4d-299a-82676c0ad98e-f69cc28d, #w-node-_12149aaf-9ab8-aa4d-299a-82676c0ad98f-f69cc28d, #w-node-_2d0ad50f-1e55-5be8-8276-6f17f47fff7f-f69cc28d, #w-node-_2d0ad50f-1e55-5be8-8276-6f17f47fff80-f69cc28d, #w-node-b11e1747-9504-4618-6559-4a3553ea5adb-f69cc28d, #w-node-_92e7a936-7078-a6ee-ec1f-14308e2b01c8-f69cc28d, #w-node-_77fbebd2-4159-ac97-2c9f-cc0378356c41-f69cc28d, #w-node-_8567ea02-58c4-913a-23fb-4860a7686856-f69cc28d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f297c569-c92e-97c9-62aa-1ce880b7ab60-f69cc28d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-f297c569-c92e-97c9-62aa-1ce880b7ab61-f69cc28d, #w-node-f297c569-c92e-97c9-62aa-1ce880b7ab63-f69cc28d, #w-node-f297c569-c92e-97c9-62aa-1ce880b7ab65-f69cc28d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d8d6b54-242a-e167-c874-60c6d1d412af-f69cc28d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_1d8d6b54-242a-e167-c874-60c6d1d412b2-f69cc28d, #w-node-c72de129-8b60-f9b0-fde5-ace10ba98073-f69cc28d, #w-node-_1d8d6b54-242a-e167-c874-60c6d1d412b0-f69cc28d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-fad49634-ab68-3b6a-db6a-f83cdbaf9337-f69cc28d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3bc98678-b787-29b3-7430-84cfcd875db2-f69cc28d {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: auto;
  }

  #w-node-fa563ee8-6cd9-3ef7-78ea-6bbf6f75c6e9-f69cc28d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-bf6ea4c7-9032-f9ec-d51e-cd474580a3e4-f69cc28d {
    align-self: auto;
  }

  #w-node-_45d0d8b6-f476-d523-2f9c-f9b3fca8b5d7-f69cc28d {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: stretch;
  }

  #w-node-_36db91a2-e71e-9984-0389-1bee69dc4f58-f69cc28d, #w-node-_44e06b2d-a8f9-1c62-77d8-6feb9bd29fb8-f69cc28d, #w-node-a137dace-1850-d727-c973-6d3d5f182c89-f69cc28d, #w-node-e31aabf9-d172-5022-c8b5-7425f35221ae-f69cc28d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e31aabf9-d172-5022-c8b5-7425f35221b5-f69cc28d {
    align-self: end;
  }

  #w-node-e8cf7ff0-3842-b3d1-9cad-8935c67253ce-f69cc28d, #w-node-_8868d5f0-d12c-5b60-21de-64c7ba2fa31f-f69cc28d, #w-node-ae113501-12bb-475f-eb40-3754eec2ad2b-f69cc28d, #w-node-_4ba8ec41-aabe-acc8-b999-dd439ccc7fa6-f69cc28d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_694c6ff6-1212-1dfe-5b0f-d305829b7dd1-f69cc28d {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-e31aabf9-d172-5022-c8b5-7425f35221b1-f69cc28d, #w-node-_433247a7-9450-01b1-f7a7-b7febe43885a-f69cc28d {
    align-self: end;
  }

  #w-node-_8868d5f0-d12c-5b60-21de-64c7ba2fa31c-f69cc28d {
    align-self: stretch;
  }

  #w-node-_67264ec3-547e-5c42-9899-6a139fbd0fdd-f69cc28d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d7d56dba-e3aa-9645-73f4-cf9038821e96-f69cc28d, #w-node-f3b3ccb9-edf7-241b-7c28-aff3ec263dfd-f69cc28d {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-ef9a7a17-6f6f-a0ac-976d-349a658fe81e-f69cc28d {
    align-self: end;
  }

  #w-node-_02fb99d1-9dc4-59bc-ce9b-0a6297a80447-f69cc28d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f297c569-c92e-97c9-62aa-1ce880b7ab60-f69cc28d, #w-node-_1d8d6b54-242a-e167-c874-60c6d1d412af-f69cc28d {
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b655a981-8b7c-fb32-e50e-1fc97d9de323-f69cc28d {
    align-self: auto;
    justify-self: start;
  }

  #w-node-f297c569-c92e-97c9-62aa-1ce880b7ab60-f69cc28d, #w-node-_1d8d6b54-242a-e167-c874-60c6d1d412af-f69cc28d {
    justify-self: start;
  }
}


@font-face {
  font-family: 'Clearface Serial';
  src: url('../fonts/Clearface-Serial-RegularItalic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Clearface Serial';
  src: url('../fonts/clearface-serial-bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clearface Serial';
  src: url('../fonts/Clearface-Serial-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Clearface Serial';
  src: url('../fonts/Clearface-Serial-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}