.article-container10 {
  width: 100%;
  display: flex;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
  background-color: #363636;
}
 
.article-navbar {
  width: 100%;
  height: 6rem;
  display: flex;
  z-index: 3;
  position: fixed;
  justify-content: center;
  background-color: #191919;
}
 
.article-navbar-interactive {
  width: 100%;
  height: auto;
  display: flex;
  padding: 1.5rem;
  align-items: center;
  justify-content: center;
  background-color: #191919;
}
 
.article-text10 {
  display: none;
  font-size: 1.5rem;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 300;
  letter-spacing: 0.7rem;
}
 
.article-desktop-menu {
  flex: 1;
  width: 100%;
  height: auto;
  display: flex;
  align-self: center;
  align-items: center;
  justify-content: space-between;
}
 
.article-container11 {
  gap: 0.25rem;
  flex: 0 0 auto;
  width: 20%;
  height: 100%;
  display: flex;
  padding: 0rem;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
 
.article-image1 {
  width: 3rem;
  height: 3rem;
  align-self: center;
  object-fit: cover;
}
 
.article-link6 {
  color: #ffffff;
  padding: 0rem;
  font-size: 1rem;
  align-self: center;
  font-style: normal;
  transition: 0.3s;
  font-family: "Poppins";
  font-weight: 300;
  letter-spacing: 0.3rem;
  text-decoration: none;
}
 
.article-link6:hover {
  font-size: 1.6rem;
}
 
.article-container12 {
  gap: 2rem;
  flex: 0 0 auto;
  width: 60%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  justify-content: center;
}
 
.article-link21 {
  fill: #eaeaea;
  color: #eaeaea;
  padding: 1rem;
  z-index: 2;
  font-size: 1.125rem;
  font-style: normal;
  transition: 0.3s;
  font-family: "Open Sans";
  font-weight: 400;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  text-decoration: none;
}
 
.article-link21:hover {
  color: #34a854;
  font-size: 1.25rem;
}
 
.article-link11 {
  fill: #eaeaea;
  color: #eaeaea;
  padding: 1rem;
  font-size: 1.125rem;
  transition: 0.3s;
  font-family: "Open Sans";
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  text-decoration: none;
}
 
.article-link11:hover {
  fill: #34A854;
  color: #34A854;
  font-size: 1.25rem;
}
 
.article-link41 {
  fill: #eaeaea;
  color: rgb(234, 234, 234);
  padding: 1rem;
  font-size: 1.125rem;
  transition: 0.3s;
  font-family: "Open Sans";
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  text-decoration: none;
}
 
.article-link41:hover {
  fill: #34A854;
  color: #34A854;
  font-size: 1.25rem;
}
 
.article-link51 {
  fill: #eaeaea;
  color: #eaeaea;
  padding: 1rem;
  font-size: 1.125rem;
  transition: 0.3s;
  font-family: "Open Sans";
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  text-decoration: none;
}
 
.article-link51:hover {
  fill: #34A854;
  color: #34A854;
  font-size: 1.25rem;
}
 
.article-container13 {
  flex: 0 0 auto;
  width: 20%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
 
.article-buttons1 {
  width: auto;
  display: flex;
  align-items: center;
  flex-direction: row;
}
 
.article-action11 {
  display: flex;
  transition: 0.3s;
  padding-top: 0.5rem;
  border-color: #77d884;
  border-width: 2px;
  padding-left: 1rem;
  border-radius: 12px;
  padding-right: 1rem;
  flex-direction: row;
  padding-bottom: 0.5rem;
  text-decoration: none;
  background-color: #34a854;
}
 
.article-action11:hover {
  border-color: #48c56a;
  background-color: #34a854;
}
 
.article-text11 {
  color: #ffffff;
  font-size: 1.125rem;
  font-style: normal;
  transition: 0.3s;
  font-family: "Open Sans";
  font-weight: 600;
  letter-spacing: 0.1rem;
}
 
.article-text11:hover {
  color: #34a854;
}
 
.article-burger-menu {
  display: none;
}
 
.article-mobile-menu {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  display: none;
  z-index: 100;
  position: absolute;
  flex-direction: column;
  justify-content: space-between;
  background-color: var(--dl-color-theme-neutral-light);
}
 
.article-nav {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.article-top {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
 
.article-link7 {
  text-decoration: none;
}
 
.article-close-menu {
  display: flex;
  align-items: center;
  justify-content: center;
}
 
.article-links1 {
  flex: 0 0 auto;
  display: flex;
  align-self: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
 
.article-link12 {
  text-decoration: none;
}
 
.article-link22 {
  text-decoration: none;
}
 
.article-link42 {
  text-decoration: none;
}
 
.article-link52 {
  text-decoration: none;
}
 
.article-buttons2 {
  display: flex;
  align-items: center;
  flex-direction: row;
}
 
.article-action12 {
  text-decoration: none;
}
 
.article-spacefiller {
  width: 100%;
  height: 6rem;
  display: flex;
  border-color: rgba(120, 120, 120, 0.4);
  border-style: dashed;
  border-width: 0px;
  justify-content: center;
  background-color: #191919;
}
 
.article-hero {
  flex: 0 0 auto;
  height: auto;
  display: flex;
  padding: 0px;
  max-width: 1920px;
  align-items: center;
  margin-bottom: var(--dl-layout-space-fiveunits);
  background-size: cover;
  background-image: url("https://images.unsplash.com/photo-1534143340226-6cbc7628dbe5?ixid=M3w5MTMyMXwwfDF8c2VhcmNofDl8fHN3ZWRlbnxlbnwwfHx8fDE3NDIxNzIyNzh8MA&ixlib=rb-4.0.3&w=1500");
  background-position: center;
}
 
.article-image2 {
  width: 100%;
  height: 20rem;
  object-fit: cover;
}
 
.article-text13 {
  top: 120px;
  fill: #eaeaea;
  color: rgb(234, 234, 234);
  right: 0px;
  width: 100%;
  position: absolute;
  font-size: 4rem;
  align-self: center;
  font-style: normal;
  text-align: center;
  font-family: "Open Sans";
  font-weight: 300;
  background-color: rgba(67, 67, 67, 0.45);
}
 
.article-form {
  gap: var(--dl-layout-space-oneandhalfunits);
  width: 60%;
}
 
.article-container14 {
  gap: 2rem;
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
}
 
.article-input1 {
  gap: var(--dl-layout-space-halfunit);
  width: 50%;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
 
.article-text14 {
  fill: #eaeaea;
  color: #eaeaea;
  font-size: 1rem;
  font-style: normal;
  font-family: "Open Sans";
  font-weight: 400;
}
 
.article-text-input1 {
  border-width: 0px;
  border-radius: 10px;
}
 
.article-input2 {
  gap: var(--dl-layout-space-halfunit);
  width: 50%;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
 
.article-text15 {
  fill: #eaeaea;
  color: #eaeaea;
  font-size: 1rem;
  font-style: normal;
  font-family: "Open Sans";
  font-weight: 400;
}
 
.article-text-input2 {
  border-width: 0px;
  border-radius: 10px;
}
 
.article-container15 {
  gap: 2rem;
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
}
 
.article-input3 {
  gap: var(--dl-layout-space-halfunit);
  width: 50%;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
 
.article-text16 {
  fill: #eaeaea;
  color: #eaeaea;
  font-size: 1rem;
  font-style: normal;
  font-family: "Open Sans";
  font-weight: 400;
}
 
.article-text-input3 {
  border-width: 0px;
  border-radius: 10px;
}
 
.article-input4 {
  gap: var(--dl-layout-space-halfunit);
  width: 50%;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
 
.article-text17 {
  fill: #eaeaea;
  color: #eaeaea;
}
 
.article-text-input4 {
  border-width: 0px;
  border-radius: 10px;
}
 
.article-container16 {
  gap: 2rem;
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-self: flex-start;
  align-items: flex-start;
}
 
.article-input5 {
  gap: var(--dl-layout-space-halfunit);
  width: 50%;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
 
.article-text18 {
  fill: #eaeaea;
  color: #eaeaea;
}
 
.article-text-input5 {
  border-width: 0px;
  border-radius: 10px;
}
 
.article-input6 {
  gap: var(--dl-layout-space-halfunit);
  width: 50%;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
 
.article-text19 {
  fill: #eaeaea;
  color: #eaeaea;
}
 
.article-text-input6 {
  border-width: 0px;
  border-radius: 10px;
}
 
.article-container17 {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-self: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
 
.article-input7 {
  gap: var(--dl-layout-space-halfunit);
  width: 100%;
  display: flex;
  align-self: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
 
.article-text20 {
  fill: #eaeaea;
  color: #eaeaea;
}
 
.article-textarea {
  border-width: 0px;
  border-radius: 10px;
}
 
.article-input8 {
  gap: var(--dl-layout-space-halfunit);
  width: 50%;
  display: flex;
  align-self: stretch;
  margin-top: var(--dl-layout-space-halfunit);
  align-items: flex-start;
  flex-direction: column;
}
 
.article-text-input7 {
  color: #848484;
  width: 100%;
  height: 40px;
  padding: var(--dl-layout-space-halfunit);
  font-size: 1rem;
  margin-top: var(--dl-layout-space-halfunit);
  font-family: "Oxygen";
  line-height: 27px;
  border-width: 0px;
  border-radius: 10px;
  margin-bottom: var(--dl-layout-space-halfunit);
}
 
.article-checkbox1 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-self: flex-start;
  align-items: center;
  flex-direction: row;
}
 
.article-text21 {
  fill: #eaeaea;
  color: #eaeaea;
}
 
.article-cf-turnstile {
  height: auto;
  align-self: flex-start;
  align-items: center;
  border-width: 0px;
  justify-content: flex-start;
}
 
.article-action13 {
  display: flex;
  align-self: flex-start;
  transition: 0.3s;
  padding-top: 0.5rem;
  border-color: #77d884;
  border-width: 2px;
  padding-left: 1rem;
  border-radius: 12px;
  padding-right: 1rem;
  flex-direction: row;
  padding-bottom: 0.5rem;
  background-color: #34a854;
}
 
.article-action13:hover {
  border-color: #48c56a;
  background-color: #34a854;
}
 
.article-text22 {
  color: rgb(255, 255, 255);
  font-size: 1.125rem;
  font-style: normal;
  transition: 0.3s;
  font-family: "Open Sans";
  font-weight: 600;
  letter-spacing: 0.1rem;
}
 
.article-text22:hover {
  color: #34a854;
}
 
.article-text23 {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.article-container18 {
  gap: 3rem;
  flex: 0 0 auto;
  display: flex;
  align-items: flex-start;
  padding-top: var(--dl-layout-space-threeunits);
  padding-bottom: var(--dl-layout-space-threeunits);
}
 
.article-max-width1 {
  gap: 5rem;
  align-self: center;
  align-items: flex-start;
}
 
.article-section-title1 {
  gap: var(--dl-layout-space-unit);
  width: auto;
}
 
.article-content1 {
  gap: var(--dl-layout-space-oneandhalfunits);
  display: flex;
  align-self: stretch;
  flex-direction: column;
}
 
.article-text24 {
  color: #eaeaea;
  font-size: 3rem;
  font-style: normal;
  font-family: "Open Sans";
  font-weight: 300;
}
 
.article-text25 {
  fill: #eaeaea;
  color: rgb(234, 234, 234);
  font-size: 1.125rem;
  font-style: normal;
  font-family: "Open Sans";
  font-weight: 300;
  line-height: 1.5;
}
 
.article-container19 {
  gap: 3rem;
  flex: 0 0 auto;
  display: flex;
  align-items: flex-start;
}
 
.article-max-width2 {
  gap: 5rem;
  align-self: center;
  align-items: flex-start;
}
 
.article-section-title2 {
  gap: var(--dl-layout-space-unit);
  width: auto;
}
 
.article-content2 {
  gap: var(--dl-layout-space-oneandhalfunits);
  display: flex;
  align-self: stretch;
  flex-direction: column;
}
 
.article-text26 {
  fill: #eaeaea;
  color: rgb(234, 234, 234);
  font-size: 2rem;
  font-style: normal;
  font-family: "Open Sans";
  font-weight: 300;
}
 
.article-text27 {
  fill: #eaeaea;
  color: rgb(234, 234, 234);
  font-size: 1.125rem;
  font-style: normal;
  font-family: "Open Sans";
  font-weight: 300;
  line-height: 1.5;
}
 
.article-container20 {
  gap: 3rem;
  flex: 0 0 auto;
  display: flex;
  align-items: flex-start;
  padding-bottom: var(--dl-layout-space-threeunits);
}
 
.article-max-width3 {
  gap: 5rem;
  align-self: center;
  align-items: flex-start;
}
 
.article-section-title3 {
  gap: var(--dl-layout-space-unit);
  width: auto;
}
 
.article-content3 {
  gap: var(--dl-layout-space-oneandhalfunits);
  display: flex;
  align-self: stretch;
  flex-direction: column;
}
 
.article-text28 {
  fill: #eaeaea;
  color: #eaeaea;
  font-size: 2rem;
  font-style: normal;
  font-family: "Open Sans";
  font-weight: 300;
}
 
.article-text29 {
  fill: #eaeaea;
  color: #eaeaea;
  font-size: 1.125rem;
  font-style: normal;
  font-family: "Open Sans";
  font-weight: 300;
  line-height: 1.5;
}
 
.article-footer {
  gap: 80px;
  width: 100%;
  height: auto;
  display: flex;
  padding: var(--dl-layout-space-fiveunits);
  overflow: hidden;
  position: relative;
  margin-top: 4rem;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
  justify-content: center;
  background-color: #191919;
}
 
.article-max-width4 {
  gap: var(--dl-layout-space-threeunits);
  display: flex;
  align-items: center;
  flex-direction: column;
}
 
.article-content4 {
  gap: 32px;
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-shrink: 0;
  justify-content: center;
}
 
.article-links2 {
  gap: var(--dl-layout-space-twounits);
  width: 100%;
  display: flex;
  align-items: center;
}
 
.article-navlink {
  color: #ffffff;
  font-size: 1.5rem;
  font-style: normal;
  transition: 0.3s;
  font-family: "Poppins";
  font-weight: 300;
  padding-top: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  letter-spacing: 0.7rem;
  padding-bottom: 1.5rem;
  text-decoration: none;
}
 
.article-navlink:hover {
  font-size: 2rem;
  letter-spacing: 0.9rem;
}
 
.article-navigation {
  gap: 24px;
  width: auto;
  display: flex;
  overflow: hidden;
  flex-grow: 1;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: row;
  justify-content: flex-end;
}
 
.article-link43 {
  fill: #eaeaea;
  color: rgb(234, 234, 234);
  padding: 1rem;
  font-size: 1.125rem;
  font-style: normal;
  transition: 0.3s;
  font-family: "Open Sans";
  font-weight: 400;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  text-decoration: none;
}
 
.article-link43:hover {
  fill: #34a854;
  color: #34a854;
  font-size: 1.25rem;
}
 
.article-link3 {
  fill: #eaeaea;
  color: rgb(234, 234, 234);
  padding: 1rem;
  font-size: 1.125rem;
  font-style: normal;
  transition: 0.3s;
  font-family: "Open Sans";
  font-weight: 400;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  text-decoration: none;
}
 
.article-link3:hover {
  fill: #34a854;
  color: #34a854;
  font-size: 1.25rem;
}
 
.article-link23 {
  fill: #eaeaea;
  color: rgb(234, 234, 234);
  padding: 1rem;
  font-size: 1.125rem;
  font-style: normal;
  transition: 0.3s;
  font-family: "Open Sans";
  font-weight: 400;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  text-decoration: none;
}
 
.article-link23:hover {
  color: #34a854;
  font-size: 1.25rem;
}
 
.article-link13 {
  fill: #eaeaea;
  color: rgb(234, 234, 234);
  padding: 1rem;
  font-size: 1.125rem;
  font-style: normal;
  transition: 0.3s;
  font-family: "Open Sans";
  font-weight: 400;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  text-decoration: none;
}
 
.article-link13:hover {
  color: #34a854;
  font-size: 1.25rem;
}
 
.article-action14 {
  display: flex;
  align-self: center;
  transition: 0.3s;
  padding-top: 0.5rem;
  border-color: #77d884;
  border-width: 2px;
  padding-left: 1rem;
  border-radius: 12px;
  padding-right: 1rem;
  flex-direction: row;
  padding-bottom: 0.5rem;
  justify-content: center;
  text-decoration: none;
  background-color: #34a854;
}
 
.article-action14:hover {
  border-color: #48c56a;
  background-color: #34a854;
}
 
.article-text30 {
  color: #ffffff;
  font-size: 1.125rem;
  font-style: normal;
  transition: 0.3s;
  font-family: "Open Sans";
  font-weight: 600;
  letter-spacing: 0.1rem;
}
 
.article-text30:hover {
  color: #34a854;
}
 
.article-credits {
  gap: var(--dl-layout-space-twounits);
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
 
.article-divider {
  background-color: #eaeaea;
}
 
.article-row {
  display: flex;
  align-items: flex-start;
}
 
.article-footer-links {
  gap: 3rem;
  display: flex;
}
 
.article-text31 {
  fill: #eaeaea;
  color: rgb(234, 234, 234);
  padding: 1rem;
  font-size: 1.125rem;
  font-style: normal;
  font-family: "Open Sans";
  font-weight: 400;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
}
 
.article-link8 {
  fill: #eaeaea;
  color: rgb(234, 234, 234);
  padding: 1rem;
  font-size: 1.125rem;
  font-style: normal;
  font-family: "Open Sans";
  font-weight: 400;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  text-decoration: none;
}
 
.article-link9 {
  fill: #eaeaea;
  color: rgb(234, 234, 234);
  padding: 1rem;
  font-size: 1.125rem;
  font-style: normal;
  font-family: "Open Sans";
  font-weight: 400;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  text-decoration: none;
}
 
@media(max-width: 1600px) {
  .article-navbar {
    height: auto;
  }
  .article-navbar-interactive {
    height: auto;
  }
  .article-text10 {
    display: none;
  }
  .article-desktop-menu {
    justify-content: space-between;
  }
  .article-link6 {
    padding: 1.25rem;
    font-size: 1.25rem;
  }
  .article-spacefiller {
    height: 7rem;
    border-width: 0px;
  }
  .article-hero {
    height: auto;
    padding: 0px;
  }
  .article-image2 {
    width: 100%;
    height: 20rem;
  }
  .article-text13 {
    top: 120px;
    fill: #eaeaea;
    left: -2px;
    color: rgb(234, 234, 234);
    position: absolute;
    font-size: 4rem;
    align-self: center;
    font-style: normal;
    font-family: Open Sans;
    font-weight: 300;
  }
  .article-text24 {
    font-size: 3rem;
  }
  .article-text26 {
    font-size: 2.5rem;
  }
  .article-text28 {
    font-size: 2.5rem;
  }
  .article-navlink {
    padding: 1.25rem;
    font-size: 1.25rem;
  }
}
 
@media(max-width: 1200px) {
  .article-navbar {
    height: auto;
  }
  .article-navbar-interactive {
    height: auto;
    padding: 1.25rem;
  }
  .article-text10 {
    display: none;
  }
  .article-desktop-menu {
    justify-content: space-between;
  }
  .article-link6 {
    padding: 0.875rem;
    font-size: 1.25rem;
  }
  .article-container12 {
    gap: 1rem;
    width: auto;
  }
  .article-link21 {
    padding: 0.875rem;
    font-size: 1rem;
  }
  .article-link11 {
    padding: 0.875rem;
    font-size: 1rem;
  }
  .article-link41 {
    padding: 0.875rem;
    font-size: 1rem;
  }
  .article-link51 {
    padding: 0.875rem;
    font-size: 1rem;
  }
  .article-container13 {
    width: auto;
  }
  .article-text11 {
    font-size: 1rem;
  }
  .article-spacefiller {
    height: 5.8rem;
  }
  .article-cf-turnstile {
    border-width: 0px;
  }
  .article-text22 {
    font-size: 1rem;
  }
  .article-text24 {
    font-size: 2.5rem;
  }
  .article-text26 {
    font-size: 2rem;
  }
  .article-text28 {
    font-size: 2rem;
  }
  .article-navlink {
    padding: 0.875rem;
    font-size: 1.25rem;
  }
  .article-link43 {
    padding: 0.875rem;
    font-size: 1rem;
  }
  .article-link3 {
    padding: 0.875rem;
    font-size: 1rem;
  }
  .article-link23 {
    padding: 0.875rem;
    font-size: 1rem;
  }
  .article-link13 {
    padding: 0.875rem;
    font-size: 1rem;
  }
  .article-text30 {
    font-size: 1rem;
  }
}
 
@media(max-width: 991px) {
  .article-navbar {
    height: auto;
  }
  .article-navbar-interactive {
    height: auto;
    padding: 1rem;
  }
  .article-text10 {
    display: none;
  }
  .article-desktop-menu {
    justify-content: space-between;
  }
  .article-link6 {
    padding: 0.875rem;
    font-size: 1rem;
  }
  .article-container12 {
    gap: 1rem;
    width: 80%;
    justify-content: flex-end;
  }
  .article-link21 {
    letter-spacing: 0.05rem;
  }
  .article-link11 {
    letter-spacing: 0.05rem;
  }
  .article-buttons1 {
    display: none;
  }
  .article-spacefiller {
    height: 5rem;
  }
  .article-text13 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .article-form {
    width: 100%;
    padding: 3rem;
  }
  .article-container14 {
    gap: var(--dl-layout-space-twounits);
    width: 100%;
    flex-direction: row;
  }
  .article-input1 {
    width: 50%;
  }
  .article-input2 {
    width: 50%;
    flex-direction: column;
  }
  .article-container15 {
    gap: var(--dl-layout-space-twounits);
    width: 100%;
    flex-direction: row;
  }
  .article-input3 {
    width: 50%;
  }
  .article-input4 {
    width: 50%;
  }
  .article-container16 {
    gap: var(--dl-layout-space-twounits);
    width: 100%;
    flex-direction: row;
  }
  .article-input5 {
    width: 50%;
  }
  .article-input6 {
    width: 50%;
  }
  .article-container17 {
    gap: var(--dl-layout-space-twounits);
    width: 100%;
    flex-direction: row;
  }
  .article-input8 {
    width: 50%;
    flex-direction: column;
  }
  .article-checkbox1 {
    align-self: flex-start;
  }
  .article-max-width1 {
    align-items: flex-start;
    flex-direction: column;
  }
  .article-section-title1 {
    width: 100%;
  }
  .article-max-width2 {
    align-items: flex-start;
    flex-direction: column;
  }
  .article-section-title2 {
    width: 100%;
  }
  .article-max-width3 {
    align-items: flex-start;
    flex-direction: column;
  }
  .article-section-title3 {
    width: 100%;
  }
  .article-links2 {
    flex-direction: column;
  }
  .article-navlink {
    padding: 0.875rem;
    font-size: 1rem;
  }
  .article-navigation {
    width: auto;
    align-items: center;
    flex-direction: row;
  }
  .article-footer-links {
    flex-direction: row;
  }
  .article-text31 {
    font-size: 1rem;
  }
  .article-link8 {
    font-size: 1rem;
  }
  .article-link9 {
    font-size: 1rem;
  }
}
 
@media(max-width: 767px) {
  .article-navbar {
    height: auto;
  }
  .article-navbar-interactive {
    height: auto;
    padding: 0.875rem;
    padding-right: 0.875rem;
    justify-content: space-between;
  }
  .article-text10 {
    color: #ffffff;
    display: flex;
    padding: 0.75rem;
    font-size: 1.125rem;
  }
  .article-desktop-menu {
    display: none;
  }
  .article-container12 {
    justify-content: center;
  }
  .article-buttons1 {
    display: flex;
  }
  .article-burger-menu {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .article-icon1 {
    width: 1.125rem;
    height: 1.125rem;
  }
  .article-icon3 {
    fill: var(--dl-color-theme-neutral-dark);
    color: #ffffff;
    width: 1.125rem;
    height: 1.125rem;
  }
  .article-link7 {
    font-size: 1.125rem;
    font-family: Poppins;
    padding-top: 1rem;
    padding-left: 1rem;
    letter-spacing: 0.7rem;
    padding-bottom: 1rem;
  }
  .article-links1 {
    gap: 2rem;
  }
  .article-link12 {
    font-size: 1rem;
    font-style: normal;
    font-family: Open Sans;
    font-weight: 600;
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right: 0rem;
    letter-spacing: 0.1rem;
    padding-bottom: 0rem;
    text-transform: uppercase;
    text-decoration: none;
  }
  .article-link22 {
    font-size: 1rem;
    padding-top: 0rem;
    padding-left: 1rem;
    padding-right: 0rem;
    letter-spacing: 0.1rem;
    padding-bottom: 0rem;
    text-transform: uppercase;
    text-decoration: none;
  }
  .article-link42 {
    font-size: 1rem;
    padding-top: 0rem;
    padding-left: 1rem;
    padding-right: 0rem;
    letter-spacing: 0.1rem;
    padding-bottom: 0rem;
    text-transform: uppercase;
    text-decoration: none;
  }
  .article-link52 {
    font-size: 1rem;
    font-family: Open Sans;
    padding-top: 0rem;
    padding-left: 1rem;
    padding-right: 0rem;
    letter-spacing: 0.1rem;
    padding-bottom: 1rem;
    text-transform: uppercase;
    text-decoration: none;
  }
  .article-action12 {
    border-color: #52de79;
    background-color: #34a854;
  }
  .article-text12 {
    font-size: 0.9375rem;
    font-family: Open Sans;
    letter-spacing: 0.1rem;
  }
  .article-spacefiller {
    height: 4.5rem;
  }
  .article-image2 {
    height: 15rem;
  }
  .article-text13 {
    top: 94px;
    left: 0px;
    font-size: 3rem;
  }
  .article-form {
    width: 100%;
    padding: 2rem;
  }
  .article-max-width1 {
    padding: 1rem;
  }
  .article-text24 {
    font-size: 2rem;
  }
  .article-max-width2 {
    padding: 1rem;
  }
  .article-text26 {
    font-size: 1.5rem;
  }
  .article-max-width3 {
    padding: 1rem;
  }
  .article-text28 {
    font-size: 1.5rem;
  }
  .article-footer {
    padding: var(--dl-layout-space-oneandhalfunits);
  }
  .article-content4 {
    flex-direction: column;
  }
  .article-navigation {
    flex-direction: column;
  }
  .article-credits {
    flex-direction: column;
  }
  .article-row {
    flex-direction: column;
  }
  .article-footer-links {
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
}
 
@media(max-width: 479px) {
  .article-navbar {
    height: 2.75rem;
  }
  .article-navbar-interactive {
    height: auto;
    padding: 0.75rem;
  }
  .article-text10 {
    padding: 0.5rem;
    font-size: 1rem;
  }
  .article-icon1 {
    width: 1rem;
    height: 1rem;
  }
  .article-icon3 {
    width: 1rem;
    height: 1rem;
  }
  .article-spacefiller {
    height: 2.75rem;
  }
  .article-text13 {
    font-size: 2rem;
  }
  .article-form {
    width: 100%;
    padding: var(--dl-layout-space-unit);
  }
  .article-container14 {
    align-items: stretch;
    flex-direction: column;
  }
  .article-input1 {
    width: 100%;
  }
  .article-input2 {
    width: 100%;
  }
  .article-container15 {
    align-items: stretch;
    flex-direction: column;
  }
  .article-input3 {
    width: 100%;
  }
  .article-input4 {
    width: 100%;
  }
  .article-container16 {
    flex-direction: column;
  }
  .article-input5 {
    width: 100%;
  }
  .article-input6 {
    width: 100%;
  }
  .article-input8 {
    width: 100%;
  }
  .article-text-input7 {
    font-size: 14px;
  }
  .article-text24 {
    font-size: 1.7rem;
  }
  .article-text25 {
    font-size: 1rem;
  }
  .article-text26 {
    font-size: 1.5rem;
  }
  .article-text27 {
    font-size: 1rem;
  }
  .article-text28 {
    font-size: 1.5rem;
  }
  .article-text29 {
    font-size: 1rem;
  }
  .article-footer {
    padding: 1.5rem;
  }
  .article-max-width4 {
    gap: var(--dl-layout-space-oneandhalfunits);
  }
  .article-content4 {
    width: 100%;
  }
  .article-links2 {
    width: 100%;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
  .article-row {
    align-items: center;
  }
  .article-footer-links {
    align-items: center;
  }
  .article-text31 {
    font-size: 1rem;
  }
  .article-link8 {
    font-size: 1rem;
  }
  .article-link9 {
    font-size: 1rem;
  }
}
