.header-wrapper {
  display: contents;
}
.header-header {
  width: 1434px;
  display: flex;
  position: relative;
  transition: 0.3s;
  align-items: center;
  animation-name: fadeInDownBig;
  flex-direction: column;
  animation-delay: 0s;
  animation-duration: 1000ms;
  animation-direction: normal;
  animation-iteration-count: 1;
  animation-timing-function: ease;
}

.header-navbar {
  width: 100%;
  height: 130px;
  display: flex;
  position: relative;
  max-width: auto;
  align-self: center;
  align-items: center;
  padding-top: var(--dl-space-space-unit);
  padding-left: var(--dl-space-space-unit);
  padding-right: var(--dl-space-space-unit);
  padding-bottom: var(--dl-space-space-unit);
  justify-content: center;
}
.header-desktop-menu {
  display: flex;
  position: relative;
}
.header-nav {
  gap: var(--dl-space-space-twounits);
  flex: 0 0 auto;
  color: #ffffff;
  width: auto;
  height: 60px;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-end;
}
.header-navlink1 {
  color: rgb(255, 255, 255);
  text-decoration: none;
}
.header-navlink2 {
  color: rgb(255, 255, 255);
  text-decoration: none;
}
.header-navlink3 {
  color: rgb(255, 255, 255);
  text-decoration: none;
}
.header-button1 {
  color: rgb(255, 255, 255);
}
.header-burger-menu {
  display: none;
  align-items: center;
  justify-content: center;
}
.header-icon1 {
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
}
.header-button3 {
  right: var(--dl-space-space-threeunits);
  position: absolute;
  align-self: center;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: auto;
  padding-bottom: var(--dl-space-space-unit);
}
.header-image {
  top: 0px;
  left: 0px;
  width: 10%;
  bottom: 0px;
  height: auto;
  margin: auto;
  position: absolute;
  align-self: center;
  margin-top: auto;
  object-fit: cover;
  margin-left: auto;
  margin-right: 20px;
  margin-bottom: auto;
}
.page-navlink1 {
  display: flex;
  align-items: center;
}

.register-fragment14 {
  display: contents;
}
.register-text16 {
  display: inline-block;
}
.register-fragment13 {
  display: contents;
}
.register-text13 {
  display: inline-block;
}
.register-fragment11 {
  display: contents;
}
.register-text11 {
  display: inline-block;
}
.register-fragment10 {
  display: contents;
}
.register-text10 {
  display: inline-block;
}
.register-fragment12 {
  display: contents;
}
.register-text12 {
  display: inline-block;
}

.headerroot-class-name3 {
  width: 90%;
}

@media (max-width: 991px) {
  .header-desktop-menu {
    display: none;
  }
  .header-burger-menu {
    display: flex;
  }
  .header-button2 {
    width: 102px;
    display: flex;
    padding: var(--dl-space-space-unit);
    position: relative;
    flex-direction: row;
  }
  .header-icon1 {
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: auto;
    margin: auto;
    position: absolute;
    align-self: stretch;
  }
}
@media (max-width: 767px) {
  .header-navbar {
    padding-left: var(--dl-space-space-twounits);
    padding-right: var(--dl-space-space-twounits);
  }
  .header-image {
    width: 15%;
    height: auto;
  }
}
@media (max-width: 479px) {
  .header-navbar {
    height: 111px;
    padding: var(--dl-space-space-unit);
  }
  .header-burger-menu {
    position: relative;
  }
  .header-button2 {
    top: -18px;
    left: -86px;
    height: 30%;
    margin: auto;
    position: absolute;
  }
  .header-button3 {
    top: 0px;
    right: 24px;
    bottom: 0px;
    margin: auto;
    position: absolute;
  }
  .header-image {
    width: 102px;
    height: 106px;
  }
}

