:root {
  --brand-colour: #00b2ad;
  --dark-brand: #0c757c;
  --dark: #222;
}

html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  height: 100%;
  width: 100%;
  overflow-x: hidden;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  color: #333;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 70px;
}

h2 {
  margin-top: 5px;
  margin-bottom: 10px;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 50px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 50px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
}

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

p {
  margin-bottom: 10px;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

a {
  color: #fff;
  text-decoration: none;
}

.navigation-section {
  justify-content: center;
  line-height: 20px;
  display: flex;
}

.nav-wrapper {
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1280px;
  padding: 18px 19px 20px;
  display: block;
}

.nav_logo-wrapper {
  width: 150px;
}

.nav_logo-image {
  width: 100%;
}

.nav_links-wrapper {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.lp {
  background-color: #fff0ff;
}

.txl {
  letter-spacing: -.5px;
  font-size: 28px;
  line-height: 1.5em;
}

.cb {
  background-color: #175ce5;
}

.button-w {
  color: #000;
  letter-spacing: 0;
  text-transform: uppercase;
  background-color: #ebebeb;
  border: 1px solid #ebebeb;
  padding: 15px 20px;
  font-size: 16px;
  font-weight: 700;
  transition: all .325s cubic-bezier(.696, .007, .31, 1.001);
}

.button-w:hover {
  transform: translate(5px, -5px);
}

.social-icons-small {
  display: flex;
}

.spacer-30 {
  padding-top: 30px;
}

.style-guide---icons {
  width: 32px;
  margin-bottom: 20px;
  margin-right: 20px;
}

.window-top {
  align-items: center;
  padding: 15px;
  display: flex;
}

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

.tc4 {
  color: #29a63e;
}

.hp-100 {
  height: 100px;
}

.footer-v4 {
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  padding-top: 40px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.spacer-15 {
  padding-top: 15px;
}

.ac {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.accordion-arrow {
  opacity: .5;
  background-image: url('../images/add_white_24dp.svg');
  background-position: 50%;
  background-size: 100%;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 24px;
}

.pxl {
  letter-spacing: -.5px;
  font-size: 28px;
  line-height: 1.4em;
}

.pxl.t5.medium._33ch {
  max-width: 33ch;
}

.button-w3 {
  color: #ebebeb;
  letter-spacing: 0;
  text-transform: uppercase;
  background-color: #000;
  border: 1px solid #ebebeb;
  padding: 15px 20px;
  font-size: 16px;
  font-weight: 700;
  transition: all .2s cubic-bezier(.696, .007, .31, 1.001);
}

.button-w3:hover {
  background-color: #05f;
  border-color: #05f;
  transform: scale(1.1);
}

.co {
  background-color: #f28518;
}

.logo-swap-w {
  color: #fff;
  flex-direction: column;
  align-items: flex-start;
  height: 24px;
  margin-top: 0;
  display: flex;
  overflow: hidden;
}

.textarea {
  text-transform: uppercase;
  border: 0 solid #000;
  height: 200px;
  min-height: 200px;
  padding: 15px;
  font-size: 14px;
  font-weight: 700;
}

.tp {
  color: #d94cd9;
}

.h3 {
  letter-spacing: -.6px;
  font-size: 36px;
  line-height: 1em;
}

.cc {
  background-color: #21d9d9;
}

.grid-global-classes {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.marquee-inner {
  opacity: 0;
}

.link-1 {
  color: #000;
  letter-spacing: -1px;
  cursor: pointer;
  background-color: #0000;
  background-image: url('../images/arrow_forward_black_24dp.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 30px;
  border-bottom: 3.5px solid #000;
  margin-left: 0;
  margin-right: auto;
  padding: 0 30px 0 0;
  font-size: 22px;
  font-weight: 700;
  transition: all .325s;
}

.link-1:hover {
  padding-right: 40px;
}

.lb {
  background-color: #e6f2ff;
}

.t2 {
  color: #1a1a1a;
}

.g2 {
  background-image: linear-gradient(to right, #e5ffe5, #e5fffd);
}

.logo {
  margin-right: 5px;
}

.radio-button-field {
  margin-bottom: 0;
}

.grid-intro {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

.cpp {
  background-color: #5c17e5;
}

.checkbox-label {
  text-transform: uppercase;
  margin-right: 20px;
  font-size: 14px;
  font-weight: 700;
}

.n4 {
  background-color: gray;
}

.image {
  float: right;
  transform-style: preserve-3d;
  transition: all .2s;
}

.image:hover {
  transform: translate(14px, -5px)rotate(3deg)scale(1.1)rotateX(0)rotateY(180deg)rotateZ(0);
}

.image:active {
  transform: scale(.8)translate(14px, -5px)rotate(3deg)scale(1.1)rotateX(0)rotateY(180deg)rotateZ(0);
}

.grayscale {
  filter: grayscale();
}

.thank-you-yellow {
  color: #fdd300;
  font-weight: 700;
}

.tl {
  font-size: 22px;
  line-height: 1.5em;
}

.modal-1 {
  background-color: #000;
  border-radius: 0;
  max-width: 500px;
  padding: 40px;
  display: none;
}

.accordion-header {
  color: #222;
  cursor: pointer;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.accordion-header.tw {
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
}

.g1 {
  background-image: linear-gradient(45deg, #e6f2ff, #ffe5e5);
}

.card {
  background-color: #fff;
  padding: 30px;
}

.card.n1 {
  background-color: #000;
}

.card.n7.fill-grid {
  border: 1px dashed #999;
  align-items: center;
  height: 100%;
  display: flex;
}

.card.no-space {
  padding: 0;
}

.card.ac.cr {
  background-color: var(--brand-colour);
}

.card.ac.n4 {
  background-color: #666;
}

.card.ac.co {
  background-color: var(--dark-brand);
}

.card.ac.n5 {
  background-color: #999;
}

.card.breaker {
  border-top: 1px solid #ebebeb;
}

.g3 {
  background-image: linear-gradient(to right, #fff2e5, #ffe5ff);
}

.typeface-block-2 {
  align-content: center;
}

.t90 {
  font-size: 90px;
  line-height: 1em;
}

.horizontal {
  display: flex;
}

.tooltip-wrapper {
  float: right;
  display: inline-block;
  position: relative;
}

.header-wrap {
  justify-content: space-between;
  display: flex;
}

.cg {
  background-color: #29a63e;
}

.cp {
  background-color: #d94cd9;
}

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

.h2 {
  letter-spacing: -.8px;
  font-size: 44px;
  line-height: 1em;
}

.lpp {
  background-color: #e9e5ff;
}

.hp-3 {
  height: 3px;
}

.t3 {
  color: #3f3f3f;
}

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

.btn.btn-four {
  z-index: 5;
  background-color: #05f;
  border: 4px solid #05f;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 10px;
  transition: box-shadow .5s, transform .875s, border .775s;
  position: fixed;
  inset: auto 0% 0% auto;
}

.btn.btn-four:hover {
  background-color: #05f;
  border-color: #e63917;
  transform: translate(-5px, -5px);
  box-shadow: 6px 6px #000;
}

.divider {
  background-color: #000;
  width: 75px;
  height: 8px;
}

.btn-text {
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 700;
}

.pxxl {
  letter-spacing: -.5px;
  font-size: 36px;
  line-height: 1.2em;
}

.radio-button-label {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
}

.ly {
  background-color: #ffffe5;
}

.typeface-block-3 {
  color: #999;
  text-align: center;
  background-color: #f5f5f5;
  border: 3px solid #fff;
  flex-direction: column;
  place-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  font-size: 32px;
  font-weight: 400;
  display: flex;
}

.typeface-block-3:hover {
  color: #000;
}

.typeface-block-3:active {
  transform: scale(.9);
}

.h4 {
  letter-spacing: -.4px;
  font-size: 28px;
  line-height: 1em;
}

.n6 {
  background-color: #e6e6e6;
}

.toggle-switch {
  background-color: #fff;
  background-image: url('../images/lens_black_24dp.svg');
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: 15px;
  border: 1px solid #bebebe;
  border-radius: 20px;
  width: 35px;
  height: 20px;
  margin-right: 10px;
  transition: all .2s;
}

.toggle-switch.w--redirected-checked {
  background-color: #000;
  background-image: url('../images/lens_white_24dp.svg');
  background-position: 5%;
  background-size: 15px;
  border-color: silver;
}

.radio-button {
  background-color: #fff;
  border-style: solid;
  border-color: #bfbfbf;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.wrap.fill-grid {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.wrap.ac {
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.banner {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 75vh;
  display: flex;
}

.banner.n1 {
  background-color: #000;
  height: 50vh;
}

.t7 {
  color: #e6e6e6;
}

.button-w4 {
  color: #ebebeb;
  letter-spacing: 0;
  text-transform: uppercase;
  background-color: #000;
  background-image: url('../images/north_east_white_24dp.svg');
  background-position: 92% 43%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #ebebeb;
  padding: 15px 20px;
  font-size: 16px;
  font-weight: 700;
  transition: all .325s cubic-bezier(.696, .007, .31, 1.001);
}

.button-w4:hover {
  background-position: 97% 20%;
}

.pl {
  font-size: 22px;
  line-height: 1.5em;
}

.pl._50ch {
  max-width: 50ch;
}

.tc {
  color: #21d9d9;
}

.image-2 {
  width: 50px;
  height: 50px;
  transition: all .2s;
}

.image-2:hover {
  transform: translate(0, 5px);
}

.link-text {
  text-transform: capitalize;
  font-size: 22px;
  font-weight: 700;
}

.ps {
  font-size: 16px;
  line-height: 1.5em;
}

.ps._50ch {
  max-width: 50ch;
}

.button {
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  background-color: #000;
  border: 1px solid #000;
  padding: 15px 25px;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  transition: all .25s cubic-bezier(.696, .007, .31, 1.001);
}

.button:hover {
  transform: scale(.96);
}

.dash-reveal {
  background-color: #000;
  width: 15px;
  height: 3px;
}

.window-content {
  margin: 20px;
}

.logo-text {
  height: 24px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1em;
}

.grid-color {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.fh {
  display: flex;
}

.sidebar-promo {
  flex-direction: column;
  display: flex;
  position: relative;
  overflow: hidden;
}

.wrapper {
  z-index: 2;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  position: static;
}

.badge-white {
  color: #000;
  letter-spacing: 0;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 0;
  margin-top: 5px;
  margin-right: 5px;
  padding: 2.5px 10px;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
}

.keyboard {
  letter-spacing: -.75px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  font-size: 32px;
  line-height: 1.5em;
  display: flex;
}

.footer-v4-bottom {
  color: #fff;
  border-top: 1px solid #a9aec3;
  justify-content: space-between;
  width: 100%;
  margin-top: 40px;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.underline-reveal {
  background-color: #fff;
  width: 100%;
  height: 3px;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
}

.underline-reveal.b1 {
  background-color: #000;
}

.modals {
  z-index: 10;
  background-color: #2626294d;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 80px 20px;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.window {
  z-index: 1;
  background-color: #ebebeb;
  width: 100%;
  max-width: 100%;
}

.accordion-heading {
  color: #000;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  background-color: #e5ffe5;
  border-radius: 0;
  width: 25%;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
}

.grid-typeface {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.badge-4 {
  color: #29a63e;
  letter-spacing: 0;
  text-transform: uppercase;
  background-color: #e5ffe5;
  border-radius: 0;
  margin-top: 5px;
  margin-right: 5px;
  padding: 2.5px 10px;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
}

.badge-3 {
  color: #f2ce18;
  letter-spacing: 0;
  text-transform: uppercase;
  background-color: #ffffe5;
  border-radius: 0;
  margin-top: 5px;
  margin-right: 5px;
  padding: 2.5px 10px;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
}

.badge-1 {
  color: #e63917;
  letter-spacing: 0;
  text-transform: uppercase;
  background-color: #ffe5e5;
  border-radius: 0;
  margin-top: 5px;
  margin-right: 5px;
  padding: 2.5px 10px;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
}

.tb1 {
  color: #000;
}

.badge-6 {
  color: #175ce5;
  letter-spacing: 0;
  text-transform: uppercase;
  background-color: #e6f2ff;
  border-radius: 0;
  margin-top: 5px;
  margin-right: 5px;
  padding: 2.5px 10px;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
}

.badge-8 {
  color: #d94cd9;
  letter-spacing: 0;
  text-transform: uppercase;
  background-color: #fff0ff;
  border-radius: 0;
  margin-top: 5px;
  margin-right: 5px;
  padding: 2.5px 10px;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
}

.rich-text {
  max-width: 68ch;
  margin-left: auto;
  margin-right: auto;
}

.badge-7 {
  color: #5c17e5;
  letter-spacing: 0;
  text-transform: uppercase;
  background-color: #e9e5ff;
  border-radius: 0;
  margin-top: 5px;
  margin-right: 5px;
  padding: 2.5px 10px;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
}

.h6 {
  font-size: 18px;
  line-height: 1em;
}

.accordion-heading-copy {
  color: #fff;
  text-align: left;
  flex: 1;
  margin-bottom: 0;
  margin-left: 10px;
  font-weight: 500;
}

.accordion-heading-copy.inline {
  display: block;
}

.t4 {
  color: #737373;
}

.section {
  z-index: 1;
  padding-top: 160px;
  padding-bottom: 160px;
}

.section.n7.hide {
  display: none;
}

.section.n7.breaker {
  border-top: 1px solid #00000026;
  font-family: Satoshi, Arial, sans-serif;
}

.txxl {
  letter-spacing: 0;
  font-size: 36px;
  line-height: 1.5em;
}

.n8 {
  background-color: #fff;
}

.badge-2 {
  color: #f28518;
  letter-spacing: 0;
  text-transform: uppercase;
  background-color: #fff2e5;
  border-radius: 0;
  margin-top: 5px;
  margin-right: 5px;
  padding: 2.5px 10px;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
}

.grid-2 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
}

.btn-close {
  padding: 12px;
}

.tooltip-text-right {
  text-transform: none;
  background-color: #ffffe5;
  border-radius: 0;
  flex-wrap: wrap;
  align-items: center;
  min-width: 25ch;
  height: 200px;
  padding: 6px 10px;
  display: none;
  position: absolute;
  inset: -220px 0% 0% auto;
}

.dot {
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-right: 20px;
  transition: all .2s;
}

.dot:hover {
  transform: translate(0, -5px);
}

.dot.cb {
  margin-right: 0;
}

.tr {
  color: #e63917;
}

.select-field {
  text-transform: uppercase;
  background-color: #fff;
  border: 0 solid #000;
  height: 60px;
  margin-bottom: 20px;
  padding: 15px;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 0 0 -20px #000;
}

.t6 {
  color: #bfbfbf;
}

.n3 {
  background-color: #3f3f3f;
}

.grid-buttons {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.lc {
  background-color: #e5fffd;
}

.to {
  color: #f28518;
}

.ds {
  letter-spacing: -1.5px;
  font-size: 66px;
  line-height: 1em;
}

.ds.mobile {
  letter-spacing: -.25px;
  font-size: 36px;
}

.ds.text-white {
  color: #fff;
  font-size: 60px;
}

.lo {
  background-color: #fff2e5;
}

.display-grid {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
}

.grp-modal-1 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.grp-modal-1.mb40 {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 40px;
}

.badge-black {
  color: #fff;
  letter-spacing: 0;
  text-transform: uppercase;
  background-color: #000;
  border-radius: 0;
  margin-top: 5px;
  margin-right: 5px;
  padding: 2.5px 10px;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
}

.sidebar {
  flex: 0 auto;
  width: 100%;
}

.sidebar.sticky {
  position: sticky;
  top: 120px;
}

.accordion-card {
  border-top: 1px solid #3f3f3f;
  transition: background-color .4s;
  overflow: hidden;
}

.container {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.text-field {
  text-transform: uppercase;
  border: 0 solid #000;
  height: 60px;
  margin-bottom: 20px;
  padding: 15px;
  font-size: 14px;
  font-weight: 700;
}

.text-field:focus {
  background-color: #fff;
  border-width: 1px;
}

.div-block-2 {
  justify-content: flex-end;
  align-items: flex-start;
  padding-top: 0;
  display: flex;
}

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

.checkbox {
  background-color: #fff;
  border: 1px solid #bebebe;
  border-radius: 0;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.checkbox.w--redirected-checked {
  background-color: #000;
  background-size: 15px;
  border-color: #bebebe;
}

.cr {
  background-color: #e63917;
}

.t0 {
  letter-spacing: -.25px;
  font-size: 14px;
  line-height: 1.3em;
}

.t0.white {
  color: #fff;
}

.tpp {
  color: #5c17e5;
}

.t5 {
  color: #999;
}

.h5 {
  letter-spacing: -.2px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1em;
}

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

.grid-text-colors {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
}

.window-wrap {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.tb {
  color: #175ce5;
}

.window-dot {
  border-radius: 50%;
  width: 15px;
  height: 15px;
  margin-right: 10px;
}

.h1 {
  letter-spacing: -1px;
  font-size: 54px;
  line-height: 1em;
}

.social-icon-small {
  opacity: .9;
  width: 20px;
}

.dl {
  letter-spacing: -2.5px;
  font-size: 92px;
  font-weight: 700;
  line-height: 1em;
}

.dl.mobile {
  letter-spacing: -1.5px;
  font-size: 54px;
}

.accordion-text {
  column-count: 2;
  column-rule: 2px solid #0000001a;
  background-color: #e5ffe5;
  flex: 1;
  column-gap: 50px;
  width: 100%;
  margin-left: 0;
  margin-right: auto;
  padding: 20px;
  font-size: 18px;
  line-height: 1.5em;
}

.button-download {
  float: right;
  color: #000;
  cursor: pointer;
  background-color: #efefef00;
  background-image: url('../images/arrow_downward_black_24dp.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 28px;
  border-bottom: 2.5px solid #000;
  width: 24px;
  height: 24px;
  padding: 0 0 10px;
  transition: all .3s;
  display: inline-block;
}

.button-download:hover {
  opacity: 1;
  background-color: #ffe5e5;
}

.button-url {
  color: #000;
  cursor: pointer;
  background-color: #0000;
  background-image: url('../images/open_in_new_black_24dp.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 28px;
  border-bottom-style: solid;
  border-bottom-width: 3px;
  padding: 0 34px 0 0;
  font-size: 22px;
  line-height: 30px;
  transition: all .3s;
  display: block;
}

.button-url:hover {
  background-color: #0000001a;
  border-bottom-color: #000;
}

.link-3 {
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  padding-bottom: 0;
  font-size: 22px;
  font-weight: 700;
  display: inline-block;
  overflow: hidden;
}

.link-4 {
  color: #000;
  align-items: center;
  margin-left: 0;
  margin-right: auto;
  display: flex;
}

.tg {
  color: #29a63e;
}

.tooltip-dot {
  opacity: .25;
  background-image: url('../images/attach_file_black_24dp.svg');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  transition: all .2s;
  display: flex;
  position: relative;
}

.tooltip-dot:hover {
  transform: scale(.9);
}

.button-3 {
  color: #000;
  letter-spacing: 0;
  text-transform: uppercase;
  background-color: #ffffff40;
  border: 1px solid #000;
  padding: 15px 25px;
  font-size: 16px;
  font-weight: 700;
  transition: all .325s cubic-bezier(.69, .007, .281, .995);
}

.button-3:hover {
  color: #fff;
  background-color: #000;
  transform: translate(5px, -5px);
}

.grid-icons {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.grid---sidebar {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.t8 {
  color: #fff;
}

.txs {
  font-size: 14px;
  line-height: 1.3em;
}

.link-2 {
  flex-direction: column;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5em;
  text-decoration: none;
  transition: all .2s;
  display: inline-block;
}

.link-2:hover {
  text-decoration: none;
}

.link-2.w--current {
  color: #fff;
}

.invert {
  filter: invert();
}

.n7 {
  background-color: #f1f1f1;
}

.g4 {
  background-image: linear-gradient(to right, #e6f2ff, #e9e5ff);
}

._w-full {
  width: 100%;
}

.grid-gradients {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.button-w2 {
  color: #000;
  letter-spacing: 0;
  text-transform: uppercase;
  background-color: #ebebeb;
  background-image: url('../images/north_east_black_24dp.svg');
  background-position: 92% 43%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #ebebeb;
  padding: 15px 20px;
  font-size: 16px;
  font-weight: 700;
  transition: all .325s cubic-bezier(.696, .007, .31, 1.001);
}

.button-w2:hover {
  background-position: 97% 20%;
}

.cy {
  background-color: #f2ce18;
}

.spacer-10 {
  padding-top: 10px;
}

.button-4 {
  color: #000;
  letter-spacing: 0;
  text-transform: uppercase;
  background-color: #ffffff42;
  background-image: url('../images/north_east_black_24dp.svg');
  background-position: 92% 43%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #000;
  padding: 15px 20px;
  font-size: 16px;
  font-weight: 700;
  transition: all .325s cubic-bezier(.708, .007, .275, 1.001);
}

.button-4:hover {
  background-image: url('../images/north_east_black_24dp.svg');
  background-position: 97% 20%;
  background-repeat: no-repeat;
  background-size: auto;
}

.ty {
  color: #f2ce18;
}

.inline {
  display: inline-block;
}

.badge-5 {
  color: #21d9d9;
  letter-spacing: 0;
  text-transform: uppercase;
  background-color: #e5fffd;
  border-radius: 0;
  margin-top: 5px;
  margin-right: 5px;
  padding: 2.5px 10px;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
}

.spacer-20 {
  width: 100%;
  padding-top: 20px;
}

.lg {
  background-color: #e5ffe5;
}

.n1 {
  background-color: #000;
}

.section-2.no-space {
  padding-top: 0;
  padding-bottom: 0;
}

.underline-retract {
  background-color: #000;
  width: 100%;
  height: 3px;
}

.n5 {
  background-color: #bebebe;
}

.button-2 {
  letter-spacing: 0;
  text-transform: uppercase;
  background-color: #000;
  background-image: url('../images/north_east_white_24dp.svg');
  background-position: 92% 43%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #000;
  padding: 15px 25px;
  font-size: 16px;
  font-weight: 700;
  transition: all .325s cubic-bezier(.696, .007, .292, .989);
}

.button-2:hover {
  background-position: 97% 20%;
}

.lr {
  background-color: #ffe5e5;
}

.dm {
  letter-spacing: -2px;
  font-size: 78px;
  line-height: 1em;
}

.dm.mobile {
  letter-spacing: -1px;
  font-size: 44px;
}

.n2 {
  background-color: #1a1a1a;
}

.pm {
  line-height: 1.5em;
}

.pm._50ch {
  max-width: 50ch;
}

.social-link-small {
  border: 1px solid #e6e8f0;
  justify-content: center;
  align-items: center;
  margin-left: -1px;
  padding: 10px;
  transition: border-color .4s;
  display: flex;
}

.social-link-small:hover {
  border-color: #798099;
}

.logo-swap {
  color: #000;
  flex-direction: column;
  align-items: flex-start;
  height: 24px;
  margin-top: 0;
  display: flex;
  overflow: hidden;
}

.pxs {
  font-size: 14px;
  line-height: 1.5em;
}

.pxs._50ch {
  max-width: 50ch;
}

.grid-color-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.ts {
  font-size: 16px;
  line-height: 1.35em;
}

.accordion-info {
  background-color: #fff;
  flex-direction: column;
  align-content: flex-start;
  padding: 0;
  display: flex;
}

.micro-numbers {
  color: #000;
  border-bottom: 5px solid #000;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 1em;
  margin-top: 2px;
  margin-right: 5px;
  padding-bottom: 5px;
  font-size: 30px;
  font-weight: 900;
  display: flex;
}

.micro-numbers.white {
  color: #fff;
}

.body {
  color: #000;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 16px;
}

.nav_link {
  color: #000;
  margin-left: 20px;
  margin-right: 20px;
  font-weight: 400;
  text-decoration: none;
  transition: all .2s ease;
}

.nav_link:hover {
  color: #333;
  opacity: 0.8;
}

.home-hero-section {
  background-image: linear-gradient(#0000, #00000029), url('../images/home-hero-image-1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 50vh;
  min-height: 50vh;
  display: flex;
  width: 100%;
  position: relative;
}

.container-default {
  width: 100%;
  max-width: 1200px;
  padding: 80px 30px;
}

.container-default.half-size {
  width: 50%;
}

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

.text-white {
  color: #fff;
  text-align: left;
  margin-bottom: 0;
}

.text-white._30char {
  max-width: 30ch;
}

.text-white._30char.space-bottom-20 {
  margin-top: 5px;
}

.text-white.space-bottom-20 {
  margin-bottom: 20px;
}

.text-white.space-bottom-10 {
  margin-bottom: 10px;
}

.button {
  background-color: var(--brand-colour);
  border-width: 0;
  min-width: 200px;
  padding: 10px 30px;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 14px;
  text-decoration: none;
}

.button.clear {
  background-color: #00b2ad00;
  border: 2px solid #fff;
}

.button.clear.margin-left {
  margin-left: 30px;
}

.button-row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.button.clear.black {
  color: #000;
}

.button-text {
  color: #fff;
  text-align: center;
  text-transform: none;
  font-weight: 500;
  text-decoration: none;
}

.button-text.black {
  color: #000;
}

.spacer-100px {
  height: 100px;
}

.features-section {
  flex-direction: column;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 80px;
  display: flex;
}

.features-grid {
  grid-column-gap: 45px;
  grid-row-gap: 46px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.features-card {
  background-image: linear-gradient(#0000, #000000a6), url('../images/sebastian-scholz-nuki-IJkSskfEqrM-unsplash-1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 180px;
  transition: all .125s cubic-bezier(.39, .575, .565, 1);
}

.features-card:hover {
  transform: scale(1.02);
  box-shadow: 1px 1px 11px -4px #555c;
}

.features-card.smart {
  background-image: linear-gradient(#0000, #000000a6), url('../images/sebastian-scholz-nuki-IJkSskfEqrM-unsplash-2.jpg');
}

.features-card.install {
  background-image: linear-gradient(#0000, #000000a6), url('../images/sebastian-scholz-nuki-IJkSskfEqrM-unsplash-3.jpg');
}

.features-card.security {
  background-image: linear-gradient(#0000, #000000a6), url('../images/sebastian-scholz-nuki-IJkSskfEqrM-unsplash-4.jpg');
}

.features-card_text {
  padding: 15px;
}

.link-5 {
  text-decoration: none;
}

.features-grid_link {
  color: var(--brand-colour);
}

.block-heading {
  margin-bottom: 80px;
}

.label {
  color: #525252;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
}

.label.white {
  color: #b4b4b4;
}

.heading-2 {
  margin-top: 5px;
}

.simple-cta-section {
  background-image: linear-gradient(315deg, #000000e6, #00000059), url('../images/modern-concrete-fireplace-1-1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

._4-benefits-section {
  background-color: var(--dark);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 70px;
  display: flex;
}

.benefits-grid {
  grid-column-gap: 41px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.benefits-card {
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  display: flex;
}

.benefits-card_image {
  width: 60px;
  margin-bottom: 8px;
}

.benefits-card_image.square {
  width: 53px;
}

.benefits-card_image.circle {
  width: 60px;
  margin-bottom: 0;
}

.spacer-50px {
  height: 50px;
}

.built-on-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

._2-col {
  align-items: center;
  display: flex;
}

.technology-image-column {
  flex-direction: column;
  align-items: flex-end;
  height: 100%;
  display: flex;
}

.text-block {
  line-height: 22px;
}

.bottom-banner {
  background-color: var(--dark);
  color: #ccc;
  flex-direction: column;
  align-items: center;
  padding: 30px;
  display: flex;
}

.footer-menu {
  border-top: .5px solid #eee;
  padding: 50px 30px;
}

.bottom-banner_wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr .5fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1600px;
  display: grid;
}

.bottom-banner_menu {
  display: flex;
}

.bottom-banner_text {
  color: #ccc;
  font-size: 14px;
  line-height: 22px;
}

.bottom-banner_menu-divider {
  background-color: #fff;
  width: 1px;
  height: 20px;
  margin-left: 25px;
  margin-right: 25px;
}

.news-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

._30char {
  max-width: 30ch;
}

._30char.space-bottom {
  margin-top: 5px;
  margin-bottom: 30px;
}

.news-card {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  height: 220px;
  transition: all .25s;
  position: relative;
  box-shadow: 1px 1px 14px #2e2e2e70;
}

.news-card:hover {
  box-shadow: none;
  transform: scale(.98);
}

.news-card_overlay {
  z-index: 2;
  background-image: linear-gradient(#0000, #0000007d);
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.news-card_text {
  padding: 5px 5px 7px 12px;
}

.news-collection-home_item {
  padding-left: 0;
  padding-right: 20px;
}

.space-bottom {
  margin-bottom: 30px;
}

.footer-menu_wrapper {
  grid-column-gap: 37px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr .5fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  align-items: start;
  display: grid;
}

.footer-menu_logo {
  margin-bottom: 25px;
}

.footer-menu_links {
  margin-bottom: 20px;
  padding-top: 15px;
}

.foot-menu_social-text {
  font-weight: 500;
}

.footer-menu_social-links {
  margin-top: 7px;
}

.footer_social-link-wrapper {
  opacity: .6;
  width: 24px;
  margin-right: 10px;
  transition: opacity .2s;
}

.footer_social-link-wrapper:hover {
  opacity: 1;
}

.footer-menu_main-links {
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.footer-menu_sub-links {
  opacity: 1;
  justify-content: center;
  margin-top: 7px;
  margin-bottom: 15px;
  display: flex;
}

.footer_sub-link {
  opacity: .8;
  color: #000;
  transition: all .2s ease;
}

.footer_sub-link:hover {
  opacity: 1;
  color: #333;
}

.footer_sub-menu-divider {
  background-color: gray;
  width: 1px;
  height: 20px;
  margin-left: 20px;
  margin-right: 20px;
}

.paragraph {
  line-height: 21px;
}

.heading-3 {
  margin-top: 5px;
}

.install-hero-section {
  background-image: linear-gradient(#05091378, #00101fcc), url('../images/background-installation-1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 50vh;
  display: flex;
  padding: 50px 30px;
}

.why-us-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

._80char {
  max-width: 80ch;
}

.dark-installation-section {
  background-color: var(--dark);
  color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-bottom: 50px;
  display: flex;
}

._4-features-instalattion_grid {
  grid-column-gap: 16px;
  grid-row-gap: 25px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 60%;
  margin-top: 40px;
  margin-bottom: 40px;
  display: grid;
}

._4-features-instalattion_item {
  font-size: 20px;
  font-weight: 700;
}

.installation-contact-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 30px;
  display: flex;
}

.container-head-image {
  margin-bottom: 40px;
}

.form-cf3 {
  text-align: center;
  flex-direction: column;
  align-items: flex-end;
  margin-top: 20px;
  display: flex;
}

.text-field-cf3 {
  text-align: left;
  background-color: #f1f1f1;
  border: 1px solid #f0f4f8;
  border-bottom-color: #0000;
  border-radius: 0;
  height: 50px;
  margin-top: 20px;
  padding-left: 16px;
  font-size: 16px;
  font-weight: 500;
}

.text-field-cf3.big {
  height: 100px;
  padding-top: 8px;
}

.submit-button-cf3 {
  color: #fff;
  background-color: #0000;
  background-image: linear-gradient(184deg, #f22d83, #f23ebd);
  border-radius: 4px;
  margin-top: 20px;
  padding: 12px 54px;
  font-size: 18px;
  font-weight: 600;
  transition: transform .2s;
  box-shadow: 1px 1px 3px #cfcfcf;
}

.submit-button-cf3:hover {
  transform: scale(1.02);
}

.success-message-cf3 {
  background-color: #f0f4f8;
  font-weight: 600;
}

.error-message-cf3 {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.installation-form_wrapper {
  grid-column-gap: 70px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.installation-form_contact-details {
  background-color: #f1f1f100;
}

.contact-icon {
  width: 32px;
  height: 100%;
  margin-right: 10px;
}

.space-bottom-2 {
  margin-bottom: 20px;
}

.email-and-telephone-wrapper {
  padding-top: 15px;
  padding-left: 15px;
}

.email-text {
  color: #152c5b;
  font-size: 18px;
  line-height: 20px;
}

.telephone-link {
  color: #152c5b;
  line-height: 32px;
}

.email-wrapper {
  align-items: center;
  margin-top: 10px;
  margin-bottom: 30px;
  display: flex;
}

.smaller-text {
  font-size: 18px;
  font-weight: 700;
}

.email-link {
  color: #152c5b;
  line-height: 32px;
}

.telephone-text {
  color: #152c5b;
  font-size: 18px;
  line-height: 20px;
}

.telephone-wrapper {
  align-items: center;
  margin-top: 10px;
  margin-bottom: 30px;
  display: flex;
}

.spacer-20px {
  height: 20px;
}

.technology-hero-section {
  background-color: var(--dark);
  background-image: linear-gradient(135deg, var(--dark), #353535);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.technology-info-section {
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid-2-col {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 160px 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.technology-dark-bg-section {
  background-image: linear-gradient(135deg, var(--dark), #2b2b2b);
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.navigation-container-full {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  display: flex;
}

.button-5 {
  background-color: #02676b;
  border-radius: 10px;
  padding: 16px 32px;
  transition: all .35s;
}

.button-5:hover {
  background-color: #025c5f;
}

.logo-2 {
  background-color: #fff;
  width: 139.5px;
}

.nav-menu-green {
  color: #3f0a3d;
  align-items: center;
  width: auto;
  height: 100%;
  display: flex;
}

.nav03 {
  background-color: #fff;
  align-items: center;
  height: 70px;
  display: flex;
}

.brand {
  margin-right: 20px;
  padding: 11px 12px;
}

.line-break {
  background-color: #ddd;
  width: 1px;
  min-height: 25px;
  margin-left: 10px;
  margin-right: 10px;
}

.nav-link-plain {
  margin-left: 0;
  margin-right: 0;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 15px;
  transition: all .35s;
}

.nav-link-plain:hover {
  color: #02676b;
}

.contact-section {
  padding-top: 62px;
  padding-bottom: 62px;
}

.form-subtitle-cf10 {
  color: #969696;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 24px;
}

.text-field-cf10 {
  text-align: left;
  background-color: #f4f6fc;
  border: 2px solid #0000;
  border-radius: 6px;
  margin-top: 0;
  font-size: 16px;
}

.text-field-cf10:focus {
  border-width: 2px;
  border-color: #f76874;
}

.text-field-cf10.other {
  width: 50%;
  margin-top: 10px;
}

.text-field-cf10.big {
  height: 100px;
  margin-top: 10px;
}

.text-field-cf10.extra-left {
  margin-left: 20px;
}

.checkbox-wrapper-cf10 {
  flex-wrap: wrap;
  display: flex;
}

.form-subwrapper-cf10 {
  width: 100%;
  display: flex;
}

.form-cf10 {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.checkbox-cf10 {
  border-radius: 18px;
  width: 15px;
  height: 15px;
  margin-right: 10px;
}

.checkbox-cf10.w--redirected-checked {
  background-color: #f76874;
  border-color: #f76874;
}

.success-message-cf10 {
  background-color: #f0f4f8;
  font-weight: 600;
}

.submit-button-cf10 {
  color: #f76874;
  background-color: #fff;
  border: 2px solid #f76874;
  border-radius: 6px;
  margin-top: 20px;
  padding: 10px 26px;
  font-size: 14px;
  font-weight: 600;
  transition: color .2s, background-color .2s;
  box-shadow: 1px 1px 3px #dfdfdf;
}

.submit-button-cf10:hover {
  color: #fff;
  background-color: #f7404f;
  border-color: #f7404f;
}

.field-label-cf10 {
  color: #333;
  margin-top: 30px;
  margin-bottom: 10px;
  font-weight: 600;
}

.checkbox-field-cf10 {
  color: #999;
  background-color: #f3f6fb;
  border-radius: 6px;
  align-items: center;
  width: 40%;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 20px;
  padding: 7px 30px;
  font-size: 14px;
}

.error-message-cf10 {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.form-title-cf10 {
  font-size: 40px;
  font-weight: 700;
  line-height: 46px;
}

.blog-heading {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

@media screen and (max-width: 991px) {
  .footer-v4 {
    padding-left: 8px;
    padding-right: 8px;
  }

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

  .link-1 {
    font-weight: 700;
  }

  .button:hover {
    color: #fff;
    background-color: #000;
    transform: scale(1);
  }

  .button:active {
    transform: scale(.9);
  }

  .window-content {
    min-height: 30vw;
    margin-bottom: 8px;
    margin-left: 8px;
    margin-right: 8px;
  }

  .wrapper {
    padding-left: 8px;
    padding-right: 8px;
  }

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

  .grid-buttons {
    grid-template-columns: 1fr 1fr;
  }

  .ds {
    line-height: 1em;
  }

  .sidebar.sticky {
    position: static;
  }

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

  .window-dot {
    width: 10px;
    height: 10px;
  }

  .dl {
    line-height: 1em;
  }

  .button-download, .button-url {
    font-weight: 700;
  }

  .grid---sidebar {
    grid-column-gap: 0px;
    grid-template-columns: 1fr 1fr;
  }

  .link-2 {
    text-align: left;
    transition: background-color .2s;
  }

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

  .dm {
    line-height: 1em;
  }

  .grid-color-2 {
    grid-column-gap: 15px;
    grid-template-columns: 1fr 1fr;
  }

  .features-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .bottom-banner {
    align-items: center;
  }

  .bottom-banner_text {
    font-size: 14px;
  }

  .bottom-banner_wrapper {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .bottom-banner_menu {
    justify-content: center;
    width: 100%;
  }

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

  .email-and-telephone-wrapper {
    justify-content: space-between;
    width: 100%;
    max-width: 450px;
    margin-bottom: 60px;
  }

  .navigation-container-full {
    min-height: auto;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
  }

  .button-5.button-mobile {
    display: none;
  }

  .nav-menu-green {
    color: #fff;
    background-color: #02676b;
    height: auto;
  }

  .brand {
    margin-right: 10px;
    padding: 0;
  }

  .line-break {
    display: none;
  }

  .nav-link-plain {
    color: #fff;
    width: 100%;
  }

  .nav-link-plain:hover {
    color: #fff;
  }

  .menu-button-green {
    color: #02676b;
    border: 1px solid #02676b1a;
  }

  .menu-button-green.w--open {
    background-color: #02676b;
    border-color: #02676b;
  }

  .contact-section {
    padding-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .txl {
    font-size: 22px;
  }

  .accordion-arrow {
    width: 22px;
    height: 22px;
  }

  .pxl {
    font-size: 22px;
  }

  .textarea {
    margin-bottom: 20px;
  }

  .grid-global-classes {
    grid-template-columns: 1fr 1fr;
  }

  .grid-intro {
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1.25fr;
    justify-items: center;
  }

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

  .tl {
    font-size: 18px;
  }

  .accordion-header {
    min-height: 60px;
    padding: 12px 16px;
  }

  .accordion-header.tw {
    padding: 20px;
  }

  .card {
    padding: 15px;
  }

  .card.no-space {
    padding-left: 0;
    padding-right: 0;
  }

  .t90 {
    font-size: 60px;
  }

  .btn.btn-four {
    margin-right: 0;
  }

  .divider {
    width: 50px;
    height: 4px;
  }

  .pxxl {
    font-size: 28px;
  }

  .wrap.fill-grid.hide {
    display: none;
  }

  .image-2 {
    width: 40px;
    height: 40px;
  }

  .ps {
    font-size: 14px;
  }

  .grid-color {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .keyboard {
    font-size: 24px;
  }

  .grid-typeface {
    grid-template-columns: 1fr;
  }

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

  .accordion-heading-copy {
    font-size: 16px;
  }

  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .txxl {
    font-size: 28px;
  }

  .dot {
    width: 15px;
    height: 15px;
  }

  .ds {
    letter-spacing: -.25px;
    font-size: 36px;
  }

  .display-grid {
    grid-template-columns: 1fr;
  }

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

  .window-wrap {
    margin-top: 0;
    margin-bottom: 0;
  }

  .dl {
    letter-spacing: -1.5px;
    font-size: 54px;
  }

  .accordion-text {
    font-size: 16px;
  }

  .button-url {
    background-size: 22px;
    border-bottom-width: 2px;
    border-bottom-color: #000;
    font-size: 16px;
  }

  .grid-icons {
    grid-template-columns: 1fr;
  }

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

  .grid-gradients {
    grid-template-columns: 1fr 1fr;
  }

  .dm {
    letter-spacing: -1px;
    font-size: 44px;
  }

  .grid-color-2 {
    grid-column-gap: 0px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .micro-numbers {
    border-bottom-width: 4px;
    width: 25px;
    height: 20px;
    font-size: 20px;
  }

  .home-hero-section {
    justify-content: center;
  }

  .container-default {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .benefits-grid {
    grid-template-columns: 1fr 1fr;
  }

  ._2-col {
    flex-direction: column-reverse;
  }

  .technology-image-column {
    margin-bottom: 30px;
  }

  .bottom-banner_menu-divider {
    margin-left: 12px;
    margin-right: 12px;
  }

  .news-card {
    margin-bottom: 30px;
  }

  .news-collection-home_item {
    padding-right: 0;
  }

  .installation-form_wrapper {
    grid-template-columns: 1fr !important;
    grid-row-gap: 40px;
    grid-column-gap: 0;
  }

  .installation-form_contact-details {
    width: 100% !important;
    padding: 0;
  }

  #w-node-_9f1cc89b-f637-e192-a5e9-30fc836329c1-2475d36e {
    width: 100% !important;
    max-width: 100%;
  }

  .email-and-telephone-wrapper {
    width: 100%;
  }

  .email-wrapper,
  .telephone-wrapper {
    width: 100% !important;
    max-width: 100%;
    display: flex;
    align-items: flex-start;
  }

  .email-text,
  .telephone-text {
    word-wrap: break-word;
    overflow-wrap: break-word;
    width: 100%;
    max-width: 100%;
    flex: 1;
  }

  .email-link,
  .telephone-link {
    word-wrap: break-word;
    overflow-wrap: break-word;
    max-width: 100%;
    display: block;
  }

  .install-hero-section {
    padding: 50px 20px !important;
    min-height: auto !important;
    height: auto !important;
  }

  .install-hero-section .container-default {
    padding: 0 !important;
  }

  .install-hero-section h1 {
    font-size: 20px !important;
    line-height: 26px !important;
  }

  .technology-hero-section {
    padding: 50px 20px !important;
    overflow: hidden;
    min-height: auto !important;
    height: auto !important;
  }

  .technology-hero-section .container-default {
    padding: 0 !important;
  }

  .technology-hero-section h1 {
    font-size: 20px !important;
    line-height: 26px !important;
  }

  .technology-hero-section p {
    font-size: 13px !important;
    line-height: 19px !important;
  }

  .button-row {
    display: flex !important;
    flex-direction: column !important;
    gap: 16px !important;
    align-items: stretch !important;
    margin-bottom: 40px !important;
  }

  .button {
    width: 100% !important;
    min-width: auto !important;
    margin: 0 !important;
  }

  .button.clear.margin-left {
    margin-left: 0 !important;
  }

  .why-us-section {
    padding-top: 40px;
  }

  .footer {
    padding: 40px 20px 0;
  }

  .footer-menu {
    padding-bottom: 30px;
  }

  .footer-menu_wrapper {
    grid-template-columns: 1fr;
    grid-row-gap: 30px;
    justify-items: center;
    width: 100%;
    padding: 0;
  }

  .footer-menu_logo {
    flex-direction: column;
    align-items: center;
    display: flex;
    margin-bottom: 0;
  }

  .footer-menu_logo img {
    width: 120px;
    height: auto;
    margin-bottom: 20px;
  }

  .foot-menu_social-text {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
  }

  .footer-menu_social-links {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-top: 10px;
  }

  .footer_social-link-wrapper {
    width: 32px;
    margin-right: 0;
  }

  .footer_social-link-wrapper img {
    width: 100%;
    height: auto;
  }

  .footer-menu_links {
    width: 100%;
    max-width: 100%;
    padding-top: 0;
  }

  .email-wrapper, .telephone-wrapper {
    margin-top: 40px;
  }

  .text-field-cf10.other {
    width: 60%;
  }

  .field-label-cf10 {
    font-size: 16px;
  }

  .checkbox-field-cf10 {
    width: 60%;
  }
}

@media screen and (max-width: 479px) {
  body {
    overflow-x: hidden;
  }

  * {
    max-width: 100%;
  }

  img {
    height: auto;
    max-width: 100%;
  }

  .social-icons-small {
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
  }

  .footer-v4 {
    justify-content: space-between;
  }

  .grid-global-classes {
    grid-template-rows: auto;
  }

  .image {
    position: relative;
  }

  .btn.btn-four {
    width: 100%;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5px;
    padding-bottom: 5px;
    right: auto;
  }

  .btn.btn-four:hover {
    transform: none;
  }

  .wrapper {
    display: flex;
  }

  .footer-v4-bottom {
    margin-top: 10px;
  }

  .grid-typeface {
    grid-template-columns: 1fr;
  }

  .tooltip-text-right {
    width: auto;
    min-width: 21ch;
    height: 250px;
    top: -248px;
    right: -15px;
  }

  .grid-buttons {
    grid-template-columns: 1fr;
  }

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

  .grid-text-colors {
    grid-template-columns: 1fr;
  }

  .social-icon-small {
    opacity: .7;
    width: 17px;
  }

  .grid-gradients {
    grid-template-columns: 1fr;
  }

  .social-link-small {
    margin-left: -1px;
    padding: 8px;
  }

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

  .home-hero-section {
    height: 50vh;
  }

  .button.clear.margin-left {
    margin-left: 0;
  }

  .features-grid {
    grid-template-columns: 1fr;
  }

  .features-card {
    padding-top: 100px;
  }

  .benefits-grid {
    grid-row-gap: 39px;
    grid-template-columns: 1fr;
  }

  .bottom-banner {
    padding: 25px 20px;
  }

  .bottom-banner_wrapper {
    grid-row-gap: 20px;
  }

  .bottom-banner_text {
    text-align: center;
    font-size: 13px;
    line-height: 20px;
  }

  .bottom-banner_menu {
    align-items: center;
    flex-direction: column;
    gap: 12px;
  }

  .bottom-banner_menu .bottom-banner_text {
    margin: 0;
  }

  .bottom-banner_menu-divider {
    display: none;
  }

  .footer-menu_main-links {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    font-size: 16px;
    font-weight: 500;
    display: grid;
    margin-bottom: 25px;
  }

  .nav_link {
    font-size: 16px;
    padding: 8px 0;
  }

  .footer-menu_sub-links {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    display: grid;
    margin-bottom: 20px;
  }

  .footer_sub-link {
    font-size: 14px;
    padding: 6px 0;
    text-align: center;
  }

  .footer_sub-menu-divider {
    display: none;
  }

  .install-hero-section {
    min-height: auto !important;
    height: auto !important;
    padding: 50px 20px !important;
  }

  .install-hero-section .container-default {
    padding: 0 !important;
  }

  .install-hero-section h1 {
    font-size: 20px !important;
    line-height: 26px !important;
    margin-bottom: 15px;
  }

  .technology-hero-section {
    min-height: auto !important;
    height: auto !important;
    padding: 50px 20px !important;
    overflow: hidden;
  }

  .technology-hero-section .container-default {
    padding: 0 !important;
    max-width: 100%;
    width: 100%;
  }

  .technology-hero-section h1 {
    font-size: 20px !important;
    line-height: 26px !important;
    margin-bottom: 15px;
  }

  .technology-hero-section p {
    font-size: 13px !important;
    line-height: 19px !important;
  }

  h1 {
    font-size: 20px;
    line-height: 26px;
    max-width: 100%;
    word-wrap: break-word;
  }

  h2 {
    font-size: 18px;
    line-height: 24px;
    max-width: 100%;
    word-wrap: break-word;
  }

  .why-us-section h2 {
    font-size: 18px;
    line-height: 24px;
  }

  h3 {
    font-size: 16px;
    line-height: 22px;
    max-width: 100%;
    word-wrap: break-word;
  }

  h4 {
    font-size: 16px;
    line-height: 22px;
    max-width: 100%;
    word-wrap: break-word;
  }

  ._80char {
    max-width: 100%;
  }

  ._30char {
    max-width: 100%;
  }

  p {
    font-size: 14px;
    line-height: 21px;
    max-width: 100%;
    word-wrap: break-word;
  }

  .logo-2 {
    width: 102.3px;
    height: auto;
  }

  .brand {
    padding: 8px 0;
  }

  .form-cf3 {
    align-items: stretch;
    width: 100%;
  }

  .w-form {
    width: 100%;
  }

  .success-message-cf3 {
    color: #f22d83;
    font-size: 16px;
  }

  .error-message-cf3 {
    font-size: 14px;
  }

  .installation-contact-section {
    padding: 40px 20px;
  }

  .container-head-image {
    margin-bottom: 30px;
  }

  .container-head-image img {
    width: 100%;
    height: auto;
  }

  .installation-contact-section h4 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 15px;
  }

  .installation-contact-section p {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 30px;
  }

  .installation-form_wrapper {
    grid-template-columns: 1fr !important;
    grid-row-gap: 40px;
    grid-column-gap: 0;
    padding: 0;
  }

  .installation-form_contact-details {
    width: 100% !important;
    max-width: 100%;
    padding: 0;
  }

  #w-node-_9f1cc89b-f637-e192-a5e9-30fc836329c1-2475d36e {
    width: 100% !important;
    max-width: 100%;
  }

  .email-and-telephone-wrapper {
    flex-direction: column;
    padding: 0;
    width: 100%;
  }

  .email-wrapper,
  .telephone-wrapper {
    display: flex;
    align-items: flex-start;
    margin-top: 30px;
    width: 100% !important;
    max-width: 100%;
  }

  .contact-icon {
    flex-shrink: 0;
    margin-right: 12px;
    margin-top: 2px;
  }

  .email-text,
  .telephone-text {
    font-size: 16px;
    line-height: 24px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    width: 100%;
    max-width: 100%;
    flex: 1;
  }

  .email-link,
  .telephone-link {
    word-wrap: break-word;
    overflow-wrap: break-word;
    display: block;
    max-width: 100%;
  }

  .smaller-text {
    font-size: 15px;
  }

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

  .text-field-cf10,
  .text-field-cf3 {
    width: 100%;
  }

  .text-field-cf10.other {
    width: 100%;
  }

  .text-field-cf10.extra-left {
    margin-left: 0;
  }

  .form-subwrapper-cf10 {
    flex-direction: column;
  }

  .checkbox-field-cf10 {
    width: 80%;
    margin-right: 0;
  }
}

#w-node-_331660ad-eca0-8871-e11e-26f121ebb7d7-21ebb7d4 {
  justify-self: end;
}

#w-node-_331660ad-eca0-8871-e11e-26f121ebb811-21ebb7d4 {
  justify-self: center;
}

#w-node-_9f1cc89b-f637-e192-a5e9-30fc836329c1-2475d36e {
  align-self: center;
}

#w-node-_3e6c25f8-906a-a7ad-8c96-20ef2885b612-2475d36f, #w-node-_3e6c25f8-906a-a7ad-8c96-20ef2885b63c-2475d36f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3e6c25f8-906a-a7ad-8c96-20ef2885b7a5-2475d36f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_3e6c25f8-906a-a7ad-8c96-20ef2885bd3a-2475d36f, #w-node-_3e6c25f8-906a-a7ad-8c96-20ef2885bd41-2475d36f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_969809df-89b7-93ba-e679-127ed046352b-2475d370 {
  place-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_331660ad-eca0-8871-e11e-26f121ebb811-21ebb7d4 {
    justify-self: center;
  }

  #w-node-_3e6c25f8-906a-a7ad-8c96-20ef2885b755-2475d36f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_3e6c25f8-906a-a7ad-8c96-20ef2885b7a5-2475d36f {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: start;
  }

  #w-node-_3e6c25f8-906a-a7ad-8c96-20ef2885bd0e-2475d36f, #w-node-_3e6c25f8-906a-a7ad-8c96-20ef2885bd1a-2475d36f, #w-node-_3e6c25f8-906a-a7ad-8c96-20ef2885bd26-2475d36f, #w-node-_3e6c25f8-906a-a7ad-8c96-20ef2885bd32-2475d36f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_331660ad-eca0-8871-e11e-26f121ebb7d7-21ebb7d4, #w-node-_331660ad-eca0-8871-e11e-26f121ebb7e6-21ebb7d4 {
    justify-self: center;
  }

  #w-node-_3e6c25f8-906a-a7ad-8c96-20ef2885b7a5-2475d36f {
    grid-column: span 2 / span 2;
  }

  #w-node-_3e6c25f8-906a-a7ad-8c96-20ef2885bd1a-2475d36f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_3e6c25f8-906a-a7ad-8c96-20ef2885bd0e-2475d36f, #w-node-_3e6c25f8-906a-a7ad-8c96-20ef2885bd1a-2475d36f, #w-node-_3e6c25f8-906a-a7ad-8c96-20ef2885bd26-2475d36f, #w-node-_3e6c25f8-906a-a7ad-8c96-20ef2885bd32-2475d36f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Italic.ttf') format('truetype'), url('../fonts/Satoshi-VariableItalic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi variable';
  src: url('../fonts/Satoshi-Variable.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/* Mobile Chrome viewport fix */
@media screen and (max-width: 767px) {
  body {
    min-height: 100vh;
    min-height: -webkit-fill-available;
    overflow-x: hidden;
  }
  
  html {
    height: -webkit-fill-available;
  }
  
  .page-wrapper {
    min-height: 100vh;
    min-height: -webkit-fill-available;
    width: 100%;
    overflow-x: hidden;
  }
  
  .home-hero-section {
    min-height: 50vh;
    height: 50vh;
  }
}
