body {
  background-color: #07493d;
}

.WWOHero {
  background-color: #07493d;
  height: 92vh;
  margin: 0 auto;
}
.WWOHero .heroTextContainer p {
  margin: 10vh auto;
  font-size: 2.8rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 12vh;
  color: #fff;
  width: 6.5em;
  padding-inline: 0.2em 0;
}
@supports ((-webkit-background-clip: text) or (background-clip: text)) or (-webkit-background-clip: text) {
  .WWOHero .heroTextContainer p .fancy {
    background-image: url("data:image/svg+xml,%3Csvg width='2250' height='900' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg%3E%3Cpath fill='%2300A080' d='M0 0h2255v899H0z'/%3E%3Ccircle cx='366' cy='207' r='366' fill='%2300FDCF'/%3E%3Ccircle cx='1777.5' cy='318.5' r='477.5' fill='%2300FDCF'/%3E%3Ccircle cx='1215' cy='737' r='366' fill='%23008060'/%3E%3C/g%3E%3C/svg%3E%0A");
    background-size: 110% auto;
    background-position: center;
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
  }
}
.WWOHero .heroTextContainer #one {
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
          clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  animation: loadOptions 0.6s forwards;
  animation-delay: 0.2s;
}
.WWOHero .heroTextContainer #two {
  animation: loadOptions 0.8s forwards;
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
          clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  animation-delay: 0.4s;
}
.WWOHero .heroTextContainer #three {
  animation: loadOptions 0.6s forwards;
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
          clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  animation-delay: 0.6s;
}

.services {
  background-color: #0c7a66;
  text-transform: uppercase;
  color: white;
}
.services .serviceContainer {
  padding: 4em 2em;
  z-index: 99;
}
.services .serviceContainer h1 {
  font-size: 1rem;
  line-height: 1em;
}
.services .serviceContainer .servicePromises h2 {
  font-size: 1em;
  font-weight: lighter;
  margin-block: 1em 0em;
  background-color: #0a4b3f;
  padding: 1em;
  border-radius: 0.4em;
}
.services .serviceContainer .serviceList h2 {
  font-size: 1.6rem;
  padding: 0.5em;
  border-radius: 0.4em;
  margin-block: 1em 0;
  font-weight: 700;
  letter-spacing: 0.5px;
}
.services .serviceContainer .serviceList ul {
  margin: 0.25em 0em;
  line-height: 2em;
  font-size: 1rem;
  background-color: white;
  padding-inline: 2em;
  color: #07493d;
  border-radius: 1em;
}

