@charset "UTF-8";
/*
Theme Name:         Stop AAPI Hate 1
Theme URI:          https://github.com/a8cteam51/stopaapihate-2023
Author:             WordPress Special Projects
Author URI:         https://wpspecialprojects.wordpress.com
Description:        Stop AAPI Hate theme
Template:           varia-wpcom
Version:            1.0.0
Requires at least:  6.1
Requires PHP:       8.1
License:            GNU General Public License v3 or later
License URI:        http://www.gnu.org/licenses/gpl-3.0.html
Text Domain:        stopaapihatef  
Domain Path:        /languages
Tags:               featured-images

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
html {
  box-sizing: border-box;
  overflow-x: hidden;
}

*,
*:before,
*:after {
  /* http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: top;
}

iframe {
  width: 100%;
}

figure {
  margin: 0;
}

:root {
  --wp--style--layout--content: 800px;
  --wp--style--layout--medium: 1006px;
  --wp--style--layout--wide: 1216px;
}

body {
  --row-width: calc(
    var(--wp--custom--spacing--gap) * 2 + var(--wp--style--layout--wide)
  );
  --row-wide-width: calc(
    var(--wp--custom--spacing--gap) * 2 + var(--wp--style--layout--wide)
  );
  font-size: 17px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: currentColor;
}

address {
  overflow-wrap: break-word;
  word-wrap: break-word;
}

pre {
  font-family: var(--wp--custom--typography--font-family--mono);
  overflow-x: auto;
  white-space: pre-wrap;
}

:where(.wp-block-group.has-background) {
  padding: var(--wp--custom--spacing--gap);
}

input {
  font-family: inherit;
}

button,
input[type="submit"] {
  cursor: pointer;
}

/* Immigration Landing Page */
.im-hero {
  background-color: #262626;
  color: #fffbf3;
  padding: 60px 0;
  text-align: center;
  background-size: cover;
}

.im-hero-content {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.im-hero-content h1 {
  font-size: 60px;
  line-height: 65px;
}

.im-hero-content p {
  font-size: 22px;
  line-height: 30px;
}

.im-hero-content img {
  width: 450px;
  height: auto;
}

.im-buttons {
  margin-top: 20px;
}

.im-button {
  /* background-color: #FF856B; */
  /* padding: 20px 44px; */
  /* border-radius: 3px; */
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  border: none;
  margin-top: 10px;
  display: inline-block;
  text-decoration: none;
  margin-right: 10px;
  text-transform: uppercase;
  transition: all 0.2s;

  display: flex;
  align-items: stretch;
  background-color: #ff846b;
  padding: 15px 15px 17px;
  justify-content: center;
}

.im-button:hover {
  opacity: 0.8;
}

.im-button .button-left {
  float: left;
  width: 12px; /* Width of your left slice */
  /* height: 116px; */
  background: url("./assets/images/button-left.png") no-repeat left top;
  margin-right: -2px;
  background-size: auto 100%;
  background-position: top left;

  float: none;
  /* width: 10px; */
  display: inline-block;
  /* min-height: 100%;
  height: 100%; */
  background: url(./assets/images/button-left.png) no-repeat left top;
  background: url(./assets/images/left.png) no-repeat left top;
  margin-right: -2px;
  background-size: auto 100%;
  background-position: top left;
}

.im-button .button-middle {
  float: left;
  height: 116px;
  height: 100%;
  padding: 30px 20px;
  line-height: 1;
  letter-spacing: 2px;
  background: url("./assets/images/button-middle.png") repeat-x;
  background: url("./assets/images/center.png") repeat-x;
  background-size: auto 100%;
  background-position: top left;
}

.im-button span {
}

.im-button span svg {
  position: relative;
  top: 5px;
  margin-left: 10px;
  width: 20px;
  height: auto;
}

.im-button .button-right {
  float: left;
  width: 12px;
  /* height: 116px;
  height: 100%; */
  background: url("./assets/images/button-right.png") no-repeat right top;
  background: url("./assets/images/right.png") no-repeat right top;
  margin-left: -2px;
  background-size: auto 100%;
  background-position: top right;
  float: none;
  min-height: 100%;
}

.im-button {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  border: none;
  margin-top: 10px;
  display: inline-flex; /* Use inline-flex for proper alignment */
  align-items: stretch; /* Ensures all child elements stretch */
  text-decoration: none;
  margin-right: 10px;
  text-transform: uppercase;
  transition: all 0.2s;
}

a.outline {
  display: flex;
  align-items: center;
  justify-content: center;

  background-image: url("./assets/images/Intersect.svg"); /* Replace with actual SVG file */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;

  mask-image: url("./assets/images/Intersect.svg"); /* If using mask-image */
  -webkit-mask-image: url("./assets/images/Intersect.svg");
  mask-size: cover;
  -webkit-mask-size: cover;
  text-align: center;
  color: white; /* Change based on background */
  font-size: 18px; /* Adjust as needed */
  font-weight: bold;
  text-decoration: none; /* Remove underline */

  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  border: none;
  text-transform: uppercase;
  transition: all 0.2s;
}

.im-button .button-left {
  /* width: 15px; */
  /* background: url(./assets/images/button-left.png) no-repeat left top; */
  background-size: auto 100%;
  background-position: top left;
}

.im-button .button-middle {
  flex-grow: 1;
  padding: 30px 20px;
  letter-spacing: 2px;
  /* background: url(./assets/images/button-middle.png) repeat-x; */
  background-size: auto 100%;
  background-position: top left;
  justify-content: center;
  padding: 26px 10px 30px;
  width: calc(100% - 32px);
}

.im-button .button-right {
  /* width: 15px; */
  /* background: url(./assets/images/button-right.png) no-repeat right top; */
  background-size: auto 100%;
  background-position: top right;
}

.im-button.Blue .button-left {
  background: url("./assets/images/button-left-alt.png") no-repeat left top;
  background: url("./assets/images/blue-left.png") no-repeat left top;
}

.im-button.Blue {
  background-color: #6fa8fe;
}

.im-button.Blue .button-middle {
  background: url("./assets/images/button-middle-alt.png") repeat-x;
  background: url("./assets/images/blue-center.png") repeat-x;
  background-size: auto 101%;
}

.im-button.Blue .button-right {
  background: url("./assets/images/button-right-alt.png") no-repeat right top;
  background: url("./assets/images/blue-right.png") no-repeat right top;
}

.im-button.Blue .button-middle,
.im-button.Blue .button-left,
.im-button.Blue .button-right {
  background-size: auto 100%;
}

.im-button:last-child {
  margin-right: 0;
}

.im-button.Pink {
  /* background-color: #FF856B; */
}

.im-button.Pink:hover {
  /* background-color: #FF856B; */
}

.im-button.Blue {
  /* background-color: #70A8FF; */
}

.im-button.Blue:hover {
  /* background-color: #70A8FF; */
}

.im-inner {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding: 120px 0;
}

.im-issues {
  color: #262626;
  background: url("./assets/images/im-bg1.png") no-repeat;
  background-color: #ebf5ff;
  background-size: cover;
}

.im-issues-left {
  width: 32%;
  display: inline-block;
  vertical-align: top;
  margin-right: 7%;
}

.im-issues-right {
  width: 60%;
  display: inline-block;
  vertical-align: top;
}

.im-issue {
  width: 47%;
  display: inline-block;
  margin-bottom: 20px;
  vertical-align: top;
  margin-right: 2%;
}

.im-issues-left h2 {
  font-size: 60px;
  line-height: 65px;
  margin-bottom: 20px;
}

.im-issues-left p {
  font-size: 16px;
  line-height: 1.7;
  margin: 0 0 10px 0;
}

.im-issue h3 {
  font-size: 19px;
  line-height: 25px;
  margin-bottom: 10px;
  font-weight: bold;
}

.im-issue p {
  font-size: 16px;
  line-height: 1.7;
  margin: 0 0 10px 0;
}

.im-issues-btn {
  /* background-color: #70A8FF;
  color: #ffffff;
  padding: 20px 44px;
  font-size: 20px;
  font-weight: 500;
  border: none;
  border-radius: 3px;
  margin-top: 40px;
  display: inline-block;
  text-decoration: none; */
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  border: none;
  margin-top: 40px;
  display: inline-block;
  text-decoration: none;
  margin-right: 20px;
  text-transform: uppercase;
}

.im-issues-btn:hover {
  /* background-color: #70A8FF; */
}

.im-actions-wrap {
  position: relative;
}

.arrow {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background: url("./assets/images/arrow.png") no-repeat;
  background-size: contain;
  cursor: pointer;
  display: none;
}

.slick-arrow {
  display: block;
}

.arrow.prev {
  left: 0;
  left: -5%;
  right: auto;
  transform: translateY(-50%) rotate(270deg);
}

.arrow.next {
  right: 0;
  right: -5%;
  transform: translateY(-50%) rotate(90deg);
}

.im-section .arrow path {
  transition: all 0.2s ease-in-out;
  fill: rgba(112, 168, 255, 1);
}

.arrow:hover path {
  fill: #000;
}

.resources-slide {
  position: relative;
}

.im-actions-inner {
  width: 98%;
  width: 100%;
  margin: auto;
}

.im-actions-inner.slick-slider {
  width: 98%;
}

.im-action-callout {
  padding: 20px;
}

.im-action-callout-inner {
  display: flex;
  flex-wrap: wrap;
  box-shadow: 10px 12px 0px rgba(255, 132, 107, 1);
  background: url("./assets/images/im-texture.png");
  background-color: #262626;
  background-size: auto 72px;
  height: 100%;
}

.im-action-callout-inner.left {
  flex-direction: row;
}

.im-action-callout-inner.right {
  flex-direction: row-reverse;
}

.im-action-callout-inner.top {
  flex-direction: column;
}

.im-action-callout-inner.right img,
.im-action-callout-inner.left img {
  object-fit: cover;
  width: 50%;
}

.im-action-callout-inner.right .im-action-content,
.im-action-callout-inner.left .im-action-content {
  width: 50%;
}

.im-actions {
  background: url("./assets/images/im-bg-2.png");
  background-size: cover;
  background-color: #ffd0c5;
}

.im-actions h2,
.im-events h2,
.im-resources h2 {
  font-size: 60px;
  line-height: 1.2;
  margin: 0 0 30px 0;
  color: #2a2a2a;
}

.im-action-callout {
  /* background:url("./assets/images/im-texture.png");
  background-color:#262626;
  background-size:auto 72px;
  box-shadow: 10px 12px 0px rgba(255,132,107,1); */
}

.im-action-content {
  padding: 30px 50px 60px 50px;
}

.im-action-callout h3 {
  font-size: 32px;
  line-height: 37px;
  margin-bottom: 10px;
  font-weight: bold;
  color: #fffbf3;
}

.im-action-callout p {
  font-size: 16px;
  line-height: 1.7;
  margin: 0 0 10px 0;
  color: #fffbf3;
}

.im-action-btn {
  /* background-color: #FF856B;
  color: #ffffff;
  padding: 20px 44px;
  font-size: 20px;
  font-weight: 500;
  border: none;
  border-radius: 3px;
  margin-top: 25px;
  display: inline-block;
  text-decoration: none; */
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  border: none;
  margin-top: 40px;
  display: inline-block;
  text-decoration: none;
  margin-right: 20px;
  text-transform: uppercase;
  display: flex;
  width: 100%;
  max-width: 435px;
}

.im-events h2 {
  color: #fffbf3;
}

.im-events {
  color: #fffbf3;
  background: url("./assets/images/im-bg-3.png");
  background-size: cover;
  background-color: #262626;
}

.im-events .im-inner {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}

.im-events-left {
  width: 45%;
  display: inline-block;
  vertical-align: top;
  margin-right: 4%;
}

.im-events-right {
  width: 45%;
  display: inline-block;
  vertical-align: top;
}

.im-events-right img {
  box-shadow: 10px 12px 0px rgba(255, 132, 107, 1);
  height: 100%;
  object-fit: cover;
}

.im-events-right img.mobile {
  display: none;
}

.im-events h4 {
  font-size: 22px;
  line-height: 27px;
  margin-bottom: 20px;
  font-weight: bold;
  color: #a5c8ff;
}

.im-events h3 {
  font-size: 35px;
  line-height: 40px;
  margin-bottom: 20px;
  font-weight: bold;
}

.im-events p {
  font-size: 16px;
  line-height: 1.7;
  margin: 0 0 10px 0;
}

.im-events p.im-events-date span {
  background-color: #fffbf3;
  color: #2a2a2a;
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  line-height: 20px;
  letter-spacing: 2px;
  margin: 0 0 10px 0;
  margin-right: 5px;
  padding: 7px 10px;
  text-transform: uppercase;
}

.im-events-btn {
  /* background-color: #FF856B;
  color: #ffffff;
  padding: 20px 44px;
  font-size: 20px;
  font-weight: 500;
  border: none;
  border-radius: 3px;
  margin-top: 20px;
  display: inline-block;
  text-decoration: none; */
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  border: none;
  margin-top: 40px;
  display: inline-block;
  text-decoration: none;
  margin-right: 20px;
  text-transform: uppercase;
  display: flex;
  width: 100%;
  max-width: 400px;
}

.im-section .slick-track {
  display: flex !important;
}

.im-section .slick-slide {
  height: inherit !important;
}

.im-resources {
  color: #262626;
  background: url("./assets/images/im-bg-4.png");
  background-size: cover;
  background-color: #fffbf3;
}

.im-resource.slick-slide {
  display: flex !important;
  align-items: stretch;
}

.resource-div {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
}

.im-resource {
  width: 31%;
  display: inline-block;
  vertical-align: top;
  margin: 20px 15px;
  margin: 20px 1%;
  background-color: #ebf5ff;
  box-sizing: border-box;
  padding: 20px 30px;
  box-shadow: 7px 6px 0px #a5c8ff;
}

.im-resource.slick-slide {
  margin: 20px 15px;
}

.im-resource h3 {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 10px;
  font-weight: bold;
  color: #2a2a2a;
}

.im-resource p {
  font-size: 16px;
  line-height: 22px;
  margin: 0 0 10px 0;
  color: #2a2a2a;
}

.im-resource-btn {
  font-size: 16px;
  line-height: 22px;
  margin: 0 0 10px 0;
  color: #555555;
  display: block;
  text-decoration: underline;
  font-weight: bold;
}

.im-resource-btn::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="22" height="25" viewBox="0 0 22 25" fill="none"><path d="M20.3794 14.8386L21.1344 14.5333C21.2508 14.486 21.3245 14.3667 21.3142 14.2386L21.2269 13.1281C21.1943 12.7263 21.2115 12.0702 21.2645 11.6702L21.3964 10.8456C21.4186 10.7123 21.3467 10.5807 21.2252 10.5298L20.4735 10.2088C18.8264 9.50702 14.9964 7.23684 14.9964 1.34561V0.291228C14.9964 0.129825 14.8697 0 14.7122 0H11.3273C11.1698 0 11.0431 0.129825 11.0431 0.291228V1.34561C11.0431 4.30877 11.8255 7.12456 13.3716 9.71053L13.8304 10.4789H0.684606C0.527089 10.4789 0.400391 10.6088 0.400391 10.7702V14.2386C0.400391 14.4 0.527089 14.5298 0.684606 14.5298H13.8219L13.3647 15.2982C11.8238 17.8825 11.0413 20.693 11.0413 23.6544V24.7088C11.0413 24.8702 11.168 25 11.3256 25H14.7105C14.868 25 14.9947 24.8702 14.9947 24.7088V23.6544C14.9947 19.2877 16.9568 16.0754 20.3794 14.8404" fill="%23262626"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 10px; /* Space between icon and text */
  opacity: 0; /* Hide by default */
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  transform: translateX(-5px);
}

.im-resource-btn:hover::after {
  opacity: 1;
  transform: translateX(0); /* Slide in */
}

.im-resource-btn:hover {
  color: #262626;
}

.im-signup {
  background: url("./assets/images/im-bg-5.png");
  background-size: cover;
  background-color: #ffd2c7;
}

.im-resource-stage {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  width: 95%;
  width: 100%;
  margin: auto;
  padding: 20px;
}

.im-resource-stage.slick-slider {
  width: 95%;
}

.im-signup-stage {
  font-size: 0;
  background: url("./assets/images/im-texture.png");
  background-color: #262626;
  background-size: auto 72px;
  box-shadow: 10px 12px 0px rgba(255, 132, 107, 1);
}

.im-signup-stage h3 {
  font-size: 35px;
  line-height: 40px;
  margin-bottom: 20px;
  font-weight: bold;
  color: #fffbf3;
}

.im-signup-stage p {
  font-size: 16px;
  line-height: 22px;
  margin: 0 0 10px 0;
  color: #fffbf3;
}

.im-signup-stage-left {
  width: 45%;
  display: inline-block;
  vertical-align: top;
  margin-right: 4%;
  box-sizing: border-box;
  padding: 20px 60px;
}

.im-signup-stage-left .ngp-form {
  margin-top: 25px;
}

.im-signup-stage-right {
  width: 51%;
  display: inline-block;
  vertical-align: top;
}

.im-signup-stage-right img {
  width: 100%;
  height: auto;
}

.im-support {
  color: #262626;
  background: url("./assets/images/im-background-support.png");
  background-size: cover;
  background-color: #ebf5ff;
  background-position: center right 10%;
}

.im-border {
  width: 100%;
  height: auto;
  margin-bottom: -30px;
}

.im-support-content {
  width: 50%;
}

.im-support h3 {
  color: #262626;
  font-size: 36px;
  line-height: 42px;
  margin: 0 0 20px 0;
  font-weight: bold;
}

.im-support p {
  color: #262626;
  font-size: 22px;
  line-height: 29px;
}

.im-support-btn {
  /* background-color: #70A8FF;
  color: #ffffff;
  padding: 20px 60px;
  font-size: 20px;
  font-weight: 500;
  border: none;
  border-radius: 3px;
  margin-top: 10px;
  display: inline-block;
  text-decoration: none; */
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  border: none;
  margin-top: 40px;
  display: inline-block;
  text-decoration: none;
  margin-right: 20px;
  text-transform: uppercase;
  display: flex;
  width: 100%;
  max-width: 185px;
}

.im-support-btn:hover {
  /* background-color: #2c7bfa; */
}

.im-support svg {
  transition: all 0.5s ease-in-out;
  max-width: 100%;
}

.im-support svg:hover {
  transform: scale(1.1);
  /* display: none; */
}

body.page-id-4822 .at form .label-amount > a {
  background-color: #ffe600 !important;
  color: black !important;
}

body.page-id-4822 .prevNext.next > a {
  background: #ffe600 !important;
}

#im-stick-nav {
  width: 100%;
  background-color: #fefbf3;
  padding: 40px 0;
  top: 0;
  z-index: 1000 !important;
}

#im-stick-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  max-width: 90%;
  margin: auto;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

#im-stick-nav ul li {
  display: inline-block;
  margin: 0 10px;
  /* margin-right:5%; */
}

#im-stick-nav ul li a {
  font-size: 25px;
  font-weight: bold;
  color: #262626;
  text-decoration: none;
  text-transform: uppercase;
  color: #808080;
  border-bottom: 5px solid transparent;
  transition: all 0.2s;
}

#im-stick-nav ul li a::before {
  content: "";
  display: inline-block;
  width: 19px;
  height: 20px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="22" height="25" viewBox="0 0 22 25" fill="none"><path d="M20.3794 14.8386L21.1344 14.5333C21.2508 14.486 21.3245 14.3667 21.3142 14.2386L21.2269 13.1281C21.1943 12.7263 21.2115 12.0702 21.2645 11.6702L21.3964 10.8456C21.4186 10.7123 21.3467 10.5807 21.2252 10.5298L20.4735 10.2088C18.8264 9.50702 14.9964 7.23684 14.9964 1.34561V0.291228C14.9964 0.129825 14.8697 0 14.7122 0H11.3273C11.1698 0 11.0431 0.129825 11.0431 0.291228V1.34561C11.0431 4.30877 11.8255 7.12456 13.3716 9.71053L13.8304 10.4789H0.684606C0.527089 10.4789 0.400391 10.6088 0.400391 10.7702V14.2386C0.400391 14.4 0.527089 14.5298 0.684606 14.5298H13.8219L13.3647 15.2982C11.8238 17.8825 11.0413 20.693 11.0413 23.6544V24.7088C11.0413 24.8702 11.168 25 11.3256 25H14.7105C14.868 25 14.9947 24.8702 14.9947 24.7088V23.6544C14.9947 19.2877 16.9568 16.0754 20.3794 14.8404" fill="%23262626"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 10px; /* Space between icon and text */
  opacity: 0; /* Hide by default */
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  transform: translateX(-5px); /* Slight slide effect */
}

/* Show the arrow when hovering over the link */
#im-stick-nav ul li a:hover::before {
  opacity: 1;
  transform: translateX(0); /* Slide in */
}

#im-stick-nav ul li a:hover {
  color: #262626;
  border-bottom: 5px solid #262626;
}

.single-immigration-landing .sah__background {
  display: none;
}

.im-signup-stage-left header.at-title,
.im-signup-stage-left .FastAction.at-markup,
.im-signup-stage-left .UpdateMyProfile,
.im-signup-stage-left .at fieldset legend {
  display: none !important;
}

.im-signup-stage-left .at-inner {
  background-color: transparent !important;
}

.im-signup-stage-left input {
  border: 2px solid var(--Black-4, #bfbfbf) !important;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="13" height="16" viewBox="0 0 13 16" fill="none"><path d="M12.3679 9.4967L12.8353 9.30133C12.9074 9.27102 12.953 9.19467 12.9466 9.1127L12.8926 8.40197C12.8724 8.14484 12.883 7.72491 12.9159 7.46891L12.9975 6.94119C13.0113 6.85586 12.9668 6.77165 12.8915 6.73909L12.4262 6.53361C11.4066 6.08449 9.03562 4.63158 9.03562 0.861193V0.186386C9.03562 0.0830877 8.95718 0 8.85967 0H6.76426C6.66675 0 6.58832 0.0830877 6.58832 0.186386V0.861193C6.58832 2.75761 7.07269 4.55972 8.02978 6.21474L8.31383 6.70653H0.175943C0.0784323 6.70653 0 6.78961 0 6.89291V9.1127C0 9.216 0.0784323 9.29909 0.175943 9.29909H8.30853L8.02554 9.79088C7.07163 11.4448 6.58726 13.2435 6.58726 15.1388V15.8136C6.58726 15.9169 6.66569 16 6.7632 16H8.85861C8.95613 16 9.03456 15.9169 9.03456 15.8136V15.1388C9.03456 12.3441 10.2492 10.2883 12.3679 9.49783" fill="%23BFBFBF"/></svg>')
    no-repeat left 10px center;
  color: var(--Black-4, #bfbfbf) !important;
  background-color: transparent !important;
  text-align: left;
  font-family: var(--wp--custom--typography--font-family--body) !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  line-height: 140%;
  /* 28px */
  letter-spacing: 2px !important;
  text-indent: 22px;
  text-transform: uppercase !important;
  border-radius: 0 !important;
}

.im-signup-stage-left input.intl-phone-MobilePhone {
  text-indent: 0;
  background: none !important;
}

.im-signup-stage-left .at-row > [class^="at-"] {
  flex: 1;
  margin: 0 !important;
  width: 100%;
}

.im-signup-stage-left input[type="submit"] {
  border: 2px solid var(--Red-1, #ff856b) !important;
  background: var(--Red-1, #ff856b) !important;
  color: var(--White, #fffbf3) !important;
  text-align: center !important;
  text-transform: uppercase !important;
}

.im-signup-stage-left .at-form-submit {
  padding: 0 !important;
}

.im-signup-stage-left .at-form-submit .at-submit {
  margin: 10px 0 0 !important;
  float: none;
  width: 100%;
}

.im-signup-stage-left .at-row {
  flex-direction: column;
}

.im-signup-stage-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.im-signup-stage {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}

.at fieldset:last-of-type {
  padding: 0 !important;
}

.im-events h4 {
  font-weight: 500;
}

.popup {
  display: none;
  /* Initially hidden */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  /* Dark overlay */
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.popup-content {
  background: #fdf8ef;
  box-shadow: 10px 12px 0px rgba(112, 168, 255, 1);
  padding: 40px;
  max-width: 1000px;
  text-align: center;
  border-radius: 0;
  position: relative;
  width: 90%;
  margin: 50px auto;
  max-height: 80vh;
  overflow-y: scroll;
}

.popup-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
}

.popup-body {
  font-size: 16px;
  color: #333;
}

.popup-close {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 40px;
  background: transparent;
  border: none !important;
  cursor: pointer;
  color: #333;
  appearance: none;
  box-shadow: none;
  transition: all ease-in-out 0.3s;
  padding: 10px;
}

.popup-close:hover {
  color: rgba(112, 168, 255, 1);
}

#im-stick-nav {
  padding: 14px 0;
  position: sticky;
  /* top: 73px; */
  z-index: 3;
}

/* Scroll-to-Top Button */
#scrollTopBtn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  background-color: rgba(112, 168, 255, 1);
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.3s ease-in-out, transform 0.2s;
  z-index: 1000;
  padding: 0;
}

#scrollTopBtn.show {
  opacity: 1;
}

#scrollTopBtn svg {
  width: 26px;
  height: 31px;
  fill: #fff;
}

#scrollTopBtn:hover {
  background-color: rgba(112, 168, 255, 1);
  transform: scale(1.1);
}
.im-support .im-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

/* anniversary */
.anniversary-section {
  padding: 50px 5%;
}

.anniversary .im-hero {
  background-position: center;
  padding: 50px 0 120px;
}

.anniversary .im-hero h1 {
  text-align: center;
  font-size: 50px;
  font-style: normal;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -1.28px;
}

.anniversary .im-hero-content .im-buttons.anniversary .yellow-btn {
  padding: 15px 40px;
}

.anniversary a.yellow-btn {
  background: #ffe600;
  border: none;
  color: #262626;
  text-align: center;
  display: inline-block;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 10px 30px;
  transition: all 0.2s ease-in-out;
  width: fit-content;
  max-width: 100%;
}

.anniversary a.yellow-btn:hover {
  background: #2a6aea;
  border: none;
  color: #fff;
}

.anniversary h1,
.anniversary h2,
.anniversary h3,
.anniversary h4,
.anniversary h5,
.anniversary h6 {
  font-family: "Big Shoulders", sans-serif;
}

.anniversary-section .inner {
  max-width: 1200px;
  margin: auto;
  width: 100%;
  position: relative;
}

.anniversary-section.grey {
  background-image: url(./assets/images/anniversary/gray-background.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  position: relative;

  /* background-size: contain; */
  background-position: center;
  background-repeat: repeat-x;
  color: #fff;
}

.anniversary-section.grey .five-years {
  left: 0%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  max-height: 100%;
  filter: brightness(1.4);
}

.anniversary-section.grey h2 {
  color: #e6e6e6;
  text-align: center;
  /* font-size: 86px; */
  font-style: normal;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: -1.88px;
  margin: 0 auto 25px;
  position: relative;
}

.anniversary-section.grey h2 svg {
  display: block;
  margin: 0 auto;
  width: 35%;
}

.anniversary-section.grey .inner {
  max-width: 850px;
  margin: 30px auto;
}

.anniversary-section.grey p {
  text-align: center;
}

.anniversary #im-stick-nav {
  background-color: #fff;
  padding: 32px 0 0;
}

.anniversary #im-stick-nav ul li a {
  border: none !important;
  color: #373737 !important;
  transition: all 0.2s ease-in-out;
}

.anniversary #im-stick-nav ul li a:hover {
  color: #2a6aea;
}

