/* Theme Name: Theme By EggDesign
Theme URI: http://www.eggdesign.com.au
Author: Steve Bramley
Author URI: https://www.eggdesign.com.au/
Description: Theme design by EggDesign
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: theme-by-eggdesign */
/* Styles Structure
1. Components
    - hero
    - form
    - buttons
    - typography
2. Layout
    - html/body 
    - header
    - navigation
    - footer
3. Pages
	- home
	- contact
4. Effects
	- parallax
	- animation
	- watermark  */
/** 2. Layout */
/* - 2.1 html/body */
/*$letter-spacing-base: -0.5px;
$letter-spacing-lg: -1px;
$letter-spacing-xl: -2px;
// Define the letter spacings for md breakpoint
$letter-spacing-md: -0.5px;*/
:root {
  scroll-behavior: smooth; }

html,
body {
  padding: 0;
  margin: 0 !important;
  width: 100%;
  scroll-behavior: smooth; }

body {
  overflow-y: scroll;
  overflow-x: hidden;
  scroll-padding-top: 15%;
  scroll-behavior: smooth; }
  body.logged-in {
    position: relative;
    margin-top: -32px !important;
    padding-top: 32px; }

/*
@include media-breakpoint-down(lg) {

    html,
    body,
    aside,
    main,
    footer {
        max-width: 100vw !important;
        overflow-x: hidden !important;
    }
}
*/
.display-none {
  display: none !important; }

main {
  position: relative;
  min-height: 400px; }
  main iframe {
    width: 100% !important; }
  main hr {
    border-color: var(--bs-primary);
    background-color: var(--bs-primary);
    color: var(--bs-primary);
    opacity: 1; }
  @media (max-width: 991.98px) {
    main > * > .wp-block-group__inner-container {
      --bs-gutter-x: 32px; } }
  main > section {
    padding: 100px 0; }
    @media (max-width: 991.98px) {
      main > section {
        padding: 40px 0; } }
  main .wp-block-table td,
  main .wp-block-table th {
    border: 0px;
    padding: 0.5em; }
  main .feature-card figure {
    height: 313px !important; }

.grecaptcha-badge {
  transform: translatex(70px);
  z-index: 99; }

.overflow-visible {
  overflow: visible !important; }

.list__icons {
  padding: 0;
  margin: 2rem 0rem 2rem 3rem;
  list-style: none;
  line-height: 2rem; }
  .list__icons li {
    position: relative; }
    .list__icons li[class*="icn__"]::before {
      content: '';
      position: absolute;
      display: block;
      width: 24px;
      height: 24px;
      left: calc(-1.5rem - 24px);
      top: calc(50% - 12px);
      background-color: var(--bs-gold);
      mask: url(./assets/img/icn__house.svg) center/contain no-repeat;
      -webkit-mask: url(./assets/img/icn__house.svg) center/contain no-repeat; }
    .list__icons li.icn__email::before {
      mask: url(./assets/img/icn__email.svg) center/contain no-repeat;
      -webkit-mask: url(./assets/img/icn__email.svg) center/contain no-repeat; }
    .list__icons li.icn__phone::before {
      mask: url(./assets/img/icn__phone.svg) center/contain no-repeat;
      -webkit-mask: url(./assets/img/icn__phone.svg) center/contain no-repeat; }

.wp-block-group.is-layout-flex {
  display: flex;
  align-items: center; }
  @media (max-width: 991.98px) {
    .wp-block-group.is-layout-flex {
      flex-direction: column; } }
  .wp-block-group.is-layout-flex.is-nowrap {
    flex-wrap: nowrap; }
  .wp-block-group.is-layout-flex.is-vertical {
    flex-direction: column; }
    .wp-block-group.is-layout-flex.is-vertical.is-content-justification-left {
      align-items: flex-start; }
  .wp-block-group.is-layout-flex.is-content-justification-center {
    justify-content: center; }
  .wp-block-group.is-layout-flex.is-content-justification-space-between {
    justify-content: space-between; }
  .wp-block-group.is-layout-flex.is-content-justification-left {
    justify-content: flex-start; }

@media (max-width: 991.98px) {
  .wp-block-group .heading__link {
    margin-bottom: 32px; }
    .wp-block-group .heading__link > *:first-child {
      align-self: flex-start;
      margin-bottom: 0 !important; }
    .wp-block-group .heading__link > *:last-child {
      align-self: flex-end; } }

.wp-block-spacer {
  pointer-events: none; }

/* - 2.2 header */
/*$letter-spacing-base: -0.5px;
$letter-spacing-lg: -1px;
$letter-spacing-xl: -2px;
// Define the letter spacings for md breakpoint
$letter-spacing-md: -0.5px;*/
header {
  position: sticky;
  position: -webkit-sticky;
  z-index: 999;
  background-color: var(--bs-white);
  box-shadow: 10px 12px 48px rgba(2, 34, 72, 0.1);
  transition: top 300ms ease;
  top: 0; }
  header .navbar {
    padding: 0; }
    header .navbar .container {
      justify-content: space-between;
      max-width: 100% !important; }
      @media (max-width: 991.98px) {
        header .navbar .container {
          padding-left: 0;
          padding-right: 0; } }
      header .navbar .container p {
        margin-bottom: 0; }
      header .navbar .container .cart-contents {
        display: block;
        position: relative;
        width: 24px;
        height: 24px;
        background: url(./assets/img/icn__cart.svg) center/contain no-repeat; }
        header .navbar .container .cart-contents .cart-contents-count {
          position: absolute;
          top: -10px;
          right: -10px;
          background-color: var(--bs-orange);
          border-radius: 50%;
          width: 18px;
          height: 18px;
          aspect-ratio: 1;
          display: flex;
          justify-content: center;
          align-items: center;
          color: var(--bs-white);
          text-decoration: none;
          font-size: 0.75rem;
          font-weight: 600;
          line-height: 1rem;
          text-transform: uppercase; }
      header .navbar .container .navbar-brand {
        position: relative;
        left: -12px;
        padding: 0; }
        header .navbar .container .navbar-brand img {
          width: 212px;
          height: 130px; }
          @media (max-width: 767.98px) {
            header .navbar .container .navbar-brand img {
              max-height: 80px;
              width: unset; } }
      header .navbar .container .navbar-collapse {
        align-items: flex-end;
        flex-direction: column-reverse; }
        header .navbar .container .navbar-collapse .nav-wrap {
          display: flex;
          flex-direction: row;
          align-items: center;
          gap: 32px;
          margin-right: 44px;
          width: 100%; }
          header .navbar .container .navbar-collapse .nav-wrap .btn.btn-secondary {
            height: unset;
            margin-top: auto;
            margin-bottom: auto !important; }
            header .navbar .container .navbar-collapse .nav-wrap .btn.btn-secondary a {
              padding: 0px;
              background-color: transparent !important; }
          @media (max-width: 991.98px) {
            header .navbar .container .navbar-collapse .nav-wrap {
              flex-direction: row;
              align-items: flex-start;
              flex-wrap: wrap;
              justify-content: flex-start; }
              header .navbar .container .navbar-collapse .nav-wrap p {
                margin-left: 40px; } }
        header .navbar .container .navbar-collapse .nav__primary {
          margin-left: auto;
          margin-right: auto;
          width: 100%;
          max-width: 1440px; }
          @media (max-width: 991.98px) {
            header .navbar .container .navbar-collapse .nav__primary {
              padding-top: 1.5rem;
              padding-bottom: 1.5rem; } }
      @media (max-width: 991.98px) {
        header .navbar .container .navbar-toggler {
          width: unset;
          display: inline-block;
          margin-right: 5px;
          width: unset !important;
          border-width: 0 !important; }
          header .navbar .container .navbar-toggler .navbar-toggler-icon {
            background: var(--bs-primary);
            mask: var(--bs-navbar-toggler-icon-bg);
            -webkit-mask: var(--bs-navbar-toggler-icon-bg); }
            header .navbar .container .navbar-toggler .navbar-toggler-icon::before, header .navbar .container .navbar-toggler .navbar-toggler-icon::after {
              content: '';
              display: block;
              position: absolute;
              height: 2px;
              width: 28px;
              top: 14px;
              opacity: 0;
              background-color: var(--bs-primary);
              transition: transform 300ms ease, opacity 300ms ease, width 300ms ease, color 300ms ease;
              transform: rotateZ(0deg); }
          header .navbar .container .navbar-toggler:focus {
            text-decoration: none;
            outline: 0;
            box-shadow: none; }
          header .navbar .container .navbar-toggler[aria-expanded="true"] {
            text-decoration: none;
            outline: 0;
            box-shadow: none; }
            header .navbar .container .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
              background: none;
              mask: none;
              -webkit-mask: none;
              position: relative;
              display: flex;
              justify-content: center;
              align-items: center;
              max-width: 24px; }
              header .navbar .container .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::before, header .navbar .container .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::after {
                opacity: 1;
                transform: rotateZ(45deg); }
              header .navbar .container .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::after {
                transform: rotateZ(-45deg); } }
  header .header-secondary {
    width: 100%;
    padding-left: 15px;
    padding-right: 44px;
    margin-right: unset;
    margin-left: auto;
    border-bottom: 0.5px solid #1B225A; }
    header .header-secondary .container {
      display: flex;
      flex-direction: row;
      justify-content: flex-end;
      align-items: center;
      width: 100%;
      max-width: 1440px;
      margin-left: auto;
      margin-right: auto; }
      header .header-secondary .container #menu-secondary {
        display: flex;
        flex-direction: row;
        list-style: none;
        padding: 0;
        gap: 18px;
        margin-bottom: 0; }
        header .header-secondary .container #menu-secondary a {
          color: var(--bs-blue-900);
          font-size: 14px;
          font-weight: 400;
          line-height: 22px;
          text-decoration: none;
          padding: 4px 0;
          display: inline-block; }
    @media (max-width: 991.98px) {
      header .header-secondary .menu-secondary-container {
        margin-right: auto; }
      header .header-secondary .container #menu-secondary {
        padding: 40px;
        justify-content: flex-start; } }
  header.open {
    background-color: white; }

/* - 2.3 navigation */
/*$letter-spacing-base: -0.5px;
$letter-spacing-lg: -1px;
$letter-spacing-xl: -2px;
// Define the letter spacings for md breakpoint
$letter-spacing-md: -0.5px;*/
header .nav__primary {
  margin-left: auto;
  margin-right: unset;
  width: 100%;
  justify-content: flex-end;
  padding-right: 15px;
  padding-left: 15px; }
  header .nav__primary > .nav-item:first-child {
    margin-left: auto; }
    @media (max-width: 991.98px) {
      header .nav__primary > .nav-item:first-child {
        margin-left: 0; } }
  header .nav__primary > .nav-item > .nav-link {
    padding: 2.0rem 1.5rem;
    background-color: var(--bs-white);
    transition: color 300ms ease background 300ms ease-out; }
    @media (max-width: 991.98px) {
      header .nav__primary > .nav-item > .nav-link {
        padding: 2.5rem 1.5rem;
        text-align: left; } }
  header .nav__primary > .nav-item.menu-item-has-children {
    position: relative; }
    header .nav__primary > .nav-item.menu-item-has-children > ul {
      position: absolute;
      margin: 0;
      padding: 0;
      list-style: none;
      opacity: 0;
      visibility: hidden;
      max-height: 0px;
      background-color: white;
      transform: translateY(-30px);
      transition: opacity 300ms ease-out, max-height 300ms ease-out, transform 300ms ease-out; }
      @media (max-width: 991.98px) {
        header .nav__primary > .nav-item.menu-item-has-children > ul {
          position: relative; } }
      header .nav__primary > .nav-item.menu-item-has-children > ul .nav-link {
        padding: 1.28rem 1.5rem;
        text-align: left;
        font-size: 16px;
        font-weight: 300;
        white-space: nowrap;
        border-top: 1px solid var(--bs-secondary);
        text-transform: none; }
        header .nav__primary > .nav-item.menu-item-has-children > ul .nav-link:hover {
          color: var(--bs-blue-500); }
    header .nav__primary > .nav-item.menu-item-has-children > .nav-link {
      padding-right: 3.38rem; }
    header .nav__primary > .nav-item.menu-item-has-children::after {
      content: '';
      position: absolute;
      width: 14px;
      height: 14px;
      top: calc(50% - 7px);
      right: 1.5rem;
      background-color: var(--bs-blue-900);
      mask: url(./assets/img/icn__chevron--select.svg) center/contain no-repeat;
      -webkit-mask: url(./assets/img/icn__chevron--select.svg) center/contain no-repeat;
      transition: color 300ms ease, transform 300ms ease-out; }
      @media (max-width: 991.98px) {
        header .nav__primary > .nav-item.menu-item-has-children::after {
          top: 44px; } }
  header .nav__primary > .nav-item:hover > .nav-link {
    color: var(--bs-blue-500); }
  header .nav__primary > .nav-item:hover.menu-item-has-children > ul {
    max-height: 999px;
    opacity: 1;
    visibility: visible;
    transform: translateY(0); }
  header .nav__primary > .nav-item:hover.menu-item-has-children::after {
    transform: rotate(180deg);
    background-color: var(--bs-blue-500); }

.menu__social {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 1rem;
  justify-content: center; }
  .menu__social li a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-indent: -999px;
    padding: 1rem;
    background-color: var(--bs-gold);
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    transition: background-color 300ms ease, border 300ms ease; }
    .menu__social li a::after {
      content: '';
      display: block;
      width: 24px;
      height: 24px;
      background-color: var(--bs-blue-900);
      mask: url(./assets/img/icn__social--insta.svg) center/contain no-repeat;
      -webkit-mask: url(./assets/img/icn__social--insta.svg) center/contain no-repeat;
      transition: background-color 300ms ease; }
    .menu__social li a:hover {
      background-color: var(--bs-blue-700) !important;
      border-color: var(--bs-blue-700) !important; }
      .menu__social li a:hover::after {
        background-color: var(--bs-secondary) !important; }
  .menu__social li.icn__social--linkedin a::after {
    mask: url(./assets/img/icn__social--linkedin.svg) center/contain no-repeat;
    -webkit-mask: url(./assets/img/icn__social--linkedin.svg) center/contain no-repeat; }
  .menu__social li.icn__social--facebook a::after {
    mask: url(./assets/img/icn__social--facebook.svg) center/contain no-repeat;
    -webkit-mask: url(./assets/img/icn__social--facebook.svg) center/contain no-repeat; }
  .menu__social li.icn__social--twitter a::after {
    mask: url(./assets/img/icn__social--twitter.svg) center/contain no-repeat;
    -webkit-mask: url(./assets/img/icn__social--twitter.svg) center/contain no-repeat; }
  .menu__social li.icn__social--youtube a::after {
    mask: url(./assets/img/icn__social--youtube.svg) center/contain no-repeat;
    -webkit-mask: url(./assets/img/icn__social--youtube.svg) center/contain no-repeat; }

@media (max-width: 991.98px) {
  #menu-secondary {
    padding-left: 0;
    margin-bottom: 5rem; } }

.has-gold-background-color .menu__social li a {
  border: 1px solid var(--bs-blue-900); }

/* - 2.4 footer */
/*$letter-spacing-base: -0.5px;
$letter-spacing-lg: -1px;
$letter-spacing-xl: -2px;
// Define the letter spacings for md breakpoint
$letter-spacing-md: -0.5px;*/
footer, .section__footer--pre {
  background-color: var(--bs-blue-900);
  color: white; }
  footer a, .section__footer--pre a {
    color: white;
    text-decoration: none; }

.section__footer--pre {
  padding: 7.5rem 0;
  background: url(./assets/img/msk__waves--03.svg) center top repeat-x, linear-gradient(180deg, transparent 49.99%, var(--bs-blue-900) 50%);
  margin-top: -85px;
  margin-bottom: -75px;
  position: relative; }
  .section__footer--pre > .wp-block-group > .wp-block-group__inner-container {
    position: relative; }
    .section__footer--pre > .wp-block-group > .wp-block-group__inner-container::before {
      content: '';
      position: absolute;
      width: 550px;
      height: 550px;
      right: calc(50% - 350px);
      top: -450px;
      z-index: -1;
      background: url(./assets/img/wmk__ring--md.svg) center/contain no-repeat;
      opacity: 0.1; }
    .section__footer--pre > .wp-block-group > .wp-block-group__inner-container > * {
      z-index: 10;
      position: relative; }
      .section__footer--pre > .wp-block-group > .wp-block-group__inner-container > * a {
        color: white; }
  .section__footer--pre .card {
    padding: 2rem 1.63rem; }
    .section__footer--pre .card > .wp-block-group__inner-container {
      padding: 0; }
    .section__footer--pre .card + .card {
      margin-top: 1.5rem; }
      @media (max-width: 991.98px) {
        .section__footer--pre .card + .card {
          margin-bottom: 2.5rem; } }

.section__footer--main {
  padding: 2.25rem 0 2.19rem;
  border-top: 1px solid var(--bs-gold);
  border-bottom: 1px solid var(--bs-gold);
  background: linear-gradient(rgba(27, 34, 90, 0.7), rgba(27, 34, 90, 0.7)), url(./assets/img/img__bg--acknowledgment.jpg) center/cover no-repeat; }

.section__footer--aside {
  padding: 2rem 0; }
  .section__footer--aside ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 3rem; }
    @media (max-width: 767.98px) {
      .section__footer--aside ul {
        flex-direction: column; } }