@media only screen and (min-width: 375px) {
  .WWOHero .heroTextContainer p {
    font-size: 3rem;
    width: 7.15em;
    padding-inline: 0.3em;
  }
  .WWOHero .heroTextContainer p #one {
    font-size: 4.26rem;
  }
  .WWOHero .heroTextContainer p #two {
    font-size: 4.5rem;
  }
  .WWOHero .heroTextContainer p #three {
    font-size: 3.32rem;
  }
}
@media only screen and (min-width: 414px) {
  .WWOHero .heroTextContainer p {
    font-size: 3rem;
    width: 7.95em;
    padding-inline: 0.3em;
  }
  .WWOHero .heroTextContainer p #one {
    font-size: 4.7rem;
  }
  .WWOHero .heroTextContainer p #two {
    font-size: 5rem;
  }
  .WWOHero .heroTextContainer p #three {
    font-size: 3.65rem;
  }
}
@media only screen and (min-width: 500px) {
  .WWOHero {
    height: 94vh;
  }
  .WWOHero .heroTextContainer p {
    font-size: 4rem;
    width: 7.3em;
    padding-inline: 0.3em;
  }
  .WWOHero .heroTextContainer p #one {
    font-size: 5.8rem;
  }
  .WWOHero .heroTextContainer p #two {
    font-size: 5.8rem;
  }
  .WWOHero .heroTextContainer p #three {
    font-size: 4.52rem;
  }
  .services .serviceContainer {
    padding: 2em 2em;
  }
  .services .serviceContainer h1 {
    font-size: 1.8rem;
    line-height: 1em;
  }
  .services .serviceContainer .servicePromises h2 {
    font-size: 1em;
    margin-block: 1em 0em;
    padding: 1em;
  }
  .services .serviceContainer .serviceList h2 {
    font-size: 1.6rem;
    padding: 0.5em;
    margin-block: 1em 0;
    letter-spacing: 0.5px;
  }
  .services .serviceContainer .serviceList ul {
    margin: 0.25em 0em;
    line-height: 2em;
    font-size: 1.4rem;
    padding: 0.5em 2em;
  }
}
@media only screen and (min-width: 700px) {
  .WWOHero .heroTextContainer p {
    font-size: 6rem;
    line-height: 14vh;
    width: 6.5em;
  }
  .WWOHero .heroTextContainer p #one {
    font-size: 7.7rem;
  }
  .WWOHero .heroTextContainer p #two {
    font-size: 8rem;
  }
  .WWOHero .heroTextContainer p #three {
    font-size: 6rem;
  }
}
@media only screen and (min-width: 800px) {
  .services .serviceContainer {
    padding: 3em 2em;
  }
  .services .serviceContainer h1 {
    font-size: 1.8rem;
  }
  .services .serviceContainer .servicePromises h2 {
    font-size: 1em;
    padding: 1em;
    margin-inline: 2em;
  }
  .services .serviceContainer .serviceList {
    margin-inline: 1em;
  }
  .services .serviceContainer .serviceList h2 {
    font-size: 2.4rem;
    padding: 0.5em;
    margin-block: 1em 0;
  }
  .services .serviceContainer .serviceList ul {
    margin: 0.25em 0em;
    font-size: 1.6rem;
    padding: 0.5em 2em;
  }
}
@media only screen and (min-width: 900px) {
  .WWOHero {
    height: 94vh;
  }
  .WWOHero .heroTextContainer {
    height: 100%;
  }
  .WWOHero .heroTextContainer p {
    margin: 8vh auto;
    font-size: 6rem;
    line-height: 14vh;
    width: 8.5em;
  }
  .WWOHero .heroTextContainer p #one {
    font-size: 10rem;
  }
  .WWOHero .heroTextContainer p #two {
    font-size: 10rem;
  }
  .WWOHero .heroTextContainer p #three {
    font-size: 7.9rem;
  }
}
@media only screen and (min-width: 1100px) {
  .WWOHero {
    height: 92vh;
  }
  .WWOHero .heroTextContainer {
    height: unset;
  }
  .WWOHero .heroTextContainer p {
    margin: 3vh auto;
    font-size: 7rem;
    width: 8em;
    padding: 0.1em 0;
  }
  .WWOHero .heroTextContainer p #one {
    font-size: 9rem;
  }
  .WWOHero .heroTextContainer p #two {
    font-size: 9rem;
    line-height: 0.8em;
  }
  .WWOHero .heroTextContainer p #three {
    font-size: 8.5rem;
  }
  .services .serviceContainer {
    padding: 5em 4em;
  }
  .services .serviceContainer h1 {
    font-size: 2.5rem;
  }
  .services .serviceContainer .servicePromises h2 {
    font-size: 1.5em;
    padding: 1em;
    margin-inline: 0em;
  }
  .services .serviceContainer .serviceList {
    margin: 0 auto;
    width: 60em;
  }
  .services .serviceContainer .serviceList h2 {
    font-size: 2.4rem;
    padding: 0.5em;
    margin-block: 1em 0;
  }
  .services .serviceContainer .serviceList ul {
    margin: 0.25em 0em;
    font-size: 2rem;
    margin-inline: 0.6em;
  }
}
@media only screen and (min-width: 1600px) {
  .WWOHero .heroTextContainer p {
    margin: 0vh auto;
    font-size: 8rem;
    line-height: 13vh;
    width: 11em;
    padding-inline: 0.2em;
  }
  .WWOHero .heroTextContainer p #one {
    font-size: 15rem;
    line-height: 0.75em;
  }
  .WWOHero .heroTextContainer p #two {
    font-size: 15rem;
    line-height: 0.75em;
  }
  .WWOHero .heroTextContainer p #three {
    font-size: 13rem;
    line-height: 0.75em;
  }
  .services .serviceContainer {
    padding: 5em 4em;
  }
  .services .serviceContainer h1 {
    font-size: 3rem;
    text-align: center;
  }
  .services .serviceContainer .servicePromises h2 {
    font-size: 2em;
    margin: 1em auto;
    width: 40em;
  }
  .services .serviceContainer .serviceList {
    margin: 0 auto;
    width: 80em;
  }
  .services .serviceContainer .serviceList h2 {
    font-size: 3rem;
    margin-inline: 6.3em 0;
  }
  .services .serviceContainer .serviceList ul {
    margin: 0em auto;
    font-size: 1.8rem;
    width: 20em;
  }
}
@media only screen and (min-width: 1800px) {
  .services .serviceContainer {
    padding: 5em 4em;
  }
  .services .serviceContainer h1 {
    font-size: 3rem;
    text-align: center;
  }
  .services .serviceContainer .servicePromises h2 {
    font-size: 2em;
    margin: 1em auto;
    padding: 1em;
    width: 50em;
  }
  .services .serviceContainer .serviceList {
    margin: 0 auto;
    width: 80em;
  }
  .services .serviceContainer .serviceList h2 {
    font-size: 3rem;
    margin-inline: 6.3em 0;
  }
  .services .serviceContainer .serviceList ul {
    margin: 0em auto;
    font-size: 1.8rem;
    width: 40em;
  }
}
@keyframes loadOptions {
  from {
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
            clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    opacity: 0;
  }
  to {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    opacity: 1;
  }
}/*# sourceMappingURL=WhatWeOffer.css.map */