@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Gelasio:ital,wght@0,400..700;1,400..700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
html, *, ::before, ::after, body {
  padding: 0;
  margin: 0; }

.x-button, #page_1 {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

.checkbox::before {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 80%; }

#homepage .heading,
#homepage .subheading {
  text-shadow: 2px 1px 0px rgba(0, 0, 0, 0.9); }

#homepage .nav-links a {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.85); }

.next-page-button,
a.next-page-button, .prev-page-button,
a.prev-page-button, a.cta-button, a.primary-button, a.secondary-button, a.secondary-button-light, a.secondary-button-dark, .primary-button, .secondary-button-light, .secondary-button-dark, .secondary-button, .cta-button, input:focus, textarea:focus, .multiselector {
  box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.3); }

.next-page-button,
a.next-page-button, .prev-page-button,
a.prev-page-button, a.cta-button, a.primary-button, a.secondary-button, a.secondary-button-light, a.secondary-button-dark, .primary-button, .secondary-button, .secondary-button-light, .secondary-button-dark, .multiselector {
  cursor: pointer;
  border-radius: 4px;
  font-size: 1rem;
  font-weight: 400;
  padding: 0.5rem 0.8rem; }

.next-page-button,
a.next-page-button, .prev-page-button,
a.prev-page-button, a.cta-button, a.primary-button, a.secondary-button, a.secondary-button-light, a.secondary-button-dark {
  text-decoration: none;
  display: inline-block; }

.primary-button, a.primary-button {
  color: #fff;
  background-color: #BE1E2D;
  border: none 0; }

.secondary-button-light, a.secondary-button-light, .secondary-button-dark, a.secondary-button-dark, .secondary-button, a.secondary-button {
  color: #BE1E2D;
  border: 1px solid #BE1E2D;
  background-color: transparent;
  font-size: 1rem;
  font-weight: 400;
  padding: 0.5rem 0.8rem; }