/* 1. Components */
/* 1.1 typography */
/*$letter-spacing-base: -0.5px;
$letter-spacing-lg: -1px;
$letter-spacing-xl: -2px;
// Define the letter spacings for md breakpoint
$letter-spacing-md: -0.5px;*/
h1 {
  font-family: "museo-sans-rounded", sans-serif;
  font-weight: 600 !important;
  font-size: 2.875rem !important;
  line-height: 3.375rem !important;
  margin-bottom: 1.5rem !important;
  text-transform: uppercase;
  position: relative; }
  @media (max-width: 767.98px) {
    h1 {
      font-size: 32px !important;
      line-height: 25.6px; } }

h2 {
  font-family: "museo-sans-rounded", sans-serif;
  font-weight: 600 !important;
  font-size: 2.625rem !important;
  line-height: 3.125rem !important;
  margin-bottom: 1.5rem !important;
  text-transform: uppercase; }
  @media (max-width: 991.98px) {
    h2 {
      font-size: 24px !important;
      line-height: 28px !important;
      margin-bottom: 32px !important; }
      h2 + p {
        margin-top: 16px; } }

h3 {
  font-family: "museo-sans-rounded", sans-serif;
  font-weight: 600 !important;
  font-size: 2rem !important;
  line-height: 2.5rem !important;
  margin-bottom: 1rem !important;
  letter-spacing: 0.0625rem;
  text-transform: uppercase; }
  h3.bullet {
    padding-left: 35px; }
    h3.bullet::before {
      top: -3px;
      width: 27px;
      height: 27px; }
  @media (max-width: 767.98px) {
    h3 {
      font-size: 20px !important;
      line-height: 14.4px; } }

h4 {
  font-family: "museo-sans-rounded", sans-serif;
  font-weight: 600 !important;
  font-size: 1.875rem !important;
  line-height: 2.375rem !important;
  margin-bottom: 1rem !important; }
  @media (max-width: 767.98px) {
    h4 {
      font-size: 18px !important;
      line-height: 14.4px; } }

h5,
h6 {
  font-family: "museo-sans-rounded", sans-serif;
  font-weight: 600 !important;
  font-size: 1.5rem !important;
  line-height: 2rem !important;
  text-transform: uppercase;
  margin-bottom: 0.5rem !important; }
  @media (max-width: 767.98px) {
    h5,
    h6 {
      font-size: 18px !important;
      line-height: 14.4px; } }

h6 {
  font-size: 1.5rem !important;
  line-height: 2rem !important;
  text-transform: unset; }
  @media (max-width: 767.98px) {
    h6 {
      font-size: 18px !important;
      line-height: 14.4px; } }

.lead {
  font-family: "museo-sans", sans-serif;
  font-weight: 500;
  font-size: 1.25rem !important;
  line-height: 1.75rem !important; }
  .lead strong,
  .lead b {
    font-weight: 600; }

.lead.icn__dot,
h1.icn__dot,
h2.icn__dot,
h3.icn__dot,
h4.icn__dot,
h5.icn__dot,
h6.icn__dot {
  position: relative;
  padding-left: 24px; }
  .lead.icn__dot::before,
  h1.icn__dot::before,
  h2.icn__dot::before,
  h3.icn__dot::before,
  h4.icn__dot::before,
  h5.icn__dot::before,
  h6.icn__dot::before {
    content: '';
    position: absolute;
    left: 0;
    top: calc(50% - 8px);
    width: 16px;
    height: 16px;
    background-color: #B0CE4C;
    mask: url(/wp-content/themes/theme-by-eggdesign/assets/img/icn__dot--title.svg) center/contain no-repeat;
    -webkit-mask: url(/wp-content/themes/theme-by-eggdesign/assets/img/icn__dot--title.svg) center/contain no-repeat; }
  .lead.icn__dot.fof,
  h1.icn__dot.fof,
  h2.icn__dot.fof,
  h3.icn__dot.fof,
  h4.icn__dot.fof,
  h5.icn__dot.fof,
  h6.icn__dot.fof {
    padding-left: 32px; }
    .lead.icn__dot.fof::before,
    h1.icn__dot.fof::before,
    h2.icn__dot.fof::before,
    h3.icn__dot.fof::before,
    h4.icn__dot.fof::before,
    h5.icn__dot.fof::before,
    h6.icn__dot.fof::before {
      top: calc(50% - 12px);
      background-color: var(--bs-pink);
      width: 24px;
      height: 24px; }

.overline {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1rem;
  text-transform: uppercase; }

body {
  font-family: "museo-sans", sans-serif;
  font-weight: 300 !important;
  font-size: 16px !important;
  line-height: 1.5 !important; }
  body strong,
  body b {
    font-weight: 400 !important; }
  @media (max-width: 767.98px) {
    body {
      font-size: 16px !important;
      line-height: 1.25; } }

/*footer,*/
.small {
  font-size: 0.875rem;
  line-height: 1rem; }

.btn {
  font-weight: 400 !important;
  font-size: 1.125rem !important;
  line-height: 1.5rem !important;
  text-decoration: none !important;
  margin-bottom: 0 !important; }
  @media (max-width: 767.98px) {
    .btn {
      font-size: 14px !important;
      line-height: 21px; } }

.navbar-nav .nav-link {
  font-family: "museo-sans", sans-serif;
  font-weight: 300;
  font-size: 1.25rem;
  line-height: 1.5rem;
  text-align: center;
  text-transform: uppercase; }

/* 1.2 form */
/*$letter-spacing-base: -0.5px;
$letter-spacing-lg: -1px;
$letter-spacing-xl: -2px;
// Define the letter spacings for md breakpoint
$letter-spacing-md: -0.5px;*/
select, .pp-form-wrapper select {
  background: url(./assets/img/icn__chevron--select.svg) calc(100% - 12px) center/18px no-repeat;
  box-sizing: border-box;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 4px !important;
  padding: 14px 19px;
  width: unset !important;
  font-size: 16px !important;
  line-height: 28px !important;
  width: 100% !important; }

#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap select {
  height: unset !important;
  padding: 1.25rem !important;
  line-height: 16px !important; }

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000; }

input:focus-visible,
select:focus-visible,
textarea:focus-visible,
input:focus,
select:focus,
textarea:focus {
  border-radius: 8px !important; }

input:not([type="checkbox"]), 
.pp-form-wrapper input:not([type="checkbox"]),
button,
.pp-form-wrapper button, 
select, 
.pp-form-wrapper select,
optgroup,
.pp-form-wrapper optgroup,
textarea,
.pp-form-wrapper textarea {
  font-family: "museo-sans", sans-serif !important;
  background-color: transparent !important;
  padding: 1.25rem; /* !important; */
  width: 100%; /* !important; */
  font-size: 0.875rem !important;
  line-height: 1rem !important;
  border-radius: 8px !important;
  border: 1px solid var(--bs-gold); /* !important; */
  color: var(--bs-white) !important; 
}


.pp-form-wrapper input:not([type="checkbox"]) {
  font-family: "museo-sans", sans-serif; }

.pp-form-wrapper button {
  font-family: "museo-sans", sans-serif; }

.pp-form-wrapper select {
  font-family: "museo-sans", sans-serif; }

.pp-form-wrapper optgroup {
  font-family: "museo-sans", sans-serif; }

.pp-form-wrapper textarea {
  font-family: "museo-sans", sans-serif; }


textarea,
.pp-form-wrapper textarea {
  max-height: 184px; }

input[type="submit"], .pp-form-wrapper input[type="submit"],
#profilepress-myaccount-wrapper .profilepress-myaccount-content .ppmyac-remove-avatar,
.profilepress-myaccount-orders-subs .profilepress-myaccount-orders-subs-wrap .ppress-my-account-order-sub-header--actions a,
.profilepress-myaccount-orders-subs a.ppress-myac-action {
  font-weight: 700 !important;
  font-size: 18px !important;
  background-color: var(--bs-gold) !important;
  color: var(--bs-blue-900) !important;
  border: 1px solid var(--bs-gold) !important;
  text-align: center !important;
  position: relative !important;
  border-radius: 8px !important;
  box-shadow: 0px 0px 0px rgba(46, 48, 50, 0) !important;
  transition: box-shadow 300ms ease, color 300ms ease !important;
  width: unset !important;
  margin: 1.25rem auto 1.25rem 0 !important;
  padding: 1rem 1.25rem !important; }
  input[type="submit"]:hover,
  #profilepress-myaccount-wrapper .profilepress-myaccount-content .ppmyac-remove-avatar:hover,
  .profilepress-myaccount-orders-subs .profilepress-myaccount-orders-subs-wrap .ppress-my-account-order-sub-header--actions a:hover,
  .profilepress-myaccount-orders-subs a.ppress-myac-action:hover {
    background-color: var(--bs-blue-700) !important;
    color: var(--bs-secondary) !important;
    border-color: var(--bs-blue-700) !important; }

.pp-form-wrapper input[type="submit"],
.pp-form-wrapper #profilepress-myaccount-wrapper .profilepress-myaccount-content .ppmyac-remove-avatar, #profilepress-myaccount-wrapper .profilepress-myaccount-content .pp-form-wrapper .ppmyac-remove-avatar,
.pp-form-wrapper .profilepress-myaccount-orders-subs .profilepress-myaccount-orders-subs-wrap .ppress-my-account-order-sub-header--actions a, .profilepress-myaccount-orders-subs .profilepress-myaccount-orders-subs-wrap .ppress-my-account-order-sub-header--actions .pp-form-wrapper a,
.pp-form-wrapper .profilepress-myaccount-orders-subs a.ppress-myac-action, .profilepress-myaccount-orders-subs .pp-form-wrapper a.ppress-myac-action,
#profilepress-myaccount-wrapper .profilepress-myaccount-content .ppmyac-remove-avatar,
.profilepress-myaccount-orders-subs .profilepress-myaccount-orders-subs-wrap .ppress-my-account-order-sub-header--actions a,
.profilepress-myaccount-orders-subs a.ppress-myac-action {
  margin-right: auto !important; }

.profilepress-myaccount-orders-subs .profilepress-myaccount-orders-subs-wrap .ppress-my-account-order-sub-header--actions a,
.profilepress-myaccount-orders-subs a.ppress-myac-action {
  margin-right: 0 !important;
  margin-left: auto !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

#profilepress-myaccount-wrapper .profilepress-myaccount-content .ppmyac-remove-avatar {
  margin-left: 24px !important;
  padding: 24px 32px !important;
  display: flex;
  align-items: center; }

.pp-form-container {
  margin-bottom: 16px !important; }
  .pp-form-container .ppress-form-bottom-links {
    display: none !important; }
  .pp-form-container .pp-form-wrapper.ppBuildScratch.ppsbw-full-width .pp-form-submit-button-wrap {
    margin: 0 !important; }
    .pp-form-container .pp-form-wrapper.ppBuildScratch.ppsbw-full-width .pp-form-submit-button-wrap input[type=submit],
    .pp-form-container .pp-form-wrapper.ppBuildScratch.ppsbw-full-width .pp-form-submit-button-wrap #profilepress-myaccount-wrapper .profilepress-myaccount-content .ppmyac-remove-avatar[type=submit], #profilepress-myaccount-wrapper .profilepress-myaccount-content .pp-form-container .pp-form-wrapper.ppBuildScratch.ppsbw-full-width .pp-form-submit-button-wrap .ppmyac-remove-avatar[type=submit],
    .pp-form-container .pp-form-wrapper.ppBuildScratch.ppsbw-full-width .pp-form-submit-button-wrap .profilepress-myaccount-orders-subs .profilepress-myaccount-orders-subs-wrap .ppress-my-account-order-sub-header--actions a[type=submit], .profilepress-myaccount-orders-subs .profilepress-myaccount-orders-subs-wrap .ppress-my-account-order-sub-header--actions .pp-form-container .pp-form-wrapper.ppBuildScratch.ppsbw-full-width .pp-form-submit-button-wrap a[type=submit],
    .pp-form-container .pp-form-wrapper.ppBuildScratch.ppsbw-full-width .pp-form-submit-button-wrap .profilepress-myaccount-orders-subs a.ppress-myac-action[type=submit], .profilepress-myaccount-orders-subs .pp-form-container .pp-form-wrapper.ppBuildScratch.ppsbw-full-width .pp-form-submit-button-wrap a.ppress-myac-action[type=submit] {
      position: relative !important;
      margin: 0 auto 0 0 !important;
      width: unset !important;
      border-radius: 8px !important; }
  .pp-form-container + .stack p a {
    color: white;
    text-decoration: none;
    transition: color 300ms ease; }
    .pp-form-container + .stack p a:hover {
      color: var(--bs-gold); }

input[name="quantity"],
input.qty {
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 2rem;
  color: var(--bs-charcoal) !important; }

input[type="submit"]:hover,
#profilepress-myaccount-wrapper .profilepress-myaccount-content .ppmyac-remove-avatar:hover,
.profilepress-myaccount-orders-subs .profilepress-myaccount-orders-subs-wrap .ppress-my-account-order-sub-header--actions a:hover,
.profilepress-myaccount-orders-subs a.ppress-myac-action:hover {
  box-shadow: 2px 2px 8px rgba(46, 48, 50, 0.2); }

input::-moz-placeholder,
textarea::-moz-placeholder,
.pp-form-wrapper textarea::-moz-placeholder {
  color: var(--bs-charcoal) !important; }

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: var(--bs-charcoal) !important; }

input::placeholder,
textarea::placeholder,
.pp-form-wrapper textarea::placeholder {
  color: var(--bs-charcoal) !important; }

.fields p {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 0; }
  @media (max-width: 991.98px) {
    .fields p {
      flex-direction: column; } }
  .fields p label {
    flex: 1;
    width: 100%; }

.form__subscribe > p {
  display: flex;
  flex-direction: column;
  gap: 1rem; }
  @media (max-width: 767.98px) {
    .form__subscribe > p input[type="submit"], .pp-form-wrapper .form__subscribe > p input[type="submit"],
    .form__subscribe > p #profilepress-myaccount-wrapper .profilepress-myaccount-content .ppmyac-remove-avatar, #profilepress-myaccount-wrapper .profilepress-myaccount-content .form__subscribe > p .ppmyac-remove-avatar,
    .form__subscribe > p .profilepress-myaccount-orders-subs .profilepress-myaccount-orders-subs-wrap .ppress-my-account-order-sub-header--actions a, .profilepress-myaccount-orders-subs .profilepress-myaccount-orders-subs-wrap .ppress-my-account-order-sub-header--actions .form__subscribe > p a,
    .form__subscribe > p .profilepress-myaccount-orders-subs a.ppress-myac-action, .profilepress-myaccount-orders-subs .form__subscribe > p a.ppress-myac-action {
      width: 100%;
      text-transform: uppercase; } }
  .form__subscribe > p > span {
    flex: 1; }

.form__subscribe .wpcf7-spinner {
  position: absolute; }

.submit-button-wrapper p {
  flex-direction: row !important; }

table.variations select {
  color: var(--bs-blue-900) !important; }

.pp-form-container .ppBuildScratch {
  background-color: transparent !important;
  padding: 0 !important;
  display: flex;
  flex-direction: column;
  gap: 16px; }
  .pp-form-container .ppBuildScratch > * {
    font-family: "museo-sans", sans-serif !important;
    margin-bottom: 0;
    padding: 0 !important; }
  .pp-form-container .ppBuildScratch .pp-form-field-wrap .pp-form-material-icons {
    display: none !important; }

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppsbw-full-width .pp-form-submit-button-wrapper {
  margin: unset !important; }

.profilepress-myaccount-form-field.eup_display_name,
.profilepress-myaccount-form-field.edit-profile-website,
.profilepress-myaccount-form-field.edit-profile-bio,
.profilepress-myaccount-form-field.pp-user-cover-image,
.profilepress-myaccount-form-field.pp-cover-image,
.form-row.address-field.form-row-wide.wooccm-field.wooccm-field-address_2.wooccm-type-text.address-field,
.p-LinkAutofillPrompt {
  display: none !important; }

.wpcf7 form.sent .wpcf7-response-output {
  background-color: #F5C423;
  color: var(--bs-blue-900);
  text-align: center;
  border-radius: 8px; }

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #F5C423; }

.wpcf7 form .wpcf7-response-output {
  margin: 2em 0.5em 1em;
  padding: 0.5em 0.25em;
  border: 2px solid #F5C423; }

#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap .profilepress-myaccount-form-control:not([type=radio]):not([type="checkbox"]),
#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap input:not([type=radio]):not([type="checkbox"]):not([type=submit]), #profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap select,
#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap textarea {
  line-height: 16px !important;
  height: unset !important; }

.ppress-checkout-form__payment_method__title_wrap {
  display: flex; }
  .ppress-checkout-form__payment_method__title_wrap #ppress_payment_method_stripe {
    width: 21px !important; }

/* 1.3 buttons */
/*$letter-spacing-base: -0.5px;
$letter-spacing-lg: -1px;
$letter-spacing-xl: -2px;
// Define the letter spacings for md breakpoint
$letter-spacing-md: -0.5px;*/
.wp-bootstrap-blocks-button.text-right {
  text-align: right; }

.wp-bootstrap-blocks-button a.has-pink-background-color {
  border-color: var(--bs-pink); }

.add_to_cart_button,
.checkout-button,
.btn,
.btn-primary,
.btn-secondary,
.btn-outline,
.woocommerce-cart-form button[value="Update cart"] {
  text-decoration: none;
  text-transform: none;
  padding: 24px 32px !important;
  font-weight: 600 !important; }
  .add_to_cart_button > a,
  .checkout-button > a,
  .btn > a,
  .btn-primary > a,
  .btn-secondary > a,
  .btn-outline > a,
  .woocommerce-cart-form button[value="Update cart"] > a,
  .woocommerce-cart-form .pp-form-wrapper button[value="Update cart"] > a {
    text-decoration: none;
    text-transform: none; }


