*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
strong,
div,
span,
img,
a,
table,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}

:where(figure) {
  margin: 0;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
  display: block;
}

ol,
ul,
li {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a {
  color: inherit;
  text-decoration: none;
}
@media (min-width: 768px) {
  a a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

dialog {
  overflow: visible;
  top: auto;
  max-width: none;
  max-height: none;
  margin: 0;
  padding: 0;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
}

dialog:not([open]) {
  display: block;
  opacity: 0;
  visibility: hidden;
}

dialog[open] {
  display: block;
  opacity: 1;
  visibility: visible;
}

button {
  margin: 0;
  padding: 0;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
  cursor: pointer;
  font: inherit;
}

input,
select,
textarea {
  font: inherit;
  color: inherit;
  vertical-align: top;
}

address {
  font-style: normal;
}

summary {
  display: block;
}

summary::-webkit-details-marker {
  display: none;
}

.wpcf7-form p br {
  display: none;
}

.wpcf7-list-item {
  margin: 0;
}

.wpcf7-spinner {
  display: none;
}

.recaptcha__text {
  opacity: 0;
  visibility: hidden;
}

.wpcf7-response-output {
  display: none;
}

html {
  scroll-behavior: smooth;
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
}

.capitalize {
  text-transform: capitalize;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

main {
  padding-block: 64px;
}

.inner {
  width: 100%;
  max-width: 960px;
  padding-inline: 32px;
  margin-inline: auto;
}

.img {
  margin-top: 32px;
  text-align: center;
}
.img img {
  width: 640px;
  height: auto;
  aspect-ratio: 1920/1080;
}

.list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}

.list p,
.list li span {
  font-weight: 600;
}

.contexts {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}

.context {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}

h1 {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  h1 {
    font-size: 2.4rem;
  }
}

p {
  font-size: 1.8rem;
}
@media (max-width: 768px) {
  p {
    font-size: 1.6rem;
  }
}/*# sourceMappingURL=style.css.map */