@import url("https://fonts.googleapis.com/css2?family=Jost:wght@100;200;300;400&family=Roboto:wght@100;300;400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Jost:wght@100;200;300;400&family=Roboto:wght@100;300;400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Jost:wght@100;200;300;400&family=Roboto:wght@100;300;400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Jost:wght@100;200;300;400&family=Roboto:wght@100;300;400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Jost:wght@100;200;300;400&family=Roboto:wght@100;300;400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Jost:wght@100;200;300;400&family=Roboto:wght@100;300;400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Jost:wght@100;200;300;400&family=Roboto:wght@100;300;400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Jost:wght@100;200;300;400&family=Roboto:wght@100;300;400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Jost:wght@100;200;300;400&family=Roboto:wght@100;300;400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Jost:wght@100;200;300;400&family=Roboto:wght@100;300;400&display=swap");
/* line 1, app/assets/stylesheets/reset.scss */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* line 90, app/assets/stylesheets/reset.scss */
html {
  box-sizing: border-box;
  font-size: 16px;
}

/* line 95, app/assets/stylesheets/reset.scss */
*,
*:before,
*:after {
  box-sizing: inherit;
}

/* HTML5 display-role reset for older browsers */
/* line 102, app/assets/stylesheets/reset.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

/* line 116, app/assets/stylesheets/reset.scss */
body {
  line-height: 1;
}

/* line 120, app/assets/stylesheets/reset.scss */
ol,
ul {
  list-style: none;
}

/* line 125, app/assets/stylesheets/reset.scss */
blockquote,
q {
  quotes: none;
}

/* line 130, app/assets/stylesheets/reset.scss */
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

/* line 138, app/assets/stylesheets/reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 143, app/assets/stylesheets/reset.scss */
img {
  max-width: 100%;
  height: auto;
}

/* line 4, app/assets/stylesheets/index.css.scss */
html {
  scroll-behavior: smooth;
  scroll-padding-top: 4rem;
}

/* line 8, app/assets/stylesheets/index.css.scss */
.nickname {
  display: none;
}

/* line 12, app/assets/stylesheets/index.css.scss */
.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
}

/* line 21, app/assets/stylesheets/index.css.scss */
.greyscale {
  -moz-filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  -o-filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(100%);
  filter: gray;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
}

/* line 29, app/assets/stylesheets/index.css.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Jost", sans-serif;
}

/* line 38, app/assets/stylesheets/index.css.scss */
p {
  font-family: "Roboto", sans-serif;
}

/* line 42, app/assets/stylesheets/index.css.scss */
sup {
  font-size: 0.8rem;
  vertical-align: super;
}

/* line 47, app/assets/stylesheets/index.css.scss */
button {
  padding: 6px 12px;
  font-size: 1rem;
  cursor: pointer;
}

/* line 3, app/assets/stylesheets/general.scss */
.pageWrapper {
  width: calc(min(90vw, 1200px));
  margin: 5em auto;
  padding: 15px;
}

/* line 9, app/assets/stylesheets/general.scss */
.right {
  display: flex;
  justify-content: flex-end;
}

/* line 14, app/assets/stylesheets/general.scss */
.formWrapper {
  font-family: "Jost", sans-serif;
  min-width: 400px;
  width: fit-content;
  margin: 0 auto;
}

/* line 20, app/assets/stylesheets/general.scss */
.formWrapper h2 {
  font-size: 2.5rem;
  font-weight: 300;
  margin-bottom: 1rem;
}

/* line 26, app/assets/stylesheets/general.scss */
.formWrapper .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 3rem;
}

/* line 32, app/assets/stylesheets/general.scss */
.formWrapper .form-input {
  border: none;
  border-bottom: 2px solid #253c57;
  padding: 0.1875rem;
  width: 100%;
  color: #18293d;
  font-size: 1rem;
  font-weight: 300;
  font-family: "Jost";
}

/* line 42, app/assets/stylesheets/general.scss */
.formWrapper .form-input:focus-visible {
  outline: none;
}

/* line 48, app/assets/stylesheets/general.scss */
.globalNotifications {
  position: absolute;
  display: flex;
  gap: 1rem;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}

/* line 56, app/assets/stylesheets/general.scss */
.globalNotifications .notification {
  border: 1px solid;
  border-radius: 7px;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  width: fit-content;
  gap: 1rem;
  align-items: center;
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}

/* line 71, app/assets/stylesheets/general.scss */
.globalNotifications .notification.success {
  background-color: #d1fae5;
  color: #064e3b;
  border-color: #10b981;
}

/* line 77, app/assets/stylesheets/general.scss */
.globalNotifications .notification.notice {
  background-color: #dbeafe;
  color: #1d4ed8;
  border-color: #3b82f6;
}

/* line 83, app/assets/stylesheets/general.scss */
.globalNotifications .notification.alert {
  background-color: #fef2c7;
  color: #7c3a2b;
  border-color: #f59e0b;
}

/* line 89, app/assets/stylesheets/general.scss */
.globalNotifications .notification.error {
  background-color: #fee2e2;
  color: #b91c1c;
  border-color: #f87171;
}

/* line 95, app/assets/stylesheets/general.scss */
.globalNotifications .notification svg {
  height: 24px;
  width: 24px;
  cursor: pointer;
}

/* line 3, app/assets/stylesheets/header.scss */
a#special_notification {
  color: #253c57;
  text-decoration: none;
  background-color: #f7ddc7;
  height: 3rem;
  font-family: "Jost", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-align: center;
  padding: 1rem;
}

/* line 16, app/assets/stylesheets/header.scss */
a#special_notification:hover {
  background-color: #f0c29b;
  text-decoration: underline;
  color: white;
}

/* line 23, app/assets/stylesheets/header.scss */
#navigation {
  display: flex;
  padding: 0 4rem;
  align-items: center;
  height: 6rem;
  position: sticky;
  top: 0;
  background-color: white;
  z-index: 100;
  box-shadow: 2px 2px 8px 2px #f2f2f2;
}

@media screen and (max-width: 1057px) {
  /* line 23, app/assets/stylesheets/header.scss */
  #navigation {
    padding: 0 1rem;
  }
}

/* line 38, app/assets/stylesheets/header.scss */
#navigation .left {
  flex-basis: 30%;
}

/* line 42, app/assets/stylesheets/header.scss */
#navigation .right {
  flex-basis: 70%;
}

/* line 45, app/assets/stylesheets/header.scss */
#navigation .right label,
#navigation .right #navDropdown {
  display: none;
  cursor: pointer;
}

/* line 51, app/assets/stylesheets/header.scss */
#navigation .right #nav-items {
  display: flex;
  justify-content: flex-end;
}

/* line 55, app/assets/stylesheets/header.scss */
#navigation .right #nav-items a {
  padding: 0.5rem;
  margin: 0.5rem;
  margin-bottom: calc(0.5rem + 2px);
  text-decoration: none;
  color: #253c57;
  font-family: "Jost", sans-serif;
}

/* line 63, app/assets/stylesheets/header.scss */
#navigation .right #nav-items a:hover {
  margin-bottom: 0.5rem;
  border-bottom: 2px solid #253c57;
}

/* line 71, app/assets/stylesheets/header.scss */
#navigation .logo {
  text-decoration: none;
  color: #253c57;
  font-family: "Allura", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 2.8rem;
  white-space: nowrap;
}