.woocommerce-cart-form button[value="Update cart"] {
  background-color: var(--bs-primary);
  color: var(--bs-secondary) !important;
  transition: background-color 300ms ease, color 300ms ease; }
  .woocommerce-cart-form button[value="Update cart"]:disabled {
    background-color: var(--bs-primary);
    color: var(--bs-secondary) !important; }
    .woocommerce-cart-form button[value="Update cart"]:disabled:hover {
      background-color: var(--bs-primary) !important;
      color: var(--bs-secondary) !important; }
  .woocommerce-cart-form button[value="Update cart"]:hover {
    background-color: var(--bs-secondary) !important;
    color: var(--bs-primary) !important; }

.add_to_cart_button,
.checkout-button,
.btn-secondary {
  color: var(--bs-blue-900) !important; }
  .add_to_cart_button.has-green-background-color,
  .checkout-button.has-green-background-color,
  .btn-secondary.has-green-background-color {
    border-color: var(--bs-green); }
  .add_to_cart_button > a,
  .checkout-button > a,
  .btn-secondary > a {
    color: var(--bs-blue-900) !important; }
  .add_to_cart_button[class*="icn__"]::before,
  .checkout-button[class*="icn__"]::before,
  .btn-secondary[class*="icn__"]::before {
    transform: border 300ms ease; }
  .add_to_cart_button:hover,
  .checkout-button:hover,
  .btn-secondary:hover {
    background-color: var(--bs-blue-700) !important;
    color: var(--bs-secondary) !important;
    border-color: var(--bs-blue-700) !important; }
    .add_to_cart_button:hover[class*="icn__"]::before,
    .checkout-button:hover[class*="icn__"]::before,
    .btn-secondary:hover[class*="icn__"]::before {
      background-color: var(--bs-secondary) !important; }
    .add_to_cart_button:hover a,
    .checkout-button:hover a,
    .btn-secondary:hover a {
      background-color: var(--bs-blue-700) !important;
      color: var(--bs-secondary) !important; }

a.add_to_cart_button,
a.checkout-button {
  background-color: var(--bs-secondary) !important;
  transition: color 300ms ease, background-color 300ms ease; }
  a.add_to_cart_button:has(+ a.add_to_cart_button.wpcbn-btn),
  a.checkout-button:has(+ a.add_to_cart_button.wpcbn-btn) {
    margin-right: 16px; }

.btn-outline,
a.add_to_cart_button.wpcbn-btn {
  background-color: transparent !important; }
  .btn-outline.btn-secondary,
  a.add_to_cart_button.wpcbn-btn.btn-secondary {
    color: var(--bs-secondary) !important; }
    .btn-outline.btn-secondary:hover,
    a.add_to_cart_button.wpcbn-btn.btn-secondary:hover {
      background: rgba(245, 196, 35, 0.1) !important;
      border-color: var(--bs-secondary) !important; }

a.add_to_cart_button.wpcbn-btn {
  border: 1px solid var(--bs-secondary) !important; }
  a.add_to_cart_button.wpcbn-btn:hover {
    color: var(--bs-primary) !important; }

p + button, .pp-form-wrapper p + button,
p + .btn,
p + [class*="btn-"],
p + .wp-bootstrap-blocks-button + button,
.pp-form-wrapper p + .wp-bootstrap-blocks-button + button,
p + .wp-bootstrap-blocks-button + .btn,
p + .wp-bootstrap-blocks-button + [class*="btn-"] {
  margin-top: 1.5rem; }

.icn__heart,
.icn__gift,
.icn__event,
.icn__giving,
.icn__church {
  padding-left: 4rem !important;
  position: relative; }
  .icn__heart::before,
  .icn__gift::before,
  .icn__event::before,
  .icn__giving::before,
  .icn__church::before {
    content: '';
    position: absolute;
    display: inline-block;
    width: 16px;
    height: 16px;
    top: calc(50% - 8px);
    left: 32px;
    background-color: var(--bs-blue-900);
    mask: url(./assets/img/icn__heart.svg) center/contain no-repeat;
    -webkit-mask: url(./assets/img/icn__heart.svg) center/contain no-repeat; }

.icn__event::before {
  mask: url(./assets/img/icn__event.svg) center/contain no-repeat;
  -webkit-mask: url(./assets/img/icn__event.svg) center/contain no-repeat; }

.icn__giving::before {
  mask: url(./assets/img/icn__giving.svg) center/contain no-repeat;
  -webkit-mask: url(./assets/img/icn__giving.svg) center/contain no-repeat; }

.icn__gift::before {
  mask: url(./assets/img/icn__gift.svg) center/contain no-repeat;
  -webkit-mask: url(./assets/img/icn__gift.svg) center/contain no-repeat; }

.icn__church::before {
  mask: url(./assets/img/icn__church.svg) center/contain no-repeat;
  -webkit-mask: url(./assets/img/icn__church.svg) center/contain no-repeat; }

a[class*="lnk__"],
a[class*="icn__arrow"] {
  padding: 1.5rem 0 1rem;
  text-decoration: none;
  font-weight: 700;
  color: var(--bs-blue-900);
  transition: color 300ms ease; }
  a[class*="lnk__"].icn__arrow--right, a[class*="lnk__"].icn__arrow--left,
  a[class*="icn__arrow"].icn__arrow--right,
  a[class*="icn__arrow"].icn__arrow--left {
    position: relative; }
    a[class*="lnk__"].icn__arrow--right::after, a[class*="lnk__"].icn__arrow--left::after,
    a[class*="icn__arrow"].icn__arrow--right::after,
    a[class*="icn__arrow"].icn__arrow--left::after {
      content: '';
      position: absolute;
      width: 16px;
      height: 16px;
      top: calc(50% - 3px);
      right: -28px;
      background-color: var(--bs-blue-900);
      transform: translateX(0px);
      mask: url(./assets/img/icn__arrow--right.svg) center/contain no-repeat;
      -webkit-mask: url(./assets/img/icn__arrow--right.svg) center/contain no-repeat;
      transition: background-color 300ms ease, transform 300ms ease; }
  a[class*="lnk__"].icn__arrow--left::after,
  a[class*="icn__arrow"].icn__arrow--left::after {
    right: unset;
    left: -24px;
    transform: rotate(180deg) translateX(0px); }
  @media (max-width: 767.98px) {
    a[class*="lnk__"].icn__arrow--left,
    a[class*="icn__arrow"].icn__arrow--left {
      padding-left: 1.5rem; }
      a[class*="lnk__"].icn__arrow--left::after,
      a[class*="icn__arrow"].icn__arrow--left::after {
        left: 0; } }
  a[class*="lnk__"]:hover,
  a[class*="icn__arrow"]:hover {
    color: var(--bs-blue-500) !important; }
    a[class*="lnk__"]:hover.icn__arrow--right::after,
    a[class*="icn__arrow"]:hover.icn__arrow--right::after {
      background-color: var(--bs-blue-500) !important;
      transform: translateX(4px); }
    a[class*="lnk__"]:hover.icn__arrow--left::after,
    a[class*="icn__arrow"]:hover.icn__arrow--left::after {
      background-color: var(--bs-blue-500) !important;
      transform: rotate(180deg) translateX(4px); }

.icn__arrow--right:has(a) a {
  display: inline-block;
  margin-top: 24px;
  position: relative;
  text-decoration: none;
  transition: color 300ms ease; }
  .icn__arrow--right:has(a) a::after {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    top: calc(50% - 8px);
    right: -28px;
    transform: translateX(0);
    background-color: var(--bs-blue-900);
    mask: url(./assets/img/icn__arrow--right.svg) center/contain no-repeat;
    -webkit-mask: url(./assets/img/icn__arrow--right.svg) center/contain no-repeat;
    transition: background-color 300ms ease, transform 300ms ease; }
  .icn__arrow--right:has(a) a:hover {
    color: var(--bs-blue-500) !important; }
    .icn__arrow--right:has(a) a:hover::after {
      background-color: var(--bs-blue-500) !important;
      transform: translateX(4px); }

.icn__arrow--right:has(a).has-white-color a {
  color: var(--bs-white) !important; }
  .icn__arrow--right:has(a).has-white-color a::after {
    background-color: var(--bs-white) !important; }
  .icn__arrow--right:has(a).has-white-color a:hover {
    color: var(--bs-blue-500) !important; }
    .icn__arrow--right:has(a).has-white-color a:hover::after {
      background-color: var(--bs-blue-500) !important; }

.woocommerce a.remove {
  position: relative;
  text-indent: -9999px;
  background: none !important; }
  .woocommerce a.remove::after {
    content: '';
    position: absolute;
    top: calc(50% - 16px);
    left: calc(50% - 8px);
    width: 32px;
    height: 32px;
    background-color: var(--bs-blue-900);
    mask: url(./assets/img/icn__bin.svg) center/contain no-repeat;
    -webkit-mask: url(./assets/img/icn__bin.svg) center/contain no-repeat;
    transition: background-color 300ms ease; }
  .woocommerce a.remove:hover {
    background: none !important; }
    .woocommerce a.remove:hover::after {
      background-color: var(--bs-blue-500) !important; }

.woocommerce a[title="View cart"] {
  margin-left: 18px; }

@media (max-width: 767.98px) {
  #sbw_wc-adding-button-archive {
    margin-left: 0px; } }

.friends-of-the-foundation .login-submit #wp-submit {
  background-color: var(--bs-pink) !important;
  color: var(--bs-blue-900) !important;
  border: 1px solid var(--bs-pink) !important; }

.friends-of-the-foundation #section__resources {
  background-color: white; }

.wp-block-woocommerce-memberships-member-content .wp-bootstrap-blocks-button a {
  background-color: var(--bs-pink) !important;
  color: var(--bs-blue-900) !important;
  border: 1px solid var(--bs-pink) !important; }

/* - 1.4 hero */
/*$letter-spacing-base: -0.5px;
$letter-spacing-lg: -1px;
$letter-spacing-xl: -2px;
// Define the letter spacings for md breakpoint
$letter-spacing-md: -0.5px;*/
.hero {
  padding: 1.5rem 0;
  position: relative;
  z-index: 100; }
  @media (max-width: 991.98px) {
    .hero {
      padding: 0; } }
  .hero .splide__track {
    overflow: visible; }
  .hero .splide__list {
    gap: 1.5rem;
    overflow: visible;
    margin-left: -48px !important; }
    @media (max-width: 991.98px) {
      .hero .splide__list {
        flex-direction: row !important; }
        .hero .splide__list .row {
          flex-direction: column-reverse; } }
    .hero .splide__list .card {
      height: 480px !important;
      width: 1196px !important;
      max-width: 100%;
      border-radius: 8px;
      overflow: hidden;
      border: none; }
      @media (max-width: 991.98px) {
        .hero .splide__list .card {
          height: 100% !important;
          min-height: 644px; } }
      .hero .splide__list .card > .wp-block-group__inner-container {
        height: 100%;
        padding: 0; }
      .hero .splide__list .card.testimonial h3 {
        position: relative; }
        .hero .splide__list .card.testimonial h3::before {
          content: "";
          position: absolute;
          top: -50px;
          left: -30px;
          height: 210px;
          width: 234px;
          background-color: white;
          mask: url(./assets/img/icn__quote.svg) center/contain no-repeat;
          -webkit-mask: url(./assets/img/icn__quote.svg) center/contain no-repeat; }
      .hero .splide__list .card .row {
        display: flex;
        align-items: stretch;
        height: 100%; }
        .hero .splide__list .card .row > div:first-child {
          padding: 4.5rem 3.81rem;
          background-color: var(--bs-blue-900); }
          .hero .splide__list .card .row > div:first-child > .wp-block-group {
            height: 100%; }
            .hero .splide__list .card .row > div:first-child > .wp-block-group .wp-block-group__inner-container {
              display: flex;
              flex-direction: column;
              align-items: flex-start;
              justify-content: center;
              height: 100%; }
          @media (max-width: 991.98px) {
            .hero .splide__list .card .row > div:first-child {
              padding: 2.5rem 1.5rem; } }
        .hero .splide__list .card .row figure {
          height: 480px;
          margin-bottom: 0; }
          .hero .splide__list .card .row figure img {
            height: 100%;
            object-fit: cover; }
          @media (max-width: 991.98px) {
            .hero .splide__list .card .row figure {
              max-height: 250px !important;
              overflow: hidden;
              position: relative; }
              .hero .splide__list .card .row figure img {
                object-position: center;
                max-height: 250px;
                width: 100%; } }

/* - 1.5 slider */
/*$letter-spacing-base: -0.5px;
$letter-spacing-lg: -1px;
$letter-spacing-xl: -2px;
// Define the letter spacings for md breakpoint
$letter-spacing-md: -0.5px;*/
.ticker {
  justify-content: center;
  width: 100vw;
  position: relative; }
  .ticker .ticker__list {
    /*animation: ticker 15s infinite linear;*/
    width: fit-content; }
  .ticker.reverse {
    left: unset;
    right: -50vw;
    justify-content: flex-end;
    display: flex; }
    .ticker.reverse .ticker__list {
      justify-content: flex-end !important;
      /*
            animation: ticker-reverse 15s infinite linear;*/ }
  .ticker:hover .ticker__list {
    animation-play-state: paused !important; }

.splide__list {
  gap: 1.5rem !important;
  margin-left: -40px !important; }

.splide {
  position: relative; }
  .splide .splide__arrows {
    position: absolute;
    right: 6.125rem;
    bottom: -1.5rem;
    display: flex;
    gap: 10px;
    z-index: 10; }
    @media (max-width: 991.98px) {
      .splide .splide__arrows {
        left: 10px; } }
    .splide .splide__arrows button {
      display: block;
      width: 42px;
      height: 42px;
      aspect-ratio: 1;
      background: url(./assets/img/icn__arrow--right.svg) center no-repeat, var(--bs-gold) !important;
      border-radius: 50% !important;
      border: 3px solid white;
      transition: background 300ms ease-out; }
      @media (max-width: 991.98px) {
        .splide .splide__arrows button {
          width: unset !important; } }
      .splide .splide__arrows button svg {
        display: none; }
      .splide .splide__arrows button.splide__arrow--prev {
        transform: rotate(180deg); }
      .splide .splide__arrows button:hover {
        background: url(./assets/img/icn__arrow--right-gold.svg) center no-repeat, var(--bs-blue-900) !important; }

.splide__pagination,
.slider-progress {
  display: none !important; }

/* - 1.6 modal */
/*$letter-spacing-base: -0.5px;
$letter-spacing-lg: -1px;
$letter-spacing-xl: -2px;
// Define the letter spacings for md breakpoint
$letter-spacing-md: -0.5px;*/
#modal {
  opacity: 0;
  max-height: 0;
  visibility: hidden;
  display: flex;
  align-items: center;
  bottom: 0%;
  height: 100vh;
  width: 100%;
  position: sticky;
  position: -webkit-sticky; }
  #modal .modal-footer,
  #modal .modal-header {
    display: none; }
  #modal .modal-body {
    padding: 64px; }
    @media (max-width: 767.98px) {
      #modal .modal-body {
        padding: 2rem;
        max-height: 80vh; }
        #modal .modal-body > .row [class*="col-"]:last-of-type {
          max-height: calc(70vh - 198px);
          overflow-y: auto; } }
    #modal .modal-body::after {
      content: url(./assets/img/icn__close.svg);
      position: absolute;
      display: block;
      font-size: 20px;
      width: 24px;
      height: 24px;
      top: 12px;
      right: 12px;
      cursor: pointer;
      padding: 0px;
      text-indent: 6px;
      line-height: 22px;
      pointer-events: all; }
    #modal .modal-body .img__feature figure {
      width: 100%;
      position: relative;
      height: fit-content;
      aspect-ratio: 1; }
      #modal .modal-body .img__feature figure img {
        max-width: calc(100% - 24px);
        object-position: top;
        height: auto;
        border-radius: 50%; }
    #modal .modal-body .programs .img__feature figure,
    #modal .modal-body .projects .img__feature figure {
      aspect-ratio: unset; }
      #modal .modal-body .programs .img__feature figure img,
      #modal .modal-body .projects .img__feature figure img {
        width: 100%;
        border-radius: 8px; }
  #modal .modal-content {
    align-self: center;
    background-color: var(--bs-programs-bg);
    overflow: hidden; }
    @media (max-width: 767.98px) {
      #modal .modal-content {
        margin-top: 80px; } }
  #modal.projects .modal-content {
    background-color: var(--bs-projects-bg); }
  #modal.team .modal-content {
    background-color: var(--bs-team-bg); }
  #modal.show {
    opacity: 1;
    max-height: 9999px;
    visibility: visible;
    background-color: rgba(255, 255, 255, 0.8); }
    #modal.show .modal-dialog {
      width: 1336px;
      max-width: calc(100% - 4rem);
      display: flex;
      align-items: center;
      justify-content: center;
      box-shadow: 4px 4px 16px 8px rgba(27, 34, 90, 0.05); }
      @media (max-width: 767.98px) {
        #modal.show .modal-dialog {
          max-width: unset; } }

/* - 1.7 expandable */
/*$letter-spacing-base: -0.5px;
$letter-spacing-lg: -1px;
$letter-spacing-xl: -2px;
// Define the letter spacings for md breakpoint
$letter-spacing-md: -0.5px;*/
/* expand collapse */
.ctr__expandables {
  gap: 0 !important; }

