.n-trans-nav {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 999;
  display: block;
  width: 100%;
  height: 85px;
  padding: 0px 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .12);
}

.nav-button-block {
  display: inline-block;
  padding-top: 0px;
  padding-left: 80px;
  float: none;
}

.n-link {
  height: 100%;
  min-height: 85px;
  padding: 34px 20px 30px;
  -webkit-transition: all 200ms cubic-bezier(.199, .416, .25, 1);
  transition: all 200ms cubic-bezier(.199, .416, .25, 1);
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.7px;
  text-decoration: none;
  text-transform: uppercase;
}

.n-link:hover {
  border-style: none none solid;
  border-width: 0px 0px 1px;
  border-color: #fff;
  background-color: hsla(246, 4%, 46%, .6);
  color: #fff;
}

.n-link.w--current {
  border-bottom: 1px solid #fff;
  color: #fff;
  font-weight: 700;
}

.n-link.w--open {
  background-color: hsla(246, 4%, 46%, .6);
}

.n-link.w--open:hover {
  background-color: hsla(246, 4%, 46%, .6);
}

.n-logo {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 26px;
  line-height: 50px;
  font-weight: 700;
  letter-spacing: 0px;
  text-transform: none;
}

.n-logo.col-black {
  color: #121212;
}

.container-full {
  display: block;
  height: auto;
  max-width: 1200px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: rgba(5, 1, 1, 0);
}

.c-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  padding: 10px 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  color: #eee;
}

.c-logo.scroll {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  margin-top: 12px;
  padding: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.c-logo.s-black {
  color: #333;
}

.c-logo.alignleft {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  float: none;
  clear: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: left;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  padding-right: 16px;
  padding-left: 16px;
  float: right;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.nav-menu.scroll {
  height: auto;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  color: #fff;
}

.dropdown-list {
  margin-top: 0px;
}

.dropdown-list.w--open {
  margin-top: 0px;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .15);
}

.n-white-nav {
  position: fixed;
  left: 0px;
  top: -100px;
  right: 0px;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 85px;
  margin-top: 0px;
  padding: 0px 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .12);
  opacity: 0;
}

.n-link-white {
  height: 100%;
  min-height: 85px;
  padding: 34px 20px 30px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.7px;
  text-decoration: none;
  text-transform: uppercase;
}

.n-link-white:hover {
  background-color: hsla(246, 4%, 46%, .6);
  color: #fff;
}

.n-link-white.w--current {
  color: #31414e;
  font-weight: 700;
}

.n-link-white.w--open {
  background-color: hsla(246, 4%, 46%, .6);
}

.n-link-white.w--open:hover {
  background-color: hsla(246, 4%, 46%, .6);
}

.dropdown-2 {
  display: block;
}

.nav-link {
  display: inline-block;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 10px;
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  text-decoration: none;
}

.nav-link:hover {
  color: #ff8e64;
}

.nav-link.w--current {
  color: #ff8e64;
  font-weight: 400;
}

.nav-link.dark {
  color: #333;
  font-weight: 600;
}

.nav-link.dark:hover {
  color: #ff8e64;
}

.dropdown-link {
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #fff;
  color: #a5a5a5;
  font-size: 13px;
  line-height: 23px;
  font-weight: 500;
}

.dropdown-link:hover {
  color: #ff8e64;
}

.dropdown-link.w--current {
  background-color: #ff8e64;
  color: #fff;
  font-size: 13px;
  line-height: 23px;
}

.n-mobile {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 999;
  display: block;
  width: 100%;
  height: auto;
  padding: 0px 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .12);
}

.c-section {
  padding-top: 0px;
  padding-bottom: 0px;
}

.c-section.full {
  width: 100vw;
  height: 100vh;
  background-color: #42aea1;
}

.c-section.full.col-red {
  background-color: #cc191c;
}

