/*
Theme Name: AAPI
Author: Each+Every
Author URI: https://eachevery.com/
Theme URI: https://eachevery.com/
Tags: full-site-editing, block-patterns
Text Domain: aapi
Requires at least: 6.4
Requires PHP: 7.4
Tested up to: 6.4
Version: 100.0

License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/*
 * Font Variations
 */

.font-condensed, ._font-condensed, .has-roboto-condensed-font-family {
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: -0.02em;
}

.font-serif, ._font-serif, .has-noto-serif-font-family {
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.02em;
}

.font-roboto, ._font-roboto {
  font-weight: 400;
  line-height: 1.3;
}

/*
 * Text Variations
 */

.text-base, .wp-block-heading.has-base-font-size {
  font-size: 1rem !important;
}

@media (min-width: 1024px) {
  .text-base, .wp-block-heading.has-base-font-size {
    font-size: 1.125rem !important;
  }
}

.txt-md, .text-md, .wp-block-heading.has-medium-font-size {
  font-size: 1.125rem;
}

@media (min-width: 1024px) {
  .txt-md, .text-md, .wp-block-heading.has-medium-font-size {
    font-size: 1.5rem !important;
  }
}

.text-lg, .wp-block-heading.has-large-font-size {
  font-size: 1.25rem !important;
}

@media (min-width: 1024px) {
  .text-lg, .wp-block-heading.has-large-font-size {
    font-size: 1.875rem !important;
  }
}

.text-xl, .wp-block-heading.has-x-large-font-size {
  font-size: 1.5rem !important;
}

@media (min-width: 1024px) {
  .text-xl, .wp-block-heading.has-x-large-font-size {
    font-size: 2.5rem !important;
  }
}

.text-2xl, .wp-block-heading.has-xx-large-font-size {
  font-size: 1.875rem !important;
}

@media (min-width: 1024px) {
  .text-2xl, .wp-block-heading.has-xx-large-font-size {
    font-size: 3.75rem !important;
  }
}

.text-3xl, .wp-block-heading.has-xxx-large-font-size {
  font-size: 4.7rem !important;
}

@media (min-width: 1024px) {
  .text-3xl, .wp-block-heading.has-xxx-large-font-size {
    font-size: 6.25rem !important;
  }
}

.text-4xl, .wp-block-heading.has-xxxx-large-font-size {
  font-size: 4.7rem !important;
}

@media (min-width: 768px) {
  .text-4xl, .wp-block-heading.has-xxxx-large-font-size {
    font-size: 7.5rem !important;
  }
}

@media (min-width: 1024px) {
  .text-4xl, .wp-block-heading.has-xxxx-large-font-size {
    font-size: 11.875rem !important;
  }
}

/*
 * Font + Size Customizations
 */

.has-condensed-font-family.has-xxx-large-font-size, .font-condensed.text-3xl {
  font-weight: 800;
  line-height: 0.9;
}

.has-condensed-font-family.has-large-font-size, .font-condensed.text-lg {
  line-height: 0.9;
}

.has-condensed-font-family.has-xxxx-large-font-size, .font-condensed.text-4xl {
  line-height: 0.9;
}

.has-serif-font-family.has-xx-large-font-size, .font-serif.text-2xl {
  line-height: 1.1;
}

.text-tag {
  font-family: 'Roboto Mono', ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1px;
}

.text-meta {
  font-family: 'Roboto Mono', ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.28px;
}

.text-body {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
}

/*
 * Font Variations
 */

/*
 * Font Family Variations
 */

.has-sans-font-family {
  /* wp override */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}

.has-roboto-font-family {
  /* wp override */
  font-family: 'Roboto' !important;
  font-weight: 400;
  line-height: 1.3;
}

.has-serif-font-family {
  /* wp override */
  font-family: 'Noto Serif', ui-serif, Georgia, Cambria, "Times New Roman", Times, serif !important;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.02em;
}

.has-condensed-font-family {
  /* wp override */
  font-family: 'Roboto Condensed' !important;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: -0.02em;
}

