: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-form-formrecaptcha {
  margin-bottom: 8px;
}

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

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

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

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

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

.section-hero {
  z-index: 1;
  margin-top: 60px;
  margin-left: 30px;
  margin-right: 30px;
  position: relative;
  overflow: hidden;
}

.section-hero.cc-cta {
  filter: blur();
  background-color: #f4f4f4;
  background-image: url('../images/Plain-Image.jpg'), linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .2)), url('../images/Art-low.jpg');
  background-position: 50%, 0 0, 0 0, 0 0;
  background-repeat: repeat, repeat, repeat, repeat-x;
  background-size: cover, auto, auto, cover;
  background-attachment: fixed, scroll, scroll, scroll;
  margin-left: 0;
  margin-right: 0;
  padding-left: 80px;
  padding-right: 80px;
}

.section-hero.cc-home-wrap {
  height: 55vh;
  border-radius: 0;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.section-hero.cc-store-home-wrap {
  object-fit: fill;
  border-radius: 0;
  margin-top: auto;
  margin-left: 0;
  margin-right: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.section-hero.no-pad {
  margin-top: 0;
}

.section-hero.footer {
  width: 100vw;
  background-color: #2a2a2a;
  border-top: 1px solid #c2c2c2;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.section-hero.less-sec-gap {
  margin-top: 20px;
}

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

.container {
  width: 100%;
  height: auto;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
}

.container.cc-blog-detail {
  padding-left: 10px;
  padding-right: 10px;
}

.container.pad-top {
  margin-top: 60px;
  padding-top: 0;
  position: relative;
}

.container.pad-top.less-topper {
  margin-top: 40px;
  padding-bottom: 0;
  display: block;
}

.container.top-pad {
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 130px;
}

.container.top-pad.vert {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  display: flex;
  overflow: visible;
}

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

.paragraph-bigger {
  opacity: 1;
  text-align: center;
  margin-bottom: 10px;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-light {
  opacity: 1;
  color: #303030;
  font-size: 1.2em;
  line-height: 1.5em;
}

.paragraph-bigger.cc-bigger-light.white {
  max-width: 860px;
  color: #fff;
}

.paragraph-bigger.cc-bigger-white-light {
  opacity: .6;
  color: #141414;
  font-family: Poppins, sans-serif;
  font-weight: 400;
}

.paragraph-bigger.cc-bigger-white-light-2 {
  max-width: 600px;
  opacity: 1;
  color: #555;
  margin-left: auto;
  margin-right: auto;
  font-family: Poppins, sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  display: none;
}

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

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

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

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

.button-vimeo.cc-jumbo-button.cc-jumbo-white {
  z-index: 1;
  width: 100px;
  height: 100px;
  color: #000;
  background-color: #fff;
  border-radius: 50%;
  position: relative;
}

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

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

.button-vimeo.cc-contact-us {
  z-index: 5;
  width: 50px;
  height: 50px;
  max-height: 50px;
  max-width: 50px;
  float: none;
  clear: both;
  object-fit: contain;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/vimeo-icon-2.svg'), url('../images/vimeo-icon.svg');
  background-position: 50%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: contain, contain;
  margin-left: 10px;
  padding: 0;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: auto;
}

.button-vimeo.cc-contact-us:hover {
  background-color: rgba(0, 0, 0, 0);
}

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

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

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

.label {
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

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

.label.cc-light {
  opacity: .6;
  text-transform: uppercase;
  display: none;
}

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

.paragraph-light {
  max-width: 800px;
  opacity: 1;
  color: #555;
  text-align: center;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  font-family: Poppins, sans-serif;
  font-size: 1em;
  line-height: 1.75em;
}

.paragraph-light.contact-pa {
  text-align: center;
  margin-bottom: 20px;
}

.heading-jumbo {
  max-width: 900px;
  color: #303030;
  text-transform: none;
  background-color: rgba(0, 0, 0, 0);
  margin: 40px auto;
  font-family: Poppins, sans-serif;
  font-size: 4.5em;
  font-weight: 600;
  line-height: .9em;
  transform: translate(-10px);
}

.heading-jumbo.cc-white-heading-jumbo {
  color: #fff;
}

.heading-jumbo-small {
  color: #414141;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 600;
  line-height: 50px;
}

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

.logo-link.w--current {
  margin-bottom: 10px;
}

.menu {
  z-index: 0;
  justify-content: center;
  align-items: flex-start;
  padding-top: 5px;
  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: #ebecf0;
  align-items: center;
  padding: 30px 50px;
  display: flex;
  position: relative;
  top: 0;
}

.navigation-item {
  opacity: .6;
  color: #fff;
  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;
  color: #fff;
}

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

.navigation-item.w--current {
  opacity: 1;
  color: #fff;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: var(--white);
}

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

.navigation-item.hide-me, .menu-button {
  display: none;
}

.logo-image {
  width: 150px;
  margin-bottom: 15px;
  display: block;
}

.navigation-items {
  flex: none;
  justify-content: center;
  align-self: flex-start;
  align-items: flex-start;
  display: flex;
  position: absolute;
}

.footer-wrap {
  justify-content: center;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 20px;
  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: 100vh;
  color: #fff;
  object-fit: contain;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0 0 200px 200px;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: 80px;
  display: flex;
  position: static;
  overflow: hidden;
}

.intro-header.cc-subpage {
  height: 55vh;
  color: #fff;
  background-color: rgba(0, 0, 0, .3);
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .4) 59%), linear-gradient(#252525, #252525);
  border-radius: 0 0 50px 50px;
  position: static;
}

.intro-header.cc-subpage.introbox {
  height: 50vh;
}

.intro-header.cc-subpage.introbox.agency {
  z-index: 0;
  height: 55vh;
  background-image: linear-gradient(rgba(0, 0, 0, 0) 62%, rgba(0, 0, 0, .1)), url('../images/Agency-01.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat-x;
  background-size: auto, contain;
  background-attachment: scroll, scroll;
  position: relative;
}

.intro-content {
  z-index: 1;
  width: 70%;
  max-width: 1140px;
  text-align: center;
  position: absolute;
}

.intro-content.cc-homepage {
  width: auto;
  height: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding-bottom: 40px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

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

.our-services-grid {
  max-width: 100%;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
  margin-bottom: 100px;
}

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

.section-heading-wrap.no-pad {
  margin-top: auto;
  margin-bottom: 0;
}

.service-icon {
  width: 125px;
  height: 150px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.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;
  display: none;
}

.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;
  background-image: url('../images/Team_Chewie.jpg');
  background-position: 0 0;
  background-size: 125px;
  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;
}

.project-overview-header {
  height: 620px;
  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;
  margin-bottom: 100px;
  display: flex;
}

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

.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: 40px 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: rgba(0, 0, 0, 0);
  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 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 600;
  display: none;
}

.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 {
  z-index: 1;
  width: 100%;
  max-width: 90vw;
  margin: auto;
  padding-bottom: 20px;
  position: static;
}

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

.cards-section {
  padding-top: 4vh;
  padding-bottom: 100px;
}

.centered-container {
  max-width: 1400px;
  text-align: center;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.cards-grid-container {
  width: 100%;
  grid-column-gap: 1em;
  grid-row-gap: 40px;
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(20vw, 30vw)) minmax(20vw, 30vw) minmax(20vw, 30vw);
  grid-auto-columns: 1fr;
  justify-content: center;
  justify-items: center;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.cards-image-mask {
  width: 100%;
  min-width: 250px;
  border-radius: 0%;
  justify-content: center;
  align-items: center;
  padding-top: 0%;
  display: flex;
  position: relative;
  overflow: visible;
}

.cards-image {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 50% 50%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cards-image.mo-icon-01 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 0 0;
  background-size: 125px, 125px;
}

.body {
  background-color: #1d77b8;
  font-family: Poppins, sans-serif;
}

.lottie-animation {
  z-index: 0;
  width: 100vw;
  object-fit: cover;
  border-radius: 20px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.lottie-animation-2 {
  width: 80%;
  max-height: 700px;
  float: left;
  clear: both;
  object-fit: fill;
  border-radius: 0;
  order: 1;
  align-self: flex-end;
  display: block;
  position: static;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 40%;
  overflow: visible;
  transform: translate(-15%);
}

.columns {
  width: 100%;
  flex: 0 auto;
  align-self: flex-end;
}

.column {
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.column-2 {
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.lottie-animation-2-copy {
  width: 30em;
  float: left;
  clear: both;
  object-fit: fill;
  border-radius: 0;
  order: 1;
  align-self: flex-end;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 40%;
  overflow: hidden;
}

.lottie-animation-3 {
  width: 20em;
  order: 1;
  align-self: flex-end;
  position: relative;
}

.lottie-animation-4 {
  width: 90%;
  max-height: 800px;
  float: left;
  clear: both;
  object-fit: fill;
  border-radius: 0;
  order: 1;
  align-self: flex-end;
  display: block;
  position: static;
  top: 10%;
  bottom: 0%;
  left: 0%;
  right: 40%;
  overflow: visible;
  transform: translate(50%, 30%);
}

.columns-2 {
  width: 100%;
  align-self: flex-end;
}

.column-3 {
  flex-wrap: nowrap;
  align-items: flex-end;
  display: flex;
}

.column-4 {
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.bird-ani {
  width: 100%;
  transform-style: preserve-3d;
  align-self: flex-start;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  transform: translate(0, -95px);
}

.lottie-animation-6 {
  width: 100%;
  align-self: flex-start;
  position: absolute;
}

.people {
  width: 45vw;
  height: 60vh;
  max-height: 750px;
  align-self: flex-end;
  position: absolute;
}

.text-block {
  font-family: Mofont v2, sans-serif;
  font-size: 50px;
  font-weight: 400;
}

.grid {
  max-width: 1600px;
  min-height: 750px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: fill;
  flex: 1;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: "Area"
                       "Area";
  margin-bottom: 20px;
}

.container-2 {
  width: auto;
  max-width: 100%;
  object-fit: fill;
  justify-content: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: relative;
}

.link-block-01 {
  color: var(--white);
  background-image: url('../images/V-Trains02D.jpg');
  background-position: 50% 0;
  background-size: auto;
  line-height: 1.25em;
  text-decoration: none;
}

.link-block-01.video-grid-btn {
  width: 100%;
  height: 100%;
  min-width: 400px;
  background-image: url('../images/V-Trains02D.jpg');
  background-position: 50% 0;
  background-size: cover;
  align-items: flex-end;
  display: block;
}

.link-block-01.video-grid-btn.video-block-elm {
  min-width: auto;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/play-btn-01-white.svg'), radial-gradient(circle farthest-corner at 50% 50%, black, var(--black) 0%, black 0%, black 0%, rgba(0, 0, 0, .2) 0%, transparent 50%), url('../images/grade.svg'), url('../images/V-Trains02D.jpg');
  background-position: 50%, 0 0, 0 100%, 50% 0;
  background-repeat: no-repeat, repeat, repeat-x, repeat;
  background-size: 100px 100px, auto, auto, cover;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: flex-end;
  align-items: center;
  display: flex;
}

.link-block-01.video-grid-btn.video-block-elm:hover {
  filter: saturate(110%);
  color: var(--white);
  text-decoration: underline;
}

.link-block-01.video-grid-btn.video-block-elm.cover {
  width: 100%;
  height: 500px;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.link-block-01.video-grid-btn.video-block-elm.cover.padd {
  height: 36.4vw;
  max-height: 720px;
  max-width: 1280px;
  min-width: auto;
  background-image: url('../images/play-btn-01-white.svg'), radial-gradient(circle farthest-corner at 50% 50%, black, var(--black) 0%, black 0%, black 0%, rgba(0, 0, 0, .2) 0%, transparent 50%), url('../images/grade.svg'), url('../images/YourStory.png');
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
}

.video-grid-text {
  width: 100.089%;
  height: auto;
  max-width: 400px;
  min-width: 100%;
  clear: left;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  flex-wrap: nowrap;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-self: flex-end;
  align-items: flex-end;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Poppins, sans-serif;
  font-size: 2em;
  font-weight: 600;
  line-height: 1.25em;
  text-decoration: none;
  display: flex;
  position: relative;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.video-grid-text:hover {
  color: var(--white);
  text-decoration: none;
}

.text-block-2 {
  max-width: 450px;
  color: var(--white);
  border: 0 #000;
  font-family: Poppins, sans-serif;
  font-size: 2em;
  font-weight: 600;
  line-height: 1.25em;
  text-decoration: none;
  position: relative;
}

.div-block {
  position: absolute;
}

.div-block-2 {
  width: 100%;
  height: 100%;
  background-color: #694a4a;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.video-block-01 {
  width: 100%;
  height: 100%;
  min-height: 100%;
  min-width: auto;
  background-color: #d3d3d3;
  display: block;
  overflow: hidden;
}

.video-block-01.off {
  display: none;
}

.video-grid-image-01, .div-block-4 {
  position: absolute;
}

.video-image-01 {
  width: 900px;
  height: 300%;
  background-color: #ce8888;
  align-items: flex-end;
  display: block;
  position: absolute;
}

.image {
  width: auto;
  height: auto;
  clear: left;
  flex: 0 auto;
  align-self: flex-end;
  margin-bottom: 10px;
  padding-left: 0;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  transform: translate(-7.5px);
}

.lightbox-link {
  width: 100%;
  height: 100%;
  min-width: 500px;
  background-color: #c7b9b9;
  background-image: url('../images/grade.svg'), url('../images/V-Trains02D.jpg');
  background-position: 50% 100%, 50%;
  background-repeat: repeat-x, repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  display: block;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.gallery {
  padding-top: 100px;
  padding-bottom: 100px;
}

.gallery-grid-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template: "."
                 "."
                 / 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  margin-top: 40px;
  display: grid;
}

.gallery-lightbox {
  position: relative;
  overflow: hidden;
}

.gallery-thumbnail {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.large-divide-block {
  min-height: 0;
}

.large-divide-block.mdivide {
  min-height: 100px;
}

.lottie-animation-8 {
  width: 150px;
  display: none;
}

.link-block-02 {
  color: var(--white);
  background-image: url('../images/V-Trains02D.jpg');
  background-position: 50% 0;
  background-size: auto;
  line-height: 1.25em;
  text-decoration: none;
}

.link-block-02.video-grid-btn {
  width: 100%;
  height: 100%;
  min-width: 400px;
  background-image: url('../images/V-Trains02D.jpg');
  background-position: 50% 0;
  background-size: cover;
  align-items: flex-end;
  display: block;
}

.link-block-02.video-grid-btn.video-block-elm {
  min-width: auto;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/grade.svg'), url('../images/V-Trains02D.jpg');
  background-position: 0 100%, 50% 0;
  background-repeat: repeat-x, repeat;
  background-size: auto, cover;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: flex-end;
  align-items: center;
  display: flex;
}

.link-block-02.video-grid-btn.video-block-elm:hover {
  filter: saturate(110%);
  color: var(--white);
  text-decoration: underline;
}

.link-block-02.video-grid-btn.video-block-elm._2 {
  background-image: url('../images/play-btn-01-white.svg'), url('../images/grade.svg'), url('../images/Mind.jpg');
  background-position: 50%, 0 100%, 50%;
  background-repeat: no-repeat, repeat-x, repeat;
  background-size: auto, auto, cover;
}

.heading-jumbo-dark {
  color: var(--white);
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 5em;
  font-weight: 600;
  line-height: 1.2em;
}

.heading-jumbo-dark.cc-white-heading-jumbo {
  color: #fff;
}

.blog-text-grid {
  width: 100.089%;
  height: auto;
  max-width: 400px;
  clear: left;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--white);
  object-fit: fill;
  background-color: rgba(0, 0, 0, 0);
  flex-wrap: nowrap;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-self: flex-end;
  align-items: flex-end;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Poppins, sans-serif;
  font-size: 2em;
  font-weight: 600;
  line-height: 1.25em;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.blog-text-grid:hover {
  color: var(--white);
  text-decoration: none;
}

.link-block-3 {
  flex-wrap: nowrap;
  flex: 1;
  align-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  overflow: hidden;
}

.image-3 {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.div-block-6 {
  min-height: 100%;
  min-width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/grade.svg');
  background-position: 0 100%;
  background-repeat: repeat-x;
  background-size: auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin: 10px 10px auto;
  display: block;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.collection-item {
  object-fit: contain;
  order: -1;
  margin-bottom: 40px;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  overflow: hidden;
}

.image-4 {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.container-3 {
  flex: 0 auto;
  padding-left: 10px;
  display: flex;
}

.collection-list-wrapper-2 {
  max-width: 1600px;
  flex: 1;
  justify-content: center;
  display: flex;
}

.section-blog {
  background-color: #fff;
  justify-content: center;
  margin-top: auto;
  padding-top: 40px;
  display: flex;
}

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

.blog-image-over {
  max-height: 100%;
  max-width: 100.062%;
  min-width: 100%;
  flex: 0 auto;
  align-self: flex-end;
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.div-block-7 {
  width: 100%;
  min-height: 100%;
  min-width: auto;
  object-fit: contain;
  background-color: rgba(199, 131, 131, 0);
  background-image: url('../images/grade.svg');
  background-position: 50% 100%;
  background-repeat: repeat-x;
  background-size: auto;
  flex-wrap: wrap;
  flex: 1;
  align-content: stretch;
  align-self: auto;
  margin-left: auto;
  margin-right: 20px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  overflow: hidden;
}

.collection-list {
  object-fit: contain;
  flex: 1;
  display: flex;
  overflow: hidden;
}

.blog-block-01 {
  color: var(--white);
  background-image: url('../images/V-Trains02D.jpg');
  background-position: 50% 0;
  background-size: auto;
  line-height: 1.25em;
  text-decoration: none;
}

.blog-block-01.video-grid-btn {
  width: 100%;
  height: 100%;
  min-width: 400px;
  background-image: url('../images/V-Trains02D.jpg');
  background-position: 50% 0;
  background-size: cover;
  align-items: flex-end;
  display: block;
}

.blog-block-01.video-grid-btn.video-block-elm {
  min-height: 300px;
  min-width: auto;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/grade.svg'), url('../images/V-Trains02D.jpg');
  background-position: 0 100%, 50% 0;
  background-repeat: repeat-x, repeat;
  background-size: auto, cover;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: flex-end;
  align-items: center;
  display: flex;
}

.blog-block-01.video-grid-btn.video-block-elm:hover {
  filter: saturate(110%);
  color: var(--white);
  text-decoration: underline;
}

.blog-block-01.video-block-elm.video-grid-btn {
  background-image: url('../images/grade.svg');
  background-position: 0 100%;
  background-repeat: repeat-x;
  background-size: auto;
  overflow: hidden;
}

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

.div-block-8 {
  background-color: #e9e9e9;
  border-radius: 20px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.blog-grid-txt {
  z-index: 2;
  width: 100.089%;
  height: auto;
  max-width: 400px;
  min-width: 100%;
  clear: left;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  flex-wrap: nowrap;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 20px;
  font-family: Poppins, sans-serif;
  font-size: 2em;
  font-weight: 600;
  line-height: 1.25em;
  text-decoration: none;
  display: flex;
  position: relative;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.blog-grid-txt:hover {
  color: #1a1a1a;
  text-decoration: underline;
}

.link-block-4 {
  max-width: 1600px;
  background-color: #f5f5f5;
  border-radius: 20px;
  padding: 10px;
  text-decoration: none;
  overflow: hidden;
}

.image-6 {
  clear: left;
  object-fit: contain;
  flex: 1;
  align-self: center;
  position: relative;
}

.link-block-03 {
  color: var(--white);
  background-image: url('../images/V-Trains02D.jpg');
  background-position: 50% 0;
  background-size: auto;
  line-height: 1.25em;
  text-decoration: none;
}

.link-block-03.video-grid-btn {
  width: 100%;
  height: 100%;
  min-width: 400px;
  background-image: url('../images/V-Trains02D.jpg');
  background-position: 50% 0;
  background-size: cover;
  align-items: flex-end;
  display: block;
}

.link-block-03.video-grid-btn.video-block-elm {
  min-width: auto;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/play-btn-01-white.svg'), url('../images/grade.svg'), url('../images/MB01.jpg');
  background-position: 50%, 0 100%, 0 0;
  background-repeat: no-repeat, repeat-x, repeat;
  background-size: auto, auto, cover;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: flex-end;
  align-items: center;
  display: flex;
}

.link-block-03.video-grid-btn.video-block-elm:hover {
  filter: saturate(110%);
  color: var(--white);
  text-decoration: underline;
}

.link-block-04 {
  color: var(--white);
  background-image: url('../images/V-Trains02D.jpg');
  background-position: 50% 0;
  background-size: auto;
  line-height: 1.25em;
  text-decoration: none;
}

.link-block-04.video-grid-btn {
  width: 100%;
  height: 100%;
  min-width: 400px;
  background-image: url('../images/V-Trains02D.jpg');
  background-position: 50% 0;
  background-size: cover;
  align-items: flex-end;
  display: block;
}

.link-block-04.video-grid-btn.video-block-elm {
  min-width: auto;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/play-btn-01-white.svg'), url('../images/grade.svg'), url('../images/Ambi.jpg');
  background-position: 50%, 0 100%, 0 0;
  background-repeat: no-repeat, repeat-x, repeat;
  background-size: auto, auto, cover;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: flex-end;
  align-items: center;
  display: flex;
}

.link-block-04.video-grid-btn.video-block-elm:hover {
  filter: saturate(110%);
  color: var(--white);
  text-decoration: underline;
}

.link-block-05 {
  color: var(--white);
  background-image: url('../images/V-Trains02D.jpg');
  background-position: 50% 0;
  background-size: auto;
  line-height: 1.25em;
  text-decoration: none;
}

.link-block-05.video-grid-btn {
  width: 100%;
  height: 100%;
  min-width: 400px;
  background-image: url('../images/V-Trains02D.jpg');
  background-position: 50% 0;
  background-size: cover;
  align-items: flex-end;
  display: block;
}

.link-block-05.video-grid-btn.video-block-elm {
  min-width: auto;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/play-btn-01-white.svg'), url('../images/grade.svg'), url('../images/MP-motion-Reel.png');
  background-position: 50%, 0 100%, 50%;
  background-repeat: no-repeat, repeat-x, repeat;
  background-size: auto, auto, cover;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: flex-end;
  align-items: center;
  display: flex;
}

.link-block-05.video-grid-btn.video-block-elm:hover {
  filter: saturate(110%);
  color: var(--white);
  text-decoration: underline;
}

.link-block-05.video-grid-btn.video-block-elm.beem {
  background-image: url('../images/play-btn-01-white.svg'), url('../images/grade.svg'), url('../images/Screenshot-2022-09-25-at-15.26.39.png');
  background-position: 50%, 0 100%, 50%;
  background-repeat: no-repeat, repeat-x, repeat;
  background-size: auto, auto, cover;
}

.divider-mobile {
  width: 100vw;
  height: 1px;
  opacity: 0;
  text-align: center;
  background-color: #eee;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.mo-icon-a {
  width: 100%;
  height: 200px;
  max-width: 200px;
  object-fit: cover;
  object-position: 50% 50%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.mo-icon-a.mo-icon-01 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 0 0;
  background-size: 125px, 125px;
}

.heading {
  text-align: center;
  font-weight: 600;
  display: block;
}

.heading-2, .heading-3 {
  text-align: center;
  font-weight: 600;
}

.paragraph, .paragraph-2, .paragraph-3 {
  text-align: center;
}

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

.section-work {
  padding-top: 20px;
}

.html-embed {
  color: #fff;
  text-align: center;
}

.html-embed-2 {
  width: 100vw;
  height: 80vh;
  object-fit: contain;
  position: absolute;
}

.background-video {
  width: 100vw;
  background-image: linear-gradient(rgba(0, 0, 0, .28), rgba(0, 0, 0, .05) 100%, rgba(0, 0, 0, 0));
  padding-top: 60px;
}

.team-pic-02 {
  width: 100%;
  height: 420px;
  background-color: #f4f4f4;
  background-image: url('../images/Team_Dan.jpg');
  background-position: 50% 0;
  background-size: cover;
  border-radius: 30px;
  margin-bottom: 40px;
}

.team-pic-01-copy {
  width: 100%;
  height: 420px;
  background-color: #f4f4f4;
  background-image: url('../images/Mike.jpg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 30px;
  margin-bottom: 40px;
}

.team-pic-01 {
  width: 100%;
  height: 420px;
  background-color: #f4f4f4;
  background-image: url('../images/Team_Mike.jpg');
  background-position: 50% 0;
  background-size: cover;
  border-radius: 30px;
  margin-bottom: 40px;
}

.team-pic-03 {
  width: 100%;
  height: 420px;
  background-color: #f4f4f4;
  background-image: url('../images/Team_Max.jpg');
  background-position: 50% 0;
  background-size: cover;
  border-radius: 30px;
  margin-bottom: 40px;
}

.team-pic-04 {
  width: 100%;
  height: 420px;
  background-color: #f4f4f4;
  background-image: url('../images/Team_Grant.jpg');
  background-position: 50% 0;
  background-size: cover;
  border-radius: 30px;
  margin-bottom: 40px;
}

.team-pic-05 {
  width: 100%;
  height: 420px;
  background-color: #f4f4f4;
  background-image: url('../images/Team_Chewie.jpg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 30px;
  margin-bottom: 40px;
}

.text-block-4 {
  text-align: center;
  padding-top: 10px;
}

.video-background-02 {
  object-fit: cover;
  flex: 1;
  margin-top: 80px;
  display: flex;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  transform: scale(1.1)translate(0, 2vh);
}

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

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

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

.button2.cc-jumbo-button {
  width: 200px;
  background-color: #1d77b8;
  border-radius: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button2.cc-jumbo-button.w--current {
  border-radius: 10px;
}

.button2.cc-jumbo-button.w--current:hover {
  background-color: #59a5db;
}

.button2.cc-jumbo-button.cc-jumbo-white {
  z-index: 1;
  width: 100px;
  height: 100px;
  color: #000;
  background-color: #fff;
  border-radius: 50%;
  position: relative;
}

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

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

.button2.cc-contact-us {
  z-index: 5;
  position: relative;
}

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

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

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

.div-block-11 {
  width: 250%;
}

.div-block-12 {
  width: 25px;
  height: 50px;
  min-height: 100%;
  min-width: 100%;
  color: #fffefe;
  object-fit: fill;
  background-color: #8d7b7b;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.social-btns {
  z-index: 99;
  min-height: 50px;
  min-width: 200px;
  clear: right;
  justify-content: flex-end;
  margin-top: 5px;
  display: flex;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
  transform: translate(0, -10px);
}

.button-phone {
  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-phone:hover {
  color: #fff;
  background-color: #32343a;
}

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

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

.button-phone.cc-jumbo-button.cc-jumbo-white {
  z-index: 1;
  width: 100px;
  height: 100px;
  color: #000;
  background-color: #fff;
  border-radius: 50%;
  position: relative;
}

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

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

.button-phone.cc-contact-us {
  z-index: 5;
  max-height: 50px;
  max-width: 50px;
  float: none;
  clear: both;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/PHONE-icon.svg'), url('../images/vimeo-icon-2.svg');
  background-position: 50%, 50%;
  background-repeat: repeat, no-repeat;
  background-size: contain, contain;
  margin-left: 10px;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: auto;
}

.button-phone.cc-contact-us:hover {
  background-color: rgba(0, 0, 0, 0);
}

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

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

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

.link-block-6 {
  width: 50px;
  height: 50px;
  max-height: 50px;
  max-width: 50px;
  min-height: 50px;
  min-width: 50px;
  object-fit: fill;
  background-image: url('../images/vimeo-icon-2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
}

.link-block-6:hover {
  background-color: red;
}

.link-block-7 {
  width: 50px;
  height: 50px;
  max-height: 50px;
  max-width: 50px;
  min-height: 50px;
  min-width: 50px;
  background-color: #e73d3d;
  flex: 1;
  position: relative;
}

.button {
  z-index: 99;
  width: 50px;
  height: 50px;
  background-image: url('../images/vimeo-icon-2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 10px;
  position: relative;
}

.button:hover {
  filter: brightness(120%);
}

.phone {
  z-index: 99;
  width: 50px;
  height: 50px;
  background-image: url('../images/PHONE-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 10px;
  display: block;
  position: relative;
}

.phone:hover {
  filter: brightness(120%);
}

.heading-jumbo-small-2 {
  color: #fff;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 600;
  line-height: 50px;
}

.columns-3 {
  min-height: 95vh;
}

.onboard-block {
  flex-wrap: wrap;
  justify-content: flex-end;
  display: flex;
  transform: translate(30px, 4vh);
}

.column-5 {
  min-height: 50vh;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.lottie-animation-9 {
  width: 30px;
  height: 100px;
  overflow: hidden;
}

.lottie-animation-10 {
  z-index: 10;
  width: 250px;
  height: 250px;
  position: absolute;
}

.div-block-14 {
  filter: contrast(90%);
  transform: translate(0, 150px);
}

.produce-block {
  flex-wrap: wrap;
  justify-content: flex-end;
  display: flex;
  transform: translate(30px, 25vh);
}

.deliver-block {
  flex-wrap: wrap;
  justify-content: flex-start;
  display: flex;
  transform: translate(-30px, 40vh);
}

.plan-block {
  flex-wrap: wrap;
  justify-content: flex-start;
  display: flex;
  transform: translate(-30px, 25vh);
}

.column-6 {
  flex-wrap: wrap;
  justify-content: flex-end;
  display: flex;
}

.div-block-15, .process-block {
  z-index: 10;
  width: 250px;
  height: 250px;
  flex: 1;
  position: absolute;
}

.paragraph-light-process {
  opacity: .6;
  text-align: right;
  margin-bottom: 40px;
  font-size: 1.1em;
  line-height: 1.75em;
}

.paragraph-light-process-right {
  opacity: .6;
  text-align: left;
  margin-bottom: 40px;
  font-size: 1.1em;
  line-height: 1.75em;
}

.div-block-16 {
  min-height: 10vh;
}

.process-col {
  min-height: 50vh;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.pro-left {
  flex-wrap: wrap;
  justify-content: flex-end;
  display: flex;
}

.produce-block-alt, .plan-block-alt {
  flex-wrap: wrap;
  justify-content: center;
  display: none;
  transform: translate(0, 25vh);
}

.m-vertgap {
  min-height: 5vh;
  display: block;
}

.process-btm {
  width: 30px;
  height: 50px;
  filter: brightness(95%);
  overflow: hidden;
}

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

.paragraph-process-big.cc-bigger-light {
  opacity: 1;
  color: #fff;
  font-size: 1.2em;
  line-height: 1.5em;
}

.paragraph-process-big.cc-bigger-white-light {
  opacity: .6;
  color: #141414;
  font-family: Poppins, sans-serif;
  font-weight: 400;
}

.lottie-animation-9-b {
  width: 30px;
  height: 100px;
  overflow: hidden;
}

.m-vertgap-2 {
  min-height: 5vh;
  display: none;
}

.big-title {
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Poppins, sans-serif;
  font-size: 3em;
  font-weight: 600;
  display: none;
}

.big-title.no-gap {
  margin-bottom: auto;
}

.html-embed-4 {
  min-height: 640px;
}

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

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

.video-02 {
  float: left;
  display: block;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.html-embed-5 {
  min-height: 640px;
}

.vimeovid-01 {
  max-height: none;
  float: none;
  clear: none;
  opacity: 1;
  object-fit: fill;
  flex-flow: column;
  align-content: stretch;
  justify-content: center;
  align-items: stretch;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50%;
  display: block;
  position: static;
  left: auto;
  overflow: visible;
  transform: translate(0);
}

.vimeovid-01.mvimeo-container {
  margin-top: 50px;
  position: relative;
}

.process-icon-01 {
  width: 150px;
  height: 150px;
  margin-bottom: 30px;
  display: none;
}

.team-pic-06 {
  width: 100%;
  height: 420px;
  background-color: #f4f4f4;
  background-image: url('../images/Team_Stew.jpg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 30px;
  margin-bottom: 40px;
}

.paragraph-light-c {
  opacity: 1;
  color: #555;
  text-align: center;
  margin-bottom: 40px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 1em;
  line-height: 1.75em;
}

.mdivide, .mdivide-b {
  min-height: 5vh;
  line-height: 5vh;
}

.background {
  position: relative;
}

.mount-01 {
  transform-style: preserve-3d;
}

.background-01 {
  z-index: -1;
  width: 100%;
  height: 9%;
  min-height: 120vh;
  background-image: linear-gradient(to bottom, var(--white), var(--white));
  align-items: flex-end;
  display: flex;
  position: absolute;
  overflow: visible;
  transform: translate(-30px);
}

.mountain-01, .mountain-02 {
  width: 100vw;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.mountain-03 {
  width: 100vw;
  align-self: flex-end;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.mountain-block {
  opacity: .12;
  align-self: flex-start;
}

.grade {
  width: 100vw;
  min-height: 200vh;
  background-image: linear-gradient(rgba(255, 255, 255, 0) 13%, #fff 54%);
  align-self: flex-end;
  align-items: flex-end;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: translate(0, 100vh);
}

.lottie-animation-12 {
  transform: translate(-11vw, 57vh)scale(.7);
}

.heading-4 {
  display: none;
}

.readmore {
  opacity: .6;
}

.navigation-3 {
  z-index: 300;
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  padding: 30px 50px 15px;
  display: block;
  position: fixed;
  top: 0;
}

.navigation-wrap-2 {
  z-index: 290;
  flex: 1;
  justify-content: space-between;
  align-self: flex-start;
  align-items: center;
  padding: 0;
  display: flex;
  position: relative;
  top: auto;
}

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

.lottie-animation-13 {
  transform-style: preserve-3d;
}

.image-7 {
  width: 100%;
  height: 200px;
}

.image-8 {
  width: 100%;
  height: 100%;
  max-width: none;
  min-width: auto;
}

.image-9, .image-10 {
  width: 100%;
  height: 100%;
  max-width: none;
}

.section-222 {
  margin-bottom: 60px;
}

.divider-b {
  height: 2px;
  max-width: 25vw;
  background-color: #1c77b8;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-20 {
  max-width: none;
  background-color: var(--white);
  border-radius: 5%;
  padding: 35px 20px 0;
}

.div-block-21, .div-block-22 {
  max-width: none;
  background-color: var(--white);
  border-radius: 5%;
  padding-top: 35px;
  padding-left: 20px;
  padding-right: 20px;
}

.text-block-5 {
  color: #fff;
  background-color: #3d3d3d;
  padding: 40px 5vw;
  font-size: 3em;
}

.banner-examples-1 {
  width: 100%;
  min-height: 300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5vw;
  padding-right: 5vw;
}

.lottie-animation-14, .lottie-animation-15, .lottie-animation-16, .lottie-animation-17 {
  max-height: 600px;
  max-width: 300px;
}

.lottie-animation-17.clicky {
  width: 300px;
  height: 600px;
}

.banner-block-01.clicky {
  display: block;
}

.lottie-animation-18, .lottie-animation-19 {
  max-width: 300px;
}

.heading-5 {
  margin-right: auto;
  padding-left: 0;
  padding-right: 5vw;
  font-size: 3em;
  text-decoration: none;
}

.spacer {
  min-height: 20px;
}

.lottie-animation-20 {
  width: 300px;
  height: 250px;
  max-width: 300px;
}

.div-block-24 {
  width: 100%;
  max-height: 2px;
  min-height: 2px;
  background-color: #222;
  margin-top: 40px;
  margin-bottom: 40px;
}

.grid-3 {
  grid-template-columns: 2.5fr 1fr;
  grid-auto-flow: column;
  align-content: stretch;
  padding-bottom: 40px;
}

.lottie-animation-21, .lottie-animation-22 {
  max-width: 728px;
}

.footer {
  min-height: 10vh;
}

.lottie-animation-23, .lottie-animation-24 {
  max-height: 50px;
  max-width: 300px;
}

.lottie-animation-25 {
  max-height: 90px;
  max-width: 728px;
}

.image-11 {
  max-height: 600px;
}

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

.image-12 {
  width: 300px;
  height: 200px;
}

.div-block-26 {
  width: 160px;
  height: 600px;
  background-color: rgba(0, 0, 0, .1);
}

.div-block-27 {
  width: 300px;
  height: 250px;
  background-color: rgba(0, 0, 0, .1);
}

.div-block-28 {
  width: 320px;
  height: 50px;
  background-color: rgba(0, 0, 0, .1);
}

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

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

.div-block-31 {
  width: 728px;
  height: 90px;
}

.div-block-32 {
  width: 728px;
  height: 90px;
  background-color: rgba(0, 0, 0, .1);
}

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

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

.div-block-35, .div-block-36 {
  padding-left: 10px;
}

.div-block-37 {
  width: 300px;
  height: 250px;
  background-color: rgba(0, 0, 0, .1);
}

.div-block-38 {
  width: 300px;
  height: 50px;
  background-color: rgba(0, 0, 0, .1);
}

.lottie-animation-26 {
  width: 300px;
  height: 600px;
}

.banner-examples-2 {
  width: 100%;
  min-height: 300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5vw;
  padding-right: 5vw;
}

.div-block-39 {
  width: 728px;
  height: 90px;
  background-color: rgba(0, 0, 0, .1);
}

.div-block-40 {
  width: 300px;
  height: 50px;
  background-color: rgba(0, 0, 0, .1);
}

.div-block-41 {
  width: 300px;
  height: 250px;
  background-color: rgba(0, 0, 0, .1);
}

.divider-thing {
  width: 100%;
  max-height: 2px;
  min-height: 2px;
  background-color: #222;
  margin-top: 40px;
  margin-bottom: 40px;
}

._970 {
  width: 300px;
  height: 250px;
  background-color: rgba(0, 0, 0, .1);
}

._970-250 {
  width: 970px;
  height: 250px;
  background-color: rgba(0, 0, 0, .1);
}

.banner-block_two {
  width: 6%;
  display: flex;
}

.banner-block_two.clicky {
  display: block;
}

.half {
  padding-right: 10px;
}

._250-250 {
  width: 250px;
  height: 250px;
  max-height: 250px;
  max-width: 250px;
  background-color: rgba(0, 0, 0, .1);
}

._160-600 {
  width: 160px;
  height: 600px;
  background-color: rgba(0, 0, 0, .1);
}

.text-block-6 {
  width: 250px;
}

._300-600 {
  width: 300px;
  height: 600px;
  background-color: rgba(0, 0, 0, .1);
}

._300-50 {
  width: 300px;
  height: 50px;
  background-color: rgba(0, 0, 0, .1);
}

._728-90 {
  width: 728px;
  height: 90px;
  background-color: rgba(0, 0, 0, .1);
}

._350-250 {
  width: 350px;
  height: 250px;
  background-color: rgba(0, 0, 0, .1);
}

._320-50, .div-block-28-copy, ._320-50-2, ._320-50-3, ._320-50-4 {
  width: 320px;
  height: 50px;
  background-color: rgba(0, 0, 0, .1);
}

.section-223 {
  margin-bottom: 20px;
}

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

.grid-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 2px solid #000;
  grid-auto-flow: row dense;
}

.div-block-42 {
  min-height: 5vh;
}

.text-block-8, .text-block-9 {
  border: 1px solid #000;
  border-radius: 1px;
}

.text-block-10, .text-block-11 {
  border: 1px solid #000;
}

.text-block-11.table-block {
  padding-left: 5px;
  padding-right: 5px;
}

.heading-6 {
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.subscribe-form {
  padding-top: 100px;
  padding-bottom: 100px;
}

.centered-container-2 {
  text-align: center;
  flex: 1;
}

.subscribe-form-flex {
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.subscribe-form-input-wrapper {
  min-width: 25vw;
  text-align: left;
}

.subscribe-form-input {
  height: 50px;
  margin-bottom: 0;
}

.paragraph-4 {
  min-width: 500px;
}

.heading-7 {
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.paragraph-5 {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.submit-button {
  min-height: 50px;
  background-color: #1c77b8;
}

.text-block-12 {
  border-bottom: 1px solid #000;
  border-radius: 1px;
}

.text-block-13 {
  border-bottom: 1px solid #000;
  border-radius: 2px;
}

.container-5 {
  margin-bottom: 60px;
  padding-bottom: 100px;
}

.image-13 {
  width: 600px;
  height: 500px;
  margin-top: -100px;
}

.main-content {
  z-index: 0;
  height: 100vh;
  object-fit: contain;
  background-color: #fff;
  display: block;
  position: relative;
  overflow: visible;
}

.main-content.hero-b {
  position: fixed;
}

.main-content.blog-content {
  padding-top: 70px;
}

.back-video {
  z-index: -2;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.overlay {
  width: 100vw;
  height: 260vh;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  margin-bottom: -50vh;
  position: fixed;
}

.back {
  z-index: -1;
  height: 90vh;
  background-color: #8a8888;
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.top {
  height: 230vh;
  position: -webkit-sticky;
  position: sticky;
  top: auto;
}

.bottom {
  z-index: 2;
  background-color: rgba(0, 0, 0, 0);
  position: relative;
  top: auto;
}

.background-colour {
  z-index: -1;
  background-color: #f1f1f1;
  margin-top: 220px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.menu-trigger {
  display: none;
}

.nav-back {
  width: 100%;
  height: 100%;
  background-color: #1f1f1f;
  display: block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navback {
  width: 100%;
  height: 100%;
  min-height: 100px;
  object-fit: fill;
  background-color: #2c2c2c;
  border: 0 #8f7070;
  flex: 1;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.page-top {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.loader-container {
  z-index: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.image-14 {
  width: 300px;
  height: auto;
  margin: auto;
}

.logo {
  width: 300px;
  height: 300px;
  margin: auto;
}

.intro-title-01 {
  padding-left: 20px;
  padding-right: 20px;
}

.scroll-icon {
  z-index: 1;
  width: 100vw;
  height: 200px;
  max-height: 100px;
  max-width: 300px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.lottie-animation-30 {
  width: 90px;
  cursor: pointer;
}

.div-block-43 {
  min-height: 30px;
  background-color: #ff8585;
}

.page-transition {
  z-index: 300;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0);
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.lottie-animation-31 {
  z-index: 300;
  width: 100%;
  height: auto;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.nav {
  z-index: 300;
  display: block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.lottie-in {
  height: 100vh;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.page-in {
  z-index: 300;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0);
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.lottie-out {
  height: 100vh;
}

.heading-jumbo-light {
  max-width: 900px;
  color: #fff;
  text-transform: none;
  background-color: rgba(0, 0, 0, 0);
  margin: auto;
  padding-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 7em;
  font-weight: 600;
  line-height: 1.1em;
  transform: translate(-10px);
}

.heading-jumbo-light.cc-white-heading-jumbo {
  color: #fff;
}

.heading-jumbo-light.dark {
  color: #181818;
  padding-bottom: 25px;
}

.menu-bk {
  z-index: 290;
  height: 100px;
  background-color: #2c2c2c;
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.white-block {
  z-index: 1;
  width: 100vw;
  height: 50vh;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.heading-8 {
  font-weight: 600;
}

.work-tag-offset {
  height: 5px;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  top: -150px;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.body-2 {
  background-color: #1c77b8;
}

.top-b {
  z-index: 0;
  height: 60vh;
  background-color: #fff;
  margin-top: 90px;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.top-b.smaller-top {
  height: 50vh;
  margin-top: 50px;
}

.bottom-b {
  z-index: 1;
  height: auto;
  background-color: #fff;
  margin-top: 45vh;
  margin-bottom: auto;
  padding-top: 0;
  position: relative;
}

.bottom-b.smaller-bottom {
  background-color: #fff;
  margin-top: 50vh;
  margin-bottom: auto;
  padding-bottom: 100px;
}

.body-3 {
  background-color: #1d77b8;
}

.small-gap {
  height: 60px;
}

.gap {
  padding-top: 2.5vh;
}

.gap.b {
  padding-top: 20px;
}

.bottom-c {
  z-index: 1;
  background-color: #fff;
  margin-top: 500vh;
  padding-top: 0;
  position: relative;
}

.bottom-c.top-pos {
  margin-top: 45vh;
}

.process-lottie {
  z-index: 1;
  width: 100%;
  height: 70vh;
  max-height: 70vh;
  max-width: 400px;
  min-width: 60vh;
  justify-content: flex-start;
  align-self: center;
  margin-top: 80px;
  margin-left: auto;
  margin-right: 20px;
  padding: 60px 60px 40px 20px;
  display: flex;
  position: relative;
  left: auto;
  right: auto;
  overflow: visible;
  transform: translate(-30%, -20px);
}

.section-224 {
  height: 300px;
  background-color: #db6262;
  position: -webkit-sticky;
  position: sticky;
  top: auto;
}

.process {
  text-align: center;
  margin-top: auto;
  padding-right: 40px;
  font-size: 4em;
  font-weight: 600;
}

.process.mob {
  display: none;
}

.process-section {
  z-index: 1;
  width: 100vw;
  height: 100vh;
  background-color: #3a3a3a;
  position: -webkit-sticky;
  position: sticky;
  top: 10px;
}

.process-section.white {
  color: #fff;
  padding-top: 50px;
  font-family: Poppins, sans-serif;
  top: 0;
}

.process-txt-01 {
  margin: auto;
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-150%);
}

.process-text {
  width: 100%;
  height: auto;
  max-width: none;
  min-height: auto;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  margin-left: 0;
  margin-right: auto;
  padding-left: 0;
  padding-right: 10px;
  display: block;
  position: relative;
}

.process-txt {
  margin: auto;
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-150%);
}

.process-txt.p-1, .process-txt.p-2 {
  margin-top: auto;
  display: block;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: none;
}

.process-txt.p-3 {
  margin-top: auto;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: none;
}

.process-txt.p-4 {
  margin-top: auto;
  margin-left: auto;
  margin-right: 0;
  display: block;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: none;
}

.processes {
  width: 100%;
  height: auto;
  max-width: 1000px;
  margin-top: 130px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.heading-9 {
  font-weight: 600;
}

.heading-9.prohead {
  margin-top: auto;
  margin-bottom: 5px;
}

.heading-10 {
  font-weight: 600;
}

.heading-10.prohead {
  margin-top: auto;
  margin-bottom: 5px;
}

.heading-11 {
  font-weight: 600;
}

.heading-11.prohead {
  margin-top: auto;
  margin-bottom: 5px;
}

.heading-12 {
  font-weight: 600;
}

.heading-12.prohead {
  margin-top: auto;
  margin-bottom: 5px;
}

.recaptcha {
  margin-top: 20px;
}

.video_icon, .int_icon, .ani_icon {
  max-height: 300px;
  max-width: 8vw;
}

.btn {
  color: #051328;
  cursor: pointer;
  background-color: #e7e7e7;
  border: 1px #000;
  justify-content: center;
  align-items: center;
  padding: 1.5rem 3rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.btn.btn-eleven {
  color: #fff;
  border-radius: 10px;
  overflow: hidden;
}

.btn.btn-seven {
  object-fit: fill;
  background-color: rgba(0, 0, 0, 0);
  display: flex;
}

.btn.btn-six {
  color: #fff;
  background-color: #fff;
}

.btn.btn-fourteen {
  background-color: rgba(0, 0, 0, 0);
}

.btn.btn-nine {
  color: #fff;
  background-color: #00f;
}

.btn.btn-thirteen {
  color: #fff;
  padding: 1rem 2rem;
  overflow: hidden;
}

.btn.btn-eight {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
}

.btn.btn-twenty {
  width: 120px;
  height: 120px;
  color: #051328;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
}

.btn.btn-twelve {
  width: 80px;
  height: 80px;
  max-height: 80px;
  max-width: 80px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.btn.btn-fifteen {
  height: 64px;
  color: #00f;
  text-transform: uppercase;
  background-color: #fff;
  border-style: solid;
  border-color: #00f;
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 700;
  display: flex;
}

.btn.btn-nineteen {
  width: 100%;
  height: 100%;
  color: #051328;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
  transition: all .2s;
}

.btn.btn-nineteen:hover {
  color: #00f;
}

.btn.btn-one {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 3rem;
  overflow: hidden;
}

.btn.btn-sixteen {
  width: 180px;
  height: 180px;
  color: #00f;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  display: flex;
}

.btn.btn-seventeen {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 20px;
}

.btn.btn-three {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 600;
  overflow: hidden;
}

.btn.btn-seven {
  background-color: rgba(0, 0, 0, 0);
}

.btn.btn-eighteen {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
}

.btn.btn-ten {
  background-color: #00f;
  overflow: hidden;
}

.mo-button {
  z-index: 1;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.list {
  z-index: 300;
  position: relative;
}

.list-button {
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  position: relative;
}

.button-item {
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: fill;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.btn-b {
  color: #051328;
  cursor: pointer;
  background-color: #e7e7e7;
  border: 1px #000;
  justify-content: center;
  align-items: center;
  padding: 1.5rem 3rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.btn-b.btn-eleven {
  color: #fff;
  border-radius: 10px;
  overflow: hidden;
}

.btn-b.btn-seven {
  object-fit: fill;
  background-color: rgba(0, 0, 0, 0);
  flex-flow: row;
  flex: 0 auto;
  align-self: auto;
  display: flex;
}

.mobo-con {
  padding-top: 100px;
  padding-bottom: 100px;
}

.moform-button {
  width: 1200px;
  max-width: 100%;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 32px 40px;
  display: flex;
}

.marquee {
  width: 100%;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.marquee-inner {
  opacity: 0;
}

.content {
  width: 100%;
  grid-column-gap: 4rem;
  grid-row-gap: 6rem;
  grid-template-rows: 230px;
  grid-template-columns: minmax(300px, 1fr) minmax(300px, 1fr) minmax(300px, 1fr);
  grid-auto-rows: 230px;
  grid-auto-columns: minmax(300px, 1fr);
  justify-items: center;
  display: grid;
}

.text-span {
  position: relative;
}

.button-container {
  margin-top: 60px;
  margin-bottom: 30px;
  display: flex;
}

.button-container.no-top-margin {
  margin-top: auto;
}

.phone-mob {
  z-index: 99;
  width: 50px;
  height: 50px;
  background-image: url('../images/PHONE-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 10px;
  display: none;
  position: relative;
}

.phone-mob:hover {
  filter: brightness(120%);
}

.social-b {
  display: none;
}

.vimeo {
  z-index: 99;
  width: 50px;
  height: 50px;
  background-image: url('../images/vimeo-icon-2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 10px;
  position: relative;
}

.vimeo:hover {
  filter: brightness(120%);
}

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

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

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

.button3.cc-jumbo-button {
  width: auto;
  max-width: 300px;
  background-color: #1d77b8;
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button3.cc-jumbo-button.w--current:hover {
  background-color: #59a5db;
}

.button3.cc-jumbo-button.cc-jumbo-white {
  z-index: 1;
  width: 100px;
  height: 100px;
  color: #000;
  background-color: #fff;
  border-radius: 50%;
  position: relative;
}

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

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

.button3.cc-contact-us {
  z-index: 5;
  position: relative;
}

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

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

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

.section-anchor {
  height: 0;
  margin-top: 200vh;
  position: relative;
}

.section-225, .service-an {
  height: 1px;
}

.footer-cols {
  margin-bottom: 70px;
  margin-left: 40px;
  margin-right: 40px;
  padding-right: 0;
}

.list-item {
  color: #fff;
}

.footer-link {
  color: #c9c9c9;
  text-decoration: none;
}

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

.footer-link:visited {
  color: #777;
}

.list-item-2 {
  color: #fff;
  font-size: 16px;
}

.column-7 {
  border-left: 1px solid var(--white);
  padding-left: 20px;
}

.footer-col {
  height: 100%;
  border-left: 1px solid var(--white);
  object-fit: fill;
  flex-direction: column;
  padding-left: 20px;
  display: flex;
}

.div-block-44 {
  z-index: 10;
  width: 200px;
  height: 100px;
  background-color: #dba9a9;
  position: relative;
}

.link-block-9 {
  width: 100%;
  height: 56%;
  min-height: 288px;
  min-width: 320px;
  background-image: linear-gradient(#000, #fff), url('../images/YourStory.png');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
}

.mcontainer {
  min-height: auto;
  background-color: #684949;
  display: flex;
}

.div-block-45 {
  background-color: #ff8585;
}

.video-3 {
  max-height: 60vh;
  max-width: 70vw;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
}

.rates-container {
  margin-top: 40px;
}

.cost-cal {
  margin-top: 40px;
  margin-bottom: 40px;
  display: block;
}

.html-embed-6 {
  background-color: #d6d6d6;
  border-radius: 30px;
}

.cost-bar {
  width: 100%;
  background-color: #f0f0f0;
  border-radius: 20px;
  display: flex;
}

.dropdown {
  display: flex;
}

.head-text {
  margin-bottom: 0;
  font-weight: 600;
}

.head-text.white {
  color: var(--white);
  font-size: 50px;
}

.intro-content-box {
  width: 100vw;
  height: 100vh;
}

.subheading {
  text-align: center;
  font-weight: 600;
}

.body-4 {
  background-color: #1d77b8;
}

.loader {
  z-index: 1;
  width: 50vw;
  height: 50vh;
  justify-content: center;
  align-items: center;
  margin: auto;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.loader-icon {
  width: 100px;
  height: 100px;
  margin: auto;
}

.title-text {
  width: 40vw;
  max-width: 50vw;
  margin: auto;
  padding-top: 0;
  display: flex;
}

.title-text.what {
  padding-bottom: 0;
  transition: opacity .2s;
  transform: translate(0, -2.5vh);
}

.top-title {
  height: 100%;
  display: flex;
}

.top-div {
  height: 3px;
  max-width: 40vw;
  background-color: #c33e7c;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.top-div.small {
  max-width: 30vw;
}

.block-of-text {
  width: 80%;
  text-align: center;
  margin: 20px auto auto;
  padding-bottom: 20px;
}

.temp-header {
  margin: auto;
  padding-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 5em;
  font-weight: 600;
  position: static;
}

.rates-card.title {
  background-color: #c8c8c8;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  padding-left: 20px;
}

.rates-card.title.bottom {
  border-radius: 0 0 20px 20px;
  margin-bottom: 40px;
}

.rates-card.title.blue {
  background-color: #1c77b9;
}

.rates-card-container {
  background-color: #ededed;
  border-radius: 20px 20px 0 0;
  margin-top: 20px;
  margin-bottom: 0;
  padding-bottom: 10px;
}

.padd {
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.rate-item {
  height: 100%;
  min-height: 60px;
  justify-content: flex-start;
  align-items: center;
  padding-left: 30px;
  display: flex;
}

.rate-item.div {
  border-left: 2px solid #cacaca;
}

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

.rate-cols.div {
  margin-top: 10px;
}

.heading-13 {
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.col-div {
  width: 95%;
  height: 1px;
  background-color: silver;
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
}

.sub-title {
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
}

.sub-title.white-text {
  color: var(--white);
}

.tab-link-tab-1 {
  background-color: #ddd;
}

.tab-link-tab-1:active {
  color: #fff;
  background-color: #ddd;
}

.tab-link-tab-1.w--current {
  color: #fff;
  background-color: #1d77b9;
}

.tab-link-tab-2 {
  background-color: #ddd;
}

.tab-link-tab-2.w--current {
  color: #fff;
  background-color: #1d77b9;
}

.text-block-17 {
  padding-top: 10px;
  padding-left: 10px;
}

.text-block-18 {
  color: var(--black);
}

.tab-link-tab-3 {
  background-color: #ddd;
}

.tab-link-tab-3.w--current {
  color: #fff;
  background-color: #1d77b9;
}

.container-contact {
  width: 100%;
  height: auto;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  overflow: hidden;
}

.container-contact.cc-blog-detail {
  padding-left: 10px;
  padding-right: 10px;
}

.container-contact.pad-top {
  margin-top: 60px;
  padding-top: 0;
  position: relative;
}

.container-contact.pad-top.less-topper {
  margin-top: 40px;
  display: block;
}

.container-contact.top-pad {
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 130px;
}

.container-contact.top-pad.vert {
  flex-direction: column;
  display: flex;
}

.html-embed-7 {
  min-height: 500px;
}

.div-block-48, .paragraph-6 {
  display: none;
}

.video-container {
  background-color: #e0e0e0;
}

.process-table {
  width: 100%;
  max-width: none;
  min-width: auto;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}

.column-8 {
  z-index: 1;
  overflow: visible;
}

.column-9 {
  height: 70vh;
  justify-content: center;
  padding-left: 0;
  display: block;
}

.container-vid {
  width: 100%;
  height: auto;
  max-width: 100vw;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  overflow: hidden;
}

.container-vid.cc-blog-detail {
  padding-left: 10px;
  padding-right: 10px;
}

.container-vid.pad-top {
  margin-top: 60px;
  padding-top: 0;
  position: relative;
}

.container-vid.pad-top.less-topper {
  margin-top: 40px;
  display: block;
}

.container-vid.top-pad {
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 130px;
}

.container-vid.top-pad.vert {
  background-color: #3a3a3a;
  flex-direction: column;
  display: flex;
}

.phone-filler {
  display: none;
}

.container-video {
  width: 100%;
  height: auto;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
}

.container-video.cc-blog-detail {
  padding-left: 10px;
  padding-right: 10px;
}

.container-video.pad-top {
  margin-top: 60px;
  padding-top: 0;
  position: relative;
}

.container-video.pad-top.less-topper {
  margin-top: 40px;
  padding-bottom: 0;
  display: block;
}

.container-video.top-pad {
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 130px;
}

.container-video.top-pad.vert {
  background-color: #3a3a3a;
  flex-direction: column;
  display: flex;
}

.process-cols {
  display: flex;
}

.column-10 {
  height: 100%;
  min-height: auto;
  object-fit: fill;
  flex-flow: column wrap;
  align-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.column-10.col-m {
  height: auto;
  flex: 1;
  align-self: auto;
}

.process-container {
  width: 100%;
  flex: 1;
  display: flex;
}

.text-inside {
  margin-top: auto;
  position: relative;
}

.col-m-inner {
  flex-flow: wrap;
  flex: 1;
  align-content: center;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  margin-bottom: 100px;
  padding-left: 10px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.link {
  color: #555;
  font-family: Poppins, sans-serif;
  text-decoration: none;
}

.sticky-header {
  z-index: 299;
  min-height: 100px;
  background-color: #2c2c2c;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.privacy {
  margin-top: 100px;
  padding-top: 20px;
}

.heading-14 {
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.side-line {
  border-right: 2px solid #000;
}

.table-block {
  padding-left: 5px;
  padding-right: 5px;
}

@media screen and (max-width: 991px) {
  .divider {
    margin-bottom: 20px;
  }

  .section-hero {
    margin-left: 20px;
    margin-right: 20px;
  }

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

  .section-hero.cc-store-home-wrap {
    top: 0;
  }

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

  .paragraph-bigger {
    font-size: 1.5em;
    line-height: 44px;
  }

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

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

  .label.cc-blog-date {
    margin-top: 5px;
  }

  .paragraph-light {
    margin-bottom: 25px;
    font-size: 1em;
  }

  .paragraph-light.contact-pa {
    margin-bottom: 30px;
  }

  .heading-jumbo {
    max-width: 550px;
    margin-top: 0;
    margin-left: 40px;
    margin-right: 40px;
    font-size: 5em;
    line-height: 1em;
    display: block;
    transform: translate(-10px, 20px);
  }

  .logo-link {
    z-index: 0;
    padding-left: 20px;
  }

  .logo-link.w--current {
    z-index: 0;
    flex: 1;
    margin-bottom: 0;
    display: block;
    position: relative;
    top: 0;
  }

  .menu-icon {
    font-size: 10px;
    display: block;
    transform: scale(1.25);
  }

  .menu {
    z-index: 2;
    justify-content: center;
    align-items: flex-start;
    margin-left: 30px;
    margin-right: 0;
    padding-top: 5px;
    display: flex;
    position: relative;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .navigation-wrap {
    background-color: rgba(255, 255, 255, 0);
    padding-top: 0;
  }

  .navigation {
    width: 100vw;
    padding: 25px 30px;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .navigation-item {
    width: 100%;
    max-width: 90%;
    color: var(--white);
    text-align: center;
    border-radius: 20px;
    padding: 15px 30px;
    font-size: 1.5em;
    font-weight: 600;
    line-height: 1.25em;
    transition: background-color .4s, opacity .4s, color .4s;
  }

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

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

  .navigation-item.w--current {
    width: 100%;
    max-width: 90%;
    color: #1c77b8;
    background-color: #fffefe;
    border-radius: 20px;
    text-decoration: underline;
  }

  .navigation-item.w--current:hover {
    color: #1f77b8;
  }

  .menu-button {
    z-index: 3;
    align-self: flex-start;
    margin-top: auto;
    margin-bottom: auto;
    padding: 0;
    position: relative;
  }

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

  .logo-image {
    width: 150px;
    margin-bottom: 5px;
    position: relative;
    top: 0;
    transform: none;
  }

  .navigation-items {
    z-index: auto;
    min-height: 100vh;
    min-width: 100vw;
    transform-origin: 50%;
    background-color: #3c3c3c;
    flex-flow: row;
    padding-top: 20vh;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0;
    right: 0%;
  }

  .cta-text {
    width: auto;
  }

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

  .intro-header {
    background-position: 60% 0;
  }

  .intro-header.cc-subpage {
    background-position: 0 0, 50% -12%;
    margin-bottom: 20px;
  }

  .intro-header.cc-subpage.introbox.agency {
    background-image: linear-gradient(rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, .2)), url('../images/Agency-01_1.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .intro-content {
    width: 90%;
  }

  .intro-content.cc-homepage {
    width: 100%;
    margin-top: 25vh;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    display: block;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .motto-wrap {
    margin-bottom: 20px;
  }

  .about-story-wrap {
    width: 85%;
    margin-top: 20px;
    margin-bottom: auto;
  }

  .our-services-grid {
    width: 95%;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    text-align: center;
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
    grid-auto-flow: column;
    justify-content: stretch;
    margin-left: auto;
    margin-right: auto;
  }

  .section-heading-wrap {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .service-icon {
    margin-bottom: auto;
    display: inline-block;
  }

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

  .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: 80%;
    margin-top: 50px;
    margin-bottom: 20px;
  }

  .detail-header-image {
    height: 460px;
    background-position: 50%;
    background-size: contain;
  }

  .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: 80%;
    display: block;
  }

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

  .centered-container {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .centered-container.less-top, .centered-container.less-top-b {
    padding-top: 0;
  }

  .cards-grid-container {
    grid-column-gap: 10px;
    grid-template-columns: 1fr 1fr 1fr;
    padding-top: 60px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .cards-image-mask {
    height: 180px;
    min-width: auto;
    padding-top: 0%;
  }

  .lottie-animation-2 {
    order: 0;
    align-self: auto;
    display: block;
    transform: translate(-10%, 20%)scale(2);
  }

  .lottie-animation-4 {
    flex-flow: row;
    justify-content: flex-end;
    display: flex;
    transform: scale(1.5)translate(20%, 10%);
  }

  .columns-2 {
    flex: 1;
    align-self: flex-end;
  }

  .column-3 {
    flex-wrap: nowrap;
    display: flex;
  }

  .column-4 {
    flex-wrap: nowrap;
  }

  .bird-ani {
    margin-top: 20%;
    transform: scale3d(1.5, 1.8, 1);
  }

  .people {
    width: 60vw;
    transition: opacity .2s;
    top: auto;
    bottom: 12%;
    left: 20%;
    right: auto;
  }

  .grid {
    width: 100%;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex: 1;
    grid-template-rows: 350px 350px 350px;
    grid-template-columns: .5fr .5fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    justify-content: stretch;
    align-self: center;
    justify-items: center;
    margin-left: 0;
    margin-right: auto;
    padding-right: 0;
    display: grid;
  }

  .container-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .link-block-01.video-grid-btn.video-block-elm {
    object-fit: fill;
  }

  .link-block-01.video-grid-btn.video-block-elm.cover.padd {
    height: 50vw;
    margin-bottom: 60px;
  }

  .gallery-grid-container {
    align-self: stretch;
  }

  .link-block-02.video-grid-btn.video-block-elm {
    object-fit: fill;
  }

  .heading-jumbo-dark {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
    font-size: 3em;
    line-height: 1.2em;
    display: block;
  }

  .blog-block-01.video-grid-btn.video-block-elm {
    object-fit: fill;
  }

  .grid-2 {
    align-content: stretch;
    justify-content: stretch;
  }

  .link-block-03.video-grid-btn.video-block-elm, .link-block-04.video-grid-btn.video-block-elm, .link-block-05.video-grid-btn.video-block-elm {
    object-fit: fill;
  }

  .text-block-3 {
    font-size: 1em;
  }

  .mo-icon-a {
    height: 160px;
  }

  .heading, .heading-2, .heading-3 {
    font-size: 24px;
  }

  .text-block-4 {
    font-size: 1em;
  }

  .video-background-02 {
    margin-top: -70px;
    display: flex;
    top: -10%;
    transform: scale(1.2);
  }

  .button2 {
    justify-content: center;
  }

  .button2.cc-contact-us, .social-btns {
    display: none;
  }

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

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

  .columns-3 {
    min-height: 90vh;
    transform: translate(0, -7.5vh);
  }

  .onboard-block {
    justify-content: flex-end;
    transform: translate(20px, 12vh);
  }

  .lottie-animation-10 {
    width: 150px;
    height: 150px;
  }

  .produce-block {
    justify-content: flex-end;
    transform: translate(20px, 22vh);
  }

  .deliver-block {
    justify-content: flex-start;
    transform: translate(-30px, 46vh);
  }

  .plan-block {
    justify-content: flex-start;
    transform: translate(-30px, 29vh);
  }

  .paragraph-light-process {
    text-align: right;
    font-size: 1em;
  }

  .paragraph-light-process-right {
    text-align: left;
    font-size: 1em;
    display: block;
  }

  .process-col {
    transform: translate(0, 15vh);
  }

  .pro-left, .pro-right {
    padding-left: 0;
    padding-right: 0;
  }

  .produce-block-alt {
    justify-content: flex-end;
    display: none;
  }

  .plan-block-alt {
    justify-content: flex-start;
    display: none;
  }

  .m-vertgap {
    min-height: 10vh;
    display: none;
  }

  .paragraph-process-big {
    font-size: 1.5em;
  }

  .lottie-animation-9-b {
    display: block;
  }

  .m-vertgap-2 {
    min-height: 4vh;
    display: block;
  }

  .big-title {
    margin-bottom: 50px;
    font-size: 2.5em;
    line-height: 1em;
    transform: translate(0);
  }

  .process-icon-01 {
    display: none;
  }

  .process-title {
    transform: translate(0, 2.5vh);
  }

  .paragraph-light-c {
    padding-left: 0;
    padding-right: 0;
    font-size: 1em;
  }

  .mdivide {
    display: none;
  }

  .mdivide-b {
    min-height: 5vh;
    display: block;
  }

  .div-block-18 {
    padding-bottom: 20px;
  }

  .container-4 {
    position: relative;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .background {
    width: 105%;
    height: 107%;
    opacity: .8;
    filter: saturate(200%);
    background-image: linear-gradient(#fff, #c5c7d5 31%);
    align-items: flex-end;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: absolute;
    overflow: hidden;
    transform: translate(-6%);
  }

  .lottie-animation-11 {
    opacity: .1;
  }

  .mount-01 {
    opacity: .8;
    transform: scale3d(1none, 1none, 1none);
    position: absolute;
  }

  .mount-02, .mount-03 {
    position: absolute;
  }

  .mountains {
    width: 105%;
    height: 107%;
    opacity: .59;
    filter: saturate(200%);
    align-items: flex-end;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: absolute;
    overflow: hidden;
    transform: translate(-6%);
  }

  .grade {
    transform: translate(0, 20vh);
  }

  .lottie-animation-12 {
    opacity: 0;
    transform: translate(-43vw, 75vh)scale(.7);
  }

  .navigation-3 {
    width: 100vw;
    min-height: auto;
    align-items: center;
    padding: 15px 30px 10px 0;
    display: flex;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .navigation-wrap-2 {
    z-index: auto;
    width: 100%;
    background-color: rgba(255, 255, 255, 0);
    flex: 0 auto;
    justify-content: space-between;
    padding: 0 0 15px 30px;
    display: flex;
    position: relative;
    top: 0;
  }

  .about-story-wrap-2 {
    width: 85%;
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .lottie-animation-13 {
    opacity: .24;
    transition: opacity .2s;
    position: absolute;
    transform: translate(0)translate(-5px, -276px)scale3d(2, 1.2, 1);
  }

  .image-8 {
    min-height: 200px;
  }

  .image-9, .image-10 {
    height: 100%;
    min-height: 200px;
  }

  .divider-b {
    margin-bottom: 20px;
  }

  .banner-examples-1 {
    padding-left: 10px;
  }

  .banner-block-01.clicky {
    padding-top: 20px;
  }

  .grid-3 {
    justify-content: stretch;
    display: block;
  }

  .div-block-25 {
    padding-top: 40px;
  }

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

  ._970-250 {
    width: 100%;
    max-width: 970px;
    background-color: rgba(0, 0, 0, 0);
  }

  .half {
    padding-left: 10px;
  }

  .lottie-animation-27.clicky {
    padding-bottom: 10px;
  }

  .hamburger-lottie {
    width: 70px;
    height: 70px;
    margin-right: 20px;
    position: relative;
  }

  .heading-6 {
    width: 100%;
    margin-top: 30px;
  }

  .image-13 {
    width: 500px;
    height: 450px;
  }

  .main-content.hero-b {
    height: auto;
  }

  .main-content.blog-content {
    padding-top: 40px;
  }

  .navback {
    max-height: 100px;
    background-color: #303030;
  }

  .nav {
    display: block;
  }

  .lottie-in {
    height: 100vh;
  }

  .heading-jumbo-light {
    max-width: 550px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    font-size: 6em;
    line-height: 1em;
    display: block;
    transform: none;
  }

  .heading-jumbo-light.dark {
    max-width: 100%;
    color: #292929;
    margin-top: auto;
    margin-bottom: 30px;
    font-size: 7em;
    transform: none;
  }

  .menu-bk {
    height: 100px;
  }

  .work-tag-offset {
    top: 0;
  }

  .top-b.smaller-top {
    height: 32vh;
    margin-top: 100px;
  }

  .top-b.smaller-top.contact-title {
    height: 28vh;
  }

  .bottom-b {
    height: 100vh;
    margin-top: 35vh;
  }

  .bottom-b.smaller-bottom {
    height: auto;
    margin-top: 45vh;
    padding-bottom: 0;
  }

  .bottom-b.contact {
    height: auto;
    margin-top: 27vh;
  }

  .small-gap {
    height: 40px;
  }

  .bottom-c {
    margin-top: 350vh;
    transform: translate(0, 100vh);
  }

  .bottom-c.top-pos {
    margin-top: 30vh;
    transform: none;
  }

  .process-lottie {
    height: 70vh;
    max-height: none;
    min-width: auto;
    flex-wrap: wrap;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
    position: relative;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
    transform: none;
  }

  .process {
    text-align: center;
    margin-top: 30px;
    margin-left: auto;
    padding-right: 0;
    font-weight: 600;
  }

  .process-section.white {
    display: block;
  }

  .process-text {
    width: 100%;
    flex: 1;
    align-self: auto;
    margin-top: auto;
    margin-left: 0;
    padding-left: 0;
    display: block;
    position: relative;
  }

  .process-txt.p-1, .process-txt.p-2 {
    margin-left: auto;
    display: block;
    left: auto;
    transform: translate(0%);
  }

  .process-txt.p-3 {
    margin-left: auto;
    display: block;
    position: absolute;
    left: auto;
    transform: translate(0%);
  }

  .process-txt.p-4 {
    margin-left: auto;
    padding-left: 0;
    display: block;
    position: static;
    left: auto;
    transform: none;
  }

  .processes {
    height: auto;
    margin-left: auto;
    display: block;
  }

  .video_icon, .int_icon, .ani_icon {
    max-width: 20vw;
  }

  .content {
    grid-row-gap: 2rem;
    grid-template-columns: minmax(300px, 1fr) minmax(300px, 1fr);
  }

  .phone-mob {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .social-b {
    width: 200px;
    justify-content: center;
    margin: 20px auto 50px;
    display: flex;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .vimeo {
    margin-left: auto;
    margin-right: auto;
  }

  .button3 {
    justify-content: center;
  }

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

  .footer-cols {
    margin-bottom: 40px;
    margin-left: 20px;
    margin-right: 20px;
    padding-right: 20px;
  }

  .video-3 {
    margin-bottom: auto;
  }

  .cost-cal {
    margin-top: 60px;
  }

  .subheading {
    font-size: 24px;
  }

  .title-text {
    width: 50vw;
    max-width: 70vw;
    padding-top: 10px;
  }

  .block-of-text {
    width: 85%;
    margin-top: 20px;
    margin-bottom: auto;
  }

  .temp-header {
    transform: translate(0, -50%);
  }

  .rates-card.title {
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: Poppins, sans-serif;
    font-size: 24px;
    font-weight: 600;
  }

  .padd {
    font-family: Poppins, sans-serif;
    font-weight: 600;
  }

  .text-block-16 {
    font-weight: 400;
  }

  .heading-13 {
    font-family: Poppins, sans-serif;
    font-weight: 600;
  }

  .tabs-menu {
    border-radius: 20px;
    margin-bottom: 20px;
  }

  .tabs {
    background-color: #ddd;
    border-radius: 20px;
  }

  .rate-item-text {
    line-height: 24px;
  }

  .sub-title {
    font-weight: 400;
  }

  .process-table {
    height: auto;
    min-height: auto;
    justify-content: center;
    align-self: auto;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .column-8 {
    padding-right: 20px;
    position: relative;
  }

  .column-9 {
    height: auto;
    flex: 0 auto;
    justify-content: center;
    padding-left: 0;
    display: flex;
    position: relative;
  }

  .phone-filler {
    display: none;
  }

  .div-block-49 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .container-video.pad-top.less-topper {
    padding-left: 0;
    padding-right: 0;
  }

  .process-cols {
    margin-top: 60px;
  }

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

  .column-10.col-m {
    flex: 1;
    justify-content: flex-start;
    align-self: auto;
    position: relative;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .column-11 {
    height: 100%;
    flex: 1;
  }

  .col-m-inner {
    flex-direction: row;
    flex: 1;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .privacy {
    margin-top: 100px;
    padding-top: 0;
  }

  .heading-14 {
    font-family: Poppins, sans-serif;
    font-weight: 600;
  }
}

@media screen and (max-width: 767px) {
  .divider {
    display: none;
  }

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

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

  .section-hero.cc-home-wrap {
    height: 50vh;
    margin-left: 0;
    margin-right: 0;
  }

  .section-hero.cc-store-home-wrap {
    margin-left: 0;
    margin-right: 0;
  }

  .container {
    text-align: center;
    transform: translate(0);
  }

  .container.pad-top.less-topper {
    padding-bottom: 0;
  }

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

  .paragraph-bigger.cc-bigger-light {
    padding-top: 10px;
  }

  .label.cc-blog-date {
    margin-top: 10px;
  }

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

  .paragraph-light.no-pad {
    margin-bottom: 10px;
  }

  .heading-jumbo {
    margin-top: auto;
    margin-left: 40px;
    margin-right: 40px;
    font-size: 3em;
    line-height: 1.2em;
    transform: translate(-10px, 30px);
  }

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

  .logo-link {
    z-index: 0;
    margin-left: 0;
    padding-left: 0;
  }

  .navigation {
    padding: 20px 30px;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .navigation-item {
    width: 100%;
  }

  .navigation-item:hover {
    color: #1f77b8;
  }

  .navigation-item.w--current, .navigation-item.w--current:hover {
    width: 100%;
  }

  .logo-image {
    left: 0;
    transform: none;
  }

  .navigation-items {
    width: 100%;
    background-color: #3c3c3c;
    flex-direction: column;
    align-items: center;
  }

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

  .intro-header {
    height: 90vh;
    border-bottom-right-radius: 100px;
    border-bottom-left-radius: 100px;
  }

  .intro-header.cc-subpage {
    height: 45vh;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .4) 59%), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
    margin-bottom: 20px;
  }

  .intro-content {
    width: 80%;
  }

  .intro-content.cc-homepage {
    width: 90%;
    flex-direction: column;
    flex: 1;
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .motto-wrap {
    display: none;
  }

  .about-story-wrap {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 60px;
  }

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

  .section-heading-wrap {
    margin-top: 40px;
    margin-bottom: 40px;
    transform: translate(0);
  }

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

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

  .contact-form-grid {
    width: 95%;
    grid-column-gap: 80px;
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .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;
    margin-top: 60px;
  }

  .detail-header-image {
    height: 300px;
    background-repeat: no-repeat;
  }

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

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

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

  ._404-wrap {
    padding: 30px;
  }

  .intro-text {
    margin-bottom: auto;
    padding-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .cards-section {
    padding: 40px 20px;
  }

  .cards-grid-container {
    max-width: none;
    grid-column-gap: 5px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    align-self: stretch;
  }

  .cards-image-mask {
    padding-top: 0%;
    padding-bottom: 70px;
    transform: translate(0, 15px);
  }

  .columns-2 {
    overflow: visible;
  }

  .people {
    height: auto;
    bottom: 17.25%;
  }

  .grid {
    width: 100%;
    min-height: 500px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex: 0 auto;
    grid-template: "." 350px
                   "." 0
                   "." 350px
                   "." 350px
                   / 50% 1fr;
    grid-auto-rows: 0;
    grid-auto-columns: .25fr;
    grid-auto-flow: column;
    align-content: start;
    justify-content: center;
    align-items: center;
    justify-items: center;
    display: grid;
  }

  .container-2 {
    max-width: 100vw;
    justify-content: flex-start;
    display: flex;
  }

  .link-block-01.video-grid-btn.video-block-elm.cover.padd {
    margin-bottom: 20px;
  }

  .video-grid-text {
    font-size: 1.75em;
  }

  .image {
    margin-bottom: auto;
  }

  .gallery {
    padding: 40px 20px;
  }

  .gallery-grid-container {
    max-width: none;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .heading-jumbo-dark {
    font-size: 2.5em;
    line-height: 1.2em;
  }

  .blog-text-grid, .blog-grid-txt {
    font-size: 1.75em;
  }

  .divider-mobile {
    display: none;
  }

  .mo-icon-a {
    transform: translate(0, 10px);
  }

  .heading, .heading-2, .heading-3 {
    font-size: 36px;
  }

  .section-services {
    padding: 40px 20px;
  }

  .team-pic-02, .team-pic-01-copy, .team-pic-01, .team-pic-03, .team-pic-04, .team-pic-05 {
    height: 300px;
    margin-bottom: 30px;
  }

  .text-block-4 {
    padding-top: 0;
  }

  .video-background-02 {
    transform: scale(1.7)translate(-40px, -10px);
  }

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

  .columns-3 {
    min-height: 70vh;
    transform: translate(0, -3vh);
  }

  .onboard-block {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transform: translate(0, -2.5vh);
  }

  .lottie-animation-10 {
    width: 150px;
    height: 150px;
  }

  .div-block-14 {
    max-width: 50px;
    margin-left: 60px;
  }

  .produce-block {
    display: none;
    transform: translate(0);
  }

  .deliver-block {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    transform: translate(0);
  }

  .plan-block {
    justify-content: flex-start;
    display: none;
    transform: translate(0);
  }

  .paragraph-light-process, .paragraph-light-process-right {
    text-align: center;
  }

  .process-col {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
    position: absolute;
    transform: translate(0);
  }

  .pro-left {
    align-content: stretch;
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .pro-right {
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-end;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .produce-block-alt, .plan-block-alt {
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    display: flex;
    transform: translate(0);
  }

  .m-vertgap {
    min-height: 5vh;
    display: block;
  }

  .paragraph-process-big {
    font-size: 20px;
    line-height: 28px;
  }

  .m-vertgap-2 {
    min-height: 5vh;
    display: none;
  }

  .big-title {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 2.4em;
  }

  .big-title.aboutt {
    margin-bottom: 25px;
  }

  .vimeovid-01 {
    margin-top: auto;
  }

  .process-icon-01 {
    display: block;
  }

  .process-title {
    transform: translate(0, -1vh);
  }

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

  .background-01 {
    width: 110%;
  }

  .mountain-01, .mountain-02, .mountain-03 {
    width: 110vw;
  }

  .mountain-block {
    opacity: .2;
  }

  .grade {
    width: 110vw;
  }

  .navigation-3 {
    padding: 20px 30px;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .navigation-wrap-2 {
    padding-left: 15px;
  }

  .about-story-wrap-2 {
    margin-top: 20px;
    margin-bottom: 20px;
    display: none;
  }

  .image-8, .image-9, .image-10 {
    min-height: 225px;
  }

  .text-block-5 {
    font-size: 2em;
  }

  .text-block-6 {
    width: 2800px;
  }

  ._728-90 {
    width: 100%;
    max-width: 728px;
    background-color: rgba(0, 0, 0, 0);
  }

  .heading-6 {
    font-size: 38px;
    line-height: 48px;
  }

  .subscribe-form {
    padding: 40px 20px;
  }

  .main-content.blog-content {
    padding-top: 40px;
  }

  .navback {
    max-height: 110px;
  }

  .heading-jumbo-light {
    margin: auto;
    font-size: 4em;
    line-height: 1em;
    transform: none;
  }

  .heading-jumbo-light.dark {
    font-size: 5em;
  }

  .menu-bk {
    height: 110px;
  }

  .top-b.smaller-top {
    height: 30vh;
    margin-top: 100px;
  }

  .bottom-b {
    height: 95vh;
    margin-top: 50vh;
  }

  .bottom-b.smaller-bottom {
    z-index: 1;
    height: auto;
    margin-top: 45vh;
    padding-top: 10px;
  }

  .gap {
    padding-top: 10px;
    display: none;
  }

  .bottom-c {
    margin-top: 700vh;
  }

  .bottom-c.top-pos {
    margin-top: 30vh;
  }

  .process-lottie {
    width: 100%;
    height: 90%;
    max-width: 40vh;
    min-width: auto;
    margin: auto;
    padding: 0 10px 60px;
    position: static;
    transform: none;
  }

  .process {
    text-align: left;
    margin-top: 30px;
    margin-left: auto;
    padding-left: 40px;
    padding-right: 0;
    font-size: 3em;
  }

  .process-text {
    max-width: 260px;
    padding-right: 0;
  }

  .process-txt.p-1, .process-txt.p-2, .process-txt.p-3 {
    text-align: left;
    margin-top: 0;
    margin-left: 5px;
  }

  .process-txt.p-4 {
    text-align: left;
    margin-top: 0;
    margin-left: 5px;
    position: relative;
  }

  .processes {
    margin-top: 10vh;
  }

  .heading-9.prohead, .heading-10.prohead, .heading-11.prohead, .heading-12.prohead {
    font-size: 36px;
  }

  .moform-button {
    padding-left: 20px;
    padding-right: 20px;
  }

  .content {
    grid-column-gap: 0rem;
    grid-template-columns: minmax(300px, 1fr);
  }

  .footer-col {
    border-top: 1px none var(--white);
    border-bottom: 1px none var(--white);
    border-left-style: none;
    align-items: center;
    display: flex;
  }

  .video-3 {
    max-width: 80vw;
  }

  .head-text.white {
    color: var(--white);
  }

  .intro-content-box {
    width: 100vw;
    height: 100vh;
    flex: 1;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .subheading {
    font-size: 36px;
  }

  .title-text {
    width: 60vw;
    max-width: 80vw;
  }

  .block-of-text {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .temp-header {
    text-align: center;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 4em;
    transform: translate(0, -50%);
  }

  .padd {
    justify-content: center;
    display: flex;
  }

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

  .heading-13 {
    justify-content: center;
    display: flex;
  }

  .container-contact {
    text-align: center;
    transform: translate(0);
  }

  .column-9 {
    height: auto;
    padding-left: 0;
  }

  .container-vid {
    text-align: center;
    background-color: #e0e0e0;
    transform: translate(0);
  }

  .phone-filler {
    height: 50vh;
    background-color: #e0e0e0;
  }

  .container-video {
    text-align: center;
    transform: translate(0);
  }

  .container-video.pad-top.less-topper {
    padding-bottom: 0;
  }

  .process-cols {
    height: 70vh;
    margin-top: 30px;
  }

  .column-10 {
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    display: flex;
  }

  .column-10.col-m {
    padding-right: 0;
  }

  .column-11 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-right: 10px;
    display: flex;
    position: static;
  }

  .col-m-inner {
    padding-left: 0;
  }

  .privacy {
    margin-top: 110px;
    padding-left: 10px;
    padding-right: 20px;
  }

  .mo-list {
    padding-left: 30px;
  }
}

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

  .divider {
    margin-top: 10px;
  }

  .section-hero {
    margin-left: 5px;
    margin-right: 5px;
    overflow: visible;
  }

  .section-hero.cc-home-wrap {
    margin-left: auto;
    margin-right: auto;
  }

  .section-hero.cc-store-home-wrap {
    z-index: 99;
    width: 100vw;
    height: 100vh;
    flex-direction: column;
    align-items: center;
    margin-bottom: auto;
    margin-left: 0;
    margin-right: 0;
    display: flex;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .section-hero.less-pad {
    margin-top: 20px;
  }

  .container.cc-blog-detail {
    padding-left: 5px;
    padding-right: 5px;
  }

  .container.pad-top.less-topper {
    margin-top: 20px;
  }

  .container.top-pad.vert {
    padding: 20px 10px 30px;
  }

  .paragraph-bigger {
    font-size: 1.25em;
  }

  .paragraph-bigger.cc-bigger-light {
    padding-top: 10px;
  }

  .paragraph-bigger.cc-bigger-white-light {
    margin-bottom: 5vh;
  }

  .paragraph-bigger.cc-bigger-white-light-2 {
    margin-bottom: 5vh;
    font-size: 1.2em;
  }

  .label.cc-light {
    margin-bottom: 5px;
  }

  .label.cc-blog-date {
    text-align: center;
  }

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

  .paragraph-light {
    text-align: center;
    margin-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 1em;
  }

  .paragraph-light.no-pad {
    margin-bottom: 0;
  }

  .heading-jumbo {
    white-space: pre-line;
    margin: auto 10px;
    padding-top: 20px;
    font-size: 3em;
    line-height: 1em;
    transform: translate(0);
  }

  .logo-link {
    z-index: 0;
    min-height: 50px;
    min-width: 130px;
    clear: left;
    align-self: flex-start;
    margin-top: 10px;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-left: 0;
    position: relative;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .logo-link.w--current {
    width: 130px;
    flex-wrap: nowrap;
    flex: 1;
    justify-content: flex-start;
    align-self: flex-start;
    align-items: center;
    margin-top: auto;
    margin-bottom: auto;
    display: block;
    position: relative;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: auto;
    transform: none;
  }

  .menu-icon {
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 0;
  }

  .menu {
    flex: 0 auto;
    justify-content: center;
    margin-left: 15px;
    margin-right: 0;
    padding-top: 0;
    position: relative;
  }

  .navigation-wrap {
    clear: none;
    flex: 1;
    justify-content: flex-end;
    padding-top: 0;
    padding-bottom: 0;
  }

  .navigation {
    z-index: 99;
    padding-left: 20px;
    padding-right: 20px;
    position: fixed;
  }

  .navigation-item {
    opacity: .5;
    font-size: 1.4em;
  }

  .navigation-item:hover {
    width: 100%;
    color: #1f77b8;
  }

  .navigation-item.w--current {
    width: 100%;
    max-width: 300px;
    opacity: 1;
    color: #fff;
    letter-spacing: 1px;
    background-color: rgba(0, 0, 0, 0);
    margin-top: auto;
    text-decoration: underline;
  }

  .navigation-item.w--current:hover {
    width: 100%;
    color: #1f77b8;
    background-color: #fff;
  }

  .menu-button {
    flex: none;
    padding-top: 7px;
  }

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

  .logo-image {
    width: 140px;
    min-width: 100px;
    float: left;
    clear: left;
    object-fit: fill;
    flex: 1;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 0;
    padding-top: 0;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    transform: none;
  }

  .navigation-items {
    z-index: 2;
    width: 100%;
    height: 100vh;
    min-height: 100vh;
    min-width: 100vw;
    background-color: #383838;
    flex: 1;
    align-self: center;
    align-items: center;
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 0;
    padding-bottom: 100px;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

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

  .intro-header {
    z-index: 99;
    width: 100%;
    height: 50vh;
    background-color: #ffd0d0;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
    margin-bottom: 40px;
    display: flex;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .intro-header.cc-subpage {
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
    margin-bottom: 20px;
  }

  .intro-header.cc-subpage.introbox.agency {
    height: 50vh;
    background-position: 0 0, 31%;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .intro-content {
    width: 100%;
  }

  .intro-content.cc-homepage {
    width: 100%;
    height: 100vh;
    flex-direction: column;
    flex: 1;
    justify-content: center;
    align-self: center;
    align-items: center;
    margin: auto;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .motto-wrap {
    width: 90%;
    margin-top: auto;
    margin-bottom: 20px;
  }

  .about-story-wrap {
    width: 90%;
    margin-top: 20px;
    margin-bottom: 0;
    padding-bottom: 60px;
    font-size: 1em;
  }

  .our-services-grid {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-heading-wrap {
    margin-top: 20px;
  }

  .status-message.cc-no-data {
    width: 100%;
  }

  .contact-form-wrap {
    flex-direction: column;
    padding-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
    display: flex;
  }

  .contact-form-grid {
    width: 100%;
    margin-top: 10px;
  }

  .contact-heading {
    line-height: 1.25em;
  }

  .our-contacts {
    width: 90%;
  }

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

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

  .blog-detail-header-wrap {
    width: 100%;
    max-width: none;
    margin-top: 30px;
  }

  .detail-header-image {
    height: 180px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 10px;
  }

  .blog-item {
    width: 100%;
    max-width: none;
  }

  ._404-wrap {
    padding: 10px;
  }

  .section-heading {
    width: 100%;
    min-width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.8em;
  }

  .intro-text {
    width: 100%;
    height: auto;
    background-color: rgba(0, 0, 0, 0);
    flex-direction: column;
    flex: 1;
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-top: auto;
    margin-bottom: auto;
    padding-bottom: 120px;
    padding-left: 5px;
    padding-right: 5px;
    display: flex;
    position: static;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

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

  .centered-container.less-top {
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
  }

  .centered-container.less-top-b {
    padding-top: 80px;
    padding-bottom: 0;
  }

  .cards-grid-container {
    grid-row-gap: 5px;
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
    padding: 0 5px;
    transform: translate(0, -4vh);
  }

  .cards-image-mask {
    margin-top: 20px;
    padding-top: 0%;
    padding-bottom: 10px;
  }

  .body {
    overflow: visible;
  }

  .lottie-animation-2 {
    flex: 1;
    order: 0;
    transform: translate(-10%, 20%)scale(3);
  }

  .column, .column-2 {
    display: block;
  }

  .lottie-animation-4 {
    flex: 1;
    order: 0;
    align-self: flex-end;
    transform: scale(3)translate(20%, 10%);
  }

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

  .bird-ani {
    margin-top: 75%;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
    overflow: hidden;
    transform: scale(3);
  }

  .people {
    width: auto;
    height: auto;
    top: auto;
    bottom: 12.25%;
    left: 0%;
    right: 0%;
    transform: translate(0, -10.2em);
  }

  .grid {
    width: 100vw;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    object-fit: fill;
    flex: 1;
    grid-template-rows: 250px 0 250px 250px 250px;
    grid-template-columns: .75fr;
    grid-auto-columns: 0;
    grid-auto-flow: row;
    justify-items: center;
    margin-left: auto;
    margin-right: auto;
    display: grid;
  }

  .container-2 {
    display: block;
  }

  .link-block-01.video-grid-btn.video-block-elm {
    min-width: auto;
  }

  .link-block-01.video-grid-btn.video-block-elm.cover.padd {
    height: 280px;
  }

  .video-grid-text {
    max-width: 350px;
    object-fit: none;
    flex: 0 auto;
    padding-left: 30px;
    font-size: 1.5em;
    display: block;
  }

  .video-block-01 {
    width: 100vw;
    min-width: 340px;
    display: flex;
  }

  .image {
    padding-left: 10px;
  }

  .image-2 {
    width: 80px;
    height: 80px;
  }

  .gallery-grid-container {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
  }

  .large-divide-block {
    display: none;
    overflow: hidden;
  }

  .lottie-animation-8 {
    z-index: 99;
    width: 130px;
    position: relative;
  }

  .link-block-02.video-grid-btn.video-block-elm {
    min-width: auto;
  }

  .heading-jumbo-dark {
    white-space: pre-line;
    font-size: 1.8em;
    line-height: 1.2em;
  }

  .blog-text-grid {
    max-width: 350px;
    object-fit: none;
    flex: 0 auto;
    padding-left: 30px;
    font-size: 1.5em;
    display: block;
  }

  .collection-item {
    flex: 0 auto;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .collection-list-wrapper-2 {
    flex: 1;
    display: flex;
  }

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

  .collection-list {
    flex: 1;
    display: block;
  }

  .blog-block-01.video-grid-btn.video-block-elm {
    min-width: auto;
  }

  .blog-block-01.video-block-elm.video-grid-btn {
    display: flex;
  }

  .blog-grid-txt {
    max-width: 350px;
    object-fit: none;
    flex: 0 auto;
    padding-left: 0;
    font-size: 1.5em;
    display: block;
  }

  .link-block-03.video-grid-btn.video-block-elm, .link-block-04.video-grid-btn.video-block-elm, .link-block-05.video-grid-btn.video-block-elm {
    min-width: auto;
  }

  .div-block-9 {
    display: block;
  }

  .text-block-3 {
    font-size: 1em;
  }

  .divider-mobile {
    width: 100vw;
    height: 5vh;
    opacity: 1;
    background-color: rgba(255, 255, 255, 0);
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    display: none;
  }

  .mo-icon-a {
    height: 150px;
    transform: translate(0, 20px);
  }

  .heading-2, .heading-3 {
    font-size: 24px;
  }

  .section-services {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 25px;
  }

  .team-pic-02 {
    max-width: 280px;
    background-image: url('../images/Team_Dan.jpg'), linear-gradient(#64d6fa, #64d6fa);
    background-position: 50%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: contain, auto;
    margin-left: auto;
    margin-right: auto;
  }

  .team-pic-01 {
    max-width: 280px;
    background-position: 50%;
    background-size: contain;
    margin-left: auto;
    margin-right: auto;
  }

  .team-pic-03 {
    background-image: url('../images/Team_Max.jpg'), linear-gradient(#5af999, #5af999);
    background-position: 50%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: contain, auto;
  }

  .team-pic-04 {
    background-image: url('../images/Team_Grant.jpg'), linear-gradient(#8bc341, #8bc341);
    background-position: 50%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: contain, auto;
  }

  .team-pic-05 {
    background-image: url('../images/Team_Chewie.jpg'), linear-gradient(#ffc95d, #ffc95d);
    background-position: 50%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: contain, auto;
  }

  .video-background-02 {
    object-fit: cover;
    margin-top: -250px;
    transform: translate(0, -115px)scale(3);
  }

  .div-block-10 {
    width: 100%;
    height: 22%;
    object-fit: cover;
    position: absolute;
  }

  .button2.cc-jumbo-button {
    display: flex;
  }

  .columns-3 {
    min-height: 80vh;
  }

  .paragraph-light-process, .paragraph-light-process-right {
    font-size: 1em;
  }

  .process-col {
    display: none;
  }

  .produce-block-alt {
    flex: 0 auto;
    display: block;
  }

  .plan-block-alt {
    display: block;
  }

  .m-vertgap {
    min-height: 5vh;
  }

  .paragraph-process-big.cc-bigger-white-light {
    margin-bottom: 5vh;
  }

  .m-vertgap-2 {
    min-height: 5vh;
  }

  .big-title {
    margin-bottom: 50px;
    font-size: 2em;
    line-height: 1.2em;
  }

  .process-icon-01 {
    display: inline-block;
  }

  .process-title {
    font-size: 13px;
    transform: translate(0, 1vh);
  }

  .team-pic-06 {
    background-image: url('../images/Team_Stew.jpg'), linear-gradient(#e873b7, #e873b7);
    background-position: 50%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: contain, auto;
  }

  .paragraph-light-c {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1em;
    line-height: 1.75em;
  }

  .background-01 {
    width: 130%;
    min-height: 120vh;
  }

  .mountain-01, .mountain-02, .mountain-03 {
    width: 110vw;
  }

  .mountain-block {
    opacity: .4;
  }

  .grade {
    width: 110vw;
    transform: translate(0);
  }

  .heading-4 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 1.6em;
    line-height: 1.25em;
  }

  .section-2 {
    display: none;
    overflow: visible;
  }

  .link-block-8 {
    z-index: 1;
    position: relative;
  }

  .navigation-3 {
    z-index: 250;
    min-height: 75px;
    flex-flow: row;
    align-items: center;
    padding: 0 5px 10px 20px;
    position: fixed;
  }

  .navigation-wrap-2 {
    z-index: 200;
    clear: none;
    object-fit: fill;
    flex: 1;
    justify-content: space-between;
    align-self: center;
    align-items: center;
    margin-top: 15px;
    margin-right: 8px;
    padding: 0;
    display: flex;
  }

  .div-block-19 {
    z-index: 1;
    min-height: 70px;
    background-color: #eaecf0;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .about-story-wrap-2 {
    width: 90%;
    margin-top: 20px;
    font-size: 1em;
    display: none;
  }

  .section-222 {
    display: none;
    overflow: visible;
  }

  .divider-b {
    margin-top: 10px;
  }

  .div-block-20, .div-block-21 {
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-22 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-5 {
    font-size: 1.6em;
  }

  .banner-examples-1 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-34 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .half {
    padding-left: 5px;
  }

  ._300-50 {
    width: 100%;
    max-width: 300px;
  }

  ._728-90 {
    width: 100%;
    background-color: rgba(0, 0, 0, 0);
  }

  ._350-250 {
    width: 100%;
    max-width: 300px;
  }

  ._320-50-2, ._320-50-3, ._320-50-4 {
    width: 100%;
    max-width: 320px;
  }

  .lottie-animation-27 {
    max-width: 250px;
  }

  .lottie-animation-28 {
    max-width: 320px;
  }

  .hamburger-lottie {
    width: 60px;
    height: 60px;
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 0;
    padding-top: 5px;
  }

  .heading-6 {
    text-align: center;
    margin-top: 0;
    font-size: 24px;
    line-height: 34px;
  }

  .centered-container-2 {
    text-align: left;
  }

  .subscribe-form-input-wrapper {
    flex: 1;
    align-self: stretch;
  }

  .subscribe-form-input {
    width: 100%;
  }

  .image-13 {
    width: 300px;
    height: 300px;
    position: relative;
  }

  .main-content {
    height: auto;
    margin-top: auto;
  }

  .main-content.hero-b {
    background-color: #fff;
  }

  .main-content.blog-content {
    padding-top: 50px;
    padding-left: 0;
    padding-right: 0;
  }

  .overlay {
    height: 300vh;
    margin-bottom: -100vh;
    transform: translate(0, -25vh);
  }

  .top {
    z-index: 1;
    height: 400vh;
  }

  .loader-container {
    z-index: -2;
  }

  .image-14 {
    width: 200px;
    height: auto;
  }

  .logo {
    height: auto;
    margin-top: auto;
    transform: translate(0, -20px);
  }

  .scroll-icon {
    z-index: 1;
    width: 100%;
    height: 200px;
    justify-content: center;
    margin-bottom: 10px;
    display: flex;
    position: fixed;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .lottie-animation-30 {
    margin-left: auto;
    margin-right: auto;
  }

  .lottie-in {
    height: 100vh;
  }

  .page-in {
    display: none;
  }

  .heading-jumbo-light {
    white-space: pre-line;
    margin: auto 5px;
    padding-top: 0;
    padding-bottom: 60px;
    font-size: 3.5em;
    line-height: 1.2em;
    transform: none;
  }

  .heading-jumbo-light.dark {
    margin-bottom: auto;
    padding-bottom: 0;
    font-size: 4em;
    transform: translate(0);
  }

  .menu-bk {
    z-index: 190;
    height: 100px;
    background-color: #303030;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .work-tag-offset {
    margin-top: -60px;
    margin-bottom: auto;
  }

  .top-b {
    height: 40vh;
  }

  .top-b.smaller-top {
    height: 30vh;
    margin-top: 80px;
  }

  .bottom-b {
    z-index: 1;
    height: 100vh;
    margin-top: 45vh;
  }

  .bottom-b.smaller-bottom {
    margin-top: 42vh;
  }

  .bottom-b.contact {
    height: auto;
    margin-top: 30vh;
  }

  .gap, .gap.b {
    padding-top: 10px;
  }

  .bottom-c {
    margin-top: 750vh;
    transform: none;
  }

  .bottom-c.top-pos {
    margin-top: 30vh;
  }

  .bottom-c.top-pos.service {
    margin-top: 35vh;
  }

  .process-lottie {
    width: auto;
    height: auto;
    max-height: 40vh;
    max-width: none;
    margin: auto;
    padding: 20px 0 10px;
    position: relative;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
    transform: translate(5px, 5vh);
  }

  .process {
    display: none;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .process.mob {
    text-align: center;
    margin-top: 10px;
    margin-bottom: auto;
    margin-left: auto;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 34px;
    line-height: 40px;
    display: block;
  }

  .process-section {
    height: 150vh;
  }

  .process-section.white {
    height: 120vh;
    padding-top: 10px;
    padding-bottom: 30px;
    top: 100px;
  }

  .process-text {
    max-width: none;
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    margin-top: auto;
    margin-bottom: auto;
    padding-left: 0;
    padding-right: 0;
    font-size: 1em;
    line-height: 22px;
    display: flex;
    position: relative;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .process-txt.p-1 {
    text-align: center;
    margin-top: auto;
    margin-left: auto;
    display: block;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
    transform: translate(0%);
  }

  .process-txt.p-2, .process-txt.p-3 {
    text-align: center;
    margin-top: auto;
    margin-left: auto;
    display: block;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .process-txt.p-4 {
    text-align: center;
    flex: 0 auto;
    margin-top: auto;
    margin-left: auto;
    display: block;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .processes {
    width: 100vw;
    margin-top: -9px;
    margin-left: auto;
    position: relative;
  }

  .heading-9.prohead {
    margin-top: auto;
    margin-bottom: auto;
    font-size: 24px;
  }

  .heading-10.prohead {
    margin-bottom: auto;
    font-size: 24px;
  }

  .heading-11.prohead {
    text-align: center;
    margin-bottom: auto;
    font-size: 24px;
  }

  .heading-12.prohead {
    margin-bottom: auto;
    font-size: 24px;
  }

  .video_icon, .int_icon, .ani_icon {
    max-width: 40vw;
  }

  .moform-button {
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .button-container {
    justify-content: center;
    align-self: center;
    margin-top: 30px;
    display: flex;
  }

  .phone-mob {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
  }

  .social-b {
    z-index: 3;
    width: 40vw;
    justify-content: center;
    align-self: center;
    margin: auto auto 100px;
    padding-top: 0;
    display: flex;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .vimeo {
    margin-left: auto;
    margin-right: auto;
  }

  .button3.cc-jumbo-button {
    display: flex;
  }

  .video-3 {
    max-width: 90vw;
    margin-bottom: 20px;
  }

  .rates-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-47 {
    height: auto;
    flex-wrap: wrap;
    flex: 0 auto;
    align-content: center;
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-top: auto;
    margin-bottom: auto;
    display: flex;
    position: relative;
  }

  .head-text.white {
    color: var(--white);
    font-weight: 600;
  }

  .intro-content-box {
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0);
    flex: 1;
    align-self: center;
    display: flex;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .nav-btn-container {
    flex-direction: column;
    flex: 1;
    justify-content: center;
    align-self: center;
    align-items: center;
    padding-bottom: 50px;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .subheading {
    font-size: 24px;
  }

  .text-block-14 {
    text-align: center;
    line-height: 24px;
  }

  .title-text {
    width: 90vw;
    max-width: 90vw;
    padding-top: 10px;
  }

  .title-text.what {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .top-title {
    height: 110%;
    background-color: var(--white);
  }

  .block-of-text {
    width: 90%;
    margin-top: 20px;
    font-size: 1em;
  }

  .temp-header {
    text-align: center;
    padding-bottom: 0;
    font-size: 3em;
    transform: translate(0, -50%);
  }

  .rates-card-container {
    margin-top: 10px;
  }

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

  .rate-item {
    justify-content: center;
    padding-left: 10px;
  }

  .rate-item.div.b {
    justify-content: center;
    padding-left: 5px;
    padding-right: 5px;
  }

  .text-block-15.rate-item-text {
    padding-right: 5px;
  }

  .rate-cols {
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

  .heading-13 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .rate-item-text {
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 22px;
  }

  .container-contact.cc-blog-detail {
    padding-left: 5px;
    padding-right: 5px;
  }

  .container-contact.pad-top.less-topper {
    margin-top: 20px;
  }

  .container-contact.top-pad.vert {
    padding-top: 10px;
  }

  .video-container {
    padding-top: 20px;
  }

  .process-table {
    width: 100%;
    height: 80vh;
    margin-top: 20px;
  }

  .column-8 {
    flex: 0 auto;
    padding-left: 0;
    padding-right: 0;
    display: block;
    transform: none;
  }

  .column-9 {
    height: auto;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .container-vid.cc-blog-detail {
    padding-left: 5px;
    padding-right: 5px;
  }

  .container-vid.pad-top.less-topper {
    margin-top: 20px;
  }

  .container-vid.top-pad.vert {
    padding-top: 10px;
    padding-bottom: 30px;
  }

  .container-video.cc-blog-detail {
    padding-left: 5px;
    padding-right: 5px;
  }

  .container-video.pad-top.less-topper {
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .container-video.top-pad.vert {
    padding-top: 10px;
    padding-bottom: 30px;
  }

  .process-cols {
    flex-direction: column;
    margin-bottom: 30px;
    position: relative;
  }

  .column-10.col-m {
    height: 50%;
    flex-flow: column wrap;
    flex: 0 auto;
    align-content: center;
    justify-content: center;
    margin-bottom: 10px;
    padding-top: 0;
    padding-left: 0;
    display: block;
    position: static;
  }

  .column-11 {
    height: 50%;
    flex-direction: column;
    flex: 1;
    justify-content: center;
    align-self: flex-start;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    position: static;
  }

  .col-m-inner {
    margin-top: 80px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
  }

  .privacy {
    margin-top: 100px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .body-5 {
    overflow: hidden;
  }

  .mo-list {
    padding-left: 20px;
  }
}

#w-node-_593312db-59c8-ac03-1d90-efe4c6d0c3b7-8cb70e78 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_737fdd65-bad8-d9c6-e3a4-e6874c429331-8cb70e78, #w-node-e5654796-8886-ad7a-4908-d2ce034d2ba0-8cb70e78, #w-node-c8471f6f-7650-2bed-e3ea-8eb2a0210c22-8cb70e78, #w-node-_0f4fc76f-d7eb-ffc3-898f-1d0a461be7cc-8cb70e78, #w-node-_524af7ce-a5a4-bc84-38fb-bda5d0342116-8cb70e78 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-be5d9f94-e9c6-e60f-9404-1f25eb7f94da-8cb70e78, #w-node-be5d9f94-e9c6-e60f-9404-1f25eb7f94e1-8cb70e78, #w-node-be5d9f94-e9c6-e60f-9404-1f25eb7f94e8-8cb70e78 {
  justify-self: center;
}

#w-node-_6f46a591-0458-77ad-875f-dec917934e36-8cb70e7b {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_6f46a591-0458-77ad-875f-dec917934e3c-8cb70e7b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6f46a591-0458-77ad-875f-dec917934e42-8cb70e7b {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_6f46a591-0458-77ad-875f-dec917934e48-8cb70e7b {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_6f46a591-0458-77ad-875f-dec917934e4e-8cb70e7b {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_6f46a591-0458-77ad-875f-dec917934e55-8cb70e7b {
  grid-area: 2 / 2 / 3 / 3;
}

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

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

#w-node-_421df62a-c217-12af-eee8-27f88a387918-8cb70e82 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387928-8cb70e82 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387918-8cb70e83 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387928-8cb70e83 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387918-8cb70e84 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387928-8cb70e84 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2878ffd7-26fe-9471-3c4e-7763e2d38cdc-8cb70e85 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2878ffd7-26fe-9471-3c4e-7763e2d38ce3-8cb70e85 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_2878ffd7-26fe-9471-3c4e-7763e2d38cea-8cb70e85 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_6f46a591-0458-77ad-875f-dec917934e36-8cb70e89 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_6f46a591-0458-77ad-875f-dec917934e3c-8cb70e89 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6f46a591-0458-77ad-875f-dec917934e42-8cb70e89 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_6f46a591-0458-77ad-875f-dec917934e48-8cb70e89 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_6f46a591-0458-77ad-875f-dec917934e4e-8cb70e89 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_6f46a591-0458-77ad-875f-dec917934e55-8cb70e89 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-c28cc763-f708-1e61-f196-6bd9fce9803c-8cb70e8b {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-c28cc763-f708-1e61-f196-6bd9fce98043-8cb70e8b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-c28cc763-f708-1e61-f196-6bd9fce9804a-8cb70e8b {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-c28cc763-f708-1e61-f196-6bd9fce98051-8cb70e8b {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-c28cc763-f708-1e61-f196-6bd9fce98058-8cb70e8b {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-c28cc763-f708-1e61-f196-6bd9fce9805f-8cb70e8b {
  grid-area: 2 / 3 / 3 / 4;
}

@media screen and (max-width: 991px) {
  #w-node-_6f46a591-0458-77ad-875f-dec917934e42-8cb70e7b {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_6f46a591-0458-77ad-875f-dec917934e48-8cb70e7b {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_6f46a591-0458-77ad-875f-dec917934e4e-8cb70e7b {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_6f46a591-0458-77ad-875f-dec917934e55-8cb70e7b {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_3f61509a-fac7-b0d5-3763-509be70585a6-8cb70e7d, #w-node-_421df62a-c217-12af-eee8-27f88a387928-8cb70e82, #w-node-_421df62a-c217-12af-eee8-27f88a387928-8cb70e83, #w-node-_421df62a-c217-12af-eee8-27f88a387928-8cb70e84, #w-node-_6f46a591-0458-77ad-875f-dec917934e42-8cb70e89 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_6f46a591-0458-77ad-875f-dec917934e48-8cb70e89 {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_6f46a591-0458-77ad-875f-dec917934e4e-8cb70e89 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_6f46a591-0458-77ad-875f-dec917934e55-8cb70e89 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce9804a-8cb70e8b {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce98051-8cb70e8b {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce98058-8cb70e8b {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce9805f-8cb70e8b {
    grid-area: 3 / 2 / 4 / 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_593312db-59c8-ac03-1d90-efe4c6d0c3b7-8cb70e78 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_737fdd65-bad8-d9c6-e3a4-e6874c429331-8cb70e78 {
    grid-area: span 3 / span 1 / span 3 / span 1;
  }

  #w-node-e5654796-8886-ad7a-4908-d2ce034d2ba0-8cb70e78, #w-node-c8471f6f-7650-2bed-e3ea-8eb2a0210c22-8cb70e78 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0f4fc76f-d7eb-ffc3-898f-1d0a461be7cc-8cb70e78 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_524af7ce-a5a4-bc84-38fb-bda5d0342116-8cb70e78, #w-node-be5d9f94-e9c6-e60f-9404-1f25eb7f94e4-8cb70e78, #w-node-be5d9f94-e9c6-e60f-9404-1f25eb7f94e6-8cb70e78, #w-node-be5d9f94-e9c6-e60f-9404-1f25eb7f94eb-8cb70e78 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-be5d9f94-e9c6-e60f-9404-1f25eb7f94ed-8cb70e78 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-_6f46a591-0458-77ad-875f-dec917934e3c-8cb70e7b {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_6f46a591-0458-77ad-875f-dec917934e42-8cb70e7b {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_6f46a591-0458-77ad-875f-dec917934e48-8cb70e7b {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-_6f46a591-0458-77ad-875f-dec917934e4e-8cb70e7b {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_6f46a591-0458-77ad-875f-dec917934e55-8cb70e7b {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_6f46a591-0458-77ad-875f-dec917934e3c-8cb70e89 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_6f46a591-0458-77ad-875f-dec917934e42-8cb70e89 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_6f46a591-0458-77ad-875f-dec917934e48-8cb70e89 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-_6f46a591-0458-77ad-875f-dec917934e4e-8cb70e89 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_6f46a591-0458-77ad-875f-dec917934e55-8cb70e89 {
    grid-area: 5 / 1 / 6 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_593312db-59c8-ac03-1d90-efe4c6d0c3b7-8cb70e78 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_737fdd65-bad8-d9c6-e3a4-e6874c429331-8cb70e78 {
    grid-area: span 2 / span 1 / span 2 / span 1;
    align-self: center;
    justify-self: center;
  }

  #w-node-_0f4fc76f-d7eb-ffc3-898f-1d0a461be7cc-8cb70e78 {
    grid-area: span 3 / span 1 / span 3 / span 1;
  }

  #w-node-_524af7ce-a5a4-bc84-38fb-bda5d0342116-8cb70e78 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-be5d9f94-e9c6-e60f-9404-1f25eb7f94da-8cb70e78, #w-node-be5d9f94-e9c6-e60f-9404-1f25eb7f94e1-8cb70e78, #w-node-be5d9f94-e9c6-e60f-9404-1f25eb7f94e8-8cb70e78 {
    grid-column: span 1 / span 1;
  }

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

  #w-node-c28cc763-f708-1e61-f196-6bd9fce98043-8cb70e8b {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce9804a-8cb70e8b {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce98051-8cb70e8b {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce98058-8cb70e8b {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce9805f-8cb70e8b {
    grid-area: 6 / 1 / 7 / 2;
  }
}


@font-face {
  font-family: 'Mofont v2';
  src: url('../fonts/MoFont-v2.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}