.navigation-links1-nav {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  flex-direction: row;
}
.navigation-links1-navlink {
  text-decoration: none;
}
.navigation-links1-navlink1 {
  margin-left: var(--dl-space-space-twounits);
  text-decoration: none;
}
.navigation-links1-navlink2 {
  margin-left: var(--dl-space-space-twounits);
  text-decoration: none;
}
.navigation-links1-link {
  margin-left: var(--dl-space-space-twounits);
  text-decoration: none;
}
.navigation-links1-link1 {
  margin-left: var(--dl-space-space-twounits);
  text-decoration: none;
}








@media(max-width: 1600px) {
  .navigation-links1-navlink2 {
    margin-right: 0px;
  }
  .navigation-links1-link {
    margin-right: 0px;
  }
  .navigation-links1-link1 {
    margin-right: 0px;
  }
}
@media(max-width: 767px) {
  .navigation-links1-nav {
    align-items: center;
    flex-direction: column;
  }
  .navigation-links1-navlink {
    margin-bottom: var(--dl-space-space-unit);
  }
  .navigation-links1-navlink1 {
    margin-left: 0;
    margin-bottom: var(--dl-space-space-unit);
  }
  .navigation-links1-navlink2 {
    margin-left: 0;
    margin-bottom: var(--dl-space-space-unit);
  }
  .navigation-links1-link {
    margin-left: 0;
    margin-bottom: var(--dl-space-space-unit);
  }
  .navigation-links1-link1 {
    margin-left: 0;
    margin-bottom: var(--dl-space-space-unit);
  }
}

