@import url(https://fonts.googleapis.com/css2?family=Red+Hat+Display:wght@400..700&display=swap);
@import url(https://api.fontshare.com/v2/css?f[]=new-title@700,400&display=swap);
@charset "UTF-8";
/**
 * Reset Mixing
 * ================================================== */
/**
 * Disable Animation
 */
/**
 * Disable animation depends on Browser or Operation System configuration
 */
/**
 * Accessability. Black and White Mode
 */
/**
 * Accessability. Inverse Mode
 */
/**
 * Meter reset
 */
/**
 * Modern CSS Reset Tweaks
 * ================================================== */
html {
  -webkit-text-size-adjust: 100%;
}
html:focus-within {
  scroll-behavior: smooth;
}

body {
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  position: relative;
  width: 100%;
  min-height: 100vh;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeSpeed;
}

/* Box sizing normalization */
*,
::after,
::before {
  box-sizing: border-box;
}

/* Elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/**
 * CSS Reset Tweaks
 *
 * http://meyerweb.com/eric/tools/css/reset/
 * v2.0-modified | 20110126
 * License: none (public domain)
 */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0;
}

/* HTML5 display-role reset for older browsers */
main,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

/**
 * Input Reset
 */
input:required,
input {
  box-shadow: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset;
}

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

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: content-box;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

input:focus {
  outline: none;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 */
[hidden] {
  display: none;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: none;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: inline-block;
  vertical-align: middle;
  height: auto;
}

/* Make pictures easier to work with */
picture {
  display: inline-block;
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
  border: 0;
  background: transparent;
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

[disabled] {
  pointer-events: none;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 */
input[type=checkbox],
input[type=radio] {
  padding: 0;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button {
  border: 0;
  background: transparent;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
  text-indent: 0;
}

/**
 * Based on normalize.css v8.0.1
 * github.com/necolas/normalize.css
 */
hr {
  box-sizing: content-box;
  overflow: visible;
  background: #000;
  border: 0;
  height: 1px;
  line-height: 0;
  margin: 0;
  padding: 0;
  page-break-after: always;
  width: 100%;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 100%;
}

/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: none;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

/**
  * Add the correct font size in all browsers.
  */
small {
  font-size: 75%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -5px;
}

sup {
  top: -5px;
}

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1;
  margin: 0;
  padding: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
  outline: 0;
}

legend {
  color: inherit;
  white-space: normal;
  display: block;
  border: 0;
  max-width: 100%;
  width: 100%;
}

fieldset {
  min-width: 0;
}

body:not(:-moz-handler-blocked) fieldset {
  display: block;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Misc
 * ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Swiper 8.4.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 12, 2022
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

body {
  font-family: "Red Hat Display", sans-serif;
  background-color: #F5F5F5;
}

a {
  text-decoration: none;
}

.text-normal, .donate-window .donate-window-container .donate-window-wrapper .list ul li, .donate-window .donate-window-container .donate-window-wrapper .buj .q .answer p, .donate-window .donate-window-container .donate-window-wrapper .form form select, .donate-window .donate-window-container .donate-window-wrapper .form form input, .donate-window .donate-window-container .donate-window-wrapper .t p, .donations .list p, .cards .card .card-wrapper .t p, .goals-full .wrapper-default .grid .grid-item .goal-text p, .total .total-wrapper p, .text .desc p, .button, body {
  font-size: 1rem;
  line-height: 140%;
}
.text-normal::-moz-selection, .donate-window .donate-window-container .donate-window-wrapper .list ul li::-moz-selection, .donate-window .donate-window-container .donate-window-wrapper .buj .q .answer p::-moz-selection, .donate-window .donate-window-container .donate-window-wrapper .form form select::-moz-selection, .donate-window .donate-window-container .donate-window-wrapper .form form input::-moz-selection, .donate-window .donate-window-container .donate-window-wrapper .t p::-moz-selection, .donations .list p::-moz-selection, .cards .card .card-wrapper .t p::-moz-selection, .goals-full .wrapper-default .grid .grid-item .goal-text p::-moz-selection, .total .total-wrapper p::-moz-selection, .text .desc p::-moz-selection, .button::-moz-selection, body::-moz-selection {
  color: #231F20;
  background-color: #FB9E25;
}
.text-normal::selection, .donate-window .donate-window-container .donate-window-wrapper .list ul li::selection, .donate-window .donate-window-container .donate-window-wrapper .buj .q .answer p::selection, .donate-window .donate-window-container .donate-window-wrapper .form form select::selection, .donate-window .donate-window-container .donate-window-wrapper .form form input::selection, .donate-window .donate-window-container .donate-window-wrapper .t p::selection, .donations .list p::selection, .cards .card .card-wrapper .t p::selection, .goals-full .wrapper-default .grid .grid-item .goal-text p::selection, .total .total-wrapper p::selection, .text .desc p::selection, .button::selection, body::selection {
  color: #231F20;
  background-color: #FB9E25;
}

.text-small, .donate-window .donate-window-container .donate-window-wrapper .form form fieldset .input label, .donate-window .donate-window-container .donate-window-wrapper .form form fieldset .card-tip p, .bottom p, .partners p {
  font-size: 0.875rem;
  line-height: 140%;
  font-weight: 440;
}
.text-small::-moz-selection, .donate-window .donate-window-container .donate-window-wrapper .form form fieldset .input label::-moz-selection, .donate-window .donate-window-container .donate-window-wrapper .form form fieldset .card-tip p::-moz-selection, .bottom p::-moz-selection, .partners p::-moz-selection {
  color: #231F20;
  background-color: #FB9E25;
}
.text-small::selection, .donate-window .donate-window-container .donate-window-wrapper .form form fieldset .input label::selection, .donate-window .donate-window-container .donate-window-wrapper .form form fieldset .card-tip p::selection, .bottom p::selection, .partners p::selection {
  color: #231F20;
  background-color: #FB9E25;
}

h1, h2, h3, h4, .h1, .h2, .h3, .h4, .header .subtitle p, span.number {
  font-family: "New Title", serif;
}
h1::-moz-selection, h2::-moz-selection, h3::-moz-selection, h4::-moz-selection, .h1::-moz-selection, .h2::-moz-selection, .h3::-moz-selection, .h4::-moz-selection, .header .subtitle p::-moz-selection, span.number::-moz-selection {
  color: #231F20;
  background-color: #FB9E25;
}
h1::selection, h2::selection, h3::selection, h4::selection, .h1::selection, .h2::selection, .h3::selection, .h4::selection, .header .subtitle p::selection, span.number::selection {
  color: #231F20;
  background-color: #FB9E25;
}

h1, .h1 {
  font-size: 21.25rem;
  letter-spacing: 0.04em;
  line-height: 86%;
  text-transform: uppercase;
  font-weight: 700;
}
@media only screen and (min-width: 600px) and (max-width: 1200px) {
  h1, .h1 {
    font-size: 16.25rem;
  }
}
@media only screen and (max-width: 600px) {
  h1, .h1 {
    font-size: 7.75rem;
  }
}

h2, .h2 {
  font-size: 8.75rem;
  line-height: 100%;
  letter-spacing: 0.04em;
}
@media only screen and (min-width: 600px) and (max-width: 1200px) {
  h2, .h2 {
    font-size: 6.25rem;
  }
}
@media only screen and (max-width: 600px) {
  h2, .h2 {
    font-size: 5rem;
  }
}

h3, .h3 {
  line-height: 110%;
  letter-spacing: 0.04em;
  font-size: 3.875rem;
  text-transform: uppercase;
}
@media only screen and (min-width: 600px) and (max-width: 1200px) {
  h3, .h3 {
    font-size: 3.25rem;
  }
}
@media only screen and (max-width: 600px) {
  h3, .h3 {
    font-size: 2.625rem;
  }
}

h4, .h4, .header .subtitle p, span.number {
  font-size: 2rem;
  line-height: 120%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
@media only screen and (max-width: 600px) {
  h4, .h4, .header .subtitle p, span.number {
    font-size: 1.5rem;
  }
}

h5, .h5, .donate-window .donate-window-container .donate-window-wrapper .buj .q .question p, .donate-window .donate-window-container .donate-window-wrapper .form form fieldset .submit-button, .donate-window .donate-window-container .donate-window-wrapper .form form fieldset .sums label.number input, .donate-window .donate-window-container .donate-window-wrapper .form form fieldset .sums label.radio span, .goal-title .p p {
  font-size: 1rem;
  line-height: 140%;
  font-weight: 660;
}
h5::-moz-selection, .h5::-moz-selection, .donate-window .donate-window-container .donate-window-wrapper .buj .q .question p::-moz-selection, .donate-window .donate-window-container .donate-window-wrapper .form form fieldset .submit-button::-moz-selection, .donate-window .donate-window-container .donate-window-wrapper .form form fieldset .sums label.number input::-moz-selection, .donate-window .donate-window-container .donate-window-wrapper .form form fieldset .sums label.radio span::-moz-selection, .goal-title .p p::-moz-selection {
  color: #231F20;
  background-color: #FB9E25;
}
h5::selection, .h5::selection, .donate-window .donate-window-container .donate-window-wrapper .buj .q .question p::selection, .donate-window .donate-window-container .donate-window-wrapper .form form fieldset .submit-button::selection, .donate-window .donate-window-container .donate-window-wrapper .form form fieldset .sums label.number input::selection, .donate-window .donate-window-container .donate-window-wrapper .form form fieldset .sums label.radio span::selection, .goal-title .p p::selection {
  color: #231F20;
  background-color: #FB9E25;
}

.button {
  font-weight: 660;
  border-radius: 100px;
  border-width: 0.125rem;
  border-style: solid;
  transition-property: background-color;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.09, 0.29, 0.24, 0.96);
  will-change: background-color;
  font-family: "Red Hat Display", sans-serif;
  font-size: 1rem;
  display: inline-block;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.button.small {
  height: 1.75rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  line-height: 1.5625rem;
}
.button.white {
  border-color: #F5F5F5;
}
.button.white.primary {
  background-color: #F5F5F5;
  color: #231F20;
}
@media only screen and (min-width: 1200px) {
  .button.white.primary:hover {
    background-color: transparent;
    color: #F5F5F5;
  }
}
.button.white.secondary {
  color: #F5F5F5;
}
@media only screen and (min-width: 1200px) {
  .button.white.secondary:hover {
    background-color: #F5F5F5;
    color: #231F20;
  }
}
.button.white.secondary:active {
  background-color: #F5F5F5;
  color: #231F20;
}
.button.black {
  border-color: #231F20;
}
.button.black.primary {
  background-color: #231F20;
  color: #F5F5F5;
}
@media only screen and (min-width: 1200px) {
  .button.black.primary:hover {
    background-color: transparent;
    color: #231F20;
  }
}
.button.black.secondary {
  background-color: transparent;
  color: #231F20;
  border-color: #231F20;
}
@media only screen and (min-width: 1200px) {
  .button.black.secondary:hover {
    background-color: #231F20;
    color: #F5F5F5;
  }
}

span.number {
  background-color: #231F20;
  height: 2.375rem;
  line-height: 2.375rem;
  color: #F5F5F5;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
span.number.disabled {
  background-color: rgba(35, 31, 32, 0.4);
}
span.number span {
  transition-property: background-color;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  will-change: background-color;
}

.goal-title {
  padding-bottom: 0.8125rem;
  margin-top: 0.8125rem;
  position: relative;
  padding-left: 2.6875rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.goal-title.entered p {
  background-size: 100% 100%;
  transition-delay: 1s;
}
.goal-title span.number {
  position: absolute;
  top: 0px;
  left: 0px;
}
.goal-title span.number, .goal-title p {
  display: inline-block;
}
.goal-title .p {
  height: 2.375rem;
  vertical-align: bottom;
}
.goal-title .p p {
  position: relative;
  display: inline;
}
@media only screen and (min-width: 1200px) {
  .goal-title .p p {
    background-image: linear-gradient(transparent calc(100% - 1px), #231F20 1px);
    background-repeat: no-repeat;
    background-size: 0% 100%;
    transition-property: background-size;
    transition-duration: 0.7s;
    transition-timing-function: ease-in-out;
    will-change: background-size;
  }
}

.social {
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media only screen and (max-width: 1200px) {
  .social {
    text-align: center;
    margin-top: 0.625rem;
  }
}
.social a {
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  border: 0.125rem solid #231F20;
  padding: 0.25rem;
}
@media only screen and (min-width: 1200px) {
  .social a {
    float: left;
    display: block;
    margin-left: 0.625rem;
  }
  .social a:first-child {
    margin-left: 0px;
  }
}
@media only screen and (max-width: 1200px) {
  .social a {
    display: inline-block;
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }
}
.social a svg {
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 1200px) {
  .social a {
    transition-property: background-color;
    transition-duration: 0.15s;
    transition-timing-function: ease-in;
    will-change: background-color;
  }
  .social a:hover {
    background-color: #231F20;
  }
  .social a:hover svg path {
    fill: #F5F5F5;
  }
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 1.5rem;
  margin-top: 0.9375rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.pagination span {
  display: inline-block;
  border-radius: 50%;
  width: 0.625rem;
  height: 0.625rem;
  border: 0.125rem solid #231F20;
  margin-left: 0.3125rem;
  margin-right: 0.3125rem;
  transition-property: width, height, background-color;
  transition-duration: 0.1s;
  transition-timing-function: ease-in;
  will-change: width, height, background-color;
  background-color: transparent;
  cursor: pointer;
}
.pagination span.swiper-pagination-bullet-active {
  background-color: #231F20;
  width: 0.75rem;
  height: 0.75rem;
}

.table {
  display: table;
  width: 100%;
  height: 100%;
}
.table .cell {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.table .cell.bot {
  vertical-align: bottom;
}

html, body {
  width: 100%;
  height: 100%;
}

html::-webkit-scrollbar {
  width: 2px;
  height: 6px;
}
html::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
html::-webkit-scrollbar-thumb {
  background: #231F20;
  border: 0px none #ffffff;
  border-radius: 0px;
}
html::-webkit-scrollbar-thumb:hover {
  background: #231F20;
}
html::-webkit-scrollbar-thumb:active {
  background: #231F20;
}
html::-webkit-scrollbar-track {
  background: #9E9E9E;
  border: 0px none #ffffff;
  border-radius: 0px;
}
html::-webkit-scrollbar-track:hover {
  background: #ffffff;
}
html::-webkit-scrollbar-track:active {
  background: #ffffff;
}
html::-webkit-scrollbar-corner {
  background: transparent;
}
html.loading {
  overflow: hidden;
}
html.all-loaded .preloader {
  display: none;
}
html.all-loaded #smooth-wrapper, html.all-loaded .welcome-slider {
  opacity: 1;
}
html.horizontal .horizontal {
  display: block !important;
}
html.vertical .vertical {
  display: block !important;
}
html:after {
  content: "";
  position: fixed;
  left: -10rem;
  top: -10rem;
  width: calc(100% + 20rem);
  height: calc(100% + 20rem);
  background-image: url("../images/broken-noise.png");
  opacity: 0.4;
  animation: noise 1s steps(2) infinite;
  z-index: 10000;
  pointer-events: none;
}

body {
  transition-property: background-color;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
  will-change: background-color;
}
body.hide-welcome .welcome-slider.mobile {
  position: absolute !important;
}
body.show-donate-bar .donate-device-logo {
  opacity: 1;
  top: 0.5rem;
}
body.show-donate-bar .donate {
  opacity: 1;
}
@media only screen and (min-width: 1200px) {
  body.show-donate-bar .donate {
    top: 0;
  }
}
@media only screen and (max-width: 1200px) {
  body.show-donate-bar .donate {
    bottom: 0;
  }
}
body.is-blue {
  background-color: #1770AB;
}
body.show-donations, body.show-buj, body.show-failed, body.show-thanks, body.show-donate {
  overflow: hidden;
}
body.show-donations #donations {
  height: 100%;
  visibility: visible;
  opacity: 1;
}
body.show-donations #donations .donate-window-container {
  top: 0px;
  opacity: 1;
}
body.show-buj {
  overflow: hidden;
}
body.show-buj #buj {
  height: 100%;
  visibility: visible;
  opacity: 1;
}
body.show-buj #buj .donate-window-container {
  top: 0px;
  opacity: 1;
}
body.show-failed {
  overflow: hidden;
}
body.show-failed #failed {
  height: 100%;
  visibility: visible;
  opacity: 1;
}
body.show-failed #failed .donate-window-container {
  top: 0px;
  opacity: 1;
}
body.show-thanks {
  overflow: hidden;
}
body.show-thanks #thankyou {
  height: 100%;
  visibility: visible;
  opacity: 1;
}
body.show-thanks #thankyou .donate-window-container {
  top: 0px;
  opacity: 1;
}
body.show-donate {
  overflow: hidden;
}
body.show-donate .donate {
  opacity: 0;
}
body.show-donate #new-donation {
  height: 100%;
  visibility: visible;
  opacity: 1;
}
body.show-donate #new-donation .donate-window-container {
  opacity: 1;
}
@media only screen and (min-width: 1200px) {
  body.show-donate #new-donation .donate-window-container {
    top: 0px;
  }
}
@media only screen and (max-width: 1200px) {
  body.show-donate #new-donation .donate-window-container {
    bottom: 0px;
  }
}
body.is-blue p {
  color: #F5F5F5;
}
body.is-blue .divider div {
  background-color: #F5F5F5;
}
body.is-blue span.number {
  background-color: #F5F5F5;
  color: #231F20;
}
body.is-blue .total h2, body.is-blue .total p {
  color: #F5F5F5;
}
body.is-blue .social a {
  border-color: #F5F5F5;
}
body.is-blue .social a svg path {
  fill: #F5F5F5;
}

