.navbar2-wrapper {
  display: contents;
}
 
.navbar2-container {
  width: 100%;
  display: flex;
  position: relative;
  justify-content: center;
  background-color: var(--dl-color-theme-neutral-light);
}
 
.navbar2-navbar-interactive {
  width: 100%;
  height: 109px;
  display: flex;
  align-items: center;
  padding-top: var(--dl-layout-space-twounits);
  padding-left: var(--dl-layout-space-threeunits);
  padding-right: var(--dl-layout-space-threeunits);
  padding-bottom: var(--dl-layout-space-twounits);
  justify-content: space-between;
  background-color: #ffffff;
}
 
.navbar2-image1 {
  width: 90px;
  height: 90px;
  object-fit: cover;
}
 
.navbar2-navlink {
  color: #000604;
  font-family: "Urbanist";
  font-weight: 700;
  letter-spacing: 1.5px;
  text-decoration: none;
}
 
.navbar2-desktop-menu {
  flex: 1;
  display: flex;
  justify-content: space-between;
}
 
.navbar2-links1 {
  gap: var(--dl-layout-space-twounits);
  flex: 1;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-end;
}
 
.navbar2-link11 {
  font-family: "Urbanist";
  text-decoration: none;
}
 
.navbar2-link21 {
  font-family: "Urbanist";
  text-decoration: none;
}
 
.navbar2-link31 {
  font-family: "Urbanist";
  text-decoration: none;
}
 
.navbar2-burger-menu {
  display: none;
}
 
.navbar2-icon10 {
  width: var(--dl-layout-size-xsmall);
  height: var(--dl-layout-size-xsmall);
}
 
.navbar2-mobile-menu {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  display: none;
  padding: var(--dl-layout-space-twounits);
  z-index: 100;
  position: absolute;
  flex-direction: column;
  justify-content: space-between;
  background-color: var(--dl-color-theme-neutral-light);
}
 
.navbar2-nav {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.navbar2-top {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-layout-space-threeunits);
  justify-content: space-between;
}
 
.navbar2-image2 {
  width: 200px;
  object-fit: cover;
}
 
.navbar2-close-menu {
  display: flex;
  align-items: center;
  justify-content: center;
}
 
.navbar2-icon12 {
  width: var(--dl-layout-size-xsmall);
  height: var(--dl-layout-size-xsmall);
}
 
