html,
body {
  margin: 0;
  padding: 0;
  max-width: 100%;
  overflow-x: clip;
  background: #0e211e;
}

* {
  -webkit-font-smoothing: antialiased;
}

a {
  color: #c2331b;
  text-decoration: none;
}

a:hover {
  color: #e84025;
}

::selection {
  background: #f2603f;
  color: #0e211e;
}

input,
textarea,
select,
button {
  font-family: inherit;
}

input:focus-visible,
textarea:focus-visible,
select:focus-visible,
button:focus-visible,
a:focus-visible {
  outline: 2px solid #e84025;
  outline-offset: 2px;
}

.ik-approved-page,
.ik-approved-page > div {
  max-width: 100%;
  overflow-x: clip;
}

.ik-approved-page [style-hover]:hover {
  background: #1c3a33 !important;
}

@media (prefers-reduced-motion: reduce) {
  * {
    transition: none !important;
    animation: none !important;
  }
}

@media (max-width: 700px) {
  header > div > div > a:first-child:not([href^="tel:"]):not([href^="#"]) {
    display: none !important;
  }
}
