body {
  font-family: 'Noto Sans', sans-serif;
  color: #454f5b;
  font-size: 16px;
  line-height: 30px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Avenirnext, sans-serif;
  color: #121826;
  font-size: 66px;
  line-height: 75px;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: Avenirnext, sans-serif;
  color: #121826;
  font-size: 48px;
  line-height: 60px;
  font-weight: 700;
}

h3 {
  margin-bottom: 5px;
  font-family: Avenirnext, sans-serif;
  color: #121826;
  font-size: 36px;
  line-height: 45px;
  font-weight: 700;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Noto Sans', sans-serif;
  color: #121826;
  font-size: 22px;
  line-height: 28px;
  font-weight: 700;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Avenirnext, sans-serif;
  color: #121826;
  font-size: 16px;
  line-height: 1.666em;
  font-weight: 700;
  text-indent: 2px;
  text-transform: uppercase;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Noto Sans', sans-serif;
  color: #121826;
  font-size: 0.875em;
  line-height: 1.714em;
  font-weight: 700;
  text-transform: uppercase;
}

p {
  margin-bottom: 30px;
  font-family: 'Noto Sans', sans-serif;
  color: #454f5b;
  font-size: 16px;
  line-height: 30px;
}

a {
  font-family: 'Noto Sans', sans-serif;
  color: #066add;
  text-decoration: none;
}

li {
  font-family: 'Noto Sans', sans-serif;
  color: #454f5b;
}

strong {
  color: #121826;
  font-weight: 700;
}

.body-big {
  margin-bottom: 30px;
  color: #454f5b;
  font-size: 24px;
  line-height: 36px;
}

.body-big.dark {
  color: hsla(0, 0%, 100%, .85);
}

.primary-cta {
  display: inline-block;
  padding: 18px 35px;
  border-radius: 2px;
  background-color: #066add;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .15);
  font-family: 'Noto Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
}

.primary-cta:hover {
  background-color: #0042b5;
  box-shadow: none;
}

.primary-cta.back-totop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9999;
  display: block;
  padding: 21px 18px 21px 20px;
  border-radius: 100%;
  background-color: #ff015b;
  font-family: Avenirnext, sans-serif;
  font-size: 13px;
  line-height: 4px;
  font-weight: 900;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.primary-cta.small {
  display: inline-block;
  padding: 10px 25px;
}

.text-link {
  display: inline-block;
  border-bottom: 2px solid #066add;
  font-family: 'Noto Sans', sans-serif;
  color: #454f5b;
  line-height: 22px;
  font-weight: 700;
  text-decoration: none;
}

.text-link:hover {
  color: #0042b5;
}

.body {
  font-size: 18px;
}

.main {
  position: relative;
}

.main.grey {
  background-color: #f4f6f8;
}