.sign-up-wrapper {
  display: contents;
}
.sign-up-container1 {
  width: 100%;
  height: 900px;
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
.sign-up-container2 {
  top: 0px;
  flex: 0 0 auto;
  left: 0px;
  right: 0px;
  width: 100%;
  bottom: 0px;
  height: 100%;
  display: flex;
  position: absolute;
  align-items: flex-start;
  flex-direction: column;
  background-color: rgba(0, 0, 0, 0.4);
}
.sign-up-max-width {
  gap: var(--dl-space-space-unit);
  width: 100%;
  height: 100%;
  display: flex;
  z-index: 100;
  overflow: hidden;
  align-items: center;
  flex-shrink: 0;
  justify-content: center;
}
.sign-up-form1 {
  gap: var(--dl-space-space-twounits);
  width: auto;
  display: flex;
  align-items: center;
  border-radius: var(--dl-radius-radius-radius4);
  flex-direction: column;
  justify-content: flex-end;
  background-color: var(--dl-color-theme-neutral-light);
}
.sign-up-title-root {
  gap: var(--dl-space-space-halfunit);
  display: flex;
  align-items: center;
  flex-direction: column;
}
.sign-up-text10 {
  text-align: center;
}
.sign-up-navlink {
  text-decoration: underline;
}
.sign-up-text12 {
  text-align: center;
}
.sign-up-form2 {
  gap: var(--dl-space-space-unit);
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
}
.sign-up-email {
  gap: var(--dl-space-space-halfunit);
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
}
.sign-up-textinput {
  width: 100%;
}
.sign-up-container3 {
  gap: var(--dl-space-space-halfunit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-end;
}
.sign-up-terms-agree {
  gap: var(--dl-space-space-halfunit);
  display: flex;
  padding: var(--dl-space-space-halfunit);
  align-items: center;
}
.sign-up-newsletter {
  gap: var(--dl-space-space-halfunit);
  display: flex;
  padding: var(--dl-space-space-halfunit);
  align-items: center;
}
.sign-up-button {
  width: 100%;
}
.sign-up-text18 {
  text-align: center;
}
.register-fragment15 {
  display: contents;
}
.register-text21 {
  display: inline-block;
}
.register-fragment18 {
  display: contents;
}
.register-text30 {
  display: inline-block;
}
.register-fragment17 {
  display: contents;
}
.register-text25 {
  display: inline-block;
}
.register-fragment16 {
  display: contents;
}
.register-text24 {
  display: inline-block;
}
@media (max-width: 991px) {
  .sign-up-container1 {
    gap: var(--dl-space-space-twounits);
    height: auto;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
  .sign-up-max-width {
    width: 100%;
    padding: var(--dl-space-space-fourunits);
  }
}
@media (max-width: 479px) {
  .sign-up-max-width {
    padding: var(--dl-space-space-oneandhalfunits);
  }
  .sign-up-form1 {
    padding-left: var(--dl-space-space-oneandhalfunits);
    padding-right: var(--dl-space-space-oneandhalfunits);
  }
  .sign-up-text10 {
    text-align: center;
  }
  .sign-up-text11 {
    text-align: center;
  }
  .sign-up-button {
    width: 100%;
  }
}

.contact-us-wrapper {
  display: contents;
}
.contact-us-contact-us {
  gap: var(--dl-space-space-threeunits);
  width: 80%;
  height: auto;
  display: flex;
  padding: var(--dl-space-space-twounits);
  position: relative;
  max-width: auto;
  flex-direction: row;
}
.contact-us-row {
  gap: var(--dl-space-space-threeunits);
  width: 589px;
  height: 100%;
  display: flex;
  flex-direction: row;
}
.contact-us-container1 {
  width: 279px;
  height: auto;
  display: flex;
  flex-direction: column;
}
.contact-us-card1 {
  width: 60%;
  display: flex;
  padding: var(--dl-space-space-oneandhalfunits);
  align-items: center;
  flex-direction: column;
  background-color: #000000;
}
.contact-us-image1 {
  width: 240px;
  object-fit: cover;
}
.contact-us-container2 {
  flex: 0 0 auto;
  width: 250px;
  height: 362px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.contact-us-card2 {
  width: 238px;
  height: 236px;
  display: flex;
  padding: var(--dl-space-space-oneandhalfunits);
  align-items: center;
  flex-direction: column;
  background-color: var(--dl-color-theme-accent2);
}
.contact-us-image2 {
  width: 200px;
  object-fit: cover;
}
.contact-us-column {
  flex: 1;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-end;
}
.contact-us-card3 {
  gap: var(--dl-space-space-twounits);
  width: 90%;
  display: flex;
  align-items: flex-start;
  padding-top: var(--dl-space-space-fourunits);
  padding-left: var(--dl-space-space-unit);
  padding-right: var(--dl-space-space-unit);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-fourunits);
  background-color: #8fa7df;
}
.contact-us-content {
  gap: var(--dl-space-space-unit);
  width: 100%;
  height: 107px;
  display: flex;
  max-width: 460px;
  align-items: flex-start;
  flex-direction: column;
}
.contact-us-header {
  color: rgb(0, 0, 0);
}
.contact-us-description1 {
  color: rgb(0, 0, 0);
  width: 465px;
  height: 139px;
  font-size: 18px;
  max-width: 500px;
  line-height: 27px;
}
.contact-us-button {
  margin-top: var(--dl-space-space-oneandhalfunits);
}
.contact-us-description2 {
  color: rgb(0, 0, 0);
  width: 100%;
  font-size: 15px;
  max-width: auto;
  text-align: right;
  line-height: 15px;
}
.register-fragment22 {
  display: contents;
}
.register-description2 {
  display: inline-block;
}
.register-fragment21 {
  display: contents;
}
.register-description1 {
  display: inline-block;
}
.register-fragment19 {
  display: contents;
}
.register-text31 {
  display: inline-block;
}
.register-fragment20 {
  display: contents;
}
.register-text32 {
  display: inline-block;
}

.contact-usroot-class-name6 {
  width: 80%;
  height: auto;
  max-width: auto;
}

@media (max-width: 1200px) {
  .contact-us-contact-us {
    width: 90%;
    margin-right: var(--dl-space-space-oneandhalfunits);
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
  }
  .contact-us-row {
    width: 40%;
    position: relative;
  }
  .contact-us-container1 {
    width: 183px;
  }
  .contact-us-card1 {
    width: 100%;
  }
  .contact-us-container2 {
    width: 50%;
  }
  .contact-us-card2 {
    top: 29px;
    left: 263px;
    width: 194px;
    height: 170px;
    margin: auto;
    position: absolute;
    align-self: center;
  }
  .contact-us-image2 {
    width: 130px;
  }
  .contact-us-card3 {
    width: 90%;
  }
  .contact-usroot-class-name6 {
    width: 90%;
    height: 100%;
    margin-right: 0px;
    margin-bottom: var(--dl-space-space-threeunits);
  }
}
@media (max-width: 991px) {
  .contact-us-contact-us {
    height: auto;
    align-items: center;
    flex-direction: column;
  }
  .contact-us-row {
    gap: var(--dl-space-space-threeunits);
    width: 100%;
    height: 555px;
    align-items: center;
    justify-content: center;
  }
  .contact-us-card1 {
    width: 100%;
    aspect-ratio: 0.85;
  }
  .contact-us-image1 {
    width: 100%;
  }
  .contact-us-card2 {
    width: 40%;
    height: 351px;
    aspect-ratio: 0.85;
  }
  .contact-us-image2 {
    top: 0px;
    left: 0px;
    right: 0px;
    width: 80%;
    bottom: 0px;
    margin: auto;
    position: absolute;
  }
  .contact-us-column {
    width: 50%;
    height: auto;
  }
  .contact-us-card3 {
    width: auto;
  }
  .contact-us-description1 {
    width: 70%;
    height: auto;
    max-width: 80%;
  }
}
@media (max-width: 767px) {
  .contact-us-contact-us {
    gap: var(--dl-space-space-oneandhalfunits);
    padding-left: var(--dl-space-space-oneandhalfunits);
    padding-right: var(--dl-space-space-oneandhalfunits);
  }
  .contact-us-row {
    gap: var(--dl-space-space-oneandhalfunits);
    height: 555px;
  }
  .contact-us-card1 {
    padding: var(--dl-space-space-unit);
  }
  .contact-us-image1 {
    width: 100%;
  }
  .contact-us-card2 {
    height: 45%;
    padding: var(--dl-space-space-unit);
    margin-top: 0px;
  }
  .contact-us-card3 {
    gap: var(--dl-space-space-threeunits);
    padding: var(--dl-space-space-threeunits);
    align-items: center;
  }
  .contact-us-content {
    align-items: center;
  }
  .contact-us-header {
    font-size: 32px;
    text-align: center;
  }
  .contact-us-description1 {
    height: 128px;
    font-size: 14px;
    text-align: center;
    line-height: 21px;
  }
  .contact-us-button {
    margin-top: 0px;
  }
  .contact-us-description2 {
    font-size: 14px;
    text-align: center;
    line-height: 21px;
  }
  .register-text38 {
    font-size: 14px;
    text-align: center;
    line-height: 21px;
  }
  .register-text39 {
    font-size: 14px;
    text-align: center;
    line-height: 21px;
  }
  .register-text40 {
    font-size: 14px;
    text-align: center;
    line-height: 21px;
  }
  .register-text33 {
    font-size: 14px;
    text-align: center;
    line-height: 21px;
  }
  .register-text34 {
    font-size: 14px;
    text-align: center;
    line-height: 21px;
  }
  .register-text35 {
    font-size: 14px;
    text-align: center;
    line-height: 21px;
  }
  .register-text36 {
    font-size: 14px;
    text-align: center;
    line-height: 21px;
  }
}
@media (max-width: 479px) {
  .contact-us-row {
    height: 350px;
  }
  .contact-us-card2 {
    top: 81px;
    left: 173px;
    height: auto;
    margin: auto;
    position: absolute;
  }
}

.footer-wrapper {
  display: contents;
}
.footer-footer {
  gap: var(--dl-space-space-threeunits);
  width: 100%;
  display: flex;
  position: relative;
  max-width: 1440px;
  align-items: flex-start;
  padding-top: 120px;
  padding-left: var(--dl-space-space-fiveunits);
  padding-right: var(--dl-space-space-fiveunits);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-threeunits);
}
.footer-main {
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  justify-content: space-between;
}
.footer-branding {
  gap: var(--dl-space-space-threeunits);
  height: 272px;
  display: flex;
  max-width: 600px;
  align-items: flex-start;
  flex-direction: column;
}
.footer-heading1 {
  gap: var(--dl-space-space-threeunits);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.footer-logo {
  color: rgb(255, 255, 255);
}
.footer-caption {
  color: rgb(255, 255, 255);
}
.footer-socials1 {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
.footer-twitter1 {
  text-decoration: none;
}
.footer-image1 {
  width: 100px;
  object-fit: cover;
}
.footer-discord1 {
  text-decoration: none;
}
.footer-image2 {
  width: 100px;
  object-fit: cover;
}
.footer-links {
  gap: 120px;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
}
.footer-list1 {
  gap: var(--dl-space-space-threeunits);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.footer-heading2 {
  color: rgb(255, 255, 255);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
}
.footer-items1 {
  gap: var(--dl-space-space-oneandhalfunits);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.footer-link1 {
  color: rgb(255, 255, 255);
}
.footer-link2 {
  color: rgb(255, 255, 255);
}
.footer-link3 {
  color: rgb(255, 255, 255);
}
.footer-link4 {
  color: rgb(255, 255, 255);
}
.footer-list2 {
  gap: var(--dl-space-space-threeunits);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.footer-heading3 {
  color: rgb(255, 255, 255);
}
.footer-items2 {
  gap: var(--dl-space-space-oneandhalfunits);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.footer-link5 {
  color: rgb(255, 255, 255);
}
.footer-link6 {
  color: rgb(255, 255, 255);
}
.footer-link7 {
  color: rgb(255, 255, 255);
}
.footer-link8 {
  color: rgb(255, 255, 255);
}
.footer-link9 {
  color: rgb(255, 255, 255);
}
.footer-socials2 {
  gap: var(--dl-space-space-unit);
  display: none;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
.footer-twitter2 {
  text-decoration: none;
}
.footer-image3 {
  width: 100px;
  object-fit: cover;
}
.footer-discord2 {
  text-decoration: none;
}
.footer-image4 {
  width: 100px;
  object-fit: cover;
}
.footer-copyright {
  color: rgb(255, 255, 255);
}
.register-fragment24 {
  display: contents;
}
.register-text45 {
  display: inline-block;
}
.register-fragment36 {
  display: contents;
}
.register-text57 {
  display: inline-block;
}
.register-fragment31 {
  display: contents;
}
.register-text52 {
  display: inline-block;
}
.register-fragment32 {
  display: contents;
}
.register-text53 {
  display: inline-block;
}
.register-fragment26 {
  display: contents;
}
.register-text47 {
  display: inline-block;
}
.register-fragment35 {
  display: contents;
}
.register-text56 {
  display: inline-block;
}
.register-fragment23 {
  display: contents;
}
.register-text44 {
  display: inline-block;
}
.register-fragment29 {
  display: contents;
}
.register-text50 {
  display: inline-block;
}
.register-fragment25 {
  display: contents;
}
.register-text46 {
  display: inline-block;
}
.register-fragment28 {
  display: contents;
}
.register-text49 {
  display: inline-block;
}
.register-fragment30 {
  display: contents;
}
.register-text51 {
  display: inline-block;
}
.register-fragment27 {
  display: contents;
}
.register-text48 {
  display: inline-block;
}
.register-fragment33 {
  display: contents;
}
.register-text54 {
  display: inline-block;
}
.register-fragment34 {
  display: contents;
}
.register-text55 {
  display: inline-block;
}

@media (max-width: 767px) {
  .footer-footer {
    gap: var(--dl-space-space-oneandhalfunits);
    padding-top: var(--dl-space-space-fourunits);
    padding-left: var(--dl-space-space-oneandhalfunits);
    padding-right: var(--dl-space-space-oneandhalfunits);
  }
  .footer-main {
    gap: var(--dl-space-space-threeunits);
    flex-direction: column;
    justify-content: flex-start;
  }
  .footer-branding {
    height: 164px;
  }
  .footer-heading1 {
    gap: var(--dl-space-space-unit);
  }
  .footer-logo {
    font-size: 20px;
    line-height: 24px;
  }
  .footer-caption {
    width: 80%;
    font-size: 12px;
    line-height: 18px;
  }
  .footer-socials1 {
    display: none;
  }
  .footer-links {
    gap: var(--dl-space-space-fourunits);
    width: 100%;
    justify-content: flex-start;
  }
  .footer-list1 {
    gap: var(--dl-space-space-oneandhalfunits);
  }
  .footer-list2 {
    gap: var(--dl-space-space-oneandhalfunits);
  }
  .footer-socials2 {
    display: flex;
  }
}

.register-container1 {
  width: 100%;
  display: flex;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
  background-color: #161616;
}
.register-fragment10 {
  display: contents;
}
.register-text10 {
  display: inline-block;
}
.register-fragment11 {
  display: contents;
}
.register-text11 {
  display: inline-block;
}
.register-fragment12 {
  display: contents;
}
.register-text12 {
  display: inline-block;
}
.register-fragment13 {
  display: contents;
}
.register-text13 {
  display: inline-block;
}
.register-fragment14 {
  display: contents;
}
.register-text16 {
  display: inline-block;
}
.register-hero {
  gap: var(--dl-space-space-fiveunits);
  height: 479px;
  display: flex;
  max-width: 100%;
  align-self: stretch;
  padding-top: var(--dl-space-space-fourunits);
  padding-left: var(--dl-space-space-fiveunits);
  padding-right: var(--dl-space-space-fiveunits);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-sixunits);
  background-size: cover;
  background-image: url("../img/background.webp");
  background-position: top;
}
.register-heading {
  gap: var(--dl-space-space-twounits);
  display: flex;
  align-items: center;
  animation-name: none;
  flex-direction: column;
  animation-delay: 0s;
  animation-duration: 300ms;
  animation-direction: normal;
  animation-iteration-count: 1;
  animation-timing-function: ease;
}
.register-header {
  color: rgb(255, 255, 255);
  font-size: 90px;
  max-width: 900px;
  font-style: normal;
  text-align: center;
  font-weight: 500;
  line-height: 108px;
  animation-name: fadeIn;
  animation-delay: 0s;
  animation-duration: 3000ms;
  animation-direction: normal;
  animation-iteration-count: 1;
  animation-timing-function: ease;
}
.register-fragment15 {
  display: contents;
}
.register-text21 {
  display: inline-block;
}
.register-fragment16 {
  display: contents;
}
.register-text24 {
  display: inline-block;
}
.register-fragment17 {
  display: contents;
}
.register-text25 {
  display: inline-block;
}
.register-fragment18 {
  display: contents;
}
.register-text30 {
  display: inline-block;
}
.register-container2 {
  flex: 0 0 auto;
  width: 100%;
  border: 2px dashed rgba(120, 120, 120, 0.4);
  height: 20px;
  display: flex;
  margin-top: var(--dl-space-space-threeunits);
  align-items: flex-start;
  margin-bottom: var(--dl-space-space-threeunits);
}
.register-fragment19 {
  display: contents;
}
.register-text31 {
  display: inline-block;
}
.register-fragment20 {
  display: contents;
}
.register-text32 {
  display: inline-block;
}
.register-fragment21 {
  display: contents;
}
.register-description1 {
  display: inline-block;
}
.register-fragment22 {
  display: contents;
}
.register-description2 {
  display: inline-block;
}
.register-container3 {
  flex: 0 0 auto;
  width: 100%;
  border: 2px dashed rgba(120, 120, 120, 0.4);
  height: 20px;
  display: flex;
  align-items: flex-start;
}
.register-fragment23 {
  display: contents;
}
.register-text44 {
  display: inline-block;
}
.register-fragment24 {
  display: contents;
}
.register-text45 {
  display: inline-block;
}
.register-fragment25 {
  display: contents;
}
.register-text46 {
  display: inline-block;
}
.register-fragment26 {
  display: contents;
}
.register-text47 {
  display: inline-block;
}
.register-fragment27 {
  display: contents;
}
.register-text48 {
  display: inline-block;
}
.register-fragment28 {
  display: contents;
}
.register-text49 {
  display: inline-block;
}
.register-fragment29 {
  display: contents;
}
.register-text50 {
  display: inline-block;
}
.register-fragment30 {
  display: contents;
}
.register-text51 {
  display: inline-block;
}
.register-fragment31 {
  display: contents;
}
.register-text52 {
  display: inline-block;
}
.register-fragment32 {
  display: contents;
}
.register-text53 {
  display: inline-block;
}
.register-fragment33 {
  display: contents;
}
.register-text54 {
  display: inline-block;
}
.register-fragment34 {
  display: contents;
}
.register-text55 {
  display: inline-block;
}
.register-fragment35 {
  display: contents;
}
.register-text56 {
  display: inline-block;
}
.register-fragment36 {
  display: contents;
}
.register-text57 {
  display: inline-block;
}
.register-container5 {
  display: contents;
}
@media (max-width: 767px) {
  .register-hero {
    padding-top: var(--dl-space-space-threeunits);
    padding-left: var(--dl-space-space-oneandhalfunits);
    padding-right: var(--dl-space-space-oneandhalfunits);
    padding-bottom: var(--dl-space-space-twounits);
  }
  .register-heading {
    gap: var(--dl-space-space-unit);
  }
  .register-header {
    font-size: 36px;
    max-width: 70%;
    line-height: 43px;
  }
  .register-text19 {
    font-size: 36px;
    max-width: 70%;
    line-height: 43px;
  }
  .register-text33 {
    font-size: 14px;
    text-align: center;
    line-height: 21px;
  }
  .register-text34 {
    font-size: 14px;
    text-align: center;
    line-height: 21px;
  }
  .register-text35 {
    font-size: 14px;
    text-align: center;
    line-height: 21px;
  }
  .register-text36 {
    font-size: 14px;
    text-align: center;
    line-height: 21px;
  }
  .register-text38 {
    font-size: 14px;
    text-align: center;
    line-height: 21px;
  }
  .register-text39 {
    font-size: 14px;
    text-align: center;
    line-height: 21px;
  }
  .register-text40 {
    font-size: 14px;
    text-align: center;
    line-height: 21px;
  }
}
