@font-face {
	font-family: 'Archivo'; 
	src: url(Archivo-Regular.ttf); 
  font-display: swap;
}

@font-face {
	font-family: 'Archivo Bold'; 
	src: url(Archivo-Bold.ttf); 
  font-display: swap;
}

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

html {
  scroll-behavior: smooth;
  height: 100%;
}

body {
  font-family: 'Archivo', sans-serif;
  font-size: 0.875rem;
  background-color: #000000;
  color: #ffffff;
  height: 100%;
}

.wrapper_1_m2_v75svhdfasftal {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

h1 {
  font-family: 'Archivo Bold', sans-serif;
  font-size: 1.5rem;
  color: #5AB041;
}

p {
  line-height: 160%;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

.container {
  max-width: 1240px;
  margin-right: 1.5rem;
  margin-left: 1.5rem;
}

.section {
  padding: 2rem 0;
}

.grid {
  display: grid;
  gap: 1.5rem;
}

.main {
  overflow: hidden;
  flex: 1 1 auto;
}

.header_1_m2_v75svhdfasftal {
  width: 100%;
  background-color: #000000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  border-bottom: .5px solid #AFD89E;
}

.nav_1_m2_v75svhdfasftal {
  height: 5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav__toggle_1_m2_v75svhdfasftal {
  cursor: pointer;
}

@media screen and (max-width: 1200px) {
  .nav__menu_1_m2_v75svhdfasftal {
    position: fixed;
    background-color: #000000;
    top: 0;
    right: -100%;
    width: 50%;
    height: 100%;
    transition: right .4s;
    padding-left: 2rem;
  }
}

.nav__list_1_m2_v75svhdfasftal {
  padding: 4rem 0 3rem;
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}

.nav__link_1_m2_v75svhdfasftal {
  color: #ffffff;
  transition: color .6s;
  font-family: 'Archivo Bold', sans-serif;
  font-size: 1rem;
}

.nav__link_1_m2_v75svhdfasftal:hover {
  color: #5AB041;
  border-bottom: 1px solid #5AB041;
}

.nav__close_1_m2_v75svhdfasftal {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  cursor: pointer;
}

.show-menu {
  right: 0;
}

.nav__buttons_1_m2_v75svhdfasftal {
  display: flex;
  gap: .75rem;
  align-items: center;
}

.nav__button__first_1_m2_v75svhdfasftal {
  display: inline-block;
  background-color: #5AB041;
  padding: .75rem 1rem;
  color: #ffffff;
  font-family: 'Archivo Bold', sans-serif;
  font-size: 1rem;
  cursor: pointer;
  transition: background .5s;
  border-radius: .5rem;
}

.nav__button__second_1_m2_v75svhdfasftal {
  display: inline-block;
  background-color: #AFD89E;
  padding: .75rem 1rem;
  color: #000000;
  font-family: 'Archivo Bold', sans-serif;
  font-size: 1rem;
  cursor: pointer;
  transition: background .5s;
  border-radius: .5rem;
}

.button_1_m2_v75svhdfasftal {
  display: inline-block;
  background-color: #5AB041;
  padding: 1.25rem 2rem;
  color: #000000;
  font-family: 'Archivo Bold', sans-serif;
  cursor: pointer;
  transition: background .5s;
  text-align: center;
  margin-top: .5rem;
  border-radius: 1rem;
  font-size: 1rem;
}

.second__button_1_m2_v75svhdfasftal {
  background-color: #AFD89E;
  color: #000000;
}

.main__screen__container_1_m2_v75svhdfasftal {
  margin-top: 5rem;
  text-align: center;
  justify-self: center;
}

.image__link_1_m2_v75svhdfasftal {
  justify-self: center;
}

.image__link_1_m2_v75svhdfasftal img {
  border-radius: 2rem;
}

.button__container__text_1_m2_v75svhdfasftal div {
  justify-self: center;
}

.app__button__container_1_m2_v75svhdfasftal {
  justify-content: center;
}

.app__button__container_1_m2_v75svhdfasftal img {
  justify-self: center;
}

.app__button {
  display: flex;
  align-items: center;
  gap: .5rem;
  background-color: #5AB041;
  border-radius: 2rem;
  padding: .5rem 1rem;
  color: #fff;
  font-family: 'Archivo Bold', sans-serif;
}

.footer__container_1_m2_v75svhdfasftal {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer {
  background-color: #000000;
  border-top: .5px solid #AFD89E;
}

@media screen and (max-width: 340px) {

  .container {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .footer__container_1_m2_v75svhdfasftal {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  
}

@media screen and (min-width: 768px) {

h1 {
  font-size: 2.5rem;
}

p {
  font-size: 1rem;
}

.text__container_1_m2_v75svhdfasftal img,
.main__screen__container_1_m2_v75svhdfasftal .image__link_1_m2_v75svhdfasftal {
  width: 600px;
}

}


@media screen and (min-width: 1200px) {
  
  .nav__menu_1_m2_v75svhdfasftal {
    width: initial;
  }

  .nav__toggle_1_m2_v75svhdfasftal,
  .nav__close_1_m2_v75svhdfasftal {
    display: none;
  }

  .nav_1_m2_v75svhdfasftal {
    display: flex;
    align-items: center;
    height: 5rem;
  }

  .nav__list_1_m2_v75svhdfasftal {
    height: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
    align-items: center;
    column-gap: 1rem;
  }

}

@media screen and (min-width: 1240px) {
  
  .container {
    margin-left: auto;
    margin-right: auto;
  }


}
