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

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

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

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

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

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

h1 {
  font-family: 'Ubuntu Bold', sans-serif;
  font-size: 1.75rem;
  color: #EA3323;
}

h2 {
  font-family: 'Ubuntu Bold', sans-serif;
  font-size: 1.5rem;
}

h3 {
  font-family: 'Ubuntu Bold', sans-serif;
  font-size: 1.25rem;
}

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_8GHGtgbvaf {
  width: 100%;
  background-color: #101E37;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}

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

.nav__toggle_8GHGtgbvaf {
  cursor: pointer;
}

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

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

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

.nav__link_8GHGtgbvaf:hover {
  color: #EA3323;
}

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

.show-menu {
  right: 0;
}

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

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

.nav__button__second_8GHGtgbvaf {
  display: inline-block;
  border: 1px solid #EA3323;
  padding: .75rem 1rem;
  color: #EA3323;
  font-family: 'Ubuntu Bold', sans-serif;
  font-size: 1rem;
  cursor: pointer;
  transition: background .5s;
  border-radius: .5rem;
}

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

.second__button_8GHGtgbvaf {
  background: transparent;
  border: 2px solid #EA3323;
  color: #EA3323;
}

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

.image__link_8GHGtgbvaf {
  justify-self: center;
}

.image__link_8GHGtgbvaf img {
  border-radius: 1rem;
}

.button__container__text_8GHGtgbvaf div {
  justify-self: center;
}

.app__button__container_8GHGtgbvaf {
  justify-content: center;
}

.app__button__container_8GHGtgbvaf img {
  justify-self: center;
}

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

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

.footer {
  background-color: #0A121F;
}

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

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

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

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

h1 {
  font-size: 3rem;
}

h2 {
  font-size: 2.5rem;
}

h3 {
  font-size: 2rem;
}

p {
  font-size: 1rem;
}

.nav__logo_8GHGtgbvaf img {
  width: 120px;
}

.text__container_8GHGtgbvaf img,
.main__screen__container_8GHGtgbvaf .image__link_8GHGtgbvaf {
  width: 720px;
}

}


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

  .nav__toggle_8GHGtgbvaf,
  .nav__close_8GHGtgbvaf {
    display: none;
  }

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

  .nav__list_8GHGtgbvaf {
    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;
  }


}
