@media only screen and (min-width: 0px) {
  .hero {
    background-image: url("../images/resources/resources-hero.webp");
  }
}
@media only screen and (min-width: 0px) {
  .resources {
    background-image: url(../images/index/flowers-bg2.webp);
    padding: clamp(50px, 5vw, 100px) 0;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 800px) {
  .resources {
    width: 96%;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 0px) {
  .resources-inner {
    max-width: 800px;
    margin: 0 auto;
    padding: clamp(50px, 5vw, 75px) clamp(25px, 5vw, 100px);
    background: var(--background2T);
    border: 2px solid #afafaf;
  }
  .resources-inner .resources-header {
    margin-bottom: 50px;
  }
  .resources-inner .resources-header h1 {
    margin-bottom: 15px;
  }
  .resources-inner .resources-header p {
    max-width: 600px;
    margin-bottom: 25px;
  }
  .resources-inner .resource-block {
    margin-bottom: 25px;
  }
  .resources-inner .resource-block h2 {
    margin-bottom: 15px;
  }
  .resources-inner .resource-block li {
    margin-bottom: 15px;
  }
  .resources-inner .resource-block li a {
    -webkit-text-decoration: underline solid 1px;
            text-decoration: underline solid 1px;
    text-underline-offset: 4px;
  }
  .resources-inner .resource-block li a:hover {
    color: var(--background3);
  }
  .resources-inner .resource-note {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 0px) {
  #cta {
    background: var(--background3);
    background-image: url("../images/index/coast.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    border-top: 10px solid var(--background3);
    border-bottom: 10px solid var(--background3);
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 450px) {
  #cta {
    background-image: url("../images/index/coast-mobile.webp");
    background-attachment: local;
  }
}
@media only screen and (min-width: 0px) {
  #cta .cta-inner {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0), hsla(34, 76%, 92%, 0.35), hsla(34, 76%, 92%, 0.35), rgba(0, 0, 0, 0));
    width: 90%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    text-align: center;
    background-repeat: no-repeat;
    background-position: bottom right;
    padding: clamp(100px, 10vw, 200px) clamp(0px, 1vw, 150px);
  }
  #cta .cta-inner .text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }
  #cta .cta-inner .text h1 {
    margin-bottom: 15px;
    color: var(--textColor);
    font-size: clamp(32px, 5vw, 36px);
    line-height: 1.25;
  }
  #cta .cta-inner .text p {
    margin-bottom: 50px;
    max-width: 750px;
    font-size: clamp(16px, 5vw, 18px);
  }
  #cta .cta-inner .button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: -moz-fit-content;
    width: fit-content;
    gap: 25px;
    margin: 0 auto;
  }
  #cta .cta-inner .button a {
    font-size: 16px;
    color: var(--textColor);
  }
  #cta .cta-inner .button button {
    background: var(--button);
    border-radius: 100vw;
    padding: 20px 25px;
    transition: 0.2s;
    box-shadow: 0px 0px 3px black;
    display: flex;
    justify-content: center;
    align-items: center;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  #cta .cta-inner .button button:hover {
    background: var(--buttonHover);
  }
  #cta .cta-inner .button button:hover a {
    color: var(--black);
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 450px) {
  #cta .cta-inner .button {
    gap: 15px;
  }
}/*# sourceMappingURL=resources.css.map */