* {
  margin: 0;
  line-height: 1;
  font-family: "Lato", sans-serif;
  color: white;
  box-sizing: border-box;
}

svg {
  overflow: visible;
}

body,
html {
  overflow-x: hidden;
  background: #121212;
}

.text-18-white {
  font-weight: 400;
  color: white;
  font-size: 1.125rem;
  line-height: 1.6rem;
}

.text-18-white-padding {
  font-weight: 400;
  padding-top: 2rem;
  color: white;
  font-size: 1.125rem;
  line-height: 1.6rem;
}

.text-18-black-padding {
  font-weight: 400;
  padding-top: 2rem;
  color: #121212;
  font-size: 1.125rem;
  line-height: 1.6rem;
}

.text-16-black-padding {
  font-weight: 400;
  padding-top: 2rem;
  color: #121212;
  font-size: 1rem;
  line-height: 1.3rem;
}

.text-18-black {
  font-weight: 400;
  color: #121212;
  font-size: 1.125rem;
  line-height: 1.6rem;
}

.text-26-white-bold-padding {
  font-weight: 900;
  padding-top: 2rem;
  color: white;
  font-size: 1.625rem;
  line-height: 2rem;
}

.text-36-white {
  font-weight: 900;
  font-size: 2.25rem;
}

.text-36-black {
  font-weight: 900;
  font-size: 2.25rem;
  color: #121212;
}

.yellow {
  color: #f1c017;
}

@media all and (max-width: 1200px) {
  .text-36-white,
.text-36-black {
    font-size: 1.85rem;
  }
}
.main-cta {
  overflow-y: hidden;
}

.main-logo {
  text-decoration: none;
}

.content-txt {
  padding: 1rem 0;
}

h2 {
  margin-bottom: 0.5rem;
  margin-top: 1.25rem;
  color: #f1c017 !important;
}

p {
  line-height: 120%;
}

iframe {
  width: 100%;
  border: 0;
}
@media (max-width: 800px) {
  iframe {
    height: 230px;
  }
}

/*# sourceMappingURL=mentions-legales.css.map */