/* Lightbox Styles */
.popup-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center; }
  .popup-modal.open {
    display: flex; }
  .popup-modal .popup-modal-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1; }
  .popup-modal .popup-modal-close {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    z-index: 3;
    text-transform: uppercase;
    letter-spacing: 1px; }
  .popup-modal .popup-modal-content {
    position: relative;
    z-index: 2;
    width: 90%;
    max-width: 900px;
    background: #000; }
    .popup-modal .popup-modal-content .video-wrapper {
      position: relative;
      padding-bottom: 56.25%;
      /* 16:9 Aspect Ratio */
      height: 0;
      overflow: hidden;
      background: #000; }
      .popup-modal .popup-modal-content .video-wrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0; }
    .popup-modal .popup-modal-content img {
      display: block;
      width: 100%;
      height: auto;
      max-height: 80vh;
      -o-object-fit: contain;
         object-fit: contain; }

html {
  box-sizing: border-box;
  scroll-behavior: smooth; }

*,
*:before,
*:after {
  box-sizing: inherit;
  margin: 0;
  padding: 0; }

.gestalt-glen {
  /*p, h1, h2, h3, h4, h5, h6, ul, ol, li {
    max-width:100%;
  }*/ }
  .gestalt-glen *, .gestalt-glen *::before, .gestalt-glen *::after {
    transition: opacity 300ms cubic-bezier(0.755, 0.116, 0.25, 0.757), transform 300ms cubic-bezier(0.755, 0.116, 0.25, 0.757), filter 300ms cubic-bezier(0.755, 0.116, 0.25, 0.757); }
  .gestalt-glen div.wpforms-container-full {
    width: 90%; }

body {
  font-family: "Atkinson Hyperlegible", sans-serif;
  background-color: #FFFFF0;
  color: #002923;
  font-size: 20px; }
  @media (max-width: 1000px) {
    body {
      font-size: 18px; } }

a {
  color: inherit; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

img {
  border: none;
  max-width: 100%;
  height: auto; }

embed,
iframe,
object {
  max-width: 100%; }

input, select, option, textarea {
  font-family: inherit; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul, ol {
  margin: 0 0 1.5em 3em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul, li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

p {
  margin: 0 0 1.5em;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; }
  @media (max-width: 1000px) {
    p {
      font-size: 18px;
      line-height: 27px; } }

h1, .h1-like {
  font-size: 52px;
  font-style: normal;
  font-weight: 400;
  line-height: normal; }

h2, .h2-like {
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 14px; }
  h2::after, .h2-like::after {
    bottom: 2px; }

h3, .h3-like {
  color: #002923;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal; }

h4, .h4-like {
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 42px; }

.c1, h5, .h5-like {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase; }

.b2 {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; }

hr {
  width: 80px;
  height: 1px;
  color: #BABAAC;
  margin-top: 24px;
  margin-bottom: 24px; }

#main a:not(:has(img)):not(.btn):not(.cta), #footer a:not(:has(img)):not(.btn) {
  color: inherit;
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
  position: relative;
  display: inline;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 2px calc(100% - 3px);
  background-repeat: no-repeat;
  background-size: 100% 1px;
  transition: background-size 400ms cubic-bezier(0.755, 0.116, 0.25, 0.757); }
  #main a:not(:has(img)):not(.btn):not(.cta)::after, #footer a:not(:has(img)):not(.btn)::after {
    /*content:"";*/
    width: 100%;
    height: 1px;
    transform: scaleX(100%);
    background-color: currentColor;
    position: absolute;
    bottom: 0px;
    left: 0px;
    transform-origin: bottom left; }
  #main a:not(:has(img)):not(.btn):not(.cta):hover, #main a:not(:has(img)):not(.btn):not(.cta):focus, #footer a:not(:has(img)):not(.btn):hover, #footer a:not(:has(img)):not(.btn):focus {
    background-size: 0% 1px; }
    #main a:not(:has(img)):not(.btn):not(.cta):hover::after, #main a:not(:has(img)):not(.btn):not(.cta):focus::after, #footer a:not(:has(img)):not(.btn):hover::after, #footer a:not(:has(img)):not(.btn):focus::after {
      transform: scaleX(0%); }

.text-link {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase; }

strong {
  font-weight: bold; }

em {
  font-style: italic; }

input[type="search"],
input[type="submit"],
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none; }

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    -webkit-clip-path: none;
            clip-path: none;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

.relative {
  position: relative; }

.container, article > *:not(section) {
  width: 90%;
  max-width: 944px;
  margin: auto; }

.alignwide .container {
  max-width: 1168px; }

.flex {
  display: flex; }