img {
  pointer-events: none;
}

.wrapper-default {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  position: relative;
}
@media only screen and (min-width: 1600px) and (max-width: 1920px) {
  .wrapper-default {
    max-width: 93.75rem;
  }
}
@media only screen and (min-width: 1920px) {
  .wrapper-default {
    max-width: 110rem;
  }
}
@media only screen and (min-width: 1920px) {
  .wrapper-default {
    max-width: 110rem;
  }
}
@media only screen and (max-width: 1200px) {
  .wrapper-default {
    max-width: 53.75rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1350px) {
  .wrapper-default {
    max-width: 75rem;
  }
}

.background-texture {
  position: fixed;
  left: 0;
  pointer-events: none;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5000;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.3s;
  will-change: opacity;
  transition-timing-function: ease-in;
}
.background-texture.loaded {
  opacity: 0.6;
}
@keyframes noise {
  0% {
    transform: translate3d(0, 9rem, 0);
  }
  10% {
    transform: translate3d(-1rem, -4rem, 0);
  }
  20% {
    transform: translate3d(-8rem, 2rem, 0);
  }
  30% {
    transform: translate3d(9rem, -9rem, 0);
  }
  40% {
    transform: translate3d(-2rem, 7rem, 0);
  }
  50% {
    transform: translate3d(-9rem, -4rem, 0);
  }
  60% {
    transform: translate3d(2rem, 6rem, 0);
  }
  70% {
    transform: translate3d(7rem, -8rem, 0);
  }
  80% {
    transform: translate3d(-9rem, 1rem, 0);
  }
  90% {
    transform: translate3d(6rem, -5rem, 0);
  }
  to {
    transform: translate3d(-7rem, 0, 0);
  }
}
.donate-device-logo {
  position: fixed;
  top: -80px;
  left: 0.5rem;
  z-index: 3001;
  transition-property: opacity, top, bottom;
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(0.09, 0.29, 0.24, 0.96);
  will-change: opacity, top, bottom;
  display: none;
}
@media only screen and (max-width: 1200px) {
  .donate-device-logo {
    display: block;
    opacity: 0;
  }
}
.donate-device-logo svg {
  width: 3.25rem;
  height: 3.25rem;
  display: block;
}

.donate {
  position: fixed;
  left: 0px;
  width: 100%;
  z-index: 3000;
  transition-property: opacity, top, bottom;
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(0.09, 0.29, 0.24, 0.96);
  will-change: opacity, top, bottom;
  transition-delay: 0.6s;
  opacity: 0;
}
@media only screen and (min-width: 1200px) {
  .donate {
    top: -5rem;
    padding: 1rem;
  }
}
@media only screen and (max-width: 1200px) {
  .donate {
    bottom: -5rem;
    padding: 0.5rem;
  }
}
.donate .donate-wrapper {
  background-color: #FB9E25;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media only screen and (min-width: 600px) and (max-width: 1200px) {
  .donate .donate-wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media only screen and (max-width: 600px) {
  .donate .donate-wrapper {
    padding-left: 0rem;
    padding-right: 0rem;
  }
}
@media only screen and (min-width: 1200px) {
  .donate .donate-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.donate .donate-wrapper a.ziedot {
  display: none;
  position: absolute;
  top: 0px;
  height: 100%;
  left: 0px;
}
@media only screen and (min-width: 1200px) {
  .donate .donate-wrapper a.ziedot {
    display: inline-block;
  }
}
.donate .donate-wrapper a.ziedot svg {
  display: block;
  height: 100%;
  width: 100%;
}
.donate .donate-wrapper .buttons {
  height: 2.1875rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 1200px) {
  .donate .donate-wrapper .buttons {
    float: right;
  }
}
@media only screen and (max-width: 1200px) {
  .donate .donate-wrapper .buttons {
    text-align: center;
  }
}
.donate .donate-wrapper .buttons a {
  margin-left: 0.625rem;
}
.donate .donate-wrapper .buttons a:first-child {
  margin-left: 0px;
}

@media only screen and (min-width: 1200px) {
  .logo {
    margin-bottom: 1.5625rem;
  }
}
.logo svg {
  width: 100%;
  display: block;
  height: 100%;
}

.welcome-slider {
  overflow: hidden;
  display: none;
  transition-property: opacity;
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.09, 0.29, 0.24, 0.96);
  will-change: opacity;
}
.welcome-slider.mobile {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 3000;
}
@media only screen and (max-width: 1200px) {
  .welcome-slider.mobile {
    display: block;
  }
}
.welcome-slider.desktop {
  position: relative;
  margin-bottom: 3.75rem;
}
@media only screen and (min-width: 1200px) {
  .welcome-slider.desktop {
    display: block;
  }
}
.welcome-slider .arrow {
  position: absolute;
  bottom: -0.3125rem;
  cursor: pointer;
}
.welcome-slider .arrow.swiper-button-disabled {
  opacity: 0.2;
}
.welcome-slider .arrow.arrow-prev {
  left: 1rem;
}
.welcome-slider .arrow.arrow-next {
  right: 1rem;
}
.welcome-slider .arrow.arrow-next svg {
  transform: rotate(-180deg);
}
.welcome-slider .arrow svg {
  width: 1.5rem;
  height: 1.5rem;
}
.welcome-slider .swiper-slide .vertical, .welcome-slider .swiper-slide .horizontal {
  display: none;
}
.welcome-slider .swiper-slide img {
  width: 100%;
  display: block;
}
.welcome-slider .swiper-container {
  overflow: hidden;
}
.header {
  overflow: hidden;
}
@media only screen and (max-width: 1200px) {
  .header {
    margin-top: 1.875rem;
  }
}
.header .subtitle {
  overflow: hidden;
  position: relative;
  margin-bottom: 1.5625rem;
}
.header .subtitle:before {
  content: "";
  height: 0.125rem;
  display: block;
  position: absolute;
  top: 50%;
  right: 1.25rem;
  left: 1.25rem;
  margin-top: -1px;
  background-color: #231F20;
}
.header .subtitle div {
  position: relative;
  background-color: #F5F5F5;
  z-index: 2;
}
.header .subtitle div.left {
  float: left;
}
@media only screen and (min-width: 1200px) {
  .header .subtitle div.left {
    padding-right: 3.75rem;
  }
}
@media only screen and (max-width: 1200px) {
  .header .subtitle div.left {
    padding-right: 0.75rem;
  }
}
.header .subtitle div.right {
  float: right;
}
@media only screen and (min-width: 1200px) {
  .header .subtitle div.right {
    padding-left: 3.75rem;
  }
}
@media only screen and (max-width: 1200px) {
  .header .subtitle div.right {
    padding-left: 0.75rem;
  }
}
.header .subtitle p {
  display: inline-block;
  color: #9E9E9E;
  margin-left: 0.625rem;
}
.header .subtitle p:first-child {
  margin-left: 0px;
}

.video {
  margin-top: 2.5rem;
}
.video .youtube-video {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
}
.video .youtube-video.is-playing .play {
  opacity: 0;
  z-index: 0;
  pointer-events: none;
}
.video .youtube-video iframe, .video .youtube-video .play {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.video .youtube-video iframe {
  z-index: 1;
}
.video .youtube-video .play {
  z-index: 2;
  cursor: pointer;
  background-size: cover;
  background-position: center;
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: ease-in;
  will-change: opacity;
}
@media only screen and (min-width: 1200px) {
  .video .youtube-video .play:hover svg rect {
    fill: #231F20;
  }
}
.video .youtube-video .play svg {
  position: absolute;
  top: 0px;
  right: 0px;
  display: block;
  width: 9.125rem;
  height: 9.125rem;
}
@media only screen and (max-width: 1200px) {
  .video .youtube-video .play svg {
    width: 4.5rem;
    height: 4.5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .video .youtube-video .play svg rect {
    transition-property: fill;
    transition-duration: 0.15s;
    transition-timing-function: ease-in;
    will-change: fill;
  }
}

@media only screen and (min-width: 1200px) {
  .text {
    margin-top: 5rem;
    padding-bottom: 1.875rem;
    padding-right: 5rem;
    padding-left: 5rem;
  }
}
@media only screen and (max-width: 1200px) {
  .text {
    padding-top: 2.5rem;
  }
}
.text:first-child {
  margin-top: 0px;
}
@media only screen and (min-width: 1200px) {
  .text .title, .text .desc {
    float: left;
    width: 50%;
  }
}
@media only screen and (max-width: 1200px) {
  .text .title {
    margin-bottom: 1.875rem;
  }
}
.text .title h3 {
  margin-bottom: 1.25rem;
}
@media only screen and (max-width: 1200px) {
  .text .title h3 {
    margin-bottom: 0.9375rem;
  }
}
.text .title .buttons {
  overflow: hidden;
}
.text .title .buttons a.button, .text .title .buttons .social {
  float: left;
  margin-left: 0.625rem;
}
.text .title .buttons a.button:first-child, .text .title .buttons .social:first-child {
  margin-left: 0px;
}
@media only screen and (max-width: 1200px) {
  .text .title .buttons .social {
    margin-top: 0px;
  }
}
@media only screen and (min-width: 1200px) {
  .text .desc {
    padding-left: 6.25rem;
  }
}
.text .desc p {
  display: block;
  margin-top: 1.25rem;
}
@media only screen and (max-width: 1200px) {
  .text .desc p {
    margin-top: 0.625rem;
  }
}
.text .desc p:first-child {
  margin-top: 0px;
}

.goals {
  margin-top: 1.875rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media only screen and (max-width: 1200px) {
  .goals {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.goals .arrow {
  position: absolute;
  z-index: 3;
  cursor: pointer;
}
@media only screen and (min-width: 1200px) {
  .goals .arrow {
    top: 0px;
    bottom: 5.9375rem;
    width: 3.75rem;
  }
}
@media only screen and (max-width: 1200px) {
  .goals .arrow {
    bottom: 0.6875rem;
  }
}
.goals .arrow:active svg path {
  stroke: #FB9E25;
}
.goals .arrow.arrow-prev {
  left: 0px;
}
@media only screen and (max-width: 1200px) {
  .goals .arrow.arrow-prev {
    left: 1rem;
  }
}
.goals .arrow.arrow-prev svg {
  left: 0px;
}
.goals .arrow.arrow-next {
  right: 0px;
}
@media only screen and (max-width: 1200px) {
  .goals .arrow.arrow-next {
    right: 1rem;
  }
}
.goals .arrow.arrow-next svg {
  transform: rotate(-180deg);
  right: 0px;
}
.goals .arrow.swiper-button-disabled {
  opacity: 0.2;
}
.goals .arrow svg {
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
  position: absolute;
  top: 50%;
  margin-top: -0.75rem;
}
@media only screen and (max-width: 1200px) {
  .goals .pagination {
    margin-top: 1.25rem;
  }
}
.goals .goals-slider {
  position: relative;
}
@media only screen and (min-width: 1200px) {
  .goals .goals-slider {
    padding-right: 5rem;
    padding-left: 5rem;
  }
}
@media only screen and (max-width: 1200px) {
  .goals .goals-slider {
    margin-left: 1rem;
  }
}
.goals .goals-slider .swiper-container {
  overflow: hidden;
}
.goals .goals-slider .swiper-container .swiper-wrapper .swiper-slide {
  cursor: pointer;
}
@media only screen and (min-width: 1200px) {
  .goals .goals-slider .swiper-container .swiper-wrapper .swiper-slide:hover .picture:after {
    opacity: 1;
  }
  .goals .goals-slider .swiper-container .swiper-wrapper .swiper-slide:hover .picture img {
    filter: grayscale(0%);
  }
  .goals .goals-slider .swiper-container .swiper-wrapper .swiper-slide:hover .picture .more {
    bottom: 1.875rem;
    opacity: 1;
  }
  .goals .goals-slider .swiper-container .swiper-wrapper .swiper-slide:hover .goal-title .p p {
    background-size: 100% 100%;
  }
}
.goals .goals-slider .swiper-container .swiper-wrapper .swiper-slide .picture {
  position: relative;
  overflow: hidden;
}
.goals .goals-slider .swiper-container .swiper-wrapper .swiper-slide .picture:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0px;
  left: 0px;
  background-color: rgba(35, 31, 32, 0.6);
  transition-property: opacity;
  transition-duration: 0.1s;
  transition-timing-function: ease-in;
  will-change: opacity;
  opacity: 0;
}
.goals .goals-slider .swiper-container .swiper-wrapper .swiper-slide .picture img {
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
  filter: grayscale(100%);
  transition-property: filter;
  transition-duration: 0.2s;
  transition-timing-function: ease-in;
  will-change: filter;
}
.goals .goals-slider .swiper-container .swiper-wrapper .swiper-slide .picture .more {
  position: absolute;
  left: 0px;
  bottom: 1.5625rem;
  width: 100%;
  text-align: center;
  z-index: 2;
  opacity: 0;
}
@media only screen and (min-width: 1200px) {
  .goals .goals-slider .swiper-container .swiper-wrapper .swiper-slide .picture .more {
    transition-property: opacity, bottom;
    transition-duration: 0.2s;
    transition-timing-function: ease-in;
    will-change: opacity, bottom;
  }
}
.goals .goals-slider .swiper-container .swiper-wrapper .swiper-slide .picture .more .button {
  display: inline-block;
  cursor: pointer;
}
.goals .goals-slider .swiper-container .swiper-wrapper .swiper-slide .goal-title {
  margin-top: 0.8125rem;
}

.total {
  margin-top: 5rem;
}
@media only screen and (max-width: 1200px) {
  .total {
    margin-top: 3.75rem;
  }
}
.total .total-wrapper {
  text-align: center;
  position: relative;
}
.total .total-wrapper h2 {
  margin-top: 1.25rem;
}
.total .total-wrapper p {
  display: block;
  margin-top: 0.9375rem;
  margin-bottom: 1.25rem;
  max-width: 27rem;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 1200px) {
  .total .social {
    position: absolute;
    top: 0px;
    right: 0px;
  }
}

.goals-full {
  background-color: #1770AB;
  padding-top: 5rem;
  padding-bottom: 5rem;
  margin-top: 5rem;
  color: #F5F5F5;
}
@media only screen and (max-width: 1200px) {
  .goals-full {
    margin-top: 4.375rem;
    padding-top: 2.5rem;
    padding-bottom: 3.75rem;
  }
}
@media only screen and (max-width: 1200px) {
  .goals-full .text {
    margin-bottom: 1.875rem;
  }
}
@media only screen and (min-width: 1200px) {
  .goals-full .wrapper-default {
    padding-right: 5rem;
    padding-left: 5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .goals-full .wrapper-default .grid {
    margin-left: -6%;
    margin-top: -3%;
  }
}
@media only screen and (min-width: 1920px) {
  .goals-full .wrapper-default .grid {
    margin-left: -4%;
    margin-top: -3%;
  }
}
@media only screen and (min-width: 1920px) {
  .goals-full .wrapper-default .grid {
    margin-left: -4%;
    margin-top: -3%;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1200px) {
  .goals-full .wrapper-default .grid {
    margin-left: -4%;
    margin-top: -2%;
  }
}
@media only screen and (min-width: 1200px) {
  .goals-full .wrapper-default .grid .grid-item {
    width: 27%;
    margin-left: 6%;
    margin-top: 6%;
  }
  .goals-full .wrapper-default .grid .grid-item:nth-child(2) {
    margin-top: 10%;
  }
  .goals-full .wrapper-default .grid .grid-item:hover .picture img {
    filter: grayscale(0%);
  }
}
@media only screen and (min-width: 1920px) {
  .goals-full .wrapper-default .grid .grid-item {
    margin-left: 4%;
    margin-top: 4%;
    width: 29%;
  }
}
@media only screen and (min-width: 1920px) {
  .goals-full .wrapper-default .grid .grid-item {
    margin-left: 4%;
    margin-top: 4%;
    width: 29%;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1200px) {
  .goals-full .wrapper-default .grid .grid-item {
    width: 46%;
    margin-left: 4%;
    margin-top: 2%;
  }
}
@media only screen and (max-width: 1200px) {
  .goals-full .wrapper-default .grid .grid-item {
    margin-top: 2.5rem;
  }
  .goals-full .wrapper-default .grid .grid-item:first-child {
    margin-top: 0px;
  }
}
.goals-full .wrapper-default .grid .grid-item .picture {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.goals-full .wrapper-default .grid .grid-item .picture img {
  width: 100%;
  display: block;
  filter: grayscale(100%);
}
@media only screen and (min-width: 1200px) {
  .goals-full .wrapper-default .grid .grid-item .picture img {
    transition-property: filter;
    transition-duration: 0.15s;
    transition-timing-function: ease-in;
    will-change: filter;
  }
}
.goals-full .wrapper-default .grid .grid-item .goal-title {
  padding-left: 2.625rem;
}
.goals-full .wrapper-default .grid .grid-item .goal-title.entered:after {
  width: 100%;
}
.goals-full .wrapper-default .grid .grid-item .goal-title:after {
  display: block;
  content: "";
  width: 0%;
  height: 1px;
  background-color: #F5F5F5;
  position: absolute;
  left: 0px;
  bottom: 0px;
  transition-property: width;
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(0.09, 0.29, 0.24, 0.96);
  will-change: width;
  transition-delay: 0.4s;
}
.goals-full .wrapper-default .grid .grid-item .goal-title .p p {
  padding-left: 0px !important;
  background-size: 0% 100%;
  padding-left: 2.8125rem;
  background-image: linear-gradient(transparent calc(100% - 1px), #F5F5F5 1px);
}
.goals-full .wrapper-default .grid .grid-item .goal-text {
  margin-top: 0.625rem;
}
.cards {
  overflow: hidden;
  margin-top: 3.4375rem;
}
@media only screen and (min-width: 1200px) {
  .cards {
    margin-left: -2%;
  }
}
@media only screen and (max-width: 1200px) {
  .cards {
    margin-top: 2.5rem;
  }
}
.cards .card {
  position: relative;
  overflow: hidden;
  background-color: #231F20;
}
@media only screen and (min-width: 1200px) {
  .cards .card {
    aspect-ratio: 1/1.333;
    float: left;
    width: 31.333%;
    margin-left: 2%;
    cursor: pointer;
    transition-property: background-color;
    transition-duration: 0.2s;
    transition-timing-function: ease-in;
    will-change: background-color;
  }
}
@media only screen and (max-width: 1200px) {
  .cards .card {
    margin-top: 0.625rem;
  }
  .cards .card:first-child {
    margin-top: 0px;
  }
}
@media only screen and (min-width: 1200px) {
  .cards .card:hover {
    background-color: #1770AB;
  }
  .cards .card:hover .button {
    background-color: transparent;
    color: #F5F5F5;
  }
  .cards .card:hover .pics img {
    filter: grayscale(0%) !important;
  }
}
.cards .card .card-wrapper {
  color: #F5F5F5;
}
@media only screen and (max-width: 1200px) {
  .cards .card .card-wrapper {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .cards .card .card-wrapper {
    position: absolute;
    height: 100%;
    top: 0px;
    left: 0px;
    width: 100%;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-top: 3.25rem;
    padding-bottom: 3.25rem;
  }
}
@media only screen and (min-width: 1200px) {
  .cards .card .card-wrapper .button {
    position: absolute;
    left: 2.5rem;
    bottom: 3.25rem;
  }
}
@media only screen and (max-width: 1200px) {
  .cards .card .card-wrapper .button {
    margin-top: 1.5625rem;
  }
}
.cards .card .card-wrapper h3 {
  margin-bottom: 1.25rem;
}
.cards .card .card-wrapper .pics {
  margin-left: -2%;
  overflow: hidden;
  margin-bottom: 1.25rem;
}
.cards .card .card-wrapper .pics img {
  display: block;
  width: 31%;
  margin-left: 2%;
  float: left;
  filter: grayscale(100%);
}
.cards .card .card-wrapper .t ul li {
  margin-top: 0.625rem;
}
.cards .card .card-wrapper .t ul li:first-child {
  margin-top: 0px;
}
.cards .card .card-wrapper .t ul li:before {
  content: "—";
  padding-right: 0.625rem;
}

.donations {
  text-align: center;
}
@media only screen and (min-width: 1200px) {
  .donations {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
}
.donations .title {
  margin-bottom: 1.875rem;
}
.donations .title h3 {
  position: relative;
}
.donations .list {
  margin-bottom: 1.25rem;
}
.donations .list p {
  display: block;
  margin-top: 0.625rem;
}
.donations .list p:first-child {
  margin-top: 0px;
}

.partners {
  text-align: center;
}
@media only screen and (min-width: 1200px) {
  .partners {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
.partners ul {
  margin-top: 1.875rem;
}
.partners ul li {
  display: inline-block;
  border: 1px solid #DADADA;
  margin: 0.1875rem;
}
.partners ul li a {
  display: block;
  height: 3.125rem;
  width: 10rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.partners ul li a img {
  display: inline-block;
  max-height: 1.75rem;
}

.bottom {
  margin-top: 2.5rem;
  padding-bottom: 1.875rem;
  padding-right: 5rem;
  padding-left: 5rem;
  border-top: 1px solid rgba(158, 158, 158, 0.3);
  padding-top: 1.875rem;
}
@media only screen and (max-width: 1200px) {
  .bottom {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.bottom p {
  color: #9E9E9E;
}
@media only screen and (min-width: 1200px) {
  .bottom .left {
    float: left;
  }
}
.bottom .left svg {
  width: 1.625rem;
  height: 1.625rem;
  float: left;
  margin-right: 0.9375rem;
}
.bottom .left svg path {
  fill: #9E9E9E;
}
.bottom .left p {
  height: 1.625rem;
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media only screen and (max-width: 1200px) {
  .bottom .right {
    margin-top: 1.25rem;
  }
}
@media only screen and (min-width: 1200px) {
  .bottom .right {
    float: right;
  }
}

.divider {
  margin-top: 3.125rem;
  margin-bottom: 3.125rem;
}
.divider div {
  background-color: #231F20;
  width: 0px;
  transition-property: width;
  transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.09, 0.29, 0.24, 0.96);
  transition-delay: 0.7s;
  will-change: width;
}
.divider div.entered {
  width: 100%;
}
.divider div:nth-child(1) {
  height: 1px;
}
.divider div:nth-child(2) {
  height: 0.25rem;
  margin-top: 0.25rem;
}

.footer {
  background-color: #231F20;
  padding-top: 5rem;
  margin-top: 5rem;
}
@media only screen and (max-width: 1200px) {
  .footer {
    padding-top: 4.375rem;
    margin-top: 4.375rem;
    padding-bottom: 40px;
  }
}
.footer .text {
  padding-top: 0px;
}
.footer .links {
  margin-top: 1.875rem;
}
.footer .links ul li {
  display: block;
  margin-top: 0.625rem;
}
.footer .links ul li:first-child {
  margin-top: 0px;
}
.footer .links ul li a {
  color: #F5F5F5;
  width: 100%;
}
@media only screen and (min-width: 1200px) {
  .footer .links ul li a {
    background-image: linear-gradient(transparent calc(100% - 1px), #F5F5F5 1px);
    background-repeat: no-repeat;
    background-size: 0% 100%;
    transition-property: background-size;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    will-change: background-size;
  }
  .footer .links ul li a:hover {
    background-size: 100% 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .footer .desc {
    padding-right: 6.25rem;
  }
}
.footer .desc p {
  color: #F5F5F5;
}

.donate-window {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 0px;
  background-color: rgba(35, 31, 32, 0.6);
  z-index: 4000;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  will-change: opacity;
}
@media only screen and (max-width: 1200px) {
  .donate-window {
    background-color: #F5F5F5;
  }
  .donate-window .table, .donate-window .cell {
    display: block;
    width: 100%;
    height: 100%;
  }
}
.donate-window .donate-window-container {
  background-color: #F5F5F5;
  max-width: 70rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  opacity: 0;
  top: 6.25rem;
  transition-property: opacity, top;
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(0.09, 0.29, 0.24, 0.96);
  will-change: opacity, top;
}
@media only screen and (max-width: 1200px) {
  .donate-window .donate-window-container {
    max-width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
  }
}
.donate-window .donate-window-container a.close-window {
  width: 3.25rem;
  height: 3.25rem;
  background-color: #1770AB;
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  padding: 0.625rem;
  z-index: 10;
  transition-duration: 0.15s;
  transition-property: background-color;
  transition-timing-function: ease-in;
  will-change: background-color;
}
@media only screen and (max-width: 1200px) {
  .donate-window .donate-window-container a.close-window {
    position: fixed;
  }
}
@media only screen and (max-width: 1200px) {
  .donate-window .donate-window-container a.close-window {
    width: 2.625rem;
    height: 2.625rem;
    top: 1rem;
    right: 1rem;
  }
}
.donate-window .donate-window-container a.close-window:active {
  background-color: #231F20;
}
.donate-window .donate-window-container a.close-window:active svg path {
  stroke: #F5F5F5;
}
@media only screen and (min-width: 1200px) {
  .donate-window .donate-window-container a.close-window:hover {
    background-color: #231F20;
  }
  .donate-window .donate-window-container a.close-window:hover svg path {
    stroke: #F5F5F5;
  }
}
.donate-window .donate-window-container a.close-window svg {
  width: 100%;
  height: 100%;
  display: block;
}
@media only screen and (min-width: 1200px) {
  .donate-window .donate-window-container .donate-window-wrapper {
    padding-left: 6.25rem;
    padding-right: 6.25rem;
  }
}
.donate-window .donate-window-container .donate-window-wrapper .title {
  text-align: center;
  padding-top: 3.75rem;
}
@media only screen and (max-width: 1200px) {
  .donate-window .donate-window-container .donate-window-wrapper .title {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
.donate-window .donate-window-container .donate-window-wrapper .title svg {
  margin-bottom: 0.625rem;
}
.donate-window .donate-window-container .donate-window-wrapper .title h3 {
  position: relative;
}
.donate-window .donate-window-container .donate-window-wrapper .t {
  max-width: 25rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0.625rem;
  padding-bottom: 3.75rem;
  text-align: center;
}
.donate-window .donate-window-container .donate-window-wrapper .tabs {
  text-align: center;
  border-bottom: 1px solid #231f20;
  padding-bottom: 0.625rem;
  margin-top: 1.875rem;
}
@media only screen and (max-width: 1200px) {
  .donate-window .donate-window-container .donate-window-wrapper .tabs {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
    margin-top: 1.25rem;
  }
}
.donate-window .donate-window-container .donate-window-wrapper .tabs a {
  display: inline-block;
  margin-left: 0.125rem;
  margin-right: 0.125rem;
}
@media only screen and (min-width: 1200px) {
  .donate-window .donate-window-container .donate-window-wrapper .tabs a span {
    transition-property: background-color;
    transition-duration: 0.15s;
    transition-timing-function: ease-in;
    will-change: background-color;
  }
  .donate-window .donate-window-container .donate-window-wrapper .tabs a:hover span {
    background-color: #231f20;
  }
}
.donate-window .donate-window-container .donate-window-wrapper .tabs a.active span {
  background-color: #231f20;
}
.donate-window .donate-window-container .donate-window-wrapper .tabs a span {
  background-color: rgba(35, 31, 32, 0.4);
}
.donate-window .donate-window-container .donate-window-wrapper .form form fieldset {
  max-width: 25rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.875rem;
}
@media only screen and (max-width: 1200px) {
  .donate-window .donate-window-container .donate-window-wrapper .form form fieldset {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
.donate-window .donate-window-container .donate-window-wrapper .form form fieldset:first-child {
  margin-top: 0px;
}
.donate-window .donate-window-container .donate-window-wrapper .form form fieldset h5 {
  text-align: center;
  margin-bottom: 0.9375rem;
}
.donate-window .donate-window-container .donate-window-wrapper .form form fieldset .card-tip {
  position: relative;
  padding-left: 1.5625rem;
  margin-top: 1.25rem;
  display: none;
}
.donate-window .donate-window-container .donate-window-wrapper .form form fieldset .card-tip svg {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 1rem;
  height: 1rem;
}
.donate-window .donate-window-container .donate-window-wrapper .form form fieldset .card-tip p {
  color: #9E9E9E;
}
.donate-window .donate-window-container .donate-window-wrapper .form form fieldset .select {
  position: relative;
}
.donate-window .donate-window-container .donate-window-wrapper .form form fieldset .select.error select {
  border: 1px solid #DF3139;
}
.donate-window .donate-window-container .donate-window-wrapper .form form fieldset .select select {
  cursor: pointer;
}
@media only screen and (min-width: 1200px) {
  .donate-window .donate-window-container .donate-window-wrapper .form form fieldset .select select:hover {
    border: 1px solid #231F20;
  }
}
.donate-window .donate-window-container .donate-window-wrapper .form form fieldset .select svg {
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: 50%;
  margin-top: -0.5rem;
  right: 0.9375rem;
  transform: rotate(-90deg);
}
.donate-window .donate-window-container .donate-window-wrapper .form form fieldset .input {
  position: relative;
  margin-top: 1.25rem;
}
.donate-window .donate-window-container .donate-window-wrapper .form form fieldset .input.error input {
  border: 1px solid #DF3139;
}
.donate-window .donate-window-container .donate-window-wrapper .form form fieldset .input.hidden {
  display: none;
}
.donate-window .donate-window-container .donate-window-wrapper .form form fieldset .input:first-child {
  margin-top: 0px;
}
.donate-window .donate-window-container .donate-window-wrapper .form form fieldset .input label {
  display: inline-block;
  top: -0.625rem;
  left: 1.25rem;
  position: absolute;
  background-color: #F5F5F5;
  line-height: 1.25rem;
  height: 1.25rem;
  z-index: 2;
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
}
.donate-window .donate-window-container .donate-window-wrapper .form form fieldset .input input:focus {
  border: 1px solid #231F20;
}
.donate-window .donate-window-container .donate-window-wrapper .form form fieldset .checkbox {
  margin-top: 0.9375rem;
}
.donate-window .donate-window-container .donate-window-wrapper .form form fieldset .checkbox.error input {
  border-color: #DF3139;
}
.donate-window .donate-window-container .donate-window-wrapper .form form fieldset .checkbox label {
  position: relative;
  padding-left: 1.875rem;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: block;
}
.donate-window .donate-window-container .donate-window-wrapper .form form fieldset .checkbox label input {
  width: 1.25rem;
  height: 1.25rem;
  padding: 0px;
  margin: 0px;
  position: absolute;
  top: 1px;
  left: 0px;
  display: inline-block;
}
.donate-window .donate-window-container .donate-window-wrapper .form form fieldset .checkbox label input:checked {
  background-image: url("../svg/checkbox.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 60%;
  background-color: #231F20;
  border: 1px solid #231F20;
}
.donate-window .donate-window-container .donate-window-wrapper .form form fieldset .checkbox label span {
  height: 1.25rem;
  line-height: 1.25rem;
}
.donate-window .donate-window-container .donate-window-wrapper .form form fieldset .checkbox label span a {
  color: #231F20;
  text-decoration: underline;
}
.donate-window .donate-window-container .donate-window-wrapper .form form fieldset .sums {
  overflow: hidden;
  padding-bottom: 0.125rem;
}
@media only screen and (min-width: 1200px) {
  .donate-window .donate-window-container .donate-window-wrapper .form form fieldset .sums {
    margin-left: -3%;
  }
}
.donate-window .donate-window-container .donate-window-wrapper .form form fieldset .sums label.radio {
  display: block;
  float: left;
  width: 22%;
  cursor: pointer;
  border: 0px;
}
@media only screen and (min-width: 1200px) {
  .donate-window .donate-window-container .donate-window-wrapper .form form fieldset .sums label.radio {
    margin-left: 3%;
  }
}
@media only screen and (max-width: 1200px) {
  .donate-window .donate-window-container .donate-window-wrapper .form form fieldset .sums label.radio {
    margin-bottom: 3%;
    margin-left: 3%;
  }
  .donate-window .donate-window-container .donate-window-wrapper .form form fieldset .sums label.radio:first-child {
    margin-left: 0px;
  }
}
.donate-window .donate-window-container .donate-window-wrapper .form form fieldset .sums label.radio input {
  width: 0px;
  height: 0px;
  border: 0px;
}
.donate-window .donate-window-container .donate-window-wrapper .form form fieldset .sums label.radio input:checked + span {
  background-color: #F5F5F5;
  color: #231F20;
}
.donate-window .donate-window-container .donate-window-wrapper .form form fieldset .sums label.radio span {
  color: #F5F5F5;
  height: 2.875rem;
  line-height: 2.875rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  display: block;
  transition-property: background-color;
  transition-duration: 0.1s;
  transition-timing-function: ease-in;
  will-change: background-color;
  border: 1px solid #F5F5F5;
}
.donate-window .donate-window-container .donate-window-wrapper .form form fieldset .sums label.number {
  display: block;
  margin-top: 0px;
}
@media only screen and (min-width: 1200px) {
  .donate-window .donate-window-container .donate-window-wrapper .form form fieldset .sums label.number {
    float: left;
    margin-left: 3%;
    width: 22%;
  }
}
@media only screen and (max-width: 1200px) {
  .donate-window .donate-window-container .donate-window-wrapper .form form fieldset .sums label.number {
    width: 100%;
    clear: both;
  }
}
.donate-window .donate-window-container .donate-window-wrapper .form form fieldset .sums label.number input {
  border: 0px;
  height: 2.875rem;
  line-height: 2.875rem;
  color: #F5F5F5;
  padding-right: 0px;
  padding-left: 0.625rem;
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
  border: 1px solid #F5F5F5;
}
.donate-window .donate-window-container .donate-window-wrapper .form form fieldset .sums label.number input::-moz-placeholder {
  color: #F5F5F5 !important;
  opacity: 1 !important;
}
.donate-window .donate-window-container .donate-window-wrapper .form form fieldset .sums label.number input:-moz-placeholder, .donate-window .donate-window-container .donate-window-wrapper .form form fieldset .sums label.number input::-webkit-input-placeholder, .donate-window .donate-window-container .donate-window-wrapper .form form fieldset .sums label.number input::placeholder, .donate-window .donate-window-container .donate-window-wrapper .form form fieldset .sums label.number input:-ms-input-placeholder, .donate-window .donate-window-container .donate-window-wrapper .form form fieldset .sums label.number input::-ms-input-placeholder {
  color: #F5F5F5 !important;
  opacity: 1 !important;
}
.donate-window .donate-window-container .donate-window-wrapper .form form fieldset .submit-button {
  background-color: #FB9E25;
  border-radius: 100px;
  line-height: 3rem;
  height: 3rem;
  text-align: center;
  display: block;
  color: #231F20;
  margin-top: 0.9375rem;
}
@media only screen and (min-width: 1200px) {
  .donate-window .donate-window-container .donate-window-wrapper .form form fieldset .submit-button {
    transition-property: background-color, color;
    transition-duration: 0.2s;
    transition-timing-function: ease-in;
    will-change: background-coolor, color;
  }
  .donate-window .donate-window-container .donate-window-wrapper .form form fieldset .submit-button:hover {
    background-color: #231F20;
    color: #F5F5F5;
  }
}
.donate-window .donate-window-container .donate-window-wrapper .form form fieldset .submit-button:active {
  background-color: #231F20;
  color: #F5F5F5;
}
.donate-window .donate-window-container .donate-window-wrapper .form form select, .donate-window .donate-window-container .donate-window-wrapper .form form input {
  display: block;
  width: 100%;
  border: 1px solid #BABABA;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  background-color: transparent;
  height: 3rem;
  line-height: 3rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  border-radius: 0px;
}
.donate-window .donate-window-container .donate-window-wrapper .form form .submit-form {
  background-color: #1770AB;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  margin-top: 2.5rem;
}
@media only screen and (min-width: 1200px) {
  .donate-window .donate-window-container .donate-window-wrapper .form form .submit-form {
    margin-left: -6.25rem;
    margin-right: -6.25rem;
  }
}
.donate-window .donate-window-container .donate-window-wrapper .buj {
  padding-bottom: 3.75rem;
  padding-top: 2.5rem;
}
@media only screen and (max-width: 1200px) {
  .donate-window .donate-window-container .donate-window-wrapper .buj {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.donate-window .donate-window-container .donate-window-wrapper .buj .q {
  border: 0.125rem solid #231F20;
  margin-top: 0.75rem;
}
@media only screen and (min-width: 1200px) {
  .donate-window .donate-window-container .donate-window-wrapper .buj .q {
    transition-property: background-color;
    transition-duration: 0.1s;
    transition-timing-function: ease-in;
    will-change: background-color;
  }
  .donate-window .donate-window-container .donate-window-wrapper .buj .q:hover:not(.active) {
    background-color: #231F20;
  }
  .donate-window .donate-window-container .donate-window-wrapper .buj .q:hover:not(.active) .question p {
    color: #F5F5F5;
  }
  .donate-window .donate-window-container .donate-window-wrapper .buj .q:hover:not(.active) .question svg path {
    stroke: #F5F5F5;
  }
}
.donate-window .donate-window-container .donate-window-wrapper .buj .q.active {
  background-color: #231F20;
}
.donate-window .donate-window-container .donate-window-wrapper .buj .q.active .question p {
  color: #F5F5F5;
}
.donate-window .donate-window-container .donate-window-wrapper .buj .q.active .question svg {
  transform: rotate(90deg);
}
.donate-window .donate-window-container .donate-window-wrapper .buj .q.active .question svg path {
  stroke: #F5F5F5;
}
.donate-window .donate-window-container .donate-window-wrapper .buj .q:first-child {
  margin-top: 0px;
}
.donate-window .donate-window-container .donate-window-wrapper .buj .q .question {
  position: relative;
  cursor: pointer;
}
.donate-window .donate-window-container .donate-window-wrapper .buj .q .question p {
  padding-left: 1.25rem;
  padding-right: 5rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
@media only screen and (max-width: 1200px) {
  .donate-window .donate-window-container .donate-window-wrapper .buj .q .question p {
    padding-left: 0.625rem;
    padding-right: 3.75rem;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
}
.donate-window .donate-window-container .donate-window-wrapper .buj .q .question svg {
  position: absolute;
  top: 50%;
  right: 0.625rem;
  height: 3.25rem;
  margin-top: -1.625rem;
  width: 3.25rem;
  transform: rotate(-90deg);
  padding: 0.8125rem;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.09, 0.29, 0.24, 0.96);
  will-change: transform;
}
@media only screen and (max-width: 1200px) {
  .donate-window .donate-window-container .donate-window-wrapper .buj .q .question svg {
    margin-top: -1.3125rem;
    width: 2.625rem;
    height: 2.625rem;
    padding: 0.625rem;
    right: 0px;
  }
}
.donate-window .donate-window-container .donate-window-wrapper .buj .q .answer {
  display: none;
  overflow: hidden;
  transition-property: height;
  transition-duration: 0.1s;
  transition-timing-function: cubic-bezier(0.09, 0.29, 0.24, 0.96);
  will-change: height;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-bottom: 1.25rem;
}
@media only screen and (max-width: 1200px) {
  .donate-window .donate-window-container .donate-window-wrapper .buj .q .answer {
    padding: 0.625rem;
    padding-top: 0rem;
  }
}
.donate-window .donate-window-container .donate-window-wrapper .buj .q .answer p {
  color: #9E9E9E;
}
.donate-window .donate-window-container .donate-window-wrapper .buj .q .answer a {
  color: #F5F5F5;
  text-decoration: underline;
}
.donate-window .donate-window-container .donate-window-wrapper .buj .q .answer a:active {
  color: #FB9E25;
}
.donate-window .donate-window-container .donate-window-wrapper .list {
  padding-bottom: 3.75rem;
  padding-top: 2.5rem;
}
@media only screen and (max-width: 1200px) {
  .donate-window .donate-window-container .donate-window-wrapper .list {
    padding: 1.875rem;
    max-width: 30rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.donate-window .donate-window-container .donate-window-wrapper .list ul {
  overflow: hidden;
  margin-top: -0.625rem;
}
.donate-window .donate-window-container .donate-window-wrapper .list ul li {
  display: block;
  width: 33.333%;
  float: left;
  margin-top: 0.625rem;
}
@media only screen and (max-width: 1200px) {
  .donate-window .donate-window-container .donate-window-wrapper .list ul li {
    width: 50%;
    padding-right: 1.25rem;
  }
  .donate-window .donate-window-container .donate-window-wrapper .list ul li:nth-child(2n+1) {
    clear: left;
  }
}

input, select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  margin: 0;
  outline: none;
  border: 0;
  color: #231F20;
}

#wpadminbar {
  top: auto !important;
  bottom: 0px;
}

#card-tip-monthly {
  display: block;
}

#smooth-wrapper {
  overflow: visible;
  width: 100%;
  background-color: #F5F5F5;
  position: relative;
  z-index: 2000;
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: ease-in;
  will-change: opacity;
}

#smooth-content {
  will-change: transform;
}

@media only screen and (max-width: 600px) {
  #text-goals {
    padding-top: 0px;
  }
}

.preloader {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 10000;
  background-color: #F5F5F5;
}
.preloader .loader {
  height: 0.5rem;
  background-color: #231F20;
  position: absolute;
  will-change: width, height, background-color;
}

ul#donations-list {
  padding: 50px;
  background-color: #F5F5F5;
}
ul#donations-list li {
  display: block;
  border-top: 1px solid rgba(35, 31, 32, 0.1);
  padding: 1.875rem;
}
ul#donations-list li:first-child {
  border-top: 0px;
}

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