@font-face {
  font-family: Duplicatesans;
  src: url('../fonts/DuplicateSans-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Duplicatesans;
  src: url('../fonts/DuplicateSans-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Duplicatesans;
  src: url('../fonts/DuplicateSans.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --dark: #12141d;
  --white: white;
  --tangerine: #ff934f;
}

body {
  color: var(--dark);
  font-family: Duplicatesans, Arial, sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.45em;
}

h1 {
  margin-top: .5em;
  margin-bottom: .25em;
  font-size: 2em;
  font-weight: 700;
  line-height: 1.25em;
}

h2 {
  margin-top: .5em;
  margin-bottom: .5em;
  font-size: 2.5em;
  font-weight: 200;
  line-height: 1.25em;
}

h3 {
  margin-top: .5em;
  margin-bottom: .25em;
  font-size: 2em;
  font-weight: 300;
  line-height: 1.25em;
}

h4 {
  margin-top: .5em;
  margin-bottom: .5em;
  font-size: 1.5em;
  font-weight: 300;
  line-height: 1.25em;
}

h5 {
  margin-top: .5em;
  margin-bottom: .5em;
  font-size: 1.25em;
  font-weight: 400;
  line-height: 1.25em;
}

h6 {
  margin-top: .5em;
  margin-bottom: .5em;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.25em;
}

p {
  margin-bottom: .75em;
}

ul {
  margin-top: 0;
  margin-bottom: .75em;
  padding-left: 40px;
}

li {
  margin-bottom: .75em;
}

img {
  max-width: 100%;
  display: inline-block;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: .5em;
  margin-bottom: 1em;
  padding: 1em 1.25em;
  font-size: 1.5em;
  font-style: italic;
  line-height: 1.25em;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
}

.section {
  height: 115vh;
  padding-top: 60px;
  padding-left: 8%;
  padding-right: 8%;
}

.container {
  width: 85%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.link-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--white);
  text-align: center;
  background-color: #006847;
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 600px;
  margin-bottom: 1em;
  margin-left: auto;
  margin-right: auto;
  padding: .75em;
  font-size: 1em;
  font-weight: 500;
  text-decoration: none;
  transition: all .25s;
  display: flex;
  position: static;
}

.link-item:hover {
  color: #006847;
  background-color: #e3f3ee;
}

.wrapper {
  color: #262626;
  background-color: #f7f6f2;
}

.social {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: center;
  margin-top: 2.5em;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
}

.utility-page-wrap {
  color: var(--dark);
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  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;
}

.text-block {
  text-decoration: none;
}

.div-block, .heading {
  color: var(--dark);
  font-family: Inter, sans-serif;
}

.body-2 {
  color: var(--dark);
}

.heading-2 {
  font-family: Inter, sans-serif;
}

.field-label {
  font-family: Inter, sans-serif;
  font-weight: 500;
}

.submit-button, .text-field {
  font-family: Inter, sans-serif;
}

.container-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 2.1em;
  display: flex;
}

.image-2 {
  object-fit: contain;
  width: 100px;
  height: 100px;
}

.div-block-2 {
  background-color: #fff;
  border-radius: 50%;
  margin-bottom: 16px;
  padding: 26px;
}

.text-block-2 {
  color: #666;
}

.phone-flex {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #7474c1;
  align-items: center;
  display: flex;
}

.phone-icon {
  width: 17px;
  height: 17px;
}

.phone-icon.email {
  margin-top: -5px;
  padding: 2px;
}

.phone-icon.location {
  margin-top: -7px;
  padding: 2px;
}

.secondary-link {
  color: #7474c1;
  font-size: .95rem;
  font-weight: 500;
  text-decoration: none;
}

.text-block-4 {
  color: #363636;
  font-size: 1.1rem;
}

.link-code-embed {
  width: 18px;
  height: 19px;
}

.link-code-embed.padding {
  padding: 1px;
}

.link-code-embed.padding.more {
  width: 18px;
  height: 18px;
  margin-top: -2px;
}

.link-code-embed.tiktok {
  width: 13px;
}

.link-code-embed.calendar {
  margin-top: 1px;
}

html.w-mod-js [data-ix="move-up-on-load-1"], html.w-mod-js [data-ix="move-up-on-load-2"], html.w-mod-js [data-ix="move-up-on-load-3"], html.w-mod-js [data-ix="move-up-on-load-4"], html.w-mod-js [data-ix="move-up-on-load-5"] {
  opacity: 0;
  transform: translate(0, 50px);
}

html.w-mod-js [data-ix="move-left-on-load-1"], html.w-mod-js [data-ix="move-left-on-load-2"], html.w-mod-js [data-ix="move-left-on-load-3"] {
  opacity: 0;
  transform: translate(-50px);
}

@media screen and (max-width: 991px) {
  .section {
    object-fit: fill;
    padding-top: 60px;
  }

  .link-item {
    font-weight: 500;
  }

  .social {
    padding-left: 8px;
    padding-right: 8px;
  }

  .container-2 {
    justify-content: center;
    align-items: center;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: .9em;
  }

  .link-item {
    font-weight: 500;
    line-height: 2em;
  }

  .social {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 479px) {
  body {
    text-align: center;
  }

  .section {
    height: 130vh;
  }

  .container {
    width: 95%;
  }

  .link-item {
    min-height: 40px;
    font-weight: 500;
    line-height: 2em;
  }

  .image-2 {
    width: 120px;
    height: 120px;
  }
}


@font-face {
  font-family: 'Duplicatesans';
  src: url('../fonts/DuplicateSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Duplicatesans';
  src: url('../fonts/DuplicateSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Duplicatesans';
  src: url('../fonts/DuplicateSans.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}