/*
 Theme Name:   Spruce Child
 Theme URI:    https://www.sprucemoney.com/
 Description:  Spruce Child Theme
 Author:       Chemistry Agency
 Template:     hrb-resource-center-2022
 Version:      1.0.0
 Text Domain:  sprucechild
*/
/*
@font-face {
  font-family: "ITC Garamond";
  src: url(https://www.sprucemoney.com/etc.clientlibs/spruce/clientlibs/clientlib-spruce-fonts-init/resources/fonts/ITC-Garamond.woff2);
}
*/
@font-face {
  font-family: "Freight";
  src: local("Freight"), url("../font/FreightDisplayCompressed-SemiBold.woff2") format("woff2"), url("../font/FreightDisplayCompressed-SemiBold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6, p, a {
  color: #003512;
}

a {
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Freight", serif;
  font-weight: 400;
}

h1 {
  font-size: 96px;
  line-height: 96px;
  letter-spacing: -1px;
  font-weight: 400;
}
@media all and (max-width: 767.98px) {
  h1 {
    font-size: 66px;
    line-height: 66px;
  }
}

h2 {
  font-size: 64px;
  line-height: 64px;
  letter-spacing: -1px;
  font-weight: 400;
}
@media all and (max-width: 767.98px) {
  h2 {
    font-size: 44px;
    line-height: 44px;
  }
}

h3 {
  font-family: "Graphik Web", sans-serif;
  font-size: 32px;
  line-height: 32px;
  letter-spacing: -0.33px;
  font-weight: 400;
}
@media all and (max-width: 767.98px) {
  h3 {
    font-size: 24px;
    line-height: 28px;
  }
}

p {
  font-family: "Graphik Web", sans-serif;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.3px;
  font-weight: 400;
}
@media all and (max-width: 767.98px) {
  p {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.1px;
  }
}

.text-button {
  font-weight: 500;
  font-size: 19px;
  line-height: 28px;
  letter-spacing: -0.3px;
  transition: all ease 300ms;
}
.text-button:hover, .text-button:focus {
  text-decoration: underline !important;
  color: #003512;
}

.ba-home--3up-link::after {
  background-image: url("data:image/svg+xml,%3Csvg width='7' height='12' viewBox='0 0 7 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.325518 10.7856C-0.108398 10.3517 -0.108398 9.64821 0.325518 9.2143L3.98429 5.55553L0.325518 1.89676C-0.108398 1.46284 -0.108398 0.759326 0.325518 0.325411C0.759434 -0.108506 1.46295 -0.108506 1.89687 0.325411L6.34131 4.76986C6.77523 5.20377 6.77523 5.90729 6.34131 6.3412L1.89687 10.7856C1.46295 11.2196 0.759434 11.2196 0.325518 10.7856Z' fill='%23003512'/%3E%3C/svg%3E") !important;
}
.ba-home--3up-link:hover::after {
  background-image: url("data:image/svg+xml,%3Csvg width='7' height='12' viewBox='0 0 7 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.325518 10.7856C-0.108398 10.3517 -0.108398 9.64821 0.325518 9.2143L3.98429 5.55553L0.325518 1.89676C-0.108398 1.46284 -0.108398 0.759326 0.325518 0.325411C0.759434 -0.108506 1.46295 -0.108506 1.89687 0.325411L6.34131 4.76986C6.77523 5.20377 6.77523 5.90729 6.34131 6.3412L1.89687 10.7856C1.46295 11.2196 0.759434 11.2196 0.325518 10.7856Z' fill='%23003512'/%3E%3C/svg%3E") !important;
}

.load-more-button {
  color: #003512;
}

.full-width-col h2 {
  padding-bottom: 0;
}

.stories-ajax-pagination {
  text-align: center;
}

.button-stories-load {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 0;
  border: 0 none;
  font-family: "Graphik Web", sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  letter-spacing: -0.3px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  background-color: transparent;
  transition: color 500ms, background-color 500ms, border-color 500ms;
}
.button-stories-load img {
  margin-left: 5px;
}
.button-stories-load[disabled] {
  cursor: default;
  text-decoration: none;
}
.button-stories-load[disabled] img {
  opacity: 0.75;
}
.button-stories-load:hover, .button-stories-load:focus {
  text-decoration: underline;
}
.button-stories-load:hover[disabled], .button-stories-load:focus[disabled] {
  text-decoration: none;
}

body {
  background-color: #ffffff;
  color: #003512;
}

footer, .footer {
  background-color: #003512;
}

section {
  background-color: #003512;
  color: #f6f4e9;
  font-size: 19px;
}
section h1, section h2, section h3, section h4, section h5, section h6, section p, section a {
  color: #f6f4e9;
}
section.ba--allposts-box {
  background-color: #fff;
  color: #003512;
}
section.ba--allposts-box h2, section.ba--allposts-box h4, section.ba--allposts-box p {
  color: #003512;
}
section.ba--allposts-box .ba-button {
  color: #003512;
  text-align: center;
  border: 2px solid #003512;
  background-color: transparent;
  width: 100%;
  max-width: 320px;
  margin: auto;
  transition: all ease 250ms;
}
@media all and (max-width: 767.98px) {
  section.ba--allposts-box .ba-button {
    max-width: 100%;
  }
}
section.ba--allposts-box .ba-button:hover, section.ba--allposts-box .ba-button:focus {
  background-color: #003512;
  color: #fff;
  text-decoration: none;
}

.category-label {
  color: #005d1f;
}

.ba-cta {
  background-color: #D2FA52;
}
.ba-cta--grid {
  -ms-grid-columns: "bg bg bg" ". content .";
  grid-template-areas: "bg bg bg" ". content .";
}
.ba-cta--grid h2 {
  font-weight: 400;
  letter-spacing: -1px;
}
.ba-cta--grid h2, .ba-cta--grid h3, .ba-cta--grid p {
  color: #003512;
}
.ba-cta--grid .wp-block-buttons a {
  background-color: #003512;
  color: #D2FA52;
  font-size: 19px;
  font-weight: 500;
  transition: all ease 300ms;
}
.ba-cta--grid .wp-block-buttons a:hover, .ba-cta--grid .wp-block-buttons a:focus {
  text-decoration: none;
  outline: none;
  background-color: #003512;
}

@media only screen and (min-width: 990px) {
  .ba-cta--grid {
    -ms-grid-columns: "bg bg content .";
    grid-template-areas: "bg bg content .";
  }
  .ba-cta--grid > [data-g=content] {
    -ms-grid-column: 3;
  }
  .ba-cta--grid > [data-g=bg] {
    -ms-grid-column: 1;
  }
  .ba-cta--grid .content-pad {
    padding: 120px 0 120px 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .ba-cta .content-pad {
    padding: 150px 0 150px 60px;
  }
}
@media only screen and (min-width: 1200px) {
  .ba-cta .content-pad {
    padding: 150px 0 150px 90px;
  }
}
.header--left ul {
  z-index: 10;
  position: relative;
}
.header--left ul .menu-item {
  margin-right: 0;
  margin: 0 20px;
}
@media (min-width: 990px) and (max-width: 1319.98px) {
  .header--left ul .menu-item {
    margin: 0 8px;
  }
}
.header--left ul .menu-item a {
  color: #003512;
  transition: color 500ms;
  position: relative;
  -webkit-font-smoothing: antialiased;
}
.header--left ul .menu-item a:hover, .header--left ul .menu-item a:focus {
  text-decoration: none;
  outline: none;
  color: #005d1f;
}
.header--left ul .menu-item a:hover:before, .header--left ul .menu-item a:focus:before {
  content: "";
  z-index: 99;
  position: absolute;
  width: 100%;
  height: 4px;
  bottom: -12px;
  border-radius: 2px;
  background-color: #005d1f;
}
.header--left ul .menu-item a.active-header-menu-item {
  color: #005d1f;
}
.header--left ul .menu-item a.active-header-menu-item:before {
  content: "";
  z-index: 99;
  position: absolute;
  width: 100%;
  height: 4px;
  bottom: -12px;
  border-radius: 2px;
  background-color: #005d1f;
  transition: color 500ms ease-in-out;
}
.header--left ul .menu-item ul {
  padding: 30px 60px 60px 120px;
}
.header--left ul .menu-item ul li {
  display: block;
}
.header--left ul .menu-item ul li a.mobile-sub-close {
  display: none;
}
@media all and (min-width: 990px) {
  .header--left ul .menu-item .active-menu-item:before {
    content: "";
    z-index: 99;
    position: absolute;
    width: 100%;
    height: 4px;
    bottom: -12px;
    border-radius: 2px;
    background-color: #005d1f;
    transition: color 500ms ease-in-out;
  }
}

.header--left ul .menu-item .key-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  z-index: -1;
}
.header--left ul .menu-item .key-only:active, .header--left ul .menu-item .key-only:focus {
  position: relative;
  margin-left: 5px;
  width: 16px;
  height: 16px;
  background-color: transparent;
  border: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' id='chevron-down'%3E%3Cg%3E%3Cpath d='M7.3 9.3C7.7 8.9 8.2 8.9 8.6 9.2L8.7 9.3 12 12.6 15.3 9.3C15.7 8.9 16.2 8.9 16.6 9.2L16.7 9.3C17.1 9.7 17.1 10.2 16.8 10.6L16.7 10.7 12.7 14.7C12.3 15.1 11.8 15.1 11.4 14.8L11.3 14.7 7.3 10.7C6.9 10.3 6.9 9.7 7.3 9.3Z' fill='%23fff' /%3E%3C/g%3E%3C/svg%3E");
  background-size: 16px;
  z-index: 999;
  vertical-align: inherit;
}
.header--left ul .menu-item ul {
  display: none;
  display: none;
}
.header--left ul .menu-item ul a.header--sub-menu-container {
  display: none;
}
.header--left ul .menu-item ul a.header--nav-hover-overlay {
  display: none;
}
.header--left ul .menu-item ul a.mobile-sub-close {
  display: none;
}
.header--left ul .menu-item ul a.mobile-sub-close--global {
  display: none;
}
.header--left ul .menu-item ul a.mobile-sub--title-for-parent {
  display: none;
}
.header--left ul .menu-item ul li {
  margin: 0;
  opacity: 0;
  transition-property: opacity;
  transition-duration: 300ms;
  transition-timing-function: ease-in-out;
  padding: 20px 0 0 0;
}
.header--left ul .menu-item ul li:last-of-type {
  margin: 0;
}
.header--left ul .menu-item ul li a {
  font-size: 25px;
  letter-spacing: -1px;
  display: block;
}
.header--left ul .menu-item ul li a:hover:before {
  display: none;
}
.header--left ul .menu-item ul li a:after {
  display: inline-block;
  content: "";
  width: 12px;
  height: 12px;
  margin-left: 0;
  background-position: center;
  background-repeat: no-repeat;
  transform: translateX(15px);
  transition: transform 150ms ease-in-out;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' id='chevron-right' fill='%23003512'%3E%3Cg%3E%3Cpath d='M10.7 16.7C10.3 17.1 9.7 17.1 9.3 16.7 8.9 16.3 8.9 15.8 9.2 15.4L9.3 15.3 12.6 12 9.3 8.7C8.9 8.3 8.9 7.8 9.2 7.4L9.3 7.3C9.7 6.9 10.2 6.9 10.6 7.2L10.7 7.3 14.7 11.3C15.1 11.7 15.1 12.2 14.8 12.6L14.7 12.7 10.7 16.7Z'/%3E%3C/g%3E%3C/svg%3E");
}
.header--left ul .menu-item ul li a:hover, .header--left ul .menu-item ul li a:focus {
  text-decoration: underline;
}
.header--left ul .menu-item ul li a:hover:after, .header--left ul .menu-item ul li a:focus:after {
  transform: translateX(20px);
}
.header--left ul .menu-item ul li a:hover:before, .header--left ul .menu-item ul li a:focus:before {
  display: none;
}
.header--left ul .menu-item ul li.is-detailed {
  padding: 20px 0;
  min-height: 80px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 110px 1fr;
  grid-template-columns: 110px 1fr;
  -ms-grid-rows: 37px auto;
  grid-template-rows: 37px auto;
  grid-template-areas: "thumb link" "thumb about";
}
.header--left ul .menu-item ul li.is-detailed > div {
  grid-area: thumb;
}
.header--left ul .menu-item ul li.is-detailed > a {
  grid-area: link;
}
.header--left ul .menu-item ul li.is-detailed > a:before {
  display: none;
}
.header--left ul .menu-item ul li.is-detailed > p {
  grid-area: about;
}
.header--left ul .menu-item ul li.is-detailed:first-of-type {
  padding: 0 0 20px 0;
}
.header--left ul .menu-item ul li.is-detailed .menu-item-background {
  width: 80px;
  height: 80px;
  margin-right: 10px;
  display: inline-block;
  border-radius: 10px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.header--left ul .menu-item ul li.is-detailed p {
  color: #003512;
  font-size: 18px;
  line-height: 28px;
  margin: 0;
  padding: 0;
  margin-top: 5px;
}
.header--left ul .menu-item ul.submenu--is-open {
  display: block;
  position: fixed;
  margin: 0;
  top: 150px;
  left: 0;
  bottom: 0;
  height: calc(100% - 150px);
  width: 50%;
}
.header--left ul .menu-item ul.submenu--is-open.submenu--play-it li {
  opacity: 1;
}
.header--left ul .menu-item ul.submenu--is-open.submenu--play-it li:nth-child(1) {
  transition-delay: 120ms;
}
.header--left ul .menu-item ul.submenu--is-open.submenu--play-it li:nth-child(2) {
  transition-delay: 240ms;
}
.header--left ul .menu-item ul.submenu--is-open.submenu--play-it li:nth-child(3) {
  transition-delay: 360ms;
}
.header--left ul .menu-item ul.submenu--is-open.submenu--play-it li:nth-child(4) {
  transition-delay: 480ms;
}
.header--left ul .menu-item ul.submenu--is-open.submenu--play-it li:nth-child(5) {
  transition-delay: 600ms;
}
.header--left ul .menu-item ul.submenu--is-open.submenu--play-it li:nth-child(6) {
  transition-delay: 720ms;
}
.header--left ul .menu-item ul.submenu--is-open.submenu--play-it li:nth-child(7) {
  transition-delay: 840ms;
}
.header--left ul .menu-item ul.submenu--is-open.submenu--play-it li:nth-child(8) {
  transition-delay: 960ms;
}
.header--left ul .menu-item ul.submenu--is-open.submenu--play-it li:nth-child(9) {
  transition-delay: 1080ms;
}

.header--sub-menu-container {
  position: fixed;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0;
  height: 100%;
  background-color: #fff;
  z-index: 6;
  transition: width 500ms ease-in-out;
}
.header--nav-hover-overlay {
  position: fixed;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0;
  height: 100%;
  background-color: #003512;
  opacity: 0.5;
  z-index: 5;
}

html.subs-open .header--left ul .menu-item a {
  color: #003512;
}
html.subs-open .header--left ul .menu-item a:hover, html.subs-open .header--left ul .menu-item a:focus {
  color: #003512;
}
html.subs-open .header--left ul .menu-item a:hover:before, html.subs-open .header--left ul .menu-item a:focus:before {
  background-color: #003512;
}
html.subs-open .header--left ul .menu-item a.active-menu-item {
  color: #003512;
}
html.subs-open .header--left ul .menu-item a.active-menu-item:before {
  background-color: #003512;
}
html.subs-open .header--left ul .menu-item .key-only:active, html.subs-open .header--left ul .menu-item .key-only:focus {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' id='chevron-down'%3E%3Cg%3E%3Cpath d='M7.3 9.3C7.7 8.9 8.2 8.9 8.6 9.2L8.7 9.3 12 12.6 15.3 9.3C15.7 8.9 16.2 8.9 16.6 9.2L16.7 9.3C17.1 9.7 17.1 10.2 16.8 10.6L16.7 10.7 12.7 14.7C12.3 15.1 11.8 15.1 11.4 14.8L11.3 14.7 7.3 10.7C6.9 10.3 6.9 9.7 7.3 9.3Z' fill='%23003512' /%3E%3C/g%3E%3C/svg%3E");
}
html.subs-open .header--sub-menu-container {
  width: 70%;
}
html.subs-open .header--nav-hover-overlay {
  width: 100%;
}
html.subs-open .ba-svg--logo:before {
  opacity: 0;
}
html.subs-open .ba-svg--logo:after {
  opacity: 1;
}

@media only screen and (min-width: 990px) {
  .header--left ul {
    margin: 0 0 0 25px;
  }
  .header--left ul .menu-item:last-of-type {
    margin: 0 20px;
  }
}
.header--pad {
  padding: 8px 40px;
  height: 64px;
  color: #003512;
}
.header--logo {
  border-bottom: none;
  outline: none;
  position: relative;
  z-index: 10;
  background-image: none;
}
.header--logo:hover, .header--logo:focus {
  outline: 2px solid #003512;
}
@media all and (min-width: 990px) {
  .header--right {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: stretch;
    gap: 30px;
  }
}
@media (min-width: 990px) and (max-width: 1199.98px) {
  .header--right {
    gap: 10px;
  }
}
.header--get-started-desktop {
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  padding: 12px 20px;
  font-size: 15px;
  line-height: 22px;
  color: #003512;
  font-weight: 600;
  letter-spacing: -0.22px;
  background-color: transparent;
  border: 2px solid #003512;
  border-radius: 24px;
  transition: all ease 250ms;
  display: inline-block;
  width: auto;
  height: 48px;
}
.header--get-started-desktop:active {
  outline-offset: 2px;
}
.header--get-started-desktop:hover, .header--get-started-desktop:focus {
  background-color: #262626;
  text-decoration: none;
  color: #f6f4e9;
}
.header--sign-in-desktop {
  display: none;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  padding: 0 20px;
  font-size: 15px;
  line-height: 22px;
  color: #f6f4e9;
  font-weight: 600;
  letter-spacing: -0.22px;
  background-color: #005d1f;
  border-radius: 24px;
  transition: all ease 250ms;
}
.header--sign-in-desktop:active {
  outline: 3px solid #f6f4e9;
  outline-offset: 2px;
}
.header--sign-in-desktop:hover, .header--sign-in-desktop:focus {
  background-color: #003512;
  text-decoration: none;
}
@media only screen and (min-width: 990px) {
  .header--sign-in-desktop {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
    height: 48px;
  }
}
.header--sign-in-desktop svg,
.header--sign-in-desktop .icon-svg {
  display: inline-block;
  width: 20px;
  height: 20px;
}
.header--sign-in-desktop span {
  white-space: nowrap;
}
.header--find-atms-desktop {
  display: none;
  text-align: center;
  vertical-align: middle;
  font-size: 15px;
  line-height: 20px;
  color: #003512;
  font-weight: 600;
  letter-spacing: -0.22px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
  border-radius: 24px;
}
.header--find-atms-desktop:active {
  text-decoration: underline;
}
@media (min-width: 990px) and (max-width: 1199.98px) {
  .header--find-atms-desktop {
    font-size: 0;
    color: #ffffff;
    display: inline-block;
    padding-top: 12px;
  }
}
@media all and (max-width: 989.98px) {
  .header--find-atms-desktop {
    display: none;
  }
}
.header--find-atms-desktop svg,
.header--find-atms-desktop .no-svg-alt {
  display: inline-block;
  width: 20px;
  height: 20px;
}
.header--find-atms-desktop span {
  white-space: nowrap;
}
.header--findalocation {
  display: none;
}
.header--login {
  display: none;
}
@media only screen and (min-width: 768px) {
  .header .sign-in-mobile {
    margin-top: 4px;
  }
}
.header--mobile {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24'%3E%3Cg%3E%3Cpath fill='%23003512' d='M18 16C18.6 16 19 16.4 19 17 19 17.5 18.6 17.9 18.1 18L18 18 6 18C5.4 18 5 17.6 5 17 5 16.5 5.4 16.1 5.9 16L6 16 18 16ZM18 11C18.6 11 19 11.4 19 12 19 12.5 18.6 12.9 18.1 13L18 13 6 13C5.4 13 5 12.6 5 12 5 11.5 5.4 11.1 5.9 11L6 11 18 11ZM18 6C18.6 6 19 6.4 19 7 19 7.5 18.6 7.9 18.1 8L18 8 6 8C5.4 8 5 7.6 5 7 5 6.5 5.4 6.1 5.9 6L6 6 18 6Z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}
.header--mobile:hover, .header--mobile:focus {
  outline: 1px solid #003512;
}
@media only screen and (min-width: 768px) {
  .header--mobile {
    margin-top: 4px;
  }
}
.header--ghost {
  min-height: 160px;
}
@media all and (min-width: 768px) {
  .header--ghost {
    min-height: 175px;
  }
}

.ba-svg--logo {
  width: 86px;
  height: 44px;
  margin-right: 0;
}
.ba-svg--logo:before, .ba-svg--logo:after {
  position: absolute;
  content: "";
  width: 86px;
  height: 44px;
  background-position: left center;
  background-size: contain;
  background-repeat: no-repeat;
  transition: opacity 500ms ease-in-out;
  background-image: url("data:image/svg+xml,%3Csvg width='86' height='37' viewBox='0 0 86 37' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_44_7108)'%3E%3Cpath d='M14.6622 20.4949C14.6622 25.7829 10.8904 29.0011 5.99357 29.0011C3.85746 29.0011 1.47021 28.517 0.674456 27.7231C0.214483 27.2391 0.0470536 26.4006 0.0047362 23.9328C0.0047362 22.6984 -0.0375812 21.0283 0.130769 20.1415C0.255881 19.701 0.381913 19.6129 0.674456 19.6129C1.17766 19.6129 1.26138 19.8772 1.42881 20.3187C2.47571 25.0346 3.98349 27.7231 6.70561 27.7231C9.26029 27.7231 11.0192 25.3424 11.0192 22.3896C11.0192 19.2169 9.00915 17.3658 6.70561 15.7345C6.1196 15.3375 5.53268 14.897 4.94668 14.4565C2.5171 12.6935 0.214483 10.6662 0.214483 6.8739C0.214483 2.90447 3.81606 0 7.83622 0C9.76258 0 11.9824 0.66125 12.6521 1.18986C12.9879 1.4106 13.0293 1.54227 13.0716 2.60047V5.50493C13.0716 7.66489 13.0716 7.92532 12.527 7.92532C11.8987 7.92532 11.9401 7.17694 11.6475 6.25041C10.6844 2.81346 9.34769 1.27022 7.41581 1.27022C5.53084 1.27022 3.89794 2.94513 3.89794 5.10508C3.89794 8.89541 6.74977 10.5703 9.55192 12.4631C12.148 14.2706 14.6604 16.2534 14.6604 20.4407L14.6622 20.4949Z' fill='%23003512'/%3E%3Cpath d='M19.7006 33.1296C19.7006 34.5819 20.2867 34.8926 21.5847 35.1569C22.2967 35.2896 22.5479 35.3331 22.5479 35.8627C22.5479 36.127 22.2553 36.3468 21.4173 36.3468C20.5378 36.3468 19.9095 36.1706 18.1975 36.1706C16.6474 36.1706 15.5167 36.3468 14.721 36.3468C13.9676 36.3468 13.7578 36.1706 13.7578 35.8182C13.7578 35.5093 13.8001 35.2896 14.3861 35.1569C15.9776 34.761 16.1874 34.7164 16.1874 32.8653V13.2176C16.1874 12.0277 16.019 11.8079 15.2674 11.5427C14.4303 11.2784 14.1368 11.1903 14.1368 10.926C14.1368 10.529 14.3466 10.3973 15.0163 10.1766C16.1628 9.64212 17.2793 9.03894 18.3603 8.37002C18.9049 8.01665 19.1137 7.79688 19.2802 7.79688C19.4467 7.79688 19.5737 7.92854 19.5737 8.41359V10.133C19.5737 10.4409 19.6574 10.5735 19.8248 10.5735C20.0346 10.5735 20.4118 10.0895 20.9555 9.55989C21.6675 8.8541 22.673 8.01665 23.9296 8.01665C27.5726 8.01665 30.211 12.4247 30.211 18.5511C30.211 24.1045 27.4889 28.8639 23.3013 28.8639C22.2958 28.8639 21.5424 28.5561 20.9555 28.3353C20.4955 28.1146 20.202 27.9384 19.9923 27.9384C19.6997 27.9384 19.6997 28.2472 19.6997 28.7758L19.7006 33.1296ZM26.4015 18.5947C26.4015 13.4383 25.1026 10.3092 22.7153 10.3092C21.9376 10.3192 21.1913 10.6332 20.6215 11.1903C20.3383 11.4181 20.1082 11.7109 19.9487 12.0464C19.7893 12.382 19.7048 12.7514 19.7016 13.1266V24.2361C19.7016 25.5141 19.9941 26.3961 20.4973 26.8811C20.7455 27.1385 21.04 27.3411 21.3635 27.4773C21.687 27.6134 22.033 27.6803 22.3814 27.6741C24.6012 27.6741 26.4024 25.1181 26.4024 18.6392L26.4015 18.5947Z' fill='%23003512'/%3E%3Cpath d='M32.2729 13.2166C32.2729 11.7644 31.8544 11.4536 30.7652 11.4536C30.4303 11.41 30.2205 11.3219 30.2205 10.9695C30.2205 10.529 30.4717 10.3973 31.1 10.2211C31.9381 9.91229 32.985 9.55989 33.9896 8.6779C34.5342 8.10475 34.7853 7.79688 35.1211 7.79688C35.2885 7.79688 35.4559 8.01665 35.4559 8.45813C35.4973 9.03031 35.4973 9.77966 35.4973 10.6616C35.4973 11.2348 35.4973 11.6753 35.6648 11.6753C36.0419 11.6753 36.2517 10.7497 36.88 9.739C37.466 8.81344 38.3032 7.80268 39.811 7.80268C41.4025 7.80268 42.3242 9.12422 42.3242 11.108C42.3242 12.7393 41.7373 13.9727 40.3556 13.9727C39.225 13.9727 38.8478 13.1798 38.7227 12.2543C38.639 11.5485 38.5552 10.802 38.052 10.802C37.2986 10.802 36.754 11.6395 36.3768 12.6541C36.0006 13.7113 35.7908 14.725 35.7908 15.4743V24.5537C35.7908 26.49 35.9582 27.0215 37.2986 27.2423C38.3878 27.463 38.8064 27.5511 38.8064 27.9471C38.8064 28.3886 38.5129 28.4767 37.8009 28.4767C37.3409 28.4767 36.754 28.3005 34.0733 28.3005C31.9381 28.3005 31.3512 28.4767 30.8912 28.4767C30.3466 28.4767 30.0117 28.344 30.0117 27.9471C30.0117 27.5066 30.388 27.4185 31.0586 27.2423C32.0632 27.1096 32.2729 26.8899 32.2729 25.1704V13.2166Z' fill='%23003512'/%3E%3Cpath d='M56.2922 9.78552C56.2922 8.64019 56.2075 8.19968 55.6215 8.19968C55.1616 8.19968 54.7522 8.28101 54.2076 8.28101C53.4118 8.28101 53.5526 8.24906 52.7513 8.19968C52.2076 8.1658 51.7228 8.32361 51.7228 8.85997C51.7228 9.20657 51.9142 9.36921 52.1975 9.51541C52.6575 9.75454 52.7734 9.96173 52.7734 10.8437V22.7114C52.7734 24.9381 51.7495 26.3081 49.9473 26.3081C48.1452 26.3081 47.1774 24.9526 47.1774 22.7452V9.78552C47.1774 8.64019 47.0927 8.19968 46.5067 8.19968C46.0468 8.19968 45.4874 8.28101 44.9428 8.28101C44.1471 8.28101 44.4313 8.19968 43.6356 8.19968C43.091 8.19968 42.8398 8.55209 42.8398 8.85997C42.8398 9.20657 42.9447 9.32274 43.2281 9.46894C43.688 9.70807 43.6577 9.96173 43.6577 10.8437V23.7579C43.6577 25.52 44.286 26.7108 45.1241 27.5037C46.0035 28.2976 47.2602 28.6055 48.5582 28.6055C50.3981 28.6055 51.2573 27.8436 51.8479 27.2317C52.3668 26.6963 52.5397 26.1173 52.7072 26.1173C52.8746 26.1173 52.9399 26.2054 52.9399 26.6915V28.3373C52.9399 28.6897 53.0236 28.8659 53.1487 28.8659C53.3162 28.8659 53.4422 28.8224 53.6933 28.7343C54.2793 28.4699 55.4099 27.9849 57.1698 27.3237C58.0897 26.9712 58.3004 26.8396 58.3418 26.4862C58.3418 26.1338 58.1321 26.0021 57.3372 25.9131C56.5829 25.825 56.2903 25.429 56.2903 23.9767L56.2922 9.78552Z' fill='%23003512'/%3E%3Cpath d='M58.0312 19.0352C58.0312 12.5128 61.6751 7.79688 66.5748 7.79688C67.664 7.79688 68.962 7.97308 69.8415 8.50169C70.847 9.07484 70.8884 9.25104 70.8884 10.3973C70.8884 11.0576 70.9307 11.5427 70.9307 12.0722C70.9307 12.5128 70.847 13.2176 70.8047 13.6145C70.6796 14.4955 70.3861 14.6282 69.8001 14.6282C69.0881 14.6282 68.962 13.57 68.2923 11.6753C67.7477 10.133 67.2472 9.38659 66.0311 9.38659C63.6852 9.38659 61.7993 12.6919 61.7993 17.4078C61.7993 23.9312 63.8931 26.4435 66.4055 26.4435C67.9133 26.4435 68.9188 25.7813 69.7173 24.4598C70.2619 23.4916 70.5968 22.2998 70.9316 22.2998C71.2251 22.2998 71.3916 22.5641 71.3916 22.9175C71.3916 25.2973 69.3815 28.8668 65.2767 28.8668C60.7957 28.8668 58.0312 24.8974 58.0312 19.0827V19.0352Z' fill='%23003512'/%3E%3Cpath d='M76.7778 17.5423C76.0243 17.5423 75.7309 17.8502 75.7309 18.556C75.7309 23.0957 77.5708 26.6217 80.4631 26.6217C82.3949 26.6217 83.521 25.6071 84.107 24.1045C84.4418 23.3106 84.5255 22.7375 84.8604 22.7375C85.1125 22.7375 85.2799 22.8701 85.2799 23.3551C85.2799 24.0164 85.0701 24.8074 84.693 25.5587C83.8558 27.4543 81.9331 28.8639 79.5413 28.8639C74.8082 28.8639 71.9609 24.6331 71.9609 18.7709C71.9609 11.4991 75.4788 7.79688 79.499 7.79688C82.8494 7.79688 85.279 10.4409 85.279 14.8925C85.279 17.3613 85.2367 17.5375 84.0646 17.5375L76.7778 17.5423ZM75.8146 15.1219C75.8146 15.9594 75.9406 16.1792 77.4061 16.1792C78.0934 16.1733 78.7794 16.1144 79.4585 16.003C80.7151 15.8268 81.5523 15.4743 81.7583 15.1219C82.0932 14.7695 82.2183 14.2845 82.2183 13.2708C82.2183 10.6704 81.0877 9.08355 79.4585 9.08355C77.3224 9.08355 75.8146 11.9929 75.8146 15.0774V15.1219Z' fill='%23003512'/%3E%3Cpath d='M84.3203 8.82605H84.5347C84.5402 8.88511 84.565 8.93352 84.6589 8.93352C84.7233 8.93352 84.7591 8.89963 84.7591 8.85123C84.7591 8.80282 84.7297 8.78636 84.6349 8.77184C84.4132 8.74376 84.3387 8.67502 84.3387 8.5085C84.3387 8.3594 84.4555 8.25 84.6432 8.25C84.8309 8.25 84.9385 8.33326 84.9523 8.5085H84.7444C84.7425 8.48297 84.7311 8.45927 84.7127 8.44257C84.6942 8.42588 84.6702 8.41756 84.646 8.41943C84.5853 8.41943 84.554 8.4475 84.554 8.48913C84.554 8.53077 84.5779 8.55691 84.6754 8.57046C84.8741 8.5937 84.9762 8.64791 84.9762 8.82702C84.9762 8.97805 84.8622 9.10198 84.6607 9.10198C84.439 9.09811 84.3268 9.00129 84.3203 8.82605Z' fill='%23003512'/%3E%3Cpath d='M85.1172 8.26562H85.4107L85.5606 8.70614L85.7106 8.26562H85.9985V9.09243H85.7749V8.57834L85.5827 9.09243H85.5082L85.3177 8.57834V9.09243H85.1172V8.26562Z' fill='%23003512'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_44_7108'%3E%3Crect width='86' height='37' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.ba-svg--logo:before {
  opacity: 1;
}
.ba-svg--logo:after {
  opacity: 0;
}

.menu-item {
  position: relative;
  z-index: 2;
}

@media all and (max-width: 989.98px) {
  .header--pad {
    position: relative;
  }
}
.header--pad--overlay-active .ba-svg--logo {
  background-image: none;
  position: relative;
  z-index: 3;
}
.header--pad--overlay-active .ba-svg--logo:before {
  opacity: 0;
}
.header--pad--overlay-active .ba-svg--logo:after {
  opacity: 1;
}
@media all and (max-width: 989.98px) {
  .header--pad--overlay-active .ba-svg--logo {
    display: none !important;
  }
}
.header--pad--overlay-active .header--logo:hover, .header--pad--overlay-active .header--logo:focus {
  outline: 2px solid #003512;
}
@media all and (max-width: 989.98px) {
  .header--pad--overlay-active .header--right {
    position: relative;
    z-index: 100;
  }
}
.header--pad--overlay-active .header--left ul .menu-item {
  position: relative;
  z-index: 2;
}
.header--pad--overlay-active .header--left ul .menu-item a {
  color: #003512;
}
.header--pad--overlay-active .header--left ul .menu-item a:hover, .header--pad--overlay-active .header--left ul .menu-item a:focus {
  color: #003512;
}
.header--pad--overlay-active .header--left ul .menu-item a:hover::before, .header--pad--overlay-active .header--left ul .menu-item a:focus::before {
  background-color: #003512;
  content: "";
  z-index: 99;
  position: absolute;
  width: 100%;
  height: 4px;
  bottom: -12px;
  border-radius: 2px;
  background-color: #003512;
}
.header--pad--overlay-active .header--left ul .menu-item .active-menu-item:before {
  background-color: #003512;
}
@media all and (max-width: 989.98px) {
  .header--pad--overlay-active .header--left ul .features {
    position: relative;
    z-index: 3;
  }
  .header--pad--overlay-active .header--left ul .features-overlay {
    z-index: 99;
  }
}
.header--pad--overlay-active .header--left ul .features .focus-button:focus {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='12' viewBox='0 0 7 12' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.325518 10.7856C-0.108398 10.3517 -0.108398 9.64821 0.325518 9.2143L3.98429 5.55553L0.325518 1.89676C-0.108398 1.46284 -0.108398 0.759326 0.325518 0.325411C0.759434 -0.108506 1.46295 -0.108506 1.89687 0.325411L6.34131 4.76986C6.77523 5.20377 6.77523 5.90729 6.34131 6.3412L1.89687 10.7856C1.46295 11.2196 0.759434 11.2196 0.325518 10.7856Z' fill='%23003512'/%3E%3C/svg%3E");
  border: 1px solid #003512;
}
.header--pad--overlay-active .header--left ul .features a {
  z-index: 99;
}
.header--pad--overlay-active .header--left ul .features a::before {
  content: "";
  z-index: 99;
  position: absolute;
  width: 100%;
  height: 4px;
  bottom: -12px;
  border-radius: 2px;
  background-color: #003512;
}

@media all and (max-width: 989.98px) {
  .sign-in-desktop {
    display: none;
  }
}
.sign-in-desktop .sign-in-button {
  display: flex;
  align-items: center;
  font-size: 15px;
  background-color: #D2FA52;
  height: 48px;
  padding: 0 20px;
  border-radius: 48px;
  border: none;
  outline: none;
  cursor: pointer;
  transition: all ease 200ms;
}
.sign-in-desktop .sign-in-button:hover, .sign-in-desktop .sign-in-button:focus {
  background-color: #e5fb9f;
}
.sign-in-desktop:hover, .sign-in-desktop:focus {
  text-decoration: none;
}

.sign-in-mobile {
  position: absolute;
  top: 32px;
  right: 67px;
}
@media (min-width: 768px) and (max-width: 998.98px) {
  .sign-in-mobile {
    right: 80px;
  }
}
.sign-in-mobile svg {
  fill: #003512;
}
.sign-in-mobile svg:hover, .sign-in-mobile svg:focus {
  border: 1px solid #003512;
}
@media all and (min-width: 990px) {
  .sign-in-mobile {
    display: none;
  }
}

@media only screen and (min-width: 320px) and (max-width: 989px) {
  html.mobile-menu-open header {
    background-color: #fff;
  }
  html.mobile-menu-open header .family-brands-nav {
    display: none;
  }
  html.mobile-menu-open header nav.header--left {
    top: 120px;
    left: 25px;
  }
  html.mobile-menu-open header nav.header--left .header--sub-menu-container {
    display: none;
  }
  html.mobile-menu-open header nav.header--left .header--nav-hover-overlay {
    display: none;
  }
  html.mobile-menu-open header nav.header--left li {
    margin: 0;
    display: block;
    margin-bottom: 20px;
    z-index: 5;
  }
  html.mobile-menu-open header nav.header--left li.primary-nav-in-focus {
    z-index: 10;
  }
  html.mobile-menu-open header nav.header--left li.primary-nav-in-focus button.key-only {
    position: fixed;
    margin-left: 0;
    width: 16px;
    height: 16px;
    background-color: transparent;
    border: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' id='chevron-down'%3E%3Cg%3E%3Cpath d='M7.3 9.3C7.7 8.9 8.2 8.9 8.6 9.2L8.7 9.3 12 12.6 15.3 9.3C15.7 8.9 16.2 8.9 16.6 9.2L16.7 9.3C17.1 9.7 17.1 10.2 16.8 10.6L16.7 10.7 12.7 14.7C12.3 15.1 11.8 15.1 11.4 14.8L11.3 14.7 7.3 10.7C6.9 10.3 6.9 9.7 7.3 9.3Z' fill='%23fff' /%3E%3C/g%3E%3C/svg%3E");
    background-size: 16px;
    z-index: 999;
    vertical-align: inherit;
  }
  html.mobile-menu-open header nav.header--left li a {
    display: inline-block;
    font-size: 33px;
    line-height: 1;
    margin-bottom: 0;
    font-weight: 600;
    color: #003512;
  }
  html.mobile-menu-open header nav.header--left li a:after {
    position: absolute;
    right: 0;
    transform: translateX(0px);
  }
  html.mobile-menu-open header nav.header--left li a:hover, html.mobile-menu-open header nav.header--left li a:active, html.mobile-menu-open header nav.header--left li a:focus {
    color: #003512;
    text-decoration: underline;
  }
  html.mobile-menu-open header nav.header--left li a:hover:before, html.mobile-menu-open header nav.header--left li a:active:before, html.mobile-menu-open header nav.header--left li a:focus:before {
    display: none;
  }
  html.mobile-menu-open header nav.header--left li a:hover:after, html.mobile-menu-open header nav.header--left li a:active:after, html.mobile-menu-open header nav.header--left li a:focus:after {
    transform: translateX(0px);
  }
  html.mobile-menu-open header nav.header--left li .key-only:active, html.mobile-menu-open header nav.header--left li .key-only:focus {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' id='chevron-down'%3E%3Cg%3E%3Cpath d='M7.3 9.3C7.7 8.9 8.2 8.9 8.6 9.2L8.7 9.3 12 12.6 15.3 9.3C15.7 8.9 16.2 8.9 16.6 9.2L16.7 9.3C17.1 9.7 17.1 10.2 16.8 10.6L16.7 10.7 12.7 14.7C12.3 15.1 11.8 15.1 11.4 14.8L11.3 14.7 7.3 10.7C6.9 10.3 6.9 9.7 7.3 9.3Z' fill='%23003512' /%3E%3C/g%3E%3C/svg%3E");
  }
  html.mobile-menu-open header nav.header--left li ul.submenu--is-open {
    padding: 120px 25px 30px 25px;
    overflow-y: auto;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  html.mobile-menu-open header nav.header--left li ul.submenu--is-open a.mobile-sub-close--global {
    display: block;
    position: absolute;
    top: 22px;
    right: 25px;
    width: 40px;
    height: 40px;
    z-index: 20;
    text-decoration: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24'%3E%3Cg fill='none'%3E%3Cpath d='M8.8 7.4L8.9 7.5 12 10.6 15.1 7.5 15.2 7.4C15.6 7.1 16.1 7.1 16.5 7.5 16.9 7.9 16.9 8.4 16.6 8.8L16.5 8.9 13.4 12 16.5 15.1C16.9 15.5 16.9 16.1 16.5 16.5 16.1 16.9 15.6 16.9 15.2 16.6L15.1 16.5 12 13.4 8.9 16.5 8.8 16.6C8.4 16.9 7.9 16.9 7.5 16.5 7.1 16.1 7.1 15.6 7.4 15.2L7.5 15.1 10.6 12 7.5 8.9C7.1 8.5 7.1 7.9 7.5 7.5 7.9 7.1 8.4 7.1 8.8 7.4Z' fill='%23003512'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
    background-size: 32px 32px;
    background-position: center center;
    background-repeat: no-repeat;
  }
  html.mobile-menu-open header nav.header--left li ul.submenu--is-open a.mobile-sub-close--global:hover, html.mobile-menu-open header nav.header--left li ul.submenu--is-open a.mobile-sub-close--global:focus {
    outline: 1px solid #003512;
  }
  html.mobile-menu-open header nav.header--left li ul.submenu--is-open a.mobile-sub-close {
    display: block;
    position: absolute;
    top: 25px;
    left: 25px;
    width: 30px;
    height: 30px;
    z-index: 20;
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='12' viewBox='0 0 14 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.667 6.00001C13.667 6.61366 13.1695 7.11112 12.5559 7.11112L4.1281 7.11112L6.67489 9.65878C7.07543 10.0593 7.10624 10.6896 6.76732 11.1255L6.67489 11.2301C6.24097 11.664 5.53746 11.664 5.10354 11.2301L0.659097 6.78569C0.627467 6.75406 0.597736 6.72053 0.570089 6.68529C0.563976 6.67762 0.557831 6.66957 0.55181 6.66147C0.531983 6.6346 0.513348 6.60699 0.495958 6.57853C0.487667 6.56514 0.479769 6.55156 0.472183 6.53786C0.460098 6.5159 0.448523 6.49323 0.43772 6.47012C0.428859 6.45123 0.420545 6.43201 0.412799 6.41261C0.40401 6.39066 0.396017 6.36868 0.388711 6.34639C0.383358 6.32985 0.378212 6.31275 0.373488 6.29556C0.366808 6.27161 0.361038 6.24751 0.356066 6.22312C0.352218 6.20376 0.348802 6.1844 0.345902 6.16498C0.342445 6.14236 0.3397 6.11897 0.337693 6.09536C0.336044 6.07548 0.334908 6.05623 0.33427 6.03695C0.333865 6.0249 0.33366 6.01248 0.33366 6.00001L0.334234 5.96418C0.334876 5.94416 0.336056 5.92416 0.337774 5.9042L0.33366 6.00001C0.33366 5.94377 0.337839 5.8885 0.345904 5.8345C0.348803 5.81563 0.352218 5.79626 0.356149 5.77699C0.361037 5.75252 0.366808 5.72842 0.373349 5.70464C0.378213 5.68728 0.383358 5.67018 0.388924 5.65319C0.396018 5.63135 0.404011 5.60937 0.412665 5.58773C0.420545 5.56802 0.428859 5.54879 0.437742 5.52977C0.448523 5.5068 0.460098 5.48413 0.472411 5.46193C0.47977 5.44846 0.487667 5.43489 0.495877 5.42145C0.513347 5.39304 0.531983 5.36542 0.551787 5.33873C0.584008 5.29521 0.61977 5.25367 0.659097 5.21434L0.570089 5.31474C0.597736 5.2795 0.627467 5.24597 0.659097 5.21434L5.10354 0.769895C5.53746 0.335979 6.24097 0.335979 6.67489 0.769895C7.1088 1.20381 7.1088 1.90733 6.67489 2.34124L4.1281 4.8889L12.5559 4.8889C13.1695 4.8889 13.667 5.38636 13.667 6.00001Z' fill='%23003512'/%3E%3C/svg%3E%0A");
    background-position: center center;
    background-repeat: no-repeat;
  }
  html.mobile-menu-open header nav.header--left li ul.submenu--is-open a.mobile-sub-close:hover, html.mobile-menu-open header nav.header--left li ul.submenu--is-open a.mobile-sub-close:focus {
    outline: 1px solid #003512;
    outline-offset: 0;
  }
  html.mobile-menu-open header nav.header--left li ul.submenu--is-open a.mobile-sub--title-for-parent {
    font-family: "Graphik Web", sans-serif;
    display: block;
    position: absolute;
    top: 25px;
    left: 90px;
    right: 90px;
    text-align: center;
    z-index: 20;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    letter-spacing: -0.1px;
    font-weight: 500;
    color: #003512;
    text-decoration: none;
  }
  html.mobile-menu-open header nav.header--left li ul.submenu--is-open a.mobile-sub--title-for-parent:hover, html.mobile-menu-open header nav.header--left li ul.submenu--is-open a.mobile-sub--title-for-parent:focus {
    text-decoration: underline;
  }
  html.mobile-menu-open header nav.header--left li ul.submenu--is-open:before {
    position: fixed;
    z-index: 10;
    background-color: #fff;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  html.mobile-menu-open header nav.header--left li ul.submenu--is-open li {
    z-index: 11;
    margin: 0 0 22px 0;
    border-bottom: 1px solid rgba(0, 53, 18, 0.1);
    padding: 0 0 22px 0;
  }
}
@media only screen and (min-width: 320px) and (max-width: 989px) and (min-width: 768px) and (max-width: 989px) {
  html.mobile-menu-open header nav.header--left li ul.submenu--is-open li {
    margin: 0 0 40px 0;
    padding: 0 0 40px 0;
  }
}
@media only screen and (min-width: 320px) and (max-width: 989px) {
  html.mobile-menu-open header nav.header--left li ul.submenu--is-open li a {
    display: block;
    font-family: "Graphik Web", sans-serif;
    font-size: 18px;
    line-height: 1;
    font-weight: 500;
    height: auto;
    padding: 10px 0;
  }
}
@media only screen and (min-width: 320px) and (max-width: 989px) and (min-width: 768px) and (max-width: 989px) {
  html.mobile-menu-open header nav.header--left li ul.submenu--is-open li a {
    padding: 0;
  }
}
@media only screen and (min-width: 320px) and (max-width: 989px) {
  html.mobile-menu-open header nav.header--left li ul.submenu--is-open li:last-of-type {
    border-bottom: none;
  }
  html.mobile-menu-open header nav.header--left li ul.submenu--is-open li.is-detailed a {
    padding: 0;
  }
  html.mobile-menu-open header nav.header--left:after {
    content: "";
    display: block;
    width: 80%;
    background-color: #fff;
    height: 150px;
    clear: both;
  }
  html.mobile-menu-open header .header--pad {
    background-color: transparent;
  }
  html.mobile-menu-open header .header--findalocation, html.mobile-menu-open header .header--login {
    display: none;
  }
  html.mobile-menu-open header .header--logo {
    height: 35px;
  }
  html.mobile-menu-open header .header--logo:hover, html.mobile-menu-open header .header--logo:focus {
    outline: 1px solid #003512;
  }
  html.mobile-menu-open header .header--logo:before, html.mobile-menu-open header .header--logo:after {
    transition: none;
  }
  html.mobile-menu-open header .header--logo:before {
    opacity: 0;
  }
  html.mobile-menu-open header .header--logo:after {
    opacity: 1;
  }
  html.mobile-menu-open header .header--mobile {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24'%3E%3Cg fill='none'%3E%3Cpath d='M8.8 7.4L8.9 7.5 12 10.6 15.1 7.5 15.2 7.4C15.6 7.1 16.1 7.1 16.5 7.5 16.9 7.9 16.9 8.4 16.6 8.8L16.5 8.9 13.4 12 16.5 15.1C16.9 15.5 16.9 16.1 16.5 16.5 16.1 16.9 15.6 16.9 15.2 16.6L15.1 16.5 12 13.4 8.9 16.5 8.8 16.6C8.4 16.9 7.9 16.9 7.5 16.5 7.1 16.1 7.1 15.6 7.4 15.2L7.5 15.1 10.6 12 7.5 8.9C7.1 8.5 7.1 7.9 7.5 7.5 7.9 7.1 8.4 7.1 8.8 7.4Z' fill='%23003512'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  }
  html.mobile-menu-open header .header--mobile:hover, html.mobile-menu-open header .header--mobile:focus {
    outline: 1px solid #003512;
  }
  html.mobile-menu-open header .header--get-started-desktop, html.mobile-menu-open header .header--sign-in-desktop, html.mobile-menu-open header .header--find-atms-desktop {
    display: block;
    position: fixed;
    width: auto;
    left: 25px;
    right: 25px;
    z-index: 20;
  }
  html.mobile-menu-open header .header--get-started-desktop {
    bottom: 98px;
    color: #D2FA52;
    background-color: #003512;
    border: 2px solid #003512;
    padding: 12px 20px;
    height: 48px;
    line-height: 1;
  }
  html.mobile-menu-open header .header--sign-in-desktop {
    bottom: 25px;
    color: #003512;
    background-color: #fff;
    border: 2px solid #003512;
    padding: 12px 20px;
    height: 48px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
  html.mobile-menu-open header .header--sign-in-desktop svg path {
    stroke: #003512;
  }
  html.mobile-menu-open header .header--find-atms-desktop {
    bottom: 208px;
    color: #003512;
    background-color: #D2FA52;
    padding: 12px 20px;
    height: 48px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
  html.mobile-menu-open header .header--find-atms-desktop::after {
    content: "";
    height: 2px;
    width: calc(100% + 50px);
    background-color: #f6f4e9;
    position: absolute;
    bottom: -31px;
    left: -25px;
    right: -25px;
  }
  html.mobile-menu-open header .sign-in-mobile {
    display: none !important;
  }
  html.mobile-menu-open header:after {
    content: "";
    display: block;
    width: 80%;
    background-color: #fff;
    height: 150px;
    clear: both;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 15;
  }
  html.mobile-menu-open.subs-open header .header--get-started-desktop, html.mobile-menu-open.subs-open header .header--sign-in-desktop, html.mobile-menu-open.subs-open header .header--find-atms-desktop {
    display: none;
  }
  html.mobile-menu-open.subs-open header:after {
    display: none;
  }
}
.ba-catbar {
  color: #003512;
  border-top: 1px solid #4c7259;
  padding: 10px 20px 10px 40px;
  height: 70px;
}
.ba-catbar a {
  color: #003512;
}
.ba-catbar--icon:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Crect x='0' y='0' width='5' height='5' fill='%23003512'/%3E%3Crect x='11' y='0' width='5' height='5' fill='%23003512'/%3E%3Crect x='11' y='11' width='5' height='5' fill='%23003512'/%3E%3Crect x='0' y='11' width='5' height='5' fill='%23003512'/%3E%3C/svg%3E%0A");
}

.action--open-search {
  float: right;
  width: 48px;
  height: 48px;
  border-radius: 24px;
  border: 2px solid #ffffff;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.28573 7.37695C2.28573 4.56478 4.56493 2.28566 7.37719 2.28566C10.1882 2.28566 12.4675 4.56464 12.4675 7.37695C12.4675 10.1883 10.188 12.4683 7.37719 12.4683C4.56507 12.4683 2.28573 10.1881 2.28573 7.37695ZM7.37719 0C3.30255 0 0 3.30245 0 7.37695C0 11.4502 3.30242 14.7539 7.37719 14.7539C9.00169 14.7539 10.5035 14.2285 11.7222 13.3385L14.049 15.6653C14.4953 16.1116 15.2189 16.1116 15.6653 15.6653C16.1116 15.219 16.1116 14.4954 15.6653 14.0491L13.3382 11.7221C14.2281 10.5032 14.7532 9.00126 14.7532 7.37695C14.7532 3.30258 11.4508 0 7.37719 0Z' fill='%23003512'/%3E%3C/svg%3E%0A");
  background-position: center center;
  background-repeat: no-repeat;
  font-size: 0;
  margin: 0;
  padding: 0;
}
.action--open-search:hover, .action--open-search:focus {
  border: 2px solid #003512;
}

.ba-catbar--mobile-cats .action--close-mobile-cats {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24'%3E%3Cg fill='none'%3E%3Cpath d='M8.8 7.4L8.9 7.5 12 10.6 15.1 7.5 15.2 7.4C15.6 7.1 16.1 7.1 16.5 7.5 16.9 7.9 16.9 8.4 16.6 8.8L16.5 8.9 13.4 12 16.5 15.1C16.9 15.5 16.9 16.1 16.5 16.5 16.1 16.9 15.6 16.9 15.2 16.6L15.1 16.5 12 13.4 8.9 16.5 8.8 16.6C8.4 16.9 7.9 16.9 7.5 16.5 7.1 16.1 7.1 15.6 7.4 15.2L7.5 15.1 10.6 12 7.5 8.9C7.1 8.5 7.1 7.9 7.5 7.5 7.9 7.1 8.4 7.1 8.8 7.4Z' fill='%23003512'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}
.ba-catbar--mobile-cats .action--close-mobile-cats:focus, .ba-catbar--mobile-cats .action--close-mobile-cats:hover {
  outline: 2px solid #003512;
}
.ba-catbar--mobile-cats #mobile-cats-logo:focus, .ba-catbar--mobile-cats #mobile-cats-logo:hover {
  outline: 2px solid #003512;
}

/* CSS Document */
.ba-search-box {
  background-color: #003512;
  position: relative;
}
.ba-search-box--controls label {
  color: #f6f4e9;
}
.ba-search-box--controls input[type=search] {
  border-bottom: 2px #f6f4e9 solid;
  color: #f6f4e9;
  font-family: "Freight", sans-serif;
  font-weight: 400;
  padding-right: 70px;
}
.ba-search-box--controls input[type=search]:focus, .ba-search-box--controls input[type=search]:hover {
  border-bottom: 4px #f6f4e9 solid;
}
.ba-search-box--controls input[type=submit] {
  width: 48px;
  height: 48px;
  border: none;
  border-radius: 48px;
  background-size: 25px 25px;
  background-color: transparent;
  opacity: 1;
  background-position: center;
  background-repeat: no-repeat;
  transition: all ease 250ms;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 4L12.704 9.2652C13.1329 9.66116 13.1329 10.3388 12.704 10.7348L7 16' stroke='%23ffffff' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  position: absolute;
  top: calc((100% - 48px) / 2);
  right: 0;
}
.ba-search-box--controls input[type=submit]:hover, .ba-search-box--controls input[type=submit]:focus {
  background-color: #D2FA52;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 4L12.704 9.2652C13.1329 9.66116 13.1329 10.3388 12.704 10.7348L7 16' stroke='%23003512' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}
.ba-search-box .action--close-search {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24'%3E%3Cg fill='none'%3E%3Cpath d='M8.8 7.4L8.9 7.5 12 10.6 15.1 7.5 15.2 7.4C15.6 7.1 16.1 7.1 16.5 7.5 16.9 7.9 16.9 8.4 16.6 8.8L16.5 8.9 13.4 12 16.5 15.1C16.9 15.5 16.9 16.1 16.5 16.5 16.1 16.9 15.6 16.9 15.2 16.6L15.1 16.5 12 13.4 8.9 16.5 8.8 16.6C8.4 16.9 7.9 16.9 7.5 16.5 7.1 16.1 7.1 15.6 7.4 15.2L7.5 15.1 10.6 12 7.5 8.9C7.1 8.5 7.1 7.9 7.5 7.5 7.9 7.1 8.4 7.1 8.8 7.4Z' fill='%23f6f4e9'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}
.ba-search-box .action--close-search:focus, .ba-search-box .action--close-search:hover {
  outline: 2px solid #f6f4e9;
}
.ba-search-box #searchbox-logo:focus, .ba-search-box #searchbox-logo:hover {
  outline: 2px solid #f6f4e9;
}

.ba-search--page {
  background-color: #fff;
}
.ba-search--page .search-result-metrics {
  border-bottom: 1px solid #D6DAE0;
}
.ba-search--page #ba-search-count {
  color: #003512;
}
.ba-search--page h2,
.ba-search--page p {
  color: #003512;
  font-weight: 400;
}
.ba-search--page h2 {
  font-size: 24px;
}
@media only screen and (min-width: 768px) {
  .ba-search--page h2 {
    font-size: 30px;
  }
}

#ba-page--search-form label {
  color: #003512;
}
#ba-page--search-form input[type=search] {
  border-bottom: 2px #003512 solid;
  color: #003512;
}
#ba-page--search-form input[type=search]:focus, #ba-page--search-form input[type=search]:hover {
  border-bottom: 4px #003512 solid;
}
#ba-page--search-form input[type=submit] {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 4L12.704 9.2652C13.1329 9.66116 13.1329 10.3388 12.704 10.7348L7 16' stroke='%23003512' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}
#ba-page--search-form input[type=submit]:hover, #ba-page--search-form input[type=submit]:focus {
  background-color: #003512;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 4L12.704 9.2652C13.1329 9.66116 13.1329 10.3388 12.704 10.7348L7 16' stroke='%23f6f4e9' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}

.no-transform:hover, .no-transform:focus {
  transform: scale(1);
}

.featured-card {
  background-color: white;
  border: 3px solid #fff;
}
.featured-card .title {
  font-weight: 400;
  font-size: 30px;
  line-height: 34px;
  letter-spacing: -0.25px;
}
@media all and (max-width: 767.98px) {
  .featured-card .title {
    font-size: 24px;
    line-height: 28px;
  }
}
.featured-card .featured-image {
  background-color: #003512;
  position: relative;
}
.featured-card .featured-image .has-video-badge {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 80px;
  height: 30px;
  background-color: #005d1f;
}
.featured-card .featured-image .has-video-badge::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 7px;
  left: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='7.5' cy='7.5' r='7.5' fill='white'/%3E%3Cpath d='M6.30005 9.9001V5.1001L9.90005 7.42737L6.30005 9.9001Z' fill='%23003512'/%3E%3C/svg%3E%0A");
}
.featured-card .featured-image .has-video-badge--radius {
  border-radius: 0 0 15px 0;
}
.featured-card .featured-image .has-video-badge p {
  color: #ffffff;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: -0.22px;
  font-weight: 600;
  width: 100%;
  text-align: right;
  padding-right: 14px;
}
.featured-card .has-video-badge--title {
  width: 75px;
  height: 25px;
  background-color: #005d1f;
  border-radius: 60px;
  position: relative;
  margin-top: 10px;
}
.featured-card .has-video-badge--title::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  top: 5px;
  left: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='7.5' cy='7.5' r='7.5' fill='white'/%3E%3Cpath d='M6.30005 9.9001V5.1001L9.90005 7.42737L6.30005 9.9001Z' fill='%23003512'/%3E%3C/svg%3E%0A");
}
.featured-card .has-video-badge--title p {
  color: white;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: -0.22px;
  font-weight: 600;
  width: 100%;
  text-align: right;
  padding-right: 10px;
}
.featured-card .green-blue-image-border {
  display: none;
}

.title {
  font-family: "Freight", serif;
  color: #003512;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: -0.25px;
  font-weight: 400;
}

.ba-home--header {
  border-bottom: none;
  background-color: #005d1f;
}
.ba-home--header .wrapper .featured-card p {
  color: #003512;
}
.ba-home--header .wrapper .secondary-feature .title {
  font-weight: 400;
}
.ba-home--header .wrapper .small-feature {
  background-color: #D2FA52;
  border: none;
}
.ba-home--header .wrapper .main-feature .title {
  font-size: 44px;
  line-height: 44px;
  letter-spacing: -0.5px;
  font-weight: 400;
}
@media all and (max-width: 767.98px) {
  .ba-home--header .wrapper .main-feature .title {
    font-size: 36px;
    line-height: 36px;
  }
}

.video-thumbnail--video {
  width: 100%;
  padding-top: 46%;
  border-radius: 12px 12px 0 0;
  position: relative;
  overflow: hidden;
}
.video-thumbnail--video iframe {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.video-thumbnail--video .video-thumbnail--image {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
.video-thumbnail--video .video-thumbnail--image .video-thumbnail--play {
  position: absolute;
  top: 30%;
  left: 40%;
  height: 40%;
  width: 20%;
  background-size: 75px 75px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg width='75' height='75' viewBox='0 0 75 75' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='37.5' cy='37.5' r='37.5' fill='white'/%3E%3Cpath d='M48.5 36.634C49.1667 37.0189 49.1667 37.9811 48.5 38.366L32.75 47.4593C32.0833 47.8442 31.25 47.3631 31.25 46.5933L31.25 28.4067C31.25 27.6369 32.0833 27.1558 32.75 27.5407L48.5 36.634Z' fill='%23003512'/%3E%3C/svg%3E%0A");
}

.video-thumbnail--video--radiusall {
  border-radius: 16px;
}

.ba-home--header .help-center-hero {
  background-color: #005d1f;
  margin-top: 120px;
}
@media all and (max-width: 989.98px) {
  .ba-home--header .help-center-hero {
    margin-top: 60px;
  }
}
.ba-home--header .help-center-hero .ba-search-box-hero {
  padding: 50px 0 0 0;
}

.footer {
  width: 100%;
  padding: 60px 0;
  background-color: #005d1f;
  min-height: 600px;
  color: #f6f4e9;
}
.footer--container {
  padding: 0 25px;
}
.footer--disclaimers {
  background-color: #ffffff;
  border-bottom: 1px solid #003512;
  padding: 40px 0;
}
.footer--disclaimers p {
  color: #003512;
}
.footer--disclaimers ul, .footer--disclaimers ol {
  margin: 0 0 0 20px;
  padding: 0;
}
.footer--disclaimers ul li, .footer--disclaimers ol li {
  padding: 0 0 20px 20px;
  font-size: 14px;
  line-height: 1.5;
  color: #003512;
}
.footer--disclaimers ul li:last-of-type, .footer--disclaimers ol li:last-of-type {
  padding: 0 0 0 20px;
}
.footer--disclaimers ul li a, .footer--disclaimers ol li a {
  font-weight: 500;
  color: #003512;
  text-decoration: underline;
}
.footer--disclaimers ul li a:hover, .footer--disclaimers ul li a:focus, .footer--disclaimers ol li a:hover, .footer--disclaimers ol li a:focus {
  text-decoration: none;
}
.footer--disclaimers > div {
  padding: 0 25px;
  max-width: 1320px;
  margin: 0 auto;
}
.footer--statement {
  background-color: #fff;
  padding: 40px 0;
}
.footer--statement p {
  color: #003512;
  font-size: 14px;
  line-height: 1.5;
}
.footer p {
  color: #f6f4e9;
}
.footer a {
  color: #f6f4e9;
  text-decoration: none;
}
.footer a:hover, .footer a:focus {
  text-decoration: underline;
  outline: none;
}
.footer--navs p {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: -0.1px;
}
.footer--navs p strong {
  font-weight: 500;
}
.footer--navs ul {
  display: block;
  width: 100%;
  font-size: 18px;
  line-height: 1.5;
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}
.footer--navs ul.bolded {
  font-weight: 500;
}
.footer--navs ul a {
  display: block;
  padding: 0 0 10px 0;
  font-weight: 400;
}
.footer--navs ul a b, .footer--navs ul a strong {
  font-weight: 500;
}
.footer--navs ul:nth-of-type(2) p {
  margin-top: 40px;
}
.footer--disclaimers {
  max-width: 100%;
}
.footer--social a {
  background-color: #003512;
  transition: background-color 300ms ease;
  font-size: 0;
}
.footer--social a:hover, .footer--social a:focus {
  background-color: #f6f4e9;
}
.footer--social .twitter {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 24 24' style='enable-background:new 0 0 24 24;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23f6f4e9;%7D%0A%3C/style%3E%3Cg%3E%3Cpath class='st0' d='M17,16.6c0,0-0.4-0.5-0.8-1.1c-0.4-0.6-1-1.3-1.1-1.5c-0.2-0.2-0.7-0.9-1.2-1.6c-0.5-0.6-0.8-1.1-0.8-1.1 s2.5-2.7,3.3-3.6l0.2-0.2h-0.4h-0.4l-0.5,0.5c-0.3,0.3-1,1-1.5,1.7l-1,1.1L11.3,9L10,7.3H8.5c-0.8,0-1.5,0-1.5,0s0.3,0.4,0.7,1 c0.4,0.5,1.3,1.7,1.9,2.6l1.1,1.6l-0.1,0.1c0,0-0.9,1-1.9,2.1c-1,1.1-1.8,2-1.8,2c0,0,0.1,0,0.4,0h0.4L8,16.5 c0.1-0.1,0.8-0.9,1.6-1.8s1.5-1.6,1.5-1.7l0,0l0.4,0.5c0.2,0.3,0.8,1.1,1.4,1.8l0.9,1.3h1.5C16.8,16.7,17,16.7,17,16.6z M15.1,16 h-0.7L13,14.2C9.9,10.1,8.4,8,8.3,7.9c0,0,0.1,0,0.6,0h0.7l0.9,1.2c0.5,0.6,1.2,1.6,1.6,2.2c0.4,0.5,1.4,1.8,2.1,2.8 c0.7,1,1.3,1.8,1.3,1.8S15.6,16,15.1,16z'/%3E%3C/g%3E%3C/svg%3E");
}
.footer--social .twitter:hover, .footer--social .twitter:focus {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 24 24' style='enable-background:new 0 0 24 24;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23262626;%7D%0A%3C/style%3E%3Cg%3E%3Cpath class='st0' d='M17,16.6c0,0-0.4-0.5-0.8-1.1c-0.4-0.6-1-1.3-1.1-1.5c-0.2-0.2-0.7-0.9-1.2-1.6c-0.5-0.6-0.8-1.1-0.8-1.1 s2.5-2.7,3.3-3.6l0.2-0.2h-0.4h-0.4l-0.5,0.5c-0.3,0.3-1,1-1.5,1.7l-1,1.1L11.3,9L10,7.3H8.5c-0.8,0-1.5,0-1.5,0s0.3,0.4,0.7,1 c0.4,0.5,1.3,1.7,1.9,2.6l1.1,1.6l-0.1,0.1c0,0-0.9,1-1.9,2.1c-1,1.1-1.8,2-1.8,2c0,0,0.1,0,0.4,0h0.4L8,16.5 c0.1-0.1,0.8-0.9,1.6-1.8s1.5-1.6,1.5-1.7l0,0l0.4,0.5c0.2,0.3,0.8,1.1,1.4,1.8l0.9,1.3h1.5C16.8,16.7,17,16.7,17,16.6z M15.1,16 h-0.7L13,14.2C9.9,10.1,8.4,8,8.3,7.9c0,0,0.1,0,0.6,0h0.7l0.9,1.2c0.5,0.6,1.2,1.6,1.6,2.2c0.4,0.5,1.4,1.8,2.1,2.8 c0.7,1,1.3,1.8,1.3,1.8S15.6,16,15.1,16z'/%3E%3C/g%3E%3C/svg%3E");
}
.footer--social .facebook {
  background-size: 18px 18px;
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='14' viewBox='0 0 6 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.5 4.66667H0V7H1.5V14H4V7H5.821L6 4.66667H4V3.69425C4 3.13717 4.096 2.91667 4.5575 2.91667H6V0H4.096C2.298 0 1.5 0.923416 1.5 2.69208V4.66667Z' fill='%23F0EEE1'/%3E%3C/svg%3E%0A");
}
.footer--social .facebook:hover, .footer--social .facebook:focus {
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='14' viewBox='0 0 6 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.5 4.66667H0V7H1.5V14H4V7H5.821L6 4.66667H4V3.69425C4 3.13717 4.096 2.91667 4.5575 2.91667H6V0H4.096C2.298 0 1.5 0.923416 1.5 2.69208V4.66667Z' fill='%23003512'/%3E%3C/svg%3E%0A");
}
.footer--social .linkedin {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cg%3E%3Cpath d='M15.5 6C16.8 6 17.9 7 18 8.3L18 8.5 18 15.5C18 16.8 17 17.9 15.7 18L15.5 18 8.5 18C7.2 18 6.1 17 6 15.7L6 15.5 6 8.5C6 7.2 7 6.1 8.3 6L8.5 6 15.5 6ZM16 12.1C16 9.6 13.3 9.6 12.6 10.8L12.5 10.9 12.5 10 11 10 11 15.5 12.5 15.5 12.5 12.7C12.5 11.2 14.4 11 14.5 12.5L14.5 12.7 14.5 15.5 16 15.5 16 12.1ZM10 10L8.5 10 8.5 15.5 10 15.5 10 10ZM9.3 7.6C8.8 7.6 8.4 8 8.4 8.5 8.4 9 8.8 9.4 9.3 9.4 9.7 9.4 10.1 9 10.1 8.5 10.1 8 9.7 7.6 9.3 7.6Z' fill='%23f6f4e9'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}
.footer--social .instagram {
  background-size: 18px 18px;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.7368 4.42375C12.2725 4.42375 11.8962 4.8 11.8962 5.26375C11.8962 5.7275 12.2725 6.10375 12.7368 6.10375C13.2006 6.10375 13.5757 5.7275 13.5757 5.26375C13.5757 4.8 13.2006 4.42375 12.7368 4.42375ZM9 11.3333C7.71142 11.3333 6.66667 10.2892 6.66667 9C6.66667 7.71142 7.71142 6.66667 9 6.66667C10.2886 6.66667 11.3333 7.71142 11.3333 9C11.3333 10.2892 10.2886 11.3333 9 11.3333ZM9 5.4055C7.01492 5.4055 5.4055 7.01492 5.4055 9C5.4055 10.9857 7.01492 12.5951 9 12.5951C10.9851 12.5951 12.5945 10.9862 12.5945 9C12.5945 7.01492 10.9851 5.4055 9 5.4055ZM9 2C7.09892 2 6.86092 2.00817 6.11425 2.042C3.57208 2.15867 2.15925 3.56917 2.04258 6.11367C2.00817 6.86092 2 7.09892 2 9C2 10.9011 2.00817 11.1397 2.042 11.8863C2.15867 14.4285 3.56917 15.8413 6.11367 15.958C6.86092 15.9924 7.09892 16 9 16C10.9011 16 11.1397 15.9924 11.8863 15.958C14.4262 15.8413 15.8425 14.4308 15.9574 11.8863C15.9918 11.1397 16 10.9011 16 9C16 7.09892 15.9918 6.86092 15.9574 6.11425C15.8437 3.57442 14.4308 2.15925 11.8869 2.04258C11.1397 2.00817 10.9011 2 9 2ZM9 3.26175C10.869 3.26175 11.0907 3.26875 11.8286 3.30258C13.7256 3.38892 14.6122 4.289 14.698 6.172C14.7324 6.90992 14.7388 7.13158 14.7388 9.00058C14.7388 10.8702 14.7318 11.0912 14.698 11.8292C14.6117 13.7104 13.7279 14.6122 11.8286 14.6986C11.0907 14.7324 10.8702 14.7394 9 14.7394C7.131 14.7394 6.90933 14.7324 6.17142 14.6986C4.26975 14.6117 3.38833 13.7081 3.302 11.8286C3.26817 11.0907 3.26117 10.8696 3.26117 9C3.26117 7.131 3.26875 6.90992 3.302 6.17142C3.38892 4.289 4.27267 3.38833 6.17142 3.302C6.90992 3.26875 7.131 3.26175 9 3.26175Z' fill='%23F0EEE1'/%3E%3C/svg%3E%0A");
}
.footer--social .instagram:hover, .footer--social .instagram:focus {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.7368 4.42375C12.2725 4.42375 11.8962 4.8 11.8962 5.26375C11.8962 5.7275 12.2725 6.10375 12.7368 6.10375C13.2006 6.10375 13.5757 5.7275 13.5757 5.26375C13.5757 4.8 13.2006 4.42375 12.7368 4.42375ZM9 11.3333C7.71142 11.3333 6.66667 10.2892 6.66667 9C6.66667 7.71142 7.71142 6.66667 9 6.66667C10.2886 6.66667 11.3333 7.71142 11.3333 9C11.3333 10.2892 10.2886 11.3333 9 11.3333ZM9 5.4055C7.01492 5.4055 5.4055 7.01492 5.4055 9C5.4055 10.9857 7.01492 12.5951 9 12.5951C10.9851 12.5951 12.5945 10.9862 12.5945 9C12.5945 7.01492 10.9851 5.4055 9 5.4055ZM9 2C7.09892 2 6.86092 2.00817 6.11425 2.042C3.57208 2.15867 2.15925 3.56917 2.04258 6.11367C2.00817 6.86092 2 7.09892 2 9C2 10.9011 2.00817 11.1397 2.042 11.8863C2.15867 14.4285 3.56917 15.8413 6.11367 15.958C6.86092 15.9924 7.09892 16 9 16C10.9011 16 11.1397 15.9924 11.8863 15.958C14.4262 15.8413 15.8425 14.4308 15.9574 11.8863C15.9918 11.1397 16 10.9011 16 9C16 7.09892 15.9918 6.86092 15.9574 6.11425C15.8437 3.57442 14.4308 2.15925 11.8869 2.04258C11.1397 2.00817 10.9011 2 9 2ZM9 3.26175C10.869 3.26175 11.0907 3.26875 11.8286 3.30258C13.7256 3.38892 14.6122 4.289 14.698 6.172C14.7324 6.90992 14.7388 7.13158 14.7388 9.00058C14.7388 10.8702 14.7318 11.0912 14.698 11.8292C14.6117 13.7104 13.7279 14.6122 11.8286 14.6986C11.0907 14.7324 10.8702 14.7394 9 14.7394C7.131 14.7394 6.90933 14.7324 6.17142 14.6986C4.26975 14.6117 3.38833 13.7081 3.302 11.8286C3.26817 11.0907 3.26117 10.8696 3.26117 9C3.26117 7.131 3.26875 6.90992 3.302 6.17142C3.38892 4.289 4.27267 3.38833 6.17142 3.302C6.90992 3.26875 7.131 3.26175 9 3.26175Z' fill='%23003512'/%3E%3C/svg%3E%0A");
}
.footer--top-grid {
  padding: 30px 0 10px 0;
}
.footer--footerhead-grid h2, .footer--footerhead-grid a {
  font-size: 18px;
  line-height: 1.5;
  color: #f6f4e9;
  font-weight: 600;
  font-family: "Graphik Web", sans-serif;
  margin: 0;
  padding: 0;
  letter-spacing: -0.25px;
}
.footer--footerhead-grid a {
  text-decoration: none;
  position: relative;
  display: inline-block;
  margin-left: 60px;
}
.footer--footerhead-grid a:before {
  content: "";
  width: 48px;
  height: 48px;
  border-radius: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' data-di-rand='1639681891669'%3E%3Cg%3E%3Cpath d='M10.8 5L6 5C5.4 5 5 5.4 5 6 5 14.2 9.7 19 18 19 18.6 19 19 18.6 19 18L19 13.2C19 12.8 18.8 12.5 18.4 12.3L16 11.1C15.8 11 15.4 11 15.2 11.1L14.3 11.5C13.7 11.8 13.1 11.7 12.7 11.3 12.3 10.9 12.2 10.3 12.5 9.7L12.9 8.8C13 8.6 13 8.2 12.9 8L11.7 5.6C11.5 5.2 11.2 5 10.8 5ZM10.2 7L10.9 8.4 10.7 8.8C10 10.1 10.3 11.7 11.3 12.7L11.4 12.8C12.5 13.8 13.9 14 15.2 13.3L15.6 13.1 17 13.8 17 17C10.9 16.6 7.5 13.2 7 7.3L7 7 10.2 7Z' fill='%23f6f4e9' %3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  margin-top: -24px;
  left: 0;
  transform: translateX(-60px);
}
.footer--footerhead-grid a:hover, .footer--footerhead-grid a:focus {
  text-decoration: underline;
}
.footer--footerhead-grid a:hover:before, .footer--footerhead-grid a:focus:before {
  background-color: #f6f4e9;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' data-di-rand='1639681891669'%3E%3Cg%3E%3Cpath d='M10.8 5L6 5C5.4 5 5 5.4 5 6 5 14.2 9.7 19 18 19 18.6 19 19 18.6 19 18L19 13.2C19 12.8 18.8 12.5 18.4 12.3L16 11.1C15.8 11 15.4 11 15.2 11.1L14.3 11.5C13.7 11.8 13.1 11.7 12.7 11.3 12.3 10.9 12.2 10.3 12.5 9.7L12.9 8.8C13 8.6 13 8.2 12.9 8L11.7 5.6C11.5 5.2 11.2 5 10.8 5ZM10.2 7L10.9 8.4 10.7 8.8C10 10.1 10.3 11.7 11.3 12.7L11.4 12.8C12.5 13.8 13.9 14 15.2 13.3L15.6 13.1 17 13.8 17 17C10.9 16.6 7.5 13.2 7 7.3L7 7 10.2 7Z' fill='%23003512' %3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}
.footer--footerhead-grid > [data-g=fh2] {
  padding-top: 30px;
}
.footer .is-style-footer-disclaimer-text p, .footer .is-style-footer-disclaimer-text li {
  color: #c6c6c6;
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: -0.1px;
}

@media only screen and (min-width: 768px) {
  .footer--container {
    padding: 0 40px;
  }
  .footer--disclaimers {
    padding: 60px 0;
  }
  .footer--footerhead-grid {
    padding: 20px 0 10px 0;
  }
  .footer--footerhead-grid > [data-g=fh1] {
    grid-area: fh1;
  }
  .footer--footerhead-grid > [data-g=fh2] {
    grid-area: fh2;
    padding-top: 30px;
  }
  .footer--top-grid {
    padding: 50px 0 30px 0;
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: 1fr 20px 1fr;
    grid-template-areas: "c1 . c3" "c2 . c4";
  }
  .footer--top-grid > [data-g=c1] {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
    grid-area: c1;
  }
  .footer--top-grid > [data-g=c2] {
    -ms-grid-column: 1;
    -ms-grid-row: 2;
    grid-area: c2;
  }
  .footer--top-grid > [data-g=c3] {
    -ms-grid-column: 3;
    -ms-grid-row: 1;
    grid-area: c3;
  }
  .footer--top-grid > [data-g=c4] {
    -ms-grid-column: 3;
    -ms-grid-row: 2;
    grid-area: c4;
  }
  .footer--bottom-grid {
    -ms-grid-columns: 1fr 35px 1fr;
    grid-template-columns: 1fr 35px 1fr;
    grid-template-areas: "disclaimer . ." "copyright . social";
    align-items: center;
  }
  .footer--bottom-grid > [data-g=disclaimer] {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
    -ms-grid-column-span: 1;
    grid-area: disclaimer;
  }
  .footer--bottom-grid > [data-g=copyright] {
    -ms-grid-column: 1;
    -ms-grid-row: 2;
    -ms-grid-column-span: 1;
    grid-area: copyright;
  }
  .footer--bottom-grid > [data-g=social] {
    -ms-grid-column: 3;
    -ms-grid-row: 2;
    -ms-grid-column-span: 1;
    grid-area: social;
  }
}
@media only screen and (min-width: 990px) {
  .footer--container {
    padding: 0 80px;
  }
  .footer--disclaimers {
    padding: 80px 0;
  }
  .footer--statement {
    padding: 80px 0;
  }
  .footer--footerhead-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    padding: 50px 0 30px 0;
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
    grid-template-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
    grid-template-areas: "fh1 . fh2 . . . .";
  }
  .footer--footerhead-grid h2, .footer--footerhead-grid a {
    font-size: 24px;
  }
  .footer--footerhead-grid a {
    margin-left: 0;
  }
  .footer--footerhead-grid > [data-g=fh1] {
    -ms-grid-column: 1;
  }
  .footer--footerhead-grid > [data-g=fh2] {
    -ms-grid-column: 3;
    padding-top: 0;
  }
  .footer--top-grid {
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
    grid-template-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
    grid-template-areas: "c1 . c2 . c3 . c4";
  }
  .footer--top-grid > [data-g=c2] {
    -ms-grid-column: 3;
    -ms-grid-row: 1;
  }
  .footer--top-grid > [data-g=c3] {
    -ms-grid-column: 5;
  }
  .footer--top-grid > [data-g=c4] {
    -ms-grid-column: 7;
    -ms-grid-row: 1;
  }
}
.footer--disclaimers ul li a span, .footer--disclaimers ol li a span {
  color: #003512;
}
.footer--logos--any {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.footer--logos--any:focus {
  outline: 1px solid #f6f4e9 !important;
  outline-offset: 5px;
}
.footer--logos--spruce {
  width: 143px;
  height: 61px;
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg width='143' height='61' viewBox='0 0 143 61' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_498_31376)'%3E%3Cpath d='M24.3802 33.7889C24.3802 42.507 18.1085 47.8126 9.96606 47.8126C6.41415 47.8126 2.44465 47.0145 1.12148 45.7057C0.356641 44.9076 0.0782403 43.5254 0.0078753 39.4568C0.0078753 37.4217 -0.0624897 34.6683 0.217441 33.2063C0.425476 32.48 0.635042 32.3348 1.12148 32.3348C1.95821 32.3348 2.09741 32.7705 2.37581 33.4984C4.11658 41.2732 6.62372 45.7057 11.15 45.7057C15.3979 45.7057 18.3227 41.7808 18.3227 36.9125C18.3227 31.6819 14.9803 28.6301 11.15 25.9406C10.1756 25.2862 9.19969 24.5599 8.22529 23.8337C4.18542 20.9271 0.356641 17.5848 0.356641 11.3327C0.356641 4.78844 6.34532 0 13.03 0C16.2331 0 19.9242 1.09017 21.0378 1.96167C21.5962 2.32559 21.665 2.54266 21.7354 4.28725V9.0757C21.7354 12.6367 21.7354 13.0661 20.8298 13.0661C19.785 13.0661 19.8539 11.8322 19.3674 10.3047C17.7659 4.63841 15.5432 2.09415 12.3309 2.09415C9.19663 2.09415 6.48146 4.85548 6.48146 8.41649C6.48146 14.6654 11.2234 17.4267 15.8828 20.5472C20.1996 23.5272 24.3771 26.7961 24.3771 33.6995L24.3802 33.7889Z' fill='%23f6f4e9'/%3E%3Cpath d='M32.7596 54.6261C32.7596 57.0203 33.734 57.5327 35.8924 57.9685C37.0764 58.1871 37.494 58.259 37.494 59.1321C37.494 59.5678 37.0075 59.9301 35.614 59.9301C34.1516 59.9301 33.1069 59.6396 30.2601 59.6396C27.6826 59.6396 25.8027 59.9301 24.4795 59.9301C23.2267 59.9301 22.8779 59.6396 22.8779 59.0586C22.8779 58.5495 22.9483 58.1871 23.9227 57.9685C26.569 57.3156 26.9178 57.2422 26.9178 54.1904V21.7982C26.9178 19.8365 26.6379 19.4742 25.3881 19.0368C23.9961 18.6011 23.5082 18.4558 23.5082 18.0201C23.5082 17.3657 23.8569 17.1486 24.9705 16.7847C26.877 15.9035 28.7335 14.9091 30.5309 13.8062C31.4365 13.2237 31.7837 12.8613 32.0606 12.8613C32.3374 12.8613 32.5485 13.0784 32.5485 13.8781V16.7128C32.5485 17.2204 32.6877 17.4391 32.9661 17.4391C33.3149 17.4391 33.9421 16.641 34.8461 15.7679C36.0301 14.6043 37.702 13.2237 39.7915 13.2237C45.849 13.2237 50.2361 20.4909 50.2361 30.5913C50.2361 39.7468 45.7098 47.5935 38.7468 47.5935C37.0748 47.5935 35.822 47.0859 34.8461 46.722C34.0813 46.3581 33.5933 46.0676 33.2445 46.0676C32.7581 46.0676 32.7581 46.5768 32.7581 47.4482L32.7596 54.6261ZM43.9018 30.6632C43.9018 22.1621 41.7419 17.0033 37.7724 17.0033C36.4793 17.0197 35.2383 17.5375 34.2908 18.4558C33.8198 18.8314 33.4372 19.3142 33.1721 19.8674C32.9071 20.4206 32.7665 21.0296 32.7612 21.6481V39.9639C32.7612 42.0708 33.2476 43.5249 34.0843 44.3246C34.497 44.7488 34.9866 45.0829 35.5245 45.3074C36.0625 45.5318 36.6379 45.6422 37.2171 45.6318C40.9082 45.6318 43.9033 41.418 43.9033 30.7366L43.9018 30.6632Z' fill='%23f6f4e9'/%3E%3Cpath d='M53.6623 21.7985C53.6623 19.4043 52.9663 18.8919 51.1551 18.8919C50.5983 18.8201 50.2496 18.6749 50.2496 18.0939C50.2496 17.3676 50.6672 17.1505 51.7119 16.86C53.1055 16.3509 54.8462 15.7699 56.5166 14.3158C57.4222 13.3709 57.8398 12.8633 58.3981 12.8633C58.6765 12.8633 58.9549 13.2256 58.9549 13.9535C59.0238 14.8968 59.0238 16.1322 59.0238 17.5863C59.0238 18.5312 59.0238 19.2575 59.3022 19.2575C59.9293 19.2575 60.2781 17.7315 61.3229 16.0652C62.2973 14.5392 63.6893 12.8729 66.1964 12.8729C68.8428 12.8729 70.3755 15.0516 70.3755 18.3221C70.3755 21.0116 69.3996 23.0451 67.102 23.0451C65.222 23.0451 64.5949 21.7379 64.3868 20.2119C64.2476 19.0484 64.1084 17.8177 63.2717 17.8177C62.0189 17.8177 61.1133 19.1984 60.4862 20.8712C59.8605 22.6142 59.5117 24.2853 59.5117 25.5207V40.4894C59.5117 43.6817 59.7902 44.558 62.0189 44.9219C63.83 45.2858 64.526 45.4311 64.526 46.0839C64.526 46.8118 64.0381 46.957 62.8541 46.957C62.0892 46.957 61.1133 46.6665 56.6559 46.6665C53.1055 46.6665 52.1295 46.957 51.3647 46.957C50.4591 46.957 49.9023 46.7383 49.9023 46.0839C49.9023 45.3577 50.528 45.2124 51.6431 44.9219C53.3135 44.7032 53.6623 44.3409 53.6623 41.5062V21.7985Z' fill='%23f6f4e9'/%3E%3Cpath d='M93.6008 16.1305C93.6008 14.2422 93.4601 13.516 92.4857 13.516C91.7209 13.516 91.0402 13.6501 90.1346 13.6501C88.8114 13.6501 89.0455 13.5974 87.7131 13.516C86.8091 13.4601 86.0029 13.7203 86.0029 14.6046C86.0029 15.176 86.3211 15.4441 86.7923 15.6852C87.5571 16.0794 87.7498 16.421 87.7498 17.8751V37.4407C87.7498 41.1118 86.0473 43.3703 83.0507 43.3703C80.054 43.3703 78.4448 41.1357 78.4448 37.4965V16.1305C78.4448 14.2422 78.3041 13.516 77.3297 13.516C76.5649 13.516 75.6348 13.6501 74.7293 13.6501C73.4061 13.6501 73.8788 13.516 72.5556 13.516C71.65 13.516 71.2324 14.097 71.2324 14.6046C71.2324 15.176 71.4068 15.3675 71.8779 15.6085C72.6428 16.0028 72.5923 16.421 72.5923 17.8751V39.1661C72.5923 42.0711 73.6371 44.0343 75.0306 45.3416C76.493 46.6504 78.5825 47.158 80.7409 47.158C83.8002 47.158 85.2289 45.9018 86.211 44.8931C87.0737 44.0104 87.3613 43.0559 87.6397 43.0559C87.9181 43.0559 88.0267 43.2012 88.0267 44.0024V46.7159C88.0267 47.2969 88.1659 47.5874 88.3739 47.5874C88.6523 47.5874 88.8619 47.5155 89.2795 47.3703C90.2539 46.9345 92.1339 46.1349 95.0601 45.0447C96.5898 44.4637 96.9401 44.2466 97.0089 43.664C97.0089 43.083 96.6602 42.866 95.3385 42.7191C94.0842 42.5739 93.5978 41.921 93.5978 39.5268L93.6008 16.1305Z' fill='%23f6f4e9'/%3E%3Cpath d='M96.4951 31.3894C96.4951 20.6362 102.554 12.8613 110.701 12.8613C112.512 12.8613 114.671 13.1518 116.133 14.0233C117.805 14.9682 117.874 15.2587 117.874 17.1486C117.874 18.2372 117.944 19.0368 117.944 19.9099C117.944 20.6362 117.805 21.7982 117.735 22.4526C117.527 23.9051 117.039 24.1237 116.064 24.1237C114.88 24.1237 114.671 22.3792 113.557 19.2555C112.652 16.7128 111.819 15.4822 109.797 15.4822C105.896 15.4822 102.761 20.9315 102.761 28.7063C102.761 39.4611 106.242 43.6031 110.42 43.6031C112.927 43.6031 114.599 42.5114 115.927 40.3326C116.832 38.7365 117.389 36.7716 117.946 36.7716C118.434 36.7716 118.711 37.2074 118.711 37.79C118.711 41.7133 115.368 47.5983 108.543 47.5983C101.092 47.5983 96.4951 41.0541 96.4951 31.4676V31.3894Z' fill='%23f6f4e9'/%3E%3Cpath d='M127.665 28.9203C126.412 28.9203 125.924 29.4279 125.924 30.5915C125.924 38.0758 128.983 43.889 133.793 43.889C137.005 43.889 138.877 42.2163 139.852 39.739C140.408 38.4302 140.548 37.4853 141.104 37.4853C141.524 37.4853 141.802 37.7039 141.802 38.5036C141.802 39.5938 141.453 40.8978 140.826 42.1364C139.434 45.2617 136.237 47.5857 132.26 47.5857C124.39 47.5857 119.655 40.6105 119.655 30.9459C119.655 18.9572 125.505 12.8535 132.189 12.8535C137.76 12.8535 141.8 17.2126 141.8 24.5517C141.8 28.6219 141.73 28.9124 139.781 28.9124L127.665 28.9203ZM126.063 24.93C126.063 26.3106 126.273 26.673 128.709 26.673C129.852 26.6633 130.993 26.5662 132.122 26.3825C134.212 26.092 135.604 25.511 135.946 24.93C136.503 24.349 136.711 23.5493 136.711 21.8781C136.711 17.5909 134.831 14.9748 132.122 14.9748C128.57 14.9748 126.063 19.7712 126.063 24.8565V24.93Z' fill='%23f6f4e9'/%3E%3Cpath d='M93.7105 58.0682C93.2516 58.0682 92.6122 57.7905 92.6122 57.1345C92.6185 56.969 92.6636 56.8077 92.7436 56.6646C92.8236 56.5216 92.9361 56.4012 93.0711 56.3141C93.0711 56.3141 94.1786 57.6133 94.4141 57.8751C94.1989 58.003 93.9551 58.0696 93.7074 58.0682H93.7105ZM96.3262 57.8879C96.5235 57.4647 96.6156 56.9965 96.5939 56.5264V55.4218H95.0933V56.4593L93.5177 54.6158C93.3661 54.4624 93.2759 54.2548 93.2654 54.0348C93.2781 53.9081 93.3364 53.7911 93.4284 53.7074C93.5204 53.6236 93.6394 53.5793 93.7614 53.5834C93.8835 53.5874 93.9995 53.6395 94.0862 53.7292C94.173 53.8188 94.224 53.9394 94.229 54.0667V54.4051H95.8505V53.9582C95.8505 52.8409 94.9602 52.1497 93.7181 52.1497C92.372 52.1497 91.5047 52.8871 91.5047 54.0028C91.5083 54.2379 91.5594 54.4696 91.6545 54.6827C91.7497 54.8959 91.8868 55.0857 92.0569 55.2399C91.6946 55.4035 91.3859 55.6737 91.1685 56.0176C90.9512 56.3615 90.8346 56.7641 90.8332 57.176C90.8332 58.5838 91.8917 59.5144 93.7594 59.5144C94.3493 59.5257 94.9297 59.3594 95.4314 59.0355L95.7297 59.3755H97.6203L96.3262 57.8879ZM101.264 55.7714C101.361 55.7781 101.458 55.7648 101.551 55.7323C101.643 55.6997 101.728 55.6486 101.801 55.5817C101.874 55.5149 101.934 55.4336 101.977 55.3427C102.02 55.2517 102.045 55.1528 102.052 55.0515C102.055 55.0096 102.055 54.9674 102.052 54.9254C102.052 54.3987 101.783 54.0683 101.267 54.0683H100.239V55.7618L101.264 55.7714ZM100.859 57.5272H100.247V59.3771H98.1052V52.3014H101.501C103.227 52.3014 104.164 53.3724 104.164 54.919C104.164 55.9326 103.728 56.7115 103.003 57.1537L104.349 59.3883H101.891L100.859 57.5272ZM83.8701 59.3771H85.9948V56.844H87.7386V59.3771H89.8618V52.3014H87.7203V54.8281H85.9764V52.3093H83.8594L83.8701 59.3771ZM111.135 57.7522C111.275 57.7543 111.41 57.6986 111.51 57.5971C111.61 57.4957 111.668 57.3569 111.67 57.2111C111.672 57.1904 111.672 57.1696 111.67 57.1489C111.677 57.0009 111.628 56.8561 111.533 56.7462C111.437 56.6364 111.304 56.5705 111.163 56.5631H109.706V57.7522H111.135ZM110.713 55.0675C110.847 55.0701 110.977 55.0169 111.074 54.9196C111.171 54.8224 111.227 54.689 111.23 54.5487C111.231 54.5243 111.231 54.4998 111.23 54.4753C111.234 54.4072 111.225 54.339 111.203 54.2745C111.182 54.2101 111.148 54.1508 111.104 54.1C111.061 54.0492 111.008 54.008 110.949 53.9787C110.89 53.9494 110.826 53.9327 110.76 53.9294H109.734V55.0675H110.713ZM107.707 52.3014H111.225C112.496 52.3014 113.24 53.0723 113.24 54.1337C113.254 54.4593 113.178 54.7823 113.021 55.0638C112.863 55.3452 112.631 55.5732 112.353 55.7203C113.163 55.9134 113.657 56.4897 113.657 57.3707C113.657 58.5662 112.825 59.3835 111.273 59.3835H107.707V52.3014ZM114.519 59.3771H119.386V57.5431H116.646V52.2998H114.519V59.3771ZM124.309 56.4146V55.2606C124.309 54.4402 123.903 53.9917 123.192 53.9917C122.481 53.9917 122.077 54.4354 122.077 55.2606V56.4146C122.077 57.2319 122.482 57.6836 123.192 57.6836C123.902 57.6836 124.309 57.2382 124.309 56.4146ZM119.952 56.2837V55.3931C119.952 53.4777 121.07 52.1529 123.198 52.1529C125.326 52.1529 126.442 53.4713 126.442 55.3931V56.2837C126.442 58.2071 125.327 59.5191 123.198 59.5191C121.069 59.5191 119.952 58.2071 119.952 56.2837ZM130.366 57.6772C129.638 57.6772 129.295 57.1824 129.295 56.4082V55.2766C129.295 54.4977 129.643 53.9997 130.366 53.9997C131.09 53.9997 131.38 54.536 131.423 55.0579H133.429C133.381 53.4618 132.315 52.1609 130.404 52.1609C128.214 52.1609 127.16 53.4586 127.16 55.3819V56.2981C127.16 58.2135 128.206 59.5144 130.404 59.5144C132.315 59.5144 133.381 58.2199 133.429 56.6237H131.42C131.38 57.1409 131.114 57.682 130.363 57.682L130.366 57.6772ZM134.586 59.3739H136.71V56.4338H136.878L138.282 59.3771H140.806L138.827 55.4905L140.606 52.2982H138.229L136.852 54.7626H136.719V52.2998H134.596L134.586 59.3739ZM141.585 52.6924C141.598 52.6934 141.611 52.6895 141.621 52.6813C141.631 52.6731 141.639 52.6613 141.641 52.648C141.644 52.6347 141.642 52.6208 141.635 52.609C141.629 52.5972 141.618 52.5883 141.606 52.5839H141.539V52.6924H141.585ZM141.569 52.8153H141.539V52.951H141.386V52.4578H141.605C141.729 52.4578 141.791 52.5248 141.791 52.6365C141.792 52.6655 141.785 52.6941 141.773 52.7199C141.76 52.7458 141.742 52.7681 141.719 52.785L141.811 52.9446H141.637L141.569 52.8153ZM142.018 52.7211C142.018 52.6299 141.992 52.5407 141.943 52.4649C141.895 52.389 141.826 52.3299 141.745 52.295C141.664 52.2601 141.575 52.2509 141.489 52.2687C141.404 52.2865 141.325 52.3305 141.263 52.395C141.201 52.4595 141.159 52.5417 141.142 52.6311C141.125 52.7206 141.134 52.8134 141.167 52.8977C141.201 52.982 141.257 53.054 141.33 53.1047C141.403 53.1554 141.488 53.1824 141.576 53.1824C141.63 53.1861 141.685 53.1784 141.737 53.1598C141.789 53.1413 141.837 53.1121 141.878 53.0742C141.919 53.0362 141.953 52.9901 141.977 52.9385C142.001 52.887 142.015 52.831 142.018 52.7738V52.7211ZM141.003 52.7211C141 52.6047 141.029 52.4897 141.089 52.3908C141.148 52.2919 141.233 52.2135 141.335 52.1655C141.437 52.1175 141.55 52.1021 141.66 52.1213C141.77 52.1404 141.873 52.1932 141.954 52.273C142.035 52.3528 142.092 52.456 142.118 52.5695C142.143 52.6831 142.135 52.8018 142.095 52.9108C142.056 53.0198 141.986 53.1141 141.895 53.1818C141.804 53.2494 141.696 53.2874 141.585 53.291H141.568C141.425 53.2983 141.286 53.2463 141.18 53.1464C141.074 53.0464 141.011 52.9066 141.003 52.7579V52.7211Z' fill='%23f6f4e9'/%3E%3Cpath d='M50.9751 58.5659V59.3432H49.9043V52.2627H50.9751V55.281C51.1356 55.0119 51.3592 54.7899 51.6246 54.6358C51.8901 54.4816 52.1887 54.4005 52.4925 54.3999C53.6551 54.3999 54.5515 55.3002 54.5515 56.8628V56.9442C54.5515 58.4988 53.6902 59.4422 52.4925 59.4422C52.1866 59.457 51.8828 59.383 51.6149 59.2283C51.3469 59.0735 51.1254 58.8442 50.9751 58.5659ZM53.4516 56.957V56.8819C53.4516 55.8077 52.9178 55.2858 52.2172 55.2858C51.4722 55.2858 50.9414 55.8125 50.9414 56.8819V56.957C50.9414 58.0392 51.4462 58.5531 52.2263 58.5531C53.0065 58.5531 53.4501 58.0056 53.4501 56.957H53.4516Z' fill='%23f6f4e9'/%3E%3Cpath d='M55.4736 57.6033V54.502H56.5444V57.474C56.5444 58.205 56.8381 58.5322 57.4622 58.5322C57.5981 58.5391 57.734 58.5179 57.8621 58.47C57.9901 58.4221 58.1079 58.3482 58.2086 58.2528C58.3094 58.1573 58.3911 58.0421 58.4491 57.9136C58.5071 57.7852 58.5403 57.6461 58.5468 57.5043C58.5491 57.4612 58.5491 57.4181 58.5468 57.375V54.502H59.6175V59.3431H58.5468V58.5785C58.3158 59.0574 57.8263 59.4261 57.0721 59.4261C56.1559 59.4356 55.4736 58.8977 55.4736 57.6033Z' fill='%23f6f4e9'/%3E%3Cpath d='M60.7964 53.0669C60.7914 52.9357 60.8238 52.8058 60.8894 52.6937C60.955 52.5815 61.051 52.4922 61.1652 52.4369C61.2794 52.3816 61.4068 52.3627 61.5312 52.3828C61.6556 52.4029 61.7716 52.4609 61.8645 52.5496C61.9574 52.6383 62.023 52.7537 62.0531 52.8813C62.0833 53.0089 62.0765 53.1429 62.0338 53.2665C61.9911 53.3901 61.9143 53.4977 61.813 53.5758C61.7118 53.6539 61.5906 53.699 61.4649 53.7054H61.4343C61.2698 53.7101 61.1103 53.6465 60.9907 53.5286C60.8711 53.4107 60.8012 53.2481 60.7964 53.0765V53.0669ZM60.9111 54.5035H61.9819V59.3446H60.9111V54.5035Z' fill='%23f6f4e9'/%3E%3Cpath d='M63.3145 52.2627H64.3852V59.3432H63.3145V52.2627Z' fill='%23f6f4e9'/%3E%3Cpath d='M65.8709 58.0012V55.3437H65.2422V54.4977H65.8617V53.4395H66.9325V54.4977H67.9451V55.3437H66.9325V57.8831C66.9325 58.3061 67.1344 58.504 67.4648 58.504C67.6435 58.5105 67.8216 58.4784 67.9879 58.4099V59.2989C67.754 59.3837 67.5075 59.4248 67.2598 59.4202C66.3481 59.4282 65.8709 58.9094 65.8709 58.0012Z' fill='%23f6f4e9'/%3E%3Cpath d='M72.1499 58.5659V59.3432H71.0791V52.2627H72.1499V55.281C72.3107 55.0121 72.5342 54.7903 72.7996 54.6362C73.065 54.4821 73.3636 54.4008 73.6673 54.3999C74.8298 54.3999 75.7262 55.3002 75.7262 56.8628V56.9442C75.7262 58.4988 74.865 59.4422 73.6673 59.4422C73.3614 59.457 73.0576 59.383 72.7896 59.2283C72.5217 59.0735 72.3002 58.8442 72.1499 58.5659ZM74.6264 56.957V56.8819C74.6264 55.8077 74.0925 55.2858 73.3935 55.2858C72.647 55.2858 72.1162 55.8125 72.1162 56.8819V56.957C72.1162 58.0392 72.621 58.5531 73.4011 58.5531C74.1813 58.5531 74.6249 58.0056 74.6249 56.957H74.6264Z' fill='%23f6f4e9'/%3E%3Cpath d='M77.9264 58.8488L76.0908 54.4961H77.2488L78.4863 57.6214L79.6213 54.5009H80.6676L78.1391 61.0052H77.0821L77.9264 58.8488Z' fill='%23f6f4e9'/%3E%3Cpath d='M140.208 14.5552H140.564C140.574 14.6525 140.615 14.7324 140.771 14.7324C140.878 14.7324 140.938 14.6765 140.938 14.5967C140.938 14.5169 140.889 14.4897 140.731 14.4658C140.363 14.4195 140.239 14.3062 140.239 14.0316C140.239 13.7858 140.433 13.6055 140.745 13.6055C141.057 13.6055 141.236 13.7427 141.259 14.0316H140.913C140.91 13.9896 140.891 13.9505 140.86 13.923C140.83 13.8954 140.79 13.8817 140.75 13.8848C140.649 13.8848 140.597 13.9311 140.597 13.9997C140.597 14.0684 140.636 14.1114 140.798 14.1338C141.129 14.1721 141.299 14.2615 141.299 14.5568C141.299 14.8058 141.109 15.0101 140.774 15.0101C140.405 15.0037 140.219 14.8441 140.208 14.5552Z' fill='%23f6f4e9'/%3E%3Cpath d='M141.534 13.625H142.022L142.271 14.3512L142.521 13.625H143V14.9881H142.628V14.1406L142.308 14.9881H142.184L141.868 14.1406V14.9881H141.534V13.625Z' fill='%23f6f4e9'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_498_31376'%3E%3Crect width='143' height='61' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.footer--logos--app-store {
  width: 193px;
  height: 65px;
  display: block;
  margin: 39px 0 15px 0;
  background-image: url("data:image/svg+xml,%3Csvg width='193' height='65' viewBox='0 0 193 65' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M177.629 0H12.129C11.048 0.0167419 9.96977 0.114512 8.90319 0.2925C7.83681 0.478169 6.80391 0.823223 5.83868 1.31625C4.86709 1.81005 3.98402 2.46359 3.22577 3.25C2.45097 4.01519 1.80779 4.90481 1.32255 5.8825C0.833193 6.85497 0.490707 7.89561 0.30642 8.97C0.126427 10.0439 0.034718 11.1309 0.0322266 12.22C0.0322266 12.7237 0.0322266 13.2275 0.0322266 13.715V51.285C0.0322266 51.7887 0.0322266 52.2762 0.0322266 52.78C0.034718 53.8691 0.126427 54.9561 0.30642 56.03C0.490559 57.1096 0.833013 58.1556 1.32255 59.1337C1.81229 60.1038 2.45506 60.9874 3.22577 61.75C3.98527 62.5306 4.86827 63.1786 5.83868 63.6675C6.80391 64.1605 7.83681 64.5056 8.90319 64.6912C9.96977 64.8692 11.048 64.967 12.129 64.9837H180.871C181.952 64.9677 183.03 64.87 184.097 64.6912C185.168 64.5032 186.206 64.1583 187.177 63.6675C188.145 63.1743 189.028 62.5268 189.79 61.75C190.551 60.9789 191.193 60.0969 191.694 59.1337C192.171 58.152 192.507 57.107 192.694 56.03C192.871 54.9555 192.968 53.8691 192.984 52.78C192.984 52.2762 192.984 51.7887 192.984 51.285V13.715C192.984 13.2275 192.984 12.7237 192.984 12.22C192.968 11.1309 192.871 10.0445 192.694 8.97C192.507 7.89821 192.171 6.8586 191.694 5.8825C191.197 4.91169 190.555 4.02377 189.79 3.25C189.028 2.47317 188.145 1.82565 187.177 1.3325C186.206 0.841708 185.168 0.496806 184.097 0.30875C183.03 0.13004 181.952 0.0322649 180.871 0.01625H177.645L177.629 0Z' fill='%23B7B7B7'/%3E%3Cpath d='M13.6125 63.57H12.1608C11.1519 63.5877 10.1432 63.5224 9.14472 63.375C8.20315 63.1889 7.295 62.8602 6.45117 62.4C5.61925 61.988 4.8615 61.4387 4.20924 60.775C3.54972 60.1124 3.0046 59.3435 2.59633 58.5C2.16679 57.6513 1.86768 56.7418 1.70924 55.8025C1.54525 54.7979 1.45897 53.7819 1.45117 52.7638C1.45117 52.4225 1.45117 51.2688 1.45117 51.2688V13.715C1.45117 13.715 1.45117 12.5938 1.45117 12.2688C1.45832 11.2506 1.5446 10.2346 1.70924 9.23004C1.85688 8.27994 2.15074 7.35887 2.5802 6.50004C2.985 5.6545 3.53051 4.88505 4.19311 4.22504C4.85687 3.5678 5.61881 3.01947 6.45117 2.60004C7.29359 2.16727 8.19635 1.86592 9.12859 1.70629C10.1311 1.54024 11.1449 1.45331 12.1608 1.44629H180.854C181.86 1.45486 182.863 1.54178 183.854 1.70629C184.791 1.86933 185.699 2.17048 186.548 2.60004C188.221 3.4527 189.582 4.81825 190.435 6.50004C190.855 7.34581 191.148 8.24927 191.306 9.18129C191.467 10.192 191.559 11.2128 191.58 12.2363V13.6825C191.58 14.3 191.58 14.885 191.58 15.47V49.4975C191.58 50.0988 191.58 50.6675 191.58 51.2525V52.7638C191.559 53.7711 191.468 54.7757 191.306 55.77C191.153 56.7136 190.859 57.6285 190.435 58.4838C190.02 59.3181 189.475 60.0805 188.822 60.7425C188.164 61.407 187.401 61.9562 186.564 62.3675C185.725 62.8463 184.816 63.1864 183.871 63.375C182.874 63.5442 181.865 63.6312 180.854 63.635H13.6125V63.57Z' fill='black'/%3E%3Cpath d='M39.9516 32.9872C39.9658 31.6301 40.3226 30.2989 40.9886 29.119C41.6545 27.9392 42.6076 26.9496 43.7581 26.2435C43.0272 25.1938 42.0636 24.3301 40.9437 23.7208C39.8239 23.1116 38.5785 22.7735 37.3065 22.7335C34.6129 22.441 31.9839 24.3585 30.5968 24.3585C29.2097 24.3585 27.0645 22.7335 24.7742 22.7335C23.2944 22.782 21.8523 23.2162 20.5887 23.9937C19.3251 24.7712 18.2832 25.8655 17.5645 27.1697C14.5161 32.6785 16.7742 40.6247 19.7581 45.0772C21.2581 47.2385 22.9839 49.6435 25.2903 49.546C27.5968 49.4485 28.3549 48.116 31.0645 48.116C33.7742 48.116 34.5161 49.546 36.8549 49.4972C39.1936 49.4485 40.7742 47.336 42.2097 45.1585C43.2814 43.6236 44.1086 41.9294 44.6613 40.1372C43.2647 39.5452 42.0727 38.5508 41.2348 37.2788C40.397 36.0068 39.9506 34.5138 39.9516 32.9872Z' fill='white'/%3E%3Cpath d='M35.4835 19.8412C36.7869 18.2558 37.4288 16.2226 37.2739 14.1699C35.2746 14.3873 33.4281 15.3494 32.0964 16.8674C30.7913 18.371 30.1302 20.3341 30.2577 22.3274C31.2586 22.3374 32.2486 22.1188 33.1537 21.6882C34.0588 21.2577 34.8553 20.6262 35.4835 19.8412Z' fill='white'/%3E%3Cpath d='M68.2258 44.1024H60.5967L58.758 49.5624H55.5322L62.758 29.3799H66.129L73.3548 49.5624H70.129L68.2258 44.1024ZM61.3871 41.5836H67.4355L64.5161 32.7274H64.4355L61.3871 41.5836Z' fill='white'/%3E%3Cpath d='M88.968 42.2503C88.968 46.8166 86.5325 49.7578 82.8712 49.7578C81.9371 49.7976 81.0106 49.5719 80.1978 49.1064C79.3849 48.6408 78.7184 47.9543 78.2745 47.1253V54.4053H75.21V34.9053H78.1132V37.3753C78.5846 36.5582 79.267 35.885 80.0877 35.4272C80.9084 34.9694 81.8369 34.7441 82.7745 34.7753C86.5325 34.6941 88.968 37.6353 88.968 42.2503ZM85.8874 42.2503C85.8874 39.2766 84.2745 37.3753 82.0325 37.3753C79.7906 37.3753 78.1938 39.3741 78.1938 42.2503C78.1938 45.1266 79.8067 47.2066 82.0325 47.2066C84.2583 47.2066 85.8874 45.2078 85.8874 42.2503Z' fill='white'/%3E%3Cpath d='M105.032 42.2498C105.032 46.8161 102.613 49.7573 98.9513 49.7573C98.0168 49.799 97.0897 49.5741 96.2764 49.1084C95.4632 48.6427 94.797 47.9551 94.3546 47.1248V54.4048H91.29V34.9048H94.1933V37.3748C94.6634 36.5602 95.3432 35.8886 96.1608 35.4309C96.9784 34.9733 97.9035 34.7466 98.8384 34.7748C102.596 34.6936 105.032 37.6348 105.032 42.2498ZM101.951 42.2498C101.951 39.2761 100.435 37.3748 98.0965 37.3748C95.7578 37.3748 94.2739 39.3736 94.2739 42.2498C94.2739 45.1261 95.8062 47.1248 98.0965 47.1248C100.387 47.1248 101.951 45.2073 101.951 42.2498Z' fill='white'/%3E%3Cpath d='M115.661 43.8754C115.887 45.8742 117.806 47.1254 120.5 47.1254C123.193 47.1254 124.839 45.8092 124.839 44.0054C124.839 42.2017 123.742 41.5029 121.145 40.8529L118.548 40.2192C114.871 39.3254 113.177 37.6029 113.177 34.7917C113.177 31.2979 116.177 28.9092 120.452 28.9092C124.726 28.9092 127.597 31.2979 127.693 34.7917H124.613C124.435 32.7767 122.774 31.5417 120.371 31.5417C117.968 31.5417 116.306 32.7604 116.306 34.5642C116.306 35.9779 117.355 36.8229 119.935 37.4729L122.145 38.0092C126.258 38.9842 127.968 40.6579 127.968 43.5992C127.968 47.3854 124.968 49.7417 120.226 49.7417C115.79 49.7417 112.79 47.4342 112.597 43.7942L115.661 43.8754Z' fill='white'/%3E%3Cpath d='M134.435 31.3623V34.8398H137.209V37.2286H134.435V45.3536C134.435 46.6048 134.984 47.1898 136.209 47.1898C136.537 47.21 136.866 47.21 137.193 47.1898V49.5623C136.662 49.6633 136.121 49.7122 135.58 49.7086C132.613 49.7086 131.467 48.5873 131.467 45.7273V37.2286H129.29V34.8398H131.419V31.3623H134.435Z' fill='white'/%3E%3Cpath d='M138.807 42.25C138.807 37.6187 141.516 34.71 145.742 34.71C149.968 34.71 152.661 37.6187 152.661 42.25C152.661 46.8812 150 49.7412 145.742 49.7412C141.484 49.7412 138.807 46.8487 138.807 42.25ZM149.613 42.25C149.613 39.0812 148.161 37.1962 145.742 37.1962C143.323 37.1962 141.936 39 141.936 42.25C141.936 45.5 143.371 47.3037 145.807 47.3037C148.242 47.3037 149.613 45.3862 149.613 42.25Z' fill='white'/%3E%3Cpath d='M155.146 34.8401H158.065V37.3751C158.26 36.5942 158.716 35.9048 159.357 35.4225C159.997 34.9403 160.782 34.6945 161.581 34.7264C161.928 34.7207 162.275 34.759 162.613 34.8401V37.6676C162.193 37.4916 161.745 37.3926 161.291 37.3751C160.84 37.3419 160.388 37.4104 159.967 37.5758C159.547 37.7411 159.168 37.9991 158.859 38.3308C158.549 38.6625 158.318 39.0596 158.18 39.4931C158.043 39.9266 158.004 40.3856 158.065 40.8364V49.5626H155.146V34.8401Z' fill='white'/%3E%3Cpath d='M176.419 45.2399C176.016 47.9049 173.435 49.7411 170.145 49.7411C165.887 49.7411 163.258 46.8649 163.258 42.2661C163.258 37.6674 165.903 34.6611 170.016 34.6611C174.129 34.6611 176.597 37.4561 176.597 41.9249V42.9486H166.274V43.1436C166.228 43.685 166.296 44.2301 166.475 44.7428C166.654 45.2554 166.939 45.7239 167.311 46.1173C167.683 46.5106 168.134 46.8198 168.634 47.0243C169.133 47.2288 169.67 47.324 170.209 47.3036C170.917 47.3702 171.627 47.2054 172.234 46.8337C172.841 46.462 173.313 45.9031 173.58 45.2399H176.419ZM166.29 40.8361H173.597C173.623 40.35 173.55 39.8635 173.381 39.4074C173.212 38.9512 172.951 38.5352 172.615 38.1856C172.279 37.836 171.874 37.5604 171.427 37.3762C170.979 37.1919 170.499 37.1029 170.016 37.1149C169.529 37.1127 169.046 37.2073 168.595 37.3932C168.144 37.579 167.734 37.8525 167.388 38.1981C167.042 38.5436 166.767 38.9544 166.579 39.4071C166.39 39.8597 166.292 40.3453 166.29 40.8361Z' fill='white'/%3E%3Cpath d='M61.0161 14.1864C61.6489 14.1415 62.2837 14.2396 62.8741 14.4735C63.4644 14.7075 63.9954 15.0714 64.4283 15.5386C64.8611 16.0059 65.1849 16.5647 65.3759 17.1742C65.5669 17.7837 65.6203 18.4284 65.5322 19.0614C65.5322 22.1489 63.9193 23.9364 61.0161 23.9364H57.5322V14.1864H61.0161ZM59.0322 22.5064H60.8387C61.2914 22.5432 61.7466 22.4766 62.1702 22.3114C62.5938 22.1462 62.9748 21.8867 63.285 21.5524C63.5951 21.218 63.8263 20.8174 63.9613 20.3805C64.0963 19.9435 64.1315 19.4815 64.0645 19.0289C64.1284 18.5768 64.0909 18.1161 63.9548 17.6805C63.8187 17.245 63.5874 16.8457 63.2779 16.5121C62.9684 16.1785 62.5887 15.919 62.1665 15.7527C61.7444 15.5865 61.2907 15.5177 60.8387 15.5514H59.0322V22.5064Z' fill='white'/%3E%3Cpath d='M67.2258 20.2149C67.1936 19.7415 67.2583 19.2665 67.4159 18.8193C67.5736 18.3722 67.8208 17.9625 68.1422 17.6157C68.4636 17.2688 68.8524 16.9923 69.2844 16.8032C69.7163 16.6142 70.1823 16.5166 70.6533 16.5166C71.1242 16.5166 71.5902 16.6142 72.0221 16.8032C72.4541 16.9923 72.8429 17.2688 73.1643 17.6157C73.4857 17.9625 73.7329 18.3722 73.8906 18.8193C74.0482 19.2665 74.1129 19.7415 74.0807 20.2149C74.1129 20.6883 74.0482 21.1633 73.8906 21.6104C73.7329 22.0576 73.4857 22.4673 73.1643 22.8141C72.8429 23.1609 72.4541 23.4374 72.0221 23.6265C71.5902 23.8156 71.1242 23.9131 70.6533 23.9131C70.1823 23.9131 69.7163 23.8156 69.2844 23.6265C68.8524 23.4374 68.4636 23.1609 68.1422 22.8141C67.8208 22.4673 67.5736 22.0576 67.4159 21.6104C67.2583 21.1633 67.1936 20.6883 67.2258 20.2149ZM72.5968 20.2149C72.5968 18.5899 71.9033 17.7124 70.6613 17.7124C69.4194 17.7124 68.7097 18.6386 68.7097 20.2149C68.7097 21.7911 69.3549 22.7499 70.6613 22.7499C71.9678 22.7499 72.5807 21.8074 72.5807 20.2149H72.5968Z' fill='white'/%3E%3Cpath d='M83.1778 23.8873H81.6939L80.1939 18.4923H80.081L78.581 23.8873H77.1133L75.1133 16.5586H76.5649L77.8713 22.1486H77.9681L79.4681 16.5586H80.8391L82.3391 22.1486H82.452L83.7423 16.5586H85.1778L83.1778 23.8873Z' fill='white'/%3E%3Cpath d='M86.855 16.5584H88.2421V17.7284H88.355C88.5334 17.31 88.8384 16.9589 89.2265 16.7255C89.6147 16.492 90.0661 16.3881 90.5163 16.4284C90.8695 16.4001 91.2244 16.4524 91.5547 16.5815C91.885 16.7106 92.1822 16.9131 92.424 17.1739C92.6659 17.4347 92.8462 17.7472 92.9515 18.088C93.0569 18.4288 93.0845 18.7891 93.0325 19.1422V23.8872H91.597V19.4997C91.597 18.3134 91.0808 17.7284 89.9841 17.7284C89.7413 17.7062 89.4967 17.7397 89.2686 17.8265C89.0405 17.9132 88.835 18.0509 88.6673 18.2292C88.4996 18.4075 88.3743 18.6217 88.3006 18.8559C88.227 19.09 88.207 19.3379 88.2421 19.5809V23.8872H86.8066L86.855 16.5584Z' fill='white'/%3E%3Cpath d='M95.3066 13.7148H96.7744V23.8873H95.3389L95.3066 13.7148Z' fill='white'/%3E%3Cpath d='M98.7415 20.2149C98.7092 19.7415 98.7739 19.2665 98.9316 18.8193C99.0892 18.3722 99.3364 17.9625 99.6578 17.6157C99.9792 17.2688 100.368 16.9923 100.8 16.8032C101.232 16.6142 101.698 16.5166 102.169 16.5166C102.64 16.5166 103.106 16.6142 103.538 16.8032C103.97 16.9923 104.359 17.2688 104.68 17.6157C105.001 17.9625 105.249 18.3722 105.406 18.8193C105.564 19.2665 105.629 19.7415 105.596 20.2149C105.629 20.6883 105.564 21.1633 105.406 21.6104C105.249 22.0576 105.001 22.4673 104.68 22.8141C104.359 23.1609 103.97 23.4374 103.538 23.6265C103.106 23.8156 102.64 23.9131 102.169 23.9131C101.698 23.9131 101.232 23.8156 100.8 23.6265C100.368 23.4374 99.9792 23.1609 99.6578 22.8141C99.3364 22.4673 99.0892 22.0576 98.9316 21.6104C98.7739 21.1633 98.7092 20.6883 98.7415 20.2149ZM104.112 20.2149C104.112 18.5899 103.403 17.7124 102.161 17.7124C100.919 17.7124 100.225 18.6386 100.225 20.2149C100.225 21.7911 100.919 22.7499 102.161 22.7499C103.403 22.7499 104.112 21.8074 104.112 20.2149Z' fill='white'/%3E%3Cpath d='M107.097 21.8071C107.097 20.4909 108.064 19.7434 109.806 19.6296L111.774 19.4996V18.8659C111.774 18.1021 111.258 17.6634 110.274 17.6634C109.29 17.6634 108.919 17.9559 108.774 18.4759H107.371C107.532 17.2084 108.693 16.4121 110.339 16.4121C111.984 16.4121 113.193 17.3221 113.193 18.8659V23.8871H111.806V22.8471H111.693C111.467 23.2192 111.146 23.5229 110.762 23.726C110.379 23.9291 109.948 24.024 109.516 24.0009C109.211 24.0327 108.903 23.9997 108.611 23.904C108.319 23.8083 108.051 23.652 107.823 23.4453C107.595 23.2386 107.412 22.9859 107.287 22.7038C107.162 22.4216 107.097 22.1161 107.097 21.8071ZM111.774 21.1246V20.5071L110 20.6209C109 20.6209 108.532 21.0434 108.532 21.6771C108.532 22.3109 109.113 22.7171 109.887 22.7171C110.115 22.7417 110.347 22.7196 110.566 22.6522C110.786 22.5848 110.99 22.4735 111.166 22.3248C111.343 22.1762 111.487 21.9933 111.592 21.7871C111.696 21.5809 111.758 21.3555 111.774 21.1246Z' fill='white'/%3E%3Cpath d='M115.081 20.2148C115.081 17.9073 116.258 16.4448 118.097 16.4448C118.551 16.4252 119 16.5354 119.394 16.7626C119.788 16.9898 120.11 17.3247 120.323 17.7286H120.42V13.7148H121.855V23.8873H120.484V22.7498H120.371C120.143 23.1496 119.81 23.479 119.409 23.7023C119.009 23.9257 118.555 24.0346 118.097 24.0173C116.242 24.0011 115.081 22.5386 115.081 20.2148ZM116.565 20.2148C116.565 21.8398 117.291 22.7011 118.5 22.7011C119.71 22.7011 120.452 21.7586 120.452 20.2311C120.452 18.7036 119.694 17.7448 118.5 17.7448C117.307 17.7448 116.565 18.6873 116.565 20.2148Z' fill='white'/%3E%3Cpath d='M127.79 20.2149C127.758 19.7415 127.823 19.2665 127.98 18.8193C128.138 18.3722 128.385 17.9625 128.707 17.6157C129.028 17.2688 129.417 16.9923 129.849 16.8032C130.281 16.6142 130.747 16.5166 131.218 16.5166C131.689 16.5166 132.155 16.6142 132.587 16.8032C133.019 16.9923 133.407 17.2688 133.729 17.6157C134.05 17.9625 134.297 18.3722 134.455 18.8193C134.613 19.2665 134.677 19.7415 134.645 20.2149C134.677 20.6883 134.613 21.1633 134.455 21.6104C134.297 22.0576 134.05 22.4673 133.729 22.8141C133.407 23.1609 133.019 23.4374 132.587 23.6265C132.155 23.8156 131.689 23.9131 131.218 23.9131C130.747 23.9131 130.281 23.8156 129.849 23.6265C129.417 23.4374 129.028 23.1609 128.707 22.8141C128.385 22.4673 128.138 22.0576 127.98 21.6104C127.823 21.1633 127.758 20.6883 127.79 20.2149ZM133.161 20.2149C133.161 18.5899 132.452 17.7124 131.226 17.7124C130 17.7124 129.274 18.6386 129.274 20.2149C129.274 21.7911 129.968 22.7499 131.226 22.7499C132.484 22.7499 133.161 21.8074 133.161 20.2149Z' fill='white'/%3E%3Cpath d='M136.564 16.5589H137.935V17.7289H138.048C138.234 17.3122 138.542 16.9634 138.932 16.7306C139.322 16.4978 139.774 16.3925 140.226 16.4289C140.578 16.4032 140.931 16.4574 141.259 16.5877C141.587 16.7179 141.882 16.9207 142.122 17.1812C142.362 17.4418 142.541 17.7533 142.646 18.0928C142.75 18.4323 142.777 18.7911 142.726 19.1427V23.8877H141.306V19.5002C141.306 18.3139 140.79 17.7289 139.694 17.7289C139.452 17.7093 139.209 17.7448 138.983 17.8327C138.757 17.9206 138.554 18.0586 138.388 18.2366C138.222 18.4146 138.098 18.6279 138.026 18.8607C137.953 19.0935 137.933 19.3399 137.968 19.5814V23.8877H136.532L136.564 16.5589Z' fill='white'/%3E%3Cpath d='M150.839 14.7383V16.607H152.452V17.8745H150.839V21.6445C150.839 22.4083 151.145 22.7495 151.855 22.7495H152.403V23.952C152.146 23.9701 151.887 23.9701 151.629 23.952C150.016 23.952 149.403 23.3995 149.403 21.9858V17.8745H148.242V16.672H149.403V14.7383H150.839Z' fill='white'/%3E%3Cpath d='M154.354 13.7148H155.79V17.7448H155.903C156.087 17.3293 156.392 16.9803 156.779 16.745C157.165 16.5097 157.614 16.3992 158.064 16.4286C158.416 16.4085 158.768 16.4671 159.095 16.6003C159.422 16.7335 159.715 16.9379 159.954 17.1989C160.193 17.4599 160.372 17.771 160.477 18.1098C160.583 18.4486 160.612 18.8068 160.564 19.1586V23.8873H159.129V19.4998C159.129 18.3298 158.596 17.7448 157.516 17.7448C157.269 17.7253 157.022 17.7598 156.79 17.846C156.558 17.9321 156.347 18.0679 156.173 18.244C155.998 18.4201 155.863 18.6323 155.777 18.8659C155.692 19.0996 155.658 19.3491 155.677 19.5973V23.8873H154.354V13.7148Z' fill='white'/%3E%3Cpath d='M168.968 21.9051C168.772 22.5895 168.339 23.1799 167.746 23.568C167.154 23.9561 166.442 24.1157 165.742 24.0176C165.26 24.0434 164.779 23.9601 164.334 23.7739C163.889 23.5877 163.491 23.3034 163.169 22.9417C162.847 22.58 162.61 22.1503 162.474 21.684C162.339 21.2178 162.309 20.727 162.387 20.2476C162.325 19.7683 162.365 19.2812 162.506 18.819C162.646 18.3569 162.883 17.9304 163.201 17.5685C163.519 17.2066 163.911 16.9176 164.349 16.721C164.787 16.5244 165.262 16.4247 165.742 16.4288C167.758 16.4288 168.968 17.8101 168.968 20.1176V20.6213H163.855V20.7026C163.836 20.9735 163.875 21.2454 163.968 21.5001C164.062 21.7549 164.208 21.9867 164.397 22.1803C164.586 22.3739 164.814 22.5248 165.065 22.623C165.316 22.7212 165.586 22.7645 165.855 22.7501C166.2 22.7894 166.549 22.7256 166.859 22.5667C167.169 22.4078 167.425 22.1608 167.597 21.8563L168.968 21.9051ZM163.935 19.5001H167.597C167.615 19.254 167.582 19.0069 167.499 18.7745C167.417 18.5421 167.287 18.3296 167.119 18.1506C166.95 17.9716 166.746 17.8301 166.52 17.7351C166.294 17.64 166.051 17.5936 165.806 17.5988C165.559 17.5966 165.313 17.6444 165.084 17.7394C164.855 17.8344 164.647 17.9746 164.473 18.1518C164.298 18.329 164.161 18.5396 164.069 18.7712C163.976 19.0027 163.931 19.2506 163.935 19.5001Z' fill='white'/%3E%3C/svg%3E%0A");
}
.footer--logos--play-store {
  width: 193px;
  height: 57px;
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg width='193' height='57' viewBox='0 0 193 57' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_342_30576)'%3E%3Cpath d='M185.852 0H7.14815C3.20034 0 0 3.18997 0 7.125V49.875C0 53.81 3.20034 57 7.14815 57H185.852C189.8 57 193 53.81 193 49.875V7.125C193 3.18997 189.8 0 185.852 0Z' fill='black'/%3E%3Cpath d='M185.852 1.13999C187.443 1.14376 188.968 1.77553 190.093 2.89712C191.219 4.01871 191.853 5.53884 191.856 7.125V49.875C191.856 51.4623 191.224 52.9846 190.098 54.107C188.972 55.2294 187.444 55.86 185.852 55.86H7.14815C5.55683 55.8562 4.03177 55.2245 2.90654 54.1029C1.7813 52.9813 1.14748 51.4612 1.14371 49.875V7.125C1.14748 5.53884 1.7813 4.01871 2.90654 2.89712C4.03177 1.77553 5.55683 1.14376 7.14815 1.13999H185.852ZM185.852 0H7.14815C5.25234 0 3.43418 0.750662 2.09364 2.08686C0.753106 3.42306 0 5.23533 0 7.125V49.875C0 51.7647 0.753106 53.5769 2.09364 54.9131C2.75741 55.5747 3.54542 56.0996 4.41267 56.4576C5.27993 56.8157 6.20944 57 7.14815 57H185.852C187.748 57 189.566 56.2493 190.906 54.9131C192.247 53.5769 193 51.7647 193 49.875V7.125C193 5.23533 192.247 3.42306 190.906 2.08686C189.566 0.750662 187.748 0 185.852 0Z' fill='%23A6A6A6'/%3E%3Cpath d='M67.8357 14.6058C67.8594 15.1273 67.778 15.6481 67.5963 16.1376C67.4146 16.6272 67.1362 17.0754 66.7777 17.4558C66.3696 17.876 65.8774 18.206 65.3331 18.4245C64.7889 18.643 64.2046 18.7451 63.6182 18.7241C63.0084 18.7584 62.3979 18.6684 61.8242 18.4594C61.2505 18.2504 60.7256 17.9269 60.2816 17.5087C59.8377 17.0905 59.484 16.5864 59.2423 16.0272C59.0006 15.468 58.876 14.8656 58.876 14.2567C58.876 13.6479 59.0006 13.0454 59.2423 12.4862C59.484 11.9271 59.8377 11.423 60.2816 11.0048C60.7256 10.5865 61.2505 10.263 61.8242 10.0541C62.3979 9.84507 63.0084 9.75501 63.6182 9.78935C64.223 9.78319 64.8223 9.90459 65.3767 10.1456C65.8962 10.3496 66.3576 10.6774 66.7205 11.1003L65.9771 11.8556C65.6831 11.5051 65.3088 11.2303 64.8858 11.0542C64.4628 10.8781 64.0036 10.806 63.5468 10.8438C63.1009 10.8397 62.6588 10.9257 62.2471 11.0965C61.8355 11.2673 61.4628 11.5194 61.1515 11.8376C60.8402 12.1559 60.5969 12.5336 60.436 12.9482C60.2752 13.3627 60.2003 13.8054 60.2157 14.2496C60.2064 14.9138 60.3946 15.566 60.7566 16.1237C61.1186 16.6815 61.6383 17.1198 62.25 17.3835C62.8617 17.6472 63.5381 17.7245 64.1937 17.6055C64.8494 17.4864 65.4551 17.1765 65.9342 16.7148C66.3764 16.2411 66.6304 15.6231 66.6491 14.9764H63.5468V13.9503H67.707C67.7708 14.1642 67.8139 14.3838 67.8357 14.6058Z' fill='white' stroke='white' stroke-width='0.2' stroke-miterlimit='10'/%3E%3Cpath d='M74.3836 10.9871H70.4807V13.6946H73.9976V14.7206H70.4807V17.4424H74.3836V18.4826H69.3799V9.93262H74.3836V10.9871Z' fill='white' stroke='white' stroke-width='0.2' stroke-miterlimit='10'/%3E%3Cpath d='M79.0303 18.5254H77.9295V10.9871H75.542V9.93262H81.4321V10.9871H79.0303V18.5254Z' fill='white' stroke='white' stroke-width='0.2' stroke-miterlimit='10'/%3E%3Cpath d='M85.6924 18.5246V9.97461H86.7932V18.5246H85.6924Z' fill='white' stroke='white' stroke-width='0.2' stroke-miterlimit='10'/%3E%3Cpath d='M91.6817 18.5254H90.5808V10.9871H88.1934V9.93262H94.0834V10.9871H91.6817V18.5254Z' fill='white' stroke='white' stroke-width='0.2' stroke-miterlimit='10'/%3E%3Cpath d='M105.236 17.4277C104.823 17.8396 104.332 18.1663 103.793 18.3893C103.253 18.6122 102.675 18.727 102.09 18.727C101.506 18.727 100.928 18.6122 100.388 18.3893C99.8483 18.1663 99.358 17.8396 98.9451 17.4277C98.136 16.5689 97.6855 15.4351 97.6855 14.257C97.6855 13.0789 98.136 11.9451 98.9451 11.0864C99.358 10.6745 99.8483 10.3477 100.388 10.1248C100.928 9.90186 101.506 9.78711 102.09 9.78711C102.675 9.78711 103.253 9.90186 103.793 10.1248C104.332 10.3477 104.823 10.6745 105.236 11.0864C106.051 11.9419 106.506 13.0769 106.506 14.257C106.506 15.4372 106.051 16.5722 105.236 17.4277ZM99.76 16.6867C100.062 16.9966 100.425 17.2413 100.826 17.4056C101.226 17.5698 101.657 17.6501 102.09 17.6414C102.524 17.6527 102.955 17.5736 103.357 17.4092C103.758 17.2448 104.12 16.9987 104.421 16.6867C105.035 16.0147 105.376 15.138 105.376 14.2285C105.376 13.3191 105.035 12.4424 104.421 11.7704C104.124 11.4706 103.77 11.234 103.379 11.0747C102.989 10.9155 102.57 10.8371 102.148 10.8442C101.714 10.8355 101.284 10.9158 100.883 11.08C100.482 11.2443 100.119 11.489 99.8172 11.7989C99.2084 12.4739 98.8716 13.3494 98.8716 14.257C98.8716 15.1647 99.2084 16.0402 99.8172 16.7152L99.76 16.6867Z' fill='white' stroke='white' stroke-width='0.2' stroke-miterlimit='10'/%3E%3Cpath d='M108.052 18.5246V9.97461H109.396L113.584 16.6864V15.0334V9.97461H114.7V18.5246H113.584L109.153 11.5564V13.2094V18.5246H108.052Z' fill='white' stroke='white' stroke-width='0.2' stroke-miterlimit='10'/%3E%3Cpath d='M97.4154 30.9367C96.2164 30.9508 95.0483 31.3173 94.0575 31.9903C93.0667 32.6634 92.2972 33.6129 91.8455 34.72C91.3939 35.8271 91.2801 37.0425 91.5185 38.2138C91.7569 39.3851 92.3369 40.4601 93.1857 41.3042C94.0345 42.1484 95.1144 42.7239 96.2901 42.9588C97.4657 43.1938 98.6847 43.0776 99.7944 42.6248C100.904 42.172 101.855 41.4028 102.528 40.4136C103.201 39.4244 103.566 38.2593 103.577 37.0642C103.597 36.253 103.451 35.4462 103.148 34.693C102.845 33.9397 102.392 33.2558 101.815 32.6827C101.239 32.1095 100.552 31.6592 99.7953 31.359C99.0389 31.0589 98.2292 30.9152 97.4154 30.9367ZM97.4154 40.6837C96.6733 40.7381 95.932 40.5684 95.2881 40.1967C94.6442 39.825 94.1275 39.2685 93.8056 38.5998C93.4836 37.9312 93.3712 37.1813 93.4831 36.4481C93.5949 35.7148 93.9258 35.0322 94.4327 34.4891C94.9395 33.946 95.5987 33.5678 96.3243 33.4037C97.05 33.2395 97.8084 33.2971 98.5007 33.5689C99.193 33.8407 99.7872 34.3141 100.206 34.9274C100.624 35.5408 100.847 36.2655 100.846 37.0072C100.877 37.4792 100.812 37.9527 100.655 38.3989C100.497 38.8452 100.251 39.2551 99.9304 39.6039C99.6098 39.9528 99.2218 40.2333 98.7895 40.4287C98.3573 40.624 97.8899 40.7302 97.4154 40.7407V40.6837ZM84.1055 30.9367C82.9016 30.9395 81.7255 31.2979 80.7259 31.9667C79.7262 32.6354 78.9479 33.5845 78.4891 34.694C78.0303 35.8035 77.9118 37.0236 78.1484 38.2002C78.385 39.3768 78.9661 40.4572 79.8184 41.3047C80.6707 42.1523 81.7559 42.729 82.9369 42.9621C84.1179 43.1952 85.3417 43.0741 86.4537 42.6142C87.5658 42.1544 88.5161 41.3763 89.1846 40.3783C89.8532 39.3803 90.21 38.2072 90.21 37.0072C90.2236 36.2051 90.0749 35.4084 89.7728 34.6649C89.4706 33.9213 89.0212 33.246 88.4515 32.6794C87.8817 32.1128 87.2032 31.6665 86.4565 31.3671C85.7098 31.0676 84.9102 30.9213 84.1055 30.9367ZM84.1055 40.6837C83.3634 40.7381 82.6221 40.5684 81.9782 40.1967C81.3343 39.825 80.8177 39.2685 80.4957 38.5998C80.1738 37.9312 80.0614 37.1813 80.1732 36.4481C80.2851 35.7148 80.616 35.0322 81.1228 34.4891C81.6296 33.946 82.2888 33.5678 83.0145 33.4037C83.7401 33.2395 84.4985 33.2971 85.1909 33.5689C85.8832 33.8407 86.4773 34.3141 86.8957 34.9274C87.3142 35.5408 87.5375 36.2655 87.5366 37.0072C87.5676 37.4792 87.5024 37.9527 87.345 38.3989C87.1876 38.8452 86.9411 39.2551 86.6206 39.6039C86.3 39.9528 85.9119 40.2333 85.4797 40.4287C85.0474 40.624 84.58 40.7302 84.1055 40.7407V40.6837ZM68.2652 32.8604V35.4254H74.4412C74.3476 36.6386 73.8435 37.7841 73.0116 38.6744C72.3921 39.2996 71.6491 39.7897 70.8295 40.1135C70.01 40.4373 69.1319 40.5878 68.2509 40.5554C66.4833 40.475 64.8147 39.7185 63.5924 38.4433C62.37 37.168 61.6879 35.4721 61.6879 33.7083C61.6879 31.9446 62.37 30.2487 63.5924 28.9734C64.8147 27.6981 66.4833 26.9416 68.2509 26.8612C69.9818 26.842 71.6507 27.5023 72.8972 28.6994L74.7129 26.8897C73.8639 26.0494 72.8548 25.3871 71.745 24.9417C70.6352 24.4962 69.4472 24.2768 68.2509 24.2962C66.98 24.2469 65.7121 24.4538 64.5233 24.9046C63.3346 25.3554 62.2493 26.0408 61.3326 26.9196C60.4159 27.7985 59.6866 28.8528 59.1885 30.0193C58.6904 31.1858 58.4336 32.4405 58.4336 33.7083C58.4336 34.9761 58.6904 36.2309 59.1885 37.3974C59.6866 38.5639 60.4159 39.6181 61.3326 40.497C62.2493 41.3759 63.3346 42.0612 64.5233 42.512C65.7121 42.9628 66.98 43.1698 68.2509 43.1204C69.4746 43.1756 70.696 42.9688 71.8328 42.5141C72.9696 42.0593 73.9955 41.3672 74.8415 40.4842C76.3393 38.8439 77.139 36.6877 77.0717 34.4707C77.0803 33.9305 77.0324 33.3908 76.9288 32.8604H68.2652ZM133.042 34.8554C132.681 33.758 131.994 32.7957 131.073 32.0959C130.151 31.3961 129.038 30.9919 127.881 30.9367C127.097 30.935 126.322 31.0938 125.603 31.4031C124.884 31.7125 124.236 32.1658 123.7 32.735C123.164 33.3041 122.751 33.9771 122.486 34.712C122.222 35.4469 122.111 36.2281 122.162 37.0072C122.147 37.8031 122.292 38.594 122.589 39.3329C122.887 40.0718 123.33 40.7436 123.892 41.3085C124.455 41.8734 125.126 42.3199 125.865 42.6213C126.604 42.9228 127.397 43.0731 128.195 43.0634C129.197 43.0686 130.185 42.8268 131.07 42.3594C131.956 41.8919 132.712 41.2135 133.27 40.3844L131.198 38.9594C130.886 39.4747 130.445 39.9005 129.919 40.1952C129.393 40.4899 128.799 40.6435 128.195 40.6409C127.576 40.6625 126.965 40.499 126.44 40.1714C125.915 39.8438 125.501 39.3671 125.25 38.8027L133.385 35.4397L133.042 34.8554ZM124.75 36.8789C124.721 36.4416 124.779 36.0028 124.921 35.588C125.063 35.1732 125.286 34.7904 125.577 34.4619C125.868 34.1333 126.221 33.8655 126.617 33.6738C127.012 33.4821 127.442 33.3703 127.881 33.3449C128.342 33.3147 128.802 33.4201 129.203 33.6481C129.605 33.8761 129.931 34.2166 130.14 34.6274L124.75 36.8789ZM118.131 42.7499H120.804V24.9374H118.131V42.7499ZM113.756 32.3617H113.67C113.267 31.9127 112.774 31.5536 112.222 31.308C111.67 31.0624 111.072 30.9359 110.468 30.9367C108.906 31.0122 107.432 31.684 106.353 32.8128C105.274 33.9417 104.673 35.441 104.673 37.0001C104.673 38.5592 105.274 40.0585 106.353 41.1873C107.432 42.3161 108.906 42.9879 110.468 43.0634C111.074 43.0736 111.674 42.9513 112.228 42.7051C112.781 42.4589 113.273 42.0948 113.67 41.6384H113.756V42.5219C113.822 42.9764 113.786 43.4397 113.651 43.8787C113.516 44.3177 113.285 44.7214 112.975 45.0607C112.665 45.4 112.283 45.6666 111.857 45.8411C111.43 46.0157 110.971 46.0939 110.511 46.0702C109.844 46.0546 109.197 45.8417 108.652 45.4585C108.108 45.0753 107.69 44.5392 107.451 43.9184L105.121 44.8874C105.563 45.9488 106.311 46.8553 107.271 47.4921C108.23 48.1289 109.358 48.4673 110.511 48.4642C113.642 48.4642 116.229 46.6259 116.229 42.1514V31.3642H113.756V32.3617ZM110.725 40.7407C109.803 40.6597 108.945 40.2373 108.32 39.5568C107.694 38.8762 107.348 37.987 107.348 37.0642C107.348 36.1414 107.694 35.2521 108.32 34.5716C108.945 33.8911 109.803 33.4687 110.725 33.3877C111.624 33.4995 112.452 33.9348 113.051 34.6119C113.651 35.2889 113.982 36.161 113.982 37.0642C113.982 37.9674 113.651 38.8395 113.051 39.5165C112.452 40.1935 111.624 40.6289 110.725 40.7407ZM145.551 24.9374H139.161V42.7499H141.82V36.0097H145.551C146.304 36.0478 147.057 35.9328 147.764 35.6718C148.471 35.4108 149.118 35.0092 149.664 34.4913C150.211 33.9735 150.646 33.3503 150.943 32.6596C151.241 31.9689 151.394 31.2252 151.394 30.4736C151.394 29.722 151.241 28.9782 150.943 28.2875C150.646 27.5968 150.211 26.9736 149.664 26.4558C149.118 25.938 148.471 25.5363 147.764 25.2753C147.057 25.0143 146.304 24.8993 145.551 24.9374ZM145.551 33.4874H141.82V27.4169H145.622C146.043 27.3883 146.465 27.4461 146.861 27.5868C147.258 27.7274 147.622 27.9479 147.93 28.2346C148.238 28.5212 148.483 28.8679 148.651 29.253C148.819 29.6382 148.906 30.0536 148.906 30.4736C148.906 30.8935 148.819 31.3089 148.651 31.6941C148.483 32.0793 148.238 32.4259 147.93 32.7126C147.622 32.9992 147.258 33.2197 146.861 33.3604C146.465 33.501 146.043 33.5588 145.622 33.5302L145.551 33.4874ZM162.106 30.9367C161.132 30.8818 160.162 31.1114 159.317 31.5974C158.471 32.0833 157.786 32.8046 157.345 33.6727L159.719 34.6559C159.951 34.2249 160.305 33.8711 160.737 33.6381C161.169 33.4052 161.66 33.3033 162.149 33.3449C162.489 33.3034 162.833 33.3303 163.162 33.4239C163.492 33.5175 163.798 33.6759 164.065 33.8898C164.332 34.1037 164.552 34.3688 164.714 34.6692C164.876 34.9697 164.976 35.2996 165.008 35.6392V35.8244C164.137 35.3838 163.168 35.1729 162.192 35.2117C159.633 35.2117 157.045 36.6367 157.045 39.2302C157.07 39.7802 157.206 40.3195 157.444 40.8163C157.682 41.3131 158.018 41.7573 158.431 42.1227C158.844 42.488 159.326 42.7671 159.85 42.9433C160.373 43.1196 160.926 43.1895 161.477 43.1489C162.148 43.1889 162.818 43.0487 163.417 42.743C164.015 42.4372 164.52 41.977 164.88 41.4104H164.965V42.8354H167.553V35.8957C167.539 32.7322 165.166 30.9367 162.106 30.9367ZM161.777 40.6979C160.905 40.6979 159.69 40.2704 159.69 39.1874C159.69 37.7624 161.205 37.2922 162.549 37.2922C163.397 37.2655 164.237 37.4674 164.98 37.8764C164.889 38.66 164.512 39.3829 163.922 39.9082C163.332 40.4336 162.569 40.7247 161.777 40.7264V40.6979ZM176.917 31.3642L173.858 39.0877H173.758L170.584 31.3642H167.725L172.485 42.1514L169.783 48.1507H172.557L179.891 31.3642H176.917ZM152.885 42.7642H155.558V24.9374H152.885V42.7642Z' fill='white'/%3E%3Cpath d='M14.9399 10.7443C14.4705 11.3053 14.2351 12.0245 14.2823 12.7535V44.2603C14.2351 44.9893 14.4705 45.7085 14.9399 46.2695L15.04 46.3693L32.7388 28.7135V28.3003L15.0257 10.6445L14.9399 10.7443Z' fill='url(%23paint0_linear_342_30576)'/%3E%3Cpath d='M38.6427 34.599L32.7383 28.7137V28.3005L38.6427 22.3867H38.7856L45.7765 26.3482C47.778 27.474 47.778 29.3265 45.7765 30.4665L38.7856 34.5277L38.6427 34.599Z' fill='url(%23paint1_linear_342_30576)'/%3E%3Cpath d='M38.7857 34.5277L32.7383 28.5L14.9395 46.2698C15.3474 46.6272 15.8678 46.8314 16.4108 46.847C16.9538 46.8626 17.4851 46.6887 17.9131 46.3552L38.8 34.5277' fill='url(%23paint2_linear_342_30576)'/%3E%3Cpath d='M38.7863 22.4866L17.8994 10.6591C17.4726 10.323 16.9407 10.1474 16.397 10.1631C15.8533 10.1787 15.3325 10.3846 14.9258 10.7446L32.739 28.5001L38.7863 22.4866Z' fill='url(%23paint3_linear_342_30576)'/%3E%3Cpath opacity='0.2' d='M38.6427 34.3994L17.8988 46.1414C17.4851 46.4468 16.984 46.6117 16.4692 46.6117C15.9544 46.6117 15.4532 46.4468 15.0395 46.1414L14.9395 46.2554L15.0395 46.3552C15.4532 46.6606 15.9544 46.8255 16.4692 46.8255C16.984 46.8255 17.4851 46.6606 17.8988 46.3552L38.7857 34.5277L38.6427 34.3994Z' fill='black'/%3E%3Cpath opacity='0.12' d='M14.9399 46.0556C14.474 45.4982 14.2388 44.7847 14.2823 44.0605V44.26C14.2351 44.9891 14.4705 45.7083 14.9399 46.2693L15.04 46.1553L14.9399 46.0556Z' fill='black'/%3E%3Cpath opacity='0.12' d='M45.7771 30.3525L38.6289 34.3995L38.7719 34.5277L45.7628 30.5662C46.1622 30.3774 46.5046 30.0869 46.7556 29.7242C47.0065 29.3615 47.1572 28.9392 47.1924 28.5C47.1125 28.8954 46.9436 29.2676 46.6985 29.5885C46.4533 29.9094 46.1383 30.1706 45.7771 30.3525Z' fill='black'/%3E%3Cpath opacity='0.25' d='M17.8988 10.8732L45.7766 26.6622C46.1388 26.841 46.4556 27.0993 46.7033 27.4177C46.9509 27.7361 47.1229 28.1063 47.2062 28.5005C47.1686 28.0637 47.0168 27.6444 46.766 27.2844C46.5152 26.9244 46.174 26.6361 45.7766 26.4485L17.8988 10.6595C15.8974 9.53371 14.2676 10.4742 14.2676 12.7542V12.9537C14.2676 10.6737 15.8974 9.73321 17.8988 10.8732Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_342_30576' x1='31.1662' y1='12.4115' x2='7.25491' y2='36.4148' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2300A0FF'/%3E%3Cstop offset='0.01' stop-color='%2300A1FF'/%3E%3Cstop offset='0.26' stop-color='%2300BEFF'/%3E%3Cstop offset='0.51' stop-color='%2300D2FF'/%3E%3Cstop offset='0.76' stop-color='%2300DFFF'/%3E%3Cstop offset='1' stop-color='%2300E3FF'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_342_30576' x1='48.3784' y1='28.5' x2='13.7814' y2='28.5' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFE000'/%3E%3Cstop offset='0.41' stop-color='%23FFBD00'/%3E%3Cstop offset='0.78' stop-color='%23FFA500'/%3E%3Cstop offset='1' stop-color='%23FF9C00'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint2_linear_342_30576' x1='35.4975' y1='31.7775' x2='3.0647' y2='64.3157' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FF3A44'/%3E%3Cstop offset='1' stop-color='%23C31162'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint3_linear_342_30576' x1='10.4367' y1='0.256625' x2='24.9147' y2='14.7816' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2332A071'/%3E%3Cstop offset='0.07' stop-color='%232DA771'/%3E%3Cstop offset='0.48' stop-color='%2315CF74'/%3E%3Cstop offset='0.8' stop-color='%2306E775'/%3E%3Cstop offset='1' stop-color='%2300F076'/%3E%3C/linearGradient%3E%3CclipPath id='clip0_342_30576'%3E%3Crect width='193' height='57' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}

.underline-black {
  text-decoration: underline;
  text-decoration-color: #003512;
}

footer.footer .flex-center {
  display: flex;
  align-items: center;
}
footer.footer .footer-seals a {
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 0;
  padding-top: 0;
  text-decoration: underline;
}
footer.footer .footer-seals a img {
  margin-right: 30px;
}
footer.footer .footer-seals svg {
  padding-left: 10px;
}
footer.footer .footer-seals .text-underline {
  text-decoration: underline;
  font-size: 15px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.neon {
  background-color: #D2FA52 !important;
}
.neon a {
  color: #003512;
}

.eggshell {
  background-color: #f6f4e9 !important;
}

@media all and (min-width: 990px) {
  .ba-cta--grid.image-right {
    grid-template-areas: "content content bg bg" !important;
  }
  .ba-cta--grid.image-right .content-pad {
    padding-right: 50px;
  }
}

.ba-cta--grid .content-pad {
  max-width: 100%;
}
.ba-cta--grid .wp-block-buttons {
  align-items: center;
  gap: 30px 40px;
}
@media all and (min-width: 1281px) {
  .ba-cta--grid .wp-block-buttons {
    flex-wrap: nowrap;
  }
}
.ba-cta--grid .wp-block-buttons .wp-block-button.is-style-spruce-text-arrow-cta a {
  padding: 0;
  background-color: transparent;
  color: #003512;
  font-size: 19px;
  line-height: 22px;
  font-weight: 500;
  letter-spacing: -0.3px;
  text-decoration: none !important;
}
@media all and (min-width: 1281px) {
  .ba-cta--grid .wp-block-buttons .wp-block-button.is-style-spruce-text-arrow-cta a {
    width: 245px;
  }
}
@media (max-width: 1280.98px) and (min-width: 635px) {
  .ba-cta--grid .wp-block-buttons .wp-block-button.is-style-spruce-text-arrow-cta a {
    width: auto;
  }
}
.ba-cta--grid .wp-block-buttons .wp-block-button.is-style-spruce-text-arrow-cta a::after {
  display: inline-block;
  width: 13px;
  height: 13px;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='7' height='12' viewBox='0 0 7 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.325518 10.7856C-0.108398 10.3517 -0.108398 9.64821 0.325518 9.2143L3.98429 5.55553L0.325518 1.89676C-0.108398 1.46284 -0.108398 0.759326 0.325518 0.325411C0.759434 -0.108506 1.46295 -0.108506 1.89687 0.325411L6.34131 4.76986C6.77523 5.20377 6.77523 5.90729 6.34131 6.3412L1.89687 10.7856C1.46295 11.2196 0.759434 11.2196 0.325518 10.7856Z' fill='%23003512'/%3E%3C/svg%3E") !important;
  vertical-align: baseline;
  background-position: center center;
  background-repeat: no-repeat;
  transition: 150ms ease-in all;
  transform: translateX(8px);
}
.ba-cta--grid .wp-block-buttons .wp-block-button.is-style-spruce-text-arrow-cta a:hover:after, .ba-cta--grid .wp-block-buttons .wp-block-button.is-style-spruce-text-arrow-cta a:focus:after {
  transform: translateX(15px);
}

.js-disclaimer-link {
  color: #003512;
  text-decoration: underline;
  padding: 2px;
  background: transparent;
  border: 0px;
  line-height: 1;
  outline: 0;
  cursor: pointer;
  margin-left: -0.2em;
}
.js-disclaimer-link:hover, .js-disclaimer-link:focus {
  outline: 1px solid #003512;
  outline-offset: 1px;
  border-radius: 3px;
}

.js-disclaimer {
  font-size: 1.4rem;
  padding-left: 20px;
  padding-bottom: 20px;
  color: #003512;
  line-height: 1.5;
  font-weight: 400;
}
.js-disclaimer:hover, .js-disclaimer:focus {
  outline: 1px solid #003512;
  outline-offset: 1px;
  border-radius: 3px;
}

.js-disclaimer-active {
  cursor: pointer;
  font-weight: 700;
}

section.footer--disclaimers li button {
  display: none;
  cursor: pointer;
}
section.footer--disclaimers li.active {
  font-weight: 700;
}
section.footer--disclaimers li.active button {
  display: inline-block;
  width: 11px;
  height: 8px;
  margin-right: 10px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='6' viewBox='0 0 11 6' fill='none' xmlns='http://www.w3.org/2000/svg' data-di-rand='1640122160658' data-di-res-id='439f6cb7-7c439087'%3E%3Cpath d='M5.5 0L10.2631 6H0.73686L5.5 0Z' fill='%23262626'%3E%3C/path%3E%3C/svg%3E");
  background-size: auto;
  border: none;
  outline: none;
}
section.footer--disclaimers li.active button:hover, section.footer--disclaimers li.active button:focus {
  outline: 2px solid #003512;
  outline-offset: 3px;
}

.help-center-hero {
  background-color: #003512;
}
@media (min-width: 768px) and (max-width: 989.98px) {
  .help-center-hero {
    padding-top: 25px;
  }
}
.help-center-hero .ba-search-box-hero {
  display: block;
  padding: 120px 40px;
}
@media (min-width: 768px) and (max-width: 989.98px) {
  .help-center-hero .ba-search-box-hero {
    padding: 80px 40px;
  }
}
@media all and (max-width: 767.98px) {
  .help-center-hero .ba-search-box-hero {
    padding: 80px 25px;
  }
}
.help-center-hero .ba-search-box-hero--frame-hero {
  width: 100%;
  height: 80px;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  padding: 0 25px;
  position: relative;
  margin: 0;
  max-width: 1200px;
}
.help-center-hero .ba-search-box-hero--controls-hero {
  padding: 0 30px;
}
.help-center-hero .ba-search-box-hero--controls-hero form {
  position: relative;
}
.help-center-hero .ba-search-box-hero--controls-hero label {
  display: block;
  pointer-events: none;
  height: 0;
  transform: scale(1) translateY(-60px);
  transition: all 300ms ease;
  text-align: left;
  margin-top: -12px;
  color: #f6f4e9;
  font-family: "Freight", sans-serif;
  font-weight: 400;
  font-size: 64px;
  line-height: 1;
  letter-spacing: -1px;
}
@media (min-width: 540px) and (max-width: 767.98px) {
  .help-center-hero .ba-search-box-hero--controls-hero label {
    font-size: 44px;
    margin: 0;
  }
}
@media (min-width: 360px) and (max-width: 539.98px) {
  .help-center-hero .ba-search-box-hero--controls-hero label {
    font-size: 35px;
    margin: 0;
  }
}
@media all and (max-width: 359.98px) {
  .help-center-hero .ba-search-box-hero--controls-hero label {
    font-size: 30px;
    margin: 0;
  }
}
.help-center-hero .ba-search-box-hero--controls-hero input[type=search] {
  display: block;
  position: relative;
  border: none;
  border-bottom: 2px white solid;
  background-color: transparent;
  opacity: 1;
  width: 100%;
  height: 80px;
  line-height: 80px;
  -webkit-appearance: none;
  border-radius: 0;
  padding: 0;
  color: #f6f4e9;
  font-family: "Freight", sans-serif;
  font-weight: 400;
  font-size: 64px;
  line-height: 1;
  letter-spacing: -1px;
}
@media all and (max-width: 767.98px) {
  .help-center-hero .ba-search-box-hero--controls-hero input[type=search] {
    font-size: 44px;
  }
}
.help-center-hero .ba-search-box-hero--controls-hero input[type=search]:focus, .help-center-hero .ba-search-box-hero--controls-hero input[type=search]:hover {
  outline: none;
  border: none;
  border-bottom: 4px white solid;
}
.help-center-hero .ba-search-box-hero--controls-hero input[type=search]:focus ~ label, .help-center-hero .ba-search-box-hero--controls-hero input[type=search]:hover ~ label, .help-center-hero .ba-search-box-hero--controls-hero input[type=search]:valid ~ label {
  transform: scale(1) translateY(-115px);
  font-size: 32px;
  outline: none;
}
@media all and (max-width: 767.98px) {
  .help-center-hero .ba-search-box-hero--controls-hero input[type=search]:focus ~ label, .help-center-hero .ba-search-box-hero--controls-hero input[type=search]:hover ~ label, .help-center-hero .ba-search-box-hero--controls-hero input[type=search]:valid ~ label {
    font-size: 22px;
    transform: scale(1) translateY(-98px);
  }
}
.help-center-hero .ba-search-box-hero--controls-hero input[type=search]:valid ~ input[type=submit] {
  opacity: 1;
}
.help-center-hero .ba-search-box-hero--controls-hero input[type=submit] {
  position: absolute;
  top: 50%;
  margin-top: -24px;
  right: 25px;
  width: 48px;
  height: 48px;
  border-radius: 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 4L12.704 9.2652C13.1329 9.66116 13.1329 10.3388 12.704 10.7348L7 16' stroke='%23f6f4e9' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  background-size: 20px 20px;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: transparent;
  border: none;
  cursor: pointer;
  transition: transform 300ms ease;
  opacity: 1;
  right: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}
.help-center-hero .ba-search-box-hero--controls-hero input[type=submit]:hover, .help-center-hero .ba-search-box-hero--controls-hero input[type=submit]:focus {
  transform: translateY(-2px) scale(1.1);
  background-color: #D2FA52;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 4L12.704 9.2652C13.1329 9.66116 13.1329 10.3388 12.704 10.7348L7 16' stroke='%23262626' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  outline: none;
}

.explore-help-center-container {
  background-color: #f6f4e9;
  padding: 120px;
}
@media (min-width: 768px) and (max-width: 1399.98px) {
  .explore-help-center-container {
    padding: 80px 40px;
  }
}
@media all and (max-width: 767.98px) {
  .explore-help-center-container {
    padding: 60px 25px;
  }
}
.explore-help-center-container .explore-help-center-heading-row {
  max-width: 900px;
  margin: auto;
}
.explore-help-center-container .explore-help-center-heading-row .explore-help-center-col {
  text-align: center;
}
.explore-help-center-container .explore-help-center-category-row {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: auto;
  flex-wrap: wrap;
  align-items: stretch;
}
.explore-help-center-container .explore-help-center-category-row .help-center-category {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 25%;
  margin: 80px 0;
}
@media (min-width: 768px) and (max-width: 1399.98px) {
  .explore-help-center-container .explore-help-center-category-row .help-center-category {
    width: 50%;
    margin: 60px 0;
  }
}
@media all and (max-width: 767.98px) {
  .explore-help-center-container .explore-help-center-category-row .help-center-category {
    width: 100%;
    margin: 40px 0;
  }
}
.explore-help-center-container .explore-help-center-category-row .help-center-category img {
  margin: 0 auto 25px auto;
  width: 70px;
  height: auto;
}
.explore-help-center-container .explore-help-center-category-row .help-center-category a {
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: -0.25px;
}
.explore-help-center-container .explore-help-center-cta-row {
  text-align: center;
}
@media all and (max-width: 767.98px) {
  .explore-help-center-container .explore-help-center-cta-row {
    margin-top: 20px;
  }
}

.single-help main .ba-article {
  max-width: 768px;
}
.single-help main .ba-article .optional-learn-more-button-container {
  margin-bottom: 80px;
}
@media all and (max-width: 989.98px) {
  .single-help main .ba-article .optional-learn-more-button-container {
    margin-bottom: 60px;
  }
}
.single-help main .ba-article .ba--breadcrumbs {
  margin: 0;
}
@media all and (max-width: 989.98px) {
  .single-help main .ba-article hr {
    margin: 0;
  }
}
.single-help main .ba-article h1 {
  margin: 20px 0;
  padding: 0;
}
.single-help main .ba-article .last-updated-date {
  display: flex;
  margin-bottom: 50px;
}
.single-help main .ba-article .last-updated-date p {
  padding: 0;
}
.single-help main .ba-article .last-updated-date .icon {
  width: 32px;
  height: 32px;
  margin-right: 10px;
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 10C10 13.3 12.7 16 16 16C19.3 16 22 13.3 22 10V9H10V10ZM14.1 23.1L11 28H21L17.9 23.1C17 21.7 15 21.7 14.1 23.1Z' fill='%23003512'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8 2C7.44772 2 7 2.44772 7 3C7 3.55228 7.44772 4 8 4H9V10C9 12.5395 10.3679 14.7728 12.4037 16C10.3679 17.2272 9 19.4605 9 22V28H8C7.44772 28 7 28.4477 7 29C7 29.5523 7.44772 30 8 30H10H22H24C24.5523 30 25 29.5523 25 29C25 28.4477 24.5523 28 24 28H23V22C23 19.4605 21.6321 17.2272 19.5963 16C21.6321 14.7728 23 12.5395 23 10V4H24C24.5523 4 25 3.55228 25 3C25 2.44772 24.5523 2 24 2H22H10H8ZM21 28V22C21 19.2523 18.7477 17 16 17C13.2523 17 11 19.2523 11 22V28H21ZM21 10C21 12.7477 18.7477 15 16 15C13.2523 15 11 12.7477 11 10V4H21V10Z' fill='%23262626'/%3E%3C/svg%3E%0A");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.single-help main .article-helpful-vote {
  margin-bottom: 40px;
}
@media all and (max-width: 989.98px) {
  .single-help main .article-helpful-vote {
    margin-top: 40px;
  }
}
@media all and (max-width: 539.98px) {
  .single-help main .article-helpful-vote {
    gap: 20px;
    margin-bottom: 20px;
  }
  .single-help main .article-helpful-vote .helpful-buttons .row {
    gap: 10px;
  }
}
.single-help main .still-have-questions {
  padding: 0;
}
.single-help main .recommended-topics-container {
  padding-bottom: 0;
}
@media all and (max-width: 989.98px) {
  .single-help main .recommended-topics-container {
    padding-top: 60px;
  }
}
.single-help main .recommended-topics-container .recommended-heading-row hr {
  margin-bottom: 0;
}
@media all and (max-width: 989.98px) {
  .single-help main .recommended-topics-container .recommended-heading-row hr {
    margin-top: 20px;
  }
}
.single-help main .recommended-topics-container .recommended-heading-row .recommended-heading {
  text-align: left !important;
}
@media all and (max-width: 989.98px) {
  .single-help main .related-help-topics {
    gap: 0;
  }
}
.single-help main .related-help-topics .featured-card {
  border: none;
  background-color: transparent;
}
@media all and (max-width: 989.98px) {
  .single-help main .related-help-topics .featured-card .featured-text {
    padding: 40px 0 0 0;
  }
}

.text-arrow-cta {
  line-height: 22px;
  text-decoration: none !important;
}
.text-arrow-cta::after {
  display: inline-block;
  width: 13px;
  height: 13px;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='7' height='12' viewBox='0 0 7 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.325518 10.7856C-0.108398 10.3517 -0.108398 9.64821 0.325518 9.2143L3.98429 5.55553L0.325518 1.89676C-0.108398 1.46284 -0.108398 0.759326 0.325518 0.325411C0.759434 -0.108506 1.46295 -0.108506 1.89687 0.325411L6.34131 4.76986C6.77523 5.20377 6.77523 5.90729 6.34131 6.3412L1.89687 10.7856C1.46295 11.2196 0.759434 11.2196 0.325518 10.7856Z' fill='%23003512'/%3E%3C/svg%3E") !important;
  vertical-align: baseline;
  background-position: center center;
  background-repeat: no-repeat;
  transition: 150ms ease-in all;
  transform: translateX(8px);
}
.text-arrow-cta:hover:after, .text-arrow-cta:focus:after {
  transform: translateX(15px);
}

.all-topics .ba--catall--header {
  background-color: #f6f4e9;
}
.all-topics h1, .all-topics h2, .all-topics h3 {
  font-weight: 400;
}
.all-topics .all-topics-hero {
  padding-bottom: 120px;
}
.all-topics .all-topics-hero h1, .all-topics .all-topics-hero p {
  color: #003512;
}
.all-topics .all-topics-hero .ba--breadcrumbs a {
  color: #003512;
}
.all-topics .all-topics-hero .ba--catall--header--grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media all and (max-width: 989.98px) {
  .all-topics .all-topics-hero .ba--catall--header--grid {
    flex-direction: column;
  }
}
.all-topics .all-topics-hero .ba--catall--header--grid .featured-copy {
  width: 66%;
  padding-right: 150px;
}
@media all and (max-width: 989.98px) {
  .all-topics .all-topics-hero .ba--catall--header--grid .featured-copy {
    width: 100%;
    padding-right: 0;
    padding-bottom: 60px;
  }
}
.all-topics .all-topics-hero .ba--catall--header--grid .featured-image {
  width: 44%;
  padding-top: 34%;
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("data:image/svg+xml,%3Csvg width='361' height='261' viewBox='0 0 361 261' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M220.255 0.363525L79.6988 249.303H360.801L220.255 0.363525Z' fill='%23ADB9A6'/%3E%3Cpath d='M220.253 0.363525L182.31 67.5647H258.187L220.253 0.363525Z' fill='%23F5CC02'/%3E%3Cpath d='M105.021 63.304L0.000518799 249.304H210.041L105.021 63.304Z' fill='%23ADB9A6'/%3E%3Cpath d='M105.018 63.304L76.7061 113.516H133.33L105.018 63.304Z' fill='%23F5CC02'/%3E%3Cpath d='M68.0548 231.789H53.8177V260.502H68.0548V231.789Z' fill='%23003512'/%3E%3Cpath d='M89.2078 240.561L73.6425 213.597H82.8632L60.9342 175.606L38.9956 213.597H48.2259L32.6606 240.561H89.2078Z' fill='%23003512'/%3E%3Cpath d='M253.621 231.789H239.384V260.502H253.621V231.789Z' fill='%23003512'/%3E%3Cpath d='M274.778 240.561L259.213 213.597H268.443L246.504 175.606L224.575 213.597H233.796L218.231 240.561H274.778Z' fill='%23003512'/%3E%3Cpath d='M310.648 231.988H296.411V260.701H310.648V231.988Z' fill='%23003512'/%3E%3Cpath d='M341.931 235.935L323.662 203.591H338.635L319.305 170.101H330.761L303.529 122.927L276.288 170.101H287.744L268.414 203.591H283.387L265.127 235.935H341.931Z' fill='%23003512'/%3E%3C/svg%3E%0A");
}
@media all and (max-width: 989.98px) {
  .all-topics .all-topics-hero .ba--catall--header--grid .featured-image {
    width: 100%;
    background-size: contain;
    padding-top: 45%;
  }
}
.all-topics .ba--catall--listing {
  background-color: white;
}
.all-topics .ba--catall--listing .inner {
  padding: 120px 60px;
}
@media all and (min-width: 1500px) {
  .all-topics .ba--catall--listing .inner {
    padding: 120px 0;
  }
}
@media all and (max-width: 767.98px) {
  .all-topics .ba--catall--listing .inner {
    padding: 60px 25px;
  }
}
.all-topics .ba--catall--listing .inner .row {
  gap: 85px 110px;
}
@media all and (max-width: 1499.98px) {
  .all-topics .ba--catall--listing .inner .row {
    gap: 40px 85px;
  }
}
.all-topics .ba--catall--listing .inner .row h2, .all-topics .ba--catall--listing .inner .row p, .all-topics .ba--catall--listing .inner .row a {
  color: #003512;
}
.all-topics .ba--catall--listing .inner .row .ba--catall--listing--single {
  width: 28%;
}
@media (min-width: 990px) and (max-width: 1199.98px) {
  .all-topics .ba--catall--listing .inner .row .ba--catall--listing--single {
    width: 45%;
  }
}
@media (min-width: 768px) and (max-width: 989.98px) {
  .all-topics .ba--catall--listing .inner .row .ba--catall--listing--single {
    width: 43%;
  }
}
@media all and (max-width: 767.98px) {
  .all-topics .ba--catall--listing .inner .row .ba--catall--listing--single {
    width: 100%;
  }
}
.all-topics .ba--catall--listing .inner .row .ba--catall--listing--single h2 {
  font-size: 44px;
  line-height: 1;
  letter-spacing: -0.5px;
}
.all-topics .ba--catall--listing .inner .row .ba--catall--listing--single h2:hover a {
  color: #003512;
}

.help-center-topic-page .topic-hero {
  background-color: #f6f4e9;
}
.help-center-topic-page .topic-hero h1, .help-center-topic-page .topic-hero p, .help-center-topic-page .topic-hero a {
  color: #003512;
}
.help-center-topic-page .topic-hero h1 {
  font-weight: 400;
}
.help-center-topic-page .topic-hero .ba--catsingle--header--grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 80px 0;
}
@media all and (max-width: 989.98px) {
  .help-center-topic-page .topic-hero .ba--catsingle--header--grid {
    flex-direction: column;
  }
}
.help-center-topic-page .topic-hero .ba--catsingle--header--grid .featured-copy {
  width: 66%;
}
@media all and (max-width: 989.98px) {
  .help-center-topic-page .topic-hero .ba--catsingle--header--grid .featured-copy {
    width: 100%;
  }
}
.help-center-topic-page .topic-hero .ba--catsingle--header--grid .featured-card {
  width: 44%;
  margin-left: 60px;
}
@media all and (max-width: 989.98px) {
  .help-center-topic-page .topic-hero .ba--catsingle--header--grid .featured-card {
    width: 100%;
    background-size: contain;
    margin-left: 0;
  }
}
.help-center-topic-page .topic-hero .ba--catsingle--header--grid .featured-card .featured-text {
  display: flex;
}
.help-center-topic-page .topic-hero .ba--catsingle--header--grid .featured-card .featured-text .cat-star-icon {
  width: 50px;
  height: 50px;
  flex-basis: 50px;
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg width='50' height='50' viewBox='0 0 50 50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='50' height='50' rx='8' fill='%23005D1F'/%3E%3Cpath d='M24.1156 16.6763C24.4908 15.9652 25.5092 15.9652 25.8844 16.6763L27.9799 20.6479C28.1246 20.9221 28.3883 21.1137 28.6938 21.1666L33.1185 21.9322C33.9108 22.0693 34.2255 23.0379 33.6651 23.6145L30.5355 26.8346C30.3194 27.057 30.2186 27.367 30.2628 27.6739L30.902 32.1186C31.0164 32.9145 30.1924 33.5131 29.4709 33.1584L25.4412 31.177C25.163 31.0401 24.837 31.0401 24.5588 31.177L20.5291 33.1584C19.8076 33.5131 18.9836 32.9145 19.098 32.1186L19.7372 27.6739C19.7814 27.367 19.6806 27.057 19.4645 26.8346L16.3349 23.6145C15.7745 23.0379 16.0892 22.0693 16.8815 21.9322L21.3062 21.1666C21.6117 21.1137 21.8754 20.9221 22.0201 20.6479L24.1156 16.6763Z' fill='white'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 30px;
  flex: 0 0 auto;
}
.help-center-topic-page .ba--allposts-box .heading-row {
  justify-content: space-between;
}
.help-center-topic-page .ba--allposts-box .resource-filter-options {
  min-width: 380px;
}
.help-center-topic-page .ba--allposts-box .resource-filter-options fieldset {
  border: none;
  display: flex;
  gap: 50px;
}
@media all and (max-width: 989.98px) {
  .help-center-topic-page .ba--allposts-box .resource-filter-options fieldset {
    padding-left: 0;
    margin-left: 0;
  }
}

#ba-post-stage [aria-hidden=true] {
  display: none;
}

.ba-article .left-sidebar p {
  font-weight: 500;
}
@media all and (min-width: 990px) {
  .ba-article .social-sharing {
    margin-top: 80px;
  }
}
@media all and (max-width: 767.98px) {
  .ba-article h1 {
    padding-bottom: 0;
  }
}
.ba-article .tablet-post-info {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media all and (max-width: 767.98px) {
  .ba-article .tablet-post-info {
    flex-direction: column;
  }
}
.ba-article .tablet-post-info .category-date {
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media all and (max-width: 767.98px) {
  .ba-article .tablet-post-info .category-date {
    flex-direction: column;
    align-items: flex-start;
  }
}
.ba-article .tablet-post-info .category-date .post-category {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-right: 40px;
}
.ba-article .tablet-post-info .category-date .post-category p {
  font-weight: 500;
}

.news-center-homepage .news-center-homepage-hero {
  width: 100%;
  background-color: white;
  padding: 120px;
}
@media all and (max-width: 989.98px) {
  .news-center-homepage .news-center-homepage-hero {
    padding: 80px 40px;
  }
}
.news-center-homepage .news-center-homepage-hero .spruce-heading-bar {
  text-align: center;
}
.news-center-homepage .news-center-homepage-hero .spruce-heading-bar h1 {
  font-size: 64px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: -1px;
  color: #003512;
}
@media all and (max-width: 767.98px) {
  .news-center-homepage .news-center-homepage-hero .spruce-heading-bar h1 {
    font-size: 44px;
  }
}
.news-center-homepage .news-center-homepage-hero .spruce-heading-bar hr {
  border-color: #003512;
  height: 2px;
  max-width: 1380px;
  margin: 40px auto 80px auto;
}
@media all and (max-width: 1199.98px) {
  .news-center-homepage .news-center-homepage-hero .spruce-heading-bar hr {
    margin: 40px auto 60px auto;
  }
}
.news-center-homepage .news-center-homepage-hero--grid {
  background-color: white;
  width: 100%;
  margin: auto;
  height: auto;
  max-width: 1380px;
  display: grid;
  grid-template-rows: repeat(9, 1fr);
  grid-template-columns: repeat(21, 1fr);
  grid-template-areas: "mfs mfs mfs mfs mfs mfs mfs mfs mfs mfs mfs mfs es es sfs sfs sfs sfs sfs sfs sfs" "mfs mfs mfs mfs mfs mfs mfs mfs mfs mfs mfs mfs es es sfs sfs sfs sfs sfs sfs sfs" "mfs mfs mfs mfs mfs mfs mfs mfs mfs mfs mfs mfs es es sfs sfs sfs sfs sfs sfs sfs" "mfs mfs mfs mfs mfs mfs mfs mfs mfs mfs mfs mfs es es sfs sfs sfs sfs sfs sfs sfs" "mfs mfs mfs mfs mfs mfs mfs mfs mfs mfs mfs mfs es es sfs sfs sfs sfs sfs sfs sfs" "mfs mfs mfs mfs mfs mfs mfs mfs mfs mfs mfs mfs es es sfs sfs sfs sfs sfs sfs sfs" "mfs mfs mfs mfs mfs mfs mfs mfs mfs mfs mfs mfs es es sfs sfs sfs sfs sfs sfs sfs" "mfs mfs mfs mfs mfs mfs mfs mfs mfs mfs mfs mfs es es sfs sfs sfs sfs sfs sfs sfs" "mfs mfs mfs mfs mfs mfs mfs mfs mfs mfs mfs mfs es es sfs sfs sfs sfs sfs sfs sfs";
}
.news-center-homepage .news-center-homepage-hero--grid > [data-g=mfs] {
  grid-area: mfs;
}
.news-center-homepage .news-center-homepage-hero--grid > [data-g=es] {
  grid-area: es;
}
.news-center-homepage .news-center-homepage-hero--grid > [data-g=sfs] {
  grid-area: sfs;
}
.news-center-homepage .news-center-homepage-hero--grid > [data-g=sfs] {
  grid-area: sfs;
}
.news-center-homepage .news-center-homepage-hero--grid > [data-g=sfs] {
  grid-area: sfs;
}
@media all and (max-width: 1199.98px) {
  .news-center-homepage .news-center-homepage-hero--grid {
    align-items: center;
    grid-template-rows: repeat(2, 1fr);
    grid-template-columns: repeat(12, 1fr);
    grid-template-areas: "mfs mfs mfs mfs mfs mfs mfs mfs mfs mfs mfs mfs" "sfs sfs sfs sfs sfs sfs sfs sfs sfs sfs sfs sfs";
  }
}
.news-center-homepage .news-center-homepage-hero--grid .main-featured-spot .featured-card .featured-image {
  border-radius: 16px;
}
.news-center-homepage .news-center-homepage-hero--grid .main-featured-spot .featured-card .featured-text {
  padding: 40px 0 0 0;
}
.news-center-homepage .news-center-homepage-hero--grid .main-featured-spot .featured-card .featured-text .title {
  font-size: 44px;
  line-height: 1;
  letter-spacing: -0.5px;
}
@media all and (max-width: 767.98px) {
  .news-center-homepage .news-center-homepage-hero--grid .main-featured-spot .featured-card .featured-text .title {
    font-size: 36px;
  }
}
.news-center-homepage .news-center-homepage-hero--grid .secondary-featured-spot {
  border-top: 1px solid #003512;
}
.news-center-homepage .news-center-homepage-hero--grid .secondary-featured-spot .featured-card {
  border: none;
  background-color: transparent;
}
.news-center-homepage .news-center-homepage-hero--grid .secondary-featured-spot .featured-card .featured-text {
  padding: 60px 0;
}
@media all and (max-width: 1199.98px) {
  .news-center-homepage .news-center-homepage-hero--grid .secondary-featured-spot .featured-card .featured-text {
    padding: 40px 0;
  }
}
.news-center-homepage .news-center-homepage-hero--grid .secondary-featured-spot:first-of-type {
  border-top: none;
}
.news-center-homepage .news-center-homepage-hero--grid .secondary-featured-spot:first-of-type .featured-card .featured-text {
  padding-top: 0;
}
.news-center-homepage .news-center-homepage-hero--grid .secondary-featured-spot:last-of-type .featured-card .featured-text {
  padding-bottom: 0;
}
.news-center-homepage .spruce-in-the-news .featured-card .featured-text .category-label .green-font {
  color: #005d1f;
  font-weight: 400;
  font-size: 19px;
  line-height: 28px;
  letter-spacing: -0.3px;
}
.news-center-homepage .ba-home--3up-container {
  background-color: #f6f4e9;
}
.news-center-homepage .ba-home--3up-container h2, .news-center-homepage .ba-home--3up-container p {
  color: #003512;
}
.news-center-homepage .ba-home--3up-container .text-button {
  color: #003512;
}
.news-center-homepage .ba-home--3up-container .text-button::after {
  display: inline-block;
  width: 13px;
  height: 13px;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='7' height='12' viewBox='0 0 7 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.325518 10.7856C-0.108398 10.3517 -0.108398 9.64821 0.325518 9.2143L3.98429 5.55553L0.325518 1.89676C-0.108398 1.46284 -0.108398 0.759326 0.325518 0.325411C0.759434 -0.108506 1.46295 -0.108506 1.89687 0.325411L6.34131 4.76986C6.77523 5.20377 6.77523 5.90729 6.34131 6.3412L1.89687 10.7856C1.46295 11.2196 0.759434 11.2196 0.325518 10.7856Z' fill='%23003512'/%3E%3C/svg%3E") !important;
  vertical-align: baseline;
  background-position: center center;
  background-repeat: no-repeat;
  transition: 150ms ease-in all;
  transform: translateX(8px);
}
.news-center-homepage .ba-home--3up-container .text-button:hover, .news-center-homepage .ba-home--3up-container .text-button:focus {
  color: #003512;
}
.news-center-homepage .ba-home--3up-container .text-button:hover:after, .news-center-homepage .ba-home--3up-container .text-button:focus:after {
  transform: translateX(15px);
}
.news-center-homepage .ba-home--3up-container .featured-card .featured-text p {
  display: none;
}
.news-center-homepage .stories-from-spruce .ba-home--3up-container {
  background-color: white;
}
.news-center-homepage .stories-from-spruce .ba-home--3up-container .featured-card .featured-image {
  border-radius: 16px;
}
.news-center-homepage .stories-from-spruce .ba-home--3up-container .featured-card .featured-image .has-video-badge {
  border-radius: 0 0 16px 0;
}
.news-center-homepage .stories-from-spruce .ba-home--3up-container .featured-card .featured-text {
  padding: 30px 0 0 0;
}
.news-center-homepage .spruce-reviews h2 {
  font-size: 44px;
  line-height: 1;
}
@media all and (max-width: 767.98px) {
  .news-center-homepage .spruce-reviews h2 {
    font-size: 36px;
  }
}
@media all and (min-width: 990px) {
  .news-center-homepage .spruce-reviews .container {
    padding-bottom: 150px;
  }
}
@media all and (max-width: 989.98px) {
  .news-center-homepage .spruce-reviews .container {
    padding-bottom: 80px;
  }
}
.news-center-homepage .spruce-reviews .ba-button--neon {
  background-color: #D2FA52;
  color: #003512;
  font-weight: 600;
  outline: none;
  border: none;
  padding: 19px 95px;
  margin-top: 40px;
  transition: all ease 150ms;
}
.news-center-homepage .spruce-reviews .ba-button--neon:hover, .news-center-homepage .spruce-reviews .ba-button--neon:focus {
  cursor: pointer;
  background-color: #e5fb9f;
}
@media all and (max-width: 989.98px) {
  .news-center-homepage .spruce-reviews .ba-button--neon {
    margin-top: 40px;
  }
}
@media all and (max-width: 767.98px) {
  .news-center-homepage .spruce-reviews .ba-button--neon {
    width: 100%;
  }
}
.news-center-homepage .spruce-reviews .testimonial-slide .slide-content .testimonial-author-info .author-image {
  margin: auto;
  width: 80px;
  height: 80px;
  border-radius: 13px;
  background-color: #003512;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.news-center-homepage .spruce-reviews .testimonial-slider .slick-track .slick-slide .slide-content .testimonial-author-info .author-name {
  color: #005d1f;
  margin-top: 30px;
}
@media all and (max-width: 767.98px) {
  .news-center-homepage .spruce-reviews .testimonial-slider .slick-track .slick-slide .slide-content .testimonial-author-info .author-info-mobile-flex {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .news-center-homepage .spruce-reviews .testimonial-slider .slick-track .slick-slide .slide-content .testimonial-author-info .author-info-mobile-flex .author-image {
    width: 80px;
  }
  .news-center-homepage .spruce-reviews .testimonial-slider .slick-track .slick-slide .slide-content .testimonial-author-info .author-info-mobile-flex .author-text {
    width: calc(100% - 95px);
    margin-left: auto;
  }
  .news-center-homepage .spruce-reviews .testimonial-slider .slick-track .slick-slide .slide-content .testimonial-author-info .author-info-mobile-flex .author-text .author-name {
    margin-top: 0;
  }
}
.news-center-homepage .spruce-reviews .testimonial-slider .slick-track .slick-slide .slide-content .testimonial-author-info p {
  color: #003512;
}
.news-center-homepage .spruce-reviews .testimonial-slider .slick-track .slick-slide .slide-content .testimonial-copy .testimonial-content p, .news-center-homepage .spruce-reviews .testimonial-slider .slick-track .slick-slide .slide-content .testimonial-copy .testimonial-content a {
  color: #003512;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.1px;
  font-weight: 500;
  position: relative;
}
.news-center-homepage .spruce-reviews .testimonial-slider .slick-track .slick-slide .slide-content .testimonial-copy .testimonial-content a {
  text-decoration: underline;
}
.news-center-homepage .spruce-reviews .testimonial-slider .slick-track .slick-slide .slide-content .testimonial-copy .testimonial-content p:first-of-type:before {
  content: "''";
  position: absolute;
  top: 5px;
  left: -15px;
}
.news-center-homepage .spruce-reviews .testimonial-slider .slick-prev {
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 24C0 10.7452 10.7452 0 24 0V0C37.2548 0 48 10.7452 48 24V24C48 37.2548 37.2548 48 24 48V48C10.7452 48 0 37.2548 0 24V24Z' fill=''/%3E%3Cpath d='M27 30L21.296 24.7348C20.8671 24.3388 20.8671 23.6612 21.296 23.2652L27 18' stroke='%23f6f4e9' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  transition: 150ms ease-in all;
  transform: translate(0%, -40%);
}
.news-center-homepage .spruce-reviews .testimonial-slider .slick-prev:hover, .news-center-homepage .spruce-reviews .testimonial-slider .slick-prev:focus {
  transform: translate(-25%, -40%);
}
.news-center-homepage .spruce-reviews .testimonial-slider .slick-next {
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 24C0 10.7452 10.7452 0 24 0C37.2548 0 48 10.7452 48 24C48 37.2548 37.2548 48 24 48C10.7452 48 0 37.2548 0 24Z' fill=''/%3E%3Cpath d='M21 18L26.704 23.2652C27.1329 23.6612 27.1329 24.3388 26.704 24.7348L21 30' stroke='%23f6f4e9' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  transition: 150ms ease-in all;
  transform: translate(0%, -40%);
}
.news-center-homepage .spruce-reviews .testimonial-slider .slick-next:hover, .news-center-homepage .spruce-reviews .testimonial-slider .slick-next:focus {
  transform: translate(25%, -40%);
}
.news-center-homepage .spruce-reviews .testimonial-slider .slick-dots li button {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 12 12' style='enable-background:new 0 0 12 12;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23f6f4e9;%7D%0A%3C/style%3E%3Cg%3E%3Cpath class='st0' d='M6,11.75c-3.17,0-5.75-2.58-5.75-5.75S2.83,0.25,6,0.25S11.75,2.83,11.75,6S9.17,11.75,6,11.75z M6,0.89 C3.18,0.89,0.89,3.18,0.89,6S3.18,11.11,6,11.11S11.11,8.82,11.11,6S8.82,0.89,6,0.89z'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.news-center-homepage .spruce-reviews .testimonial-slider .slick-dots li button:focus {
  outline: 2px solid #f6f4e9;
}
.news-center-homepage .spruce-reviews .testimonial-slider .slick-dots .slick-active button {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 12 12' style='enable-background:new 0 0 12 12;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23f6f4e9;%7D%0A%3C/style%3E%3Cg%3E%3Ccircle class='st0' cx='6' cy='6' r='5.75'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.ba--catsingle--header--stories {
  padding-bottom: 0;
}
@media all and (min-width: 990px) {
  .ba--catsingle--header--stories .spruce-stories-text {
    padding-bottom: 120px;
  }
}
.ba--catsingle--header--stories .spruce-stories-img {
  text-align: center;
}
.ba--catsingle--header--stories .spruce-stories-img img {
  max-height: 380px;
  margin: auto;
}
@media all and (max-width: 767.98px) {
  .ba--catsingle--header--stories .spruce-stories-img img {
    max-width: 210px;
  }
}

.ba--catsingle--header--reviews .spruce-stories-img {
  text-align: center;
}
.ba--catsingle--header--reviews .spruce-stories-img img {
  max-height: 332px;
  margin: auto;
}
@media all and (max-width: 767.98px) {
  .ba--catsingle--header--reviews .spruce-stories-img img {
    max-width: 210px;
  }
}

.in-the-news-section .ba-post-stage {
  gap: 80px 40px;
}
@media (min-width: 768px) and (max-width: 989.98px) {
  .in-the-news-section .ba-post-stage {
    gap: 60px 40px;
  }
}
@media all and (max-width: 767.98px) {
  .in-the-news-section .ba-post-stage {
    gap: 40px;
  }
}
@media all and (max-width: 989.98px) {
  .in-the-news-section hr {
    margin-top: 0;
  }
}
.in-the-news-section .featured-card .featured-image {
  border-radius: 16px;
}
.in-the-news-section .featured-card .featured-text {
  padding: 30px 0 0 0;
}
.in-the-news-section .featured-card .featured-text .green-font {
  color: #003512;
  font-weight: 400;
  font-size: 19px;
  line-height: 28px;
  letter-spacing: -0.3px;
}

@media all and (min-width: 768px) {
  .all-stories-press-releases hr {
    margin-bottom: 80px;
  }
}
.all-stories-press-releases .ba-post-stage {
  gap: 80px 40px;
}
@media (min-width: 768px) and (max-width: 989.98px) {
  .all-stories-press-releases .ba-post-stage {
    gap: 60px 40px;
  }
}
@media all and (max-width: 767.98px) {
  .all-stories-press-releases .ba-post-stage {
    gap: 40px;
  }
}
.all-stories-press-releases .featured-card .featured-image {
  border-radius: 16px;
}
.all-stories-press-releases .featured-card .featured-text {
  padding: 30px 0 0 0;
}

.social-posts .ba--catsingle--social .featured-card h2, .social-posts .ba--catsingle--social .featured-card p, .social-posts .ba--catsingle--social .featured-card a {
  color: #003512;
}

.reviews-section .container {
  padding-top: 40px;
}
@media all and (min-width: 768px) {
  .reviews-section hr {
    margin-bottom: 80px;
  }
}
@media all and (max-width: 989.98px) {
  .reviews-section hr {
    margin-top: 0;
  }
}
.reviews-section .ba--pgitem:hover h2, .reviews-section .ba--pgitem:focus h2 {
  text-decoration: none;
}
.reviews-section .featured-review-link {
  border-top: 2px solid #f1f5f7;
  border-radius: 0;
  padding: 80px 0 40px 0;
}
@media all and (max-width: 767.98px) {
  .reviews-section .featured-review-link {
    padding: 60px 0 20px 0;
  }
}
.reviews-section .featured-review-link:first-of-type {
  border-top: none;
  padding-top: 0;
}
.reviews-section .featured-card--reviews {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
@media all and (max-width: 767.98px) {
  .reviews-section .featured-card--reviews {
    flex-direction: column;
  }
}
.reviews-section .featured-card--reviews .featured-image {
  width: 80px;
  height: 80px;
  padding: 0;
  border-radius: 13px;
}
.reviews-section .featured-card--reviews .featured-text {
  width: calc(100% - 120px);
  margin-left: auto;
  padding: 0;
}
.reviews-section .featured-card--reviews .featured-text a {
  color: #003512;
  text-decoration: underline;
}
@media all and (max-width: 767.98px) {
  .reviews-section .featured-card--reviews .featured-text {
    margin-top: 40px;
    width: 100%;
  }
}
.reviews-section .featured-card--reviews .featured-text .title {
  font-family: "Graphik Web", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.1px;
}
.reviews-section .featured-card--reviews .featured-text .category-label {
  font-size: 18px;
  line-height: 24px;
}
.reviews-section .featured-card--reviews .featured-text .green-font {
  color: #003512;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.3px;
}

.not-clickable {
  cursor: default;
}

@media all and (max-width: 989.98px) {
  .section-container {
    max-width: 610px;
  }
}
@media all and (max-width: 989.98px) {
  .section-container .section-intro-text {
    max-width: 610px;
  }
}
@media all and (max-width: 989.98px) {
  .section-container .section-featured-cards {
    max-width: 410px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 989.98px) and (min-width: 768px) {
  .news-center-single .single-h1 {
    padding-bottom: 10px;
  }
}
.news-center-single .wp-block-separator {
  border-bottom: 2px solid #d6dae0;
  width: 100% !important;
  margin: 60px auto 20px auto;
}
.news-center-single .col-8 h2 {
  margin: 0;
  padding: 40px 0;
  font-family: "Graphik Web", sans-serif;
  font-weight: 400px;
  font-size: 32px;
  line-height: 1;
  letter-spacing: -0.33px;
}

.family-brands-nav {
  width: 100%;
  height: 40px;
  background-color: #003512;
  padding: 0px 43px;
  display: block;
  transition: all ease 200ms;
}
.family-brands-nav .family-brands-row {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
}
@media all and (max-width: 759.98px) {
  .family-brands-nav .family-brands-row {
    justify-content: center;
  }
}
.family-brands-nav .family-brands-row .family-brand {
  height: 40px;
  width: 120px;
  background-color: transparent;
  transition: all ease 450ms;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.family-brands-nav .family-brands-row .family-brand:focus, .family-brands-nav .family-brands-row .family-brand:hover {
  cursor: pointer;
}
.family-brands-nav .family-brands-row .family-brand.hrb {
  background-color: #003512;
}
.family-brands-nav .family-brands-row .family-brand.hrb svg {
  width: 90px;
  height: 20.77px;
}
@media all and (max-width: 379.98px) {
  .family-brands-nav .family-brands-row .family-brand.hrb svg {
    width: 90%;
    height: auto;
  }
}
.family-brands-nav .family-brands-row .family-brand.hrb:hover, .family-brands-nav .family-brands-row .family-brand.hrb:focus {
  background-color: #005d1f;
}
.family-brands-nav .family-brands-row .family-brand.hrb:hover svg path, .family-brands-nav .family-brands-row .family-brand.hrb:focus svg path {
  fill: #ffffff !important;
}
.family-brands-nav .family-brands-row .family-brand.barc {
  background-color: #003512;
}
.family-brands-nav .family-brands-row .family-brand.barc svg {
  width: 80.07px;
  height: 16px;
}
@media all and (max-width: 379.98px) {
  .family-brands-nav .family-brands-row .family-brand.barc svg {
    width: 80%;
    height: auto;
  }
}
.family-brands-nav .family-brands-row .family-brand.barc:hover, .family-brands-nav .family-brands-row .family-brand.barc:focus {
  background-color: #005d1f;
}
.family-brands-nav .family-brands-row .family-brand.barc:hover svg path, .family-brands-nav .family-brands-row .family-brand.barc:focus svg path {
  fill: #ffffff !important;
}
.family-brands-nav .family-brands-row .family-brand.spruce {
  background-color: #ffffff;
}
.family-brands-nav .family-brands-row .family-brand.spruce svg {
  width: 49px;
  height: 21px;
}
.family-brands-nav .family-brands-row .family-brand.spruce svg path {
  fill: #003512 !important;
}
@media all and (max-width: 379.98px) {
  .family-brands-nav .family-brands-row .family-brand.spruce svg {
    width: 50%;
    height: auto;
  }
}
.family-brands-nav .family-brands-row .family-brand.spruce:hover, .family-brands-nav .family-brands-row .family-brand.spruce:focus {
  background-color: #ffffff;
}
.family-brands-nav .family-brands-row .family-brand.spruce:hover svg path, .family-brands-nav .family-brands-row .family-brand.spruce:focus svg path {
  fill: #003512 !important;
}

.family-brands-nav.show-fbn {
  opacity: 1;
  height: 40px;
}

.family-brands-nav.hide-fbn {
  opacity: 0;
  height: 0;
}

.spruce-search-mod {
  background-color: #fff;
}
.spruce-search-mod section {
  background-color: #fff;
}
.spruce-search-mod .addition-info-help-only.shown {
  margin-bottom: 40px;
}
.spruce-search-mod .addition-info-help-only.shown a {
  text-decoration: underline;
}
.spruce-search-mod .ba--breadcrumbs {
  margin-bottom: 90px !important;
}
@media (min-width: 768px) and (max-width: 989.98px) {
  .spruce-search-mod .ba--breadcrumbs {
    margin-bottom: 75px !important;
  }
}
@media all and (max-width: 767.98px) {
  .spruce-search-mod .ba--breadcrumbs {
    margin-bottom: 60px !important;
  }
}
.spruce-search-mod .spruce-search--no-results {
  max-width: 850px;
  margin: auto;
}
.spruce-search-mod .spruce-search--no-results .spruce-search--utoh {
  margin: auto;
  display: block;
  width: 160px;
  height: 160px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 160px 160px;
  background-image: url("data:image/svg+xml,%3Csvg width='200' height='200' viewBox='0 0 200 200' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M99.5007 170.01C133.524 170.01 161.106 163.115 161.106 154.61C161.106 146.104 133.524 139.209 99.5007 139.209C65.4771 139.209 37.8955 146.104 37.8955 154.61C37.8955 163.115 65.4771 170.01 99.5007 170.01Z' fill='%2300e9e9'/%3E%3Cpath opacity='0.3' d='M41.5527 173.314C48.1888 173.314 53.5684 171.969 53.5684 170.309C53.5684 168.65 48.1888 167.304 41.5527 167.304C34.9167 167.304 29.5371 168.65 29.5371 170.309C29.5371 171.969 34.9167 173.314 41.5527 173.314Z' fill='%2300e9e9'/%3E%3Cpath d='M110.494 149.685C127.773 149.685 141.781 135.677 141.781 118.398C141.781 101.119 127.773 87.1108 110.494 87.1108C93.2147 87.1108 79.207 101.119 79.207 118.398C79.207 135.677 93.2147 149.685 110.494 149.685Z' fill='%2300e9e9'/%3E%3Cpath d='M68.2139 156.253C68.2139 138.973 82.2209 124.966 99.5009 124.966C116.781 124.966 130.788 138.973 130.788 156.253' fill='%2300e9e9'/%3E%3Cpath d='M165.312 24.6572L95.9512 90.6963L141.839 117.505L165.312 24.6572Z' fill='%23D68000'/%3E%3C/svg%3E%0A");
}
.spruce-search-mod .spruce-search--no-results .spruce-heading--large, .spruce-search-mod .spruce-search--no-results .spruce-heading--p {
  padding: 0;
  margin: 0;
}
.spruce-search-mod .spruce-search--no-results .spruce-heading--large {
  margin-bottom: 10px;
  margin-top: 20px;
}
.spruce-search-mod .spruce-search--no-results ul {
  text-align: left;
  margin-bottom: 60px;
  margin-top: 20px;
}
.spruce-search-mod .spruce-search--no-results .ba-button {
  min-width: 320px;
}
.spruce-search-mod .featured-card {
  display: block;
  margin-bottom: 40px;
  width: 100%;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}
.spruce-search-mod .featured-card:hover, .spruce-search-mod .featured-card:focus {
  transform: scale(1);
}
.spruce-search-mod .search-context {
  text-align: center;
}
.spruce-search-mod main, .spruce-search-mod section {
  background-color: #fff;
}
.spruce-search-mod hr {
  border-top: 1px solid #D6DAE0;
  width: 100%;
  margin: 40px 0 0 0;
}
.spruce-search-mod .post-title, .spruce-search-mod p {
  color: #003512;
}
.spruce-search-mod .post-title {
  font-size: 30px;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: -0.25px;
}
@media all and (max-width: 767.98px) {
  .spruce-search-mod .post-title {
    font-size: 24px;
    line-height: 28px;
  }
}
.spruce-search-mod .ba-button {
  outline: none;
  border: 2px solid #003512;
  background-color: transparent;
  color: #003512;
  font-weight: 600;
  margin-top: 40px;
  transition: all ease 150ms;
  max-width: 330px;
  margin: auto;
}
@media all and (max-width: 767.98px) {
  .spruce-search-mod .ba-button {
    width: 100%;
  }
}
.spruce-search-mod .ba-button:hover, .spruce-search-mod .ba-button:focus {
  background-color: #003512;
  color: white;
  text-decoration: none;
}
.spruce-search-mod .spruce-heading--large {
  font-family: "Freight", sans-serif;
  color: #003512;
  font-size: 64px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -1px;
}
@media only screen and (max-width: 767.98px) {
  .spruce-search-mod .spruce-heading--large {
    font-size: 44px;
  }
}
.spruce-search-mod .spruce-heading--medium {
  font-family: "Freight", sans-serif;
  color: #003512;
  font-size: 44px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.5px;
}
@media only screen and (max-width: 767.98px) {
  .spruce-search-mod .spruce-heading--medium {
    font-size: 36px;
  }
}
.spruce-search-mod .spruce-heading--small {
  font-family: "Graphik Web", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: -0.343px;
  color: #003512;
}
@media only screen and (max-width: 767.98px) {
  .spruce-search-mod .spruce-heading--small {
    font-size: 19px;
  }
}
.spruce-search-mod .spruce-heading--p {
  font-family: "Graphik Web", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.1px;
  color: #003512;
}
.spruce-search-mod .spruce-heading--p--bold {
  font-weight: 600;
}
@media only screen and (max-width: 767.98px) {
  .spruce-search-mod .spruce-heading--p {
    font-size: 16px;
  }
}
.spruce-search-mod a.spruce-heading--p {
  text-decoration: underline;
  transition: all ease 250ms;
}
.spruce-search-mod .spruce-standard-padding {
  padding: 90px 120px;
}
@media (min-width: 768px) and (max-width: 989.98px) {
  .spruce-search-mod .spruce-standard-padding {
    padding: 75px;
  }
}
@media all and (max-width: 767.98px) {
  .spruce-search-mod .spruce-standard-padding {
    padding: 60px 25px;
  }
}
.spruce-search-mod .no-top-padding {
  padding-top: 0 !important;
}
.spruce-search-mod .spruce-max-width {
  max-width: 1560px;
  margin-left: auto;
  margin-right: auto;
}
.spruce-search-mod .spruce-search .tic-arrow-cta {
  font-size: 19px;
  font-weight: 600;
  line-height: 1.47;
  color: #003512;
  position: relative;
  position: absolute;
  height: 30px;
  width: 100px;
  bottom: 15px;
  right: 0;
  padding: 0;
}
.spruce-search-mod .spruce-search .tic-arrow-cta input {
  font-weight: 600 !important;
  letter-spacing: -0.4px !important;
}
.spruce-search-mod .spruce-search .tic-arrow-cta:after {
  content: "";
  position: absolute;
  width: 9px;
  height: 14px;
  top: calc((100% - 14px) / 2);
  right: -20px;
  transition: all ease 250ms;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='14' viewBox='0 0 9 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6.70396 6.2652C7.13292 6.66116 7.13292 7.33884 6.70396 7.7348L1 13' stroke='%23003512' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}
.spruce-search-mod .spruce-search .tic-arrow-cta:hover, .spruce-search-mod .spruce-search .tic-arrow-cta:focus {
  text-decoration: underline;
  color: #003512;
}
@media all and (min-width: 768px) {
  .spruce-search-mod .spruce-search .tic-arrow-cta:hover:after, .spruce-search-mod .spruce-search .tic-arrow-cta:focus:after {
    right: -30px;
  }
}
@media all and (max-width: 767.98px) {
  .spruce-search-mod .spruce-search .tic-arrow-cta {
    display: inline-block;
    width: 48px;
    height: 48px;
    border-radius: 48px;
    background-color: transparent;
    transition: all ease 250ms;
  }
  .spruce-search-mod .spruce-search .tic-arrow-cta:hover, .spruce-search-mod .spruce-search .tic-arrow-cta:focus {
    background-color: #003512;
  }
  .spruce-search-mod .spruce-search .tic-arrow-cta:hover:after, .spruce-search-mod .spruce-search .tic-arrow-cta:focus:after {
    pointer-events: none;
    background-image: url("data:image/svg+xml,%3Csvg width='9' height='14' viewBox='0 0 9 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6.70396 6.2652C7.13292 6.66116 7.13292 7.33884 6.70396 7.7348L1 13' stroke='%23ffffff' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  }
}
.spruce-search-mod .spruce-search .tic-arrow-cta:after {
  right: 10px;
}
@media all and (max-width: 767.98px) {
  .spruce-search-mod .spruce-search .tic-arrow-cta:after {
    right: 18px;
  }
}
@media all and (min-width: 768px) {
  .spruce-search-mod .spruce-search .tic-arrow-cta:focus::after, .spruce-search-mod .spruce-search .tic-arrow-cta:hover::after {
    right: 0;
  }
}
.spruce-search-mod .spruce-search .tic-arrow-cta input {
  width: auto;
  height: auto;
  opacity: 1;
  position: absolute;
  bottom: 0;
  padding: 0;
  background: transparent;
  outline: none;
  border: none;
  color: #003512;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.47;
  cursor: pointer;
}
@media all and (max-width: 767.98px) {
  .spruce-search-mod .spruce-search .tic-arrow-cta input {
    opacity: 0;
    display: inline-block;
    width: 48px;
    height: 48px;
    background-color: #003512;
    border-radius: 48px;
  }
}
.spruce-search-mod .spruce-search .tic-arrow-cta input:hover, .spruce-search-mod .spruce-search .tic-arrow-cta input:focus {
  outline: none;
  text-decoration: underline;
  color: #003512;
}
@media all and (min-width: 768px) {
  .spruce-search-mod .spruce-search--page .spruce-button {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
}
.spruce-search-mod .spruce-search--page .spruce-button.load-more-button {
  margin-top: 80px;
}
.spruce-search-mod .spruce-search--page .search-back-to-top {
  display: inline-block;
  margin-top: 40px;
  text-decoration: underline;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  letter-spacing: -0.1px;
  color: #003512;
  transition: all ease 250ms;
}
.spruce-search-mod .spruce-search--page .search-back-to-top:focus, .spruce-search-mod .spruce-search--page .search-back-to-top:hover {
  color: #003512;
}
.spruce-search-mod .spruce-search--page .inner {
  max-width: 760px;
  margin: 0 auto;
}
.spruce-search-mod .spruce-search--page .inner.no-results-width {
  max-width: 1000px;
}
.spruce-search-mod .spruce-search--page .ba-search-box--controls {
  position: relative;
}
.spruce-search-mod .spruce-search--page .search-result-metrics {
  padding-top: 80px;
}
@media all and (max-width: 767.98px) {
  .spruce-search-mod .spruce-search--page .search-result-metrics {
    padding-top: 40px;
  }
}
.spruce-search-mod .spruce-search--page .search-result-metrics hr {
  margin: 0;
}
.spruce-search-mod .spruce-search--page--results a {
  padding: 20px 0;
  display: block;
}
.spruce-search-mod .spruce-search--page--results a:hover, .spruce-search-mod .spruce-search--page--results a:focus {
  outline-offset: 10px;
}
.spruce-search-mod .spruce-search--page--results .search-context {
  padding: 10px 0 40px 0;
}
.spruce-search-mod .spruce-search--page .ba-post--loadmore {
  margin-bottom: 30px;
}
.spruce-search-mod .spruce-search .spruce-search-box {
  display: none;
  background-color: #fff;
}
.spruce-search-mod .spruce-search .spruce-search-box--frame {
  position: absolute;
  width: 100%;
  max-width: 670px;
  height: 80px;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  padding: 0 25px;
}
.spruce-search-mod .spruce-search .spruce-search-box--controls form {
  position: relative;
}
.spruce-search-mod .spruce-search .spruce-search-box--controls label {
  display: block;
  pointer-events: none;
  height: 0;
  font-weight: 600;
  font-size: 32px;
  line-height: 1;
  letter-spacing: -0.8px;
  color: #003512;
  transform: scale(1) translateY(-60px);
  transition: all 300ms ease;
  text-align: left;
  font-family: "Freight", sans-serif;
  font-size: 44px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.5px;
}
.spruce-search-mod .spruce-search .spruce-search-box--controls input[type=search] {
  display: block;
  position: relative;
  border: none;
  border-bottom: 2px #003512 solid;
  background-color: transparent;
  opacity: 1;
  width: 100%;
  height: 80px;
  line-height: 80px;
  -webkit-appearance: none;
  border-radius: 0;
  padding: 0;
}
.spruce-search-mod .spruce-search .spruce-search-box--controls input[type=search]:focus, .spruce-search-mod .spruce-search .spruce-search-box--controls input[type=search]:hover {
  outline: none;
  border: none;
  border-bottom: 4px #003512 solid;
}
.spruce-search-mod .spruce-search .spruce-search-box--controls input[type=search]:hover + label, .spruce-search-mod .spruce-search .spruce-search-box--controls input[type=search]:focus + label, .spruce-search-mod .spruce-search .spruce-search-box--controls input[type=search]:not(:placeholder-shown) + label {
  transform: scale(1) translateY(-115px);
  font-size: 30px;
  outline: none;
}
@media all and (max-width: 767.98px) {
  .spruce-search-mod .spruce-search .spruce-search-box--controls input[type=search]:hover + label, .spruce-search-mod .spruce-search .spruce-search-box--controls input[type=search]:focus + label, .spruce-search-mod .spruce-search .spruce-search-box--controls input[type=search]:not(:placeholder-shown) + label {
    font-size: 21px;
  }
}
.spruce-search-mod .spruce-search .spruce-search-box .action--close-search {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 48px;
  height: 48px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24'%3E%3Cg fill='none'%3E%3Cpath d='M8.8 7.4L8.9 7.5 12 10.6 15.1 7.5 15.2 7.4C15.6 7.1 16.1 7.1 16.5 7.5 16.9 7.9 16.9 8.4 16.6 8.8L16.5 8.9 13.4 12 16.5 15.1C16.9 15.5 16.9 16.1 16.5 16.5 16.1 16.9 15.6 16.9 15.2 16.6L15.1 16.5 12 13.4 8.9 16.5 8.8 16.6C8.4 16.9 7.9 16.9 7.5 16.5 7.1 16.1 7.1 15.6 7.4 15.2L7.5 15.1 10.6 12 7.5 8.9C7.1 8.5 7.1 7.9 7.5 7.5 7.9 7.1 8.4 7.1 8.8 7.4Z' fill='%23262626'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
}
.spruce-search-mod .spruce-search .spruce-search-box .action--close-search:focus, .spruce-search-mod .spruce-search .spruce-search-box .action--close-search:hover {
  outline: 2px solid #003512;
}
.spruce-search-mod .spruce-search .spruce-search-box #searchbox-logo {
  position: absolute;
  top: 25px;
  left: 25px;
}
.spruce-search-mod .spruce-search .spruce-search-box #searchbox-logo:focus, .spruce-search-mod .spruce-search .spruce-search-box #searchbox-logo:hover {
  outline: 2px solid #003512;
  outline-offset: 5px;
}
.spruce-search-mod .spruce-search-reset-row {
  width: 100%;
  text-align: right;
  padding: 40px 0 60px 0;
}
@media all and (max-width: 1199.98px) {
  .spruce-search-mod .spruce-search-reset-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
@media all and (min-width: 1200px) {
  .spruce-search-mod .spruce-search-reset-row .total-post-count {
    display: none;
  }
}
.spruce-search-mod .spruce-search-reset-row .spruce-reset-search-button {
  color: #003512;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.1px;
  text-decoration: underline;
}
.spruce-search-mod .spruce-search-filter-bar {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px;
}
@media all and (max-width: 767.98px) {
  .spruce-search-mod .spruce-search-filter-bar {
    gap: 20px;
  }
}
.spruce-search-mod .spruce-search-filter-bar .total-post-count {
  width: calc(100% - 80px - 660px);
}
@media all and (max-width: 1199.98px) {
  .spruce-search-mod .spruce-search-filter-bar .total-post-count {
    display: none;
  }
}
.spruce-search-mod .ba--pgitem[aria-hidden=true] {
  display: none;
}

.category .spruce-search-mod .spruce-search-stage, .tax-help-center-topics .spruce-search-mod .spruce-search-stage {
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 85px;
}
@media all and (max-width: 1199.98px) {
  .category .spruce-search-mod .spruce-search-stage, .tax-help-center-topics .spruce-search-mod .spruce-search-stage {
    gap: 40px;
  }
}
.category .spruce-search-mod .spruce-search-stage .featured-card, .tax-help-center-topics .spruce-search-mod .spruce-search-stage .featured-card {
  width: calc((100% - 170px) / 3);
  margin: 0;
}
@media (min-width: 990px) and (max-width: 1199.98px) {
  .category .spruce-search-mod .spruce-search-stage .featured-card, .tax-help-center-topics .spruce-search-mod .spruce-search-stage .featured-card {
    width: calc((100% - 80px) / 2);
  }
}
@media all and (max-width: 989.98px) {
  .category .spruce-search-mod .spruce-search-stage .featured-card, .tax-help-center-topics .spruce-search-mod .spruce-search-stage .featured-card {
    width: 100%;
    margin: auto;
    max-width: 500px;
  }
}
.category .spruce-search-mod .spruce-post--loadmore, .tax-help-center-topics .spruce-search-mod .spruce-post--loadmore {
  margin-top: 85px;
}
.category .spruce-search-mod .spruce-post--loadmore .load-more-button, .tax-help-center-topics .spruce-search-mod .spruce-post--loadmore .load-more-button {
  padding: 0;
  border: none;
  background-color: transparent;
  position: relative;
  transition: all ease 250ms;
  max-width: none;
}
.category .spruce-search-mod .spruce-post--loadmore .load-more-button::after, .tax-help-center-topics .spruce-search-mod .spruce-post--loadmore .load-more-button::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  top: calc((100% - 24px) / 2);
  right: calc(50% - 80px);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23.4999 12.4536C23.4999 18.2256 18.6085 22.9754 12.4858 22.9754C6.36301 22.9754 1.47168 18.2256 1.47168 12.4536C1.47168 6.68155 6.36301 1.93176 12.4858 1.93176C18.6085 1.93176 23.4999 6.68155 23.4999 12.4536Z' stroke='%23003512' stroke-width='2'/%3E%3Cpath d='M12.499 9.47205V15.4355' stroke='%23003512' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15.6102 12.4537H9.38794' stroke='%23003512' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  transition: all ease 250ms;
}
.category .spruce-search-mod .spruce-post--loadmore .load-more-button:hover, .category .spruce-search-mod .spruce-post--loadmore .load-more-button:focus, .tax-help-center-topics .spruce-search-mod .spruce-post--loadmore .load-more-button:hover, .tax-help-center-topics .spruce-search-mod .spruce-post--loadmore .load-more-button:focus {
  color: #003512;
  text-decoration: underline;
}
.category .spruce-search-mod .spruce-post--loadmore .load-more-button:hover::after, .category .spruce-search-mod .spruce-post--loadmore .load-more-button:focus::after, .tax-help-center-topics .spruce-search-mod .spruce-post--loadmore .load-more-button:hover::after, .tax-help-center-topics .spruce-search-mod .spruce-post--loadmore .load-more-button:focus::after {
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='%23003512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23.4999 12.4536C23.4999 18.2256 18.6085 22.9754 12.4858 22.9754C6.36301 22.9754 1.47168 18.2256 1.47168 12.4536C1.47168 6.68155 6.36301 1.93176 12.4858 1.93176C18.6085 1.93176 23.4999 6.68155 23.4999 12.4536Z' stroke='%23003512' stroke-width='2'/%3E%3Cpath d='M12.499 9.47205V15.4355' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15.6102 12.4537H9.38794' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
@media all and (max-width: 989.98px) {
  .category .spruce-search-mod .spruce-post--loadmore, .tax-help-center-topics .spruce-search-mod .spruce-post--loadmore {
    margin-top: 40px;
  }
}

.custom-select {
  position: relative;
  width: 100%;
}
@media all and (min-width: 1200px) {
  .custom-select {
    max-width: 330px;
  }
}
@media (max-width: 1199.98px) and (min-width: 768px) {
  .custom-select {
    width: calc((100% - 40px) / 2);
  }
}

.custom-select select {
  display: none;
}

.tic-show-hide-search-filters {
  position: relative;
  background: #e8eef1;
  border: 2px solid #e8eef1;
  padding: 24px 20px;
  color: #003512;
  font-size: 18px;
  line-height: 1.56;
  cursor: pointer;
  border-radius: 16px;
  width: 100%;
}
@media all and (min-width: 1200px) {
  .tic-show-hide-search-filters {
    max-width: 330px;
  }
}
@media (max-width: 1199.98px) and (min-width: 768px) {
  .tic-show-hide-search-filters {
    width: calc((100% - 40px) / 2);
  }
}

.tic-show-hide-search-filters:after {
  content: "";
  position: absolute;
  top: calc((100% - 24px) / 2);
  right: 20px;
  transition: 0.5s;
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='18' viewBox='0 0 24 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='10' y='3' width='14' height='2' rx='1' fill='%23262626'/%3E%3Crect y='3' width='6' height='2' rx='1' fill='%23262626'/%3E%3Crect y='13' width='13' height='2' rx='1' fill='%23262626'/%3E%3Crect x='18' y='13' width='6' height='2' rx='1' fill='%23262626'/%3E%3Ccircle cx='8' cy='4' r='3' stroke='%23262626' stroke-width='2'/%3E%3Ccircle cx='16' cy='14' r='3' fill='%23008427' stroke='%23262626' stroke-width='2'/%3E%3C/svg%3E%0A");
}

.selected-item {
  background: #e8eef1;
  border: 2px solid #e8eef1;
  padding: 24px 20px;
  color: #003512;
  font-size: 18px;
  line-height: 1.56;
  cursor: pointer;
  z-index: 99;
  border-radius: 16px;
  width: 100%;
}

.selected-item:after {
  content: "";
  position: absolute;
  top: calc((100% - 15px) / 2);
  right: 20px;
  transition: 0.5s;
  width: 15px;
  height: 15px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='9' viewBox='0 0 15 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.00391 1L6.2691 6.70396C6.66507 7.13292 7.34275 7.13292 7.73871 6.70396L13.0039 1' stroke='%23262626' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}

.arrowanim {
  border: 2px solid #00e9e9;
}

.arrowanim.selected-item:after {
  transform: rotate(180deg);
}

.item {
  background: white;
  padding: 10px 20px;
  color: #003512;
  cursor: pointer;
  transition: all ease 350ms;
  border-radius: 0 !important;
  margin-top: -2px;
}
.item:first-of-type {
  margin-top: 0;
}

.item:hover {
  background: #e8eef1;
}

.custom-select .all-items {
  /* ===== Scrollbar CSS ===== */
  /* Firefox */
  /* Chrome, Edge, and Safari */
}
.custom-select .all-items * {
  scrollbar-width: auto;
  scrollbar-color: #e8eef1 #ffffff;
  border-radius: 0 16px 16px 0;
}
.custom-select .all-items *::-webkit-scrollbar {
  width: 13px;
}
.custom-select .all-items *::-webkit-scrollbar-track {
  background: #ffffff;
  border-radius: 0 16px 16px 0;
}
.custom-select .all-items *::-webkit-scrollbar-thumb {
  background-color: #e8eef1;
  border-radius: 10px;
  border: 3px solid #ffffff;
}

.all-items {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 100;
  margin-top: 10px;
  max-height: 250px;
  overflow-y: auto;
  border-radius: 16px;
  box-shadow: 0px 0px 10px rgba(0, 53, 18, 0.3137254902);
}

.all-items-hide {
  display: none;
}

.sdf {
  border: 1px solid red;
}

.ac-filtering-results {
  padding-top: 120px;
}
@media (min-width: 768px) and (max-width: 989.98px) {
  .ac-filtering-results {
    padding-top: 80px;
  }
}
@media all and (max-width: 767.98px) {
  .ac-filtering-results {
    padding-top: 60px;
  }
}
.ac-filtering-results .countries-list {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  -o-column-count: 3;
  column-count: 3;
}
@media (min-width: 768px) and (max-width: 989.98px) {
  .ac-filtering-results .countries-list {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    -o-column-count: 2;
    column-count: 2;
  }
}
@media all and (max-width: 767.98px) {
  .ac-filtering-results .countries-list {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    -o-column-count: 1;
    column-count: 1;
  }
}
.ac-filtering-results .countries-list p {
  margin-bottom: 15px;
  width: calc(100% - 85px);
}
@media (min-width: 768px) and (max-width: 989.98px) {
  .ac-filtering-results .countries-list p {
    width: calc(100% - 40px);
  }
}
@media all and (max-width: 767.98px) {
  .ac-filtering-results .countries-list p {
    width: 100%;
  }
}
.ac-filtering-results .countries-list p a:after {
  display: inline-block;
  vertical-align: middle;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='15' viewBox='0 0 9 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6.70396 6.7652C7.13292 7.16116 7.13292 7.83884 6.70396 8.2348L1 13.5' stroke='%23262626' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 7px;
  height: 12.5px;
  transition: transform ease-in-out 300ms;
  transform: translateX(10px);
}
.ac-filtering-results .countries-list p a:hover:after, .ac-filtering-results .countries-list p a:focus:after {
  transform: translateX(15px);
}

.wp-block-eedee-block-gutenslider.content-change {
  height: auto !important;
}

.breadcrumb-current a {
  color: #003512 !important;
}
.breadcrumb-current a:hover, .breadcrumb-current a:focus {
  cursor: text;
  text-decoration: none;
}
.breadcrumb-current a:hover span, .breadcrumb-current a:focus span {
  cursor: text;
  text-decoration: none;
}

.single-body .breadcrumb-current a {
  color: #003512 !important;
}
.single-body .breadcrumb-current a:hover, .single-body .breadcrumb-current a:focus {
  cursor: pointer;
  text-decoration: underline;
}
.single-body .breadcrumb-current a:hover span, .single-body .breadcrumb-current a:focus span {
  cursor: pointer;
  text-decoration: underline;
}

.ba-alert {
  background-color: #D2FA52 !important;
  color: #003512 !important;
}
.ba-alert p:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 24px;
  height: inherit;
  margin-right: 15px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3Qgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiByeD0iNCIgZmlsbD0iIzAwMzUxMiIvPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTYuNSA1LjVDNS42NzM4NiA1LjUgNSA2LjE3Mzg2IDUgN1Y4VjE4QzUgMTguMjYzNiA1LjA5MDA2IDE4LjUyMjIgNS4yODM5NSAxOC43MTYxQzUuNDc3ODQgMTguOTA5OSA1LjczNjM4IDE5IDYgMTlIMTNDMTMuMjc2MSAxOSAxMy41IDE4Ljc3NjEgMTMuNSAxOC41QzEzLjUgMTguMjIzOSAxMy4yNzYxIDE4IDEzIDE4SDZWOEg3VjEwLjVDNyAxMC43NzYxIDcuMjIzODYgMTEgNy41IDExSDExLjVDMTEuNzc2MSAxMSAxMiAxMC43NzYxIDEyIDEwLjVWOEgxM1YxM0MxMyAxMy4yNzYxIDEzLjIyMzkgMTMuNSAxMy41IDEzLjVDMTMuNzc2MSAxMy41IDE0IDEzLjI3NjEgMTQgMTNWOEMxNCA3LjczNjM4IDEzLjkwOTkgNy40Nzc4NCAxMy43MTYxIDcuMjgzOTVDMTMuNTIyMiA3LjA5MDA2IDEzLjI2MzYgNyAxMyA3SDEyQzEyIDYuMTczODYgMTEuMzI2MSA1LjUgMTAuNSA1LjVINi41Wk04IDcuNVYxMEgxMVY3QzExIDYuNzI2MTQgMTAuNzczOSA2LjUgMTAuNSA2LjVINy45MTQwOUM3Ljk2OTcgNi42NTY1MSA4IDYuODI0ODMgOCA3VjcuNVpNNyA3QzcgNi43MjYxNCA2Ljc3Mzg2IDYuNSA2LjUgNi41QzYuMjI2MTQgNi41IDYgNi43MjYxNCA2IDdIN1pNNy41IDE3QzcuNzc2MTQgMTcgOCAxNi43NzYxIDggMTYuNUM4IDE2LjIyMzkgNy43NzYxNCAxNiA3LjUgMTZDNy4yMjM4NiAxNiA3IDE2LjIyMzkgNyAxNi41QzcgMTYuNzc2MSA3LjIyMzg2IDE3IDcuNSAxN1pNMTAgMTYuNUMxMCAxNi43NzYxIDkuNzc2MTQgMTcgOS41IDE3QzkuMjIzODYgMTcgOSAxNi43NzYxIDkgMTYuNUM5IDE2LjIyMzkgOS4yMjM4NiAxNiA5LjUgMTZDOS43NzYxNCAxNiAxMCAxNi4yMjM5IDEwIDE2LjVaTTExLjUgMTdDMTEuNzc2MSAxNyAxMiAxNi43NzYxIDEyIDE2LjVDMTIgMTYuMjIzOSAxMS43NzYxIDE2IDExLjUgMTZDMTEuMjIzOSAxNiAxMSAxNi4yMjM5IDExIDE2LjVDMTEgMTYuNzc2MSAxMS4yMjM5IDE3IDExLjUgMTdaTTggMTQuNUM4IDE0Ljc3NjEgNy43NzYxNCAxNSA3LjUgMTVDNy4yMjM4NiAxNSA3IDE0Ljc3NjEgNyAxNC41QzcgMTQuMjIzOSA3LjIyMzg2IDE0IDcuNSAxNEM3Ljc3NjE0IDE0IDggMTQuMjIzOSA4IDE0LjVaTTkuNSAxNUM5Ljc3NjE0IDE1IDEwIDE0Ljc3NjEgMTAgMTQuNUMxMCAxNC4yMjM5IDkuNzc2MTQgMTQgOS41IDE0QzkuMjIzODYgMTQgOSAxNC4yMjM5IDkgMTQuNUM5IDE0Ljc3NjEgOS4yMjM4NiAxNSA5LjUgMTVaTTEyIDE0LjVDMTIgMTQuNzc2MSAxMS43NzYxIDE1IDExLjUgMTVDMTEuMjIzOSAxNSAxMSAxNC43NzYxIDExIDE0LjVDMTEgMTQuMjIzOSAxMS4yMjM5IDE0IDExLjUgMTRDMTEuNzc2MSAxNCAxMiAxNC4yMjM5IDEyIDE0LjVaTTcuNSAxM0M3Ljc3NjE0IDEzIDggMTIuNzc2MSA4IDEyLjVDOCAxMi4yMjM5IDcuNzc2MTQgMTIgNy41IDEyQzcuMjIzODYgMTIgNyAxMi4yMjM5IDcgMTIuNUM3IDEyLjc3NjEgNy4yMjM4NiAxMyA3LjUgMTNaTTEwIDEyLjVDMTAgMTIuNzc2MSA5Ljc3NjE0IDEzIDkuNSAxM0M5LjIyMzg2IDEzIDkgMTIuNzc2MSA5IDEyLjVDOSAxMi4yMjM5IDkuMjIzODYgMTIgOS41IDEyQzkuNzc2MTQgMTIgMTAgMTIuMjIzOSAxMCAxMi41Wk0xMS41IDEzQzExLjc3NjEgMTMgMTIgMTIuNzc2MSAxMiAxMi41QzEyIDEyLjIyMzkgMTEuNzc2MSAxMiAxMS41IDEyQzExLjIyMzkgMTIgMTEgMTIuMjIzOSAxMSAxMi41QzExIDEyLjc3NjEgMTEuMjIzOSAxMyAxMS41IDEzWiIgZmlsbD0iIzAwRTk1QyIvPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTEzIDE2QzEzIDE0LjM1IDE0LjM1IDEzIDE2IDEzQzE3LjY1IDEzIDE5IDE0LjM1IDE5IDE2QzE5IDE3LjY1IDE3LjY1IDE5IDE2IDE5QzE0LjM1IDE5IDEzIDE3LjY1IDEzIDE2Wk0xNy44NTM2IDE1LjM1MzZDMTguMDQ4OCAxNS4xNTgzIDE4LjA0ODggMTQuODQxNyAxNy44NTM2IDE0LjY0NjRDMTcuNjU4MyAxNC40NTEyIDE3LjM0MTcgMTQuNDUxMiAxNy4xNDY0IDE0LjY0NjRMMTUuNSAxNi4yOTI5TDE0Ljg1MzYgMTUuNjQ2NEMxNC42NTgzIDE1LjQ1MTIgMTQuMzQxNyAxNS40NTEyIDE0LjE0NjQgMTUuNjQ2NEMxMy45NTEyIDE1Ljg0MTcgMTMuOTUxMiAxNi4xNTgzIDE0LjE0NjQgMTYuMzUzNkwxNS4xNDY0IDE3LjM1MzZDMTUuMzQxNyAxNy41NDg4IDE1LjY1ODMgMTcuNTQ4OCAxNS44NTM2IDE3LjM1MzZMMTcuODUzNiAxNS4zNTM2WiIgZmlsbD0iIzAwRTk1QyIvPgo8L3N2Zz4K);
}
.ba-alert p {
  color: #003512 !important;
  position: relative;
  display: flex;
  align-items: stretch;
}
.ba-alert p a {
  color: #003512 !important;
}
.ba-alert p a:hover, .ba-alert p a:focus {
  color: #003512 !important;
}
.ba-alert a {
  color: #003512 !important;
}

.ba-alert--action {
  font-weight: 600;
}

.ba-alert--action:after {
  position: relative;
  top: -1px;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.769773 0.993406C1.20369 0.55949 1.90721 0.55949 2.34112 0.993406L5.99989 4.65218L9.65866 0.993406C10.0926 0.55949 10.7961 0.55949 11.23 0.993406C11.6639 1.42732 11.6639 2.13084 11.23 2.56475L6.78556 7.0092C6.35165 7.44311 5.64813 7.44311 5.21422 7.0092L0.769773 2.56475C0.335857 2.13084 0.335857 1.42732 0.769773 0.993406Z' fill='%23003512'/%3E%3C/svg%3E%0A");
}

.ba-alert--close {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 24 24'%3E%3Cpath d='M8.8 7.4L8.9 7.5 12 10.6 15.1 7.5 15.2 7.4C15.6 7.1 16.1 7.1 16.5 7.5 16.9 7.9 16.9 8.4 16.6 8.8L16.5 8.9 13.4 12 16.5 15.1C16.9 15.5 16.9 16.1 16.5 16.5 16.1 16.9 15.6 16.9 15.2 16.6L15.1 16.5 12 13.4 8.9 16.5 8.8 16.6C8.4 16.9 7.9 16.9 7.5 16.5 7.1 16.1 7.1 15.6 7.4 15.2L7.5 15.1 10.6 12 7.5 8.9C7.1 8.5 7.1 7.9 7.5 7.5 7.9 7.1 8.4 7.1 8.8 7.4Z' fill='%23003512'%3E%3C/path%3E%3C/svg%3E");
}

.ba-alert--close:hover,
.ba-alert--close:focus {
  outline-color: #003512 !important;
}

@media only screen and (min-width: 768px) {
  .ba-alert {
    padding: 10px 40px;
  }
  .ba-alert p.message {
    font-size: 18px;
  }
  .ba-alert p.message a {
    font-size: 18px;
  }
}

/*# sourceMappingURL=style.css.map */
