@font-face {
  font-family: "Editorsnote Hairline If 664322 Be 4 E 4 Fb";
  src: url('../fonts/EditorsNote-Hairline-iF664322be4e4fb.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Editorsnote If 664322 Be 52 Ef 6";
  src: url('../fonts/EditorsNote-HairlineItalic-iF664322be52ef6.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

:root {
  --background: #e0f2f0;
  --brown-text: #695145;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.utility-page-wrap {
  background-color: var(--background);
  color: var(--brown-text);
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  font-family: "Editorsnote Hairline If 664322 Be 4 E 4 Fb", Verdana, sans-serif;
  font-weight: 400;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.section {
  width: 100%;
  height: 100%;
}

.container {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.body {
  background-color: var(--background);
  color: #695145;
  height: 100%;
  font-family: "Editorsnote Hairline If 664322 Be 4 E 4 Fb", Verdana, sans-serif;
}

.heading {
  color: #6a5246;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Editorsnote Hairline If 664322 Be 4 E 4 Fb", Verdana, sans-serif;
  font-weight: 400;
}

.text-span {
  font-family: "Editorsnote If 664322 Be 52 Ef 6", Verdana, sans-serif;
  font-style: italic;
  font-weight: 400;
}

.paragraph {
  color: #695145;
  -webkit-text-decoration-skip-ink: auto;
  text-decoration-skip-ink: auto;
  padding-left: 10px;
  padding-right: 10px;
  font-family: "Editorsnote If 664322 Be 52 Ef 6", Verdana, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  text-decoration: underline;
  text-decoration-thickness: .5px;
}

.link-block {
  font-family: "Editorsnote If 664322 Be 52 Ef 6", Verdana, sans-serif;
}

.image {
  justify-content: center;
  align-items: flex-start;
  display: block;
}

.text-span-2 {
  font-family: "Editorsnote If 664322 Be 52 Ef 6", Verdana, sans-serif;
  font-style: italic;
}

.typing-effect {
  color: var(--brown-text);
  text-align: center;
  font-family: "Editorsnote Hairline If 664322 Be 4 E 4 Fb", Verdana, sans-serif;
  font-weight: 400;
}

.typing-effect.italic {
  font-family: "Editorsnote If 664322 Be 52 Ef 6", Verdana, sans-serif;
}

.text-span-link-3 {
  font-family: "Editorsnote Hairline If 664322 Be 4 E 4 Fb", Verdana, sans-serif;
  font-style: normal;
}

.body-2 {
  background-color: var(--background);
  font-family: "Editorsnote Hairline If 664322 Be 4 E 4 Fb", Verdana, sans-serif;
}

.heading-2, .field-label {
  font-weight: 400;
}

.text-span-3 {
  font-family: "Editorsnote If 664322 Be 52 Ef 6", Verdana, sans-serif;
  font-style: italic;
}

@media screen and (max-width: 991px) {
  .text-span-3 {
    font-family: "Editorsnote If 664322 Be 52 Ef 6", Verdana, sans-serif;
    font-style: italic;
  }
}

@media screen and (max-width: 767px) {
  .text-span-3 {
    font-style: italic;
  }
}

@media screen and (max-width: 479px) {
  .text-span-3 {
    font-style: italic;
  }
}


@font-face {
  font-family: 'Editorsnote Hairline If 664322 Be 4 E 4 Fb';
  src: url('../fonts/EditorsNote-Hairline-iF664322be4e4fb.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Editorsnote If 664322 Be 52 Ef 6';
  src: url('../fonts/EditorsNote-HairlineItalic-iF664322be52ef6.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}