@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  padding: 0;
  font-size: 1.125rem;
  background: var(--wp--preset--color--white);
  color: var(--wp--preset--color--text);
}

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

ul,
ol {
  margin-bottom: 2rem;
}
ul li,
ol li {
  margin-bottom: 1rem;
}

.container {
  max-width: var(--wp--style--global--content-size);
  margin-inline: auto;
}

body.page-template-default .wp-block-columns, body.search .wp-block-columns, body.blog .wp-block-columns {
  padding: 50px 10px;
  max-width: var(--wp--style--global--content-size);
  margin: 0 auto;
}
body.page-template-internal-full-width .entry-content {
  padding: 50px 10px;
  max-width: 1100px;
  margin: 0 auto;
}
body.page-template-internal-full-width .entry-content .inner {
  padding: 0;
}

.btn-outline {
  padding: 9px 18px;
  border-radius: 10px;
  display: inline-block;
}
.btn-outline {
  border: solid 1px rgba(246, 245, 241, 0.4);
  background-color: rgba(246, 245, 241, 0.1);
  color: #F6F5F1;
}

.btn-light {
  padding: 9px 18px;
  border-radius: 10px;
  display: inline-block;
}
.btn-light {
  border: solid 1px #F6F5F1;
  background-color: #F6F5F1;
  color: var(--wp--preset--color--text);
  font-weight: 500;
}

.btn-dark {
  padding: 9px 18px;
  border-radius: 10px;
  display: inline-block;
}
.btn-dark {
  border: solid 1px rgba(246, 245, 241, 0.6);
  background-color: var(--wp--preset--color--text);
  color: var(--wp--preset--color--white);
  font-weight: 500;
}

.btn-primary {
  padding: 9px 18px;
  border-radius: 10px;
  display: inline-block;
}
.btn-primary {
  border: solid 1px var(--wp--preset--color--primary);
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--white);
  font-weight: 500;
}

.wp-block-post-template .wp-block-post:not(:last-child) {
  padding-bottom: 30px;
  border-bottom: solid 1px #ccc;
  margin-bottom: 30px;
}
.wp-block-post-template .wp-block-post:not(:last-child) .wp-block-post-date {
  font-size: 1.125rem;
}
.wp-block-post-template .wp-block-post:not(:last-child) .wp-block-post-title {
  margin-bottom: 20px;
}
.wp-block-post-template .wp-block-post:not(:last-child) .wp-block-post-title a {
  color: var(--wp--preset--color--text);
}
.wp-block-post-template .wp-block-post:not(:last-child) .wp-block-post-excerpt {
  margin-bottom: 10px;
}
.wp-block-post-template .wp-block-post:not(:last-child) .wp-block-post-excerpt__more-text {
  margin-top: 10px;
}

.sidebar .wp-block-group {
  background-color: var(--wp--preset--color--primary-lighter);
  border-radius: 15px;
  border: solid 1px var(--wp--preset--color--primary);
  padding: 20px;
  margin-bottom: 20px;
  color: var(--wp--preset--color--white);
}
.sidebar .wp-block-group a {
  color: var(--wp--preset--color--text);
}
.sidebar .wp-block-group ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 30px;
  display: flex;
  flex-flow: column;
  list-style-type: disc;
  color: var(--wp--preset--color--primary);
  appearance: initial;
  list-style-position: inside;
}
.sidebar .wp-block-group ul li {
  font-weight: 400;
}
.sidebar .wp-block-group .wp-block-search__button-inside .wp-block-search__inside-wrapper {
  border: solid 1px var(--wp--preset--color--primary);
  border-radius: 15px;
}
.sidebar .wp-block-group .wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button {
  background-color: var(--wp--preset--color--primary);
  border-radius: 15px;
}
.sidebar .wp-block-navigation__container {
  align-items: flex-start;
  list-style-type: disc;
  color: var(--wp--preset--color--white);
}
.sidebar .wp-block-navigation__container li {
  position: relative;
  margin-bottom: 0;
  padding: 20px 0 10px;
}
.sidebar .wp-block-navigation__container li a {
  font-weight: 500;
}
.sidebar .wp-block-navigation__container li::before {
  content: "•";
  position: absolute;
  left: -20px;
  top: 32px;
  line-height: 0;
  font-size: 2rem;
  color: var(--wp--preset--color--primary);
}
.sidebar .wp-block-navigation__container li::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -20px;
  width: 100%;
  height: 1px;
  background-color: var(--wp--preset--color--primary);
}