.expandable {
  position: relative; }
  .expandable .hidden {
    opacity: 0;
    visibility: hidden;
    max-height: 0 !important;
    transition: all 300ms ease-out; }
    .expandable .hidden p {
      margin-bottom: 0; }
  .expandable .tgr--expandable {
    cursor: pointer; }
    .expandable .tgr--expandable::after {
      content: '';
      position: absolute;
      width: 24px;
      height: 24px;
      right: 40px;
      top: calc(50% - 12px);
      background-color: var(--bs-white);
      mask: url(./assets/img/icn__chevron--select.svg) center/contain no-repeat;
      -webkit-mask: url(./assets/img/icn__chevron--select.svg) center/contain no-repeat;
      transform: rotate(0deg);
      transition: transform 300ms ease-out; }
  .expandable.selected .tgr--expandable::after {
    transform: rotate(180deg); }
  .expandable.selected .hidden {
    opacity: 1;
    visibility: visible;
    max-height: 99999px !important; }
    .expandable.selected .hidden p {
      margin-bottom: 1rem; }
  @media (min-width: 992px) {
    .expandable.mobile-only .tgr--expandable {
      cursor: default; }
    .expandable.mobile-only h4::after {
      content: none; }
    .expandable.mobile-only .hidden {
      opacity: 1;
      visibility: visible;
      max-height: 99999px !important; } }

.javascript__accordion > ul > li {
  cursor: pointer; }
  .javascript__accordion > ul > li > ul {
    opacity: 0;
    visibility: hidden;
    max-height: 0;
    transition: opacity 300ms ease-in-out, visibility 300ms ease-in-out, max-height 300ms ease-in-out !important; }
  .javascript__accordion > ul > li.active > ul {
    opacity: 1;
    visibility: visible;
    max-height: 99999px !important; }

/** 3. Pages */
/* - 3.1 home */
/*$letter-spacing-base: -0.5px;
$letter-spacing-lg: -1px;
$letter-spacing-xl: -2px;
// Define the letter spacings for md breakpoint
$letter-spacing-md: -0.5px;*/
.list__ambassadors .expandable {
  border-top: 1px solid var(--bs-secondary);
  gap: 24px;
  padding: 16px 0;
  align-items: flex-start; }
  .list__ambassadors .expandable .img__ambassador {
    max-width: 72px;
    height: 72px;
    width: 100%;
    overflow: hidden;
    border-radius: 50%; }
    .list__ambassadors .expandable .img__ambassador img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .list__ambassadors .expandable .video {
    max-width: 586px;
    min-width: 586px;
    max-height: 0;
    min-height: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    transition: max-height 300ms ease, min-height 300ms ease;
    margin-right: 97px; }
    .list__ambassadors .expandable .video a {
      display: block;
      height: 100%;
      width: 100%; }
    .list__ambassadors .expandable .video img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center; }
      @media (max-width: 767.98px) {
        .list__ambassadors .expandable .video img {
          max-width: calc(100vw - 32px); } }
  .list__ambassadors .expandable.selected .video {
    max-height: 330px !important;
    min-height: 330px !important; }

@media (max-width: 767.98px) {
  .home .mcf-news-title {
    align-items: flex-start !important;
    margin-bottom: 8px; }
    .home .mcf-news-title h2 {
      margin-top: 48px;
      margin-bottom: -8px !important; } }

.home .mcf-news-title .icn__arrow--right {
  margin-right: 32px; }
  .home .mcf-news-title .icn__arrow--right a {
    color: var(--bs-blue-900);
    margin-top: 0;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.5rem; }

.home .wp-block-post-excerpt__more-text .wp-block-post-excerpt__more-link {
  color: var(--bs-blue-900);
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5rem;
  text-decoration: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  transition: color 300ms ease-in-out; }
  .home .wp-block-post-excerpt__more-text .wp-block-post-excerpt__more-link:hover {
    color: var(--bs-blue-500); }

.home .wp-block-post.post.type-post {
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 24px; }

@media (max-width: 767.98px) {
  .home .section__shop .splide__list {
    margin-left: -24px !important; }
    .home .section__shop .splide__list li {
      width: 50% !important; } }

/* - 3.2 contact */
/*$letter-spacing-base: -0.5px;
$letter-spacing-lg: -1px;
$letter-spacing-xl: -2px;
// Define the letter spacings for md breakpoint
$letter-spacing-md: -0.5px;*/
/* - 3.3 the magic coat */
/*$letter-spacing-base: -0.5px;
$letter-spacing-lg: -1px;
$letter-spacing-xl: -2px;
// Define the letter spacings for md breakpoint
$letter-spacing-md: -0.5px;*/
.section__about figure {
  overflow: hidden;
  border-radius: 8px; }

.section__what {
  position: relative;
  z-index: 10;
  background: url(./assets/img/msk__waves--01.svg) center/cover repeat-x, linear-gradient(180deg, transparent 49.99%, #FFF 50%);
  margin-top: -4rem; }
  .section__what > .wp-block-group__inner-container::before, .section__what > .wp-block-group__inner-container::after {
    content: '';
    position: absolute;
    width: 550px;
    height: 550px;
    top: 465px;
    right: calc(100% - 222px);
    background: url(./assets/img/wmk__ring--lg.svg) center/contain no-repeat;
    opacity: 0.1; }
  .section__what > .wp-block-group__inner-container::after {
    content: '';
    position: absolute;
    width: 350px;
    height: 350px;
    left: calc(50% + 222px);
    bottom: 100px;
    top: unset;
    right: unset;
    z-index: -1;
    background: url(./assets/img/wmk__ring--sm.svg) center/contain no-repeat; }
  .section__what > .wp-block-group__inner-container > * {
    position: relative;
    z-index: 10; }
  .section__what .splide__track {
    overflow: visible; }
  .section__what .splide__arrows {
    right: calc(50% - 51px);
    bottom: -80px; }
  .section__what .list__characters {
    gap: 1.5rem;
    margin-left: -48px !important; }
    .section__what .list__characters .list-item {
      position: relative;
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      align-items: flex-start;
      width: 342px !important;
      overflow: hidden;
      border-radius: 8px;
      max-width: calc(100% - 32px);
      max-height: 570px !important; }
      .section__what .list__characters .list-item figure {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 50%;
        align-self: center;
        position: relative;
        padding: 1.87rem 3.56rem; }
        .section__what .list__characters .list-item figure img {
          height: 100%;
          object-fit: contain; }
      .section__what .list__characters .list-item .detail {
        position: absolute;
        background-color: var(--bs-white);
        bottom: 0;
        padding: 1.5rem;
        height: 100%;
        max-height: 50%;
        overflow: hidden;
        transition: max-height 300ms ease-out, opacity 300ms ease-out; }
        .section__what .list__characters .list-item .detail h6 {
          margin-bottom: 1rem !important; }
        .section__what .list__characters .list-item .detail::after {
          content: 'Read More';
          position: absolute;
          left: 0;
          bottom: 0;
          height: 3.5rem;
          width: 100%;
          background-color: white;
          font-weight: 700;
          padding: 1rem 1.5rem; }
      .section__what .list__characters .list-item:hover {
        cursor: pointer; }
        .section__what .list__characters .list-item:hover .detail {
          max-height: 100%;
          opacity: 0.9;
          display: flex;
          flex-direction: column;
          justify-content: flex-end;
          padding-bottom: 4rem; }
          .section__what .list__characters .list-item:hover .detail::after {
            content: 'Read Less'; }

.section__partners {
  padding-top: 1.5rem; }
  .section__partners .list__sponsors .list-item figure a {
    width: 100%; }

.section__projects {
  padding-bottom: 6.31rem; }

.section__programs > .wp-block-group__inner-container,
.section__projects > .wp-block-group__inner-container {
  position: relative; }
  .section__programs > .wp-block-group__inner-container::before, .section__programs > .wp-block-group__inner-container::after,
  .section__projects > .wp-block-group__inner-container::before,
  .section__projects > .wp-block-group__inner-container::after {
    content: '';
    position: absolute;
    width: 350px;
    height: 350px;
    top: 80px;
    right: calc(100% - 222px);
    background: url(./assets/img/wmk__ring--sm.svg) center/contain no-repeat;
    opacity: 0.05; }
  .section__programs > .wp-block-group__inner-container::after,
  .section__projects > .wp-block-group__inner-container::after {
    content: '';
    position: absolute;
    width: 800px;
    height: 800px;
    left: calc(50% + 222px);
    bottom: calc(50% - 400px);
    top: unset;
    right: unset;
    z-index: -1;
    background: url(./assets/img/wmk__ring--lg.svg) center/contain no-repeat; }

.section__programs [class*="list__pro"] .list-item h5,
.section__projects [class*="list__pro"] .list-item h5 {
  margin-bottom: 1rem !important; }

.section__programs [class*="list__pro"] .list-item .about,
.section__projects [class*="list__pro"] .list-item .about {
  padding-bottom: 4rem; }
  .section__programs [class*="list__pro"] .list-item .about a.lnk__readmore,
  .section__projects [class*="list__pro"] .list-item .about a.lnk__readmore {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    padding: 1.5rem 0 1rem;
    text-decoration: none;
    font-weight: 700;
    color: var(--bs-blue-900); }

.section__shop {
  position: relative;
  z-index: 100;
  padding-bottom: 180px; }
  .section__shop > .wp-block-group__inner-container::before {
    content: '';
    position: absolute;
    width: 350px;
    height: 350px;
    top: -50px;
    right: calc(50% + 130px);
    background: white;
    mask: url(./assets/img/wmk__ring--sm.svg) center/contain no-repeat;
    -webkit-mask: url(./assets/img/wmk__ring--sm.svg) center/contain no-repeat;
    opacity: 0.5; }
  .section__shop > .wp-block-group__inner-container > * {
    z-index: 10;
    position: relative; }
  .section__shop .splide__track {
    overflow: visible !important; }
    @media (max-width: 991.98px) {
      .section__shop .splide__track .splide__list {
        flex-direction: row !important;
        margin-left: -40px !important; } }
    .section__shop .splide__track figure {
      width: 200px !important;
      height: 200px !important; }
  .section__shop .splide__arrows {
    right: calc(50% - 51px);
    bottom: -90px; }
    @media (max-width: 991.98px) {
      .section__shop .splide__arrows {
        right: unset;
        bottom: -90px;
        width: 100%;
        left: calc(50% - 48px); } }

.section__projects {
  background-color: var(--bs-projects-bg);
  padding-bottom: 40px !important; }
  .section__projects > .wp-block-group__inner-container::before, .section__projects > .wp-block-group__inner-container::after {
    content: '';
    position: absolute;
    width: 800px;
    height: 800px;
    bottom: 120px;
    top: unset;
    right: calc(100% - 222px);
    background: white;
    mask: url(./assets/img/wmk__ring--lg.svg) center/contain no-repeat;
    -webkit-mask: url(./assets/img/wmk__ring--lg.svg) center/contain no-repeat;
    opacity: 0.5; }
  .section__projects > .wp-block-group__inner-container::after {
    content: '';
    position: absolute;
    width: 550px;
    height: 550px;
    left: 75%;
    top: -260px;
    right: unset;
    bottom: unset;
    z-index: -1;
    mask: url(./assets/img/wmk__ring--lg.svg) center/contain no-repeat;
    -webkit-mask: url(./assets/img/wmk__ring--lg.svg) center/contain no-repeat;
    z-index: 0; }
  .section__projects > .wp-block-group__inner-container > * {
    z-index: 10;
    position: relative; }

.section__partners .list__sponsors {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  height: unset;
  margin: 0 !important;
  padding: 0 !important;
  transform-style: initial;
  justify-content: center; }
  .section__partners .list__sponsors:not(.partners) {
    margin: 0 !important; }
  .section__partners .list__sponsors.golf-day-sponsors {
    margin: 0 !important; }
  .section__partners .list__sponsors .list-item {
    width: 100%;
    max-width: calc(20% - 20px);
    border-radius: 8px;
    border: 0.5px solid var(--bs-blue-700);
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
    height: 200px; }
    @media (max-width: 991.98px) {
      .section__partners .list__sponsors .list-item {
        max-width: calc(50% - 12px); } }
    .section__partners .list__sponsors .list-item figure {
      max-height: calc(100% - 2px);
      max-width: 100%;
      overflow: hidden;
      margin: 0;
      border-radius: 8px;
      width: 320px;
      display: flex;
      justify-content: center;
      align-items: center; }
      .section__partners .list__sponsors .list-item figure img {
        width: 100%; }
    .section__partners .list__sponsors .list-item .detail {
      display: none; }
  .section__partners .list__sponsors.ball-sponsors, .section__partners .list__sponsors.golf-day-sponsors {
    flex-wrap: nowrap; }
    .section__partners .list__sponsors.ball-sponsors .list-item, .section__partners .list__sponsors.golf-day-sponsors .list-item {
      height: unset !important; }

.section__partners .splide__arrows {
  display: none; }

[class*="section__pro"] [class*="list__pro"] {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none; }
  [class*="section__pro"] [class*="list__pro"] .list-item {
    width: 100%;
    max-width: calc(33% - 0.75rem);
    display: flex;
    flex-direction: column; }
    @media (max-width: 991.98px) {
      [class*="section__pro"] [class*="list__pro"] .list-item {
        max-width: calc(50% - 1.5rem); } }
    @media (max-width: 575.98px) {
      [class*="section__pro"] [class*="list__pro"] .list-item {
        max-width: unset; } }
    [class*="section__pro"] [class*="list__pro"] .list-item figure {
      width: 100%;
      position: relative;
      border: 0.5 solid var(--bs-blue-700); }
      [class*="section__pro"] [class*="list__pro"] .list-item figure img {
        width: 100%;
        height: 100%;
        object-fit: cover; }

.section__team {
  z-index: 1;
  background-color: white; }
  .section__team > .wp-block-group__inner-container {
    position: relative; }
    .section__team > .wp-block-group__inner-container::before, .section__team > .wp-block-group__inner-container::after {
      content: '';
      position: absolute;
      width: 586px;
      height: 586px;
      top: 0;
      right: calc(100% - 222px);
      background: url(./assets/img/wmk__our-team--before.svg) center/contain no-repeat;
      opacity: 0.05;
      z-index: 0; }
    .section__team > .wp-block-group__inner-container::after {
      content: '';
      position: absolute;
      width: 909px;
      height: 1132px;
      left: calc(50% + 222px);
      bottom: -400px;
      top: unset;
      right: unset;
      background: url(./assets/img/wmk__our-team--after.svg) center/contain no-repeat; }
    .section__team > .wp-block-group__inner-container > * {
      position: relative;
      z-index: 10; }
  .section__team .list__people {
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
    justify-content: center; }
    .section__team .list__people .list-item {
      width: 100%;
      max-width: calc(25% - 1.125rem);
      display: flex;
      flex-direction: column;
      gap: 1.31rem;
      padding: 27px;
      text-align: center;
      border-radius: 8px;
      box-shadow: 0px 0px 0px 0px rgba(27, 34, 90, 0);
      transition: background 300ms ease-out, box-shadow 300ms ease-out; }
      @media (max-width: 991.98px) {
        .section__team .list__people .list-item {
          max-width: calc(50% - 12px); } }
      @media (max-width: 575.98px) {
        .section__team .list__people .list-item {
          max-width: unset; } }
      .section__team .list__people .list-item h5 + p {
        text-transform: uppercase; }
      .section__team .list__people .list-item figure {
        position: relative;
        border: 0.5 solid var(--bs-blue-700);
        margin: 0 3rem;
        border-radius: 50%;
        overflow: hidden; }
        .section__team .list__people .list-item figure img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          transition: transform 7s ease-out; }
      .section__team .list__people .list-item .about a.lnk__readmore {
        width: 100%;
        padding: 1.5rem 0 0.5rem;
        text-decoration: none;
        font-weight: 700;
        color: var(--bs-blue-900);
        display: block; }
      .section__team .list__people .list-item:hover {
        background-color: white;
        box-shadow: 4px 4px 16px 8px rgba(27, 34, 90, 0.05); }
        .section__team .list__people .list-item:hover figure img {
          transform: scale(1.125); }

.list__people.ambassadors {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  gap: 1rem; }
  @media (max-width: 575.98px) {
    .list__people.ambassadors {
      flex-direction: column; } }
  .list__people.ambassadors > li {
    max-width: calc(50% - 1rem);
    position: relative; }
    @media (max-width: 575.98px) {
      .list__people.ambassadors > li {
        max-width: unset; } }
    .list__people.ambassadors > li figure {
      max-width: 100%;
      position: relative;
      overflow: hidden; }
      .list__people.ambassadors > li figure img {
        max-width: 100%;
        max-height: 100%;
        object-fit: cover;
        object-position: center; }
    .list__people.ambassadors > li .detail {
      position: absolute;
      height: 100%;
      width: 100%;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      padding: 40px 32px;
      bottom: 0;
      color: white; }
      .list__people.ambassadors > li .detail .title + p {
        text-transform: uppercase;
        font-weight: 700;
        font-size: 14px; }
      .list__people.ambassadors > li .detail .about > p {
        display: none; }
      .list__people.ambassadors > li .detail .about .lnk__readmore {
        position: absolute;
        bottom: 57px;
        right: 32px;
        font-weight: 700;
        display: inline-block;
        padding-right: 32px;
        color: white;
        text-decoration: none; }
        .list__people.ambassadors > li .detail .about .lnk__readmore::after {
          content: '';
          position: absolute;
          width: 16px;
          height: 16px;
          right: 8px;
          bottom: calc(50% - 8px);
          background-color: white;
          mask: url(./assets/img/icn__arrow--right.svg) center/contain no-repeat;
          -webkit-mask: url(./assets/img/icn__arrow--right.svg) center/contain no-repeat; }

