/*! sanitize.css v5.0.0 | CC0 License | github.com/jonathantneal/sanitize.css */
/* Document (https://html.spec.whatwg.org/multipage/semantics.html#semantics)
   ========================================================================== */
/**
 * 1. Remove repeating backgrounds in all browsers (opinionated).
 * 2. Add box sizing inheritence in all browsers (opinionated).
 */
*,
::before,
::after {
  background-repeat: no-repeat;
  /* 1 */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  /* 2 */ }

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritence in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit;
  /* 2 */ }

/**
 * 1. Add border box sizing in all browsers (opinionated).
 * 2. Add the default cursor in all browsers (opinionated).
 * 3. Prevent font size adjustments after orientation changes in IE and iOS.
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  cursor: default;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections (https://html.spec.whatwg.org/multipage/semantics.html#sections)
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: .67em 0; }

/* Grouping content (https://html.spec.whatwg.org/multipage/semantics.html#grouping-content)
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics (https://html.spec.whatwg.org/multipage/semantics.html#text-level-semantics)
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ffff00;
  color: #000000; }

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

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

/*
 * Remove the text shadow on text selections (opinionated).
 * 1. Restore the coloring undone by defining the text shadow (opinionated).
 */
::-moz-selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000000;
  /* 1 */
  text-shadow: none; }

::selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000000;
  /* 1 */
  text-shadow: none; }

/* Embedded content (https://html.spec.whatwg.org/multipage/embedded-content.html#embedded-content)
   ========================================================================== */
/*
 * Change the alignment on media elements in all browers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg {
  fill: currentColor; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Tabular data (https://html.spec.whatwg.org/multipage/tables.html#tables)
   ========================================================================== */
/**
 * Collapse border spacing
 */
table {
  border-collapse: collapse; }

/* Forms (https://html.spec.whatwg.org/multipage/forms.html#forms)
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0; }

/**
 * Inherit styling in all browsers (opinionated).
 */
button,
input,
select,
textarea {
  background-color: transparent;
  color: inherit;
  font-size: inherit;
  line-height: inherit; }

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

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

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

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * 1. Remove the default vertical scrollbar in IE.
 * 2. Change the resize direction on textareas in all browsers (opinionated).
 */
textarea {
  overflow: auto;
  /* 1 */
  resize: vertical;
  /* 2 */ }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

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

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

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

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

/* Interactive elements (https://html.spec.whatwg.org/multipage/forms.html#interactive-elements)
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

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

/* Scripting (https://html.spec.whatwg.org/multipage/scripting.html#scripting-3)
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* User interaction (https://html.spec.whatwg.org/multipage/interaction.html#editing)
   ========================================================================== */
/*
 * Remove the tapping delay on clickable elements (opinionated).
 * 1. Remove the tapping delay in IE 10.
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  /* 1 */
  touch-action: manipulation; }

/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

/* ARIA (https://w3c.github.io/html-aria/)
   ========================================================================== */
/**
 * Change the cursor on busy elements (opinionated).
 */
[aria-busy="true"] {
  cursor: progress; }

/*
 * Change the cursor on control elements (opinionated).
 */
[aria-controls] {
  cursor: pointer; }

/*
 * Change the display on visually hidden accessible elements (opinionated).
 */
[aria-hidden="false"][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute; }

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements (opinionated).
 */
[aria-disabled] {
  cursor: default; }

@font-face {
  font-family: 'Syne';
  src: url(28c1bfab8a44910acdcd8483d1a2aa4b.ttf) format("truetype");
  font-weight: 1 999; }

*,
*:active,
*:focus {
  outline: none; }

html {
  font-size: 16px;
  scroll-behavior: smooth; }
  @media (max-width: 1024px) {
    html {
      font-size: 14px; } }

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

body {
  background-color: #eceeee;
  color: #1e1e1e;
  font-family: 'Syne';
  font-weight: 500;
  line-height: 20px;
  margin: 0;
  padding: 0;
  overflow-x: hidden; }
  @media (max-width: 1024px) {
    body {
      line-height: 18px; } }
  body.no-scroll {
    overflow: hidden; }

