body {
  background-color: #edeff2;
  font-family: 'Open Sans', sans-serif;
  color: #6a859c;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #676770;
  font-size: 32px;
  line-height: 36px;
  font-weight: 300;
  text-align: center;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #676770;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  letter-spacing: 7px;
  text-transform: uppercase;
}

h4 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #676770;
  font-size: 18px;
  line-height: 20px;
  font-weight: 300;
  letter-spacing: 4px;
  text-transform: uppercase;
}

h6 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 25px;
  font-weight: 300;
}

a {
  text-decoration: underline;
}

a.w--current {
  color: #e2a62b;
}

.button {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  padding: 12px 30px;
  border-radius: 4px;
  background-color: #3b99d9;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-family: 'Roboto Mono', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 21px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  background-color: #2e9dff;
}

.button.w--current {
  background-color: #2e80b6;
}

.button.full-width {
  display: block;
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
}

.button.tab {
  margin-right: 8px;
  margin-left: 8px;
  background-color: #92a0ad;
}

.button.tab:hover {
  background-color: #2e80b6;
}

.button.tab.w--current {
  background-color: #2e80b6;
}

.navigation-link {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  color: #676770;
}

.navigation-link:hover {
  color: #2e9dff;
}

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

.brand-text {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #69b9ff;
  font-size: 25px;
  line-height: 25px;
  font-weight: 300;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.brand-link {
  padding-top: 16px;
  padding-bottom: 16px;
}

.section {
  position: relative;
  padding: 80px 10px;
  border-bottom: 4px solid #bf3a30;
  background-color: #edeff2;
  text-align: center;
}

.section.accent {
  border-bottom: 4px none #bf3a30;
  background-color: #f0f0f0;
}

.white-box {
  padding: 15px;
  border: 1px solid #bec3c7;
  border-radius: 5px;
  background-color: transparent;
  text-align: center;
}

.white-box.transparent {
  border-style: none;
  background-color: transparent;
}

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

.hero-section.centered {
  padding-top: 152px;
  padding-bottom: 195px;
  border-style: none;
  border-bottom-width: 4px;
  border-bottom-color: #bf3a30;
  background-image: linear-gradient(112deg, rgba(255, 78, 79, 0.8), rgba(126, 254, 228, 0.8)), url('../images/child-kid-ku-shin-the-park-160917.jpeg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
  font-family: Inconsolata, monospace;
  text-align: center;
}

.hero-heading {
  margin-top: -27px;
  margin-bottom: 4px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: Rubik, sans-serif;
  color: #fff;
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.hero-subheading {
  margin-bottom: -23px;
  padding-bottom: 0px;
  font-family: Inconsolata, monospace;
  color: #f0f0f0;
  font-size: 30px;
  line-height: 25px;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-shadow: 1px 0 1px transparent;
}

.hollow-button {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  padding: 10px 30px;
  border: 1px solid #fff;
  border-radius: 4px;
  -webkit-transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  color: #fff;
  line-height: 21px;
  font-weight: 300;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.hollow-button:hover {
  border-color: #2e9dff;
  color: #2e9dff;
}

.hollow-button.all-caps {
  font-family: 'Roboto Mono', sans-serif;
  text-transform: uppercase;
}

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

.section-heading.centered {
  font-family: Rubik, sans-serif;
  color: #676770;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.section-heading.centered.white {
  margin-bottom: 22px;
  font-family: Rubik, sans-serif;
  color: #2e80b6;
  font-size: 32px;
  font-weight: 500;
}

.section-subheading.center {
  margin-bottom: -21px;
  padding-bottom: 0px;
  font-family: 'Roboto Mono', sans-serif;
  color: #edeff2;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.section-subheading.center.off-white {
  margin-bottom: 0px;
  padding-bottom: 25px;
  font-family: Inconsolata, monospace;
  color: #e8e8e8;
  font-size: 24px;
  font-weight: 400;
}

.section-title-group {
  margin-bottom: 60px;
}

.form-field {
  height: 45px;
  margin-bottom: 17px;
  border: 0px solid #000;
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(64, 64, 71, 0.3);
}

.form-field.text-area {
  height: 110px;
}

.footer {
  padding-top: 35px;
  padding-bottom: 35px;
}

.footer.center {
  border-style: none;
  border-top-width: 1px;
  border-top-color: #dbdbdb;
  background-color: #383838;
  text-align: center;
}

.footer-text {
  margin-top: 5px;
  margin-bottom: 5px;
  color: #9e9e9e;
  font-size: 16px;
}

.grid-image {
  position: static;
  display: block;
  width: 100%;
  height: 180px;
  max-width: 100%;
  min-height: 180px;
  margin: 20px auto;
  padding: 20px;
  border: 0px none #fff;
  border-radius: 0%;
  background-color: transparent;
}

.info-icon {
  float: left;
}

.footer-link {
  display: block;
  margin-bottom: 6px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d5d5e0;
  color: #668cad;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
}

.footer-link:hover {
  color: rgba(0, 140, 255, 0.84);
}

.footer-link.with-icon {
  margin-left: 30px;
}

.tab-menu {
  margin-bottom: 40px;
  text-align: center;
}

.tabs-wrapper {
  text-align: center;
}

.fullwidth-image {
  width: 100%;
  margin-bottom: 20px;
}

.white-text {
  margin-bottom: 20px;
  color: #fff;
}

.form {
  margin-top: 40px;
}

.column {
  position: static;
  display: block;
  font-family: Inconsolata, monospace;
}

.paragraph {
  float: none;
  font-family: Inconsolata, monospace;
  color: #668cad;
  font-size: 30px;
  line-height: 45px;
  text-align: left;
}

.heading {
  font-style: normal;
  font-weight: 700;
}

.image {
  padding-bottom: 22px;
}

.section-copy {
  position: relative;
  padding: 80px 10px;
  border-bottom: 4px none #822e50;
  background-color: #f0f0f0;
  text-align: center;
}

.section-copy.accent {
  background-color: #192024;
}

.white-box-copy {
  padding: 15px;
  border: 1px none #dcebf7;
  border-radius: 5px;
  background-color: transparent;
  text-align: center;
}

.white-box-copy.transparent {
  border-style: none;
  background-color: transparent;
}

.custom-nav-abr {
  background-color: #fff;
}

.image-2 {
  position: relative;
  float: left;
}

.image-3 {
  display: inline-block;
  overflow: visible;
  border: 0px none #000;
  background-color: transparent;
  color: transparent;
}

.hero-logo {
  display: inline-block;
  overflow: visible;
  border: 0px none transparent;
  background-color: transparent;
  color: transparent;
}

.column-2 {
  border-style: none;
}

.column-3 {
  border-style: none;
}

.section-3 {
  position: relative;
  height: 800px;
  padding: 80px 10px;
  border-bottom: 4px solid #bf3a30;
  background-color: #edeff2;
  background-image: url('../images/SmartGadgetFamily_03_NoLogo.png');
  background-position: 50% 100%;
  background-size: cover;
  text-align: center;
}

.section-3.accent {
  border-bottom: 4px solid #bf3a30;
  background-color: #192024;
}

.grid-image-copy {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 20px auto;
  padding: 20px;
  border: 0px solid #fff;
  border-radius: 0%;
  background-color: transparent;
}

.section-heading-copy {
  margin-top: 0px;
  margin-bottom: 16px;
}

.section-heading-copy.centered {
  margin-bottom: 50px;
  font-family: Rubik, sans-serif;
  color: #f0f0f0;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.section-heading-copy.centered.white {
  font-family: Rubik, sans-serif;
  color: #fff;
  font-weight: 500;
}

.section-copy2 {
  position: relative;
  padding: 80px 10px;
  border-bottom: 15px none #192024;
  background-color: #2d3e4f;
  text-align: center;
}

.section-copy2.accent {
  border-bottom: 4px solid #bf3a30;
  background-color: #192024;
}

.heading-2 {
  font-family: Rubik, sans-serif;
  color: #f0f0f0;
  font-weight: 600;
}

.heading-3 {
  font-family: Rubik, sans-serif;
  color: #edeff2;
  font-weight: 600;
}

.heading-4 {
  font-family: Rubik, sans-serif;
  color: #edeff2;
  font-weight: 600;
}

.section-copy2-copy {
  position: relative;
  min-height: 0px;
  padding: 80px 10px;
  border-bottom: 15px none #192024;
  background-color: rgba(130, 46, 80, 0.9);
  background-image: linear-gradient(140deg, #590590, rgba(118, 7, 161, 0.9), #cf404d 0, rgba(255, 78, 79, 0.85) 0, rgba(37, 204, 191, 0.9)), url('../images/photo-1416949929422-a1d9c8fe84af.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  text-align: center;
}

.section-copy2-copy.accent {
  border-bottom: 4px solid #bf3a30;
  background-color: #192024;
}

.container {
  position: relative;
  top: 0px;
  bottom: 0px;
}

.paragraph-2 {
  font-family: Inconsolata, monospace;
  color: #f0f0f0;
  font-size: 18px;
}

.paragraph-3 {
  font-family: Inconsolata, monospace;
  color: #f0f0f0;
  font-size: 18px;
}

.paragraph-4 {
  font-family: Inconsolata, monospace;
  color: #f0f0f0;
  font-size: 18px;
  text-align: center;
}

.section-copy2-copyk {
  position: relative;
  padding: 80px 10px 59px;
  border-style: none;
  border-bottom-width: 4px;
  border-bottom-color: transparent;
  background-color: rgba(45, 62, 79, 0.95);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(16, 16, 226, 0.75)), to(rgba(16, 16, 226, 0.75))), url('../images/triang.gif');
  background-image: linear-gradient(180deg, rgba(16, 16, 226, 0.75), rgba(16, 16, 226, 0.75)), url('../images/triang.gif');
  background-position: 0px 0px, 50% 44%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  text-align: center;
}

.section-copy2-copyk.accent {
  border-bottom: 4px solid #bf3a30;
  background-color: #192024;
}

.grid-image-copygg {
  position: static;
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 20px auto;
  padding: 20px;
  border: 0px none #fff;
  border-radius: 0%;
  background-color: transparent;
}

.grid-image-copynn {
  position: static;
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 20px auto;
  padding: 20px;
  border: 0px none #fff;
  border-radius: 0%;
  background-color: transparent;
}

.paragraph-5 {
  font-family: Inconsolata, monospace;
  font-size: 18px;
  font-weight: 400;
}

.paragraph-6 {
  margin-bottom: 10px;
  padding-bottom: 0px;
  font-family: Inconsolata, monospace;
  font-size: 18px;
}

.paragraph-7 {
  padding-top: 22px;
  font-family: Inconsolata, monospace;
  font-size: 18px;
}

.column-4 {
  border: 1px solid #dcebf7;
}

.field-label {
  margin-bottom: 10px;
  font-family: Rubik, sans-serif;
  color: #f0f0f0;
  font-size: 18px;
}

.text-block {
  font-family: Inconsolata, monospace;
  color: #f0f0f0;
  font-size: 33px;
  line-height: 45px;
  font-weight: 300;
  text-align: left;
}

.submit-button {
  margin-top: 23px;
  font-family: Rubik, sans-serif;
  color: #edeff2;
  font-size: 18px;
}

.field-label-2 {
  margin-top: 25px;
  padding-bottom: 10px;
  font-family: Rubik, sans-serif;
  color: #f0f0f0;
  font-size: 18px;
}

.section-4 {
  background-image: url('../images/example-bg.png');
  background-position: 0px 0px;
  background-size: 125px;
}

.div-block {
  position: relative;
  top: 0px;
  z-index: 1;
  margin-top: -160px;
}

.image-4 {
  margin-bottom: 20px;
  padding-top: 28px;
}

.light-link {
  color: #f8c740;
}

.container-2 {
  margin-bottom: -22px;
  padding-bottom: 0px;
}

.icons {
  margin-bottom: -29px;
  padding-bottom: 0px;
}

.image-5 {
  background-image: url('../images/people.png');
  background-position: 0px 0px;
  background-size: auto;
}

.section-copy-copy {
  position: relative;
  bottom: -1px;
  height: 700px;
  margin-top: -5px;
  padding: 0px 10px 80px;
  border-bottom: 4px none #822e50;
  background-color: #f0f0f0;
  background-image: url('../images/people.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}

.section-copy-copy.accent {
  background-color: #192024;
}

.video {
  width: 100%;
  padding-right: 0px;
  -webkit-column-count: 2;
  column-count: 2;
}

.column-7 {
  border-style: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#192024), to(#192024));
  background-image: linear-gradient(180deg, #192024, #192024);
}

.column-8 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#192024), to(#192024));
  background-image: linear-gradient(180deg, #192024, #192024);
}

.row-2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#192024), to(#192024));
  background-image: linear-gradient(180deg, #192024, #192024);
}

.video-2 {
  position: static;
  overflow: visible;
  width: 100%;
  height: 100%;
  float: none;
}

.field-label-3 {
  color: #ecf0f1;
  font-size: 24px;
}

.html-embed {
  margin-top: 84px;
  margin-bottom: -125px;
  padding-top: 114px;
  padding-bottom: 0px;
}

.form-block {
  margin-bottom: -133px;
  padding-top: 92px;
  padding-bottom: 0px;
}

.text-field-4 {
  position: static;
  display: inline;
  width: 400px;
  margin-left: 0px;
  float: none;
  clear: none;
  font-weight: 400;
}

.submit-button-2 {
  position: absolute;
  overflow: visible;
  clear: none;
}

.text-block-2 {
  margin-top: 14px;
  margin-bottom: 34px;
  padding-top: 0px;
  color: #ecf0f1;
}

.html-embed-2 {
  margin-top: 87px;
  padding-top: 0px;
  padding-bottom: 0px;
  color: #c1835b;
}

.link {
  text-decoration: underline;
}

.text-block-3 {
  margin-right: 60px;
  margin-left: 60px;
  font-size: 24px;
  line-height: 34px;
  font-weight: 400;
}

.image-6 {
  max-width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  -webkit-transform: perspective(1px);
  transform: perspective(1px);
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.image-7 {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: inline-block;
  overflow: visible;
  margin-bottom: -25px;
  padding-top: 0px;
  padding-bottom: 0px;
  clear: none;
  border: 0px solid #000;
  border-radius: 0px;
  text-align: center;
}

.div-block-2 {
  margin-top: -35px;
  padding-top: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
  text-align: center;
}

.section-5 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
}

.section-6 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
}

html.w-mod-js *[data-ix="fade-in-bottom-page-loads"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="fade-in-left-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(-50px, 0px);
  -ms-transform: translate(-50px, 0px);
  transform: translate(-50px, 0px);
}

html.w-mod-js *[data-ix="fade-in-right-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(50px, 0px);
  -ms-transform: translate(50px, 0px);
  transform: translate(50px, 0px);
}

html.w-mod-js *[data-ix="fade-in-top-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, -50px);
  -ms-transform: translate(0px, -50px);
  transform: translate(0px, -50px);
}

html.w-mod-js *[data-ix="fade-in-bottom-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="bounce-in-scroll-in"] {
  opacity: 0;
  -webkit-transform: scale(0.6000000000000003, 0.6000000000000003);
  -ms-transform: scale(0.6000000000000003, 0.6000000000000003);
  transform: scale(0.6000000000000003, 0.6000000000000003);
}

html.w-mod-js *[data-ix="scale-on-scroll"] {
  opacity: 0;
  -webkit-transform: scale(0.01, 0.01);
  -ms-transform: scale(0.01, 0.01);
  transform: scale(0.01, 0.01);
}

@media (max-width: 991px) {
  .navigation-link {
    color: hsla(0, 0%, 100%, 0.52);
  }
  .navigation-link.w--current {
    color: #fff;
  }
  .hamburger-button.w--open {
    background-color: #3b99d9;
  }
  .navigation-menu {
    background-color: #3b99d9;
  }
  .section.accent {
    border-bottom-style: none;
  }
  .hero-section.centered {
    padding-top: 144px;
    padding-bottom: 144px;
    background-position: 0px 0px, 50% 100%;
  }
  .hero-heading {
    margin-top: -53px;
  }
  .grid-image {
    padding: 15px;
  }
  .spc {
    border-style: none;
  }
  .paragraph {
    font-size: 20px;
    line-height: 35px;
  }
  .text-span {
    font-size: 24px;
    line-height: 0px;
  }
  .section-copy {
    margin-bottom: -114px;
    border-bottom-style: none;
  }
  .grid-image-copy {
    width: 50%;
    padding: 15px;
  }
  .section-copy2 {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#822e50), color-stop(0%, rgba(191, 58, 48, 0.8)), to(rgba(94, 37, 99, 0.8))), url('../images/photo-1416400639808-f41f0c149b09.jpg');
    background-image: linear-gradient(0deg, #822e50, rgba(191, 58, 48, 0.8) 0%, rgba(94, 37, 99, 0.8)), url('../images/photo-1416400639808-f41f0c149b09.jpg');
    background-position: 0px 0px, 0px 0px;
    background-size: auto, cover;
  }
  .grid-image-copygg {
    width: 100%;
    padding: 15px;
  }
  .grid-image-copynn {
    width: 100%;
    padding: 15px;
  }
  .paragraph-7 {
    margin-bottom: 8px;
    padding-top: 20px;
    padding-bottom: 0px;
  }
  .text-block {
    font-size: 24px;
    line-height: 36px;
  }
  .submit-button {
    font-family: Inconsolata, monospace;
  }
  .image-4 {
    margin-top: 23px;
    padding-top: 3px;
    padding-bottom: 0px;
  }
  .text-field {
    position: static;
    display: block;
    margin: 0px auto;
    padding: 0px;
  }
  .text-field-copy {
    position: static;
    display: block;
    margin: 0px auto;
    padding: 0px;
  }
  .text-field-2 {
    font-family: Inconsolata, monospace;
  }
  .text-field-3 {
    font-family: Inconsolata, monospace;
  }
  .section-copy-copy {
    bottom: -110px;
    margin-bottom: -161px;
    padding-top: 0px;
    border-bottom-style: none;
    background-size: contain;
  }
  .form-2 {
    margin-bottom: 35px;
  }
  .html-embed-2 {
    margin-top: 85px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .text-block-3 {
    text-align: center;
  }
  .image-6 {
    width: 170px;
  }
}

@media (max-width: 767px) {
  .button.full-width {
    margin-right: auto;
    margin-left: auto;
  }
  .button.tab {
    font-size: 12px;
  }
  .white-box {
    margin-bottom: 30px;
  }
  .hero-section.centered {
    padding-top: 119px;
    padding-bottom: 119px;
    background-position: 0px 0px, 50% 0px;
    background-size: auto, cover;
  }
  .hero-heading {
    margin-bottom: 15px;
    font-size: 50px;
  }
  .hero-subheading {
    font-size: 18px;
  }
  .form-field.text-area {
    display: block;
  }
  .grid-image {
    width: 20%;
    padding: 20px;
  }
  .spc {
    margin-bottom: 30px;
  }
  .white-box-copy {
    margin-bottom: 30px;
  }
  .grid-image-copy {
    width: 20%;
    padding: 20px;
  }
  .grid-image-copygg {
    width: 70%;
    padding: 20px;
  }
  .grid-image-copynn {
    width: 70%;
    padding: 20px;
  }
  .container-2 {
    margin-bottom: -40px;
  }
  .section-copy-copy {
    margin-top: -70px;
    margin-bottom: -272px;
    padding-top: 0px;
  }
  .text-field-4 {
    margin-left: -64px;
  }
  .form-2 {
    position: static;
    overflow: visible;
  }
  .html-embed-2 {
    margin-top: 82px;
  }
}

@media (max-width: 479px) {
  .button {
    margin-bottom: 25px;
  }
  .section.accent {
    margin-top: 16px;
    margin-bottom: -94px;
    padding-top: 2px;
  }
  .white-box {
    margin-top: -8px;
    padding-top: 1px;
    border-style: none;
  }
  .hero-section.centered {
    margin-top: -9px;
    margin-bottom: -17px;
    padding-top: 118px;
    padding-bottom: 60px;
  }
  .hero-heading {
    margin-top: -61px;
    margin-bottom: 2px;
    padding-bottom: 5px;
    font-size: 28px;
    line-height: 38px;
    font-weight: 700;
  }
  .hero-subheading {
    margin-bottom: -50px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 8px;
  }
  .section-heading.centered.white {
    margin-top: -14px;
    margin-bottom: -20px;
    font-size: 25px;
  }
  .section-subheading.center {
    font-family: Inconsolata, monospace;
    line-height: 30px;
  }
  .section-title-group {
    margin-bottom: 70px;
    padding-top: 54px;
    padding-bottom: 0px;
  }
  .grid-image {
    width: 100%;
    margin-bottom: -107px;
    padding-top: 0px;
    padding-bottom: 131px;
  }
  .fullwidth-image {
    margin-top: -45px;
    margin-bottom: -11px;
    padding-top: 2px;
    padding-bottom: 0px;
  }
  .spc {
    padding-bottom: 0px;
  }
  .section-copy {
    margin-top: -47px;
    margin-bottom: -35px;
    padding-top: 0px;
    padding-bottom: 42px;
  }
  .white-box-copy {
    margin-bottom: 21px;
  }
  .hero-logo {
    margin-top: -16px;
  }
  .grid-image-copy {
    width: 35%;
  }
  .section-copy2 {
    padding-top: 58px;
    padding-bottom: 0px;
  }
  .section-copy2-copy {
    padding-bottom: 4px;
  }
  .section-copy2-copyk {
    margin-top: -12px;
    margin-bottom: -1px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .grid-image-copygg {
    width: 75%;
    margin-bottom: -33px;
  }
  .grid-image-copynn {
    width: 75%;
    margin-bottom: -10px;
    padding-top: 0px;
  }
  .paragraph-7 {
    margin-bottom: 22px;
    padding-bottom: 0px;
  }
  .column-4 {
    padding-top: 0px;
  }
  .column-5 {
    margin-bottom: -26px;
    padding-bottom: 0px;
  }
  .column-6 {
    margin-bottom: -26px;
  }
  .field-label {
    color: #f0f0f0;
  }
  .row {
    margin-top: -9px;
    margin-bottom: -25px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .paragraph-8 {
    padding-bottom: 0px;
  }
  .text-block {
    margin-top: 40px;
    padding-top: 9px;
    padding-bottom: 18px;
    font-size: 24px;
    line-height: 30px;
  }
  .image-4 {
    width: 75%;
    margin-top: 8px;
    margin-bottom: -19px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .container-2 {
    margin-bottom: -24px;
  }
  .icons {
    margin-top: -58px;
  }
  .section-copy-copy {
    position: relative;
    width: 100%;
    margin-top: -150px;
    margin-bottom: -313px;
    padding-top: 0px;
    padding-bottom: 0px;
    background-position: 50% 0px;
    background-size: contain;
  }
  .form-block {
    padding-bottom: 68px;
  }
  .text-field-4 {
    position: static;
    overflow: visible;
    width: 220px;
    margin-left: -77px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 13px;
    clear: none;
  }
  .html-embed-2 {
    margin-top: 62px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .text-block-3 {
    padding-bottom: 43px;
  }
  .image-6 {
    width: 100px;
  }
  .image-7 {
    max-width: 40%;
  }
}