.section__help {
  position: relative;
  z-index: 0;
  margin-top: -12px;
  padding-bottom: 400px;
  margin-bottom: 75px; }
  @media (max-width: 991.98px) {
    .section__help {
      padding-bottom: 90px; } }
  .section__help > .wp-block-group__inner-container {
    position: relative; }
    .section__help > .wp-block-group__inner-container::before {
      content: '';
      position: absolute;
      width: 800px;
      height: 800px;
      bottom: -350px;
      top: unset;
      right: calc(50% + 96px);
      background: url(./assets/img/wmk__ring--lg.svg) center/contain no-repeat;
      opacity: 0.05; }
    .section__help > .wp-block-group__inner-container > * {
      z-index: 10;
      position: relative; }
  .section__help::after {
    content: '';
    position: absolute;
    width: 1096px;
    height: 651px;
    bottom: -140px;
    left: calc(50% - 548px);
    z-index: -1;
    background: url(./assets/img/img__footer--kids.png) center no-repeat; }
    @media (max-width: 991.98px) {
      .section__help::after {
        background-size: contain;
        max-width: 100%;
        left: 12px;
        max-height: 312px; } }
  .section__help .card {
    padding: 5rem 0 7.6rem; }
    .section__help .card h2 + .row [class*="col-"] {
      padding: 2rem 24px;
      border-bottom: 1px solid var(--bs-gold);
      border-left: 1px solid var(--bs-gold); }
      .section__help .card h2 + .row [class*="col-"]:first-child, .section__help .card h2 + .row [class*="col-"]:nth-child(4) {
        border-left: none; }
      .section__help .card h2 + .row [class*="col-"]:nth-child(n+4) {
        border-bottom: none; }
      @media (max-width: 767.98px) {
        .section__help .card h2 + .row [class*="col-"] {
          border: none; }
          .section__help .card h2 + .row [class*="col-"]:not(:last-child) {
            border-bottom: 1px solid var(--bs-gold); } }
  .section__help .cheat-width {
    margin-left: -2rem;
    margin-right: -2rem; }

/* - 3.4 about */
/*$letter-spacing-base: -0.5px;
$letter-spacing-lg: -1px;
$letter-spacing-xl: -2px;
// Define the letter spacings for md breakpoint
$letter-spacing-md: -0.5px;*/
.section__about {
  padding-top: 3.5rem;
  padding-bottom: 9.5rem; }
  .section__about > .wp-block-group__inner-container {
    position: relative; }
    .section__about > .wp-block-group__inner-container::before, .section__about > .wp-block-group__inner-container::after {
      content: '';
      position: absolute;
      width: 800px;
      height: 800px;
      top: -180px;
      right: 0;
      transform: translateX(400px);
      background: white;
      mask: url(./assets/img/wmk__ring--lg.svg) center/contain no-repeat;
      -webkit-mask: url(./assets/img/wmk__ring--lg.svg) center/contain no-repeat;
      opacity: 0.5;
      z-index: 0; }
    .section__about > .wp-block-group__inner-container::after {
      content: '';
      position: absolute;
      width: 350px;
      height: 350px;
      right: calc(50% + 48px);
      bottom: 0 !important;
      transform: translateY(350px) !important;
      top: unset;
      mask: url(./assets/img/wmk__ring--sm.svg) center/contain no-repeat;
      -webkit-mask: url(./assets/img/wmk__ring--sm.svg) center/contain no-repeat; }
    .section__about > .wp-block-group__inner-container * > * {
      z-index: 10; }

.our-mission {
  padding: 2rem; }

/* - 3.5 what's on */
/*$letter-spacing-base: -0.5px;
$letter-spacing-lg: -1px;
$letter-spacing-xl: -2px;
// Define the letter spacings for md breakpoint
$letter-spacing-md: -0.5px;*/
.section__whats-on {
  position: relative;
  z-index: 10;
  padding: 120px 0 180px;
  background: url(./assets/img/msk__waves--02.svg) center/cover repeat-x, linear-gradient(180deg, var(--bs-projects-bg) 49.99%, transparent 50%); }
  .section__whats-on > .wp-block-group__inner-container {
    position: relative; }
    .section__whats-on > .wp-block-group__inner-container::before, .section__whats-on > .wp-block-group__inner-container::after {
      content: '';
      position: absolute;
      width: 350px;
      height: 350px;
      top: 0px;
      right: -48px;
      background: url(./assets/img/wmk__ring--sm.svg) center/contain no-repeat;
      opacity: 0.1; }
    .section__whats-on > .wp-block-group__inner-container::after {
      content: '';
      position: absolute;
      width: 550px;
      height: 550px;
      left: -350px;
      top: calc(50% - 180px);
      right: unset;
      z-index: -1;
      background: url(./assets/img/wmk__ring--lg.svg) center/contain no-repeat; }
    .section__whats-on > .wp-block-group__inner-container > .row {
      position: relative; }
      .section__whats-on > .wp-block-group__inner-container > .row::before {
        content: '';
        position: absolute;
        width: 800px;
        height: 800px;
        top: unset;
        bottom: -180px;
        right: unset;
        left: 220px;
        background: url(./assets/img/wmk__ring--lg.svg) center/contain no-repeat;
        opacity: 0.1; }
  .section__whats-on .list__events {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 1.5rem; }
    .section__whats-on .list__events li {
      display: flex;
      flex-direction: row;
      align-items: center;
      padding: 3rem 3.44rem;
      border-radius: 8px;
      gap: 4rem; }
      @media (max-width: 767.98px) {
        .section__whats-on .list__events li {
          flex-direction: column;
          padding: 1.19rem 1.13rem;
          gap: 0.87rem; } }
      .section__whats-on .list__events li .hidden p:not(:first-of-type) {
        opacity: 0;
        max-height: 0;
        padding-top: 0;
        padding-bottom: 0;
        margin-bottom: 0;
        transition: all 300ms ease-out; }
      .section__whats-on .list__events li .hidden.show p:not(:first-of-type) {
        opacity: 1;
        margin-bottom: 1rem;
        max-height: 999px; }
      .section__whats-on .list__events li figure {
        width: 100vh;
        max-width: 220px;
        height: 220px;
        overflow: hidden;
        border-radius: 8px;
        border: 2px solid var(--bs-blue-900);
        position: relative; }
        @media (max-width: 767.98px) {
          .section__whats-on .list__events li figure {
            flex-direction: column;
            max-width: 100%; } }
        .section__whats-on .list__events li figure::before {
          content: '';
          position: absolute;
          display: block;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          background-color: var(--bs-blue-900);
          opacity: 0.5; }
        .section__whats-on .list__events li figure img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
        .section__whats-on .list__events li figure figcaption {
          position: absolute;
          top: 0;
          left: 0;
          height: 100%;
          width: 100%;
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
          gap: 1rem; }
          .section__whats-on .list__events li figure figcaption .month {
            color: white;
            font-size: 1.5rem !important;
            line-height: 2rem; }
          .section__whats-on .list__events li figure figcaption .day {
            color: white;
            font-size: 6.25rem !important;
            line-height: 4rem; }

/* - 3.6 news */
/*$letter-spacing-base: -0.5px;
$letter-spacing-lg: -1px;
$letter-spacing-xl: -2px;
// Define the letter spacings for md breakpoint
$letter-spacing-md: -0.5px;*/
.mcf-news,
.inspired-parenting {
  background-color: var(--bs-blue-bg); }
  @media (max-width: 767.98px) {
    .mcf-news .wp-block-query .has-blue-900-background-color.card,
    .inspired-parenting .wp-block-query .has-blue-900-background-color.card {
      padding: 24px; } }
  @media (max-width: 991.98px) {
    .mcf-news .section__team > .wp-block-group__inner-container > .scb-container ul li,
    .inspired-parenting .section__team > .wp-block-group__inner-container > .scb-container ul li {
      position: relative;
      padding-bottom: 48px; }
      .mcf-news .section__team > .wp-block-group__inner-container > .scb-container ul li .wp-block-post-excerpt__more-link,
      .inspired-parenting .section__team > .wp-block-group__inner-container > .scb-container ul li .wp-block-post-excerpt__more-link {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        display: flex;
        justify-content: flex-start;
        align-items: flex-end;
        padding: 24px 0; }
        .mcf-news .section__team > .wp-block-group__inner-container > .scb-container ul li .wp-block-post-excerpt__more-link::after,
        .inspired-parenting .section__team > .wp-block-group__inner-container > .scb-container ul li .wp-block-post-excerpt__more-link::after {
          right: unset;
          top: unset;
          bottom: 28px;
          left: 100px; } }
  .mcf-news .section__team,
  .inspired-parenting .section__team {
    background: unset !important; }
    .mcf-news .section__team > .wp-block-group__inner-container::before,
    .mcf-news .section__team > .wp-block-group__inner-container::after,
    .inspired-parenting .section__team > .wp-block-group__inner-container::before,
    .inspired-parenting .section__team > .wp-block-group__inner-container::after {
      width: 350px;
      height: 350px;
      top: 32px;
      right: unset;
      left: -375px;
      background: white !important;
      mask: url(./assets/img/wmk__ring--sm.svg) no-repeat center;
      -webkit-mask: url(./assets/img/wmk__ring--sm.svg) no-repeat center;
      opacity: 0.5; }
    .mcf-news .section__team > .wp-block-group__inner-container::after,
    .inspired-parenting .section__team > .wp-block-group__inner-container::after {
      width: 588px;
      height: 588px;
      top: 588px !important;
      right: -350px;
      left: unset;
      mask: url(./assets/img/wmk__ring--md.svg) no-repeat center;
      -webkit-mask: url(./assets/img/wmk__ring--md.svg) no-repeat center; }
  .mcf-news .section__footer--pre > .wp-block-group > .wp-block-group__inner-container::before,
  .inspired-parenting .section__footer--pre > .wp-block-group > .wp-block-group__inner-container::before {
    width: 800px;
    height: 800px;
    top: -656px !important;
    right: -unset;
    left: -158px;
    background: white !important;
    mask: url(./assets/img/wmk__ring--lg.svg) no-repeat center;
    -webkit-mask: url(./assets/img/wmk__ring--lg.svg) no-repeat center;
    opacity: 0.5; }
  .mcf-news .columns-3,
  .inspired-parenting .columns-3 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 24px;
    padding: 0;
    list-style: none; }
    @media (max-width: 575.98px) {
      .mcf-news .columns-3,
      .inspired-parenting .columns-3 {
        flex-direction: column; } }
    .mcf-news .columns-3 li,
    .inspired-parenting .columns-3 li {
      width: 100%;
      max-width: calc(33.3333% - 16px);
      position: relative;
      padding-bottom: 24px; }
      .mcf-news .columns-3 li .icn__arrow--right,
      .inspired-parenting .columns-3 li .icn__arrow--right {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        display: flex;
        justify-content: flex-start;
        align-items: flex-end;
        padding: 0; }
        .mcf-news .columns-3 li .icn__arrow--right::after,
        .inspired-parenting .columns-3 li .icn__arrow--right::after {
          right: unset;
          top: unset;
          bottom: 4px;
          left: 100px; }
      @media (max-width: 767.98px) {
        .mcf-news .columns-3 li,
        .inspired-parenting .columns-3 li {
          padding-bottom: 48px; }
          .mcf-news .columns-3 li .icn__arrow--right,
          .inspired-parenting .columns-3 li .icn__arrow--right {
            padding: 0 24px 12px; }
            .mcf-news .columns-3 li .icn__arrow--right::after,
            .inspired-parenting .columns-3 li .icn__arrow--right::after {
              bottom: 16px;
              left: 112px; } }
      @media (max-width: 991.98px) {
        .mcf-news .columns-3 li,
        .inspired-parenting .columns-3 li {
          max-width: calc(50% - 12px); } }
      @media (max-width: 575.98px) {
        .mcf-news .columns-3 li,
        .inspired-parenting .columns-3 li {
          max-width: unset;
          padding: 0 24px; } }
  .mcf-news .ghub-query-load-more,
  .inspired-parenting .ghub-query-load-more {
    margin-top: 48px; }

.single-post .date.news {
  color: var(--bs-blue-500); }

.single-post figure.img__hero {
  width: 100%;
  margin: 24px 0; }
  .single-post figure.img__hero img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.single-post hr {
  color: var(--bs-secondary);
  margin: 20px 0; }

.if-sticky__hide-last.wp-block-post-template:has(.sticky) li:last-child {
  display: none; }

.tag-inspired-parenting figure {
  background: url(./assets/img/inspired-parenting-placeholder.png) center/cover no-repeat; }

/* - 3.7 testimonials */
/*$letter-spacing-base: -0.5px;
$letter-spacing-lg: -1px;
$letter-spacing-xl: -2px;
// Define the letter spacings for md breakpoint
$letter-spacing-md: -0.5px;*/
.testimonials .masonry {
  columns: 3;
  column-gap: 24px; }
  .testimonials .masonry li {
    padding: 24px;
    background-color: white;
    overflow: hidden;
    border-radius: 8px;
    margin-bottom: 24px;
    break-inside: avoid; }
    .testimonials .masonry li figure {
      margin: -24px;
      margin-bottom: 24px;
      height: 278px;
      width: calc( 100% + 48px); }
      .testimonials .masonry li figure img {
        height: 100%;
        width: 100%;
        object-fit: cover; }

/* - 3.8 shop */
/*$letter-spacing-base: -0.5px;
$letter-spacing-lg: -1px;
$letter-spacing-xl: -2px;
// Define the letter spacings for md breakpoint
$letter-spacing-md: -0.5px;*/
.shop .filter-categories {
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--bs-secondary); }
  .shop .filter-categories li label {
    display: block;
    border-bottom: 1px solid var(--bs-secondary);
    font-size: 1.125rem;
    font-weight: 300;
    line-height: 1.5rem;
    padding: 20px 24px;
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: flex-start;
    cursor: pointer;
    /* Style the custom checkmark when the checkbox is checked */ }
    .shop .filter-categories li label:has(input[type="checkbox"]:checked) {
      font-weight: 600; }
    .shop .filter-categories li label input[type="checkbox"] {
      width: 19px;
      height: 19px;
      border: 2px solid var(--bs-blue-900);
      /* Remove the default checkbox appearance */
      appearance: none;
      -webkit-appearance: none;
      /* Use a custom checkmark when the checkbox is checked */
      background-color: white;
      border-radius: 3px; }
    .shop .filter-categories li label input[type="checkbox"]:checked {
      background-color: var(--bs-blue-900); }
      .shop .filter-categories li label input[type="checkbox"]:checked::before {
        content: "\2713";
        /* Unicode checkmark character */
        display: block;
        width: 100%;
        height: 100%;
        font-size: 16px;
        /* Adjust the size of the checkmark */
        text-align: center;
        line-height: 16px;
        /* Vertically center the checkmark */
        color: white;
        /* Make the checkmark white */ }
  .shop .filter-categories + .clear-filters {
    padding: 12px 22px; }
    .shop .filter-categories + .clear-filters:focus, .shop .filter-categories + .clear-filters:active {
      border: none !important; }

.shop .products.columns-3 {
  display: flex;
  flex-direction: row;
  gap: 24px;
  flex-wrap: wrap;
  position: relative; }
  .shop .products.columns-3::before, .shop .products.columns-3::after {
    content: unset !important; }
  .shop .products.columns-3 .product {
    width: 100% !important;
    max-width: calc(33.3333% - 24px);
    float: none;
    opacity: 1;
    visibility: visible;
    max-height: 9999px;
    margin: 0 0 24px 0 !important;
    transition: opacity 300ms ease, visibility 300ms ease, max-height 300ms ease, max-width 300ms ease, margin 300ms ease; }
    @media (max-width: 991.98px) {
      .shop .products.columns-3 .product {
        max-width: calc(50% - 24px); } }
    .shop .products.columns-3 .product.hidden {
      opacity: 0;
      visibility: hidden;
      max-height: 0;
      max-width: 0;
      margin: 0;
      position: absolute; }
    .shop .products.columns-3 .product.first {
      clear: unset; }
    .shop .products.columns-3 .product .woocommerce-loop-product__link {
      display: block;
      position: relative; }
      .shop .products.columns-3 .product .woocommerce-loop-product__link::before, .shop .products.columns-3 .product .woocommerce-loop-product__link::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 326px;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        top: 0;
        left: 0;
        background-color: rgba(27, 34, 90, 0.8);
        z-index: 100;
        border-radius: 8px;
        transition: opacity 300ms ease, visibility 300ms ease; }
      .shop .products.columns-3 .product .woocommerce-loop-product__link::after {
        content: 'View Details';
        display: flex;
        justify-content: center;
        align-items: center;
        color: var(--bs-secondary);
        background-color: transparent; }
      .shop .products.columns-3 .product .woocommerce-loop-product__link:hover::before, .shop .products.columns-3 .product .woocommerce-loop-product__link:hover::after {
        opacity: 1;
        visibility: visible; }
      .shop .products.columns-3 .product .woocommerce-loop-product__link .onsale {
        z-index: 999;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: var(--bs-green);
        border-radius: 8px;
        padding: 12px; }
      .shop .products.columns-3 .product .woocommerce-loop-product__link img {
        border-radius: 8px; }
      .shop .products.columns-3 .product .woocommerce-loop-product__link .product-title {
        color: var(--bs-blue-900); }
      .shop .products.columns-3 .product .woocommerce-loop-product__link .price {
        color: var(--bs-primary);
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5rem; }
        .shop .products.columns-3 .product .woocommerce-loop-product__link .price .woocommerce-Price-amount bdi {
          text-decoration: none !important; }
    .shop .products.columns-3 .product.outofstock a[aria-describedby*="woocommerce_loop_add_to_cart_link_describedby_"],
    .shop .products.columns-3 .product.outofstock span.onsale,
    .shop .products.columns-3 .product.outofstock span.wc-memberships-member-discount {
      display: none; }
    .shop .products.columns-3 .product.outofstock::after {
      content: 'Out of Stock';
      position: absolute;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 24px 16px;
      opacity: 1;
      font-size: .857rem;
      font-weight: 700;
      visibility: visible;
      pointer-events: none;
      top: -8px;
      right: -8px;
      color: white;
      background-color: #ED6F45;
      z-index: 100;
      border-radius: 8px;
      transition: opacity 300ms ease, visibility 300ms ease; }
    .shop .products.columns-3 .product .button {
      background-color: var(--bs-secondary);
      padding: 16px 24px; }