/* line 80, app/assets/stylesheets/header.scss */
#navigation .logo img {
  width: 20rem;
  margin: 3px 0 0;
}

/* line 85, app/assets/stylesheets/header.scss */
#navigation .logo .letters {
  font-size: 22px;
  font-family: "Jost";
}

@media screen and (max-width: 950px) {
  /* line 92, app/assets/stylesheets/header.scss */
  #navigation .logo {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 900px) {
  /* line 98, app/assets/stylesheets/header.scss */
  #navigation .left {
    flex-basis: 80%;
  }
  /* line 101, app/assets/stylesheets/header.scss */
  #navigation .right {
    flex-basis: 20%;
    display: flex;
    justify-content: flex-end;
  }
  /* line 106, app/assets/stylesheets/header.scss */
  #navigation .right label {
    display: inline-block;
    color: #253c57;
    font-style: normal;
    font-size: 1.2em;
    padding: 10px;
  }
  /* line 114, app/assets/stylesheets/header.scss */
  #navigation .right #nav-items {
    display: none;
    position: absolute;
    right: 0;
    width: 100%;
    margin-top: 4rem;
    background: white;
  }
  /* line 122, app/assets/stylesheets/header.scss */
  #navigation .right #nav-items a {
    display: block;
    width: 100%;
    margin: 0;
    padding: 1rem;
  }
  /* line 130, app/assets/stylesheets/header.scss */
  #navigation .right input:checked ~ #nav-items {
    display: block;
  }
}

@media screen and (max-width: 600px) {
  /* line 137, app/assets/stylesheets/header.scss */
  #navigation .logo {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 540px) {
  /* line 143, app/assets/stylesheets/header.scss */
  #navigation .logo {
    display: flex;
    flex-direction: column;
  }
}

@media screen and (max-width: 400px) {
  /* line 150, app/assets/stylesheets/header.scss */
  #navigation .logo {
    font-size: 2rem;
  }
}

/* line 5, app/assets/stylesheets/home/about.scss */
#home .about {
  height: 50rem;
  margin: 10rem auto;
  position: relative;
  max-width: 68.75rem;
}

/* line 11, app/assets/stylesheets/home/about.scss */
#home .about .content {
  height: 25rem;
  width: 40rem;
  position: absolute;
  right: 0;
  background: #c3ddd9;
  padding: 3rem;
  z-index: 1;
}

/* line 20, app/assets/stylesheets/home/about.scss */
#home .about .content h2 {
  font-family: "Jost", sans-serif;
  color: #253c57;
  font-size: 3.2625rem;
  margin-bottom: 1rem;
}

/* line 27, app/assets/stylesheets/home/about.scss */
#home .about .content h3 {
  color: #414141;
  font-size: 2.3125rem;
  font-weight: 300;
  line-height: 3rem;
  margin-bottom: 1rem;
  margin-right: 2rem;
}

/* line 33, app/assets/stylesheets/home/about.scss */
#home .about .content p {
  font-family: "Jost", sans-serif;
  color: #253c57;
  font-size: 1.2rem;
  font-weight: 200;
  line-height: 1.7rem;
}

/* line 38, app/assets/stylesheets/home/about.scss */
#home .about .ashleigh-headshot {
  height: 35rem;
  width: 44rem;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  background-image: url(/assets/ashleigh-52f31df5f9a09f087dbf22ca8ea2a037961a518d02cfbfd16d5ae78645f8fbc7.jpg);
  background-size: cover;
}

@media screen and (max-width: 1060px) {
  /* line 5, app/assets/stylesheets/home/about.scss */
  #home .about {
    margin: 10rem 0;
    height: auto;
  }
  /* line 52, app/assets/stylesheets/home/about.scss */
  #home .about .wrapper {
    height: 100%;
    width: 100vw;
    background: #c3ddd9;
    display: flex;
    padding: 4rem 1rem;
  }
  /* line 60, app/assets/stylesheets/home/about.scss */
  #home .about .content {
    position: unset;
    z-index: unset;
    background: transparent;
    height: unset;
    width: unset;
    padding: unset;
    margin: auto;
    flex-basis: 70%;
  }
}

@media screen and (max-width: 1060px) and (max-width: 900px) {
  /* line 60, app/assets/stylesheets/home/about.scss */
  #home .about .content {
    flex-basis: 60%;
  }
}

@media screen and (max-width: 1060px) {
  /* line 74, app/assets/stylesheets/home/about.scss */
  #home .about .content h3 {
    margin-right: 0;
  }
  /* line 78, app/assets/stylesheets/home/about.scss */
  #home .about .content p {
    max-width: 42rem;
  }
  /* line 82, app/assets/stylesheets/home/about.scss */
  #home .about .ashleigh-headshot {
    height: 15rem;
    width: 13rem;
    border-radius: 10px;
    border: 1px solid white;
    position: unset;
    margin: auto;
  }
}

@media screen and (max-width: 800px) {
  /* line 93, app/assets/stylesheets/home/about.scss */
  #home .about .wrapper {
    padding: 2rem 1.5rem;
    flex-direction: column-reverse;
  }
  /* line 98, app/assets/stylesheets/home/about.scss */
  #home .about .content {
    margin-top: 2rem;
  }
  /* line 102, app/assets/stylesheets/home/about.scss */
  #home .about .ashleigh-headshot {
    width: 23rem;
  }
}

@media screen and (max-width: 500px) {
  /* line 109, app/assets/stylesheets/home/about.scss */
  #home .about .content h2 {
    font-size: 3.5rem;
  }
  /* line 112, app/assets/stylesheets/home/about.scss */
  #home .about .content h3 {
    font-size: 2rem;
  }
}

@media screen and (max-width: 430px) {
  /* line 119, app/assets/stylesheets/home/about.scss */
  #home .about .content {
    text-align: center;
  }
  /* line 123, app/assets/stylesheets/home/about.scss */
  #home .about .ashleigh-headshot {
    max-width: 90%;
  }
}

/* line 2, app/assets/stylesheets/home/callout.scss */
#home .callout {
  width: 100vw;
  height: 36rem;
  background-image: url(/assets/food_layout-f4f2892197a67f3d1f226e5c4f17e4ea41e7647df94b2ec467fb90428ac32df2.jpg);
  background-size: cover;
  background-position-y: 50%;
  box-shadow: 2px 20px 50px 0px #f7f8fb;
  position: relative;
}

/* line 11, app/assets/stylesheets/home/callout.scss */
#home .callout .content {
  color: #253c57;
  position: absolute;
  bottom: 0;
  padding: 0.5rem;
  border-radius: 0 0.5rem 0 0;
  width: 40rem;
  background: rgba(255, 255, 255, 0.7);
}

/* line 20, app/assets/stylesheets/home/callout.scss */
#home .callout .content p {
  font-size: 2.5rem;
  margin-left: 2rem;
  line-height: 3.5rem;
}

@media screen and (max-width: 1400px) {
  /* line 2, app/assets/stylesheets/home/callout.scss */
  #home .callout {
    height: 30rem;
  }
}

@media screen and (max-width: 1060px) {
  /* line 2, app/assets/stylesheets/home/callout.scss */
  #home .callout {
    height: 20rem;
  }
}