.secondary-button-light, a.secondary-button-light {
  color: #fff;
  border: 1px solid #fff; }

.secondary-button-dark, a.secondary-button-dark {
  color: #000;
  border: 1px solid #000; }

.next-page-button,
a.next-page-button, .prev-page-button,
a.prev-page-button {
  color: #000;
  border: none 0;
  background-repeat: no-repeat;
  background-color: rgba(255, 255, 255, 0.4); }

html {
  font-family: "Inter", Helvetica, Arial, "sans-serif";
  font-weight: 300;
  font-style: normal;
  font-size: 16px; }

body {
  font-size: 1rem; }

h1, h2, h3, h4, h5 {
  font-family: "Gelasio", serif; }

h1 {
  font-size: 3.8rem;
  font-family: "Gelasio", serif;
  font-weight: 700;
  font-style: normal; }

.heading {
  text-transform: uppercase;
  font-size: 3rem;
  font-weight: 900;
  line-height: 120%; }

.subheading {
  font-size: 1.938rem;
  line-height: 100%; }

h2 {
  font-size: 2.438rem;
  font-weight: 300;
  font-style: normal; }

h3 {
  font-size: 1.938rem;
  font-weight: 300; }

h4 {
  font-size: 1.62rem;
  font-weight: 300; }

h5 {
  font-size: 1.150rem;
  font-weight: 400; }

.paragraph-title {
  margin-top: 0.6rem; }

.paragraph-subtitle {
  margin-top: 0.4rem; }

p {
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 135%; }

input, textarea, select, option {
  font-family: "Inter", Helvetica, Arial, "sans-serif";
  font-weight: 400;
  font-size: 1.2rem; }

label {
  font-size: 1rem;
  font-weight: 300; }

a,
button,
a.button {
  font-family: "Inter", Helvetica, Arial, "sans-serif";
  font-size: 1.1rem;
  font-weight: 400; }

::placeholder {
  font-style: italic;
  font-weight: 200; }

.annotation-title {
  font-weight: 600; }

.annotation,
.annotation-title {
  font-family: "Inter", Helvetica, Arial, "sans-serif";
  font-size: 0.812rem;
  line-height: 135%; }

.smallfont {
  font-size: 0.7rem; }

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

.modal-title {
  font-family: "Inter", Helvetica, Arial, "sans-serif";
  font-size: 2.5rem;
  font-weight: 100;
  text-transform: uppercase;
  color: #C99306; }
  .modal-title b {
    font-weight: 900; }

.message-board-header {
  text-align: center;
  padding-bottom: 1rem; }

.message-board-title {
  font-family: "Inter", Helvetica, Arial, "sans-serif";
  font-size: 2.5rem;
  font-weight: 100;
  text-transform: uppercase;
  color: #C99306; }
  .message-board-title b {
    font-weight: 900; }

.nav-links a {
  font-size: 1rem;
  text-transform: uppercase;
  color: #BE1E2D;
  text-decoration: none;
  font-weight: 400; }

.nav-links a:hover,
.nav-links a.active {
  color: #000000; }

.tab-button {
  font-family: "Gelasio", "Georgia", Times, "Times New Roman", "serif";
  font-size: 1.56rem;
  color: #BE1E2D; }
  .tab-button.active {
    color: #000000; }

.price-card-header .note {
  font-size: 1rem; }

.price {
  font-size: 1.25rem; }

html {
  box-sizing: border-box;
  scroll-behavior: smooth; }

*, ::before, ::after {
  box-sizing: inherit; }

body {
  min-height: 100vh; }

.cta-button,
a.cta-button {
  color: #fff;
  background-color: #BE1E2D;
  border-radius: 4px;
  border: none 0;
  font-size: 1.5rem;
  padding: 0.8rem 1.5rem; }

.x-button {
  border: 0 none;
  background-color: transparent;
  background-image: url("../images/icons/X.svg");
  width: 1.5rem;
  height: 1.5rem;
  cursor: pointer; }

.next-page-button,
a.next-page-button {
  padding: 8px 48px 8px 12px;
  background-image: url("../images/icons/arrow-down-white.svg");
  background-position: center right 8px; }

.prev-page-button,
a.prev-page-button {
  padding: 8px 12px 8px 48px;
  background-image: url("../images/icons/arrow-up-white.svg");
  background-position: center left 8px; }

input, textarea {
  padding: 0.6rem;
  border-radius: 4px;
  border: solid 1px #BEC0C9; }
  input:focus, textarea:focus {
    outline: none;
    border: solid 1px #96989E; }

.code-inputs {
  display: flex;
  flex-direction: row;
  gap: 0.4rem; }
  .code-inputs input {
    font-size: 2rem;
    text-align: center;
    width: 3rem; }
    .code-inputs input:nth-child(4) {
      margin-left: 1rem; }

.form {
  display: block;
  width: 340px; }

.form-row {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  text-align: left;
  padding: 1rem 0; }

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

.checkbox-group {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  padding: 1rem 0; }

.checkbox {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer; }
  .checkbox::before {
    content: "";
    width: 1.5rem;
    height: 1.5rem;
    border: solid 1px #202130;
    border-radius: 3px;
    background-color: #fff;
    background-image: url("../images/icons/tick.svg"); }

input[type="checkbox"]:checked + label::before {
  background-color: #202130; }

.multiselect-group {
  display: flex;
  flex-direction: row;
  gap: 0.8rem;
  padding: 1rem 0; }

.multiselector {
  color: #000000;
  background-color: #fff;
  border: solid 1px #202130; }

.multiselect-group input[type="checkbox"]:checked + label {
  color: #fff;
  background-color: #202130; }

.hidden-element,
.hidden-el {
  position: absolute;
  left: -1000rem;
  top: -1000rem;
  opacity: 0;
  clip-path: rect(0 0 0 0); }

/* Container for the custom select */
.custom-select {
  position: relative;
  width: 200px; }

.custom-select select {
  appearance: none;
  /* Removes default browser styling */
  -webkit-appearance: none;
  /* Safari compatibility */
  -moz-appearance: none;
  /* Firefox compatibility */
  width: 100%;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #fff;
  color: #333;
  cursor: pointer; }

/* Add a custom arrow using a pseudo-element */
.custom-select::after {
  content: "▼";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  pointer-events: none;
  /* Prevent interaction with the arrow */ }

/* Style dropdown when focused */
.custom-select select:focus {
  outline: none;
  border-color: #007BFF; }

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 96px;
  padding: 2rem 2rem 1rem 2rem; }

footer {
  display: flex;
  gap: 2rem;
  padding: 4rem;
  margin-top: 4rem;
  background-color: #ffffff;
  align-self: flex-end; }

.nav-links {
  display: flex;
  gap: 2rem;
  list-style: none; }
  .nav-links a {
    display: block;
    text-decoration: none;
    color: #BE1E2D;
    padding: 0.8rem 0;
    border-bottom: solid 3px transparent;
    font-weight: 700;
    letter-spacing: 0.15rem; }
    .nav-links a:hover {
      border-bottom-color: #000000; }
    .nav-links a.login-btn {
      border: solid 1px #000000;
      border-radius: 4px;
      padding: 0.8rem 2rem; }
      .nav-links a.login-btn:hover {
        background-color: rgba(255, 255, 255, 0.3); }

.vertical-menu {
  display: flex;
  flex-direction: column;
  list-style: none; }
  .vertical-menu a {
    display: block;
    padding: 0.25rem 0.25rem 0.25rem 1rem;
    color: #BE1E2D;
    text-decoration: none;
    font-weight: 500;
    letter-spacing: 0.1rem;
    border-left: solid 2px #BE1E2D; }
    .vertical-menu a:hover {
      color: #000000;
      border-left-color: #000000; }

.content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 4rem; }

.conditional-content {
  display: none; }

.page-content-footer {
  display: grid;
  grid-template-rows: 1fr 56px;
  grid-template-areas: "page-content" "page-footer";
  place-items: center;
  width: 100%;
  min-height: 100vh;
  padding-top: 96px; }

.page-content {
  grid-area: page-content;
  place-items: center;
  width: 88%; }
  .page-content .page-title {
    margin-bottom: 4%; }

.page-footer {
  grid-area: page-footer; }

.two-pages {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
  gap: 4rem;
  width: 80%; }

.half-page-left {
  display: grid;
  justify-self: start;
  width: 50%; }

.half-page-right {
  display: grid;
  justify-self: end;
  width: 50%; }

.central-page {
  width: 50%; }

.footnote-light {
  padding: 1rem 0;
  margin-top: 1rem;
  border-top: 1px solid #fff; }

.footnote-dark {
  padding: 1rem 0;
  margin-top: 1rem;
  border-top: 1px solid #000; }

.cardset {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
  justify-content: center;
  justify-items: center; }

.cardset-card {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s; }

.cardset-card:hover {
  transform: translateY(-5px); }

.cardset-card h3 {
  text-align: center;
  margin: 0 0 0.8rem 0; }

.modal-wrapper {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.45);
  z-index: 21474836; }
  .modal-wrapper.active {
    display: flex; }
  .modal-wrapper .modal {
    display: flex;
    flex-direction: column;
    background-color: rgba(255, 255, 255, 0.95);
    border-radius: 2rem;
    padding: 2rem;
    max-width: 80%; }
    .modal-wrapper .modal .modal-controls {
      display: flex;
      justify-content: flex-end; }
    .modal-wrapper .modal .modal-header,
    .modal-wrapper .modal .modal-footer {
      padding: 0 2rem; }
    .modal-wrapper .modal .modal-body {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      padding: 2rem;
      gap: 1.5rem; }
      .modal-wrapper .modal .modal-body .modal-card {
        width: 100%; }
        .modal-wrapper .modal .modal-body .modal-card .modal-card-title {
          margin-bottom: 0.5rem; }

.vertical-label {
  font-size: 0.8rem;
  text-transform: uppercase;
  padding: 0.8rem;
  background-color: rgba(255, 255, 255, 0.85);
  transform: translateY(-50%);
  border-radius: 4px 0 0 4px;
  position: fixed;
  right: -0.2rem;
  top: 50%;
  z-index: 999999;
  writing-mode: vertical-rl;
  text-orientation: sideways;
  cursor: pointer;
  box-shadow: -1px 2px 2px 1px rgba(0, 0, 0, 0.2); }
  .vertical-label.active {
    display: inline-block; }

.tabs-container {
  display: grid;
  justify-items: center;
  align-items: start;
  align-content: start;
  justify-content: stretch;
  gap: 1.5rem;
  width: 100%; }

.tabs-nav {
  display: flex;
  flex-direction: row;
  gap: 0;
  margin: 3rem 0 1rem 0; }

.tab-button {
  border: 0 none;
  background: transparent;
  padding: 0.5rem 1.4rem;
  border-left: solid 1px #202130;
  cursor: pointer; }
  .tab-button:first-child {
    border: 0 none; }

.tab-content {
  display: none;
  width: 100%; }

.tab-content.active {
  display: block; }

.price-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 416px));
  justify-content: center;
  gap: 2rem;
  padding: 0 2rem; }
  .price-cards li {
    list-style: none;
    padding: 0.5rem 0;
    border-top: solid 1px #ffffff; }

.price-card {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  padding: 2rem;
  border: 1px solid #ffffff;
  border-radius: 1rem;
  box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.05);
  background-color: #EBF3FF; }
  .price-card .price-card-price-row {
    display: flex;
    flex-direction: row; }
    .price-card .price-card-price-row .price-item {
      display: flex;
      flex-direction: column;
      padding: 0 1rem;
      border-left: 2px solid #202130; }
    .price-card .price-card-price-row .price-item:first-child {
      padding-left: 0;
      border: 0 none; }

.price {
  color: #000000;
  font-weight: 500; }

.old-price {
  color: #6B6C70;
  text-decoration: line-through;
  font-weight: 300; }

.message-board {
  border-radius: 2rem;
  padding: 2rem;
  margin: 4rem 5rem 2rem 5rem;
  background-color: #ffffff; }

.message-board-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  justify-content: center; }
  .message-board-content .message {
    border-left: solid 1px #202130;
    padding: 0 1.5rem; }
    .message-board-content .message:first-child {
      border: 0 none; }

#homepage header {
  background-color: rgba(0, 5, 8, 0.2);
  position: fixed;
  top: 0;
  z-index: 10000; }

#homepage .heading,
#homepage .subheading {
  color: #ffffff; }

#homepage .nav-links a {
  color: #ffffff; }
  #homepage .nav-links a:hover {
    border-bottom-color: #ffffff; }
  #homepage .nav-links a.login-btn {
    border: solid 1px #ffffff; }
    #homepage .nav-links a.login-btn:hover {
      background-color: rgba(255, 255, 255, 0.3); }

#page_1 {
  background-color: #1D66C3;
  background-image: url("../images/illustrations/home.jpg"); }
  #page_1 .half-page-left {
    gap: 24px; }

#page_2 {
  background-color: #B31D17;
  color: #fff;
  text-align: left;
  background-image: url("../images/illustrations/collaboration.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

#page_3 {
  background-color: #D0AD00;
  color: #000;
  text-align: left;
  background-image: url("../images/illustrations/how-it-works.jpg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover; }
  #page_3 .left-page {
    text-align: right; }

#page_4 {
  background-color: #113F1E;
  color: #fff;
  text-align: center;
  background-image: url("../images/illustrations/opportunity.jpg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover; }
  #page_4 .left-page {
    text-align: right; }
  #page_4 .right-page {
    text-align: left; }

#page_5 {
  background-color: #22225C;
  color: #fff;
  background-image: url("../images/illustrations/value-proposition.jpg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover; }

#page_6 {
  background-color: #0096c7;
  text-align: left; }

#page_7 {
  background-color: #00b4d8;
  text-align: left; }

#subscription {
  background-color: #E2EFFF; }

@media screen and (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto; } }
