body {
  --wp--style--gallery-gap-default: 25px;
}

@-webkit-keyframes live-blink {
  0%, 100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(0.65);
    transform: scale(0.65);
  }
}

@keyframes live-blink {
  0%, 100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(0.65);
    transform: scale(0.65);
  }
}

.donate-form.donate-form--footer .donate-form__tab-btn {
  background-color: #303030;
  padding: 9px 5px;
}

.donate-form.donate-form--footer .donate-form__tab-btn.active {
  background-color: #fff;
}

.donate-form.donate-form--footer .donate-form__block {
  background-color: #303030;
}

.donate-form__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -5px -10px !important;
}

.donate-form__tab {
  width: 50%;
  padding: 0 5px !important;
  margin-bottom: 10px !important;
}

.donate-form__tab-btn {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 5px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 3px;
  font-size: 14px;
  line-height: 1;
  color: #A7A7A7;
  padding: 13px 5px;
  text-align: center;
  -webkit-transition: background-color 0.25s, color 0.25s;
  transition: background-color 0.25s, color 0.25s;
}

.donate-form__tab-btn.active {
  background-color: #fff;
  color: #191919;
}

.donate-form__tab-btn i {
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

.donate-form__content {
  margin-top: 10px;
}

.donate-form__block {
  display: none;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 10px 20px 20px;
}

.donate-form__inner-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

form .donate-form__inner-tabs {
  margin-bottom: 25px;
}

.donate-form__inner-tab {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0 !important;
}

.donate-form__inner-tab-btn {
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  padding: 10px 5px 2px;
  color: #A7A7A7;
  border-bottom: 3px solid rgba(255, 255, 255, 0.1);
  -webkit-transition: border-color 0.25s, color 0.25s;
  transition: border-color 0.25s, color 0.25s;
}

.donate-form__inner-tab-btn.active {
  border-color: #FA6E4B;
  color: #fff;
}

.donate-form__inner-block {
  display: none;
}

.donate-form__agree {
  margin-top: 10px;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.36px;
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
}

.donate-form__agree a {
  text-decoration: underline;
}

.donate-stripe__top-tabs {
  margin-bottom: 10px;
}

.donate-stripe__btn {
  margin-top: 20px;
}

.donate-transfer__tabs {
  margin-bottom: 20px;
}

.donate-transfer__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 5px 14px;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 14px;
}

.donate-transfer__item:last-child {
  margin-bottom: 0;
}

.donate-transfer__label {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.donate-transfer__value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  color: #A7A7A7;
}

.donate-transfer__value.active-copy i {
  opacity: 1;
  visibility: visible;
}

.donate-transfer__value button svg > * {
  -webkit-transition: stroke-opacity 0.25s;
  transition: stroke-opacity 0.25s;
}

.donate-transfer__value i {
  opacity: 0;
  visibility: hidden;
  font-style: normal;
}

.donate-transfer__desc {
  margin-top: 20px;
  font-size: 12px;
  line-height: 18px;
  color: #A7A7A7;
}

.donate-crypto__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.donate-crypto__col {
  width: calc(50% - 5px);
}

.donate-crypto__label {
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}

.donate-crypto__input input {
  display: block;
  width: 100%;
  min-width: 0;
  background: #fff;
  color: #191919;
  border: 0;
  font-size: 16px;
  line-height: 22px;
  padding: 12px 14px;
  border-radius: 3px;
}

.donate-crypto__btn {
  margin-top: 10px;
}

.donate {
  padding-top: 38px;
}

.donate__title {
  margin-bottom: 50px;
  max-width: 690px;
}

.donate__row {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.donate__col {
  width: 50%;
}

.donate__left {
  max-width: 545px;
}

.donate__right {
  max-width: 555px;
}

.donate__desc {
  opacity: 0.6;
}

.donate__desc p {
  margin-bottom: 16px;
}

.donate__desc p:last-child {
  margin-bottom: 0;
}

.donate__selected {
  margin-top: 25px;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.2);
  line-height: 38px;
}

.donate__selected a {
  color: #FA6E4B;
}

.donate__tmp img {
  width: 100%;
}

.merch__title {
  margin-bottom: 50px;
}

.merch__title:last-child {
  margin-bottom: 0;
}

.merch__slider {
  overflow: hidden;
}

.merch__slide {
  height: auto;
}

.merch__nav {
  margin-top: 25px;
}

.donate-blockquote__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: rgba(255, 255, 255, 0.2);
}

