:root {
  --dodger-blue: #56a0d3;
  --steel-blue: #417aa2;
  --smoke: #dcdbdb;
  --dark-gray: #333;
  --white: white;
  --medium-gray: #666;
  --black: black;
  --crimson: #d24;
  --light-gray: #999;
}

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

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

.section {
  background-color: #0000;
  margin-left: 30px;
  margin-right: 30px;
}

.section.cc-reviews {
  background-color: var(--dodger-blue);
  margin-top: 50px;
  padding-left: 80px;
  padding-right: 80px;
}

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

.section.cc-footer, .section.cc-grid {
  background-color: #0000;
  margin-top: 50px;
}

.section.cc-header {
  background-color: var(--steel-blue);
}

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

.container {
  background-color: #0000;
  width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.container.cc-other-services {
  background-color: var(--smoke);
  padding: 30px;
}

.container.cc-service-details {
  display: none;
}

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

.paragraph-bigger {
  opacity: 1;
  color: var(--dark-gray);
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  display: block;
}

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

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

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

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

.button.cc-jumbo-button {
  background-color: var(--steel-blue);
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-jumbo-button:hover {
  background-color: var(--dodger-blue);
}

.button.cc-jumbo-button.cc-jumbo-white {
  color: #000;
  background-color: #fff;
}

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

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

.button.cc-contact-us {
  z-index: 5;
  background-color: var(--dodger-blue);
  direction: ltr;
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  white-space: normal;
  margin-right: 0;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
  transition-property: none;
  position: relative;
}

.button.cc-contact-us:hover {
  background-color: var(--steel-blue);
  font-weight: 700;
}

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

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

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

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

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

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

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

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

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

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

.paragraph-light {
  opacity: .6;
}

.heading-jumbo {
  color: var(--dark-gray);
  text-transform: none;
  min-width: 250px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 64px;
  line-height: 80px;
}

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

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

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

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

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

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

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

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

.menu {
  z-index: 0;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 30% 60% 10%;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: auto;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.navigation-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: row;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 30% 55% 15%;
  grid-auto-columns: 1fr;
  place-content: stretch space-between;
  place-items: center stretch;
  display: grid;
  position: relative;
}

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

.navigation-item {
  opacity: .6;
  color: var(--steel-blue);
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

.navigation-item:hover {
  opacity: .9;
  color: var(--dark-gray);
}

.navigation-item:active {
  opacity: .8;
  color: var(--dark-gray);
}

.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 {
  max-height: 100px;
  display: block;
}

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

.footer-wrap {
  background-color: var(--medium-gray);
  border: 1px solid #0000;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  padding: 40px;
  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;
}

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

.intro-header {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/73727108-happy-friends-with-remote-watching-tv-at-home.jpg');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 620px;
  margin-bottom: 100px;
  display: flex;
}

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

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

.intro-content.cc-homepage {
  z-index: 999;
  text-align: center;
  background-color: #0000;
  flex-flow: column;
  place-content: flex-start center;
  align-self: auto;
  align-items: flex-start;
  width: auto;
  min-width: 0;
  max-width: none;
  height: 100%;
  margin-left: 40px;
  display: flex;
  position: absolute;
  top: auto;
}

.intro-content.cc-services-copy {
  z-index: 999;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  background-color: #fffc;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: end space-between;
  align-self: center;
  place-items: stretch center;
  width: auto;
  min-width: 0;
  max-width: none;
  height: auto;
  margin-left: 40px;
  margin-right: 70px;
  display: flex;
  position: absolute;
  top: auto;
}

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

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

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

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

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

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

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

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

.contact-form-wrap {
  border: 0 solid #eee;
  margin-bottom: -319px;
  padding-bottom: 0;
  padding-left: 50px;
  padding-right: 50px;
}

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

.details-wrap {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 30px;
  display: block;
}

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

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

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

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

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

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

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

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

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

.page-title-heading {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 30px;
  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 {
  background-color: #f4f4f4;
  height: 150px;
  margin-bottom: 30px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.cable-tv-overview-header {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/123312174_m.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 620px;
  margin-bottom: 50px;
  display: flex;
}

.cable-tv-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: 60px auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

.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 {
  flex-direction: column;
  align-items: stretch;
  width: auto;
  display: flex;
}

.home-section-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

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

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

.about-grid.cc-about-2 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template: ". ."
                 ". ."
                 / 2fr 1fr 1fr;
  width: 100%;
  margin-bottom: 0;
}

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

.collection-wrap {
  flex-wrap: wrap;
  place-content: flex-start 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;
}

.text-block {
  color: var(--dark-gray);
}

.mouse-icon {
  border: 2px solid #bbb;
  border-radius: 12px;
  justify-content: center;
  align-items: flex-start;
  width: 20px;
  height: 30px;
  display: flex;
}

.hero-intro {
  color: #111;
  text-align: center;
  background-color: #fff;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 570px;
  padding: 56px 48px;
  display: flex;
}

.title {
  color: #a5c926;
  margin-bottom: 16px;
  font-size: 13px;
  font-weight: 600;
  line-height: 16px;
}

.section-2 {
  background-color: #f8f8f8;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 120px 24px;
  display: flex;
}

.section-2.hero-section {
  height: 70vh;
  padding: 0;
  position: relative;
}

.scroll-mouse-link {
  z-index: 2;
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: 0 1px 2px #00000026;
}

.mouse-wheel-icon {
  background-color: #bbb;
  border-radius: 50%;
  width: 4px;
  height: 4px;
  margin-top: 6px;
}

.wrapper {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.wrapper.text-white {
  background-color: #fffc;
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: auto;
  max-width: none;
  padding-left: 20px;
  padding-right: 20px;
  position: static;
}

.button-2 {
  color: #fff;
  text-align: center;
  background-color: #a5c926;
  border-radius: 24px;
  justify-content: center;
  height: 48px;
  padding: 12px 28px;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  transition: transform .3s, box-shadow .3s;
}

.button-2:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 8px -4px #a5c92680;
}

.slide {
  text-align: left;
  background-image: url('../images/73727108_m.jpg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.mask {
  height: 80vh;
  padding: 0;
}

.slide-nav, .left-arrow {
  display: none;
}

.slider-div {
  background-color: #fff9;
  min-width: 0;
  padding-left: 25px;
  padding-right: 25px;
}

.right-arrow {
  display: none;
}

.slide-2 {
  background-image: url('../images/117920186_m.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider {
  height: 80vh;
  margin-bottom: 0;
}

.slide-3 {
  background-image: url('../images/53478318_m.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.grid-div-box-blue-background {
  background-color: var(--steel-blue);
  color: var(--white);
  padding: 25px;
}

.grid-div-block {
  background-color: var(--smoke);
  padding: 25px;
}

.paragraph-home-page-grid {
  opacity: .6;
  text-align: center;
}

.image-home-page-grid {
  max-width: 150px;
}

.footer-grid {
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-content: start;
  align-self: auto;
  place-items: start;
  margin-left: auto;
  margin-right: auto;
}

.footer-section {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-div-block {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.footer-icon {
  min-height: 0;
  max-height: 50px;
  margin-bottom: 10px;
  margin-right: 10px;
}

.footer-text-block {
  color: var(--white);
  flex: 1;
  display: flex;
}

.white-link {
  color: var(--white);
  font-style: normal;
  text-decoration: none;
}

.body {
  background-color: var(--white);
}

.footer-wrap-bottom {
  background-color: var(--dark-gray);
  color: var(--white);
  border: 1px solid #0000;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  padding: 40px;
  display: flex;
}

.html-embed {
  background-color: #0000;
}

.scroll-to-top {
  z-index: 100;
  float: right;
  opacity: 1;
  background-color: #18181d;
  background-image: url('../images/social-34-white.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50px;
  height: 50px;
  position: fixed;
  inset: auto 20px 10px auto;
}

.scroll-to-top:hover {
  opacity: 1;
}

.div-block {
  align-self: flex-start;
}

.contact-page-div {
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  display: flex;
}

.services-div-white {
  background-color: #0000;
  flex-direction: row;
  flex: 1;
  justify-content: space-around;
  align-self: stretch;
  align-items: center;
  min-width: 0;
  padding: 25px;
  display: flex;
}

.services-div-right-side {
  background-color: var(--steel-blue);
  flex: 1;
  align-self: auto;
  min-width: 0;
  padding-left: 25px;
  padding-right: 25px;
  text-decoration: none;
}

.services-div-blue {
  background-color: #417aa2cc;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  min-width: 0;
  padding: 25px 10px;
  display: flex;
}

.heading-jumbo-white {
  color: var(--white);
  text-transform: none;
  align-self: center;
  min-width: 0;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  line-height: 80px;
  display: block;
  position: static;
}

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

.div-block-2 {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  width: 50%;
  display: flex;
}

.paragraph {
  margin-bottom: 0;
}

.grid {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: 8vh 5vh 5vh;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: 5vh;
  align-content: stretch;
  align-self: flex-start;
  place-items: center;
}

.price-list {
  opacity: 1;
  color: var(--dark-gray);
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 22px;
  display: block;
}

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

.services-list {
  color: var(--black);
  align-self: auto;
  padding-left: 0;
  list-style-type: none;
}

.internet-overview-header {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/40908273_m.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 620px;
  margin-bottom: 50px;
  display: flex;
}

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

.phone-overview-header {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/86037802_m.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 620px;
  margin-bottom: 50px;
  display: flex;
}

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

.package-overview-header-copy {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/40287306_m.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 620px;
  margin-bottom: 50px;
  display: flex;
}

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

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

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

  .button {
    justify-content: center;
  }

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

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

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

  .menu-icon {
    display: block;
  }

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

  .navigation-wrap {
    grid-row-gap: 10px;
    background-color: #fff;
    grid-template-columns: 70% 15% 15%;
    grid-auto-rows: 200px;
  }

  .navigation {
    padding: 25px 30px;
  }

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

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

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

  .menu-button {
    padding: 0;
  }

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

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

  .cta-text {
    width: auto;
  }

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

  .intro-content.cc-services-copy {
    flex-direction: column;
  }

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

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

  .contact-form-wrap {
    margin-bottom: 0;
  }

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

  .details-wrap {
    width: 50%;
  }

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

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

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

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

  .cable-tv-overview-header {
    background-position: 50%;
    background-size: auto;
  }

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

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

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

  .blog-item {
    width: 80%;
  }

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

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

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

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

  .intro-text {
    width: auto;
  }

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

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

  .hero-intro {
    max-width: 480px;
    padding: 40px;
  }

  .section-2 {
    padding: 88px 8px;
  }

  .section-2.hero-section {
    height: auto;
    padding: 184px 16px;
  }

  .scroll-mouse-link {
    padding-bottom: 24px;
    display: none;
  }

  .button-2:hover {
    transform: none;
  }

  .slide-3 {
    background-position: 0%;
  }

  .footer-grid {
    grid-template-columns: 2fr 2fr;
  }

  .footer-text-block {
    text-align: left;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .contact-page-div {
    justify-content: space-between;
  }

  .services-div-blue {
    flex-direction: row;
    padding-left: 25px;
    padding-right: 25px;
  }

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

  .div-block-2 {
    flex-direction: row;
    width: 100%;
  }

  .grid {
    justify-items: center;
  }

  .internet-overview-header {
    background-position: 50%;
    background-size: cover;
  }

  .package-overview-header-copy {
    background-position: 0 0;
    background-size: auto 150%;
  }
}

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

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

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

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

  .container {
    text-align: center;
  }

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

  .button.cc-contact-us {
    padding-left: 12px;
    padding-right: 12px;
  }

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

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

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

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

  .menu {
    justify-content: center;
    margin-left: 0;
    margin-right: 0;
  }

  .navigation-wrap {
    grid-template-rows: auto auto;
    grid-template-columns: 80% 20%;
  }

  .navigation {
    padding: 20px 30px;
  }

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

  .intro-content {
    width: 80%;
  }

  .intro-content.cc-services-copy {
    flex-direction: column;
    margin-left: 0;
    margin-right: 15px;
  }

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

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

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

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

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

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

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

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

  .cable-tv-overview-header {
    background-position: 65% 32%;
  }

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

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

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

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

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

  ._404-wrap {
    padding: 30px;
  }

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

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

  .section-2.hero-section {
    padding-top: 104px;
    padding-bottom: 104px;
  }

  .scroll-mouse-link {
    display: none;
  }

  .slide-2 {
    background-position: -3%;
  }

  .slide-3 {
    background-position: 3%;
  }

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

  .footer-text-block {
    text-align: left;
    align-items: flex-start;
  }

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

  .price-list {
    font-size: 16px;
    line-height: 28px;
  }

  .services-list {
    margin-bottom: 5px;
  }

  .internet-overview-header {
    background-position: 50%;
    background-size: cover;
  }

  .phone-overview-header {
    background-position: 78%;
  }

  .package-overview-header-copy {
    background-position: 81%;
  }
}

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

  .section.cc-reviews, .section.cc-home-wrap, .section.cc-footer {
    margin-left: 0;
    margin-right: 0;
  }

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

  .section.cc-header {
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
  }

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

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

  .menu {
    margin-left: 15px;
  }

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

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

  .footer-wrap {
    padding: 22px;
  }

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

  .intro-content.cc-homepage {
    align-items: center;
    margin-left: 10px;
  }

  .intro-content.cc-services-copy {
    margin-left: 0;
    margin-right: 0;
  }

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

  .our-contacts {
    width: 90%;
  }

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

  .cable-tv-overview-header {
    background-position: 70% 35%;
  }

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

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

  .slide {
    background-position: 44% 0;
  }

  .slider-div {
    width: 100%;
    margin-left: 0;
  }

  .slide-2 {
    background-position: 71%;
  }

  .slide-3 {
    background-position: 35%;
  }

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

  .footer-section {
    align-items: flex-start;
  }

  .footer-text-block {
    flex-direction: row;
    justify-content: flex-start;
  }

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

  .internet-overview-header {
    background-position: 73% 0;
    background-size: auto 120%;
  }

  .phone-overview-header {
    background-image: url('../images/86037802-mother-and-daughter-with-telephone-handset.jpg');
    background-position: 81%;
  }

  .package-overview-header-copy {
    background-position: 73%;
  }
}

#w-node-_65f6ecf6-6b6a-7793-4dbb-c4ab918a7b10-30ee2591 {
  grid-area: 1 / 1 / 3 / 2;
  place-self: stretch stretch;
}

#w-node-_86e64837-0616-515b-4568-76c147234d41-30ee2591 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: stretch stretch;
}

#w-node-_9b7b3f0a-601b-bc03-078d-f1e958542ec6-30ee2591 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: stretch stretch;
}

#w-node-c276af35-ba37-c218-4546-8715734ed2e2-30ee2591 {
  grid-area: 2 / 2 / 3 / 3;
  place-self: stretch stretch;
}

#w-node-_2fa94fa7-1031-7a9b-e551-b38726c4f025-30ee2591 {
  grid-area: 2 / 3 / 3 / 4;
  place-self: stretch stretch;
}

#w-node-_51795eef-b263-b970-89d2-4ee96ceff565-51e627e8 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_96265672-67b1-95ba-148b-14daefbb0537-51e627e8 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: start end;
}

#w-node-_3070da04-a2d1-7096-6ae2-21c223dfb080-51e627e8 {
  justify-self: center;
}

#w-node-_6c7f3f75-f46f-2973-8940-e3607c8ace77-51e627e8, #w-node-_18638a64-158e-82a5-ef35-2151b27a4e27-b27a4e25 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_18638a64-158e-82a5-ef35-2151b27a4e29-b27a4e25 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_8951bb20-3ace-79fe-691c-09c24aa807a0-b27a4e25 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b118e6-2fee2594 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b118ec-2fee2594 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b118f2-2fee2594 {
  grid-area: 1 / 3 / 2 / 4;
}

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

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