a {
  color: #1e1e1e;
  text-decoration: none;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s; }
  a:hover {
    color: #1e1e1e; }

svg,
img {
  max-width: 100%;
  height: auto; }

figure {
  margin: 0;
  padding: 0; }

ol {
  margin: 0;
  padding: 0 0 0 1em; }

ul {
  list-style: none;
  padding: 0;
  margin: 0; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-style: normal;
  margin: 0; }

.h0 {
  font-family: 'Syne';
  font-size: 140px;
  font-weight: 500;
  letter-spacing: -2px;
  line-height: 140px; }
  @media (max-width: 1024px) {
    .h0 {
      font-size: 85px;
      line-height: 85px; } }
  @media (max-width: 768px) {
    .h0 {
      font-size: 64px;
      line-height: 64px; } }
  @media (max-width: 660px) {
    .h0 {
      font-size: 50px;
      line-height: 50px; } }

h1, .h1 {
  font-family: 'Syne';
  font-size: 36px;
  font-weight: 500;
  letter-spacing: -1px;
  line-height: 46px; }
  @media (max-width: 1160px) {
    h1, .h1 {
      font-size: 30px;
      line-height: 36px; } }
  @media (max-width: 960px) {
    h1, .h1 {
      font-size: 26px;
      line-height: 34px; } }
  @media (max-width: 660px) {
    h1, .h1 {
      font-size: 22px;
      line-height: 28px; } }

h2, .h2 {
  font-family: 'Syne';
  font-weight: 500;
  font-size: 18px;
  line-height: 24px; }
  @media (max-width: 1160px) {
    h2, .h2 {
      font-size: 16px;
      line-height: 22px; } }

h3, .h3 {
  font-family: 'Syne';
  font-weight: 500;
  font-size: 18px;
  line-height: 24px; }
  @media (max-width: 1160px) {
    h3, .h3 {
      font-size: 16px;
      line-height: 22px; } }

h4, .h4 {
  font-family: 'Syne';
  font-weight: 500;
  font-size: 16px;
  line-height: 20px; }
  @media (max-width: 1024px) {
    h4, .h4 {
      font-size: 14px;
      line-height: 18px; } }

p {
  margin: 0 0 20px 0; }
  p:last-child {
    margin: 0 !important; }

b, strong, .strong {
  font-weight: 600;
  letter-spacing: -0.5px; }

#app {
  overflow: hidden; }

