@font-face {
  font-family: "Tektur";
  src: url("../assets/Tektur-VariableFont_wdth,wght.ttf");
}
body {
  background: #000;
  color: #fff;
  font-family: "Tektur", Arial, sans-serif;
  font-variation-settings: "wdth" 87.5;
  margin: 0;
  padding: 0;
}

.pattern {
  position: fixed;
  z-index: -1;
  opacity: 1;
}
.pattern .left {
  position: fixed;
  left: -104px;
}
.pattern .right {
  position: fixed;
  right: -104px;
}

.container {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

header .container {
  position: relative;
  min-height: 562px;
  align-items: center;
  flex-direction: column;
  background-image: url("../img/header.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
header .container .bg-container {
  position: absolute;
  z-index: -1;
  overflow-x: hidden;
  max-width: 100vw;
}
header .container .bg-container img {
  display: block;
  margin-left: auto;
  width: 100%;
  min-height: 562px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: auto;
  -o-object-position: center center;
     object-position: center center;
}
header .container .logo-container {
  display: flex;
  justify-content: center;
  margin-top: 100px;
  margin-bottom: 30px;
}
header .container .logo-container img {
  width: 220px;
}
header .container h1, header .container h2, header .container h3 {
  margin: 0;
  text-transform: uppercase;
  text-align: center;
  font-weight: 400;
}
header .container h1 {
  font-size: 3.5rem;
  margin-bottom: 20px;
}
header .container h2 {
  font-size: 2.5rem;
}
header .container h3 {
  font-size: 2.5rem;
  margin-top: -10px;
  color: #de0b1c;
  font-weight: 400;
}

nav {
  background-color: #111;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  font-weight: 400;
  color: #616161;
}
nav .container {
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
}
nav img {
  height: 1rem;
  margin: 0 8px;
}

.buttons {
  margin-top: 1rem;
}
.buttons .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 1.8rem;
  background-color: #1c1c1c;
}
.buttons .container h2 {
  font-size: 2.5rem;
  margin: 0;
  text-transform: uppercase;
  margin-bottom: 10px;
  text-align: center;
}
.buttons .container button {
  background-color: black;
  color: white;
  border: none;
  padding: 12px 40px;
  font-size: 1.2rem;
  cursor: pointer;
  transition: background-color 0.2s;
  text-transform: uppercase;
  font-family: "Tektur", Arial, sans-serif;
}
.buttons .container button:hover {
  background-color: #de0b1c;
}

.socials .container {
  background-color: #de0b1c;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 1.2rem;
}
.socials .container h2 {
  font-size: 2.5rem;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.socials .container p {
  font-size: 1.5rem;
  margin: 0;
  margin-bottom: 12px;
}
.socials .container .socials-icons a {
  color: black;
  text-decoration: none;
  font-size: 1.8rem;
  margin: 0 20px;
  transition: color 0.2s;
}
.socials .container .socials-icons a:hover {
  color: white;
}

.faq .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 4rem;
}
.faq .container h2 {
  font-size: 2.5rem;
  margin: 0;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.faq .container > div {
  width: 100%;
}
.faq .container > div h3 {
  text-align: center;
  text-transform: uppercase;
  font-size: 1.8rem;
}
.faq .container > div ul {
  font-size: 1rem;
}
.faq .container > div li {
  font-variation-settings: "wdth" 87.5;
}
.faq .container > div li a {
  color: white;
}
.faq .container > div > ul {
  list-style: none;
  padding: 0;
}
.faq .container > div > ul > li {
  padding: 8px 16px;
}
.faq .container > div > ul > li:nth-child(odd) {
  background-color: #1c1c1c;
}

footer {
  background-color: #111;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1rem;
  font-weight: 400;
  color: #616161;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 4rem;
  padding-right: 4rem;
}
footer a {
  color: #616161;
}

.faq ul, .faq ul ul, .faq ul ul ul, .faq li {
  font-size: 16px !important;
}

@media (max-width: 1200px) {
  .pattern {
    display: none;
  }
}
@media (max-width: 768px) {
  .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  footer {
    flex-direction: column-reverse;
    text-align: center;
  }
  footer small {
    margin-bottom: 5px;
  }
}/*# sourceMappingURL=main.css.map */