@font-face {
  font-family: "Alliance No 1";
  src: url('../fonts/AllianceNo1-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Alliance No 2";
  src: url('../fonts/Alliance-No2-ExtraBold.ttf') format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Alliance No 2";
  src: url('../fonts/Alliance-No2-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Alliance No 2";
  src: url('../fonts/Alliance-No2-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Alliance No 2";
  src: url('../fonts/Alliance-No2-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Alliance No 2";
  src: url('../fonts/Alliance-No2-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Alliance No 2";
  src: url('../fonts/Alliance-No2-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Alliance No 2";
  src: url('../fonts/Alliance-No2-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ibmplexmono;
  src: url('../fonts/IBMPlexMono-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ibmplexmono;
  src: url('../fonts/IBMPlexMono-ExtraLight.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ibmplexmono;
  src: url('../fonts/IBMPlexMono-Thin.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ibmplexmono;
  src: url('../fonts/IBMPlexMono-Regular.ttf') format("truetype"), url('../fonts/IBMPlexMono-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gilroy;
  src: url('../fonts/Gilroy-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gilroy;
  src: url('../fonts/Gilroy-ExtraBold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gilroy;
  src: url('../fonts/Gilroy-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Alliance No 1";
  src: url('../fonts/Alliance-ExtraBold.otf') format("opentype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Alliance No 1";
  src: url('../fonts/Alliance-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Alliance No 1";
  src: url('../fonts/Alliance-Black.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Alliance No 1";
  src: url('../fonts/Alliance-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Alliance No 1";
  src: url('../fonts/Alliance-SemiBold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Alliance No 1";
  src: url('../fonts/Alliance-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Alliance Platt;
  src: url('../fonts/Alliance-Platt-Black.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Alliance Platt;
  src: url('../fonts/Alliance-Platt-ExtraBold.otf') format("opentype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Alliance Platt;
  src: url('../fonts/Alliance-Platt-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Alliance Platt;
  src: url('../fonts/Alliance-Platt-SemiBold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Alliance Platt;
  src: url('../fonts/Alliance-Platt-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Alliance Platt;
  src: url('../fonts/Alliance-Platt-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Alliance Platt;
  src: url('../fonts/Alliance-Platt-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --mid-grey: #1a222d;
  --grey: #454b55;
  --text-grey: #8a919b;
  --white: white;
  --error: #f33131;
  --black: black;
  --success: #24ddb0;
  --dark-grey: #0d141c;
  --glass-bg: #ffffff1a;
  --blue-purple\<deleted\|variable-3dcd009f-4966-bccb-2e64-6e99deea7ef0\>: blue;
  --active-link\<deleted\|variable-5def00ff\>: white;
  --border-opacity\<deleted\|variable-4f1244be\>: #ffffff1a;
  --highlight: #def440;
}

.w-users-userloginformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformbutton {
  text-align: center;
  width: 100%;
}

.w-users-userformerrorstate {
  margin-left: 20px;
  margin-right: 20px;
  position: absolute;
  top: 100%;
  left: 0%;
  right: 0%;
}

.w-users-usersignupformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformsuccessstate, .w-users-usersignupverificationmessage {
  display: none;
}

.w-users-userresetpasswordformwrapper, .w-users-userupdatepasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-useraccountwrapper {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-users-useraccountsubscriptionlist {
  -webkit-overflow-scrolling: touch;
  flex: 1;
  overflow: auto;
}

.w-users-useraccountsubscriptionlistitem {
  align-items: flex-start;
  display: flex;
}

.w-users-useraccountformcancelbutton {
  text-align: center;
  color: #333;
  background-color: #d3d3d3;
}

.w-users-useraccountformsavebutton {
  text-align: center;
  margin-right: 8px;
}

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

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

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

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

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

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

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

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

a {
  text-decoration: underline;
}

.body {
  color: #fff;
  background-color: #000;
  height: 100%;
  font-family: "Alliance No 1", Arial, sans-serif;
  font-weight: 400;
}

.section {
  width: 100%;
  overflow: hidden;
}

.section.relative {
  position: relative;
}

.container {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 10vh 5vw;
  display: flex;
  position: relative;
}

.row {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.row.top {
  align-items: flex-start;
}

.col {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 10px;
  display: flex;
}

.col.left-align {
  justify-content: center;
  align-items: flex-start;
  padding-left: 0;
}

.p {
  color: #fff;
  letter-spacing: 1px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  text-decoration: none;
}

.wrapper {
  background-image: linear-gradient(230deg, #0000 90%, var(--mid-grey));
  opacity: 0;
  width: 100%;
  padding: 0;
}

.header-relative {
  z-index: 50;
  border-bottom: .5px solid var(--mid-grey);
  width: 100%;
  position: relative;
  inset: 0% 0% auto;
}

.intro-section {
  z-index: 99;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: fixed;
  inset: 0%;
}

.intro-svg {
  width: 85px;
}

.header {
  z-index: 25;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px 5vw;
  display: flex;
  position: relative;
}

._15 {
  margin-bottom: 15px;
}

._50 {
  margin-bottom: 50px;
}

.block-line {
  background-color: var(--grey);
  width: 100%;
  height: .5px;
  margin-top: 25px;
  margin-bottom: 15px;
}

.block-line._0 {
  margin-top: 0;
}

.flex-left-top {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.h18 {
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
}

.p-sm {
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
}

._500max {
  width: 100%;
  max-width: 500px;
}

.txt-color {
  color: var(--text-grey);
}

.span-block {
  display: block;
}

.logo-svg {
  width: 100%;
  height: 100%;
  display: inline-block;
}

.logoword {
  width: 85px;
  margin-top: -3px;
  margin-left: 10px;
}

._25 {
  margin-bottom: 25px;
}

._1000max {
  z-index: 0;
  max-width: 1000px;
  position: relative;
}

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

._75 {
  margin-bottom: 75px;
}

.p-med {
  letter-spacing: 1px;
  margin-bottom: 0;
  font-size: 30px;
  line-height: 40px;
}

._800max {
  max-width: 800px;
}

.bttn-access {
  color: var(--white);
  cursor: pointer;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 15px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.section100 {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

._100 {
  margin-bottom: 100px;
}

.form-block {
  width: 100%;
}

.checkbox {
  border: 1px solid var(--white);
  border-radius: 0;
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
  margin-top: 0;
  margin-right: 20px;
}

.checkbox.w--redirected-checked {
  background-color: var(--white);
}

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

.span-link {
  color: var(--white);
  cursor: pointer;
}

.horiz-start {
  align-items: center;
  display: flex;
}

.chart-row {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.linediv-bottom {
  width: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.linediv-top {
  width: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.w100 {
  width: 100%;
}

.arrow-svg {
  width: 12px;
}

._400max {
  max-width: 400px;
}

.top {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.block33 {
  width: 30%;
}

.disclaimer-container {
  justify-content: center;
  align-items: center;
  padding: 2vh 5vw;
  display: flex;
}

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

.form {
  width: 100%;
  height: 100%;
  position: relative;
}

.dark-bttn {
  background-color: var(--mid-grey);
  color: var(--text-grey);
  text-align: center;
  letter-spacing: 1px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 12px;
}

.form-div {
  text-align: center;
  position: relative;
}

.span-disclaim {
  color: var(--text-grey);
  transition: all .5s;
}

.span-disclaim:hover {
  color: var(--white);
}

.form-col {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 49%;
}

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

.form-logo {
  color: var(--white);
  width: 65px;
}

._35 {
  margin-bottom: 35px;
}

.nav-svg {
  width: 4px;
  height: 18px;
  margin-left: 5px;
  display: inline-block;
}

.none {
  display: none;
}

.error-state {
  background-color: var(--error);
  width: 100%;
  min-height: 55px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 15px;
  padding-bottom: 15px;
}

.success-state {
  background-color: var(--black);
  text-align: center;
  width: 100%;
  padding: 0;
}

.success-state.green {
  border-color: var(--success);
  background-color: var(--success);
}

.success-container {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.redirect-block {
  display: none;
}

.header-logo {
  color: var(--white);
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.header-logo.w--current {
  color: #fff;
}

.logo {
  width: 23px;
  margin-top: 2px;
}

.svg20 {
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
}

.chart-div {
  color: var(--white);
  width: 100%;
  padding: 10px;
  text-decoration: none;
}

.chart-div.bg {
  border: 1px solid var(--dark-grey);
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #0000, var(--dark-grey));
}

.chart-col {
  width: 33%;
}

.p-input {
  border-style: solid;
  border-width: 1px 1px .5px;
  border-color: transparent transparent var(--white);
  color: var(--white);
  background-color: #0000;
  flex: 1;
  height: 28px;
  margin-bottom: 1px;
  padding: 0 10px 0 0;
  font-size: 14px;
  line-height: 1;
  display: inline-block;
}

.p-input:focus {
  border-color: #0000 #0000 #fff;
}

.p-input::placeholder {
  color: var(--text-grey);
  font-size: 16px;
}

.p-input._10p {
  padding-left: 10px;
}

.flex-wrap-left-bottom {
  flex-wrap: wrap;
  align-items: flex-end;
  display: flex;
}

.disclaimer-section-fixed {
  z-index: 1;
  background-color: var(--black);
  position: fixed;
  inset: auto 0% 0%;
}

.dis-txt {
  color: var(--text-grey);
  letter-spacing: 1px;
  font-size: 10px;
  line-height: 15px;
}

.styles-section {
  padding: 20vh 5vw;
}

.sdiv {
  position: relative;
}

.chat {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.cta-div {
  border: 1px solid var(--grey);
  color: var(--white);
  padding: 5px 10px;
  font-size: 12px;
  text-decoration: none;
}

.form-small {
  width: 100%;
  max-width: 270px;
  margin-bottom: 50px;
  padding-left: 0;
  padding-right: 0;
}

.form-large {
  width: 100%;
  max-width: 425px;
  padding-left: 0;
  padding-right: 0;
}

.hcol-left {
  flex-direction: column;
  align-items: flex-start;
  width: 25%;
  display: flex;
}

.usergradient {
  z-index: 1;
  background-image: linear-gradient(0deg, #000, #0000 75%);
  width: 100%;
  min-width: 100%;
  height: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.verification-div {
  border: 1px solid var(--white);
  background-color: var(--black);
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.offer-svg {
  width: 18px;
  height: 18px;
  margin-right: 10px;
  display: inline-block;
}

._15r {
  margin-right: 15px;
}

._10r {
  margin-right: 10px;
}

.apply-button {
  border: 1px solid var(--mid-grey);
  color: #fff;
  text-align: center;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-right: 5px;
  padding: 20px 30px;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
  text-decoration: none;
  transition: all .5s;
  display: flex;
}

.apply-button:hover {
  border-color: var(--white);
}

.smalloffer {
  border: 1px solid var(--mid-grey);
  background-image: radial-gradient(circle farthest-corner at 50% 50%, transparent 75%, var(--dark-grey));
  border-radius: 25px;
  width: 30%;
  padding: 50px 25px;
  transition: all .5s;
  position: relative;
  overflow: hidden;
}

.smalloffer:hover {
  border-color: var(--white);
}

.space-between-end {
  background-color: #0000;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.cta {
  border: 1px solid var(--mid-grey);
  background-image: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10vh 5vw;
  transition: all .5s;
  display: flex;
  position: relative;
}

.account {
  flex-flow: column;
  width: 100%;
  height: 100%;
  display: flex;
}

.account-container {
  width: 100%;
  padding: 10vh 5vw 5vh;
}

.account-title {
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 500;
  line-height: 45px;
  display: inline-block;
}

.acc-horiz {
  flex-wrap: wrap;
  align-items: center;
  font-size: 18px;
  text-decoration: none;
  display: flex;
}

.acc-div {
  border-bottom: 1px solid var(--mid-grey);
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 20px;
  display: flex;
}

.acc-div.last {
  border-bottom-style: none;
  padding-bottom: 0;
}

.acc-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 25px;
  font-weight: 500;
  line-height: 35px;
}

.user-account-wrapper {
  background-color: #0000;
  min-height: 0;
  padding: 0;
}

.acc-subheading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
}

.div50 {
  width: 60%;
}

.acc-input {
  border: 1px solid var(--mid-grey);
  color: var(--white);
  background-color: #0000;
  min-height: 55px;
  margin-bottom: 15px;
  font-size: 16px;
  transition: border-color .5s;
}

.acc-input:focus-visible, .acc-input[data-wf-focus-visible] {
  border-color: var(--white);
}

.acc-header {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 75px;
  display: flex;
  position: relative;
}

.div40 {
  width: 40%;
}

.subrow {
  border-radius: 14px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.offer-list-wrapper {
  width: 100%;
  position: relative;
}

.offerblock {
  border: 1px solid var(--mid-grey);
  border-radius: 10px;
  width: 50%;
  margin-left: 5px;
  margin-right: 5px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 30px;
  transition: all .5s;
}

.offerblock:hover {
  border-color: var(--white);
}

.description-title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
}

.home-img {
  z-index: 1;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 150px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

._5l {
  margin-left: 5px;
}

.p-character {
  letter-spacing: 1px;
  font-family: Varela, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}

.vetrenpro {
  overflow: visible;
}

.sub-content {
  flex-direction: column;
  display: flex;
}

.div-block-2 {
  color: var(--text-grey);
  padding-left: 26px;
  font-size: 12px;
  line-height: 14px;
}

.acc-link {
  color: var(--text-grey);
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  text-decoration: none;
  transition: all .5s;
  display: flex;
}

.acc-link:hover {
  color: var(--white);
}

.menu-close {
  border: 1px solid var(--white);
  color: var(--white);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  height: 35px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: relative;
}

.empty {
  border: 1px solid var(--text-grey);
  color: var(--text-grey);
}

.no-offers {
  cursor: not-allowed;
  background-color: #0000;
  padding: 0;
}

.no-home-img {
  z-index: 1;
  border: 1px solid var(--grey);
  background-color: var(--dark-grey);
  filter: saturate(36%);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 150px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.subheading-spacing {
  color: var(--text-grey);
  letter-spacing: 5px;
}

.font-gradient {
  background-image: linear-gradient(135deg, var(--white) 60%, transparent);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  display: inline;
}

.home-section {
  width: 100%;
  overflow: hidden;
}

.footer-section {
  border-top: 1px solid var(--mid-grey);
  width: 100%;
  overflow: hidden;
}

.horiz-fixed {
  align-items: flex-end;
  display: flex;
}

.footer-content {
  justify-content: space-between;
  padding: 6vh 5vw 5vh;
  display: flex;
}

.footer-row {
  justify-content: space-around;
  align-items: stretch;
  width: 80%;
  display: flex;
}

.footer-info {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 20%;
  display: flex;
}

.h-18 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Alliance No 2", Arial, sans-serif;
  font-size: 10px;
  font-weight: 300;
  line-height: 12px;
}

.sb-link {
  color: var(--text-grey);
  letter-spacing: 1px;
  align-items: center;
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
  text-decoration: none;
  transition: all .5s;
  display: flex;
}

.sb-link:hover, .sb-link.w--current {
  color: var(--white);
}

.h125 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Alliance No 2", Arial, sans-serif;
  font-size: 125px;
  font-weight: 500;
  line-height: 1;
}

.acc-plan {
  border: 1px solid var(--grey);
  background-color: var(--black);
  border-radius: 50px;
  margin-top: 5px;
  padding: 2px 12px;
  font-size: 14px;
}

.articleh3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

.span-highlight {
  color: var(--white);
}

.h22 {
  color: var(--text-grey);
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 300;
  line-height: 30px;
}

.author {
  border: 1px solid var(--mid-grey);
  background-image: url('../images/ME.png'), radial-gradient(circle farthest-corner at 0% 100%, var(--mid-grey), transparent 76%);
  filter: saturate(0%);
  color: var(--white);
  background-position: 50% 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 125%, auto;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-right: 15px;
  padding-top: 5px;
  display: flex;
  overflow: hidden;
}

.header-absolute {
  z-index: 50;
  width: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.hcol-right {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 25%;
  display: flex;
}

.page {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 10vh 5vw 20vh;
  display: flex;
}

.section-page {
  width: 15%;
  height: 100%;
}

.page-content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.page-info {
  border-radius: 25px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 300px;
  display: flex;
  position: relative;
}

._5 {
  margin-bottom: 5px;
}

.svg-15 {
  width: 15px;
  height: 15px;
  margin-right: 10px;
  display: inline-block;
}

.page-aside {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
}

.side-bar {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.header-content {
  width: 100%;
  height: 100%;
}

.text-arrow {
  justify-content: flex-start;
  align-items: center;
  width: 18px;
  height: 18px;
  margin-left: 2px;
  margin-right: 5px;
  display: inline-flex;
}

.text-arrow.sm {
  width: 12px;
  height: 12px;
}

.page-div {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.col60 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  padding: 10px;
  display: flex;
}

.col40 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 40%;
  padding: 10px 10px 10px 0;
  display: flex;
}

.getstartblock {
  border: 1px solid var(--mid-grey);
  background-image: radial-gradient(circle farthest-corner at 50% 50%, transparent 75%, var(--dark-grey));
  color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 400px;
  margin-bottom: 25px;
  font-size: 16px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-subtile {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 375px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.input {
  background-color: var(--black);
  color: var(--white);
  letter-spacing: -2px;
  border-style: none;
  border-width: 1px;
  min-height: 55px;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Alliance Platt, Arial, sans-serif;
  font-size: 45px;
  line-height: 50px;
  transition: all .5s;
}

.input:focus {
  color: var(--white);
}

.input::placeholder {
  color: var(--grey);
}

.input.dropdown {
  border: 2px solid var(--grey);
  padding: 0 10px;
  font-size: 30px;
  line-height: 35px;
}

.footer-version {
  color: var(--text-grey);
  justify-content: center;
  align-items: center;
  margin-bottom: 28px;
  padding-bottom: 0;
  font-size: 10px;
  font-weight: 300;
  line-height: 12px;
  text-decoration: none;
  transition: all .5s;
  display: flex;
}

.sample-notification {
  background-color: var(--dark-grey);
  color: var(--grey);
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  text-decoration: none;
  transition: all .5s;
  display: flex;
}

.sample-notification:hover {
  color: var(--white);
}

.h-bttn-inner {
  border: 1px solid var(--glass-bg);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--white);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  padding: 7px 14px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
  transition: all .5s;
  display: flex;
}

.h-bttn-inner:hover {
  border-color: var(--white);
  background-color: #ffffff1f;
}

.headerbttn-wrap {
  border: 1px solid var(--glass-bg);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffff0d;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 7px 10px 7px 7px;
  text-decoration: none;
  display: flex;
}

.h-link {
  color: var(--white);
  font-family: "Alliance No 2", Arial, sans-serif;
  text-decoration: none;
}

.gated-content {
  margin-bottom: 50px;
}

.no-results {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.bg {
  background-color: var(--black);
}

.search-link {
  color: var(--white);
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.search-svg {
  border: 1px solid var(--mid-grey);
  background-image: radial-gradient(circle farthest-corner at 0% 100%, var(--mid-grey), transparent 76%);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-right: 15px;
  padding: 10px 6px 6px;
  display: flex;
}

.search-hypen {
  background-color: var(--text-grey);
  width: 10px;
  height: 1.5px;
  margin-left: 7px;
  margin-right: 7px;
}

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

.scroll-container {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 5vh;
  padding-bottom: 5vh;
  display: flex;
  overflow: scroll;
}

.scroll-svg {
  width: 35px;
  height: 35px;
  margin-right: 15px;
}

.scroll-link {
  color: var(--white);
  cursor: default;
  justify-content: center;
  align-items: center;
  min-width: 300px;
  margin-right: 3vw;
  text-decoration: none;
  display: flex;
}

.scroll-gradient-left {
  z-index: 10;
  background-image: linear-gradient(90deg, var(--black), transparent);
  width: 50%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.scroll-gradient-right {
  z-index: 10;
  background-image: linear-gradient(270deg, var(--black), transparent);
  width: 50%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.h75 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Alliance No 2", Arial, sans-serif;
  font-size: 75px;
  font-weight: 500;
  line-height: 1.1;
}

.h40-med {
  z-index: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Alliance No 2", Arial, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.1;
  position: relative;
}

.h55 {
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Alliance No 2", Arial, sans-serif;
  font-size: 55px;
  font-weight: 500;
  line-height: 60px;
}

.h40 {
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Alliance No 2", Arial, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 45px;
  display: inline-block;
}

.section-page-expand {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.beta {
  border: 1px solid var(--grey);
  color: var(--white);
  letter-spacing: 1px;
  justify-content: center;
  align-items: center;
  height: 18px;
  margin-left: 10px;
  padding-left: 7px;
  padding-right: 7px;
  font-size: 8px;
  display: flex;
}

.footer-horiz {
  border: 1px solid var(--grey);
  color: var(--white);
  border-radius: 50px;
  justify-content: flex-start;
  align-items: center;
  padding: 5px 10px;
  text-decoration: none;
  display: flex;
}

.footer-horiz:hover {
  border-color: var(--white);
  filter: blur(1px);
}

.search-div {
  align-items: center;
  display: flex;
}

.chart-title {
  color: var(--text-grey);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Alliance No 2", Arial, sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 22px;
}

._25r {
  margin-right: 25px;
}

.cp-link {
  color: var(--grey);
  letter-spacing: 1px;
  cursor: pointer;
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  font-weight: 500;
  text-decoration: none;
  transition: all .5s;
  display: flex;
}

.cp-link:hover {
  background-color: var(--mid-grey);
}

.svg16 {
  width: 16px;
  height: 16px;
}

.acc-col {
  border: 1px solid var(--mid-grey);
  width: 48%;
  padding: 35px;
}

.acc20 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
}

.h18-dark {
  color: var(--text-grey);
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}

.h20 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
}

.acc20-mid {
  margin: 0 5px;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
}

.acc-notification {
  border: 1px solid var(--mid-grey);
  background-image: linear-gradient(270deg, var(--blue-purple\<deleted\|variable-3dcd009f-4966-bccb-2e64-6e99deea7ef0\>), white);
  color: var(--black);
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 100px;
  padding: 20px;
  text-decoration: none;
  transition: all .5s;
  display: flex;
}

.acc-notification:hover {
  border-color: var(--white);
}

.notification {
  z-index: 25;
  border-bottom: 1px solid var(--glass-bg);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.offer-value-small {
  letter-spacing: 1px;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 25px;
  display: flex;
}

.star-rating {
  width: 18px;
  height: 18px;
  margin-bottom: 3px;
  margin-right: 10px;
}

.cms-container {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  padding: 5vh 5vw;
  display: flex;
}

.cms-container.top {
  justify-content: flex-start;
}

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

.offer-label {
  letter-spacing: 1px;
  margin-bottom: 15px;
  font-size: 12px;
  font-weight: 500;
}

.offerrow-fixed {
  display: flex;
}

.svg7 {
  width: 7px;
}

.svg-lock {
  width: 16px;
  height: 16px;
  margin-right: 15px;
}

.assistcol {
  border: 1px solid var(--mid-grey);
  width: 47%;
  transition: all .5s;
}

.assist-row {
  justify-content: space-between;
  width: 100%;
  margin-bottom: 5vh;
  display: flex;
}

.bubble {
  color: var(--text-grey);
  letter-spacing: 1px;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  display: inline-block;
}

.assist-img {
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
}

.h45-med {
  z-index: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Alliance No 2", Arial, sans-serif;
  font-size: 45px;
  font-weight: 500;
  line-height: 1.2;
  position: relative;
}

.svg25 {
  width: 25px;
  height: 25px;
}

.assistrow-wide {
  border: 1px solid var(--mid-grey);
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  transition: all .5s;
  display: flex;
}

.assist-txt {
  letter-spacing: 1px;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

._10 {
  margin-bottom: 10px;
}

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

.h55-fluid {
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Alliance No 2", Arial, sans-serif;
  font-size: 60px;
  font-weight: 500;
  line-height: 65px;
}

.page-hero {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 25vh;
  padding-bottom: 10vh;
  display: flex;
}

.page-hero.hero-top-img {
  background-image: url('../images/HEROTOP.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.h-175 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Alliance No 2", Arial, sans-serif;
  font-size: 175px;
  font-weight: 500;
  line-height: 175px;
}

.specialist-wide {
  z-index: 1;
  background-color: var(--black);
  background-image: none;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 500px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
}

.assistcol-content {
  z-index: 1;
  background-color: var(--black);
  background-image: none;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 100px 40px 40px;
  display: flex;
}

.assist-info {
  border: 1px solid var(--mid-grey);
  background-image: none;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 65px;
  padding-bottom: 65px;
  display: flex;
}

.notification-content {
  color: var(--white);
  justify-content: flex-start;
  align-items: center;
  padding: 10px;
  font-family: "Alliance No 2", Arial, sans-serif;
  display: flex;
  position: relative;
}

.notification-content.alert {
  background-image: radial-gradient(circle farthest-corner at 50% 200%, var(--error), #fff0 61%);
}

.bttn {
  border: .5px solid var(--mid-grey);
  color: var(--white);
  padding: 12px 20px;
  font-family: "Alliance No 2", Arial, sans-serif;
  font-size: 16px;
  line-height: 18px;
  text-decoration: none;
  transition: all .5s;
  position: relative;
}

.bttn:hover {
  border-color: var(--white);
}

.basic-bttn {
  border: 1px solid var(--grey);
  background-color: var(--dark-grey);
  cursor: pointer;
  border-radius: 100px;
  padding: 8px 20px;
}

.basic-bttn:hover {
  border-color: var(--white);
}

.cancel-text {
  color: var(--text-grey);
  margin-top: 5px;
}

.cancel-text:hover {
  color: var(--white);
}

.horiz-left {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.relative {
  position: relative;
}

.speicialist-col {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 47%;
  display: flex;
}

.container-0vh {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-bottom: 10vh;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: relative;
}

.container-5vh {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 5vh 5vw;
  display: flex;
  position: relative;
}

._5vh {
  margin-bottom: 5vh;
}

.h-amount {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 175px;
  font-weight: 500;
  line-height: 175px;
}

.save-changes {
  background-color: var(--white);
  color: var(--black);
  letter-spacing: 2px;
  width: 100%;
  min-height: 50px;
  margin-right: 0;
  padding: 20px;
  font-weight: 700;
  transition: all .5s;
}

.marker {
  background-color: var(--white);
  background-image: url('../images/MAPBOOK.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
  border-radius: 100%;
  width: 1.7rem;
  height: 1.7rem;
}

.popup-template {
  color: var(--white);
  text-decoration: none;
  transition: all .5s;
}

.popup-template:hover {
  color: var(--text-grey);
}

.mapboxgl-popup-content {
  background-color: var(--blue-purple\<deleted\|variable-3dcd009f-4966-bccb-2e64-6e99deea7ef0\>);
}

.submit-icon {
  background-color: var(--black);
  background-image: url('../images/BOXARROW.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 12px;
  width: 30px;
  height: 30px;
  padding: 0;
  transition: all .5s;
  position: absolute;
  inset: 2px 0 0% auto;
}

.submit-icon:hover {
  border-color: var(--white);
}

.searchai-close {
  cursor: pointer;
  border: 3px solid #0000;
  border-radius: 50%;
  width: 115px;
  height: 115px;
  padding: 5px;
  transition: all .5s;
  position: absolute;
  inset: auto auto 3vw;
}

.searchai-close:hover {
  border-style: solid;
  border-color: #fff;
}

.ask-ai {
  z-index: 999;
  -webkit-backdrop-filter: blur(200px);
  backdrop-filter: blur(200px);
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
  display: none;
  position: fixed;
}

.ask-link {
  color: var(--text-grey);
  letter-spacing: 1px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  font-size: 8px;
  line-height: 8px;
  text-decoration: none;
  display: flex;
}

.ask-link:hover {
  border-color: var(--white);
}

.square-23 {
  cursor: pointer;
  border: 2px solid #fff;
  border-radius: 25%;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  transition: all .5s;
  display: flex;
  overflow: hidden;
  box-shadow: inset 0 0 9px #fff, 0 0 10px 1px #fff;
}

.square-23:hover {
  filter: blur(2px);
}

.footer-link {
  color: var(--white);
  margin-bottom: 2vh;
  transition: all .5s;
}

.footer-link:hover {
  filter: blur(2px);
  color: var(--white);
}

.footer-link.w--current {
  color: var(--text-grey);
}

.slider {
  background-color: #ddd0;
  width: 100%;
  height: 100%;
}

.wrapper-100 {
  background-image: linear-gradient(230deg, #0000 80%, var(--mid-grey));
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.slide {
  width: 100%;
  height: 100%;
}

.s-content {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 10px;
  display: flex;
}

.hello-text {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(0deg, #000 13%, #fff);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: "Alliance No 2", Arial, sans-serif;
  font-size: 200px;
  font-weight: 500;
  line-height: 200px;
}

.s-inner {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 550px;
  display: flex;
}

.ask-title {
  text-align: center;
  max-width: 425px;
  margin-left: auto;
  margin-right: auto;
  font-size: 23px;
  font-weight: 300;
  line-height: 30px;
}

.s-div {
  width: 100%;
}

.submit-div {
  border-radius: 7px;
  padding: 2px;
}

.ask-content-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.ask-content-slider {
  z-index: 25;
  opacity: 1;
  width: 100%;
  height: 100%;
  display: none;
}

.acc-svg {
  width: 185px;
  height: 185px;
}

.acc-gradient {
  background-image: linear-gradient(0deg, #000 8%, #fff0);
  position: absolute;
  inset: 0%;
}

.logout {
  border: 1px solid var(--mid-grey);
  color: var(--white);
  letter-spacing: 2px;
  background-color: #0d141c00;
  width: 100%;
  min-height: 50px;
  margin-bottom: 15px;
  margin-right: 0;
  padding: 20px;
  font-weight: 500;
  transition: all .5s;
}

.logout:hover {
  border: 1px solid var(--white);
}

.cms-content {
  border: 1px solid var(--mid-grey);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 35px;
  display: flex;
}

.cms-footer {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 50px;
  display: flex;
}

.acc-img {
  color: var(--white);
  transition: all .5s;
  position: relative;
}

.acc-img:hover {
  filter: blur(5px);
}

.cms-link {
  border: 1px solid var(--mid-grey);
  color: var(--white);
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 15px;
  font-size: 20px;
  text-decoration: none;
  transition: all .5s;
  display: flex;
}

.cms-link:hover {
  border-color: var(--white);
}

.cms-more {
  overflow: hidden;
}

.cms-facts {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  height: 85px;
  display: flex;
}

.cms-svg {
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  display: flex;
  position: relative;
}

.cms-info {
  border-bottom: 1px solid var(--mid-grey);
  width: 100%;
  margin-bottom: 15px;
  padding: 10px 35px;
}

.cms-info.last {
  border-bottom-style: none;
  margin-bottom: 0;
}

.cms-details {
  border: 1px solid var(--mid-grey);
  width: 100%;
  overflow: hidden;
}

.cms-div {
  width: 100%;
  max-width: 1400px;
}

.fact-title {
  margin-bottom: 5px;
  font-size: 22px;
  font-weight: 500;
}

.fact-subtitle {
  color: var(--text-grey);
  font-size: 16px;
}

.fact-one {
  justify-content: center;
  align-items: flex-start;
  margin-right: 20%;
  display: flex;
}

.cms-arrow {
  border: 2px solid var(--mid-grey);
  color: var(--text-grey);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding-top: 3px;
  transition: all .5s;
  display: flex;
}

.cms-arrow:hover {
  color: var(--white);
}

.highlight {
  background-color: var(--mid-grey);
  text-align: center;
}

.fact-svg {
  width: 35px;
  height: 35px;
}

.cms-hero {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 400px;
  margin-bottom: 50px;
  padding-bottom: 50px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.relative5 {
  z-index: 5;
  position: relative;
}

.cms-header {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 50px;
  display: flex;
}

.cms-close-link {
  color: var(--text-grey);
  width: 40px;
  height: 40px;
  transition: all .5s;
}

.cms-close-link:hover {
  filter: blur(2px);
  color: var(--white);
}

.cms-close-link.w--current {
  color: var(--text-grey);
}

.sucess-txt {
  margin-bottom: 0;
}

.subscriptions-wrapper {
  margin-bottom: 100px;
}

.box {
  border: 1px solid var(--mid-grey);
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  max-width: 500px;
  height: 400px;
  padding: 20px;
  display: flex;
  position: relative;
}

.h-300 {
  background-image: linear-gradient(0deg, black 13%, var(--white));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 300px;
  font-weight: 700;
  line-height: 250px;
}

.s-top {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: -75px;
  margin-bottom: 25px;
  display: flex;
}

.account-wrapper {
  z-index: 50;
  opacity: 0;
  width: 100%;
  padding: 0;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: scroll;
}

.pitch-deck-section {
  border-bottom: 1px solid #80808033;
  flex: none;
}

.deck-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding: 3vh 3vw;
  display: flex;
}

.deck-container.last {
  display: none;
}

.deck-content {
  border: 1px solid var(--mid-grey);
  background-color: var(--black);
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #0000 65%, var(--dark-grey));
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
  position: relative;
}

.deck-logo {
  width: 200px;
}

.deck-info {
  color: var(--text-grey);
  position: absolute;
  inset: auto auto 5vh 5vw;
}

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

.pd-highlight {
  border: 1.5px solid var(--mid-grey);
  color: var(--white);
  margin-right: 5px;
  padding: 4px 7px 4px 10px;
}

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

.pd-svg-container {
  border: 1px solid var(--mid-grey);
  margin-right: 100px;
  padding: 50px;
}

.pd-column {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 33%;
  height: 100%;
  padding-bottom: 10%;
  display: flex;
}

.pd-block {
  border: .5px solid var(--white);
  background-color: var(--black);
  background-image: radial-gradient(circle farthest-corner at 50% 50%, black 65%, var(--mid-grey));
  width: 175px;
  height: 60%;
  margin-bottom: 25px;
}

.pd-block.one {
  height: 15%;
}

.pd-block.two {
  height: 30%;
}

.vert-center {
  text-align: center;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  max-width: 325px;
  height: 100%;
  display: flex;
}

.deck-row {
  width: 100%;
  height: 100%;
  display: flex;
}

.pd-circle {
  border: .5px solid var(--white);
  background-color: var(--black);
  background-image: radial-gradient(circle farthest-corner at 50% 50%, black 50%, var(--mid-grey) 79%);
  border-radius: 50%;
  width: 300px;
  height: 300px;
  margin-bottom: 50px;
}

.pd-circle.one {
  width: 75px;
  height: 75px;
}

.pd-circle.two {
  width: 150px;
  height: 150px;
}

.whitepaper {
  background-color: var(--white);
  color: var(--black);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 50px;
  display: flex;
  overflow: scroll;
}

.p-dark {
  color: var(--black);
  letter-spacing: 1px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
}

.span-med {
  font-weight: 500;
}

.span-med-underline {
  font-weight: 500;
  text-decoration: underline;
}

.nav-link {
  color: var(--white);
  letter-spacing: 1px;
  align-items: center;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 14px;
  font-weight: 300;
  line-height: 16px;
  text-decoration: none;
  transition: all .5s;
  display: flex;
}

.nav-link:hover {
  filter: blur(1px);
}

.nav-link.w--current {
  background-color: var(--white);
  color: var(--black);
  padding-left: 5px;
  padding-right: 5px;
  font-weight: 500;
}

.hero-info {
  border-left: 1px solid var(--white);
  text-transform: uppercase;
  max-width: 175px;
  padding: 2px 15px;
  font-size: 10px;
  line-height: 15px;
}

.left-animation {
  position: absolute;
  inset: 0% auto auto 0%;
}

.right-animation {
  position: absolute;
  inset: auto 0% 0% auto;
}

.play-buttom {
  border: 1px solid var(--mid-grey);
  color: var(--white);
  justify-content: center;
  align-items: center;
  padding: 12px 15px;
  font-family: "Alliance No 2", Arial, sans-serif;
  font-size: 20px;
  font-weight: 300;
  text-decoration: none;
  transition: all .5s;
  display: flex;
  position: relative;
}

.play-buttom:hover {
  border-color: var(--white);
}

.h90 {
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Alliance No 2", Arial, sans-serif;
  font-size: 85px;
  font-weight: 400;
  line-height: 85px;
}

._550max {
  width: 100%;
  max-width: 550px;
}

.assist-col {
  width: 47%;
  padding-left: 40px;
  padding-right: 40px;
}

.redirect-arrow {
  width: 40px;
  height: 50px;
  margin-left: 5px;
  margin-right: 5px;
}

.news-row {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

._300max {
  max-width: 300px;
}

.h1-news {
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Alliance No 2", Arial, sans-serif;
  font-size: 15vh;
  font-weight: 400;
  line-height: 100px;
}

.newsletter-form {
  margin-bottom: 0;
}

.news-input {
  border: 1px none var(--black);
  color: var(--white);
  background-color: #fff0;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 14px;
}

.news-input::placeholder {
  color: var(--white);
}

.form-news {
  border-bottom: .5px solid var(--white);
  position: relative;
}

.graphics-wrap {
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 50px;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.hypen {
  background-color: #fff;
  width: 60px;
  height: 13px;
  margin-bottom: 25px;
  margin-left: 25px;
  display: inline-block;
}

.line-white, .line-3 {
  background-color: #fff;
  width: 100%;
  height: .5px;
}

.bttn-demo {
  color: #fff;
  cursor: pointer;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 15px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.row-33 {
  border-bottom: 1px solid var(--mid-grey);
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 50px;
  padding-bottom: 50px;
  display: flex;
}

.row-33.last {
  margin-bottom: 0;
}

.databox {
  background-image: url('../images/BOXAPI.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 90%;
  height: 300px;
}

.row-33b {
  border-bottom: 1px solid var(--mid-grey);
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 50px;
  padding-bottom: 50px;
  display: flex;
}

.row-33b.last {
  margin-bottom: 0;
}

.block33b {
  border-top: .5px solid var(--grey);
  border-bottom: .5px solid var(--grey);
  border-left: .5px solid var(--grey);
  width: 33%;
  padding-top: 30px;
  padding-bottom: 20px;
}

.block33b.last {
  border-right: .5px solid var(--grey);
}

.block-div {
  padding-left: 20px;
  padding-right: 20px;
}

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

.p23 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Alliance No 2", Arial, sans-serif;
  font-size: 23px;
  font-weight: 300;
  line-height: 30px;
}

.block33b-container {
  width: 100%;
  display: flex;
}

.block33b-container.first {
  margin-bottom: 25px;
}

.page-hero-img {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 95%;
  height: 500px;
}

.page-hero-img.careers {
  background-image: linear-gradient(180deg, #0000 75%, var(--black)), url('../images/CAREERS-IMG.png');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.page-hero-img.health {
  background-image: linear-gradient(180deg, #0000 75%, var(--black)), url('../images/HEALTH-IMG.png');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero-row {
  z-index: 1;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 25px;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: relative;
}

.hero-row.center {
  justify-content: space-between;
  align-items: center;
}

.img-gradient {
  background-image: linear-gradient(180deg, #0000 30%, var(--black));
  width: 100%;
  height: 100%;
  position: absolute;
}

.img-wrapper {
  border: 1px solid var(--mid-grey);
  justify-content: flex-start;
  align-items: center;
  padding: 14px;
  display: flex;
}

.img-block {
  border: 1px solid var(--mid-grey);
  margin-right: 25px;
  padding: 15px;
}

.img-svg-user {
  background-color: var(--active-link\<deleted\|variable-5def00ff\>);
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  margin: 5px;
  transition: all .5s;
  display: flex;
  overflow: hidden;
}

.submit-button {
  border: 1px solid var(--grey);
  background-color: var(--grey);
  color: var(--text-grey);
  text-transform: uppercase;
  width: 100%;
  min-height: 55px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: "Alliance No 2", Arial, sans-serif;
  font-size: 18px;
  transition: all .5s;
}

.submit-button:hover {
  border-color: var(--white);
  background-color: var(--black);
  color: var(--white);
}

.form-horiz {
  display: flex;
  position: relative;
}

.login-arrow {
  width: 35px;
  height: 35px;
  margin-left: 5px;
  margin-right: 15px;
}

.form-gradient {
  background-image: linear-gradient(270deg, var(--black), #0000);
  width: 20%;
  height: 55px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.line {
  background-color: var(--mid-grey);
  width: 100%;
  height: .5px;
}

.square-65 {
  cursor: pointer;
  border: 2px solid #fff;
  border-radius: 25%;
  justify-content: center;
  align-items: center;
  width: 65px;
  min-width: 65px;
  height: 65px;
  min-height: 65px;
  margin-bottom: 25px;
  transition: all .5s;
  display: flex;
  box-shadow: inset 0 0 16px 2px #fff, 0 0 10px 1px #fff;
}

.square-65:hover {
  filter: blur(2px);
}

.ask-container {
  border: 1px solid var(--glass-bg);
  background-color: var(--glass-bg);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  max-width: 500px;
  height: 100%;
  max-height: 500px;
  padding: 30px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.col-ask {
  width: 50%;
}

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

.graphic {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100px;
  height: 60px;
}

.graphic.one {
  background-image: url('../images/GRAPHICONE.svg');
  background-position: 0 0;
  width: 200px;
  height: 75px;
  margin-top: -14px;
}

.graphic.two {
  background-image: url('../images/GRAPHICTWO.svg');
}

.graphic.four {
  background-image: url('../images/GRAPHICTWO.svg');
  width: 200px;
  height: 50px;
}

.graphic.three {
  background-image: url('../images/GRAPHICTHREE.svg');
  width: 100px;
  margin-left: 20vw;
}

.ask-txt {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  font-family: "Alliance No 2", Arial, sans-serif;
  font-size: 23px;
  font-weight: 300;
  line-height: 30px;
  display: flex;
}

.row-fixed {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.start-link {
  background-color: var(--white);
  color: var(--black);
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  margin-left: 5px;
  margin-right: 5px;
  padding: 3px 8px;
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
  text-decoration: none;
  display: inline;
  position: relative;
  bottom: 3px;
}

.ask-content {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.ask-footer-content {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.ask-section {
  width: 100%;
  height: 100%;
}

.ask-footer-fixed {
  z-index: 50;
  width: 100%;
  position: fixed;
  inset: auto 0% 0%;
}

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

.news-emial {
  max-width: 300px;
}

.news-container {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 10vh 5vw;
  display: flex;
  position: relative;
}

.span-light-bg {
  background-color: var(--white);
  color: var(--black);
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  margin-right: 5px;
  padding: 3px 8px;
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
  text-decoration: none;
  display: inline;
  position: relative;
  bottom: 2px;
}

.p40 {
  text-align: center;
  letter-spacing: 1px;
  max-width: 800px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Alliance No 2", Arial, sans-serif;
  font-size: 40px;
  line-height: 50px;
  display: inline-block;
}

.span-open {
  background-color: var(--white);
  color: var(--black);
  text-transform: uppercase;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  margin-left: 5px;
  margin-right: 5px;
  padding: 3px 8px;
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
  text-decoration: none;
  display: inline;
  position: relative;
  bottom: 3px;
}

._310max {
  max-width: 310px;
}

.social-svg {
  width: 18px;
  height: 16px;
  margin-right: 10px;
}

.gs-info {
  z-index: 1;
  position: absolute;
  inset: auto auto 30px 30px;
}

.gs-img {
  background-image: url('../images/CHEVERON.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 200px;
  width: 90%;
  height: 80%;
}

.gs-img.one {
  background-image: url('../images/GSAPROVAL.png');
}

.gs-img.three {
  background-image: url('../images/GSPROFILE.png');
  background-size: 400px;
}

.input-embed-2 {
  cursor: auto;
  border-radius: 100px;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 70px;
  margin-right: 15px;
  display: flex;
  overflow: hidden;
}

.sources-bttn {
  z-index: 5;
  color: #424750;
  cursor: cell;
  background-color: #19202b;
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  width: 65px;
  height: 65px;
  padding: 3px;
  display: flex;
}

.sources-bttn:hover {
  background-color: #19202b;
}

.hero-section {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.hero-bg {
  background-image: linear-gradient(#fff0 75%, #000), url('../images/BG22.png');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 150px;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.img-svg-large {
  width: 150px;
}

.square-12 {
  background-color: var(--grey);
  width: 11px;
  height: 11px;
  margin-right: 7px;
}

.horiz-left-fixed {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.close {
  border: 1px solid var(--glass-bg);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  transition: all .5s;
  display: flex;
  position: absolute;
  inset: 10px 10px auto auto;
}

.close:hover {
  border-color: var(--white);
  color: var(--white);
}

.cmmd {
  border: 1px solid var(--glass-bg);
  color: var(--white);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  padding: 8px 7px 7px;
  transition: all .5s;
  display: flex;
}

.cmmd:hover {
  border-color: var(--white);
  background-color: var(--border-opacity\<deleted\|variable-4f1244be\>);
}

.pitch-block {
  background-color: var(--white);
  width: 50px;
  height: 50px;
}

.screen-size {
  display: none;
}

.comms-svg {
  background-image: url('../images/COMMMS.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 80%;
  height: 250px;
  margin-bottom: 50px;
}

.computer-img {
  background-image: url('../images/COMPUTER2.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 400px;
}

.comms-div {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.info-icon {
  width: 15px;
  height: 15px;
  margin-left: 5px;
}

.comms-text {
  justify-content: center;
  align-items: center;
  font-family: "Alliance No 2", Arial, sans-serif;
  font-size: 20px;
  line-height: 30px;
  display: none;
}

.comms-img-title {
  background-image: url('../images/COMSICON.png');
  background-position: 0 0;
  background-size: auto;
  width: 100px;
  height: 100px;
  margin-right: 25px;
}

.comms-img {
  background-image: url('../images/COMSICON.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 14px;
  height: 14px;
  margin-right: 10px;
}

@media screen and (max-width: 991px) {
  .row {
    flex-direction: column;
    align-items: stretch;
  }

  .row.reverse {
    flex-direction: column-reverse;
  }

  .col {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .col._25b {
    margin-bottom: 25px;
  }

  ._500max {
    max-width: 700px;
  }

  ._1000max {
    margin-top: 0;
  }

  .chart-row {
    flex-wrap: wrap;
  }

  .block33 {
    width: 100%;
  }

  .tablet {
    display: none;
  }

  .p-input {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .p-input._10p {
    padding-left: 0;
  }

  .flex-wrap-left-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .colpad {
    margin-bottom: 50px;
  }

  .usergradient {
    background-image: linear-gradient(to top, #000, #0000 70%);
  }

  .apply-button {
    width: 100%;
    margin-right: 0;
  }

  .smalloffer {
    width: 100%;
    margin-bottom: 50px;
  }

  .space-between-end {
    flex-wrap: wrap;
  }

  .cta {
    padding-top: 7vh;
    padding-bottom: 7vh;
  }

  .account-container {
    max-width: 100%;
  }

  .acc-div {
    flex-direction: column;
  }

  .div50 {
    width: 100%;
  }

  .acc-header {
    margin-bottom: 50px;
  }

  .div40 {
    width: 100%;
    margin-bottom: 25px;
  }

  .subrow {
    flex-direction: column;
  }

  .offerblock {
    padding-left: 20px;
  }

  .home-img {
    height: 250px;
  }

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

  .no-home-img {
    height: 250px;
  }

  .footer-row {
    justify-content: space-between;
    width: 75%;
  }

  .h125 {
    font-size: 75px;
  }

  .section-page {
    display: none;
  }

  .col60, .col40 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .scroll-link.first {
    min-width: 200px;
  }

  .h40 {
    font-size: 30px;
    line-height: 40px;
  }

  .acc-col {
    width: 100%;
  }

  .acc-col._25fluid {
    margin-bottom: 25px;
  }

  .offer-label {
    margin-bottom: 10px;
    font-size: 12px;
  }

  .assistcol {
    width: 100%;
  }

  .assistcol.first {
    margin-bottom: 5vh;
  }

  .assist-row, .assistrow-wide {
    flex-direction: column;
  }

  .h-175 {
    font-size: 125px;
    line-height: 150px;
  }

  .specialist-wide {
    flex-direction: column;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .assist-info {
    flex-direction: column;
  }

  .speicialist-col {
    width: 100%;
  }

  .speicialist-col.first {
    margin-bottom: 50px;
  }

  .hello-text {
    font-size: 150px;
    line-height: 150px;
  }

  .box {
    max-width: 100%;
  }

  .pitch-deck-section, .horiz-left-center {
    display: none;
  }

  .pd-row {
    flex-flow: column;
  }

  .pd-svg-container {
    margin-bottom: 100px;
    margin-left: auto;
    margin-right: auto;
  }

  .assist-col {
    width: 100%;
  }

  .news-row {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .h1-news {
    font-size: 10vh;
  }

  .hypen {
    width: 35px;
    height: 8px;
    margin-bottom: 15px;
    margin-left: 10px;
  }

  .row-33.last {
    border-bottom-style: none;
    padding-bottom: 0;
  }

  .databox {
    width: 100%;
  }

  .hero-row, .hero-row.center {
    justify-content: center;
  }

  .news-emial {
    width: 100%;
    max-width: 100%;
    margin-top: 50px;
  }

  .news-container {
    padding-top: 0;
  }

  .p40 {
    font-size: 30px;
    line-height: 40px;
  }

  .sources-bttn {
    right: 35px;
  }

  .comms-svg {
    height: 150px;
  }

  .computer-img {
    background-size: contain;
    height: 300px;
  }

  .comms-img-title {
    height: 75px;
  }
}

@media screen and (max-width: 767px) {
  ._500max {
    max-width: 600px;
  }

  .hcol-left {
    width: 50%;
  }

  .offerblock {
    border-bottom: 1px solid var(--mid-grey);
  }

  .subheading-spacing {
    font-size: 12px;
  }

  .footer-content {
    flex-direction: column-reverse;
  }

  .footer-row {
    width: 100%;
    margin-bottom: 30px;
  }

  .footer-info {
    flex-flow: row-reverse wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .hcol-right {
    width: 50%;
  }

  .footer-version {
    margin-bottom: 0;
  }

  .h75 {
    font-size: 55px;
  }

  .h-175 {
    font-size: 100px;
    line-height: 125px;
  }

  .speicialist-col {
    padding: 30px;
  }

  .cms-content {
    padding: 35px;
  }

  .pitch-deck-section {
    border-bottom-style: none;
  }

  .p40 {
    font-size: 25px;
  }

  .sources-bttn {
    right: 25px;
  }

  .screen-size {
    background-image: url('../images/SCREENSIZE.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 30% 30%;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    padding: 0;
    display: flex;
  }

  .comms-img-title {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .container {
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

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

  .wrapper {
    display: block;
  }

  .intro-svg {
    width: 75px;
  }

  .p-med {
    font-size: 25px;
    line-height: 35px;
  }

  .form-block {
    margin-bottom: 0;
  }

  .checkbox-field {
    align-items: flex-start;
  }

  .block33 {
    width: 100%;
  }

  .block33.first {
    margin-bottom: 50px;
  }

  .mobile {
    display: none;
  }

  .p-input {
    margin-left: 0;
  }

  .form-large {
    max-width: 90%;
  }

  .subrow {
    flex-direction: column;
  }

  .home-img, .no-home-img {
    height: 150px;
  }

  .font-gradient {
    background-image: linear-gradient(135deg, var(--white) 35%, transparent);
  }

  .footer-content {
    padding-top: 5vh;
    padding-bottom: 3vh;
  }

  .footer-row {
    flex-flow: wrap;
    margin-bottom: 0;
  }

  .footer-block {
    min-width: 100px;
  }

  .author {
    margin-right: 0;
  }

  .col60, .col40 {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-version {
    margin-right: 30px;
  }

  .h-bttn-inner {
    padding-left: 7px;
    padding-right: 7px;
  }

  .scroll-link {
    min-width: 250px;
  }

  .h75 {
    font-size: 40px;
  }

  .h40 {
    font-size: 25px;
    line-height: 40px;
  }

  .acc-notification {
    justify-content: center;
  }

  .author-div {
    padding: 10px;
  }

  .offer-label {
    font-size: 10px;
    line-height: 15px;
  }

  .svg7 {
    display: none;
  }

  .assist-img {
    height: 200px;
  }

  .h45-med {
    font-size: 40px;
  }

  .assistrow-wide {
    margin-bottom: 5vh;
  }

  .assist-txt {
    font-size: 14px;
    line-height: 20px;
  }

  .h55-fluid {
    font-size: 45px;
  }

  .page-hero {
    padding-bottom: 5vh;
  }

  .h-175 {
    font-size: 65px;
    line-height: 85px;
  }

  .specialist-wide {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .assistcol-content {
    padding: 60px 20px 20px;
  }

  .assist-info {
    padding: 30px;
  }

  .bttn {
    text-align: center;
    width: 100%;
  }

  .speicialist-col {
    padding: 0;
  }

  .container-0vh {
    padding-bottom: 5vh;
  }

  .h-amount {
    font-size: 125px;
  }

  .ask-ai {
    padding-bottom: 140px;
  }

  .square-23 {
    box-shadow: inset 0 0 9px #fff, 0 0 5px 1px #fff;
  }

  .hello-text {
    font-size: 100px;
    line-height: 100px;
  }

  .ask-title {
    max-width: 90%;
    font-size: 20px;
    line-height: 30px;
  }

  .block-container {
    width: 50%;
    margin-bottom: 50px;
    display: flex;
  }

  .block-container.second {
    justify-content: flex-end;
    align-items: center;
  }

  .block-container.first {
    margin-bottom: 50px;
  }

  .block-container.fourth {
    justify-content: flex-end;
    align-items: center;
  }

  .box {
    height: 300px;
  }

  .h-300 {
    font-size: 150px;
    line-height: 150px;
  }

  .s-top {
    margin-top: -75px;
    margin-bottom: 0;
  }

  .deck-container {
    height: 98vh;
  }

  .hero-info {
    font-size: 8px;
    line-height: 10px;
  }

  .h90 {
    font-size: 60px;
    line-height: 70px;
  }

  .assist-col {
    padding-left: 0;
    padding-right: 0;
  }

  .h1-news {
    font-size: 6vh;
  }

  .graphics-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .hypen {
    width: 25px;
    height: 6px;
    margin-bottom: 10px;
  }

  .row-33 {
    flex-flow: column;
    padding-bottom: 0;
  }

  .row-33.last {
    margin-bottom: 0;
  }

  .databox {
    height: 200px;
  }

  .row-33b {
    flex-flow: column;
  }

  .block33b {
    border-right: .5px solid var(--grey);
    width: 100%;
    margin-bottom: 25px;
  }

  .block33b-container {
    flex-flow: column;
  }

  .block33b-container.first {
    margin-bottom: 0;
  }

  .page-hero-img {
    height: 300px;
  }

  .img-block {
    margin-right: 10px;
  }

  .ask-container {
    width: 90%;
    max-height: 400px;
  }

  .ask-block {
    min-width: 100px;
  }

  .graphic.three {
    display: none;
  }

  .news-emial {
    margin-top: 25px;
  }

  .span-light-bg {
    font-size: 10px;
    line-height: 12px;
  }

  .p40 {
    font-size: 20px;
    line-height: 30px;
  }

  .hero-bg {
    background-position: 0 0, 75%;
    min-height: 75vh;
  }

  .img-svg-large {
    width: 100px;
  }

  .comms-svg {
    background-image: url('../images/COMMSMOBILE.png');
    width: 90%;
    height: 75px;
    margin-bottom: 15px;
  }

  .computer-img {
    background-image: url('../images/COMPUTER2.png');
    background-position: 50% 100%;
    height: 165px;
  }

  .comms-div {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .info-icon {
    width: 12px;
  }

  .comms-text {
    color: #686868;
    font-size: 16px;
    line-height: 20px;
    display: flex;
  }
}


@font-face {
  font-family: 'Alliance No 1';
  src: url('../fonts/AllianceNo1-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Alliance No 2';
  src: url('../fonts/Alliance-No2-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Alliance No 2';
  src: url('../fonts/Alliance-No2-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Alliance No 2';
  src: url('../fonts/Alliance-No2-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Alliance No 2';
  src: url('../fonts/Alliance-No2-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Alliance No 2';
  src: url('../fonts/Alliance-No2-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Alliance No 2';
  src: url('../fonts/Alliance-No2-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Alliance No 2';
  src: url('../fonts/Alliance-No2-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ibmplexmono';
  src: url('../fonts/IBMPlexMono-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ibmplexmono';
  src: url('../fonts/IBMPlexMono-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ibmplexmono';
  src: url('../fonts/IBMPlexMono-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ibmplexmono';
  src: url('../fonts/IBMPlexMono-Regular.ttf') format('truetype'), url('../fonts/IBMPlexMono-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-ExtraBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Alliance No 1';
  src: url('../fonts/Alliance-ExtraBold.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Alliance No 1';
  src: url('../fonts/Alliance-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Alliance No 1';
  src: url('../fonts/Alliance-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Alliance No 1';
  src: url('../fonts/Alliance-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Alliance No 1';
  src: url('../fonts/Alliance-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Alliance No 1';
  src: url('../fonts/Alliance-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Alliance Platt';
  src: url('../fonts/Alliance-Platt-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Alliance Platt';
  src: url('../fonts/Alliance-Platt-ExtraBold.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Alliance Platt';
  src: url('../fonts/Alliance-Platt-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Alliance Platt';
  src: url('../fonts/Alliance-Platt-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Alliance Platt';
  src: url('../fonts/Alliance-Platt-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Alliance Platt';
  src: url('../fonts/Alliance-Platt-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Alliance Platt';
  src: url('../fonts/Alliance-Platt-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}