.anniversary #im-stick-nav ul li a::before {
  content: unset;
}

.anniversary #im-stick-nav ul li a::after {
  content: "";
  background-image: url("/wp-content/themes/stopaapihate/assets/images/chalk.svg");
  height: 50px;
  width: 150px;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
}

.anniversary #im-stick-nav ul li a:hover::after {
  visibility: visible;
  transition: all 0.2s ease-in-out;
}

.anniversary-section a {
  color: #2a6aea;
  border-bottom: 1px solid #2a6aea;
}

.anniversary-section a:hover {
  color: #ff856b;
  border-bottom: 1px solid #ff856b;
}

.anniversary-section.timeline {
  position: relative;
}

.anniversary-section.timeline .inner h2 {
  font-size: 45px;
  margin: 10px 0;
}

.anniversary-section.timeline .red-line {
  /* left: -100px;
  height: auto;
  top: 0;
  position: absolute;
  width: 100px; */
  left: -5%;
  height: auto;
  top: 119px;
  position: absolute;
  width: 5%;
}

.anniversary-section.timeline .inner .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.anniversary-section.timeline .inner .left {
  width: calc(100% - 150px);
}

.anniversary-section.timeline .inner .right {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 120px;
}

.anniversary-section.timeline .inner .content {
  max-width: 600px;
  width: 100%;
}

.anniversary-section.timeline .inner .right .arrow {
  display: block;
  position: static;
  transform: none;
  left: unset;
  right: unset;
}

.anniversary-section.timeline .slick-list {
  /* overflow-x: visible;
  z-index: 2; */
}

.anniversary-section.timeline .slick-track {
  z-index: 2;
}

.timeline-slider {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 50px auto;
  max-width: 1200px;
  z-index: 2;
}

.timeline-card {
  /* padding: 20px; */
  text-align: center;
  /* border-radius: 8px; */
  /* max-width: 400px; */
  /* margin: 0 15px; */
  position: relative;
  z-index: 2;
}

.timeline-card-image img {
  width: 100%;
  height: auto;
}

.timeline-card-content h3 {
  font-size: 25px;
  margin: 15px 0 10px;
  text-align: left;
}

.timeline-card-content p {
  font-size: 17px;
  line-height: 1.2;
  color: #1c1b1f;
  text-align: left;
}

/* .timeline-card::after {
  content: "";
  position: absolute;
  top: -19px;
  left: 50%;
  transform: translateX(-50%);
  width: 15px;
  height: 15px;
  background: #FF856B;
  border-radius: 50%;
  z-index: 3;
} */

.timeline-top {
  position: relative;
  overflow: visible;
}

.timeline-inner {
  padding: 0 20px;
}

.timeline-line {
  background: #eaeaea;
  height: 4px;
  margin-bottom: 47px;
  margin-top: 10px;
  width: 100%;
}

.timeline-card:first-of-type .timeline-line {
  width: 50%;
  margin-left: auto;
}

.timeline-card:last-of-type .timeline-line {
  width: 50%;
  margin-right: auto;
}

.anniversary .arrow.slick-disabled {
  opacity: 0.5;
}

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

.timeline-dot {
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translateX(-50%);
  width: 15px;
  height: 15px;
  background: #ff5828;
  border-radius: 50%;
  z-index: 3;
}

.timeline-wrapper {
  position: relative;
}

/* .timeline-wrapper::before {
  content: '';
  background-color: #EAEAEA;
  left: 0;
  height: 4px;
  position: absolute;
  top: -15px;
  width: 100%;
  z-index: 1;
} */

.anniversary-section.impact {
  background-image: url(./assets/images/anniversary/paper.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-repeat: repeat-x;
  position: relative;
  text-align: center;
  width: 100%;
  overflow: hidden;
  min-height: 550px;
}

.anniversary-section.impact h2 {
  text-align: center;
  margin: 0 auto 20px;
}

.blurbs {
  display: flex;
  justify-content: space-evenly;
  margin-top: 75px;
}

.blue-blur {
  background-color: #1e56d3; /* Adjust to match */
  width: 260px;
  aspect-ratio: 1/1;
  /* height: 250px; */
  border-radius: 50% 40% 60% 50% / 50% 60% 40% 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  mix-blend-mode: multiply;
}

@keyframes floatArrows {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  } /* Move up */
  100% {
    transform: translateY(0);
  } /* Back to original */
}

.blue-blur img {
  position: absolute;
  z-index: 2;
  width: 170px;
}

.blue-blur img.left-arrow {
  left: -100px;
  top: 150px;
  animation: floatArrows 2.5s ease-in-out infinite;
}

.blue-blur img.top-arrow {
  top: -50px;
  left: -32px;
  animation: floatArrows 2.5s ease-in-out infinite;
  animation-delay: 0.5s;
}

.blue-blur img.right-arrow {
  right: -100px;
  top: 150px;
  animation: floatArrows 2.5s ease-in-out infinite;
  animation-delay: 1s;
}

p.number {
  color: #ffe600;
  font-family: "Big Shoulders", sans-serif;
  font-size: 60px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: -1.88px;
  line-height: 1;
  margin: 0;
}

p.copy {
  color: #e6e6e6;
  font-family: "Big Shoulders", sans-serif;
  font-size: 20px;
  font-style: normal;
  /* font-weight: 700; */
  text-transform: uppercase;
  line-height: 1;
  margin: 10px 0;
}

.anniversary-section.quotes {
  background-image: url(./assets/images/anniversary/five.svg);
  background-size: contain;
  background-size: auto 80%;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  text-align: center;
  padding: 75px 0;
  width: 100%;
}

.anniversary-section.quotes .inner {
  width: 90%;
}

.anniversary-section.quotes .arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 50px;
}

.anniversary-section.quotes .arrow.next {
  right: 5%;
}

.anniversary-section.quotes .arrow.prev {
  left: 5%;
}

p.quote {
  font-family: "Caveat", cursive;
  color: #262626;
  text-align: center;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
}

.quote-slides {
  max-width: 650px;
  margin: auto;
  width: 100%;
}

p.name {
  color: #5a5a5a;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0;
}

p.byline {
  color: #5a5a5a;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 30.8px */
  margin: 0;
}

.anniversary-section.orange {
  /* background-image: url(./assets/images/anniversary/orange-bg2.svg); */
  background-image: url(./assets/images/anniversary/red3.png);
  background-size: cover;
  background-position: center;
  background-repeat: repeat-x;
  position: relative;
  text-align: center;
  padding: 75px 5%;
  width: 100%;
}

.anniversary-section.orange::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(./assets/images/anniversary/paper.svg);
  background-size: cover;
  background-position: center;
  mix-blend-mode: multiply; /* Blends with the background */
  pointer-events: none;
}

.anniversary-section.orange .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.anniversary-section.orange .inner .left {
  width: 48%;
}

.anniversary-section.orange .inner .right {
  width: 48%;
}

.anniversary-section.orange .inner .right img {
  max-height: 550px;
}

.anniversary-section.orange h2 {
  color: #fff;
  font-size: 47px;
  font-style: normal;
  font-weight: 900;
  text-align: left;
}

.anniversary-section.orange p {
  color: #fff;
  text-align: left;
}

.anniversary-section.orange a.yellow-btn {
  margin-left: 0;
  display: block;
  max-width: 300px;
}

.anniversary-section.latest a.yellow-btn {
  margin-top: 30px;
}

.action-slick {
  position: absolute;
  bottom: 60px;
  right: 61px;
  z-index: 2;
  width: 120px;
  display: flex;
  justify-content: space-between;
}

.action-slick .arrow.next,
.action-slick .arrow.prev {
  position: static;
  transform: none;
  left: unset;
  right: unset;
  display: block;
  width: 50px;
}

.action-slick .arrow.next,
.action-slick .arrow.prev {
}

.anniversary-section.future h2 {
  text-align: center;
  color: #ff5828;
  text-align: center;
  /* font-size: 76px; */
  font-style: normal;
  margin: 0 auto 20px;
  font-weight: 900;
  letter-spacing: -1.28px;
}

.anniversary-section.future {
  padding-bottom: 100px;
}

.anniversary-section.future .content {
  max-width: 800px;
  margin: 0 auto;
}

.anniversary-section.future .boxes {
  align-items: start;
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

.anniversary-section.future .single-box {
  width: 30%;
}

.anniversary-section.future .single-box .icon-wrap {
  position: relative;
}

.anniversary-section.future .single-box .icon {
  height: auto;
  width: 80px;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.anniversary-section.future .single-box .scribble {
  display: block;
  margin: 0 auto;
  width: 75%;
}

.anniversary-section.future h3 {
  color: #262626;
  text-align: center;
  font-size: 29px;
  font-style: normal;
  font-weight: 700;
  margin: 10px 0;
}

.anniversary-section.future p {
  color: #262626;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
}

.anniversary-section.blue {
  background-image: url(./assets/images/anniversary/vector.png);
  background-size: cover;
  background-position: center;
  background-repeat: repeat-x;
  position: relative;
  text-align: center;
  width: 100%;
  padding: 150px 5%;
}

.anniversary-section.blue h2 {
  color: #fff;
  margin: 0 auto;
}

.anniversary-section.blue p {
  color: #fff;
}

.anniversary-section.blue .content-wrapper {
  display: flex;
  align-items: stretch;
  background: #262626;
  box-shadow: 0px 8px 34px 0px rgba(0, 0, 0, 0.25);
  position: relative;
  z-index: 2;
}

.anniversary-section.blue a.yellow-btn {
  display: block;
  display: block;
  margin: 0;
  width: fit-content;
}

.anniversary-section.blue .right,
.anniversary-section.blue .left {
  width: 50%;
}

.anniversary-section.blue .right img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.anniversary-section.blue .left {
  padding: 50px 40px;
}

.anniversary-section.blue .left p {
  color: #fff;
  text-align: left;
}

.anniversary-section.blue .content {
  max-width: 600px;
  margin: 0 auto 30px;
}

.anniversary-section.blue .five-icon {
  position: absolute;
  top: 12px;
  left: 0;
  width: 300px;
  height: auto;
  mix-blend-mode: multiply;
}

.anniversary .arrow path {
  transition: all ease-in-out 0.3s;
}

.anniversary .arrow:hover path {
  fill: #2a6aea;
}

.anniversary-section.blue .top-arrow {
  top: -43px;
  left: 45%;
  transform: translateX(-50%);
  position: absolute;
  width: 95px;
  height: auto;
  animation: floatArrows 2.5s ease-in-out infinite;
}

.anniversary-section.blue .bottom-arrow {
  bottom: -80px;
  right: 20%;
  position: absolute;
  width: 150px;
  height: auto;
  animation: floatArrows 2.5s ease-in-out infinite;
}

.anniversary .im-action-callout-inner {
  box-shadow: 10px 10px 0px 0px #1e56d3;
}

.page-template-single-anniversary-template
  .sah__background.sah__background--up
  svg
  path:first-of-type {
  fill: #2060e1;
}

.page-template-single-anniversary-template #scrollTopBtn {
  background-color: #2a6aea;
  border-radius: 0;
  right: 0;
  bottom: 0;
  height: 75px;
}

.page-template-single-anniversary-template #scrollTopBtn svg {
  width: 66px;
  transform: rotate(287deg);
}

.page-template-single-anniversary-template #scrollTopBtn:hover {
  background-color: #ffe600;
}

.anniversary .im-hero {
  background-color: #fff;
  padding-bottom: 0;
}

.anniversary .im-hero-content {
  position: relative;
  margin-bottom: -25px;
  z-index: 2;
}

.anniversary img.bottom-hero-image {
  position: relative;
  bottom: 0;
  right: 0;
  left: 0;
  max-width: 100%;
  width: 100%;
}

.anniversary .im-action-callout-inner {
  background-color: #4a4a4a !important;
}

.anniversary .im-action-callout-inner p a {
  color: #ffe600;
  border-bottom: 1px solid #ffe600;
}
.anniversary .im-action-callout-inner p a:hover {
  color: #ff5828;
  border-bottom: 1px solid #ff5828;
}

@media (min-width: 1280px) {
  .anniversary-section.timeline .red-line {
    left: -100px;
    height: auto;
    top: 119px;
    position: absolute;
    width: 100px;
  }
  .im-border {
    margin-bottom: -40px;
  }
  .im-issues {
    background-size: contain;
  }
}

@media (max-width: 1280px) {
  .anniversary .im-hero-content {
    margin-bottom: -50px;
  }
  .im-issues {
    background-size: cover;
  }
}

@media (max-width: 1080px) {
  #im-stick-nav {
    top: 73px;
  }
  .im-issues {
    background-image: url(./assets/images/im-background-1.png);
  }
  .im-support .im-inner {
    justify-content: center;
    background-image: none;
    background-color: #ebf5ff;
  }
  .im-support-content {
    margin-bottom: 20px;
  }
  .im-support {
    background-image: none;
  }
  .svg-link {
    display: none;
  }
  .im-events-right img.mobile {
    display: block;
    height: auto;
  }
  .im-events-right img.desktop {
    display: none;
  }
  .im-action-callout-inner.left img,
  .im-action-callout-inner.right img {
    width: 100%;
  }
  .im-action-callout-inner.left .im-action-content,
  .im-action-callout-inner.right .im-action-content {
    width: 100%;
  }
  .arrow {
    height: auto;
    width: 30px;
  }
  .anniversary-section.timeline .inner .right .arrow {
    width: 40px;
  }
  .anniversary-section.orange .inner {
    flex-wrap: wrap;
  }
  .anniversary-section.orange .inner .left,
  .anniversary-section.orange .inner .right {
    width: 100%;
  }
  .anniversary-section.orange .inner .right {
    margin-top: 20px;
  }
  .anniversary-section.orange .inner .right img {
    max-height: 300px;
  }
  .anniversary-section.future .boxes {
    flex-wrap: wrap;
  }
  .anniversary-section.future .single-box {
    width: 100%;
  }
  .anniversary-section.future .single-box .scribble {
    max-width: 450px;
  }
  .anniversary-section.blue .content-wrapper {
    flex-direction: column;
  }
  .anniversary-section.blue .right,
  .anniversary-section.blue .left {
    width: 100%;
  }
  .anniversary-section.blue .content {
    max-width: 100%;
  }
  .anniversary-section.blue a.yellow-btn,
  .anniversary-section.orange a.yellow-btn {
    margin: auto;
  }
  .anniversary-section.latest a.yellow-btn {
    margin: 30px auto 0;
  }
  .anniversary-section.timeline .red-line {
    display: none;
  }
}
@media (max-width: 1000px) {
  .blurbs {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .blue-blur {
    margin: 20px auto;
  }
  .blue-blur img {
    width: 140px;
  }
}

@media (max-width: 950px) {
  .anniversary #im-stick-nav ul li a::after {
    content: unset;
  }
  .anniversary #im-stick-nav {
    padding: 20px 0 30px;
  }
}
@media (max-width: 700px) {
  .im-hero-content .im-button,
  .im-hero-content .im-button:last-child {
    margin: 10px auto;
    max-width: fit-content;
  }
  .im-hero-content .im-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
  }
  .im-buttons.anniversary {
    flex-direction: row;
  }
  .im-events-btn {
    max-width: 300px;
  }
  .im-signup-stage-right {
    display: none;
  }
  .im-button:last-child {
    margin: 40px auto 20px;
  }
  .im-action-content {
    padding: 20px 25px !important;
  }
  .im-action-btn {
    font-size: 16px !important;
  }
  .anniversary-section.timeline .inner .top {
    flex-wrap: wrap;
  }
  .anniversary-section.timeline .inner .left {
    width: 100%;
    text-align: center;
  }

  .anniversary-section.orange h2,
  .anniversary-section.orange p {
    text-align: center;
  }
  .anniversary-section.timeline .inner .right {
    margin: 40px auto 0;
  }
  .blue-blur img.right-arrow {
    right: -30px;
    top: 185px;
  }
  .blue-blur img.top-arrow {
    top: -30px;
    left: -48px;
  }
  .blue-blur img.left-arrow {
    left: -80px;
    top: 150px;
  }
  p.quote {
    font-size: 25px;
  }
  .anniversary-section.quotes .arrow.next {
    right: 3%;
  }
  .anniversary-section.quotes .arrow.prev {
    left: 3%;
  }
  .anniversary-section.quotes .inner {
    width: 75%;
  }
  .anniversary-section.quotes .arrow {
    width: 40px;
  }
  .anniversary #im-stick-nav ul li {
    width: 49%;
    margin: 0;
  }
  .anniversary #im-stick-nav ul li a {
  }
  .anniversary-section.future .single-box .scribble {
    max-width: 300px;
  }
  .anniversary #im-stick-nav ul li {
    text-align: center;
  }

  .anniversary #im-stick-nav ul {
    gap: 15px 0;
  }

  .anniversary .im-action-content {
    text-align: center;
  }

  .anniversary-section.blue .left p {
    text-align: center;
  }

  .action-slick {
    justify-content: center;
    gap: 20px;
    right: 130px;
  }

  .action-slick .arrow.next,
  .action-slick .arrow.prev {
    width: 30px;
  }

  .anniversary .im-action-content {
    padding: 30px 25px 100px !important;
  }
}

/* Immigration Landing Page End */

.button,
button {
  border: none;
  padding: 20px 44px;
  font-weight: var(--wp--custom--typography--font-weight--medium);
  color: var(--wp--preset--color--background);
  background-color: var(--wp--preset--color--dark-grey);
  font-family: var(--wp--custom--typography--font-family--button);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.2s;
  font-size: 20px;
  letter-spacing: 0.05em;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.14), 0px 1px 3px rgba(0, 0, 0, 0.12),
    0px 1px 2px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
}

select {
  background-color: transparent;
  border-radius: 3px;
  padding: 14px 40px 14px 14px;
  color: var(--wp--preset--color--warm-grey);
  border: 1px solid var(--wp--preset--color--grey);
  font-size: var(--wp--preset--font-size--medium);
  font-family: var(--wp--custom--typography--font-family--body);
}

.select__wrap {
  position: relative;
  display: flex;
}
.select__wrap::after {
  content: "";
  background-image: url('data:image/svg+xml,%3Csvg width="12" height="7" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M.583.833 6 6.25 11.417.833H.583Z" fill="%23000"/%3E%3C/svg%3E');
  background-repeat: no-repeat;
  background-position: center;
  width: 12px;
  height: 7px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  pointer-events: none;
}
.select__wrap--light::after {
  background-image: url('data:image/svg+xml,%3Csvg width="12" height="7" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M.583.833 6 6.25 11.417.833H.583Z" fill="%23fff"/%3E%3C/svg%3E');
}
.select__wrap select {
  width: 100%;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

.select--underline {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  color: var(--wp--preset--color--foreground);
}

nav {
  width: 100%;
}

.menu {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 1.3;
}
.menu li {
  display: inline-flex;
}
:where(.menu li > a) {
  padding: 0.75rem 1rem;
  font-weight: var(--wp--custom--typography--font-weight--bold);
}
.menu ul {
  list-style: none;
  padding-left: 0;
}
.menu ul li {
  width: 100%;
}

.menu-item-has-children > a {
  display: inline-flex;
  align-items: center;
}
.menu-item-has-children > a:after {
  content: "";
  background-color: currentColor;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='12' height='7' viewbox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.583.833 6 6.25 11.417.833H.583Z' fill='%23000'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg width='12' height='7' viewbox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.583.833 6 6.25 11.417.833H.583Z' fill='%23000'/%3E%3C/svg%3E");
  width: 12px;
  height: 7px;
  display: inline-flex;
  margin-left: 0.5rem;
  background-repeat: no-repeat;
}

.sub-menu-toggle * {
  pointer-events: none;
}

.row {
  width: 100%;
  max-width: var(--row-wide-width);
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--wp--custom--spacing--gap);
  padding-right: var(--wp--custom--spacing--gap);
}

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

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

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

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

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

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

.has-medium-font-weight {
  font-weight: 500;
}

.color--inherit {
  color: inherit;
}

.button {
  line-height: 1.2;
  font-size: var(--wp--preset--font-size--button);
}
.button--small {
  font-size: 15px;
  padding: 10px 24px;
}
.button--large {
  font-size: var(--wp--preset--font-size--heading-5);
  padding: 24px 48px;
}
.button:not(button) {
  padding: 0;
}
.button a {
  font-weight: inherit;
  padding: 20px 32px;
  display: flex;
}
.button:hover {
  background-color: var(--wp--preset--color--foreground);
}
.button:focus {
  outline: 1px solid var(--wp--preset--color--blue);
  outline-offset: 2px;
}
.button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.button--reset {
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  box-shadow: none;
}
.button--reset:hover {
  background: none;
}
.button__report-hate {
  color: #fff;
  background-color: #000;
  padding: 10px 20px !important;
}
.button__report-hate:hover {
  color: #fff;
}
/* .button__sign-up {
  background: var(--wp--preset--color--primary);
  color: #000;
}
.button__sign-up:hover {
  color: #fff;
} */

button--small {
  height: 40px;
  padding-top: 0;
  padding-bottom: 0;
}

.alignmedium {
  max-width: var(--wp--style--layout--medium);
}

h1,
.h1 {
  font-size: var(--wp--preset--font-size--heading-1);
  letter-spacing: var(--wp--custom--typography--letter-spacing--heading-1);
  line-height: var(--wp--custom--typography--line-height--heading-1);
}

h2,
.h2 {
  font-size: var(--wp--preset--font-size--heading-2);
  letter-spacing: var(--wp--custom--typography--letter-spacing--heading-2);
  line-height: var(--wp--custom--typography--line-height--heading-2);
}

h3,
.h3 {
  font-size: var(--wp--preset--font-size--heading-3);
  letter-spacing: var(--wp--custom--typography--letter-spacing--heading-3);
  line-height: var(--wp--custom--typography--line-height--heading-3);
}

h4,
.h4 {
  font-size: var(--wp--preset--font-size--heading-4);
  letter-spacing: var(--wp--custom--typography--letter-spacing--heading-4);
  line-height: var(--wp--custom--typography--line-height--heading-4);
}

h5,
.h5 {
  font-size: var(--wp--preset--font-size--heading-5);
  letter-spacing: var(--wp--custom--typography--letter-spacing--heading-5);
  line-height: var(--wp--custom--typography--line-height--heading-5);
}

h6,
.h6 {
  font-size: var(--wp--preset--font-size--heading-6);
  letter-spacing: var(--wp--custom--typography--letter-spacing--heading-6);
  line-height: var(--wp--custom--typography--line-height--heading-6);
}

.widget {
  margin-bottom: var(--wp--style--block-gap);
}
.widget:last-of-type {
  margin-bottom: 0;
}
.widget p {
  margin: 0 0 1rem;
}
.widget .widget-title {
  margin-top: 0;
  font-size: var(--wp--preset--font-size--heading-alt);
}
.widget .menu li {
  width: 100%;
}
.widget .menu li a {
  padding: 8px 0;
}

.site-announcement {
  min-height: 40px;
  padding: 0 var(--wp--custom--spacing--gap);
  text-align: center;
}
.site-announcement__heading {
  font-size: 20px;
  font-weight: var(--wp--custom--typography--font-weight--bold);
}
.site-announcement svg {
  top: 1px;
  position: relative;
  margin-left: 3px;
}
.site-announcement__link {
  gap: 0 5px;
  padding: 4px 0;
  color: inherit;
  justify-content: center;
}

.site-header__inner {
  padding-top: 2rem;
  padding-bottom: 1.5rem;
}
.site-header .site-branding {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-bottom: 1.5rem;
}
.site-header h1 {
  margin: 0;
  padding: 0;
  font-size: unset;
}
.site-header__navigation__wrap {
  width: 100%;
  gap: 1.5rem;
}
.site-header__navigation__wrap a {
  color: var(--wp--preset--color--foreground);
  transition: 0.2s;
}
/* .site-header__navigation__wrap a:hover {
  color: #2a6aea;
} */
.site-header__navigation__wrap .main-menu {
  justify-content: center;
  width: 100%;
}

.site-header__navigation__wrap .main-menu > li > a[href="#"] {
  cursor: default;
}
.site-header__navigation__wrap
  .main-menu
  > li
  > a[href="#"].jetpack-search-filter__link {
  cursor: pointer;
  display: inline-flex;
  padding: 10px 12px;
}
.site-header__navigation__wrap
  .main-menu
  > li
  > a[href="#"].jetpack-search-filter__link__label {
  display: none;
}
.site-header__navigation__wrap .main-menu li > a {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.site-header__navigation__wrap .main-menu .menu-item__button {
  margin-left: 1.5rem;
}
.site-header__navigation__wrap .main-menu .menu-item__button .button--small {
  padding-left: 16px;
  padding-right: 16px;
}

.site-header__navigation__wrap .main-menu .menu-item__button__search,
.site-header__navigation__wrap .main-menu .menu-item__button__report-hate {
  margin-left: 0.5rem;
}
.site-header__navigation__wrap .main-menu .menu-item__button a {
  color: #fff;
  padding: 10px 24px;
}
.site-header__navigation__wrap .main-menu .menu-item-has-children {
  position: relative;
}

.site-header__navigation__wrap .main-menu .menu-item-has-children .sub-menu {
  position: absolute;
  top: 100%;
  background-color: var(--wp--preset--color--grey-10);
  min-width: 288px;
  padding: 0.5rem 0;
  transition: 0.2s;
  transform: translateY(-5px);
  opacity: 0;
  visibility: hidden;

  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  border-radius: 0px 0px 5px 5px;
  z-index: 1000000000;
}
.site-header__navigation__wrap .main-menu .menu-item-has-children .sub-menu li {
  flex-wrap: wrap;
  transition: 0.2s;
}
.site-header__navigation__wrap
  .main-menu
  .menu-item-has-children
  .sub-menu
  li:not(.menu-item-has-description)
  a,
.site-header__navigation__wrap
  .main-menu
  .menu-item-has-children
  .sub-menu
  li:not(.menu-item-has-description)
  .menu-item-description {
  padding: 0.55rem 1.666rem;
  width: 100%;
  transition: 0s;
}
.site-header__navigation__wrap
  .main-menu
  .menu-item-has-children
  .sub-menu
  li:not(.menu-item-has-description):hover {
  text-decoration: underline;
  text-decoration-color: #ffe600;
  text-decoration-thickness: 4px;
}
.site-header__navigation__wrap
  .main-menu
  .menu-item-has-children
  .sub-menu
  li:not(.menu-item-has-description):hover
  a,
.site-header__navigation__wrap
  .main-menu
  .menu-item-has-children
  .sub-menu
  li:not(.menu-item-has-description):hover
  .menu-item-description {
  text-decoration: underline;
  text-decoration-color: #ffe600;
  text-decoration-thickness: 4px;
}
.site-header__navigation__wrap .main-menu .menu-item-has-children .sub-menu a,
.site-header__navigation__wrap
  .main-menu
  .menu-item-has-children
  .sub-menu
  .menu-item-description {
  padding: 0.55rem 1.666rem;
  width: 100%;
}
.site-header__navigation__wrap
  .main-menu
  .menu-item-has-children
  .sub-menu
  .menu-item-description {
  font-size: var(--wp--preset--font-size--tiny);
  line-height: 1.3;
  padding-top: 0;
  margin-top: -0.35rem;
  color: var(--wp--preset--color--very-dark-grey);
}
.site-header__navigation__wrap
  .main-menu
  .menu-item-has-children.sub-menu--active
  .sub-menu,
.site-header__navigation__wrap
  .main-menu
  .menu-item-has-children:hover
  .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.site-header__navigation__top {
  gap: 24px;
}
.site-header__navigation__top .button__report-hate {
  margin-left: auto;
}

.site-header-mobile {
  background-color: var(--wp--preset--color--grey-10);
  padding: 1.5rem var(--wp--custom--spacing--gap);
  position: sticky;
  top: 0;
  z-index: 30000;
}

.site-header-mobile__menu__toggle {
  margin-left: auto;
}

.site-footer {
  color: #fff;
  background-color: #000;
  position: relative;
}
.site-footer a {
  color: inherit;
  font-weight: inherit;
}
.site-footer > * {
  position: relative;
  z-index: 1;
}

.site-footer .footer-branding__mailing {
  margin-left: auto;
}

.site-footer .widget-area {
  gap: var(--wp--custom--spacing--gap);
  padding-top: calc(var(--wp--custom--spacing--gap) - 5px);
}

.site-footer .widget-area .widget {
  margin-bottom: 0;
  width: calc(
    100% / var(--cols) - var(--wp--custom--spacing--gap) +
      var(--wp--custom--spacing--gap) / var(--cols)
  );
  --cols: 1;
}

.site-footer .site-initiative {
  padding-bottom: var(--wp--custom--spacing--baseline);
  background-color: var(--wp--preset--color--very-dark-grey);
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.site-footer .site-initiative p {
  margin: 0;
}
.site-footer .site-initiative__inner {
  gap: 20px 50px;
}
.site-footer .site-initiative__inner .widget_text {
  flex-shrink: 0;
}

.site-footer .site-initiative__inner .widget,
.site-footer .site-initiative__inner .wp-block-image {
  margin-bottom: 0;
}
.site-footer .site-info {
  padding: 20px 0;
  font-family: var(--wp--custom--typography--font-family--mono);
  font-weight: var(--wp--custom--typography--font-weight--bold);
}
.site-footer .site-info__inner {
  gap: 20px 10px;
}

@media (max-width: 800px) {
  #im-stick-nav ul li a {
    font-size: 20px;
  }
  #im-stick-nav ul li a::before {
    height: 16px;
    width: 15px;
  }
}
.site-footer .site-info__credits {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 10px;
  justify-content: center;
}
.site-footer .site-info__credits,
.site-footer .site-info__privacy {
  font-size: 16px;
}
.site-footer .social-navigation {
  width: auto;
}
@media (max-width: 1079px) {
  .site-footer .social-navigation {
    width: 100%;
  }
}
@media (min-width: 1080px) {
  .site-footer .social-navigation {
    margin-left: auto;
  }
}
.site-footer .social-navigation .social-links-menu {
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
  width: 55%;
}
.site-footer .social-navigation a {
  display: inline-flex;
  padding: 5px;
}
.site-footer .social-navigation svg {
  width: 28px;
  height: 28px;
  fill: #fff;
}