@media screen and (max-width: 750px) {
  /* line 2, app/assets/stylesheets/home/callout.scss */
  #home .callout {
    background-size: 130%;
  }
  /* line 38, app/assets/stylesheets/home/callout.scss */
  #home .callout .content p {
    font-size: 2.3rem;
  }
}

@media screen and (max-width: 700px) {
  /* line 45, app/assets/stylesheets/home/callout.scss */
  #home .callout .content {
    width: 80%;
    margin: 0 auto;
    padding-left: 0;
  }
  /* line 49, app/assets/stylesheets/home/callout.scss */
  #home .callout .content h1 {
    font-size: 4rem;
  }
  /* line 52, app/assets/stylesheets/home/callout.scss */
  #home .callout .content p {
    font-size: 1.8rem;
    line-height: 3rem;
  }
}

@media screen and (max-width: 550px) {
  /* line 65, app/assets/stylesheets/home/callout.scss */
  #home .callout .content {
    width: 100%;
    padding-left: 5px;
    border-radius: 0;
  }
}

@media screen and (max-width: 500px) {
  /* line 2, app/assets/stylesheets/home/callout.scss */
  #home .callout {
    height: 15rem;
  }
  /* line 75, app/assets/stylesheets/home/callout.scss */
  #home .callout .content {
    bottom: -4rem;
    background: white;
  }
  /* line 78, app/assets/stylesheets/home/callout.scss */
  #home .callout .content p {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media screen and (max-width: 425px) {
  /* line 87, app/assets/stylesheets/home/callout.scss */
  #home .callout .content p {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media screen and (max-width: 341px) {
  /* line 96, app/assets/stylesheets/home/callout.scss */
  #home .callout .content h1 {
    font-size: 2.5rem;
  }
}

/* line 2, app/assets/stylesheets/home/services.scss */
#home .services {
  display: flex;
  min-height: fit-content;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* line 9, app/assets/stylesheets/home/services.scss */
#home .services .movement,
#home .services .nutrition {
  flex-flow: column;
}

/* line 13, app/assets/stylesheets/home/services.scss */
#home .services .movement .image,
#home .services .nutrition .image {
  background-position-y: 40%;
  min-height: 20rem;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* line 23, app/assets/stylesheets/home/services.scss */
#home .services > div {
  flex-basis: 50%;
  display: flex;
}

/* line 27, app/assets/stylesheets/home/services.scss */
#home .services > div > div {
  flex-basis: 50%;
}

/* line 32, app/assets/stylesheets/home/services.scss */
#home .services .content {
  background-color: #f2f2f2;
  text-align: center;
  padding: 2rem 1.2rem;
  width: 100vw;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* line 41, app/assets/stylesheets/home/services.scss */
#home .services .content h2 {
  font-weight: 200;
  font-size: 3rem;
  color: #414141;
  margin: 1rem;
}

/* line 48, app/assets/stylesheets/home/services.scss */
#home .services .content p {
  font-size: 1.25rem;
  font-weight: 100;
  line-height: 2;
  color: #253c57;
  margin: 1rem 0;
  max-width: 700px;
}

/* line 57, app/assets/stylesheets/home/services.scss */
#home .services .content button {
  border: none;
  background-color: #758582;
  color: #f2f2f2;
  font-size: 1.125rem;
  padding: 0.3rem 1.4rem;
  margin: 2rem 0;
}

/* line 65, app/assets/stylesheets/home/services.scss */
#home .services .content button a {
  text-decoration: none;
  color: #f2f2f2;
}

/* line 69, app/assets/stylesheets/home/services.scss */
#home .services .content button a:visited {
  color: #f2f2f2;
}

/* line 77, app/assets/stylesheets/home/services.scss */
#home .services .nutrition .image {
  background-image: url(/assets/orange_veggies-223d809dc5c45cf80a68d4e53965d82951636c96b8603b0b2dd48e0c92acf0c8.jpg);
  background-size: cover;
  background-position-y: 50%;
}

@media screen and (max-width: 1200px) {
  /* line 77, app/assets/stylesheets/home/services.scss */
  #home .services .nutrition .image {
    background-position-y: 25%;
  }
}

/* line 89, app/assets/stylesheets/home/services.scss */
#home .services .movement .image {
  background-image: url(/assets/yoga-ecbfca13508bd2cf9662d653e53e50b78e77456528e5a1b9ea62b128721afe06.webp);
  background-size: cover;
  background-position-y: 65%;
}

/* line 2, app/assets/stylesheets/home/testimonial.scss */
#home .testimonial {
  width: 90%;
  margin: 15rem auto;
}

/* line 6, app/assets/stylesheets/home/testimonial.scss */
#home .testimonial .content {
  width: 62rem;
  margin: 0 auto;
  color: #383838;
  font-family: "Jost", sans-serif;
  text-align: center;
}

/* line 13, app/assets/stylesheets/home/testimonial.scss */
#home .testimonial .content .quote {
  font-size: 1.75rem;
  line-height: 3rem;
  margin-bottom: 3.5rem;
}

/* line 19, app/assets/stylesheets/home/testimonial.scss */
#home .testimonial .content .author {
  font-size: 1.5rem;
}

@media screen and (max-width: 1100px) {
  /* line 2, app/assets/stylesheets/home/testimonial.scss */
  #home .testimonial {
    margin: 10rem auto;
  }
  /* line 27, app/assets/stylesheets/home/testimonial.scss */
  #home .testimonial .content {
    width: 100%;
  }
  /* line 30, app/assets/stylesheets/home/testimonial.scss */
  #home .testimonial .content .quote {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 800px) {
  /* line 38, app/assets/stylesheets/home/testimonial.scss */
  #home .testimonial .content .quote {
    font-size: 1.25rem;
    line-height: 2.5rem;
  }
}

@media screen and (max-width: 600px) {
  /* line 47, app/assets/stylesheets/home/testimonial.scss */
  #home .testimonial .content .quote {
    font-size: 1.2rem;
    line-height: 2.4rem;
  }
}

/* line 4, app/assets/stylesheets/footer.scss */
footer .desktop {
  display: flex;
}

@media screen and (max-width: 800px) {
  /* line 4, app/assets/stylesheets/footer.scss */
  footer .desktop {
    display: none;
  }
}

/* line 11, app/assets/stylesheets/footer.scss */
footer .desktop .contact-info {
  flex-basis: 40%;
  background-color: #9cb1ae;
  color: #253c57;
  padding: 6rem 4%;
}

@media screen and (max-width: 1399px) {
  /* line 11, app/assets/stylesheets/footer.scss */
  footer .desktop .contact-info {
    padding: 6rem 2rem;
  }
}

/* line 21, app/assets/stylesheets/footer.scss */
footer .desktop .contact-info .content {
  max-width: 391px;
  width: fit-content;
  margin: 0 auto;
}

@media screen and (max-width: 1399px) {
  /* line 21, app/assets/stylesheets/footer.scss */
  footer .desktop .contact-info .content {
    max-width: 80%;
  }
}

@media screen and (max-width: 1050px) {
  /* line 21, app/assets/stylesheets/footer.scss */
  footer .desktop .contact-info .content {
    max-width: 100%;
  }
}

