.header-container {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  position: absolute;
  align-items: center;
  justify-content: center;
}
.header-navbar-interactive {
  width: 100%;
  display: flex;
  padding: 25px;
  z-index: 100;
  max-width: 1440px;
  align-items: center;
  justify-content: space-between;
}
.header-navlink {
  display: contents;
}
.header-image {
  width: 105px;
  cursor: pointer;
  height: auto;
  text-decoration: none;
}
.header-desktop-menu {
  flex: 1;
  display: flex;
  justify-content: space-between;
}
.header-links {
  flex: 1;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-end;
}
.header-navlink1 {
  color: #ffffff;
  cursor: pointer;
  transition: 0.3s;
  margin-right: 30px;
  text-decoration: none;
}
.header-navlink1:hover {
  color: var(--dl-color-theme-customyellowhighlight);
  transition: ease 1s;
}
.header-navlink2 {
  color: #ffffff;
  cursor: pointer;
  transition: 0.3s;
  margin-left: 0px;
  margin-right: 30px;
  text-decoration: none;
}
.header-navlink2:hover {
  color: var(--dl-color-theme-customyellowhighlight);
  transition: 1s;
}
.header-buttons {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
.header-login {
  font-size: 16px;
  font-style: normal;
  font-family: "Fraunces";
  font-weight: 200;
  border-width: 0px;
  text-transform: none;
  text-decoration: none;
  background-color: var(--dl-color-theme-customyellowhighlight);
}
.header-burger-menu {
  display: none;
}
.header-icon {
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
}
.header-mobile-menu {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  display: none;
  padding: 32px;
  z-index: 100;
  position: absolute;
  flex-direction: column;
  justify-content: space-between;
  background-color: #fff;
}
.header-nav {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.header-top {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-space-space-threeunits);
  justify-content: space-between;
}
.header-navlink3 {
  display: contents;
}
.header-logo {
  height: 2rem;
  text-decoration: none;
}
.header-close-menu {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-icon2 {
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
}
.header-links1 {
  flex: 0 0 auto;
  display: flex;
  align-self: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
.header-navlink4 {
  margin-bottom: var(--dl-space-space-unit);
  text-decoration: none;
}
.header-text {
  margin-bottom: var(--dl-space-space-unit);
}
.header-buttons1 {
  display: flex;
  margin-top: var(--dl-space-space-unit);
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
.header-login1 {
  margin-right: var(--dl-space-space-twounits);
}
@media(max-width: 1200px) {
  .header-container {
    top: 0px;
    left: 0px;
    position: absolute;
  }
}
@media(max-width: 767px) {
  .header-navbar-interactive {
    padding-left: var(--dl-space-space-twounits);
    padding-right: var(--dl-space-space-twounits);
  }
  .header-desktop-menu {
    display: none;
  }
  .header-burger-menu {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header-icon {
    fill: var(--dl-color-theme-customyellowhighlight);
    width: 40px;
    height: 40px;
  }
  .header-mobile-menu {
    background-color: var(--dl-color-theme-customdarkblue);
  }
  .header-logo {
    width: 180px;
    height: auto;
  }
  .header-icon2 {
    fill: var(--dl-color-theme-customyellowhighlight);
    width: 45px;
    height: 45px;
  }
  .header-navlink4 {
    fill: var(--dl-color-theme-customyellowhighlight);
    color: var(--dl-color-theme-customyellowhighlight);
    margin-bottom: var(--dl-space-space-unit);
  }
  .header-text {
    fill: var(--dl-color-theme-customyellowhighlight);
    color: var(--dl-color-theme-customyellowhighlight);
    margin-left: 0;
    margin-bottom: 0px;
  }
  .header-login1 {
    fill: var(--dl-color-theme-neutral-dark);
    color: var(--dl-color-theme-neutral-dark);
    margin-right: 0px;
    background-color: var(--dl-color-theme-customyellowhighlight);
  }
}
@media(max-width: 479px) {
  .header-navbar-interactive {
    padding: var(--dl-space-space-unit);
  }
  .header-mobile-menu {
    padding: 16px;
  }
}

.footer-container {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: center;
  padding-top: 35px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 35px;
  justify-content: center;
}
.footer-container1 {
  flex: 0 0 auto;
  width: 100%;
  height: 100%;
  display: flex;
  max-width: 1440px;
  align-items: flex-start;
  flex-direction: row;
  justify-content: space-between;
}
.footer-text {
  fill: var(--dl-color-theme-neutral-light);
  color: var(--dl-color-theme-neutral-light);
  font-size: 16px;
  font-style: normal;
  font-family: "Fraunces";
  font-weight: 300;
  text-transform: none;
  text-decoration: none;
}
.footer-container2 {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
}
.footer-container3 {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
}
.footer-navlink {
  fill: var(--dl-color-theme-neutral-light);
  color: var(--dl-color-theme-neutral-light);
  font-size: 16px;
  font-style: normal;
  font-family: "Fraunces";
  font-weight: 300;
  margin-right: 30px;
  text-transform: none;
  text-decoration: none;
  z-index: 99;
}
.footer-navlink1 {
  fill: var(--dl-color-theme-neutral-light);
  color: var(--dl-color-theme-neutral-light);
  font-size: 16px;
  font-style: normal;
  font-family: "Fraunces";
  font-weight: 300;
  text-transform: none;
  text-decoration: none;
  z-index: 99;
}
@media(max-width: 767px) {
  .footer-container1 {
    align-items: center;
    flex-direction: column-reverse;
  }
}

.terms-of-use-container {
  width: 100%;
  display: flex;
  overflow: auto;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
  background-color: var(--dl-color-theme-darkblueback);
}
.terms-of-use-main {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: flex-start;
  padding-top: 35px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 35px;
  justify-content: center;
}
.terms-of-use-container1 {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
  max-width: 1200px;
  margin-top: 100px;
  align-items: flex-start;
  justify-content: center;
}
.terms-of-use-container2 {
  flex: 0 0 auto;
  width: 80%;
  height: 100%;
  display: flex;
  z-index: 95;
  position: relative;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
.terms-of-use-text {
  fill: var(--dl-color-theme-neutral-light);
  color: var(--dl-color-theme-neutral-light);
  width: 100%;
  font-size: 70px;
  text-align: left;
  font-family: "Fraunces";
  font-weight: 300;
  text-transform: none;
  text-decoration: none;
}
.terms-of-use-text01 {
  color: var(--dl-color-theme-neutral-light);
}
.terms-of-use-text03 {
  color: var(--dl-color-theme-customyellowhighlight);
}
.terms-of-use-text05 {
  color: var(--dl-color-theme-customyellowhighlight);
}
.terms-of-use-text06 {
  fill: var(--dl-color-theme-lightpurple_highlight);
  color: var(--dl-color-theme-lightpurple_highlight);
  width: 100%;
  padding: 25px;
  align-self: flex-start;
}
.terms-of-use-text13 {
  color: var(--dl-color-theme-neutral-light);
  font-size: 30px;
  font-weight: 300;
  text-transform: none;
  text-decoration: none;
}
.terms-of-use-text14 {
  color: var(--dl-color-theme-neutral-light);
  font-size: 30px;
  font-family: "Fraunces";
  font-weight: 300;
  text-transform: none;
  text-decoration: none;
}
.terms-of-use-text19 {
  color: var(--dl-color-theme-neutral-light);
  font-size: 30px;
  font-weight: 300;
  text-transform: none;
  text-decoration: none;
}
.terms-of-use-text20 {
  color: var(--dl-color-theme-neutral-light);
}
.terms-of-use-text25 {
  color: var(--dl-color-theme-neutral-light);
  font-size: 30px;
  font-weight: 300;
  text-transform: none;
  text-decoration: none;
}
.terms-of-use-text26 {
  color: var(--dl-color-theme-neutral-light);
}
.terms-of-use-text31 {
  color: var(--dl-color-theme-neutral-light);
  font-size: 30px;
  font-weight: 300;
  text-transform: none;
  text-decoration: none;
}
.terms-of-use-text32 {
  color: var(--dl-color-theme-neutral-light);
  font-size: 30px;
  font-family: "Fraunces";
  font-weight: 300;
  text-transform: none;
  text-decoration: none;
}
.terms-of-use-text37 {
  color: var(--dl-color-theme-neutral-light);
  font-size: 30px;
  font-weight: 300;
  text-transform: none;
  text-decoration: none;
}
.terms-of-use-text38 {
  color: var(--dl-color-theme-neutral-light);
}
.terms-of-use-text43 {
  color: var(--dl-color-theme-neutral-light);
  font-size: 30px;
  font-weight: 300;
  text-transform: none;
  text-decoration: none;
}
.terms-of-use-text44 {
  color: var(--dl-color-theme-neutral-light);
}
.terms-of-use-text49 {
  color: var(--dl-color-theme-neutral-light);
  font-size: 30px;
  font-weight: 300;
  text-transform: none;
  text-decoration: none;
}
.terms-of-use-text50 {
  color: var(--dl-color-theme-neutral-light);
}
.terms-of-use-text55 {
  color: var(--dl-color-theme-neutral-light);
  font-size: 30px;
  font-weight: 300;
  text-transform: none;
  text-decoration: none;
}
.terms-of-use-text56 {
  color: var(--dl-color-theme-neutral-light);
}
.terms-of-use-text61 {
  font-size: 30px;
  font-weight: 300;
  text-transform: none;
  text-decoration: none;
}
.terms-of-use-image {
  top: 0;
  right: 700px;
  width: 2000px;
  opacity: 50%;
  z-index: 90;
  position: fixed;
  align-self: center;
  object-fit: cover;
}
.terms-of-use-image1 {
  top: -800px;
  left: 800px;
  width: 2000px;
  opacity: 50%;
  z-index: 90;
  position: fixed;
  object-fit: cover;
}
@media(max-width: 1200px) {
  .terms-of-use-main {
    padding-top: 0px;
  }
  .terms-of-use-container1 {
    height: auto;
    justify-content: space-between;
  }
  .terms-of-use-container2 {
    align-self: flex-end;
    justify-content: flex-end;
  }
  .terms-of-use-text06 {
    width: 100%;
    margin-bottom: 0px;
  }
  .terms-of-use-image1 {
    display: none;
  }
}
@media(max-width: 767px) {
  .terms-of-use-container1 {
    flex-direction: column;
  }
  .terms-of-use-container2 {
    width: 100%;
    padding: 25px;
  }
  .terms-of-use-text {
    font-size: 2rem;
    margin-bottom: 30px;
  }
  .terms-of-use-text06 {
    color: var(--dl-color-theme-lightpurple_highlight);
    padding: 0px;
  }
  .terms-of-use-text08 {
    color: var(--dl-color-theme-lightpurple_highlight);
  }
  .terms-of-use-text11 {
    color: var(--dl-color-theme-lightpurple_highlight);
  }
  .terms-of-use-text17 {
    color: var(--dl-color-theme-lightpurple_highlight);
  }
  .terms-of-use-text20 {
    color: var(--dl-color-theme-neutral-light);
  }
  .terms-of-use-text23 {
    color: var(--dl-color-theme-lightpurple_highlight);
  }
  .terms-of-use-text26 {
    color: var(--dl-color-theme-neutral-light);
  }
  .terms-of-use-text29 {
    color: var(--dl-color-theme-lightpurple_highlight);
  }
  .terms-of-use-text35 {
    color: var(--dl-color-theme-lightpurple_highlight);
  }
  .terms-of-use-text38 {
    color: var(--dl-color-theme-neutral-light);
  }
  .terms-of-use-text41 {
    color: var(--dl-color-theme-lightpurple_highlight);
  }
  .terms-of-use-text43 {
    color: var(--dl-color-theme-neutral-light);
    font-size: 30px;
    font-family: Fraunces;
    font-weight: 300;
    text-transform: none;
    text-decoration: none;
  }
  .terms-of-use-text44 {
    color: var(--dl-color-theme-neutral-light);
    font-size: 30px;
    font-family: Fraunces;
    font-weight: 300;
    text-transform: none;
    text-decoration: none;
  }
  .terms-of-use-text47 {
    color: var(--dl-color-theme-lightpurple_highlight);
  }
  .terms-of-use-text49 {
    color: var(--dl-color-theme-neutral-light);
    font-size: 30px;
    font-family: Fraunces;
    font-weight: 300;
    text-transform: none;
    text-decoration: none;
  }
  .terms-of-use-text50 {
    color: var(--dl-color-theme-neutral-light);
    font-size: 30px;
    font-family: Fraunces;
    font-weight: 300;
    text-transform: none;
    text-decoration: none;
  }
  .terms-of-use-text53 {
    color: var(--dl-color-theme-lightpurple_highlight);
  }
  .terms-of-use-text55 {
    color: var(--dl-color-theme-neutral-light);
    font-size: 30px;
    font-family: Fraunces;
    font-weight: 300;
    text-transform: none;
    text-decoration: none;
  }
  .terms-of-use-text56 {
    color: var(--dl-color-theme-neutral-light);
  }
  .terms-of-use-text59 {
    color: var(--dl-color-theme-lightpurple_highlight);
  }
  .terms-of-use-text61 {
    color: var(--dl-color-theme-neutral-light);
    font-size: 30px;
    font-family: Fraunces;
    font-weight: 300;
    text-transform: none;
    text-decoration: none;
  }
  .terms-of-use-text62 {
    color: var(--dl-color-theme-lightpurple_highlight);
  }
}
