a {
  color: #fff;
  font-weight: 700;
  text-decoration: underline;
}

.section {
  position: fixed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -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;
  background-color: #c92339;
  color: #fff;
}

.section.test {
  display: none;
}

.logo-container {
  width: 500px;
  padding: 0px;
  border-bottom: 1px solid hsla(0, 0%, 100%, .53);
}

.tag-line {
  padding: 10px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
}

.content-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  -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;
}

.image {
  padding: 10px 10px 15px;
}

.button {
  width: 200px;
  margin-right: 10px;
  margin-left: 10px;
  border-radius: 50px;
  background-color: #fff;
  box-shadow: 0 2px 4px 2px rgba(0, 0, 0, .11);
  -webkit-transition: opacity 200ms ease, -webkit-transform 200ms ease;
  transition: opacity 200ms ease, -webkit-transform 200ms ease;
  transition: transform 200ms ease, opacity 200ms ease;
  transition: transform 200ms ease, opacity 200ms ease, -webkit-transform 200ms ease;
  color: #333;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.button:hover {
  opacity: 0.9;
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.button-container {
  margin-top: 10px;
}

.body {
  font-family: Montserrat, sans-serif;
}

.scroll-down-image {
  width: 60px;
}

.background-video {
  width: 100%;
  height: 100%;
}

.hero-header {
  position: relative;
  z-index: 3;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 40px;
  font-weight: 300;
}

.hero-header.bold {
  font-weight: 700;
}

.bold-text {
  font-weight: 700;
}

.scroll-down {
  position: relative;
  bottom: 0px;
  width: 100%;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}

.scroll-down:hover {
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.scroll-down.main {
  position: absolute;
  z-index: 1000;
  margin-bottom: 20px;
  text-align: center;
}

.hero-subtext {
  margin-top: 10px;
  color: #fff;
}

.hero-subtext.mobile {
  display: none;
}

.hero-container {
  position: fixed;
  top: 0px;
  width: 100%;
  height: 850px;
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.hero-container.test {
  display: none;
}

.button-2 {
  display: none;
  margin-top: 20px;
  margin-right: 10px;
  margin-left: 10px;
  border: 2px solid #2b74b5;
  border-radius: 3px;
  background-color: #2b74b5;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.button-2:hover {
  opacity: 0.8;
}

.button-2.outline {
  display: inline-block;
  border: 2px solid #fff;
  background-color: transparent;
  color: #fff;
}

.button-2.features {
  width: 500px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.button-2.left {
  margin-left: 0px;
}

.video-player {
  position: relative;
  left: 0px;
  top: 0px;
  display: block;
  width: 100%;
  height: 100%;
}

.video-player.placeholder {
  position: absolute;
  display: none;
  background-image: url('../images/placeholder.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.video-player.live {
  display: none;
}

.video-overlay {
  position: absolute;
  top: 0px;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.4;
}

.header-container {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  width: 800px;
  height: 190px;
  margin-top: -85px;
  margin-left: -355px;
  -webkit-transform: perspective(1200px) translate(0px, 0px);
  transform: perspective(1200px) translate(0px, 0px);
  text-align: center;
}

.card-link {
  position: relative;
  display: none;
  margin-top: 20px;
  background-color: transparent;
  -webkit-transition: opacity 200ms ease, -webkit-transform 200ms ease;
  transition: opacity 200ms ease, -webkit-transform 200ms ease;
  transition: opacity 200ms ease, transform 200ms ease;
  transition: opacity 200ms ease, transform 200ms ease, -webkit-transform 200ms ease;
  color: #2b74b5;
  font-weight: 700;
  text-transform: uppercase;
}

.card-link:hover {
  opacity: 0.8;
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.body-text {
  margin-top: 20px;
}

.body-text.compact {
  display: inline-block;
  width: 650px;
  margin-top: 0px;
  margin-bottom: 20px;
}

.body-text.compact.white {
  color: #fff;
}

.body-text.left {
  text-align: left;
}

.form-container {
  display: inline-block;
  width: 600px;
  margin-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
}

.section-container {
  width: 100%;
}

.section-container.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  -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;
}

.page-container {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.page-container.features {
  margin-top: 0px;
}

.card-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 230px;
  height: 255px;
  margin-top: 20px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  background-color: #fff;
}

.half-box-text {
  position: relative;
  width: 70%;
  font-family: 'Open Sans', sans-serif;
}

.half-box-text.white {
  color: #fff;
}

.half-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  padding: 20px;
  -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;
  background-color: #d02f47;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .11), rgba(0, 0, 0, .11));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .11), rgba(0, 0, 0, .11));
  text-align: center;
}

.half-box.grey {
  background-image: none;
}

.half-box-image {
  height: 200px;
  margin-right: 10px;
  margin-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.compat-logo {
  display: inline-block;
  width: 100px;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  opacity: 0.5;
}

.compat-logo.wide {
  padding-right: 10px;
  padding-left: 10px;
}

.card-text {
  margin-top: 10px;
  font-size: 12px;
  line-height: 16px;
}

.content-section {
  width: 100%;
  padding: 20px 40px 40px;
  background-color: #fff;
  text-align: center;
}

.content-section.blue {
  display: block;
  padding: 10px 40px 30px;
  background-color: #2b74b5;
  color: #fff;
  text-align: center;
}

.content-section.blue.flex {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -133px;
  -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;
  background-color: #f6f6f6;
  color: #333;
}

.content-section.blue.flex.padding-bottom {
  margin-top: -222px;
  padding-top: 0px;
  padding-bottom: 50px;
  background-color: #ee2e49;
  color: #fff;
}

.content-section.flex {
  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-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: #fff;
}

.content-section.flex.test {
  display: none;
}

.content-section.grey {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f6f6f6;
}

.content-section.grey.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.content-section.grey.flex.test {
  display: none;
}

.content-section.features.colour {
  padding-bottom: 85px;
  background-color: #f6f6f6;
}

.content-section.overflow-hidden {
  overflow: hidden;
  padding-bottom: 100px;
}

.content-section.dark-blue {
  padding-bottom: 150px;
  background-color: #36465d;
}

.half-box-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 430px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #fff;
}

.section-header {
  margin-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #546a79;
  font-weight: 700;
}

.section-header.white {
  color: #fff;
}

.section-header.max-width {
  display: inline-block;
  width: 600px;
  margin-top: 30px;
  font-weight: 300;
}

.section-header.max-width.white.bold {
  margin-top: 9px;
  font-weight: 800;
  text-transform: uppercase;
}

.section-header.primary {
  color: #ee2e49;
  line-height: 38px;
}

.section-header.secondary {
  color: #ed672d;
}

.footer-text {
  display: inline-block;
  padding-right: 20px;
  padding-left: 20px;
  color: #fff;
  line-height: 40px;
}

.footer-text.watermark {
  position: absolute;
  right: 0px;
  opacity: 0.68;
  font-size: 14px;
}

.compatibility-container {
  width: 100%;
  max-width: 850px;
}

.card-title {
  margin-top: 20px;
  color: #546a79;
  font-size: 17px;
  font-weight: 700;
}

.card-image {
  height: 90px;
  margin-top: 10px;
}

.card-image.wide {
  height: 89px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.footer {
  height: 40px;
  background-color: #252d38;
}

.text-area {
  max-height: 100px;
  max-width: 100%;
  min-height: 100px;
  margin-bottom: 0px;
}

.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 502px;
  padding: 20px;
  -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;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .11), rgba(0, 0, 0, .11)), url('../images/hero-image-cc.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .11), rgba(0, 0, 0, .11)), url('../images/hero-image-cc.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  text-align: center;
}

.header.videolinq {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/mobile-broadcasting.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/mobile-broadcasting.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.header.players {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .25), rgba(0, 0, 0, .25)), url('../images/players.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .25), rgba(0, 0, 0, .25)), url('../images/players.jpg');
  background-position: 0px 0px, 50% 0px;
}

.item-title {
  font-size: 16px;
  font-weight: 700;
  text-align: left;
}

.details-table {
  padding-top: 20px;
  padding-bottom: 20px;
}

.column-container {
  padding-right: 0px;
  padding-left: 0px;
}

.features-column {
  height: 850px;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  padding: 20px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 4px 9px 0 rgba(0, 0, 0, .11);
  text-align: center;
}

.features-column.colour1 {
  background-color: #6d86a1;
  color: #fff;
}

.item-image {
  height: 50px;
}

.section-table {
  width: 100%;
  padding-top: 20px;
  text-align: left;
}

.item-text {
  margin-top: 10px;
  text-align: left;
}

.feature-text {
  margin-bottom: 30px;
  text-align: center;
}

.detail-image {
  text-align: center;
}

.feature-title {
  margin-bottom: 20px;
  font-size: 36px;
  text-align: left;
}

.feature-title.large {
  font-size: 42px;
  line-height: 42px;
  font-weight: 500;
  text-align: center;
}

.details-container {
  display: inline-block;
  width: 90%;
  text-align: center;
}

.feature-block-container {
  display: inline-block;
  width: 100%;
  max-width: 1200px;
}

.table-coulmn-image {
  position: absolute;
  width: 145%;
  padding-top: 40px;
  padding-right: 20px;
  padding-left: 20px;
}

.table-coulmn-image.center {
  width: 120%;
  margin-left: -115px;
}

.text-column.left {
  padding-left: 10px;
  text-align: left;
}

.text-column.left.white {
  color: #fff;
}

.player-bottom {
  position: absolute;
}

.player-image {
  position: relative;
  left: 0px;
  top: 0px;
  width: 150%;
  height: 250px;
  margin-top: 36px;
  margin-left: -36px;
  text-align: left;
}

.player-top {
  position: absolute;
}

.column-text {
  text-align: left;
}

.player-middle {
  position: absolute;
}

.dropdown-list.w--open {
  padding-top: 0px;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .34);
}

.logo {
  position: absolute;
  left: 0px;
  z-index: 3;
  width: 80px;
  margin-top: 10px;
  margin-left: 5%;
}

.nav-menu {
  height: 80px;
  line-height: 40px;
}

.nav-link {
  -webkit-transition: border 200ms ease, color 200ms ease, opacity 200ms ease;
  transition: border 200ms ease, color 200ms ease, opacity 200ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
}

.nav-link:hover {
  opacity: 0.5;
}

.nav-link.w--current {
  border-bottom: 4px solid #fff;
  color: #fff;
  font-weight: 600;
}

.nav-link.black {
  color: #333;
}

.nav-link.no-border.w--current {
  border-style: none;
}

.nav-link.hidden {
  display: none;
}

.nav-container {
  position: relative;
  z-index: 4;
  display: inline-block;
  width: auto;
  text-align: center;
}

.nav-bar-bg {
  position: fixed;
  top: 0px;
  z-index: 2;
  width: 100%;
  height: 80px;
  background-color: #fff;
  box-shadow: 0 1px 6px 2px rgba(0, 0, 0, .05);
  opacity: 1;
}

.nav-bar {
  position: fixed;
  top: 0px;
  z-index: 900;
  width: 100%;
  height: 65px;
  background-color: rgba(44, 44, 44, .2);
  text-align: center;
}

.hero-image {
  display: none;
}

.button-3 {
  width: 180px;
  margin-right: 10px;
  margin-bottom: 10px;
  border-radius: 50px;
  background-color: #6099f3;
  box-shadow: 0 2px 3px 1px rgba(0, 0, 0, .1);
  -webkit-transition: opacity 200ms ease, -webkit-transform 200ms ease;
  transition: opacity 200ms ease, -webkit-transform 200ms ease;
  transition: opacity 200ms ease, transform 200ms ease;
  transition: opacity 200ms ease, transform 200ms ease, -webkit-transform 200ms ease;
  line-height: 25px;
  font-weight: 700;
  text-align: center;
}

.button-3:hover {
  opacity: 0.9;
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.button-3.secondary {
  background-color: #fff;
  color: #333;
}

.table {
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
  text-align: left;
}

.table.flexbox {
  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;
}

.table.flexbox.full-height {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.section-header-2 {
  padding-right: 0px;
  padding-left: 0px;
  font-size: 40px;
  line-height: 40px;
  font-weight: 700;
}

.section-header-2.primary {
  color: #3949ab;
  line-height: 45px;
}

.column {
  margin-bottom: 20px;
  padding: 10px 0px;
}

.column.padding-bottom-none {
  padding-bottom: 0px;
}

.column.padding-right {
  padding-right: 30px;
}

.section-subheader {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  text-transform: none;
}

.button-container-2 {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.content-wrapper {
  position: relative;
  width: 100%;
  padding: 20px;
  text-align: center;
}

.content-wrapper.flexbox {
  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-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;
}

.content-wrapper.flexbox.margin-top {
  margin-top: -50px;
}

.content-wrapper.flexbox.margin-top.left.grey {
  background-color: #f6f6f6;
}

.content-wrapper.flexbox.margin-top.left.grey.top {
  margin-top: -122px;
  padding-top: 0px;
  padding-bottom: 50px;
}

.content-wrapper.padding-bottom-none {
  padding-bottom: 0px;
}

.content-wrapper.padding-right-none {
  padding-right: 0px;
}

.content-wrapper.margin-top {
  margin-top: -85px;
}

.hero-fg {
  width: 100%;
  height: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.body-text-2 {
  display: inline-block;
  width: 85%;
  padding: 10px 0px;
}

.body-text-2.fixed-width {
  width: 650px;
}

.body-text-2.full-width {
  width: 100%;
}

.hero-section {
  width: 100%;
  height: 700px;
  padding-top: 100px;
  background-color: #000;
  color: #fff;
}

.hero-section.cloud {
  height: 650px;
  margin-top: 80px;
  background-color: #ee2e49;
}

.feature-list-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 930px;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.feature-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  border-right: 1px solid rgba(0, 0, 0, .1);
  text-align: center;
}

.feature-container.last {
  padding-right: 0px;
  border-right-style: none;
}

.feature-container.first {
  padding-left: 0px;
}

.feature-image {
  width: 80px;
  height: auto;
}

.feature-image.small {
  width: auto;
  height: 40px;
}

.font-awesome {
  position: relative;
  padding-right: 5px;
  font-family: 'Fa solid 900', sans-serif;
  color: #6099f3;
  font-size: 16px;
  font-weight: 400;
}

.feature-image-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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-image-container.w--current {
  background-color: #fff;
  box-shadow: 0 2px 4px 2px rgba(0, 0, 0, .2);
}

.feature-title-2 {
  margin-top: 35px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #6099f3;
  font-size: 16px;
  font-weight: 700;
}

.feature-title-2.primary {
  margin-top: 20px;
  color: #3949ab;
  font-size: 20px;
}

.feature-title-2.secondary {
  margin-top: 5px;
  margin-bottom: 32px;
  color: #333;
  font-size: 15px;
  font-weight: 600;
}

.content-section-2 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.content-section-2.no-padding {
  padding-top: 0px;
  padding-bottom: 0px;
}

.content-section-2.no-padding.margin-top {
  margin-top: -210px;
}

.content-section-2.grey {
  background-color: #f6f6f6;
}

.content-section-2.grey.curved-top {
  margin-top: -60px;
  padding-top: 120px;
}

.content-section-2.top {
  position: relative;
  top: 40px;
}

.content-section-2.red {
  background-color: #ee2e49;
  color: #fff;
}

.content-section-2.primary {
  background-color: #ee2e49;
}

.content-section-2.primary.margin-top {
  margin-top: -200px;
  color: #fff;
}

.content-section-2.primary.margin-top.contact {
  margin-top: -215px;
  padding-bottom: 50px;
}

.content-section-2.primary.margin-top.contact.blue {
  background-color: #3a4ca8;
}

.content-section-2.primary.margin-top.contact.secondary {
  background-color: #ed672d;
}

.cta-text {
  display: inline-block;
  margin-top: 20px;
  -webkit-transition: opacity 200ms ease, -webkit-transform 200ms ease;
  transition: opacity 200ms ease, -webkit-transform 200ms ease;
  transition: opacity 200ms ease, transform 200ms ease;
  transition: opacity 200ms ease, transform 200ms ease, -webkit-transform 200ms ease;
  color: #6099f3;
  font-size: 16px;
  font-weight: 700;
}

.cta-text:hover {
  opacity: 0.9;
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.curved-bottom {
  position: relative;
  z-index: 80;
  width: 100%;
  height: 90px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  background-color: #fff;
}

.feature-info-box-text {
  display: inline-block;
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  font-size: 15px;
  line-height: 35px;
  font-weight: 600;
  text-align: left;
}

.feature-info-box-text.padding-top-none {
  margin-top: 0px;
}

.feature-info-box-text.padding-top-none.margin-bottom {
  margin-bottom: 15px;
}

.info-box {
  height: 100%;
  margin-right: 10px;
  margin-left: 10px;
  padding: 20px;
  -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;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 5px 17px 2px rgba(0, 0, 0, .05);
  text-align: left;
}

.info-box.last {
  margin-right: 0px;
}

.info-box.first {
  margin-left: 0px;
}

.form-container-2 {
  display: inline-block;
  width: 600px;
  height: auto;
  margin-top: 20px;
  padding: 0px 20px 20px;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 5px 6px 0 rgba(0, 0, 0, .3);
}

.content-section-3 {
  position: relative;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #fff;
  text-align: center;
}

.content-section-3.colour {
  z-index: 100;
  display: block;
  padding-bottom: 100px;
  background-color: #58b701;
  color: #fff;
}

.content-section-3.colour.blue {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-bottom: 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #3a4d63;
}

.content-section-3.colour.blue.form {
  z-index: 99;
  padding-top: 50px;
  background-color: #6099f3;
}

.content-section-3.colour.blue.form.red {
  padding-top: 80px;
  background-color: #ee2e49;
}

.body-text-3 {
  display: inline-block;
  width: 700px;
  padding: 10px 30px;
}

.section-header-3 {
  color: #3949ab;
  font-size: 48px;
  line-height: 48px;
  font-weight: 800;
}

.section-header-3.extra-bold {
  margin-top: -15px;
  padding-right: 20px;
  padding-left: 20px;
  color: #fff;
  font-size: 58px;
  line-height: 66px;
  font-weight: 800;
}

.section-header-3.extra-bold.form {
  display: inline-block;
}

.bold-text-2 {
  font-family: 'Fa solid 900', sans-serif;
}

.home-nav-bar {
  position: fixed;
  top: 0px;
  width: 100%;
  height: 80px;
  background-color: #fff;
}

.home-nav-link {
  -webkit-transition: opacity 200ms ease, -webkit-transform 200ms ease;
  transition: opacity 200ms ease, -webkit-transform 200ms ease;
  transition: opacity 200ms ease, transform 200ms ease;
  transition: opacity 200ms ease, transform 200ms ease, -webkit-transform 200ms ease;
  font-weight: 700;
  text-transform: uppercase;
}

.home-nav-link:hover {
  opacity: 0.7;
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.home-nav-link.w--current {
  border-bottom: 3px solid #ee2e49;
  color: #ee2e49;
}

.home-nav-link.no-style.w--current {
  border-bottom: 1px none #000;
  color: #333;
}

.nav-logo {
  width: 240px;
  line-height: 80px;
}

.home-hero-section {
  position: relative;
  top: 80px;
  overflow: hidden;
  height: 700px;
}

.home-hero-section.extra-height {
  height: 750px;
}

.home-hero-section.extra-height.no-margin {
  top: 0px;
}

.header-text {
  color: #ee2e49;
  font-size: 48px;
  line-height: 48px;
  font-weight: 300;
}

.header-text.bold {
  font-size: 30px;
  line-height: 30px;
  font-weight: 800;
  text-transform: uppercase;
}

.header-text.white {
  color: #fff;
}

.header-text.blue {
  color: #3a4ca8;
}

.divider {
  width: 40%;
  height: 4px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #ee2e49;
}

.divider.short {
  width: 30%;
}

.divider.blue {
  background-color: #3a4ca8;
}

.divider.white {
  background-color: #fff;
}

.header-subtext {
  font-size: 27px;
  line-height: 30px;
  font-weight: 700;
}

.header-subtext.light {
  font-weight: 300;
}

.header-subtext.light.padding-top {
  margin-top: 10px;
}

.header-subtext.white {
  color: #fff;
}

.cta-button {
  width: 156px;
  height: 42px;
  border-radius: 100px;
  background-color: #ed672d;
  box-shadow: 0 4px 17px 3px rgba(237, 103, 45, .22);
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: background-color 200ms ease, -webkit-transform 200ms ease;
  transition: background-color 200ms ease, -webkit-transform 200ms ease;
  transition: background-color 200ms ease, transform 200ms ease;
  transition: background-color 200ms ease, transform 200ms ease, -webkit-transform 200ms ease;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.cta-button:hover {
  background-color: #ee2e49;
  box-shadow: 0 4px 17px 3px rgba(238, 46, 73, .22);
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.cta-button.margin-bottom {
  margin-bottom: 30px;
}

.cta-button.margin-top {
  margin-top: 24px;
}

.cta-button.blue {
  display: block;
  background-color: #629bf0;
  box-shadow: 0 4px 17px 3px rgba(98, 155, 240, .22);
}

.cta-button.blue:hover {
  background-color: #3a4ca8;
  box-shadow: 0 4px 17px 3px rgba(58, 76, 168, .22);
}

.hero-table {
  margin-top: 160px;
  margin-right: 0px;
  margin-left: 0px;
}

.content-wrap {
  padding-right: 7px;
  padding-left: 7px;
}

.content-wrap.padding {
  margin: 20px 0px;
}

.hero-mask-image {
  position: absolute;
  width: 678px;
  height: 566px;
  max-width: none;
  margin-top: -130px;
  margin-left: 0px;
}

.hero-mask-image.mobile {
  position: relative;
  display: none;
  width: 70%;
  height: auto;
  margin-bottom: 28px;
}

.home-content-section {
  padding-top: 40px;
  padding-bottom: 0px;
}

.home-content-section.grey {
  background-color: #f6f6f6;
}

.home-content-section.grey.top {
  margin-top: -230px;
  padding-top: 15px;
}

.home-content-section.grey.top.margin-bottom {
  margin-top: -210px;
  margin-bottom: 55px;
}

.home-content-section.grey.bottom {
  padding-top: 20px;
  padding-bottom: 20px;
}

.home-content-section.grey.bottom.margin-bottom {
  margin-bottom: 60px;
}

.home-content-section.grey.mobile {
  display: none;
}

.home-content-section.grey.desktop {
  padding-top: 20px;
}

.home-content-section.center {
  text-align: center;
}

.home-content-section.center.padding {
  padding-top: 50px;
  padding-bottom: 70px;
}

.home-content-section.center.padding.stadiums {
  background-image: -webkit-linear-gradient(270deg, rgba(51, 51, 51, .55), rgba(51, 51, 51, .55)), url('../images/stadiums-hero.jpg');
  background-image: linear-gradient(180deg, rgba(51, 51, 51, .55), rgba(51, 51, 51, .55)), url('../images/stadiums-hero.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.hero-image-overlay {
  position: absolute;
  right: 85px;
  bottom: 15px;
}

.hero-image-overlay.mobile {
  right: 46px;
  width: 50%;
}

.home-body-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 20px;
}

.home-body-text.full-width {
  width: 100%;
  height: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.home-body-text.full-width.fixed-height {
  height: 300px;
}

.home-body-text.full-width.margin-bottom {
  margin-bottom: 35px;
}

.home-body-text.margin-top {
  margin-top: 10px;
}

.home-body-text.fixed-width {
  width: 500px;
}

.home-body-text.compact {
  width: 80%;
  margin-top: 15px;
}

.home-table {
  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;
}

.home-table.border-bottom {
  margin-top: -20px;
  padding-bottom: 60px;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.home-table.border-bottom.top {
  margin-top: -55px;
}

.products-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  margin-bottom: 62px;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.products-container.margin-top {
  position: relative;
  top: -235px;
}

.product-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
  height: auto;
  margin: 10px;
  padding: 10px 20px;
  -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;
  border-style: solid;
  border-width: 1px 1px 4px;
  border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) #ee2e49;
  border-radius: 3px;
  background-color: #fff;
  text-align: center;
}

.product-heading {
  margin-top: 6px;
  padding-bottom: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 20px;
  font-weight: 700;
}

.product-image {
  width: auto;
  height: 120px;
  margin-bottom: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.product-image.small {
  height: 100px;
  margin-top: 20px;
}

.floating-box {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  min-width: 50%;
  margin-top: 40px;
  padding: 10px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .29);
  color: #ec1f1f;
}

.angle-divider {
  position: relative;
  overflow: visible;
  width: 120%;
  height: 300px;
  margin-left: -45px;
  background-color: #f6f6f6;
  -webkit-transform: rotate(6deg);
  -ms-transform: rotate(6deg);
  transform: rotate(6deg);
}

.angle-divider.primary {
  background-color: #ee2e49;
}

.angle-divider.blue {
  background-color: #3a4ca8;
}

.angle-divider.secondary {
  background-color: #ed672d;
}

.angle-container {
  overflow: hidden;
  margin-top: -60px;
  padding-top: 100px;
}

.angle-container.extra-margin {
  margin-top: -110px;
}

.angle-container.grey {
  background-color: #f6f6f6;
}

.overlay-image-container.right {
  text-align: right;
}

.overlay-image-bg {
  position: absolute;
  left: 0px;
  width: 80%;
}

.overlay-image-bg.right {
  left: auto;
  right: 0px;
}

.overlay-image-fg {
  position: relative;
  z-index: 5;
  width: 80%;
}

.background-content {
  position: fixed;
  top: 0px;
  z-index: -2;
  width: 100%;
  height: 850px;
  background-image: url('../images/stadiums-hero.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.background-content.top {
  top: -125px;
  z-index: -1;
  height: auto;
}

.block {
  height: 200px;
  background-color: #f6f6f6;
}

.hero-main.margin-left {
  margin-left: 75px;
}

.background-text {
  position: relative;
  width: 100%;
  padding: 15px;
  background-color: #1f1f1f;
  color: #fff;
  font-size: 40px;
  line-height: 44px;
  font-weight: 700;
  text-transform: uppercase;
}

.background-text.subtitle {
  display: inline-block;
  width: auto;
  margin-bottom: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ed672d;
  font-size: 24px;
}

.container.margin-top {
  position: relative;
  top: -260px;
}

.page-wrapper {
  width: 100%;
}

html.w-mod-js *[data-ix="slide-down"] {
  opacity: 0;
  -webkit-transform: translate(0px, -100px);
  -ms-transform: translate(0px, -100px);
  transform: translate(0px, -100px);
}

html.w-mod-js *[data-ix="slide-right"] {
  opacity: 0;
  -webkit-transform: translate(-100px, 0px);
  -ms-transform: translate(-100px, 0px);
  transform: translate(-100px, 0px);
}

html.w-mod-js *[data-ix="slide-right-2"] {
  opacity: 0;
  -webkit-transform: translate(-100px, 0px);
  -ms-transform: translate(-100px, 0px);
  transform: translate(-100px, 0px);
}

html.w-mod-js *[data-ix="pop"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="pop-2"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="pop-3"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="pop-4"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="slide-up"] {
  opacity: 0;
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}

html.w-mod-js *[data-ix="slide-left"] {
  opacity: 0;
  -webkit-transform: translate(100px, 0px);
  -ms-transform: translate(100px, 0px);
  transform: translate(100px, 0px);
}

html.w-mod-js *[data-ix="slide-down-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, -100px);
  -ms-transform: translate(0px, -100px);
  transform: translate(0px, -100px);
}

html.w-mod-js *[data-ix="slide-down-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, -100px);
  -ms-transform: translate(0px, -100px);
  transform: translate(0px, -100px);
}

@media (max-width: 991px) {
  .scroll-down {
    margin-top: 20px;
  }
  .video-player.placeholder {
    z-index: 1;
  }
  .header-container {
    width: 750px;
    margin-left: -375px;
  }
  .body-text.compact {
    width: 700px;
  }
  .half-box-text.white {
    width: 100%;
  }
  .half-box-image {
    width: 80%;
    height: auto;
  }
  .half-box-image.wide {
    width: 100%;
    height: auto;
  }
  .content-section.blue {
    padding-right: 10%;
    padding-left: 10%;
  }
  .content-section.blue.flex.padding-bottom {
    margin-top: -250px;
    padding-top: 0px;
  }
  .content-section.features.colour {
    padding-right: 10px;
    padding-left: 10px;
  }
  .content-section.overflow-hidden {
    overflow: visible;
    padding-bottom: 60px;
  }
  .content-section.dark-blue {
    padding-bottom: 90px;
  }
  .half-box-container {
    position: relative;
    margin-top: -12px;
  }
  .features-column {
    height: 920px;
  }
  .item-image {
    width: 55px;
    height: auto;
  }
  .section-table {
    height: 650px;
  }
  .feature-text {
    width: 100%;
  }
  .feature-title.large {
    font-size: 40px;
    line-height: 40px;
  }
  .details-container {
    width: 100%;
  }
  .table-coulmn-image.center {
    margin-left: -80px;
  }
  .text-column {
    padding-left: 10px;
    text-align: left;
  }
  .player-image {
    width: 100%;
    margin-left: 0px;
  }
  .logo {
    z-index: 5;
  }
  .button-3 {
    width: 150px;
  }
  .table.flexbox {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .section-header-2 {
    font-size: 38px;
  }
  .section-subheader {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 14px;
  }
  .hero-fg {
    width: 100%;
    height: auto;
    margin-left: 0%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .feature-container {
    width: 45%;
  }
  .feature-container.first {
    padding-left: 0px;
  }
  .content-section-2.top {
    top: 20px;
  }
  .section-header-3 {
    font-size: 45px;
  }
  .section-header-3.extra-bold {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 38px;
    line-height: 44px;
  }
  .section-header-3.extra-bold.form {
    font-size: 45px;
  }
  .cta-button.blue.full-width {
    width: 90%;
  }
  .content-wrap {
    padding: 10px;
  }
  .hero-mask-image {
    margin-left: -15px;
  }
  .home-content-section.grey.top {
    padding-top: 0px;
  }
  .home-content-section.grey.top.margin-bottom {
    margin-bottom: 0px;
  }
  .home-content-section.grey.bottom {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .home-content-section.grey.desktop {
    padding-top: 20px;
  }
  .home-content-section.center.padding {
    padding-bottom: 0px;
  }
  .home-content-section.center.padding.stadiums {
    padding-bottom: 50px;
  }
  .home-table.border-bottom.top {
    padding-bottom: 20px;
  }
  .overlay-image-bg {
    width: 85%;
  }
  .overlay-image-fg {
    width: 85%;
  }
}

@media (max-width: 767px) {
  .logo-container {
    width: 100%;
  }
  .content-container {
    padding: 35px;
  }
  .scroll-down-image {
    display: none;
  }
  .hero-header {
    font-size: 32px;
    line-height: 36px;
  }
  .scroll-down.main {
    display: none;
  }
  .hero-container {
    height: 480px;
  }
  .button-2.features {
    width: 100%;
  }
  .button-2.left {
    width: 100%;
    text-align: center;
  }
  .video-player {
    height: 480px;
  }
  .header-container {
    left: auto;
    top: 50%;
    width: 100%;
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .body-text.compact {
    width: 100%;
  }
  .form-container {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }
  .section-container.flex {
    padding-right: 0px;
    padding-left: 0px;
  }
  .page-container {
    margin-top: 0px;
  }
  .card-container {
    width: 240px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .half-box-text.white {
    width: 80%;
  }
  .half-box {
    width: 100%;
    height: auto;
  }
  .half-box-image {
    width: 70%;
  }
  .half-box-image.wide {
    width: 80%;
  }
  .content-section.blue {
    padding-right: 20px;
    padding-left: 20px;
  }
  .content-section.grey {
    padding-right: 20px;
    padding-left: 20px;
  }
  .content-section.features.colour {
    padding-right: 0px;
    padding-left: 0px;
  }
  .content-section.overflow-hidden {
    overflow: hidden;
  }
  .half-box-container {
    height: auto;
  }
  .section-header.max-width {
    width: 100%;
  }
  .section-header.max-width.white.bold {
    margin-top: -80px;
  }
  .item-title {
    text-align: center;
  }
  .features-column {
    height: auto;
  }
  .item-image {
    width: auto;
    height: 50px;
    margin-bottom: 10px;
  }
  .section-table {
    height: auto;
    padding-top: 0px;
  }
  .item-text {
    text-align: center;
  }
  .details-container {
    width: 80%;
  }
  .table-coulmn-image {
    position: relative;
    width: 100%;
  }
  .table-coulmn-image.center {
    width: 100%;
    margin-left: 0px;
  }
  .text-column {
    padding-left: 10px;
  }
  .dropdown-list.w--open {
    padding-left: 15px;
    background-color: #444;
    box-shadow: 1px 1px 3px 0 transparent;
  }
  .logo {
    display: none;
  }
  .menu-button {
    position: fixed;
    right: 0px;
    height: 65px;
    padding-top: 20px;
    color: #fff;
  }
  .menu-button.w--open {
    width: 100%;
    background-color: #444;
    text-align: right;
  }
  .nav-menu {
    position: absolute;
    height: 100%;
    background-color: #fff;
  }
  .nav-link.w--current {
    border-bottom: 1px none #000;
    border-left: 4px solid #fff;
  }
  .nav-link.black {
    color: #fff;
  }
  .nav-container {
    width: 100%;
    height: 100%;
  }
  .hero-image {
    display: inline-block;
    width: 50%;
    margin-bottom: 10px;
  }
  .button-3 {
    width: auto;
  }
  .table {
    text-align: center;
  }
  .table.flexbox {
    -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;
  }
  .section-header-2 {
    font-size: 38px;
  }
  .section-header-2.primary {
    padding-right: 0px;
    padding-left: 0px;
  }
  .content-wrapper {
    padding-right: 30px;
    padding-left: 30px;
  }
  .content-wrapper.padding-bottom-none {
    padding-right: 30px;
    padding-left: 30px;
  }
  .content-wrapper.padding-right-none {
    padding-right: 30px;
  }
  .hero-fg {
    display: none;
    width: 80%;
  }
  .body-text-2 {
    width: 100%;
  }
  .body-text-2.fixed-width {
    width: 100%;
  }
  .feature-list-container {
    -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;
  }
  .feature-container {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-style: none;
  }
  .feature-image-container {
    width: 120px;
    height: 120px;
  }
  .feature-info-box-text {
    width: 65%;
  }
  .info-box {
    margin-right: 0px;
    margin-left: 0px;
  }
  .form-container-2 {
    width: 100%;
  }
  .content-section-3.colour {
    padding-bottom: 20px;
  }
  .content-section-3.colour.blue {
    padding-right: 20px;
    padding-left: 20px;
  }
  .content-section-3.colour.blue.form {
    padding-top: 20px;
  }
  .body-text-3 {
    width: 100%;
  }
  .section-header-3 {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 45px;
  }
  .section-header-3.extra-bold {
    margin-top: 27px;
    font-size: 42px;
    text-align: center;
  }
  .home-nav-link {
    width: 50%;
    text-align: center;
  }
  .nav-logo {
    width: 200px;
    margin-left: 20px;
  }
  .home-hero-section {
    height: auto;
    margin-bottom: 30px;
    padding: 20px;
  }
  .home-hero-section.extra-height {
    padding-right: 0px;
    padding-left: 0px;
  }
  .cta-button.blue {
    display: inline-block;
    width: 200px;
  }
  .cta-button.blue.full-width {
    width: 90%;
  }
  .hero-table {
    margin-top: 120px;
  }
  .hero-table.padding {
    margin-right: 20px;
    margin-left: 20px;
  }
  .content-wrap.padding {
    margin-right: 20px;
    margin-left: 20px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .hero-mask-image {
    display: none;
  }
  .hero-mask-image.mobile {
    display: inline-block;
  }
  .home-content-section.grey {
    padding-top: 0px;
  }
  .home-content-section.grey.top {
    margin-top: -220px;
  }
  .home-content-section.grey.bottom {
    padding-bottom: 0px;
  }
  .home-content-section.center.padding {
    padding-bottom: 0px;
  }
  .home-body-text.compact {
    width: 90%;
  }
  .home-table.border-bottom {
    padding-bottom: 20px;
  }
  .products-container {
    margin-top: 0px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .product-block {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }
  .floating-box {
    display: inline-block;
    margin-top: -30px;
  }
  .angle-container.extra-margin {
    margin-top: -200px;
  }
  .hero-main.margin-left.mobile {
    margin-left: 15px;
  }
  .nav-button {
    display: block;
    margin-top: 10px;
    margin-right: 20px;
  }
  .nav-button.w--open {
    border-radius: 50%;
    background-color: #ee2e49;
  }
}

@media (max-width: 479px) {
  .tag-line {
    font-size: 13px;
  }
  .button {
    margin-bottom: 20px;
  }
  .button-container {
    text-align: center;
  }
  .hero-header {
    font-size: 28px;
  }
  .scroll-down {
    display: none;
  }
  .hero-container {
    height: 140vw;
    padding-bottom: 0px;
  }
  .button-2.features {
    margin-right: 0px;
    margin-left: 0px;
  }
  .video-player {
    height: 140vw;
    padding-bottom: 0px;
  }
  .header-container {
    top: 50%;
    height: auto;
    margin-top: -120px;
  }
  .form-container {
    padding-right: 0px;
    padding-left: 0px;
  }
  .page-container {
    margin-top: 0px;
  }
  .card-container {
    width: 100%;
    height: auto;
  }
  .half-box-text.white {
    width: 100%;
  }
  .half-box-image {
    width: 90%;
  }
  .half-box-image.wide {
    width: 100%;
    height: auto;
  }
  .content-section {
    padding-right: 20px;
    padding-left: 20px;
  }
  .content-section.overflow-hidden.player {
    padding-bottom: 20px;
  }
  .section-header {
    margin-top: 10px;
    font-size: 30px;
  }
  .section-header.white {
    line-height: 34px;
  }
  .section-header.max-width.white.bold {
    margin-top: 20px;
  }
  .footer-text {
    width: 100%;
    text-align: center;
  }
  .footer-text.watermark {
    position: relative;
    font-size: 12px;
  }
  .card-image {
    margin-top: 0px;
  }
  .footer {
    height: auto;
  }
  .features-column {
    height: auto;
  }
  .feature-title.large {
    font-size: 30px;
    line-height: 32px;
  }
  .details-container {
    width: 100%;
  }
  .table-coulmn-image {
    padding-right: 0px;
    padding-left: 0px;
  }
  .player-image {
    width: 150%;
    margin-left: -75px;
  }
  .logo {
    display: block;
    width: 60px;
    margin-top: 20px;
  }
  .nav-menu {
    height: 100%;
  }
  .nav-link.hidden {
    display: block;
  }
  .hero-image {
    display: inline-block;
    width: 65%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .hero-image.home {
    margin-left: -5%;
  }
  .button-3 {
    width: 100%;
    margin-bottom: 20px;
  }
  .table {
    margin-top: -11px;
  }
  .section-header-2 {
    font-size: 30px;
    line-height: 30px;
  }
  .section-header-2.primary {
    line-height: 35px;
  }
  .section-subheader {
    font-size: 17px;
  }
  .section-subheader.mobile-hidden {
    display: none;
  }
  .button-container-2 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .content-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }
  .content-wrapper.flexbox.margin-top.left.grey.top {
    margin-top: 0px;
  }
  .content-wrapper.padding-bottom-none {
    padding-right: 20px;
    padding-left: 20px;
  }
  .content-wrapper.padding-right-none {
    padding-right: 20px;
  }
  .hero-fg {
    display: none;
    margin-top: 55px;
  }
  .body-text-2.full-width {
    width: 100%;
  }
  .hero-section.cloud {
    background-position: 0px 50%;
  }
  .feature-container {
    width: 100%;
    margin: 20px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .feature-container.last {
    margin-bottom: 0px;
    padding-left: 0px;
  }
  .feature-container.first {
    padding-left: 0px;
  }
  .feature-image-container {
    width: 140px;
    height: 140px;
    padding: 35px;
    border-radius: 100px;
    background-color: #fff;
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .17);
  }
  .content-section-2.no-padding.margin-top {
    margin-top: -240px;
  }
  .content-section-2.grey {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .curved-bottom {
    height: 65px;
  }
  .feature-info-box-text {
    width: 100%;
    font-size: 14px;
  }
  .feature-info-box-text.padding-top-none.margin-bottom {
    line-height: 22px;
  }
  .info-box {
    text-align: center;
  }
  .form-container-2 {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .body-text-3 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .section-header-3 {
    color: #3949ab;
    font-size: 38px;
    line-height: 40px;
    font-weight: 800;
  }
  .section-header-3.extra-bold {
    margin-top: 15px;
    color: #fff;
    font-size: 34px;
    line-height: 40px;
  }
  .section-header-3.extra-bold.form {
    font-size: 38px;
  }
  .nav-logo {
    width: 180px;
    margin-left: 10px;
  }
  .home-hero-section {
    margin-bottom: 0px;
  }
  .header-text {
    font-size: 42px;
    line-height: 44px;
  }
  .header-text.bold {
    font-size: 26px;
  }
  .header-subtext {
    font-size: 20px;
    line-height: 24px;
  }
  .header-subtext.light {
    font-size: 20px;
  }
  .cta-button.blue.full-width {
    width: 200px;
  }
  .hero-table {
    margin-top: -10px;
  }
  .hero-table.padding {
    margin-top: 60px;
  }
  .content-wrap {
    padding-right: 10px;
    padding-left: 10px;
  }
  .hero-mask-image.mobile {
    width: 100%;
    margin-top: 0px;
  }
  .home-content-section.grey.bottom {
    padding-top: 0px;
  }
  .home-content-section.grey.mobile {
    display: block;
  }
  .home-content-section.grey.desktop {
    display: none;
  }
  .hero-image-overlay.mobile {
    right: 35px;
    width: 40%;
  }
  .home-body-text {
    width: 100%;
  }
  .home-body-text.compact {
    width: 100%;
  }
  .home-table {
    display: inline-block;
  }
  .floating-box {
    margin-top: -40px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .angle-container {
    margin-top: -65px;
  }
  .angle-container.extra-margin {
    margin-top: -240px;
  }
  .nav-button {
    margin-right: 10px;
  }
  .background-text {
    text-align: center;
  }
  .background-text.subtitle {
    width: 100%;
  }
}

@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2'), url('../fonts/fa-regular-400.eot') format('embedded-opentype'), url('../fonts/fa-regular-400.woff') format('woff'), url('../fonts/fa-regular-400.ttf') format('truetype'), url('../fonts/fa-regular-400.svg') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2'), url('../fonts/fa-brands-400.eot') format('embedded-opentype'), url('../fonts/fa-brands-400.woff') format('woff'), url('../fonts/fa-brands-400.ttf') format('truetype'), url('../fonts/fa-brands-400.svg') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2'), url('../fonts/fa-solid-900.eot') format('embedded-opentype'), url('../fonts/fa-solid-900.woff') format('woff'), url('../fonts/fa-solid-900.ttf') format('truetype'), url('../fonts/fa-solid-900.svg') format('svg');
  font-weight: 400;
  font-style: normal;
}