* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  max-width: 100%;
  font-size: 20px;
  overflow-x: hidden;
}
body {
  font-size: 1rem;
  line-height: 1.6rem;
  font-family: var(--satoshi);
  font-weight: 500;
}
@media (max-width: 1119.98px) {
  body {
    font-size: 0.8rem;
    line-height: 1.2rem;
    font-family: var(--satoshi);
    font-weight: 500;
  }
}
body {
  color: #777;
  margin: 0;
}
h1 {
  font-size: 3.2rem;
  line-height: 4.32rem;
  font-family: var(--satoshi);
  font-weight: 500;
}
@media (max-width: 1119.98px) {
  h1 {
    font-size: 2.5rem;
    line-height: 3.375rem;
    font-family: var(--satoshi);
    font-weight: 500;
  }
}
h1 {
  color: #232323;
  margin-top: 0;
  margin-bottom: 1.8rem;
}
h2 {
  font-size: 2.4rem;
  line-height: 3.24rem;
  font-family: var(--satoshi);
  letter-spacing: 0.04em;
  font-weight: 500;
}
@media (max-width: 1119.98px) {
  h2 {
    font-size: 1.9rem;
    line-height: 2.565rem;
    font-family: var(--satoshi);
    letter-spacing: unset;
    font-weight: 500;
  }
}
h2 {
  color: #232323;
  margin-top: 0;
  margin-bottom: 1.8rem;
}
h3 {
  font-size: 2rem;
  line-height: 2.7rem;
  font-family: var(--satoshi);
  font-weight: 500;
}
@media (max-width: 1119.98px) {
  h3 {
    font-size: 1.6rem;
    line-height: 2.16rem;
    font-family: var(--satoshi);
    font-weight: 500;
  }
}
h3 {
  color: #232323;
  margin-top: 0;
  margin-bottom: 1.8rem;
}
h4 {
  font-size: 1.6rem;
  line-height: 2.16rem;
  font-family: var(--satoshi);
  font-weight: 500;
}
@media (max-width: 1119.98px) {
  h4 {
    font-size: 1.3rem;
    line-height: 1.755rem;
    font-family: var(--satoshi);
    font-weight: 500;
  }
}
h4 {
  color: #232323;
  margin-top: 0;
  margin-bottom: 1.8rem;
}
h5 {
  font-size: 1.4rem;
  line-height: 1.89rem;
  font-family: var(--satoshi);
  letter-spacing: 0.02em;
  font-weight: 500;
}
@media (max-width: 1119.98px) {
  h5 {
    font-size: 1.1rem;
    line-height: 1.485rem;
    font-family: var(--satoshi);
    letter-spacing: unset;
    font-weight: 500;
  }
}
h5 {
  color: #232323;
  margin-top: 0;
  margin-bottom: 1.8rem;
}
h6 {
  font-size: 1.2rem;
  line-height: 1.62rem;
  font-family: var(--satoshi);
  font-weight: 500;
}
@media (max-width: 1119.98px) {
  h6 {
    font-size: 0.95rem;
    line-height: 1.2825rem;
    font-family: var(--satoshi);
    font-weight: 500;
  }
}
h6 {
  color: #232323;
  margin-top: 0;
  margin-bottom: 0.8rem;
}
p {
  margin-top: 0;
  margin-bottom: 1.2rem;
}
a,
a:visited {
  color: #c10f45;
  text-decoration: none;
}
a:hover,
a:focus-visible,
a:active {
  color: #8a113e;
}
sub,
sup {
  line-height: 1;
}
.skipToMainContentLink {
  font-size: 0.8rem;
  line-height: 1.2rem;
  font-family: var(--satoshi);
  font-weight: 500;
}
@media (max-width: 1119.98px) {
  .skipToMainContentLink {
    font-size: 0.7rem;
    line-height: 1rem;
  }
}
.skipToMainContentLink {
  margin-top: 0;
  margin-bottom: 1.2rem;
}
@media (max-width: 1119.98px) {
  .skipToMainContentLink {
    margin-bottom: 1rem;
  }
}
.skipToMainContentLink {
  text-align: center;
  z-index: 200;
  clip-path: polygon(0 0, 0 0, 0 0, 0 0);
  background: #fff;
  border: 2px solid #777;
  border-radius: 3px;
  padding: 0.8rem;
  transition: transform 0.3s;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -100%);
}
.skipToMainContentLink,
.skipToMainContentLink:visited,
.skipToMainContentLink:hover,
.skipToMainContentLink:focus-visible,
.skipToMainContentLink:active {
  color: #777;
  text-decoration: none;
}
.skipToMainContentLink:focus-visible {
  clip-path: none;
  transform: translate(-50%);
}
img {
  max-width: 100%;
  height: auto;
}
.visuallyHidden {
  white-space: nowrap;
  width: 1px;
  height: 1px;
  clip-path: rect(0, 0, 0, 0);
  border: 0;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}
input,
select,
textarea {
  color: #777;
  font-size: 1rem;
  line-height: 1.6rem;
  font-family: var(--satoshi);
  background-color: #fff;
  border: 1px solid #d1d1d1;
  padding: 19px 12px;
  font-weight: 500;
}
@media (max-width: 1119.98px) {
  input,
  select,
  textarea {
    font-size: 0.8rem;
    line-height: 1.2rem;
    font-family: var(--satoshi);
    font-weight: 500;
  }
}
.customSelect {
  position: relative;
}
.customSelect:after {
  content: "";
  pointer-events: none;
  border-top: 0.4rem solid #777;
  border-left: 0.3rem solid #0000;
  border-right: 0.3rem solid #0000;
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
}
.customSelect select {
  cursor: pointer;
  appearance: none;
  width: 100%;
}
