.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.body {
  background-color: #000;
  background-image: url('../images/image1.png'), linear-gradient(90deg, #221456, #200c3f);
  background-position: 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  background-attachment: fixed, scroll;
  justify-content: center;
  align-items: flex-start;
  padding-left: 0;
  font-family: neue-haas-grotesk-display;
  font-size: 1vw;
  font-weight: 100;
  line-height: 1.6;
  display: flex;
  overflow: hidden;
}

.navbar {
  z-index: auto;
  color: #fff;
  background-color: #0000;
  justify-content: flex-end;
  align-items: flex-start;
  height: 45px;
  margin-top: 20px;
  padding: 0;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0000;
  flex-flow: row;
  order: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: flex-end;
  place-items: flex-start end;
  min-width: auto;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  display: grid;
  position: static;
}

.nav-menu {
  color: #fff;
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-start;
  height: 45px;
  min-height: 45px;
  display: block;
}

.nav-link {
  color: #fff;
  background-color: #4a1c9b;
  border-radius: 10px;
  margin-left: 0;
  margin-right: 20px;
  line-height: 0;
  display: none;
}

.nav-link.w--current {
  color: #fff;
  background-color: #7532ea;
}

.nav-link-2 {
  color: #fff;
  background-color: #4a1c9b;
  border-radius: 10px;
  margin-left: 20px;
  margin-right: 20px;
  line-height: 0;
  display: none;
}

.login-btn {
  color: #fff;
  background-color: #4a1c9b;
  border: 2px solid #4a1c9b;
  border-radius: 10px;
  margin-left: 0;
  margin-right: 10px;
  padding: 2em;
  font-family: Montserrat, sans-serif;
  font-size: 1vw;
  line-height: 0;
}

.login-heading {
  opacity: 1;
  outline-offset: 0px;
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border: 0 #000;
  border-radius: 0;
  outline: 0 #fff;
  margin-top: auto;
  font-family: Open Sans, sans-serif;
  font-size: 1.6em;
  font-weight: 300;
  line-height: 1.6em;
  display: flex;
}

.menu-button {
  display: none;
}

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.body-2 {
  background-color: #1b0248;
}

.submit-button {
  background-color: #4a1c9b;
}

.heading-4 {
  color: #fff;
}

.text-field {
  color: #4a1c9b;
  font-weight: 700;
}

.field-label {
  color: #fff;
}

.modal-wrapper {
  z-index: 9999;
  object-fit: fill;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
}

.modal-background {
  z-index: 999;
  color: #fff;
  background-color: #0009;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: auto;
  height: 100%;
  padding: 0%;
  display: flex;
  position: fixed;
  inset: 0;
  box-shadow: 0 2px 5px #0003;
}

.heading-deep-dive {
  color: #6c36e1;
  width: auto;
  min-width: auto;
  height: auto;
  min-height: auto;
  margin-top: auto;
  margin-bottom: auto;
  font-family: Open Sans, sans-serif;
  font-size: 2em;
  line-height: 2em;
}

.modal-text {
  color: #fff;
  white-space: break-spaces;
  word-break: keep-all;
  width: 100%;
  font-size: 1em;
  line-height: 1.2em;
}

.button {
  text-align: center;
  background-color: #6c36e1;
  border-radius: 60px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  margin-right: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 1.8em;
  font-weight: 800;
  line-height: 1.5em;
  display: flex;
  position: relative;
  inset: auto;
  box-shadow: 0 2px 20px #00000094;
}

.button:hover {
  background-color: #310989;
}

.button.w--current {
  text-align: center;
  cursor: pointer;
  border-radius: 60px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  margin-right: 20px;
  font-size: 1.8em;
  display: flex;
  position: relative;
  inset: auto 0% 0%;
  box-shadow: 0 2px 5px #0003;
}

.button.w--current:hover {
  background-color: #2b0d6a;
  margin-right: 40px;
  display: block;
}

.button.w--current:focus {
  background-color: #350b8f;
}

.modal-close-button {
  z-index: 9999;
  text-align: left;
  text-transform: none;
  background-color: #6c36e100;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-family: Varela Round, sans-serif;
  font-size: 1.9em;
  font-weight: 400;
  line-height: 1.2em;
  display: flex;
  position: fixed;
  inset: 0% 0% auto auto;
}

.div-block-4 {
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

    .modal {
        display: none;
        justify-content: center;
        align-items: center;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
        z-index: 1000;
    }

    .modal-card {
        display: flex;
        flex-direction: column;
        justify-content: space-between; /* Push the close button to the bottom */
        background: #191760;
        border-radius: 8px;
        padding: 20px;
        width: 250px;
        max-width: 90%;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    }

    .modal-content {
        flex-grow: 1; /* Expand to fill the available space */
    }

    .closeme {
        text-align: center;
        margin-top: 20px;
        cursor: pointer;
        font-size: 16px;
        color: #7d00fe;
        font-weight: bold;
    }

    .closeme:hover {
        text-decoration: underline;
    }


.h1-centred-fat {
  color: #fff;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 800;
}

.text-field-3 {
  outline-offset: 0px;
  background-color: #4a1c9b52;
  border: 3px solid #842de3;
  border-radius: 10px;
  outline: 3px solid #0000;
  font-family: Montserrat, sans-serif;
}

.submit-button-2 {
  -webkit-text-stroke-color: #ffffff4d;
  background-color: #b532ec4d;
  border-radius: 10px;
  width: 100%;
  min-width: auto;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.error-message {  
    background-color: #0000006e;
    font-family: 'Montserrat', sans-serif; /* Update to your preferred font */
    font-size: 14px; /* Adjust font size */
    color: #fff; /* Set the color for the error message */
    margin-top: 10px; /* Add spacing from other elements */
    text-align: center; /* Align the text */
    font-weight: 600; /* Make the font slightly bold */
    display: none; /* Keep it hidden by default */
}

.error-message div {
    padding: 5px; /* Add padding for a cleaner look */
}

.password-input {
  padding-right: 40px;
  font-weight: 800;
  color: #fff !important;
}

.close-heading {
  justify-content: center;
  align-items: flex-end;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 1.4em;
  font-weight: 400;
  line-height: 1em;
  display: block;
}


.success-message {
  background-color: #000c;
}

.grid-container {
  grid-column-gap: 0px;
  grid-row-gap: 25px;
  grid-template: ". . ."
                 "Area Area Area"
                 "Area-2 Area-2 Area-2"
                 / auto 1fr auto;
  grid-auto-columns: 1fr;
  width: 100%;
  height: auto;
  margin-top: 80px;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

.title-area {
  min-width: auto;
  min-height: auto;
  margin-top: -35px;
  padding-left: 10px;
  display: block;
}

.social-links-area {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  height: 49px;
  margin-top: -65px;
  padding-left: 10px;
  display: flex;
}

.right-text-area {
  padding-right: 20px;
}

.empty {
    display: flex;
}

.vertical-text-left {
  color: #fff;
  writing-mode: vertical-lr;
  text-orientation: mixed;
  white-space: nowrap;
  grid-area: 1 / 1;
  align-self: start;
  padding-left: 0px;
  font-family: neue-haas-grotesk-display;
  font-size: 1.7em;
  font-weight: 100;
  animation: 1.5s ease-in-out forwards slideInVertical;
  transform: rotate(180deg);
}

.main-title {
  color: #fff;
  text-shadow: 0 1px 12px #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: neue-haas-grotesk-display;
  font-size: 6em;
  font-weight: 100;
  line-height: 1;
  animation: 1.5s ease-in-out forwards slideInHorizontal;
}

.linkedin, .facebook {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #fff;
  text-transform: uppercase;
  background-color: #705cf6;
  border-radius: 5px;
  padding: 10px 20px;
  text-decoration: none;
  display: flex;
}

.resume {
  color: #fff;
  text-transform: uppercase;
  background-color: #705cf6;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 2em;
  font-size: 1vw;
  text-decoration: none;
  display: flex;
}

.password-container {
  width: 100%;
  position: relative;
}

.code-embed {
  width: auto;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

.text-block {
  display: block;
}

.social-link {
  color: #6d5ded;
  height: 49px;
  font-size: 4.2em;
  line-height: 1;
}

.content {
  width: 100%;
  min-width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: block;
  padding:20px;
}

.text-block-2 {
  padding: 1vw;
  font-family: Montserrat, sans-serif;
  font-size: 2em;
  font-weight: 500;
}

.persona {
  flex-flow: column;
  width: 150px;
  height: 200px;
  display: flex;
}

.div-block-6 {
  outline-offset: 0px;
  border: 0 #0000;
  border-radius: 8px;
  outline: 5px #8d4bf6;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.heading-5 {
  color: #fff;
  text-align: center;
  font-size: 1.3em;
}

.button-2 {
  text-align: center;
  background-color: #8d4bf6;
  border-radius: 10px;
  width: 100%;
  font-weight: 700;
}

.div-block-7 {
  font-size: .5vw;
}

.image-39 {
  font-size: 1vw;
}

.access-btn {
  color: #fff;
  background-color: #4a1c9b00;
  border: 2px solid #693cb9;
  border-radius: 10px;
  margin-left: 0;
  margin-right: 0;
  padding: 2em;
  font-family: Montserrat, sans-serif;
  font-size: 1vw;
  line-height: 0;
}

.request-access {
  background-color: #0000;
  border: 3px solid #4a1c9b;
  border-radius: 10px;
  margin-right: 20px;
  padding: 2em;
  font-family: Montserrat, sans-serif;
  line-height: 0;
  display: inline-block;
}

.modal1 {
  z-index: 999;
  display: flex;
  position: fixed;
  inset: 0%;
}

.select-field {
  -webkit-text-stroke-color: #fff0;
  background-color: #842de3;
  border-radius: 10px;
}

.heading-6 {
  margin-top: 0;
}

.text-block-3 {
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.option-container {
  width: 100%;
  position: relative;
}

.select-field-2 {
  font-weight: 400;
  color: #fff !important;
}

@media screen and (min-width: 1280px) {
  .grid-container {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (min-width: 1440px) {
  .login-btn {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .grid-container {
    width: 100%;
    height: 100vh;
  }

  .main-title {
    font-size: 9vw;
    line-height: 1em;
  }

  .access-btn {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media screen and (min-width: 1920px) {
  .body {
    padding-right: 40px;
    display: block;
  }

  .login-btn {
    padding: 30px 25px;
    font-family: Montserrat, sans-serif;
    font-size: 1.4em;
  }

  .grid-container {
    width: 100vw;
  }

  .social-links-area {
    margin-top: -100px;
    padding-left: 10px;
  }

  .main-title {
    font-size: 12em;
  }

  .access-btn {
    padding: 30px 25px;
    font-family: Montserrat, sans-serif;
    font-size: 1.4em;
  }
}

@media screen and (max-width: 991px) {
  .body {
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .container {
    background-color: #441f9500;
    margin-top: 0;
  }

  .nav-menu {
    background-color: #c8c8c800;
  }

  .nav-link, .nav-link-2 {
    text-align: center;
    border-radius: 0;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .login-btn {
    text-align: center;
    border-radius: 10px;
    margin: auto;
  }

  .menu-button {
    background-color: #ffffff03;
  }

  .menu-button.w--open {
    background-color: #c8c8c800;
  }

  .icon {
    color: #673bb5;
    font-size: 40px;
  }

  .grid-container {
    margin-top: 10%;
  }

  .title-area {
    margin-top: -20px;
  }

  .social-links-area {
    height: 49px;
    margin-top: -20px;
    display:block;
    opacity:1;
  }

  .vertical-text-left {
    font-size: 2em;
  }

  .main-title {
    margin-top: 0;
    font-size: 8vw;
    line-height: 1em;
  }

  .resume {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-weight: 700;
  }

  .social-link {
    height: 49px;
    font-size: 1vh;
    line-height: 1.6;
  }

  .text-block-2 {
    font-family: Montserrat, sans-serif;
    font-size: 2em;
  }

  .access-btn {
    text-align: center;
    border-radius: 10px;
    margin: auto;
  }
}

@media screen and (max-width: 767px) {
  .body {
    background-position: 100% 0;
    padding-right: 40px;
  }

  .login-btn {
    padding: 1.5em;
    font-size:1em;
  }

  .close-heading {
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .grid-container {
    margin-top: 13%;
  }

  .main-title {
    font-size: 8vw;
    line-height: 1em;
  }

  .resume {
    height: 2rem;
  }

  .social-link {
    height: 49px;
    font-size: 1vh;
  }

  .access-btn {
    padding-top: 2em;
  }
}

@media screen and (max-width: 479px) {
  .body {
    background-image: linear-gradient(#000000bd, #000000bd), url('../images/image1.png');
    background-position: 0 0, -552px;
    background-repeat: repeat, repeat-x;
    background-size: auto, cover;
    padding-left: 20px;
    padding-right: 20px;
  }

  .navbar {
    margin-top: 20px;
    padding: 0;
  }

  .container {
    justify-content: flex-end;
    align-items: stretch;
    display: flex;
  }

  .login-btn {
    font-size: 1em;
  }

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

  .heading-deep-dive {
    text-align: center;
    line-height: 1em;
  }

  .grid-container {
    height: 100%;
    margin-top: 30%;
  }

  .title-area {
    height: 2rem;
    margin-top: -23px;
  }

  .social-links-area {
    flex-flow: row;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    margin-top: -50px;
  }

  .vertical-text-left {
    font-size: 9em;
   /* margin-right: -34px;*/
  }

  .main-title {
    text-align: left;
    margin-top: 0;
    font-size: 13vw;
    line-height: 1em;
  }

  .resume {
    height: 2rem;
  }

  .social-link {
    height: 49px;
    font-size: 1vh;
  }

  .text-block-2 {
    font-size: 16px;
  }

  .image-38 {
    min-width: 100%;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .access-btn {
    margin-right: auto;
    font-size: 10px;
  }
}

#w-node-_9bf89bc2-8362-e1f2-c10b-0a0a8ef015cc-f6631136, #w-node-_103c11b1-e6d1-08de-0b1f-9dba30c6ebe7-f6631136, #w-node-_9bf89bc2-8362-e1f2-c10b-0a0a8ef015cc-d171bde4, #w-node-_103c11b1-e6d1-08de-0b1f-9dba30c6ebe7-d171bde4 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

@media screen and (max-width: 479px) {
  #w-node-_103c11b1-e6d1-08de-0b1f-9dba30c6ebe7-f6631136, #w-node-_103c11b1-e6d1-08de-0b1f-9dba30c6ebe7-d171bde4 {
    justify-self: center;
  }
}


@font-face {
  font-family: 'Fa Duotone 900';
  src: url('../fonts/fa-duotone-900.woff2') format('woff2'), url('../fonts/fa-duotone-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Sharp Solid 900';
  src: url('../fonts/fa-sharp-solid-900.woff2') format('woff2'), url('../fonts/fa-sharp-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2'), url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 300';
  src: url('../fonts/fa-light-300.woff2') format('woff2'), url('../fonts/fa-light-300.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 100';
  src: url('../fonts/fa-thin-100.woff2') format('woff2'), url('../fonts/fa-thin-100.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa V 4 Compatibility';
  src: url('../fonts/fa-v4compatibility.woff2') format('woff2'), url('../fonts/fa-v4compatibility.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2'), url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2'), url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ldr 3';
  src: url('../fonts/ldr3.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}