.single-product span.onsale {
  width: 52px;
  aspect-ratio: 1; }

.single-product .price {
  color: var(--bs-primary) !important;
  font-size: 1.875rem !important;
  font-weight: 600;
  line-height: 2.375rem;
  letter-spacing: 0.0625rem; }

.single-product form.cart .single_add_to_cart_button {
  background-color: var(--bs-secondary) !important;
  color: var(--bs-blue-900) !important;
  margin-right: auto;
  width: unset;
  clear: left;
  padding: 16px 24px 16px 48px;
  position: relative;
  transition: color 300ms ease, background-color 300ms ease; }
  .single-product form.cart .single_add_to_cart_button::before {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    top: calc(50% - 8px);
    left: 24px;
    background-color: var(--bs-blue-900);
    mask: url(./assets/img/icn__cart--add.svg) center/contain no-repeat;
    -webkit-mask: url(./assets/img/icn__cart--add.svg) center/contain no-repeat;
    transition: background-color 300ms ease; }
  .single-product form.cart .single_add_to_cart_button:hover {
    background-color: var(--bs-blue-900) !important;
    color: var(--bs-secondary) !important; }
    .single-product form.cart .single_add_to_cart_button:hover::before {
      background-color: var(--bs-secondary); }

.single-product #wc-stripe-payment-request-wrapper {
  display: none !important; }

.single-product .row.product.type-product {
  margin-top: 24px; }

.cart .cart-container .h2-cart {
  margin-bottom: 0px !important; }

.cart .cart-container > .woocommerce {
  display: flex;
  position: relative; }
  @media (max-width: 991.98px) {
    .cart .cart-container > .woocommerce {
      flex-direction: column; } }
  .cart .cart-container > .woocommerce .woocommerce-notices-wrapper {
    width: 100% !important;
    top: calc(100% + 24px);
    position: absolute; }
  .cart .cart-container > .woocommerce .woocommerce-cart-form {
    flex: 1 1 100%;
    margin-right: calc((100% / 12) * 1);
    max-width: calc((100% / 12) * 7);
    width: 100%;
    margin-top: 52px; }
    @media (max-width: 991.98px) {
      .cart .cart-container > .woocommerce .woocommerce-cart-form {
        max-width: 100%; }
        .cart .cart-container > .woocommerce .woocommerce-cart-form .product-remove {
          margin-bottom: -100px;
          margin-top: 55px;
          padding-top: 50px !important;
          border-top: none; }
        .cart .cart-container > .woocommerce .woocommerce-cart-form .product-thumbnail {
          display: block; }
          .cart .cart-container > .woocommerce .woocommerce-cart-form .product-thumbnail::before {
            content: none; }
          .cart .cart-container > .woocommerce .woocommerce-cart-form .product-thumbnail img {
            width: 100%; } }
  .cart .cart-container > .woocommerce table.cart img,
  .cart .cart-container > .woocommerce table.cart img,
  .cart .cart-container > .woocommerce table.cart img {
    width: 220px;
    border-radius: 8px; }
  .cart .cart-container > .woocommerce .product-price span,
  .cart .cart-container > .woocommerce .product-subtotal span {
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 2rem;
    color: var(--bs-blue-700); }
  .cart .cart-container > .woocommerce .product-name a {
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 2rem;
    color: var(--bs-blue-900);
    text-decoration: none; }
  .cart .cart-container > .woocommerce .cart-collaterals {
    position: relative;
    max-width: calc((100% / 12) * 4);
    width: 100%; }
    @media (max-width: 991.98px) {
      .cart .cart-container > .woocommerce .cart-collaterals {
        max-width: 100%; } }
    .cart .cart-container > .woocommerce .cart-collaterals .cart_totals {
      padding: 24px 60px 12px;
      float: unset;
      width: unset;
      margin-top: 52px;
      border-radius: 0.5rem;
      border: 1px solid var(--magic-coat-primary-colours-blue-700);
      background: linear-gradient(198deg, #1B225A 24.06%, #233881 75.94%);
      color: white;
      transition: box-shadow 300ms ease; }
      .cart .cart-container > .woocommerce .cart-collaterals .cart_totals h2 {
        color: var(--bs-blue-900);
        transform: translateY(-72px);
        font-size: 2.625rem !important;
        font-weight: 600 !important;
        line-height: 3.125rem !important;
        margin-left: -60px;
        margin-top: -55px; }
      @media (max-width: 991.98px) {
        .cart .cart-container > .woocommerce .cart-collaterals .cart_totals {
          margin-top: 100px; } }
      .cart .cart-container > .woocommerce .cart-collaterals .cart_totals:hover {
        box-shadow: 4px 4px 16px 8px rgba(27, 34, 90, 0.05); }

body.checkout form.checkout button.show-password-input,
body.checkout .ppress-checkout__form button.show-password-input,
body.checkout .profilepress-myaccount-edit-profile > form button.show-password-input,
body.checkout .profilepress-myaccount-change-password > form button.show-password-input,
body.checkout .profilepress-myaccount-delete-account > form button.show-password-input,
body.checkout-2 form.checkout button.show-password-input,
body.checkout-2 .ppress-checkout__form button.show-password-input,
body.checkout-2 .profilepress-myaccount-edit-profile > form button.show-password-input,
body.checkout-2 .profilepress-myaccount-change-password > form button.show-password-input,
body.checkout-2 .profilepress-myaccount-delete-account > form button.show-password-input,
body.account form.checkout button.show-password-input,
body.account .ppress-checkout__form button.show-password-input,
body.account .profilepress-myaccount-edit-profile > form button.show-password-input,
body.account .profilepress-myaccount-change-password > form button.show-password-input,
body.account .profilepress-myaccount-delete-account > form button.show-password-input {
  position: relative;
  top: unset !important;
  left: 0;
  bottom: unset;
  right: unset;
  transform: unset;
  margin-top: 5px; }

body.checkout form.checkout h3,
body.checkout .ppress-checkout__form h3,
body.checkout .profilepress-myaccount-edit-profile > form h3,
body.checkout .profilepress-myaccount-change-password > form h3,
body.checkout .profilepress-myaccount-delete-account > form h3,
body.checkout-2 form.checkout h3,
body.checkout-2 .ppress-checkout__form h3,
body.checkout-2 .profilepress-myaccount-edit-profile > form h3,
body.checkout-2 .profilepress-myaccount-change-password > form h3,
body.checkout-2 .profilepress-myaccount-delete-account > form h3,
body.account form.checkout h3,
body.account .ppress-checkout__form h3,
body.account .profilepress-myaccount-edit-profile > form h3,
body.account .profilepress-myaccount-change-password > form h3,
body.account .profilepress-myaccount-delete-account > form h3 {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.75rem;
  text-transform: none; }

body.checkout form.checkout label,
body.checkout .ppress-checkout__form label,
body.checkout .profilepress-myaccount-edit-profile > form label,
body.checkout .profilepress-myaccount-change-password > form label,
body.checkout .profilepress-myaccount-delete-account > form label,
body.checkout-2 form.checkout label,
body.checkout-2 .ppress-checkout__form label,
body.checkout-2 .profilepress-myaccount-edit-profile > form label,
body.checkout-2 .profilepress-myaccount-change-password > form label,
body.checkout-2 .profilepress-myaccount-delete-account > form label,
body.account form.checkout label,
body.account .ppress-checkout__form label,
body.account .profilepress-myaccount-edit-profile > form label,
body.account .profilepress-myaccount-change-password > form label,
body.account .profilepress-myaccount-delete-account > form label {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1rem;
  text-transform: uppercase; }

body.checkout form.checkout .col2-set,
body.checkout .ppress-checkout__form .col2-set,
body.checkout .profilepress-myaccount-edit-profile > form .col2-set,
body.checkout .profilepress-myaccount-change-password > form .col2-set,
body.checkout .profilepress-myaccount-delete-account > form .col2-set,
body.checkout-2 form.checkout .col2-set,
body.checkout-2 .ppress-checkout__form .col2-set,
body.checkout-2 .profilepress-myaccount-edit-profile > form .col2-set,
body.checkout-2 .profilepress-myaccount-change-password > form .col2-set,
body.checkout-2 .profilepress-myaccount-delete-account > form .col2-set,
body.account form.checkout .col2-set,
body.account .ppress-checkout__form .col2-set,
body.account .profilepress-myaccount-edit-profile > form .col2-set,
body.account .profilepress-myaccount-change-password > form .col2-set,
body.account .profilepress-myaccount-delete-account > form .col2-set {
  max-width: calc((100% / 12) * 7);
  margin-right: calc((100% / 12) * 1);
  float: left; }
  @media (max-width: 991.98px) {
    body.checkout form.checkout .col2-set,
    body.checkout .ppress-checkout__form .col2-set,
    body.checkout .profilepress-myaccount-edit-profile > form .col2-set,
    body.checkout .profilepress-myaccount-change-password > form .col2-set,
    body.checkout .profilepress-myaccount-delete-account > form .col2-set,
    body.checkout-2 form.checkout .col2-set,
    body.checkout-2 .ppress-checkout__form .col2-set,
    body.checkout-2 .profilepress-myaccount-edit-profile > form .col2-set,
    body.checkout-2 .profilepress-myaccount-change-password > form .col2-set,
    body.checkout-2 .profilepress-myaccount-delete-account > form .col2-set,
    body.account form.checkout .col2-set,
    body.account .ppress-checkout__form .col2-set,
    body.account .profilepress-myaccount-edit-profile > form .col2-set,
    body.account .profilepress-myaccount-change-password > form .col2-set,
    body.account .profilepress-myaccount-delete-account > form .col2-set {
      max-width: 100%; } }
  body.checkout form.checkout .col2-set .col-1,
  body.checkout .ppress-checkout__form .col2-set .col-1,
  body.checkout .profilepress-myaccount-edit-profile > form .col2-set .col-1,
  body.checkout .profilepress-myaccount-change-password > form .col2-set .col-1,
  body.checkout .profilepress-myaccount-delete-account > form .col2-set .col-1,
  body.checkout-2 form.checkout .col2-set .col-1,
  body.checkout-2 .ppress-checkout__form .col2-set .col-1,
  body.checkout-2 .profilepress-myaccount-edit-profile > form .col2-set .col-1,
  body.checkout-2 .profilepress-myaccount-change-password > form .col2-set .col-1,
  body.checkout-2 .profilepress-myaccount-delete-account > form .col2-set .col-1,
  body.account form.checkout .col2-set .col-1,
  body.account .ppress-checkout__form .col2-set .col-1,
  body.account .profilepress-myaccount-edit-profile > form .col2-set .col-1,
  body.account .profilepress-myaccount-change-password > form .col2-set .col-1,
  body.account .profilepress-myaccount-delete-account > form .col2-set .col-1 {
    float: unset;
    width: 100%; }
  body.checkout form.checkout .col2-set .col-2,
  body.checkout .ppress-checkout__form .col2-set .col-2,
  body.checkout .profilepress-myaccount-edit-profile > form .col2-set .col-2,
  body.checkout .profilepress-myaccount-change-password > form .col2-set .col-2,
  body.checkout .profilepress-myaccount-delete-account > form .col2-set .col-2,
  body.checkout-2 form.checkout .col2-set .col-2,
  body.checkout-2 .ppress-checkout__form .col2-set .col-2,
  body.checkout-2 .profilepress-myaccount-edit-profile > form .col2-set .col-2,
  body.checkout-2 .profilepress-myaccount-change-password > form .col2-set .col-2,
  body.checkout-2 .profilepress-myaccount-delete-account > form .col2-set .col-2,
  body.account form.checkout .col2-set .col-2,
  body.account .ppress-checkout__form .col2-set .col-2,
  body.account .profilepress-myaccount-edit-profile > form .col2-set .col-2,
  body.account .profilepress-myaccount-change-password > form .col2-set .col-2,
  body.account .profilepress-myaccount-delete-account > form .col2-set .col-2 {
    display: block;
    width: 100%; }

body.checkout form.checkout .woocommerce-checkout-review-order,
body.checkout form.checkout .order_review_heading,
body.checkout .ppress-checkout__form .woocommerce-checkout-review-order,
body.checkout .ppress-checkout__form .order_review_heading,
body.checkout .profilepress-myaccount-edit-profile > form .woocommerce-checkout-review-order,
body.checkout .profilepress-myaccount-edit-profile > form .order_review_heading,
body.checkout .profilepress-myaccount-change-password > form .woocommerce-checkout-review-order,
body.checkout .profilepress-myaccount-change-password > form .order_review_heading,
body.checkout .profilepress-myaccount-delete-account > form .woocommerce-checkout-review-order,
body.checkout .profilepress-myaccount-delete-account > form .order_review_heading,
body.checkout-2 form.checkout .woocommerce-checkout-review-order,
body.checkout-2 form.checkout .order_review_heading,
body.checkout-2 .ppress-checkout__form .woocommerce-checkout-review-order,
body.checkout-2 .ppress-checkout__form .order_review_heading,
body.checkout-2 .profilepress-myaccount-edit-profile > form .woocommerce-checkout-review-order,
body.checkout-2 .profilepress-myaccount-edit-profile > form .order_review_heading,
body.checkout-2 .profilepress-myaccount-change-password > form .woocommerce-checkout-review-order,
body.checkout-2 .profilepress-myaccount-change-password > form .order_review_heading,
body.checkout-2 .profilepress-myaccount-delete-account > form .woocommerce-checkout-review-order,
body.checkout-2 .profilepress-myaccount-delete-account > form .order_review_heading,
body.account form.checkout .woocommerce-checkout-review-order,
body.account form.checkout .order_review_heading,
body.account .ppress-checkout__form .woocommerce-checkout-review-order,
body.account .ppress-checkout__form .order_review_heading,
body.account .profilepress-myaccount-edit-profile > form .woocommerce-checkout-review-order,
body.account .profilepress-myaccount-edit-profile > form .order_review_heading,
body.account .profilepress-myaccount-change-password > form .woocommerce-checkout-review-order,
body.account .profilepress-myaccount-change-password > form .order_review_heading,
body.account .profilepress-myaccount-delete-account > form .woocommerce-checkout-review-order,
body.account .profilepress-myaccount-delete-account > form .order_review_heading {
  max-width: calc((100% / 12) * 4);
  float: left; }
  @media (max-width: 991.98px) {
    body.checkout form.checkout .woocommerce-checkout-review-order,
    body.checkout form.checkout .order_review_heading,
    body.checkout .ppress-checkout__form .woocommerce-checkout-review-order,
    body.checkout .ppress-checkout__form .order_review_heading,
    body.checkout .profilepress-myaccount-edit-profile > form .woocommerce-checkout-review-order,
    body.checkout .profilepress-myaccount-edit-profile > form .order_review_heading,
    body.checkout .profilepress-myaccount-change-password > form .woocommerce-checkout-review-order,
    body.checkout .profilepress-myaccount-change-password > form .order_review_heading,
    body.checkout .profilepress-myaccount-delete-account > form .woocommerce-checkout-review-order,
    body.checkout .profilepress-myaccount-delete-account > form .order_review_heading,
    body.checkout-2 form.checkout .woocommerce-checkout-review-order,
    body.checkout-2 form.checkout .order_review_heading,
    body.checkout-2 .ppress-checkout__form .woocommerce-checkout-review-order,
    body.checkout-2 .ppress-checkout__form .order_review_heading,
    body.checkout-2 .profilepress-myaccount-edit-profile > form .woocommerce-checkout-review-order,
    body.checkout-2 .profilepress-myaccount-edit-profile > form .order_review_heading,
    body.checkout-2 .profilepress-myaccount-change-password > form .woocommerce-checkout-review-order,
    body.checkout-2 .profilepress-myaccount-change-password > form .order_review_heading,
    body.checkout-2 .profilepress-myaccount-delete-account > form .woocommerce-checkout-review-order,
    body.checkout-2 .profilepress-myaccount-delete-account > form .order_review_heading,
    body.account form.checkout .woocommerce-checkout-review-order,
    body.account form.checkout .order_review_heading,
    body.account .ppress-checkout__form .woocommerce-checkout-review-order,
    body.account .ppress-checkout__form .order_review_heading,
    body.account .profilepress-myaccount-edit-profile > form .woocommerce-checkout-review-order,
    body.account .profilepress-myaccount-edit-profile > form .order_review_heading,
    body.account .profilepress-myaccount-change-password > form .woocommerce-checkout-review-order,
    body.account .profilepress-myaccount-change-password > form .order_review_heading,
    body.account .profilepress-myaccount-delete-account > form .woocommerce-checkout-review-order,
    body.account .profilepress-myaccount-delete-account > form .order_review_heading {
      max-width: 100%; } }

body.checkout form.checkout #billing_country_field,
body.checkout .ppress-checkout__form #billing_country_field,
body.checkout .profilepress-myaccount-edit-profile > form #billing_country_field,
body.checkout .profilepress-myaccount-change-password > form #billing_country_field,
body.checkout .profilepress-myaccount-delete-account > form #billing_country_field,
body.checkout-2 form.checkout #billing_country_field,
body.checkout-2 .ppress-checkout__form #billing_country_field,
body.checkout-2 .profilepress-myaccount-edit-profile > form #billing_country_field,
body.checkout-2 .profilepress-myaccount-change-password > form #billing_country_field,
body.checkout-2 .profilepress-myaccount-delete-account > form #billing_country_field,
body.account form.checkout #billing_country_field,
body.account .ppress-checkout__form #billing_country_field,
body.account .profilepress-myaccount-edit-profile > form #billing_country_field,
body.account .profilepress-myaccount-change-password > form #billing_country_field,
body.account .profilepress-myaccount-delete-account > form #billing_country_field {
  display: none; }