.header-header {
  width: 100%;
  display: flex;
  position: relative;
  max-width: var(--dl-size-size-maxwidth);
  align-items: center;
  padding-top: var(--dl-space-space-twounits);
  padding-left: var(--dl-space-space-threeunits);
  padding-right: var(--dl-space-space-threeunits);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-twounits);
  background-color: var(--dl-color-gray-500);
}
.header-navlink {
  display: contents;
}
.header-image {
  width: 210px;
  height: 84px;
  text-decoration: none;
}
.header-separator {
  width: 100%;
  height: 1px;
  margin-top: var(--dl-space-space-oneandhalfunits);
  margin-bottom: var(--dl-space-space-oneandhalfunits);
  background-color: var(--dl-color-gray-900);
}
.header-accordion-header {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.header-icon {
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
  display: none;
}
.header-accordion-content {
  display: flex;
  overflow: hidden;
  max-height: 0;
  transition: 0.3s ease-in-out;
  align-items: center;
  flex-direction: column;
}
.header-nav1 {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.header-root-class-name {
  max-width: 100%;
}
.header-root-class-name1 {
  max-width: 100%;
}
.header-root-class-name2 {
  max-width: 100%;
}
.header-root-class-name3 {
  max-width: 100%;
}
.header-root-class-name4 {
  max-width: 100%;
}
.header-root-class-name5 {
  max-width: 100%;
}
.header-root-class-name6 {
  max-width: 100%;
}
@media(max-width: 991px) {
  .header-nav1 {
    padding-top: 16px;
  }
}
@media(max-width: 767px) {
  .header-header {
    padding-left: var(--dl-space-space-twounits);
    padding-right: var(--dl-space-space-twounits);
  }
  .header-separator {
    margin-top: var(--dl-space-space-oneandhalfunits);
    margin-bottom: var(--dl-space-space-oneandhalfunits);
  }
  .header-nav {
    display: none;
  }
  .header-icon {
    fill: var(--dl-color-gray-white);
    display: flex;
  }
}
@media(max-width: 479px) {
  .header-header {
    padding: var(--dl-space-space-unit);
  }
  .header-separator {
    margin-top: var(--dl-space-space-unit);
    margin-bottom: var(--dl-space-space-unit);
  }
}

.footer-footer {
  width: 100%;
  display: flex;
  position: relative;
  max-width: 100%;
  align-items: center;
  padding-top: var(--dl-space-space-twounits);
  padding-left: var(--dl-space-space-threeunits);
  padding-right: var(--dl-space-space-threeunits);
  padding-bottom: var(--dl-space-space-twounits);
  justify-content: space-between;
  background-color: var(--dl-color-gray-500);
}
.footer-image {
  height: 2rem;
  object-fit: cover;
}
.footer-icon-group {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
.footer-icon {
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
  display: none;
  margin-right: var(--dl-space-space-twounits);
}
.footer-link {
  display: contents;
}
.footer-icon2 {
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
  margin-right: var(--dl-space-space-twounits);
  text-decoration: none;
}
.footer-icon4 {
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
  display: none;
}
.footer-link1 {
  display: contents;
}
.footer-icon6 {
  width: 24px;
  height: 24px;
  text-decoration: none;
}
.footer-root-class-name1 {
  left: 0px;
  bottom: 0px;
  position: static;
}

.footer-root-class-name3 {
  left: 0px;
  bottom: 0px;
  position: absolute;
}
.footer-root-class-name4 {
  margin-top: var(--dl-space-space-unit);
}
@media(max-width: 1600px) {
  .footer-root-class-name1 {
    flex: 1;
    bottom: 0px;
    margin-top: 0px;
  }
  .footer-root-class-name2 {
    left: 0px;
    bottom: 0px;
    position: absolute;
  }
  .footer-root-class-name3 {
    left: 0px;
    bottom: 0px;
    position: absolute;
  }
}
@media(max-width: 1200px) {
  .footer-root-class-name2 {
    left: 0px;
    bottom: 0px;
    position: absolute;
  }
  .footer-root-class-name3 {
    left: 0px;
    bottom: 0px;
    position: absolute;
  }
}
@media(max-width: 991px) {
  .footer-root-class-name3 {
    bottom: 0px;
  }
}
@media(max-width: 767px) {
  .footer-footer {
    padding-left: var(--dl-space-space-twounits);
    padding-right: var(--dl-space-space-twounits);
  }
  .footer-text {
    text-align: center;
    margin-left: var(--dl-space-space-unit);
    margin-right: var(--dl-space-space-unit);
  }
  .footer-icon2 {
    fill: #D9D9D9;
  }
  .footer-icon6 {
    fill: var(--dl-color-gray-white);
  }
  .footer-root-class-name3 {
    left: 0px;
    bottom: 0px;
  }
}
@media(max-width: 479px) {
  .footer-footer {
    padding: var(--dl-space-space-unit);
    flex-direction: column;
  }
  .footer-image {
    margin-bottom: var(--dl-space-space-unit);
  }
  .footer-text {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: var(--dl-space-space-unit);
  }
}

.sponsors-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-gray-700);
}
.sponsors-text {
  margin-top: var(--dl-space-space-unit);
  text-align: center;
}
.sponsors-container01 {
  width: 651px;
  height: 194px;
  display: flex;
  margin-top: var(--dl-space-space-unit);
  align-items: flex-start;
  justify-content: center;
}
.sponsors-link {
  display: contents;
}
.sponsors-container02 {
  width: 237px;
  height: 166px;
  display: flex;
  align-self: center;
  box-shadow: 5px 5px 10px 0px #888888;
  align-items: flex-start;
  margin-right: 0px;
  flex-direction: column;
  justify-content: center;
  text-decoration: none;
}
.sponsors-image {
  width: 100px;
  align-self: center;
  object-fit: cover;
  margin-right: 0px;
}
.sponsors-text01 {
  align-self: center;
  margin-left: var(--dl-space-space-halfunit);
  margin-right: var(--dl-space-space-halfunit);
}
.sponsors-link01 {
  display: contents;
}
.sponsors-container03 {
  width: 305px;
  height: 166px;
  display: flex;
  align-self: center;
  box-shadow: 5px 5px 10px 0px #888888;
  align-items: flex-start;
  margin-left: var(--dl-space-space-twounits);
  flex-direction: column;
  justify-content: center;
  text-decoration: none;
}
.sponsors-image1 {
  width: 100px;
  align-self: center;
  object-fit: cover;
}
.sponsors-text04 {
  align-self: center;
  margin-left: var(--dl-space-space-halfunit);
  margin-right: var(--dl-space-space-halfunit);
}
.sponsors-container04 {
  width: 651px;
  height: 194px;
  display: flex;
  margin-top: var(--dl-space-space-unit);
  align-items: flex-start;
  justify-content: center;
}
.sponsors-link02 {
  display: contents;
}
.sponsors-container05 {
  width: 237px;
  height: 166px;
  display: flex;
  align-self: center;
  box-shadow: 5px 5px 10px 0px #888888;
  align-items: flex-start;
  margin-left: 0px;
  flex-direction: column;
  justify-content: center;
  text-decoration: none;
}
.sponsors-image2 {
  width: 100px;
  align-self: center;
  object-fit: cover;
}
.sponsors-text07 {
  align-self: center;
  margin-left: var(--dl-space-space-halfunit);
  margin-right: var(--dl-space-space-halfunit);
}
.sponsors-link03 {
  display: contents;
}
.sponsors-container06 {
  width: 305px;
  height: 166px;
  display: flex;
  align-self: center;
  box-shadow: 5px 5px 10px 0px #888888;
  margin-top: 0px;
  align-items: flex-start;
  margin-left: var(--dl-space-space-twounits);
  margin-right: 0px;
  margin-bottom: 0px;
  flex-direction: column;
  justify-content: center;
  text-decoration: none;
}
.sponsors-image3 {
  width: 185px;
  height: 50%;
  align-self: center;
  object-fit: cover;
  margin-right: 0px;
}
.sponsors-text10 {
  align-self: center;
  text-align: center;
  margin-left: var(--dl-space-space-halfunit);
  margin-right: var(--dl-space-space-halfunit);
}
.sponsors-container07 {
  width: 651px;
  height: 194px;
  display: flex;
  margin-top: var(--dl-space-space-unit);
  align-items: flex-start;
  justify-content: center;
}
.sponsors-link04 {
  display: contents;
}
.sponsors-container08 {
  width: 237px;
  height: 166px;
  display: flex;
  align-self: center;
  box-shadow: 5px 5px 10px 0px #888888;
  align-items: flex-start;
  margin-left: 0px;
  margin-right: 0px;
  flex-direction: column;
  justify-content: center;
  text-decoration: none;
}
.sponsors-image4 {
  width: 151px;
  height: 50%;
  align-self: center;
  object-fit: cover;
}
.sponsors-text13 {
  align-self: center;
  margin-left: var(--dl-space-space-halfunit);
  margin-right: var(--dl-space-space-halfunit);
}
.sponsors-link05 {
  display: contents;
}
.sponsors-container09 {
  width: 305px;
  height: 166px;
  display: flex;
  align-self: center;
  box-shadow: 5px 5px 10px 0px #888888;
  align-items: flex-start;
  margin-left: var(--dl-space-space-twounits);
  margin-right: 0px;
  flex-direction: column;
  justify-content: center;
  text-decoration: none;
}
.sponsors-image5 {
  width: 213px;
  height: 50%;
  align-self: center;
  object-fit: cover;
  margin-right: 0px;
}
.sponsors-text16 {
  align-self: center;
  margin-left: var(--dl-space-space-halfunit);
  margin-right: var(--dl-space-space-halfunit);
}
.sponsors-container10 {
  width: 651px;
  height: 194px;
  display: flex;
  margin-top: var(--dl-space-space-unit);
  align-items: flex-start;
  margin-bottom: var(--dl-space-space-unit);
  justify-content: center;
}
.sponsors-link06 {
  display: contents;
}
.sponsors-container11 {
  width: 237px;
  height: 166px;
  display: flex;
  align-self: center;
  box-shadow: 5px 5px 10px 0px #888888;
  align-items: flex-start;
  margin-right: 0px;
  flex-direction: column;
  justify-content: center;
  text-decoration: none;
}
.sponsors-image6 {
  width: 205px;
  height: 50%;
  align-self: center;
  object-fit: cover;
  margin-right: 0px;
}
.sponsors-text19 {
  align-self: center;
}
.sponsors-link07 {
  display: contents;
}
.sponsors-container12 {
  width: 305px;
  height: 166px;
  display: flex;
  align-self: center;
  box-shadow: 5px 5px 10px 0px #888888;
  align-items: flex-start;
  margin-left: var(--dl-space-space-twounits);
  flex-direction: column;
  justify-content: center;
  text-decoration: none;
}
.sponsors-image7 {
  width: 281px;
  height: 50%;
  align-self: center;
  object-fit: cover;
}
.sponsors-text22 {
  align-self: center;
  margin-left: var(--dl-space-space-halfunit);
  margin-right: var(--dl-space-space-halfunit);
}
.sponsors-link08 {
  color: #000000;
  font-style: normal;
  margin-top: var(--dl-space-space-unit);
  transition: 0.3s;
  font-weight: 900;
  text-decoration: none;
}


.sponsors-ul {
  width: 257px;
  padding-left: 0px;
}
.sponsors-li {
  position: relative;
}
.sponsors-link09 {
  font-size: 25px;
  margin-left: var(--dl-space-space-twounits);
  text-decoration: underline none;
}
.sponsors-text28 {
  text-decoration: underline;
}
.sponsors-li1 {
  margin-top: var(--dl-space-space-halfunit);
  text-align: center;
}
.sponsors-link10 {
  text-decoration: underline none;
}
.sponsors-text30 {
  font-size: 25px;
  text-decoration: underline;
}
.sponsors-li2 {
  margin-top: var(--dl-space-space-halfunit);
  text-align: center;
}
.sponsors-text32 {
  text-align: center;
  margin-left: var(--dl-space-space-twounits);
}
@media(max-width: 1600px) {
  .sponsors-container05 {
    margin-left: 0px;
  }
  .sponsors-text07 {
    text-align: center;
  }
  .sponsors-container06 {
    width: 305px;
    margin-top: 0px;
    margin-left: var(--dl-space-space-twounits);
    margin-right: 0px;
    margin-bottom: 0px;
  }
  .sponsors-image3 {
    width: 197px;
    height: 88px;
  }
  .sponsors-text10 {
    text-align: center;
  }
  .sponsors-container08 {
    margin-left: 0px;
  }
  .sponsors-image4 {
    width: 162px;
    height: 88px;
  }
  .sponsors-container09 {
    width: 305px;
    margin-left: var(--dl-space-space-twounits);
  }
  .sponsors-image5 {
    width: 199px;
    height: 87px;
  }
  .sponsors-image6 {
    width: 209px;
    height: 50%;
  }
  .sponsors-image7 {
    width: 275px;
    height: 50%;
  }
}
@media(max-width: 1200px) {
  .sponsors-container02 {
    height: 166px;
    box-shadow: 5px 5px 10px 0px #888888;
  }
  .sponsors-text01 {
    align-self: center;
    text-align: center;
    margin-left: var(--dl-space-space-halfunit);
    margin-right: var(--dl-space-space-halfunit);
  }
  .sponsors-container03 {
    height: 166px;
    box-shadow: 5px 5px 10px 0px #888888;
  }
  .sponsors-text04 {
    align-self: center;
    text-align: center;
    margin-left: var(--dl-space-space-halfunit);
    margin-right: var(--dl-space-space-halfunit);
  }
  .sponsors-container05 {
    width: 235px;
    height: 166px;
    box-shadow: 5px 5px 10px 0px #888888;
    margin-left: 0px;
  }
  .sponsors-text07 {
    align-self: center;
    text-align: center;
    margin-left: var(--dl-space-space-halfunit);
    margin-right: var(--dl-space-space-halfunit);
  }
  .sponsors-container06 {
    width: 305px;
    height: 166px;
    box-shadow: 5px 5px 10px 0px #888888;
    margin-left: var(--dl-space-space-twounits);
  }
  .sponsors-image3 {
    width: 198px;
    height: 50%;
  }
  .sponsors-text10 {
    align-self: center;
    text-align: center;
    margin-left: var(--dl-space-space-halfunit);
    margin-right: var(--dl-space-space-halfunit);
  }
  .sponsors-container08 {
    height: 166px;
    box-shadow: 5px 5px 10px 0px #888888;
    margin-left: 0px;
  }
  .sponsors-image4 {
    width: 179px;
    height: 50%;
  }
  .sponsors-text13 {
    align-self: center;
    text-align: center;
    margin-left: var(--dl-space-space-halfunit);
    margin-right: var(--dl-space-space-halfunit);
  }
  .sponsors-container09 {
    width: 305px;
    height: 166px;
    box-shadow: 5px 5px 10px 0px #888888;
    margin-left: var(--dl-space-space-twounits);
  }
  .sponsors-image5 {
    width: 207px;
    height: 92px;
  }
  .sponsors-text16 {
    align-self: center;
    text-align: center;
    margin-left: 0px;
    margin-right: 0px;
  }
  .sponsors-container11 {
    width: 233px;
    height: 166px;
    box-shadow: 5px 5px 10px 0px #888888;
    margin-left: 0px;
  }
  .sponsors-image6 {
    width: 198px;
    height: 50%;
  }
  .sponsors-text19 {
    align-self: center;
    text-align: center;
    margin-left: var(--dl-space-space-halfunit);
    margin-right: var(--dl-space-space-halfunit);
  }
  .sponsors-container12 {
    width: 305px;
    height: 166px;
    box-shadow: 5px 5px 10px 0px #888888;
    margin-left: var(--dl-space-space-twounits);
  }
  .sponsors-image7 {
    width: 283px;
    height: 50%;
  }
  .sponsors-text22 {
    align-self: center;
    text-align: center;
    margin-left: var(--dl-space-space-halfunit);
    margin-right: var(--dl-space-space-halfunit);
  }
}
@media(max-width: 767px) {
  .sponsors-ul {
    width: 240px;
    padding-left: 0px;
  }
  .sponsors-li {
    text-align: center;
  }
  .sponsors-link09 {
    margin-left: 0px;
    text-decoration: underline;
  }
  .sponsors-li1 {
    margin-top: var(--dl-space-space-halfunit);
    text-align: center;
    text-decoration: underline;
  }
  .sponsors-li2 {
    margin-top: var(--dl-space-space-halfunit);
    text-align: center;
    text-decoration: underline;
  }
  .sponsors-text32 {
    margin-left: var(--dl-space-space-oneandhalfunits);
  }
}
@media(max-width: 479px) {
  .sponsors-container01 {
    width: 100%;
    height: 181px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
  }
  .sponsors-container03 {
    width: 255px;
    margin-left: var(--dl-space-space-halfunit);
  }
  .sponsors-container04 {
    width: 100%;
    height: 178px;
    position: relative;
  }
  .sponsors-container05 {
    width: 237px;
    margin: 0px;
    align-self: center;
  }
  .sponsors-container06 {
    width: 255px;
    margin-left: var(--dl-space-space-halfunit);
  }
  .sponsors-text10 {
    font-size: 1.7em;
  }
  .sponsors-container07 {
    width: 100%;
    height: 178px;
  }
  .sponsors-image4 {
    width: 148px;
    height: 57px;
  }
  .sponsors-container09 {
    width: 255px;
    margin-left: var(--dl-space-space-halfunit);
  }
  .sponsors-image5 {
    width: 152px;
    height: 73px;
  }
  .sponsors-container10 {
    width: 100%;
    height: 177px;
    margin-bottom: var(--dl-space-space-unit);
  }
  .sponsors-container12 {
    width: 255px;
    margin-left: var(--dl-space-space-halfunit);
  }
  .sponsors-image7 {
    width: 137px;
    height: 43px;
  }
  .sponsors-text25 {
    text-align: center;
  }
  .sponsors-link09 {
    margin-left: 0px;
  }
}