.cover {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.uppercase {
  text-transform: uppercase; }

.white {
  color: #fff; }

.medium {
  font-weight: 500; }

.bg-yellow {
  background-color: #f2b963; }

.bg-orange {
  background-color: #d86934; }

.bg-purple {
  background-color: #9a86b9; }

#content {
  min-height: calc(100vh - 110px);
  padding: 70px 0 0 0; }
  @media (max-width: 960px) {
    #content {
      min-height: calc(100vh - 70px); } }

.max-width {
  margin: 0 auto;
  padding: 0 40px; }
  @media (max-width: 960px) {
    .max-width {
      padding: 0 20px; } }

.ptitle {
  padding: 30px 0 20px 0; }
  @media (max-width: 660px) {
    .ptitle {
      padding: 20px 0; } }
  .ptitle .subtitle {
    padding: 0 0 20px 0; }

.page-text {
  padding: 0 0 80px 0; }
  @media (max-width: 768px) {
    .page-text {
      padding: 0 0 40px 0; } }
  .page-text .inner {
    padding: 0 16.66667%; }
    @media (max-width: 768px) {
      .page-text .inner {
        padding: 0; } }

.section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .section:nth-child(even) .texts {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .section > div {
    min-height: calc(100vh - 70px);
    width: 50%; }
    @media (max-width: 768px) {
      .section > div {
        width: 100%; }
        .section > div.image {
          min-height: 400px; }
        .section > div.texts {
          min-height: 0;
          -webkit-box-ordinal-group: 3;
              -ms-flex-order: 2;
                  order: 2; } }
  .section .texts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 20px 40px 30px 40px; }
    @media (max-width: 960px) {
      .section .texts {
        padding: 20px 20px 30px 20px; } }
  .section .submenu {
    padding: 20px 0 0 0;
    max-width: 500px; }
    .section .submenu li a {
      color: #9d9d9d;
      display: inline-block;
      padding: 0 0 0 25px;
      position: relative; }
      .section .submenu li a:hover {
        color: #1e1e1e; }
        .section .submenu li a:hover:before {
          background: #1e1e1e; }
      .section .submenu li a:before {
        background: #9d9d9d;
        content: '';
        height: 7px;
        left: 0;
        position: absolute;
        top: 6px;
        -webkit-transition: all 0.35s;
        -o-transition: all 0.35s;
        transition: all 0.35s;
        width: 7px; }
  .section .bread {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 20px 0;
    text-transform: uppercase; }
    .section .bread .sep {
      display: inline-block;
      color: #9b9b9b;
      margin: 0 5px; }
    .section .bread a {
      color: #9b9b9b; }
      .section .bread a:hover {
        color: #000000; }
  .section .text {
    padding: 20px 0 0 0; }
    @media (max-width: 660px) {
      .section .text {
        padding: 0; } }
    .section .text h1, .section .text h2, .section .text h3 {
      margin: 0 0 20px 0; }
    .section .text.padding {
      padding: 200px 0 0 0; }
      @media (max-width: 1680px) {
        .section .text.padding {
          padding: 200px 0 0 0; } }
      @media (max-width: 768px) {
        .section .text.padding {
          padding: 20px 0 0 0; } }
  .section .logos {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 768px) {
      .section .logos {
        padding: 40px 0 0 0; } }
    .section .logos a {
      display: inline-block;
      margin: 0 40px 0 0; }
      @media (max-width: 660px) {
        .section .logos a {
          margin: 0 20px 0 0; } }
      .section .logos a:hover {
        opacity: 0.75; }
  .section .button {
    margin: 20px 0 0 0; }
    .section .button a {
      border-radius: 30px;
      border: 1px solid #1e1e1e;
      cursor: pointer;
      display: inline-block;
      font-family: 'Syne';
      font-size: 16px;
      font-weight: 600;
      letter-spacing: -1px;
      line-height: 1;
      padding: 12px 20px;
      text-transform: uppercase;
      -webkit-transition: all 0.35s;
      -o-transition: all 0.35s;
      transition: all 0.35s;
      white-space: nowrap; }
      @media (max-width: 1024px) {
        .section .button a {
          font-size: 14px; } }
      .section .button a:hover {
        border-color: #1e1e1e;
        background: #1e1e1e;
        color: #fff; }
  .section .image {
    background-color: #1e1e1e; }
  @media (max-width: 768px) {
    .section .table {
      margin: 20px 0 0 0; } }
  .section .table .h1 {
    margin: 0 0 20px 0; }
  .section .table .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #000000;
    padding: 10px 0; }
    .section .table .row > div:nth-child(1) {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      width: 40%; }
  .section .buttons {
    margin: 30px 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 660px) {
      .section .buttons {
        margin: 20px 0 0 0; } }
    .section .buttons > a {
      border-radius: 30px;
      border: 1px solid #1e1e1e;
      cursor: pointer;
      display: inline-block;
      font-family: 'Syne';
      font-size: 16px;
      font-weight: 600;
      letter-spacing: -1px;
      line-height: 1;
      padding: 12px 20px;
      text-transform: uppercase;
      -webkit-transition: all 0.35s;
      -o-transition: all 0.35s;
      transition: all 0.35s;
      white-space: nowrap;
      margin: 0 30px 0 0;
      background: #000;
      color: #fff; }
      @media (max-width: 1024px) {
        .section .buttons > a {
          font-size: 14px; } }
      .section .buttons > a:hover {
        border-color: #1e1e1e;
        background: #1e1e1e;
        color: #fff; }
      @media (max-width: 660px) {
        .section .buttons > a {
          margin: 0 20px 0 0; } }
      .section .buttons > a:hover {
        background: #fff;
        color: #000000; }

#subscribe {
  height: 128px;
  width: 128px;
  color: yellow;
  border-radius: 100%;
  background: #3f60a6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  z-index: 1;
  top: 160px;
  right: 40px;
  cursor: pointer;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s; }
  @media (max-width: 1024px) {
    #subscribe {
      top: auto;
      bottom: 40px;
      height: 96px;
      width: 96px; } }
  @media (max-width: 768px) {
    #subscribe {
      right: auto;
      left: 20px;
      bottom: 50%; } }
  @media (max-width: 660px) {
    #subscribe {
      display: none; } }
  #subscribe:hover {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05); }

.page-template-template-testimonials body {
  background-color: #fff;
  background-image: url(ca05b56fe760afca11cd1ba50213f37b.svg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover; }

.testimonials {
  padding: 0 0 80px 0; }
  .testimonials .inner {
    padding: 0 8.33333%; }
    @media (max-width: 768px) {
      .testimonials .inner {
        padding: 0; } }

.testimonial {
  text-align: center;
  margin: 0 0 80px 0; }
  @media (max-width: 768px) {
    .testimonial {
      margin: 0 0 40px 0; } }
  .testimonial .name {
    margin: 20px 0 0 0; }
  .testimonial .image {
    max-width: 660px;
    margin: 20px auto 0 auto; }
    @media (max-width: 768px) {
      .testimonial .image {
        max-width: none; } }

#header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #0db04b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  left: 0;
  padding: 0 40px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 3; }
  @media (max-width: 960px) {
    #header {
      padding: 0 20px; } }

.header__logo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  white-space: nowrap;
  width: 245px; }

.header__tools {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 245px;
  white-space: nowrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  .header__tools.is-active .buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .header__tools .burger {
    cursor: pointer;
    display: none;
    height: 30px;
    position: relative;
    width: 30px; }
    .header__tools .burger:before, .header__tools .burger:after {
      -webkit-transition: top .35s .35s, -webkit-transform .35s 0s;
      transition: top .35s .35s, -webkit-transform .35s 0s;
      -o-transition: top .35s .35s, transform .35s 0s;
      transition: top .35s .35s, transform .35s 0s;
      transition: top .35s .35s, transform .35s 0s, -webkit-transform .35s 0s; }
    .header__tools .burger:before, .header__tools .burger:after,
    .header__tools .burger span {
      background: #fff;
      content: '';
      height: 1px;
      left: 0;
      position: absolute;
      width: 30px; }
    .header__tools .burger:before {
      top: 8px; }
    .header__tools .burger:after {
      top: 22px; }
    .header__tools .burger span {
      top: 15px;
      -webkit-transition: all .35s;
      -o-transition: all .35s;
      transition: all .35s; }
    .header__tools .burger.is-active span {
      opacity: 0; }
    .header__tools .burger.is-active:before {
      top: 12.5px;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg);
      -webkit-transition: top .35s 0s, -webkit-transform 0.35s 0.35s;
      transition: top .35s 0s, -webkit-transform 0.35s 0.35s;
      -o-transition: top .35s 0s, transform 0.35s 0.35s;
      transition: top .35s 0s, transform 0.35s 0.35s;
      transition: top .35s 0s, transform 0.35s 0.35s, -webkit-transform 0.35s 0.35s;
      background: #f8f6f3; }
    .header__tools .burger.is-active:after {
      top: 12.5px;
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg);
      -webkit-transition: top .35s 0s, -webkit-transform 0.35s 0.35s;
      transition: top .35s 0s, -webkit-transform 0.35s 0.35s;
      -o-transition: top .35s 0s, transform 0.35s 0.35s;
      transition: top .35s 0s, transform 0.35s 0.35s;
      transition: top .35s 0s, transform 0.35s 0.35s, -webkit-transform 0.35s 0.35s;
      background: #f8f6f3; }
    @media (max-width: 1024px) {
      .header__tools .burger {
        display: block; } }
  .header__tools .buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 1024px) {
      .header__tools .buttons {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        border-top: 1px solid #fff;
        bottom: 40px;
        display: none;
        left: 20px;
        position: fixed;
        right: 20px;
        padding: 20px 0 0 0; } }
  .header__tools .donate a {
    border-radius: 30px;
    border: 1px solid #1e1e1e;
    cursor: pointer;
    display: inline-block;
    font-family: 'Syne';
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -1px;
    line-height: 1;
    padding: 12px 20px;
    text-transform: uppercase;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    white-space: nowrap;
    border-color: #fff;
    background: transparent;
    color: #fff; }
    @media (max-width: 1024px) {
      .header__tools .donate a {
        font-size: 14px; } }
    .header__tools .donate a:hover {
      border-color: #1e1e1e;
      background: #1e1e1e;
      color: #fff; }
    .header__tools .donate a:hover {
      border-color: #fff;
      background: #fff;
      color: #0db04b; }
  .header__tools .languages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .header__tools .languages a {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      border-radius: 100%;
      cursor: pointer;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 40px;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin: 0 0 0 10px;
      width: 40px;
      line-height: 1;
      font-size: 14px;
      background: transparent;
      color: #fff;
      border: 1px solid #fff; }
      @media (max-width: 660px) {
        .header__tools .languages a {
          height: 30px;
          width: 30px; } }
      .header__tools .languages a.is-active {
        background: #fff;
        color: #0db04b;
        pointer-events: none; }
    .header__tools .languages.is-active {
      opacity: 1;
      visibility: visible; }

@media (max-width: 1024px) {
  .header__navigation {
    background: #0db04b;
    display: none;
    position: fixed;
    top: 70px;
    bottom: 0;
    left: 0;
    right: 0; } }

@media (min-width: 1024px) {
  .header__navigation .menu-item-has-children:hover > ul {
    opacity: 1;
    visibility: visible;
    pointer-events: auto; } }

.header__navigation .menu-item-has-children .menu-item-has-children {
  position: relative; }

.header__navigation .menu-item-has-children ul.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto; }

.header__navigation .menu-item-has-children > ul {
  background: #d86934;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 70px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s; }
  @media (max-width: 1024px) {
    .header__navigation .menu-item-has-children > ul {
      -ms-flex-line-pack: start;
          align-content: flex-start;
      padding: 20px 0 0 0;
      background: #0db04b;
      height: 100%;
      left: 20px;
      right: 20px; }
      .header__navigation .menu-item-has-children > ul a {
        font-size: 22px;
        line-height: 26px;
        padding: 10px;
        border-top: 1px solid #fff;
        white-space: normal; }
      .header__navigation .menu-item-has-children > ul li {
        text-align: center; } }
  .header__navigation .menu-item-has-children > ul ul {
    top: 70px;
    background: #9a86b9;
    display: block;
    height: auto;
    padding: 30px 40px;
    position: absolute;
    left: -80px;
    right: -80px;
    min-width: 500px; }
    @media (max-width: 1024px) {
      .header__navigation .menu-item-has-children > ul ul {
        min-width: 0;
        top: 70px;
        -ms-flex-line-pack: start;
            align-content: flex-start;
        padding: 20px 0 0 0;
        background: #0db04b;
        height: 100%;
        left: 20px;
        right: 20px;
        position: fixed; }
        .header__navigation .menu-item-has-children > ul ul a {
          font-size: 14px;
          line-height: 18px;
          padding: 10px !important;
          border-top: 1px solid #fff;
          white-space: normal; }
          .header__navigation .menu-item-has-children > ul ul a:before {
            content: none !important; }
        .header__navigation .menu-item-has-children > ul ul li {
          text-align: center; } }
    .header__navigation .menu-item-has-children > ul ul li {
      margin: 0 0 20px 0; }
      @media (max-width: 1024px) {
        .header__navigation .menu-item-has-children > ul ul li {
          margin: 0; } }
    .header__navigation .menu-item-has-children > ul ul a {
      height: auto;
      position: relative;
      white-space: normal; }
      .header__navigation .menu-item-has-children > ul ul a:before {
        width: 6px;
        height: 6px;
        border-radius: 100%;
        background: #fff;
        position: absolute;
        left: 0;
        -webkit-transition: all 0.35s;
        -o-transition: all 0.35s;
        transition: all 0.35s;
        top: 6px; }
      .header__navigation .menu-item-has-children > ul ul a:hover:before {
        background: #1e1e1e; }

@media (max-width: 1024px) {
  .header__navigation.is-active {
    display: block; } }

@media (max-width: 1024px) {
  .header__menu {
    padding: 20px 0 0 0; } }

.header__menu li {
  margin: 0 10px; }
  @media (max-width: 1024px) {
    .header__menu li {
      margin: 0;
      width: 100%; } }

.header__menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 1024px) {
    .header__menu ul {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }

.header__menu a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  text-transform: uppercase;
  white-space: nowrap; }
  @media (max-width: 1024px) {
    .header__menu a {
      font-size: 36px;
      height: auto;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      line-height: 46px;
      text-transform: none; } }
  .header__menu a:hover {
    color: #1e1e1e; }

.header__menu .current-menu-ancestor > a,
.header__menu .current-menu-item > a {
  color: #1e1e1e; }

.back-li {
  display: none; }
  @media (max-width: 1024px) {
    .back-li {
      display: block; } }
  .back-li a {
    color: #fff !important;
    font-size: 14px !important;
    line-height: 18px !important; }

#footer {
  background: #3f60a6; }
  #footer a:hover {
    color: #fff; }
  #footer .bottom {
    padding: 40px 40px 30px 40px; }
    @media (max-width: 960px) {
      #footer .bottom {
        padding: 20px 20px 20px 20px; } }
    #footer .bottom .up {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      padding: 0 0 200px 0; }
      @media (max-width: 1024px) {
        #footer .bottom .up {
          padding: 0 0 100px 0; } }
      #footer .bottom .up > div {
        width: 25%; }
        #footer .bottom .up > div:nth-child(3) {
          -webkit-box-flex: 1;
              -ms-flex-positive: 1;
                  flex-grow: 1; }
          @media (max-width: 960px) {
            #footer .bottom .up > div:nth-child(3) {
              margin: 40px 0 0 0; } }
        @media (max-width: 1024px) {
          #footer .bottom .up > div {
            width: 33.33333%; } }
        @media (max-width: 960px) {
          #footer .bottom .up > div {
            width: 50%; } }
        @media (max-width: 660px) {
          #footer .bottom .up > div {
            margin: 0 0 20px 0;
            width: 100%; } }
    #footer .bottom .down {
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      white-space: nowrap; }
      #footer .bottom .down > div {
        width: 25%; }
        @media (max-width: 660px) {
          #footer .bottom .down > div:nth-child(1) {
            -webkit-box-ordinal-group: 3;
                -ms-flex-order: 2;
                    order: 2; } }
        @media (max-width: 660px) {
          #footer .bottom .down > div:nth-child(2) {
            width: 100%;
            margin: 0 0 20px 0; } }
        #footer .bottom .down > div:nth-child(3) {
          -webkit-box-flex: 1;
              -ms-flex-positive: 1;
                  flex-grow: 1;
          text-align: right; }
          @media (max-width: 660px) {
            #footer .bottom .down > div:nth-child(3) {
              -webkit-box-ordinal-group: 4;
                  -ms-flex-order: 3;
                      order: 3; } }
    #footer .bottom .social {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin: 20px 0 0 0; }
      #footer .bottom .social a {
        display: inline-block;
        margin: 0 20px 0 0; }
        #footer .bottom .social a:hover {
          -webkit-filter: invert(1);
                  filter: invert(1); }
    #footer .bottom .form {
      padding: 10px 0 0 0; }

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

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

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 80px;
  width: 40px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 1; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.5; }
  .slick-prev:before,
  .slick-next:before {
    line-height: 1; }

.slick-prev {
  left: -100px; }
  @media (max-width: 768px) {
    .slick-prev {
      left: 40px; } }
  .slick-prev:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 40px 40px 0;
    border-color: transparent #1e1e1e transparent transparent; }
    @media (max-width: 1024px) {
      .slick-prev:before {
        border-width: 20px 20px 20px 0; } }

.slick-next {
  right: -100px; }
  @media (max-width: 768px) {
    .slick-next {
      right: 40px; } }
  .slick-next:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 0 40px 40px;
    border-color: transparent transparent transparent #1e1e1e; }
    @media (max-width: 1024px) {
      .slick-next:before {
        border-width: 20px 0 20px 20px; } }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
      .slick-dots li button:before {
        position: absolute;
        top: 5px;
        left: 5px;
        content: '';
        width: 10px;
        height: 10px;
        border-radius: 50%;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        background: #00b9f1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      background: #a3238f; }

::-webkit-input-placeholder {
  color: #1e1e1e; }

::-moz-placeholder {
  color: #1e1e1e; }

:-ms-input-placeholder {
  color: #1e1e1e; }

:-moz-placeholder {
  color: #1e1e1e; }

.validation_error,
.validation_message,
.gform_ajax_spinner,
.gfield_label {
  display: none; }

.gfield_error input[type=text],
.gfield_error input[type=email],
.gfield_error textarea {
  border-color: #d86934 !important; }

.gform_footer {
  padding: 30px 0 0 0;
  text-align: right; }
  @media (max-width: 660px) {
    .gform_footer {
      padding: 20px 0 0 0; } }
  .gform_footer input {
    border-radius: 30px;
    border: 1px solid #1e1e1e;
    cursor: pointer;
    display: inline-block;
    font-family: 'Syne';
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -1px;
    line-height: 1;
    padding: 12px 20px;
    text-transform: uppercase;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    white-space: nowrap; }
    @media (max-width: 1024px) {
      .gform_footer input {
        font-size: 14px; } }
    .gform_footer input:hover {
      border-color: #1e1e1e;
      background: #1e1e1e;
      color: #fff; }
    @media (max-width: 660px) {
      .gform_footer input {
        width: 100%; } }

input[type=text],
input[type=email],
textarea {
  border: none;
  border-bottom: 1px solid #1e1e1e;
  border-radius: 0;
  font-family: 'Syne';
  font-size: 18px;
  line-height: 24px;
  padding: 10px 0;
  width: 100%;
  resize: none; }
  @media (max-width: 1024px) {
    input[type=text],
    input[type=email],
    textarea {
      font-size: 14px;
      line-height: 18px; } }

.gfield_required {
  display: none; }

.gfield_html {
  margin: 10px 0 0 0; }

@media (max-width: 768px) {
  .page-template-template-home .homesection:nth-child(1) {
    background: #fff; }
  .page-template-template-home .homesection:nth-child(2) {
    background: #f0b763; }
  .page-template-template-home .homesection:nth-child(3) {
    background: #d86934; } }

.homesection {
  position: relative; }
  .homesection img {
    width: 100%; }
    @media (max-width: 768px) {
      .homesection img.desktop {
        display: none; } }
    .homesection img.mobile {
      display: none; }
      @media (max-width: 768px) {
        .homesection img.mobile {
          display: block; } }
  .homesection .texts {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    padding: 0 0 40px 0; }
    @media (max-width: 768px) {
      .homesection .texts {
        position: relative;
        padding: 0 0 20px 0; } }
  .homesection .inner {
    max-width: 60%; }
    @media (max-width: 768px) {
      .homesection .inner {
        max-width: 100%; } }
  .homesection .subtitle {
    margin: 0 0 20px 0; }
  .homesection .buttons {
    margin: 30px 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    white-space: nowrap; }
    @media (max-width: 768px) {
      .homesection .buttons {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
    @media (max-width: 660px) {
      .homesection .buttons {
        margin: 20px 0 0 0; } }
    .homesection .buttons a {
      border-radius: 30px;
      border: 1px solid #1e1e1e;
      cursor: pointer;
      display: inline-block;
      font-family: 'Syne';
      font-size: 16px;
      font-weight: 600;
      letter-spacing: -1px;
      line-height: 1;
      padding: 12px 20px;
      text-transform: uppercase;
      -webkit-transition: all 0.35s;
      -o-transition: all 0.35s;
      transition: all 0.35s;
      white-space: nowrap;
      margin: 0 10px 0 0; }
      @media (max-width: 1024px) {
        .homesection .buttons a {
          font-size: 14px; } }
      .homesection .buttons a:hover {
        border-color: #1e1e1e;
        background: #1e1e1e;
        color: #fff; }
      @media (max-width: 768px) {
        .homesection .buttons a {
          margin: 0 10px 10px 0; } }

.team {
  padding: 40px 0 0px 0; }
  @media (max-width: 660px) {
    .team {
      padding: 20px 0 20px 0; } }
  .team .slick-list {
    overflow: visible !important; }
  .team .popup {
    background: #3f60a4;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: 50%;
    padding: 40px;
    position: fixed;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    max-width: calc(100vw - 160px);
    z-index: 1; }
    @media (max-width: 660px) {
      .team .popup {
        padding: 20px;
        max-width: calc(100vw - 40px); } }
    .team .popup:before {
      content: '';
      background: #3f60a4;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1; }
    .team .popup:after {
      content: '';
      background: #1e1e1e;
      position: absolute;
      top: 15px;
      left: 15px;
      width: 100%;
      height: 100%;
      z-index: -1; }
    .team .popup .image {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      z-index: 1; }
      @media (max-width: 660px) {
        .team .popup .image {
          display: none; } }
    .team .popup .texts {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding: 0 0 0 40px;
      position: relative;
      z-index: 1; }
      @media (max-width: 660px) {
        .team .popup .texts {
          padding: 0; } }
    @media (max-width: 660px) {
      .team .popup .titles {
        margin: 0 0 20px 0; } }
    .team .popup .text {
      text-align: left; }
    .team .popup .close {
      cursor: pointer;
      height: 30px;
      right: 0;
      position: absolute;
      top: 0;
      width: 30px; }
      .team .popup .close img {
        width: 100%;
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg); }
  .team .slick-slider:before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    right: 100%;
    background: #d86934;
    width: 100px;
    z-index: 1; }

.team__title {
  padding: 0 0 40px 0; }
  @media (max-width: 660px) {
    .team__title {
      padding: 0 0 20px 0;
      text-align: center; } }

.board {
  padding: 40px 0 0px 0; }
  @media (max-width: 660px) {
    .board {
      padding: 20px 0; } }
  .board .slick-list {
    overflow: visible !important; }
  .board .slick-slider:before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    right: 100%;
    background: #9a86b9;
    width: 100px;
    z-index: 1; }

.board__title {
  padding: 0 0 40px 0; }
  @media (max-width: 660px) {
    .board__title {
      padding: 0 0 20px 0;
      text-align: center; } }

.member {
  padding: 0 5px;
  width: 16.6666666667%;
  margin: 0 0 40px 0; }
  @media (max-width: 1440px) {
    .member {
      width: 20%; } }
  @media (max-width: 1024px) {
    .member {
      width: 25%; } }
  @media (max-width: 768px) {
    .member {
      width: 33.33333%; } }
  @media (max-width: 660px) {
    .member {
      padding: 0;
      width: calc(100% + 40px);
      margin: 0 -20px 20px -20px; }
      .member:last-child {
        margin: 0 -20px 0 -20px; } }
  .member .image {
    -webkit-filter: grayscale(1);
            filter: grayscale(1);
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s; }
    .member .image img {
      width: 100%; }
  .member .text {
    padding: 20px 0 0 0;
    text-align: center; }
  .member:hover .image {
    -webkit-filter: grayscale(0);
            filter: grayscale(0); }
  .member.has-popup {
    cursor: pointer; }

.support {
  background-color: #cbb38c;
  padding: 60px 0 80px 0;
  text-align: center; }
  @media (max-width: 660px) {
    .support {
      padding: 0 0 20px 0; } }
  .support .inner {
    padding: 0 8.33333%; }
    @media (max-width: 960px) {
      .support .inner {
        padding: 0; } }
  .support .title {
    padding: 20px 0; }
    @media (max-width: 660px) {
      .support .title {
        text-align: center; } }
  .support .links a {
    display: inline-block;
    position: relative;
    padding: 0 0 0 40px; }
    @media (max-width: 660px) {
      .support .links a {
        padding: 0 0 0 20px; } }
    .support .links a:nth-child(1) {
      padding: 0; }
      .support .links a:nth-child(1):before {
        content: none; }
    .support .links a:before {
      background: #fff;
      border-radius: 100%;
      content: '';
      height: 5px;
      left: 15px;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      width: 5px; }
      @media (max-width: 660px) {
        .support .links a:before {
          left: 5px; } }
    .support .links a:hover {
      color: #fff; }

.team .slider,
.board .slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -5px; }
  @media (max-width: 660px) {
    .team .slider,
    .board .slider {
      margin: 0; } }

.team .slick-prev,
.board .slick-prev {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  top: auto;
  bottom: -55px;
  right: 30px;
  left: auto;
  height: 30px;
  width: 15px; }
  .team .slick-prev:before,
  .board .slick-prev:before {
    border-width: 15px 15px 15px 0; }

.team .slick-next,
.board .slick-next {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  top: auto;
  bottom: -55px;
  right: 0;
  height: 30px;
  width: 15px; }
  .team .slick-next:before,
  .board .slick-next:before {
    border-width: 15px 0 15px 15px; }

.gallery .inner {
  padding: 80px 16.66667%; }
  @media (max-width: 768px) {
    .gallery .inner {
      padding: 40px 0; } }
  @media (max-width: 660px) {
    .gallery .inner {
      padding: 20px 0; } }

.gallery .text {
  margin: 0 auto;
  max-width: 80%;
  padding: 30px 0 0 0;
  text-align: center; }
  @media (max-width: 660px) {
    .gallery .text {
      max-width: 100%;
      padding: 20px 0 0 0; } }

.gallery .image img {
  max-height: 80vh;
  margin: 0 auto; }

.page-template-template-future body {
  background: #9a86b9; }

.goals {
  padding: 0 0 40px 0; }

.goals__title {
  padding: 40px 0 20px 0; }
  @media (max-width: 660px) {
    .goals__title {
      padding: 20px 0; } }

@media (max-width: 660px) {
  .goal {
    margin: 0 0 40px 0; } }

.goal .index {
  border-bottom: 1px solid #fff;
  padding: 0 0 10px 0; }

.goal .text {
  padding: 20px 0 0 50%; }
  @media (max-width: 660px) {
    .goal .text {
      padding: 20px 0 0 0; } }

.single-post body,
.blog body {
  background-color: #cbb38c; }

.single-post .tease__date {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.posts {
  padding: 0 0 80px 0; }
  @media (max-width: 660px) {
    .posts {
      padding: 0 0 40px 0; } }

.posts-title {
  padding: 20px 0 60px 0;
  text-align: center; }
  @media (max-width: 768px) {
    .posts-title {
      padding: 20px 0 40px 0; } }
  @media (max-width: 660px) {
    .posts-title {
      padding: 20px 0 20px 0; } }

@media (max-width: 660px) {
  .tease--post {
    margin: 0 0 40px 0; }
    .tease--post:last-child {
      margin: 0; } }

.tease__date {
  border-bottom: 1px solid #fff;
  padding: 0 0 20px 0; }

.tease__texts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 10px 0 0 0; }
  .tease__texts > div {
    width: 50%; }
    @media (max-width: 660px) {
      .tease__texts > div {
        width: 100%; } }
  .tease__texts .left {
    -webkit-filter: sepia(1);
            filter: sepia(1);
    padding: 10px 25% 0 0; }
    @media (max-width: 660px) {
      .tease__texts .left {
        padding: 10px 0 20px 0; } }

.tease__excerpt {
  padding: 20px 0 0 0; }
  .tease__excerpt iframe {
    display: block;
    margin: 0 auto; }

.tease__links {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0 0 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.tease__share {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .tease__share > * {
    margin: 0 20px 0 0; }
  .tease__share a:hover {
    -webkit-filter: invert(1);
            filter: invert(1); }

.tease__more a {
  border-radius: 30px;
  border: 1px solid #1e1e1e;
  cursor: pointer;
  display: inline-block;
  font-family: 'Syne';
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -1px;
  line-height: 1;
  padding: 12px 20px;
  text-transform: uppercase;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  white-space: nowrap; }
  @media (max-width: 1024px) {
    .tease__more a {
      font-size: 14px; } }
  .tease__more a:hover {
    border-color: #1e1e1e;
    background: #1e1e1e;
    color: #fff; }

.page-template-template-contact body {
  background-color: #9d9d9d; }

.page-template-template-contact #footer {
  background-color: #9d9d9d; }
  .page-template-template-contact #footer .up {
    display: none; }

.contact {
  padding: 40px 0; }
  @media (max-width: 660px) {
    .contact {
      padding: 20px 0; } }
  .contact .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .contact .inner > div {
      width: 50%; }
      @media (max-width: 660px) {
        .contact .inner > div {
          margin: 0 0 40px 0;
          width: 100%; } }
  .contact a:hover {
    color: #fff; }

.one .title {
  margin: 0 0 20px 0; }
  .one .title:nth-of-type(2) {
    margin: 20px 0; }

.two {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 40px 0 0 0; }
  .two > * {
    display: inline-block;
    margin: 0 20px 0 0; }
  .two a:hover {
    -webkit-filter: invert(1);
            filter: invert(1); }

.subscribe .title {
  margin: 0 0 10px 0; }

.page-template-template-terms body {
  background-color: #cbb38c; }

.page-template-template-donate .section .texts {
  padding: 40px 40px 30px 40px; }
  @media (max-width: 960px) {
    .page-template-template-donate .section .texts {
      padding: 20px 20px 30px 20px; } }
  @media (max-width: 660px) {
    .page-template-template-donate .section .texts {
      padding: 20px; } }

.page-template-template-donate .section .text {
  padding: 20px 0 0 0; }