body.checkout form.checkout input:not([type="checkbox"]):not([type=submit]),
body.checkout form.checkout button,
body.checkout form.checkout select,
body.checkout form.checkout optgroup,
body.checkout form.checkout textarea,
body.checkout .ppress-checkout__form input:not([type="checkbox"]):not([type=submit]),
body.checkout .ppress-checkout__form button,
body.checkout .ppress-checkout__form select,
body.checkout .ppress-checkout__form optgroup,
body.checkout .ppress-checkout__form textarea,
body.checkout .profilepress-myaccount-edit-profile > form input:not([type="checkbox"]):not([type=submit]),
body.checkout .profilepress-myaccount-edit-profile > form button,
body.checkout .profilepress-myaccount-edit-profile > form select,
body.checkout .profilepress-myaccount-edit-profile > form optgroup,
body.checkout .profilepress-myaccount-edit-profile > form textarea,
body.checkout .profilepress-myaccount-change-password > form input:not([type="checkbox"]):not([type=submit]),
body.checkout .profilepress-myaccount-change-password > form button,
body.checkout .profilepress-myaccount-change-password > form select,
body.checkout .profilepress-myaccount-change-password > form optgroup,
body.checkout .profilepress-myaccount-change-password > form textarea,
body.checkout .profilepress-myaccount-delete-account > form input:not([type="checkbox"]):not([type=submit]),
body.checkout .profilepress-myaccount-delete-account > form button,
body.checkout .profilepress-myaccount-delete-account > form select,
body.checkout .profilepress-myaccount-delete-account > form optgroup,
body.checkout .profilepress-myaccount-delete-account > form textarea,
body.checkout-2 form.checkout input:not([type="checkbox"]):not([type=submit]),
body.checkout-2 form.checkout button,
body.checkout-2 form.checkout select,
body.checkout-2 form.checkout optgroup,
body.checkout-2 form.checkout textarea,
body.checkout-2 .ppress-checkout__form input:not([type="checkbox"]):not([type=submit]),
body.checkout-2 .ppress-checkout__form button,
body.checkout-2 .ppress-checkout__form select,
body.checkout-2 .ppress-checkout__form optgroup,
body.checkout-2 .ppress-checkout__form textarea,
body.checkout-2 .profilepress-myaccount-edit-profile > form input:not([type="checkbox"]):not([type=submit]),
body.checkout-2 .profilepress-myaccount-edit-profile > form button,
body.checkout-2 .profilepress-myaccount-edit-profile > form select,
body.checkout-2 .profilepress-myaccount-edit-profile > form optgroup,
body.checkout-2 .profilepress-myaccount-edit-profile > form textarea,
body.checkout-2 .profilepress-myaccount-change-password > form input:not([type="checkbox"]):not([type=submit]),
body.checkout-2 .profilepress-myaccount-change-password > form button,
body.checkout-2 .profilepress-myaccount-change-password > form select,
body.checkout-2 .profilepress-myaccount-change-password > form optgroup,
body.checkout-2 .profilepress-myaccount-change-password > form textarea,
body.checkout-2 .profilepress-myaccount-delete-account > form input:not([type="checkbox"]):not([type=submit]),
body.checkout-2 .profilepress-myaccount-delete-account > form button,
body.checkout-2 .profilepress-myaccount-delete-account > form select,
body.checkout-2 .profilepress-myaccount-delete-account > form optgroup,
body.checkout-2 .profilepress-myaccount-delete-account > form textarea,
body.account form.checkout input:not([type="checkbox"]):not([type=submit]),
body.account form.checkout button,
body.account form.checkout select,
body.account form.checkout optgroup,
body.account form.checkout textarea,
body.account .ppress-checkout__form input:not([type="checkbox"]):not([type=submit]),
body.account .ppress-checkout__form button,
body.account .ppress-checkout__form select,
body.account .ppress-checkout__form optgroup,
body.account .ppress-checkout__form textarea,
body.account .profilepress-myaccount-edit-profile > form input:not([type="checkbox"]):not([type=submit]),
body.account .profilepress-myaccount-edit-profile > form button,
body.account .profilepress-myaccount-edit-profile > form select,
body.account .profilepress-myaccount-edit-profile > form optgroup,
body.account .profilepress-myaccount-edit-profile > form textarea,
body.account .profilepress-myaccount-change-password > form input:not([type="checkbox"]):not([type=submit]),
body.account .profilepress-myaccount-change-password > form button,
body.account .profilepress-myaccount-change-password > form select,
body.account .profilepress-myaccount-change-password > form optgroup,
body.account .profilepress-myaccount-change-password > form textarea,
body.account .profilepress-myaccount-delete-account > form input:not([type="checkbox"]):not([type=submit]),
body.account .profilepress-myaccount-delete-account > form button,
body.account .profilepress-myaccount-delete-account > form select,
body.account .profilepress-myaccount-delete-account > form optgroup,
body.account .profilepress-myaccount-delete-account > form textarea {
  background-color: white !important;
  padding: 1.25rem;
  width: 100%;
  color: var(--bs-blue-900) !important;
  border-radius: 0.5rem;
  border: 1px solid rgba(56, 56, 56, 0.25) !important; }

body.checkout form.checkout .select2-container--default .select2-selection--single,
body.checkout .ppress-checkout__form .select2-container--default .select2-selection--single,
body.checkout .profilepress-myaccount-edit-profile > form .select2-container--default .select2-selection--single,
body.checkout .profilepress-myaccount-change-password > form .select2-container--default .select2-selection--single,
body.checkout .profilepress-myaccount-delete-account > form .select2-container--default .select2-selection--single,
body.checkout-2 form.checkout .select2-container--default .select2-selection--single,
body.checkout-2 .ppress-checkout__form .select2-container--default .select2-selection--single,
body.checkout-2 .profilepress-myaccount-edit-profile > form .select2-container--default .select2-selection--single,
body.checkout-2 .profilepress-myaccount-change-password > form .select2-container--default .select2-selection--single,
body.checkout-2 .profilepress-myaccount-delete-account > form .select2-container--default .select2-selection--single,
body.account form.checkout .select2-container--default .select2-selection--single,
body.account .ppress-checkout__form .select2-container--default .select2-selection--single,
body.account .profilepress-myaccount-edit-profile > form .select2-container--default .select2-selection--single,
body.account .profilepress-myaccount-change-password > form .select2-container--default .select2-selection--single,
body.account .profilepress-myaccount-delete-account > form .select2-container--default .select2-selection--single {
  height: 52px; }
  body.checkout form.checkout .select2-container--default .select2-selection--single .select2-selection__rendered,
  body.checkout .ppress-checkout__form .select2-container--default .select2-selection--single .select2-selection__rendered,
  body.checkout .profilepress-myaccount-edit-profile > form .select2-container--default .select2-selection--single .select2-selection__rendered,
  body.checkout .profilepress-myaccount-change-password > form .select2-container--default .select2-selection--single .select2-selection__rendered,
  body.checkout .profilepress-myaccount-delete-account > form .select2-container--default .select2-selection--single .select2-selection__rendered,
  body.checkout-2 form.checkout .select2-container--default .select2-selection--single .select2-selection__rendered,
  body.checkout-2 .ppress-checkout__form .select2-container--default .select2-selection--single .select2-selection__rendered,
  body.checkout-2 .profilepress-myaccount-edit-profile > form .select2-container--default .select2-selection--single .select2-selection__rendered,
  body.checkout-2 .profilepress-myaccount-change-password > form .select2-container--default .select2-selection--single .select2-selection__rendered,
  body.checkout-2 .profilepress-myaccount-delete-account > form .select2-container--default .select2-selection--single .select2-selection__rendered,
  body.account form.checkout .select2-container--default .select2-selection--single .select2-selection__rendered,
  body.account .ppress-checkout__form .select2-container--default .select2-selection--single .select2-selection__rendered,
  body.account .profilepress-myaccount-edit-profile > form .select2-container--default .select2-selection--single .select2-selection__rendered,
  body.account .profilepress-myaccount-change-password > form .select2-container--default .select2-selection--single .select2-selection__rendered,
  body.account .profilepress-myaccount-delete-account > form .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 12px;
    font-family: var(--bs-body-font-family);
    color: var(--bs-body-color); }
  body.checkout form.checkout .select2-container--default .select2-selection--single .select2-selection__arrow,
  body.checkout .ppress-checkout__form .select2-container--default .select2-selection--single .select2-selection__arrow,
  body.checkout .profilepress-myaccount-edit-profile > form .select2-container--default .select2-selection--single .select2-selection__arrow,
  body.checkout .profilepress-myaccount-change-password > form .select2-container--default .select2-selection--single .select2-selection__arrow,
  body.checkout .profilepress-myaccount-delete-account > form .select2-container--default .select2-selection--single .select2-selection__arrow,
  body.checkout-2 form.checkout .select2-container--default .select2-selection--single .select2-selection__arrow,
  body.checkout-2 .ppress-checkout__form .select2-container--default .select2-selection--single .select2-selection__arrow,
  body.checkout-2 .profilepress-myaccount-edit-profile > form .select2-container--default .select2-selection--single .select2-selection__arrow,
  body.checkout-2 .profilepress-myaccount-change-password > form .select2-container--default .select2-selection--single .select2-selection__arrow,
  body.checkout-2 .profilepress-myaccount-delete-account > form .select2-container--default .select2-selection--single .select2-selection__arrow,
  body.account form.checkout .select2-container--default .select2-selection--single .select2-selection__arrow,
  body.account .ppress-checkout__form .select2-container--default .select2-selection--single .select2-selection__arrow,
  body.account .profilepress-myaccount-edit-profile > form .select2-container--default .select2-selection--single .select2-selection__arrow,
  body.account .profilepress-myaccount-change-password > form .select2-container--default .select2-selection--single .select2-selection__arrow,
  body.account .profilepress-myaccount-delete-account > form .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 52px; }

input[name="quantity"],
input.qty {
  width: 80px !important;
  padding-right: 10px;
  margin-bottom: 16px;
  color: var(--bs-blue-500); }

.woocommerce-notices-wrapper .woocommerce-message {
  background-color: var(--bs-secondary);
  border-top: none;
  color: var(--bs-blue-900);
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5rem;
  display: flex; }
  .woocommerce-notices-wrapper .woocommerce-message::before {
    color: var(--bs-white); }
  .woocommerce-notices-wrapper .woocommerce-message .button.wc-forward {
    background-color: white;
    color: var(--bs-blue-900);
    float: unset;
    position: absolute;
    right: 24px;
    top: 11px; }

.shop_table.woocommerce-cart-form__contents {
  border: none !important; }
  .shop_table.woocommerce-cart-form__contents thead {
    border: none !important; }
  .shop_table.woocommerce-cart-form__contents tbody tr td {
    border-top: 1px solid var(--bs-primary);
    opacity: 1;
    padding-bottom: 24px !important;
    padding-top: 24px !important; }

.cart-collaterals .cart-subtotal th,
.cart-collaterals .order-total th {
  padding-left: 0 !important;
  padding-top: 16px !important;
  padding-bottom: 16px !important; }

.cart-collaterals .cart-subtotal td,
.cart-collaterals .order-total td {
  padding-right: 0;
  padding-top: 16px !important;
  padding-bottom: 16px !important; }

.cart-collaterals .order-total th,
.cart-collaterals .order-total td {
  border-top: 1px solid var(--bs-secondary) !important;
  border-bottom: 1px solid var(--bs-secondary); }

.shop_table.woocommerce-checkout-review-order-table, .shop_table.woocommerce-table--order-details {
  padding: 24px 60px 12px;
  float: unset;
  border: none;
  background: linear-gradient(198deg, #1B225A 24.06%, #233881 75.94%);
  color: white;
  transition: box-shadow 300ms ease; }
  .shop_table.woocommerce-checkout-review-order-table thead, .shop_table.woocommerce-table--order-details thead {
    border-collapse: collapse !important; }
    .shop_table.woocommerce-checkout-review-order-table thead tr th, .shop_table.woocommerce-table--order-details thead tr th {
      border-bottom: 1px solid var(--bs-secondary) !important; }
  .shop_table.woocommerce-checkout-review-order-table tbody a, .shop_table.woocommerce-table--order-details tbody a {
    color: var(--bs-white) !important; }
  .shop_table.woocommerce-checkout-review-order-table tfoot tr th,
  .shop_table.woocommerce-checkout-review-order-table tfoot tr td, .shop_table.woocommerce-table--order-details tfoot tr th,
  .shop_table.woocommerce-table--order-details tfoot tr td {
    border-top: 1px solid var(--bs-secondary) !important; }

.woocommerce ul#shipping_method li input[type="radio"] {
  display: inline-block;
  width: unset !important;
  margin-left: -18px;
  vertical-align: unset; }

body.shop,
body.cart,
body.checkout {
  background-color: var(--bs-blue-bg) !important; }
  body.shop .section__footer--pre > .wp-block-group > .wp-block-group__inner-container::before,
  body.cart .section__footer--pre > .wp-block-group > .wp-block-group__inner-container::before,
  body.checkout .section__footer--pre > .wp-block-group > .wp-block-group__inner-container::before {
    content: none; }
  body.shop .woocommerce-order > h2.woocommerce-order-details__title,
  body.cart .woocommerce-order > h2.woocommerce-order-details__title,
  body.checkout .woocommerce-order > h2.woocommerce-order-details__title {
    display: none; }
    body.shop .woocommerce-order > h2.woocommerce-order-details__title + .woocommerce-table.shop_table.order_details,
    body.cart .woocommerce-order > h2.woocommerce-order-details__title + .woocommerce-table.shop_table.order_details,
    body.checkout .woocommerce-order > h2.woocommerce-order-details__title + .woocommerce-table.shop_table.order_details {
      display: none; }

.cart .cart-container > .woocommerce .woocommerce-notices-wrapper {
  bottom: calc(100% + 110px) !important;
  transform: translateY(36px);
  top: unset; }

body.single-product div.product form.cart .button {
  width: unset !important;
  padding-left: 52px !important;
  display: inline-block !important; }

body.single-product #sbw_wc-adding-button {
  clear: none !important; }

body.single-product .product_meta {
  display: none; }
  body.single-product .product_meta .posted_in a {
    text-decoration: none;
    color: var(--bs-dark);
    pointer-events: none; }

body.cart .woocommerce-cart-form button[value="Update cart"] {
  background-color: var(--bs-gold) !important;
  color: var(--bs-blue-900) !important;
  border-width: 0 !important;
  width: unset !important;
  margin-right: 0;
  margin-left: auto !important; }

body.cart .woocommerce-cart .cart-collaterals .cart_totals tr th {
  padding-left: 0 !important; }

.shop_table.woocommerce-table--order-details thead tr th {
  color: var(--bs-gold);
  text-transform: uppercase; }

.shop_table.woocommerce-table--order-details tfoot tr:not(:last-child) td,
.shop_table.woocommerce-table--order-details tfoot tr:not(:last-child) th {
  font-weight: 300;
  border-top-width: 0 !important; }

.shop_table.woocommerce-table--order-details tfoot tr:last-child td,
.shop_table.woocommerce-table--order-details tfoot tr:last-child th {
  color: white; }

.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details,
.woocommerce .woocommerce-customer-details,
.woocommerce .woocommerce-order-details,
.woocommerce .woocommerce-order-downloads {
  margin-bottom: 4em; }

.woocommerce-table.shop_table.order_details tbody {
  min-height: 16px; }

.woocommerce-order-details + h2 {
  display: none; }
  .woocommerce-order-details + h2 + table {
    display: none; }

.ppress-payment-processing {
  padding: 100px 30px;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  font-size: 24px; }
  .ppress-payment-processing a {
    color: var(--bs-blue-900);
    background-color: var(--bs-secondary);
    display: inline-block;
    text-decoration: none;
    text-transform: none;
    padding: 12px 24px !important;
    font-weight: 600 !important;
    border-radius: 8px;
    margin-left: 18px;
    transition: background-color 300ms ease, color 300ms ease; }
    .ppress-payment-processing a:hover {
      color: var(--bs-secondary) !important;
      background-color: var(--bs-primary) !important; }