.page-centre {
  display: block;
  width: 100%;
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.page-centre._790 {
  max-width: 790px;
}

.page-centre._790.left {
  display: block;
  margin-right: 70px;
  margin-left: 0px;
}

.page-centre._960 {
  max-width: 1000px;
}

.page-centre._810 {
  max-width: 810px;
}

.flex-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex-row.space-between {
  -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-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
}

.flex-row.space-between.centre {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-row.space-between.centre.section.no-top {
  padding-top: 0px;
}

.flex-row.space-between.start {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex-row.space-between.align-centre.height {
  height: 100px;
}

.flex-row.space-between.align-start {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex-row.centre {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-row.justify-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex-row.align-centre {
  -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;
}

.flex-row.justify-start.align-centre {
  text-align: left;
}

.flex-row.no-link {
  color: #454f5b;
}

.flex-col50 {
  width: 48%;
}

.flex-col50.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.card-img {
  display: block;
  padding-bottom: 66.66666667%;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.card-cont {
  padding: 25px;
}

.author-img {
  width: 60px;
  height: 60px;
  border-radius: 100px;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.author-img.bg {
  display: block;
  width: 160px;
  height: 160px;
  margin-right: 30px;
  margin-bottom: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 200px;
}

.section-pad {
  padding-top: 70px;
  padding-bottom: 70px;
}

.card {
  margin-bottom: 8%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 2px solid #000;
  box-shadow: -7px 7px 0 0 #cde1f8;
}

.card.card-cont {
  display: block;
}

.card.margin-12 {
  margin-bottom: 12%;
}

.flex-col33 {
  width: 31%;
}

.flex-col33.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.label-header {
  display: inline-block;
  margin: 20px 0px 0px;
  padding: 10px;
  background-color: #ff015b;
  font-family: 'Noto Sans', sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.margin-right-cta {
  margin-right: 30px;
}

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

.section.bt {
  padding-bottom: 140px;
}

.section.lg {
  padding-top: 140px;
  padding-bottom: 140px;
}

.section.lg.blue {
  background-color: #066add;
}

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

.section.no-pad.section-border {
  padding-bottom: 0px;
  border-top-style: none;
  border-bottom-style: solid;
  border-bottom-width: 2px;
}

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

.section._790 {
  display: block;
  max-width: 790px;
  margin-right: auto;
  margin-left: auto;
}

.red-bar {
  width: 40px;
  height: 6px;
  margin-top: 30px;
  margin-bottom: 30px;
  background-color: #ff015b;
}

.red-bar.dark {
  background-color: #454f5b;
}

.title-header {
  margin-bottom: 30px;
}

.h3-release {
  margin-top: 10px;
}

.h3-release.template-h1 {
  max-width: 590px;
  margin-bottom: 20px;
}

.release-status {
  margin: 20px 7px 0px;
  padding: 0px 6px 0px 8px;
  border-radius: 4%;
  background-color: #37003c;
  font-family: 'Noto Sans', sans-serif;
  color: #fff;
  font-size: 10px;
  line-height: 22px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: help;
}

.release-status.info-cursor {
  cursor: default;
}

.header {
  position: relative;
}

.footer {
  background-color: #121826;
}

.dark {
  color: #fff;
}

.display-cta {
  padding: 18px 35px;
  border-radius: 2px;
  background-color: #d3ff00;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .15);
  color: #121826;
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
}

.display-cta:hover {
  background-color: #d3ff00;
  box-shadow: none;
}

.align-centre {
  text-align: center;
}

.tabs {
  margin-right: 5px;
  margin-bottom: -2px;
  margin-left: 5px;
  padding: 15px 25px;
  border: 2px solid #becbd2;
  border-radius: 2px;
  background-color: #f4f6f8;
  line-height: 16px;
  font-weight: 700;
}

.tabs.w--current {
  border-bottom-color: #fff;
  background-color: #fff;
}

.tabs-menu {
  border-bottom: 2px solid #becbd2;
}

.flex-col-80 {
  width: 78%;
}

.social-icon {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding-top: 6px;
  border-radius: 2px;
  background-color: #212b36;
  font-family: 'Fa brands 400', sans-serif;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.social-icon:hover {
  background-color: #066add;
}

.social-icon.fa {
  font-family: 'Fa solid 900', sans-serif;
  font-style: normal;
}

.social-icon.hide {
  display: none;
}

.h2.padding-top {
  margin-bottom: 0px;
  padding-top: 10px;
}

.flex-col20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 18%;
}

.flex-col20.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.h4.dark {
  margin-bottom: 15px;
  font-family: Avenirnext, sans-serif;
  color: #ff015b;
  font-size: 14px;
  line-height: 23px;
  text-transform: uppercase;
}

.logo {
  margin-bottom: 30px;
}

.footer-link {
  display: block;
  margin-bottom: 15px;
  font-family: 'Noto Sans', sans-serif;
  color: hsla(0, 0%, 100%, .75);
  line-height: 20px;
  text-decoration: none;
}

.footer-link:hover {
  color: #fff;
}

.footer-link.h4.dark {
  margin-top: 10px;
  font-weight: 700;
}

.footer-link.h4.dark.w--current {
  margin-top: 10px;
  margin-bottom: 10px;
}

.footer-link.h4.dark.w--current:hover {
  color: #ff015b;
}

.footer-link.not-live {
  color: hsla(0, 0%, 100%, .2);
  cursor: default;
}

.footer-flex {
  margin-bottom: 10px;
}

.aside {
  overflow: hidden;
  width: 320px;
  padding-top: 20px;
  padding-right: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.article {
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.aside-header {
  display: none;
  margin-bottom: 4%;
  padding: 20px;
}

.aside-nav-item {
  margin-bottom: 20px;
}

.aside-nav-item.border-bottom {
  border-bottom: 1px solid #c4cdd5;
}

.aside-nav-item.border-top {
  border-top: 1px solid #c4cdd5;
}

.aside-nav-item.aside-nav-item-border-bottom {
  border-bottom: 1px solid #c4cdd5;
}

.aside-nav-item.aisde-nav-item-border-top {
  border-top: 1px solid #c4cdd5;
}

.aside-nav-link {
  display: block;
  margin-bottom: 20px;
  font-family: Avenirnext, sans-serif;
  color: #121826;
  font-weight: 700;
}

.aside-nav-link:hover {
  color: #066add;
}

.aside-nav-link.w--current {
  color: #066add;
}

.aside-dropdown {
  display: none;
  overflow: hidden;
  margin-bottom: -20px;
  padding-left: 20px;
}

.aside-dropdown.open {
  display: block;
}

.aside-dropdown-list {
  margin: 0px;
  padding: 0px;
}

.aside-dropdown-link {
  display: block;
  margin-bottom: 20px;
  font-family: Avenirnext, sans-serif;
  color: #121826;
  font-weight: 500;
}

.aside-dropdown-link:hover {
  color: #ff015b;
}

.aside-dropdown-link:focus {
  color: #ff015b;
}

.aside-nav-list {
  margin: 0px;
  padding: 0px;
}

.aside-nav-subtitle {
  font-family: Avenirnext, sans-serif;
  color: #637381;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.post-cont {
  padding: 35px;
  background-color: #fff;
}

.mobile-trigger {
  display: none;
  font-family: 'Fa solid 900', sans-serif;
  color: #ff015b;
  font-size: 36px;
}

.feature-text-box {
  margin-top: 30px;
  border-bottom: 1px solid #c4cdd5;
}

.feature-text-box.img {
  margin-top: 10px;
  margin-bottom: 30px;
  border-bottom-style: none;
}

.feature-text-box.last {
  margin-top: 40px;
  margin-bottom: -25px;
  border-bottom-style: none;
}

.bullets {
  margin-bottom: 30px;
  font-family: 'Noto Sans', sans-serif;
  color: #121826;
  line-height: 30px;
}

.mobile-nav {
  display: none;
  position: absolute;
  left: 0px;
  top: 78px;
  right: 0px;
  z-index: 9999;
  display: none;
  border-bottom: 1px solid #c4cdd5;
  background-color: #fff;
}

.header-logo {
  width: 42px;
  height: 78px;
  float: left;
  background-image: url('../images/logo.svg');
  background-position: 50% 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.header-logo.flex-row.align-centre {
  width: 64px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-nav-not-needed {
  height: auto;
  margin-left: 100px;
}

.header-nav-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -3px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Noto Sans', sans-serif;
  color: #121826;
  font-size: 16px;
  line-height: 78px;
  text-decoration: none;
}

.header-nav-link:hover {
  color: #066add;
}

.header-dropdown {
  position: absolute;
  top: 78px;
  z-index: 9999;
  display: none;
  width: 300px;
  border: 1px solid #c4cdd5;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  background-color: #fff;
}

.header-dropdown:hover {
  display: block;
}

.header-nav-list {
  margin: 0px;
  padding: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.header-nav-item {
  position: relative;
  display: inline-block;
  margin-left: 30px;
  border-bottom: 3px solid transparent;
}

.header-nav-item:hover {
  border-bottom-color: #066add;
}

.header-dropdown-list {
  margin: 0px;
  padding: 0px;
}

.header-dropdown-item {
  position: relative;
}

.header-dropdown-item.not-live {
  opacity: 0.5;
  color: #454f5b;
  cursor: not-allowed;
}

.header-dropdown-item.not-live:hover {
  background-color: transparent;
}

.header-dropdown-link {
  display: block;
  padding: 12px 24px;
  color: #121826;
  font-size: 16px;
  line-height: 48px;
  text-decoration: none;
}

.header-dropdown-link:hover {
  color: #066add;
}

.header-dropdown-link.w--current {
  color: #066add;
}

.header-dropdown-link.not-live {
  display: block;
  color: #454f5b;
  cursor: not-allowed;
}

.header-dropdown-link.coming-soon:hover {
  color: #121826;
}

.feedback {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.img-padding {
  width: 690px;
  margin-bottom: 30px;
}

.feature-img3 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.feature-flex-col33 {
  width: 31%;
}

.feature-flex-col33.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.feature-flex-col33.flex.shadow {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
}

.icon-tick {
  font-family: 'Fa solid 900', sans-serif;
  color: #02c965;
}

.icon-tick:hover {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.search-bar {
  position: fixed;
  left: 0px;
  top: 50%;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: none;
  width: 80%;
  height: 50px;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

.search-button {
  background-color: transparent;
  font-family: 'Fa solid 900', sans-serif;
  color: #ff015b;
}

.search-overlay {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9991;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(55, 0, 60, .9);
}

.search-text {
  position: fixed;
  left: 0px;
  top: 45%;
  right: 0px;
  bottom: 0px;
  z-index: 9993;
  display: none;
  width: 80%;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  font-family: 'Noto Sans', sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: none;
}

.search-popup {
  padding-right: 20px;
  padding-left: 20px;
}

.search-close {
  position: fixed;
  top: 0px;
  right: 22px;
  z-index: 9992;
  display: none;
  background-color: transparent;
  font-family: 'Fa solid 900', sans-serif;
  color: #ff015b;
}

.search-bar-page {
  height: 52px;
  margin-right: auto;
  font-family: 'Noto Sans', sans-serif;
}

.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;
  -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;
}

.image-2 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.password-search {
  display: block;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 15px;
}

.utility-page-logo {
  padding-top: 30px;
  padding-bottom: 30px;
}

.utility-page-p {
  padding-bottom: 30px;
}

.table {
  display: block;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
}

.table.margin {
  margin-top: 40px;
  margin-bottom: 50px;
}

.table.margin.with-h5 {
  margin-top: 0px;
}

.accordion {
  width: 100%;
  margin-bottom: 10px;
  background-color: #dfe3e8;
}

.faq-answer {
  width: 100%;
  padding: 15px 50px 15px 20px;
}

.faqs-q {
  font-family: 'Noto Sans', sans-serif;
  font-weight: 700;
}

.faqs-icon {
  color: #ff015b;
}

.faqs-cont {
  position: relative;
  display: none;
  overflow: hidden;
  height: 0px;
  border: 1px solid #dfe3e8;
  background-color: #fff;
}

.no-margin {
  margin-bottom: 0px;
}

.faqs-p {
  display: block;
  margin-bottom: 0px;
  padding: 20px;
}

.heading-6 {
  font-family: Avenirnext, sans-serif;
}

.heading-7 {
  font-family: 'Noto Sans', sans-serif;
}

.search-cta {
  position: fixed;
  left: 70%;
  top: 50%;
  z-index: 9999;
  display: none;
  overflow: visible;
  padding: 18px 35px;
  border-radius: 2px;
  background-color: #066add;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .15);
  font-family: 'Noto Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
}

.search-cta:hover {
  background-color: #0042b5;
  box-shadow: none;
}

.table-title {
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #121826;
  font-weight: 700;
}

.table-title.with-h5 {
  padding-top: 5px;
  padding-bottom: 0px;
}

.table-row {
  border-bottom: 1px solid #dfe3e8;
}

.table-description {
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.table-bullets {
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: 'Noto Sans', sans-serif;
  color: #454f5b;
  line-height: 30px;
}

.link-text:hover {
  color: #0042b5;
}

.icon-cross {
  font-family: 'Fa solid 900', sans-serif;
  color: #637381;
}

.icon-cross:hover {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.email-body-link-icon {
  width: 12px;
  margin-left: 12px;
  font-family: 'Fa solid 900', sans-serif;
  color: #ff015b;
}

.hamburger {
  display: none;
  margin-left: 30px;
}

.icon-hamburger {
  display: inline-block;
  font-family: 'Fa solid 900', sans-serif;
  color: #ff015b;
  font-size: 43px;
}

.nav-cta {
  display: block;
  padding: 18px 35px;
  border-radius: 2px;
  background-color: #066add;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .15);
  font-family: 'Noto Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
}

.nav-cta:hover {
  background-color: #0042b5;
  box-shadow: none;
}

.header-bar {
  border-bottom: 1px solid #c4cdd5;
}

.mobile-nav-list {
  display: block;
  margin: 0px;
  padding: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.mob-nav-link {
  display: block;
  padding-right: 20px;
  padding-left: 20px;
  font-family: 'Noto Sans', sans-serif;
  color: #121826;
  font-size: 16px;
  line-height: 66px;
  text-decoration: none;
}

.sub-mob-nav-item {
  position: relative;
  margin-right: 30px;
  border-bottom: 8px solid #fff;
}

.sub-mob-nav-item:hover {
  border-bottom: 8px solid #066add;
}

.hr {
  width: 100%;
  height: 1px;
  background-color: #c4cdd5;
}

.marquee-one {
  position: relative;
  width: 2443px;
  height: 90px;
}

.marquee-banner-left {
  position: absolute;
  width: 200%;
  height: 90px;
}

.marquee-text {
  width: 50%;
  float: left;
  font-family: Avenirnext, sans-serif;
  color: #637381;
  font-size: 48px;
  line-height: 90px;
}

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

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

.marquee-two {
  position: relative;
  width: 2740px;
  height: 90px;
}

.marquee-banner-right {
  position: absolute;
  width: 200%;
  height: 90px;
}

.text-pink {
  color: #ff015b;
}

.scrolling-marquee {
  margin-top: 30px;
  margin-bottom: 40px;
}

.no-margins {
  margin: 0px;
}

.max-width-600 {
  max-width: 600px;
}

.margin-0-auto {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.btn {
  padding: 18px 35px;
  border-radius: 2px;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
}

.btn-primary {
  background-color: #066add;
  color: #fff;
}

.step {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
}

.step-left {
  padding-right: 50%;
}

.step-right {
  padding-left: 25%;
}

.step-content {
  display: block;
  max-width: 470px;
  margin-right: auto;
  margin-left: auto;
  padding: 40px;
  border: 2px solid #c4cdd5;
  border-radius: 2px;
}

.step-number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  height: 70px;
  -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: 2px solid #c4cdd5;
  border-radius: 140px;
  background-color: #fff;
  font-family: Avenirnext, sans-serif;
  color: #121826;
  font-size: 24px;
  font-weight: 700;
}

.step-number-left {
  position: absolute;
  left: 25%;
  top: 50%;
  margin-top: -35px;
  margin-left: -35px;
}

.step-number-right {
  position: absolute;
  top: 50%;
  right: 25%;
  margin-top: -35px;
  margin-right: -35px;
}

.author {
  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;
}

.author-info {
  margin-left: 15px;
}

.author-name {
  color: #121826;
  line-height: 24px;
  font-weight: 700;
}

.author-role {
  line-height: 24px;
}

.step-title {
  margin-bottom: 30px;
  font-family: Avenirnext, sans-serif;
  color: #121826;
  font-size: 24px;
  line-height: 36px;
}

.quote {
  position: relative;
  max-width: 305px;
  margin-top: 30px;
  margin-bottom: 15px;
  padding: 20px;
  border-radius: 2px;
  background-color: #f4f6f8;
  color: #121826;
  font-style: italic;
}

.step-line-top {
  position: absolute;
  left: 25%;
  top: 0px;
  width: 50%;
  height: 2px;
  background-color: #c4cdd5;
}

.step-line-left {
  position: absolute;
  left: 25%;
  top: 0px;
  width: 2px;
  height: 100%;
  background-color: #c4cdd5;
}

.step-line-left.half-height {
  top: auto;
  bottom: 0px;
  height: 50%;
}

.step-line-right {
  position: absolute;
  top: 0px;
  right: 25%;
  width: 2px;
  height: 100%;
  background-color: #c4cdd5;
}

.step-line-right.half-height {
  top: 0px;
  height: 50%;
}

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

.border-bottom {
  border-style: solid none none;
  border-width: 2px 1px 1px;
  border-color: #000;
}

.dot {
  color: #ff015b;
}

.header-search-input {
  height: 54px;
  margin: 0px;
  padding: 12px;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}

.header-search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 320px;
  margin-top: 12px;
  margin-bottom: 12px;
  float: right;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flex-col25 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 23%;
}

.flex-col25.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.text-span {
  font-family: 'Fa solid 900', sans-serif;
  font-size: 30px;
}

.feature-title {
  padding-bottom: 30px;
  border-bottom: 1px solid #c4cdd5;
}

.img-shadow {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
}

.empty-estate {
  background-color: #f4f6f8;
}

.icon-white {
  display: inline-block;
  margin-top: 20px;
  margin-right: 20px;
  margin-bottom: 10px;
  border-radius: 80px;
  background-color: transparent;
  font-family: 'Fa solid 900', sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 30px;
}

.column-padding {
  padding-right: 20px;
  padding-left: 20px;
}

.row-padding {
  margin-bottom: 50px;
}

.p {
  font-size: 16px;
}

.p.dark {
  display: block;
  color: hsla(0, 0%, 100%, .85);
}

.back-button {
  width: 100%;
  padding-bottom: 20px;
  color: #121826;
  font-size: 20px;
  line-height: 21px;
  font-weight: 700;
}

.back-button:hover {
  color: #066add;
}

.icon-back {
  font-family: 'Fa solid 900', sans-serif;
  color: #066add;
  font-size: 20px;
  line-height: 29px;
}

.info-banner {
  padding: 80px;
  border: 2px solid #637381;
  border-radius: 4px;
  background-color: rgba(99, 115, 129, .1);
}

.no-show-bullet {
  height: 0px;
  color: transparent;
}

.table-title-h5 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-right: 50%;
  padding-bottom: 0px;
  border-bottom: 1px solid #dfe3e8;
  background-color: #f4f6f8;
  color: #121826;
  font-weight: 700;
  text-indent: 9px;
  text-transform: none;
}

.table-border {
  margin-bottom: 40px;
  border: 1px solid #c4cdd5;
}

.table-border.last {
  border-bottom-style: none;
}

.menu-bar1 {
  width: 40px;
  height: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
  background-color: #ff015b;
}

.header-hamburger {
  position: relative;
  width: 54px;
  height: 54px;
  margin-top: 12px;
  margin-bottom: 12px;
  float: right;
}

.menu-bar2 {
  width: 40px;
  height: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
  background-color: #ff015b;
}

.hamburger-bar-top {
  position: absolute;
  left: 6px;
  top: 15px;
  width: 42px;
  height: 4px;
  background-color: #ff015b;
}

.template-h1 {
  margin-top: 10px;
  font-size: 48px;
  line-height: 60px;
}

.table-p {
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.header-nav {
  float: left;
}

.header-search-btn {
  height: 54px;
  margin-left: -1px;
  padding: 12px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  background-color: #066add;
  font-family: 'Noto Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.header-search-btn:hover {
  background-color: #0042b5;
  box-shadow: none;
}

.hamburger-bar-middle {
  position: absolute;
  left: 6px;
  top: 25px;
  width: 42px;
  height: 4px;
  background-color: #ff015b;
}

.hamburger-bar-bottom {
  position: absolute;
  left: 6px;
  top: 35px;
  width: 42px;
  height: 4px;
  background-color: #ff015b;
}

.disabled {
  opacity: 0.5;
}

.mobile-search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0px;
  padding: 20px;
  float: right;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.back-to-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9999;
  display: none;
  width: 54px;
  height: 54px;
  -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: 54px;
  background-color: #ff015b;
  color: #fff;
  cursor: pointer;
}

.coming-soon-tag {
  position: absolute;
  top: 20px;
  right: 20px;
  display: inline-block;
  padding-right: 6px;
  padding-left: 6px;
  border-radius: 2px;
  background-color: #ff015b;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}

.coming-soon-tag.mobile {
  top: 245px;
}

.aside-menu {
  margin-right: -20px;
  margin-bottom: 30px;
  margin-left: -20px;
  padding: 20px;
  -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-bottom: 1px solid #c4cdd5;
}

.aside-toggle-icon {
  position: absolute;
  top: 50%;
  right: 0px;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  color: #ff015b;
}

.aside-menu-toggle-header {
  display: inline-block;
  margin: 0px;
  padding: 10px;
  background-color: #ff015b;
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.aside-toggle {
  position: relative;
  margin-top: 10px;
  padding-right: 30px;
  -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;
  font-family: Avenirnext, sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
}

.breadcrumb-icon {
  width: 12px;
  height: 12px;
  margin: 6px;
  float: left;
  color: #c4cdd5;
}

.breadcrumb {
  float: left;
}

.breadcrumb-active {
  float: left;
  color: #066add;
}

.divider {
  height: 1px;
  background-color: #c4cdd5;
}

.display-none {
  display: none;
}

.search-result-item {
  margin-bottom: 20px;
}

.search-result-link {
  display: block;
  padding: 30px;
  border: 1px solid #c4cdd5;
  border-radius: 2px;
  color: #454f5b;
}

.search-result-link:hover {
  border-color: #066add;
}

.search-result-url {
  color: #066add;
}

.search-result {
  display: block;
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
}

.search-result-title {
  margin: 0px;
}

.welcome-script {
  display: none;
}

.hero-spacer {
  margin-top: 70px;
  margin-bottom: 70px;
}

.body-text.border-left {
  max-width: 920px;
  margin-bottom: 4%;
  padding-left: 10%;
  border-left: 12px solid #ff015b;
}

.body-text.border-left.blue {
  border-left-color: #066add;
}

.body-text.border-left.purple {
  border-left-color: #37003c;
}

.padding-bottom {
  margin-bottom: 65px;
}

.clap-function {
  position: fixed;
  top: 220px;
  width: 70px;
  margin-right: auto;
  margin-left: auto;
}

.div-block {
  min-width: 790px;
}

.clap-width {
  max-width: 890px;
  margin-right: auto;
  margin-left: auto;
}

.clap {
  padding-top: 30px;
  padding-bottom: 15px;
}

.clap-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 70px;
  padding: 35px;
  background-color: #fff;
}

.release-aside {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 128px;
  padding: 35px 30px;
  background-color: transparent;
}

.release-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.release-cont {
  width: 760px;
  margin-right: 70px;
  padding: 35px;
  background-color: #fff;
}

.release-cont.margin {
  margin-top: 70px;
}

.clap-title {
  color: #066add;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
}

.text-block {
  display: none;
}

.div-block-3 {
  width: 760px;
  margin-right: 70px;
}

.release-flex-back {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.release-cont-back {
  width: 760px;
  margin-right: 70px;
  padding: 0px;
  background-color: transparent;
}

.text-block-2 {
  width: 760px;
  margin-top: 70px;
  padding: 35px;
  background-color: #fff;
}

.tooltip-text {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 300px;
  margin-top: 20px;
  margin-right: 20px;
  margin-left: -205px;
  padding: 10px 15px;
  border-radius: 5px;
  background-color: #454f5b;
  color: hsla(0, 0%, 100%, .77);
  font-size: 14px;
  line-height: 20px;
}

.tooltip-arrow {
  position: absolute;
  width: 20px;
  height: 20px;
  margin-top: 11px;
  margin-left: 37px;
  background-color: #454f5b;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.tooltip {
  min-width: 100px;
}

.label-header-2 {
  display: inline-block;
  margin: 20px 0px 0px;
  padding: 10px;
  background-color: #ff015b;
  font-family: 'Noto Sans', sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.tooltip-text-2 {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 350px;
  margin-top: -112px;
  margin-right: 20px;
  margin-left: -249px;
  padding: 10px 15px;
  border-radius: 5px;
  background-color: #454f5b;
  color: hsla(0, 0%, 100%, .77);
  font-size: 14px;
  line-height: 20px;
}

.tooltip-arrow-2 {
  position: absolute;
  width: 20px;
  height: 20px;
  margin-top: -62px;
  margin-left: 37px;
  background-color: #454f5b;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.tooltip-popup {
  display: none;
}

.tooltip-popup-single {
  display: none;
}

.update-banner {
  display: none;
  margin-bottom: 30px;
  border-style: none solid solid;
  border-width: 1px;
  border-color: #c4cdd5;
  background-color: #f4f6f8;
}

.update-colour {
  display: none;
  height: 5px;
}

.update-text {
  padding-top: 20px;
  padding-right: 30px;
  padding-left: 30px;
}

.download-box {
  margin-top: 1px;
  padding-top: 10px;
  border-top: 1px solid #c4cdd5;
}

html.w-mod-js *[data-ix="accordion-open-and-close"] {
  display: none;
  height: 0px;
}

@media (max-width: 991px) {
  h1 {
    font-size: 48px;
    line-height: 60px;
  }
  h2 {
    font-size: 36px;
    line-height: 45px;
  }
  h3 {
    font-size: 24px;
    line-height: 30px;
  }
  .body-big {
    font-size: 18px;
    line-height: 32px;
  }
  .primary-cta.back-totop {
    z-index: 999;
  }
  .main.grey {
    padding-right: 20px;
    padding-left: 20px;
  }
  .flex-row.space-between.centre.section {
    padding-top: 35px;
  }
  .flex-row.space-between.centre.section.no-top {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .flex-row.space-between.align-centre.height {
    height: 100px;
  }
  .flex-row.space-between.align-start {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .flex-row.justify-start.align-centre.centralised {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .label-header {
    display: none;
  }
  .section.bt {
    padding-bottom: 70px;
  }
  .h3-release {
    font-size: 20px;
  }
  .release-status {
    margin-left: 15px;
    padding-left: 8px;
  }
  .date {
    font-size: 16px;
  }
  .tabs {
    margin-right: 5px;
    margin-left: 5px;
    padding: 10px;
    font-size: 14px;
    line-height: 14px;
  }
  .flex.flex-row {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .flex-col-80 {
    width: 67%;
  }
  .aside {
    display: none;
    width: 100%;
    margin-bottom: 20px;
    padding-top: 0px;
    padding-right: 0px;
    border-bottom: 1px solid #c4cdd5;
  }
  .aside-header {
    display: block;
  }
  .aside-nav-subtitle.solutions {
    padding-top: 15px;
    padding-bottom: 15px;
    border-left: 8px solid transparent;
    background-color: #f4f6f8;
  }
  .mobile-trigger {
    display: block;
  }
  .mobile-trigger:hover {
    color: #066add;
  }
  .header-nav-link {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .header-dropdown {
    position: static;
    left: 0px;
    top: 100px;
    overflow: hidden;
    width: 100%;
    border-style: none;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .header-nav-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .header-nav-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .feature-flex-col33.flex {
    padding-top: 20px;
  }
  .search-text {
    position: relative;
    left: 0px;
    right: 0px;
    bottom: 0px;
  }
  .hamburger {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .nav {
    display: none;
  }
  .mobile-nav-list {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .mob-nav-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .mob-nav-link {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .mob-nav-link.sub {
    border-left-color: transparent;
  }
  .mob-nav-link.not-live {
    color: rgba(18, 24, 38, .5);
    cursor: not-allowed;
  }
  .mob-nav-link.not-live:hover {
    border-left-color: transparent;
  }
  .sub-mob-nav-item {
    margin-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-left: 8px solid transparent;
    border-bottom-style: none;
    border-bottom-color: transparent;
    line-height: 30px;
  }
  .sub-mob-nav-item:hover {
    margin-right: 0px;
    border-left: 8px solid transparent;
    border-bottom-style: none;
    border-bottom-color: transparent;
    background-color: rgba(6, 106, 221, .03);
  }
  .header-search.mobile {
    padding: 20px;
  }
  .menu-bar1 {
    margin-top: 0px;
    margin-bottom: 5px;
  }
  .menu-bar2 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .template-h1 {
    font-size: 36px;
    line-height: 45px;
  }
  .centralised {
    text-align: center;
  }
  .clap-function {
    display: none;
  }
  .clap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100px;
    padding-top: 35px;
    padding-right: 15px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .release-aside {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 50px;
    background-color: #fff;
  }
  .release-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .release-cont {
    width: 100%;
    margin-right: 0px;
  }
  .release-cont.margin {
    display: none;
  }
  .clap-title {
    display: none;
    -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;
  }
  .text-block {
    display: block;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
  .div-block-2 {
    display: block;
    -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;
  }
  .bold-text-2 {
    display: block;
    -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-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .release-flex-back {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .release-cont-back {
    width: 100%;
    margin-right: 0px;
  }
  .text-block-2 {
    display: none;
  }
  .tooltip-text {
    max-width: 294px;
    margin-left: -197px;
  }
  .label-header-2 {
    display: none;
  }
  .tooltip-text-2 {
    max-width: 350px;
    margin-top: -102px;
    margin-left: -246px;
  }
  .tooltip-arrow-2 {
    margin-top: -53px;
  }
}

@media (max-width: 767px) {
  h2 {
    font-size: 36px;
    line-height: 45px;
  }
  .body-big {
    font-size: 18px;
    line-height: 32px;
  }
  .primary-cta.back-totop {
    z-index: 999;
  }
  .text-link {
    font-size: 14px;
    line-height: 14px;
  }
  .flex-row.space-between.justify-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .flex-row.space-between.align-start {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .flex-row.space-between.align-start.block {
    display: block;
  }
  .flex-row.justify-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .flex-col50 {
    width: 100%;
  }
  .flex-col50.flex {
    width: 100%;
  }
  .flex-col33.flex {
    width: 100%;
  }
  .label-header {
    font-size: 13px;
    line-height: 16px;
  }
  .section.section-pad {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .section.lg {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .section.no-pad.section-border {
    padding-top: 0px;
  }
  .section.section-border {
    padding-bottom: 70px;
    border-style: none none solid;
    border-width: 1px;
    border-color: #c4cdd5;
  }
  .red-bar.dark {
    display: inline-block;
  }
  .page-img {
    margin-bottom: 30px;
  }
  .tabs {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding: 15px 25px;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
  }
  .flex-col-80 {
    width: 100%;
    text-align: center;
  }
  .flex-col20.flex {
    width: 100%;
  }
  .flex-col20.flex.justify-centre {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .logo {
    display: block;
  }
  .footer-flex {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
  }
  .feature-flex-col33.flex {
    width: 48%;
  }
  .search-bar-page {
    width: 100%;
  }
  .accordion {
    width: 100%;
  }
  .table-title {
    padding-bottom: 0px;
  }
  .table-description {
    padding-top: 0px;
  }
  .table-description.no-pad {
    padding-bottom: 0px;
  }
  .table-bullets {
    padding-top: 0px;
  }
  .flex-col25.flex {
    width: 100%;
  }
  .img-shadow {
    margin-bottom: 30px;
  }
  .table-title-h5 {
    padding-bottom: 0px;
  }
  .body-text.border-left {
    padding-left: 4%;
    border-top: 12px none #ff015b;
    border-left-style: solid;
  }
  .body-text.border-left.blue {
    border-top-color: #066add;
  }
  .body-text.border-left.purple {
    border-top-color: #37003c;
  }
  .tooltip-text {
    max-width: 400px;
    margin-right: 45px;
  }
  .label-header-2 {
    font-size: 13px;
    line-height: 16px;
  }
  .tooltip-text-2 {
    max-width: 400px;
    margin-right: 55px;
    margin-left: -270px;
  }
}

@media (max-width: 479px) {
  h1 {
    font-size: 48px;
    line-height: 60px;
  }
  .flex-row.space-between.align-start {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .author-img {
    margin-top: 15px;
  }
  .section {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .section.bt {
    padding-bottom: 35px;
  }
  .section.section-border {
    padding-bottom: 70px;
  }
  .release-status {
    margin-left: 5px;
  }
  .post-cont {
    padding: 0px;
    background-color: transparent;
  }
  .header-nav-list {
    width: 100%;
  }
  .feature-flex-col33.flex {
    width: 100%;
  }
  .table-title {
    color: #121826;
  }
  .table-description {
    padding-top: 0px;
  }
  .nav-cta.small {
    padding: 10px 20px;
    font-size: 14px;
  }
  .mobile-nav-list {
    width: 100%;
  }
  .image-3 {
    width: 46px;
  }
  .info-banner {
    padding: 20px;
  }
  .table-title-h5 {
    color: #121826;
  }
  .body-text.border-left {
    padding-left: 0%;
    border-top-style: solid;
    border-left-style: none;
  }
  .clap {
    padding-top: 30px;
    padding-right: 15px;
  }
  .clap-section {
    padding: 15px;
  }
  .release-aside {
    padding: 0px;
    background-color: transparent;
  }
  .release-cont {
    padding: 0px;
    background-color: transparent;
  }
  .release-cont-back {
    padding: 0px;
    background-color: transparent;
  }
  .tooltip-text {
    max-width: 250px;
    margin-right: 30px;
    margin-left: -117px;
  }
  .tooltip.info-cursor {
    display: none;
  }
  .tooltip-text-2 {
    max-width: 250px;
    margin-top: -102px;
    margin-right: 30px;
    margin-left: -150px;
  }
}

@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Avenirnext';
  src: url('../fonts/AvenirNext-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Avenirnext';
  src: url('../fonts/AvenirNext-HeavyItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: 'Avenirnext';
  src: url('../fonts/AvenirNext-DemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Avenirnext';
  src: url('../fonts/AvenirNext-Heavy.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Avenirnext';
  src: url('../fonts/AvenirNext-DemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: 'Avenirnext';
  src: url('../fonts/AvenirNext-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'Avenirnext';
  src: url('../fonts/AvenirNext-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Avenirnext';
  src: url('../fonts/AvenirNext-UltraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'Avenirnext';
  src: url('../fonts/AvenirNext-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Avenirnext';
  src: url('../fonts/AvenirNext-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Avenirnext';
  src: url('../fonts/AvenirNext-UltraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: 'Avenirnext';
  src: url('../fonts/AvenirNext-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}