.donate-blockquote__img {
  width: 415px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.donate-blockquote__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.donate-blockquote__info {
  padding: 120px 50px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

.donate-blockquote__info::before {
  content: "";
  position: absolute;
  top: 50px;
  left: 50px;
  width: 56px;
  height: 47px;
  background: url(../img/donate-blockquote-icon.svg) center center no-repeat;
  background-size: contain;
}

.donate-blockquote__text {
  font-family: "Cormorant Garamond Holod", sans-serif;
  font-size: 26px;
  line-height: 28px;
  font-weight: 600;
  text-indent: 30px;
}

.donate-blockquote__author {
  margin-top: 25px;
}

.donate-blockquote__author-img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 83px;
}

.donate-blockquote__author-img img {
  width: 100%;
}

.donate-blockquote__name {
  font-size: 22px;
  line-height: 30px;
  letter-spacing: -0.66px;
  color: #FA6E4B;
}

.donate-blockquote__position {
  font-size: 14px;
  line-height: 20px;
}

.donate-counter__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.donate-counter__left {
  width: 415px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.donate-counter__right {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.donate-counter__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -20px;
}

.donate-counter__col {
  width: calc(35% - 13px);
  margin-bottom: 20px;
}

.donate-counter__col--md {
  width: calc(50% - 10px);
}

.donate-counter__col--lg {
  width: calc(65% - 7px);
}

.donate-counter__item {
  height: 100%;
  text-align: center;
  padding: 20px 16px;
  background-color: rgba(255, 255, 255, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.donate-counter__item a {
  color: #FA6E4B;
  text-decoration: underline;
}

.donate-counter__num {
  font-size: 72px;
  line-height: 80px;
  letter-spacing: -2.16px;
  text-transform: uppercase;
  font-weight: 500;
}

.donate-counter__num-desc {
  margin-top: 4px;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: -0.66px;
}

.how-help__title {
  margin-bottom: 50px;
}

.how-help__col {
  width: 33.3333333%;
}

.how-help__col--lg {
  width: 50%;
}

.how-help__item {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 15px 20px 20px;
  background-color: rgba(255, 255, 255, 0.2);
}

.how-help__desc {
  margin-top: 5px;
  font-size: 14px;
  line-height: 20px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.how-help__btn {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.faq__title {
  margin-bottom: 50px;
}

.faq__col {
  margin-bottom: 20px;
}

.faq__col:last-child {
  margin-bottom: 0;
}

.faq__item {
  background-color: rgba(255, 255, 255, 0.2);
}

.faq__item-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: -0.66px;
  padding: 20px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.faq__item-header.active img {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.faq__item-header img {
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
}

.faq__item-dropdown {
  display: none;
}

.faq__item-content {
  padding: 0 20px 20px;
  padding-right: 70px;
}

.faq__item-content p {
  margin-bottom: 10px;
}

.faq__item-content p:last-child {
  margin-bottom: 0;
}

.faq__item-content p a {
  color: #FA6E4B;
}

.donate-stripe__custom-amount {
  margin-bottom: 14px;
}

.donate-stripe__email {
  margin-top: 14px;
}

.donate-stripe__btn {
  margin-top: 24px;
}

.donate-stripe__pay {
  margin-bottom: 14px;
}

.donate-stripe__pay button {
  display: block;
  width: 100%;
}

.stripe-input {
  font-size: 14px;
  line-height: 20px;
}

.stripe-input span {
  display: block;
  margin-bottom: 6px;
}

.stripe-input input {
  display: block;
  width: 100%;
  border: 0;
  padding: 12px 14px;
  border-radius: 3px;
  font-size: 14px;
  line-height: 20px;
  background-color: #fff;
  color: #191919;
  -webkit-transition: color 0.25s, -webkit-box-shadow 0.25s;
  transition: color 0.25s, -webkit-box-shadow 0.25s;
  transition: color 0.25s, box-shadow 0.25s;
  transition: color 0.25s, box-shadow 0.25s, -webkit-box-shadow 0.25s;
}

body.dark-theme .stripe-input input {
  background-color: #343132;
  color: #fff;
}

.stripe-input input:focus {
  -webkit-box-shadow: 0 0 0 3px hsla(13, 100%, 96%, 0.25), 0 0 0 1px #FFF1ED;
  box-shadow: 0 0 0 3px hsla(13, 100%, 96%, 0.25), 0 0 0 1px #FFF1ED;
}

.stripe-input input::-webkit-input-placeholder {
  opacity: 1;
  color: #A7A7A7;
}

.stripe-input input::-moz-placeholder {
  opacity: 1;
  color: #A7A7A7;
}

.stripe-input input:-ms-input-placeholder {
  opacity: 1;
  color: #A7A7A7;
}

.stripe-input input::-ms-input-placeholder {
  opacity: 1;
  color: #A7A7A7;
}

.stripe-input input::placeholder {
  opacity: 1;
  color: #A7A7A7;
}

.stripe-input input.error {
  color: #FA6E4B;
}

.stripe-input input.error:not(:focus) {
  -webkit-box-shadow: 0 0 0 2px #FA6E4B;
  box-shadow: 0 0 0 2px #FA6E4B;
}

@media (min-width: 576px) {
  .donate__tmp img:last-child {
    display: none;
  }
}

@media (min-width: 768px) {
  .donate-blockquote__author-img {
    display: none;
  }
}

@media (min-width: 992px) {
  .donate__title--mob {
    display: none;
  }
}

@media (max-width: 991px) {
  .donate {
    padding-top: 8px;
  }

  .donate__title {
    margin-bottom: 36px;
    max-width: 100%;
  }

  .donate__title--desc {
    display: none;
  }

  .donate__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-bottom: -32px;
  }

  .donate__col {
    width: 100%;
    max-width: 100%;
    margin-bottom: 32px;
  }

  .donate__selected {
    margin-top: 20px;
    font-family: "Cormorant Garamond Holod", sans-serif;
    font-size: 16px;
    line-height: 22px;
  }

  .donate__selected a {
    text-decoration: underline;
  }

  .merch__title {
    margin-bottom: 20px;
  }

  .donate-blockquote__img {
    width: 300px;
  }

  .donate-blockquote__info {
    padding: 70px 20px 20px;
  }

  .donate-blockquote__info::before {
    top: 20px;
    left: 20px;
    width: 37px;
    height: 30px;
  }

  .donate-blockquote__text {
    text-indent: 15px;
    font-size: 16px;
    line-height: 22px;
  }

  .donate-blockquote__author {
    margin-top: 20px;
  }

  .donate-blockquote__name {
    font-size: 18px;
    line-height: 25px;
    letter-spacing: -0.54px;
  }

  .donate-blockquote__position {
    margin-top: 4px;
  }

  .donate-counter__wrap {
    padding-top: 16px;
    display: block;
  }

  .donate-counter__left {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }

  .donate-counter__row {
    margin-bottom: -10px;
  }

  .donate-counter__col {
    width: 100%;
    margin-bottom: 10px;
  }

  .donate-counter__item {
    text-align: left;
    padding: 20px;
  }

  .donate-counter__num {
    font-size: 46px;
    line-height: 52px;
    letter-spacing: -1.38px;
  }

  .donate-counter__num-desc {
    margin-top: 0;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: -0.54px;
  }

  .how-help__title {
    margin-bottom: 32px;
  }

  .how-help__row {
    margin-bottom: -10px;
  }

  .how-help__col {
    width: 100%;
    margin-bottom: 10px;
  }

  .how-help__item {
    padding: 20px;
  }

  .how-help__sub {
    font-size: 20px;
    line-height: 28px;
  }

  .how-help__desc {
    margin-top: 10px;
  }

  .how-help__btn {
    margin-top: 20px;
  }

  .faq__title {
    margin-bottom: 32px;
  }

  .faq__col {
    margin-bottom: 10px;
  }

  .faq__item-header {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.54px;
  }
}

@media (max-width: 767px) {
  .donate-blockquote__img {
    display: none;
  }

  .donate-blockquote__text {
    text-indent: 0;
  }

  .donate-blockquote__author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
  }
}

@media (max-width: 575px) {
  .donate-form__tab {
    width: 50%;
  }

  .donate-form__block {
    padding: 10px;
  }

  .donate-transfer__label {
    width: 100%;
  }

  .donate__tmp img:first-child {
    display: none;
  }

  .merch__slide {
    width: calc(80% + 10px);
  }

  .merch__nav {
    display: none;
  }
}

@media (hover: hover) {
  .donate-form__tab-btn:hover:not(.active) {
    background-color: rgba(255, 255, 255, 0.2);
    color: #fff;
  }

  .donate-form__inner-tab-btn:hover:not(.active) {
    border-color: rgba(255, 255, 255, 0.2);
    color: #fff;
  }

  .donate-form__agree a {
    -webkit-transition: color 0.25s;
    transition: color 0.25s;
  }

  .donate-form__agree a:hover {
    color: rgb(255, 255, 255);
  }

  .donate-transfer__value button:hover svg > * {
    stroke-opacity: 1;
  }

  .donate__selected a:hover {
    text-decoration: underline;
  }

  .donate-counter__item a {
    -webkit-transition: color 0.25s;
    transition: color 0.25s;
  }

  .donate-counter__item a:hover {
    color: #FB8B6F;
  }

  .faq__item-header:hover span {
    opacity: 0.8;
  }

  .faq__item-header span {
    -webkit-transition: opacity 0.25s;
    transition: opacity 0.25s;
  }

  .faq__item-content p a {
    -webkit-transition: color 0.25s;
    transition: color 0.25s;
  }

  .faq__item-content p a:hover {
    color: #FB8B6F;
  }
}