/* - 3.9 portal */
/*$letter-spacing-base: -0.5px;
$letter-spacing-lg: -1px;
$letter-spacing-xl: -2px;
// Define the letter spacings for md breakpoint
$letter-spacing-md: -0.5px;*/
.feature-card {
  border: 1px solid #B0CE4C;
  overflow: hidden;
  border-radius: 8px;
  height: 100%;
  background: rgba(176, 206, 76, 0.2); }
  .feature-card.fof {
    border: 1px solid var(--bs-gold);
    background: #FDF3D3; }
  .feature-card figure {
    width: 100%;
    height: 203px;
    overflow: hidden;
    position: relative; }
    .feature-card figure img {
      object-fit: cover;
      object-position: center;
      width: 100%;
      height: 100%; }
  .feature-card .lead {
    position: relative;
    padding-left: 24px; }
    .feature-card .lead::before {
      content: '';
      position: absolute;
      left: 0;
      top: calc(50% - 8px);
      width: 16px;
      height: 16px;
      background-color: #B0CE4C;
      mask: url(/wp-content/themes/theme-by-eggdesign/assets/img/icn__dot--title.svg) center/contain no-repeat;
      -webkit-mask: url(/wp-content/themes/theme-by-eggdesign/assets/img/icn__dot--title.svg) center/contain no-repeat; }
    .feature-card .lead.fof::before {
      background-color: var(--bs-pink); }

@media (max-width: 767.98px) {
  .friends-of-the-foundation #about-the-foundation .wp-block-group {
    align-items: flex-start; }
  .friends-of-the-foundation #about-the-foundation .wp-block-spacer:first-of-type {
    display: none; }
  .friends-of-the-foundation-resources h2 {
    margin-bottom: 12px !important;
    margin-top: 54px; }
  .friends-of-the-foundation-resources h4 {
    line-height: 1.75rem !important; } }

.section__resources {
  position: relative; }
  .section__resources::before {
    content: '';
    position: absolute;
    width: 100vw;
    height: 235px;
    right: 0;
    top: -75px;
    background-color: white;
    mask: url(/wp-content/themes/theme-by-eggdesign/assets/img/msk__waves--04.svg) center repeat-x;
    -webkit-mask: url(/wp-content/themes/theme-by-eggdesign/assets/img/msk__waves--04.svg) center repeat-x; }
  .section__resources > .wp-block-group__inner-container {
    position: relative;
    z-index: 10; }

.button_group {
  gap: 16px; }

.list__videos {
  list-style: none;
  padding: 0; }
  .list__videos ul {
    list-style: none;
    padding: 0;
    background-color: white; }
    .list__videos ul > li {
      padding: 0 26px; }
      .list__videos ul > li a {
        display: flex;
        justify-content: space-between;
        color: var(--bs-blue-900);
        padding: 16px 0;
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;
        text-decoration: none;
        border-top: 1px solid var(--bs-green); }
        .list__videos ul > li a .icn__play {
          position: relative;
          padding-left: 30px;
          pointer-events: none;
          min-width: 117px;
          display: flex;
          align-items: center; }
          .list__videos ul > li a .icn__play::before {
            content: '';
            position: absolute;
            left: 0;
            top: calc(50% - 12px);
            width: 24px;
            height: 24px;
            background-color: var(--bs-blue-900);
            mask: url(/wp-content/themes/theme-by-eggdesign/assets/img/icn__play--video.svg) center/contain no-repeat;
            -webkit-mask: url(/wp-content/themes/theme-by-eggdesign/assets/img/icn__play--video.svg) center/contain no-repeat; }
      .list__videos ul > li:first-child a {
        border-top: none; }
  .list__videos .category {
    background-color: var(--bs-blue-900) !important;
    border-top: 1px solid var(--bs-green); }
    .list__videos .category h6 {
      margin: 0 !important;
      color: var(--bs-green);
      line-height: 32px !important;
      padding: 19px 24px;
      position: relative; }
      .list__videos .category h6::after {
        font-family: "museo-sans", sans-serif !important;
        content: 'See More';
        position: absolute;
        right: 24px;
        top: calc(50% - 12px);
        width: auto;
        height: 16px;
        color: white;
        font-family: "Museo Sans";
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: 24px; }
    .list__videos .category.active h6::after {
      content: 'See Less'; }
    .list__videos .category.active > li {
      max-height: 999px; }
      .list__videos .category.active > li a {
        max-height: 999px; }
    .list__videos .category:not(.active) ul > li {
      max-height: 0;
      padding: 0;
      transition: max-height 150ms ease-in-out padding 150ms ease-in-out; }
      .list__videos .category:not(.active) ul > li a {
        max-height: 0;
        padding: 0;
        transition: max-height 150ms ease-in-out padding 150ms ease-in-out; }
    .list__videos .category .count {
      display: inline-block;
      margin-left: 12px;
      color: var(--bs-blue-300);
      font-size: 16px;
      font-weight: 300;
      line-height: 24px; }
    .list__videos .category:first-child {
      border-radius: 8px 8px 0px 0px;
      border-top: none; }
    .list__videos .category:last-child {
      border-radius: 0px 0px 8px 8px;
      overflow: hidden; }

body.account h1,
body.account h2,
body.account h3,
body.account h4,
body.account h5,
body.account h6 {
  font-family: "museo-sans-rounded", sans-serif !important; }

body.account .ppmyac-dashboard-item {
  cursor: pointer;
  color: var(--bs-blue-900); }
  body.account .ppmyac-dashboard-item:hover {
    cursor: pointer; }
  body.account .ppmyac-dashboard-item.list-downloads {
    display: none !important; }
  body.account .ppmyac-dashboard-item.isactive {
    background-color: var(--bs-blue-900) !important;
    border-color: var(--bs-blue-900) !important; }

body.account .ppmyac-dashboard-item.list-subscriptions {
  display: none !important; }

body.account h2.woocommerce-order-details__title,
body.account .woocommerce-table.shop_table.order_details {
  display: none; }

body.account .profilepress-myaccount-avatar-wrap .profilepress-myaccount-avatar a {
  pointer-events: none; }

body.account #profilepress-myaccount-wrapper .profilepress-myaccount-avatar-wrap .profilepress-myaccount-avatar img.pp-user-avatar,
body.account #profilepress-myaccount-wrapper .profilepress-myaccount-content .pp-user-avatar {
  object-fit: cover;
  width: 100%;
  border-radius: 8px; }

body.account #profilepress-myaccount-wrapper .profilepress-myaccount-content .pp-user-avatar {
  height: 100%;
  max-width: 128px;
  border-radius: 8px; }

body.account .profilepress-myaccount-content > p:first-child {
  font-size: 24px; }

body.account .ppress-my-account-order-sub-wrap {
  background-color: white;
  display: flex;
  flex-direction: column-reverse; }

.plyr--full-ui.plyr--video .plyr__control--overlaid,
.plyr--video .plyr__controls {
  margin-right: auto;
  margin-left: auto;
  width: unset !important;
  border: unset !important; }
  .plyr--full-ui.plyr--video .plyr__control--overlaid button,
  .plyr--full-ui.plyr--video .plyr__control--overlaid .plyr__controls__item,
  .plyr--video .plyr__controls button,
  .plyr--video .plyr__controls .plyr__controls__item {
    width: unset !important;
    display: inline-block;
    border: unset !important; }
  .plyr--full-ui.plyr--video .plyr__control--overlaid .plyr__controls__item.plyr__volume,
  .plyr--video .plyr__controls .plyr__controls__item.plyr__volume {
    display: flex !important; }

.plyr__control--overlaid {
  background-color: var(--bs-gold) !important; }
  .plyr__control--overlaid svg {
    fill: var(--bs-primary);
    color: var(--bs-primary); }
  .plyr__control--overlaid:hover {
    cursor: pointer !important;
    background-color: var(--bs-primary) !important; }
    .plyr__control--overlaid:hover svg {
      fill: var(--bs-gold);
      color: var(--bs-gold); }

.plyr__menu__container button {
  color: var(--bs-blue-900) !important; }

body.order-confirmation .profilepress-myaccount-order-details-wrap + h2,
body.order-confirmation .profilepress-myaccount-sub-order-details-wrap {
  display: none !important; }

.p-LinkAutofillPrompt {
  display: none !important; }

.my-account a {
  text-decoration: none;
  color: var(--bs-blue-900); }

.my-account figure {
  margin-bottom: 0; }

.list__member-benefits {
  padding-left: 0;
  list-style: none;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  flex-wrap: wrap; }
  .list__member-benefits h3 {
    margin-bottom: 0; }
  .list__member-benefits:has(+ h3.fof) {
    padding-bottom: 32px;
    margin-bottom: 32px;
    border-bottom: 1px solid var(--bs-blue-900); }
  @media (max-width: 767.98px) {
    .list__member-benefits {
      flex-direction: column; } }
  .list__member-benefits li {
    flex-shrink: 0;
    flex-grow: 1;
    flex-basis: 100%;
    max-width: calc(33% - 14px);
    display: flex;
    flex-direction: column;
    gap: 16px;
    position: relative;
    padding-bottom: 32px; }
    @media (max-width: 767.98px) {
      .list__member-benefits li {
        max-width: unset; } }
    .list__member-benefits li .lnk__readmore.icn__arrow--right {
      padding: 8px 24px 24px 0;
      display: flex;
      gap: 8px;
      position: absolute;
      bottom: -16px;
      height: calc(100% - 16px);
      width: 100%;
      align-items: flex-end; }
      .list__member-benefits li .lnk__readmore.icn__arrow--right::after {
        position: relative;
        top: unset;
        bottom: 4px;
        right: unset; }
    .list__member-benefits li figure {
      margin-bottom: 0;
      position: relative;
      border-radius: 0 !important; }
      .list__member-benefits li figure::after {
        content: '';
        position: absolute;
        left: calc(50% - 28px);
        top: calc(50% - 28px);
        width: 56px;
        height: 56px;
        pointer-events: none; }
      .list__member-benefits li figure img {
        width: 100%;
        height: auto;
        aspect-ratio: 342/243;
        object-fit: cover; }
    .list__member-benefits li.video figure::after {
      background: url(./assets/img/icn__video.svg) center no-repeat; }
    .list__member-benefits li.article figure::after {
      background: url(./assets/img/icn__article.svg) center no-repeat; }
    .list__member-benefits li.file figure::after {
      background: url(./assets/img/icn__download.svg) center no-repeat; }

.logo__fof {
  max-width: 278px;
  position: absolute;
  top: -28px;
  right: 0; }

.icn__member-profile {
  margin-left: auto; }

.card.discounts {
  padding: 22px; }
  .card.discounts .is-vertical.is-layout-flex:not(:last-of-type) {
    padding-bottom: 32px; }
  .card.discounts .is-vertical.is-layout-flex:first-of-type h6 {
    border-radius: 8px 8px 0 0; }
  .card.discounts .is-vertical.is-layout-flex h6 {
    margin: -22px;
    padding: 16px 22px;
    width: calc(100% + 44px);
    margin-bottom: 20px; }
  .card.discounts .is-vertical.is-layout-flex .icn__arrow--right a {
    margin-top: 0;
    color: var(--bs-blue-900) !important;
    font-weight: 700 !important; }

.logged-in.wp-block-loginout a,
[href="/reset-password"] {
  color: white !important; }

/** 5. Effects */
/* - 5.1 Parallax */
/** Fancy stuff - parallax */
.parallaxed {
  overflow: hidden; }
  .parallaxed span.parallax {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover !important; }
    .parallaxed span.parallax + img {
      display: none; }

.parallax--scroll {
  position: relative;
  z-index: 10; }

.pLax__before,
.pLax__after {
  --translate-y: 0px;
  --translate-x: 0px; }
  .pLax__before::before, .pLax__before::after,
  .pLax__before *::before,
  .pLax__before *::after,
  .pLax__after::before,
  .pLax__after::after,
  .pLax__after *::before,
  .pLax__after *::after {
    transform: translateX(var(--translate-x)) translateY(var(--translate-y)); }

/* - 5.2 Watermark */
/** Fancy stuff - watermark */
/*$letter-spacing-base: -0.5px;
$letter-spacing-lg: -1px;
$letter-spacing-xl: -2px;
// Define the letter spacings for md breakpoint
$letter-spacing-md: -0.5px;*/
.wmk__large--right,
.wmk__large--left,
.wmk__small--left,
.wmk__small--right {
  position: relative; }
  .wmk__large--right::before,
  .wmk__large--left::before,
  .wmk__small--left::before,
  .wmk__small--right::before {
    content: '';
    position: absolute;
    display: block;
    width: 800px;
    height: 800px;
    top: calc(50% - 400px);
    left: 200px;
    background-color: var(--bs-blue-bg);
    mask: url(./assets/img/wmk__ring--lg.svg) center/contain no-repeat;
    -webkit-mask: url(./assets/img/wmk__ring--lg.svg) center/contain no-repeat;
    z-index: 0;
    opacity: 0.4; }
  .wmk__large--right > *,
  .wmk__large--left > *,
  .wmk__small--left > *,
  .wmk__small--right > * {
    position: relative;
    z-index: 10; }

.wmk__large--left {
  position: relative; }
  .wmk__large--left::before {
    top: calc(50% - 400px);
    left: -19.5rem; }

.wmk__small--left::before {
  width: 350px;
  height: 350px;
  top: unset;
  bottom: 50%;
  left: -10.94rem;
  mask: url(./assets/img/wmk__ring--sm.svg) center/contain no-repeat;
  -webkit-mask: url(./assets/img/wmk__ring--sm.svg) center/contain no-repeat; }

.wmk__small--right {
  position: relative; }
  .wmk__small--right::before {
    width: 350px;
    height: 350px;
    top: unset;
    bottom: calc(50% - 350px);
    mask: url(./assets/img/wmk__ring--sm.svg) center/contain no-repeat;
    -webkit-mask: url(./assets/img/wmk__ring--sm.svg) center/contain no-repeat; }

.has-blue-bg-background-color .wmk__large--right::before,
.has-blue-bg-background-color .wmk__large--left::before,
.has-blue-bg-background-color .wmk__small--left::before,
.has-blue-bg-background-color .wmk__small--right::before {
  background-color: white; }

#modal .modal-content {
  position: relative; }
  #modal .modal-content::before {
    content: '';
    position: absolute;
    background-color: white;
    width: 350px;
    height: 350px;
    mask: url(./assets/img/wmk__ring--sm.svg) center/contain no-repeat;
    -webkit-mask: url(./assets/img/wmk__ring--sm.svg) center/contain no-repeat;
    opacity: 0.5; }

#modal.programs .modal-content::before {
  bottom: -8rem;
  right: -3.69rem; }

#modal.projects .modal-content::before {
  top: -5.13rem;
  right: 6.25rem; }

#modal.team .modal-content::before {
  bottom: -5.25rem;
  left: 15.06rem; }

/* - 5.3 Animation */
/** Fancy stuff - animation */
/* css animations */
.animated,
.animated-children > * {
  transition: opacity 800ms ease-in-out, transform 800ms ease-in-out; }

.animated.fadeIn,
.animated-children.fadeIn > * {
  opacity: 0; }

.animated.fadeIn.active,
.animated-children.fadeIn > *.active {
  opacity: 1 !important; }

.animated.fadeInLeft {
  transform: translateX(-20px);
  -webkit-transform: translateX(-20px);
  opacity: 0; }

.animated.fadeInLeft.active {
  opacity: 1;
  transform: translateX(0px);
  -webkit-transform: translateX(0px); }

.animated.fadeInRight {
  transform: translateX(20px);
  -webkit-transform: translateX(20px);
  opacity: 0; }

.animated.fadeInRight.active {
  opacity: 1;
  transform: translateX(0px);
  -webkit-transform: translateX(0px); }

.animated.fadeInBottom,
.animated-children.fadeInBottom > * {
  transform: translateY(30px) !important;
  -webkit-transform: translateY(30px) !important;
  opacity: 0; }

.animated.fadeInBottom.active,
.animated-children.fadeInBottom > *.active {
  opacity: 1;
  transform: translateY(0px) !important;
  -webkit-transform: translateY(0px) !important; }

.animated.fadeInTop {
  transform: translateY(-30px) !important;
  -webkit-transform: translateY(-30px) !important;
  margin-top: -30px;
  opacity: 0; }

.animated.fadeInTop.active {
  opacity: 1;
  margin-top: 0;
  transform: translateY(0px) !important;
  -webkit-transform: translateY(0px) !important; }

.animated.fadeOut,
.animated-children.fadeOut > * {
  opacity: 1; }

.animated.fadeOut.active,
.animated-children.fadeOut > *.active {
  opacity: 0; }

.animated.img__hover--grow {
  overflow: hidden;
  position: relative; }

.animated.img__hover--grow img {
  transition: 5s ease-out; }

.animated.img__hover--grow:hover img {
  transform: scale(1.125);
  -webkit-transform: scale(1.125); }

.animated.bounce-vertical__inner--arrows.active .wp-block-button__link::before, .animated.bounce-vertical__inner--arrows.active .wp-block-button__link::after {
  animation: bounces 2s ease 2 forwards; }

@keyframes bounces {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0); }
  40% {
    transform: translateY(-8px); }
  60% {
    transform: translateY(-4px); } }

@keyframes spins {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(359deg); } }

@keyframes animatedBackgroundX {
  0% {
    background-position-x: 50%;
    background-position-y: 50%; }
  25% {
    background-position-y: calc(50% + 12px); }
  50% {
    background-position-y: 50%; }
  75% {
    background-position-y: calc(50% + 12px); }
  100% {
    background-position-x: calc(50% + 481px);
    background-position-y: 50%; } }

@keyframes animatedBackgroundXBottom {
  0% {
    background-position-x: 50%;
    background-position-y: 100%; }
  25% {
    background-position-y: calc(100% + 12px); }
  50% {
    background-position-y: 100%; }
  75% {
    background-position-y: calc(100% + 12px); }
  100% {
    background-position-x: calc(50% + 481px);
    background-position-y: 100%; } }

@keyframes ticker {
  100% {
    transform: translateX(-173%);
    /*-100% + 100vw );*/ } }

@keyframes ticker-reverse {
  100% {
    transform: translateX(173%);
    /*-100% + 100vw );*/ } }
