html {
  font-size: 62.5%;
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 200;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: "kern" on;
  font-kerning: normal;
}

body {
  margin: 0;
  padding-top: 8rem;
  font-size: 1.6rem;
}

b,
strong {
  font-weight: 700;
}
.light-bold b,
.light-bold strong {
  font-weight: 500;
}

a img {
  border: none;
}

.head h2 {
  margin: 2rem 0;
  font-size: 6rem;
  font-weight: 200;
  color: #009f99;
}
.head p {
  font-size: 2.4rem;
}

header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  height: 8rem;
  padding-left: 2rem;
  padding-right: 8rem;
  background: linear-gradient(to right, #3c3c3b 0%, #000 100%);
}
header::after {
  position: absolute;
  bottom: -2rem;
  left: 0;
  right: 0;
  display: block;
  height: 2rem;
  content: "";
  background: linear-gradient(to bottom, rgba(60, 60, 59, 0.35) 0%, rgba(60, 60, 59, 0) 100%);
}
@media screen and (max-width: 50em) {
  header {
    padding-right: 2rem;
  }
}

.logo {
  display: block;
}
.logo img {
  width: 24rem;
  height: 3.2rem;
}

.mobile-menu-title {
  position: relative;
  display: block;
  box-sizing: border-box;
  width: 3rem;
  height: 2rem;
  margin-left: auto;
  padding-top: 0.7rem;
  border-bottom: 2px solid #fff;
  border-top: 2px solid #fff;
}
.mobile-menu-title > span {
  display: block;
  height: 2px;
  background-color: #fff;
}
@media screen and (min-width: 50.0625em) {
  .mobile-menu-title {
    display: none;
  }
}

#toggle-mobile-menu {
  display: none;
}
#toggle-mobile-menu:checked + nav {
  opacity: 1;
  transform: scaleY(1);
}

nav {
  margin-left: auto;
}
@media screen and (max-width: 50em) {
  nav {
    position: absolute;
    top: 80px;
    right: 0;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top;
    background-color: #000;
    transition: opacity 0.2s ease-in-out, transform 0.2s ease-in;
  }
}

[role=menuitem] {
  display: inline-block;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
}
[role=menuitem].active {
  color: #009f99;
}
@media screen and (max-width: 50em) {
  [role=menuitem] {
    display: block;
    padding: 1rem 8rem 1rem 2rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
}
@media screen and (min-width: 50.0625em) {
  [role=menuitem] {
    margin-left: 2rem;
  }
  [role=menuitem].mobile-signin {
    display: none;
  }
}

section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 62.5em) {
  section {
    padding: 3rem;
  }
  section.section-slider {
    padding-left: 0;
    padding-right: 0;
  }
  section.section-bg-image {
    padding-bottom: 8rem;
  }
}
@media screen and (min-width: 62.5625em) {
  section {
    padding: 4rem 4rem 6rem;
  }
}
section a {
  color: #009f99;
  text-decoration: none;
  transition: color 0.25s ease;
}
section a:hover {
  color: #3c3c3b;
  text-decoration: underline;
}
section a img {
  border: none;
}

.bottom-tab {
  position: absolute;
  bottom: -1px;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
  width: 25rem;
  height: 3.1rem;
  overflow: hidden;
}
.bottom-tab > svg {
  width: 25rem;
  height: 3.3rem;
}
@media screen and (max-width: 48em) {
  .bottom-tab {
    display: none;
  }
}

.tab-fill.bg-3-columns {
  fill: #dcdfcd;
}
.tab-fill.bg-quotes {
  fill: #fff;
}
.tab-fill.bg-core-features {
  fill: #f1f2ea;
}
.tab-fill.bg-footer {
  fill: #3c3c3b;
}
.tab-fill.bg-slider {
  fill: #f1f2eb;
}
.tab-fill.bg-image {
  fill: #d3d9dc;
}

.svg-sprite {
  display: none;
}

.btn {
  display: inline-block;
  padding: 1.5rem 3rem;
  font-weight: 800;
  transition: background-color 0.3s;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 1.2rem;
}
.btn:hover {
  text-decoration: none;
}
.section-bg-image .btn {
  margin-top: 2rem;
}

.btn-green {
  color: #fff;
  background-color: #009f99;
}
.btn-green:hover {
  background-color: #036d65;
  color: #fff;
}