.btn {
  background-color: #98C89D;
  display: inline-flex;
  padding: 8px 24px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  gap: 8px;
  border-radius: 88px;
  transition: all 300ms cubic-bezier(0.755, 0.116, 0.25, 0.757);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase; }
  .btn::after {
    content: unset; }
  .btn:hover {
    background-color: #002923;
    color: #98C89D; }
  .btn.hollow {
    border: 1px solid #002923;
    background-color: transparent;
    color: #002923; }
    .btn.hollow:hover {
      background-color: #002923;
      color: #98C89D; }
    .btn.hollow.invert {
      border-color: #FFFFF0;
      color: #FFFFF0; }
      .btn.hollow.invert:hover {
        background-color: #FFFFF0;
        color: #002923; }

/* Separator */
.separator {
  margin-top: 80px;
  margin-bottom: 80px; }
  .separator .container {
    justify-content: space-between;
    align-items: center;
    gap: 30px; }
    .separator .container .border {
      height: 1px;
      background-color: #BABAAC;
      width: calc(50% - 33px); }

.cta {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  position: relative;
  cursor: pointer;
  text-decoration: none; }
  .cta::after {
    content: "";
    width: 100%;
    height: 1px;
    transform: scaleX(100%);
    background-color: currentColor;
    position: absolute;
    bottom: 8px;
    left: 0px;
    transform-origin: bottom left; }
  .cta:hover::after, .cta:focus::after {
    transform: scaleX(0%); }

.plus_minus {
  width: 10px;
  height: 10px;
  display: block;
  position: relative;
  top: 10px;
  right: 5px; }
  .plus_minus::before, .plus_minus::after {
    display: block;
    content: "";
    width: 2px;
    height: 10px;
    background-color: #002923;
    position: absolute;
    transform-origin: center;
    transform: rotate(0deg); }
  .plus_minus::after {
    transform: rotate(-90deg); }
  .plus_minus.active::before {
    transform: rotate(-90deg); }

/* Form Styles */
.wpforms-container {
  --wpforms-field-background-color: transparent;
  --wpforms-field-border-radius: 16px;
  --wpforms-field-size-input-height: 78px !important;
  --wpforms-field-border-color: #002923; }

.title_section {
  margin-top: 126px;
  margin-bottom: 98px; }
  .title_section .container {
    max-width: 1044px; }
    .title_section .container p {
      margin: 0px; }

.entry > * {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 944px; }
  .entry > *:last-child {
    margin-bottom: 100px; }
.entry > p, .entry > ul, .entry > ol, .entry > .wp-block-heading, .entry > .wp-block-quote, .entry > .wp-block-buttons, .entry > .wp-block-image, .entry > .wp-block-columns, .entry > .accordion-section,
.entry .acf-block-preview .accordion-section {
  max-width: 944px; }
.entry .alignwide, .entry > .alignwide {
  max-width: 1168px; }
.entry .alignfull, .entry > .alignfull {
  margin-left: 0;
  margin-right: 0;
  width: auto;
  max-width: 100%; }
  .entry .alignfull:last-child, .entry > .alignfull:last-child {
    margin-bottom: 0; }
.entry > .wp-block, .entry > .theme-block {
  margin-bottom: 100px; }
.entry > p {
  margin-bottom: 29px; }
.entry > h1 {
  margin-bottom: 48px; }
.entry > h2 {
  margin-bottom: 14px; }
.entry > h3 {
  margin-bottom: 32px; }
.entry > h4 {
  margin-bottom: 22px; }
.entry > h5 {
  margin-top: 76px;
  margin-bottom: 22px; }
.entry > .hr-container {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 944px; }
  .entry > .hr-container hr, .entry > .hr-container .wp-block-separator {
    width: 80px !important;
    height: 1px;
    color: #BABAAC;
    margin-top: 40px;
    margin-bottom: 40px;
    margin-left: 0px; }
.entry > hr, .entry > .wp-block-separator {
  width: 80px !important;
  height: 1px;
  color: #BABAAC;
  margin-top: 24px;
  margin-bottom: 24px;
  margin-left: 0px; }
.entry a {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase; }
.entry > ul {
  padding-left: 33px;
  margin-bottom: 29px; }
  .entry > ul li {
    color: var(--Dark-Green, #002923);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 10px; }
.entry img {
  border-radius: 6px; }

/* =WordPress Core
-------------------------------------------------------------- */
#wpadminbar {
  position: fixed !important; }

.alignnone {
  margin: 0 0 40px 0; }

.aligncenter {
  display: block;
  margin: 0 auto 40px auto; }

.alignright {
  float: right;
  margin: 0 0 40px 40px; }

.alignleft {
  float: left;
  margin: 0 40px 40px 0; }

@media (max-width: 782px) {
  .alignright,
  .alignleft {
    display: block;
    float: none;
    margin: 0 auto 40px auto; } }
.aligncenter,
.wp-block-spacer {
  clear: both; }

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

.has-text-align-left {
  text-align: left; }

.has-text-align-right {
  text-align: right; }

.items-justified-left {
  justify-content: flex-start; }

.items-justified-center {
  text-align: center;
  justify-content: center; }

.items-justified-right {
  justify-content: flex-end; }

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

.wp-block-embed {
  overflow-wrap: break-word; }
  .wp-block-embed figcaption {
    margin-top: 0.5em;
    margin-bottom: 1em; }
  .wp-block-embed iframe {
    max-width: 100%; }
  .wp-block-embed__wrapper {
    position: relative; }
  .wp-block-embed.wp-has-aspect-ratio .wp-block-embed__wrapper:before {
    content: "";
    display: block;
    padding-top: 50%; }
  .wp-block-embed.wp-has-aspect-ratio iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%; }
  .wp-block-embed.wp-has-aspect-ratio.wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
    padding-top: 42.85%; }
  .wp-block-embed.wp-has-aspect-ratio.wp-embed-aspect-18-9 .wp-block-embed__wrapper:before {
    padding-top: 50%; }
  .wp-block-embed.wp-has-aspect-ratio.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
    padding-top: 56.25%; }
  .wp-block-embed.wp-has-aspect-ratio.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before {
    padding-top: 75%; }
  .wp-block-embed.wp-has-aspect-ratio.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before {
    padding-top: 100%; }
  .wp-block-embed.wp-has-aspect-ratio.wp-embed-aspect-9-16 .wp-block-embed__wrapper:before {
    padding-top: 177.77%; }
  .wp-block-embed.wp-has-aspect-ratio.wp-embed-aspect-1-2 .wp-block-embed__wrapper:before {
    padding-top: 200%; }

.wp-block-embed.alignleft,
.wp-block-embed.alignright,
.wp-block[data-align="left"] > [data-type="core/embed"],
.wp-block[data-align="right"] > [data-type="core/embed"] {
  max-width: 360px;
  width: 100%; }

.wp-block-embed.alignleft .wp-block-embed__wrapper,
.wp-block-embed.alignright .wp-block-embed__wrapper,
.wp-block[data-align="left"] > [data-type="core/embed"] .wp-block-embed__wrapper,
.wp-block[data-align="right"] > [data-type="core/embed"] .wp-block-embed__wrapper {
  min-width: 280px; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-pause {
  display: none; }

.video-background {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; }
  .video-background-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }

.play-pause-button {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border: 0;
  background: transparent;
  box-sizing: border-box;
  cursor: pointer;
  font-family: inherit;
  font-size: 14px;
  max-width: 10px;
  transition: max-width 0.3s ease; }
  .play-pause-button::before {
    display: block;
    content: '';
    box-sizing: inherit;
    width: 0;
    height: 12px;
    border-color: transparent transparent transparent #fff;
    transition: 0.2s all ease;
    border-style: solid;
    border-width: 6px 0 6px 10px;
    opacity: 1; }
  .play-pause-button::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1; }
  .play-pause-button.playing::before {
    border-style: double;
    border-width: 0 0 0 10px; }
  .play-pause-button-text {
    color: #fff;
    opacity: 0;
    transition: max-width 0.3s ease, opacity 0.4s ease;
    overflow: hidden;
    text-wrap-mode: nowrap;
    padding-left: 10px; }
  .play-pause-button:hover, .play-pause-button:focus {
    max-width: 10em;
    outline: 0; }
    .play-pause-button:hover .play-pause-button-text, .play-pause-button:focus .play-pause-button-text {
      opacity: 1; }

.slider-wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden; }
.slider-controls {
  display: flex;
  align-items: center;
  justify-content: space-between; }
.slider-prev, .slider-next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 39px;
  height: 39px;
  border: 0;
  background: transparent;
  cursor: pointer;
  transition: transform 0.3s ease;
  color: inherit; }
  .slider-prev .icon-arrow .circle, .slider-next .icon-arrow .circle {
    transition: fill 0.2s ease; }
.slider-prev .icon-arrow-slider {
  transform-origin: center;
  transform: rotate(180deg); }
@media (max-width: 640px) {
  .slider-prev, .slider-next {
    width: 25px;
    height: 26px; }
    .slider-prev .icon-chevron, .slider-next .icon-chevron {
      margin: 0;
      width: 12px; } }

.slick-dots {
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: flex-start; }
  .slick-dots .slick-dot {
    margin: 0 11px 0 0; }
    .slick-dots .slick-dot button {
      display: block;
      width: 12px;
      height: 12px;
      border-radius: 12px;
      border: 0;
      transition: background-color 0.2s ease; }
      .slick-dots .slick-dot button:hover {
        cursor: pointer; }
    .slick-dots .slick-dot-content {
      border: 0;
      clip: rect(1px, 1px, 1px, 1px);
      -webkit-clip-path: inset(50%);
              clip-path: inset(50%);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute !important;
      width: 1px;
      word-wrap: normal !important; }

.image-slider-section {
  position: relative;
  z-index: 1;
  padding: 0 44px;
  max-width: 1244px; }
  @media (max-width: 782px) {
    .image-slider-section {
      padding: 0 30px; } }
.image-slider-figure .cover-image {
  padding-top: 56.74%;
  margin-bottom: 10px; }
.image-slider-caption {
  text-align: center;
  font-size: 13px;
  line-height: 1.5; }
  .image-slider-caption p {
    margin: 0; }
.image-slider-controls {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%); }

.carousel-slider {
  position: relative;
  z-index: 2; }
  .carousel-slider-section {
    max-width: 1074px;
    margin-bottom: 198px; }
  .carousel-slider-header {
    text-align: center;
    max-width: 919px;
    margin: auto; }
  .carousel-slider-title {
    color: inherit; }
  .carousel-slider-wrapper {
    position: relative;
    z-index: 2;
    padding: 0 38px; }
  .carousel-slider-slide {
    padding: 0 10px; }
    .carousel-slider-slide .cover-image {
      padding-top: 100%; }
  .carousel-slider-controls {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%); }
    .carousel-slider-controls svg {
      fill: currentColor; }
  @media (max-width: 782px) {
    .carousel-slider-section {
      padding: 0px; }
    .carousel-slider-slide {
      padding: 0 10px; } }