/* line 35, app/assets/stylesheets/footer.scss */
footer .desktop .contact-info h3 {
  font-size: 4.2rem;
  line-height: 5rem;
}

@media screen and (max-width: 1399px) {
  /* line 35, app/assets/stylesheets/footer.scss */
  footer .desktop .contact-info h3 {
    font-size: 3.2rem;
  }
}

/* line 44, app/assets/stylesheets/footer.scss */
footer .desktop .contact-info p {
  font-family: "Jost", sans-serif;
  font-weight: 300;
  font-size: 1.2rem;
  margin: 1.2rem 4rem 1.2rem 1rem;
  line-height: 1.5rem;
}

/* line 51, app/assets/stylesheets/footer.scss */
footer .desktop .contact-info p:first-of-type {
  margin-bottom: 4rem;
}

@media screen and (max-width: 1300px) {
  /* line 44, app/assets/stylesheets/footer.scss */
  footer .desktop .contact-info p {
    margin: 1.2rem 0.5rem;
  }
}

/* line 61, app/assets/stylesheets/footer.scss */
footer .desktop .contact-form {
  flex-basis: 60%;
  background-color: #f2f2f2;
  padding: 6rem 5%;
}

/* line 66, app/assets/stylesheets/footer.scss */
footer .desktop .contact-form form {
  max-width: 650px;
  margin: 0 auto;
}

/* line 70, app/assets/stylesheets/footer.scss */
footer .desktop .contact-form form textarea {
  resize: none;
}

/* line 74, app/assets/stylesheets/footer.scss */
footer .desktop .contact-form form .form-input {
  background: #f2f2f2;
  border: none;
  border-bottom: 2px solid #253c57;
  padding: 0.1875rem;
  width: 100%;
  color: #18293d;
  font-size: 1rem;
  font-weight: 300;
  font-family: "Jost";
}

/* line 85, app/assets/stylesheets/footer.scss */
footer .desktop .contact-form form .form-input:focus-visible {
  outline: none;
}

/* line 90, app/assets/stylesheets/footer.scss */
footer .desktop .contact-form form .submit {
  background-color: #f2f2f2;
  font-size: 1.5rem;
  color: #18293d;
  width: 100%;
  margin: 2rem 0;
  padding: 1rem 0;
  border: none;
  cursor: pointer;
}

/* line 100, app/assets/stylesheets/footer.scss */
footer .desktop .contact-form form .submit:hover {
  background-color: #758582;
}

/* line 105, app/assets/stylesheets/footer.scss */
footer .desktop .contact-form form .success-message {
  font-family: "Jost", sans-serif;
  font-weight: 300;
  color: #008a00;
  font-size: 1.25rem;
  text-align: center;
}

/* line 114, app/assets/stylesheets/footer.scss */
footer .desktop .contact-form .successNotification {
  text-align: center;
  color: #253c57;
}

/* line 118, app/assets/stylesheets/footer.scss */
footer .desktop .contact-form .successNotification h4 {
  font-size: 3.2rem;
  line-height: 5rem;
  margin: 1.2rem 0;
}

/* line 123, app/assets/stylesheets/footer.scss */
footer .desktop .contact-form .successNotification p {
  margin: 2.8rem 0;
  font-size: 1.4rem;
}

/* line 127, app/assets/stylesheets/footer.scss */
footer .desktop .contact-form .successNotification .mail-image {
  height: 60px;
  width: 60px;
  margin: 5rem auto;
}

/* line 134, app/assets/stylesheets/footer.scss */
footer .desktop .contact-form .row {
  display: flex;
  justify-content: space-between;
  margin: 0 0 3rem;
}

/* line 139, app/assets/stylesheets/footer.scss */
footer .desktop .contact-form .row > * {
  flex-basis: 46%;
}

/* line 145, app/assets/stylesheets/footer.scss */
footer .mobile {
  display: none;
}

@media screen and (max-width: 800px) {
  /* line 145, app/assets/stylesheets/footer.scss */
  footer .mobile {
    display: flex;
    background-color: #f2f2f2;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #253c57;
    padding: 6rem 5%;
  }
  /* line 157, app/assets/stylesheets/footer.scss */
  footer .mobile .contact-info {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 100%;
    margin-bottom: 5rem;
  }
}

@media screen and (max-width: 800px) and (max-width: 500px) {
  /* line 157, app/assets/stylesheets/footer.scss */
  footer .mobile .contact-info {
    flex-direction: column;
    text-align: center;
  }
}

@media screen and (max-width: 800px) {
  /* line 170, app/assets/stylesheets/footer.scss */
  footer .mobile h3 {
    font-size: 4.2rem;
    line-height: 5rem;
  }
}

@media screen and (max-width: 800px) and (max-width: 1399px) {
  /* line 170, app/assets/stylesheets/footer.scss */
  footer .mobile h3 {
    font-size: 3.2rem;
  }
}

@media screen and (max-width: 800px) {
  /* line 179, app/assets/stylesheets/footer.scss */
  footer .mobile p {
    font-family: "Jost", sans-serif;
    font-weight: 300;
    font-size: 1.2rem;
    margin: 1.2rem 0;
    line-height: 1.5rem;
  }
  /* line 187, app/assets/stylesheets/footer.scss */
  footer .mobile .contact-form {
    background-color: #f2f2f2;
  }
  /* line 190, app/assets/stylesheets/footer.scss */
  footer .mobile .contact-form form {
    max-width: 650px;
    margin: 0 auto;
  }
  /* line 194, app/assets/stylesheets/footer.scss */
  footer .mobile .contact-form form textarea {
    resize: none;
  }
  /* line 198, app/assets/stylesheets/footer.scss */
  footer .mobile .contact-form form .form-input {
    background: #f2f2f2;
    border: none;
    border-bottom: 2px solid #253c57;
    padding: 0.1875rem;
    width: 100%;
    color: #18293d;
    font-size: 1rem;
    font-weight: 300;
    font-family: "Jost";
  }
  /* line 209, app/assets/stylesheets/footer.scss */
  footer .mobile .contact-form form .form-input:focus-visible {
    outline: none;
  }
  /* line 214, app/assets/stylesheets/footer.scss */
  footer .mobile .contact-form form .submit {
    background-color: #f2f2f2;
    font-size: 1.5rem;
    color: #18293d;
    width: 100%;
    margin: 2rem 0;
    padding: 1rem 0;
    border: none;
    cursor: pointer;
  }
  /* line 224, app/assets/stylesheets/footer.scss */
  footer .mobile .contact-form form .submit:hover {
    background-color: #758582;
  }
  /* line 229, app/assets/stylesheets/footer.scss */
  footer .mobile .contact-form form .success-message {
    font-family: "Jost", sans-serif;
    font-weight: 300;
    color: #008a00;
    font-size: 1.25rem;
    text-align: center;
  }
  /* line 238, app/assets/stylesheets/footer.scss */
  footer .mobile .contact-form .row {
    display: flex;
    justify-content: space-between;
    margin: 0 0 3rem;
  }
  /* line 243, app/assets/stylesheets/footer.scss */
  footer .mobile .contact-form .row > * {
    flex-basis: 46%;
  }
}

/* line 3, app/assets/stylesheets/banner.scss */
.banner {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 16rem;
  background-color: #e8eaec;
  margin-bottom: 3rem;
}