.btn-grey {
  position: relative;
  padding: 1.2rem 3rem 1rem 1.5rem;
  font-size: 1.4rem;
  color: #3c3c3b;
  background-color: rgba(242, 242, 242, 0.5);
  border-radius: 4px;
}
.btn-grey:hover {
  background-color: rgba(242, 242, 242, 0.3);
}
.btn-grey > svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1rem;
  display: block;
  width: 1.3rem;
  height: 1.3rem;
  fill: #3c3c3b;
}
header .btn-grey {
  margin-left: 2rem;
  background-color: rgba(242, 242, 242, 0.7);
}
header .btn-grey:hover {
  background-color: rgba(242, 242, 242, 0.5);
}
@media screen and (max-width: 50em) {
  .btn-grey.desktop-signin {
    display: none;
  }
}

.btn-grey-25 {
  color: #3c3c3b;
  background-color: rgba(60, 60, 59, 0.25);
  border-radius: 4px;
}
.btn-grey-25:hover {
  background-color: rgba(60, 60, 59, 0.5);
}

.section-bg-image {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: calc(100vh - 180px);
  font-size: 2rem;
  color: #fff;
  background: url(bg-1.jpg) no-repeat left center;
  background-size: cover;
}
.section-bg-image > div {
  text-align: center;
}
.section-bg-image h1 {
  margin-top: 0;
  margin-bottom: 2.2rem;
  font-weight: 200;
  font-size: 5.6rem;
}
@media screen and (max-width: 37.5em) {
  .section-bg-image h1 {
    font-size: 3rem;
  }
  .section-bg-image .btn-green {
    font-size: 1.8rem;
  }
}

.logo-text {
  width: 34rem;
  height: 3rem;
  max-width: 100%;
  fill: #fff;
}
.logo-text.dark {
  fill: #3c3c3b;
}

.quote-header {
  width: 1.5rem;
  height: 1.5rem;
  fill: #fff;
}

sup {
  position: relative;
  top: -0.5em;
  line-height: 0;
  vertical-align: baseline;
}
sup > svg {
  display: inline-block;
}

.section-quotes {
  display: none;
  padding-bottom: 4rem;
}
.section-quotes h2 {
  margin-top: 4rem;
  margin-bottom: 4rem;
  text-align: center;
  font-weight: 200;
}
@media screen and (max-width: 43.75em) {
  .section-quotes h2 {
    font-size: 3rem;
  }
}

blockquote {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 2rem;
  background-color: #f2f2f2;
}

.quote-img {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 12rem;
  padding: 5rem;
}
.quote-img > img {
  width: 100%;
  max-width: 10rem;
}
@media screen and (max-width: 43.75em) {
  .quote-img {
    display: none;
  }
}
@media screen and (min-width: 43.8125em) {
  .quote-img + .quote {
    padding-left: 0;
    margin-left: 2rem;
  }
}

.quote {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 22rem;
  -ms-flex: 1 0 22rem;
  flex: 1 0 22rem;
  box-sizing: border-box;
  margin-left: 5rem;
  padding: 5rem 5rem 5rem 1.8rem;
  font-size: 2rem;
}
.quote .icon-quote-start {
  margin-left: -1.8rem;
  margin-right: 0.2rem;
}
.quote .icon-quote-start,
.quote .icon-quote-end {
  width: 1rem;
  height: 1rem;
  fill: #3c3c3b;
}
@media screen and (max-width: 43.75em) {
  .quote {
    margin-left: 3rem;
    padding: 2rem 3rem 2rem 0;
    font-size: 1.6rem;
  }
  .quote .icon-quote-start,
.quote .icon-quote-end {
    width: 0.7rem;
    height: 0.7rem;
  }
}

.quote-footer {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  box-sizing: border-box;
  padding: 0 5rem 5rem;
  text-align: right;
  font-size: 1.4rem;
}

.section-slider {
  padding-bottom: 5rem;
  background-color: #f1f2eb;
  box-sizing: border-box;
}
.section-slider > div:first-child {
  width: 100%;
}
.section-slider h2 {
  margin-top: 2.5rem;
  margin-bottom: 5rem;
  text-align: center;
}
@media screen and (max-width: 62.5em) {
  .section-slider {
    padding-bottom: 8rem;
  }
}

h2 {
  font-size: 3.2rem;
  font-weight: 700;
}
h2 > span {
  font-weight: 200;
}

.slides {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  overflow-x: auto;
  box-sizing: border-box;
}