.accordion-section {
  position: relative;
  display: flex;
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 118px;
  background: #29564B;
  color: #FFFFF0; }
.accordion-block {
  max-width: 807px;
  margin: 34px auto;
  margin-bottom: 200px; }
  .accordion-block .accordion {
    padding: 10px 0;
    border-bottom: 1px #b4b4b4 solid; }
    .accordion-block .accordion:first-child {
      border-top: 1px #b4b4b4 solid; }
    @media (max-width: 782px) {
      .accordion-block .accordion {
        padding: 0; } }
.accordion-heading {
  font-size: 20px;
  line-height: normal;
  text-transform: none;
  letter-spacing: normal;
  margin: 0; }
  @media (max-width: 640px) {
    .accordion-heading {
      font-size: 16px; } }
.accordion-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
  padding: 13px 0;
  cursor: pointer;
  font: inherit;
  color: #fffff0;
  background-color: transparent;
  border: 0;
  text-align: left;
  transition: color 0.2s ease, background-color 0.2s ease; }
  .accordion-trigger-icon {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    flex-shrink: 0; }
    .accordion-trigger-icon-label {
      font-weight: normal;
      font-size: 12px;
      line-height: 1.5;
      color: #676767;
      opacity: 0; }
      .accordion-trigger-icon-label--open {
        display: block; }
      .accordion-trigger-icon-label--close {
        display: none; }
      @media (max-width: 782px) {
        .accordion-trigger-icon-label {
          border: 0;
          clip: rect(1px, 1px, 1px, 1px);
          -webkit-clip-path: inset(50%);
                  clip-path: inset(50%);
          height: 1px;
          margin: -1px;
          overflow: hidden;
          padding: 0;
          position: absolute !important;
          width: 1px;
          word-wrap: normal !important; } }
    .accordion-trigger-icon-plus {
      display: block;
      position: relative;
      z-index: 1;
      width: 36px;
      height: 36px;
      flex-shrink: 0;
      border: 1px solid #fffff0;
      border-radius: 100%; }
      .accordion-trigger-icon-plus::before, .accordion-trigger-icon-plus::after {
        content: '';
        display: block;
        position: absolute;
        z-index: 1;
        width: 16px;
        height: 1px;
        background-color: #fffff0;
        top: 50%;
        left: 27%;
        transform-origin: center;
        transition: transform 0.2s ease; }
      .accordion-trigger-icon-plus::before {
        transform: rotate(90deg); }
    .accordion.is-open .accordion-trigger-icon-label--open {
      display: none; }
    .accordion.is-open .accordion-trigger-icon-label--close {
      display: block; }
    .accordion.is-open .accordion-trigger-icon-plus::before {
      transform: none; }
  .accordion-trigger:hover, .accordion.is-open .accordion-trigger {
    color: #98C89D; }
.accordion-content {
  padding: 0 40px 0 0;
  visibility: hidden;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: visibility 0s 0.3s, opacity 0.3s, max-height 0.3s; }
  .accordion.is-open .accordion-content {
    visibility: visible;
    opacity: 1;
    max-height: none;
    transition: opacity 0.5s, max-height 0.3s; }
  @media (max-width: 640px) {
    .accordion-content {
      padding: 0; } }

.faq_gg_footer {
  position: absolute;
  background-image: url("../images/gg_footer.png");
  background-size: contain;
  background-position: center top;
  height: 158px;
  width: 100%;
  left: 0px;
  bottom: -75px; }

.cta-block-section {
  text-align: center;
  padding: 75px 55px 55px; }
  @media (max-width: 782px) {
    .cta-block-section {
      padding: 35px; } }
.cta-block-inner {
  max-width: 924px; }
.cta-block-title {
  color: inherit; }

.listing-section {
  margin-top: 80px;
  margin-bottom: 70px; }
  .listing-section .section-header {
    text-align: center;
    max-width: 944px;
    margin: 0 auto 58px;
    width: 90%; }
    .listing-section .section-header hr {
      margin-left: auto;
      margin-right: auto; }
  .listing-section .wp-block-heading {
    margin-bottom: 6px; }
  .listing-section .container {
    max-width: 1170px; }
.listing-grid {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  align-items: center; }
  .listing-grid-item {
    transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    border-radius: 24px;
    background: transparent;
    border: 2px solid #002923;
    display: flex;
    max-width: 378px;
    padding: 24px 48px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    align-self: stretch; }
    .listing-grid-item:hover {
      border-color: #98C89D;
      background: #98C89D; }
    .listing-grid-item-image {
      margin-bottom: 20px;
      padding-top: 56.75%; }
    .listing-grid-item-content {
      line-height: normal;
      margin: 0px;
      text-align: center;
      width: 100%; }
    .listing-grid-item-title {
      margin-bottom: 8px; }
    .listing-grid-item-desc {
      font-size: 13px;
      line-height: 1.5;
      margin-bottom: 16px; }
      .listing-grid-item-desc p {
        margin: 0px;
        color: var(--Dark-Green, #002923);
        text-align: center;
        font-family: "Atkinson Hyperlegible";
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px; }
    .listing-grid-item:last-child {
      background: #29564B;
      border-color: #002923;
      color: #FFFFF0;
      gap: 24px; }
      .listing-grid-item:last-child .listing-grid-item-content {
        display: flex;
        flex-direction: column;
        gap: 24px; }
      .listing-grid-item:last-child h3 {
        color: #FFFFF0; }
      .listing-grid-item:last-child .btn {
        border: 1px solid #FFFFF0;
        background: transparent;
        color: #fffff0; }
        .listing-grid-item:last-child .btn:hover {
          color: #002923;
          background: #FFFFF0; }
  @media (max-width: 1300px) {
    .listing-grid {
      justify-content: center; }
      .listing-grid-item {
        max-width: calc(50% - 50px); } }
  @media (max-width: 750px) {
    .listing-grid-item {
      max-width: 100%; } }

.alternating-callout-section {
  max-width: 1156px; }
.alternating-callout-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  margin-bottom: 80px; }
  .alternating-callout-panel--reversed {
    flex-direction: row-reverse; }
  .alternating-callout-panel-image {
    width: 59.74%;
    max-width: 686px;
    flex-shrink: 0; }
    .alternating-callout-panel-image .cover-image {
      padding-top: 56.7%; }
  .alternating-callout-panel-content {
    font-size: 15px; }
  @media (max-width: 782px) {
    .alternating-callout-panel {
      display: block; }
      .alternating-callout-panel-image {
        width: auto;
        margin-bottom: 20px; }
      .alternating-callout-panel-content {
        font-size: 13px;
        line-height: 1.5; } }

.callout-slider, .callout-slider-section {
  margin-left: auto;
  margin-right: auto;
  max-width: 1168px;
  position: relative;
  z-index: 1;
  margin-bottom: 141px; }
.callout-slider-slide-inner {
  display: flex;
  align-items: flex-start;
  gap: 0px;
  margin-left: 0px; }
.callout-slider-slide-image {
  flex-grow: 1;
  max-width: 928px;
  width: 80%; }
  .callout-slider-slide-image .cover-image {
    padding-top: 56.72%; }
.callout-slider-slide-content {
  position: absolute;
  right: 0;
  top: 48px;
  border-radius: 18px;
  background: var(--Light-Green, #98C89D);
  z-index: 1;
  width: 350px;
  flex-shrink: 0;
  padding-top: 56px;
  padding-left: 35px;
  padding-right: 29.5px;
  padding-bottom: 93px;
  font-size: 13px;
  line-height: 1.5; }
.callout-slider-slide-title {
  margin-bottom: 6px; }
@media (max-width: 782px) {
  .callout-slider-slide-inner {
    display: block;
    width: 100%; }
  .callout-slider-slide-image {
    width: auto;
    margin-bottom: 20px; }
  .callout-slider-slide-content {
    padding-top: 50px;
    width: auto;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; } }
.callout-slider-controls {
  position: absolute;
  z-index: 2;
  right: 20px;
  bottom: 20px;
  display: flex;
  gap: 15px; }
  .callout-slider-controls .slider-prev,
  .callout-slider-controls .slider-next {
    width: 30px;
    height: 30px; }
    .callout-slider-controls .slider-prev *,
    .callout-slider-controls .slider-next * {
      transition: all 500ms cubic-bezier(0.075, 0.82, 0.165, 1); }
    .callout-slider-controls .slider-prev:hover svg path,
    .callout-slider-controls .slider-next:hover svg path {
      fill: #98C89D; }
    .callout-slider-controls .slider-prev:hover svg circle,
    .callout-slider-controls .slider-next:hover svg circle {
      fill: #002923; }
  @media (max-width: 782px) {
    .callout-slider-controls {
      bottom: 20px;
      right: 20px;
      height: -webkit-fit-content;
      height: -moz-fit-content;
      height: fit-content; } }

.tabs-block-section {
  position: relative;
  z-index: 1; }
  @media (max-width: 640px) {
    .tabs-block-section {
      display: none; } }
  .tabs-block-section-inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr 3fr; }
  .tabs-block-section-tabs {
    position: relative;
    z-index: 4; }
  .tabs-block-section-panels {
    position: relative;
    z-index: 4;
    padding: 50px;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    grid-template-areas: "panel";
    /*panels overlap inside one grid cell to avoid changing height*/ }
.tabs-block-header-top {
  margin-bottom: 20px; }
.tabs-block-tablist {
  margin: 0;
  list-style: none; }
.tabs-block-tab {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 50px;
  margin-bottom: 20px;
  padding: 5px 30px 5px 25px;
  border: 0;
  border-radius: 0;
  border-left: 5px #676767 solid;
  background: #fff;
  color: #000;
  cursor: pointer; }
  .tabs-block-tab-text {
    display: inline-block; }
  .tabs-block-tab svg {
    width: 1em;
    height: auto;
    flex-shrink: 0;
    transition: all 0.3s ease; }
  .tabs-block-tab:hover {
    transition: all 0.3s ease;
    background-color: #eee; }
  .tabs-block-tab[aria-selected="true"] {
    transition: all 0.3s ease;
    background-color: #676767;
    color: #fff;
    border-left: 0;
    pointer-events: none; }
.tabs-block-panel.is-hidden {
  opacity: 0;
  visibility: hidden; }
@media (min-width: 641px) {
  .tabs-block-mobile {
    display: none; } }

.home-hero {
  margin-bottom: 60px;
  overflow: hidden;
  padding-top: 70px;
  padding-bottom: 70px; }
  .home-hero .container {
    justify-content: space-between;
    align-items: center;
    position: relative;
    gap: 50px; }
  .home-hero .hero_content {
    max-width: 100%; }
    .home-hero .hero_content h1 {
      color: #002923;
      font-size: 68px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
      margin-bottom: 44px; }
    .home-hero .hero_content h4 {
      margin-bottom: 7px; }
    .home-hero .hero_content .flex {
      gap: 16px; }
    .home-hero .hero_content p {
      width: 612px;
      max-width: 100%; }
  .home-hero .image_tag {
    position: relative; }
  .home-hero .hero_image {
    display: block;
    width: 345px;
    height: 431px;
    max-width: 100%;
    background-size: cover; }
  .home-hero .tag {
    background-color: #29564B;
    border-radius: 0 0 12px 12px;
    padding-top: 8px;
    padding-bottom: 8px; }
  .home-hero .c1 {
    color: #fffff0;
    width: 90%;
    margin: auto;
    text-align: center; }
  .home-hero .pattern {
    position: absolute;
    background-color: #002923;
    width: 380px;
    height: 552px;
    left: 107px;
    z-index: -1;
    top: -42px;
    border-radius: 12px;
    background-image: url("../svg/gg.svg"); }
  @media (max-width: 1050px) {
    .home-hero {
      overflow: initial; }
      .home-hero .container {
        gap: 50px;
        flex-direction: column-reverse; }
        .home-hero .container h1 {
          font-size: 48px;
          margin-bottom: 20px; }
        .home-hero .container h4 {
          font-size: 22px; }
        .home-hero .container .b1 {
          font-size: 16px;
          margin-bottom: 25px; }
        .home-hero .container .image_tag {
          position: static; }
          .home-hero .container .image_tag .pattern {
            width: 100vw;
            left: -5.6%;
            border-radius: 0px;
            background-size: cover;
            top: -195px; }
        .home-hero .container .hero_content {
          padding-top: 60px;
          width: 100%; }
          .home-hero .container .hero_content p {
            width: 100%; } }
  @media (max-width: 600px) {
    .home-hero .flex.buttons {
      flex-direction: column; } }

.learn-more .intro_content {
  margin-bottom: 74px; }
.learn-more .learn_more_stack .learn-more-item {
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  gap: 57px;
  border-bottom: 1px solid #BABAAC; }
  .learn-more .learn_more_stack .learn-more-item:last-child {
    border-bottom: 0px; }
  .learn-more .learn_more_stack .learn-more-item .learn-more-title {
    width: 300px;
    flex-shrink: 0; }
    .learn-more .learn_more_stack .learn-more-item .learn-more-title h3 {
      width: 235px; }
  .learn-more .learn_more_stack .learn-more-item .learn-more-answer-content {
    max-height: 120px;
    overflow: hidden;
    transition: all 600ms cubic-bezier(0.755, 0.116, 0.25, 0.757); }
    .learn-more .learn_more_stack .learn-more-item .learn-more-answer-content.active {
      max-height: 250vh; }
  .learn-more .learn_more_stack .learn-more-item .read_more {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    position: relative; }
    .learn-more .learn_more_stack .learn-more-item .read_more::before {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: -30px;
      background: linear-gradient(transparent, #FFFFF0); }
@media (max-width: 650px) {
  .learn-more .learn_more_stack .learn-more-item {
    flex-direction: column; } }

.upcoming-events {
  color: #FFFFF0;
  background: #29564B;
  border-radius: 36px;
  width: 95%;
  max-width: 1360px;
  margin: auto;
  padding-top: 70px;
  padding-bottom: 70px;
  margin-bottom: 60px;
  margin-top: 60px; }
  .upcoming-events h1 {
    margin-bottom: 48px; }
  .upcoming-events .h1-like {
    margin-bottom: 16px; }
  .upcoming-events .h2-like {
    margin-bottom: 18px;
    display: block; }
  .upcoming-events .view_events_wrapper {
    margin-top: 36px; }
  .upcoming-events .events_list {
    gap: 36px;
    align-items: flex-start; }
    .upcoming-events .events_list .event_list .c1 {
      margin-bottom: 0px; }
    .upcoming-events .events_list .event_list .event {
      padding-bottom: 36px;
      padding-top: 36px;
      border-bottom: 1px solid #002923; }
      .upcoming-events .events_list .event_list .event .link_wrapper {
        margin-bottom: 18px; }
      .upcoming-events .events_list .event_list .event:nth-child(0) {
        padding-top: 0px; }
      .upcoming-events .events_list .event_list .event:last-child {
        border: 0px; }
    .upcoming-events .events_list .event_list path {
      fill: #98C89D; }
    .upcoming-events .events_list .view_events {
      font-size: 14px;
      font-style: normal;
      font-weight: 700;
      line-height: 30px;
      margin-top: 36px;
      display: inline-block; }
  .upcoming-events .featured_event {
    width: 532px;
    max-width: 100%;
    background-color: #98C89D;
    color: #002923;
    padding: 18px;
    padding-top: 16px;
    border-radius: 30px; }
    .upcoming-events .featured_event img {
      border-radius: 12px; }
    .upcoming-events .featured_event .btn {
      margin-top: 27px;
      display: inline-block; }
  .upcoming-events .event_info {
    gap: 16px;
    align-items: center; }
  @media (max-width: 1050px) {
    .upcoming-events .h1-like {
      font-size: 40px; } }
  @media (max-width: 900px) {
    .upcoming-events .h1-like {
      font-size: 32px; } }
  @media (max-width: 850px) {
    .upcoming-events .events_list {
      flex-wrap: wrap; }
    .upcoming-events .featured_event {
      width: 100%; }
    .upcoming-events .event_list {
      width: 100%; } }

.event_info p {
  margin: 0; }

.centered-title {
  text-align: center;
  margin-bottom: 72px;
  margin-top: 72px;
  max-width: 920px !important;
  width: 90%;
  margin-left: auto;
  margin-right: auto; }
  .centered-title hr {
    margin-left: auto;
    margin-right: auto; }
  .centered-title .title-icon {
    margin-bottom: 24px; }
  .centered-title h2 {
    margin-bottom: 16px; }
  .centered-title p {
    margin-bottom: 36px; }

.resume-items {
  margin-top: 100px;
  margin-bottom: 100px; }
  .resume-items .resume-title {
    margin-bottom: 31px; }
  .resume-items .resume-item {
    margin-bottom: 24px; }
    .resume-items .resume-item h4, .resume-items .resume-item h5 {
      margin: 0px; }

.page-services .container {
  max-width: 1104px; }

.services-hero {
  padding: 126px 0 0; }
  .services-hero .container {
    max-width: 1044px;
    margin-left: 0px; }
  .services-hero h1 {
    margin-bottom: 24px;
    color: #002923; }
  .services-hero .intro-text {
    font-size: 24px;
    line-height: 1.4;
    max-width: 800px;
    margin-bottom: 48px; }
  .services-hero .category-chips {
    display: flex;
    gap: 16px;
    flex-wrap: wrap; }
    .services-hero .category-chips .chip {
      background: #95C1A1;
      color: #002923;
      padding: 8px 20px;
      border-radius: 100px;
      font-size: 14px;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 0.05em;
      cursor: pointer;
      border: none;
      transition: all 0.3s cubic-bezier(0.755, 0.116, 0.25, 0.757); }
      .services-hero .category-chips .chip[aria-selected="true"] {
        background: #002923;
        color: #95C1A1; }
      .services-hero .category-chips .chip:hover:not([aria-selected="true"]) {
        filter: brightness(0.9); }

.services-accordion-section {
  padding: 80px 0;
  background-color: #FFFFF0; }
  .services-accordion-section .container {
    max-width: 1104px; }
  .services-accordion-section .tabs-block-panel.is-hidden {
    display: none; }
  .services-accordion-section .accordion {
    border-radius: 16px;
    border: 1px solid var(--Dark-Green, #002923);
    margin-bottom: 27px;
    overflow: hidden;
    padding: 0px;
    width: 100%;
    transition: all 300ms cubic-bezier(0.755, 0.116, 0.25, 0.757); }
    .services-accordion-section .accordion * {
      transition: all 300ms cubic-bezier(0.755, 0.116, 0.25, 0.757); }
    .services-accordion-section .accordion-trigger {
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 100%;
      padding: 32px 0;
      background: none;
      border: none;
      text-align: left;
      cursor: pointer;
      color: #002923;
      padding-left: 32px;
      padding-right: 32px;
      border-radius: 16px; }
      .services-accordion-section .accordion-trigger h3 {
        margin: 0;
        font-size: 24px;
        font-weight: 700; }
      .services-accordion-section .accordion-trigger .plus_minus {
        top: 0px;
        flex-shrink: 0;
        margin-left: 20px;
        border: 1px solid #002923;
        width: 36px;
        height: 36px;
        border-radius: 100%;
        display: flex;
        justify-content: center;
        align-items: center; }
    .services-accordion-section .accordion-content {
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.35s cubic-bezier(0.755, 0.116, 0.25, 0.757);
      padding: 0px; }
      .services-accordion-section .accordion-content .inner {
        width: 100%;
        margin: auto;
        padding-left: 80px;
        padding-right: 80px; }
        .services-accordion-section .accordion-content .inner .inner_content {
          max-width: 942px;
          width: 95%;
          margin: auto;
          padding-top: 87px; }
        .services-accordion-section .accordion-content .inner h1 {
          position: relative;
          margin-bottom: 11px; }
          .services-accordion-section .accordion-content .inner h1::before {
            content: "";
            width: 30px;
            height: 37px;
            position: absolute;
            left: -62px;
            top: 50%;
            transform: translateY(-50%);
            background-image: url("../svg/separator.svg");
            background-size: contain;
            background-repeat: no-repeat; }
        .services-accordion-section .accordion-content .inner h3 {
          margin-top: 83px; }
        .services-accordion-section .accordion-content .inner h4 {
          margin-bottom: 46px; }
        .services-accordion-section .accordion-content .inner .service_cta_section {
          text-align: center;
          background: #29564B;
          color: #FFFFF0;
          margin-top: 121px;
          margin-bottom: 121px;
          padding-top: 50px;
          padding-bottom: 50px;
          width: calc(100%);
          border-radius: 24px;
          padding-left: 130px;
          padding-right: 130px; }
          .services-accordion-section .accordion-content .inner .service_cta_section .flex {
            justify-content: center;
            gap: 24px; }
        .services-accordion-section .accordion-content .inner .service_registration .flex {
          gap: 94px; }
          .services-accordion-section .accordion-content .inner .service_registration .flex .b1 {
            max-width: 480px; }
          .services-accordion-section .accordion-content .inner .service_registration .flex .pricing {
            max-width: 335px; }
            .services-accordion-section .accordion-content .inner .service_registration .flex .pricing .c1 {
              margin-top: 29px;
              margin-bottom: 29px; }
            .services-accordion-section .accordion-content .inner .service_registration .flex .pricing hr {
              width: 100%;
              max-width: 100%; }
        @media (max-width: 950px) {
          .services-accordion-section .accordion-content .inner .service_cta_section {
            padding-left: 50px;
            padding-right: 50px; }
          .services-accordion-section .accordion-content .inner .service_registration .flex {
            flex-direction: column;
            gap: 50px; }
            .services-accordion-section .accordion-content .inner .service_registration .flex .b1, .services-accordion-section .accordion-content .inner .service_registration .flex .pricing {
              width: 100%;
              max-width: 100%; } }
    .services-accordion-section .accordion.is-open {
      padding-left: 25px;
      padding-right: 25px;
      padding-top: 25px;
      width: 120%;
      margin-left: -10%; }
      .services-accordion-section .accordion.is-open .plus_minus::before {
        transform: rotate(-90deg); }
      .services-accordion-section .accordion.is-open .accordion-trigger {
        background-color: #98C89D;
        padding-left: 83px;
        padding-right: 83px; }

.multimedia-callout {
  padding: 100px 0; }
  .multimedia-callout .container {
    display: flex;
    align-items: center;
    gap: 80px; }
    @media (max-width: 1000px) {
      .multimedia-callout .container {
        flex-direction: column;
        gap: 40px; } }
  .multimedia-callout .image-side {
    flex: 1; }
    .multimedia-callout .image-side img {
      width: 100%;
      border-radius: 20px; }
  .multimedia-callout .text-side {
    flex: 1; }
    .multimedia-callout .text-side h2 {
      font-size: 36px;
      margin-bottom: 24px; }
    .multimedia-callout .text-side p {
      margin-bottom: 32px; }

.events-section {
  padding: 100px 0;
  background-color: #002923;
  color: #FFFFF0; }
  .events-section .container {
    display: flex;
    align-items: center;
    gap: 80px; }
    @media (max-width: 1000px) {
      .events-section .container {
        flex-direction: column-reverse;
        gap: 40px; } }
  .events-section .text-side {
    flex: 1; }
    .events-section .text-side h2 {
      font-size: 36px;
      margin-bottom: 24px;
      color: #FFFFF0; }
    .events-section .text-side p {
      margin-bottom: 32px; }
  .events-section .image-side {
    flex: 1; }
    .events-section .image-side img {
      width: 100%;
      border-radius: 20px; }

.page-id-17,
.client_resources {
  /* Featured Video */
  /* Recommended Sections */
  /* Training Cards Grid */
  /* Featured Audio */
  /* Accordion Overrides for Audio Section */ }
  .page-id-17 .hero_filters,
  .client_resources .hero_filters {
    max-width: 1168px;
    width: 90%;
    margin: auto;
    padding-top: 101px;
    margin-bottom: 73px; }
    .page-id-17 .hero_filters h1,
    .client_resources .hero_filters h1 {
      margin-bottom: 30px; }
    .page-id-17 .hero_filters h4,
    .client_resources .hero_filters h4 {
      margin-bottom: 29px; }
    .page-id-17 .hero_filters .filters_container,
    .client_resources .hero_filters .filters_container {
      background: #29564B;
      border-radius: 8px;
      display: flex;
      gap: 16px;
      padding-left: 16px;
      padding-right: 16px;
      padding-top: 12px;
      padding-bottom: 12px; }
      .page-id-17 .hero_filters .filters_container select,
      .client_resources .hero_filters .filters_container select {
        width: 25%; }
      .page-id-17 .hero_filters .filters_container .custom-dropdown,
      .client_resources .hero_filters .filters_container .custom-dropdown {
        width: 25%;
        height: 46px;
        position: relative;
        transition: all 300ms cubic-bezier(0.755, 0.116, 0.25, 0.757);
        z-index: 1; }
        .page-id-17 .hero_filters .filters_container .custom-dropdown .dropdown-trigger,
        .client_resources .hero_filters .filters_container .custom-dropdown .dropdown-trigger {
          cursor: pointer;
          -webkit-appearance: none;
             -moz-appearance: none;
                  appearance: none;
          border: 0px;
          border-radius: 4px;
          background-color: #FFFFF0;
          width: 100%;
          height: 100%;
          position: relative;
          text-align: left;
          padding-left: 16px;
          transition: background-color 300ms cubic-bezier(0.755, 0.116, 0.25, 0.757), color 300ms cubic-bezier(0.755, 0.116, 0.25, 0.757);
          color: #002923;
          border: 1px solid #FFFFF0; }
          .page-id-17 .hero_filters .filters_container .custom-dropdown .dropdown-trigger path,
          .client_resources .hero_filters .filters_container .custom-dropdown .dropdown-trigger path {
            transition: all 300ms cubic-bezier(0.755, 0.116, 0.25, 0.757); }
          .page-id-17 .hero_filters .filters_container .custom-dropdown .dropdown-trigger .trigger-text,
          .client_resources .hero_filters .filters_container .custom-dropdown .dropdown-trigger .trigger-text {
            font-family: "Atkinson Hyperlegible";
            font-size: 20px;
            font-style: normal;
            font-weight: 400;
            line-height: 30px;
            transition: all 300ms cubic-bezier(0.755, 0.116, 0.25, 0.757); }
          .page-id-17 .hero_filters .filters_container .custom-dropdown .dropdown-trigger:hover,
          .client_resources .hero_filters .filters_container .custom-dropdown .dropdown-trigger:hover {
            background-color: #29564B;
            color: #FFFFF0; }
            .page-id-17 .hero_filters .filters_container .custom-dropdown .dropdown-trigger:hover path,
            .client_resources .hero_filters .filters_container .custom-dropdown .dropdown-trigger:hover path {
              fill: #FFFFF0; }
          .page-id-17 .hero_filters .filters_container .custom-dropdown .dropdown-trigger .trigger-icon,
          .client_resources .hero_filters .filters_container .custom-dropdown .dropdown-trigger .trigger-icon {
            position: absolute;
            right: 14px;
            top: 50%;
            transform: translateY(-50%);
            height: 18px;
            transition: all 300ms cubic-bezier(0.755, 0.116, 0.25, 0.757); }
        .page-id-17 .hero_filters .filters_container .custom-dropdown .dropdown-menu,
        .client_resources .hero_filters .filters_container .custom-dropdown .dropdown-menu {
          display: flex;
          position: absolute;
          flex-direction: column;
          background-color: #29564B;
          color: #fffff0;
          width: 100%;
          padding-left: 21px;
          padding-right: 21px;
          max-height: 0px;
          transition: all 300ms cubic-bezier(0.755, 0.116, 0.25, 0.757);
          overflow: hidden;
          pointer-events: none;
          gap: 12px; }
          .page-id-17 .hero_filters .filters_container .custom-dropdown .dropdown-menu .dropdown-item,
          .client_resources .hero_filters .filters_container .custom-dropdown .dropdown-menu .dropdown-item {
            display: flex;
            gap: 16px;
            align-items: center;
            transition: all 300ms cubic-bezier(0.755, 0.116, 0.25, 0.757);
            cursor: pointer; }
            .page-id-17 .hero_filters .filters_container .custom-dropdown .dropdown-menu .dropdown-item .checkbox-custom,
            .client_resources .hero_filters .filters_container .custom-dropdown .dropdown-menu .dropdown-item .checkbox-custom {
              display: block;
              border-radius: 4px;
              border: 1px solid var(--Off-White, #FFFFF0);
              width: 20px;
              height: 20px;
              transition: all 300ms cubic-bezier(0.755, 0.116, 0.25, 0.757); }
            .page-id-17 .hero_filters .filters_container .custom-dropdown .dropdown-menu .dropdown-item.checked .checkbox-custom,
            .client_resources .hero_filters .filters_container .custom-dropdown .dropdown-menu .dropdown-item.checked .checkbox-custom {
              background: var(--Off-White, #FFFFF0);
              box-shadow: 0 0 0 3px #002923 inset; }
        .page-id-17 .hero_filters .filters_container .custom-dropdown.dropdown-open .trigger-icon,
        .client_resources .hero_filters .filters_container .custom-dropdown.dropdown-open .trigger-icon {
          transform: translateY(-50%) rotateZ(90deg); }
        .page-id-17 .hero_filters .filters_container .custom-dropdown.dropdown-open .dropdown-menu,
        .client_resources .hero_filters .filters_container .custom-dropdown.dropdown-open .dropdown-menu {
          max-height: 300px;
          padding-top: 14px;
          padding-bottom: 14px;
          pointer-events: all; }
      .page-id-17 .hero_filters .filters_container .search-filter,
      .client_resources .hero_filters .filters_container .search-filter {
        width: 25%;
        height: 46px; }
        .page-id-17 .hero_filters .filters_container .search-filter input,
        .client_resources .hero_filters .filters_container .search-filter input {
          border-radius: 4px;
          background: var(--Off-White, #FFFFF0);
          border: 1px solid #fffff0;
          height: 100%;
          width: 100%;
          padding-left: 16px;
          padding-right: 16px;
          font-family: "Atkinson Hyperlegible";
          font-size: 20px;
          font-style: normal;
          font-weight: 400;
          line-height: 30px; }
  .page-id-17 .container,
  .client_resources .container {
    max-width: 1168px;
    width: 90%; }
    @media (max-width: 1000px) {
      .page-id-17 .container,
      .client_resources .container {
        max-width: 90%; } }
  .page-id-17 .trainings-hero,
  .client_resources .trainings-hero {
    padding: 126px 0 60px;
    background-color: #FFFFF0;
    background-image: url("../images/training-hero-bg.png");
    background-size: cover;
    background-position: center; }
    .page-id-17 .trainings-hero h1,
    .client_resources .trainings-hero h1 {
      color: #002923; }
  .page-id-17 .section-title,
  .client_resources .section-title {
    margin-bottom: 48px; }
  .page-id-17 .featured-video-container .featured-video-player,
  .client_resources .featured-video-container .featured-video-player {
    flex: 1.2;
    min-width: 0; }
  .page-id-17 .featured-video-container .featured-video-content,
  .client_resources .featured-video-container .featured-video-content {
    flex: 1;
    max-width: 890px; }
  @media (max-width: 1000px) {
    .page-id-17 .featured-video-container,
    .client_resources .featured-video-container {
      flex-direction: column;
      gap: 40px; } }
  .page-id-17 .tag,
  .client_resources .tag {
    padding-left: 30px;
    position: relative; }
    .page-id-17 .tag::before,
    .client_resources .tag::before {
      content: "";
      width: 14px;
      height: 14px;
      position: absolute;
      background-image: url("../svg/tag.svg");
      left: 0px;
      top: 50%;
      transform: translateY(-50%); }
  .page-id-17 .featured-video-player .video-placeholder,
  .client_resources .featured-video-player .video-placeholder {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    background-color: #000;
    margin-bottom: 36px; }
    .page-id-17 .featured-video-player .video-placeholder img,
    .client_resources .featured-video-player .video-placeholder img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      opacity: 0.8; }
    .page-id-17 .featured-video-player .video-placeholder .play-button,
    .client_resources .featured-video-player .video-placeholder .play-button {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 80px;
      height: 80px;
      background: rgba(255, 255, 255, 0.2);
      border: 2px solid #fff;
      border-radius: 50%;
      cursor: pointer;
      transition: all 0.3s cubic-bezier(0.755, 0.116, 0.25, 0.757); }
      .page-id-17 .featured-video-player .video-placeholder .play-button::after,
      .client_resources .featured-video-player .video-placeholder .play-button::after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 15px 0 15px 26px;
        border-color: transparent transparent transparent #fff;
        margin-left: 28px; }
      .page-id-17 .featured-video-player .video-placeholder .play-button:hover,
      .client_resources .featured-video-player .video-placeholder .play-button:hover {
        background: rgba(255, 255, 255, 0.4);
        transform: translate(-50%, -50%) scale(1.1); }
  .page-id-17 .featured-video-content .date,
  .client_resources .featured-video-content .date {
    display: block;
    margin-bottom: 24px; }
  .page-id-17 .featured-video-content h3,
  .client_resources .featured-video-content h3 {
    margin-bottom: 24px; }
  .page-id-17 .featured-video-content p,
  .client_resources .featured-video-content p {
    margin-bottom: 32px;
    opacity: 0.9; }
  .page-id-17 .download-links,
  .client_resources .download-links {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-top: 32px;
    border-top: 1px solid #002923; }
    .page-id-17 .download-links .download-item,
    .client_resources .download-links .download-item {
      display: flex;
      align-items: center;
      gap: 16px; }
      .page-id-17 .download-links .download-item .cta,
      .client_resources .download-links .download-item .cta {
        display: flex;
        align-items: center;
        gap: 8px; }
      .page-id-17 .download-links .download-item .icon,
      .client_resources .download-links .download-item .icon {
        width: 14px;
        height: auto; }
      .page-id-17 .download-links .download-item .file-name,
      .client_resources .download-links .download-item .file-name {
        opacity: 0.8; }
  .page-id-17 .download-links a,
  .client_resources .download-links a {
    margin-left: 25px; }
  .page-id-17 .download-links .icon,
  .client_resources .download-links .icon {
    filter: invert(1) brightness(200%);
    position: absolute;
    left: -24px; }
  .page-id-17 .section-light .download-links,
  .client_resources .section-light .download-links {
    border-top-color: #BABAAC; }
    .page-id-17 .section-light .download-links .cta,
    .page-id-17 .section-light .download-links .file-name,
    .client_resources .section-light .download-links .cta,
    .client_resources .section-light .download-links .file-name {
      color: #002923; }
  .page-id-17 .recommended-section,
  .client_resources .recommended-section {
    padding: 100px 0; }
    .page-id-17 .recommended-section .section-header,
    .client_resources .recommended-section .section-header {
      display: flex;
      justify-content: flex-start;
      align-items: flex-end;
      gap: 36px;
      margin-bottom: 48px; }
      .page-id-17 .recommended-section .section-header h3,
      .client_resources .recommended-section .section-header h3 {
        margin: 0; }
  .page-id-17 .videos-section .card-image,
  .client_resources .videos-section .card-image {
    position: relative; }
    .page-id-17 .videos-section .card-image::after,
    .client_resources .videos-section .card-image::after {
      content: "";
      display: block;
      position: absolute;
      background-image: url("../svg/play.svg");
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      border-radius: 100%;
      width: 56px;
      height: 56px;
      top: 50%;
      left: 50%;
      transform: translateY(-50%) translateX(-50%);
      transition: all 300ms cubic-bezier(0.755, 0.116, 0.25, 0.757); }
    .page-id-17 .videos-section .card-image:hover,
    .client_resources .videos-section .card-image:hover {
      opacity: 0.85; }
      .page-id-17 .videos-section .card-image:hover::after,
      .client_resources .videos-section .card-image:hover::after {
        opacity: 0.5;
        -webkit-backdrop-filter: blur(20px);
                backdrop-filter: blur(20px); }
  .page-id-17 .items-grid,
  .client_resources .items-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 32px; }
    .page-id-17 .items-grid .training-card,
    .client_resources .items-grid .training-card {
      display: flex;
      gap: 20px;
      border-top: 1px solid #002923;
      padding-top: 36px;
      width: 100%;
      justify-content: space-between;
      align-items: center; }
      .page-id-17 .items-grid .training-card:first-child,
      .client_resources .items-grid .training-card:first-child {
        border: 0px; }
      .page-id-17 .items-grid .training-card h4,
      .client_resources .items-grid .training-card h4 {
        margin-top: 18px;
        margin-bottom: 18px; }
    @media (max-width: 750px) {
      .page-id-17 .items-grid .training-card,
      .client_resources .items-grid .training-card {
        flex-wrap: wrap; }
        .page-id-17 .items-grid .training-card .card-image,
        .client_resources .items-grid .training-card .card-image {
          max-width: 100%; } }
  .page-id-17 .training-card .card-image,
  .client_resources .training-card .card-image {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    aspect-ratio: 16/10;
    max-width: 328px; }
    .page-id-17 .training-card .card-image img,
    .client_resources .training-card .card-image img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
    .page-id-17 .training-card .card-image .duration,
    .client_resources .training-card .card-image .duration {
      position: absolute;
      bottom: 12px;
      right: 12px;
      background: #DDECDD;
      color: #002923;
      padding: 4px 12px;
      border-radius: 4px;
      font-size: 12px; }
  .page-id-17 .training-card .card-content .date,
  .client_resources .training-card .card-content .date {
    display: block;
    margin-bottom: 12px;
    color: #002923; }
  .page-id-17 .training-card .card-content h4,
  .client_resources .training-card .card-content h4 {
    margin-bottom: 16px;
    font-size: 22px;
    line-height: 1.3; }
  .page-id-17 .training-card .card-content p,
  .client_resources .training-card .card-content p {
    font-size: 16px;
    line-height: 1.5; }
  .page-id-17 .featured-audio-section .featured-audio-container,
  .client_resources .featured-audio-section .featured-audio-container {
    max-width: 944px;
    margin: auto; }
  .page-id-17 .featured-audio-section .audio-player-card,
  .client_resources .featured-audio-section .audio-player-card {
    background: #DDECDD;
    border-radius: 24px;
    padding: 60px;
    color: #002923; }
    @media (max-width: 640px) {
      .page-id-17 .featured-audio-section .audio-player-card,
      .client_resources .featured-audio-section .audio-player-card {
        padding: 30px; } }
    .page-id-17 .featured-audio-section .audio-player-card .audio-header,
    .client_resources .featured-audio-section .audio-player-card .audio-header {
      margin-bottom: 40px;
      text-align: center; }
      .page-id-17 .featured-audio-section .audio-player-card .audio-header .date,
      .client_resources .featured-audio-section .audio-player-card .audio-header .date {
        display: block;
        margin-bottom: 16px; }
      .page-id-17 .featured-audio-section .audio-player-card .audio-header h3,
      .client_resources .featured-audio-section .audio-player-card .audio-header h3 {
        max-width: 700px;
        margin: 0 auto; }
  .page-id-17 .featured-audio-section .accordion,
  .client_resources .featured-audio-section .accordion {
    border: 1px solid #002923;
    border-radius: 16px;
    width: 100%;
    margin-top: 2rem; }
    .page-id-17 .featured-audio-section .accordion-trigger,
    .client_resources .featured-audio-section .accordion-trigger {
      color: #002923;
      padding: 24px 32px;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .page-id-17 .featured-audio-section .accordion-trigger:hover,
      .client_resources .featured-audio-section .accordion-trigger:hover {
        color: inherit;
        opacity: 0.8; }
      .page-id-17 .featured-audio-section .accordion-trigger-icon-plus,
      .client_resources .featured-audio-section .accordion-trigger-icon-plus {
        border-color: #002923; }
        .page-id-17 .featured-audio-section .accordion-trigger-icon-plus::before, .page-id-17 .featured-audio-section .accordion-trigger-icon-plus::after,
        .client_resources .featured-audio-section .accordion-trigger-icon-plus::before,
        .client_resources .featured-audio-section .accordion-trigger-icon-plus::after {
          background-color: #002923; }
    .page-id-17 .featured-audio-section .accordion-content,
    .client_resources .featured-audio-section .accordion-content {
      padding-left: 32px;
      padding-right: 32px; }

.page-id-17 {
  background: #29564B; }
  .page-id-17 .hero_filters {
    color: #FFFFF0; }
    .page-id-17 .hero_filters h4,
    .page-id-17 .hero_filters h1 {
      color: #FFFFF0; }
    .page-id-17 .hero_filters .filters_container {
      background: #002923;
      color: #FFFFF0; }
  .page-id-17 #client-resources-results {
    background: #FFFFF0;
    padding-top: 60px;
    padding-bottom: 60px; }

.locked {
  overflow: hidden; }

.site-header {
  padding-left: 50px;
  padding-right: 50px; }
  .site-header nav {
    margin: auto;
    width: 100%;
    max-width: 1440px;
    background-color: #98C89D;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border-radius: 0 0 24px 24px;
    padding-left: 64px;
    padding-right: 50px; }
    .site-header nav .logo, .site-header nav .mobile-nav-logo {
      width: 336px;
      margin-top: 31px;
      margin-bottom: 31px; }
    .site-header nav .navigations {
      display: flex;
      flex-direction: column; }
      .site-header nav .navigations ul {
        list-style-type: none;
        display: flex;
        margin: 0px;
        padding: 0px; }
        .site-header nav .navigations ul li {
          margin: 0px;
          padding: 0px; }
      .site-header nav .navigations .menu-utility-navigation-container {
        display: flex;
        justify-content: flex-end; }
      .site-header nav .navigations #utility-menu {
        margin-bottom: 25px; }
        .site-header nav .navigations #utility-menu li {
          display: flex;
          justify-content: center;
          align-items: center;
          gap: 10px;
          overflow: hidden; }
          .site-header nav .navigations #utility-menu li a {
            color: #FFFFF0;
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            padding: 8px 24px;
            background-color: #29564B;
            line-height: 24px;
            /* 150% */
            text-decoration: none;
            transition: all 300ms cubic-bezier(0.755, 0.116, 0.25, 0.757); }
            .site-header nav .navigations #utility-menu li a:hover, .site-header nav .navigations #utility-menu li a:focus {
              background-color: #FFFFF0;
              color: #002923; }
          .site-header nav .navigations #utility-menu li:nth-child(1) {
            border-radius: 0 0 0 8px; }
          .site-header nav .navigations #utility-menu li:last-child {
            border-radius: 0 0 8px 0; }
            .site-header nav .navigations #utility-menu li:last-child a {
              background-color: #FFFFF0;
              color: #002923; }
              .site-header nav .navigations #utility-menu li:last-child a:hover, .site-header nav .navigations #utility-menu li:last-child a:focus {
                color: #FFFFF0;
                background-color: #29564B; }
      .site-header nav .navigations #primary-menu {
        display: flex;
        gap: 48px;
        justify-content: flex-end; }
        .site-header nav .navigations #primary-menu a {
          text-decoration: none;
          color: #002923;
          font-family: "Atkinson Hyperlegible", sans-serif;
          font-size: 28px;
          font-style: normal;
          font-weight: 400;
          line-height: 42px;
          position: relative; }
          .site-header nav .navigations #primary-menu a::after {
            content: "";
            display: block;
            width: 100%;
            transform: scaleX(0%);
            transform-origin: bottom left;
            height: 2px;
            position: absolute;
            bottom: 1px;
            left: 0px;
            background-color: #002923; }
          .site-header nav .navigations #primary-menu a:hover::after, .site-header nav .navigations #primary-menu a:focus::after {
            transform: scaleX(100%); }
  .site-header nav .mobile {
    display: none; }
  @media (max-width: 1200px) {
    .site-header nav .navigations #primary-menu {
      gap: 15px; }
      .site-header nav .navigations #primary-menu a {
        font-size: 24px; } }
  @media (max-width: 1075px) {
    .site-header nav .mobile {
      display: flex; }
    .site-header nav .desktop {
      display: none; }
    .site-header nav {
      align-items: center; }
    .site-header .burger {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 30px;
      height: 30px;
      gap: 5px;
      cursor: pointer;
      position: relative;
      flex-direction: column;
      z-index: 2; }
      .site-header .burger span {
        opacity: 1;
        width: 30px;
        height: 5px;
        background-color: #002923;
        transition: all 300ms cubic-bezier(0.755, 0.116, 0.25, 0.757);
        transform: translateY(0%) rotate(0deg);
        position: relative;
        top: 0px; }
      .site-header .burger.active span {
        position: relative;
        top: -10px;
        transform: translateY(50%) rotate(45deg); }
        .site-header .burger.active span:first-child {
          transform: translateY(50%) rotate(-45deg);
          top: 10px; }
        .site-header .burger.active span:nth-child(2) {
          opacity: 0;
          transform: translateY(0%) rotate(0deg);
          background-color: #002923; }
    .site-header .burger:has(+ .mobile-navigation.active) span {
      background-color: #FFFFF0; }
    .site-header .mobile-navigation {
      position: fixed;
      left: 0;
      top: 0px;
      height: 100vh;
      max-height: 0vh;
      overflow: hidden;
      transition: all 300ms cubic-bezier(0.755, 0.116, 0.25, 0.757);
      width: 100%;
      background-color: #002923;
      color: #FFFFF0;
      z-index: 1;
      display: flex;
      justify-content: flex-start;
      align-items: flex-start; }
      .site-header .mobile-navigation.active {
        max-height: 100vh;
        overflow: scroll; }
      .site-header .mobile-navigation .links {
        padding-bottom: 50px;
        position: absolute;
        top: 0;
        left: 0;
        width: 100vw;
        padding-left: 114px;
        padding-right: 100px; }
      .site-header .mobile-navigation .links, .site-header .mobile-navigation #mobile-primary-menu, .site-header .mobile-navigation #mobile-utility-menu {
        display: flex;
        flex-direction: column;
        gap: 33px; }
        .site-header .mobile-navigation .links a, .site-header .mobile-navigation #mobile-primary-menu a, .site-header .mobile-navigation #mobile-utility-menu a {
          color: #FFFFF0;
          font-size: 32px;
          line-height: 1.25; }
      .site-header .mobile-navigation .mobile-nav-logo {
        filter: grayscale(1) brightness(255); }
    .site-header .relative .links .menu-utility-navigation-container {
      justify-content: flex-start; } }
  @media (max-width: 650px) {
    .site-header {
      padding-left: 10px;
      padding-right: 10px; }
      .site-header nav .logo {
        width: 220px; }
      .site-header .mobile-navigation .links {
        padding-left: 75px;
        padding-right: 75px; }
        .site-header .mobile-navigation .links .mobile-nav-logo {
          width: 220px; } }
  @media (max-width: 550px) {
    .site-header nav {
      padding-left: 30px;
      padding-right: 30px; }
    .site-header .mobile-navigation .links {
      padding-left: 40px;
      padding-right: 40px; } }

.logged-in .mobile-navigation {
  top: 32px; }

@media (max-width: 782px) {
  .logged-in .mobile-navigation {
    top: 45px; } }
footer {
  background-color: #002923;
  color: #FFFFF0;
  padding-top: 63px;
  padding-bottom: 62px;
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
  z-index: 1; }
  footer .footer-container {
    display: flex;
    justify-content: space-between;
    max-width: 1150px;
    margin: auto;
    gap: 35px; }
    footer .footer-container .footer-left {
      width: 50%;
      max-width: 527px; }
      footer .footer-container .footer-left p {
        max-width: 512px;
        margin: 0px; }
      footer .footer-container .footer-left .footer-logo {
        width: 228px; }
      footer .footer-container .footer-left .left-top {
        display: flex;
        gap: 104px; }
        footer .footer-container .footer-left .left-top .footer-name {
          color: #FFFFF0;
          font-size: 24px;
          font-style: normal;
          font-weight: 700;
          line-height: normal;
          margin-bottom: 18px; }
        footer .footer-container .footer-left .left-top .footer-links {
          font-size: 16px;
          font-style: normal;
          font-weight: 400;
          line-height: 24px; }
      footer .footer-container .footer-left .privacy {
        color: #FFF;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        margin-top: 60px;
        margin-bottom: 29px; }
      @media (max-width: 630px) {
        footer .footer-container .footer-left {
          width: 100%;
          max-width: 100%; } }
    footer .footer-container .footer-divider {
      width: 2px;
      height: 100%;
      background-color: #29564B;
      position: absolute; }
    footer .footer-container .footer-right {
      display: flex;
      gap: 32px; }
      footer .footer-container .footer-right ul {
        margin: 0px;
        list-style-type: none;
        padding-left: 0px; }
      footer .footer-container .footer-right #footer-menu a, footer .footer-container .footer-right .areas-of-service {
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 30px;
        margin-bottom: 7px; }
    footer .footer-container .footer-contact {
      font-size: 16px;
      font-style: normal;
      font-weight: 700;
      line-height: normal;
      text-transform: uppercase;
      margin-bottom: 8px; }
  @media (max-width: 1100px) {
    footer .footer-container .footer-left .left-top {
      gap: 50px; }
      footer .footer-container .footer-left .left-top .footer-contact-container {
        width: 195px;
        flex-shrink: 0; } }
  @media (max-width: 1050px) {
    footer .footer-container .left-top {
      flex-wrap: wrap; }
    footer .footer-container .footer-right {
      flex-direction: column; }
    footer .footer-container .footer-logo {
      width: 300px; } }
  @media (max-width: 630px) {
    footer .footer-container {
      flex-direction: column; }
      footer .footer-container .footer-left, footer .footer-container .footer-right {
        width: 100%;
        max-width: 100%; }
      footer .footer-container .footer-right {
        flex-direction: row; } }
  @media (max-width: 430px) {
    footer .footer-container .footer-right {
      flex-direction: column; } }