/* line 12, app/assets/stylesheets/banner.scss */
.banner h1 {
  color: #253c57;
  font-size: 4rem;
}

@media screen and (max-width: 600px) {
  /* line 18, app/assets/stylesheets/banner.scss */
  .banner h1 {
    font-size: 3.5rem;
    line-height: 5rem;
    margin: 0 2rem;
  }
}

/* line 5, app/assets/stylesheets/nutrition.scss */
#nutrition .approach {
  height: 60rem;
  margin: 3rem auto;
}

/* line 9, app/assets/stylesheets/nutrition.scss */
#nutrition .approach .container {
  max-width: 1200px;
  height: 100%;
  position: relative;
  margin: 0 auto;
}

/* line 15, app/assets/stylesheets/nutrition.scss */
#nutrition .approach .container .content {
  height: 45rem;
  width: 55rem;
  background: #c3ddd9;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 2rem;
  padding: 3rem;
}

/* line 25, app/assets/stylesheets/nutrition.scss */
#nutrition .approach .container .content h2 {
  color: #414141;
  font-size: 2.3125rem;
  font-weight: 300;
  line-height: 3rem;
  font-size: 3rem;
}

/* line 30, app/assets/stylesheets/nutrition.scss */
#nutrition .approach .container .content p {
  font-family: "Jost", sans-serif;
  color: #253c57;
  font-size: 1.2rem;
  font-weight: 200;
  line-height: 1.7rem;
  margin: 1rem 0 2rem;
}

/* line 34, app/assets/stylesheets/nutrition.scss */
#nutrition .approach .container .content p.shared {
  width: 61%;
}

@media screen and (max-width: 1105px) {
  /* line 34, app/assets/stylesheets/nutrition.scss */
  #nutrition .approach .container .content p.shared {
    width: 45%;
  }
}

@media screen and (max-width: 1015px) {
  /* line 34, app/assets/stylesheets/nutrition.scss */
  #nutrition .approach .container .content p.shared {
    width: 100%;
  }
}

/* line 47, app/assets/stylesheets/nutrition.scss */
#nutrition .approach .container .content ul {
  margin-left: 3rem;
  max-width: 21rem;
}

/* line 52, app/assets/stylesheets/nutrition.scss */
#nutrition .approach .container .content li {
  font-family: "Jost", sans-serif;
  color: #253c57;
  font-size: 1.2rem;
  font-weight: 200;
  line-height: 1.7rem;
  margin: 1rem 0;
  list-style-type: circle;
}

/* line 59, app/assets/stylesheets/nutrition.scss */
#nutrition .approach .container .icons {
  height: 29rem;
  width: 33rem;
  background: #9da9a7;
  position: absolute;
  bottom: 7rem;
  right: 0;
  margin: 0 2rem;
  padding: 3rem;
}

/* line 69, app/assets/stylesheets/nutrition.scss */
#nutrition .approach .container .icons h2 {
  color: #414141;
  font-size: 2.3125rem;
  font-weight: 300;
  line-height: 3rem;
  font-size: 3rem;
}

/* line 74, app/assets/stylesheets/nutrition.scss */
#nutrition .approach .container .icons p {
  font-family: "Jost", sans-serif;
  color: #253c57;
  font-size: 1.2rem;
  font-weight: 200;
  line-height: 1.7rem;
  font-size: 1.3rem;
  line-height: 2rem;
  font-weight: 300;
  margin: 1rem 0;
}

/* line 82, app/assets/stylesheets/nutrition.scss */
#nutrition .approach .container .icons ul > li {
  font-family: "Jost", sans-serif;
  color: #253c57;
  font-size: 1.2rem;
  font-weight: 200;
  line-height: 1.7rem;
  margin: 1rem 0;
  list-style-type: disc;
}

@media screen and (max-width: 1015px) {
  /* line 5, app/assets/stylesheets/nutrition.scss */
  #nutrition .approach {
    height: auto;
    margin: 3rem 0;
  }
  /* line 94, app/assets/stylesheets/nutrition.scss */
  #nutrition .approach .container {
    width: 100vw;
  }
  /* line 97, app/assets/stylesheets/nutrition.scss */
  #nutrition .approach .container .icons {
    position: unset;
    width: 100%;
    height: auto;
    margin: 4rem 0;
  }
  /* line 104, app/assets/stylesheets/nutrition.scss */
  #nutrition .approach .container .content {
    width: 100%;
    margin: 0;
    height: auto;
    position: unset;
  }
}

@media screen and (max-width: 1015px) and (max-width: 500px) {
  /* line 104, app/assets/stylesheets/nutrition.scss */
  #nutrition .approach .container .content {
    padding: 3rem 2rem;
  }
  /* line 113, app/assets/stylesheets/nutrition.scss */
  #nutrition .approach .container .content p {
    line-height: 2rem;
  }
  /* line 117, app/assets/stylesheets/nutrition.scss */
  #nutrition .approach .container .content ul > li {
    line-height: 2rem;
  }
}

/* line 126, app/assets/stylesheets/nutrition.scss */
#nutrition .new_client_package {
  background-color: #6aa69f;
  color: #314848;
  padding: 0 2rem;
}

/* line 131, app/assets/stylesheets/nutrition.scss */
#nutrition .new_client_package .container {
  max-width: 1200px;
  height: 100%;
  position: relative;
  margin: 0 auto;
  padding: 4rem 0 6rem;
  display: flex;
  gap: 2rem;
  justify-content: space-between;
}

@media screen and (max-width: 765px) {
  /* line 131, app/assets/stylesheets/nutrition.scss */
  #nutrition .new_client_package .container {
    flex-direction: column;
    align-items: center;
  }
  /* line 145, app/assets/stylesheets/nutrition.scss */
  #nutrition .new_client_package .container .title h2 {
    width: 100%;
    text-align: center;
  }
  /* line 150, app/assets/stylesheets/nutrition.scss */
  #nutrition .new_client_package .container .content {
    max-width: 100%;
    margin-top: 2rem;
  }
  /* line 154, app/assets/stylesheets/nutrition.scss */
  #nutrition .new_client_package .container .content p.inline-icon-text {
    height: auto;
    margin: 1rem 0;
  }
}

/* line 163, app/assets/stylesheets/nutrition.scss */
#nutrition .new_client_package .title h2 {
  color: #414141;
  font-size: 2.3125rem;
  font-weight: 300;
  line-height: 3rem;
  font-size: 3.3125rem;
  line-height: 5rem;
  color: #1d2f2f;
  width: 280px;
}

/* line 172, app/assets/stylesheets/nutrition.scss */
#nutrition .new_client_package .content {
  margin-top: 5rem;
  max-width: 45rem;
}

/* line 176, app/assets/stylesheets/nutrition.scss */
#nutrition .new_client_package .content p {
  font-family: "Jost", sans-serif;
  color: #253c57;
  font-size: 1.2rem;
  font-weight: 200;
  line-height: 1.7rem;
  font-size: 1.3rem;
  line-height: 2rem;
  font-weight: 300;
  margin: 1rem 0;
}

/* line 183, app/assets/stylesheets/nutrition.scss */
#nutrition .new_client_package .content p.inline-icon-text {
  display: flex;
  height: 24px;
  align-items: center;
  gap: 0.5rem;
  margin: 2rem;
}