.navbar2-links2 {
  gap: var(--dl-layout-space-unit);
  flex: 0 0 auto;
  display: flex;
  align-self: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
 
.navbar2-link12 {
  text-decoration: none;
}
 
.navbar2-link22 {
  text-decoration: none;
}
 
.navbar2-link32 {
  text-decoration: none;
}
 
.navbar2-icon-group {
  gap: var(--dl-layout-space-twounits);
  display: flex;
}
 
.terms-of-service-fragment2 {
  display: contents;
}
 
.terms-of-service-text101 {
  display: inline-block;
}
 
.terms-of-service-fragment1 {
  display: contents;
}
 
.terms-of-service-text100 {
  display: inline-block;
}
 
.terms-of-service-fragment4 {
  display: contents;
}
 
.terms-of-service-text103 {
  display: inline-block;
}
 
.terms-of-service-fragment3 {
  display: contents;
}
 
.terms-of-service-text102 {
  display: inline-block;
}
 

 

 

 

 
@media(max-width: 1200px) {
  .navbar2-navbar-interactive {
    background-color: #ffffff;
  }
  .navbar2-image1 {
    width: 82px;
    height: 66px;
  }
  .navbar2-image2 {
    width: 91px;
    height: 90px;
  }
  .navbar2root-class-name {
    background-color: #ffffff;
  }
}
 
@media(max-width: 991px) {
  .navbar2-navlink {
    color: #00100c;
  }
  .navbar2-link21 {
    font-family: Urbanist;
  }
  .navbar2-link31 {
    font-family: Urbanist;
  }
  .terms-of-service-text101 {
    font-family: Urbanist;
  }
}
 
@media(max-width: 767px) {
  .navbar2-navbar-interactive {
    padding-left: var(--dl-layout-space-twounits);
    padding-right: var(--dl-layout-space-twounits);
  }
  .navbar2-desktop-menu {
    display: none;
  }
  .navbar2-burger-menu {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .navbar2-image2 {
    width: 89px;
    height: 82px;
  }
}
 
@media(max-width: 479px) {
  .navbar2-navbar-interactive {
    padding: var(--dl-layout-space-unit);
    padding-right: 16px;
  }
  .navbar2-mobile-menu {
    padding: var(--dl-layout-space-unit);
  }
  .navbar2-image2 {
    width: 57px;
    height: 45px;
  }
}

.footer-wrapper {
  display: contents;
}
 
.footer-footer {
  width: 100%;
  display: flex;
  position: relative;
  max-width: var(--dl-layout-size-maxwidth);
  align-self: center;
  align-items: center;
  padding-top: var(--dl-layout-space-twounits);
  padding-left: var(--dl-layout-space-threeunits);
  padding-right: var(--dl-layout-space-threeunits);
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-twounits);
  justify-content: center;
  background-color: rgba(255, 199, 139, 0.14);
}
 
.footer-links-container {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
 
.footer-container1 {
  width: 100%;
  display: flex;
  align-self: center;
  align-items: flex-start;
  flex-direction: row;
  justify-content: center;
}
 
.footer-container2 {
  width: 172px;
  align-self: flex-start;
  align-items: flex-start;
  justify-content: flex-start;
}
 
.footer-container3 {
  flex: 0 0 auto;
  width: auto;
  height: auto;
  display: flex;
  align-self: center;
  align-items: center;
}
 
.footer-navlink1 {
  color: #47a7cc;
  align-self: flex-start;
  text-decoration: none;
}
 
.footer-navlink2 {
  fill: #47A7CC;
  color: #47A7CC;
  align-self: flex-start;
  text-align: center;
  padding-left: var(--dl-layout-space-threeunits);
  text-decoration: none;
}
 
.footer-navlink3 {
  fill: #47A7CC;
  color: #47A7CC;
  align-self: flex-start;
  padding-left: var(--dl-layout-space-threeunits);
  text-decoration: none;
}
 
.footer-text1 {
  color: rgb(0, 0, 0);
  align-self: center;
  font-weight: 700;
  margin-bottom: var(--dl-layout-space-oneandhalfunits);
}
 
.footer-container4 {
  flex: 0 0 auto;
  width: auto;
  height: auto;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
 
.footer-image1 {
  width: 200px;
  object-fit: cover;
}
 
.footer-image2 {
  width: 200px;
  object-fit: cover;
}
 
.terms-of-service-fragment6 {
  display: contents;
}
 
.terms-of-service-text485 {
  display: inline-block;
}
 
.terms-of-service-fragment8 {
  display: contents;
}
 
.terms-of-service-text487 {
  display: inline-block;
}
 
.terms-of-service-fragment7 {
  display: contents;
}
 
.terms-of-service-text486 {
  display: inline-block;
}
 
.terms-of-service-fragment5 {
  display: contents;
}
 
.terms-of-service-text484 {
  display: inline-block;
}
 
.footerroot-class-name {
  max-width: 100%;
}
 
.footerroot-class-name1 {
  max-width: 100%;
}
 
.footerroot-class-name2 {
  max-width: 100%;
}
 
.footerroot-class-name3 {
  max-width: 100%;
}
 
@media(max-width: 1200px) {
  .footer-container1 {
    justify-content: center;
  }
  .footer-container3 {
    align-items: center;
    justify-content: center;
  }
}
 
@media(max-width: 991px) {
  .footer-footer {
    flex-direction: column;
  }
  .footer-links-container {
    width: auto;
    margin-top: var(--dl-layout-space-twounits);
    flex-direction: row;
  }
  .footer-container1 {
    flex-wrap: wrap;
    margin-right: 0px;
  }
  .footer-navlink1 {
    align-self: center;
  }
  .footer-navlink3 {
    align-self: center;
  }
}
 
@media(max-width: 767px) {
  .footer-footer {
    padding-left: var(--dl-layout-space-twounits);
    padding-right: var(--dl-layout-space-twounits);
  }
  .footer-links-container {
    width: auto;
    margin-top: var(--dl-layout-space-twounits);
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
  }
  .footer-container1 {
    width: 100%;
    justify-content: space-between;
  }
  .footer-container3 {
    align-self: center;
  }
  .footer-navlink1 {
    align-self: center;
  }
  .footer-navlink3 {
    align-self: center;
  }
}
 
@media(max-width: 479px) {
  .footer-footer {
    width: 100%;
    padding: var(--dl-layout-space-unit);
  }
  .footer-links-container {
    align-items: flex-start;
    flex-direction: column;
    justify-content: space-between;
  }
  .footer-container1 {
    align-items: center;
    margin-right: 0px;
    justify-content: space-between;
  }
  .footer-container3 {
    align-self: center;
  }
}

.terms-of-service-container1 {
  width: 100%;
  display: flex;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
}
 
.terms-of-service-fragment1 {
  display: contents;
}
 
.terms-of-service-text100 {
  display: inline-block;
}
 
.terms-of-service-fragment2 {
  display: contents;
}
 
.terms-of-service-text101 {
  display: inline-block;
}
 
.terms-of-service-fragment3 {
  display: contents;
}
 
.terms-of-service-text102 {
  display: inline-block;
}
 
.terms-of-service-fragment4 {
  display: contents;
}
 
.terms-of-service-text103 {
  display: inline-block;
}
 
.terms-of-service-container2 {
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: column;
}
 
.terms-of-service-max-width {
  width: 100%;
  display: flex;
  max-width: var(--dl-layout-size-maxwidth);
  align-items: center;
  flex-direction: column;
}
 
.terms-of-service-content {
  align-self: stretch;
  align-items: flex-start;
}
 
.terms-of-service-li {
  align-items: flex-start;
}
 
.terms-of-service-heading1 {
  align-self: flex-start;
}
 
.terms-of-service-content1 {
  margin-bottom: var(--dl-layout-space-halfunit);
}
 
.terms-of-service-text107 {
  font-weight: 700;
}
 
.terms-of-service-text112 {
  font-weight: 700;
}
 
.terms-of-service-text132 {
  font-weight: 700;
}
 
.terms-of-service-text145 {
  font-weight: 700;
}
 
.terms-of-service-text158 {
  font-size: 20px;
  font-weight: 700;
}
 
.terms-of-service-text161 {
  font-weight: 700;
}
 
.terms-of-service-text168 {
  font-weight: 700;
}
 
.terms-of-service-text186 {
  font-weight: 700;
}
 
.terms-of-service-text200 {
  font-weight: 700;
}
 
.terms-of-service-text223 {
  font-weight: 700;
}
 
.terms-of-service-text237 {
  font-weight: 700;
}
 
.terms-of-service-text243 {
  font-weight: 700;
}
 
.terms-of-service-text257 {
  font-weight: 700;
}
 
.terms-of-service-text266 {
  font-weight: 700;
}
 
.terms-of-service-text320 {
  font-size: 20px;
  font-weight: 700;
}
 
.terms-of-service-text332 {
  font-weight: 700;
}
 
.terms-of-service-text344 {
  font-weight: 700;
}
 
.terms-of-service-text351 {
  font-weight: 700;
}
 
.terms-of-service-text363 {
  font-weight: 700;
}
 
.terms-of-service-text371 {
  font-weight: 700;
}
 
.terms-of-service-text380 {
  font-size: 20px;
  font-weight: 700;
}
 
.terms-of-service-text390 {
  font-size: 20px;
  font-weight: 700;
}
 
.terms-of-service-text393 {
  font-weight: 700;
}
 
.terms-of-service-text399 {
  font-weight: 700;
}
 
.terms-of-service-text406 {
  font-weight: 700;
}
 
.terms-of-service-text427 {
  font-size: 20px;
  font-weight: 700;
}
 
.terms-of-service-text461 {
  font-weight: 700;
}
 
.terms-of-service-text468 {
  font-weight: 700;
}
 
.terms-of-service-text480 {
  font-weight: 700;
}
 
.terms-of-service-fragment5 {
  display: contents;
}
 
.terms-of-service-text484 {
  display: inline-block;
}
 
.terms-of-service-fragment6 {
  display: contents;
}
 
.terms-of-service-text485 {
  display: inline-block;
}
 
.terms-of-service-fragment7 {
  display: contents;
}
 
.terms-of-service-text486 {
  display: inline-block;
}
 
.terms-of-service-fragment8 {
  display: contents;
}
 
.terms-of-service-text487 {
  display: inline-block;
}
 
@media(max-width: 1200px) {
  .terms-of-service-container2 {
    background-color: #ffffff;
  }
}
 
@media(max-width: 991px) {
  .terms-of-service-text101 {
    font-family: Urbanist;
  }
}