.site-footer .social-navigation svg:hover {
  fill: #ff5828;
}

.mobile__menu__offcanvas {
  position: fixed;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: var(--wp--preset--color--grey-10);
  color: var(--wp--preset--color--foreground);
  transition: transform 1s cubic-bezier(0.2, 1, 0.3, 1), visibility 0s 1.1s;
  width: 100%;
  overflow: hidden;
  visibility: hidden;
  transform: translate3d(50%, 0, 0);
  font-size: 24px;
  z-index: 2;
}
.mobile__menu__offcanvas a {
  color: inherit;
}
.mobile__menu__offcanvas__close {
  width: 40px;
  margin-left: auto;
  height: 40px;
  padding: 5px;
}
.mobile__menu__offcanvas li:not(.menu-item__button) a {
  padding: 0;
}
.mobile__menu__offcanvas .menu-item__button {
  margin-top: 7px;
}
.mobile__menu__offcanvas .menu-item__button__donate {
  margin-top: 13px;
}
.mobile__menu__offcanvas .menu-item__button__donate a {
  color: #fff;
  padding: 10px 24px;
}
.mobile__menu__offcanvas .menu-item__button .jetpack-search-filter__link {
  gap: 10px;
  padding: 0.75rem 0;
}
.mobile__menu__offcanvas__content {
  height: 100%;
  padding: 24px 45px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  overflow: auto;
}
body.admin-bar .mobile__menu__offcanvas__content {
  padding-top: 45px;
}
.mobile__menu__offcanvas .mobile-navigation {
  flex-grow: 1;
  display: flex;
  padding-top: 20px;
}
.mobile__menu__offcanvas .mobile-navigation .mobile-menu {
  flex-direction: column;
}
.mobile__menu__offcanvas .mobile-navigation .mobile-menu li {
  flex-wrap: wrap;
  width: 100%;
  padding: 10px 0;
  position: relative;
}
.mobile__menu__offcanvas .mobile-navigation .mobile-menu li a {
  display: flex;
  align-items: center;
}
.mobile__menu__offcanvas
  .mobile-navigation
  .mobile-menu
  li.menu-item-has-children
  > a:after {
  margin-left: 12px;
}
.mobile__menu__offcanvas
  .mobile-navigation
  .mobile-menu
  li
  .menu-item-description {
  margin-top: 5px;
}
.mobile__menu__offcanvas .mobile-navigation .mobile-menu li .sub-menu {
  display: none;
  width: 100%;
  font-size: 18px;
  padding: 12px 12px 0 24px;
}
.mobile__menu__offcanvas .mobile-navigation .mobile-menu li .sub-menu li {
  padding: 12px 0;
}
.mobile__menu__offcanvas
  .mobile-navigation
  .mobile-menu
  li.sub-menu--active
  .sub-menu {
  display: block;
}
body.mobile__menu__offcanvas--active .mobile__menu__offcanvas {
  transform: translate3d(0, 0, 0);
  transition: transform 1s cubic-bezier(0.2, 1, 0.3, 1), visibility 0s;
  visibility: visible;
}

body.mobile__menu__offcanvas--active {
  overflow: hidden;
}

body.mobile__menu__offcanvas--active .site,
body.mobile__menu__offcanvas--active .sticky-donation {
  transform: translate3d(-100vw, 0, 0);
}
body.mobile__menu__offcanvas--active .site {
  pointer-events: none;
}

.content__excerpt .posted-on .published + .updated {
  display: none;
}
.content__excerpt .posted-on a {
  color: #000;
}
.content__excerpt .posted-on .svg-icon {
  display: none;
}
.content__excerpt .post-thumbnail {
  margin-bottom: 20px;
  position: relative;
}
.content__excerpt .post-thumbnail img:not(.logo__media) {
  aspect-ratio: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content__excerpt .post-thumbnail .logo__media {
  position: absolute;
  bottom: 15px;
  right: 15px;
  max-width: 50%;
  pointer-events: none;
  max-height: 40px;
  width: auto;
}
.content__excerpt .cat-links {
  color: #fff;
}
.content__excerpt .cat-links a,
.content__excerpt .cat-links span {
  background-color: #000;
  padding: 4px 8px;
  color: inherit;
}
.content__excerpt .entry-meta {
  gap: 16px;
  margin-bottom: 12px;
}

.breadcrumbs {
  width: 100%;
  font-family: var(--wp--custom--typography--font-family--mono);
}
.breadcrumbs a {
  color: currentColor;
}
.breadcrumbs__crumb {
  display: inline;
}
.breadcrumbs__crumb:not(:first-child):before {
  font-weight: var(--wp--custom--typography--font-weight--body);
  content: "/";
  padding: 0 5px;
}
.breadcrumbs__crumb--current {
  font-weight: var(--wp--custom--typography--font-weight--bold);
}

.pagination {
  width: 100%;
  margin-bottom: var(--wp--custom--spacing--gap);
  margin-top: var(--wp--custom--spacing--gap);
  font-size: var(--wp--preset--font-size--small);
}
.pagination .nav-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  justify-content: center;
}
.pagination a,
.pagination .current {
  display: inline-flex;
  border-radius: 3px;
  aspect-ratio: 1;
  align-items: center;
  justify-content: center;
  min-width: 40px;
}
.pagination .current {
  background-color: var(--wp--preset--color--blue);
  color: #fff;
}
.pagination a {
  color: var(--wp--preset--color--dark-grey);
  transition: 0.2s;
}
.pagination a:hover {
  background-color: #000;
  color: #fff;
}
.pagination a:hover svg path {
  fill: #000;
}
.pagination svg {
  width: 10px;
}
.pagination svg path {
  fill: var(--wp--preset--color--dark-grey);
}