.has-mono-font-family {
  /* wp override */
  font-family: 'Roboto Mono', ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

/*
 * Heading Variations
 */

h1.is-style-post {
  font-family: 'Noto Serif', ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.02em;
  font-size: 1.875rem !important;
}

@media (min-width: 1024px) {
  h1.is-style-post {
    font-size: 3.75rem !important;
  }
}

h1.is-style-post.text-2xl {
  line-height: 1.1;
}

h1 .font-serif.is-style-post {
  line-height: 1.1;
}

h2.wp-block-heading {
  margin-top: 50px;
  margin-bottom: 15px;
  font-family: 'Noto Serif', ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.02em;
}

h2.wp-block-heading.text-2xl {
  line-height: 1.1;
}

h3.wp-block-heading {
  margin-top: 50px;
  margin-bottom: 15px;
  font-family: 'Roboto';
  font-weight: 400;
  line-height: 1.3;
  font-size: 1.125rem;
}

@media (min-width: 1024px) {
  h3.wp-block-heading {
    font-size: 1.5rem !important;
  }
}

h1.has-xxxx-large-font-size.wp-block-heading {
  font-size: clamp(10vw, 11.875rem, 13vw ) !important;
}

@media(max-width: 768px) {
  h1.has-xxx-large-font-size.wp-block-heading {
    font-size: clamp(10vw, 4.7rem, 10vw ) !important;
  }
}

/*  */

.entry-content, .editor-styles-wrapper {
  h2.wp-block-heading {
    font-family: 'Noto Serif', ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  }
  h2.wp-block-heading {
    font-size: 2rem;
  }
  h2.wp-block-heading {
    font-weight: 400;
  }
  h2.wp-block-heading {
    line-height: 1.3;
  }
  h2.wp-block-heading {
    letter-spacing: -.64px;
  }
  h2.wp-block-heading {
    font-weight: 400;
  }
  h2.wp-block-heading {
    line-height: 1.3;
  }
  h2.wp-block-heading {
    letter-spacing: -0.02em;
  }
  h2.wp-block-heading.text-2xl {
    line-height: 1.1;
  }
  h3.wp-block-heading {
    font-family: 'Roboto';
  }
  h3.wp-block-heading {
    font-size: 1.5rem;
  }
  h3.wp-block-heading {
    font-weight: 400;
  }
  h3.wp-block-heading {
    line-height: 1.3;
  }
  h3.wp-block-heading {
    font-weight: 400;
  }
  h3.wp-block-heading {
    line-height: 1.3;
  }
  h4.wp-block-heading {
    font-family: 'Roboto';
  }
  h4.wp-block-heading {
    font-size: 1.25rem;
  }
  h4.wp-block-heading {
    line-height: 1.3;
  }
  h4.wp-block-heading {
    font-weight: 400;
  }
  h4.wp-block-heading {
    line-height: 1.3;
  }
  h4.wp-block-heading{
    font-weight: 600;
  }
  h5.wp-block-heading {
    font-family: 'Roboto Condensed';
  }
  h5.wp-block-heading {
    font-size: 1.25rem;
  }
  h5.wp-block-heading {
    font-weight: 700;
  }
  h5.wp-block-heading {
    text-transform: uppercase;
  }
  h5.wp-block-heading {
    line-height: 1.3;
  }
  h5.wp-block-heading {
    font-weight: 700;
  }
  h5.wp-block-heading {
    text-transform: uppercase;
  }
  h5.wp-block-heading {
    line-height: 1;
  }
  h5.wp-block-heading {
    letter-spacing: -0.02em;
  }
  h5.wp-block-heading.text-3xl {
    font-weight: 800;
  }
  h5.wp-block-heading.text-3xl {
    line-height: 0.9;
  }
  h5.wp-block-heading.text-lg {
    line-height: 0.9;
  }
  h5.wp-block-heading.text-4xl {
    line-height: 0.9;
  }
  h6.wp-block-heading {
    font-family: 'Roboto';
  }
  h6.wp-block-heading {
    font-size: 1.125rem;
  }
  h6.wp-block-heading {
    line-height: 1.3;
  }
  h6.wp-block-heading {
    font-weight: 400;
  }
  h6.wp-block-heading {
    line-height: 1.3;
  }
  h6.wp-block-heading{
    font-weight: 600;
  }
}

/*
 * General Spacing
 */

.gb-container > *:first-child {
  margin-top: 0;
}

.gb-container > *:last-child {
  margin-bottom: 0;
}

/*
 * Paragraph Variations
 */

.wp-block-post-content {
  p {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  p {
    font-family: 'Roboto';
  }
  p {
    font-size: 1.1255rem;
  }
  p {
    font-weight: 400;
  }
  p {
    line-height: 1.3;
  }
  p {
    font-weight: 400;
  }
  p {
    line-height: 1.3;
  }
  p {
    font-size: 1rem !important;
  }
  @media (min-width: 1024px) {
    p {
      font-size: 1.125rem !important;
    }
  }
  p.is-style-lg {
    font-family: 'Roboto';
  }
  p.is-style-lg {
    font-size: 1.5rem;
  }
  p.is-style-lg {
    font-weight: 400;
  }
  p.is-style-lg {
    line-height: 1.3;
  }
  p.is-style-lg {
    font-weight: 400;
  }
  p.is-style-lg {
    line-height: 1.3;
  }
  p.is-style-lg {
    font-size: 1.125rem;
  }
  @media (min-width: 1024px) {
    p.is-style-lg {
      font-size: 1.5rem !important;
    }
  }
  p.is-style-xxl {
    font-size: 3.75rem;
  }
  p.is-style-xxl {
    font-size: 1.875rem !important;
  }
  @media (min-width: 1024px) {
    p.is-style-xxl {
      font-size: 3.75rem !important;
    }
  }
  p .font-serif.is-style-xxl {
    line-height: 1.1;
  }
  p.is-serif {
    font-family: 'Noto Serif', ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  }
  p.is-serif {
    font-weight: 400;
  }
  p.is-serif {
    line-height: 1.3;
  }
  p.is-serif {
    letter-spacing: -0.02em;
  }
  p.is-serif.text-2xl {
    line-height: 1.1;
  }
  p.is-leading-1-1 {
    line-height: 1.1 !important;
  }
  p.has-xxx-small-font-size {
    font-size: 0.625rem !important;
  }
  @media (min-width: 1024px) {
    p.has-xxx-small-font-size {
      font-size: 0.625rem !important;
    }
  }
  p.has-xx-small-font-size {
    font-size: 0.75rem !important;
  }
  @media (min-width: 1024px) {
    p.has-xx-small-font-size {
      font-size: 0.75rem !important;
    }
  }
  p.has-x-small-font-size {
    font-size: 0.75rem !important;
  }
  @media (min-width: 1024px) {
    p.has-x-small-font-size {
      font-size: 0.875rem !important;
    }
  }
  p.has-small-font-size {
    font-size: 0.875rem !important;
  }
  @media (min-width: 1024px) {
    p.has-small-font-size {
      font-size: 1rem !important;
    }
  }
  p.has-base-font-size {
    font-size: 1rem !important;
  }
  @media (min-width: 1024px) {
    p.has-base-font-size {
      font-size: 1.125rem !important;
    }
  }
  p.has-medium-font-size {
    font-size: 1.125rem;
  }
  @media (min-width: 1024px) {
    p.has-medium-font-size {
      font-size: 1.5rem !important;
    }
  }
  p.has-large-font-size {
    font-size: 1.25rem !important;
  }
  @media (min-width: 1024px) {
    p.has-large-font-size {
      font-size: 1.875rem !important;
    }
  }
  p.has-x-large-font-size {
    font-size: 1.5rem !important;
  }
  @media (min-width: 1024px) {
    p.has-x-large-font-size {
      font-size: 2.5rem !important;
    }
  }
  p.has-xx-large-font-size {
    font-size: 1.875rem !important;
  }
  @media (min-width: 1024px) {
    p.has-xx-large-font-size {
      font-size: 3.75rem !important;
    }
  }
  p.has-xxx-large-font-size {
    font-size: 4.7rem !important;
  }
  @media (min-width: 1024px) {
    p.has-xxx-large-font-size {
      font-size: 6.25rem !important;
    }
  }
  p.has-xxxx-large-font-size {
    font-size: 4.7rem !important;
  }
  @media (min-width: 768px) {
    p.has-xxxx-large-font-size {
      font-size: 7.5rem !important;
    }
  }
  @media (min-width: 1024px) {
    p.has-xxxx-large-font-size {
      font-size: 11.875rem !important;
    }
  }
}

/*
 * Random Blocks
 */

.post-meta > * {
  font-family: 'Roboto Mono', ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.28px;
}

.team-bio-block {
  margin-top: 15px;
  margin-bottom: 15px;
}

/*
 * List Variations
 */

.wp-block-post-content {
  ol, ul, ol li, ul li {
    font-family: 'Roboto';
  }
  ol, ul, ol li, ul li {
    font-size: 1.1255rem;
  }
  ol, ul, ol li, ul li {
    font-weight: 400;
  }
  ol, ul, ol li, ul li {
    line-height: 1.3;
  }
  ol, ul, ol li, ul li {
    font-weight: 400;
  }
  ol, ul, ol li, ul li {
    line-height: 1.3;
  }
  ol, ul, ol li, ul li {
    font-size: 1rem !important;
  }
  @media (min-width: 1024px) {
    ol, ul, ol li, ul li {
      font-size: 1.125rem !important;
    }
  }
  ol, ul {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  ol, ul {
    padding-left: 1.1em;
  }
  ol {
    list-style-type: decimal;
  }
  ul {
    list-style-type: disc;
  }
  ul.splide__list {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  ul.splide__list {
    list-style-type: none !important;
  }
  ul.splide__list {
    padding-left: 0px;
    padding-right: 0px;
  }
}

/*
 * Button Variations
 */

.wp-block-button.is-style-text .wp-element-button {
  display: flex;
  align-items: center;
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
  border-style: none;
  background-image: none;
  padding: 0px;
  font-family: 'Roboto Mono', ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.02em;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  &::after {
    display: block;
  }
  &::after {
    aspect-ratio: 1 / 1;
  }
  &::after {
    height: auto;
  }
  &::after {
    width: 16px;
  }
  &::after {
    background-size: cover;
  }
  &::after {
    background-position: center;
  }
  &::after {
    content: '';
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cg id='arrow_outward'%3E%3Cmask id='mask0_18_2525' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='16' height='16'%3E%3Crect id='Bounding box' width='16' height='16' fill='%23D9D9D9'%3E%3C/rect%3E%3C/mask%3E%3Cg mask='url(%23mask0_18_2525)'%3E%3Cpath id='arrow_outward_2' d='M4.11077 11.9333L3.33301 11.1556L10.0441 4.44444H3.93301V3.33334H11.933V11.3333H10.8219V5.22222L4.11077 11.9333Z' fill='%23FF4F00'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E ");
  }
  &.has-celadon-color::after{
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cg id='arrow_outward'%3E%3Cmask id='mask0_18_2525' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='16' height='16'%3E%3Crect id='Bounding box' width='16' height='16' fill='%23D9D9D9'%3E%3C/rect%3E%3C/mask%3E%3Cg mask='url(%23mask0_18_2525)'%3E%3Cpath id='arrow_outward_2' d='M4.11077 11.9333L3.33301 11.1556L10.0441 4.44444H3.93301V3.33334H11.933V11.3333H10.8219V5.22222L4.11077 11.9333Z' fill='%237FB6A4'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E ");
  }
  &.has-white-color::after{
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cg id='arrow_outward'%3E%3Cmask id='mask0_18_2525' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='16' height='16'%3E%3Crect id='Bounding box' width='16' height='16' fill='%23D9D9D9'%3E%3C/rect%3E%3C/mask%3E%3Cg mask='url(%23mask0_18_2525)'%3E%3Cpath id='arrow_outward_2' d='M4.11077 11.9333L3.33301 11.1556L10.0441 4.44444H3.93301V3.33334H11.933V11.3333H10.8219V5.22222L4.11077 11.9333Z' fill='%23FFFFFF'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E ");
  }
  &.has-transparent-color::after{
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cg id='arrow_outward'%3E%3Cmask id='mask0_18_2525' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='16' height='16'%3E%3Crect id='Bounding box' width='16' height='16' fill='%23D9D9D9'%3E%3C/rect%3E%3C/mask%3E%3Cg mask='url(%23mask0_18_2525)'%3E%3Cpath id='arrow_outward_2' d='M4.11077 11.9333L3.33301 11.1556L10.0441 4.44444H3.93301V3.33334H11.933V11.3333H10.8219V5.22222L4.11077 11.9333Z' fill='%23FF4F00'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E ");
  }
  &.has-teal-color::after{
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cg id='arrow_outward'%3E%3Cmask id='mask0_18_2525' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='16' height='16'%3E%3Crect id='Bounding box' width='16' height='16' fill='%23D9D9D9'%3E%3C/rect%3E%3C/mask%3E%3Cg mask='url(%23mask0_18_2525)'%3E%3Cpath id='arrow_outward_2' d='M4.11077 11.9333L3.33301 11.1556L10.0441 4.44444H3.93301V3.33334H11.933V11.3333H10.8219V5.22222L4.11077 11.9333Z' fill='%23103F48'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E ");
  }
  &.has-greige-color::after{
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cg id='arrow_outward'%3E%3Cmask id='mask0_18_2525' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='16' height='16'%3E%3Crect id='Bounding box' width='16' height='16' fill='%23D9D9D9'%3E%3C/rect%3E%3C/mask%3E%3Cg mask='url(%23mask0_18_2525)'%3E%3Cpath id='arrow_outward_2' d='M4.11077 11.9333L3.33301 11.1556L10.0441 4.44444H3.93301V3.33334H11.933V11.3333H10.8219V5.22222L4.11077 11.9333Z' fill='%23D1CAC3'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E ");
  }
  &.has-light-greige-color::after{
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cg id='arrow_outward'%3E%3Cmask id='mask0_18_2525' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='16' height='16'%3E%3Crect id='Bounding box' width='16' height='16' fill='%23D9D9D9'%3E%3C/rect%3E%3C/mask%3E%3Cg mask='url(%23mask0_18_2525)'%3E%3Cpath id='arrow_outward_2' d='M4.11077 11.9333L3.33301 11.1556L10.0441 4.44444H3.93301V3.33334H11.933V11.3333H10.8219V5.22222L4.11077 11.9333Z' fill='%23FAF9F8'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E ");
  }
  &.has-light-blue-color::after{
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cg id='arrow_outward'%3E%3Cmask id='mask0_18_2525' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='16' height='16'%3E%3Crect id='Bounding box' width='16' height='16' fill='%23D9D9D9'%3E%3C/rect%3E%3C/mask%3E%3Cg mask='url(%23mask0_18_2525)'%3E%3Cpath id='arrow_outward_2' d='M4.11077 11.9333L3.33301 11.1556L10.0441 4.44444H3.93301V3.33334H11.933V11.3333H10.8219V5.22222L4.11077 11.9333Z' fill='%23f2f9fb'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E ");
  }
  &.has-batik-color::after{
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cg id='arrow_outward'%3E%3Cmask id='mask0_18_2525' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='16' height='16'%3E%3Crect id='Bounding box' width='16' height='16' fill='%23D9D9D9'%3E%3C/rect%3E%3C/mask%3E%3Cg mask='url(%23mask0_18_2525)'%3E%3Cpath id='arrow_outward_2' d='M4.11077 11.9333L3.33301 11.1556L10.0441 4.44444H3.93301V3.33334H11.933V11.3333H10.8219V5.22222L4.11077 11.9333Z' fill='%23007EA6'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E ");
  }
  &.has-persimmon-color::after{
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cg id='arrow_outward'%3E%3Cmask id='mask0_18_2525' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='16' height='16'%3E%3Crect id='Bounding box' width='16' height='16' fill='%23D9D9D9'%3E%3C/rect%3E%3C/mask%3E%3Cg mask='url(%23mask0_18_2525)'%3E%3Cpath id='arrow_outward_2' d='M4.11077 11.9333L3.33301 11.1556L10.0441 4.44444H3.93301V3.33334H11.933V11.3333H10.8219V5.22222L4.11077 11.9333Z' fill='%23FF4F00'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E ");
  }
  &.has-light-orange-color::after{
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cg id='arrow_outward'%3E%3Cmask id='mask0_18_2525' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='16' height='16'%3E%3Crect id='Bounding box' width='16' height='16' fill='%23D9D9D9'%3E%3C/rect%3E%3C/mask%3E%3Cg mask='url(%23mask0_18_2525)'%3E%3Cpath id='arrow_outward_2' d='M4.11077 11.9333L3.33301 11.1556L10.0441 4.44444H3.93301V3.33334H11.933V11.3333H10.8219V5.22222L4.11077 11.9333Z' fill='%23feede6'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E ");
  }
  &.has-light-green-color::after{
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cg id='arrow_outward'%3E%3Cmask id='mask0_18_2525' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='16' height='16'%3E%3Crect id='Bounding box' width='16' height='16' fill='%23D9D9D9'%3E%3C/rect%3E%3C/mask%3E%3Cg mask='url(%23mask0_18_2525)'%3E%3Cpath id='arrow_outward_2' d='M4.11077 11.9333L3.33301 11.1556L10.0441 4.44444H3.93301V3.33334H11.933V11.3333H10.8219V5.22222L4.11077 11.9333Z' fill='%23f2f8f6'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E ");
  }
}

.entry-content .wp-block-button.is-style-text a.wp-element-button {
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(16 63 72 / var(--tw-text-opacity));
}

 {
  p a:not(.text-batik):not(.text-light-greige):not(.entry-content .wp-block-button.is-style-text a.wp-element-button):not(.text-persimmon):not(.text-celadon):not(.text-white){
    color: #FF4F00;
  }
  p a:not(.text-batik):not(.text-light-greige):not(.entry-content .wp-block-button.is-style-text a.wp-element-button):not(.text-persimmon):not(.text-celadon):not(.text-white){
    color: #FF4F00;
  }
}

.entry-content .wp-block-button.is-style-text a.wp-element-button:hover {
  opacity: 0.75;
}

.wp-block-button,
.is-style-data-solid,
.is-style-light-data-solid,
.is-style-narrative-solid,
.is-style-light-narrative-solid,
.is-style-action-solid,
.is-style-light-action-solid,
.is-style-teal-solid,
.is-style-light-teal-solid {
  .wp-element-button {
    min-width: 211px;
  }
  .wp-element-button {
    border-radius: 5px;
  }
  .wp-element-button {
    border-width: 0px;
  }
  .wp-element-button {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .wp-element-button {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .wp-element-button {
    font-family: 'Roboto Mono', ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }
  .wp-element-button {
    font-size: 1rem;
  }
  .wp-element-button {
    line-height: 1.3;
  }
  .wp-element-button {
    letter-spacing: -0.28px;
  }
  .wp-element-button {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
  .wp-element-button {
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
   {
    p a:not(.text-batik):not(.text-light-greige):not(.text-teal):not(.text-persimmon):not(.text-celadon):not(.wp-element-button){
      color: #FF4F00;
    }
  }
   {
    p a:not(.text-batik):not(.text-light-greige):not(.text-teal):not(.text-persimmon):not(.text-celadon):not(.wp-element-button){
      color: #FF4F00;
    }
  }
  .wp-element-button:hover {
    border-width: 0px;
  }
  .wp-element-button:hover {
    opacity: 0.75;
  }
}

.wp-block-button.is-style-text .wp-element-button {
  min-width: 0px;
}

.wp-block-button .wp-element-button {
  --tw-bg-opacity: 1;
  background-color: rgb(16 63 72 / var(--tw-bg-opacity));
}

 {
  .wp-block-button .wp-element-button {
  }
  .wp-block-button .wp-element-button {
  }
}

.is-style-data-solid .wp-element-button {
  --tw-bg-opacity: 1;
  background-color: rgb(127 182 164 / var(--tw-bg-opacity));
}

 {
  .is-style-data-solid .wp-element-button {
  }
  .is-style-data-solid .wp-element-button {
  }
}

.is-style-light-data-solid .wp-element-button {
  --tw-bg-opacity: 1;
  background-color: rgb(242 248 246 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(16 63 72 / var(--tw-text-opacity));
}

 {
  .is-style-light-data-solid .wp-element-button {
  }
  .is-style-light-data-solid .wp-element-button {
  }
  p a:not(.text-batik):not(.text-light-greige):not(.is-style-light-data-solid .wp-element-button):not(.text-persimmon):not(.text-celadon):not(.text-white){
    color: #FF4F00;
  }
  p a:not(.text-batik):not(.text-light-greige):not(.is-style-light-data-solid .wp-element-button):not(.text-persimmon):not(.text-celadon):not(.text-white){
    color: #FF4F00;
  }
}

.is-style-narrative-solid .wp-element-button {
  --tw-bg-opacity: 1;
  background-color: rgb(0 126 166 / var(--tw-bg-opacity));
}

 {
  .is-style-narrative-solid .wp-element-button {
  }
  .is-style-narrative-solid .wp-element-button {
  }
}

.is-style-light-narrative-solid .wp-element-button {
  --tw-bg-opacity: 1;
  background-color: rgb(242 249 251 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(16 63 72 / var(--tw-text-opacity));
}

 {
  .is-style-light-narrative-solid .wp-element-button {
  }
  .is-style-light-narrative-solid .wp-element-button {
  }
  p a:not(.text-batik):not(.text-light-greige):not(.is-style-light-narrative-solid .wp-element-button):not(.text-persimmon):not(.text-celadon):not(.text-white){
    color: #FF4F00;
  }
  p a:not(.text-batik):not(.text-light-greige):not(.is-style-light-narrative-solid .wp-element-button):not(.text-persimmon):not(.text-celadon):not(.text-white){
    color: #FF4F00;
  }
}

.is-style-action-solid .wp-element-button {
  --tw-bg-opacity: 1;
  background-color: rgb(255 79 0 / var(--tw-bg-opacity));
}

 {
  .is-style-action-solid .wp-element-button {
  }
  .is-style-action-solid .wp-element-button {
  }
}

.is-style-light-action-solid .wp-element-button {
  --tw-bg-opacity: 1;
  background-color: rgb(254 237 230 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(16 63 72 / var(--tw-text-opacity));
}

 {
  .is-style-light-action-solid .wp-element-button {
  }
  .is-style-light-action-solid .wp-element-button {
  }
  p a:not(.text-batik):not(.text-light-greige):not(.is-style-light-action-solid .wp-element-button):not(.text-persimmon):not(.text-celadon):not(.text-white){
    color: #FF4F00;
  }
  p a:not(.text-batik):not(.text-light-greige):not(.is-style-light-action-solid .wp-element-button):not(.text-persimmon):not(.text-celadon):not(.text-white){
    color: #FF4F00;
  }
}

.is-style-teal-solid .wp-element-button {
  --tw-bg-opacity: 1;
  background-color: rgb(16 63 72 / var(--tw-bg-opacity));
}

 {
  .is-style-teal-solid .wp-element-button {
  }
  .is-style-teal-solid .wp-element-button {
  }
}

.is-style-light-teal-solid .wp-element-button {
  --tw-bg-opacity: 1;
  background-color: rgb(250 249 248 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(16 63 72 / var(--tw-text-opacity));
}

 {
  .is-style-light-teal-solid .wp-element-button {
  }
  .is-style-light-teal-solid .wp-element-button {
  }
  p a:not(.text-batik):not(.text-light-greige):not(.is-style-light-teal-solid .wp-element-button):not(.text-persimmon):not(.text-celadon):not(.text-white){
    color: #FF4F00;
  }
  p a:not(.text-batik):not(.text-light-greige):not(.is-style-light-teal-solid .wp-element-button):not(.text-persimmon):not(.text-celadon):not(.text-white){
    color: #FF4F00;
  }
}

.is-style-deeper-dives-outline .wp-element-button {
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(244 164 29 / var(--tw-border-opacity));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(244 164 29 / var(--tw-text-opacity));
}

.wp-block-small-button .wp-element-button {
  min-width: 0px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

/*
 * Breadcrumb Styles
 */

.yoast-breadcrumbs {
  display: none;
}

@media (min-width: 768px) {
  .yoast-breadcrumbs {
    display: block;
  }
}

.yoast-breadcrumbs > span {
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 5px;
       column-gap: 5px;
}

.yoast-breadcrumbs span, .yoast-breadcrumbs a {
  font-family: 'Roboto Mono', ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.28px;
}

.yoast-breadcrumbs a:hover {
  opacity: 0.7;
}

.yoast-breadcrumbs svg {
  position: relative;
  top: 2px;
  flex-shrink: 0;
  flex-grow: 0;
  flex-basis: auto;
}

.yoast-breadcrumbs.is-style-light span, .yoast-breadcrumbs.is-style-light a {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

 {
  p a:not(.text-batik):not(.text-light-greige):not(.text-teal):not(.text-persimmon):not(.text-celadon):not(.yoast-breadcrumbs.is-style-light span),p a:not(.text-batik):not(.text-light-greige):not(.text-teal):not(.text-persimmon):not(.text-celadon):not( .yoast-breadcrumbs.is-style-light a){
    color: #FF4F00;
  }
  p a:not(.text-batik):not(.text-light-greige):not(.text-teal):not(.text-persimmon):not(.text-celadon):not(.yoast-breadcrumbs.is-style-light span),p a:not(.text-batik):not(.text-light-greige):not(.text-teal):not(.text-persimmon):not(.text-celadon):not( .yoast-breadcrumbs.is-style-light a){
    color: #FF4F00;
  }
}

/*
 * Table Styles
 */

.wp-block-table td, .wp-block-table th, .wp-block-table .dataTable td, .wp-block-table .dataTable th {
  --tw-border-opacity: 1;
  border-color: rgb(209 202 195 / var(--tw-border-opacity));
  padding: 0.625rem;
  text-align: center;
  font-family: 'Roboto Mono', ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.28px;
}

.wp-block-table .dataTable {
  &.has-celadon-border-color {
    th, td {
      --tw-border-opacity: 1;
      border-color: rgb(127 182 164 / var(--tw-border-opacity));
    }
  }
  &.has-white-border-color {
    th, td {
      --tw-border-opacity: 1;
      border-color: rgb(255 255 255 / var(--tw-border-opacity));
    }
  }
  &.has-transparent-border-color {
    th, td {
      border-color: transparent;
    }
  }
  &.has-teal-border-color {
    th, td {
      --tw-border-opacity: 1;
      border-color: rgb(16 63 72 / var(--tw-border-opacity));
    }
  }
  &.has-greige-border-color {
    th, td {
      --tw-border-opacity: 1;
      border-color: rgb(209 202 195 / var(--tw-border-opacity));
    }
  }
  &.has-light-greige-border-color {
    th, td {
      --tw-border-opacity: 1;
      border-color: rgb(250 249 248 / var(--tw-border-opacity));
    }
  }
  &.has-light-blue-border-color {
    th, td {
      --tw-border-opacity: 1;
      border-color: rgb(242 249 251 / var(--tw-border-opacity));
    }
  }
  &.has-batik-border-color {
    th, td {
      --tw-border-opacity: 1;
      border-color: rgb(0 126 166 / var(--tw-border-opacity));
    }
  }
  &.has-persimmon-border-color {
    th, td {
      --tw-border-opacity: 1;
      border-color: rgb(255 79 0 / var(--tw-border-opacity));
    }
  }
  &.has-light-orange-border-color {
    th, td {
      --tw-border-opacity: 1;
      border-color: rgb(254 237 230 / var(--tw-border-opacity));
    }
  }
  &.has-light-green-border-color {
    th, td {
      --tw-border-opacity: 1;
      border-color: rgb(242 248 246 / var(--tw-border-opacity));
    }
  }
}

.wp-block-table tfoot {
  --tw-border-opacity: 1;
  border-color: rgb(209 202 195 / var(--tw-border-opacity));
}

.wp-block-table table.dataTable {
  margin-left: 0px;
  margin-right: 0px;
  th {
    padding: 0.75rem !important;
  }
  th {
    text-align: center;
  }
  .dt-column-order {
    right: 0px !important;
  }
  .dt-ordering-asc, .dt-ordering-desc {
    --tw-bg-opacity: 1;
    background-color: rgb(242 241 240 / var(--tw-bg-opacity));
  }
  thead th, tfoot th {
    font-weight: 400;
  }
}

.wp-block-table table {
  margin-bottom: 15px !important;
}

.wp-block-table th {
  --tw-bg-opacity: 1;
  background-color: rgb(250 249 248 / var(--tw-bg-opacity));
}

 {
  .wp-block-table th {
  }
  .wp-block-table th {
  }
}

.wp-block-table thead {
  border-style: none;
}

/* 
 * Pull Quote/Blockquote styles
 */

.wp-block-post-content blockquote {
  position: relative;
  border-radius: 5px;
  --tw-bg-opacity: 1;
  background-color: rgb(250 249 248 / var(--tw-bg-opacity));
  padding: 30px;
  padding-top: 60px;
  text-align: left;
}

 {
  .wp-block-post-content blockquote {
  }
  .wp-block-post-content blockquote {
  }
}

.wp-block-post-content blockquote {
  p {
    font-family: 'Noto Serif', ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  }
  p {
    font-size: 2.5rem;
  }
  p {
    line-height: 1.3;
  }
  p {
    letter-spacing: -0.8px;
  }
  p {
    --tw-text-opacity: 1;
    color: rgb(16 63 72 / var(--tw-text-opacity));
  }
  p {
    font-weight: 400;
  }
  p {
    line-height: 1.3;
  }
  p {
    letter-spacing: -0.02em;
  }
  p {
    font-size: 1.5rem !important;
  }
  @media (min-width: 1024px) {
    p {
      font-size: 2.5rem !important;
    }
  }
  p.text-2xl {
    line-height: 1.1;
  }
   {
    p a:not(.text-batik):not(.text-light-greige):not(p):not(.text-persimmon):not(.text-celadon):not(.text-white){
      color: #FF4F00;
    }
  }
   {
    p a:not(.text-batik):not(.text-light-greige):not(p):not(.text-persimmon):not(.text-celadon):not(.text-white){
      color: #FF4F00;
    }
  }
}

.wp-block-post-content blockquote::before {
  position: absolute;
  top: 30px;
  font-family: 'Noto Serif', ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 30px;
  --tw-numeric-figure: lining-nums;
  --tw-numeric-spacing: tabular-nums;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
  line-height: 1;
  letter-spacing: -1.2px;
  --tw-text-opacity: 1;
  color: rgb(var(--theme-color) / var(--tw-text-opacity));
  --tw-content: '“';
  content: var(--tw-content);
}

@media (min-width: 1024px) {
  .wp-block-post-content blockquote::before {
    content: var(--tw-content);
    font-size: 3.75rem;
  }
}

.wp-block-post-content blockquote {
  cite {
    margin-top: 2.5rem;
  }
  cite {
    display: block;
  }
  cite {
    font-family: 'Roboto Mono', ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }
  cite {
    font-size: 0.875rem;
  }
  cite {
    line-height: 1.3;
  }
  cite {
    letter-spacing: -0.28px;
  }
  cite::before {
    --tw-content: '—';
    content: var(--tw-content);
  }
}

.wp-block-pullquote {
  margin-top: 50px;
  margin-bottom: 50px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: transparent !important;
  &.has-celadon-background-color blockquote {
    --tw-bg-opacity: 1;
    background-color: rgb(127 182 164 / var(--tw-bg-opacity));
  }
   {
    &.has-celadon-background-color blockquote {
    }
  }
   {
    &.has-celadon-background-color blockquote {
    }
  }
  &.has-white-background-color blockquote {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }
   {
    &.has-white-background-color blockquote {
    }
  }
   {
    &.has-white-background-color blockquote {
    }
  }
  &.has-transparent-background-color blockquote {
    background-color: transparent;
  }
  &.has-teal-background-color blockquote {
    --tw-bg-opacity: 1;
    background-color: rgb(16 63 72 / var(--tw-bg-opacity));
  }
   {
    &.has-teal-background-color blockquote {
    }
  }
   {
    &.has-teal-background-color blockquote {
    }
  }
  &.has-greige-background-color blockquote {
    --tw-bg-opacity: 1;
    background-color: rgb(209 202 195 / var(--tw-bg-opacity));
  }
  &.has-light-greige-background-color blockquote {
    --tw-bg-opacity: 1;
    background-color: rgb(250 249 248 / var(--tw-bg-opacity));
  }
   {
    &.has-light-greige-background-color blockquote {
    }
  }
   {
    &.has-light-greige-background-color blockquote {
    }
  }
  &.has-light-blue-background-color blockquote {
    --tw-bg-opacity: 1;
    background-color: rgb(242 249 251 / var(--tw-bg-opacity));
  }
   {
    &.has-light-blue-background-color blockquote {
    }
  }
   {
    &.has-light-blue-background-color blockquote {
    }
  }
  &.has-batik-background-color blockquote {
    --tw-bg-opacity: 1;
    background-color: rgb(0 126 166 / var(--tw-bg-opacity));
  }
   {
    &.has-batik-background-color blockquote {
    }
  }
   {
    &.has-batik-background-color blockquote {
    }
  }
  &.has-persimmon-background-color blockquote {
    --tw-bg-opacity: 1;
    background-color: rgb(255 79 0 / var(--tw-bg-opacity));
  }
   {
    &.has-persimmon-background-color blockquote {
    }
  }
   {
    &.has-persimmon-background-color blockquote {
    }
  }
  &.has-light-orange-background-color blockquote {
    --tw-bg-opacity: 1;
    background-color: rgb(254 237 230 / var(--tw-bg-opacity));
  }
   {
    &.has-light-orange-background-color blockquote {
    }
  }
   {
    &.has-light-orange-background-color blockquote {
    }
  }
  &.has-light-green-background-color blockquote {
    --tw-bg-opacity: 1;
    background-color: rgb(242 248 246 / var(--tw-bg-opacity));
  }
   {
    &.has-light-green-background-color blockquote {
    }
  }
   {
    &.has-light-green-background-color blockquote {
    }
  }
}

/**
* Post Card
*/

.pq-filters {
  select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6' fill='none'%3E%3Cpath d='M5 5.75L0 0.75H10L5 5.75Z' fill='%23103F48'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 20px center;
    padding: 0 40px 0 20px;
  }
}

.post-card, .aapi-post-query-grid {
  .pc-image {
    img {
      overflow: hidden;
    }
    img {
      border-bottom-right-radius: 5px;
      border-bottom-left-radius: 5px;
    }
  }
  .pc-image::after {
    content: '';
    pointer-events:none;
    display: block;
    height: 20px;
    width: 100%;
    position: absolute;
    top: -20px;
  }
  .bg-light-orange {
    .pc-image::after {
      background: linear-gradient(180deg, rgba(254, 237, 230, 0) 0%, rgba(254, 237, 230, 1) 75%);
    }
  }
  .bg-light-green {
    .pc-image::after {
      background: linear-gradient(180deg, rgba(242, 248, 246, 0) 0%, rgba(242, 248, 246, 1) 75%);
    }
  }
  .bg-light-blue {
    .pc-image::after {
      background: linear-gradient(180deg, rgba(242, 249, 251, 0) 0%, rgba(242, 249, 251, 1) 75%);
    }
  }
  .bg-light-greige {
    .pc-image::after {
      background: linear-gradient(180deg, rgba(250, 249, 248, 0) 0%, rgba(250, 249, 248, 1) 75%);
    }
  }
  .bg-white {
    .pc-image::after {
      background: linear-gradient(180deg, rgba(255,255,255, 0) 0%, rgba(255,255,255, 1) 75%);
    }
  }
  .bg-celadon {
    .pc-image::after {
      background: linear-gradient(180deg, rgba(127, 182, 164, 0) 0%, rgba(127, 182, 164, 1) 75%);
    }
  }
  .bg-batik {
    .pc-image::after {
      background: linear-gradient(180deg, rgba(0, 126, 166, 0) 0%, rgba(0, 126, 166, 1) 75%);
    }
  }
  .bg-persimmon {
    .pc-image::after {
      background: linear-gradient(180deg, rgba(255, 79, 0, 0) 0%, rgba(255, 79, 0, 1) 75%);
    }
  }
  .bg-teal {
    .pc-image::after {
      background: linear-gradient(180deg, rgba(16, 63, 72, 0) 0%, rgba(16, 63, 72, 1) 75%);
    }
  }
}

.post-card.no-image-included  .inner-block, .aapi-post-query-grid .inner-block {
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) calc(100% - 20px);
}

.post-card.no-image-included  .inner-block.full-opacity-icon, .aapi-post-query-grid .inner-block.no-image-included {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='126' height='146' viewBox='0 0 126 146' fill='none'%3E%3Cpath d='M30.3602 118.97C24.537 112.192 19.4525 97.4958 30.3946 83.7019C34.4484 78.5589 35.4447 71.0489 31.8546 64.9353C27.2167 57.0165 16.9789 54.3258 9.00854 58.9068C0.247999 63.9646 -2.19121 75.7831 4.40496 83.6848C12.4269 93.3236 13.2342 108.548 4.40496 118.953C0.0590462 124.062 -0.645232 131.572 2.92769 137.686C7.56562 145.604 17.8721 148.414 25.791 143.714C35.5306 137.907 36.3552 125.901 30.3774 118.953' fill='white'/%3E%3Cpath d='M75.9637 90.8713C70.1405 84.1105 65.056 69.397 75.9981 55.603C80.052 50.4771 81.0483 42.9841 77.4582 36.8364C72.8202 28.9176 62.5824 26.227 54.6121 30.8249C45.8515 35.8827 43.4123 47.6842 50.0085 55.603C58.0304 65.2417 58.8377 80.4832 50.0085 90.8713C45.6626 95.9802 44.9583 103.49 48.5312 109.604C53.1691 117.54 63.4757 120.332 71.3773 115.632C81.117 109.825 81.9415 97.8194 75.9809 90.8713' fill='white'/%3E%3Cpath d='M100.912 58.9069C108.916 54.3259 119.137 57.0507 123.758 64.9694C128.378 72.9052 125.63 83.0378 117.642 87.6188C109.638 92.2168 99.4171 89.475 94.7963 81.5563C90.1756 73.6375 92.924 63.4879 100.912 58.9069Z' fill='white'/%3E%3Cpath d='M9.03747 2.94803C17.025 -1.64996 27.2628 1.09181 31.8664 8.99354C36.4871 16.9293 33.7387 27.079 25.7512 31.6429C17.7465 36.2239 7.52585 33.4991 2.9051 25.5804C-1.71565 17.6616 1.03275 7.529 9.03747 2.94803Z' fill='white'/%3E%3C/svg%3E");
}

.post-card.no-image-included  .inner-block.light-opacity-icon,
.aapi-post-query-grid .inner-block.no-image-included.light-opacity-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='126' height='146' viewBox='0 0 126 146' fill='none'%3E%3Cg opacity='0.1'%3E%3Cpath d='M30.3602 118.97C24.537 112.192 19.4525 97.4956 30.3946 83.7016C34.4484 78.5587 35.4447 71.0486 31.8546 64.935C27.2167 57.0162 16.9789 54.3256 9.00854 58.9065C0.247999 63.9643 -2.19121 75.7829 4.40496 83.6846C12.4269 93.3234 13.2342 108.548 4.40496 118.953C0.0590462 124.062 -0.645232 131.572 2.92769 137.685C7.56562 145.604 17.8721 148.414 25.791 143.714C35.5306 137.907 36.3552 125.901 30.3774 118.953' fill='white'/%3E%3Cpath d='M75.9637 90.8718C70.1405 84.111 65.056 69.3975 75.9981 55.6035C80.052 50.4776 81.0483 42.9846 77.4582 36.8369C72.8202 28.9181 62.5824 26.2274 54.6121 30.8254C45.8515 35.8832 43.4123 47.6847 50.0085 55.6035C58.0304 65.2422 58.8377 80.4837 50.0085 90.8718C45.6626 95.9807 44.9583 103.491 48.5312 109.604C53.1691 117.54 63.4757 120.333 71.3773 115.633C81.117 109.826 81.9415 97.8198 75.9809 90.8718' fill='white'/%3E%3Cpath d='M100.912 58.9059C108.916 54.325 119.137 57.0497 123.758 64.9685C128.378 72.9042 125.63 83.0368 117.642 87.6178C109.638 92.2158 99.4171 89.474 94.7963 81.5553C90.1756 73.6365 92.924 63.4869 100.912 58.9059Z' fill='white'/%3E%3Cpath d='M9.03747 2.94779C17.025 -1.6502 27.2628 1.09156 31.8664 8.9933C36.4871 16.9291 33.7387 27.0787 25.7512 31.6427C17.7465 36.2236 7.52585 33.4989 2.9051 25.5801C-1.71565 17.6614 1.03275 7.52875 9.03747 2.94779Z' fill='white'/%3E%3C/g%3E%3C/svg%3E");
}

.state-block {
  background-size: 120px auto;
}

.post-card.no-image-included  .inner-block.gray-icon{
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='126' height='146' viewBox='0 0 126 146' fill='none'%3E%3Cpath d='M30.3596 118.97C24.5364 112.192 19.4519 97.4958 30.3939 83.7019C34.4478 78.5589 35.4441 71.0489 31.854 64.9353C27.2161 57.0165 16.9783 54.3258 9.00793 58.9068C0.247389 63.9646 -2.19182 75.7831 4.40435 83.6848C12.4263 93.3236 13.2336 108.548 4.40435 118.953C0.0584358 124.062 -0.645843 131.572 2.92708 137.686C7.56501 145.604 17.8715 148.414 25.7904 143.714C35.53 137.907 36.3545 125.901 30.3768 118.953' fill='%23FAF9F8'/%3E%3Cpath d='M75.9639 90.8713C70.1407 84.1105 65.0562 69.397 75.9983 55.603C80.0522 50.4771 81.0485 42.9841 77.4584 36.8364C72.8204 28.9176 62.5826 26.227 54.6122 30.8249C45.8517 35.8827 43.4125 47.6842 50.0087 55.603C58.0306 65.2417 58.8379 80.4832 50.0087 90.8713C45.6628 95.9802 44.9585 103.49 48.5314 109.604C53.1693 117.54 63.4759 120.332 71.3775 115.632C81.1172 109.825 81.9417 97.8194 75.9811 90.8713' fill='%23FAF9F8'/%3E%3Cpath d='M100.91 58.9069C108.915 54.3259 119.136 57.0507 123.756 64.9694C128.377 72.9052 125.629 83.0378 117.641 87.6188C109.636 92.2168 99.4159 89.475 94.7951 81.5563C90.1743 73.6375 92.9228 63.4879 100.91 58.9069Z' fill='%23FAF9F8'/%3E%3Cpath d='M9.0369 2.94803C17.0244 -1.64996 27.2622 1.09181 31.8658 8.99354C36.4866 16.9293 33.7382 27.079 25.7506 31.6429C17.7459 36.2239 7.52528 33.4991 2.90453 25.5804C-1.71623 17.6616 1.03218 7.529 9.0369 2.94803Z' fill='%23FAF9F8'/%3E%3C/svg%3E");
}

/*
 * Tags styling
 */

.wp-block-post-terms, .wp-block-post-terms a {
  font-family: 'Roboto Mono', ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 0.875rem;
  line-height: 1.3;
  letter-spacing: -0.28px;
  --tw-text-opacity: 1;
  color: rgb(209 202 195 / var(--tw-text-opacity));
}

.wp-block-post-terms a:hover {
  --tw-text-opacity: 1;
  color: rgb(16 63 72 / var(--tw-text-opacity));
}

/*
 * Accordion Style
 */

.gb-accordion {
  margin-top: 50px;
  margin-bottom: 50px;
  .gb-accordion__toggle {
    border-width: 0px;
  }
  .gb-accordion__toggle {
    border-top-width: 1px;
  }
  .gb-accordion__toggle {
    border-style: solid;
  }
  .gb-accordion__toggle {
    --tw-border-opacity: 1;
    border-color: rgb(16 63 72 / var(--tw-border-opacity));
  }
  .gb-accordion__toggle {
    padding-left: 0px;
    padding-right: 0px;
  }
  .gb-accordion__toggle {
    padding-top: 15px;
  }
  .gb-accordion__toggle:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
  }
  .gb-accordion__toggle {
    &.gb-block-is-current {
      --tw-bg-opacity: 1;
      background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    }
     {
      &.gb-block-is-current {
      }
    }
     {
      &.gb-block-is-current {
      }
    }
    &.gb-block-is-current:focus {
      --tw-bg-opacity: 1;
      background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    }
    .gb-button-text {
      font-family: 'Roboto';
    }
    .gb-button-text {
      font-size: 1.5rem;
    }
    .gb-button-text {
      line-height: 1.3;
    }
    .gb-button-text {
      --tw-text-opacity: 1;
      color: rgb(16 63 72 / var(--tw-text-opacity));
    }
    .gb-button-text {
      font-weight: 400;
    }
    .gb-button-text {
      line-height: 1.3;
    }
    .gb-button-text {
      font-size: 1.125rem;
    }
    @media (min-width: 1024px) {
      .gb-button-text {
        font-size: 1.5rem !important;
      }
    }
     {
      p a:not(.text-batik):not(.text-light-greige):not(.gb-button-text):not(.text-persimmon):not(.text-celadon):not(.text-white){
        color: #FF4F00;
      }
    }
     {
      p a:not(.text-batik):not(.text-light-greige):not(.gb-button-text):not(.text-persimmon):not(.text-celadon):not(.text-white){
        color: #FF4F00;
      }
    }
  }
  .gb-accordion__content > .gb-container {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }
  .gb-accordion__content > .gb-container {
    padding-left: 0px;
  }
  .gb-accordion__content > .gb-container {
    padding-top: 0px;
  }
  .gb-accordion__content > .gb-container {
    padding-right: 0px;
  }
  .gb-accordion__content > .gb-container {
    font-size: 1.1255rem;
  }
  .gb-accordion__content > .gb-container {
    line-height: 1.4;
  }
  .gb-accordion__content > .gb-container {
    --tw-text-opacity: 1;
    color: rgb(16 63 72 / var(--tw-text-opacity));
  }
  .gb-accordion__content > .gb-container {
    font-size: 1rem !important;
  }
  @media (min-width: 1024px) {
    .gb-accordion__content > .gb-container {
      font-size: 1.125rem !important;
    }
  }
   {
    .gb-accordion__content > .gb-container {
    }
  }
   {
    .gb-accordion__content > .gb-container {
    }
  }
   {
    p a:not(.text-batik):not(.text-light-greige):not(.gb-accordion__content > .gb-container):not(.text-persimmon):not(.text-celadon):not(.text-white){
      color: #FF4F00;
    }
  }
   {
    p a:not(.text-batik):not(.text-light-greige):not(.gb-accordion__content > .gb-container):not(.text-persimmon):not(.text-celadon):not(.text-white){
      color: #FF4F00;
    }
  }
  .gb-icon {
    &:after{
      /* background-image :url('data:image/svg+xml,%3Csvg id="eAzo2jvKxXa1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 15 17" shape-rendering="geometricPrecision" text-rendering="geometricPrecision"%3E%3Cpath d="M13.4796,7.23003c.9357.58813.9357,1.95178,0,2.53991L2.79826,16.4839c-.99893.6279-2.298261-.09-2.298261-1.2699L0.5,1.78599c0-1.179881,1.29933-1.897859,2.29826-1.26996l10.68134,6.714Z" fill="%23ff4f00"/%3E%3C/svg%3E'); */
    }
    &:after {
      display: block;
    }
    &:after {
      height: 30px;
    }
    &:after {
      width: 30px;
    }
    &:after {
      --tw-rotate: -90deg;
      transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }
    &:after {
      background-size: cover;
    }
    &:after {
      background-position: center;
    }
    &:after {
      transition-property: all;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      transition-duration: 150ms;
    }
    &:after {
      --tw-content: '';
      content: var(--tw-content);
    }
    @media (min-width: 1024px) {
      &:after {
        height: 2.5rem;
      }
    }
    @media (min-width: 1024px) {
      &:after {
        width: 2.5rem;
      }
    }
    svg {
      display: none;
    }
  }
  .gb-accordion__item {
    .gb-icon:after{
      /* @apply opacity-50 */
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cmask id='mask0_568_1831' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='40' height='40'%3E%3Crect x='40' width='40' height='40' transform='rotate(90 40 0)' fill='%23D1CAC3'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_568_1831)'%3E%3Cpath d='M18.9531 28.5064L18.9531 7.5L21.047 7.5L21.047 28.5064L31.0257 18.5278L32.5 20L20 32.4999L7.50008 20L8.97441 18.5278L18.9531 28.5064Z' fill='%23D1CAC3'/%3E%3C/g%3E%3C/svg%3E");
    }
    &.gb-accordion__item-open {
      .gb-icon:after {
        --tw-rotate: 0deg;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
      }
      .gb-icon:after{
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cmask id='mask0_568_1831' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='40' height='40'%3E%3Crect x='40' width='40' height='40' transform='rotate(90 40 0)' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_568_1831)'%3E%3Cpath d='M18.9531 28.5064L18.9531 7.5L21.047 7.5L21.047 28.5064L31.0257 18.5278L32.5 20L20 32.4999L7.50008 20L8.97441 18.5278L18.9531 28.5064Z' fill='%23103F48'/%3E%3C/g%3E%3C/svg%3E");
      }
    }
  }
}

/*
 * Submenu Link
 */

.wp-block-navigation.is-style-submenu {
  overflow-x: auto;
  ul {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  ul {
    flex-wrap: nowrap;
  }
  ul {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  ul {
    li {
      white-space: nowrap;
    }
  }
  a {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  a {
    text-decoration-line: none;
  }
  a {
    opacity: 0.5;
  }
  a {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }
  a {
    font-family: 'Roboto Mono', ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }
  a {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: -0.28px;
  }
  a:hover {
    opacity: 1;
  }
  a[aria-current="page"] {
    position: relative;
  }
  a[aria-current="page"] {
    opacity: 1 !important;
  }
  a[aria-current="page"]::before {
    position: absolute;
  }
  a[aria-current="page"]::before {
    top: 0px;
  }
  a[aria-current="page"]::before {
    left: 0px;
  }
  a[aria-current="page"]::before {
    height: 2px;
  }
  a[aria-current="page"]::before {
    width: 100%;
  }
  a[aria-current="page"]::before {
    background-color: currentColor;
  }
  a[aria-current="page"]::before {
    content: '';
  }
}

/** Footer Classes **/

@media (max-width: 1024px) {
  .footer-nav {
    justify-content: flex-start !important;
  }
}

@media (max-width: 769px) {
  .footer-nav {
    flex-wrap: wrap !important;
  }
}

.footer-nav {
  .wp-block-group > nav {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  @media (max-width: 769px) {
    > div, > nav {
      flex-basis: 50% !important;
    }
  }
  @media (max-width: 769px) {
    .wp-block-navigation {
      flex-wrap: wrap;
    }
  }
  .wp-block-navigation {
    .wp-block-navigation-item {
      a.wp-block-navigation-item__content {
        font-family: 'Roboto Mono', ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
      }
      a.wp-block-navigation-item__content {
        font-size: 0.875rem;
      }
      a.wp-block-navigation-item__content {
        line-height: 1.3 !important;
      }
      a.wp-block-navigation-item__content {
        letter-spacing: -0.28px;
      }
      a.wp-block-navigation-item__content {
        text-decoration-line: none;
      }
      a.wp-block-navigation-item__content:hover {
        --tw-text-opacity: 1 !important;
        color: rgb(127 182 164 / var(--tw-text-opacity)) !important;
      }
    }
  }
  .wp-block-navigation__container > .wp-block-navigation-item:first-of-type a {
    margin-bottom: 11px;
  }
  .wp-block-navigation__container > .wp-block-navigation-item:first-of-type a {
    font-family: 'Roboto Mono', ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }
  .wp-block-navigation__container > .wp-block-navigation-item:first-of-type a {
    font-size: 1.1255rem;
  }
  .wp-block-navigation__container > .wp-block-navigation-item:first-of-type a {
    font-weight: 700;
  }
  .wp-block-navigation__container > .wp-block-navigation-item:first-of-type a {
    text-transform: uppercase !important;
  }
  .wp-block-navigation__container > .wp-block-navigation-item:first-of-type a {
    line-height: 1;
  }
  .wp-block-navigation__container > .wp-block-navigation-item:first-of-type a {
    --tw-text-opacity: 1;
    color: rgb(127 182 164 / var(--tw-text-opacity));
  }
  .wp-block-navigation__container > .wp-block-navigation-item:first-of-type a {
    font-size: 1rem !important;
  }
  @media (min-width: 1024px) {
    .wp-block-navigation__container > .wp-block-navigation-item:first-of-type a {
      font-size: 1.125rem !important;
    }
  }
   {
    p a:not(.text-batik):not(.text-light-greige):not(.text-teal):not(.text-persimmon):not(.wp-block-navigation__container > .wp-block-navigation-item:first-of-type a):not(.text-white){
      color: #FF4F00;
    }
  }
   {
    p a:not(.text-batik):not(.text-light-greige):not(.text-teal):not(.text-persimmon):not(.wp-block-navigation__container > .wp-block-navigation-item:first-of-type a):not(.text-white){
      color: #FF4F00;
    }
  }
  .wp-block-navigation__container > .wp-block-navigation-item:first-of-type a:hover {
    --tw-text-opacity: 1;
    color: rgb(127 182 164 / var(--tw-text-opacity));
  }
   {
    p a:not(.text-batik):not(.text-light-greige):not(.text-teal):not(.text-persimmon):not(.wp-block-navigation__container > .wp-block-navigation-item:first-of-type a:hover):not(.text-white){
      color: #FF4F00;
    }
  }
   {
    p a:not(.text-batik):not(.text-light-greige):not(.text-teal):not(.text-persimmon):not(.wp-block-navigation__container > .wp-block-navigation-item:first-of-type a:hover):not(.text-white){
      color: #FF4F00;
    }
  }
  .follow-nav-menu .wp-block-navigation__container > .wp-block-navigation-item:first-of-type a, .follow-nav-menu .wp-block-navigation__container > .wp-block-navigation-item a:hover {
    --tw-text-opacity: 1;
    color: rgb(121 120 73 / var(--tw-text-opacity));
  }
  .about-nav-menu .wp-block-navigation__container > .wp-block-navigation-item:first-of-type a, .about-nav-menu .wp-block-navigation__container > .wp-block-navigation-item a:hover {
    --tw-text-opacity: 1;
    color: rgb(209 202 195 / var(--tw-text-opacity));
  }
  .action-nav-menu .wp-block-navigation__container > .wp-block-navigation-item:first-of-type a, .action-nav-menu .wp-block-navigation__container > .wp-block-navigation-item a:hover {
    --tw-text-opacity: 1;
    color: rgb(255 79 0 / var(--tw-text-opacity));
  }
   {
    p a:not(.text-batik):not(.text-light-greige):not(.text-teal):not(.action-nav-menu .wp-block-navigation__container > .wp-block-navigation-item:first-of-type a):not(.text-celadon):not(.text-white),p a:not(.text-batik):not(.text-light-greige):not(.text-teal):not( .action-nav-menu .wp-block-navigation__container > .wp-block-navigation-item a:hover):not(.text-celadon):not(.text-white){
      color: #FF4F00;
    }
  }
   {
    p a:not(.text-batik):not(.text-light-greige):not(.text-teal):not(.action-nav-menu .wp-block-navigation__container > .wp-block-navigation-item:first-of-type a):not(.text-celadon):not(.text-white),p a:not(.text-batik):not(.text-light-greige):not(.text-teal):not( .action-nav-menu .wp-block-navigation__container > .wp-block-navigation-item a:hover):not(.text-celadon):not(.text-white){
      color: #FF4F00;
    }
  }
  .narrative-nav-menu .wp-block-navigation__container > .wp-block-navigation-item:first-of-type a, .narrative-nav-menu .wp-block-navigation__container > .wp-block-navigation-item a:hover {
    --tw-text-opacity: 1;
    color: rgb(0 126 166 / var(--tw-text-opacity));
  }
   {
    p a:not(.narrative-nav-menu .wp-block-navigation__container > .wp-block-navigation-item:first-of-type a):not(.text-light-greige):not(.text-teal):not(.text-persimmon):not(.text-celadon):not(.text-white),p a:not( .narrative-nav-menu .wp-block-navigation__container > .wp-block-navigation-item a:hover):not(.text-light-greige):not(.text-teal):not(.text-persimmon):not(.text-celadon):not(.text-white){
      color: #FF4F00;
    }
  }
   {
    p a:not(.narrative-nav-menu .wp-block-navigation__container > .wp-block-navigation-item:first-of-type a):not(.text-light-greige):not(.text-teal):not(.text-persimmon):not(.text-celadon):not(.text-white),p a:not( .narrative-nav-menu .wp-block-navigation__container > .wp-block-navigation-item a:hover):not(.text-light-greige):not(.text-teal):not(.text-persimmon):not(.text-celadon):not(.text-white){
      color: #FF4F00;
    }
  }
}

.footer-logo {
  margin-right: 60px;
}

@media (max-width: 1200px) {
  .footer-logo {
    height: auto !important;
    width: 100% !important;
    max-width: 150px !important;
  }
}

@media (max-width: 1024px) {
  .footer-row-1 {
    flex-direction: column;
    align-items: stretch !important;
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
}

@media (max-width: 769px) {
  .footer-row-1 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }
}

.footer-row-1 {
  p {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}

@media (max-width: 769px) {
  .footer-row-2 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
    padding-bottom: 2.5rem !important;
    padding-top: 2rem !important;
  }
}

.footer-row-2 {
  p {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}

@media (max-width: 1024px) {
  .footer-logo {
    margin-bottom: 4rem;
    max-width: 185px !important;
  }
}

.footer-logo {
  @media (max-width: 1024px) {
    svg {
      height: auto;
    }
  }
  @media (max-width: 1024px) {
    svg {
      line-height: 0;
    }
  }
}

.desktop-up {
  display: none !important;
}

@media (min-width: 1024px) {
  .desktop-up {
    display: block !important;
  }
}

.tablet-down {
  display: block !important;
}

@media (min-width: 1024px) {
  .tablet-down {
    display: none !important;
  }
}

@media (max-width: 1024px) {
  .tablet-down-text-persimmon svg {
    --tw-text-opacity: 1;
    color: rgb(255 79 0 / var(--tw-text-opacity));
  }
}

.home-intro-words + div {
  -moz-column-break-after: auto;
       break-after: auto;
}

.wp-block-heading.home-intro-words-data a:hover {
  --tw-text-opacity: 1;
  color: rgb(127 182 164 / var(--tw-text-opacity));
}

.wp-block-heading.home-intro-words-narrative a:hover {
  --tw-text-opacity: 1;
  color: rgb(0 126 166 / var(--tw-text-opacity));
}

.wp-block-heading.home-intro-words-action a:hover {
  --tw-text-opacity: 1;
  color: rgb(255 79 0 / var(--tw-text-opacity));
}

@media (max-width: 1024px) {
  .home-arrow-svg {
    display: flex !important;
    width: auto !important;
    align-items: center !important;
  }
}

.home-arrow-svg {
  @media (max-width: 1024px) {
    svg {
      height: auto;
    }
  }
  @media (max-width: 1024px) {
    svg {
      width: 32px;
    }
  }
}

/** Menu CSS **/

.aapi_nav_menus {
  --tw-bg-opacity: 1;
  background-color: rgb(250 249 248 / var(--tw-bg-opacity));
  padding-top: 150px !important;
}

 {
  .aapi_nav_menus {
  }
  .aapi_nav_menus {
  }
}

@media (min-width: 1024px) {
  .aapi_nav_menus {
    padding-top: 50px !important;
  }
}

.aapi_nav_menus {
  &.active {
    top: 0px !important;
  }
  ul {
    display: flex;
  }
  ul {
    flex-direction: column;
  }
  ul {
    align-items: flex-start;
  }
  ul {
    &.submenu-open {
      margin-bottom: 40px !important;
    }
    &.submenu-open {
      li {
        max-height: 100000px !important;
      }
      li {
        a:after {
          transform: rotate(90deg);
        }
      }
    }
    li {
      font-size: 18px;
    }
    li {
      transition-property: all;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      transition-duration: 150ms;
    }
    li {
      &:not(:first-of-type) {
        max-height: 0px;
      }
      &:not(:first-of-type) {
        overflow: hidden;
      }
      @media (min-width: 1024px) {
        &:not(:first-of-type) {
          max-height: inherit;
        }
      }
      @media (min-width: 1024px) {
        &:not(:first-of-type) {
          overflow: auto;
        }
      }
      @media (min-width: 1024px) {
        &:first-of-type {
          margin-bottom: 15px !important;
        }
      }
      &:first-of-type{
        a {
          font-family: 'Roboto Condensed';
        }
        a {
          font-size: 6.25rem;
        }
        a {
          text-transform: uppercase;
        }
        a {
          --tw-text-opacity: 1;
          color: rgb(16 63 72 / var(--tw-text-opacity));
        }
        a {
          font-weight: 700;
        }
        a {
          text-transform: uppercase;
        }
        a {
          line-height: 1;
        }
        a {
          letter-spacing: -0.02em;
        }
        a {
          font-size: 4.7rem !important;
        }
        @media (min-width: 1024px) {
          a {
            font-size: 6.25rem !important;
          }
        }
        a.text-3xl {
          font-weight: 800;
        }
        a.text-3xl {
          line-height: 0.9;
        }
        a .font-condensed {
          font-weight: 800;
        }
        a .font-condensed {
          line-height: 0.9;
        }
        a.text-lg {
          line-height: 0.9;
        }
        a.text-4xl {
          line-height: 0.9;
        }
         {
          p a:not(.text-batik):not(.text-light-greige):not(a):not(.text-persimmon):not(.text-celadon):not(.text-white){
            color: #FF4F00;
          }
        }
         {
          p a:not(.text-batik):not(.text-light-greige):not(a):not(.text-persimmon):not(.text-celadon):not(.text-white){
            color: #FF4F00;
          }
        }
        a:hover {
          --tw-text-opacity: 1 !important;
          color: rgb(127 182 164 / var(--tw-text-opacity)) !important;
        }
        @media (max-width: 1200px) {
          a {
            font-size: 4.7rem !important;
          }
        }
        @media (max-width: 1024px){
          a {
            display: flex;
          }

          a {
            align-items: center;
          }

          a:after {
            content: '';
            background-image :url('data:image/svg+xml,%3Csvg id="eAzo2jvKxXa1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 15 17" shape-rendering="geometricPrecision" text-rendering="geometricPrecision"%3E%3Cpath d="M13.4796,7.23003c.9357.58813.9357,1.95178,0,2.53991L2.79826,16.4839c-.99893.6279-2.298261-.09-2.298261-1.2699L0.5,1.78599c0-1.179881,1.29933-1.897859,2.29826-1.26996l10.68134,6.714Z" fill="%23ff4f00"/%3E%3C/svg%3E');
          }

          a:after {
            position: relative;
          }

          a:after {
            left: 15px;
          }

          a:after {
            display: block;
          }

          a:after {
            height: 15px;
          }

          a:after {
            width: 19px;
          }

          a:after {
            background-position: center;
          }

          a:after {
            background-repeat: no-repeat;
          }
        }
      }
      a {
        margin-bottom: 5px;
      }
      a {
        font-family: 'Roboto';
      }
      a {
        text-decoration-line: none;
      }
      a {
        font-weight: 400;
      }
      a {
        line-height: 1.3;
      }
      a:hover {
        --tw-text-opacity: 1 !important;
        color: rgb(127 182 164 / var(--tw-text-opacity)) !important;
      }
      a:hover:after {
        opacity: 1 !important;
      }
    }
    li:not(:first-of-type) a:after {
      content: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="12" height="10" viewBox="0 0 12 10" fill="none"%3E%3Cpath d="M1.28124 10L0.5 9.28978L9.58839 1.0198H1.23202V0H11.5V9.33451H10.3782V1.73781L1.28124 10Z" fill="%237FB6A4"/%3E%3C/svg%3E')
    }
    li:not(:first-of-type) a:after {
      margin-left: 7px;
    }
    li:not(:first-of-type) a:after {
      opacity: 0;
    }
    &.data-header-menu {
      li {
        a:hover {
          --tw-text-opacity: 1 !important;
          color: rgb(127 182 164 / var(--tw-text-opacity)) !important;
        }
      }
      li:first-of-type{
        @media (min-width: 1025px){
          a:after{
            content: none;
          }
        }
      }
      &.submenu-open li:first-of-type {
        margin-bottom: 15px !important;
      }
      &.submenu-open li:first-of-type{
        @media (max-width: 1024px){
          a:after {
            content: '';
            background-image :url('data:image/svg+xml,%3Csvg id="eAzo2jvKxXa1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 15 17" shape-rendering="geometricPrecision" text-rendering="geometricPrecision"%3E%3Cpath d="M13.4796,7.23003c.9357.58813.9357,1.95178,0,2.53991L2.79826,16.4839c-.99893.6279-2.298261-.09-2.298261-1.2699L0.5,1.78599c0-1.179881,1.29933-1.897859,2.29826-1.26996l10.68134,6.714Z" fill="%237FB6A4"/%3E%3C/svg%3E');
          }
        }
      }
    }
    &.narrative-header-menu {
      li {
        a:hover {
          --tw-text-opacity: 1 !important;
          color: rgb(0 126 166 / var(--tw-text-opacity)) !important;
        }
      }
      li:not(:first-of-type) {
        a:after {
          content: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="12" height="10" viewBox="0 0 12 10" fill="none"%3E%3Cpath d="M1.28124 10L0.5 9.28978L9.58839 1.0198H1.23202V0H11.5V9.33451H10.3782V1.73781L1.28124 10Z" fill="%23007EA6"/%3E%3C/svg%3E')
        }
        a:after {
          margin-left: 7px;
        }
        a:after {
          opacity: 0;
        }
      }
      &.submenu-open li:first-of-type {
        margin-bottom: 15px !important;
      }
      &.submenu-open li:first-of-type{
        @media (max-width: 1024px){
          a:after {
            background-image :url('data:image/svg+xml,%3Csvg id="eAzo2jvKxXa1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 15 17" shape-rendering="geometricPrecision" text-rendering="geometricPrecision"%3E%3Cpath d="M13.4796,7.23003c.9357.58813.9357,1.95178,0,2.53991L2.79826,16.4839c-.99893.6279-2.298261-.09-2.298261-1.2699L0.5,1.78599c0-1.179881,1.29933-1.897859,2.29826-1.26996l10.68134,6.714Z" fill="%23007EA6"/%3E%3C/svg%3E') !important;
          }
        }
      }
    }
    &.action-header-menu {
      li {
        a:hover {
          --tw-text-opacity: 1 !important;
          color: rgb(255 79 0 / var(--tw-text-opacity)) !important;
        }
      }
      li:not(:first-of-type) {
        a:after {
          content: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="12" height="10" viewBox="0 0 12 10" fill="none"%3E%3Cpath d="M1.28124 10L0.5 9.28978L9.58839 1.0198H1.23202V0H11.5V9.33451H10.3782V1.73781L1.28124 10Z" fill="%23FF4F00"/%3E%3C/svg%3E')
        }
        a:after {
          margin-left: 7px;
        }
        a:after {
          opacity: 0;
        }
      }
      &.submenu-open li:first-of-type {
        margin-bottom: 15px !important;
      }
    }
    @media (min-width: 1024px) {
      &.about-header-menu {
        margin-top: 100px;
      }
    }
    &.about-header-menu {
      li{
        &:first-of-type{
          a {
            font-weight: 700;
          }
          @media (min-width: 1024px) {
            a {
              font-size: 18px !important;
            }
          }
        }
      }
      &.submenu-open li:first-of-type {
        margin-bottom: 15px !important;
      }
    }
  }
}

#menu-trigger.active {
  .menu-search-button {
    opacity: 0 !important;
  }
  .menu-button {
    opacity: 1 !important;
  }
  .menu-button{
    span:nth-of-type(1) {
      --tw-translate-y: 0px;
      transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }
    span:nth-of-type(1) {
      --tw-rotate: 45deg !important;
      transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
    }
    span:nth-of-type(2) {
      opacity: 0 !important;
    }
    span:nth-of-type(3) {
      --tw-translate-y: 0px;
      transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }
    span:nth-of-type(3) {
      --tw-rotate: -45deg !important;
      transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
    }
  }
}

body.active {
  overflow: hidden;
}

/*
 * Page/Post Content
 */

.rounded-10 {
  border-radius: 10px;
}

/** post color template **/

.entry-content a {
  text-decoration-line: underline !important;
}

.entry-content a:hover {
  text-decoration-line: none !important;
}

.entry-content {
  p a:not(.text-batik):not(.text-light-greige):not(.text-teal):not(.text-persimmon):not(.text-celadon):not(.text-white){
    color: #FF4F00;
  }
  .post-card, .aapi-post-query-grid, .category-feature, .featured-slider, .wp-block-button, .home-intro-words, .is-style-submenu, .yoast-breadcrumbs, .toggle-footer-links, .paginationjs-pages {
    a {
      text-decoration-line: none !important;
    }
  }
  .resource, .state-block {
    text-decoration-line: none !important;
  }
}

.single-post {
  .entry-content > h2, .entry-content > h3, .entry-content > h4, .entry-content > h5, .entry-content > h6 {
    --tw-text-opacity: 1;
    color: rgb(var(--theme-color) / var(--tw-text-opacity));
  }
  .entry-content a{
    color: rgb(var(--theme-color) / 1) !important;
    &.wp-element-button {
      --tw-text-opacity: 1 !important;
      color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
    }
  }
  .entry-content {
    .is-style-light-data-solid a.wp-element-button {
      --tw-text-opacity: 1 !important;
      color: rgb(16 63 72 / var(--tw-text-opacity)) !important;
    }
    .is-style-light-narrative-solid a.wp-element-button {
      --tw-text-opacity: 1 !important;
      color: rgb(16 63 72 / var(--tw-text-opacity)) !important;
    }
    .is-style-light-action-solid a.wp-element-button {
      --tw-text-opacity: 1 !important;
      color: rgb(16 63 72 / var(--tw-text-opacity)) !important;
    }
    .is-style-light-teal-solid a.wp-element-button {
      --tw-text-opacity: 1 !important;
      color: rgb(16 63 72 / var(--tw-text-opacity)) !important;
    }
    .is-style-text a.wp-element-button {
      --tw-text-opacity: 1 !important;
      color: rgb(16 63 72 / var(--tw-text-opacity)) !important;
    }
  }
  .gb-container {
    > h2, > h3, > h4, > h5, > h6 {
      --tw-text-opacity: 1;
      color: rgb(var(--theme-color) / var(--tw-text-opacity));
    }
  }
  .wp-block-post-date {
    --tw-text-opacity: 1 !important;
    color: rgb(var(--theme-color) / var(--tw-text-opacity)) !important;
  }
  .single-post-footer {
    --tw-border-opacity: 1;
    border-color: rgb(var(--theme-color) / var(--tw-border-opacity));
  }
  .single-post-footer {
    --tw-text-opacity: 1;
    color: rgb(var(--theme-color) / var(--tw-text-opacity));
  }
  .single-post-footer {
    h2,h3,h4,h5,h6 {
      --tw-text-opacity: 1;
      color: rgb(var(--theme-color) / var(--tw-text-opacity));
    }
  }
}

.wp-site-blocks:not(.block-editor-block-list__layout) .single-post-header {
  background-color: rgb(var(--theme-color) / var(--tw-bg-opacity)) !important;
  --tw-bg-opacity: 0.1;
}

.wp-site-blocks:not(.block-editor-block-list__layout) .single-post-header-image {
  background-image: linear-gradient(180deg, rgb(var(--theme-color) / .1) 50%, #ffffff 50%) !important;
  img {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.20);
  }
}

.splide__arrow svg {
  fill: #103F48;
}

.splide-ic {
  .splide__arrow--prev {
    left: 0.375rem;
  }
  .splide__arrow--next {
    right: 0.375rem;
  }
  .splide__arrow svg {
    width: 28px;
    height: 25px;
  }
}

ul.splide__pagination {
  bottom: -1.75rem;
  margin-top: 0px;
  margin-bottom: 0px;
  flex-wrap: nowrap;
  .splide__pagination__page {
    --tw-bg-opacity: 1;
    background-color: rgb(16 63 72 / var(--tw-bg-opacity));
  }
   {
    .splide__pagination__page {
    }
  }
   {
    .splide__pagination__page {
    }
  }
  .splide__pagination__page {
    &.is-active {
      opacity: 1;
    }
  }
}

.aapi-image-gallery-lightbox-inner {
  max-width: clamp(80vw, 80vw, 1300px);
}

.aapi-ig-inner {
  margin-top: 1.25rem;
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  gap: 18px;
}

@media (min-width: 768px) {
  .aapi-ig-inner {
    margin-top: 100px;
    flex-direction: row;
  }
}

.aapi-ig-inner {
  img {
    pointer-events: none;
  }
  img {
    margin-top: auto;
    margin-bottom: auto;
  }
  img {
    max-height: calc(100svh - 330px);
  }
  img {
    max-width: 100%;
  }
  img {
    border-radius: 5px;
  }
  img {
    --tw-shadow: 0px 0px 20px 0px rgba(0,0,0,0.20);
    --tw-shadow-colored: 0px 0px 20px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
  @media (min-width: 768px) {
    img {
      max-height: calc(100svh - 252px);
    }
  }
}

.aapi-lightbox {
  z-index: 10;
  .aapi-image-gallery-sidebar {
    flex-direction: row;
  }
  .aapi-image-gallery-sidebar {
    gap: 18px;
  }
  @media (min-width: 768px) {
    .aapi-image-gallery-sidebar {
      flex-direction: column;
    }
  }
  .close-icon {
    height: 39px;
  }
  .close-icon {
    width: 39px;
  }
  .close-icon {
    cursor: pointer;
  }
  .close-icon {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }
  .close-icon:hover {
    opacity: 0.8;
  }
  .close-icon {
    > div {
      display: flex;
    }
    > div {
      height: 100%;
    }
    > div {
      width: 100%;
    }
    > div {
      align-items: center;
    }
    > div {
      justify-content: center;
    }
  }
  .aapi-image-gallery-post-details > img {
    margin-bottom: 15px;
  }
  .aapi-image-gallery-arrows {
    .prev-arrow {
      position: absolute;
    }
    .prev-arrow {
      bottom: 1.25rem;
    }
    .prev-arrow {
      left: 1.25rem;
    }
    .prev-arrow {
      margin-top: 2.5rem;
    }
    .prev-arrow {
      --tw-rotate: -180deg;
      transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }
    .prev-arrow {
      cursor: pointer;
    }
    .prev-arrow:hover {
      opacity: 0.8;
    }
    @media (min-width: 768px) {
      .prev-arrow {
        bottom: auto;
      }
    }
    @media (min-width: 768px) {
      .prev-arrow {
        top: 50%;
      }
    }
    @media (min-width: 768px) {
      .prev-arrow {
        --tw-translate-y: -50%;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
      }
    }
    .next-arrow {
      position: absolute;
    }
    .next-arrow {
      bottom: 1.25rem;
    }
    .next-arrow {
      right: 1.25rem;
    }
    .next-arrow {
      margin-top: 2.5rem;
    }
    .next-arrow {
      cursor: pointer;
    }
    .next-arrow:hover {
      opacity: 0.8;
    }
    @media (min-width: 768px) {
      .next-arrow {
        bottom: auto;
      }
    }
    @media (min-width: 768px) {
      .next-arrow {
        top: 50%;
      }
    }
    @media (min-width: 768px) {
      .next-arrow {
        --tw-translate-y: -50%;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
      }
    }
  }
}

.sharethis-inline-share-buttons {
}

.sharethis-inline-share-buttons .st-btn {
  margin-right: 18px !important;
  margin-bottom: 18px;
  display: inline-block !important;
  height: 39px !important;
  width: 39px !important;
  padding-left: 9px !important;
  padding-right: 9px !important;
  line-height: 37px !important;
}

.sharethis-inline-share-buttons .st-btn:hover {
  top: 0px !important;
}

@media (min-width: 768px) {
  .sharethis-inline-share-buttons .st-btn {
    margin-right: 0px !important;
    display: block !important;
  }
}

.sharethis-inline-share-buttons .st-btn > img {
  top: 0px !important;
  vertical-align: middle !important;
}

/**
Cat Header
*/

.cat-header {
  h1.wp-block-query-title {
    font-family: 'Roboto Condensed';
  }
  h1.wp-block-query-title {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
  h1.wp-block-query-title {
    font-weight: 700;
  }
  h1.wp-block-query-title {
    text-transform: uppercase;
  }
  h1.wp-block-query-title {
    line-height: 1;
  }
  h1.wp-block-query-title {
    letter-spacing: -0.02em;
  }
  h1.wp-block-query-title.text-3xl {
    font-weight: 800;
  }
  h1.wp-block-query-title.text-3xl {
    line-height: 0.9;
  }
  h1.wp-block-query-title.text-lg {
    line-height: 0.9;
  }
  h1.wp-block-query-title.text-4xl {
    line-height: 0.9;
  }
   {
    p a:not(.text-batik):not(.text-light-greige):not(.text-teal):not(.text-persimmon):not(.text-celadon):not(h1.wp-block-query-title){
      color: #FF4F00;
    }
  }
   {
    p a:not(.text-batik):not(.text-light-greige):not(.text-teal):not(.text-persimmon):not(.text-celadon):not(h1.wp-block-query-title){
      color: #FF4F00;
    }
  }
  h1.wp-block-query-title {
    font-size: clamp(10vw, 11.875rem, 13vw ) !important;
  }
}

.archive.category, .archive.tag, .archive.date {
  .cat-archive-section .wp-block-post-template {
    display: grid;
  }
  .cat-archive-section .wp-block-post-template {
    grid-auto-rows: auto;
  }
  .cat-archive-section .wp-block-post-template {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .cat-archive-section .wp-block-post-template {
    gap: 1.25rem;
  }
  @media (min-width: 768px) {
    .cat-archive-section .wp-block-post-template {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  @media (min-width: 1024px) {
    .cat-archive-section .wp-block-post-template {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
}

/*
 * Page Switcher
 */

.page-switcher select {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDEwIDYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGlkPSJhcnJvd19kcm9wX2Rvd24iIGQ9Ik01IDUuNUwwIDAuNUgxMEw1IDUuNVoiIGZpbGw9IiMxMDNGNDgiLz4KPC9zdmc+Cg==");
  background-repeat: no-repeat;
  background-position: right 20px center;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

/*** search filters ***/

/* Customize the label (the container) */

.sf-header {
  color: var(--Teal, #103F48);
  /* Desktop/Search Filters */
  font-family: "Roboto Condensed";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  color: #103F48;
}

.sf-content label{
  display: block;
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  color: #103F48;
  font-family: "Roboto Mono";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.28px;
}

/* Hide the browser's default checkbox */

.sf-content input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */

.checkmark {
  position: absolute;
  top: 50%;
  transform:translateY(-50%);
  left: 0;
  height: 17px;
  width: 17px;
  border:2px solid #103F48;
  border-radius: 3px;
}

/* On mouse-over, add a grey background color */

.sf-content label:hover input ~ .checkmark {
  background-color: #eee;
}

/* When the checkbox is checked, add a blue background */

.sf-content input:checked ~ .checkmark {
  border:2px solid #FF4F00;
}

/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */

.sf-content input:checked ~ .checkmark:after {
  display: block;
}

.sf-content input:checked ~ .checkmark  ~ span {
  color: #FF4F00;
}

/* Style the checkmark/indicator */

.sf-content .checkmark:after {
  left: 4px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid #FF4F00;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.sf-toggle .sf-header > div {
  transition: all 0.3s ease;
}

.sf-toggle.active .sf-header > div {
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.sf-toggle.active .sf-content {
  visibility: visible;
  display: flex !important;
}

.filter-cont.active .filters-content {
  visibility: visible;
  display: flex !important;
}

.filter-cont .filters-header  svg{
  transition: all 0.3s ease;
}

.filter-cont.active .filters-header  svg {
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.archive.category-featured .yoast-breadcrumbs {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

 {
  p a:not(.text-batik):not(.text-light-greige):not(.text-teal):not(.text-persimmon):not(.text-celadon):not(.archive.category-featured .yoast-breadcrumbs){
    color: #FF4F00;
  }
  p a:not(.text-batik):not(.text-light-greige):not(.text-teal):not(.text-persimmon):not(.text-celadon):not(.archive.category-featured .yoast-breadcrumbs){
    color: #FF4F00;
  }
}

/*
! tailwindcss v3.4.1 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: 'Roboto Mono', ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

.container {
  width: 100%;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.pointer-events-none {
  pointer-events: none;
}

.invisible {
  visibility: hidden;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.-bottom-\[5px\] {
  bottom: -5px;
}

.-top-full {
  top: -100%;
}

.bottom-0 {
  bottom: 0px;
}

.left-0 {
  left: 0px;
}

.left-1\/2 {
  left: 50%;
}

.left-5 {
  left: 1.25rem;
}

.right-0 {
  right: 0px;
}

.right-5 {
  right: 1.25rem;
}

.right-auto {
  right: auto;
}

.top-0 {
  top: 0px;
}

.top-1\/2 {
  top: 50%;
}

.top-5 {
  top: 1.25rem;
}

.top-\[5px\] {
  top: 5px;
}

.z-20 {
  z-index: 20;
}

.z-\[31\] {
  z-index: 31;
}

.m-0 {
  margin: 0px;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.-ml-\[44px\] {
  margin-left: -44px;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-2\.5 {
  margin-bottom: 0.625rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mb-9 {
  margin-bottom: 2.25rem;
}

.mb-\[75px\] {
  margin-bottom: 75px;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mr-2\.5 {
  margin-right: 0.625rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-2\.5 {
  margin-top: 0.625rem;
}

.mt-\[25px\] {
  margin-top: 25px;
}

.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.line-clamp-4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.line-clamp-5 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.aspect-card-image {
  aspect-ratio: 2 / 1;
}

.aspect-infographic-image {
  aspect-ratio: 397 / 227;
}

.aspect-square {
  aspect-ratio: 1 / 1;
}

.size-full {
  width: 100%;
  height: 100%;
}

.\!h-auto {
  height: auto !important;
}

.\!h-full {
  height: 100% !important;
}

.h-10 {
  height: 2.5rem;
}

.h-4 {
  height: 1rem;
}

.h-\[150px\] {
  height: 150px;
}

.h-\[1px\] {
  height: 1px;
}

.h-\[200px\] {
  height: 200px;
}

.h-\[50px\] {
  height: 50px;
}

.h-\[98px\] {
  height: 98px;
}

.h-\[auto\] {
  height: auto;
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.h-svh {
  height: 100svh;
}

.max-h-0 {
  max-height: 0px;
}

.max-h-full {
  max-height: 100%;
}

.\!w-full {
  width: 100% !important;
}

.w-10 {
  width: 2.5rem;
}

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.25rem;
}

.w-\[25px\] {
  width: 25px;
}

.w-\[55px\] {
  width: 55px;
}

.w-\[98px\] {
  width: 98px;
}

.w-\[calc\(100\%-40px\)\] {
  width: calc(100% - 40px);
}

.w-\[calc\(50\%-10px\)\] {
  width: calc(50% - 10px);
}

.w-full {
  width: 100%;
}

.w-screen {
  width: 100vw;
}

.max-w-\[290px\] {
  max-width: 290px;
}

.max-w-\[673px\] {
  max-width: 673px;
}

.max-w-\[682px\] {
  max-width: 682px;
}

.max-w-\[calc\(100\%-5px\)\] {
  max-width: calc(100% - 5px);
}

.max-w-full {
  max-width: 100%;
}

.flex-shrink {
  flex-shrink: 1;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.shrink {
  flex-shrink: 1;
}

.shrink-0 {
  flex-shrink: 0;
}

.flex-grow {
  flex-grow: 1;
}

.flex-grow-0 {
  flex-grow: 0;
}

.grow {
  flex-grow: 1;
}

.grow-0 {
  flex-grow: 0;
}

.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-\[7px\] {
  --tw-translate-y: -7px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-\[7px\] {
  --tw-translate-y: 7px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform-none {
  transform: none;
}

.cursor-pointer {
  cursor: pointer;
}

.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.auto-rows-auto {
  grid-auto-rows: auto;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.flex-row {
  flex-direction: row;
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

.items-center {
  align-items: center;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-2\.5 {
  gap: 0.625rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-3\.5 {
  gap: 0.875rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-\[10px\] {
  gap: 10px;
}

.gap-\[15px\] {
  gap: 15px;
}

.gap-\[6px\] {
  gap: 6px;
}

.gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.gap-x-5 {
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}

.gap-x-\[15px\] {
  -moz-column-gap: 15px;
       column-gap: 15px;
}

.gap-y-2 {
  row-gap: 0.5rem;
}

.gap-y-2\.5 {
  row-gap: 0.625rem;
}

.gap-y-4 {
  row-gap: 1rem;
}

.gap-y-5 {
  row-gap: 1.25rem;
}

.gap-y-8 {
  row-gap: 2rem;
}

.gap-y-\[15px\] {
  row-gap: 15px;
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-scroll {
  overflow: scroll;
}

.rounded-\[5px\] {
  border-radius: 5px;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-lg {
  border-radius: 10px;
}

.rounded-md {
  border-radius: 5px;
}

.rounded-b-lg {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.border {
  border-width: 1px;
}

.border-2 {
  border-width: 2px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-t {
  border-top-width: 1px;
}

.border-dashed {
  border-style: dashed;
}

.border-none {
  border-style: none;
}

.\!border-greige {
  --tw-border-opacity: 1 !important;
  border-color: rgb(209 202 195 / var(--tw-border-opacity)) !important;
}

.border-batik {
  --tw-border-opacity: 1;
  border-color: rgb(0 126 166 / var(--tw-border-opacity));
}

.border-celadon {
  --tw-border-opacity: 1;
  border-color: rgb(127 182 164 / var(--tw-border-opacity));
}

.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.border-greige {
  --tw-border-opacity: 1;
  border-color: rgb(209 202 195 / var(--tw-border-opacity));
}

.border-persimmon {
  --tw-border-opacity: 1;
  border-color: rgb(255 79 0 / var(--tw-border-opacity));
}

.border-teal {
  --tw-border-opacity: 1;
  border-color: rgb(16 63 72 / var(--tw-border-opacity));
}

.border-theme-border {
  --tw-border-opacity: 1;
  border-color: rgb(var(--theme-color) / var(--tw-border-opacity));
}

.border-turmeric {
  --tw-border-opacity: 1;
  border-color: rgb(244 164 29 / var(--tw-border-opacity));
}

.border-b-\[rgba\(16\2c 63\2c 72\2c 0\.30\)\] {
  border-bottom-color: rgba(16,63,72,0.30);
}

.border-t-teal {
  --tw-border-opacity: 1;
  border-top-color: rgb(16 63 72 / var(--tw-border-opacity));
}

.\!bg-theme-background {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(var(--theme-color) / var(--tw-bg-opacity)) !important;
}

.bg-batik {
  --tw-bg-opacity: 1;
  background-color: rgb(0 126 166 / var(--tw-bg-opacity));
}

.bg-celadon {
  --tw-bg-opacity: 1;
  background-color: rgb(127 182 164 / var(--tw-bg-opacity));
}

.bg-current {
  background-color: currentColor;
}

.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}

.bg-greige {
  --tw-bg-opacity: 1;
  background-color: rgb(209 202 195 / var(--tw-bg-opacity));
}

.bg-light-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(242 249 251 / var(--tw-bg-opacity));
}

.bg-light-green {
  --tw-bg-opacity: 1;
  background-color: rgb(242 248 246 / var(--tw-bg-opacity));
}

.bg-light-greige {
  --tw-bg-opacity: 1;
  background-color: rgb(250 249 248 / var(--tw-bg-opacity));
}

.bg-light-orange {
  --tw-bg-opacity: 1;
  background-color: rgb(254 237 230 / var(--tw-bg-opacity));
}

.bg-persimmon {
  --tw-bg-opacity: 1;
  background-color: rgb(255 79 0 / var(--tw-bg-opacity));
}

.bg-teal {
  --tw-bg-opacity: 1;
  background-color: rgb(16 63 72 / var(--tw-bg-opacity));
}

.bg-theme-background {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--theme-color) / var(--tw-bg-opacity));
}

.bg-theme-color {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--theme-color) / var(--tw-bg-opacity));
}

.bg-transparent {
  background-color: transparent;
}

.bg-turmeric {
  --tw-bg-opacity: 1;
  background-color: rgb(244 164 29 / var(--tw-bg-opacity));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-opacity-10 {
  --tw-bg-opacity: 0.1;
}

.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.object-bottom {
  -o-object-position: bottom;
     object-position: bottom;
}

.object-center {
  -o-object-position: center;
     object-position: center;
}

.p-10 {
  padding: 2.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-\[30px\] {
  padding-top: 30px;
  padding-bottom: 30px;
}

.py-\[58px\] {
  padding-top: 58px;
  padding-bottom: 58px;
}

.py-\[5px\] {
  padding-top: 5px;
  padding-bottom: 5px;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pl-\[48px\] {
  padding-left: 48px;
}

.pr-\[40px\] {
  padding-right: 40px;
}

.pr-\[55px\] {
  padding-right: 55px;
}

.pt-0 {
  padding-top: 0px;
}

.pt-5 {
  padding-top: 1.25rem;
}

.pt-\[30px\] {
  padding-top: 30px;
}

.text-center {
  text-align: center;
}

.font-condensed {
  font-family: 'Roboto Condensed';
}

.font-mono {
  font-family: 'Roboto Mono', ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.font-roboto {
  font-family: 'Roboto';
}

.font-serif {
  font-family: 'Noto Serif', ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
}

.text-2xl {
  font-size: 3.75rem;
}

.text-\[\.875rem\] {
  font-size: .875rem;
}

.text-\[\.887rem\] {
  font-size: .887rem;
}

.text-\[0\.563rem\] {
  font-size: 0.563rem;
}

.text-\[0\.875rem\] {
  font-size: 0.875rem;
}

.text-\[1\.125rem\] {
  font-size: 1.125rem;
}

.text-\[1\.375rem\] {
  font-size: 1.375rem;
}

.text-\[1\.5rem\] {
  font-size: 1.5rem;
}

.text-\[10px\] {
  font-size: 10px;
}

.text-\[16px\] {
  font-size: 16px;
}

.text-\[18px\] {
  font-size: 18px;
}

.text-\[1rem\] {
  font-size: 1rem;
}

.text-\[2\.125rem\] {
  font-size: 2.125rem;
}

.text-\[2\.5rem\] {
  font-size: 2.5rem;
}

.text-\[2rem\] {
  font-size: 2rem;
}

.text-lg {
  font-size: 1.875rem;
}

.text-sm {
  font-size: 0.875rem;
}

.text-xl {
  font-size: 2.5rem;
}

.font-semibold {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.\!leading-none {
  line-height: 1 !important;
}

.leading-\[0\] {
  line-height: 0;
}

.leading-\[0px\] {
  line-height: 0px;
}

.leading-\[1\.3\] {
  line-height: 1.3;
}

.leading-none {
  line-height: 1;
}

.-tracking-\[\.28px\] {
  letter-spacing: -.28px;
}

.-tracking-\[0\.28px\] {
  letter-spacing: -0.28px;
}

.-tracking-\[0\.8px\] {
  letter-spacing: -0.8px;
}

.tracking-\[0\] {
  letter-spacing: 0;
}

.tracking-tighter {
  letter-spacing: -0.05em;
}

.\!text-teal {
  --tw-text-opacity: 1 !important;
  color: rgb(16 63 72 / var(--tw-text-opacity)) !important;
}

.text-\[\#103F48\] {
  --tw-text-opacity: 1;
  color: rgb(16 63 72 / var(--tw-text-opacity));
}

.text-batik {
  --tw-text-opacity: 1;
  color: rgb(0 126 166 / var(--tw-text-opacity));
}

.text-celadon {
  --tw-text-opacity: 1;
  color: rgb(127 182 164 / var(--tw-text-opacity));
}

.text-light-greige {
  --tw-text-opacity: 1;
  color: rgb(250 249 248 / var(--tw-text-opacity));
}

.text-persimmon {
  --tw-text-opacity: 1;
  color: rgb(255 79 0 / var(--tw-text-opacity));
}

.text-teal {
  --tw-text-opacity: 1;
  color: rgb(16 63 72 / var(--tw-text-opacity));
}

.text-theme-text {
  --tw-text-opacity: 1;
  color: rgb(var(--theme-color) / var(--tw-text-opacity));
}

.text-turmeric {
  --tw-text-opacity: 1;
  color: rgb(244 164 29 / var(--tw-text-opacity));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.opacity-0 {
  opacity: 0;
}

.shadow-\[0_0_25px_5px_rgba\(0\2c 0\2c 0\2c 0\.1\)\] {
  --tw-shadow: 0 0 25px 5px rgba(0,0,0,0.1);
  --tw-shadow-colored: 0 0 25px 5px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline {
  outline-style: solid;
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-500 {
  transition-duration: 500ms;
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

:root {
  --teal: #103f48;
  --white: #ffffff;
  --serif: "Roboto Mono";
}

/*
 * HTML Tag Defaults
 */

html {
  scroll-behavior: smooth;
}

@media screen and (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
}

/*
 * WordPress Default Overrides
 */

body.page-template .is-layout-constrained > .gb-container {
  max-width: none;
}

body.page-template .is-layout-constrained > :where(:not(.gb-container)) {
  padding-left: 40px;
  padding-right: 40px;
}

.post-query-pagination,
.wp-block-query-pagination {
  margin-top: 120px;
}

.wp-block-query-pagination {
  padding-top: 0px;
}

.post-query-pagination ul,
.wp-block-query-pagination {
  display: flex;
  width: 100%;
  align-items: center;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-top-color: rgb(195 207 209 / var(--tw-border-opacity));
  padding-left: 0px !important;
}

.post-query-pagination ul li {
  display: block;
  flex-shrink: 0;
  flex-grow: 0;
}

.wp-block-query-pagination .wp-block-query-pagination-numbers {
  display: flex;
}

.post-query-pagination ul li a,
.wp-block-query-pagination .wp-block-query-pagination-numbers a,
.wp-block-query-pagination .wp-block-query-pagination-numbers span {
  position: relative;
  display: block;
  cursor: pointer;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  --tw-text-opacity: 1;
  color: rgb(16 63 72 / var(--tw-text-opacity));
  opacity: 0.5;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  font-family: 'Roboto Mono', ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.28px;
}

 {
  p a:not(.text-batik):not(.text-light-greige):not(.post-query-pagination ul li a):not(.text-persimmon):not(.text-celadon):not(.text-white),p a:not(.text-batik):not(.text-light-greige):not(
.wp-block-query-pagination .wp-block-query-pagination-numbers a):not(.text-persimmon):not(.text-celadon):not(.text-white),p a:not(.text-batik):not(.text-light-greige):not(
.wp-block-query-pagination .wp-block-query-pagination-numbers span):not(.text-persimmon):not(.text-celadon):not(.text-white){
    color: #FF4F00;
  }
  p a:not(.text-batik):not(.text-light-greige):not(.post-query-pagination ul li a):not(.text-persimmon):not(.text-celadon):not(.text-white),p a:not(.text-batik):not(.text-light-greige):not(
.wp-block-query-pagination .wp-block-query-pagination-numbers a):not(.text-persimmon):not(.text-celadon):not(.text-white),p a:not(.text-batik):not(.text-light-greige):not(
.wp-block-query-pagination .wp-block-query-pagination-numbers span):not(.text-persimmon):not(.text-celadon):not(.text-white){
    color: #FF4F00;
  }
}

.post-query-pagination ul li a:hover,
.wp-block-query-pagination a:hover {
  opacity: 1;
}

.post-query-pagination ul li.active a,
.wp-block-query-pagination .wp-block-query-pagination-numbers .current {
  opacity: 1;
}

.post-query-pagination ul li.active a::before,
.wp-block-query-pagination .wp-block-query-pagination-numbers .current::before {
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
  height: 2px;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(16 63 72 / var(--tw-bg-opacity));
}

 {
  .post-query-pagination ul li.active a::before,
.wp-block-query-pagination .wp-block-query-pagination-numbers .current::before {
  }
  .post-query-pagination ul li.active a::before,
.wp-block-query-pagination .wp-block-query-pagination-numbers .current::before {
  }
}

.post-query-pagination ul li.active a::before,
.wp-block-query-pagination .wp-block-query-pagination-numbers .current::before {
  content: "";
}

.post-query-pagination ul li.paginationjs-prev,
.post-query-pagination ul li.paginationjs-next {
  display: flex;
  flex-shrink: 1;
  flex-grow: 1;
}

.post-query-pagination ul li.paginationjs-prev.disabled,
.post-query-pagination ul li.paginationjs-next.disabled {
  pointer-events: none;
  cursor: none;
  opacity: 0.6;
}

.post-query-pagination ul li.paginationjs-next {
  justify-content: flex-end;
}

.wp-block-query-pagination-next,
.wp-block-query-pagination-prev {
  opacity: 0.5;
}

.wp-block-query-pagination-next:hover,
.wp-block-query-pagination-prev:hover {
  opacity: 1;
}

.wp-block-query-pagination-next,
.wp-block-query-pagination-prev {
  font-family: var(--serif);
}

/*
 * SVG Styling 
 */

.wp-block-safe-svg-svg-icon {
  line-height: 0px;
}

.wp-block-buttons {
  gap: 15px;
}

/*
 * Pattern specific CSS
 */

.full-width-container.gb-container {
  max-width: none !important;
  width: 100vw !important;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
}

/* a:where(:not(.wp-element-button)) {
	@apply underline;
}
a:where(:not(.wp-element-button))::hover {
	@apply no-underline;
} */

.laptop-down {
  display: none !important;
}

@media (max-width: 1181px) {
  .homepage-heading {
    max-width: 540px;
    justify-content: flex-start !important;
  }

  .laptop-down {
    display: block !important;
  }
}

.placeholder\:text-\[\#103F48\]::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(16 63 72 / var(--tw-text-opacity));
}

.placeholder\:text-\[\#103F48\]::placeholder {
  --tw-text-opacity: 1;
  color: rgb(16 63 72 / var(--tw-text-opacity));
}

.placeholder\:text-teal::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(16 63 72 / var(--tw-text-opacity));
}

.placeholder\:text-teal::placeholder {
  --tw-text-opacity: 1;
  color: rgb(16 63 72 / var(--tw-text-opacity));
}

.hover\:-translate-y-\[5px\]:hover {
  --tw-translate-y: -5px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:\!bg-batik:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 126 166 / var(--tw-bg-opacity)) !important;
}

.hover\:\!bg-celadon:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(127 182 164 / var(--tw-bg-opacity)) !important;
}

.hover\:\!bg-light-greige:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(250 249 248 / var(--tw-bg-opacity)) !important;
}

.hover\:\!bg-persimmon:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 79 0 / var(--tw-bg-opacity)) !important;
}

.hover\:\!bg-teal:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(16 63 72 / var(--tw-bg-opacity)) !important;
}

.hover\:\!bg-white:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}

.hover\:bg-batik:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 126 166 / var(--tw-bg-opacity));
}

.hover\:bg-celadon:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(127 182 164 / var(--tw-bg-opacity));
}

.hover\:bg-greige:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(209 202 195 / var(--tw-bg-opacity));
}

.hover\:bg-light-greige:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(250 249 248 / var(--tw-bg-opacity));
}

.hover\:bg-persimmon:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 79 0 / var(--tw-bg-opacity));
}

.hover\:bg-teal:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(16 63 72 / var(--tw-bg-opacity));
}

.hover\:bg-theme-background:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--theme-color) / var(--tw-bg-opacity));
}

.hover\:bg-opacity-20:hover {
  --tw-bg-opacity: 0.2;
}

.hover\:text-batik:hover {
  --tw-text-opacity: 1;
  color: rgb(0 126 166 / var(--tw-text-opacity));
}

.hover\:text-celadon:hover {
  --tw-text-opacity: 1;
  color: rgb(127 182 164 / var(--tw-text-opacity));
}

.hover\:text-light-blue:hover {
  --tw-text-opacity: 1;
  color: rgb(242 249 251 / var(--tw-text-opacity));
}

.hover\:text-light-green:hover {
  --tw-text-opacity: 1;
  color: rgb(242 248 246 / var(--tw-text-opacity));
}

.hover\:text-light-greige:hover {
  --tw-text-opacity: 1;
  color: rgb(250 249 248 / var(--tw-text-opacity));
}

.hover\:text-light-orange:hover {
  --tw-text-opacity: 1;
  color: rgb(254 237 230 / var(--tw-text-opacity));
}

.hover\:text-persimmon:hover {
  --tw-text-opacity: 1;
  color: rgb(255 79 0 / var(--tw-text-opacity));
}

.hover\:text-teal:hover {
  --tw-text-opacity: 1;
  color: rgb(16 63 72 / var(--tw-text-opacity));
}

.hover\:text-turmeric:hover {
  --tw-text-opacity: 1;
  color: rgb(244 164 29 / var(--tw-text-opacity));
}

.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.hover\:opacity-70:hover {
  opacity: 0.7;
}

.hover\:shadow-\[0_0_25px_0px_rgba\(0\2c 0\2c 0\2c \.1\)\]:hover {
  --tw-shadow: 0 0 25px 0px rgba(0,0,0,.1);
  --tw-shadow-colored: 0 0 25px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:ring-teal:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(16 63 72 / var(--tw-ring-opacity));
}

.group:hover .group-hover\:flex {
  display: flex;
}

@media (max-width: 1200px) {
  .max-\[1200px\]\:pt-\[20px\] {
    padding-top: 20px;
  }
}

@media (min-width: 768px) {
  .md\:bottom-8 {
    bottom: 2rem;
  }

  .md\:left-8 {
    left: 2rem;
  }

  .md\:left-auto {
    left: auto;
  }

  .md\:right-10 {
    right: 2.5rem;
  }

  .md\:right-auto {
    right: auto;
  }

  .md\:top-\[58px\] {
    top: 58px;
  }

  .md\:top-auto {
    top: auto;
  }

  .md\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .md\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .md\:aspect-square {
    aspect-ratio: 1 / 1;
  }

  .md\:h-\[200px\] {
    height: 200px;
  }

  .md\:h-auto {
    height: auto;
  }

  .md\:w-\[397px\] {
    width: 397px;
  }

  .md\:w-auto {
    width: auto;
  }

  .md\:max-w-\[500px\] {
    max-width: 500px;
  }

  .md\:max-w-\[calc\(\(2\/7\)\*100\%\)\] {
    max-width: calc((2 / 7) * 100%);
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .md\:items-center {
    align-items: center;
  }

  .md\:justify-end {
    justify-content: flex-end;
  }

  .md\:justify-between {
    justify-content: space-between;
  }

  .md\:gap-5 {
    gap: 1.25rem;
  }

  .md\:gap-x-5 {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .md\:gap-y-0 {
    row-gap: 0px;
  }

  .md\:rounded-lg {
    border-radius: 10px;
  }

  .md\:p-8 {
    padding: 2rem;
  }

  .md\:p-10 {
    padding: 2.5rem;
  }

  .md\:text-base {
    font-size: 1.1255rem;
  }
}

@media (min-width: 1024px) {
  .lg\:visible {
    visibility: visible;
  }

  .lg\:-bottom-\[20px\] {
    bottom: -20px;
  }

  .lg\:mb-8 {
    margin-bottom: 2rem;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-\[150px\] {
    height: 150px;
  }

  .lg\:max-h-\[600px\] {
    max-height: 600px;
  }

  .lg\:w-\[150px\] {
    width: 150px;
  }

  .lg\:w-\[80px\] {
    width: 80px;
  }

  .lg\:max-w-\[calc\(\(\(10\/12\)\*100\%\)\+25px\)\] {
    max-width: calc(((10 / 12) * 100%) + 25px);
  }

  .lg\:max-w-\[calc\(\(2\/3\)\*100\%\)\] {
    max-width: calc((2 / 3) * 100%);
  }

  .lg\:max-w-\[calc\(\(3\/10\)\*100\%\)\] {
    max-width: calc((3 / 10) * 100%);
  }

  .lg\:max-w-\[calc\(\(7\/10\)\*100\%\)\] {
    max-width: calc((7 / 10) * 100%);
  }

  .lg\:max-w-\[calc\(3\/5\*100\%\)\] {
    max-width: calc(3 / 5 * 100%);
  }

  .lg\:max-w-\[calc\(4\/5\*100\%\)\] {
    max-width: calc(4 / 5 * 100%);
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:justify-between {
    justify-content: space-between;
  }

  .lg\:gap-5 {
    gap: 1.25rem;
  }

  .lg\:gap-y-4 {
    row-gap: 1rem;
  }

  .lg\:border-0 {
    border-width: 0px;
  }

  .lg\:p-0 {
    padding: 0px;
  }

  .lg\:p-8 {
    padding: 2rem;
  }

  .lg\:px-\[30px\] {
    padding-left: 30px;
    padding-right: 30px;
  }

  .lg\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .lg\:py-2\.5 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .lg\:pb-8 {
    padding-bottom: 2rem;
  }

  .lg\:text-\[0\.875rem\] {
    font-size: 0.875rem;
  }

  .lg\:text-\[1\.125rem\] {
    font-size: 1.125rem;
  }

  .lg\:text-\[2\.875rem\] {
    font-size: 2.875rem;
  }

  .lg\:text-\[2rem\] {
    font-size: 2rem;
  }

  .lg\:text-md {
    font-size: 1.5rem;
  }
}