.page-template-internal-full-width-no-hero .entry-content {
  padding: 80px 10px;
}
@media (width >= 768px) {
  .page-template-internal-full-width-no-hero .entry-content {
    padding: 120px 30px;
  }
}
.widget-title {
  color: var(--wp--preset--color--text);
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 1.4rem;
}
.widget-title:first-of-type {
  margin-top: 0;
}
.widget-title {
  font-size: clamp(1.25rem, 5vw, 1.563rem);
  color: var(--wp--preset--color--primary);
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 20px;
}

h1,
.h1 {
  color: var(--wp--preset--color--text);
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 1.4rem;
}
h1:first-of-type,
.h1:first-of-type {
  margin-top: 0;
}
h1,
.h1 {
  font-size: clamp(2.375rem, 5vw, 3.75rem);
}

h2,
.h2 {
  color: var(--wp--preset--color--text);
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 1.4rem;
}
h2:first-of-type,
.h2:first-of-type {
  margin-top: 0;
}
h2,
.h2 {
  font-size: clamp(1.875rem, 5vw, 2.813rem);
}

h3,
.h3 {
  color: var(--wp--preset--color--text);
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 1.4rem;
}
h3:first-of-type,
.h3:first-of-type {
  margin-top: 0;
}
h3,
.h3 {
  font-size: clamp(1.75rem, 5vw, 2.5rem);
}

h4,
.h4 {
  color: var(--wp--preset--color--text);
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 1.4rem;
}
h4:first-of-type,
.h4:first-of-type {
  margin-top: 0;
}
h4,
.h4 {
  font-size: clamp(1.625rem, 5vw, 2.188rem);
}

h5,
.h5 {
  color: var(--wp--preset--color--text);
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 1.4rem;
}
h5:first-of-type,
.h5:first-of-type {
  margin-top: 0;
}
h5,
.h5 {
  font-size: clamp(1.5rem, 5vw, 1.875rem);
}

h6,
.h6 {
  color: var(--wp--preset--color--text);
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 1.4rem;
}
h6:first-of-type,
.h6:first-of-type {
  margin-top: 0;
}
h6,
.h6 {
  font-size: clamp(1.25rem, 5vw, 1.563rem);
}

p {
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 1.6;
}

:not(.home) .wp-block-post-content figure + p {
  margin-top: 2rem;
}
:not(.home) .wp-block-post-content p:first-of-type {
  margin-top: 0;
}

.wp-block-quote {
  max-width: 900px;
  margin: 40px auto;
}
.wp-block-quote p {
  color: var(--wp--preset--color--text);
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 1.4rem;
}
.wp-block-quote p:first-of-type {
  margin-top: 0;
}
.wp-block-quote p {
  font-size: clamp(1.625rem, 5vw, 2.188rem);
  font-weight: 600;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 60px;
  margin-left: 60px;
  margin-right: 60px;
  border-left: solid 4px var(--wp--preset--color--primary);
}
@media (width >= 768px) {
  .wp-block-quote {
    margin: 80px auto;
  }
  .wp-block-quote p {
    padding-left: 80px;
    margin-left: 80px;
    margin-right: 80px;
  }
}

:where(figure) {
  margin: 0;
}

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

.contact-page-form .wpcf7-form .wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 20px;
}
.contact-page-form .wpcf7-form .wpcf7-form-control-wrap .wpcf7-form-control {
  background-color: transparent;
  border: solid 1px var(--wp--preset--color--text);
  font-size: 1.125rem;
  height: 50px;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  padding: 0 10px;
  color: var(--wp--preset--color--primary);
}
.contact-page-form .wpcf7-form .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-form-control {
  width: 100%;
}
.contact-page-form .wpcf7-form .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-textarea {
  height: 150px;
  padding: 10px;
}
.contact-page-form .wpcf7-form .wpcf7-form-control-wrap .wpcf7-form-control::placeholder {
  color: var(--wp--preset--color--primary);
}
.contact-page-form .wpcf7-form .submit {
  display: flex;
  flex-flow: row-reverse;
  justify-content: flex-start;
  align-items: center;
}
.contact-page-form .wpcf7-form .submit .btn-primary {
  font-size: 1.125rem;
}
.contact-page-form .wpcf7-form .wpcf7-response-output {
  border: 0;
  color: rgba(255, 255, 255, 0.7);
}
@media (width >= 768px) {
  .contact-page-form .wpcf7-form .two-cols {
    display: flex;
    gap: 20px;
  }
}/*# sourceMappingURL=style.css.map */