@font-face {
  font-family: "55";
  src: url("../fonts/nhaasgrotesktxpro-55rg.woff2") format("woff2"), url("../fonts/nhaasgrotesktxpro-55rg.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "65";
  src: url("../fonts/nhaasgrotesktxpro-65md.woff2") format("woff2"), url("../fonts/nhaasgrotesktxpro-65md.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "75";
  src: url("../fonts/nhaasgrotesktxpro-75bd.woff2") format("woff2"), url("../fonts/nhaasgrotesktxpro-75bd.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
:root {
  --size-font: 24px;
  --size-font-med: 20px;
  --size-font-small: 16px;
}

html {
  font-size: 100% !important;
}

header picture img {
  width: 100%;
  height: auto;
  display: block;
}

body, p, a {
  font-optical-sizing: auto;
}

h1, h3 {
  font-family: "75";
  font-optical-sizing: auto;
  text-transform: uppercase;
  font-size: var(--size-font);
}

h2 {
  font-family: "55";
  font-optical-sizing: auto;
  text-transform: uppercase;
  font-size: var(--size-font);
}

label {
  font-family: "55";
  font-optical-sizing: auto;
  text-transform: uppercase;
  font-size: var(--size-font);
}

label.keep {
  font-size: var(--size-font-med);
  line-height: 1.2;
}

input[type=text],
input[type=email],
input[type=tel] {
  border: none;
  border-bottom: 1px solid #000;
  border-radius: 0;
  padding: 0.25rem 0.75rem;
  font-family: "55";
  font-optical-sizing: auto;
  color: #2c2c2c;
  font-size: var(--size-font);
}

button[type=submit] {
  padding: 0.5rem 1.5rem;
  font-family: "55";
  font-size: var(--size-font);
  background-color: #000 !important;
  border: 1px solid #000 !important;
  border-radius: 6px;
  color: #fff !important;
  transition: all 0.5s ease;
}

button[type=submit]:hover {
  background-color: #fff !important;
  color: #000 !important;
  transition: all 0.5s ease;
}

.form-check .form-check-input {
  appearance: none;
  width: 40px !important;
  height: 40px !important;
  background-color: #000;
  border: 1px solid #000;
  border-radius: 6px;
  cursor: pointer;
  margin-top: 0;
  transition: background-color 0.2s ease-in-out;
  position: relative;
  margin-left: 0;
}
.form-check .form-check-input:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.1);
  border-color: #000;
}
.form-check .form-check-input:checked {
  background-color: #000;
  border-color: #000;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
  background-size: 90%;
  background-position: center;
  background-repeat: no-repeat;
}

.form-check {
  display: flex;
  align-items: top;
  gap: 12px;
  padding-left: 0;
}
.form-check .form-check-label {
  cursor: pointer;
}

footer p {
  font-family: "55";
  font-optical-sizing: auto;
  text-transform: uppercase;
  font-size: var(--size-font-small);
  color: #000;
}

@media (max-width: 650px) {
  :root {
    --size-font: 16px;
    --size-font-med: 14px;
    --size-font-small: 12px;
  }

  button[type=submit] {
    padding: 0.2rem 1rem;
    font-family: "55";
    font-size: var(--size-font);
    background-color: #000 !important;
    border: 1px solid #000 !important;
    border-radius: 6px;
    color: #fff !important;
    transition: all 0.5s ease;
  }

  .form-check .form-check-input {
    appearance: none;
    width: 16px !important;
    height: 16px !important;
    border-radius: 3px;
  }
}

/*# sourceMappingURL=custom.css.map */
