.mundial {
  font-family: "mundial", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.basic {
  font-family: 'Instrument Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
}
.caslon {
  font-family: "adobe-caslon-pro", serif;
  font-weight: 400;
  font-style: normal;
}
.noto {
  font-family: 'Instrument Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
}
.freight {
  font-family: "freight-text-pro", serif;
  font-weight: 400;
  font-style: italic;
}
.flex-col {
  display: flex;
  flex-direction: column;
}
.grid-parent {
  display: grid;
  grid-template-columns: repeat(32, 1fr);
  place-items: center;
  position: relative;
  z-index: 22;
}
@media only screen and (max-width: 1024px) {
  .grid-parent {
    grid-template-columns: repeat(12, 1fr);
  }
}
@media only screen and (max-width: 1024px) {
  .grid-parent-mobile-only {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    place-items: center;
  }
}
.fill-grid {
  grid-column: 1 / -1;
}
.mobile-body-font-size {
  font-size: calc(16rem * 1 / 4.33333);
  line-height: calc(24rem * 1 / 4.33333);
}
.ontop {
  position: relative;
  z-index: 9;
}
.sidetext {
  font-family: "mundial", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(24rem * 1 / 21.33333333 * var(--text-multiplier));
  writing-mode: vertical-lr;
  text-orientation: sideways;
  justify-self: flex-end;
  align-self: flex-start;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media only screen and (max-width: 1024px) {
  .sidetext {
    font-size: calc(24rem * 1 / 8);
  }
}
@media only screen and (max-width: 1024px) {
  .sidetext {
    font-size: calc(16rem * 1 / 4.33333);
  }
}
.purple-button {
  min-width: calc(164rem * 1 / 21.33333333 * var(--text-multiplier));
  height: calc(80rem * 1 / 21.33333333 * var(--text-multiplier));
  padding: 0 0.7rem;
  border: 0.025rem solid #806087;
  display: flex;
  place-items: center;
  cursor: pointer;
  transition: all 0.25s ease-out;
}
@media only screen and (max-width: 1024px) {
  .purple-button {
    width: calc(100rem * 1 / 4.33333);
    height: calc(48rem * 1 / 4.33333);
  }
}
.purple-button > span {
  font-family: "mundial", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(18rem * 1 / 21.33333333 * var(--text-multiplier));
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  color: #461950;
}
@media only screen and (max-width: 1024px) {
  .purple-button > span {
    font-size: calc(12rem * 1 / 4.33333);
  }
}
.purple-button.active,
.purple-button:hover {
  background-color: #461950;
}
.purple-button.active > span,
.purple-button:hover > span {
  color: white;
}
.grow-on-hover {
  transition: all 2.25s ease-out;
}
.grow-on-hover:hover {
  transform: scale(1.55);
}
.grow-on-hover-med {
  transition: all 2.25s ease-out;
}
.grow-on-hover-med:hover {
  transform: scale(1.25);
}
.grow-on-hover-small {
  transition: all 2.25s ease-out;
}
.grow-on-hover-small:hover {
  transform: scale(1.1);
}
.transition {
  transition: all 0.25s ease-out;
}
.opacity-hover:hover {
  opacity: 0.8;
  transition: all 0.25s ease-out;
}
.opacity-dim {
  transition: all 0.25s ease-out;
}
.opacity-dim:hover {
  opacity: 0.8;
}
.grid-100 {
  display: grid;
  grid-template-rows: min-content;
  width: 100%;
  place-items: center;
}
.posts-all {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 30rem;
  background: #ffffff;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.80155812) 35%, #ffffff 70%, #ffffff 100%);
  align-items: center;
  z-index: 21;
}
@media only screen and (max-width: 1024px) {
  .posts-all {
    height: 300px;
  }
}
.posts-all > h4 {
  position: absolute;
  left: 50%;
  text-align: center;
  bottom: 6rem;
  transform: translateX(-50%);
  font-family: 'Instrument Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #484848;
  font-size: calc(24rem * 1 / 21.33333333 * var(--text-multiplier));
  width: 100%;
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  .posts-all > h4 {
    bottom: 60px;
    font-size: 14px;
  }
}
.posts-loading {
  position: absolute;
  left: 50%;
  bottom: 0rem;
  transform: translateX(-50%);
}
.posts-loading > .circle {
  animation: fade-spin 1.2s ease-in-out infinite;
  animation-delay: 0s;
}
.posts-loading > .circle > div {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 8px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #a4a4a485;
  transform: translate(0px, 40px);
}
.posts-loading > .circle:nth-child(1) {
  animation-delay: 0.06s;
}
.posts-loading > .circle:nth-child(2) {
  animation-delay: 0.12s;
}
.posts-loading > .circle:nth-child(3) {
  animation-delay: 0.18s;
}
.posts-loading > .circle:nth-child(4) {
  animation-delay: 0.24s;
}
.posts-loading > .circle:nth-child(5) {
  animation-delay: 0.3s;
}
.posts-loading > .circle:nth-child(6) {
  animation-delay: 0.36s;
}
.posts-loading > .circle:nth-child(7) {
  animation-delay: 0.42s;
}
.posts-empty {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(32, 1fr);
  place-items: center;
  position: relative;
  z-index: 22;
}
@media only screen and (max-width: 1024px) {
  .posts-empty {
    grid-template-columns: repeat(12, 1fr);
  }
}
.posts-empty > h1 {
  grid-column: 2 / 16;
  font-family: 'Instrument Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #5A2F61;
  cursor: pointer;
  font-size: calc(28rem * 1 / 21.33333333 * var(--text-multiplier));
  width: fit-content;
  justify-self: flex-start;
}
@media only screen and (max-width: 1024px) {
  .posts-empty > h1 {
    font-size: 20px;
  }
}
.fancybox-data {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  width: 60%;
  max-height: 90vh;
  min-width: 320px;
  padding: 3rem 2.4rem;
}
@media only screen and (max-width: 1024px) {
  .fancybox-data {
    width: 100%;
    padding: 8rem 4.8rem;
    min-width: 100%;
  }
}
.fancybox-data-title {
  font-family: "adobe-caslon-pro", serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(38rem * 1 / 21.33333333 * var(--text-multiplier));
  width: 100%;
  font-weight: 600;
  margin-bottom: 1.4rem;
}
@media only screen and (max-width: 1024px) {
  .fancybox-data-title {
    font-size: calc(27rem * 1 / 4.33333);
    line-height: 1;
    margin-bottom: 2.8rem;
  }
}
.fancybox-data-content {
  display: flex;
  flex-direction: column;
  gap: 2rem 1rem;
  width: 100%;
}
.fancybox-data-content.row {
  flex-flow: row wrap;
}
.fancybox-data-content.text {
  gap: 1rem;
}
@media only screen and (max-width: 1024px) {
  .fancybox-data-content {
    gap: 2rem;
  }
}
.fancybox-data-content p,
.fancybox-data-content li,
.fancybox-data-content a {
  font-family: 'Instrument Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(18rem * 1 / 21.33333333 * var(--text-multiplier));
  line-height: calc(30rem * 1 / 21.33333333 * var(--text-multiplier));
  max-width: 100%;
  color: #484848;
}
@media only screen and (max-width: 1024px) {
  .fancybox-data-content p,
  .fancybox-data-content li,
  .fancybox-data-content a {
    font-size: calc(16rem * 1 / 4.33333);
    line-height: calc(25rem * 1 / 4.33333 * var(--text-multiplier));
  }
}
.fancybox-data-content li {
  margin-left: 1rem;
  list-style-type: disc;
}
@media only screen and (max-width: 1024px) {
  .fancybox-data-content li {
    margin-left: 3.6rem;
  }
}
.fancybox-data-content ol {
  margin-left: 1.75rem;
}
.fancybox-data-content ol > li {
  list-style-type: lower-alpha;
}
.fancybox-data-content strong {
  font-weight: 600;
}
.fancybox-data-content a {
  transition: all 0.25s ease-out;
  color: #381440;
  font-weight: 500;
}
.fancybox-data-content a:hover {
  text-decoration: underline;
}
.fancybox-data-content a:hover {
  color: #381440;
  text-decoration: underline;
}
.fancybox-data-content img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.ellipsis-text {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  /* Set the number of lines to show before applying ellipsis */
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.block-zindex {
  position: relative;
  z-index: 22;
}
.wysiwyg > p {
  margin-bottom: 1rem;
}
.wysiwyg > p:last-of-type {
  margin-bottom: 0;
}
@media only screen and (max-width: 1024px) {
  .wysiwyg > p {
    margin-bottom: 2rem;
  }
  .wysiwyg > p:last-of-type {
    margin-bottom: 0;
  }
}
@keyframes fade-spin {
  25% {
    transform: rotate(0deg);
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
  }
}
.lsgf {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(32, 1fr);
  place-items: center;
  z-index: 22;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .lsgf {
    grid-template-columns: repeat(12, 1fr);
  }
}
.lsgf .gform_wrapper .gfield--type-honeypot {
  display: none !important;
}
.lsgf__purplebg {
  height: 100%;
  width: 100%;
  background-color: #74467F;
  grid-column: 1 / span 2;
}
@media only screen and (max-width: 1024px) {
  .lsgf__purplebg {
    grid-column: 1 / 2;
  }
}
.lsgf__form {
  width: 100%;
  grid-column: 3 / span 32;
  display: grid;
  grid-template-columns: repeat(26, 1fr);
  background-color: #F1F2F2;
  padding: 6rem 0 3rem;
}
@media only screen and (max-width: 1024px) {
  .lsgf__form {
    grid-column: 2 / 13;
    grid-template-columns: repeat(11, 1fr);
  }
}
.lsgf__form-sidetext {
  grid-column: 2;
  font-family: "mundial", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(24rem * 1 / 21.33333333 * var(--text-multiplier));
  writing-mode: vertical-lr;
  text-orientation: sideways;
  justify-self: flex-end;
  align-self: flex-start;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media only screen and (max-width: 1024px) {
  .lsgf__form-sidetext {
    font-size: calc(24rem * 1 / 8);
  }
}
@media only screen and (max-width: 1024px) {
  .lsgf__form-sidetext {
    font-size: calc(16rem * 1 / 4.33333);
  }
}
@media only screen and (max-width: 1024px) {
  .lsgf__form-sidetext {
    grid-column: 1 / 2;
  }
}
.lsgf__form-container {
  grid-column: 5 / 19;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .lsgf__form-container {
    grid-column: 3 / 11;
  }
}
.lsgf__form-container .gform_anchor {
  position: absolute;
}
.lsgf__form .gform_heading {
  grid-column: 1 / -1;
  font-size: calc(38rem * 1 / 21.33333333 * var(--text-multiplier));
  line-height: calc(48rem * 1 / 21.33333333 * var(--text-multiplier));
  font-family: "adobe-caslon-pro", serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 600;
  width: 100%;
}
.lsgf__form .gform_heading .gform_description {
  color: #5A2F61;
  margin-bottom: 0.25rem;
}
.lsgf__form .gform_title {
  display: none;
}
.lsgf__form .gform_fields {
  grid-template-columns: repeat(17, 1fr);
  grid-row-gap: unset !important;
  grid-column-gap: unset !important;
}
@media only screen and (max-width: 1024px) {
  .lsgf__form .gform_fields {
    grid-template-columns: repeat(17, 1fr);
  }
}
.lsgf__form .gform-theme--framework .gfield_validation_message,
.lsgf__form .gform-theme--framework .gform_validation_errors,
.lsgf__form .gform_confirmation_message {
  font-family: 'Instrument Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.8rem;
}
@media only screen and (max-width: 1024px) {
  .lsgf__form .gform-theme--framework .gfield_validation_message,
  .lsgf__form .gform-theme--framework .gform_validation_errors,
  .lsgf__form .gform_confirmation_message {
    font-size: 0.8rem;
    font-size: 14px !important;
  }
}
.lsgf__form .gfield_required_text {
  display: none;
}
.lsgf__form .gfield {
  display: flex;
  flex-direction: column;
  margin-top: 0.5rem;
  flex-direction: column-reverse;
}
.lsgf__form .gfield:nth-of-type(2n + 1) {
  grid-column: 1 / 6;
}
@media only screen and (max-width: 1024px) {
  .lsgf__form .gfield:nth-of-type(2n + 1) {
    grid-column: 1 / 17;
  }
}
.lsgf__form .gfield:nth-of-type(2n + 2) {
  grid-column: 7 / 12;
}
@media only screen and (max-width: 1024px) {
  .lsgf__form .gfield:nth-of-type(2n + 2) {
    grid-column: 1 / 17;
  }
}
.lsgf__form .gfield.gfield--type-checkbox {
  grid-column: 1 / -1;
}
.lsgf__form .gfield input[type=text] {
  outline: none !important;
  border: none !important;
  border-radius: 0 !important;
  border-bottom: 0.05rem solid #5A2F61 !important;
  width: 100%;
  height: auto !important;
  background-color: transparent;
  font-family: 'Instrument Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(18rem * 1 / 21.33333333 * var(--text-multiplier));
  color: #5A2F61;
  padding: 0.1rem 0 !important;
  box-shadow: none !important;
  line-height: unset !important;
}
@media only screen and (max-width: 1024px) {
  .lsgf__form .gfield input[type=text] {
    font-size: calc(16rem * 1 / 4.33333) !important;
    line-height: calc(24rem * 1 / 4.33333) !important;
  }
}
.lsgf__form .gfield input[type=text]::placeholder {
  font-family: 'Instrument Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(18rem * 1 / 21.33333333 * var(--text-multiplier));
  color: #5A2F61;
}
.lsgf__form .gfield label {
  font-family: 'Instrument Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(18rem * 1 / 21.33333333 * var(--text-multiplier));
  color: #484848;
  margin-top: 0.6rem;
}
@media only screen and (max-width: 1024px) {
  .lsgf__form .gfield label {
    font-size: calc(16rem * 1 / 4.33333) !important;
    line-height: calc(24rem * 1 / 4.33333) !important;
  }
}
.lsgf__form-topics {
  margin-top: 4rem !important;
  margin-bottom: 0.25rem !important;
  grid-column: 1 / -1;
  width: 100%;
}
.lsgf__form-topics legend {
  font-family: 'Instrument Sans', sans-serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
  font-size: calc(20rem * 1 / 21.33333333) !important;
  color: #484848 !important;
  margin: 0 !important;
}
@media only screen and (max-width: 1024px) {
  .lsgf__form-topics legend {
    font-size: calc(16rem * 1 / 4.33333) !important;
    line-height: calc(24rem * 1 / 4.33333) !important;
    margin-bottom: 1rem !important;
  }
}
.lsgf__form .gfield_label_before_complex {
  font-weight: bold !important;
}
.lsgf__form .gfield_checkbox {
  display: grid !important;
  grid-template-columns: repeat(17, 1fr);
  grid-column: 1 / -1;
  gap: unset !important;
  width: 100% !important;
}
.lsgf__form .gfield_checkbox .gchoice {
  display: flex;
  align-items: center;
  margin-top: 0.5rem;
}
.lsgf__form .gfield_checkbox .gchoice:nth-of-type(2n + 1) {
  grid-column: 1 / 7;
}
@media only screen and (max-width: 1024px) {
  .lsgf__form .gfield_checkbox .gchoice:nth-of-type(2n + 1) {
    grid-column: 1 / -1;
  }
}
.lsgf__form .gfield_checkbox .gchoice:nth-of-type(2n + 2) {
  grid-column: 7 / 14;
}
@media only screen and (max-width: 1024px) {
  .lsgf__form .gfield_checkbox .gchoice:nth-of-type(2n + 2) {
    grid-column: 1 / -1;
  }
}
.lsgf__form .gfield_checkbox .gchoice > input {
  margin-right: 1rem;
  width: calc(20rem * 1 / 21.33333333 * var(--text-multiplier));
  height: calc(20rem * 1 / 21.33333333 * var(--text-multiplier));
  border: 0.05rem solid #5A2F61;
  border-radius: 0rem;
  outline: none;
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  .lsgf__form .gfield_checkbox .gchoice > input {
    width: 12px;
    height: 12px;
  }
}
.lsgf__form .gfield_checkbox .gchoice > label {
  font-family: 'Instrument Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(18rem * 1 / 21.33333333 * var(--text-multiplier));
  color: #484848;
  margin: 0 !important;
}
.lsgf__form #field_submit {
  opacity: 0 !important;
  height: 0 !important;
}
.lsgf__form .submit-container {
  grid-column: 1 / -1 !important;
  display: grid !important;
  grid-template-columns: repeat(17, 1fr);
  margin-top: 3rem;
}
@media only screen and (max-width: 1024px) {
  .lsgf__form .submit-container {
    grid-template-columns: repeat(5, 1fr);
  }
}
.lsgf__form-subscribe {
  grid-column: 1 / 6;
  margin-top: 5rem;
  display: grid !important;
  grid-template-columns: repeat(5, 1fr);
  column-gap: 0 !important;
  align-items: center;
  cursor: pointer;
  padding: 0;
  background: transparent;
  border: none !important;
  outline: none;
  height: fit-content !important;
  background-color: transparent !important;
  padding: 0 !important;
  box-shadow: none !important;
}
.lsgf__form-subscribe > span {
  font-family: 'Instrument Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(18rem * 1 / 21.33333333 * var(--text-multiplier));
  color: #461950;
  grid-column: 1 / 4;
  width: 100%;
  text-align: left;
}
@media only screen and (max-width: 1024px) {
  .lsgf__form-subscribe > span {
    grid-column: 1 / 3;
    font-size: calc(16rem * 1 / 4.33333) !important;
    line-height: calc(24rem * 1 / 4.33333) !important;
  }
}
.lsgf__form-subscribe-arrow {
  grid-column: 4 / 6;
}
@media only screen and (max-width: 1024px) {
  .lsgf__form-subscribe-arrow {
    grid-column: 3 / 4;
  }
}
.lsgf__form-subscribe > div {
  min-width: 3.75rem;
  width: 3.75rem;
  aspect-ratio: 1 / 1;
  display: grid;
  place-items: center;
  background-color: #461950;
  transition: all 0.25s ease-out;
}
.lsgf__form-subscribe > div img {
  width: 30%;
  height: 20%;
}
.lsgf__form-subscribe:hover > div {
  background-color: #74467F;
  transform: translateX(1rem);
}
@media only screen and (max-width: 1024px) {
  .lsgf__form-subscribe > div {
    min-width: 8rem;
    width: 8rem;
    aspect-ratio: 1 / 1;
    display: grid;
    place-items: center;
    background-color: #461950;
    transition: all 0.25s ease-out;
  }
  .lsgf__form-subscribe > div img {
    width: 30%;
    height: 20%;
  }
  .lsgf__form-subscribe:hover > div {
    background-color: #74467F;
    transform: translateX(1rem);
  }
}
.lsgf__form-message {
  grid-column: 7 / 15;
  font-family: 'Instrument Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(14rem * 1 / 21.33333333 * var(--text-multiplier));
  line-height: calc(19.2rem * 1 / 21.33333333 * var(--text-multiplier));
}
@media only screen and (max-width: 1024px) {
  .lsgf__form-message {
    grid-column: 1 / -1;
    margin: 4rem 0 0 0;
    font-size: calc(12rem * 1 / 4.33333);
    line-height: calc(18rem * 1 / 4.33333);
  }
}
.subscribeModalContainer .lsgf {
  grid-template-areas: "text form";
  grid-template-areas: "text" "form";
}
.subscribeModalContainer .lsgf__form-container {
  grid-column: 2/27;
}
.subscribeModalContainer .lsgf .lsgf__form {
  padding: 2rem 0 1rem;
}
@media only screen and (max-width: 1024px) {
  .subscribeModalContainer .lsgf .lsgf__form {
    padding: 15rem 0 1rem;
  }
}
.subscribeModalContainer .lsgf .lsgf__form-topics {
  margin-top: 2rem !important;
  margin-bottom: 0.25rem !important;
  width: 100%;
  grid-column: 1/20 !important;
}
.subscribeModalContainer .lsgf .lsgf__form-sidetext {
  display: none;
}
.subscribeModalContainer .lsgf .lsgf__form .lsgf__form .submit-container {
  margin-top: 3rem;
}
.subscribeModalContainer .lsgf .lsgf__form .gfield_checkbox .gchoice {
  display: flex;
  align-items: center;
  margin-top: 0.5rem;
}
.subscribeModalContainer .lsgf .lsgf__form .gfield_checkbox .gchoice:nth-of-type(2n + 1) {
  grid-column: 1 / 5;
}
@media only screen and (max-width: 1024px) {
  .subscribeModalContainer .lsgf .lsgf__form .gfield_checkbox .gchoice:nth-of-type(2n + 1) {
    grid-column: 1 / -1;
  }
}
.subscribeModalContainer .lsgf .lsgf__form .gfield_checkbox .gchoice:nth-of-type(2n + 2) {
  grid-column: 7 / 11;
}
@media only screen and (max-width: 1024px) {
  .subscribeModalContainer .lsgf .lsgf__form .gfield_checkbox .gchoice:nth-of-type(2n + 2) {
    grid-column: 1 / -1;
  }
}
.subscribeModalContainer .lsgf .lsgf__form .gfield:nth-of-type(2n + 1) {
  grid-column: 1 / 5;
}
@media only screen and (max-width: 1024px) {
  .subscribeModalContainer .lsgf .lsgf__form .gfield:nth-of-type(2n + 1) {
    grid-column: 1 / 17;
  }
}
.subscribeModalContainer .lsgf .lsgf__form .gfield:nth-of-type(2n + 2) {
  grid-column: 7 / 11;
}
@media only screen and (max-width: 1024px) {
  .subscribeModalContainer .lsgf .lsgf__form .gfield:nth-of-type(2n + 2) {
    grid-column: 1 / 17;
  }
}