/* line 190, app/assets/stylesheets/nutrition.scss */
#nutrition .new_client_package .content p.inline-icon-text svg {
  min-height: 24px;
  min-width: 24px;
  color: #447673;
  max-width: 24px;
  max-height: 24px;
}

/* line 200, app/assets/stylesheets/nutrition.scss */
#nutrition .new_client_package .content ul {
  margin-left: 3rem;
}

/* line 204, app/assets/stylesheets/nutrition.scss */
#nutrition .new_client_package .content ul > li {
  font-family: "Jost", sans-serif;
  color: #253c57;
  font-size: 1.2rem;
  font-weight: 200;
  line-height: 1.7rem;
  margin: 1rem 0;
  list-style-type: disc;
}

/* line 210, app/assets/stylesheets/nutrition.scss */
#nutrition .new_client_package .content a {
  color: #c3ddd9;
  text-decoration: none;
  font-weight: 800;
}

/* line 215, app/assets/stylesheets/nutrition.scss */
#nutrition .new_client_package .content a:hover {
  color: #375353;
}

/* line 222, app/assets/stylesheets/nutrition.scss */
#nutrition .veggie-banner {
  height: 20rem;
  background-image: url(/assets/veggies-4494f6cc62beef8d04cab5a7188fcd54f87c12bae7235fdb255bd7db3e157ac4.jpg);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* line 5, app/assets/stylesheets/movement.scss */
#movement p {
  font-family: "Jost", sans-serif;
  color: #253c57;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 2.4rem;
  margin: 1em auto 2em;
  text-align: center;
  padding: 0 1rem;
}

/* line 16, app/assets/stylesheets/movement.scss */
#movement .description {
  max-width: 54rem;
  margin: 7em auto;
}

/* line 20, app/assets/stylesheets/movement.scss */
#movement .description h2 {
  color: #414141;
  font-size: 2.3125rem;
  font-weight: 300;
  line-height: 3rem;
}

/* line 25, app/assets/stylesheets/movement.scss */
#movement .services {
  margin-bottom: 4rem;
}

/* line 29, app/assets/stylesheets/movement.scss */
#movement .services .yoga .image {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-image: url(/assets/yoga-75f47ca9ad5e4d72895215256e30428f28f0d483314ad1b9894ad72a293bbbf9.jpg);
  background-position-y: 45%;
}

/* line 39, app/assets/stylesheets/movement.scss */
#movement .services .pilates .image {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-image: url(/assets/pilates-e1ddb254774d303a75b179e74caed929e00608a6e8a22ddeb4fcfce3f0753313.jpg);
  background-position-y: 75%;
  background-position-x: 45%;
}

/* line 50, app/assets/stylesheets/movement.scss */
#movement .services .training .image {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-image: url(/assets/training-d990843f808cd536157946e366c15cf8698ab9ebd6b716017ee3ecc296e90bb7.jpg);
  background-position-y: 25%;
}

/* line 59, app/assets/stylesheets/movement.scss */
#movement .services .callout {
  width: 100vw;
  height: 24rem;
  position: relative;
}

/* line 64, app/assets/stylesheets/movement.scss */
#movement .services .callout .content {
  color: #253c57;
  background: rgba(255, 255, 255, 0.9);
  width: fit-content;
  position: absolute;
  bottom: 0;
  left: 24rem;
  padding: 0.4rem 1.4rem 0;
  height: 7rem;
  border-radius: 0.5rem 0.5rem 0 0;
}

/* line 76, app/assets/stylesheets/movement.scss */
#movement .services .callout .content h1 {
  font-size: 5.625rem;
  margin-bottom: 2rem;
  white-space: nowrap;
}

/* line 82, app/assets/stylesheets/movement.scss */
#movement .services .callout .content p {
  font-size: 2.5rem;
  margin-left: 2rem;
  line-height: 3.5rem;
}

@media screen and (max-width: 700px) {
  /* line 64, app/assets/stylesheets/movement.scss */
  #movement .services .callout .content {
    left: 20px;
    height: 5rem;
  }
  /* line 92, app/assets/stylesheets/movement.scss */
  #movement .services .callout .content h1 {
    font-size: 4rem;
    margin-bottom: 1rem;
  }
}

@media screen and (max-width: 650px) {
  /* line 59, app/assets/stylesheets/movement.scss */
  #movement .services .callout {
    height: 18rem;
  }
}

@media screen and (max-width: 550px) {
  /* line 104, app/assets/stylesheets/movement.scss */
  #movement .services .callout .content {
    width: 100%;
    left: 0;
    border-radius: 0;
    padding: 1rem;
  }
  /* line 110, app/assets/stylesheets/movement.scss */
  #movement .services .callout .content h1 {
    font-size: 2rem;
  }
}

/* line 118, app/assets/stylesheets/movement.scss */
#movement .service-description {
  max-width: 50rem;
  margin: 7em auto;
}

/* line 122, app/assets/stylesheets/movement.scss */
#movement .service-description h2 {
  color: #414141;
  font-size: 2.3125rem;
  font-weight: 300;
  line-height: 3rem;
}

/* line 126, app/assets/stylesheets/movement.scss */
#movement .service-description p {
  font-family: "Jost", sans-serif;
  color: #253c57;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 2.4rem;
  margin: 1em auto 2em;
  text-align: justify;
}

/* line 4, app/assets/stylesheets/blog.scss */
.adminButtons {
  margin-bottom: 1rem;
}

/* line 7, app/assets/stylesheets/blog.scss */
.blogFormWrapper {
  margin: 1rem;
}

/* line 10, app/assets/stylesheets/blog.scss */
.blogFormWrapper .bottomLinks {
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 6rem;
}

/* line 17, app/assets/stylesheets/blog.scss */
.blogForm {
  font-family: "Jost", sans-serif;
  min-width: 400px;
  margin: 0 auto;
  max-width: 1314px;
}

/* line 23, app/assets/stylesheets/blog.scss */
.blogForm .container {
  display: flex;
}

/* line 27, app/assets/stylesheets/blog.scss */
.blogForm main {
  flex-basis: 70%;
  padding: 2rem;
  border-radius: 10px;
  max-width: 864px;
}

/* line 33, app/assets/stylesheets/blog.scss */
.blogForm sidebar {
  flex-basis: 30%;
  padding: 2rem;
  background: #f2f2f2;
  border-radius: 10px;
  margin: 2rem 0;
}

/* line 40, app/assets/stylesheets/blog.scss */
.blogForm sidebar .thumbnail {
  background-size: cover;
  height: 100px;
  width: 310px;
  border-radius: 10px;
}

/* line 47, app/assets/stylesheets/blog.scss */
.blogForm sidebar .row {
  flex-direction: column;
  gap: 0.5rem;
  align-items: flex-start;
}

/* line 54, app/assets/stylesheets/blog.scss */
.blogForm .tox-promotion {
  display: none;
}

/* line 58, app/assets/stylesheets/blog.scss */
.blogForm h2 {
  font-size: 2.5rem;
  font-weight: 300;
  margin-bottom: 1rem;
}

/* line 64, app/assets/stylesheets/blog.scss */
.blogForm .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 2rem;
}

/* line 70, app/assets/stylesheets/blog.scss */
.blogForm .row.hero {
  flex-direction: column;
  gap: 10px;
  position: relative;
}