.slide,
.slides-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.slide {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 100%;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  padding-top: 2rem;
  overflow: hidden;
  box-sizing: border-box;
}
@media screen and (max-width: 64em) {
  .slide {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.slide-img {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 30rem;
  -ms-flex: 1 0 30rem;
  flex: 1 0 30rem;
  max-width: 50rem;
  margin-right: 4rem;
}
.slide-img img {
  max-width: 100%;
  box-shadow: 0 0 2rem 0 rgba(60, 60, 59, 0.5);
  vertical-align: bottom;
}

.slide-text {
  padding-top: 3rem;
  padding-bottom: 3rem;
  min-width: 25rem;
  max-width: 50rem;
}

.slide-title {
  font-size: 1.8rem;
  font-weight: 800;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.features-list > li {
  margin-bottom: 1.5rem;
  padding-left: 3rem;
  background: url(feature-bullet.svg) no-repeat 0 5px;
  background-size: 16px 16px;
}

.slides-nav {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  background-color: #f1f2eb;
  margin-top: -1.5rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
  border-top: 1px solid rgba(60, 60, 59, 0.25);
}

[data-type=slide-nav-arrow] {
  display: inline-block;
  padding-top: 2px;
}

.slide-prev,
.slide-next {
  width: 1.5rem;
  height: 1.5rem;
  fill: rgba(60, 60, 59, 0.5);
  cursor: pointer;
}
.slide-prev.active,
.slide-next.active {
  fill: #3c3c3b;
}

.slide-prev {
  margin-right: 1rem;
}

.slide-next {
  margin-left: 1rem;
}

.slide-bullets-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.slide-bullets-list > li {
  margin-left: 1rem;
  margin-right: 1rem;
}
.slide-bullets-list [data-type=bullet] {
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  cursor: pointer;
  border-radius: 50%;
  background-color: rgba(60, 60, 59, 0.3);
}
.slide-bullets-list [data-type=bullet].active {
  background-color: #3c3c3b;
}

.section-3-columns {
  padding-bottom: 4rem;
  text-align: center;
  background-color: #fff;
}

.bg-beige {
  background-color: #dcdfcd;
}

.bg-grey {
  background-color: #f1f2eb;
}

.section-svg-title {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.row-img {
  height: 15rem;
  background: url(radar.svg) no-repeat bottom center;
  background-size: 120px auto;
}
.row-img img {
  height: 12rem;
}

.section-2-columns .column-img {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 20rem;
  -ms-flex: 1 0 20rem;
  flex: 1 0 20rem;
  padding: 2vw;
  text-align: center;
}
.section-2-columns .column-img img {
  max-width: 100%;
  height: 24rem;
}
.section-2-columns .column-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 30rem;
  -ms-flex: 1 0 30rem;
  flex: 1 0 30rem;
  padding: 2vw;
}

.text-image-order .column-text {
  text-align: right;
}
@media screen and (max-width: 38em) {
  .text-image-order .column-img {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .text-image-order .column-text {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    text-align: left;
  }
}

.section-text {
  background-color: #f1f2eb;
  font-size: 1.8rem;
}

footer {
  padding: 4rem 3rem 8rem;
  background-color: #3c3c3b;
  color: #fff;
}
footer h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  padding-top: 1rem;
  height: 4.5rem;
  font-size: 2rem;
}
footer h4 img {
  display: inline-block;
  margin-top: -1rem;
  width: 30rem;
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
footer p {
  margin-top: 0;
}
footer a {
  color: #fff;
  text-decoration: none;
}
footer a:hover {
  text-decoration: underline;
}
@media screen and (min-width: 25.0625em) {
  footer .column:last-child p {
    padding-left: 5rem;
  }
}

.about-list li {
  margin-bottom: 0.75rem;
  padding-left: 2rem;
  background: url(chevron-right.svg) no-repeat 0 4px;
  background-size: 1rem 1rem;
}

.content {
  width: 100%;
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 4rem;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
}

.column {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 28rem;
  -ms-flex: 1 0 28rem;
  flex: 1 0 28rem;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  box-sizing: border-box;
  padding: 2rem 4rem;
}

@media screen and (min-width: 64.0625em) {
  .footer-to-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: calc(100% - 8rem);
    min-height: calc(100% - 8rem);
  }
  .footer-to-bottom .section-text,
.footer-to-bottom .section-2-columns {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("fonts/HNLight.woff2") format("woff2"), url("fonts/HNLight.woff") format("woff"), url("fonts/HNLight.ttf") format("truetype");
  font-style: normal;
  font-weight: 200;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("fonts/HNLight-Italic.woff2") format("woff2"), url("fonts/HNLight-Italic.woff") format("woff"), url("fonts/HNLight-Italic.ttf") format("truetype");
  font-style: italic;
  font-weight: 200;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("fonts/HNRoman.woff2") format("woff2"), url("fonts/HNRoman.woff") format("woff"), url("fonts/HNRoman.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("fonts/HNBold.woff2") format("woff2"), url("fonts/HNBold.woff") format("woff"), url("fonts/HNBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("fonts/HNBoldCondensed.woff2") format("woff2"), url("fonts/HNBoldCondensed.woff") format("woff"), url("fonts/HNBoldCondensed.ttf") format("truetype");
  font-style: normal;
  font-weight: 800;
}

/*# sourceMappingURL=base.src.css.map */