#w-node-c28cc763-f708-1e61-f196-6bd9fce9803c-16ee2596 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-c28cc763-f708-1e61-f196-6bd9fce98043-16ee2596 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-c28cc763-f708-1e61-f196-6bd9fce9804a-16ee2596 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-c28cc763-f708-1e61-f196-6bd9fce98051-16ee2596 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-c28cc763-f708-1e61-f196-6bd9fce98058-16ee2596 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-c28cc763-f708-1e61-f196-6bd9fce9805f-16ee2596 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b118e6-f4140922 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b118ec-f4140922 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b118f2-f4140922 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_41960969-267d-e463-da0c-6cfe61e3838e-44e4e6ed, #w-node-_37398230-d4b9-0380-f561-41a8d93a3d73-44e4e6ed, #w-node-_2ff973f5-3653-c9b1-cb83-f82f1b7e4ec2-44e4e6ed {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_2b9004e2-88e7-a31e-dbb0-f4b027ee0fb3-44e4e6ed, #w-node-_7b3e567f-2ffa-68db-b7c0-9676fbd1a24a-44e4e6ed, #w-node-_2bfebfe9-1298-9c00-97a1-62edab91558d-44e4e6ed, #w-node-d707e73d-a95c-32f6-6563-11478201b3bf-44e4e6ed, #w-node-_839cf6e3-9e3e-3350-3333-20cbd354aa33-44e4e6ed, #w-node-e16c5c81-8370-f5c7-b2e1-e2a33286c59d-44e4e6ed {
  align-self: start;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b118e6-44e4e6ed {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b118ec-44e4e6ed {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b118f2-44e4e6ed {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b118e6-ea540adf {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b118ec-ea540adf {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b118f2-ea540adf {
  grid-area: 1 / 3 / 2 / 4;
}

@media screen and (max-width: 991px) {
  #w-node-_65f6ecf6-6b6a-7793-4dbb-c4ab918a7b10-30ee2591 {
    grid-area: 1 / 1 / 2 / 2;
    place-self: stretch stretch;
  }

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

  #w-node-_9b7b3f0a-601b-bc03-078d-f1e958542ec6-30ee2591 {
    grid-area: 3 / 1 / 4 / 2;
    place-self: stretch stretch;
  }

  #w-node-c276af35-ba37-c218-4546-8715734ed2e2-30ee2591 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_2fa94fa7-1031-7a9b-e551-b38726c4f025-30ee2591 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_51795eef-b263-b970-89d2-4ee96ceff565-51e627e8 {
    grid-row-end: 3;
  }

  #w-node-_96265672-67b1-95ba-148b-14daefbb0537-51e627e8 {
    grid-column: 2 / 3;
  }

  #w-node-_3070da04-a2d1-7096-6ae2-21c223dfb080-51e627e8 {
    grid-area: 2 / 2 / 3 / 3;
    justify-self: end;
  }

  #w-node-_18638a64-158e-82a5-ef35-2151b27a4e27-b27a4e25 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_18638a64-158e-82a5-ef35-2151b27a4e29-b27a4e25 {
    grid-area: 1 / 2 / 2 / 3;
    justify-self: end;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118f2-2fee2594, #w-node-_3f61509a-fac7-b0d5-3763-509be70585a6-c8ee2595, #w-node-c28cc763-f708-1e61-f196-6bd9fce9804a-16ee2596 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce98051-16ee2596 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce98058-16ee2596 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce9805f-16ee2596 {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118f2-f4140922, #w-node-ca1212d8-4247-8b87-bc90-543393b118f2-44e4e6ed, #w-node-ca1212d8-4247-8b87-bc90-543393b118f2-ea540adf {
    grid-area: 2 / 1 / 3 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_96265672-67b1-95ba-148b-14daefbb0537-51e627e8 {
    grid-column: 2 / 3;
  }

  #w-node-_18638a64-158e-82a5-ef35-2151b27a4e27-b27a4e25, #w-node-_18638a64-158e-82a5-ef35-2151b27a4e29-b27a4e25 {
    grid-row: 2 / 3;
  }

  #w-node-_8951bb20-3ace-79fe-691c-09c24aa807a0-b27a4e25 {
    grid-column: 2 / 3;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118ec-2fee2594 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118f2-2fee2594 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118ec-f4140922 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118f2-f4140922 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118ec-44e4e6ed {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118f2-44e4e6ed {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118ec-ea540adf {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118f2-ea540adf {
    grid-area: 3 / 1 / 4 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_51795eef-b263-b970-89d2-4ee96ceff565-51e627e8 {
    grid-row-end: 2;
  }

  #w-node-_96265672-67b1-95ba-148b-14daefbb0537-51e627e8 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: stretch;
  }

  #w-node-_3070da04-a2d1-7096-6ae2-21c223dfb080-51e627e8 {
    grid-area: 3 / 1 / 4 / 2;
    justify-self: center;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce98043-16ee2596 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce9804a-16ee2596 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce98051-16ee2596 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce98058-16ee2596 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce9805f-16ee2596 {
    grid-area: 6 / 1 / 7 / 2;
  }
}