/* line 75, app/assets/stylesheets/blog.scss */
.blogForm .row.hero .img {
  width: 795.97px;
  background-size: cover;
  height: 350px;
  border-radius: 10px;
}

/* line 82, app/assets/stylesheets/blog.scss */
.blogForm .row.hero .edit-hero {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #f2f2f2;
  border-radius: 5px;
  cursor: pointer;
  visibility: hidden;
}

/* line 92, app/assets/stylesheets/blog.scss */
.blogForm .row.hero .upload-hero-file {
  overflow: hidden;
  position: relative;
}

/* line 97, app/assets/stylesheets/blog.scss */
.blogForm .row.hero .upload-hero-file input[type="file"] {
  cursor: inherit;
  display: block;
  font-size: 999px;
  filter: alpha(opacity=0);
  min-height: 100%;
  min-width: 100%;
  opacity: 0;
  position: absolute;
  right: 0;
  text-align: right;
  top: 0;
}

/* line 111, app/assets/stylesheets/blog.scss */
.blogForm .row.hero .upload-hero-file {
  cursor: pointer;
  display: inline-block;
  padding: 0.5rem 0.6rem 0.3rem;
}

/* line 116, app/assets/stylesheets/blog.scss */
.blogForm .row.hero .upload-hero-file svg {
  height: 24px;
  width: 24px;
}

/* line 122, app/assets/stylesheets/blog.scss */
.blogForm .row.hero:hover .edit-hero {
  visibility: visible;
}

/* line 128, app/assets/stylesheets/blog.scss */
.blogForm .form-input {
  border: none;
  border-bottom: 2px solid #253c57;
  padding: 0.1875rem;
  width: 100%;
  color: #18293d;
  font-size: 1rem;
  font-weight: 300;
  font-family: "Jost";
}

/* line 138, app/assets/stylesheets/blog.scss */
.blogForm .form-input:focus-visible {
  outline: none;
}

/* line 142, app/assets/stylesheets/blog.scss */
.blogForm .form-input.large {
  font-size: 2rem;
}

/* line 148, app/assets/stylesheets/blog.scss */
.blogPage {
  display: flex;
  gap: 2rem;
}

@media screen and (max-width: 950px) {
  /* line 148, app/assets/stylesheets/blog.scss */
  .blogPage {
    flex-direction: column;
    padding: 0;
  }
}

/* line 157, app/assets/stylesheets/blog.scss */
.blogPage main {
  flex-basis: 70%;
}

/* line 161, app/assets/stylesheets/blog.scss */
.blogPage sidebar {
  flex-basis: 30%;
}

/* line 168, app/assets/stylesheets/blog.scss */
#blogPost main .title {
  display: flex;
  align-items: center;
  gap: 20px;
}

/* line 173, app/assets/stylesheets/blog.scss */
#blogPost main .title .buttonContainer {
  display: flex;
  justify-content: space-between;
}

/* line 179, app/assets/stylesheets/blog.scss */
#blogPost main h1 {
  color: #253c57;
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 3.5rem;
  font-size: 3.5rem;
  margin-bottom: 0.8rem;
}

/* line 183, app/assets/stylesheets/blog.scss */
#blogPost main h2 {
  color: #414141;
  font-size: 2.3125rem;
  font-weight: 300;
  line-height: 3rem;
  font-size: 3rem;
  margin-bottom: 0.8rem;
}

/* line 189, app/assets/stylesheets/blog.scss */
#blogPost main h3 {
  color: #414141;
  font-size: 2.3125rem;
  font-weight: 300;
  line-height: 3rem;
  font-size: 2.5rem;
  margin-bottom: 0.8rem;
}

/* line 195, app/assets/stylesheets/blog.scss */
#blogPost main h4 {
  color: #414141;
  font-size: 2.3125rem;
  font-weight: 300;
  line-height: 3rem;
  font-size: 2rem;
  margin-bottom: 0.8rem;
}

/* line 201, app/assets/stylesheets/blog.scss */
#blogPost main h5 {
  color: #414141;
  font-size: 2.3125rem;
  font-weight: 300;
  line-height: 3rem;
  font-size: 1.5rem;
  margin-bottom: 0.8rem;
}

/* line 207, app/assets/stylesheets/blog.scss */
#blogPost main h6 {
  color: #414141;
  font-size: 2.3125rem;
  font-weight: 300;
  line-height: 3rem;
  font-size: 1.2rem;
  margin-bottom: 0.8rem;
}

/* line 213, app/assets/stylesheets/blog.scss */
#blogPost main em {
  font-style: italic;
}

/* line 217, app/assets/stylesheets/blog.scss */
#blogPost main strong {
  font-weight: bold;
}

/* line 221, app/assets/stylesheets/blog.scss */
#blogPost main blockquote,
#blogPost main q {
  margin-left: 2rem;
  border-left: 3px solid #f0c29b;
  padding-left: 2rem;
}

/* line 228, app/assets/stylesheets/blog.scss */
#blogPost main .hero {
  background-size: cover;
  height: 350px;
  border-radius: 10px;
}

/* line 234, app/assets/stylesheets/blog.scss */
#blogPost main p {
  font-family: "Jost", sans-serif;
  color: #253c57;
  font-size: 1.2rem;
  font-weight: 200;
  line-height: 1.7rem;
  font-family: "Roboto", sans-serif;
  margin: 1rem 0 2rem;
}

/* line 239, app/assets/stylesheets/blog.scss */
#blogPost main p.meta {
  font-family: "Jost";
  color: #929292;
  margin-top: 0;
}

/* line 246, app/assets/stylesheets/blog.scss */
#blogPost main table {
  font-family: "Roboto", sans-serif;
  color: #253c57;
  font-size: 1.2rem;
  font-weight: 200;
  line-height: 1.7rem;
}

/* line 253, app/assets/stylesheets/blog.scss */
#blogPost main table.underlinedHeader {
  margin: 0 1rem;
  width: 95% !important;
}

/* line 257, app/assets/stylesheets/blog.scss */
#blogPost main table.underlinedHeader tr:first-child {
  border-bottom: 1px solid black;
}

/* line 261, app/assets/stylesheets/blog.scss */
#blogPost main table.underlinedHeader td {
  padding: 0.2rem 0.5rem;
}

/* line 267, app/assets/stylesheets/blog.scss */
#blogPost main ol,
#blogPost main ul {
  margin-left: 1rem;
  margin-bottom: 1rem;
  font-size: 1.2rem;
  font-weight: 200;
  line-height: 1.7rem;
  color: #253c57;
  font-family: "Roboto", sans-serif;
}

/* line 277, app/assets/stylesheets/blog.scss */
#blogPost main ol ol,
#blogPost main ol ul,
#blogPost main ul ol,
#blogPost main ul ul {
  margin-bottom: 0;
  margin-left: 0;
}

/* line 284, app/assets/stylesheets/blog.scss */
#blogPost main ul li {
  margin-left: 3rem;
  list-style-type: circle;
  margin-bottom: 0.3rem;
}

/* line 290, app/assets/stylesheets/blog.scss */
#blogPost main ol li {
  margin-left: 3rem;
  list-style-type: upper-roman;
  margin-bottom: 0.5rem;
}

