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

body {
  color: #1a1b1f;
  font-family: Open Sans, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.4;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1.4;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1.2;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.2;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.3;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
}

p {
  margin-bottom: 10px;
}

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

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

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

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

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

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

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

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

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

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

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

.section.cc-home-wrap {
  margin-left: 50px;
  margin-right: 50px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
  line-height: 1.75rem;
}

.section.cc-store-home-wrap {
  margin-left: 50px;
  margin-right: 50px;
  padding-top: 0;
}

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

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

.paragraph-tiny {
  font-size: .8rem;
  line-height: 1.4;
}

.paragraph-bigger {
  opacity: 1;
  text-align: left;
  margin-bottom: 10px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
}

.paragraph-bigger.cc-bigger-light {
  opacity: .6;
  text-align: center;
}

.paragraph-bigger.cc-bigger-white-light {
  opacity: .6;
  text-align: left;
  display: block;
}

.paragraph-bigger.semi-bold {
  font-weight: 600;
}

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

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

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

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

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

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

.primary-button.cc-white-button:hover {
  background-color: #fffc;
}

.primary-button.cc-white-button:active {
  background-color: #ffffffe6;
}

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

.label.cc-styleguide-label {
  margin-bottom: 25px;
  font-size: .75rem;
  line-height: 1.25rem;
}

.label.cc-light {
  opacity: .6;
  font-size: .75rem;
  line-height: 1.4;
}

.heading-text-tiny {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.1;
}

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

.rich-text p {
  opacity: .6;
  margin-top: 15px;
  margin-bottom: 25px;
  font-size: 1.1rem;
  line-height: 1.4;
}

.rich-text img {
  -webkit-text-fill-color: inherit;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  background-clip: border-box;
}

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

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

.paragraph-light {
  opacity: .6;
  text-align: left;
  padding-left: 0;
  padding-right: 0;
  font-size: 1.1rem;
  line-height: 1.4;
}

.heading-text-jumbo {
  text-align: left;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 4rem;
  line-height: 1;
  position: relative;
}

.heading-text-small {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
}

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

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

.paragraph-small {
  font-size: .9rem;
  line-height: 1.4;
}

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

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

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

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

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

.navigation {
  background-color: #0000;
  align-items: center;
  padding: 30px 50px;
  display: flex;
}

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

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

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

.navigation-item:lang(en) {
  font-weight: 600;
}

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

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

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

.logo-image {
  display: block;
}

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

.footer-wrap {
  justify-content: center;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  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;
}

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

.cta-wrap {
  text-align: center;
  justify-content: center;
  display: flex;
}

.intro-header {
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-color: #f4f4f4;
  background-image: url('../images/Home.webp');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-clip: border-box;
  justify-content: center;
  align-items: center;
  height: 620px;
  margin-bottom: 100px;
  display: flex;
}

.intro-header.cc-subpage {
  color: #fff;
  background-color: #6bc3d2;
  background-image: url('../images/About.webp');
  background-position: 50% 30%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  border: 1px solid #6bc3d2;
  height: 480px;
}

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

.intro-content.cc-homepage {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 20px;
  display: block;
}

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

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

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

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

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

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

.contact-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 1fr;
  align-items: start;
}

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

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

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

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

.text-field::placeholder {
  color: #32343a66;
}

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

.contact-heading {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
}

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

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

.service-name {
  opacity: 1;
  margin-bottom: 5px;
  padding-left: 15%;
  padding-right: 15%;
  font-weight: 400;
}

.contact-email-link {
  opacity: 1;
  margin-bottom: 5px;
  font-size: 1.1rem;
  line-height: 1.4;
}

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

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

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

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

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

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

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

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

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

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

.section-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.2;
}

.about-grid {
  grid-column-gap: 91px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 1fr;
  align-items: center;
  margin-bottom: 80px;
  padding-top: 30px;
  font-size: 1.1rem;
  line-height: 1.1;
}

.about-grid.cc-about-2 {
  grid-column-gap: 79px;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: ". .";
  margin-top: 0;
  margin-bottom: 30px;
  padding-top: 30px;
}

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

.secondary-button {
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fff;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
}

.services-pic {
  margin-bottom: 30px;
}

.paragraph {
  text-align: left;
  margin: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 1.1rem;
  line-height: 1.4;
}

.text-block {
  font-size: .75rem;
  line-height: 1.25rem;
}

.heading-1 {
  font-size: 3.5rem;
  line-height: 1.2;
}

.heading-2 {
  font-size: 3.2rem;
  line-height: 1.2;
}

.heading-3 {
  font-size: 2.5rem;
  line-height: 1.2;
}

.heading-4 {
  font-size: 2rem;
  line-height: 1.3;
}

.heading-5 {
  font-size: 1.5rem;
  line-height: 1.4;
}

.heading-6 {
  margin-bottom: 20px;
  font-size: 1.25rem;
  line-height: 1.4;
}

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

.list-item, .list-item-2, .list-item-3 {
  font-size: 1.1rem;
  line-height: 1.4;
}

.block-quote {
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.4;
}

.text-block-2 {
  font-size: .87rem;
}

.link {
  font-size: 1.1rem;
  line-height: 1.4;
}

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

.list, .text-block-3, .link-2 {
  font-size: 1.1rem;
  line-height: 1.4;
}

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

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

  .paragraph-bigger.cc-bigger-white-light {
    padding-left: 3%;
  }

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

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

  .label.cc-light {
    text-align: center;
  }

  .heading-text-jumbo {
    padding-left: 3%;
    position: relative;
  }

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

  .menu-icon {
    display: block;
  }

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

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

  .navigation {
    padding: 25px 30px;
  }

  .navigation-item {
    text-align: center;
    padding: 15px 30px;
    font-size: 1.1rem;
    line-height: 1.4;
    transition: background-color .4s, opacity .4s, color .4s;
  }

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

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

  .menu-button {
    padding: 0;
  }

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

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

  .cta-text, .cta-wrap {
    width: auto;
  }

  .intro-header.cc-subpage {
    background-position: 50%;
  }

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

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

  .service-name {
    text-align: left;
    padding-left: 0%;
    padding-right: 0%;
  }

  .section-heading {
    text-align: left;
  }

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

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

  .intro-text {
    width: auto;
  }

  .paragraph {
    text-align: left;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-6 {
    text-align: left;
  }

  .div-block-2 {
    position: relative;
  }

  .list-item, .list-item-2, .list-item-3 {
    text-align: left;
  }
}

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

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

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

  .container {
    text-align: center;
  }

  .paragraph-bigger {
    font-size: 1.25rem;
    line-height: 2.12rem;
  }

  .paragraph-bigger.semi-bold {
    font-size: 1.4rem;
    line-height: 1;
  }

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

  .heading-text-jumbo {
    font-size: 3rem;
    line-height: 4rem;
  }

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

  .navigation {
    padding: 20px 30px;
  }

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

  .intro-content {
    width: 80%;
  }

  .contact-wrap {
    padding: 30px;
  }

  .our-services {
    width: auto;
  }

  .service-name {
    font-size: 1rem;
    line-height: 28px;
  }

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

  ._404-wrap {
    padding: 30px;
  }
}

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

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

  .paragraph-bigger {
    font-size: 1.25rem;
    line-height: 2.12rem;
  }

  .paragraph-bigger.cc-bigger-light {
    text-align: left;
  }

  .paragraph-bigger.cc-bigger-white-light {
    line-height: 2.12rem;
  }

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

  .heading-text-small {
    text-align: left;
    font-size: 1.3rem;
    line-height: 1.4;
  }

  .menu {
    margin-left: 15px;
  }

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

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

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

  .contact-grid {
    width: 100%;
  }

  .our-services {
    width: 90%;
  }

  .service-name {
    font-size: 1.1rem;
    line-height: 1.4;
  }

  .section-heading, .heading-6 {
    font-size: 2rem;
  }

  .div-block-5, .div-block-6, .div-block-7 {
    text-align: left;
  }
}

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

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

#w-node-_86e64837-0616-515b-4568-76c147234d4c-a5bc73f2, #w-node-_0a6dc500-b36b-fa28-f8ea-bcc01dfb61de-a5bc73f5 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_0a6dc500-b36b-fa28-f8ea-bcc01dfb61f9-a5bc73f5, #w-node-cf0cbfe1-ae21-595f-3cd0-68e69800ec82-a5bc73f5 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-cf0cbfe1-ae21-595f-3cd0-68e69800ec8d-a5bc73f5 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: center;
}

#w-node-_9637fe56-842d-60f4-1340-7e8605d4b1f6-a5bc73f5 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_9637fe56-842d-60f4-1340-7e8605d4b203-a5bc73f5 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_9637fe56-842d-60f4-1340-7e8605d4b210-a5bc73f5 {
  grid-area: 1 / 3 / 2 / 4;
}

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

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

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

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

  #w-node-_86e64837-0616-515b-4568-76c147234d41-a5bc73f2 {
    grid-area: 2 / 1 / 3 / 2;
  }

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

  #w-node-_0a6dc500-b36b-fa28-f8ea-bcc01dfb61de-a5bc73f5 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_0a6dc500-b36b-fa28-f8ea-bcc01dfb61f9-a5bc73f5 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: center;
  }

  #w-node-cf0cbfe1-ae21-595f-3cd0-68e69800ec82-a5bc73f5 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-cf0cbfe1-ae21-595f-3cd0-68e69800ec8d-a5bc73f5 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: center;
  }

  #w-node-_9637fe56-842d-60f4-1340-7e8605d4b203-a5bc73f5 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_9637fe56-842d-60f4-1340-7e8605d4b210-a5bc73f5 {
    grid-area: 3 / 1 / 4 / 2;
  }

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

@media screen and (max-width: 767px) {
  #w-node-cf0cbfe1-ae21-595f-3cd0-68e69800ec8d-a5bc73f5 {
    justify-self: center;
  }
}