.share__block {
  width: 100%;
  font-weight: var(--wp--custom--typography--font-weight--bold);
  margin-top: 0;
  margin-bottom: calc(var(--wp--custom--spacing--gap) * 2);
  gap: 24px;
}
@media (max-width: 599px) {
  .share__block {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
  .share__block span {
    justify-content: center;
  }
  .share__block a {
    padding: 10px;
  }
}
.share__block__networks {
  gap: 24px;
  margin-left: auto;
  width: 100%;
  justify-content: flex-end;
}
.share__block__title {
  width: 100%;
}
.entry-content__date + .share__block {
  margin-bottom: 0;
}

.entry-content__date {
  margin-top: 0;
  font-family: var(--wp--custom--typography--font-family--mono);
  font-weight: var(--wp--custom--typography--font-weight--bold);
  font-size: var(--wp--preset--font-size--tiny);
  color: var(--wp--preset--color--very-dark-grey);
}
/* .entry-content a:not(.wp-block-query a, .wp-block-button__link) {
  text-decoration: underline;
}
.entry-content a:not(.wp-block-query a, .wp-block-button__link):hover {
  text-decoration: none;
} */

.entry-hero {
  background-color: #000;
  color: #fff;
  position: relative;
}
@media (max-width: 781px) {
  .entry-hero {
    flex-wrap: wrap;
  }
}
.entry-hero > * {
  width: 100%;
}
.entry-hero__meta {
  gap: 16px;
  padding-bottom: 60px;
  padding-top: 60px;
}
@media (max-width: 781px) {
  .entry-hero__meta {
    padding-top: 32px;
  }
}
.entry-hero__meta > * {
  width: 100%;
  max-width: 590px;
}
.entry-hero .posted-on {
  font-family: var(--wp--custom--typography--font-family--mono);
  font-weight: var(--wp--custom--typography--font-weight--bold);
  font-size: var(--wp--preset--font-size--tiny);
  line-height: 1.4;
  margin-top: 8px;
}
.entry-hero .entry-title {
  margin: 0;
  letter-spacing: -0.01em;
  line-height: 1.2;
  font-weight: var(--wp--custom--typography--font-weight--black);
  font-size: var(--wp--preset--font-size--gigantic);
}
.entry-hero .subtitle {
  font-weight: var(--wp--custom--typography--font-weight--medium);
  line-height: 1.25;
  margin: unset;
  padding: unset;
}
.entry-hero__thumb--off .post-thumbnail:after {
  display: none;
}
.entry-hero .post-thumbnail {
  position: relative;
  z-index: 1;
}
.entry-hero .post-thumbnail:after {
  content: "";
  position: absolute;
  pointer-events: none;
  background-repeat: no-repeat;
  bottom: -2px;
  width: 100%;
  height: 34px;
  left: 0;
  background-position: bottom;
  background-size: 1440px 34px;
  background-image: url("data:image/svg+xml,%3Csvg width='1440' height='34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)' fill='%23fff'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M956.578 23.008c.064-.416.491-.7 1.119-.889.629.19 1.056.473 1.12.89l.013-.03c.001-.075.338-.531.831-1.168 1.429-.099 3.031-.034 4.056.008.313.012.572.023.756.026 1.684.23 3.469.157 5.25.084 2.111-.086 4.218-.171 6.15.245.52.12 1.027.247 1.529.372 2.043.51 3.983.992 6.194.946 1.356-.832 2.774-.582 4.164-.337.972.171 1.93.34 2.844.136.539-.095 1.069-.307 1.598-.518.971-.388 1.938-.773 2.943-.436.175-.029.311-.042.432-.053.25-.014.495-.07.727-.164l.052.01.054.011c.241.054.393.087.741-.565.714.449 2.091.266 3.229.115.51-.068.97-.13 1.3-.124 1.52-.242 2.69-.028 4.02.622.35.14.64.318.92.484.78.462 1.41.84 2.63.128 1.09.729 5.29.656 6.37-.137.34-.62.38-.772.4-.85.02-.06.02-.078.14-.228.34-.325 1.07-.97 1.84-.918 2.12-.924 5.76-1.058 8.12-.194 3.18-.717 6.98-1.267 10.07-.079.82-.022 1.04.227 1.6.872.16.193.36.421.61.688.53.824 1.12.586 1.7.35.36-.143.71-.285 1.04-.195 1.54-.113 4.26.064 5.61.176.94.582 1.26.648 1.93.789.29.06.64.133 1.13.264 1.7.21 3.43.187 5.13.163 1.75-.025 3.47-.05 5.13.177 1.08.203 2.26.126 3.46.05 1.22-.078 2.45-.157 3.58.058 1.46 1.224 3.28.837 5 .474 1.58-.337 3.08-.655 4.11.348.19.167.36.364.52.555.5.575.95 1.097 1.79.595.42-.103.83.12 1.25.347.22.121.45.243.67.315 1.09.084 1.96-.17 2.8-.415 1.05-.308 2.05-.599 3.34-.185.88-1.082 1.76-.677 2.64-.274.24.111.48.222.73.302 1.1.235 2.47.178 3.69.128.43-.018.85-.035 1.22-.038.59.414 1.04.493 1.51.576.43.074.87.152 1.45.472.48.198.96.118 1.45.038.5-.082.99-.164 1.49.054 1.11.059 2.23-.157 3.36-.375 1.73-.334 3.48-.671 5.2-.015 2.32.735 4.82 1.324 7.25 1.19-.18-1.079 2.25-.915 4.86-.74 2.32.157 4.79.323 5.69-.373 1.77-.606 3.51-.142 5.24.32 1.13.303 2.26.604 3.39.604 1.41 1.085 2.79.78 4.2.472 1.02-.225 2.06-.452 3.12-.143 1.81.357 2.98.35 4.6-.383.21-.13.34-.224.44-.292.12-.083.18-.125.25-.143.07-.019.14-.012.3.003.1.01.25.023.46.034.22-1.368.57-.824.87-.359.1.162.2.315.28.374.87-.487 1.8-.293 2.72-.102.75.155 1.49.308 2.17.091.48.249.91.315 1.32.379.55.084 1.07.163 1.61.658 1.02-.188 2.06.123 3.17.454.74.223 1.51.455 2.33.547.71-.008 1.42-.042 2.13-.077 2.13-.103 4.23-.205 6.26.424 1.4.46 2.91.104 4.37-.245.88-.207 1.74-.412 2.56-.439.77-.48 1.16-.478 1.61-.474.25.002.52.004.88-.081.22.047.42-.105.63-.257.31-.236.63-.474 1.02.018 1.52.42 3.06.6 4.59.033.83-.68 1.7-.409 2.56-.138.65.205 1.29.408 1.92.196 1.08 1.337 2.03.665 3.01-.021.55-.384 1.1-.773 1.68-.815 3 .45 6.23.772 9.25.05.78.16 1.66.085 2.5.013.48-.041.95-.082 1.38-.076.8-.007 1.16-.34 1.55-.709.24-.218.49-.449.85-.632 1.03-.615 2.47-.362 3.92-.104 1.4.247 2.82.497 3.93-.008.55.247.98.016 1.42-.22.48-.255.97-.514 1.61-.174.68-.154 1.13-.229 1.46-.286.73-.123.98-.166 2.07-.731 1.59-1.2 4.59-.46 6.5.011.22.054.42.105.61.148.92.826 1.52.834 2.01.841.27.004.5.007.72.141.33.085.51.306.75.603.25.316.57.718 1.22 1.131.42.06.81.354 1.21.66.62.463 1.27.954 2.12.723 1.02.481 1.81.2 2.57-.066.44-.156.86-.307 1.31-.3 1.44-1.064 3.44-.658 5.21-.3.61.123 1.18.24 1.7.291 1.51.22 3.03.136 4.54.052 1.3-.072 2.6-.145 3.9-.023 1.38-.586 2.76-.381 4.14-.176.61.091 1.22.182 1.84.204.3-.028.67-.014 1.05.002 1.02.04 2.11.085 2.07-.722 1.77-.5 3.77-.332 5.63-.175l.86.07c.08-.398.04-.792.01-1.118-.04-.352-.06-.624.08-.73.99.326 1.96-.036 2.94-.402.94-.35 1.89-.706 2.89-.46.55-.077 1.1.069 1.66.215.87.23 1.75.46 2.62-.177 1.46-.145 2.91-.028 4.37.088 1.8.144 3.59.288 5.39-.058.28-.029.53-.053.77-.076.89-.085 1.58-.152 2.45-.34.49-.131.93-.326 1.35-.514 1.02-.457 1.95-.875 3.35-.232.94-.147 1.87-.024 2.8.098.84.11 1.68.22 2.51.125 1.16.012 1.47-.165 1.76-.332.24-.137.47-.267 1.14-.283.6-.533 1.55-.309 2.47-.091.71.168 1.4.332 1.9.138 1.07.759 2.15.453 3.23.148.92-.258 1.83-.515 2.72-.13.3.076.55.137.77.189 1.01.246 1.27.31 2.33.995.95-.421 2.2.006 3.41.422.44.15.87.3 1.28.406.86.391 1.64.325 2.41.26.76-.066 1.53-.131 2.38.243.47-.098.83.067 1.16.222.47.217.89.415 1.56-.163.77.08 1.09-.271 1.73-.963l.09-.097c.58-1.186.87-.983 1.41-.61.16.114.35.243.57.354.55-.173 1.11-.08 1.67.014.57.097 1.15.193 1.72.001.6.386 1.2.157 1.81-.072.67-.256 1.34-.511 2.01.08.82-.39 1.95-.222 2.94-.077.49.072.94.139 1.3.131 1.06.368 1.73.15 2.85-.935.29-.103.55-.223.78-.335.84-.397 1.44-.682 2.53.34 2.79.924 4.48 1.388 7.8 2.122 1.06-.223 2.12-.083 3.18.057 1.18.156 2.36.311 3.55-.034.85-.157 1.62.103 2.37.357.95.324 1.88.638 2.93.064.7.059 1.41.018 2.11-.023.86-.05 1.72-.1 2.57.028.37-.042.74-.116 1.11-.19 1.12-.227 2.25-.454 3.37.202.22-.005.47-.028.73-.052.94-.087 2.07-.192 2.73.44 2.37 1.608 3.9 1.787 6.58 2.033.41.03.82.124 1.23.219.93.214 1.86.429 2.78-.119.77-.563 1.55-.133 2.34.301.29.16.58.32.87.432 2.59.6 5.7.262 7.26-1.18 1.94-1.718 4.58-1.652 7.71-1.575l.15.004c.92.418 1.74.168 2.57-.083.53-.16 1.06-.322 1.62-.311.34.749.93.374 1.24.048.44-.04.49-.098.68-.312.06-.07.13-.156.24-.265 2.37-1.154 4.81-1.363 6.87.57 0-.047.76-2.572 1.51-4.153.77-1.953 1.53-3.973 1.53-4.157-.61.261-1.23.607-1.85.955-1.19.674-2.41 1.357-3.67 1.447-.45-.126-1.13-.025-1.86.082-1.01.149-2.09.308-2.7-.117-.59-.08-1.11-.286-1.6-.48-.9-.357-1.7-.677-2.71-.121-1.63-.579-3.29-.965-4.88.034-.63.167-1.19.618-1.73 1.06-.96.775-1.87 1.521-3.08.639-2.79.026-4.51.218-6.73 1.481-2.09 1.178-5.22.148-7.71-.673-.24-.079-.47-.156-.7-.229-.66-.059-1.33-.182-2-.307-1.75-.323-3.55-.654-5.34.09-1.36-.232-2.7-.302-4.01-.369-1.09-.056-2.16-.11-3.18-.258-2.64-1.553-5.22-2.27-8.23-1.77-.53.066-1.04.148-1.55.23-2.14.34-4.17.662-6.44-.345-.97.855-1.76.467-2.63.038-.31-.15-.62-.306-.96-.415-2.87-.343-5.48-.702-8.21-1.273-.97-.198-1.75-.712-2.5-1.205-.94-.617-1.83-1.202-2.98-1.1-.87-1.093-1.82-.689-2.76-.286-.72.31-1.45.62-2.14.244-1.36.454-2.44 0-3.74-.546a46.2 46.2 0 0 0-.84-.341c-.82.592-1.68.378-2.54.165-.65-.162-1.3-.323-1.93-.134-.37-.02-.77-.045-1.18-.07-2.72-.172-6.17-.389-8.36.508-.8-.532-1.27-.457-2.19 1.037-.36-.004-.74-.099-1.14-.197-.87-.214-1.81-.444-2.61.23-.64-.004-1.12.266-1.56.52-.58.326-1.11.628-1.89.29-.45.488-.88.343-1.32.195-.2-.07-.42-.141-.63-.146a.574.574 0 0 1-.23-.05c-.32-.106-.77-.254-1.14.874-.32.01-.67-.037-1.04-.086-.99-.134-2.1-.284-3.02.65-.2.096-.4.21-.59.323-.83.472-1.62.926-2.5.048a6.845 6.845 0 0 1-.95-.8c-.65-.612-1.14-1.08-2.25-.684-.96.158-1.56.514-2.25 1.21-1 1.007-2.29.769-3.58.531-.71-.13-1.41-.26-2.07-.185l-.91.134c-3.38.5-6.77 1.003-10.13-.168-.48.122-.91.101-1.33.081-.4-.019-.79-.037-1.23.065-.82.625-1.11.67-1.55.739-.29.044-.64.098-1.23.328-.87-.038-1.76-.214-2.66-.392-1.69-.336-3.41-.677-5.09-.09-.89.897-1.69.712-2.53.52-.49-.113-.99-.23-1.53-.124a2.324 2.324 0 0 0-2.77.118c-.6.393-.68.715-.77 1.054-.06.227-.13.462-.35.73-.96.731-4.34.892-6.09.42-1.57-1.478-3.14-.856-4.72-.013-2.29.606-3.99.204-5.9-.898-.72-1.403-1.19-1.272-1.75-1.119-.32.09-.68.188-1.12-.013-.61.232-1.1-.108-1.57-.44-.42-.29-.83-.576-1.31-.461-.81-.447-1.72-.468-2.7-.49-1.13-.025-2.33-.052-3.56-.724-.2-.034-.4-.069-.59-.104-2.12-.377-4.3-.764-6.22.195-1.78-.236-3.59-.041-5.35.149-.82.088-1.63.175-2.42.218-1.05.932-1.19.881-1.99.575-.16-.063-.36-.136-.59-.214-1.34.192-1.92.322-3.02.731-1.84-1.385-4.18-1-6.13.048-1.34-.344-2.69-.229-4.04-.114-.53.045-1.06.09-1.59.107-1.58.346-3.24.01-4.93-.331-1-.201-2-.404-3.01-.47-2.71.9-5.41 1.349-7.87.729-.4.433-.72.511-1.04.586-.3.072-.59.141-.92.513-.15-.685-1.23.671-1.3.804-.97.54-1.91.263-2.83-.006-.53-.157-1.06-.313-1.59-.3-.69-.142-1.34-.083-1.96-.027-1.1.1-2.13.192-3.22-.822-1.27-.376-2.52-.922-4.11-1.922a12.853 12.853 0 0 0-4.83.425c-1.6.081-2.39.051-3.68-.78-.09-.126-.17-.242-.25-.347v-.001c-.52-.734-.64-.908-1.59-.073-.56-.328-1.12.216-1.69.759-.57.549-1.15 1.097-1.7.739-.91.366-1.93.305-2.96.243-.71-.042-1.41-.084-2.09.008-.61-.105-1.23-.302-1.86-.501-1.67-.532-3.37-1.075-5.09.106-1.11.186-2.23.082-3.34-.02-1.24-.116-2.47-.23-3.69.059-.48-.587-1.25-.295-1.99-.014-.69.26-1.34.51-1.72.04-.7.413-.73.456-1.33 1.287-.07.09-.14.19-.22.301-.81 1.86-2.45 1.83-3.45.364l-.28-.005c-1.23-.024-2.08-.04-3.45-.428-1.17-1.044-2.38-.71-3.58-.38-.55.154-1.11.307-1.66.322-1.77-.119-2.86.083-4.52.752-2.05.595-3.37-.075-4.83-.819-.3-.15-.59-.298-.89-.442-.71-.688-1.03-.698-1.5-.713-.35-.002-.7-.052-1.04-.148-.41-.45-.8-.46-1.19-.47-.39-.011-.79-.022-1.22-.469-.62.153-1.31-.014-2.03-.184-.99-.237-2.01-.481-2.92.097-1.01-.247-1.76-.052-2.54.153-.4.105-.81.212-1.27.264-.35-.08-.64.01-.91.093-.47.145-.85.265-1.32-.628-.57-.677-.87-.478-1.19-.271-.35.229-.72.468-1.48-.461-1.22.875-2.48.58-3.72.287-.63-.148-1.25-.294-1.86-.29-.53-.44-1.11-.283-1.68-.128-.42.116-.84.23-1.23.1-.87-.092-.98.017-1.17.219-.12.133-.29.307-.74.49-1.37.994-2.71 1.895-4.46.472-1.13.747-2.25.44-3.38.132-.18-.049-.36-.098-.54-.142-.53-.102-1.08-.075-1.61-.049-.5.025-1 .05-1.48-.028-.64.351-1.27-.009-1.92-.384-.31-.175-.62-.353-.94-.464-.55-.535-1.12-.431-1.69-.328-.46.084-.93.169-1.37-.102-1.1.241-2.03-.307-2.99-.877-.6-.354-1.21-.717-1.89-.904-1.18-1.201-2.44-.84-3.68-.483-.63.18-1.25.358-1.86.335-.64-.37-1.2-.37-1.76-.37-.69 0-1.36 0-2.16-.694-.57 1.216-1.13.72-1.67.23-.32-.282-.63-.563-.95-.506-.21.034-.43-.208-.66-.457-.36-.386-.72-.79-1.11-.2-.25-.264-.52-.067-.79.132-.32.24-.65.482-.95-.08-1.76.139-2.33.023-3.64-1.23l-.48-.195-.01-.003c-2.7-1.099-5.8-2.361-9.09-1.008-1.04-.152-2.09-.102-3.13-.053-.76.037-1.53.073-2.3.03-1.44-.42-2.89-.274-4.33-.127-1.03.104-2.05.208-3.08.11-1.65-.42-3.31-.292-4.97-.164-.81.062-1.62.125-2.44.123-.35.068-.68.145-1 .218-.97.229-1.79.421-2.79.177-.45.14-.92.025-1.41-.091-.59-.144-1.2-.29-1.77.042-1.87-.41-4.484-.755-6.066 1.11a5.115 5.115 0 0 0-.503.591c-.336.442-.557.732-.984.339-.38-.435-.76-.033-1.148.728-.23.356-.413.663-.55.892-.248.413-.345.577-.297.328-1.13.739-3.394.67-5.71.599-1.786-.055-3.604-.11-4.955.204-.451.049-.9.106-1.349.165-1.786.23-3.58.461-5.497.094-.839-.384-1.423-.07-2.044.264-.369.2-.752.406-1.21.476-.728.098-1.526.014-2.337-.072-1.124-.119-2.275-.24-3.303.117-.957.124-1.907.015-2.853-.123.115-.17.18-.284.18-.324-.336.084-.672.15-1.007.2-1.196-.175-2.386-.303-3.576.026-.448.01-.896.028-1.344.05-.447-.021-.895-.04-1.343-.05-1.19-.33-2.381-.2-3.577-.025a10.98 10.98 0 0 1-1.006-.201c0 .04.065.154.18.324-.946.139-1.896.247-2.853.123-1.029-.357-2.179-.236-3.304-.117-.811.086-1.608.17-2.336.072-.458-.07-.841-.276-1.21-.476-.621-.334-1.205-.648-2.045-.264-1.916.367-3.71.136-5.496-.095-.449-.06-.899-.114-1.349-.164-1.351-.314-3.169-.259-4.956-.204-2.315.07-4.579.14-5.71-.6.049.25-.049.086-.296-.327-.137-.23-.321-.536-.55-.892-.388-.761-.768-1.163-1.148-.728-.427.393-.648.103-.984-.339-.14-.184-.3-.394-.503-.591-1.582-1.865-4.197-1.52-6.07-1.11-.57-.331-1.174-.186-1.77-.042-.482.116-.959.23-1.407.091-.999.244-1.819.052-2.794-.177-.313-.073-.642-.15-.998-.218-.813.002-1.626-.06-2.438-.123-1.657-.128-3.314-.256-4.971.164-1.023.098-2.049-.006-3.075-.11-1.447-.147-2.894-.294-4.336.127-.767.043-1.533.007-2.299-.03-1.043-.05-2.085-.099-3.128.053-3.288-1.354-6.393-.09-9.095 1.008l-.486.197c-1.314 1.254-1.88 1.37-3.635 1.232-.301.562-.632.319-.958.079-.271-.2-.539-.396-.787-.132-.385-.59-.754-.186-1.108.2-.228.249-.449.49-.664.457-.312-.056-.626.224-.943.507-.547.488-1.103.985-1.676-.231-.796.694-1.472.694-2.159.694-.556 0-1.12 0-1.76.37-.606.023-1.229-.155-1.857-.335-1.245-.357-2.506-.718-3.681.483-.678.187-1.291.55-1.889.904-.963.57-1.889 1.118-2.99.877-.446.27-.91.186-1.376.102-.567-.103-1.139-.207-1.688.328-.32.111-.631.29-.936.464-.656.375-1.285.735-1.927.384-.479.077-.973.053-1.471.028-.539-.026-1.082-.053-1.615.049-.179.044-.357.093-.536.142-1.129.308-2.253.615-3.382-.132-1.753 1.423-3.091.521-4.459-.472-.452-.183-.617-.357-.744-.49-.191-.202-.295-.31-1.169-.22-.393.131-.811.017-1.232-.099-.568-.155-1.143-.313-1.673.127-.612-.003-1.235.143-1.861.29-1.245.293-2.502.59-3.718-.286-.764.93-1.132.69-1.483.46-.318-.206-.623-.404-1.194.272-.467.893-.851.773-1.319.628-.264-.082-.556-.173-.905-.093-.46-.052-.871-.16-1.273-.264-.785-.205-1.535-.4-2.544-.153-.907-.578-1.931-.334-2.92-.098-.715.171-1.411.338-2.03.185-.431.447-.825.458-1.215.468-.391.01-.778.021-1.193.47-.458.13-.772.14-1.037.149-.476.015-.793.025-1.499.713-.308.144-.604.294-.893.442-1.462.744-2.776 1.414-4.831.819-1.655-.67-2.752-.871-4.524-.752-.547-.015-1.101-.168-1.657-.321-1.198-.331-2.405-.665-3.579.379-1.371.388-2.216.404-3.445.428l-.286.005c-1.003 1.467-2.634 1.496-3.449-.364l-.218-.301c-.598-.83-.629-.874-1.333-1.287-.376.47-1.033.22-1.717-.04-.738-.28-1.508-.573-1.991.014-1.221-.289-2.453-.175-3.692-.06-1.11.103-2.224.207-3.338.02-1.72-1.18-3.425-.637-5.094-.105-.625.199-1.245.396-1.858.501-.677-.092-1.383-.05-2.085-.008-1.031.061-2.053.123-2.962-.243-.556.357-1.128-.19-1.7-.74-.567-.542-1.135-1.086-1.691-.758-.95-.835-1.074-.66-1.593.073-.074.105-.157.221-.251.348-1.283.831-2.076.861-3.672.78a12.88 12.88 0 0 0-4.835-.426c-1.585 1.001-2.839 1.547-4.112 1.923-1.09 1.014-2.119.921-3.217.822-.625-.056-1.272-.115-1.965.028-.521-.014-1.05.142-1.588.3-.917.268-1.859.544-2.823.005-.07-.133-1.157-1.49-1.3-.804-.334-.372-.625-.441-.925-.513-.316-.075-.642-.153-1.04-.586-2.456.62-5.158.171-7.874-.73-1.001.067-2.005.27-3 .47-1.693.342-3.359.678-4.939.332-.529-.017-1.06-.062-1.591-.107-1.346-.115-2.697-.23-4.036.114-1.953-1.048-4.292-1.433-6.132-.048-1.1-.41-1.676-.54-3.018-.731-.234.078-.426.151-.59.214-.803.306-.936.357-1.988-.575a45.623 45.623 0 0 1-2.424-.218c-1.762-.19-3.566-.385-5.351-.149-1.913-.96-4.092-.572-6.213-.195l-.589.104c-1.23.672-2.437.699-3.56.724-.98.023-1.897.043-2.707.49-.472-.115-.883.17-1.303.462-.478.331-.968.67-1.571.439-.447.2-.801.103-1.127.013-.555-.153-1.03-.284-1.742 1.119-1.916 1.102-3.613 1.504-5.904.898-1.581-.843-3.152-1.465-4.722.013-1.751.472-5.126.311-6.089-.42-.222-.268-.285-.503-.345-.73-.09-.339-.176-.66-.778-1.054a2.314 2.314 0 0 0-2.762-.118c-.541-.106-1.045.01-1.539.124-.832.192-1.634.377-2.528-.52-1.68-.587-3.396-.246-5.089.09-.895.178-1.784.354-2.657.392a5.203 5.203 0 0 0-1.23-.329c-.44-.068-.735-.113-1.553-.738-.437-.102-.833-.084-1.232-.065-.421.02-.844.04-1.323-.08-3.361 1.17-6.754.667-10.13.167l-.914-.134c-.655-.075-1.361.055-2.068.185-1.291.238-2.586.476-3.581-.532-.692-.695-1.286-1.05-2.252-1.209-1.105-.396-1.598.072-2.243.684-.274.259-.574.544-.96.8-.873.878-1.666.424-2.491-.048a9.414 9.414 0 0 0-.598-.324c-.917-.933-2.027-.783-3.016-.65-.368.05-.719.098-1.038.087-.373-1.128-.818-.98-1.138-.874a.627.627 0 0 1-.233.05c-.216.004-.426.076-.634.146-.438.148-.865.293-1.319-.195-.783.338-1.312.036-1.886-.29-.446-.255-.918-.524-1.557-.52-.809-.674-1.742-.444-2.614-.23-.398.098-.783.193-1.137.197-.925-1.494-1.398-1.569-2.199-1.037-2.181-.897-5.635-.68-8.359-.508-.411.025-.805.05-1.176.07-.632-.19-1.281-.028-1.93.134-.859.213-1.719.427-2.545-.165-.29.113-.567.229-.835.341-1.303.546-2.384 1-3.743.546-.69.376-1.414.066-2.139-.244-.941-.403-1.884-.807-2.757.286-1.156-.102-2.044.483-2.98 1.1-.749.493-1.529 1.007-2.501 1.205-2.733.57-5.342.93-8.208 1.273a7.123 7.123 0 0 0-.96.415c-.873.43-1.662.817-2.633-.038-2.273 1.007-4.295.685-6.435.344-.511-.081-1.028-.163-1.556-.229-3.013-.5-5.591.217-8.226 1.77-1.027.147-2.093.202-3.183.258-1.309.067-2.653.137-4.005.37-1.793-.745-3.591-.414-5.339-.091-.678.125-1.348.248-2.007.307l-.699.229h-.002c-2.492.82-5.622 1.851-7.706.673-2.218-1.263-3.938-1.455-6.727-1.481-1.21.882-2.128.136-3.083-.64-.543-.441-1.099-.892-1.727-1.06-1.595-.998-3.251-.612-4.886-.034-1.011-.555-1.813-.235-2.708.121-.489.195-1.006.4-1.6.48-.615.426-1.694.267-2.701.118l-.417-.06c.483-1.271.854-2.295.855-2.424-.614.261-1.228.607-1.846.955-.68.383-1.366.769-2.063 1.047-.696-.278-1.382-.664-2.063-1.047-.617-.348-1.231-.694-1.845-.955.001.129.371 1.153.855 2.424l-.417.06c-1.007.149-2.086.308-2.701-.117-.594-.08-1.111-.286-1.6-.48-.895-.357-1.697-.677-2.708-.122-1.635-.578-3.291-.964-4.886.035-.628.167-1.184.618-1.727 1.06-.955.775-1.873 1.521-3.083.639-2.789.026-4.51.218-6.727 1.48-2.085 1.18-5.214.149-7.706-.672-.24-.079-.474-.156-.701-.229-.659-.059-1.329-.182-2.007-.307-1.749-.323-3.546-.654-5.339.09-1.352-.232-2.696-.302-4.005-.369-1.09-.056-2.156-.111-3.183-.258-2.635-1.553-5.213-2.27-8.226-1.77-.528.066-1.046.148-1.556.23-2.14.34-4.162.662-6.435-.345-.971.855-1.76.467-2.633.038-.306-.15-.622-.306-.96-.415-2.866-.343-5.475-.702-8.209-1.273-.972-.198-1.751-.712-2.5-1.205-.936-.617-1.824-1.202-2.98-1.1-.873-1.093-1.816-.689-2.757-.286-.726.31-1.449.62-2.139.244-1.359.454-2.44 0-3.743-.546-.268-.112-.545-.228-.835-.341-.826.592-1.686.378-2.545.165-.65-.162-1.298-.323-1.93-.134-.371-.02-.765-.045-1.176-.07-2.724-.172-6.178-.389-8.359.508-.801-.532-1.274-.457-2.199 1.037-.354-.004-.739-.099-1.137-.197-.872-.214-1.805-.444-2.614.23-.639-.004-1.112.265-1.557.52-.574.326-1.103.628-1.886.29-.454.488-.881.343-1.319.195-.208-.07-.418-.142-.634-.146a.648.648 0 0 1-.233-.05c-.32-.106-.765-.254-1.139.874-.318.01-.669-.037-1.037-.086-.989-.134-2.099-.284-3.016.649-.203.1-.403.209-.598.324-.825.472-1.618.926-2.492.048-.385-.256-.686-.541-.959-.8-.645-.612-1.138-1.08-2.243-.684-.966.158-1.56.514-2.252 1.21-.995 1.007-2.29.769-3.581.53-.707-.13-1.413-.26-2.068-.184l-.914.134c-3.376.5-6.769 1.003-10.13-.168-.479.121-.903.101-1.323.081-.399-.019-.795-.037-1.232.065-.818.625-1.113.67-1.553.738-.422.059-.835.17-1.23.329-.874-.038-1.762-.214-2.657-.392-1.693-.336-3.409-.677-5.09-.09-.893.897-1.695.712-2.527.52-.494-.113-.999-.23-1.539-.124a2.315 2.315 0 0 0-2.762.118c-.602.393-.688.715-.778 1.054-.061.227-.123.462-.345.73-.963.731-4.338.892-6.089.42-1.57-1.478-3.142-.856-4.722-.013-2.291.606-3.988.204-5.904-.898-.712-1.403-1.187-1.272-1.742-1.119-.326.09-.68.187-1.127-.013-.603.232-1.093-.108-1.57-.44-.421-.29-.832-.576-1.304-.461-.81-.447-1.727-.468-2.707-.49-1.123-.025-2.33-.052-3.56-.724l-.589-.104c-2.121-.377-4.3-.764-6.213.195-1.785-.236-3.59-.041-5.351.149-.82.088-1.63.175-2.424.218-1.052.932-1.185.881-1.988.575a13.578 13.578 0 0 0-.59-.214c-1.342.191-1.918.321-3.018.731-1.84-1.385-4.179-1-6.132.048-1.339-.344-2.69-.229-4.036-.114-.532.045-1.062.09-1.591.107-1.58.346-3.246.01-4.939-.331-.995-.201-1.999-.404-3-.47-2.716.9-5.418 1.349-7.874.729-.398.433-.724.511-1.04.586-.3.072-.591.141-.926.513-.142-.685-1.229.67-1.299.804-.964.54-1.906.263-2.823-.006-.538-.157-1.067-.313-1.588-.3-.693-.142-1.34-.083-1.965-.027-1.098.1-2.127.192-3.217-.822-1.274-.376-2.527-.922-4.112-1.923a12.88 12.88 0 0 0-4.835.426c-1.596.081-2.389.05-3.672-.78-.085-.115-.169-.23-.251-.348-.519-.734-.643-.908-1.593-.073-.556-.328-1.124.216-1.69.759-.573.549-1.145 1.096-1.701.739-.909.366-1.932.305-2.962.243-.702-.042-1.408-.084-2.085.008-.613-.105-1.233-.302-1.858-.501-1.669-.532-3.375-1.075-5.094.105-1.114.186-2.228.083-3.338-.02-1.239-.115-2.472-.23-3.692.06-.483-.587-1.253-.295-1.991-.014-.684.26-1.341.51-1.717.04-.704.413-.735.456-1.333 1.287l-.218.301c-.815 1.86-2.446 1.83-3.449.364l-.286-.005c-1.229-.024-2.074-.04-3.445-.428-1.174-1.045-2.381-.71-3.579-.38-.556.154-1.11.307-1.657.322-1.772-.12-2.869.083-4.524.752-2.055.595-3.369-.075-4.831-.819-.29-.148-.585-.298-.894-.442-.705-.688-1.022-.698-1.498-.713a3.874 3.874 0 0 1-1.037-.148c-.415-.45-.802-.46-1.193-.47-.39-.011-.784-.022-1.215-.469-.619.153-1.315-.014-2.03-.184-.989-.237-2.014-.482-2.92.097-1.009-.247-1.759-.052-2.545.153-.401.105-.812.212-1.272.264-.349-.08-.641.01-.906.093-.467.145-.851.265-1.319-.628-.571-.677-.875-.478-1.193-.271-.351.229-.719.468-1.483-.461-1.216.875-2.473.58-3.718.286-.626-.147-1.249-.293-1.861-.29-.53-.44-1.105-.283-1.673-.127-.421.116-.839.23-1.232.1-.874-.092-.978.017-1.169.219-.127.133-.292.307-.744.49-1.368.994-2.706 1.895-4.459.472-1.129.747-2.253.44-3.382.132-.179-.049-.357-.098-.537-.142-.532-.102-1.075-.075-1.614-.049-.498.025-.992.05-1.471-.028-.642.351-1.271-.009-1.927-.384-.305-.175-.616-.353-.937-.464-.548-.535-1.12-.431-1.687-.328-.466.084-.93.168-1.376-.102-1.101.24-2.027-.307-2.99-.877-.598-.355-1.211-.717-1.889-.904-1.175-1.202-2.436-.84-3.681-.483-.628.18-1.251.358-1.857.335-.64-.37-1.204-.37-1.76-.37-.687 0-1.363 0-2.16-.694-.572 1.216-1.128.72-1.675.23-.317-.282-.63-.563-.944-.506-.214.033-.436-.208-.663-.457-.354-.386-.723-.79-1.108-.2-.248-.264-.516-.067-.787.132-.326.24-.657.482-.958-.08-1.755.138-2.321.023-3.635-1.23l-.486-.198c-2.702-1.099-5.807-2.362-9.095-1.008-1.044-.152-2.085-.102-3.128-.053-.766.037-1.532.073-2.299.03-1.442-.42-2.89-.274-4.336-.127-1.026.104-2.052.208-3.075.11-1.657-.42-3.314-.292-4.97-.165-.813.063-1.626.126-2.439.124-.334.065-.667.138-.998.218-.975.229-1.795.421-2.794.177-.448.14-.925.024-1.407-.091-.596-.144-1.2-.29-1.77.041-1.873-.408-4.488-.754-6.07 1.11a5.16 5.16 0 0 0-.503.592c-.336.441-.557.732-.984.339-.38-.435-.76-.033-1.148.728-.23.356-.413.662-.55.892-.247.413-.345.577-.297.328-1.13.739-3.394.67-5.71.599-1.786-.055-3.604-.11-4.955.204-.45.048-.9.106-1.35.164-1.785.23-3.579.462-5.496.095-.84-.384-1.423-.07-2.044.264-.37.2-.752.405-1.21.476-.728.098-1.525.014-2.336-.072-1.125-.119-2.275-.24-3.304.117-1.1.142-2.193-.023-3.28-.187-1.33-.2-2.654-.4-3.976-.034-.558.012-1.115.038-1.672.065-1.855.089-3.713.178-5.598-.291-.001.182 1.338 1.87 2.6 3.463 1.126 1.418 2.191 2.761 2.194 2.895l.013.029c.227-1.47 4.973-1.277 7.14-1.19.312.013.571.024.755.027 1.685.23 3.47.157 5.25.084 2.111-.086 4.218-.171 6.15.245.52.12 1.027.247 1.529.372 2.044.509 3.984.992 6.195.946 1.355-.832 2.773-.582 4.163-.337.972.171 1.93.34 2.844.136.539-.095 1.07-.307 1.599-.518.97-.388 1.937-.774 2.942-.436.175-.029.311-.042.432-.054.24-.023.42-.04.727-.163.038.006.073.014.106.021.241.053.394.087.742-.565.713.449 2.09.266 3.226.115.511-.068.973-.13 1.304-.124 1.515-.242 2.685-.028 4.017.622.35.14.646.318.925.484.773.462 1.407.84 2.63.127 1.09.73 5.284.657 6.37-.136.34-.62.38-.772.4-.85.015-.06.02-.078.14-.228.332-.325 1.067-.97 1.835-.918 2.121-.924 5.76-1.059 8.125-.194 3.172-.717 6.979-1.267 10.067-.079.82-.022 1.036.227 1.595.872.167.193.364.42.618.688.522.823 1.112.586 1.7.35.352-.143.704-.285 1.04-.195 1.536-.113 4.251.063 5.607.175.94.582 1.26.65 1.931.79.286.06.635.132 1.123.264 1.708.21 3.434.186 5.14.162 1.743-.024 3.466-.049 5.129.178 1.074.202 2.261.126 3.457.05 1.22-.078 2.449-.157 3.579.058 1.462 1.224 3.283.837 4.997.474 1.587-.338 3.082-.655 4.11.348.191.167.362.364.527.555.498.575.95 1.097 1.787.595.419-.103.831.12 1.247.346.224.122.449.244.677.316 1.083.084 1.956-.17 2.793-.415 1.052-.308 2.05-.6 3.344-.185.873-1.082 1.756-.678 2.639-.274.241.111.483.222.725.302 1.1.235 2.475.178 3.696.128a37.7 37.7 0 0 1 1.22-.038c.584.414 1.034.493 1.511.576.424.074.869.151 1.449.472.48.198.963.118 1.447.038.497-.082.996-.164 1.496.054 1.106.059 2.227-.158 3.354-.375 1.732-.334 3.478-.671 5.203-.015 2.321.735 4.822 1.324 7.244 1.19-.174-1.079 2.253-.915 4.861-.74 2.326.156 4.796.323 5.696-.373 1.769-.606 3.506-.142 5.235.32 1.131.303 2.258.604 3.388.604 1.411 1.085 2.798.78 4.204.472 1.025-.225 2.06-.452 3.121-.143 1.805.357 2.984.35 4.601-.383.465-.29.565-.403.686-.435.117-.032.255.01.763.037.218-1.368.567-.824.867-.359.104.162.202.315.287.374.862-.487 1.798-.293 2.719-.102.748.155 1.486.308 2.166.091.48.249.912.315 1.325.379.548.084 1.062.163 1.607.658 1.023-.188 2.062.123 3.164.454.745.223 1.518.455 2.335.547.71-.013 1.419-.038 2.128-.077 2.132-.103 4.235-.205 6.261.424 1.404.46 2.908.103 4.375-.245.873-.207 1.734-.412 2.553-.439.771-.48 1.162-.478 1.608-.474.252.002.522.004.888-.081.218.047.421-.105.625-.257.315-.236.634-.474 1.018.018 1.522.42 3.068.6 4.594.032.833-.68 1.697-.408 2.555-.137.65.204 1.296.408 1.923.196 1.076 1.337 2.034.665 3.01-.021.548-.384 1.101-.773 1.685-.815 2.991.45 6.228.772 9.249.05.776.16 1.655.084 2.496.013.482-.042.951-.082 1.38-.076.797-.007 1.157-.34 1.556-.71.235-.217.484-.448.846-.631 1.034-.615 2.467-.362 3.924-.104 1.396.247 2.815.497 3.925-.008.546.247.981.015 1.423-.22.478-.255.966-.514 1.612-.174.678-.154 1.12-.229 1.459-.286.727-.124.977-.166 2.068-.731 1.59-1.2 4.588-.46 6.495.011.218.054.423.104.609.148.924.826 1.529.834 2.015.841.265.004.494.007.721.141.325.084.504.306.743.603.256.316.58.718 1.223 1.131.42.06.809.354 1.215.66.612.463 1.264.954 2.117.723 1.017.481 1.811.2 2.566-.066.44-.156.868-.307 1.318-.3 1.439-1.064 3.439-.658 5.207-.3.604.123 1.181.24 1.699.291 1.513.22 3.026.136 4.537.052 1.301-.072 2.601-.145 3.9-.023 1.38-.586 2.761-.381 4.142-.176.613.091 1.226.182 1.839.204.301-.028.671-.014 1.049.002 1.023.04 2.11.085 2.077-.722 1.762-.5 3.766-.332 5.625-.175.291.024.578.048.861.07.079-.398.04-.792.007-1.118-.034-.352-.061-.624.078-.73.994.326 1.964-.036 2.946-.402.941-.35 1.893-.706 2.886-.46.552-.077 1.107.069 1.663.215.874.23 1.751.46 2.623-.177 1.455-.145 2.911-.029 4.368.088 1.795.144 3.592.288 5.39-.058.276-.029.531-.053.772-.076.883-.085 1.582-.152 2.448-.34.489-.131.924-.326 1.345-.514 1.023-.457 1.957-.875 3.354-.232.94-.148 1.874-.024 2.799.097.842.111 1.678.222 2.507.126 1.162.012 1.474-.165 1.769-.332.24-.137.468-.267 1.137-.283.601-.533 1.547-.31 2.464-.091.71.168 1.403.332 1.906.138 1.069.759 2.152.453 3.231.148.912-.258 1.823-.515 2.722-.13.298.076.547.137.763.189 1.013.245 1.276.31 2.335.995.951-.421 2.195.006 3.407.422.437.15.87.3 1.284.406.859.391 1.632.325 2.405.26.764-.066 1.528-.131 2.377.243.479-.098.833.067 1.166.222.467.217.891.415 1.557-.163.769.08 1.093-.271 1.732-.963l.089-.097c.578-1.186.869-.983 1.407-.61.163.113.349.243.573.354.555-.174 1.112-.08 1.67.014.573.096 1.147.193 1.723.001.599.386 1.201.157 1.803-.072.671-.256 1.342-.511 2.011.08.827-.39 1.957-.223 2.945-.077.486.072.938.139 1.302.131 1.052.368 1.728.15 2.85-.935.289-.103.544-.223.78-.335.837-.397 1.439-.682 2.528.34 2.792.924 4.482 1.388 7.801 2.122 1.062-.223 2.121-.083 3.181.057 1.18.155 2.36.311 3.543-.034.856-.157 1.622.103 2.37.357.954.324 1.88.638 2.929.064.704.058 1.41.018 2.117-.023.857-.05 1.714-.1 2.568.028.367-.042.736-.117 1.105-.19 1.127-.227 2.259-.455 3.376.202.219-.005.466-.028.729-.052.938-.087 2.067-.192 2.731.44 2.371 1.608 3.894 1.787 6.581 2.033.409.03.819.124 1.229.219.93.214 1.859.429 2.773-.119.775-.564 1.556-.133 2.343.301.29.16.581.32.873.432 2.585.599 5.701.262 7.258-1.18 1.946-1.718 4.585-1.652 7.71-1.575l.149.003c.927.418 1.746.17 2.572-.082.527-.16 1.058-.322 1.622-.311.342.749.928.374 1.237.048.441-.04.491-.098.679-.312.061-.07.137-.157.246-.265 1.593-.777 3.216-1.125 4.736-.682.238.71.392 1.23.393 1.252a5.95 5.95 0 0 1 .868-.678c.296.188.586.413.869.678.001-.021.155-.542.393-1.252 1.52-.443 3.143-.095 4.736.682.109.108.185.195.246.265.188.214.238.271.679.312.309.326.895.7 1.237-.048.564-.011 1.095.15 1.622.31.826.252 1.645.501 2.572.084l.149-.004c3.125-.078 5.764-.143 7.71 1.576 1.557 1.44 4.673 1.778 7.258 1.179.291-.111.582-.272.873-.432.786-.434 1.568-.865 2.342-.3.915.547 1.844.332 2.774.118.41-.095.82-.19 1.229-.22 2.687-.245 4.21-.424 6.581-2.032.664-.632 1.793-.527 2.731-.44.263.024.51.047.728.052 1.118-.657 2.25-.43 3.377-.203.369.075.738.149 1.105.191.853-.128 1.711-.078 2.568-.028.707.04 1.413.081 2.117.023 1.049.574 1.975.26 2.929-.064.748-.254 1.514-.514 2.37-.357 1.183.345 2.363.19 3.543.034 1.06-.14 2.119-.28 3.181-.057 3.319-.734 5.009-1.198 7.801-2.122 1.089-1.022 1.691-.737 2.528-.34.235.112.491.232.78.335 1.122 1.084 1.798 1.303 2.85.935.364.008.816-.06 1.302-.13.988-.146 2.118-.313 2.945.076.669-.591 1.34-.336 2.011-.08.602.23 1.204.458 1.803.072.576.192 1.15.096 1.723 0 .558-.095 1.115-.189 1.67-.015.224-.111.41-.24.573-.354.538-.373.829-.576 1.407.61l.089.097c.639.692.963 1.043 1.732.963.666.578 1.09.38 1.557.163.333-.155.687-.32 1.166-.222.849-.374 1.613-.309 2.376-.244.774.066 1.546.132 2.406-.259.414-.107.847-.256 1.284-.406 1.212-.416 2.456-.843 3.407-.422 1.059-.686 1.322-.75 2.335-.995h.002c.215-.053.464-.113.761-.19.899-.384 1.81-.127 2.722.13 1.079.306 2.162.611 3.231-.147.503.194 1.196.03 1.906-.138.917-.218 1.863-.442 2.464.091.668.016.897.146 1.137.282.295.168.607.345 1.769.333.829.096 1.665-.015 2.507-.126.925-.121 1.859-.244 2.799-.097 1.397-.643 2.331-.225 3.354.232.421.188.856.383 1.345.514.866.188 1.565.255 2.448.34.241.023.496.047.772.076 1.798.346 3.595.202 5.39.058 1.457-.117 2.913-.233 4.368-.088.872.637 1.749.407 2.623.177.556-.146 1.111-.292 1.663-.214.993-.247 1.945.108 2.886.46.982.365 1.952.727 2.946.4.139.107.112.379.077.731-.032.326-.071.72.008 1.117.283-.02.57-.045.861-.07 1.859-.156 3.863-.324 5.625.176-.033.807 1.054.763 2.077.722.378-.016.748-.03 1.049-.002.613-.022 1.226-.113 1.839-.204 1.381-.205 2.762-.41 4.142.176 1.299-.122 2.599-.05 3.9.023 1.511.084 3.024.169 4.537-.052.518-.051 1.094-.168 1.698-.29 1.769-.36 3.769-.765 5.207.3.451-.008.879.143 1.319.299.755.267 1.549.547 2.566.066.853.232 1.505-.26 2.116-.722.407-.307.796-.601 1.216-.661.643-.413.967-.815 1.222-1.131.24-.297.419-.519.744-.603.227-.134.456-.137.721-.14.486-.008 1.091-.016 2.015-.842.186-.043.391-.094.609-.148 1.907-.47 4.905-1.211 6.495-.011 1.091.565 1.341.607 2.068.73.339.058.781.133 1.459.287.646-.34 1.133-.08 1.612.174.442.236.877.467 1.423.22 1.11.505 2.529.255 3.925.008 1.457-.258 2.89-.511 3.924.104.361.183.611.414.846.632.399.369.759.702 1.556.71.429-.007.898.034 1.38.075.841.072 1.72.147 2.496-.012 3.021.721 6.258.399 9.249-.05.584.041 1.137.43 1.685.814.976.686 1.934 1.358 3.01.021.627.212 1.273.009 1.923-.196.858-.27 1.722-.543 2.555.137 1.526.568 3.072.388 4.594-.032.384-.492.702-.254 1.018-.018.204.152.407.304.625.257.366.085.635.083.888.08.446-.003.837-.006 1.607.475.82.027 1.68.232 2.554.44 1.467.347 2.971.704 4.375.244 2.026-.629 4.129-.527 6.261-.424.707.035 1.417.07 2.128.077.817-.092 1.59-.324 2.335-.547 1.102-.33 2.141-.642 3.164-.454.545-.495 1.059-.574 1.607-.658.413-.064.845-.13 1.325-.379.68.217 1.418.064 2.166-.091.92-.19 1.856-.385 2.719.102.085-.06.183-.212.287-.374.3-.465.649-1.009.867.36.21-.012.356-.025.464-.035.154-.015.23-.022.299-.003.067.018.127.06.246.143.097.067.232.162.44.292 1.617.733 2.796.74 4.601.383 1.061-.309 2.096-.082 3.121.143 1.406.309 2.793.613 4.204-.472 1.13 0 2.257-.302 3.388-.604 1.729-.462 3.466-.926 5.235-.32.9.696 3.37.53 5.696.373 2.608-.175 5.034-.338 4.861.74 2.422.134 4.922-.455 7.244-1.19 1.725-.656 3.471-.32 5.203.015 1.127.217 2.248.434 3.354.375.5-.218.999-.136 1.496-.054.484.08.967.16 1.447-.038.579-.32 1.025-.398 1.449-.472.477-.083.927-.162 1.511-.576.374.003.787.02 1.22.038 1.221.05 2.596.107 3.696-.128.242-.08.483-.19.725-.302.883-.403 1.766-.808 2.639.274 1.294-.414 2.292-.123 3.344.185.837.244 1.71.499 2.793.415.228-.072.453-.194.676-.315.416-.226.829-.45 1.248-.347.837.502 1.289-.02 1.787-.595.165-.191.336-.388.527-.555 1.028-1.003 2.523-.686 4.11-.348 1.713.363 3.535.75 4.997-.474 1.13-.215 2.359-.136 3.579-.058 1.196.076 2.383.152 3.457-.05 1.663-.226 3.386-.202 5.129-.177 1.706.024 3.432.048 5.14-.163.371-.1.746-.188 1.123-.264.671-.14.99-.207 1.93-.79 1.357-.111 4.072-.288 5.608-.175.336-.09.688.052 1.041.194.587.237 1.177.475 1.699-.349.254-.267.451-.495.618-.688.559-.645.774-.894 1.595-.872 3.088-1.188 6.895-.638 10.067.08 2.365-.866 6.004-.73 8.124.193.769-.052 1.504.593 1.837.918.12.15.124.167.139.227.02.079.059.23.401.85 1.085.794 5.278.867 6.369.137 1.223.714 1.857.335 2.63-.127.295-.186.604-.347.925-.484 1.332-.65 2.502-.864 4.017-.622.331-.005.793.056 1.304.124 1.135.15 2.513.334 3.226-.115.348.652.5.619.742.565.035-.008.07-.015.106-.021.307.123.486.14.727.163.121.012.257.025.432.054 1.005-.337 1.972.048 2.942.436.53.211 1.06.423 1.599.518.914.204 1.872.035 2.843-.136 1.391-.245 2.809-.495 4.164.337 2.211.046 4.152-.437 6.195-.946.502-.125 1.009-.251 1.529-.372 1.932-.416 4.039-.33 6.149-.245 1.782.073 3.566.145 5.251-.084.184-.003.443-.014.756-.026 1.025-.042 2.627-.107 4.055-.008.494.637.831 1.093.832 1.168l.013.03v-.001Z'/%3E%3Cpath d='M1440 17.75v14.777H-.264V16.694l1.32.528h87.69l31.694 3.694 10.565 4.222h128.364l21.13-4.222 11.093 4.222 48.07-2.639 31.695-1.583h32.752l9.508 4.222h130.477l5.811-2.639 35.92-1.583h26.941l6.339 4.222h57.051l8.451-4.222 7.396 4.222h131.005l7.396-2.639 29.053-3.166 48.599-1.583 78.708 1.583 36.446-5.806 52.83 8.973 2.64 2.638h100.89l49.13-5.805 17.96 5.805 37.51-2.638 41.2-3.167 36.98 1.583 34.86 4.223 35.39-2.64 4.76-4.222 2.64-.527Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h1440v34H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
@media (max-width: 781px) {
  .entry-hero .post-thumbnail:after {
    background-image: url("data:image/svg+xml,%3Csvg width='1440' height='34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)' fill='%23000'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M956.578 23.008c.064-.416.491-.7 1.119-.889.629.19 1.056.473 1.12.89l.013-.03c.001-.075.338-.531.831-1.168 1.429-.099 3.031-.034 4.056.008.313.012.572.023.756.026 1.684.23 3.469.157 5.25.084 2.111-.086 4.218-.171 6.15.245.52.12 1.027.247 1.529.372 2.043.51 3.983.992 6.194.946 1.356-.832 2.774-.582 4.164-.337.972.171 1.93.34 2.844.136.539-.095 1.069-.307 1.598-.518.971-.388 1.938-.773 2.943-.436.175-.029.311-.042.432-.053.25-.014.495-.07.727-.164l.052.01.054.011c.241.054.393.087.741-.565.714.449 2.091.266 3.229.115.51-.068.97-.13 1.3-.124 1.52-.242 2.69-.028 4.02.622.35.14.64.318.92.484.78.462 1.41.84 2.63.128 1.09.729 5.29.656 6.37-.137.34-.62.38-.772.4-.85.02-.06.02-.078.14-.228.34-.325 1.07-.97 1.84-.918 2.12-.924 5.76-1.058 8.12-.194 3.18-.717 6.98-1.267 10.07-.079.82-.022 1.04.227 1.6.872.16.193.36.421.61.688.53.824 1.12.586 1.7.35.36-.143.71-.285 1.04-.195 1.54-.113 4.26.064 5.61.176.94.582 1.26.648 1.93.789.29.06.64.133 1.13.264 1.7.21 3.43.187 5.13.163 1.75-.025 3.47-.05 5.13.177 1.08.203 2.26.126 3.46.05 1.22-.078 2.45-.157 3.58.058 1.46 1.224 3.28.837 5 .474 1.58-.337 3.08-.655 4.11.348.19.167.36.364.52.555.5.575.95 1.097 1.79.595.42-.103.83.12 1.25.347.22.121.45.243.67.315 1.09.084 1.96-.17 2.8-.415 1.05-.308 2.05-.599 3.34-.185.88-1.082 1.76-.677 2.64-.274.24.111.48.222.73.302 1.1.235 2.47.178 3.69.128.43-.018.85-.035 1.22-.038.59.414 1.04.493 1.51.576.43.074.87.152 1.45.472.48.198.96.118 1.45.038.5-.082.99-.164 1.49.054 1.11.059 2.23-.157 3.36-.375 1.73-.334 3.48-.671 5.2-.015 2.32.735 4.82 1.324 7.25 1.19-.18-1.079 2.25-.915 4.86-.74 2.32.157 4.79.323 5.69-.373 1.77-.606 3.51-.142 5.24.32 1.13.303 2.26.604 3.39.604 1.41 1.085 2.79.78 4.2.472 1.02-.225 2.06-.452 3.12-.143 1.81.357 2.98.35 4.6-.383.21-.13.34-.224.44-.292.12-.083.18-.125.25-.143.07-.019.14-.012.3.003.1.01.25.023.46.034.22-1.368.57-.824.87-.359.1.162.2.315.28.374.87-.487 1.8-.293 2.72-.102.75.155 1.49.308 2.17.091.48.249.91.315 1.32.379.55.084 1.07.163 1.61.658 1.02-.188 2.06.123 3.17.454.74.223 1.51.455 2.33.547.71-.008 1.42-.042 2.13-.077 2.13-.103 4.23-.205 6.26.424 1.4.46 2.91.104 4.37-.245.88-.207 1.74-.412 2.56-.439.77-.48 1.16-.478 1.61-.474.25.002.52.004.88-.081.22.047.42-.105.63-.257.31-.236.63-.474 1.02.018 1.52.42 3.06.6 4.59.033.83-.68 1.7-.409 2.56-.138.65.205 1.29.408 1.92.196 1.08 1.337 2.03.665 3.01-.021.55-.384 1.1-.773 1.68-.815 3 .45 6.23.772 9.25.05.78.16 1.66.085 2.5.013.48-.041.95-.082 1.38-.076.8-.007 1.16-.34 1.55-.709.24-.218.49-.449.85-.632 1.03-.615 2.47-.362 3.92-.104 1.4.247 2.82.497 3.93-.008.55.247.98.016 1.42-.22.48-.255.97-.514 1.61-.174.68-.154 1.13-.229 1.46-.286.73-.123.98-.166 2.07-.731 1.59-1.2 4.59-.46 6.5.011.22.054.42.105.61.148.92.826 1.52.834 2.01.841.27.004.5.007.72.141.33.085.51.306.75.603.25.316.57.718 1.22 1.131.42.06.81.354 1.21.66.62.463 1.27.954 2.12.723 1.02.481 1.81.2 2.57-.066.44-.156.86-.307 1.31-.3 1.44-1.064 3.44-.658 5.21-.3.61.123 1.18.24 1.7.291 1.51.22 3.03.136 4.54.052 1.3-.072 2.6-.145 3.9-.023 1.38-.586 2.76-.381 4.14-.176.61.091 1.22.182 1.84.204.3-.028.67-.014 1.05.002 1.02.04 2.11.085 2.07-.722 1.77-.5 3.77-.332 5.63-.175l.86.07c.08-.398.04-.792.01-1.118-.04-.352-.06-.624.08-.73.99.326 1.96-.036 2.94-.402.94-.35 1.89-.706 2.89-.46.55-.077 1.1.069 1.66.215.87.23 1.75.46 2.62-.177 1.46-.145 2.91-.028 4.37.088 1.8.144 3.59.288 5.39-.058.28-.029.53-.053.77-.076.89-.085 1.58-.152 2.45-.34.49-.131.93-.326 1.35-.514 1.02-.457 1.95-.875 3.35-.232.94-.147 1.87-.024 2.8.098.84.11 1.68.22 2.51.125 1.16.012 1.47-.165 1.76-.332.24-.137.47-.267 1.14-.283.6-.533 1.55-.309 2.47-.091.71.168 1.4.332 1.9.138 1.07.759 2.15.453 3.23.148.92-.258 1.83-.515 2.72-.13.3.076.55.137.77.189 1.01.246 1.27.31 2.33.995.95-.421 2.2.006 3.41.422.44.15.87.3 1.28.406.86.391 1.64.325 2.41.26.76-.066 1.53-.131 2.38.243.47-.098.83.067 1.16.222.47.217.89.415 1.56-.163.77.08 1.09-.271 1.73-.963l.09-.097c.58-1.186.87-.983 1.41-.61.16.114.35.243.57.354.55-.173 1.11-.08 1.67.014.57.097 1.15.193 1.72.001.6.386 1.2.157 1.81-.072.67-.256 1.34-.511 2.01.08.82-.39 1.95-.222 2.94-.077.49.072.94.139 1.3.131 1.06.368 1.73.15 2.85-.935.29-.103.55-.223.78-.335.84-.397 1.44-.682 2.53.34 2.79.924 4.48 1.388 7.8 2.122 1.06-.223 2.12-.083 3.18.057 1.18.156 2.36.311 3.55-.034.85-.157 1.62.103 2.37.357.95.324 1.88.638 2.93.064.7.059 1.41.018 2.11-.023.86-.05 1.72-.1 2.57.028.37-.042.74-.116 1.11-.19 1.12-.227 2.25-.454 3.37.202.22-.005.47-.028.73-.052.94-.087 2.07-.192 2.73.44 2.37 1.608 3.9 1.787 6.58 2.033.41.03.82.124 1.23.219.93.214 1.86.429 2.78-.119.77-.563 1.55-.133 2.34.301.29.16.58.32.87.432 2.59.6 5.7.262 7.26-1.18 1.94-1.718 4.58-1.652 7.71-1.575l.15.004c.92.418 1.74.168 2.57-.083.53-.16 1.06-.322 1.62-.311.34.749.93.374 1.24.048.44-.04.49-.098.68-.312.06-.07.13-.156.24-.265 2.37-1.154 4.81-1.363 6.87.57 0-.047.76-2.572 1.51-4.153.77-1.953 1.53-3.973 1.53-4.157-.61.261-1.23.607-1.85.955-1.19.674-2.41 1.357-3.67 1.447-.45-.126-1.13-.025-1.86.082-1.01.149-2.09.308-2.7-.117-.59-.08-1.11-.286-1.6-.48-.9-.357-1.7-.677-2.71-.121-1.63-.579-3.29-.965-4.88.034-.63.167-1.19.618-1.73 1.06-.96.775-1.87 1.521-3.08.639-2.79.026-4.51.218-6.73 1.481-2.09 1.178-5.22.148-7.71-.673-.24-.079-.47-.156-.7-.229-.66-.059-1.33-.182-2-.307-1.75-.323-3.55-.654-5.34.09-1.36-.232-2.7-.302-4.01-.369-1.09-.056-2.16-.11-3.18-.258-2.64-1.553-5.22-2.27-8.23-1.77-.53.066-1.04.148-1.55.23-2.14.34-4.17.662-6.44-.345-.97.855-1.76.467-2.63.038-.31-.15-.62-.306-.96-.415-2.87-.343-5.48-.702-8.21-1.273-.97-.198-1.75-.712-2.5-1.205-.94-.617-1.83-1.202-2.98-1.1-.87-1.093-1.82-.689-2.76-.286-.72.31-1.45.62-2.14.244-1.36.454-2.44 0-3.74-.546a46.2 46.2 0 0 0-.84-.341c-.82.592-1.68.378-2.54.165-.65-.162-1.3-.323-1.93-.134-.37-.02-.77-.045-1.18-.07-2.72-.172-6.17-.389-8.36.508-.8-.532-1.27-.457-2.19 1.037-.36-.004-.74-.099-1.14-.197-.87-.214-1.81-.444-2.61.23-.64-.004-1.12.266-1.56.52-.58.326-1.11.628-1.89.29-.45.488-.88.343-1.32.195-.2-.07-.42-.141-.63-.146a.574.574 0 0 1-.23-.05c-.32-.106-.77-.254-1.14.874-.32.01-.67-.037-1.04-.086-.99-.134-2.1-.284-3.02.65-.2.096-.4.21-.59.323-.83.472-1.62.926-2.5.048a6.845 6.845 0 0 1-.95-.8c-.65-.612-1.14-1.08-2.25-.684-.96.158-1.56.514-2.25 1.21-1 1.007-2.29.769-3.58.531-.71-.13-1.41-.26-2.07-.185l-.91.134c-3.38.5-6.77 1.003-10.13-.168-.48.122-.91.101-1.33.081-.4-.019-.79-.037-1.23.065-.82.625-1.11.67-1.55.739-.29.044-.64.098-1.23.328-.87-.038-1.76-.214-2.66-.392-1.69-.336-3.41-.677-5.09-.09-.89.897-1.69.712-2.53.52-.49-.113-.99-.23-1.53-.124a2.324 2.324 0 0 0-2.77.118c-.6.393-.68.715-.77 1.054-.06.227-.13.462-.35.73-.96.731-4.34.892-6.09.42-1.57-1.478-3.14-.856-4.72-.013-2.29.606-3.99.204-5.9-.898-.72-1.403-1.19-1.272-1.75-1.119-.32.09-.68.188-1.12-.013-.61.232-1.1-.108-1.57-.44-.42-.29-.83-.576-1.31-.461-.81-.447-1.72-.468-2.7-.49-1.13-.025-2.33-.052-3.56-.724-.2-.034-.4-.069-.59-.104-2.12-.377-4.3-.764-6.22.195-1.78-.236-3.59-.041-5.35.149-.82.088-1.63.175-2.42.218-1.05.932-1.19.881-1.99.575-.16-.063-.36-.136-.59-.214-1.34.192-1.92.322-3.02.731-1.84-1.385-4.18-1-6.13.048-1.34-.344-2.69-.229-4.04-.114-.53.045-1.06.09-1.59.107-1.58.346-3.24.01-4.93-.331-1-.201-2-.404-3.01-.47-2.71.9-5.41 1.349-7.87.729-.4.433-.72.511-1.04.586-.3.072-.59.141-.92.513-.15-.685-1.23.671-1.3.804-.97.54-1.91.263-2.83-.006-.53-.157-1.06-.313-1.59-.3-.69-.142-1.34-.083-1.96-.027-1.1.1-2.13.192-3.22-.822-1.27-.376-2.52-.922-4.11-1.922a12.853 12.853 0 0 0-4.83.425c-1.6.081-2.39.051-3.68-.78-.09-.126-.17-.242-.25-.347v-.001c-.52-.734-.64-.908-1.59-.073-.56-.328-1.12.216-1.69.759-.57.549-1.15 1.097-1.7.739-.91.366-1.93.305-2.96.243-.71-.042-1.41-.084-2.09.008-.61-.105-1.23-.302-1.86-.501-1.67-.532-3.37-1.075-5.09.106-1.11.186-2.23.082-3.34-.02-1.24-.116-2.47-.23-3.69.059-.48-.587-1.25-.295-1.99-.014-.69.26-1.34.51-1.72.04-.7.413-.73.456-1.33 1.287-.07.09-.14.19-.22.301-.81 1.86-2.45 1.83-3.45.364l-.28-.005c-1.23-.024-2.08-.04-3.45-.428-1.17-1.044-2.38-.71-3.58-.38-.55.154-1.11.307-1.66.322-1.77-.119-2.86.083-4.52.752-2.05.595-3.37-.075-4.83-.819-.3-.15-.59-.298-.89-.442-.71-.688-1.03-.698-1.5-.713-.35-.002-.7-.052-1.04-.148-.41-.45-.8-.46-1.19-.47-.39-.011-.79-.022-1.22-.469-.62.153-1.31-.014-2.03-.184-.99-.237-2.01-.481-2.92.097-1.01-.247-1.76-.052-2.54.153-.4.105-.81.212-1.27.264-.35-.08-.64.01-.91.093-.47.145-.85.265-1.32-.628-.57-.677-.87-.478-1.19-.271-.35.229-.72.468-1.48-.461-1.22.875-2.48.58-3.72.287-.63-.148-1.25-.294-1.86-.29-.53-.44-1.11-.283-1.68-.128-.42.116-.84.23-1.23.1-.87-.092-.98.017-1.17.219-.12.133-.29.307-.74.49-1.37.994-2.71 1.895-4.46.472-1.13.747-2.25.44-3.38.132-.18-.049-.36-.098-.54-.142-.53-.102-1.08-.075-1.61-.049-.5.025-1 .05-1.48-.028-.64.351-1.27-.009-1.92-.384-.31-.175-.62-.353-.94-.464-.55-.535-1.12-.431-1.69-.328-.46.084-.93.169-1.37-.102-1.1.241-2.03-.307-2.99-.877-.6-.354-1.21-.717-1.89-.904-1.18-1.201-2.44-.84-3.68-.483-.63.18-1.25.358-1.86.335-.64-.37-1.2-.37-1.76-.37-.69 0-1.36 0-2.16-.694-.57 1.216-1.13.72-1.67.23-.32-.282-.63-.563-.95-.506-.21.034-.43-.208-.66-.457-.36-.386-.72-.79-1.11-.2-.25-.264-.52-.067-.79.132-.32.24-.65.482-.95-.08-1.76.139-2.33.023-3.64-1.23l-.48-.195-.01-.003c-2.7-1.099-5.8-2.361-9.09-1.008-1.04-.152-2.09-.102-3.13-.053-.76.037-1.53.073-2.3.03-1.44-.42-2.89-.274-4.33-.127-1.03.104-2.05.208-3.08.11-1.65-.42-3.31-.292-4.97-.164-.81.062-1.62.125-2.44.123-.35.068-.68.145-1 .218-.97.229-1.79.421-2.79.177-.45.14-.92.025-1.41-.091-.59-.144-1.2-.29-1.77.042-1.87-.41-4.484-.755-6.066 1.11a5.115 5.115 0 0 0-.503.591c-.336.442-.557.732-.984.339-.38-.435-.76-.033-1.148.728-.23.356-.413.663-.55.892-.248.413-.345.577-.297.328-1.13.739-3.394.67-5.71.599-1.786-.055-3.604-.11-4.955.204-.451.049-.9.106-1.349.165-1.786.23-3.58.461-5.497.094-.839-.384-1.423-.07-2.044.264-.369.2-.752.406-1.21.476-.728.098-1.526.014-2.337-.072-1.124-.119-2.275-.24-3.303.117-.957.124-1.907.015-2.853-.123.115-.17.18-.284.18-.324-.336.084-.672.15-1.007.2-1.196-.175-2.386-.303-3.576.026-.448.01-.896.028-1.344.05-.447-.021-.895-.04-1.343-.05-1.19-.33-2.381-.2-3.577-.025a10.98 10.98 0 0 1-1.006-.201c0 .04.065.154.18.324-.946.139-1.896.247-2.853.123-1.029-.357-2.179-.236-3.304-.117-.811.086-1.608.17-2.336.072-.458-.07-.841-.276-1.21-.476-.621-.334-1.205-.648-2.045-.264-1.916.367-3.71.136-5.496-.095-.449-.06-.899-.114-1.349-.164-1.351-.314-3.169-.259-4.956-.204-2.315.07-4.579.14-5.71-.6.049.25-.049.086-.296-.327-.137-.23-.321-.536-.55-.892-.388-.761-.768-1.163-1.148-.728-.427.393-.648.103-.984-.339-.14-.184-.3-.394-.503-.591-1.582-1.865-4.197-1.52-6.07-1.11-.57-.331-1.174-.186-1.77-.042-.482.116-.959.23-1.407.091-.999.244-1.819.052-2.794-.177-.313-.073-.642-.15-.998-.218-.813.002-1.626-.06-2.438-.123-1.657-.128-3.314-.256-4.971.164-1.023.098-2.049-.006-3.075-.11-1.447-.147-2.894-.294-4.336.127-.767.043-1.533.007-2.299-.03-1.043-.05-2.085-.099-3.128.053-3.288-1.354-6.393-.09-9.095 1.008l-.486.197c-1.314 1.254-1.88 1.37-3.635 1.232-.301.562-.632.319-.958.079-.271-.2-.539-.396-.787-.132-.385-.59-.754-.186-1.108.2-.228.249-.449.49-.664.457-.312-.056-.626.224-.943.507-.547.488-1.103.985-1.676-.231-.796.694-1.472.694-2.159.694-.556 0-1.12 0-1.76.37-.606.023-1.229-.155-1.857-.335-1.245-.357-2.506-.718-3.681.483-.678.187-1.291.55-1.889.904-.963.57-1.889 1.118-2.99.877-.446.27-.91.186-1.376.102-.567-.103-1.139-.207-1.688.328-.32.111-.631.29-.936.464-.656.375-1.285.735-1.927.384-.479.077-.973.053-1.471.028-.539-.026-1.082-.053-1.615.049-.179.044-.357.093-.536.142-1.129.308-2.253.615-3.382-.132-1.753 1.423-3.091.521-4.459-.472-.452-.183-.617-.357-.744-.49-.191-.202-.295-.31-1.169-.22-.393.131-.811.017-1.232-.099-.568-.155-1.143-.313-1.673.127-.612-.003-1.235.143-1.861.29-1.245.293-2.502.59-3.718-.286-.764.93-1.132.69-1.483.46-.318-.206-.623-.404-1.194.272-.467.893-.851.773-1.319.628-.264-.082-.556-.173-.905-.093-.46-.052-.871-.16-1.273-.264-.785-.205-1.535-.4-2.544-.153-.907-.578-1.931-.334-2.92-.098-.715.171-1.411.338-2.03.185-.431.447-.825.458-1.215.468-.391.01-.778.021-1.193.47-.458.13-.772.14-1.037.149-.476.015-.793.025-1.499.713-.308.144-.604.294-.893.442-1.462.744-2.776 1.414-4.831.819-1.655-.67-2.752-.871-4.524-.752-.547-.015-1.101-.168-1.657-.321-1.198-.331-2.405-.665-3.579.379-1.371.388-2.216.404-3.445.428l-.286.005c-1.003 1.467-2.634 1.496-3.449-.364l-.218-.301c-.598-.83-.629-.874-1.333-1.287-.376.47-1.033.22-1.717-.04-.738-.28-1.508-.573-1.991.014-1.221-.289-2.453-.175-3.692-.06-1.11.103-2.224.207-3.338.02-1.72-1.18-3.425-.637-5.094-.105-.625.199-1.245.396-1.858.501-.677-.092-1.383-.05-2.085-.008-1.031.061-2.053.123-2.962-.243-.556.357-1.128-.19-1.7-.74-.567-.542-1.135-1.086-1.691-.758-.95-.835-1.074-.66-1.593.073-.074.105-.157.221-.251.348-1.283.831-2.076.861-3.672.78a12.88 12.88 0 0 0-4.835-.426c-1.585 1.001-2.839 1.547-4.112 1.923-1.09 1.014-2.119.921-3.217.822-.625-.056-1.272-.115-1.965.028-.521-.014-1.05.142-1.588.3-.917.268-1.859.544-2.823.005-.07-.133-1.157-1.49-1.3-.804-.334-.372-.625-.441-.925-.513-.316-.075-.642-.153-1.04-.586-2.456.62-5.158.171-7.874-.73-1.001.067-2.005.27-3 .47-1.693.342-3.359.678-4.939.332-.529-.017-1.06-.062-1.591-.107-1.346-.115-2.697-.23-4.036.114-1.953-1.048-4.292-1.433-6.132-.048-1.1-.41-1.676-.54-3.018-.731-.234.078-.426.151-.59.214-.803.306-.936.357-1.988-.575a45.623 45.623 0 0 1-2.424-.218c-1.762-.19-3.566-.385-5.351-.149-1.913-.96-4.092-.572-6.213-.195l-.589.104c-1.23.672-2.437.699-3.56.724-.98.023-1.897.043-2.707.49-.472-.115-.883.17-1.303.462-.478.331-.968.67-1.571.439-.447.2-.801.103-1.127.013-.555-.153-1.03-.284-1.742 1.119-1.916 1.102-3.613 1.504-5.904.898-1.581-.843-3.152-1.465-4.722.013-1.751.472-5.126.311-6.089-.42-.222-.268-.285-.503-.345-.73-.09-.339-.176-.66-.778-1.054a2.314 2.314 0 0 0-2.762-.118c-.541-.106-1.045.01-1.539.124-.832.192-1.634.377-2.528-.52-1.68-.587-3.396-.246-5.089.09-.895.178-1.784.354-2.657.392a5.203 5.203 0 0 0-1.23-.329c-.44-.068-.735-.113-1.553-.738-.437-.102-.833-.084-1.232-.065-.421.02-.844.04-1.323-.08-3.361 1.17-6.754.667-10.13.167l-.914-.134c-.655-.075-1.361.055-2.068.185-1.291.238-2.586.476-3.581-.532-.692-.695-1.286-1.05-2.252-1.209-1.105-.396-1.598.072-2.243.684-.274.259-.574.544-.96.8-.873.878-1.666.424-2.491-.048a9.414 9.414 0 0 0-.598-.324c-.917-.933-2.027-.783-3.016-.65-.368.05-.719.098-1.038.087-.373-1.128-.818-.98-1.138-.874a.627.627 0 0 1-.233.05c-.216.004-.426.076-.634.146-.438.148-.865.293-1.319-.195-.783.338-1.312.036-1.886-.29-.446-.255-.918-.524-1.557-.52-.809-.674-1.742-.444-2.614-.23-.398.098-.783.193-1.137.197-.925-1.494-1.398-1.569-2.199-1.037-2.181-.897-5.635-.68-8.359-.508-.411.025-.805.05-1.176.07-.632-.19-1.281-.028-1.93.134-.859.213-1.719.427-2.545-.165-.29.113-.567.229-.835.341-1.303.546-2.384 1-3.743.546-.69.376-1.414.066-2.139-.244-.941-.403-1.884-.807-2.757.286-1.156-.102-2.044.483-2.98 1.1-.749.493-1.529 1.007-2.501 1.205-2.733.57-5.342.93-8.208 1.273a7.123 7.123 0 0 0-.96.415c-.873.43-1.662.817-2.633-.038-2.273 1.007-4.295.685-6.435.344-.511-.081-1.028-.163-1.556-.229-3.013-.5-5.591.217-8.226 1.77-1.027.147-2.093.202-3.183.258-1.309.067-2.653.137-4.005.37-1.793-.745-3.591-.414-5.339-.091-.678.125-1.348.248-2.007.307l-.699.229h-.002c-2.492.82-5.622 1.851-7.706.673-2.218-1.263-3.938-1.455-6.727-1.481-1.21.882-2.128.136-3.083-.64-.543-.441-1.099-.892-1.727-1.06-1.595-.998-3.251-.612-4.886-.034-1.011-.555-1.813-.235-2.708.121-.489.195-1.006.4-1.6.48-.615.426-1.694.267-2.701.118l-.417-.06c.483-1.271.854-2.295.855-2.424-.614.261-1.228.607-1.846.955-.68.383-1.366.769-2.063 1.047-.696-.278-1.382-.664-2.063-1.047-.617-.348-1.231-.694-1.845-.955.001.129.371 1.153.855 2.424l-.417.06c-1.007.149-2.086.308-2.701-.117-.594-.08-1.111-.286-1.6-.48-.895-.357-1.697-.677-2.708-.122-1.635-.578-3.291-.964-4.886.035-.628.167-1.184.618-1.727 1.06-.955.775-1.873 1.521-3.083.639-2.789.026-4.51.218-6.727 1.48-2.085 1.18-5.214.149-7.706-.672-.24-.079-.474-.156-.701-.229-.659-.059-1.329-.182-2.007-.307-1.749-.323-3.546-.654-5.339.09-1.352-.232-2.696-.302-4.005-.369-1.09-.056-2.156-.111-3.183-.258-2.635-1.553-5.213-2.27-8.226-1.77-.528.066-1.046.148-1.556.23-2.14.34-4.162.662-6.435-.345-.971.855-1.76.467-2.633.038-.306-.15-.622-.306-.96-.415-2.866-.343-5.475-.702-8.209-1.273-.972-.198-1.751-.712-2.5-1.205-.936-.617-1.824-1.202-2.98-1.1-.873-1.093-1.816-.689-2.757-.286-.726.31-1.449.62-2.139.244-1.359.454-2.44 0-3.743-.546-.268-.112-.545-.228-.835-.341-.826.592-1.686.378-2.545.165-.65-.162-1.298-.323-1.93-.134-.371-.02-.765-.045-1.176-.07-2.724-.172-6.178-.389-8.359.508-.801-.532-1.274-.457-2.199 1.037-.354-.004-.739-.099-1.137-.197-.872-.214-1.805-.444-2.614.23-.639-.004-1.112.265-1.557.52-.574.326-1.103.628-1.886.29-.454.488-.881.343-1.319.195-.208-.07-.418-.142-.634-.146a.648.648 0 0 1-.233-.05c-.32-.106-.765-.254-1.139.874-.318.01-.669-.037-1.037-.086-.989-.134-2.099-.284-3.016.649-.203.1-.403.209-.598.324-.825.472-1.618.926-2.492.048-.385-.256-.686-.541-.959-.8-.645-.612-1.138-1.08-2.243-.684-.966.158-1.56.514-2.252 1.21-.995 1.007-2.29.769-3.581.53-.707-.13-1.413-.26-2.068-.184l-.914.134c-3.376.5-6.769 1.003-10.13-.168-.479.121-.903.101-1.323.081-.399-.019-.795-.037-1.232.065-.818.625-1.113.67-1.553.738-.422.059-.835.17-1.23.329-.874-.038-1.762-.214-2.657-.392-1.693-.336-3.409-.677-5.09-.09-.893.897-1.695.712-2.527.52-.494-.113-.999-.23-1.539-.124a2.315 2.315 0 0 0-2.762.118c-.602.393-.688.715-.778 1.054-.061.227-.123.462-.345.73-.963.731-4.338.892-6.089.42-1.57-1.478-3.142-.856-4.722-.013-2.291.606-3.988.204-5.904-.898-.712-1.403-1.187-1.272-1.742-1.119-.326.09-.68.187-1.127-.013-.603.232-1.093-.108-1.57-.44-.421-.29-.832-.576-1.304-.461-.81-.447-1.727-.468-2.707-.49-1.123-.025-2.33-.052-3.56-.724l-.589-.104c-2.121-.377-4.3-.764-6.213.195-1.785-.236-3.59-.041-5.351.149-.82.088-1.63.175-2.424.218-1.052.932-1.185.881-1.988.575a13.578 13.578 0 0 0-.59-.214c-1.342.191-1.918.321-3.018.731-1.84-1.385-4.179-1-6.132.048-1.339-.344-2.69-.229-4.036-.114-.532.045-1.062.09-1.591.107-1.58.346-3.246.01-4.939-.331-.995-.201-1.999-.404-3-.47-2.716.9-5.418 1.349-7.874.729-.398.433-.724.511-1.04.586-.3.072-.591.141-.926.513-.142-.685-1.229.67-1.299.804-.964.54-1.906.263-2.823-.006-.538-.157-1.067-.313-1.588-.3-.693-.142-1.34-.083-1.965-.027-1.098.1-2.127.192-3.217-.822-1.274-.376-2.527-.922-4.112-1.923a12.88 12.88 0 0 0-4.835.426c-1.596.081-2.389.05-3.672-.78-.085-.115-.169-.23-.251-.348-.519-.734-.643-.908-1.593-.073-.556-.328-1.124.216-1.69.759-.573.549-1.145 1.096-1.701.739-.909.366-1.932.305-2.962.243-.702-.042-1.408-.084-2.085.008-.613-.105-1.233-.302-1.858-.501-1.669-.532-3.375-1.075-5.094.105-1.114.186-2.228.083-3.338-.02-1.239-.115-2.472-.23-3.692.06-.483-.587-1.253-.295-1.991-.014-.684.26-1.341.51-1.717.04-.704.413-.735.456-1.333 1.287l-.218.301c-.815 1.86-2.446 1.83-3.449.364l-.286-.005c-1.229-.024-2.074-.04-3.445-.428-1.174-1.045-2.381-.71-3.579-.38-.556.154-1.11.307-1.657.322-1.772-.12-2.869.083-4.524.752-2.055.595-3.369-.075-4.831-.819-.29-.148-.585-.298-.894-.442-.705-.688-1.022-.698-1.498-.713a3.874 3.874 0 0 1-1.037-.148c-.415-.45-.802-.46-1.193-.47-.39-.011-.784-.022-1.215-.469-.619.153-1.315-.014-2.03-.184-.989-.237-2.014-.482-2.92.097-1.009-.247-1.759-.052-2.545.153-.401.105-.812.212-1.272.264-.349-.08-.641.01-.906.093-.467.145-.851.265-1.319-.628-.571-.677-.875-.478-1.193-.271-.351.229-.719.468-1.483-.461-1.216.875-2.473.58-3.718.286-.626-.147-1.249-.293-1.861-.29-.53-.44-1.105-.283-1.673-.127-.421.116-.839.23-1.232.1-.874-.092-.978.017-1.169.219-.127.133-.292.307-.744.49-1.368.994-2.706 1.895-4.459.472-1.129.747-2.253.44-3.382.132-.179-.049-.357-.098-.537-.142-.532-.102-1.075-.075-1.614-.049-.498.025-.992.05-1.471-.028-.642.351-1.271-.009-1.927-.384-.305-.175-.616-.353-.937-.464-.548-.535-1.12-.431-1.687-.328-.466.084-.93.168-1.376-.102-1.101.24-2.027-.307-2.99-.877-.598-.355-1.211-.717-1.889-.904-1.175-1.202-2.436-.84-3.681-.483-.628.18-1.251.358-1.857.335-.64-.37-1.204-.37-1.76-.37-.687 0-1.363 0-2.16-.694-.572 1.216-1.128.72-1.675.23-.317-.282-.63-.563-.944-.506-.214.033-.436-.208-.663-.457-.354-.386-.723-.79-1.108-.2-.248-.264-.516-.067-.787.132-.326.24-.657.482-.958-.08-1.755.138-2.321.023-3.635-1.23l-.486-.198c-2.702-1.099-5.807-2.362-9.095-1.008-1.044-.152-2.085-.102-3.128-.053-.766.037-1.532.073-2.299.03-1.442-.42-2.89-.274-4.336-.127-1.026.104-2.052.208-3.075.11-1.657-.42-3.314-.292-4.97-.165-.813.063-1.626.126-2.439.124-.334.065-.667.138-.998.218-.975.229-1.795.421-2.794.177-.448.14-.925.024-1.407-.091-.596-.144-1.2-.29-1.77.041-1.873-.408-4.488-.754-6.07 1.11a5.16 5.16 0 0 0-.503.592c-.336.441-.557.732-.984.339-.38-.435-.76-.033-1.148.728-.23.356-.413.662-.55.892-.247.413-.345.577-.297.328-1.13.739-3.394.67-5.71.599-1.786-.055-3.604-.11-4.955.204-.45.048-.9.106-1.35.164-1.785.23-3.579.462-5.496.095-.84-.384-1.423-.07-2.044.264-.37.2-.752.405-1.21.476-.728.098-1.525.014-2.336-.072-1.125-.119-2.275-.24-3.304.117-1.1.142-2.193-.023-3.28-.187-1.33-.2-2.654-.4-3.976-.034-.558.012-1.115.038-1.672.065-1.855.089-3.713.178-5.598-.291-.001.182 1.338 1.87 2.6 3.463 1.126 1.418 2.191 2.761 2.194 2.895l.013.029c.227-1.47 4.973-1.277 7.14-1.19.312.013.571.024.755.027 1.685.23 3.47.157 5.25.084 2.111-.086 4.218-.171 6.15.245.52.12 1.027.247 1.529.372 2.044.509 3.984.992 6.195.946 1.355-.832 2.773-.582 4.163-.337.972.171 1.93.34 2.844.136.539-.095 1.07-.307 1.599-.518.97-.388 1.937-.774 2.942-.436.175-.029.311-.042.432-.054.24-.023.42-.04.727-.163.038.006.073.014.106.021.241.053.394.087.742-.565.713.449 2.09.266 3.226.115.511-.068.973-.13 1.304-.124 1.515-.242 2.685-.028 4.017.622.35.14.646.318.925.484.773.462 1.407.84 2.63.127 1.09.73 5.284.657 6.37-.136.34-.62.38-.772.4-.85.015-.06.02-.078.14-.228.332-.325 1.067-.97 1.835-.918 2.121-.924 5.76-1.059 8.125-.194 3.172-.717 6.979-1.267 10.067-.079.82-.022 1.036.227 1.595.872.167.193.364.42.618.688.522.823 1.112.586 1.7.35.352-.143.704-.285 1.04-.195 1.536-.113 4.251.063 5.607.175.94.582 1.26.65 1.931.79.286.06.635.132 1.123.264 1.708.21 3.434.186 5.14.162 1.743-.024 3.466-.049 5.129.178 1.074.202 2.261.126 3.457.05 1.22-.078 2.449-.157 3.579.058 1.462 1.224 3.283.837 4.997.474 1.587-.338 3.082-.655 4.11.348.191.167.362.364.527.555.498.575.95 1.097 1.787.595.419-.103.831.12 1.247.346.224.122.449.244.677.316 1.083.084 1.956-.17 2.793-.415 1.052-.308 2.05-.6 3.344-.185.873-1.082 1.756-.678 2.639-.274.241.111.483.222.725.302 1.1.235 2.475.178 3.696.128a37.7 37.7 0 0 1 1.22-.038c.584.414 1.034.493 1.511.576.424.074.869.151 1.449.472.48.198.963.118 1.447.038.497-.082.996-.164 1.496.054 1.106.059 2.227-.158 3.354-.375 1.732-.334 3.478-.671 5.203-.015 2.321.735 4.822 1.324 7.244 1.19-.174-1.079 2.253-.915 4.861-.74 2.326.156 4.796.323 5.696-.373 1.769-.606 3.506-.142 5.235.32 1.131.303 2.258.604 3.388.604 1.411 1.085 2.798.78 4.204.472 1.025-.225 2.06-.452 3.121-.143 1.805.357 2.984.35 4.601-.383.465-.29.565-.403.686-.435.117-.032.255.01.763.037.218-1.368.567-.824.867-.359.104.162.202.315.287.374.862-.487 1.798-.293 2.719-.102.748.155 1.486.308 2.166.091.48.249.912.315 1.325.379.548.084 1.062.163 1.607.658 1.023-.188 2.062.123 3.164.454.745.223 1.518.455 2.335.547.71-.013 1.419-.038 2.128-.077 2.132-.103 4.235-.205 6.261.424 1.404.46 2.908.103 4.375-.245.873-.207 1.734-.412 2.553-.439.771-.48 1.162-.478 1.608-.474.252.002.522.004.888-.081.218.047.421-.105.625-.257.315-.236.634-.474 1.018.018 1.522.42 3.068.6 4.594.032.833-.68 1.697-.408 2.555-.137.65.204 1.296.408 1.923.196 1.076 1.337 2.034.665 3.01-.021.548-.384 1.101-.773 1.685-.815 2.991.45 6.228.772 9.249.05.776.16 1.655.084 2.496.013.482-.042.951-.082 1.38-.076.797-.007 1.157-.34 1.556-.71.235-.217.484-.448.846-.631 1.034-.615 2.467-.362 3.924-.104 1.396.247 2.815.497 3.925-.008.546.247.981.015 1.423-.22.478-.255.966-.514 1.612-.174.678-.154 1.12-.229 1.459-.286.727-.124.977-.166 2.068-.731 1.59-1.2 4.588-.46 6.495.011.218.054.423.104.609.148.924.826 1.529.834 2.015.841.265.004.494.007.721.141.325.084.504.306.743.603.256.316.58.718 1.223 1.131.42.06.809.354 1.215.66.612.463 1.264.954 2.117.723 1.017.481 1.811.2 2.566-.066.44-.156.868-.307 1.318-.3 1.439-1.064 3.439-.658 5.207-.3.604.123 1.181.24 1.699.291 1.513.22 3.026.136 4.537.052 1.301-.072 2.601-.145 3.9-.023 1.38-.586 2.761-.381 4.142-.176.613.091 1.226.182 1.839.204.301-.028.671-.014 1.049.002 1.023.04 2.11.085 2.077-.722 1.762-.5 3.766-.332 5.625-.175.291.024.578.048.861.07.079-.398.04-.792.007-1.118-.034-.352-.061-.624.078-.73.994.326 1.964-.036 2.946-.402.941-.35 1.893-.706 2.886-.46.552-.077 1.107.069 1.663.215.874.23 1.751.46 2.623-.177 1.455-.145 2.911-.029 4.368.088 1.795.144 3.592.288 5.39-.058.276-.029.531-.053.772-.076.883-.085 1.582-.152 2.448-.34.489-.131.924-.326 1.345-.514 1.023-.457 1.957-.875 3.354-.232.94-.148 1.874-.024 2.799.097.842.111 1.678.222 2.507.126 1.162.012 1.474-.165 1.769-.332.24-.137.468-.267 1.137-.283.601-.533 1.547-.31 2.464-.091.71.168 1.403.332 1.906.138 1.069.759 2.152.453 3.231.148.912-.258 1.823-.515 2.722-.13.298.076.547.137.763.189 1.013.245 1.276.31 2.335.995.951-.421 2.195.006 3.407.422.437.15.87.3 1.284.406.859.391 1.632.325 2.405.26.764-.066 1.528-.131 2.377.243.479-.098.833.067 1.166.222.467.217.891.415 1.557-.163.769.08 1.093-.271 1.732-.963l.089-.097c.578-1.186.869-.983 1.407-.61.163.113.349.243.573.354.555-.174 1.112-.08 1.67.014.573.096 1.147.193 1.723.001.599.386 1.201.157 1.803-.072.671-.256 1.342-.511 2.011.08.827-.39 1.957-.223 2.945-.077.486.072.938.139 1.302.131 1.052.368 1.728.15 2.85-.935.289-.103.544-.223.78-.335.837-.397 1.439-.682 2.528.34 2.792.924 4.482 1.388 7.801 2.122 1.062-.223 2.121-.083 3.181.057 1.18.155 2.36.311 3.543-.034.856-.157 1.622.103 2.37.357.954.324 1.88.638 2.929.064.704.058 1.41.018 2.117-.023.857-.05 1.714-.1 2.568.028.367-.042.736-.117 1.105-.19 1.127-.227 2.259-.455 3.376.202.219-.005.466-.028.729-.052.938-.087 2.067-.192 2.731.44 2.371 1.608 3.894 1.787 6.581 2.033.409.03.819.124 1.229.219.93.214 1.859.429 2.773-.119.775-.564 1.556-.133 2.343.301.29.16.581.32.873.432 2.585.599 5.701.262 7.258-1.18 1.946-1.718 4.585-1.652 7.71-1.575l.149.003c.927.418 1.746.17 2.572-.082.527-.16 1.058-.322 1.622-.311.342.749.928.374 1.237.048.441-.04.491-.098.679-.312.061-.07.137-.157.246-.265 1.593-.777 3.216-1.125 4.736-.682.238.71.392 1.23.393 1.252a5.95 5.95 0 0 1 .868-.678c.296.188.586.413.869.678.001-.021.155-.542.393-1.252 1.52-.443 3.143-.095 4.736.682.109.108.185.195.246.265.188.214.238.271.679.312.309.326.895.7 1.237-.048.564-.011 1.095.15 1.622.31.826.252 1.645.501 2.572.084l.149-.004c3.125-.078 5.764-.143 7.71 1.576 1.557 1.44 4.673 1.778 7.258 1.179.291-.111.582-.272.873-.432.786-.434 1.568-.865 2.342-.3.915.547 1.844.332 2.774.118.41-.095.82-.19 1.229-.22 2.687-.245 4.21-.424 6.581-2.032.664-.632 1.793-.527 2.731-.44.263.024.51.047.728.052 1.118-.657 2.25-.43 3.377-.203.369.075.738.149 1.105.191.853-.128 1.711-.078 2.568-.028.707.04 1.413.081 2.117.023 1.049.574 1.975.26 2.929-.064.748-.254 1.514-.514 2.37-.357 1.183.345 2.363.19 3.543.034 1.06-.14 2.119-.28 3.181-.057 3.319-.734 5.009-1.198 7.801-2.122 1.089-1.022 1.691-.737 2.528-.34.235.112.491.232.78.335 1.122 1.084 1.798 1.303 2.85.935.364.008.816-.06 1.302-.13.988-.146 2.118-.313 2.945.076.669-.591 1.34-.336 2.011-.08.602.23 1.204.458 1.803.072.576.192 1.15.096 1.723 0 .558-.095 1.115-.189 1.67-.015.224-.111.41-.24.573-.354.538-.373.829-.576 1.407.61l.089.097c.639.692.963 1.043 1.732.963.666.578 1.09.38 1.557.163.333-.155.687-.32 1.166-.222.849-.374 1.613-.309 2.376-.244.774.066 1.546.132 2.406-.259.414-.107.847-.256 1.284-.406 1.212-.416 2.456-.843 3.407-.422 1.059-.686 1.322-.75 2.335-.995h.002c.215-.053.464-.113.761-.19.899-.384 1.81-.127 2.722.13 1.079.306 2.162.611 3.231-.147.503.194 1.196.03 1.906-.138.917-.218 1.863-.442 2.464.091.668.016.897.146 1.137.282.295.168.607.345 1.769.333.829.096 1.665-.015 2.507-.126.925-.121 1.859-.244 2.799-.097 1.397-.643 2.331-.225 3.354.232.421.188.856.383 1.345.514.866.188 1.565.255 2.448.34.241.023.496.047.772.076 1.798.346 3.595.202 5.39.058 1.457-.117 2.913-.233 4.368-.088.872.637 1.749.407 2.623.177.556-.146 1.111-.292 1.663-.214.993-.247 1.945.108 2.886.46.982.365 1.952.727 2.946.4.139.107.112.379.077.731-.032.326-.071.72.008 1.117.283-.02.57-.045.861-.07 1.859-.156 3.863-.324 5.625.176-.033.807 1.054.763 2.077.722.378-.016.748-.03 1.049-.002.613-.022 1.226-.113 1.839-.204 1.381-.205 2.762-.41 4.142.176 1.299-.122 2.599-.05 3.9.023 1.511.084 3.024.169 4.537-.052.518-.051 1.094-.168 1.698-.29 1.769-.36 3.769-.765 5.207.3.451-.008.879.143 1.319.299.755.267 1.549.547 2.566.066.853.232 1.505-.26 2.116-.722.407-.307.796-.601 1.216-.661.643-.413.967-.815 1.222-1.131.24-.297.419-.519.744-.603.227-.134.456-.137.721-.14.486-.008 1.091-.016 2.015-.842.186-.043.391-.094.609-.148 1.907-.47 4.905-1.211 6.495-.011 1.091.565 1.341.607 2.068.73.339.058.781.133 1.459.287.646-.34 1.133-.08 1.612.174.442.236.877.467 1.423.22 1.11.505 2.529.255 3.925.008 1.457-.258 2.89-.511 3.924.104.361.183.611.414.846.632.399.369.759.702 1.556.71.429-.007.898.034 1.38.075.841.072 1.72.147 2.496-.012 3.021.721 6.258.399 9.249-.05.584.041 1.137.43 1.685.814.976.686 1.934 1.358 3.01.021.627.212 1.273.009 1.923-.196.858-.27 1.722-.543 2.555.137 1.526.568 3.072.388 4.594-.032.384-.492.702-.254 1.018-.018.204.152.407.304.625.257.366.085.635.083.888.08.446-.003.837-.006 1.607.475.82.027 1.68.232 2.554.44 1.467.347 2.971.704 4.375.244 2.026-.629 4.129-.527 6.261-.424.707.035 1.417.07 2.128.077.817-.092 1.59-.324 2.335-.547 1.102-.33 2.141-.642 3.164-.454.545-.495 1.059-.574 1.607-.658.413-.064.845-.13 1.325-.379.68.217 1.418.064 2.166-.091.92-.19 1.856-.385 2.719.102.085-.06.183-.212.287-.374.3-.465.649-1.009.867.36.21-.012.356-.025.464-.035.154-.015.23-.022.299-.003.067.018.127.06.246.143.097.067.232.162.44.292 1.617.733 2.796.74 4.601.383 1.061-.309 2.096-.082 3.121.143 1.406.309 2.793.613 4.204-.472 1.13 0 2.257-.302 3.388-.604 1.729-.462 3.466-.926 5.235-.32.9.696 3.37.53 5.696.373 2.608-.175 5.034-.338 4.861.74 2.422.134 4.922-.455 7.244-1.19 1.725-.656 3.471-.32 5.203.015 1.127.217 2.248.434 3.354.375.5-.218.999-.136 1.496-.054.484.08.967.16 1.447-.038.579-.32 1.025-.398 1.449-.472.477-.083.927-.162 1.511-.576.374.003.787.02 1.22.038 1.221.05 2.596.107 3.696-.128.242-.08.483-.19.725-.302.883-.403 1.766-.808 2.639.274 1.294-.414 2.292-.123 3.344.185.837.244 1.71.499 2.793.415.228-.072.453-.194.676-.315.416-.226.829-.45 1.248-.347.837.502 1.289-.02 1.787-.595.165-.191.336-.388.527-.555 1.028-1.003 2.523-.686 4.11-.348 1.713.363 3.535.75 4.997-.474 1.13-.215 2.359-.136 3.579-.058 1.196.076 2.383.152 3.457-.05 1.663-.226 3.386-.202 5.129-.177 1.706.024 3.432.048 5.14-.163.371-.1.746-.188 1.123-.264.671-.14.99-.207 1.93-.79 1.357-.111 4.072-.288 5.608-.175.336-.09.688.052 1.041.194.587.237 1.177.475 1.699-.349.254-.267.451-.495.618-.688.559-.645.774-.894 1.595-.872 3.088-1.188 6.895-.638 10.067.08 2.365-.866 6.004-.73 8.124.193.769-.052 1.504.593 1.837.918.12.15.124.167.139.227.02.079.059.23.401.85 1.085.794 5.278.867 6.369.137 1.223.714 1.857.335 2.63-.127.295-.186.604-.347.925-.484 1.332-.65 2.502-.864 4.017-.622.331-.005.793.056 1.304.124 1.135.15 2.513.334 3.226-.115.348.652.5.619.742.565.035-.008.07-.015.106-.021.307.123.486.14.727.163.121.012.257.025.432.054 1.005-.337 1.972.048 2.942.436.53.211 1.06.423 1.599.518.914.204 1.872.035 2.843-.136 1.391-.245 2.809-.495 4.164.337 2.211.046 4.152-.437 6.195-.946.502-.125 1.009-.251 1.529-.372 1.932-.416 4.039-.33 6.149-.245 1.782.073 3.566.145 5.251-.084.184-.003.443-.014.756-.026 1.025-.042 2.627-.107 4.055-.008.494.637.831 1.093.832 1.168l.013.03v-.001Z'/%3E%3Cpath d='M1440 17.75v14.777H-.264V16.694l1.32.528h87.69l31.694 3.694 10.565 4.222h128.364l21.13-4.222 11.093 4.222 48.07-2.639 31.695-1.583h32.752l9.508 4.222h130.477l5.811-2.639 35.92-1.583h26.941l6.339 4.222h57.051l8.451-4.222 7.396 4.222h131.005l7.396-2.639 29.053-3.166 48.599-1.583 78.708 1.583 36.446-5.806 52.83 8.973 2.64 2.638h100.89l49.13-5.805 17.96 5.805 37.51-2.638 41.2-3.167 36.98 1.583 34.86 4.223 35.39-2.64 4.76-4.222 2.64-.527Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23000' d='M0 0h1440v34H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  }
}

.entry-header {
  position: relative;
  gap: 10px;
}
.entry-header .entry-title {
  margin-top: 0;
  margin-bottom: 0;
}
.entry-header .subtitle {
  font-size: var(--wp--preset--font-size--heading-5);
  margin-top: 16px;
}
.entry-header--dark {
  background-color: #000;
  color: #fff;
  padding: 70px 0;
  min-height: 100px;
}
.entry-header--dark:has(+ .entry-content .cover-block--shift-up) {
  min-height: 400px;
}
.entry-header--use-page {
  justify-content: center;
  text-align: center;
  align-content: center;
}
.entry-header-press-releases__wrap .entry-header {
  padding: 40px 0 55px;
}
.entry-header-press-releases__wrap h1 {
  color: var(--wp--preset--color--blue);
  font-weight: var(--wp--custom--typography--font-weight--medium);
  max-width: var(--row-width);
  margin-left: auto;
  margin-right: auto;
}
.entry-header.singular-header .entry-title {
  color: var(--wp--preset--color--primary);
}
/* @media (min-width: 1080px) {
  .sah__pattern__page__hero--on .entry-header .entry-title__text {
    display: block;
    padding-right: 50%;
    width: 100%;
  }
} */

.search-form {
  padding-top: 2rem;
}
.search-form .search-field,
.search-form .search-submit {
  height: 60px;
  border-radius: 3px;
  transition: 0.2s;
  font-size: 20px;
  text-decoration: none;
}
.search-form .search-field {
  padding: 0 24px;
  border: 1px solid #99a8ab;
}
.search-form .search-submit {
  border: none;
  letter-spacing: 0.05em;
  padding: 0 44px;
  font-weight: var(--wp--custom--typography--font-weight--medium);
  color: var(--wp--preset--color--primary);
  background-color: #000;
  display: inline-flex;
  align-items: center;
  font-family: var(--wp--custom--typography--font-family--button);
  justify-content: center;
  text-transform: uppercase;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.14), 0px 1px 3px rgba(0, 0, 0, 0.12),
    0px 1px 2px rgba(0, 0, 0, 0.2);
}

.template-resolution__step--1 .wp-block-columns {
  position: relative;
}
.template-resolution__step--1 .wp-block-columns:before,
.template-resolution__step--1 .wp-block-columns:after {
  background: var(--wp--preset--color--warm-grey);
  position: absolute;
  content: "";
}
@media (max-width: 781px) {
  .template-resolution__step--1 .wp-block-columns:before,
  .template-resolution__step--1 .wp-block-columns:after {
    width: 40%;
    height: 1px;
  }
}
@media (min-width: 782px) {
  .template-resolution__step--1 .wp-block-columns:before,
  .template-resolution__step--1 .wp-block-columns:after {
    width: 1px;
    height: 33%;
    transform: rotate(5deg);
  }
}
@media (max-width: 781px) {
  .template-resolution__step--1 .wp-block-columns:after {
    top: 50%;
    left: 0;
  }
}
@media (min-width: 782px) {
  .template-resolution__step--1 .wp-block-columns:after {
    top: 0;
    left: calc(50% + 5px);
  }
}
@media (max-width: 781px) {
  .template-resolution__step--1 .wp-block-columns:before {
    top: 50%;
    right: 0;
  }
}
@media (min-width: 782px) {
  .template-resolution__step--1 .wp-block-columns:before {
    bottom: 0;
    left: calc(50% - 5px);
  }
}

.sah__modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease-in-out;
  color: #fff;
  overflow-y: auto;
}
.sah__modal__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(255, 255, 255, 0.95);
  z-index: -1;
}
.sah__modal .row {
  max-width: calc(
    var(--wp--custom--spacing--gap) * 2 + var(--wp--style--layout--content)
  );
}
.sah__modal__content {
  padding: 100px 0;
  background: black;
  position: relative;
  transition: inherit;
}
.sah__modal__content__inner {
  position: relative;
  z-index: 1;
}
.sah__modal__content__inner > * {
  display: none;
}
.sah__modal--active {
  opacity: 1;
  visibility: visible;
}
.sah__modal__close {
  margin-left: auto;
  display: flex;
  background: #fff;
  color: #000;
}
.sah__modal__close:hover {
  color: #fff;
  background: #000;
}
.sah__modal__body {
  font-family: var(--wp--custom--typography--font-family--bitter);
  font-size: var(--wp--preset--font-size--medium);
  line-height: 1.4;
  gap: 32px;
}
.sah__modal__body__child {
  width: 100%;
}
.sah__modal__body__form .select__wrap {
  width: 100%;
  max-width: 400px;
}
.sah__modal__body__form__select {
  width: 100%;
  color: inherit;
}
.sah__modal__title {
  margin: 24px 0;
  color: var(--wp--preset--color--primary);
  font-weight: var(--wp--custom--typography--font-weight--medium);
  letter-spacing: -0.01em;
}
.sah__modal:not(.sah__modal--active) .sah__modal__content {
  transform: translateY(-30px);
}

.sah__modal--report-hate--active .sah__modal__report-hate {
  display: block;
}

.sah__modal--sign-up--active .sah__modal__sign-up {
  display: block;
}
.sah__modal .sah__modal__sign-up .sah__modal__body {
  padding-top: 24px;
}
.sah__modal .sah__modal__sign-up .at-form {
  padding: 0;
}
.sah__modal .sah__modal__sign-up .at-form * {
  color: #fff;
  font-family: var(--wp--custom--typography--font-family--roboto);
}
.sah__modal .sah__modal__sign-up .at-form input:not(.btn-at) {
  border-radius: 3px;
  border: 1px solid var(--wp--preset--color--grey);
  background-color: transparent;
  font-size: var(--wp--preset--font-size--medium);
  font-family: var(--wp--custom--typography--font-family--body);
  margin: 10px 0 0;
  padding: 15px;
  height: auto;
  transition: 0.2s;
}
.sah__modal .sah__modal__sign-up .at-form input:not(.btn-at):focus {
  background-color: transparent !important;
  border-color: #fff;
}
.sah__modal .sah__modal__sign-up .at-form .iti--allow-dropdown input,
.sah__modal
  .sah__modal__sign-up
  .at-form
  .iti--allow-dropdown
  input[type="text"],
.sah__modal
  .sah__modal__sign-up
  .at-form
  .iti--allow-dropdown
  input[type="tel"],
.sah__modal .sah__modal__sign-up .at-form .iti--separate-dial-code input,
.sah__modal
  .sah__modal__sign-up
  .at-form
  .iti--separate-dial-code
  input[type="text"],
.sah__modal
  .sah__modal__sign-up
  .at-form
  .iti--separate-dial-code
  input[type="tel"] {
  padding-left: 52px;
}
.sah__modal .sah__modal__sign-up .at-form .iti {
  margin-top: 10px;
}
.sah__modal .sah__modal__sign-up .at-form .btn-at-primary {
  background-color: var(--wp--preset--color--blue);
  text-transform: uppercase;
  font-family: var(--wp--custom--typography--font-family--button);
  font-weight: var(--wp--custom--typography--font-weight--medium);
  letter-spacing: 0.05em;
}
.sah__modal .sah__modal__sign-up .at-fieldset {
  padding: 0;
}
.sah__modal .sah__modal__sign-up .at-row {
  width: 100%;
  gap: 0 24px;
}
.sah__modal .sah__modal__sign-up .at-row > [class^="at-"] {
  margin: 0 0 24px;
}
.sah__modal .sah__modal__sign-up .at-inner {
  background-color: transparent;
}
.sah__modal .sah__modal__sign-up .at-form-submit {
  padding: 0;
}
.sah__modal .sah__modal__sign-up .at-form-submit .at-submit {
  margin: 0;
}
.sah__modal .sah__modal__sign-up .at-text {
  text-transform: uppercase;
  font-weight: var(--wp--custom--typography--font-weight--medium);
  letter-spacing: 0.05em;
}
.sah__modal .sah__modal__sign-up .at-text small {
  font-size: inherit;
  text-transform: inherit;
}
.sah__modal .sah__modal__sign-up .at-title,
.sah__modal .sah__modal__sign-up .at legend {
  display: none;
}

.entry-content > * {
  max-width: var(--row-width);
  margin-left: auto;
  margin-right: auto;
}

:where(.entry-content > *:not(.alignfull)),
:where(.entry-content > *.alignfull > .alignwide) {
  padding-left: var(--wp--custom--spacing--gap);
  padding-right: var(--wp--custom--spacing--gap);
}
:where(.entry-content > *) {
  display: block;
}
.entry-content ul,
.entry-content ol {
  list-style-position: outside;
}
.entry-content > ul,
.entry-content > ol {
  padding-left: calc(var(--wp--custom--spacing--gap) + 2.5rem);
}
.entry-content > ul ul,
.entry-content > ul ol,
.entry-content > ol ul,
.entry-content > ol ol {
  padding-left: calc(var(--wp--custom--spacing--gap) + 2.5rem);
}
.entry-content > .alignwide {
  max-width: var(--row-wide-width);
}
.entry-content > .alignfull {
  max-width: none;
}
.entry-content > .alignfull > .alignwide {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--row-wide-width);
}
.entry-content > .alignfull > .alignwide.wp-block-embed {
  display: block;
}
:where(.entry-content > .alignfull > .alignwide:not(.wp-block-group)) {
  display: flex;
  flex-wrap: wrap;
}
.entry-content > .alignfull > .alignmedium {
  max-width: var(--wp--style--layout--medium);
}
.entry-content > .alignmedium {
  max-width: var(--wp--style--layout--medium);
}
.entry-content > .alignleft {
  float: left;
  margin-right: var(--wp--custom--spacing--gap);
}
.entry-content > .alignright {
  float: right;
  margin-right: var(--wp--custom--spacing--gap);
}
:where(.entry-content a) {
  transition: color 0.3s;
}
:where(.entry-content a):hover {
  color: var(--wp--preset--color--dark-blue);
}
:where(.entry-content a):visted {
  color: currentColor;
}
:where(.entry-content > :not(.wp-block-spacer)),
:where(.entry-content p) {
  margin-top: var(--wp--custom--spacing--gap);
  margin-bottom: var(--wp--custom--spacing--gap);
}
:where(.entry-content > :not(.wp-block-spacer)) p:first-child,
:where(.entry-content p) p:first-child {
  margin-top: 0;
}
@media (min-width: 960px) {
  :where(.entry-content .sah__pattern__graphic) {
    margin-top: calc(var(--wp--style--block-gap) * 2);
    margin-bottom: calc(var(--wp--style--block-gap) * 2);
  }
}

:where(.singular .content-area, .search .content-area, .archive .content-area) {
  margin-left: auto;
  margin-right: auto;
}
:where(.singular .content-area, .search .content-area, .archive .content-area)
  .site-main {
  width: 100%;
}

.site {
  background-color: var(--wp--preset--color--background);
  z-index: 3;
  position: relative;
  transition: all 1s cubic-bezier(0.2, 1, 0.3, 1);
}

.sah__background {
  position: absolute;
  width: 100%;
  height: calc(100% + 2px);
  top: -1px;
  left: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}
.sah__background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.15;
}
.sah__background svg {
  position: absolute;
  width: 100%;
  min-width: 722px;
  left: 0;
}
.sah__background--up svg {
  top: 0;
}
.sah__background--down img {
  object-position: center 35%;
}
.sah__background--down svg {
  bottom: 0;
  transform: rotate(180deg);
}
.has__sah__background .sah__background {
  max-width: none;
  width: 100%;
  margin: 0 !important;
}

.has__sah__background {
  position: relative;
}

.archive .site-main .page-title,
.search-results .site-main .page-title {
  margin: 0;
}
.archive .site-main.articles__cols,
.search-results .site-main.articles__cols {
  --article-cols: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}
@media (min-width: 600px) {
  .archive .site-main.articles__cols,
  .search-results .site-main.articles__cols {
    --article-cols: 2;
  }
}
@media (min-width: 960px) {
  .archive .site-main.articles__cols,
  .search-results .site-main.articles__cols {
    --article-cols: 3;
  }
}
.archive .site-main.articles__cols > *,
.search-results .site-main.articles__cols > * {
  width: 100%;
}
.archive .site-main.articles__cols article,
.search-results .site-main.articles__cols article {
  width: calc(
    100% / var(--article-cols) - 32px * (var(--article-cols) - 1) /
      var(--article-cols)
  );
}

.error404 .site-main,
.search-no-results .site-main {
  min-height: 40vh;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-align: center;
}
.error404 .site-main .error-404,
.error404 .site-main > section,
.search-no-results .site-main .error-404,
.search-no-results .site-main > section {
  padding: 6rem 0;
  width: 100%;
}
.error404 .page-title,
.search-no-results .page-title {
  margin: 0 0 1rem;
}
.error404 .page-content > p,
.search-no-results .page-content > p {
  font-size: var(--wp--preset--font-size--medium);
}
.error404 .search-form,
.search-no-results .search-form {
  display: flex;
  justify-content: center;
  gap: 10px;
  max-width: var(--wp--style--layout--content);
  margin: auto;
}
.error404 .search-form > label,
.search-no-results .search-form > label {
  width: 100%;
}
.error404 .search-form > label input,
.search-no-results .search-form > label input {
  width: inherit;
}

.page-id-146 .sah__pattern__page__hero {
  position: relative;
  z-index: 1;
}
@media (min-width: 1080px) {
  .page-id-146 .sah__pattern__page__hero + .founding__organizations__block {
    margin-top: -130px;
  }
}
@media (min-width: 1280px) {
  .page-id-146 .sah__pattern__page__hero + .founding__organizations__block {
    margin-top: -180px;
  }
}

.entry-commentary__meta {
  max-width: var(--row-width);
}
/* @media (max-width: 959px) {
  .entry-commentary__meta {
    padding-left: 0;
    padding-right: 0;
  }
} */
.entry-commentary__meta h1.entry-title {
  font-size: clamp(2rem, 3vw, 60px);
  margin-bottom: 22px;
}
/* @media (max-width: 959px) {
  .entry-commentary__meta h1.entry-title {
    padding-left: var(--wp--custom--spacing--gap);
    padding-right: var(--wp--custom--spacing--gap);
  }
} */

.wp-block-stopaapihate-carousel .sah__background ~ svg {
  display: none;
}

.sah__background.sah__background--top svg {
  display: none;
}

.entry-commentary__meta .entry-meta {
  gap: 16px;
  align-items: center;
  margin-bottom: 20px;
}
@media (max-width: 959px) {
  .entry-commentary__meta .entry-meta {
    padding-left: var(--wp--custom--spacing--gap);
    padding-right: var(--wp--custom--spacing--gap);
  }
}
.entry-commentary__meta .entry-meta .entry-meta__category .cat-links {
  padding: 4px 8px;
}
.entry-commentary__meta .entry-meta .entry-meta__category .cat-links a {
  color: var(--wp--preset--color--background);
}
.entry-commentary__meta figure figcaption {
  color: var(--wp--preset--color--dark-grey);
  margin-top: 10px;
}
@media (max-width: 959px) {
  .entry-commentary__meta figure figcaption {
    padding-left: var(--wp--custom--spacing--gap);
    padding-right: var(--wp--custom--spacing--gap);
  }
}
.entry-commentary__meta .subtitle {
  font-size: 25px;
  margin-bottom: 20px;
  padding: unset;
}

.sah__pattern__image {
  position: relative;
}
.sah__pattern__image__overlay {
  margin: 0 !important;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  mix-blend-mode: multiply;
}
.sah__pattern__image__overlay img {
  width: 100%;
  max-width: 1400px;
}
.sah__pattern__image.alignfull img {
  width: 100%;
}
.sah__pattern__image--1.alignfull .sah__pattern__image__overlay {
  width: 100vw;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.sah__pattern__image--2 .sah__pattern__image__overlay {
  left: -150px;
}

.sah__pattern__graphic__background img {
  width: 100%;
}
.sah__pattern__graphic.alignfull .sah__pattern__graphic__background {
  position: relative;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
}
.sah__pattern__graphic--1 {
  background-size: 1440px 155px;
  padding: 90px 0 0;
  background-image: url("./assets/images/graphic-dots-1.png");
}
.sah__pattern__graphic--1--alt {
  background-image: url("./assets/images/graphic-dots-1-alt.png");
}
@media (min-width: 782px) and (-webkit-min-device-pixel-ratio: 2),
  (min-width: 782px) and (min-resolution: 2x) {
  .sah__pattern__graphic--1 {
    background-image: url("./assets/images/graphic-dots-1@2x.png");
  }
  .sah__pattern__graphic--1--alt {
    background-image: url("./assets/images/graphic-dots-1-alt@2x.png");
  }
}
.sah__pattern__graphic--1 .sah__pattern__graphic__heading {
  position: relative;
  color: #fff;
  z-index: 1;
  padding: 0;
}
.sah__pattern__graphic--1 .sah__pattern__graphic__heading:before {
  content: "";
  position: absolute;
  top: 0;
  left: -100vw;
  width: 100vw;
  height: 100%;
  background: var(--wp--preset--color--blue);
  z-index: -1;
}
.sah__pattern__graphic--1 .sah__pattern__graphic__heading span {
  padding: 6px 12px 6px var(--wp--custom--spacing--gap);
  background: var(--wp--preset--color--blue);
}
.sah__pattern__graphic--2 {
  margin-bottom: var(--wp--custom--spacing--gap);
}
.sah__pattern__graphic--2 .sah__pattern__graphic__heading {
  padding-top: var(--wp--custom--spacing--gap);
  border-top: 5px solid #000;
  max-width: 100%;
}
.sah__pattern__graphic--3 .sah__pattern__graphic__heading {
  margin: 10px 0 0;
  max-width: 100%;
}

.sah__pattern__icon__text {
  padding: var(--wp--custom--spacing--gap);
}
@media (max-width: 781px) {
  .sah__pattern__icon__text {
    text-align: center;
  }
  .sah__pattern__icon__text .wp-block-buttons {
    justify-content: center;
  }
  .sah__pattern__icon__text .stopaapihate-block-icon {
    max-width: 50%;
    margin: auto;
  }
}

.sah__pattern__team__member
  .wp-block-image:not(.block-editor-block-list__block) {
  flex-shrink: 0;
}
.sah__pattern__team__member img {
  width: 100px;
  height: 100px;
  object-fit: cover;
}

.sah__pattern__page__hero .sah__pattern__image {
  --entry-header--height: 240px;
  --entry-header--translate-y: calc(
    var(--wp--custom--spacing--gap) + var(--entry-header--height)
  );
}
@media (min-width: 1080px) {
  .sah__pattern__page__hero .sah__pattern__image {
    transform: translateY(calc(-1 * var(--entry-header--translate-y)));
    border: 20px solid white;
    margin-bottom: calc(-1 * var(--entry-header--translate-y));
  }
}
@media (min-width: 1080px) {
  .sah__pattern__page__hero .sah__pattern__image {
    --entry-header--height: 250px;
  }
}
.sah__pattern__page__hero .sah__pattern__image__overlay {
  left: -20px;
}
@media (max-width: 1079px) {
  .sah__pattern__page__hero__column {
    order: -1;
    padding-bottom: 32px;
  }
}
@media (max-width: 1079px) {
  .sah__pattern__page__hero {
    flex-wrap: wrap !important;
  }
  .sah__pattern__page__hero.is-layout-flex {
    gap: 0;
  }
}
@media (max-width: 1079px) {
  .sah__pattern__page__hero .wp-block-column {
    flex-basis: 100% !important;
  }
}

.block-editor-block-list__block
  .sah__pattern__page__hero__column
  .sah__pattern__image {
  --entry-header--height: 0px;
}

.sah__pattern__join-our-community {
  background: #e0e5e6;
}
.sah__pattern__join-our-community .wp-block-columns {
  z-index: 1;
  position: relative;
}
.sah__pattern__join-our-community .wp-block-columns > .wp-block-column {
  flex-basis: 100%;
}
.sah__pattern__join-our-community .sah__background__image {
  opacity: 0.4;
}
.sah__pattern__join-our-community .sah__background path {
  fill: #e0e5e6;
}
.sah__pattern__join-our-community .sah__background path:first-of-type {
  fill: #fff;
}
.sah__pattern__join-our-community .wp-block-social-links {
  gap: 16px;
}
.sah__pattern__join-our-community
  .wp-block-social-links.is-style-logos-only
  li
  a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  background: #fff;
  border-radius: 3px;
}
.sah__pattern__join-our-community
  .wp-block-social-links.is-style-logos-only
  li:not(.wp-social-link-mail)
  .wp-block-social-link-label {
  clip: rect(1px, 1px, 1px, 1px);
  word-wrap: normal !important;
  border: 0;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sah__pattern__join-our-community
  .wp-block-social-links.is-style-logos-only
  li.wp-social-link-mail
  a {
  width: auto;
  padding-left: 12px;
  padding-right: 12px;
  font-weight: 500;
}
.sah__pattern__join-our-community
  .wp-block-social-links.is-style-logos-only
  li.wp-social-link-mail
  a
  svg {
  margin-right: 5px;
}
@media (max-width: 1079px) {
  .sah__pattern__join-our-community .wp-block-columns {
    flex-wrap: wrap !important;
  }
  .sah__pattern__join-our-community .wp-block-columns > .wp-block-column {
    flex-basis: 100%;
  }
  .sah__pattern__join-our-community
    .wp-block-columns
    > .wp-block-column:first-child {
    padding-bottom: 16px !important;
    text-align: center;
  }
  .sah__pattern__join-our-community
    .wp-block-columns
    > .wp-block-column:first-child
    .wp-block-social-links {
    justify-content: center;
  }
  .sah__pattern__join-our-community
    .wp-block-columns
    .wp-block-stopaapihate-social-feed {
    margin-bottom: 45px;
  }
}
@media (min-width: 1080px) {
  .sah__pattern__join-our-community .wp-block-stopaapihate-social-feed {
    margin-bottom: -32px;
    margin-top: -32px;
  }
  .sah__pattern__join-our-community
    .wp-block-columns
    > .wp-block-column:first-child {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    flex-direction: column;
  }
  .sah__pattern__join-our-community
    .wp-block-columns
    > .wp-block-column:first-child
    > * {
    width: 100%;
  }
  .sah__pattern__join-our-community
    .wp-block-columns
    > .wp-block-column:first-child
    .wp-block-social-links {
    margin-top: auto;
  }
}

.sah__pattern__who-we-are {
  position: relative;
}
.sah__pattern__who-we-are .sah__background svg {
  display: none;
}
.sah__pattern__who-we-are p {
  max-width: 664px;
}
.sah__pattern__who-we-are .sah__pattern__image__overlay {
  width: 100vw;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  z-index: -1;
}

.wp-block-image.alignwide {
  position: relative;
}
@media (max-width: 959px) {
  .wp-block-image.alignwide {
    padding: 0;
  }
}
.wp-block-image.alignwide .wp-element-caption {
  margin: 0;
  padding: 15px;
  z-index: 1;
  min-width: 62.5%;
  color: #fff;
  background-color: #000;
}
@media (min-width: 960px) {
  .wp-block-image.alignwide .wp-element-caption {
    text-align: right;
    position: absolute;
    bottom: 0;
    right: var(--wp--custom--spacing--gap);
    background-color: rgba(0, 0, 0, 0.5);
  }
}
.wp-block-image.alignmedium {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 960px) {
  .founding__organizations__block .wp-block-image {
    margin-bottom: 60px;
  }
}
.founding__organizations__block .wp-block-image img {
  width: auto;
  max-height: 100px;
}

.wp-block-quote {
  max-width: 592px;
}
.wp-block-quote p:last-of-type {
  margin-bottom: 8px;
}
.wp-block-quote cite:before {
  content: "—";
  margin-right: 16px;
  display: inline-flex;
}
.wp-block-quote.is-style-plain p:first-of-type:before {
  content: "“";
  top: -16px;
  left: -32px;
  height: 60px;
}
.wp-block-quote.is-style-plain p:last-of-type:after {
  content: "“";
  bottom: -72px;
  transform: translate(-50%, -50%) rotate(180deg);
}
.wp-block-quote.is-style-plain p:first-of-type,
.wp-block-quote.is-style-plain p:last-of-type {
  position: relative;
  z-index: 0;
}
.wp-block-quote.is-style-plain p:first-of-type:after,
.wp-block-quote.is-style-plain p:first-of-type:before,
.wp-block-quote.is-style-plain p:last-of-type:after,
.wp-block-quote.is-style-plain p:last-of-type:before {
  color: var(--wp--preset--color--primary);
  font-size: 128px;
  position: absolute;
  z-index: -1;
  line-height: 1;
}

.wp-block-query
  .are-vertically-aligned-center
  .wp-block-post-featured-image
  img:not(.logo__media) {
  aspect-ratio: 145/109;
  object-fit: cover;
}
@media (min-width: 600px) {
  .wp-block-query .wp-block-post-template.is-flex-container {
    gap: 2rem;
  }
  .wp-block-query .wp-block-post-template.is-flex-container.columns-3 > li {
    width: calc(33.33333% - 1.3333333333rem);
  }
}
.wp-block-query
  .wp-block-post-template.is-flex-container
  .wp-block-post-featured-image
  img:not(.logo__media) {
  aspect-ratio: 1/1;
  object-fit: cover;
}
.wp-block-query
  .wp-block-post
  .wp-block-post-featured-image
  img:not(.logo__media) {
  aspect-ratio: 4/3;
  object-fit: cover;
}
.wp-block-query .logo__media {
  position: absolute;
  bottom: 15px;
  right: 15px;
  max-width: 50%;
  pointer-events: none;
  max-height: 40px;
  width: auto;
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
  padding-left: 0;
}
.wp-block-media-text:not(.has-media-on-the-right)
  .wp-block-media-text__content {
  padding-right: 0;
}
@media (max-width: 599px) {
  .wp-block-media-text .wp-block-media-text__content {
    padding-left: 0;
    padding-right: 0;
  }
}

.wp-block-file object + .wp-element-button {
  margin-left: 0;
}
.wp-block-file .wp-element-button {
  margin-top: 15px;
  display: inline-flex;
  background-color: var(--wp--preset--color--blue);
}

@media (max-width: 599px) {
  .contact-form .wp-block-jetpack-contact-form .grunion-field-width-50-wrap {
    max-width: unset;
    flex: unset;
    width: 100%;
  }
}
/*# sourceMappingURL=style.css.map */

/* Immigrant Roots Page Style */
.page-template-single-immigrant-roots #scrollTopBtn {
  z-index: 1000000000000000;
}

.page-template-single-immigrant-roots #scrollNextBtn.show {
  opacity: 1;
}

.page-template-single-immigrant-roots #scrollNextBtn svg {
  transform: rotate(180deg);
  height: 20px;
  width: 16px;
  margin-top: -1px;
}

.page-template-single-immigrant-roots #scrollNextBtn:hover {
  background-color: rgba(112, 168, 255, 1);
  transform: scale(1.1);
}

.page-template-single-immigrant-roots #scrollNextBtn {
  position: fixed;
  bottom: 20px;
  font-size: 14px;
  left: 20px;
  padding-top: 4px !important;
  z-index: 1000000000000000;
  width: 50px;
  height: 50px;
  background-color: rgba(112, 168, 255, 1);
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.3s ease-in-out, transform 0.2s;
  padding: 0;
}

.roots-page .im-inspired-callout {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 16%;
  background-position: center top;
}

.page-template-single-immigrant-roots #scrollTopBtn {
  z-index: 1000000000000000;
}

.roots-page .arrow {
  background-image: unset;
}

.roots-page .flexible-inspiration > div {
  width: 49%;
  min-width: 200px;
  height: auto;
}

.roots-page .flexible-inspiration {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-start;
  gap: 50px;
  width: 90%;
  margin: 0 auto;
}

.roots-page .flexible-inspiration .root-button {
  margin-top: 15px;
  line-height: 1.1;
}

.im-inspired-content {
  width: 100%;
  margin: 0 auto;
  max-width: 100%;
}

.roots-page .im-inspired-intro p {
  margin-top: 0px;
}

.roots-page .im-inspired .im-inner img {
  aspect-ratio: 8 / 9;
  box-shadow: -5px -5px 0px 0px #ebf5ff;
  height: auto;
  width: 70%;
  object-fit: cover;
  display: block;
  margin: 0 auto;
}

.roots-page .step-body p {
  margin-top: 8px;
}

.roots-page span,
.roots-page p,
.roots-page h1,
.roots-page h2,
.roots-page h3 {
  color: #262626;
}

.roots-page .im-section .arrow path {
  fill: #262626 !important;
}

.roots-page .checkin-message-inner {
  color: #262626;
}

.roots-page .im-support svg:hover {
  transform: scale(1.1);
  /* display: none; */
}

.roots-page .im-support {
  overflow: hidden;
}

.roots-page .im-inspired.im-section {
  background-position: bottom;
  background-size: cover;
}

.roots-page .im-section .arrow path:hover {
  fill: var(--Yellow-1, #ffe600) !important;
}

.page-template-single-immigrant-roots
  .sah__background.sah__background--up
  svg
  path:first-of-type {
  fill: #c2dcff;
}

.page-template-single-immigration-landing
  .sah__background.sah__background--up
  svg
  path:first-of-type {
  fill: #ebf5ff;
}

.page-template-single-immigrant-roots .site-content {
  z-index: 1000000000000;
}

#mobile-navigation .button__report-hate {
  padding: 10px 24px;
}

#mobile-navigation .button__report-hate:hover {
  background: black !important;
  padding: 10px 24px;
}

.roots-page * {
  font-family: "Roboto", sans-serif;
}

.roots-page .im-inspired-content h2 {
  margin-top: 0px;
  color: #4d92ff !important;
}

.roots-page .im-hero-content {
  padding-bottom: 30px;
}

.roots-page .im-hero {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 0px;
}

.roots-page .root-button {
  display: inline-flex;
  height: 45px;
  padding: 16px 60px;
  justify-content: center;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  /* 28px */
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #262626;
  align-items: center;
  gap: 10px;
  background: var(--Yellow-1, #ffe600);
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  line-height: 140%;
  /* 28px */
  letter-spacing: 2px;
  text-transform: uppercase;
  flex-shrink: 0;
}

.roots-page .im-inspired img {
  width: 300px;
  height: auto;
}

.roots-page .im-inspired .im-inner {
  max-width: 1200px;
  position: relative;
}

.roots-page .im-steps-intro {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.roots-page .social-intro > p {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.roots-page .anon-photo-box {
  position: relative;
}

.roots-page .anon-credit {
  position: absolute;
  top: 0px;
  left: 0px;
  color: white;
  padding: 0 0 0 5px;
  width: 250px;
  font-size: 12px;
}

.roots-page .photo-credit {
  color: black;
  width: 70%;
  margin: 5px auto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.48px;
}

.roots-page :target {
  scroll-margin-top: 70px;
}

.roots-page .im-hero-content h1 {
  margin: 5px auto 30px;
}

.roots-page .im-hero-content p {
  margin: 0px auto 10px;
}

.roots-page .site-header-mobile {
  z-index: 10000000;
}

.roots-page .im-step span {
  color: #999;
  text-align: center;
  font-size: 17px;
  padding-bottom: 15px;
  font-style: normal;
  font-weight: 800;
  line-height: 140%;
  /* 28px */
  letter-spacing: 2px;
  text-transform: uppercase;
}

.roots-page .im-inspired-wrap {
  position: relative;
  padding: 00px;
}

.roots-page .im-inspired-left {
  padding: 0px;
}

.roots-page .im-hero {
  background-color: white;
}

.roots-page .im-anonymous {
  position: relative;
  background-position: right;
  position: relative;
  background-size: cover;
}

.roots-page .im-anonymous .im-inner .anon-photo-box {
  width: 50%;
  max-width: 50%;
  flex-grow: 1;
}

.roots-page .im-anonymous .im-inner .anon-photo-box img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-position: center;
  object-fit: cover;
  max-height: 800px;
}

.roots-page .im-anonymous .im-inner {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
}

.roots-page .root-button {
  margin-top: 30px;
  text-align: center;
  border: 3px solid transparent;
  width: fit-content;
  min-width: 300px;
  max-width: 100%;
}

.roots-page .root-button,
.roots-page .root-button:hover {
  transition: 0.25s ease-in-out;
}

.roots-page .root-button:hover span {
  color: white !important;
}

.roots-page .im-inner.anonymous-inner {
  flex-wrap: wrap;
}

.roots-page .im-inner.anonymous-inner .anon-photo-box {
  border-bottom: 5px solid #ebf5ff;
}

.roots-page .im-inner.anonymous-inner .anonymous-right {
  border-bottom: 5px solid #ebf5ff;
  border-right: 5px solid #ebf5ff;
}

.roots-page .im-steps-wrap {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 40px;
  width: 100%;
}

.roots-page .im-steps .im-inner {
  padding-top: 30px;
}

.roots-page .im-step {
  flex-grow: 1;
  flex-direction: column;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 30%;
  min-width: 200px;
  max-width: 300px;
  margin-top: 35px;
}

.roots-page .im-step img {
  width: 150px;
  height: auto;
  margin-bottom: 10px;
}

.roots-page .im-social .im-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 0px;
  padding-top: 100px;
}

.roots-page .im-social .im-inner img {
  width: 100%;
  max-width: 300px;
  height: auto;
}

.roots-page .im-social .social-intro {
  text-align: center;
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 1.5em;
  color: #262626;
}

.roots-page .im-social .social-embed {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

.roots-page .root-button:hover {
  background: #262626;
  color: white;
  border: 3px solid #ffe600;
}

.roots-page .im-support span {
  font-size: var(--wp--preset--font-size--body);
}

.roots-page .im-steps * {
  text-align: center;
}

.roots-page .step-body p {
  text-align: center;
}

.roots-page .im-step h3 {
  margin-bottom: 5px;
  margin-top: 15px;
  color: var(--Blue-1, #4d92ff);
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 900;
}

.roots-page h2 {
  margin-bottom: 20px;
  font-size: 50px;
}

.roots-page #im-stick-nav ul li a:hover {
  border-bottom: none !important;
}

.roots-page .im-support .im-inner {
  background-color: transparent;
  background: transparent;
}

.roots-page #im-stick-nav ul li a {
  border-bottom: none !important;
  font-size: 20px;
}

.roots-page #im-stick-nav ul li a::before {
  fill: var(--Yellow-1, #ffe600);
  color: var(--Yellow-1, #ffe600);
  width: 15px !important;
  height: 16px !important;
}

.page-template-single-immigrant-roots-php #masthead-mobile {
  z-index: 10000000000;
}

.roots-page .anonymous-right {
  width: 50%;
  padding: 80px 70px;
  min-width: 450px;
  flex-grow: 1;
}

.roots-page .anonymous-inner img {
  flex-grow: 1;
}

.roots-page #im-stick-nav {
  background: #262626;
  z-index: 10000000;
}

.roots-page #im-stick-nav li a {
  color: #e6e6e6;
}

.roots-page #im-stick-nav li a::before {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="22" height="25" viewBox="0 0 22 25" fill="none"><path d="M20.3794 14.8386L21.1344 14.5333C21.2508 14.486 21.3245 14.3667 21.3142 14.2386L21.2269 13.1281C21.1943 12.7263 21.2115 12.0702 21.2645 11.6702L21.3964 10.8456C21.4186 10.7123 21.3467 10.5807 21.2252 10.5298L20.4735 10.2088C18.8264 9.50702 14.9964 7.23684 14.9964 1.34561V0.291228C14.9964 0.129825 14.8697 0 14.7122 0H11.3273C11.1698 0 11.0431 0.129825 11.0431 0.291228V1.34561C11.0431 4.30877 11.8255 7.12456 13.3716 9.71053L13.8304 10.4789H0.684606C0.527089 10.4789 0.400391 10.6088 0.400391 10.7702V14.2386C0.400391 14.4 0.527089 14.5298 0.684606 14.5298H13.8219L13.3647 15.2982C11.8238 17.8825 11.0413 20.693 11.0413 23.6544V24.7088C11.0413 24.8702 11.168 25 11.3256 25H14.7105C14.868 25 14.9947 24.8702 14.9947 24.7088V23.6544C14.9947 19.2877 16.9568 16.0754 20.3794 14.8404" fill="%23FFE600"/></svg>');
}

.roots-page .root-clipart-1 {
  width: 23%;
  height: auto;
  bottom: 11%;
  max-width: 400px;
  top: unset;
  position: absolute;
  z-index: 1;
  left: -10%;
}

.roots-page .im-support-content {
  z-index: 100000;
}

.roots-page .im-inspired {
  z-index: 100;
  position: relative;
}

.root-clipart-2 {
  width: 17%;
  height: auto;
  bottom: -1px;
  max-width: 200px;
  position: absolute;
  z-index: 1;
  top: unset;
  right: 5%;
}

.roots-page .donate-spin {
  position: relative;
  z-index: 20;
  z-index: 100;
  position: relative;
}

.roots-page .donate-spin svg {
  width: 300px;
  position: relative;
  z-index: 1000;
  height: auto;
}

.roots-page .donate-spin::after {
  content: "";
  position: absolute;
  top: -140px;
  left: 50%;
  width: 700px;
  height: 700px;
  background: url("/wp-content/themes/stopaapihate/assets/images/spiral.png")
    no-repeat center center;
  background-size: contain;
  transform: translate(-50%, -50%);
  animation: spin-donate 200s linear infinite;
  pointer-events: none;
  z-index: 10;
  /* put it behind the svg */
}

.roots-page .im-support svg:hover {
  transition: 0.25s ease-in-out;
  transform: scale(1.1) !important;
}

.page-template-single-immigrant-roots-php #colophon {
  z-index: 10;
  position: relative;
}

.page-template-single-immigrant-roots-php #colophon .site-info {
  padding-bottom: 80px;
}

@keyframes spin-donate {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.roots-page .anonymous-right h2,
.roots-page .anonymous-right p,
.roots-page .anonymous-right span {
  color: white;
}

.roots-page .anonymous-right h2 {
  margin-top: 0px;
  line-height: 1;
}

.roots-page #im-stick-nav li a:hover {
  color: var(--Yellow-1, #ffe600);
}

.roots-page .anonymous-inner img {
  object-fit: cover;
}

.roots-page .anonymous-inner {
  flex-direction: row;
  align-items: stretch;
}

.roots-page .im-steps {
  padding-top: 40px;
}

.roots-page .im-social {
  margin-bottom: 0px;
}

.roots-page .im-support h3 {
  text-align: left;
}

.roots-page .im-support {
  background: #c2dcff !important;
}

/* -------------------------------------------------------------- */
/* Animate CSS
-------------------------------------------------------------- */
.fade-in-from-left {
  opacity: 0;
  animation-timing-function: ease-out;
  -webkit-transform: translateX(-15px);
  -moz-transform: translateX(-15px);
  -o-transform: translateX(-15px);
  -ms-transform: translateX(-15px);
  transform: translateX(-15px);
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.fade-in-from-left.animated {
  animation-name: fade-from-left;
  animation-duration: 0.5s;
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

@keyframes fade-from-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-15px);
    -moz-transform: translateX(-15px);
    -o-transform: translateX(-15px);
    -ms-transform: translateX(-15px);
    transform: translateX(-15px);
  }

  45% {
    opacity: 0.5;
  }

  90% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fade-in-from-bottom {
  opacity: 0;
  animation-timing-function: ease-out;
  -webkit-transform: translateY(15px);
  -moz-transform: translateY(15px);
  -o-transform: translateY(15px);
  -ms-transform: translateY(15px);
  transform: translateY(15px);
}

.fade-in-from-bottom.animated {
  animation-name: fade-from-bottom;
  animation-duration: 1s;
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

@keyframes fade-from-bottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -o-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transform: translateY(15px);
  }

  90% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fade-in-from-right {
  opacity: 0;
  animation-timing-function: ease-out;
  -webkit-transform: translateX(40px);
  -moz-transform: translateX(40px);
  -o-transform: translateX(40px);
  -ms-transform: translateX(40px);
  transform: translateX(40px);
}

.fade-in-from-right.animated {
  animation-name: fade-from-right;
  animation-duration: 0.5s;
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

@keyframes fade-from-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(40px);
    -moz-transform: translateX(40px);
    -o-transform: translateX(40px);
    -ms-transform: translateX(40px);
    transform: translateX(40px);
  }

  90% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.page-template-single-immigration-landing #colophon .site-info,
.page-template-single-anniversary-template #colophon .site-info {
  padding-bottom: 80px;
}

.page-template-single-immigration-landing
  .sah__background.sah__background--up
  svg
  path:first-of-type {
  fill: #ebf5ff;
}

.site-header-mobile {
  padding: 16px;
}

@media (max-width: 1200px) {
  .roots-page .im-anonymous img {
    width: 30%;
  }

  .roots-page .im-inner.anonymous-inner .anon-photo-box {
    border: 5px solid #ebf5ff !important;
  }

  .roots-page .im-anonymous img {
    width: 20%;
  }

  .roots-page .im-anonymous .im-inner .anon-photo-box {
    width: 100%;
    max-width: 100%;
    flex-grow: 1;
    border: 3px solid #ebf5ff;
    border-bottom: none !important;
    max-height: 450px;
  }

  .roots-page .anonymous-right {
    width: 100%;
    border: 3px solid #ebf5ff;
    border-top: none !important;
  }
}

.im-anonymous .im-inner .anon-photo-box img {
  object-position: center;
  max-height: 900px;
}

@media (max-width: 1100px) {
  .roots-page .im-anonymous img {
    width: 20%;
  }
}

@media (max-width: 1080px) {
  .roots-page .im-support {
    overflow: unset;
  }

  .roots-page .im-inspired .im-inner {
    width: 80%;
  }

  .roots-page :target {
    scroll-margin-top: 120px;
  }
}

@media (max-width: 900px) {
  .roots-page #im-stick-nav ul {
    justify-content: center;
  }

  .roots-page #im-stick-nav ul li {
    width: 50%;
    margin: 0;
    text-align: center;
  }

  .roots-page #im-stick-nav ul li a::before {
    content: unset !important;
  }

  .roots-page h1 {
    font-size: 30px;
  }
}

/* Site Reskin styles */

.wp-block-stopaapihate-carousel__slides {
  padding-bottom: 42px !important;
}

#masthead-mobile {
  justify-content: space-between !important;
}

#masthead-mobile .mobile-header-buttons {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  padding-left: 10px;
}

.site-header__navigation__wrap
  .main-menu
  > li
  > a[href="#"].jetpack-search-filter__link {
  font-size: 0px;
}

.mobile-header-buttons a {
  padding: 10px !important;
}

footer .sah__background--up svg {
  display: none;
}

.site-footer {
  background-color: #262626 !important;
  padding-bottom: 10px;
}

footer .sah__background img {
  display: none;
}

.site-footer .site-initiative {
  background-color: #262626 !important;
  padding-right: 30px;
  padding-left: 30px;
  padding-top: 20px;
}

.mob-menu-txt {
  color: var(--Black, #262626);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px; /* 150% */
  letter-spacing: 2.24px;
  text-transform: uppercase;
  margin-left: 5px;
}

.site-header-mobile__menu__toggle svg {
  width: 40px;
  height: 40px;
}

.footer-branding__logo img {
  width: 230px;
}

.mobile__menu__offcanvas {
  background-color: #ffe600;
}

.mobile__menu__offcanvas a {
  color: #000;
}

.entry-header-press-releases__wrap h1 {
  color: #2a6aea;
}

.button__donate {
  background-color: #2a6aea;
  color: white;
  border: 1px solid #2a6aea;
}

.button__donate:hover {
  color: #2a6aea !important;
  background-color: white !important;
  border: 1px solid #2a6aea !important;
}

.pagination .current {
  background-color: #2a6aea;
}

.is-layout-constrained
  > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: var(--row-width);
}

span.breadcrumb {
  max-width: var(--row-width);
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;

  font-weight: var(--wp--custom--typography--font-weight--bold);
  font-size: 15px;
  color: var(--wp--preset--color--very-dark-grey);
  padding-left: var(--wp--custom--spacing--gap);
  padding-right: var(--wp--custom--spacing--gap);
  display: flex;
  flex-wrap: wrap;
  padding-top: 10px;
}

.breadcrumb.black-header a {
  color: #fff;
  text-decoration: none;
  transition: text-decoration 0.2s ease-in-out;
}

.breadcrumb.black-header a:hover {
  text-decoration: underline;
  text-decoration-color: #ffe600;
  text-decoration-thickness: 3px;
  text-underline-offset: 3px;
}

.breadcrumb a {
  color: #3a3a3a;
  text-decoration: none;
}

.breadcrumb a:hover {
  text-decoration: underline;
  text-decoration-color: #ffe600;
  text-decoration-thickness: 3px;
  text-underline-offset: 3px;
}

span.breadcrumb.black-header {
  width: 100%;
  color: white;
  position: relative;
  z-index: 2000;
}

span.breadcrumb.commentary__breadcrumb {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.page-template-page-donate .multistep-layout.split-layout .HeaderHtml {
  padding-left: 0;
}

.site-header__navigation__wrap .main-menu .menu-item__button__report-hate {
  margin-left: 30px;
}

.entry-content
  a:not(
    .wp-block-query a,
    .wp-block-button__link,
    .button--carousel a,
    .button--carousel__link,
    .wp-block-image a,
    .share__block__networks a,
    .sah__pattern__join-our-community
      .wp-block-social-links.is-style-logos-only
      li
      a,
    a.wp-block-button__link.has-foreground-color.has-primary-background-color.has-text-color,
    .wp-elements-5df8c7d8c550b0227587e47838db8fdd a,
    body.page-id-4822 .at form .label-amount > a,
    .at .at-step a
  ) {
  position: relative;
  color: #2a6aea;

  font-weight: 500;
  text-decoration: none;
  background-image: linear-gradient(90deg, #2a6aea 0 100%);
  background-repeat: no-repeat;
  background-size: 0% 100%;
  /* transition: color 0.25s, background-size 0.4s cubic-bezier(0.4, 0, 0.2, 1); */
}

.wp-elements-77300439ebbaef89e66c1a671d5e0944 a {
  color: #2a6aea !important;
  text-decoration: none;
}

.FastAction.at-markup {
  display: none !important;
}

.sah__modal__title {
  color: #ffe600 !important;
}

.sah__modal .sah__modal__sign-up .at-form .btn-at-primary {
  background-color: #2a6aea !important;
}

.entry-content
  a:not(
    .wp-block-query a,
    .wp-block-button__link,
    .button--carousel a,
    .button--carousel__link,
    .wp-block-image a,
    .sah__pattern__join-our-community
      .wp-block-social-links.is-style-logos-only
      li
      a,
    a.wp-block-button__link.has-foreground-color.has-primary-background-color.has-text-color,
    .wp-elements-5df8c7d8c550b0227587e47838db8fdd a,
    body.page-id-4822 .at form .label-amount > a,
    .at .at-step a
  ):hover,
.entry-content
  a:not(
    .wp-block-query a,
    .wp-block-button__link,
    .button--carousel a,
    .button--carousel__link,
    .wp-block-image a,
    .sah__pattern__join-our-community
      .wp-block-social-links.is-style-logos-only
      li
      a,
    a.wp-block-button__link.has-foreground-color.has-primary-background-color.has-text-color,
    .wp-elements-5df8c7d8c550b0227587e47838db8fdd a,
    body.page-id-4822 .at form .label-amount > a,
    .at .at-step a
  ):focus {
  color: #fff;
  background-size: 100% 100%;
}

.wp-elements-5df8c7d8c550b0227587e47838db8fdd
  a:where(:not(.wp-element-button)) {
  color: #ff5828 !important;
  text-decoration: none !important;
}

.wp-elements-5df8c7d8c550b0227587e47838db8fdd
  a:where(:not(.wp-element-button)):hover {
  text-decoration: underline !important;
}

a:where(:not(.wp-element-button)) {
  color: #2a6aea;
}

.button__report-hate {
  background-color: #ff5828;
  color: white;
  border: 1px solid #ff5828;
}

.button__report-hate:hover {
  background-color: white !important;
  color: #ff5828 !important;
  border: 1px solid #ff5828 !important;
}

/* .site-header__navigation__wrap .main-menu .menu-item-has-children .sub-menu {
  border-top: 2px solid #ff5828;
} */

.mobile__menu__offcanvas .mobile-navigation .mobile-menu li.sub-menu--active {
  text-decoration: underline;
  text-decoration-color: white;
  text-decoration-thickness: 4px;
  text-underline-offset: 8px;
}

.site-header__navigation__wrap .main-menu .menu-item-has-children:hover {
  text-decoration: underline;
  text-decoration-color: #ffe600;
  text-decoration-thickness: 4px;
  text-underline-offset: 4px;
}

.site-header .site-branding {
  margin-left: 30px;
  width: unset;
  display: block;
  padding-bottom: unset;
}

.sah__pattern__graphic--1 .sah__pattern__graphic__heading:before {
  background-color: #2a6aea;
}

.sah__pattern__graphic--1 .sah__pattern__graphic__heading span {
  background: #2a6aea;
}

.site-header__navigation__wrap .main-menu {
  justify-content: flex-end;
}

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

header.site-header.row {
  max-width: unset;
  margin-left: unset;
  margin-right: unset;
  padding-left: unset;
  padding-right: unset;
}

.entry-header.singular-header .entry-title {
  color: var(--White, #fff);
  font-family: "Big Shoulders", sans-serif;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
  z-index: 1;
}

.sah__background--down svg {
  display: none;
}

.sah__background img {
  opacity: 1;
}

.site-announcement {
  background-color: #ffe600 !important;
}

.stopaapihate-block-icon__background {
  fill: #ffe600;
}

.has-primary-color {
  color: #ffe600;
}

.has-primary-background-color {
  background-color: #ffe600 !important;
}

.stopaapihate-block-icon path:not(.stopaapihate-block-icon__background) {
  stroke: #2a6aea;
}

h2,
p,
.wp-block-button {
  position: relative;
  z-index: 10;
}

.mobile__menu__offcanvas--active
  .mobile__menu__offcanvas__close.button.button--reset
  svg
  path {
  fill: #000;
}

.mobile__menu__offcanvas--active .jetpack-search-filter__link svg {
  fill: #000;
}

.mobile__menu__offcanvas--active #mobile-navigation .button__report-hate:hover {
  background-color: white !important;
  color: #ff5828 !important;
}

.mobile__menu__offcanvas--active
  #mobile-navigation
  .menu-item__button__donate
  a:hover {
  background-color: white !important;
  color: #2a6aea !important;
}

img.desktop-open {
  width: 230px;
  height: auto;
}

#mobile-navigation .button__report-hate {
  background: #ff5828 !important;
  color: white !important;
}

.has-blue-color {
  color: #2a6aea !important;
}

.has-blue-background-color {
  background-color: #2a6aea !important;
}

a.has-blue-background-color {
  background-color: #2a6aea !important;
  color: white !important;
  border: 1px solid #2a6aea !important;
}

a.has-blue-background-color:hover {
  color: #2a6aea !important;
  background-color: white !important;
  border: 1px solid #2a6aea !important;
}

/* :where(.entry-content > *:not(.alignfull)) {
  padding-left: 0;
  padding-right: 0;
} */

.multistep-layout.split-layout {
  padding-left: 0;
  padding-right: 0;
}

h6.wp-block-heading,
h5.wp-block-heading,
h4.wp-block-heading,
h3.wp-block-heading,
h2.wp-block-heading {
  color: #2a6aea;
}

.signup-image-btn .circle2 {
  display: none;
}
.signup-image-btn:hover .circle1 {
  display: none;
}
.signup-image-btn:hover .circle2 {
  display: inline;
}
.signup-image-btn {
  padding: 0;
  border: none;
  background: none;
  transition: ease-in-out 0.3s;
}

.signup-image-btn img {
  pointer-events: none;
}

footer .button {
  box-shadow: none;
}

footer .button:focus {
  outline: none !important;
}

footer .button:hover {
  background-color: transparent !important;
}

/* .site-header-mobile {
  z-index: 100;
} */

.site-footer.tablet-footer {
  display: none;
}

.site-footer.mobile-footer {
  display: none;
}

.footer-top {
  display: flex;
}

.site-footer .footer-branding {
  flex: 0 0 30%;
  max-width: 30%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0;
  gap: 0px;
}

.site-footer .widget .widget-title,
.social-title,
.site-initiative__title {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px; /* 150% */
  letter-spacing: 2.24px;
  text-transform: uppercase;
}

.site-initiative__title {
  margin-top: 0px;
}

.site-footer .site-initiative__inner #block-7 {
  display: none !important;
}

.site-footer .widget .menu li a {
  color: #ccc;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}

.site-footer .social-navigation {
  margin-left: 100px;
  padding: unset;
}

.site-footer .widget-area {
  width: 50%;
  flex-wrap: wrap;
  justify-content: space-around;
  padding-right: 0;
  padding-left: 30px;
  padding-top: 50px;
  margin-bottom: 50px;
}

.site-footer .footer-branding__logo {
  padding: 50px;
}

.site-footer .widget-area .widget {
  width: 30%;
}

.site-footer .footer-branding__mailing {
  margin-left: unset;
}

img.circle1,
img.circle2 {
  width: 275px;
  height: auto;
}

.site-footer .site-info,
.site-footer .footer-branding {
  border-right: 1px solid #4d4d4d;
}

.site-footer .footer-branding.signup {
  border-right: none;
}

.footer-top-logo {
  justify-content: center;
}

.footer-top {
  border-bottom: 1px solid #4d4d4d;
}

.footer-bottom {
  display: flex;
}

.site-footer .site-info {
  flex: 0 0 30%;
  max-width: 30%;
}

.site-footer .site-info__inner {
  flex-direction: column;
  gap: 0;
  align-items: flex-start;
  padding: 0 50px;
  width: fit-content;
}

.site-footer .site-info__credits {
  justify-content: flex-start;
  gap: 2px;
  flex-direction: column;
}

.site-footer .site-info__inner {
  color: #ccc;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

.site-footer .site-initiative__inner {
  padding: 0px;
}

.wp-block-stopaapihate-carousel div.button:hover {
  background-color: white !important;
  color: black !important;
}
.home
  .wp-block-button
  .wp-block-button__link.has-primary-background-color:hover {
  background-color: white !important;
  color: black !important;
}

.wp-container-core-group-is-layout-c676df33
  > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: var(--row-width) !important;
  padding-left: var(--wp--custom--spacing--gap);
  padding-right: var(--wp--custom--spacing--gap);
}

.wp-container-core-group-is-layout-d23ee299
  > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: var(--row-width) !important;
  padding-left: var(--wp--custom--spacing--gap);
  padding-right: var(--wp--custom--spacing--gap);
}

.page-id-4731 .wp-block-image img {
  box-sizing: border-box;
  height: auto;
  max-width: 350px;
  vertical-align: top;
  width: 100%;
}
.page-id-4731 figure.wp-block-image {
  display: flex;
  justify-content: center;
}