/* line 295, app/assets/stylesheets/blog.scss */
#blogPost main ol li ol li {
  list-style-type: lower-roman;
}

/* line 302, app/assets/stylesheets/blog.scss */
.blogPosts {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media screen and (max-width: 750px) {
  /* line 302, app/assets/stylesheets/blog.scss */
  .blogPosts {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

/* line 311, app/assets/stylesheets/blog.scss */
.blogPosts .blogPost {
  text-decoration: none;
  background: #9cb1ae;
  border-radius: 10px;
}

/* line 316, app/assets/stylesheets/blog.scss */
.blogPosts .blogPost:hover {
  transform: scale(1.01);
  transition: transform 0.2s ease-in-out;
}

/* line 321, app/assets/stylesheets/blog.scss */
.blogPosts .blogPost .hero {
  background-size: cover;
  height: 240px;
  width: 100%;
  border-radius: 10px 10px 0 0;
}

@media screen and (max-width: 1000px) {
  /* line 321, app/assets/stylesheets/blog.scss */
  .blogPosts .blogPost .hero {
    height: 180px;
  }
}

@media screen and (max-width: 800px) {
  /* line 321, app/assets/stylesheets/blog.scss */
  .blogPosts .blogPost .hero {
    height: 120px;
  }
}

/* line 336, app/assets/stylesheets/blog.scss */
.blogPosts .blogPost .content {
  padding: 1.2rem;
}

@media screen and (max-width: 800px) {
  /* line 336, app/assets/stylesheets/blog.scss */
  .blogPosts .blogPost .content {
    padding: 0.8rem;
  }
}

/* line 343, app/assets/stylesheets/blog.scss */
.blogPosts .blogPost .content h2 {
  font-weight: 300;
  line-height: 2.5rem;
  color: #f2f2f2;
  font-size: 2rem;
}

/* line 350, app/assets/stylesheets/blog.scss */
.blogPosts .blogPost .content sm {
  font-family: "Jost", sans-serif;
  color: #f2f2f2;
  margin-bottom: 1rem;
  display: block;
  font-weight: 200;
}

/* line 358, app/assets/stylesheets/blog.scss */
.blogPosts .blogPost .content p {
  font-size: 1.1rem;
  font-weight: 200;
  line-height: 1.7rem;
  color: #f2f2f2;
}

/* line 370, app/assets/stylesheets/blog.scss */
.blogSidebar {
  padding: 1rem;
}

/* line 373, app/assets/stylesheets/blog.scss */
.blogSidebar h3 {
  font-size: 1.8rem;
  margin: 10px 0;
  color: #414141;
}

@media screen and (max-width: 1000px) {
  /* line 379, app/assets/stylesheets/blog.scss */
  .blogSidebar .recent_posts {
    padding: 0;
  }
}

/* line 384, app/assets/stylesheets/blog.scss */
.blogSidebar .recent_posts .recent_post {
  display: block;
  text-decoration: none;
  margin-bottom: 1.5rem;
  background: #9cb1ae;
  border-radius: 10px;
  min-width: 240px;
}

/* line 392, app/assets/stylesheets/blog.scss */
.blogSidebar .recent_posts .recent_post:hover {
  transform: scale(1.02);
  transition: transform 0.2s ease-in-out;
}

/* line 397, app/assets/stylesheets/blog.scss */
.blogSidebar .recent_posts .recent_post .content {
  padding: 1rem;
  color: #f2f2f2;
}

/* line 402, app/assets/stylesheets/blog.scss */
.blogSidebar .recent_posts .recent_post h4 {
  font-size: 1.4rem;
  margin: 5px 0;
  font-weight: 300;
}

/* line 408, app/assets/stylesheets/blog.scss */
.blogSidebar .recent_posts .recent_post sm {
  font-family: "Jost", sans-serif;
  margin-bottom: 1rem;
  display: block;
  font-weight: 200;
  line-height: 1.2rem;
}

/* line 416, app/assets/stylesheets/blog.scss */
.blogSidebar .recent_posts .recent_post p {
  line-height: 1.3rem;
  font-weight: 300;
}

/* line 421, app/assets/stylesheets/blog.scss */
.blogSidebar .recent_posts .recent_post .thumbnail {
  background-size: cover;
  height: 100px;
  width: 100%;
  border-radius: 10px 10px 0 0;
}

@media screen and (max-width: 950px) {
  /* line 370, app/assets/stylesheets/blog.scss */
  .blogSidebar {
    padding: 0;
  }
  /* line 433, app/assets/stylesheets/blog.scss */
  .blogSidebar .recent_posts {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
  }
  /* line 438, app/assets/stylesheets/blog.scss */
  .blogSidebar .recent_posts .recent_post {
    flex-basis: 30%;
  }
  /* line 440, app/assets/stylesheets/blog.scss */
  .blogSidebar .recent_posts .recent_post:nth-child(n + 4) {
    display: none;
  }
}

/* line 4, app/assets/stylesheets/events.scss */
#events {
  font-family: "Jost", sans-serif;
  color: #253c57;
}

/* line 8, app/assets/stylesheets/events.scss */
#events .event {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  max-width: 65rem;
  margin: 4rem auto;
  background: #f9f9f9;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

/* line 19, app/assets/stylesheets/events.scss */
#events .event.reverse {
  flex-direction: row-reverse;
}

/* line 23, app/assets/stylesheets/events.scss */
#events .event .event-image {
  flex: 1 1 40%;
  background-size: cover;
  background-position: center;
  min-height: 25rem;
}

/* line 30, app/assets/stylesheets/events.scss */
#events .event .event-content {
  flex: 1 1 60%;
  padding: 3rem 2rem;
  text-align: left;
}

/* line 35, app/assets/stylesheets/events.scss */
#events .event .event-content h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
  font-weight: 600;
}

/* line 41, app/assets/stylesheets/events.scss */
#events .event .event-content .meta {
  font-size: 1.2rem;
  font-weight: 500;
  margin: 0.25rem 0;
}

/* line 47, app/assets/stylesheets/events.scss */
#events .event .event-content p {
  font-size: 1.4rem;
  line-height: 2.2rem;
  margin: 1rem 0;
}

/* line 53, app/assets/stylesheets/events.scss */
#events .event .event-content .disclaimer {
  font-size: 1.2rem;
  color: #162333;
  font-style: italic;
  margin-top: 1rem;
}

/* line 60, app/assets/stylesheets/events.scss */
#events .event .event-content a {
  color: #253c57;
  text-decoration: underline;
}

@media (max-width: 768px) {
  /* line 68, app/assets/stylesheets/events.scss */
  #events .event {
    flex-direction: column;
  }
  /* line 71, app/assets/stylesheets/events.scss */
  #events .event.reverse {
    flex-direction: column;
  }
  /* line 75, app/assets/stylesheets/events.scss */
  #events .event .event-image {
    height: 18rem;
  }
  /* line 79, app/assets/stylesheets/events.scss */
  #events .event .event-content {
    padding: 2rem 1.5rem;
  }
  /* line 82, app/assets/stylesheets/events.scss */
  #events .event .event-content h2 {
    font-size: 1.8rem;
  }
  /* line 86, app/assets/stylesheets/events.scss */
  #events .event .event-content p {
    font-size: 1.3rem;
  }
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */
