* {
  font-variant-ligatures: none; }

html {
  line-height: 1.6em;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth; }

body {
  margin: 0;
  overflow-x: hidden; }

main {
  display: block; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

a {
  background-color: transparent;
  text-decoration: none;
  -webkit-transition: 0.2s linear all;
  -moz-transition: 0.2s linear all;
  -ms-transition: 0.2s linear all;
  -o-transition: 0.2s linear all;
  transition: 0.2s linear all; }

abbr[title] {
  border-bottom: none; }

b,
strong {
  font-weight: bold; }

.italic {
  font-style: italic; }

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

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em;
  font-size: 50%; }

sup {
  top: -0.5em;
  font-size: 50%; }

img,
iframe {
  border-style: none; }

img {
  width: 100%;
  height: auto; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  padding: 0.35em 0.75em 0.625em; }

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  appearance: textfield;
  outline-offset: -2px; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details {
  display: block; }

summary {
  display: list-item; }

template,
[hidden] {
  display: none; }

.clear {
  clear: both; }

.clear-left {
  clear: left; }

.clear-float {
  clear: right; }

p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li {
  margin: 0;
  padding: 0; }

h1:where(.wp-block-heading).has-background,
h2:where(.wp-block-heading).has-background,
h3:where(.wp-block-heading).has-background,
h4:where(.wp-block-heading).has-background,
h5:where(.wp-block-heading).has-background,
h6:where(.wp-block-heading).has-background {
  padding: 0; }

p.has-background {
  padding: 0; }

.smooth {
  -webkit-transition: 0.2s linear all;
  -moz-transition: 0.2s linear all;
  -ms-transition: 0.2s linear all;
  -o-transition: 0.2s linear all;
  transition: 0.2s linear all; }

.grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr); }
  .grid.align-top {
    align-items: start; }
  .grid.align-center {
    align-items: center; }
  .grid.align-bottom {
    align-items: end; }
  .grid.justify-start {
    text-align: left; }
  .grid.justify-center {
    text-align: center; }
  .grid.justify-end {
    text-align: right; }
  .grid > .column.align-top {
    align-self: start; }
  .grid > .column.align-center {
    align-self: center; }
  .grid > .column.align-bottom {
    align-self: end; }
  .grid > .column.justify-start {
    text-align: left; }
  .grid > .column.justify-center {
    text-align: center; }
  .grid > .column.justify-end {
    text-align: right; }
  .grid > .column.width-1 {
    grid-column: span 1; }
  .grid > .column.width-2 {
    grid-column: span 2; }
  .grid > .column.width-3 {
    grid-column: span 3; }
  .grid > .column.width-4 {
    grid-column: span 4; }
  .grid > .column.width-5 {
    grid-column: span 5; }
  .grid > .column.width-6 {
    grid-column: span 6; }
  .grid > .column.width-7 {
    grid-column: span 7; }
  .grid > .column.width-8 {
    grid-column: span 8; }
  .grid > .column.width-9 {
    grid-column: span 9; }
  .grid > .column.width-10 {
    grid-column: span 10; }
  .grid > .column.width-11 {
    grid-column: span 11; }
  .grid > .column.width-12 {
    grid-column: span 12; }
  .grid > .column.order-0 {
    order: 0; }
  .grid > .column.order-1 {
    order: 1; }
  .grid > .column.order-2 {
    order: 2; }
  .grid > .column.order-3 {
    order: 3; }
  .grid > .column.order-4 {
    order: 4; }
  .grid > .column.order-5 {
    order: 5; }
  .grid > .column.order-6 {
    order: 6; }
  @media (max-width: 1800px) {
    .grid > .column.width-1800-1 {
      grid-column: span 1; }
    .grid > .column.width-1800-2 {
      grid-column: span 2; }
    .grid > .column.width-1800-3 {
      grid-column: span 3; }
    .grid > .column.width-1800-4 {
      grid-column: span 4; }
    .grid > .column.width-1800-5 {
      grid-column: span 5; }
    .grid > .column.width-1800-6 {
      grid-column: span 6; }
    .grid > .column.width-1800-7 {
      grid-column: span 7; }
    .grid > .column.width-1800-8 {
      grid-column: span 8; }
    .grid > .column.width-1800-9 {
      grid-column: span 9; }
    .grid > .column.width-1800-10 {
      grid-column: span 10; }
    .grid > .column.width-1800-11 {
      grid-column: span 11; }
    .grid > .column.width-1800-12 {
      grid-column: span 12; }
    .grid > .column.order-1800-0 {
      order: 0; }
    .grid > .column.order-1800-1 {
      order: 1; }
    .grid > .column.order-1800-2 {
      order: 2; }
    .grid > .column.order-1800-3 {
      order: 3; }
    .grid > .column.order-1800-4 {
      order: 4; }
    .grid > .column.order-1800-5 {
      order: 5; }
    .grid > .column.order-1800-6 {
      order: 6; } }
  @media (max-width: 1700px) {
    .grid > .column.width-1700-1 {
      grid-column: span 1; }
    .grid > .column.width-1700-2 {
      grid-column: span 2; }
    .grid > .column.width-1700-3 {
      grid-column: span 3; }
    .grid > .column.width-1700-4 {
      grid-column: span 4; }
    .grid > .column.width-1700-5 {
      grid-column: span 5; }
    .grid > .column.width-1700-6 {
      grid-column: span 6; }
    .grid > .column.width-1700-7 {
      grid-column: span 7; }
    .grid > .column.width-1700-8 {
      grid-column: span 8; }
    .grid > .column.width-1700-9 {
      grid-column: span 9; }
    .grid > .column.width-1700-10 {
      grid-column: span 10; }
    .grid > .column.width-1700-11 {
      grid-column: span 11; }
    .grid > .column.width-1700-12 {
      grid-column: span 12; }
    .grid > .column.order-1700-0 {
      order: 0; }
    .grid > .column.order-1700-1 {
      order: 1; }
    .grid > .column.order-1700-2 {
      order: 2; }
    .grid > .column.order-1700-3 {
      order: 3; }
    .grid > .column.order-1700-4 {
      order: 4; }
    .grid > .column.order-1700-5 {
      order: 5; }
    .grid > .column.order-1700-6 {
      order: 6; } }
  @media (max-width: 1600px) {
    .grid > .column.width-1600-1 {
      grid-column: span 1; }
    .grid > .column.width-1600-2 {
      grid-column: span 2; }
    .grid > .column.width-1600-3 {
      grid-column: span 3; }
    .grid > .column.width-1600-4 {
      grid-column: span 4; }
    .grid > .column.width-1600-5 {
      grid-column: span 5; }
    .grid > .column.width-1600-6 {
      grid-column: span 6; }
    .grid > .column.width-1600-7 {
      grid-column: span 7; }
    .grid > .column.width-1600-8 {
      grid-column: span 8; }
    .grid > .column.width-1600-9 {
      grid-column: span 9; }
    .grid > .column.width-1600-10 {
      grid-column: span 10; }
    .grid > .column.width-1600-11 {
      grid-column: span 11; }
    .grid > .column.width-1600-12 {
      grid-column: span 12; }
    .grid > .column.order-1600-0 {
      order: 0; }
    .grid > .column.order-1600-1 {
      order: 1; }
    .grid > .column.order-1600-2 {
      order: 2; }
    .grid > .column.order-1600-3 {
      order: 3; }
    .grid > .column.order-1600-4 {
      order: 4; }
    .grid > .column.order-1600-5 {
      order: 5; }
    .grid > .column.order-1600-6 {
      order: 6; } }
  @media (max-width: 1500px) {
    .grid > .column.width-1500-1 {
      grid-column: span 1; }
    .grid > .column.width-1500-2 {
      grid-column: span 2; }
    .grid > .column.width-1500-3 {
      grid-column: span 3; }
    .grid > .column.width-1500-4 {
      grid-column: span 4; }
    .grid > .column.width-1500-5 {
      grid-column: span 5; }
    .grid > .column.width-1500-6 {
      grid-column: span 6; }
    .grid > .column.width-1500-7 {
      grid-column: span 7; }
    .grid > .column.width-1500-8 {
      grid-column: span 8; }
    .grid > .column.width-1500-9 {
      grid-column: span 9; }
    .grid > .column.width-1500-10 {
      grid-column: span 10; }
    .grid > .column.width-1500-11 {
      grid-column: span 11; }
    .grid > .column.width-1500-12 {
      grid-column: span 12; }
    .grid > .column.order-1500-0 {
      order: 0; }
    .grid > .column.order-1500-1 {
      order: 1; }
    .grid > .column.order-1500-2 {
      order: 2; }
    .grid > .column.order-1500-3 {
      order: 3; }
    .grid > .column.order-1500-4 {
      order: 4; }
    .grid > .column.order-1500-5 {
      order: 5; }
    .grid > .column.order-1500-6 {
      order: 6; } }
  @media (max-width: 1400px) {
    .grid > .column.width-1400-1 {
      grid-column: span 1; }
    .grid > .column.width-1400-2 {
      grid-column: span 2; }
    .grid > .column.width-1400-3 {
      grid-column: span 3; }
    .grid > .column.width-1400-4 {
      grid-column: span 4; }
    .grid > .column.width-1400-5 {
      grid-column: span 5; }
    .grid > .column.width-1400-6 {
      grid-column: span 6; }
    .grid > .column.width-1400-7 {
      grid-column: span 7; }
    .grid > .column.width-1400-8 {
      grid-column: span 8; }
    .grid > .column.width-1400-9 {
      grid-column: span 9; }
    .grid > .column.width-1400-10 {
      grid-column: span 10; }
    .grid > .column.width-1400-11 {
      grid-column: span 11; }
    .grid > .column.width-1400-12 {
      grid-column: span 12; }
    .grid > .column.order-1400-0 {
      order: 0; }
    .grid > .column.order-1400-1 {
      order: 1; }
    .grid > .column.order-1400-2 {
      order: 2; }
    .grid > .column.order-1400-3 {
      order: 3; }
    .grid > .column.order-1400-4 {
      order: 4; }
    .grid > .column.order-1400-5 {
      order: 5; }
    .grid > .column.order-1400-6 {
      order: 6; } }
  @media (max-width: 1300px) {
    .grid > .column.width-1300-1 {
      grid-column: span 1; }
    .grid > .column.width-1300-2 {
      grid-column: span 2; }
    .grid > .column.width-1300-3 {
      grid-column: span 3; }
    .grid > .column.width-1300-4 {
      grid-column: span 4; }
    .grid > .column.width-1300-5 {
      grid-column: span 5; }
    .grid > .column.width-1300-6 {
      grid-column: span 6; }
    .grid > .column.width-1300-7 {
      grid-column: span 7; }
    .grid > .column.width-1300-8 {
      grid-column: span 8; }
    .grid > .column.width-1300-9 {
      grid-column: span 9; }
    .grid > .column.width-1300-10 {
      grid-column: span 10; }
    .grid > .column.width-1300-11 {
      grid-column: span 11; }
    .grid > .column.width-1300-12 {
      grid-column: span 12; }
    .grid > .column.order-1300-0 {
      order: 0; }
    .grid > .column.order-1300-1 {
      order: 1; }
    .grid > .column.order-1300-2 {
      order: 2; }
    .grid > .column.order-1300-3 {
      order: 3; }
    .grid > .column.order-1300-4 {
      order: 4; }
    .grid > .column.order-1300-5 {
      order: 5; }
    .grid > .column.order-1300-6 {
      order: 6; } }
  @media (max-width: 1200px) {
    .grid > .column.width-1200-1 {
      grid-column: span 1; }
    .grid > .column.width-1200-2 {
      grid-column: span 2; }
    .grid > .column.width-1200-3 {
      grid-column: span 3; }
    .grid > .column.width-1200-4 {
      grid-column: span 4; }
    .grid > .column.width-1200-5 {
      grid-column: span 5; }
    .grid > .column.width-1200-6 {
      grid-column: span 6; }
    .grid > .column.width-1200-7 {
      grid-column: span 7; }
    .grid > .column.width-1200-8 {
      grid-column: span 8; }
    .grid > .column.width-1200-9 {
      grid-column: span 9; }
    .grid > .column.width-1200-10 {
      grid-column: span 10; }
    .grid > .column.width-1200-11 {
      grid-column: span 11; }
    .grid > .column.width-1200-12 {
      grid-column: span 12; }
    .grid > .column.order-1200-0 {
      order: 0; }
    .grid > .column.order-1200-1 {
      order: 1; }
    .grid > .column.order-1200-2 {
      order: 2; }
    .grid > .column.order-1200-3 {
      order: 3; }
    .grid > .column.order-1200-4 {
      order: 4; }
    .grid > .column.order-1200-5 {
      order: 5; }
    .grid > .column.order-1200-6 {
      order: 6; } }
  @media (max-width: 1100px) {
    .grid > .column.width-1100-1 {
      grid-column: span 1; }
    .grid > .column.width-1100-2 {
      grid-column: span 2; }
    .grid > .column.width-1100-3 {
      grid-column: span 3; }
    .grid > .column.width-1100-4 {
      grid-column: span 4; }
    .grid > .column.width-1100-5 {
      grid-column: span 5; }
    .grid > .column.width-1100-6 {
      grid-column: span 6; }
    .grid > .column.width-1100-7 {
      grid-column: span 7; }
    .grid > .column.width-1100-8 {
      grid-column: span 8; }
    .grid > .column.width-1100-9 {
      grid-column: span 9; }
    .grid > .column.width-1100-10 {
      grid-column: span 10; }
    .grid > .column.width-1100-11 {
      grid-column: span 11; }
    .grid > .column.width-1100-12 {
      grid-column: span 12; }
    .grid > .column.order-1100-0 {
      order: 0; }
    .grid > .column.order-1100-1 {
      order: 1; }
    .grid > .column.order-1100-2 {
      order: 2; }
    .grid > .column.order-1100-3 {
      order: 3; }
    .grid > .column.order-1100-4 {
      order: 4; }
    .grid > .column.order-1100-5 {
      order: 5; }
    .grid > .column.order-1100-6 {
      order: 6; } }
  @media (max-width: 1000px) {
    .grid > .column.width-1000-1 {
      grid-column: span 1; }
    .grid > .column.width-1000-2 {
      grid-column: span 2; }
    .grid > .column.width-1000-3 {
      grid-column: span 3; }
    .grid > .column.width-1000-4 {
      grid-column: span 4; }
    .grid > .column.width-1000-5 {
      grid-column: span 5; }
    .grid > .column.width-1000-6 {
      grid-column: span 6; }
    .grid > .column.width-1000-7 {
      grid-column: span 7; }
    .grid > .column.width-1000-8 {
      grid-column: span 8; }
    .grid > .column.width-1000-9 {
      grid-column: span 9; }
    .grid > .column.width-1000-10 {
      grid-column: span 10; }
    .grid > .column.width-1000-11 {
      grid-column: span 11; }
    .grid > .column.width-1000-12 {
      grid-column: span 12; }
    .grid > .column.order-1000-0 {
      order: 0; }
    .grid > .column.order-1000-1 {
      order: 1; }
    .grid > .column.order-1000-2 {
      order: 2; }
    .grid > .column.order-1000-3 {
      order: 3; }
    .grid > .column.order-1000-4 {
      order: 4; }
    .grid > .column.order-1000-5 {
      order: 5; }
    .grid > .column.order-1000-6 {
      order: 6; } }
  @media (max-width: 900px) {
    .grid > .column.width-900-1 {
      grid-column: span 1; }
    .grid > .column.width-900-2 {
      grid-column: span 2; }
    .grid > .column.width-900-3 {
      grid-column: span 3; }
    .grid > .column.width-900-4 {
      grid-column: span 4; }
    .grid > .column.width-900-5 {
      grid-column: span 5; }
    .grid > .column.width-900-6 {
      grid-column: span 6; }
    .grid > .column.width-900-7 {
      grid-column: span 7; }
    .grid > .column.width-900-8 {
      grid-column: span 8; }
    .grid > .column.width-900-9 {
      grid-column: span 9; }
    .grid > .column.width-900-10 {
      grid-column: span 10; }
    .grid > .column.width-900-11 {
      grid-column: span 11; }
    .grid > .column.width-900-12 {
      grid-column: span 12; }
    .grid > .column.order-900-0 {
      order: 0; }
    .grid > .column.order-900-1 {
      order: 1; }
    .grid > .column.order-900-2 {
      order: 2; }
    .grid > .column.order-900-3 {
      order: 3; }
    .grid > .column.order-900-4 {
      order: 4; }
    .grid > .column.order-900-5 {
      order: 5; }
    .grid > .column.order-900-6 {
      order: 6; } }
  @media (max-width: 800px) {
    .grid > .column.width-800-1 {
      grid-column: span 1; }
    .grid > .column.width-800-2 {
      grid-column: span 2; }
    .grid > .column.width-800-3 {
      grid-column: span 3; }
    .grid > .column.width-800-4 {
      grid-column: span 4; }
    .grid > .column.width-800-5 {
      grid-column: span 5; }
    .grid > .column.width-800-6 {
      grid-column: span 6; }
    .grid > .column.width-800-7 {
      grid-column: span 7; }
    .grid > .column.width-800-8 {
      grid-column: span 8; }
    .grid > .column.width-800-9 {
      grid-column: span 9; }
    .grid > .column.width-800-10 {
      grid-column: span 10; }
    .grid > .column.width-800-11 {
      grid-column: span 11; }
    .grid > .column.width-800-12 {
      grid-column: span 12; }
    .grid > .column.order-800-0 {
      order: 0; }
    .grid > .column.order-800-1 {
      order: 1; }
    .grid > .column.order-800-2 {
      order: 2; }
    .grid > .column.order-800-3 {
      order: 3; }
    .grid > .column.order-800-4 {
      order: 4; }
    .grid > .column.order-800-5 {
      order: 5; }
    .grid > .column.order-800-6 {
      order: 6; } }
  @media (max-width: 700px) {
    .grid > .column.width-700-1 {
      grid-column: span 1; }
    .grid > .column.width-700-2 {
      grid-column: span 2; }
    .grid > .column.width-700-3 {
      grid-column: span 3; }
    .grid > .column.width-700-4 {
      grid-column: span 4; }
    .grid > .column.width-700-5 {
      grid-column: span 5; }
    .grid > .column.width-700-6 {
      grid-column: span 6; }
    .grid > .column.width-700-7 {
      grid-column: span 7; }
    .grid > .column.width-700-8 {
      grid-column: span 8; }
    .grid > .column.width-700-9 {
      grid-column: span 9; }
    .grid > .column.width-700-10 {
      grid-column: span 10; }
    .grid > .column.width-700-11 {
      grid-column: span 11; }
    .grid > .column.width-700-12 {
      grid-column: span 12; }
    .grid > .column.order-700-0 {
      order: 0; }
    .grid > .column.order-700-1 {
      order: 1; }
    .grid > .column.order-700-2 {
      order: 2; }
    .grid > .column.order-700-3 {
      order: 3; }
    .grid > .column.order-700-4 {
      order: 4; }
    .grid > .column.order-700-5 {
      order: 5; }
    .grid > .column.order-700-6 {
      order: 6; } }
  @media (max-width: 600px) {
    .grid > .column.width-600-1 {
      grid-column: span 1; }
    .grid > .column.width-600-2 {
      grid-column: span 2; }
    .grid > .column.width-600-3 {
      grid-column: span 3; }
    .grid > .column.width-600-4 {
      grid-column: span 4; }
    .grid > .column.width-600-5 {
      grid-column: span 5; }
    .grid > .column.width-600-6 {
      grid-column: span 6; }
    .grid > .column.width-600-7 {
      grid-column: span 7; }
    .grid > .column.width-600-8 {
      grid-column: span 8; }
    .grid > .column.width-600-9 {
      grid-column: span 9; }
    .grid > .column.width-600-10 {
      grid-column: span 10; }
    .grid > .column.width-600-11 {
      grid-column: span 11; }
    .grid > .column.width-600-12 {
      grid-column: span 12; }
    .grid > .column.order-600-0 {
      order: 0; }
    .grid > .column.order-600-1 {
      order: 1; }
    .grid > .column.order-600-2 {
      order: 2; }
    .grid > .column.order-600-3 {
      order: 3; }
    .grid > .column.order-600-4 {
      order: 4; }
    .grid > .column.order-600-5 {
      order: 5; }
    .grid > .column.order-600-6 {
      order: 6; } }
  @media (max-width: 500px) {
    .grid > .column.width-500-1 {
      grid-column: span 1; }
    .grid > .column.width-500-2 {
      grid-column: span 2; }
    .grid > .column.width-500-3 {
      grid-column: span 3; }
    .grid > .column.width-500-4 {
      grid-column: span 4; }
    .grid > .column.width-500-5 {
      grid-column: span 5; }
    .grid > .column.width-500-6 {
      grid-column: span 6; }
    .grid > .column.width-500-7 {
      grid-column: span 7; }
    .grid > .column.width-500-8 {
      grid-column: span 8; }
    .grid > .column.width-500-9 {
      grid-column: span 9; }
    .grid > .column.width-500-10 {
      grid-column: span 10; }
    .grid > .column.width-500-11 {
      grid-column: span 11; }
    .grid > .column.width-500-12 {
      grid-column: span 12; }
    .grid > .column.order-500-0 {
      order: 0; }
    .grid > .column.order-500-1 {
      order: 1; }
    .grid > .column.order-500-2 {
      order: 2; }
    .grid > .column.order-500-3 {
      order: 3; }
    .grid > .column.order-500-4 {
      order: 4; }
    .grid > .column.order-500-5 {
      order: 5; }
    .grid > .column.order-500-6 {
      order: 6; } }
  @media (max-width: 400px) {
    .grid > .column.width-400-1 {
      grid-column: span 1; }
    .grid > .column.width-400-2 {
      grid-column: span 2; }
    .grid > .column.width-400-3 {
      grid-column: span 3; }
    .grid > .column.width-400-4 {
      grid-column: span 4; }
    .grid > .column.width-400-5 {
      grid-column: span 5; }
    .grid > .column.width-400-6 {
      grid-column: span 6; }
    .grid > .column.width-400-7 {
      grid-column: span 7; }
    .grid > .column.width-400-8 {
      grid-column: span 8; }
    .grid > .column.width-400-9 {
      grid-column: span 9; }
    .grid > .column.width-400-10 {
      grid-column: span 10; }
    .grid > .column.width-400-11 {
      grid-column: span 11; }
    .grid > .column.width-400-12 {
      grid-column: span 12; }
    .grid > .column.order-400-0 {
      order: 0; }
    .grid > .column.order-400-1 {
      order: 1; }
    .grid > .column.order-400-2 {
      order: 2; }
    .grid > .column.order-400-3 {
      order: 3; }
    .grid > .column.order-400-4 {
      order: 4; }
    .grid > .column.order-400-5 {
      order: 5; }
    .grid > .column.order-400-6 {
      order: 6; } }
  .grid.gap-25 {
    gap: 25px; }
  .grid.gap-50 {
    gap: 50px; }

.wp-block-columns {
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px; }

.mt0 {
  margin-top: 0px !important; }

.mb0 {
  margin-bottom: 0px !important; }

.pt0 {
  padding-top: 0px !important; }

.pb0 {
  padding-bottom: 0px !important; }

.mt10 {
  margin-top: 10px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.pt10 {
  padding-top: 10px !important; }

.pb10 {
  padding-bottom: 10px !important; }

.mt20 {
  margin-top: 20px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.pt20 {
  padding-top: 20px !important; }

.pb20 {
  padding-bottom: 20px !important; }

.mt25 {
  margin-top: 25px !important; }

.mb25 {
  margin-bottom: 25px !important; }

.pt25 {
  padding-top: 25px !important; }

.pb25 {
  padding-bottom: 25px !important; }

.mt30 {
  margin-top: 30px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.pt30 {
  padding-top: 30px !important; }

.pb30 {
  padding-bottom: 30px !important; }

.mt40 {
  margin-top: 40px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.pt40 {
  padding-top: 40px !important; }

.pb40 {
  padding-bottom: 40px !important; }

.mt50 {
  margin-top: 50px !important; }

.mb50 {
  margin-bottom: 50px !important; }

.pt50 {
  padding-top: 50px !important; }

.pb50 {
  padding-bottom: 50px !important; }

.mt60 {
  margin-top: 60px !important; }

.mb60 {
  margin-bottom: 60px !important; }

.pt60 {
  padding-top: 60px !important; }

.pb60 {
  padding-bottom: 60px !important; }

.mt70 {
  margin-top: 70px !important; }

.mb70 {
  margin-bottom: 70px !important; }

.pt70 {
  padding-top: 70px !important; }

.pb70 {
  padding-bottom: 70px !important; }

.mt80 {
  margin-top: 80px !important; }

.mb80 {
  margin-bottom: 80px !important; }

.pt80 {
  padding-top: 80px !important; }

.pb80 {
  padding-bottom: 80px !important; }

.mt90 {
  margin-top: 90px !important; }

.mb90 {
  margin-bottom: 90px !important; }

.pt90 {
  padding-top: 90px !important; }

.pb90 {
  padding-bottom: 90px !important; }

.mt100 {
  margin-top: 100px !important; }

.mb100 {
  margin-bottom: 100px !important; }

.pt100 {
  padding-top: 100px !important; }

.pb100 {
  padding-bottom: 100px !important; }

.mt120 {
  margin-top: 120px !important; }

.mb120 {
  margin-bottom: 120px !important; }

.pt120 {
  padding-top: 120px !important; }

.pb120 {
  padding-bottom: 120px !important; }

body {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  line-height: 32px; }
  @media (max-width: 700px) {
    body {
      font-size: 20px;
      line-height: 28px; } }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "museo", serif;
  font-weight: 300; }
  h1.bold,
  h1 strong,
  h2.bold,
  h2 strong,
  h3.bold,
  h3 strong,
  h4.bold,
  h4 strong,
  h5.bold,
  h5 strong,
  h6.bold,
  h6 strong {
    font-weight: 600; }
  h1.bolder,
  h2.bolder,
  h3.bolder,
  h4.bolder,
  h5.bolder,
  h6.bolder {
    font-weight: 700; }

h2.wp-block-heading {
  font-size: 50px;
  line-height: 60px;
  font-weight: 400; }
  @media (max-width: 700px) {
    h2.wp-block-heading {
      font-size: 32px;
      line-height: 42px; } }

.wp-block-heading {
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px; }

p + p {
  margin-top: 18px; }
  p + p.no-margin {
    margin-top: 0; }

.xs-text {
  font-size: 8px; }

.small-text {
  font-size: 14px; }

.mid-text {
  font-size: 18px; }

.large-text {
  font-size: 24px;
  line-height: 28px; }
  @media (max-width: 900px) {
    .large-text {
      font-size: 22px;
      line-height: 26px; } }
  @media (max-width: 700px) {
    .large-text {
      font-size: 20px;
      line-height: 24px; } }

.xs-header {
  font-size: 24px;
  line-height: 28px; }
  @media (max-width: 700px) {
    .xs-header {
      font-size: 20px;
      line-height: 22px; } }

.small-header {
  font-size: 26px;
  line-height: 32px; }
  @media (max-width: 900px) {
    .small-header {
      font-size: 24px;
      line-height: 30px; } }
  @media (max-width: 700px) {
    .small-header {
      font-size: 22px;
      line-height: 28px; } }

.mid-header {
  font-size: 34px;
  line-height: 42px; }
  @media (max-width: 700px) {
    .mid-header {
      font-size: 28px;
      line-height: 36px; } }

.big-header {
  font-size: 50px;
  line-height: 52px; }
  @media (max-width: 700px) {
    .big-header {
      font-size: 38px;
      line-height: 40px; } }

body.font-size-large {
  font-size: 26px;
  line-height: 1.4em; }
  body.font-size-large .xs-text {
    font-size: 14px; }
  body.font-size-large .small-text {
    font-size: 18px; }
  body.font-size-large .mid-text {
    font-size: 20px; }
  body.font-size-large .large-text {
    font-size: 26px;
    line-height: 30px; }
    @media (max-width: 700px) {
      body.font-size-large .large-text {
        font-size: 22px;
        line-height: 26px; } }
  body.font-size-large .xs-header {
    font-size: 30px;
    line-height: 36px; }
    @media (max-width: 700px) {
      body.font-size-large .xs-header {
        font-size: 28px;
        line-height: 34px; } }
  body.font-size-large .small-header {
    font-size: 32px;
    line-height: 38px; }
    @media (max-width: 700px) {
      body.font-size-large .small-header {
        font-size: 30px;
        line-height: 36px; } }
  body.font-size-large .mid-header {
    font-size: 38px;
    line-height: 46px; }
    @media (max-width: 700px) {
      body.font-size-large .mid-header {
        font-size: 36px;
        line-height: 42px; } }

.accent-green-arrow:after {
  content: "";
  display: inline-flex;
  vertical-align: middle;
  margin-left: 10px;
  background-image: url("../images/accents/green-arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; }

.accent-dark-blue-arrow:after {
  content: "";
  display: inline-flex;
  vertical-align: middle;
  margin-left: 10px;
  background-image: url("../images/accents/dark-blue-arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; }

.accent-blue-arrow:after {
  content: "";
  display: inline-flex;
  vertical-align: middle;
  margin-left: 10px;
  background-image: url("../images/accents/blue-arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; }

.accent-green-circle:after,
.accent-red-circle:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; }

.accent-green-circle:after {
  background-image: url("../images/accents/circle.png"); }

.accent-red-circle:after {
  background-image: url("../images/accents/red-circle.png"); }

.accent-green-underline-1,
.accent-pink-underline-1,
.accent-blue-underline-1,
.accent-dark-blue-underline-1,
.accent-light-green-underline-1,
.accent-red-underline-1 {
  position: relative; }
  .accent-green-underline-1:after,
  .accent-pink-underline-1:after,
  .accent-blue-underline-1:after,
  .accent-dark-blue-underline-1:after,
  .accent-light-green-underline-1:after,
  .accent-red-underline-1:after {
    position: absolute;
    bottom: -0;
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 1180px;
    height: 13px;
    left: 50%;
    transform: translate(-50%, 0); }
    @media (max-width: 1500px) {
      .accent-green-underline-1:after,
      .accent-pink-underline-1:after,
      .accent-blue-underline-1:after,
      .accent-dark-blue-underline-1:after,
      .accent-light-green-underline-1:after,
      .accent-red-underline-1:after {
        width: 90%; } }
  .accent-green-underline-1.wide-width:after,
  .accent-pink-underline-1.wide-width:after,
  .accent-blue-underline-1.wide-width:after,
  .accent-dark-blue-underline-1.wide-width:after,
  .accent-light-green-underline-1.wide-width:after,
  .accent-red-underline-1.wide-width:after {
    width: 1360px; }
    @media (max-width: 1400px) {
      .accent-green-underline-1.wide-width:after,
      .accent-pink-underline-1.wide-width:after,
      .accent-blue-underline-1.wide-width:after,
      .accent-dark-blue-underline-1.wide-width:after,
      .accent-light-green-underline-1.wide-width:after,
      .accent-red-underline-1.wide-width:after {
        width: 80%; } }
  .accent-green-underline-1.small-width:after,
  .accent-pink-underline-1.small-width:after,
  .accent-blue-underline-1.small-width:after,
  .accent-dark-blue-underline-1.small-width:after,
  .accent-light-green-underline-1.small-width:after,
  .accent-red-underline-1.small-width:after {
    width: 580px; }
    @media (max-width: 600px) {
      .accent-green-underline-1.small-width:after,
      .accent-pink-underline-1.small-width:after,
      .accent-blue-underline-1.small-width:after,
      .accent-dark-blue-underline-1.small-width:after,
      .accent-light-green-underline-1.small-width:after,
      .accent-red-underline-1.small-width:after {
        width: 80%; } }

.accent-green-underline-1:after {
  background-image: url("../images/accents/green-underline-1.png"); }

.accent-pink-underline-1:after {
  background-image: url("../images/accents/pink-underline-1.png"); }

.accent-dark-blue-underline-1:after {
  background-image: url("../images/accents/dark-blue-underline-1.png"); }

.accent-blue-underline-1:after {
  background-image: url("../images/accents/blue-underline-1.png"); }

.accent-red-underline-1:after {
  background-image: url("../images/accents/red-underline-1.png"); }

.accent-light-green-underline-1:after {
  background-image: url("../images/accents/light-green-underline-1.png"); }

.accent-green-underline-2 {
  position: relative;
  padding-bottom: 20px !important; }
  .accent-green-underline-2:after {
    position: absolute;
    bottom: -0;
    content: "";
    background-image: url("../images/accents/green-underline-2.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 1180px;
    height: 13px;
    left: 50%;
    transform: translate(-50%, 0); }
    @media (max-width: 1200px) {
      .accent-green-underline-2:after {
        width: 80%; } }
  .accent-green-underline-2.wide-width:after {
    width: 1360px; }
    @media (max-width: 1400px) {
      .accent-green-underline-2.wide-width:after {
        width: 80%; } }
  .accent-green-underline-2.small-width:after {
    width: 580px; }
    @media (max-width: 600px) {
      .accent-green-underline-2.small-width:after {
        width: 80%; } }

h2.accent-red-circle {
  position: relative;
  z-index: 9; }
  h2.accent-red-circle:after {
    width: 100%;
    height: 68%;
    top: 16%;
    z-index: -1; }
    @media (max-width: 1200px) {
      h2.accent-red-circle:after {
        width: 90%;
        left: 5%; } }

h3.accent-green-arrow:after {
  width: 63px;
  height: 57px; }
  @media (max-width: 700px) {
    h3.accent-green-arrow:after {
      width: 38px;
      height: 35px; } }

h4.accent-green-arrow:after {
  width: 32px;
  height: 24px; }
h4.accent-dark-blue-arrow:after {
  width: 32px;
  height: 24px; }
h4.accent-blue-arrow:after {
  width: 32px;
  height: 24px; }

p.accent-green-arrow:after {
  background-image: url("../images/accents/green-arrow-small.png");
  width: 32px;
  height: 25px; }

p.accent-green-circle:after {
  background-image: url("../images/accents/green-circle-small.png");
  width: 78px;
  height: 26px;
  top: 4px;
  left: -4px; }

:root {
  --green-1: #0fd19c;
  --green-2: #1f3f36;
  --green-3: #ecffcd;
  --yellow-1: #fecd42;
  --yellow-2: #fffe80;
  --yellow-3: #fff4bc;
  --orange-1: #ff503f;
  --orange-2: #ffcdc9;
  --orange-3: #301a18;
  --pink-1: #ffdbea;
  --pink-2: #ff709c;
  --pink-3: #3f1d27;
  --blue-1: #c8eeff;
  --blue-2: #4881f7;
  --blue-3: #1e2b3e;
  --blue-4: #233d4d;
  --grey-1: #f2f9f2;
  --grey-2: #636363;
  --off-white: #fffef9;
  --off-black: #1d1d1b;
  --off-black2: #231602;
  --white: #ffffff;
  --black: #000000; }

.bg-split {
  background: linear-gradient(180deg, var(--top-color, transparent) 50%, var(--bottom-color, transparent) 50%); }

.bg-green-1,
.has-green-1-background-color {
  background-color: #0fd19c; }

.hover-bg-green-1:hover {
  background-color: #0fd19c !important; }

.text-green-1 {
  color: #0fd19c; }

.border-green-1 {
  border: solid 1px #0fd19c; }

.hover-border-green-1:hover {
  border: solid 1px #0fd19c; }

.hover-text-green-1:hover {
  color: #0fd19c !important; }

.text-green-1-p p {
  color: #0fd19c; }

.has-green-1-color {
  color: #0fd19c !important; }
  .has-green-1-color h1,
  .has-green-1-color h2,
  .has-green-1-color h3,
  .has-green-1-color h4,
  .has-green-1-color h5,
  .has-green-1-color h6,
  .has-green-1-color p,
  .has-green-1-color li {
    color: #0fd19c !important; }

.b-green-1 {
  border: solid 1px #0fd19c; }

.bt-green-1 {
  border-top: solid 1px #0fd19c; }

.bb-green-1 {
  border-bottom: solid 1px #0fd19c; }

.fill-green-1 {
  fill: #0fd19c; }

.stroke-green-1 {
  stroke: #0fd19c; }

.bg-top-green-1 {
  --top-color: var(--green-1); }

.bg-bottom-green-1 {
  --bottom-color: var(--green-1); }

.accent-label path {
  fill: #0fd19c; }

.music-section-block .shape.bg-green-1:before {
  border-color: transparent transparent #0fd19c transparent; }
.music-section-block .shape.bg-green-1:after {
  border-color: #0fd19c transparent transparent transparent; }
.music-section-block .tail.bg-green-1:after {
  border-color: #0fd19c transparent transparent transparent; }

.bg-green-2,
.has-green-2-background-color {
  background-color: #1f3f36; }

.hover-bg-green-2:hover {
  background-color: #1f3f36 !important; }

.text-green-2 {
  color: #1f3f36; }

.border-green-2 {
  border: solid 1px #1f3f36; }

.hover-border-green-2:hover {
  border: solid 1px #1f3f36; }

.hover-text-green-2:hover {
  color: #1f3f36 !important; }

.text-green-2-p p {
  color: #1f3f36; }

.has-green-2-color {
  color: #1f3f36 !important; }
  .has-green-2-color h1,
  .has-green-2-color h2,
  .has-green-2-color h3,
  .has-green-2-color h4,
  .has-green-2-color h5,
  .has-green-2-color h6,
  .has-green-2-color p,
  .has-green-2-color li {
    color: #1f3f36 !important; }

.b-green-2 {
  border: solid 1px #1f3f36; }

.bt-green-2 {
  border-top: solid 1px #1f3f36; }

.bb-green-2 {
  border-bottom: solid 1px #1f3f36; }

.fill-green-2 {
  fill: #1f3f36; }

.stroke-green-2 {
  stroke: #1f3f36; }

.bg-top-green-2 {
  --top-color: var(--green-2); }

.bg-bottom-green-2 {
  --bottom-color: var(--green-2); }

.accent-label path {
  fill: #1f3f36; }

.music-section-block .shape.bg-green-2:before {
  border-color: transparent transparent #1f3f36 transparent; }
.music-section-block .shape.bg-green-2:after {
  border-color: #1f3f36 transparent transparent transparent; }
.music-section-block .tail.bg-green-2:after {
  border-color: #1f3f36 transparent transparent transparent; }

.bg-green-3,
.has-green-3-background-color {
  background-color: #ecffcd; }

.hover-bg-green-3:hover {
  background-color: #ecffcd !important; }

.text-green-3 {
  color: #ecffcd; }

.border-green-3 {
  border: solid 1px #ecffcd; }

.hover-border-green-3:hover {
  border: solid 1px #ecffcd; }

.hover-text-green-3:hover {
  color: #ecffcd !important; }

.text-green-3-p p {
  color: #ecffcd; }

.has-green-3-color {
  color: #ecffcd !important; }
  .has-green-3-color h1,
  .has-green-3-color h2,
  .has-green-3-color h3,
  .has-green-3-color h4,
  .has-green-3-color h5,
  .has-green-3-color h6,
  .has-green-3-color p,
  .has-green-3-color li {
    color: #ecffcd !important; }

.b-green-3 {
  border: solid 1px #ecffcd; }

.bt-green-3 {
  border-top: solid 1px #ecffcd; }

.bb-green-3 {
  border-bottom: solid 1px #ecffcd; }

.fill-green-3 {
  fill: #ecffcd; }

.stroke-green-3 {
  stroke: #ecffcd; }

.bg-top-green-3 {
  --top-color: var(--green-3); }

.bg-bottom-green-3 {
  --bottom-color: var(--green-3); }

.accent-label path {
  fill: #ecffcd; }

.music-section-block .shape.bg-green-3:before {
  border-color: transparent transparent #ecffcd transparent; }
.music-section-block .shape.bg-green-3:after {
  border-color: #ecffcd transparent transparent transparent; }
.music-section-block .tail.bg-green-3:after {
  border-color: #ecffcd transparent transparent transparent; }

.bg-yellow-1,
.has-yellow-1-background-color {
  background-color: #fecd42; }

.hover-bg-yellow-1:hover {
  background-color: #fecd42 !important; }

.text-yellow-1 {
  color: #fecd42; }

.border-yellow-1 {
  border: solid 1px #fecd42; }

.hover-border-yellow-1:hover {
  border: solid 1px #fecd42; }

.hover-text-yellow-1:hover {
  color: #fecd42 !important; }

.text-yellow-1-p p {
  color: #fecd42; }

.has-yellow-1-color {
  color: #fecd42 !important; }
  .has-yellow-1-color h1,
  .has-yellow-1-color h2,
  .has-yellow-1-color h3,
  .has-yellow-1-color h4,
  .has-yellow-1-color h5,
  .has-yellow-1-color h6,
  .has-yellow-1-color p,
  .has-yellow-1-color li {
    color: #fecd42 !important; }

.b-yellow-1 {
  border: solid 1px #fecd42; }

.bt-yellow-1 {
  border-top: solid 1px #fecd42; }

.bb-yellow-1 {
  border-bottom: solid 1px #fecd42; }

.fill-yellow-1 {
  fill: #fecd42; }

.stroke-yellow-1 {
  stroke: #fecd42; }

.bg-top-yellow-1 {
  --top-color: var(--yellow-1); }

.bg-bottom-yellow-1 {
  --bottom-color: var(--yellow-1); }

.accent-label path {
  fill: #fecd42; }

.music-section-block .shape.bg-yellow-1:before {
  border-color: transparent transparent #fecd42 transparent; }
.music-section-block .shape.bg-yellow-1:after {
  border-color: #fecd42 transparent transparent transparent; }
.music-section-block .tail.bg-yellow-1:after {
  border-color: #fecd42 transparent transparent transparent; }

.bg-yellow-2,
.has-yellow-2-background-color {
  background-color: #fffe80; }

.hover-bg-yellow-2:hover {
  background-color: #fffe80 !important; }

.text-yellow-2 {
  color: #fffe80; }

.border-yellow-2 {
  border: solid 1px #fffe80; }

.hover-border-yellow-2:hover {
  border: solid 1px #fffe80; }

.hover-text-yellow-2:hover {
  color: #fffe80 !important; }

.text-yellow-2-p p {
  color: #fffe80; }

.has-yellow-2-color {
  color: #fffe80 !important; }
  .has-yellow-2-color h1,
  .has-yellow-2-color h2,
  .has-yellow-2-color h3,
  .has-yellow-2-color h4,
  .has-yellow-2-color h5,
  .has-yellow-2-color h6,
  .has-yellow-2-color p,
  .has-yellow-2-color li {
    color: #fffe80 !important; }

.b-yellow-2 {
  border: solid 1px #fffe80; }

.bt-yellow-2 {
  border-top: solid 1px #fffe80; }

.bb-yellow-2 {
  border-bottom: solid 1px #fffe80; }

.fill-yellow-2 {
  fill: #fffe80; }

.stroke-yellow-2 {
  stroke: #fffe80; }

.bg-top-yellow-2 {
  --top-color: var(--yellow-2); }

.bg-bottom-yellow-2 {
  --bottom-color: var(--yellow-2); }

.accent-label path {
  fill: #fffe80; }

.music-section-block .shape.bg-yellow-2:before {
  border-color: transparent transparent #fffe80 transparent; }
.music-section-block .shape.bg-yellow-2:after {
  border-color: #fffe80 transparent transparent transparent; }
.music-section-block .tail.bg-yellow-2:after {
  border-color: #fffe80 transparent transparent transparent; }

.bg-yellow-3,
.has-yellow-3-background-color {
  background-color: #fff4bc; }

.hover-bg-yellow-3:hover {
  background-color: #fff4bc !important; }

.text-yellow-3 {
  color: #fff4bc; }

.border-yellow-3 {
  border: solid 1px #fff4bc; }

.hover-border-yellow-3:hover {
  border: solid 1px #fff4bc; }

.hover-text-yellow-3:hover {
  color: #fff4bc !important; }

.text-yellow-3-p p {
  color: #fff4bc; }

.has-yellow-3-color {
  color: #fff4bc !important; }
  .has-yellow-3-color h1,
  .has-yellow-3-color h2,
  .has-yellow-3-color h3,
  .has-yellow-3-color h4,
  .has-yellow-3-color h5,
  .has-yellow-3-color h6,
  .has-yellow-3-color p,
  .has-yellow-3-color li {
    color: #fff4bc !important; }

.b-yellow-3 {
  border: solid 1px #fff4bc; }

.bt-yellow-3 {
  border-top: solid 1px #fff4bc; }

.bb-yellow-3 {
  border-bottom: solid 1px #fff4bc; }

.fill-yellow-3 {
  fill: #fff4bc; }

.stroke-yellow-3 {
  stroke: #fff4bc; }

.bg-top-yellow-3 {
  --top-color: var(--yellow-3); }

.bg-bottom-yellow-3 {
  --bottom-color: var(--yellow-3); }

.accent-label path {
  fill: #fff4bc; }

.music-section-block .shape.bg-yellow-3:before {
  border-color: transparent transparent #fff4bc transparent; }
.music-section-block .shape.bg-yellow-3:after {
  border-color: #fff4bc transparent transparent transparent; }
.music-section-block .tail.bg-yellow-3:after {
  border-color: #fff4bc transparent transparent transparent; }

.bg-orange-1,
.has-orange-1-background-color {
  background-color: #ff503f; }

.hover-bg-orange-1:hover {
  background-color: #ff503f !important; }

.text-orange-1 {
  color: #ff503f; }

.border-orange-1 {
  border: solid 1px #ff503f; }

.hover-border-orange-1:hover {
  border: solid 1px #ff503f; }

.hover-text-orange-1:hover {
  color: #ff503f !important; }

.text-orange-1-p p {
  color: #ff503f; }

.has-orange-1-color {
  color: #ff503f !important; }
  .has-orange-1-color h1,
  .has-orange-1-color h2,
  .has-orange-1-color h3,
  .has-orange-1-color h4,
  .has-orange-1-color h5,
  .has-orange-1-color h6,
  .has-orange-1-color p,
  .has-orange-1-color li {
    color: #ff503f !important; }

.b-orange-1 {
  border: solid 1px #ff503f; }

.bt-orange-1 {
  border-top: solid 1px #ff503f; }

.bb-orange-1 {
  border-bottom: solid 1px #ff503f; }

.fill-orange-1 {
  fill: #ff503f; }

.stroke-orange-1 {
  stroke: #ff503f; }

.bg-top-orange-1 {
  --top-color: var(--orange-1); }

.bg-bottom-orange-1 {
  --bottom-color: var(--orange-1); }

.accent-label path {
  fill: #ff503f; }

.music-section-block .shape.bg-orange-1:before {
  border-color: transparent transparent #ff503f transparent; }
.music-section-block .shape.bg-orange-1:after {
  border-color: #ff503f transparent transparent transparent; }
.music-section-block .tail.bg-orange-1:after {
  border-color: #ff503f transparent transparent transparent; }

.bg-orange-2,
.has-orange-2-background-color {
  background-color: #ffcdc9; }

.hover-bg-orange-2:hover {
  background-color: #ffcdc9 !important; }

.text-orange-2 {
  color: #ffcdc9; }

.border-orange-2 {
  border: solid 1px #ffcdc9; }

.hover-border-orange-2:hover {
  border: solid 1px #ffcdc9; }

.hover-text-orange-2:hover {
  color: #ffcdc9 !important; }

.text-orange-2-p p {
  color: #ffcdc9; }

.has-orange-2-color {
  color: #ffcdc9 !important; }
  .has-orange-2-color h1,
  .has-orange-2-color h2,
  .has-orange-2-color h3,
  .has-orange-2-color h4,
  .has-orange-2-color h5,
  .has-orange-2-color h6,
  .has-orange-2-color p,
  .has-orange-2-color li {
    color: #ffcdc9 !important; }

.b-orange-2 {
  border: solid 1px #ffcdc9; }

.bt-orange-2 {
  border-top: solid 1px #ffcdc9; }

.bb-orange-2 {
  border-bottom: solid 1px #ffcdc9; }

.fill-orange-2 {
  fill: #ffcdc9; }

.stroke-orange-2 {
  stroke: #ffcdc9; }

.bg-top-orange-2 {
  --top-color: var(--orange-2); }

.bg-bottom-orange-2 {
  --bottom-color: var(--orange-2); }

.accent-label path {
  fill: #ffcdc9; }

.music-section-block .shape.bg-orange-2:before {
  border-color: transparent transparent #ffcdc9 transparent; }
.music-section-block .shape.bg-orange-2:after {
  border-color: #ffcdc9 transparent transparent transparent; }
.music-section-block .tail.bg-orange-2:after {
  border-color: #ffcdc9 transparent transparent transparent; }

.bg-orange-3,
.has-orange-3-background-color {
  background-color: #301a18; }

.hover-bg-orange-3:hover {
  background-color: #301a18 !important; }

.text-orange-3 {
  color: #301a18; }

.border-orange-3 {
  border: solid 1px #301a18; }

.hover-border-orange-3:hover {
  border: solid 1px #301a18; }

.hover-text-orange-3:hover {
  color: #301a18 !important; }

.text-orange-3-p p {
  color: #301a18; }

.has-orange-3-color {
  color: #301a18 !important; }
  .has-orange-3-color h1,
  .has-orange-3-color h2,
  .has-orange-3-color h3,
  .has-orange-3-color h4,
  .has-orange-3-color h5,
  .has-orange-3-color h6,
  .has-orange-3-color p,
  .has-orange-3-color li {
    color: #301a18 !important; }

.b-orange-3 {
  border: solid 1px #301a18; }

.bt-orange-3 {
  border-top: solid 1px #301a18; }

.bb-orange-3 {
  border-bottom: solid 1px #301a18; }

.fill-orange-3 {
  fill: #301a18; }

.stroke-orange-3 {
  stroke: #301a18; }

.bg-top-orange-3 {
  --top-color: var(--orange-3); }

.bg-bottom-orange-3 {
  --bottom-color: var(--orange-3); }

.accent-label path {
  fill: #301a18; }

.music-section-block .shape.bg-orange-3:before {
  border-color: transparent transparent #301a18 transparent; }
.music-section-block .shape.bg-orange-3:after {
  border-color: #301a18 transparent transparent transparent; }
.music-section-block .tail.bg-orange-3:after {
  border-color: #301a18 transparent transparent transparent; }

.bg-pink-1,
.has-pink-1-background-color {
  background-color: #ffdbea; }

.hover-bg-pink-1:hover {
  background-color: #ffdbea !important; }

.text-pink-1 {
  color: #ffdbea; }

.border-pink-1 {
  border: solid 1px #ffdbea; }

.hover-border-pink-1:hover {
  border: solid 1px #ffdbea; }

.hover-text-pink-1:hover {
  color: #ffdbea !important; }

.text-pink-1-p p {
  color: #ffdbea; }

.has-pink-1-color {
  color: #ffdbea !important; }
  .has-pink-1-color h1,
  .has-pink-1-color h2,
  .has-pink-1-color h3,
  .has-pink-1-color h4,
  .has-pink-1-color h5,
  .has-pink-1-color h6,
  .has-pink-1-color p,
  .has-pink-1-color li {
    color: #ffdbea !important; }

.b-pink-1 {
  border: solid 1px #ffdbea; }

.bt-pink-1 {
  border-top: solid 1px #ffdbea; }

.bb-pink-1 {
  border-bottom: solid 1px #ffdbea; }

.fill-pink-1 {
  fill: #ffdbea; }

.stroke-pink-1 {
  stroke: #ffdbea; }

.bg-top-pink-1 {
  --top-color: var(--pink-1); }

.bg-bottom-pink-1 {
  --bottom-color: var(--pink-1); }

.accent-label path {
  fill: #ffdbea; }

.music-section-block .shape.bg-pink-1:before {
  border-color: transparent transparent #ffdbea transparent; }
.music-section-block .shape.bg-pink-1:after {
  border-color: #ffdbea transparent transparent transparent; }
.music-section-block .tail.bg-pink-1:after {
  border-color: #ffdbea transparent transparent transparent; }

.bg-pink-2,
.has-pink-2-background-color {
  background-color: #ff709c; }

.hover-bg-pink-2:hover {
  background-color: #ff709c !important; }

.text-pink-2 {
  color: #ff709c; }

.border-pink-2 {
  border: solid 1px #ff709c; }

.hover-border-pink-2:hover {
  border: solid 1px #ff709c; }

.hover-text-pink-2:hover {
  color: #ff709c !important; }

.text-pink-2-p p {
  color: #ff709c; }

.has-pink-2-color {
  color: #ff709c !important; }
  .has-pink-2-color h1,
  .has-pink-2-color h2,
  .has-pink-2-color h3,
  .has-pink-2-color h4,
  .has-pink-2-color h5,
  .has-pink-2-color h6,
  .has-pink-2-color p,
  .has-pink-2-color li {
    color: #ff709c !important; }

.b-pink-2 {
  border: solid 1px #ff709c; }

.bt-pink-2 {
  border-top: solid 1px #ff709c; }

.bb-pink-2 {
  border-bottom: solid 1px #ff709c; }

.fill-pink-2 {
  fill: #ff709c; }

.stroke-pink-2 {
  stroke: #ff709c; }

.bg-top-pink-2 {
  --top-color: var(--pink-2); }

.bg-bottom-pink-2 {
  --bottom-color: var(--pink-2); }

.accent-label path {
  fill: #ff709c; }

.music-section-block .shape.bg-pink-2:before {
  border-color: transparent transparent #ff709c transparent; }
.music-section-block .shape.bg-pink-2:after {
  border-color: #ff709c transparent transparent transparent; }
.music-section-block .tail.bg-pink-2:after {
  border-color: #ff709c transparent transparent transparent; }

.bg-pink-3,
.has-pink-3-background-color {
  background-color: #3f1d27; }

.hover-bg-pink-3:hover {
  background-color: #3f1d27 !important; }

.text-pink-3 {
  color: #3f1d27; }

.border-pink-3 {
  border: solid 1px #3f1d27; }

.hover-border-pink-3:hover {
  border: solid 1px #3f1d27; }

.hover-text-pink-3:hover {
  color: #3f1d27 !important; }

.text-pink-3-p p {
  color: #3f1d27; }

.has-pink-3-color {
  color: #3f1d27 !important; }
  .has-pink-3-color h1,
  .has-pink-3-color h2,
  .has-pink-3-color h3,
  .has-pink-3-color h4,
  .has-pink-3-color h5,
  .has-pink-3-color h6,
  .has-pink-3-color p,
  .has-pink-3-color li {
    color: #3f1d27 !important; }

.b-pink-3 {
  border: solid 1px #3f1d27; }

.bt-pink-3 {
  border-top: solid 1px #3f1d27; }

.bb-pink-3 {
  border-bottom: solid 1px #3f1d27; }

.fill-pink-3 {
  fill: #3f1d27; }

.stroke-pink-3 {
  stroke: #3f1d27; }

.bg-top-pink-3 {
  --top-color: var(--pink-3); }

.bg-bottom-pink-3 {
  --bottom-color: var(--pink-3); }

.accent-label path {
  fill: #3f1d27; }

.music-section-block .shape.bg-pink-3:before {
  border-color: transparent transparent #3f1d27 transparent; }
.music-section-block .shape.bg-pink-3:after {
  border-color: #3f1d27 transparent transparent transparent; }
.music-section-block .tail.bg-pink-3:after {
  border-color: #3f1d27 transparent transparent transparent; }

.bg-blue-1,
.has-blue-1-background-color {
  background-color: #c8eeff; }

.hover-bg-blue-1:hover {
  background-color: #c8eeff !important; }

.text-blue-1 {
  color: #c8eeff; }

.border-blue-1 {
  border: solid 1px #c8eeff; }

.hover-border-blue-1:hover {
  border: solid 1px #c8eeff; }

.hover-text-blue-1:hover {
  color: #c8eeff !important; }

.text-blue-1-p p {
  color: #c8eeff; }

.has-blue-1-color {
  color: #c8eeff !important; }
  .has-blue-1-color h1,
  .has-blue-1-color h2,
  .has-blue-1-color h3,
  .has-blue-1-color h4,
  .has-blue-1-color h5,
  .has-blue-1-color h6,
  .has-blue-1-color p,
  .has-blue-1-color li {
    color: #c8eeff !important; }

.b-blue-1 {
  border: solid 1px #c8eeff; }

.bt-blue-1 {
  border-top: solid 1px #c8eeff; }

.bb-blue-1 {
  border-bottom: solid 1px #c8eeff; }

.fill-blue-1 {
  fill: #c8eeff; }

.stroke-blue-1 {
  stroke: #c8eeff; }

.bg-top-blue-1 {
  --top-color: var(--blue-1); }

.bg-bottom-blue-1 {
  --bottom-color: var(--blue-1); }

.accent-label path {
  fill: #c8eeff; }

.music-section-block .shape.bg-blue-1:before {
  border-color: transparent transparent #c8eeff transparent; }
.music-section-block .shape.bg-blue-1:after {
  border-color: #c8eeff transparent transparent transparent; }
.music-section-block .tail.bg-blue-1:after {
  border-color: #c8eeff transparent transparent transparent; }

.bg-blue-2,
.has-blue-2-background-color {
  background-color: #4881f7; }

.hover-bg-blue-2:hover {
  background-color: #4881f7 !important; }

.text-blue-2 {
  color: #4881f7; }

.border-blue-2 {
  border: solid 1px #4881f7; }

.hover-border-blue-2:hover {
  border: solid 1px #4881f7; }

.hover-text-blue-2:hover {
  color: #4881f7 !important; }

.text-blue-2-p p {
  color: #4881f7; }

.has-blue-2-color {
  color: #4881f7 !important; }
  .has-blue-2-color h1,
  .has-blue-2-color h2,
  .has-blue-2-color h3,
  .has-blue-2-color h4,
  .has-blue-2-color h5,
  .has-blue-2-color h6,
  .has-blue-2-color p,
  .has-blue-2-color li {
    color: #4881f7 !important; }

.b-blue-2 {
  border: solid 1px #4881f7; }

.bt-blue-2 {
  border-top: solid 1px #4881f7; }

.bb-blue-2 {
  border-bottom: solid 1px #4881f7; }

.fill-blue-2 {
  fill: #4881f7; }

.stroke-blue-2 {
  stroke: #4881f7; }

.bg-top-blue-2 {
  --top-color: var(--blue-2); }

.bg-bottom-blue-2 {
  --bottom-color: var(--blue-2); }

.accent-label path {
  fill: #4881f7; }

.music-section-block .shape.bg-blue-2:before {
  border-color: transparent transparent #4881f7 transparent; }
.music-section-block .shape.bg-blue-2:after {
  border-color: #4881f7 transparent transparent transparent; }
.music-section-block .tail.bg-blue-2:after {
  border-color: #4881f7 transparent transparent transparent; }

.bg-blue-3,
.has-blue-3-background-color {
  background-color: #1e2b3e; }

.hover-bg-blue-3:hover {
  background-color: #1e2b3e !important; }

.text-blue-3 {
  color: #1e2b3e; }

.border-blue-3 {
  border: solid 1px #1e2b3e; }

.hover-border-blue-3:hover {
  border: solid 1px #1e2b3e; }

.hover-text-blue-3:hover {
  color: #1e2b3e !important; }

.text-blue-3-p p {
  color: #1e2b3e; }

.has-blue-3-color {
  color: #1e2b3e !important; }
  .has-blue-3-color h1,
  .has-blue-3-color h2,
  .has-blue-3-color h3,
  .has-blue-3-color h4,
  .has-blue-3-color h5,
  .has-blue-3-color h6,
  .has-blue-3-color p,
  .has-blue-3-color li {
    color: #1e2b3e !important; }

.b-blue-3 {
  border: solid 1px #1e2b3e; }

.bt-blue-3 {
  border-top: solid 1px #1e2b3e; }

.bb-blue-3 {
  border-bottom: solid 1px #1e2b3e; }

.fill-blue-3 {
  fill: #1e2b3e; }

.stroke-blue-3 {
  stroke: #1e2b3e; }

.bg-top-blue-3 {
  --top-color: var(--blue-3); }

.bg-bottom-blue-3 {
  --bottom-color: var(--blue-3); }

.accent-label path {
  fill: #1e2b3e; }

.music-section-block .shape.bg-blue-3:before {
  border-color: transparent transparent #1e2b3e transparent; }
.music-section-block .shape.bg-blue-3:after {
  border-color: #1e2b3e transparent transparent transparent; }
.music-section-block .tail.bg-blue-3:after {
  border-color: #1e2b3e transparent transparent transparent; }

.bg-blue-4,
.has-blue-4-background-color {
  background-color: #233d4d; }

.hover-bg-blue-4:hover {
  background-color: #233d4d !important; }

.text-blue-4 {
  color: #233d4d; }

.border-blue-4 {
  border: solid 1px #233d4d; }

.hover-border-blue-4:hover {
  border: solid 1px #233d4d; }

.hover-text-blue-4:hover {
  color: #233d4d !important; }

.text-blue-4-p p {
  color: #233d4d; }

.has-blue-4-color {
  color: #233d4d !important; }
  .has-blue-4-color h1,
  .has-blue-4-color h2,
  .has-blue-4-color h3,
  .has-blue-4-color h4,
  .has-blue-4-color h5,
  .has-blue-4-color h6,
  .has-blue-4-color p,
  .has-blue-4-color li {
    color: #233d4d !important; }

.b-blue-4 {
  border: solid 1px #233d4d; }

.bt-blue-4 {
  border-top: solid 1px #233d4d; }

.bb-blue-4 {
  border-bottom: solid 1px #233d4d; }

.fill-blue-4 {
  fill: #233d4d; }

.stroke-blue-4 {
  stroke: #233d4d; }

.bg-top-blue-4 {
  --top-color: var(--blue-4); }

.bg-bottom-blue-4 {
  --bottom-color: var(--blue-4); }

.accent-label path {
  fill: #233d4d; }

.music-section-block .shape.bg-blue-4:before {
  border-color: transparent transparent #233d4d transparent; }
.music-section-block .shape.bg-blue-4:after {
  border-color: #233d4d transparent transparent transparent; }
.music-section-block .tail.bg-blue-4:after {
  border-color: #233d4d transparent transparent transparent; }

.bg-grey-1,
.has-grey-1-background-color {
  background-color: #f2f9f2; }

.hover-bg-grey-1:hover {
  background-color: #f2f9f2 !important; }

.text-grey-1 {
  color: #f2f9f2; }

.border-grey-1 {
  border: solid 1px #f2f9f2; }

.hover-border-grey-1:hover {
  border: solid 1px #f2f9f2; }

.hover-text-grey-1:hover {
  color: #f2f9f2 !important; }

.text-grey-1-p p {
  color: #f2f9f2; }

.has-grey-1-color {
  color: #f2f9f2 !important; }
  .has-grey-1-color h1,
  .has-grey-1-color h2,
  .has-grey-1-color h3,
  .has-grey-1-color h4,
  .has-grey-1-color h5,
  .has-grey-1-color h6,
  .has-grey-1-color p,
  .has-grey-1-color li {
    color: #f2f9f2 !important; }

.b-grey-1 {
  border: solid 1px #f2f9f2; }

.bt-grey-1 {
  border-top: solid 1px #f2f9f2; }

.bb-grey-1 {
  border-bottom: solid 1px #f2f9f2; }

.fill-grey-1 {
  fill: #f2f9f2; }

.stroke-grey-1 {
  stroke: #f2f9f2; }

.bg-top-grey-1 {
  --top-color: var(--grey-1); }

.bg-bottom-grey-1 {
  --bottom-color: var(--grey-1); }

.accent-label path {
  fill: #f2f9f2; }

.music-section-block .shape.bg-grey-1:before {
  border-color: transparent transparent #f2f9f2 transparent; }
.music-section-block .shape.bg-grey-1:after {
  border-color: #f2f9f2 transparent transparent transparent; }
.music-section-block .tail.bg-grey-1:after {
  border-color: #f2f9f2 transparent transparent transparent; }

.bg-grey-2,
.has-grey-2-background-color {
  background-color: #636363; }

.hover-bg-grey-2:hover {
  background-color: #636363 !important; }

.text-grey-2 {
  color: #636363; }

.border-grey-2 {
  border: solid 1px #636363; }

.hover-border-grey-2:hover {
  border: solid 1px #636363; }

.hover-text-grey-2:hover {
  color: #636363 !important; }

.text-grey-2-p p {
  color: #636363; }

.has-grey-2-color {
  color: #636363 !important; }
  .has-grey-2-color h1,
  .has-grey-2-color h2,
  .has-grey-2-color h3,
  .has-grey-2-color h4,
  .has-grey-2-color h5,
  .has-grey-2-color h6,
  .has-grey-2-color p,
  .has-grey-2-color li {
    color: #636363 !important; }

.b-grey-2 {
  border: solid 1px #636363; }

.bt-grey-2 {
  border-top: solid 1px #636363; }

.bb-grey-2 {
  border-bottom: solid 1px #636363; }

.fill-grey-2 {
  fill: #636363; }

.stroke-grey-2 {
  stroke: #636363; }

.bg-top-grey-2 {
  --top-color: var(--grey-2); }

.bg-bottom-grey-2 {
  --bottom-color: var(--grey-2); }

.accent-label path {
  fill: #636363; }

.music-section-block .shape.bg-grey-2:before {
  border-color: transparent transparent #636363 transparent; }
.music-section-block .shape.bg-grey-2:after {
  border-color: #636363 transparent transparent transparent; }
.music-section-block .tail.bg-grey-2:after {
  border-color: #636363 transparent transparent transparent; }

.bg-off-white,
.has-off-white-background-color {
  background-color: #fffef9; }

.hover-bg-off-white:hover {
  background-color: #fffef9 !important; }

.text-off-white {
  color: #fffef9; }

.border-off-white {
  border: solid 1px #fffef9; }

.hover-border-off-white:hover {
  border: solid 1px #fffef9; }

.hover-text-off-white:hover {
  color: #fffef9 !important; }

.text-off-white-p p {
  color: #fffef9; }

.has-off-white-color {
  color: #fffef9 !important; }
  .has-off-white-color h1,
  .has-off-white-color h2,
  .has-off-white-color h3,
  .has-off-white-color h4,
  .has-off-white-color h5,
  .has-off-white-color h6,
  .has-off-white-color p,
  .has-off-white-color li {
    color: #fffef9 !important; }

.b-off-white {
  border: solid 1px #fffef9; }

.bt-off-white {
  border-top: solid 1px #fffef9; }

.bb-off-white {
  border-bottom: solid 1px #fffef9; }

.fill-off-white {
  fill: #fffef9; }

.stroke-off-white {
  stroke: #fffef9; }

.bg-top-off-white {
  --top-color: var(--off-white); }

.bg-bottom-off-white {
  --bottom-color: var(--off-white); }

.accent-label path {
  fill: #fffef9; }

.music-section-block .shape.bg-off-white:before {
  border-color: transparent transparent #fffef9 transparent; }
.music-section-block .shape.bg-off-white:after {
  border-color: #fffef9 transparent transparent transparent; }
.music-section-block .tail.bg-off-white:after {
  border-color: #fffef9 transparent transparent transparent; }

.bg-off-black,
.has-off-black-background-color {
  background-color: #1d1d1b; }

.hover-bg-off-black:hover {
  background-color: #1d1d1b !important; }

.text-off-black {
  color: #1d1d1b; }

.border-off-black {
  border: solid 1px #1d1d1b; }

.hover-border-off-black:hover {
  border: solid 1px #1d1d1b; }

.hover-text-off-black:hover {
  color: #1d1d1b !important; }

.text-off-black-p p {
  color: #1d1d1b; }

.has-off-black-color {
  color: #1d1d1b !important; }
  .has-off-black-color h1,
  .has-off-black-color h2,
  .has-off-black-color h3,
  .has-off-black-color h4,
  .has-off-black-color h5,
  .has-off-black-color h6,
  .has-off-black-color p,
  .has-off-black-color li {
    color: #1d1d1b !important; }

.b-off-black {
  border: solid 1px #1d1d1b; }

.bt-off-black {
  border-top: solid 1px #1d1d1b; }

.bb-off-black {
  border-bottom: solid 1px #1d1d1b; }

.fill-off-black {
  fill: #1d1d1b; }

.stroke-off-black {
  stroke: #1d1d1b; }

.bg-top-off-black {
  --top-color: var(--off-black); }

.bg-bottom-off-black {
  --bottom-color: var(--off-black); }

.accent-label path {
  fill: #1d1d1b; }

.music-section-block .shape.bg-off-black:before {
  border-color: transparent transparent #1d1d1b transparent; }
.music-section-block .shape.bg-off-black:after {
  border-color: #1d1d1b transparent transparent transparent; }
.music-section-block .tail.bg-off-black:after {
  border-color: #1d1d1b transparent transparent transparent; }

.bg-off-black2,
.has-off-black2-background-color {
  background-color: #231602; }

.hover-bg-off-black2:hover {
  background-color: #231602 !important; }

.text-off-black2 {
  color: #231602; }

.border-off-black2 {
  border: solid 1px #231602; }

.hover-border-off-black2:hover {
  border: solid 1px #231602; }

.hover-text-off-black2:hover {
  color: #231602 !important; }

.text-off-black2-p p {
  color: #231602; }

.has-off-black2-color {
  color: #231602 !important; }
  .has-off-black2-color h1,
  .has-off-black2-color h2,
  .has-off-black2-color h3,
  .has-off-black2-color h4,
  .has-off-black2-color h5,
  .has-off-black2-color h6,
  .has-off-black2-color p,
  .has-off-black2-color li {
    color: #231602 !important; }

.b-off-black2 {
  border: solid 1px #231602; }

.bt-off-black2 {
  border-top: solid 1px #231602; }

.bb-off-black2 {
  border-bottom: solid 1px #231602; }

.fill-off-black2 {
  fill: #231602; }

.stroke-off-black2 {
  stroke: #231602; }

.bg-top-off-black2 {
  --top-color: var(--off-black2); }

.bg-bottom-off-black2 {
  --bottom-color: var(--off-black2); }

.accent-label path {
  fill: #231602; }

.music-section-block .shape.bg-off-black2:before {
  border-color: transparent transparent #231602 transparent; }
.music-section-block .shape.bg-off-black2:after {
  border-color: #231602 transparent transparent transparent; }
.music-section-block .tail.bg-off-black2:after {
  border-color: #231602 transparent transparent transparent; }

.bg-white,
.has-white-background-color {
  background-color: #ffffff; }

.hover-bg-white:hover {
  background-color: #ffffff !important; }

.text-white {
  color: #ffffff; }

.border-white {
  border: solid 1px #ffffff; }

.hover-border-white:hover {
  border: solid 1px #ffffff; }

.hover-text-white:hover {
  color: #ffffff !important; }

.text-white-p p {
  color: #ffffff; }

.has-white-color {
  color: #ffffff !important; }
  .has-white-color h1,
  .has-white-color h2,
  .has-white-color h3,
  .has-white-color h4,
  .has-white-color h5,
  .has-white-color h6,
  .has-white-color p,
  .has-white-color li {
    color: #ffffff !important; }

.b-white {
  border: solid 1px #ffffff; }

.bt-white {
  border-top: solid 1px #ffffff; }

.bb-white {
  border-bottom: solid 1px #ffffff; }

.fill-white {
  fill: #ffffff; }

.stroke-white {
  stroke: #ffffff; }

.bg-top-white {
  --top-color: var(--white); }

.bg-bottom-white {
  --bottom-color: var(--white); }

.accent-label path {
  fill: #ffffff; }

.music-section-block .shape.bg-white:before {
  border-color: transparent transparent #ffffff transparent; }
.music-section-block .shape.bg-white:after {
  border-color: #ffffff transparent transparent transparent; }
.music-section-block .tail.bg-white:after {
  border-color: #ffffff transparent transparent transparent; }

.bg-black,
.has-black-background-color {
  background-color: #000000; }

.hover-bg-black:hover {
  background-color: #000000 !important; }

.text-black {
  color: #000000; }

.border-black {
  border: solid 1px #000000; }

.hover-border-black:hover {
  border: solid 1px #000000; }

.hover-text-black:hover {
  color: #000000 !important; }

.text-black-p p {
  color: #000000; }

.has-black-color {
  color: #000000 !important; }
  .has-black-color h1,
  .has-black-color h2,
  .has-black-color h3,
  .has-black-color h4,
  .has-black-color h5,
  .has-black-color h6,
  .has-black-color p,
  .has-black-color li {
    color: #000000 !important; }

.b-black {
  border: solid 1px #000000; }

.bt-black {
  border-top: solid 1px #000000; }

.bb-black {
  border-bottom: solid 1px #000000; }

.fill-black {
  fill: #000000; }

.stroke-black {
  stroke: #000000; }

.bg-top-black {
  --top-color: var(--black); }

.bg-bottom-black {
  --bottom-color: var(--black); }

.accent-label path {
  fill: #000000; }

.music-section-block .shape.bg-black:before {
  border-color: transparent transparent #000000 transparent; }
.music-section-block .shape.bg-black:after {
  border-color: #000000 transparent transparent transparent; }
.music-section-block .tail.bg-black:after {
  border-color: #000000 transparent transparent transparent; }

.button {
  padding: 6px 16px;
  font-size: 18px;
  -webkit-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px; }

header {
  position: fixed;
  display: flex;
  justify-content: space-between;
  align-items: center;
  top: 18px;
  width: 95%;
  height: 84px;
  max-width: min(1360px, 90%);
  left: 50%;
  transform: translate(-50%, 0);
  background-color: #ffffff;
  box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.2);
  padding: 13px 42px 13px 30px;
  box-sizing: border-box;
  z-index: 9990;
  -webkit-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px; }
  header .logo-link {
    display: inline-block;
    height: 58px; }
  header .text-resizer .text-resizer-label,
  header .text-resizer .text-resizer-regular,
  header .text-resizer .text-resizer-large {
    display: inline-block;
    vertical-align: middle;
    font-weight: 700;
    color: #000000; }
  header .text-resizer .text-resizer-regular,
  header .text-resizer .text-resizer-large {
    padding: 5px;
    cursor: pointer;
    -webkit-transition: 0.2s linear all;
    -moz-transition: 0.2s linear all;
    -ms-transition: 0.2s linear all;
    -o-transition: 0.2s linear all;
    transition: 0.2s linear all; }
    header .text-resizer .text-resizer-regular:hover,
    header .text-resizer .text-resizer-large:hover {
      color: #0fd19c; }
  header .text-resizer .text-resizer-label {
    margin-right: 10px; }
    @media (max-width: 1200px) {
      header .text-resizer .text-resizer-label {
        display: none; } }
  header .text-resizer .text-resizer-regular {
    font-size: 14px; }
  header .text-resizer .text-resizer-label,
  header .text-resizer .text-resizer-large {
    font-size: 18px; }
  @media (max-width: 1000px) {
    header .text-resizer {
      margin-left: auto;
      margin-right: 20px; } }
  @media (max-width: 600px) {
    header .text-resizer {
      margin-right: 0; } }
  header .donate-button {
    padding: 10px 22px;
    font-size: 18px;
    -webkit-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px; }
    @media (max-width: 600px) {
      header .donate-button {
        display: none; } }
  header .hamburger-toggle {
    display: none;
    width: 50px;
    height: 50px;
    background-color: #0fd19c;
    margin-left: 20px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: 0.2s linear all;
    -moz-transition: 0.2s linear all;
    -ms-transition: 0.2s linear all;
    -o-transition: 0.2s linear all;
    transition: 0.2s linear all; }
    header .hamburger-toggle .line {
      width: 25px;
      height: 3px;
      background-color: #ffffff;
      -webkit-border-radius: 8px;
      -ms-border-radius: 8px;
      border-radius: 8px; }
    header .hamburger-toggle:hover {
      background-color: #1f3f36; }
    @media (max-width: 1000px) {
      header .hamburger-toggle {
        display: flex; } }
  @media (max-width: 1000px) {
    header {
      padding: 13px 30px; } }
  @media (max-width: 440px) {
    header {
      padding: 13px; } }

.logo {
  width: 200px;
  height: 58px; }
  .logo path {
    fill: #0fd19c; }

.header-menu {
  display: flex;
  list-style: none;
  gap: 40px;
  height: 23px; }
  .header-menu > .menu-item {
    line-height: 23px; }
    .header-menu > .menu-item > a {
      font-size: 18px;
      color: #000000; }
      .header-menu > .menu-item > a:hover {
        color: #0fd19c; }
  .header-menu .menu-item-has-children {
    position: relative;
    padding-right: 20px; }
    .header-menu .menu-item-has-children > .sub-menu {
      list-style: none;
      position: absolute;
      opacity: 0;
      visibility: hidden;
      top: 100%;
      left: 0;
      width: 250px;
      padding: 20px 30px;
      box-sizing: border-box;
      background-color: #ffffff;
      border-bottom-left-radius: 8px;
      border-bottom-right-radius: 8px;
      -webkit-transition: 0.2s linear all;
      -moz-transition: 0.2s linear all;
      -ms-transition: 0.2s linear all;
      -o-transition: 0.2s linear all;
      transition: 0.2s linear all; }
      .header-menu .menu-item-has-children > .sub-menu li {
        margin-bottom: 5px; }
      .header-menu .menu-item-has-children > .sub-menu a {
        font-size: 16px;
        color: #000000; }
        .header-menu .menu-item-has-children > .sub-menu a:hover {
          color: #0fd19c; }
    .header-menu .menu-item-has-children:hover > .sub-menu {
      opacity: 1;
      visibility: visible; }
    .header-menu .menu-item-has-children:after {
      position: absolute;
      content: "";
      width: 15px;
      height: 6px;
      right: 0;
      top: 50%;
      background-image: url("../../assets/images/down-chevron.png");
      background-position: center;
      background-size: contain;
      background-repeat: no-repeat; }
  @media (max-width: 1100px) {
    .header-menu {
      gap: 20px; } }
  @media (max-width: 1000px) {
    .header-menu {
      display: none; } }

.mobile-menu-box {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #0fd19c;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 9999; }
  .mobile-menu-box .close-mobile-menu {
    position: absolute;
    top: 35px;
    right: 54px;
    width: 50px;
    height: 50px;
    background-color: #ffffff;
    cursor: pointer;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: 0.2s linear all;
    -moz-transition: 0.2s linear all;
    -ms-transition: 0.2s linear all;
    -o-transition: 0.2s linear all;
    transition: 0.2s linear all; }
    .mobile-menu-box .close-mobile-menu .line {
      width: 25px;
      height: 3px;
      background-color: #0fd19c;
      position: absolute;
      left: 12.5px;
      top: 23.5px;
      -webkit-border-radius: 8px;
      -ms-border-radius: 8px;
      border-radius: 8px; }
      .mobile-menu-box .close-mobile-menu .line.line-1 {
        transform: rotate(-45deg); }
      .mobile-menu-box .close-mobile-menu .line.line-2 {
        transform: rotate(45deg); }
    .mobile-menu-box .close-mobile-menu:hover {
      background-color: #1f3f36; }
  .mobile-menu-box .mobile-menu {
    text-align: center;
    list-style: none; }
    .mobile-menu-box .mobile-menu > li > a {
      color: #ffffff;
      border-bottom: solid 2px #ffffff; }
      .mobile-menu-box .mobile-menu > li > a:hover {
        color: #1f3f36;
        border-bottom: solid 2px #1f3f36; }
    .mobile-menu-box .mobile-menu > li.menu-item-has-children .sub-menu {
      margin-top: 5px;
      margin-bottom: 20px;
      list-style: none; }
      .mobile-menu-box .mobile-menu > li.menu-item-has-children .sub-menu li {
        line-height: 30px; }
        .mobile-menu-box .mobile-menu > li.menu-item-has-children .sub-menu li a {
          color: #ffffff;
          font-size: 20px; }
          .mobile-menu-box .mobile-menu > li.menu-item-has-children .sub-menu li a:hover {
            color: #1f3f36; }
  .mobile-menu-box .donate-button {
    margin-top: 24px; }
  .mobile-menu-box.active {
    display: flex; }

.footer-nav {
  display: flex;
  column-gap: 80px;
  row-gap: 20px;
  list-style: none;
  flex-wrap: wrap; }
  .footer-nav .menu-item {
    width: calc(50% - 40px); }
    .footer-nav .menu-item a {
      color: #233d4d;
      font-family: "museo", serif;
      text-decoration: underline; }
      .footer-nav .menu-item a:hover {
        color: #0fd19c; }
    @media (max-width: 600px) {
      .footer-nav .menu-item {
        width: 100%; } }
  @media (max-width: 1100px) {
    .footer-nav {
      column-gap: 40px; } }
  @media (max-width: 600px) {
    .footer-nav {
      row-gap: 12px; } }

#primary {
  padding-top: 120px; }
  #primary.page-type-text h1 {
    padding-bottom: 40px; }
  #primary.page-type-text #main {
    padding-top: 40px;
    padding-bottom: 60px; }

#main {
  overflow-x: hidden; }
  #main > .wp-block-columns,
  #main > .wp-block-heading,
  #main > p {
    padding-left: calc((100% - 1180px) / 2);
    padding-right: calc((100% - 1180px) / 2); }
    @media (max-width: 1500px) {
      #main > .wp-block-columns,
      #main > .wp-block-heading,
      #main > p {
        padding-left: 5%;
        padding-right: 5%; } }
    #main > .wp-block-columns.wide-width,
    #main > .wp-block-heading.wide-width,
    #main > p.wide-width {
      padding-left: calc((100% - 1360px) / 2);
      padding-right: calc((100% - 1360px) / 2); }
      @media (max-width: 1400px) {
        #main > .wp-block-columns.wide-width,
        #main > .wp-block-heading.wide-width,
        #main > p.wide-width {
          padding-left: 5%;
          padding-right: 5%; } }
    #main > .wp-block-columns.small-width,
    #main > .wp-block-heading.small-width,
    #main > p.small-width {
      padding-left: calc((100% - 850px) / 2);
      padding-right: calc((100% - 850px) / 2); }
      @media (max-width: 900px) {
        #main > .wp-block-columns.small-width,
        #main > .wp-block-heading.small-width,
        #main > p.small-width {
          padding-left: 5%;
          padding-right: 5%; } }
    #main > .wp-block-columns.xs-width,
    #main > .wp-block-heading.xs-width,
    #main > p.xs-width {
      padding-left: calc((100% - 520px) / 2);
      padding-right: calc((100% - 520px) / 2); }
      @media (max-width: 600px) {
        #main > .wp-block-columns.xs-width,
        #main > .wp-block-heading.xs-width,
        #main > p.xs-width {
          padding-left: 5%;
          padding-right: 5%; } }

.container,
.mid-container,
.small-container,
.xs-container {
  width: 90%;
  margin-left: auto;
  margin-right: auto; }

.container {
  max-width: 1360px; }

.mid-container {
  max-width: 1180px; }

.small-container {
  max-width: 850px; }

.xs-container {
  max-width: 560px; }

.wp-block-columns .container,
.wp-block-columns .mid-container,
.wp-block-columns .small-container,
.wp-block-columns .xs-container {
  max-width: none;
  width: 100%; }
.wp-block-columns.is-layout-flex {
  gap: 25px; }
  @media (max-width: 1200px) {
    .wp-block-columns.is-layout-flex.column-count-4 .wp-block-column {
      flex-basis: calc((100% - 25px) / 2) !important; } }
  @media (max-width: 600px) {
    .wp-block-columns.is-layout-flex.column-count-4 .wp-block-column {
      flex-basis: 100% !important; } }
  @media (max-width: 1200px) {
    .wp-block-columns.is-layout-flex.column-count-4 {
      flex-wrap: wrap !important; } }
  @media (max-width: 1300px) {
    .wp-block-columns.is-layout-flex.column-count-5 .wp-block-column {
      flex-basis: calc((100% - 50px) / 3) !important; } }
  @media (max-width: 1000px) {
    .wp-block-columns.is-layout-flex.column-count-5 .wp-block-column {
      flex-basis: calc((100% - 25px) / 2) !important; } }
  @media (max-width: 600px) {
    .wp-block-columns.is-layout-flex.column-count-5 .wp-block-column {
      flex-basis: 100% !important; } }
  @media (max-width: 1300px) {
    .wp-block-columns.is-layout-flex.column-count-5 {
      flex-wrap: wrap !important;
      justify-content: center; } }

footer .footer-outer {
  border-top-left-radius: 92px;
  border-top-right-radius: 92px;
  overflow: hidden; }
  @media (max-width: 600px) {
    footer .footer-outer .grid-1 .column-1 {
      margin-bottom: 40px; } }
  @media (max-width: 1100px) {
    footer .footer-outer .grid-1 .column-2 {
      display: none; } }
  @media (max-width: 1100px) {
    footer .footer-outer .grid-1 {
      gap: 48px; } }
  @media (max-width: 900px) {
    footer .footer-outer .grid-1 {
      text-align: center;
      margin-bottom: 40px; } }
  @media (max-width: 600px) {
    footer .footer-outer .grid-1 {
      gap: 0; } }
  @media (max-width: 1200px) {
    footer .footer-outer .grid-2 .column-2 {
      margin-top: 24px; } }
  @media (max-width: 1200px) {
    footer .footer-outer .grid-2 .column-3 {
      text-align: right; } }
footer .container {
  padding-top: 78px; }
footer .footer-title {
  font-size: 60px;
  line-height: 60px;
  font-weight: 600;
  margin-bottom: 60px; }
  @media (max-width: 1100px) {
    footer .footer-title {
      font-size: 40px;
      line-height: 40px; } }
footer .full-logo {
  width: 185px;
  height: 54px;
  margin-right: 54px; }
  footer .full-logo path {
    fill: #1f3f36; }
  @media (max-width: 600px) {
    footer .full-logo {
      width: 60%;
      height: auto;
      margin-right: 0;
      margin-bottom: 40px; } }
footer .school-logo {
  width: 136px;
  height: 59px; }
  footer .school-logo path {
    fill: #1f3f36; }
  @media (max-width: 600px) {
    footer .school-logo {
      width: 50%;
      height: auto; } }
footer .social-links {
  margin-top: 34px;
  margin-bottom: 16px; }
  footer .social-links .social-link svg path {
    fill: #ff503f;
    -webkit-transition: 0.2s linear all;
    -moz-transition: 0.2s linear all;
    -ms-transition: 0.2s linear all;
    -o-transition: 0.2s linear all;
    transition: 0.2s linear all; }
  footer .social-links .social-link + .social-link {
    margin-left: 16px; }
  footer .social-links .social-link:hover svg path {
    fill: #0fd19c; }
footer .contact-links .contact-link {
  display: block;
  color: #233d4d;
  text-decoration: underline; }
  footer .contact-links .contact-link + .contact-link {
    margin-top: 3px; }
  footer .contact-links .contact-link:hover {
    color: #0fd19c; }
footer .footer-stickers {
  margin-bottom: -20px;
  max-width: 95%; }
  @media (max-width: 1200px) {
    footer .footer-stickers {
      margin-bottom: 0; } }
footer .copyright,
footer .footer-links {
  color: #233d4d;
  margin-bottom: 40px; }
footer .footer-links {
  color: #233d4d; }
  footer .footer-links a {
    color: #233d4d;
    text-decoration: underline; }
    footer .footer-links a + a {
      margin-left: 40px; }
    footer .footer-links a:hover {
      color: #0fd19c; }

.image-container {
  position: relative;
  overflow: hidden; }
  .image-container img {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 101%;
    min-height: 101%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    object-fit: cover; }
  .image-container.contain img {
    object-fit: contain;
    min-width: 100%;
    min-height: 100%; }

.wp-block-image:not(.no-border-radius) {
  overflow: hidden;
  -webkit-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px; }
.wp-block-image.has-rotation {
  transform: rotate(1deg); }

.wp-block-video {
  margin-bottom: 0; }

.wp-block-heading.has-tree:before {
  content: "";
  position: absolute;
  top: 80px;
  right: calc((100% - 1380px) / 2);
  width: 215px;
  height: 265px;
  background-image: url("../../assets/images/stickers/tree.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center; }

.big-hero-block .big-hero-box {
  position: relative;
  height: 740px;
  overflow: hidden;
  -webkit-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px; }
  .big-hero-block .big-hero-box .big-hero-image {
    position: relative;
    height: 100%; }
    .big-hero-block .big-hero-box .big-hero-image .overlay {
      position: absolute;
      background-color: rgba(0, 0, 0, 0.5);
      background-blend-mode: multiply;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 9; }
  .big-hero-block .big-hero-box .big-hero-content-box {
    position: absolute;
    bottom: 78px;
    left: 78px;
    width: 580px;
    z-index: 99; }
    @media (max-width: 900px) {
      .big-hero-block .big-hero-box .big-hero-content-box {
        left: 5%;
        width: 90%; } }
    @media (max-width: 800px) {
      .big-hero-block .big-hero-box .big-hero-content-box {
        bottom: 40px; } }
    @media (max-width: 600px) {
      .big-hero-block .big-hero-box .big-hero-content-box {
        bottom: 70px; } }
  .big-hero-block .big-hero-box .subtitle {
    margin-bottom: 10px; }
  .big-hero-block .big-hero-box .title {
    font-size: 50px;
    line-height: 48px;
    font-weight: 600; }
    .big-hero-block .big-hero-box .title .title-part {
      position: relative;
      margin-right: 8px; }
      .big-hero-block .big-hero-box .title .title-part .text {
        position: relative;
        z-index: 2; }
      .big-hero-block .big-hero-box .title .title-part:last-child {
        margin-right: 0; }
      .big-hero-block .big-hero-box .title .title-part.has-underline {
        display: inline-block;
        width: max-content; }
        .big-hero-block .big-hero-box .title .title-part.has-underline .text {
          white-space: nowrap; }
        .big-hero-block .big-hero-box .title .title-part.has-underline .underline {
          position: absolute;
          bottom: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background-size: contain;
          background-repeat: no-repeat;
          z-index: 1; }
          .big-hero-block .big-hero-box .title .title-part.has-underline .underline.underline-1 {
            background-image: url("../../assets/images/accents/underline-1.png");
            transform: translate(0, 75%); }
          .big-hero-block .big-hero-box .title .title-part.has-underline .underline.underline-2 {
            background-image: url("../../assets/images/accents/underline-2.png");
            transform: translate(0, 84%); }
      .big-hero-block .big-hero-box .title .title-part.has-circle {
        display: inline-block;
        width: max-content; }
        .big-hero-block .big-hero-box .title .title-part.has-circle .text {
          white-space: nowrap; }
        .big-hero-block .big-hero-box .title .title-part.has-circle .circle {
          position: absolute;
          bottom: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background-size: contain;
          background-repeat: no-repeat;
          z-index: 1;
          background-image: url("../../assets/images/accents/circle.png"); }
    @media (max-width: 600px) {
      .big-hero-block .big-hero-box .title {
        font-size: 40px;
        line-height: 40px; } }
  .big-hero-block .big-hero-box .big-hero-buttons {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
    gap: 24px; }
    .big-hero-block .big-hero-box .big-hero-buttons .button {
      display: inline-block; }
    @media (max-width: 800px) {
      .big-hero-block .big-hero-box .big-hero-buttons {
        width: calc(100% - 140px); } }
  .big-hero-block .big-hero-box .big-hero-stickers {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 9; }
    .big-hero-block .big-hero-box .big-hero-stickers .sticker {
      position: absolute; }
    .big-hero-block .big-hero-box .big-hero-stickers .sticker-star-1 {
      top: 40px;
      right: 118px;
      width: 53px;
      height: 53px; }
      @media (max-width: 800px) {
        .big-hero-block .big-hero-box .big-hero-stickers .sticker-star-1 {
          top: 10px;
          right: 75px;
          width: 30px;
          height: 30px; } }
    .big-hero-block .big-hero-box .big-hero-stickers .sticker-star-2 {
      top: 100px;
      right: -5px;
      transform: rotate(-35deg) scale(0.65);
      width: 50px;
      height: 50px; }
      @media (max-width: 800px) {
        .big-hero-block .big-hero-box .big-hero-stickers .sticker-star-2 {
          top: 60px; } }
    .big-hero-block .big-hero-box .big-hero-stickers .sticker-sun {
      top: 0;
      right: 0;
      width: 91px;
      height: 91px; }
      @media (max-width: 800px) {
        .big-hero-block .big-hero-box .big-hero-stickers .sticker-sun {
          width: 60px;
          height: 60px; } }
    .big-hero-block .big-hero-box .big-hero-stickers .sticker-tree {
      top: 90px;
      right: 50px;
      width: 86px;
      height: 103px; }
      @media (max-width: 800px) {
        .big-hero-block .big-hero-box .big-hero-stickers .sticker-tree {
          width: 65px;
          height: 77px;
          top: 50px; } }
    @media (max-width: 800px) {
      .big-hero-block .big-hero-box .big-hero-stickers {
        top: 10px;
        right: 10px; } }
  .big-hero-block .big-hero-box .donate-sticker {
    position: absolute;
    bottom: 18px;
    right: 18px;
    width: 173px;
    z-index: 9;
    -webkit-transition: 0.2s linear all;
    -moz-transition: 0.2s linear all;
    -ms-transition: 0.2s linear all;
    -o-transition: 0.2s linear all;
    transition: 0.2s linear all; }
    .big-hero-block .big-hero-box .donate-sticker:hover {
      transform: rotate(10deg); }
    @media (max-width: 900px) {
      .big-hero-block .big-hero-box .donate-sticker {
        width: 150px;
        bottom: 0;
        right: 0;
        z-index: 200; } }

.button-block {
  text-align: center; }
  .button-block .default-button {
    display: inline-block;
    background-color: #fecd42;
    color: #000000;
    font-size: 18px;
    padding: 3px 20px;
    text-align: center;
    -webkit-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px; }
    .button-block .default-button:hover {
      color: #ffffff;
      background-color: #1e2b3e; }

.central-column-block {
  position: relative; }
  .central-column-block .tree-sticker,
  .central-column-block .star-sticker,
  .central-column-block .sun-and-star-sticker,
  .central-column-block .dream-big-sticker {
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain; }
  .central-column-block .tree-sticker {
    width: 129px;
    height: 155px;
    background-image: url("../../assets/images/stickers/tree.png");
    transform: rotate(-75deg);
    top: 50%;
    left: 150px; }
    @media (max-width: 1300px) {
      .central-column-block .tree-sticker {
        left: 40px; } }
    @media (max-width: 1000px) {
      .central-column-block .tree-sticker {
        width: 97px;
        height: 116px; } }
    @media (max-width: 900px) {
      .central-column-block .tree-sticker {
        top: 60%;
        left: 0; } }
  .central-column-block .star-sticker {
    width: 53px;
    height: 53px;
    background-image: url("../../assets/images/stickers/star.png");
    top: 120px;
    left: 22%; }
    @media (max-width: 1600px) {
      .central-column-block .star-sticker {
        top: 100px;
        left: 20%; } }
    @media (max-width: 1300px) {
      .central-column-block .star-sticker {
        top: 40px;
        left: 10%; } }
    @media (max-width: 900px) {
      .central-column-block .star-sticker {
        top: 0;
        left: -10px; } }
    @media (max-width: 700px) {
      .central-column-block .star-sticker {
        width: 35px;
        height: 35px; } }
  .central-column-block .sun-and-star-sticker {
    width: 165px;
    height: 178px;
    background-image: url("../../assets/images/stickers/sun-and-stars.png");
    transform: rotate(15deg);
    top: 40px;
    right: 22%; }
    @media (max-width: 1600px) {
      .central-column-block .sun-and-star-sticker {
        right: 15%; } }
    @media (max-width: 1300px) {
      .central-column-block .sun-and-star-sticker {
        right: 40px; } }
    @media (max-width: 1000px) {
      .central-column-block .sun-and-star-sticker {
        width: 124px;
        height: 134px; } }
    @media (max-width: 900px) {
      .central-column-block .sun-and-star-sticker {
        top: 20%;
        right: -5px;
        width: 62px;
        height: 67px; } }
    @media (max-width: 700px) {
      .central-column-block .sun-and-star-sticker {
        right: -10px; } }
  .central-column-block .dream-big-sticker {
    width: 213px;
    height: 190px;
    background-image: url("../../assets/images/stickers/dream-big.png");
    bottom: 20px;
    right: 100px; }
    @media (max-width: 1300px) {
      .central-column-block .dream-big-sticker {
        right: 40px;
        width: 160px;
        height: 143px; } }
    @media (max-width: 900px) {
      .central-column-block .dream-big-sticker {
        right: -10px;
        bottom: 10px; } }
    @media (max-width: 700px) {
      .central-column-block .dream-big-sticker {
        width: 120px;
        height: 107px; } }
  .central-column-block .central-column-box {
    height: 440px;
    display: grid;
    align-items: center;
    justify-content: center; }
    .central-column-block .central-column-box .content {
      text-align: center; }
      .central-column-block .central-column-box .content .central-column-title {
        margin-bottom: 24px;
        font-weight: 600; }
      .central-column-block .central-column-box .content h1 {
        font-size: 64px;
        line-height: 76px; }
      .central-column-block .central-column-box .content h2 {
        font-size: 34px;
        line-height: 40px; }
      .central-column-block .central-column-box .content h3 {
        font-size: 30px;
        line-height: 36px; }
      .central-column-block .central-column-box .content h4 {
        font-size: 26px;
        line-height: 32px; }
      .central-column-block .central-column-box .content .central-column-text {
        font-weight: 300; }
      .central-column-block .central-column-box .content .central-column-button {
        display: inline-block;
        margin-top: 24px; }

.donation-block .mid-container {
  position: relative; }
.donation-block .donate-corner-icons {
  position: absolute;
  width: 166px;
  height: 177px;
  top: -80px;
  right: -80px;
  background-image: url("../../assets/images/donate-corner-icons.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 1; }
.donation-block .parent-grid {
  position: relative;
  overflow: hidden;
  z-index: 9;
  -webkit-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px; }
  .donation-block .parent-grid .column-1 .donation-image {
    width: 100%;
    height: 100%; }
  @media (max-width: 1000px) {
    .donation-block .parent-grid .column-1 {
      height: 450px; } }
  @media (max-width: 700px) {
    .donation-block .parent-grid .column-1 {
      height: 420px; } }
  @media (max-width: 600px) {
    .donation-block .parent-grid .column-1 {
      height: 360px; } }
  @media (max-width: 500px) {
    .donation-block .parent-grid .column-1 {
      height: 320px; } }
  @media (max-width: 440px) {
    .donation-block .parent-grid .column-1 {
      height: 300px; } }
  @media (max-width: 400px) {
    .donation-block .parent-grid .column-1 {
      height: 280px; } }
  .donation-block .parent-grid .column-2 {
    padding: 60px 80px;
    box-sizing: border-box; }
    .donation-block .parent-grid .column-2 .donate-subtitle {
      margin-bottom: 15px;
      font-weight: 400; }
    .donation-block .parent-grid .column-2 .donate-title {
      margin-bottom: 44px;
      font-weight: 600; }
    @media (max-width: 600px) {
      .donation-block .parent-grid .column-2 {
        padding: 40px; } }
    @media (max-width: 500px) {
      .donation-block .parent-grid .column-2 {
        padding: 30px; } }
    @media (max-width: 400px) {
      .donation-block .parent-grid .column-2 {
        padding: 20px; } }
.donation-block .donation-options {
  margin-bottom: 25px; }
.donation-block .one-time-options,
.donation-block .recurring-options {
  height: 0;
  overflow: hidden;
  -webkit-transition: 0.2s linear all;
  -moz-transition: 0.2s linear all;
  -ms-transition: 0.2s linear all;
  -o-transition: 0.2s linear all;
  transition: 0.2s linear all; }
  .donation-block .one-time-options.visible,
  .donation-block .recurring-options.visible {
    height: auto; }
.donation-block .donation-option,
.donation-block .donation-sub-option {
  display: inline-block;
  width: 100%;
  border: solid 1px #ffffff;
  color: #ffffff;
  text-align: center;
  padding: 10px;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  -webkit-transition: 0.2s linear all;
  -moz-transition: 0.2s linear all;
  -ms-transition: 0.2s linear all;
  -o-transition: 0.2s linear all;
  transition: 0.2s linear all; }
  .donation-block .donation-option:hover, .donation-block .donation-option.selected,
  .donation-block .donation-sub-option:hover,
  .donation-block .donation-sub-option.selected {
    background-color: #ffffff;
    color: #ff503f; }
.donation-block .donation-option {
  font-size: 23px;
  line-height: 27px; }
.donation-block .donation-sub-option {
  font-size: 16px;
  line-height: 18px; }
.donation-block .donate-button {
  display: none;
  width: 100%;
  color: #ff503f;
  background-color: #fecd42;
  border: solid 1px #fecd42;
  padding: 10px;
  box-sizing: border-box;
  text-align: center;
  font-size: 23px;
  line-height: 27px;
  margin-top: 25px;
  -webkit-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px; }
  .donation-block .donate-button:hover {
    color: #fecd42;
    background-color: #ff503f; }
  .donation-block .donate-button.visible {
    display: block; }

.events-list-block .past-event {
  overflow: hidden;
  -webkit-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px; }
  .events-list-block .past-event .event-title {
    font-weight: 600; }
  .events-list-block .past-event .event-intro {
    margin-top: 20px; }
  .events-list-block .past-event .event-button {
    display: inline-block;
    color: #000000;
    background-color: #fecd42;
    padding: 10px 16px;
    margin-top: 45px;
    font-size: 18px;
    line-height: 18px;
    -webkit-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    -webkit-transition: 0.2s linear all;
    -moz-transition: 0.2s linear all;
    -ms-transition: 0.2s linear all;
    -o-transition: 0.2s linear all;
    transition: 0.2s linear all; }
    .events-list-block .past-event .event-button:hover {
      background-color: #ffffff; }
  .events-list-block .past-event .event-sticker {
    position: absolute;
    width: auto;
    height: auto;
    max-width: 100px;
    z-index: 9; }
  .events-list-block .past-event .column {
    position: relative;
    box-sizing: border-box; }
    .events-list-block .past-event .column.text-column {
      padding: 60px 80px; }
      .events-list-block .past-event .column.text-column.sticker-top-left, .events-list-block .past-event .column.text-column.sticker-top-right {
        padding-top: 120px; }
      .events-list-block .past-event .column.text-column.sticker-bottom-left, .events-list-block .past-event .column.text-column.sticker-bottom-right {
        padding-bottom: 120px; }
    .events-list-block .past-event .column.sticker-top-left .event-sticker, .events-list-block .past-event .column.sticker-top-right .event-sticker {
      top: 20px; }
    .events-list-block .past-event .column.sticker-bottom-left .event-sticker, .events-list-block .past-event .column.sticker-bottom-right .event-sticker {
      bottom: 20px; }
    .events-list-block .past-event .column.sticker-top-left .event-sticker, .events-list-block .past-event .column.sticker-bottom-left .event-sticker {
      left: 20px; }
    .events-list-block .past-event .column.sticker-top-right .event-sticker, .events-list-block .past-event .column.sticker-bottom-right .event-sticker {
      right: 20px; }
  .events-list-block .past-event + .past-event {
    margin-top: 40px; }
  .events-list-block .past-event:nth-child(3n + 1) {
    background-color: #ff709c; }
    .events-list-block .past-event:nth-child(3n + 1) .event-title {
      color: #ffffff; }
    .events-list-block .past-event:nth-child(3n + 1) .event-intro p {
      color: #ffffff; }
  .events-list-block .past-event:nth-child(3n + 2) {
    background-color: #fff4bc; }
    .events-list-block .past-event:nth-child(3n + 2) .event-title {
      color: #ff503f; }
    .events-list-block .past-event:nth-child(3n + 2) .event-intro p {
      color: #1f3f36; }
  .events-list-block .past-event:nth-child(3n + 3) {
    background-color: #c8eeff; }
    .events-list-block .past-event:nth-child(3n + 3) .event-title {
      color: #4881f7; }
    .events-list-block .past-event:nth-child(3n + 3) .event-intro p {
      color: #1f3f36; }
.events-list-block .event-image {
  height: 100%; }

.simple-events-list-block .event-link {
  position: relative;
  padding-top: 18px;
  padding-bottom: 18px; }
  .simple-events-list-block .event-link .event-title {
    font-weight: 600;
    padding-right: 160px; }
  .simple-events-list-block .event-link .learn-more {
    position: absolute;
    right: 0;
    top: 50%;
    color: #ff503f;
    transform: translate(0, -50%); }
    .simple-events-list-block .event-link .learn-more .text,
    .simple-events-list-block .event-link .learn-more .icon {
      display: inline-block;
      vertical-align: middle; }
    .simple-events-list-block .event-link .learn-more .text {
      font-size: 18px; }
    .simple-events-list-block .event-link .learn-more .icon {
      width: 21px;
      height: 21px;
      background-image: url("../../assets/images/link-arrow.png");
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      margin-left: 6px;
      -webkit-transition: 0.2s linear all;
      -moz-transition: 0.2s linear all;
      -ms-transition: 0.2s linear all;
      -o-transition: 0.2s linear all;
      transition: 0.2s linear all; }
    .simple-events-list-block .event-link .learn-more:hover .icon {
      margin-left: 16px; }
  .simple-events-list-block .event-link + .event-link {
    border-top: solid 1px #000000; }

.events-slider-block .mid-container {
  position: relative; }
.events-slider-block .sticker {
  position: absolute;
  width: 165px;
  height: 257px;
  background-image: url("../images/stickers/events-slider-icon.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  bottom: -70px;
  left: -110px;
  z-index: 1; }
.events-slider-block .block-slider {
  overflow: visible;
  z-index: 9; }
  .events-slider-block .block-slider .swiper-slide {
    background-color: #ffffff;
    overflow: hidden;
    -webkit-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px; }
    .events-slider-block .block-slider .swiper-slide .event-image {
      height: 300px; }
    .events-slider-block .block-slider .swiper-slide .event-date {
      margin-bottom: 5px; }
    .events-slider-block .block-slider .swiper-slide .event-name {
      margin-bottom: 24px; }
    .events-slider-block .block-slider .swiper-slide .event-content {
      padding: 45px 25px 90px;
      box-sizing: border-box; }
    .events-slider-block .block-slider .swiper-slide .learn-more {
      position: absolute;
      bottom: 45px;
      left: 25px; }
      .events-slider-block .block-slider .swiper-slide .learn-more .learn-more-icon {
        display: inline-block;
        vertical-align: middle;
        margin-top: -2px;
        margin-left: 8px;
        width: 21px;
        height: 21px;
        background-image: url("../images/link-arrow.png");
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        -webkit-transition: 0.2s linear all;
        -moz-transition: 0.2s linear all;
        -ms-transition: 0.2s linear all;
        -o-transition: 0.2s linear all;
        transition: 0.2s linear all; }
      .events-slider-block .block-slider .swiper-slide .learn-more:hover {
        color: #000000; }
        .events-slider-block .block-slider .swiper-slide .learn-more:hover .learn-more-icon {
          transform: translate(10px, 0); }
  .events-slider-block .block-slider .nav-elements {
    position: absolute;
    top: -10px;
    right: 0; }
    .events-slider-block .block-slider .nav-elements .swiper-button-prev,
    .events-slider-block .block-slider .nav-elements .swiper-button-next {
      width: 21px;
      height: 21px;
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
      position: relative;
      left: auto;
      right: auto; }
      .events-slider-block .block-slider .nav-elements .swiper-button-prev:after,
      .events-slider-block .block-slider .nav-elements .swiper-button-next:after {
        font-size: 0 !important; }
    .events-slider-block .block-slider .nav-elements .swiper-button-prev {
      right: 30px;
      background-image: url("../images/link-arrow-left.png"); }
    .events-slider-block .block-slider .nav-elements .swiper-button-next {
      background-image: url("../images/link-arrow.png"); }

.form-block .wpcf7-form .column-3 {
  text-align: right; }
.form-block .wpcf7-form label {
  display: none; }
.form-block .wpcf7-form .wpcf7-not-valid-tip {
  margin-top: 6px;
  color: #ff503f;
  font-size: 16px;
  line-height: 20px;
  margin-left: 16px; }
.form-block .wpcf7-form .wpcf7-text,
.form-block .wpcf7-form .wpcf7-textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 8px 16px;
  background-color: #fffef9;
  border: solid 1px #fffef9;
  color: #1d1d1b;
  font-size: 18px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px; }
  .form-block .wpcf7-form .wpcf7-text::placeholder,
  .form-block .wpcf7-form .wpcf7-textarea::placeholder {
    opacity: 0.75;
    color: #1d1d1b; }
.form-block .wpcf7-form .wpcf7-textarea {
  min-width: 100%;
  max-width: 100%;
  height: 200px;
  min-height: 100px;
  max-height: 400px; }
.form-block .wpcf7-form .grid {
  margin-top: 24px; }
.form-block .wpcf7-form .phone-number-link,
.form-block .wpcf7-form .email-link {
  color: #1d1d1b; }
  .form-block .wpcf7-form .phone-number-link:hover,
  .form-block .wpcf7-form .email-link:hover {
    color: #0fd19c; }
.form-block .wpcf7-form .wpcf7-submit {
  display: inline-block;
  background-color: #fecd42;
  color: #000000;
  padding: 5px 25px;
  font-size: 18px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 0.2s linear all;
  -moz-transition: 0.2s linear all;
  -ms-transition: 0.2s linear all;
  -o-transition: 0.2s linear all;
  transition: 0.2s linear all; }
  .form-block .wpcf7-form .wpcf7-submit:hover {
    background-color: #0fd19c;
    color: #ffffff; }

.get-involved-grid-block .mid-container {
  position: relative;
  z-index: 5; }
.get-involved-grid-block .outer-graphic {
  position: absolute;
  z-index: 1;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat; }
  .get-involved-grid-block .outer-graphic.outer-graphic-1 {
    right: -150px;
    top: -118px;
    width: 213px;
    height: 190px;
    background-image: url("../../assets/images/stickers/dream-big.png"); }
    @media (max-width: 1500px) {
      .get-involved-grid-block .outer-graphic.outer-graphic-1 {
        right: -40px;
        width: 160px;
        height: 143px; } }
  .get-involved-grid-block .outer-graphic.outer-graphic-2 {
    left: -54px;
    top: 20%;
    width: 73px;
    height: 73px;
    background-image: url("../../assets/images/stickers/star.png"); }
  .get-involved-grid-block .outer-graphic.outer-graphic-3 {
    right: -135px;
    top: 50%;
    width: 174px;
    height: 149px;
    background-image: url("../../assets/images/stickers/heart.png"); }
    @media (max-width: 1200px) {
      .get-involved-grid-block .outer-graphic.outer-graphic-3 {
        right: -105px; } }
  .get-involved-grid-block .outer-graphic.outer-graphic-4 {
    left: -60px;
    top: 85%;
    width: 86px;
    height: 103px;
    background-image: url("../../assets/images/stickers/tree.png");
    transform: rotate(-75deg); }
  .get-involved-grid-block .outer-graphic.outer-graphic-5 {
    right: -60px;
    bottom: -60px;
    width: 91px;
    height: 91px;
    background-image: url("../../assets/images/stickers/sun.png"); }
.get-involved-grid-block .gi-outer-box {
  position: relative;
  background-color: #ff503f;
  padding: 24px;
  box-sizing: border-box;
  z-index: 9;
  -webkit-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px; }
  .get-involved-grid-block .gi-outer-box .gi-grid-1 {
    display: flex;
    gap: 24px;
    margin-bottom: 24px; }
    .get-involved-grid-block .gi-outer-box .gi-grid-1 > .column-1 {
      width: calc(40% - 12px); }
      .get-involved-grid-block .gi-outer-box .gi-grid-1 > .column-1 .box-1 {
        position: relative;
        height: 100%;
        overflow: hidden;
        -webkit-border-radius: 8px;
        -ms-border-radius: 8px;
        border-radius: 8px; }
        .get-involved-grid-block .gi-outer-box .gi-grid-1 > .column-1 .box-1 .get-involved-image {
          height: 100%; }
          .get-involved-grid-block .gi-outer-box .gi-grid-1 > .column-1 .box-1 .get-involved-image .overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: #ff503f;
            background: linear-gradient(0deg, #ec5e4a 28%, rgba(236, 94, 74, 0) 100%);
            z-index: 5; }
          .get-involved-grid-block .gi-outer-box .gi-grid-1 > .column-1 .box-1 .get-involved-image img {
            z-index: 1; }
        .get-involved-grid-block .gi-outer-box .gi-grid-1 > .column-1 .box-1 .box-content {
          position: absolute;
          left: 24px;
          bottom: 24px;
          z-index: 9;
          width: calc(100% - 48px); }
          .get-involved-grid-block .gi-outer-box .gi-grid-1 > .column-1 .box-1 .box-content .box-title {
            margin-bottom: 24px; }
          .get-involved-grid-block .gi-outer-box .gi-grid-1 > .column-1 .box-1 .box-content .box-text {
            line-height: 22px; }
      @media (max-width: 1000px) {
        .get-involved-grid-block .gi-outer-box .gi-grid-1 > .column-1 {
          width: 100%;
          height: 450px; } }
    .get-involved-grid-block .gi-outer-box .gi-grid-1 > .column-2 {
      width: calc(60% - 12px); }
      .get-involved-grid-block .gi-outer-box .gi-grid-1 > .column-2 .box-2 {
        display: flex;
        align-items: center;
        position: relative;
        background-color: #ffdbea;
        -webkit-border-radius: 8px;
        -ms-border-radius: 8px;
        border-radius: 8px; }
        .get-involved-grid-block .gi-outer-box .gi-grid-1 > .column-2 .box-2 .box-content {
          padding-top: 48px;
          padding-left: 24px;
          padding-right: 424px;
          padding-bottom: 48px; }
          .get-involved-grid-block .gi-outer-box .gi-grid-1 > .column-2 .box-2 .box-content .box-title {
            font-weight: 600;
            margin-bottom: 24px; }
          .get-involved-grid-block .gi-outer-box .gi-grid-1 > .column-2 .box-2 .box-content .box-text {
            line-height: 22px; }
          @media (max-width: 1200px) {
            .get-involved-grid-block .gi-outer-box .gi-grid-1 > .column-2 .box-2 .box-content {
              padding-right: 220px; } }
          @media (max-width: 500px) {
            .get-involved-grid-block .gi-outer-box .gi-grid-1 > .column-2 .box-2 .box-content {
              padding-top: 24px;
              padding-right: 160px;
              padding-bottom: 24px; } }
        .get-involved-grid-block .gi-outer-box .gi-grid-1 > .column-2 .box-2 .box-2-graphic {
          position: absolute;
          width: 393px;
          height: 219px;
          background-image: url("../../assets/images/remember-us.png");
          background-size: contain;
          background-position: right center;
          background-repeat: no-repeat;
          top: calc(50% - 109px);
          right: 0; }
          @media (max-width: 1200px) {
            .get-involved-grid-block .gi-outer-box .gi-grid-1 > .column-2 .box-2 .box-2-graphic {
              width: 197px;
              height: 110px;
              top: calc(50% - 55px); } }
          @media (max-width: 500px) {
            .get-involved-grid-block .gi-outer-box .gi-grid-1 > .column-2 .box-2 .box-2-graphic {
              width: 148px;
              height: 83px;
              top: calc(50% - 41px); } }
      @media (max-width: 1000px) {
        .get-involved-grid-block .gi-outer-box .gi-grid-1 > .column-2 {
          width: 100%; } }
    @media (max-width: 1000px) {
      .get-involved-grid-block .gi-outer-box .gi-grid-1 {
        flex-wrap: wrap; } }
  .get-involved-grid-block .gi-outer-box .gi-grid-2 {
    display: flex;
    gap: 24px;
    margin-top: 24px; }
    .get-involved-grid-block .gi-outer-box .gi-grid-2 > .column {
      width: calc(50% - 12px); }
      .get-involved-grid-block .gi-outer-box .gi-grid-2 > .column .box {
        height: 100%;
        overflow: hidden;
        padding: 24px;
        box-sizing: border-box;
        -webkit-border-radius: 8px;
        -ms-border-radius: 8px;
        border-radius: 8px; }
      @media (max-width: 600px) {
        .get-involved-grid-block .gi-outer-box .gi-grid-2 > .column {
          width: 100%; } }
    .get-involved-grid-block .gi-outer-box .gi-grid-2 > .column-1 .box-3 {
      background-color: #c8eeff; }
      .get-involved-grid-block .gi-outer-box .gi-grid-2 > .column-1 .box-3 .get-involved-image {
        height: 133px;
        width: 100%;
        overflow: hidden;
        margin-bottom: 24px;
        -webkit-border-radius: 8px;
        -ms-border-radius: 8px;
        border-radius: 8px; }
      .get-involved-grid-block .gi-outer-box .gi-grid-2 > .column-1 .box-3 .box-text {
        line-height: 21px; }
      .get-involved-grid-block .gi-outer-box .gi-grid-2 > .column-1 .box-3 .get-involved-button {
        display: block;
        margin-top: 24px;
        color: #000000;
        background-color: #fecd42;
        font-size: 18px;
        padding: 3px;
        text-align: center;
        -webkit-border-radius: 8px;
        -ms-border-radius: 8px;
        border-radius: 8px; }
        .get-involved-grid-block .gi-outer-box .gi-grid-2 > .column-1 .box-3 .get-involved-button:hover {
          color: #ffffff;
          background-color: #1e2b3e; }
    .get-involved-grid-block .gi-outer-box .gi-grid-2 > .column-2 .box-4 {
      background-color: #fff4bc; }
      .get-involved-grid-block .gi-outer-box .gi-grid-2 > .column-2 .box-4 .get-involved-image {
        height: 206px;
        width: 100%;
        margin-bottom: 20px; }
      .get-involved-grid-block .gi-outer-box .gi-grid-2 > .column-2 .box-4 .box-text {
        font-weight: 600; }
    @media (max-width: 600px) {
      .get-involved-grid-block .gi-outer-box .gi-grid-2 {
        flex-wrap: wrap; } }
  .get-involved-grid-block .gi-outer-box .gi-grid-3 {
    display: flex;
    gap: 24px;
    margin-bottom: 24px; }
    .get-involved-grid-block .gi-outer-box .gi-grid-3 .column .box {
      height: 100%;
      overflow: hidden;
      padding: 24px;
      box-sizing: border-box;
      -webkit-border-radius: 8px;
      -ms-border-radius: 8px;
      border-radius: 8px; }
    .get-involved-grid-block .gi-outer-box .gi-grid-3 > .column-1 {
      width: calc(70% - 6px); }
      .get-involved-grid-block .gi-outer-box .gi-grid-3 > .column-1 .box-5 {
        display: flex;
        position: relative;
        align-items: center;
        background-color: #ffcdc9;
        min-height: 340px; }
        .get-involved-grid-block .gi-outer-box .gi-grid-3 > .column-1 .box-5 .box-content {
          max-width: 300px; }
          .get-involved-grid-block .gi-outer-box .gi-grid-3 > .column-1 .box-5 .box-content .box-text {
            font-weight: 600; }
          @media (max-width: 700px) {
            .get-involved-grid-block .gi-outer-box .gi-grid-3 > .column-1 .box-5 .box-content {
              max-width: 100%;
              padding-left: 220px; } }
          @media (max-width: 600px) {
            .get-involved-grid-block .gi-outer-box .gi-grid-3 > .column-1 .box-5 .box-content {
              padding-left: 150px; } }
          @media (max-width: 500px) {
            .get-involved-grid-block .gi-outer-box .gi-grid-3 > .column-1 .box-5 .box-content {
              padding-left: 0;
              padding-bottom: 100px; } }
        .get-involved-grid-block .gi-outer-box .gi-grid-3 > .column-1 .box-5 .box-5-graphic {
          position: absolute;
          left: 50%;
          bottom: 0;
          width: 336px;
          height: 297px;
          background-image: url("../../assets/images/donation-box.png");
          background-size: contain;
          background-position: bottom center;
          background-repeat: no-repeat; }
          @media (max-width: 1200px) {
            .get-involved-grid-block .gi-outer-box .gi-grid-3 > .column-1 .box-5 .box-5-graphic {
              width: 252px;
              height: 223px;
              left: 55%; } }
          @media (max-width: 1100px) {
            .get-involved-grid-block .gi-outer-box .gi-grid-3 > .column-1 .box-5 .box-5-graphic {
              width: 189px;
              height: 167px;
              left: 60%; } }
          @media (max-width: 700px) {
            .get-involved-grid-block .gi-outer-box .gi-grid-3 > .column-1 .box-5 .box-5-graphic {
              left: 24px; } }
          @media (max-width: 600px) {
            .get-involved-grid-block .gi-outer-box .gi-grid-3 > .column-1 .box-5 .box-5-graphic {
              width: 113px;
              height: 100px; } }
          @media (max-width: 500px) {
            .get-involved-grid-block .gi-outer-box .gi-grid-3 > .column-1 .box-5 .box-5-graphic {
              width: 110px;
              height: 97px;
              left: calc(50% - 55px); } }
        @media (max-width: 1200px) {
          .get-involved-grid-block .gi-outer-box .gi-grid-3 > .column-1 .box-5 {
            min-height: 300px; } }
        @media (max-width: 1100px) {
          .get-involved-grid-block .gi-outer-box .gi-grid-3 > .column-1 .box-5 {
            min-height: 280px; } }
        @media (max-width: 900px) {
          .get-involved-grid-block .gi-outer-box .gi-grid-3 > .column-1 .box-5 {
            min-height: 200px; } }
        @media (max-width: 600px) {
          .get-involved-grid-block .gi-outer-box .gi-grid-3 > .column-1 .box-5 {
            min-height: auto; } }
      @media (max-width: 900px) {
        .get-involved-grid-block .gi-outer-box .gi-grid-3 > .column-1 {
          width: 100%; } }
    .get-involved-grid-block .gi-outer-box .gi-grid-3 > .column-2 {
      width: calc(30% - 18px); }
      .get-involved-grid-block .gi-outer-box .gi-grid-3 > .column-2 .box-6 {
        position: relative;
        background-color: #ecffcd; }
        .get-involved-grid-block .gi-outer-box .gi-grid-3 > .column-2 .box-6 .box-content .box-text {
          font-weight: 600; }
        @media (max-width: 600px) {
          .get-involved-grid-block .gi-outer-box .gi-grid-3 > .column-2 .box-6 .box-content {
            padding-right: 150px; } }
        .get-involved-grid-block .gi-outer-box .gi-grid-3 > .column-2 .box-6 .box-6-graphic {
          position: absolute;
          left: calc(50% - 118px);
          bottom: 0;
          width: 236px;
          height: 236px;
          background-image: url("../../assets/images/raffle-prize.png");
          background-size: contain;
          background-position: bottom center;
          background-repeat: no-repeat; }
          @media (max-width: 1200px) {
            .get-involved-grid-block .gi-outer-box .gi-grid-3 > .column-2 .box-6 .box-6-graphic {
              width: 200px;
              height: 200px;
              left: calc(50% - 100px); } }
          @media (max-width: 1100px) {
            .get-involved-grid-block .gi-outer-box .gi-grid-3 > .column-2 .box-6 .box-6-graphic {
              width: 176px;
              height: 176px;
              left: calc(50% - 88px); } }
          @media (max-width: 900px) {
            .get-involved-grid-block .gi-outer-box .gi-grid-3 > .column-2 .box-6 .box-6-graphic {
              width: 150px;
              height: 150px;
              left: unset;
              right: 50px; } }
          @media (max-width: 600px) {
            .get-involved-grid-block .gi-outer-box .gi-grid-3 > .column-2 .box-6 .box-6-graphic {
              width: 125px;
              height: 125px;
              right: 24px; } }
      @media (max-width: 900px) {
        .get-involved-grid-block .gi-outer-box .gi-grid-3 > .column-2 {
          width: 100%;
          height: 175px; } }
    @media (max-width: 900px) {
      .get-involved-grid-block .gi-outer-box .gi-grid-3 {
        flex-wrap: wrap; } }
  .get-involved-grid-block .gi-outer-box .gi-grid-4 {
    display: flex;
    gap: 24px; }
    .get-involved-grid-block .gi-outer-box .gi-grid-4 > .column-1 {
      width: calc(60% - 12px);
      height: 100%; }
      .get-involved-grid-block .gi-outer-box .gi-grid-4 > .column-1 .box-7 {
        position: relative;
        padding: 24px;
        box-sizing: border-box;
        background-color: #ecffcd;
        overflow: hidden;
        -webkit-border-radius: 8px;
        -ms-border-radius: 8px;
        border-radius: 8px; }
        .get-involved-grid-block .gi-outer-box .gi-grid-4 > .column-1 .box-7 .get-involved-image {
          height: 120px;
          width: 100%;
          margin-bottom: 24px; }
        .get-involved-grid-block .gi-outer-box .gi-grid-4 > .column-1 .box-7 .box-text {
          font-weight: 600; }
        .get-involved-grid-block .gi-outer-box .gi-grid-4 > .column-1 .box-7 .get-involved-button {
          display: block;
          text-align: center;
          color: #000000;
          background-color: #fecd42;
          font-size: 18px;
          padding: 3px;
          box-sizing: border-box;
          width: 100%;
          margin-top: 24px;
          -webkit-border-radius: 8px;
          -ms-border-radius: 8px;
          border-radius: 8px; }
          .get-involved-grid-block .gi-outer-box .gi-grid-4 > .column-1 .box-7 .get-involved-button:hover {
            color: #ffffff;
            background-color: #1e2b3e; }
      .get-involved-grid-block .gi-outer-box .gi-grid-4 > .column-1 .box-8 {
        position: relative;
        background-color: #fff4bc;
        padding: 24px;
        box-sizing: border-box;
        overflow: hidden;
        height: 100%;
        -webkit-border-radius: 8px;
        -ms-border-radius: 8px;
        border-radius: 8px; }
        .get-involved-grid-block .gi-outer-box .gi-grid-4 > .column-1 .box-8 .get-involved-image {
          position: absolute;
          z-index: 1;
          height: 100%;
          width: 100%;
          top: 0;
          left: 0;
          z-index: 1; }
          .get-involved-grid-block .gi-outer-box .gi-grid-4 > .column-1 .box-8 .get-involved-image .overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(0deg, #fff4bc 28%, rgba(255, 244, 188, 0) 100%);
            z-index: 5; }
        .get-involved-grid-block .gi-outer-box .gi-grid-4 > .column-1 .box-8 .box-content {
          position: absolute;
          bottom: 24px;
          left: 24px;
          width: calc(100% - 48px);
          z-index: 9; }
      .get-involved-grid-block .gi-outer-box .gi-grid-4 > .column-1 .box-9 {
        position: relative;
        background-color: #c8eeff;
        padding: 24px;
        box-sizing: border-box;
        overflow: hidden;
        -webkit-border-radius: 8px;
        -ms-border-radius: 8px;
        border-radius: 8px; }
        .get-involved-grid-block .gi-outer-box .gi-grid-4 > .column-1 .box-9 .box-content {
          position: relative;
          max-width: 242px;
          z-index: 9; }
          .get-involved-grid-block .gi-outer-box .gi-grid-4 > .column-1 .box-9 .box-content .box-text {
            font-weight: 600; }
        .get-involved-grid-block .gi-outer-box .gi-grid-4 > .column-1 .box-9 .get-involved-image {
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          z-index: 1; }
          .get-involved-grid-block .gi-outer-box .gi-grid-4 > .column-1 .box-9 .get-involved-image .overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, #c8eeff 22%, rgba(255, 244, 188, 0) 100%);
            z-index: 5; }
      @media (max-width: 1000px) {
        .get-involved-grid-block .gi-outer-box .gi-grid-4 > .column-1 {
          width: 100%; } }
    .get-involved-grid-block .gi-outer-box .gi-grid-4 > .column-2 {
      width: calc(40% - 12px); }
      .get-involved-grid-block .gi-outer-box .gi-grid-4 > .column-2 .box-10 {
        background-color: #c8eeff;
        height: 100%;
        padding: 24px;
        box-sizing: border-box;
        -webkit-border-radius: 8px;
        -ms-border-radius: 8px;
        border-radius: 8px; }
        .get-involved-grid-block .gi-outer-box .gi-grid-4 > .column-2 .box-10 .get-involved-image {
          height: 328px;
          width: 100%;
          margin-bottom: 24px; }
          @media (max-width: 700px) {
            .get-involved-grid-block .gi-outer-box .gi-grid-4 > .column-2 .box-10 .get-involved-image {
              height: 250px; } }
          @media (max-width: 600px) {
            .get-involved-grid-block .gi-outer-box .gi-grid-4 > .column-2 .box-10 .get-involved-image {
              height: 200px; } }
          @media (max-width: 500px) {
            .get-involved-grid-block .gi-outer-box .gi-grid-4 > .column-2 .box-10 .get-involved-image {
              height: 150px; } }
        .get-involved-grid-block .gi-outer-box .gi-grid-4 > .column-2 .box-10 .box-title {
          font-weight: 600;
          margin-bottom: 24px; }
        .get-involved-grid-block .gi-outer-box .gi-grid-4 > .column-2 .box-10 .box-text {
          line-height: 22px; }
      @media (max-width: 1000px) {
        .get-involved-grid-block .gi-outer-box .gi-grid-4 > .column-2 {
          width: 100%; } }
    @media (max-width: 1000px) {
      .get-involved-grid-block .gi-outer-box .gi-grid-4 {
        flex-wrap: wrap; } }
  .get-involved-grid-block .gi-outer-box .gi-grid-5 {
    display: flex;
    gap: 24px;
    margin-bottom: 24px; }
    .get-involved-grid-block .gi-outer-box .gi-grid-5 > .column {
      width: calc(50% - 12px); }
      @media (max-width: 600px) {
        .get-involved-grid-block .gi-outer-box .gi-grid-5 > .column {
          width: 100%; } }
    @media (max-width: 600px) {
      .get-involved-grid-block .gi-outer-box .gi-grid-5 .column-2 {
        min-height: 250px; } }
    @media (max-width: 600px) {
      .get-involved-grid-block .gi-outer-box .gi-grid-5 {
        flex-wrap: wrap; } }

.icon-tile-block {
  position: relative;
  height: 100%;
  z-index: 1;
  -webkit-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px; }
  .icon-tile-block > .container {
    height: 100%; }
    .icon-tile-block > .container > .icon-tile {
      height: 100%; }
  .icon-tile-block .icon-tile {
    position: relative;
    display: block;
    padding: 40px 20px;
    box-sizing: border-box;
    text-align: center;
    z-index: 9;
    -webkit-transition: 0.2s linear all;
    -moz-transition: 0.2s linear all;
    -ms-transition: 0.2s linear all;
    -o-transition: 0.2s linear all;
    transition: 0.2s linear all;
    -webkit-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px; }
    .icon-tile-block .icon-tile .tile-image-box {
      position: relative;
      width: 140px;
      height: 160px;
      margin-bottom: 45px;
      margin-left: auto;
      margin-right: auto; }
      .icon-tile-block .icon-tile .tile-image-box img {
        position: absolute;
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
        transform: translate(-50%, -50%);
        left: 50%;
        top: 50%; }
    .icon-tile-block .icon-tile .tile-title {
      font-weight: 600; }
    .icon-tile-block .icon-tile .tile-text {
      margin-top: 10px; }
    .icon-tile-block .icon-tile .link-arrow {
      display: inline-block;
      vertical-align: middle;
      width: 20px;
      height: 20px;
      margin-top: -2px;
      margin-left: 6px;
      background-image: url("../../assets/images/link-arrow.png");
      background-size: contain;
      background-repeat: no-repeat; }
    .icon-tile-block .icon-tile.has-link:hover {
      transform: scale(1.15);
      z-index: 99; }
  .icon-tile-block:hover {
    z-index: 9; }

.wp-block-columns > .wp-block-column:nth-child(odd) .icon-tile-block {
  transform: rotate(-2deg); }
.wp-block-columns > .wp-block-column:nth-child(even) .icon-tile-block {
  transform: rotate(2deg); }

.image-text-block .column {
  position: relative; }
.image-text-block .grid.grid-radius {
  -webkit-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px; }
.image-text-block .grid.column-radius .text-column,
.image-text-block .grid.column-radius .image-container {
  -webkit-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px; }
.image-text-block .text-column {
  padding: 90px 50px; }
  .image-text-block .text-column .title {
    font-weight: 600;
    margin-bottom: 24px; }
  .image-text-block .text-column .text {
    font-weight: 300; }
  .image-text-block .text-column.has-stickers {
    padding-top: 160px;
    padding-bottom: 160px; }
  @media (max-width: 800px) {
    .image-text-block .text-column {
      padding: 30px; } }
  @media (max-width: 700px) {
    .image-text-block .text-column {
      padding: 25px; } }
.image-text-block .image-column .image-container {
  width: 100%;
  height: 100%; }
  @media (max-width: 700px) {
    .image-text-block .image-column .image-container {
      height: 420px; } }
  @media (max-width: 600px) {
    .image-text-block .image-column .image-container {
      height: 380px; } }
  @media (max-width: 500px) {
    .image-text-block .image-column .image-container {
      height: 340px; } }
  @media (max-width: 400px) {
    .image-text-block .image-column .image-container {
      height: 300px; } }
.image-text-block .sticker {
  position: absolute;
  width: auto;
  transform: scale(0.5); }
  .image-text-block .sticker.image-inset-top-left, .image-text-block .sticker.image-inset-top-right, .image-text-block .sticker.text-inset-top-left, .image-text-block .sticker.text-inset-top-right {
    top: 20px; }
  .image-text-block .sticker.image-inset-bottom-left, .image-text-block .sticker.image-inset-bottom-right, .image-text-block .sticker.text-inset-bottom-left, .image-text-block .sticker.text-inset-bottom-right {
    bottom: 20px; }
  .image-text-block .sticker.image-inset-top-left, .image-text-block .sticker.text-inset-top-left, .image-text-block .sticker.image-inset-bottom-left, .image-text-block .sticker.text-inset-bottom-left {
    left: 20px; }
  .image-text-block .sticker.image-inset-top-right, .image-text-block .sticker.text-inset-top-right, .image-text-block .sticker.image-inset-bottom-right, .image-text-block .sticker.text-inset-bottom-right {
    right: 20px; }
  .image-text-block .sticker.image-overlap-top-left, .image-text-block .sticker.image-overlap-top-right, .image-text-block .sticker.text-overlap-top-left, .image-text-block .sticker.text-overlap-top-right {
    top: -80px; }
  .image-text-block .sticker.image-overlap-bottom-left, .image-text-block .sticker.image-overlap-bottom-right, .image-text-block .sticker.text-overlap-bottom-left, .image-text-block .sticker.text-overlap-bottom-right {
    bottom: -80px; }
  .image-text-block .sticker.image-overlap-top-left, .image-text-block .sticker.text-overlap-top-left, .image-text-block .sticker.image-overlap-bottom-left, .image-text-block .sticker.text-overlap-bottom-left {
    left: 10px; }
  .image-text-block .sticker.image-overlap-top-right, .image-text-block .sticker.text-overlap-top-right, .image-text-block .sticker.image-overlap-bottom-right, .image-text-block .sticker.text-overlap-bottom-right {
    right: 10px; }
  .image-text-block .sticker.image-inset-top-left, .image-text-block .sticker.text-inset-top-left, .image-text-block .sticker.image-overlap-top-left, .image-text-block .sticker.text-overlap-top-left {
    transform-origin: top left; }
  .image-text-block .sticker.image-inset-top-right, .image-text-block .sticker.text-inset-top-right, .image-text-block .sticker.image-overlap-top-right, .image-text-block .sticker.text-overlap-top-right {
    transform-origin: top right; }
  .image-text-block .sticker.image-inset-bottom-left, .image-text-block .sticker.text-inset-bottom-left, .image-text-block .sticker.image-overlap-bottom-left, .image-text-block .sticker.text-overlap-bottom-left {
    transform-origin: bottom left; }
  .image-text-block .sticker.image-inset-bottom-right, .image-text-block .sticker.text-inset-bottom-right, .image-text-block .sticker.image-overlap-bottom-right, .image-text-block .sticker.text-overlap-bottom-right {
    transform-origin: bottom right; }

.image-tile-block {
  height: 100%;
  overflow: hidden;
  -webkit-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px; }
  .image-tile-block .mid-container {
    height: 100%; }
  .image-tile-block .image-tile {
    display: block;
    height: 100%; }
    .image-tile-block .image-tile .tile-image {
      height: 300px; }
      .image-tile-block .image-tile .tile-image img {
        -webkit-transition: 0.2s linear all;
        -moz-transition: 0.2s linear all;
        -ms-transition: 0.2s linear all;
        -o-transition: 0.2s linear all;
        transition: 0.2s linear all; }
    .image-tile-block .image-tile .tile-content {
      padding: 45px 50px;
      box-sizing: border-box; }
      .image-tile-block .image-tile .tile-content .tile-subtitle {
        position: relative; }
        .image-tile-block .image-tile .tile-content .tile-subtitle .text {
          position: relative;
          z-index: 1; }
        .image-tile-block .image-tile .tile-content .tile-subtitle:after {
          z-index: 0; }
      .image-tile-block .image-tile .tile-content .tile-title {
        margin-top: 14px;
        font-weight: 600; }
      .image-tile-block .image-tile .tile-content .tile-read-more {
        margin-top: 22px; }
        .image-tile-block .image-tile .tile-content .tile-read-more .link-arrow {
          display: inline-block;
          vertical-align: middle;
          width: 20px;
          height: 20px;
          margin-top: -2px;
          margin-left: 6px;
          background-image: url("../../assets/images/link-arrow.png");
          background-size: contain;
          background-repeat: no-repeat; }
      @media (max-width: 800px) {
        .image-tile-block .image-tile .tile-content {
          padding: 25px; } }
    .image-tile-block .image-tile:hover .tile-image img {
      min-width: 110%;
      min-height: 110%; }

.hero-block {
  height: 550px; }
  .hero-block .container {
    height: 100%; }
    .hero-block .container > .grid {
      height: 100%; }
      .hero-block .container > .grid .column {
        height: 100%;
        -webkit-border-radius: 8px;
        -ms-border-radius: 8px;
        border-radius: 8px; }
  .hero-block .left-column {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative; }
    .hero-block .left-column .sun-and-stars,
    .hero-block .left-column .tree {
      position: absolute;
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center;
      z-index: 1; }
    .hero-block .left-column .sun-and-stars {
      background-image: url("../../assets/images/stickers/sun-and-stars.png");
      width: 112px;
      height: 121px;
      top: -10px;
      left: 20px; }
      @media (max-width: 800px) {
        .hero-block .left-column .sun-and-stars {
          width: 56px;
          height: 61px;
          top: 10px;
          left: 10px; } }
      @media (max-width: 600px) {
        .hero-block .left-column .sun-and-stars {
          top: -10px;
          left: -10px; } }
    .hero-block .left-column .tree {
      background-image: url("../../assets/images/stickers/tree.png");
      width: 85px;
      height: 105px;
      bottom: 40px;
      right: 20px; }
      @media (max-width: 1100px) {
        .hero-block .left-column .tree {
          bottom: 20px; } }
      @media (max-width: 800px) {
        .hero-block .left-column .tree {
          width: 64px;
          height: 79px; } }
      @media (max-width: 600px) {
        .hero-block .left-column .tree {
          bottom: -20px;
          right: -20px; } }
  .hero-block .right-column {
    overflow: hidden; }
  .hero-block .hero-content {
    position: relative;
    max-width: 340px;
    z-index: 9; }
    .hero-block .hero-content .hero-subtitle {
      margin-bottom: 18px; }
    .hero-block .hero-content .hero-title {
      font-weight: 600; }
    @media (max-width: 1200px) {
      .hero-block .hero-content {
        max-width: 75%;
        padding-top: 40px;
        padding-bottom: 40px; } }
    @media (max-width: 1100px) {
      .hero-block .hero-content {
        max-width: 70%; } }
    @media (max-width: 800px) {
      .hero-block .hero-content {
        max-width: 100%;
        padding-left: 80px;
        padding-right: 100px; } }
    @media (max-width: 600px) {
      .hero-block .hero-content {
        padding-left: 40px;
        padding-right: 50px; } }
  .hero-block .hero-image {
    width: 100%;
    height: 100%; }
    @media (max-width: 1200px) {
      .hero-block .hero-image {
        height: 500px; } }
  @media (max-width: 1200px) {
    .hero-block {
      height: auto; } }

.logo-line-break-block .full-logo {
  width: 100%;
  height: auto; }
  .logo-line-break-block .full-logo path {
    fill: #0fd19c; }

.logos-block .logo-grid {
  clear: both;
  width: 100%; }
  .logos-block .logo-grid .logo-column {
    width: calc((100% - 75px) / 4);
    height: 155px;
    background-color: #ffffff;
    margin-bottom: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    -webkit-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px; }
    .logos-block .logo-grid .logo-column img {
      max-width: 200px;
      max-height: 100px;
      width: auto; }
      @media (max-width: 700px) {
        .logos-block .logo-grid .logo-column img {
          max-width: 150px;
          max-height: 70px; } }
      @media (max-width: 500px) {
        .logos-block .logo-grid .logo-column img {
          max-width: 100px;
          max-height: 50px; } }
    .logos-block .logo-grid .logo-column .logo-text {
      font-weight: 600; }
    .logos-block .logo-grid .logo-column:nth-child(2), .logos-block .logo-grid .logo-column:nth-child(4) {
      margin-top: 40px; }
    @media (max-width: 1200px) {
      .logos-block .logo-grid .logo-column:nth-child(4) {
        margin-top: 0; } }
    @media (max-width: 1200px) {
      .logos-block .logo-grid .logo-column {
        width: calc((100% - 50px) / 3); } }
    @media (max-width: 900px) {
      .logos-block .logo-grid .logo-column {
        width: calc((100% - 25px) / 2); } }
    @media (max-width: 700px) {
      .logos-block .logo-grid .logo-column {
        height: 120px; } }
    @media (max-width: 500px) {
      .logos-block .logo-grid .logo-column {
        height: 80px; } }

.map-block .map-outer-box {
  overflow: hidden;
  -webkit-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px; }
.map-block .column-1 {
  padding: 90px 45px 45px; }
.map-block .map-title {
  font-weight: 600;
  margin-bottom: 10px; }
.map-block .map-address {
  font-weight: 300;
  margin-bottom: 120px; }

.music-section-block {
  position: relative; }
  .music-section-block .music-subtitle {
    text-align: center;
    font-weight: 300; }
    @media (max-width: 900px) {
      .music-section-block .music-subtitle {
        max-width: 460px;
        margin-left: auto;
        margin-right: auto; } }
  .music-section-block .music-title {
    text-align: center;
    font-weight: 600;
    font-size: 64px;
    line-height: 74px;
    margin-top: 24px; }
    @media (max-width: 900px) {
      .music-section-block .music-title {
        font-size: 36px;
        line-height: 44px;
        max-width: 360px;
        margin-left: auto;
        margin-right: auto; } }
  .music-section-block .shape {
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px; }
    .music-section-block .shape:before {
      content: "";
      position: absolute;
      top: -59px;
      right: 0;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 0 60px 100vw; }
    .music-section-block .shape:after {
      content: "";
      position: absolute;
      bottom: -59px;
      left: 0;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 60px 100vw 0 0; }
  .music-section-block .tail {
    position: absolute;
    width: 0;
    height: 0;
    left: calc(50% - 150px);
    bottom: 0; }
    .music-section-block .tail:after {
      content: "";
      position: absolute;
      bottom: -100px;
      left: 0;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 100px 300px 0 0; }
  .music-section-block .alexa-sticker {
    position: absolute;
    width: 208px;
    height: 122px;
    left: 100px;
    bottom: 50px;
    background-image: url("../../assets/images/stickers/alexa-sticker.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center; }
    @media (max-width: 1200px) {
      .music-section-block .alexa-sticker {
        width: 156px;
        height: 92px;
        left: 50px;
        bottom: 30px; } }
    @media (max-width: 900px) {
      .music-section-block .alexa-sticker {
        left: 20px;
        bottom: 0; } }
    @media (max-width: 800px) {
      .music-section-block .alexa-sticker {
        bottom: unset;
        top: -40px; } }
  .music-section-block .music-sticker {
    position: absolute;
    width: 122px;
    height: 178px;
    right: 100px;
    top: 50px;
    background-image: url("../../assets/images/stickers/music-sticker.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    z-index: 99; }
    @media (max-width: 1200px) {
      .music-section-block .music-sticker {
        width: 92px;
        height: 134px;
        right: 50px;
        top: 30px; } }
    @media (max-width: 900px) {
      .music-section-block .music-sticker {
        right: 20px;
        top: 0; } }
    @media (max-width: 800px) {
      .music-section-block .music-sticker {
        top: unset;
        bottom: -40px; } }

.photo-slider-block {
  position: relative; }
  .photo-slider-block .mid-container {
    position: relative; }
  .photo-slider-block .drum {
    position: absolute;
    width: 129px;
    height: 146px;
    top: -50px;
    left: -129px;
    background-image: url("../../assets/images/stickers/drum.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1; }
    @media (max-width: 1500px) {
      .photo-slider-block .drum {
        left: 0;
        width: 97px;
        height: 110px; } }
  .photo-slider-block .wavy-line {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url("../../assets/images/wavy-line.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 5;
    pointer-events: none; }
  .photo-slider-block .block-slider {
    overflow: visible; }
    .photo-slider-block .block-slider .swiper-wrapper {
      align-items: center; }
      .photo-slider-block .block-slider .swiper-wrapper .swiper-slide .slider-image {
        -webkit-border-radius: 8px;
        -ms-border-radius: 8px;
        border-radius: 8px; }
  .photo-slider-block .nav-elements {
    position: absolute;
    width: 75px;
    right: 0;
    top: -20px; }
    .photo-slider-block .nav-elements .swiper-button-prev,
    .photo-slider-block .nav-elements .swiper-button-next {
      display: inline-block;
      vertical-align: middle;
      width: 20px;
      height: 20px;
      background-image: url("../../assets/images/link-arrow.png");
      background-size: contain;
      background-repeat: no-repeat;
      -webkit-transition: 0.2s linear all;
      -moz-transition: 0.2s linear all;
      -ms-transition: 0.2s linear all;
      -o-transition: 0.2s linear all;
      transition: 0.2s linear all; }
      .photo-slider-block .nav-elements .swiper-button-prev:hover,
      .photo-slider-block .nav-elements .swiper-button-next:hover {
        transform: scale(1.25); }
      .photo-slider-block .nav-elements .swiper-button-prev:after,
      .photo-slider-block .nav-elements .swiper-button-next:after {
        font-size: 0 !important; }
    .photo-slider-block .nav-elements .swiper-button-prev {
      background-image: url("../../assets/images/link-arrow-yellow-left.png"); }
    .photo-slider-block .nav-elements .swiper-button-next {
      background-image: url("../../assets/images/link-arrow-yellow.png"); }

.simple-projects-list-block .project-link {
  position: relative;
  padding-top: 18px;
  padding-bottom: 18px; }
  .simple-projects-list-block .project-link .project-title {
    padding-right: 180px; }
    @media (max-width: 600px) {
      .simple-projects-list-block .project-link .project-title {
        padding-right: 0; } }
  .simple-projects-list-block .project-link .learn-more {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%); }
    .simple-projects-list-block .project-link .learn-more .text {
      color: #fecd42;
      font-size: 18px; }
    .simple-projects-list-block .project-link .learn-more .icon {
      width: 20px;
      height: 20px;
      background-image: url("../../assets/images/link-arrow-yellow.png");
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      margin-left: 6px;
      display: inline-block;
      vertical-align: middle;
      -webkit-transition: 0.2s linear all;
      -moz-transition: 0.2s linear all;
      -ms-transition: 0.2s linear all;
      -o-transition: 0.2s linear all;
      transition: 0.2s linear all; }
    .simple-projects-list-block .project-link .learn-more:hover .icon {
      margin-left: 16px; }
    @media (max-width: 600px) {
      .simple-projects-list-block .project-link .learn-more {
        position: relative; } }

.projects-block .grid {
  column-gap: 0;
  row-gap: 50px; }
.projects-block .projects-title {
  font-weight: 600;
  margin-bottom: 120px; }
  @media (max-width: 700px) {
    .projects-block .projects-title {
      margin-bottom: 40px; } }
.projects-block .project-intro-box + .project-intro-box {
  margin-top: 120px; }
  @media (max-width: 700px) {
    .projects-block .project-intro-box + .project-intro-box {
      margin-top: 60px; } }
.projects-block .project-image-outer {
  position: relative;
  height: 450px;
  margin-bottom: 24px; }
  .projects-block .project-image-outer .project-image {
    height: 450px;
    width: 100%;
    -webkit-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px; }
    @media (max-width: 1200px) {
      .projects-block .project-image-outer .project-image {
        height: 400px; } }
    @media (max-width: 1100px) {
      .projects-block .project-image-outer .project-image {
        height: 360px; } }
    @media (max-width: 1000px) {
      .projects-block .project-image-outer .project-image {
        height: 320px; } }
    @media (max-width: 800px) {
      .projects-block .project-image-outer .project-image {
        height: 280px; } }
    @media (max-width: 700px) {
      .projects-block .project-image-outer .project-image {
        height: 380px; } }
  .projects-block .project-image-outer .project-sticker {
    max-width: 150px;
    max-height: 120px;
    width: auto;
    position: absolute; }
    .projects-block .project-image-outer .project-sticker.image-top-left, .projects-block .project-image-outer .project-sticker.image-top-right {
      top: 24px; }
    .projects-block .project-image-outer .project-sticker.image-bottom-left, .projects-block .project-image-outer .project-sticker.image-bottom-right {
      bottom: 24px; }
    .projects-block .project-image-outer .project-sticker.image-top-left, .projects-block .project-image-outer .project-sticker.image-bottom-left {
      left: 24px; }
    .projects-block .project-image-outer .project-sticker.image-top-right, .projects-block .project-image-outer .project-sticker.image-bottom-right {
      right: 24px; }
  @media (max-width: 1200px) {
    .projects-block .project-image-outer {
      height: 400px; } }
  @media (max-width: 1100px) {
    .projects-block .project-image-outer {
      height: 360px; } }
  @media (max-width: 1000px) {
    .projects-block .project-image-outer {
      height: 320px; } }
  @media (max-width: 800px) {
    .projects-block .project-image-outer {
      height: 280px; } }
  @media (max-width: 700px) {
    .projects-block .project-image-outer {
      height: 380px; } }
.projects-block .project-title {
  font-weight: 300;
  margin-bottom: 24px; }
  .projects-block .project-title span + span {
    position: relative;
    margin-left: 20px; }
    .projects-block .project-title span + span:before {
      position: absolute;
      left: -15px;
      top: 50%;
      margin-top: -2px;
      height: 6px;
      width: 6px;
      background-color: #1f3f36;
      content: "";
      border-radius: 50%; }
.projects-block .project-intro {
  font-weight: 600;
  margin-bottom: 24px; }
.projects-block .learn-more {
  font-size: 18px; }
  .projects-block .learn-more .icon {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    margin-top: -2px;
    margin-left: 6px;
    background-image: url("../../assets/images/link-arrow.png");
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transition: 0.2s linear all;
    -moz-transition: 0.2s linear all;
    -ms-transition: 0.2s linear all;
    -o-transition: 0.2s linear all;
    transition: 0.2s linear all; }
  .projects-block .learn-more:hover .icon {
    margin-left: 16px; }

.radio-section-block .grid .column-1 {
  padding: 75px 50px;
  box-sizing: border-box;
  -webkit-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px; }
  .radio-section-block .grid .column-1 .radio-title {
    font-weight: 600;
    margin-bottom: 24px; }
  .radio-section-block .grid .column-1 .radio-text {
    font-weight: 300; }
  @media (max-width: 1300px) {
    .radio-section-block .grid .column-1 {
      padding: 25px; } }
@media (max-width: 1000px) {
  .radio-section-block .grid .column-2 .radio-image {
    height: 450px; } }
@media (max-width: 800px) {
  .radio-section-block .grid .column-2 .radio-image {
    height: 400px; } }
@media (max-width: 600px) {
  .radio-section-block .grid .column-2 .radio-image {
    height: 340px; } }
@media (max-width: 500px) {
  .radio-section-block .grid .column-2 .radio-image {
    height: 310px; } }
@media (max-width: 400px) {
  .radio-section-block .grid .column-2 .radio-image {
    height: 280px; } }
.radio-section-block .grid .radio-image {
  height: 100%;
  width: 100%;
  -webkit-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px; }
.radio-section-block .radio-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 24px;
  gap: 24px; }
  @media (max-width: 900px) {
    .radio-section-block .radio-row .column {
      width: 100%; } }
  .radio-section-block .radio-row .email-link:hover {
    text-decoration: underline; }
  .radio-section-block .radio-row .facebook {
    margin-top: -5px; }
    @media (max-width: 900px) {
      .radio-section-block .radio-row .facebook {
        margin-top: 0; } }
  .radio-section-block .radio-row .facebook-link {
    display: inline-block; }
    .radio-section-block .radio-row .facebook-link .facebook-icon {
      display: block;
      width: 41px;
      height: 41px;
      background-image: url("../../assets/images/socials/facebook-icon.png");
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      -webkit-transition: 0.2s linear all;
      -moz-transition: 0.2s linear all;
      -ms-transition: 0.2s linear all;
      -o-transition: 0.2s linear all;
      transition: 0.2s linear all; }
    .radio-section-block .radio-row .facebook-link:hover .facebook-icon {
      transform: scale(1.25); }
  @media (max-width: 1200px) {
    .radio-section-block .radio-row {
      gap: 50px; } }
  @media (max-width: 900px) {
    .radio-section-block .radio-row {
      column-gap: 0;
      row-gap: 24px;
      flex-wrap: wrap; } }

.single-project-link-block .project-link {
  position: relative; }
  .single-project-link-block .project-link .project-title {
    padding-right: 180px; }
    @media (max-width: 600px) {
      .single-project-link-block .project-link .project-title {
        padding-right: 0; } }
  .single-project-link-block .project-link .learn-more {
    position: absolute;
    right: 0;
    top: 0; }
    .single-project-link-block .project-link .learn-more .text {
      color: #fecd42;
      font-size: 18px; }
    .single-project-link-block .project-link .learn-more .icon {
      width: 20px;
      height: 20px;
      background-image: url("../../assets/images/link-arrow-yellow.png");
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      margin-left: 6px;
      display: inline-block;
      vertical-align: middle;
      -webkit-transition: 0.2s linear all;
      -moz-transition: 0.2s linear all;
      -ms-transition: 0.2s linear all;
      -o-transition: 0.2s linear all;
      transition: 0.2s linear all; }
    .single-project-link-block .project-link .learn-more:hover .icon {
      margin-left: 16px; }
    @media (max-width: 600px) {
      .single-project-link-block .project-link .learn-more {
        position: relative; } }

.single-testimonial-block .single-testimonial-outer {
  position: relative;
  padding-bottom: 100px;
  z-index: 9; }
  .single-testimonial-block .single-testimonial-outer .testimonial-sticker {
    position: absolute;
    width: 166px;
    height: 177px;
    top: -80px;
    right: -80px;
    background-image: url("../../assets/images/donate-corner-icons.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    z-index: 1; }
  .single-testimonial-block .single-testimonial-outer .testimonial-image {
    position: absolute;
    top: 25px;
    left: 45px;
    width: 400px;
    height: 560px;
    z-index: 9;
    transform: rotate(1.3deg);
    -webkit-border-radius: 16px;
    -ms-border-radius: 16px;
    border-radius: 16px; }
    @media (max-width: 1100px) {
      .single-testimonial-block .single-testimonial-outer .testimonial-image {
        width: 300px;
        height: 420px;
        top: 40px;
        left: 40px; } }
    @media (max-width: 900px) {
      .single-testimonial-block .single-testimonial-outer .testimonial-image {
        width: 200px;
        height: 280px;
        top: 20px;
        left: 20px; } }
    @media (max-width: 700px) {
      .single-testimonial-block .single-testimonial-outer .testimonial-image {
        width: 160px;
        height: 240px; } }
    @media (max-width: 600px) {
      .single-testimonial-block .single-testimonial-outer .testimonial-image {
        width: 300px;
        height: 400px;
        top: -60px;
        left: calc(50% - 150px); } }
    @media (max-width: 500px) {
      .single-testimonial-block .single-testimonial-outer .testimonial-image {
        width: 240px;
        height: 340px;
        top: -60px;
        left: calc(50% - 120px); } }
  .single-testimonial-block .single-testimonial-outer .single-testimonial-inner {
    position: relative;
    background-color: #ffdbea;
    z-index: 1;
    width: 100%;
    padding-top: 45px;
    padding-left: 500px;
    padding-right: 90px;
    padding-bottom: 60px;
    box-sizing: border-box;
    -webkit-border-radius: 16px;
    -ms-border-radius: 16px;
    border-radius: 16px; }
    .single-testimonial-block .single-testimonial-outer .single-testimonial-inner .testimonial-title {
      font-weight: 600; }
    .single-testimonial-block .single-testimonial-outer .single-testimonial-inner .testimonial-position {
      margin-bottom: 22px; }
    .single-testimonial-block .single-testimonial-outer .single-testimonial-inner .quote-mark {
      display: block;
      width: 23px;
      height: 19px;
      background-image: url("../../assets/images/testimonial-icon-pink.png");
      background-repeat: no-repeat;
      background-size: contain;
      margin-bottom: 20px; }
    @media (max-width: 1100px) {
      .single-testimonial-block .single-testimonial-outer .single-testimonial-inner {
        padding-left: 380px;
        padding-right: 40px; } }
    @media (max-width: 900px) {
      .single-testimonial-block .single-testimonial-outer .single-testimonial-inner {
        padding-left: 250px;
        padding-right: 30px; } }
    @media (max-width: 700px) {
      .single-testimonial-block .single-testimonial-outer .single-testimonial-inner {
        padding-left: 200px; } }
    @media (max-width: 600px) {
      .single-testimonial-block .single-testimonial-outer .single-testimonial-inner {
        padding-top: 400px;
        padding-left: 30px;
        padding-bottom: 30px; } }
    @media (max-width: 500px) {
      .single-testimonial-block .single-testimonial-outer .single-testimonial-inner {
        padding-top: 320px; } }
  @media (max-width: 1100px) {
    .single-testimonial-block .single-testimonial-outer {
      padding-bottom: 0; } }

.socials-block .socials-title {
  text-align: center;
  font-weight: 600;
  margin-bottom: 24px; }
.socials-block .socials {
  text-align: center; }
  .socials-block .socials .social-link {
    display: inline-block; }
    .socials-block .socials .social-link .social-icon {
      display: block;
      width: 31px;
      height: 31px;
      background-position: center;
      background-size: contain;
      background-repeat: no-repeat;
      -webkit-transition: 0.2s linear all;
      -moz-transition: 0.2s linear all;
      -ms-transition: 0.2s linear all;
      -o-transition: 0.2s linear all;
      transition: 0.2s linear all; }
      .socials-block .socials .social-link .social-icon.social-icon-instagram {
        background-image: url("../../assets/images/socials/instagram-icon.png"); }
      .socials-block .socials .social-link .social-icon.social-icon-facebook {
        background-image: url("../../assets/images/socials/facebook-icon.png"); }
    .socials-block .socials .social-link + .social-link {
      margin-left: 20px; }
    .socials-block .socials .social-link:hover .social-icon {
      transform: scale(1.25); }

.subtitle-block .subtitle {
  display: inline-block; }
  .subtitle-block .subtitle.accent-green-underline-1:after {
    width: 100%;
    height: 100%;
    bottom: -55%; }

.tab-bottom-block .tab {
  display: block;
  height: 100px;
  border-bottom-left-radius: 92px;
  border-bottom-right-radius: 92px; }

.tab-top-block .tab {
  display: block;
  height: 100px;
  border-top-left-radius: 92px;
  border-top-right-radius: 92px; }

.team-block .team-member-image {
  width: 200px;
  height: 230px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px; }
.team-block .team-member-name {
  font-weight: 600; }
.team-block .team-member-position {
  line-height: 18px; }
.team-block .team-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  row-gap: 70px; }
  .team-block .team-grid .column {
    width: 25%; }
    .team-block .team-grid .column:nth-child(4n + 1) {
      color: #0fd19c; }
    .team-block .team-grid .column:nth-child(4n + 2) {
      color: #ff709c; }
    .team-block .team-grid .column:nth-child(4n + 3) {
      color: #ff503f; }
    .team-block .team-grid .column:nth-child(4n + 4) {
      color: #ff709c; }
    @media (max-width: 1100px) {
      .team-block .team-grid .column {
        width: 33.333%; } }
    @media (max-width: 800px) {
      .team-block .team-grid .column {
        width: 50%; } }
    @media (max-width: 500px) {
      .team-block .team-grid .column {
        width: 100%; } }

.testimonial-slider-block .swiper {
  width: 100%;
  height: 660px; }
  .testimonial-slider-block .swiper .slide-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
    .testimonial-slider-block .swiper .slide-image .overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.5);
      z-index: 5; }
  .testimonial-slider-block .swiper .testimonial-content {
    position: absolute;
    left: 80px;
    bottom: 90px;
    z-index: 9; }
    .testimonial-slider-block .swiper .testimonial-content .testimonial-icon {
      display: block;
      width: 23px;
      height: 19px;
      background-image: url("../../assets/images/testimonial-icon.png");
      background-repeat: no-repeat;
      background-size: contain;
      margin-bottom: 20px; }
    .testimonial-slider-block .swiper .testimonial-content .testimonial-quote {
      max-width: 420px;
      font-weight: 600; }
      .testimonial-slider-block .swiper .testimonial-content .testimonial-quote.long-quote {
        max-width: 620px; }
      @media (max-width: 600px) {
        .testimonial-slider-block .swiper .testimonial-content .testimonial-quote {
          font-size: 20px;
          line-height: 26px; } }
    .testimonial-slider-block .swiper .testimonial-content .testimonial-author,
    .testimonial-slider-block .swiper .testimonial-content .testimonial-position {
      font-weight: 400; }
    .testimonial-slider-block .swiper .testimonial-content .testimonial-author {
      margin-top: 24px; }
    .testimonial-slider-block .swiper .testimonial-content .testimonial-position {
      margin-top: 0; }
    @media (max-width: 900px) {
      .testimonial-slider-block .swiper .testimonial-content {
        bottom: 40px;
        left: 40px;
        max-width: calc(100% - 100px); } }
    @media (max-width: 600px) {
      .testimonial-slider-block .swiper .testimonial-content {
        bottom: 20px;
        left: 20px;
        max-width: calc(100% - 80px); } }
  .testimonial-slider-block .swiper .nav-elements {
    display: flex;
    flex-direction: column;
    position: absolute;
    bottom: 110px;
    right: 25px;
    width: 16px; }
    .testimonial-slider-block .swiper .nav-elements .swiper-pagination {
      position: relative;
      order: 2;
      top: auto;
      left: auto;
      right: auto;
      bottom: auto;
      margin: 0;
      transform: none; }
      .testimonial-slider-block .swiper .nav-elements .swiper-pagination .swiper-pagination-bullet {
        width: 16px;
        height: 16px;
        background-color: #ffffff;
        opacity: 1;
        margin-top: 13px;
        margin-bottom: 13px;
        -webkit-transition: 0.2s linear all;
        -moz-transition: 0.2s linear all;
        -ms-transition: 0.2s linear all;
        -o-transition: 0.2s linear all;
        transition: 0.2s linear all; }
        .testimonial-slider-block .swiper .nav-elements .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
          background-image: url("../../assets/images/pagination-star.png");
          background-color: transparent;
          border-radius: 0;
          background-size: contain;
          opacity: 1 !important; }
        .testimonial-slider-block .swiper .nav-elements .swiper-pagination .swiper-pagination-bullet:hover {
          opacity: 0.5; }
    .testimonial-slider-block .swiper .nav-elements .swiper-button-prev,
    .testimonial-slider-block .swiper .nav-elements .swiper-button-next {
      position: relative;
      width: 16px;
      height: 16px;
      color: #ffffff;
      transform: rotate(90deg);
      top: auto;
      left: auto;
      right: auto;
      bottom: auto;
      margin: 0; }
      .testimonial-slider-block .swiper .nav-elements .swiper-button-prev:after,
      .testimonial-slider-block .swiper .nav-elements .swiper-button-next:after {
        font-size: 16px; }
    .testimonial-slider-block .swiper .nav-elements .swiper-button-prev {
      order: 1; }
    .testimonial-slider-block .swiper .nav-elements .swiper-button-next {
      order: 3; }
    @media (max-width: 900px) {
      .testimonial-slider-block .swiper .nav-elements {
        bottom: 40px; } }
  @media (max-width: 1200px) {
    .testimonial-slider-block .swiper {
      height: 500px; } }
  @media (max-width: 800px) {
    .testimonial-slider-block .swiper {
      height: 450px; } }
  @media (max-width: 700px) {
    .testimonial-slider-block .swiper {
      height: 420px; } }
  @media (max-width: 600px) {
    .testimonial-slider-block .swiper {
      height: 400px; } }

body.font-size-large .footer-link {
  display: block;
  margin: 0; }
body.font-size-large .header-menu > .menu-item > a {
  font-size: 22px !important; }
body.font-size-large .header-menu .menu-item-has-children > .sub-menu a {
  font-size: 20px !important; }
body.font-size-large header .donate-button {
  font-size: 22px !important; }
body.font-size-large .big-hero-content-box .button {
  font-size: 22px !important; }
body.font-size-large .donation-block .donation-option {
  font-size: 25px !important; }
body.font-size-large .projects-block .learn-more .text {
  font-size: 22px !important; }
body.font-size-large .form-block .wpcf7-text,
body.font-size-large .form-block .wpcf7-textarea,
body.font-size-large .form-block .wpcf7-submit {
  font-size: 22px !important; }
body.font-size-large .map-block .map-button {
  font-size: 22px !important; }
body.font-size-large .get-involved-grid-block .get-involved-button {
  font-size: 22px !important; }
body.font-size-large .central-column-block .central-column-button {
  font-size: 22px; }
body.font-size-large .events-list-block .event-button {
  font-size: 22px; }
body.font-size-large .button-block .default-button {
  font-size: 22px; }
body.font-size-large .simple-events-list-block .learn-more .text {
  font-size: 22px; }
@media (max-width: 600px) {
  body.font-size-large .testimonial-slider-block .swiper .testimonial-content .testimonial-quote {
    font-size: 24px;
    line-height: 30px; } }