.c-section.full.top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 100vh;
  padding-top: 85px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #0992f3;
  background-image: linear-gradient(130deg, #0992f3, #01d4d4);
}

.c-section.full.col-white {
  height: auto;
  padding-top: 0px;
  background-color: #f5f9fc;
}

.c-section.top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 40vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #11306e;
}

.c-container {
  display: block;
  overflow: visible;
  width: 90vw;
  height: auto;
  max-height: none;
  margin-right: auto;
  margin-left: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  clear: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.s-h1.a-centre {
  font-family: Montserrat, sans-serif;
  color: #eee;
  font-size: 35px;
  line-height: 100px;
  text-align: center;
}

.s-h2.a-centre {
  font-family: Montserrat, sans-serif;
  color: #2a2a2a;
  font-size: 2em;
  text-align: center;
}

.s-h2.a-centre.white {
  color: #eee;
}

.hero-image {
  position: relative;
  z-index: 2;
}

.img-dash {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  margin-top: 25px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.feature-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  max-width: 1000px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.feature {
  display: inline-block;
  max-width: 300px;
  min-height: 200px;
  min-width: 300px;
  margin: 10px;
  padding: 28px 23px 23px;
  border: 2px solid transparent;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, .2);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  text-align: left;
  text-decoration: none;
}

.feature:hover {
  border-color: #ff6d4b;
}

.feature.green:hover {
  border-color: #a6e510;
}

.feature.yellow:hover {
  border-color: #ffcd14;
}

.feature.blue:hover {
  border-color: #00b8f0;
}

.feature-title {
  margin-top: 23px;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 20px;
  font-weight: 600;
}

.primary-paragraph {
  color: rgba(51, 51, 51, .6);
  font-size: 16px;
  font-weight: 400;
}

.left-triangle {
  position: absolute;
  z-index: 1;
  width: 35%;
  border-top: 106px solid rgba(1, 212, 212, .5);
  border-right: 682px solid transparent;
}

.integration {
  padding-top: 0px;
  padding-bottom: 20px;
  text-align: center;
}

.c-white-section-triangle {
  height: 150px;
  margin-top: -50px;
  margin-bottom: 70px;
  background-color: #fff;
  background-image: url('../images/Grey-Triangle-reverce.svg');
  background-position: 0px 0px;
  background-size: cover;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.section-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 34px;
  font-weight: 400;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1040px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.main-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.columns {
  display: inline-block;
  width: 400px;
  margin-top: 60px;
  margin-right: 50px;
  margin-left: 50px;
  text-align: left;
}

.secondary-title {
  margin-top: 30px;
  margin-bottom: 12px;
  font-size: 22px;
  font-weight: 400;
}

.c-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.c-col {
  width: 50%;
  padding: 25px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.s-paragraph {
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 28px;
}

.s-paragraph.col-white {
  margin-top: 10px;
  color: #eee;
}

.s-paragraph.a-centre {
  text-align: center;
}

.c-footer-col {
  padding: 20px 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.c-footer-col.nopad {
  padding-top: 10px;
  padding-bottom: 10px;
}

.c-footer {
  padding: 35px 25px 25px;
  background-color: #353535;
}

.c-footer-wrap {
  background-repeat: no-repeat;
}

.c-footer-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 11px;
  padding-bottom: 11px;
}

.c-footer-info-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.footer-title {
  margin-top: 0px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid hsla(0, 0%, 78%, .09);
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.c-footer-info {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: Montserrat, sans-serif;
  color: #eee;
  line-height: 30px;
}

.c-socials-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.c-logo-wrap.alignleft {
  display: inline-block;
}

.c-footer-bottom-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.c-line {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-top: 1px solid hsla(0, 1%, 60%, .6);
}

.c-footer-link {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #afafaf;
  font-size: 12px;
  line-height: 16px;
  text-decoration: none;
}

.c-white-section-triangle-right {
  height: 150px;
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: #fff;
  background-image: url('../images/Grey-Triangle-reverce.svg');
  background-position: 0px 0px;
  background-size: cover;
  -webkit-transform: rotateX(180deg) rotateY(180deg) rotateZ(0deg);
  transform: rotateX(180deg) rotateY(180deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.s-rowify.a-centre {
  font-family: Montserrat, sans-serif;
  color: #eee;
  font-size: 5em;
  line-height: 100px;
  text-align: center;
}

.cta3-item-wrap {
  padding: 20px 30px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(17, 18, 18, .06);
  border-radius: 8px;
  text-align: left;
}

.cta3-item-wrap.cta3-item-wrap-dark {
  border-color: hsla(0, 0%, 100%, .06);
  background-color: #1a1a1a;
}

.cta3-item-wrap.cta3-item-wrap-dark.cta3-recommended-option-dark {
  padding-top: 30px;
  border-width: 2px;
  border-color: #1991eb;
}

.cta3-wide-button-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

._5-col {
  display: inline-block;
  width: 380px;
  margin-right: 20px;
}

._5-col._5-col-last {
  margin-right: 0px;
}

.text-16 {
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
}

.text-16.text-16-60 {
  opacity: 0.6;
}

.decoline {
  width: 30px;
  height: 2px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #d2d2d2;
}

.decoline.decoline-dark {
  background-color: hsla(0, 0%, 82%, .2);
}

.cta3-icon {
  margin-top: 0px;
  margin-right: 15px;
}

.btn {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 11px 25px;
  float: none;
  border-radius: 4px;
  background-color: #1991eb;
  -webkit-transition: color 200ms ease, box-shadow 200ms ease, background-color 200ms ease, -webkit-transform 400ms ease;
  transition: color 200ms ease, box-shadow 200ms ease, background-color 200ms ease, -webkit-transform 400ms ease;
  transition: color 200ms ease, box-shadow 200ms ease, background-color 200ms ease, transform 400ms ease;
  transition: color 200ms ease, box-shadow 200ms ease, background-color 200ms ease, transform 400ms ease, -webkit-transform 400ms ease;
  color: #fff;
  line-height: 24px;
  text-align: center;
}

.btn:hover {
  border-color: #0c6eb8;
  background-color: #1386dd;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1);
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
  color: #fff;
}

.btn:active {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1);
  -webkit-transform: translate(0px, -1px);
  -ms-transform: translate(0px, -1px);
  transform: translate(0px, -1px);
}

.btn.btn-outline-dark {
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, .2);
  background-color: hsla(0, 0%, 100%, .1);
  -webkit-transition: color 200ms ease, box-shadow 200ms ease, background-color 200ms ease, border 200ms ease, -webkit-transform 400ms ease;
  transition: color 200ms ease, box-shadow 200ms ease, background-color 200ms ease, border 200ms ease, -webkit-transform 400ms ease;
  transition: color 200ms ease, box-shadow 200ms ease, background-color 200ms ease, transform 400ms ease, border 200ms ease;
  transition: color 200ms ease, box-shadow 200ms ease, background-color 200ms ease, transform 400ms ease, border 200ms ease, -webkit-transform 400ms ease;
}

.btn.btn-outline-dark:hover {
  border-color: hsla(0, 0%, 100%, .5);
}

.cta3-item-point {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.h2-jumbo {
  font-size: 44px;
  line-height: 56px;
  font-weight: 300;
}

.label-text {
  color: #fff;
  font-size: 10px;
  line-height: 17px;
  font-weight: 500;
  text-transform: uppercase;
}

.cta3-options-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn-big {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 16px 35px;
  float: none;
  border-radius: 4px;
  background-color: #1991eb;
  -webkit-transition: color 200ms ease, box-shadow 200ms ease, background-color 200ms ease, -webkit-transform 400ms ease;
  transition: color 200ms ease, box-shadow 200ms ease, background-color 200ms ease, -webkit-transform 400ms ease;
  transition: color 200ms ease, box-shadow 200ms ease, background-color 200ms ease, transform 400ms ease;
  transition: color 200ms ease, box-shadow 200ms ease, background-color 200ms ease, transform 400ms ease, -webkit-transform 400ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
}

.btn-big:hover {
  border-color: #0c6eb8;
  background-color: #1386dd;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1);
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
  color: #fff;
}

.btn-big:active {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1);
  -webkit-transform: translate(0px, -1px);
  -ms-transform: translate(0px, -1px);
  transform: translate(0px, -1px);
}

.label {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 4px;
  background-color: #1991eb;
}

.text-20 {
  opacity: 1;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}

.cta3-item-points-wrapper {
  margin-top: 25px;
  margin-bottom: 10px;
}

.c-pricing {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.c-pricing-col {
  width: 100%;
  height: auto;
}

.c-pricing-pro {
  display: block;
  width: 80%;
  min-height: 500px;
  margin-right: auto;
  margin-left: auto;
  padding: 25px;
  border-radius: 20px;
  background-color: #343232;
}

.s-subtitle {
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #eee;
  font-size: 35px;
  line-height: 50px;
}

.s-info {
  font-family: Montserrat, sans-serif;
  color: #eee;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
}

.c-pricing-line {
  width: 10%;
  height: 1px;
  border-style: solid none none;
  border-width: 1px;
  border-color: #eee #000 #000;
}

.c-pricing-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.c-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 40px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.s-pricing-item {
  font-family: Montserrat, sans-serif;
  color: #eee;
}

.s-pricing-item.black {
  color: #333;
  font-size: 20px;
  line-height: 25px;
}

.c-button {
  border-radius: 10px;
  background-color: hsla(208.00000000000003, 25.33%, 55.36%, 1.00);
  font-family: Montserrat, sans-serif;
}

.c-form {
  display: block;
  width: 50%;
  margin-right: auto;
  margin-left: auto;
}

.s-form-label {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
}

.c-form-input {
  height: 50px;
  border: 1px none #000;
  border-radius: 5px;
  background-color: hsla(195.20000000000002, 90.64%, 34.62%, 1.00);
  color: #fff;
  font-size: 18px;
}

.c-form-select {
  height: 50px;
  margin-top: 20px;
  background-color: #000;
  font-size: 18px;
}

.c-form-submit {
  display: block;
  width: 20%;
  height: 40px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  background-color: #0880a8;
  font-family: Montserrat, sans-serif;
}

.c-testimonial {
  margin-right: 5px;
  margin-left: 5px;
  padding: 25px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 15px;
  background-color: hsla(219.7826086956522, 73.02%, 24.71%, 1.00);
}

.block-quote {
  border-radius: 10px;
  font-family: Montserrat, sans-serif;
  color: #eee;
  font-style: italic;
}

.c-login-choice-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.c-login-col {
  width: 100%;
  height: auto;
}

.c-login-window {
  display: block;
  width: 80%;
  min-height: 500px;
  margin-right: auto;
  margin-left: auto;
  padding: 25px;
  border-radius: 20px;
  background-color: #343232;
}

.c-form-back {
  margin-top: 15px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  color: #bd0000;
  font-weight: 600;
}

.c-sport-wrap {
  display: block;
  height: auto;
  margin-top: 15px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.c-6-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.c-window {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 20vh;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #4aa191;
  text-decoration: none;
}

.s-sport {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #000;
  text-decoration: none;
}

.img-stopwatch {
  width: 500px;
  height: 500px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.s-huge {
  font-family: Montserrat, sans-serif;
  font-size: 4em;
  line-height: 1.4em;
  text-align: center;
}

.c-big-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-container-top {
  display: block;
  overflow: visible;
  width: 90vw;
  height: auto;
  max-height: none;
  margin-right: auto;
  margin-left: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  clear: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

@media (max-width: 991px) {
  .n-trans-nav {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    z-index: 0;
    display: block;
  }
  .nav-button-block {
    display: none;
    margin-top: 30px;
    padding-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .menu-button {
    color: #fff;
  }
  .menu-button.w--open {
    background-color: transparent;
  }
  .menu-button.black {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #000;
  }
  .n-link {
    position: static;
    overflow: hidden;
    height: 85px;
    max-height: 85px;
    min-width: 100vw;
    margin-top: 0px;
    background-color: #3ebfd8;
  }
  .n-link:hover {
    border-style: none;
    background-color: #3ebfd8;
  }
  .n-link.w--current {
    border-style: none;
  }
  .container-full {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 85px;
  }
  .c-logo {
    height: auto;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .c-logo.scroll {
    height: 85px;
    margin-top: 0px;
    padding-right: 25px;
    padding-left: 25px;
  }
  .nav-menu {
    left: 0px;
    top: 60px;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: scroll;
    height: auto;
    margin-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    float: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    text-align: left;
  }
  .nav-menu.scroll {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    display: block;
    overflow: visible;
    height: auto;
    margin-top: 0px;
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .n-white-nav {
    position: relative;
    z-index: 0;
    display: block;
  }
  .n-link-white {
    background-color: #133274;
  }
  .nav-link {
    display: block;
    width: 100%;
    padding: 16px 20px;
    color: #a5a5a5;
  }
  .nav-link:hover {
    color: #ff8e64;
  }
  .nav-link.dark {
    color: #a5a5a5;
    font-weight: 500;
  }
  .n-mobile {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    z-index: 999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    height: 85px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .icon-3 {
    float: right;
    color: #fff;
  }
  .c-section {
    padding-top: 30px;
    padding-bottom: 0px;
  }
  .c-section.top {
    padding-top: 0px;
  }
  .c-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .s-h2.a-centre {
    font-size: 1.5em;
  }
  .img-dash {
    max-width: 100%;
    margin-top: 25px;
  }
  .c-footer {
    padding-right: 15px;
    padding-left: 15px;
  }
  .s-rowify.a-centre {
    font-size: 5em;
  }
  ._5-col {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .text-16.text-16-60 {
    width: 100%;
  }
  .decoline {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .decoline.decoline-dark.left-align-decoline-dark {
    margin-right: 0px;
    margin-left: 0px;
  }
  .cta3-options-wrapper {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .c-pricing {
    padding: 30px;
  }
  .c-pricing-col {
    width: 50%;
    margin-right: 2px;
    margin-left: 2px;
  }
  .c-pricing-pro {
    width: 100%;
  }
  .c-form {
    width: 75%;
  }
  .c-login-choice-wrap {
    padding: 30px;
  }
  .c-login-col {
    width: 50%;
    margin-right: 2px;
    margin-left: 2px;
  }
  .c-login-window {
    width: 100%;
  }
  .c-window {
    width: 32%;
  }
  .img-stopwatch {
    width: 400px;
    height: 400px;
  }
  .c-big-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .c-container-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
}

@media (max-width: 767px) {
  .menu-button.black {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 200px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .n-link {
    position: relative;
    background-color: #3ebfd8;
  }
  .n-link:hover {
    border-style: none;
    border-color: #fff;
    background-color: #3ebfd8;
    color: #fff;
  }
  .n-link.w--current {
    border-style: none;
    background-color: #3ebfd8;
  }
  .container-full {
    height: 85px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .c-logo.scroll {
    margin-top: 0px;
    margin-right: 50px;
  }
  .nav-menu.scroll {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    z-index: 999;
    overflow: visible;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .n-mobile {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    z-index: 999;
  }
  .c-section {
    height: auto;
    padding-top: 10px;
    padding-bottom: 0px;
  }
  .c-section.full.top {
    position: static;
    display: block;
    height: auto;
    min-height: 100vh;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .c-section.full.col-white {
    height: auto;
  }
  .n-white {
    position: relative;
  }
  .c-container {
    position: relative;
    height: 100%;
    max-height: auto;
    padding-top: 25px;
    padding-bottom: 25px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .s-h2.a-centre {
    font-size: 1.2em;
    line-height: 2em;
  }
  .s-paragraph {
    font-size: 14px;
  }
  .c-footer-col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  .c-footer-wrap {
    position: relative;
    top: 0px;
    padding-bottom: 0px;
  }
  .c-footer-container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .c-footer-info-wrap {
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .c-footer-info {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .c-footer-bottom-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .s-rowify.a-centre {
    font-size: 4em;
  }
  .c-pricing {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .c-pricing-col {
    width: 100%;
    margin-bottom: 10px;
  }
  .c-form {
    width: 80%;
  }
  .c-form-input {
    font-size: 14px;
  }
  .c-form-submit {
    width: 30%;
  }
  .c-login-choice-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .c-login-col {
    width: 100%;
    margin-bottom: 10px;
  }
  .c-sport-wrap {
    position: relative;
  }
  .c-6-flex {
    position: relative;
    height: auto;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .c-window {
    width: 49%;
  }
  .img-stopwatch {
    width: 300px;
    height: 300px;
  }
  .c-container-top {
    position: relative;
    height: 100%;
    max-height: auto;
    padding-top: 75px;
    padding-bottom: 25px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

@media (max-width: 479px) {
  .n-trans-nav {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    z-index: 99999;
    display: block;
    height: auto;
  }
  .menu-button.black {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding: 20px 25px;
    float: right;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .menu-button.black.w--open {
    padding-top: 20px;
  }
  .n-link {
    background-color: #3ebfd8;
  }
  .n-link:hover {
    background-color: #3ebfd8;
  }
  .n-link.w--current {
    background-color: #3ebfd8;
  }
  .n-logo {
    height: 100%;
    line-height: 1;
  }
  .container-full {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    margin-top: 0px;
    padding-top: 12px;
    padding-bottom: 12px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .c-logo {
    height: auto;
    padding: 10px;
  }
  .c-logo.scroll {
    height: auto;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 25px;
  }
  .nav-menu.scroll {
    left: 0px;
    top: 0px;
    right: auto;
    color: transparent;
  }
  .n-white-nav {
    z-index: 99999;
  }
  .nav-link.dark {
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    color: transparent;
  }
  .n-mobile {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 99999;
    display: block;
    height: 75px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .icon-3 {
    display: block;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .c-section {
    padding-top: 0px;
  }
  .c-container {
    height: auto;
  }
  .img-dash {
    display: block;
    width: 300px;
    height: 300px;
  }
  .feature-content {
    max-width: 90vw;
  }
  .feature {
    min-width: auto;
  }
  .left-triangle {
    width: 35%;
  }
  .c-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .c-col {
    width: 100%;
  }
  .s-paragraph {
    font-size: 12px;
    line-height: 20px;
  }
  .c-footer-col {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .c-footer-col.nopad {
    padding: 0px;
  }
  .c-footer-info-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .c-social {
    width: 50px;
    height: 50px;
  }
  .s-rowify.a-centre {
    font-size: 3em;
  }
  .btn {
    display: block;
    text-align: center;
  }
  .btn-big {
    display: block;
    padding: 14px 25px;
    text-align: center;
  }
  .c-pricing {
    padding: 10px;
  }
  .c-form {
    width: 100%;
  }
  .c-form-input {
    color: #eee;
  }
  .c-form-submit {
    width: 50%;
    height: 40px;
  }
  .c-login-choice-wrap {
    padding: 10px 0px;
  }
  .c-window {
    width: 100%;
  }
  .img-stopwatch {
    max-width: none;
  }
  .s-huge {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 2em;
  }
  .c-container-top {
    height: 100%;
  }
}

