/* Main colors */
/**/
/* Usage:

.my-box {
  padding: 10px;

  @include for-desktop-up {
	padding: 20px;
  }
}

*/
/* Flex mixins */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

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

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

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

input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*------------------------------------*\
  #BOX MODEL SET
\*------------------------------------*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

/*------------------------------------*\
  #SITE LAYOUT
\*------------------------------------*/
body {
  font-size: 1em;
  font-family: "Chivo", Sans-serif;
  touch-action: auto !important;
}
@media (max-width: 1366px) {
  body {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  body {
    font-size: 16px;
  }
}
@media (orientation: landscape) and (max-width: 767px) {
  body {
    font-size: 13px;
  }
}

.site {
  overflow-x: hidden;
}

.site-block {
  margin: 0 auto;
  max-width: 1440px;
  padding-left: 75px;
  padding-right: 75px;
  position: relative;
}

.site-block--narrow {
  margin: 0 auto;
  max-width: 996px;
  padding: 0;
}

.site-block--donate {
  margin: 0 auto;
  max-width: 1201px;
  padding: 0;
}

.site-block--narrower {
  margin: 0 auto;
  max-width: 792px;
  padding: 0;
}

.archive--wider .site-block--narrower {
  max-width: 900px;
  height: auto;
}

a.fas {
  margin-left: 10px;
}

.site-block--padding {
  padding-top: 29px;
  padding-bottom: 115px;
}

.site-block--fh {
  height: 100%;
}

.site-block--center {
  display: flex;
  align-items: center;
  position: relative;
}

/* Responsive layout */
@media (max-width: 1200px) {
  .site-block {
    margin: 0 auto;
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 767px) {
  .site-block {
    padding-left: 17px;
    padding-right: 17px;
  }
}
/*------------------------------------*\
  #LAYOUT BLOCKS
\*------------------------------------*/
/*------------------------------------*\
  #COLUMN SYSTEM
\*------------------------------------*/
.h-row {
  margin: 0 -20px;
}
@media (max-width: 1024px) {
  .h-row {
    margin: 0 -15px;
  }
}
@media (max-width: 640px) {
  .h-row {
    margin: 0 -10px;
  }
}

.col-1-of-2,
.col-1-of-3,
.col-2-of-3,
.col-1-of-4,
.col-3-of-4,
.col-1-of-5,
.col-2-of-5,
.col-3-of-5,
.col-1-of-6,
.col-1-of-12 {
  float: left;
}

.h-row > .col-1-of-2,
.h-row > .col-1-of-3,
.h-row > .col-2-of-3,
.h-row > .col-1-of-4,
.h-row > .col-3-of-4,
.h-row > .col-1-of-5,
.h-row > .col-2-of-5,
.h-row > .col-3-of-5,
.h-row > .col-1-of-6,
.h-row > .col-1-of-12 {
  padding: 0 20px;
}
@media (max-width: 1024px) {
  .h-row > .col-1-of-2,
  .h-row > .col-1-of-3,
  .h-row > .col-2-of-3,
  .h-row > .col-1-of-4,
  .h-row > .col-3-of-4,
  .h-row > .col-1-of-5,
  .h-row > .col-2-of-5,
  .h-row > .col-3-of-5,
  .h-row > .col-1-of-6,
  .h-row > .col-1-of-12 {
    padding: 0 15px;
  }
}
@media (max-width: 640px) {
  .h-row > .col-1-of-2,
  .h-row > .col-1-of-3,
  .h-row > .col-2-of-3,
  .h-row > .col-1-of-4,
  .h-row > .col-3-of-4,
  .h-row > .col-1-of-5,
  .h-row > .col-2-of-5,
  .h-row > .col-3-of-5,
  .h-row > .col-1-of-6,
  .h-row > .col-1-of-12 {
    padding: 0 10px;
  }
}

.h-row > .no-padding {
  padding-left: 0px;
  padding-right: 0px;
}

.h-row > .no-padding-right {
  padding-right: 0px;
}

.h-row > .no-padding-left {
  padding-left: 0px;
}

.col-1-of-2.fr,
.col-1-of-3.fr,
.col-2-of-3.fr,
.col-1-of-4.fr,
.col-3-of-4.fr,
.col-1-of-5.fr,
.col-2-of-5.fr,
.col-3-of-5.fr,
.col-1-of-6.fr,
.col-1-of-6.fr {
  float: right;
}

.col-1-of-2 {
  width: 50%;
}

.col-1-of-3 {
  width: 33.33333%;
}

.col-2-of-3 {
  width: 66.6666%;
}

.col-1-of-4 {
  width: 25%;
}

.col-3-of-4 {
  width: 75%;
}

.col-1-of-5 {
  width: 20%;
}

.col-2-of-5 {
  width: 40%;
}

.col-3-of-5 {
  width: 60%;
}

.col-1-of-6 {
  width: 16.66666%;
}

.col-1-of-12 {
  width: 8.33333%;
}

/*------------------------------------*\
  #HELPERS
\*------------------------------------*/
.h-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.h-fl {
  float: left;
}

.h-fr {
  float: right;
}

.h-tar {
  text-align: right;
}

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

.h-tal {
  text-align: left;
}

.h-date {
  color: #ccc;
}

.h-bg-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.h-bg-blue {
  background-color: #E1EEFC !important;
}

.h-bg-green {
  background-color: #DDEAE4 !important;
}

/* Vertical aligner */
.h-v-align:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  width: 1px;
  margin-right: -5px;
}

.h-v-align__content {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 1px);
}

/* ------ Clearfix ------ */
.h-row:before,
.h-row:after,
.h-clearfix:before,
.h-clearfix:after,
.form-row:before,
.form-row:after {
  content: "";
  display: table;
}

.h-row:after,
.h-clearfix:after,
.form-row:after {
  clear: both;
}

.h-row,
.h-clearfix,
.form-row {
  zoom: 1;
}

.h-hide {
  display: none;
}

/* Responsive helpers */
.h-responsive-show {
  display: none;
}

.h-responsive-show--480 {
  display: none !important;
}

.h-fw-image {
  width: 100%;
}

img {
  border-radius: 16px;
}

h2.h-heading--title {
  font-family: "Chivo";
  font-size: 3.5em;
  color: #101828;
  font-weight: 600;
  line-height: 64px;
  margin-bottom: 20px;
}

h4.h-heading--title {
  font-family: "Chivo";
  font-size: 1.125em;
  color: #101828;
  font-weight: 600;
  line-height: 1.1875em;
  margin: 0;
  margin-left: 20px;
}

.h-dash-line {
  width: 100%;
  border-top: 2px dashed #3695D8;
  margin-top: 20px;
  margin-bottom: 20px;
}

.h-tag-dot {
  font-size: 12px;
  line-height: 16px;
  color: #667085;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNSIgaGVpZ2h0PSI1IiB2aWV3Qm94PSIwIDAgNSA1IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8Y2lyY2xlIGN4PSIyLjUiIGN5PSIyLjUiIHI9IjIuNSIgZmlsbD0iIzY2NzA4NSIvPgo8L3N2Zz4K) no-repeat left center;
  display: block;
  padding: 0px 0px 0px 10px;
  text-transform: uppercase;
}

.hover-up:hover {
  transform: translateY(-3px);
  transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
}

.grey-after-heading {
  font-family: "Chivo", Sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  color: #686867;
}

.grey-after-heading--smaller {
  font-size: 18px;
}

.nav-breadcrums {
  width: 27px;
  height: 17px;
  display: inline-block;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkuMzMzNTIgNS41MzE3NkwzLjk5MzM3IDAuMTkxNzA2QzMuODY5ODUgMC4wNjgwOTcgMy43MDQ5OCAwIDMuNTI5MTcgMEMzLjM1MzM3IDAgMy4xODg0OSAwLjA2ODA5NyAzLjA2NDk4IDAuMTkxNzA2TDIuNjcxNzIgMC41ODQ4NzNDMi40MTU4MiAwLjg0MTA2NiAyLjQxNTgyIDEuMjU3NDUgMi42NzE3MiAxLjUxMzI2TDcuMTU1OTcgNS45OTc1MUwyLjY2Njc0IDEwLjQ4NjdDMi41NDMyMyAxMC42MTA0IDIuNDc1MDQgMTAuNzc1MSAyLjQ3NTA0IDEwLjk1MDhDMi40NzUwNCAxMS4xMjY3IDIuNTQzMjMgMTEuMjkxNSAyLjY2Njc0IDExLjQxNTJMMy4wNjAwMSAxMS44MDgzQzMuMTgzNjIgMTEuOTMxOSAzLjM0ODQgMTIgMy41MjQyIDEyQzMuNyAxMiAzLjg2NDg4IDExLjkzMTkgMy45ODgzOSAxMS44MDgzTDkuMzMzNTIgNi40NjMzNkM5LjQ1NzMyIDYuMzM5MzYgOS41MjUzMiA2LjE3MzggOS41MjQ5MyA1Ljk5NzgxQzkuNTI1MzIgNS44MjExMiA5LjQ1NzMyIDUuNjU1NjYgOS4zMzM1MiA1LjUzMTc2WiIgZmlsbD0iIzk4QTJCMyIvPgo8L3N2Zz4K) no-repeat center center;
}

@media (min-width: 900px) {
  .grey-after-heading--narrow {
    width: 60%;
    margin: auto;
  }
}
@media (max-width: 1024px) {
  .h-responsive-show {
    display: block;
  }
  .h-responsive-hide {
    display: none;
  }
  h2.h-heading--title {
    font-size: 36px;
    line-height: 38px;
  }
  h4.h-heading--title {
    font-size: 1.8461538462em;
    line-height: 1.4615384615em;
  }
  .grey-after-heading {
    font-size: 22px;
    line-height: 26px;
  }
}
@media (max-width: 480px) {
  .h-responsive-show--480 {
    display: flex !important;
  }
  .h-responsive-hide--480 {
    display: none !important;
  }
}
.shape-1 {
  animation: hero-thumb-animation 2s linear infinite alternate;
}

.shape-4 {
  animation: hero-thumb-animation 3s linear infinite alternate;
}

.shape-5 {
  animation: hero-thumb-animation 3.25s linear infinite alternate;
}

.shape-6 {
  animation: hero-thumb-animation 3.5s linear infinite alternate;
}

.shape-2 {
  animation: hero-thumb-sm-animation 4s linear infinite alternate;
}

.shape-3 {
  animation: hero-thumb-sm-2-animation 4s linear infinite alternate;
}

.pattern-white::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  height: 162px;
  width: 120px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYyIiBoZWlnaHQ9IjE2MiIgdmlld0JveD0iMCAwIDE2MiAxNjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik00MSAxMjEuODU1TDgxLjg1NTMgODFIMTIyVjEyMS44NTVMODEuODU1MyAxNjJWMTIxLjg1NUg0MVoiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGQ9Ik0wIDQwLjg1NTNMNDAuODU1MyAwSDgxVjQwLjg1NTNMNDAuODU1MyA4MVY0MC44NTUzSDBaIiBmaWxsPSJ3aGl0ZSIvPgo8cGF0aCBkPSJNODEgNDEuMzUwOUwxMjEuODU1IDFIMTYyVjQxLjM1MDlMMTIxLjg1NSA4MVY0MS4zNTA5SDgxWiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==) no-repeat top right;
  z-index: 1;
}

.h-divider {
  border-top: 1px solid #D3E2EB;
}

.animate {
  animation-duration: 0.5s;
  animation-name: animate-fade;
  animation-delay: 0.5s;
  animation-fill-mode: backwards;
}

.animate.pop {
  animation-name: animate-pop;
  animation-timing-function: cubic-bezier(0.26, 0.53, 0.74, 1.48);
}

.delay-1 {
  animation-delay: 0.6s;
}

.delay-2 {
  animation-delay: 0.7s;
}

.delay-3 {
  animation-delay: 0.8s;
}

@keyframes animate-pop {
  0% {
    opacity: 0;
    transform: scale(0.5, 0.5);
  }
  100% {
    opacity: 1;
    transform: scale(1, 1);
  }
}
/*Custom theme*/
@-webkit-keyframes hero-thumb-animation {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes hero-thumb-animation {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-webkit-keyframes hero-thumb-sm-animation {
  0% {
    -webkit-transform: translateX(3.125em);
    transform: translateX(3.125em);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@keyframes hero-thumb-sm-animation {
  0% {
    -webkit-transform: translateX(3.125em);
    transform: translateX(3.125em);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@-webkit-keyframes hero-thumb-sm-2-animation {
  0% {
    -webkit-transform: translateY(-3.125em);
    transform: translateY(-3.125em);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes hero-thumb-sm-2-animation {
  0% {
    -webkit-transform: translateY(-3.125em);
    transform: translateY(-3.125em);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

.lozad {
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}

.lozad--loaded {
  opacity: 1;
}

a {
  background: transparent;
  text-decoration: none;
  color: #101828;
}

ul {
  padding: 0;
  margin-top: 0;
  margin-right: 0;
  margin-left: 1.1em;
  list-style-type: none;
}

main ul {
  color: #686867;
  list-style-type: square;
}
main ol {
  font-size: 18px;
  line-height: 28px;
  color: #686867;
}

.menu-item a:hover {
  color: #3695D8;
  transition: 0.2s all ease;
}

.fas.fa-arrow-right {
  margin-left: 7px;
  font-weight: 500;
  font-size: 1em;
}

.mec-search-reset-button .mec-button {
  text-transform: none !important;
}

.site-header {
  display: flex;
  height: 7.5em;
  justify-content: space-between;
  background-color: #ffffff;
}

html #wpadminbar {
  display: none;
}

.hamburger__bg {
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 9;
}

#menu-header-menu .menu-item.menu-item-has-children::after,
#menu-header-menu-1 .menu-item.menu-item-has-children::after,
#menu-header-menu-en .menu-item.menu-item-has-children::after {
  content: url("../../assets/img/ic_arrow.svg");
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  right: 6px;
}

body.hamburger-active {
  transition: 0.2s all ease-in-out;
}
body.hamburger-active .hamburger__bg {
  display: block;
}

body.hamburger-active {
  transition: 0.2s all ease-in-out;
}

.hamburger-active .site-header {
  background-color: inherit;
}

.menu-item {
  position: relative;
}

.hamburger-active .hamburger.h-responsive-show img.hamburger {
  display: none;
}
.hamburger-active .hamburger.h-responsive-show img.hamburger-active {
  display: block;
  height: 50px;
}

.main-logo {
  height: 69px;
  margin-top: 0.683em;
}

.main-logo__container svg:not(:root) {
  width: 150px;
}

ul.primary-menu {
  margin-left: 0;
  margin-bottom: 0;
  display: flex;
}

ul.primary-menu li a {
  font-weight: 600;
  letter-spacing: 0.5px;
  padding: 23px;
  font-size: 1.125em;
}

ul.primary-menu .sub-menu li a {
  font-weight: 400;
  text-transform: none;
  font-family: "Chivo";
  padding: 0;
  font-size: 0.875em;
  position: relative;
}

.main-menu.h-responsive-hide {
  display: flex;
  align-content: center;
  align-items: center;
}

.main-menu.h-responsive-hide .sub-menu {
  position: absolute;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1) !important;
  border-radius: 5px;
  z-index: 9999;
  background: #fff;
  display: none;
  margin-top: 1.7em !important;
  margin-left: 11px;
}

.main-menu.h-responsive-hide .sub-menu li {
  padding-top: 18px;
  padding-left: 25px;
  padding-right: 25px;
}

.main-menu.h-responsive-hide .sub-menu li:last-child {
  padding-bottom: 25px;
}

.main-menu.h-responsive-hide .sub-menu.active {
  display: block;
}

.menu-search {
  height: 2.488em;
  width: 6em;
  margin-top: 0.5em;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 3.11em;
}

.menu-item-has-children.active a:first-child {
  color: #3695D8;
}

.main-logo__container {
  margin: auto;
  margin-left: 0;
}

.hamburger img.hamburger-active {
  display: none;
}

@media (max-width: 1366px) {
  .main-menu.h-responsive-hide {
    font-size: 13px;
  }
  .main-menu.h-responsive-hide ul.primary-menu li a {
    padding: 17px;
  }
  .main-menu.h-responsive-hide .btn--menu {
    margin-left: 4px;
    margin-right: 11px;
  }
}
@media (max-width: 1024px) {
  .header-center {
    display: flex;
  }
  .header-center .btn--empty {
    margin-top: 25px;
    margin-right: 16px;
  }
  .header-center .btn--empty:last-child {
    margin-right: 0;
  }
  ul.primary-menu .sub-menu li a:before {
    display: none;
  }
  .main-menu.h-responsive-hide {
    display: none;
  }
  .main-menu.h-responsive-show {
    display: none;
  }
  .main-logo {
    height: 45px;
  }
  .menu-search {
    margin-top: 1.5rem;
    width: 5.5rem;
    margin-left: 0.11rem;
  }
  .hamburger {
    height: 3.8461538462em;
    margin-top: 0.8em;
    z-index: 99999;
  }
  .hamburger img.hamburger {
    display: block;
  }
  .site-header {
    padding-left: 4vw;
    padding-right: 4vw;
  }
  .main-menu.h-responsive-show {
    display: block;
    top: 0;
    bottom: 0;
    left: -100vw;
    overflow: auto;
    position: fixed;
    z-index: 9999;
    padding-top: 29px;
    width: 80vw;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .move {
    background-color: white;
    left: 0 !important;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  ul.primary-menu {
    flex-direction: column;
  }
  .main-menu.h-responsive-show .menu-item {
    line-height: 7vh;
    border-bottom: 1px solid lightgrey;
  }
  .main-menu.h-responsive-show .sub-menu .menu-item {
    line-height: 5vh;
    border-bottom: 1px solid lightgrey;
  }
  .main-menu.h-responsive-show .sub-menu .menu-item:last-child {
    border-bottom: none;
  }
  .main-menu.h-responsive-show .sub-menu {
    display: none;
  }
  .main-menu.h-responsive-show .sub-menu a {
    color: #101828;
    font-size: 0.875rem;
    line-height: 1rem;
    font-weight: 400;
    text-transform: none;
  }
  .main-menu.h-responsive-show .sub-menu ul {
    margin-left: 0;
    margin-bottom: 0;
  }
  .main-menu.h-responsive-show ul.primary-menu {
    gap: 0;
  }
  .menu-desktop-container {
    height: 100%;
    display: flex;
    align-items: center;
  }
  .site-header {
    height: 70px;
    position: fixed;
    z-index: 9999;
    width: 100%;
  }
  main.site-center {
    padding-top: 50px;
  }
  .hamburger {
    display: flex !important;
    align-items: center;
    margin-top: 25px;
  }
  .h-responsive-show.header-center {
    display: flex !important;
    flex-wrap: wrap;
    align-content: flex-end;
  }
  .hamburger-inactive {
    display: block;
    height: 50px;
  }
  .active .hamburger img.hamburger-active {
    display: block !important;
  }
  .active .hamburger-inactive {
    display: none;
  }
}
.site-footer {
  margin-top: 100px;
}
.site-footer .menu-item-has-children {
  color: black;
  font-family: "Chivo", Sans-serif;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
}
.site-footer .menu-item-has-children p {
  margin: 0 !important;
  line-height: 22px !important;
}
.site-footer .menu-item-has-children p a {
  line-height: 22px !important;
}
.site-footer .menu-footer-menu-en-container:first-child,
.site-footer .menu-footer-menu-container:first-child {
  width: 30%;
}
.site-footer .menu-footer-menu-en-container:last-child,
.site-footer .menu-footer-menu-container:last-child {
  width: 70%;
}
.site-footer .sub-menu {
  margin-left: 0;
  padding-top: 10px;
}
.site-footer .sub-menu a, .site-footer .sub-menu p {
  font-family: "Chivo", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: 0.28px;
  color: #686867;
}
.site-footer .sub-menu a:hover {
  color: #3695D8;
  transition: 0.2s all ease;
}
.site-footer .menu-footer-menu-container,
.site-footer .menu-footer-menu-en-container {
  padding-top: 3.125em;
  padding-bottom: 4.375em;
}
.site-footer ul {
  margin-left: 0;
}
.site-footer .general-footer {
  display: flex;
}

.footer-menu {
  display: flex;
  justify-content: space-between;
  margin-left: 0;
}

.menu-item-has-children--custom-padding {
  padding-bottom: 9px;
}

.footer-copyright__btn {
  background-color: black;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: black;
  border-radius: 50%;
  padding: 7px 8px;
  height: 48px;
  width: 48px;
  margin-left: 10px;
  align-items: center;
  justify-content: center;
}
.footer-copyright__btn i {
  color: white;
}

.footer-copyright__container {
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  justify-content: space-between;
  align-items: center;
}
.footer-copyright__container div, .footer-copyright__container .footer-copyright__title {
  font-family: "Chivo", Sans-serif;
  font-size: 18px;
  color: black;
  font-weight: 400;
  display: flex;
}
.footer-copyright__container .footer-copyright__title {
  display: block;
  text-align: left;
}
.footer-copyright__container b {
  font-size: 18px;
}
.footer-copyright__container a {
  font-size: 18px;
  color: #686867;
}

.footer-copyright__left {
  display: flex;
}

.menu-footer-copyright-container ul {
  display: flex;
  flex-wrap: wrap;
}
.menu-footer-copyright-container ul li {
  margin-left: 10px;
}

@media (max-width: 1024px) {
  .footer-copyright__container {
    flex-direction: column;
    align-items: center;
    margin-bottom: 36px;
  }
  .footer-menu--full-width .menu-item-has-children {
    width: 100% !important;
  }
  .site-footer {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .footer-copyright__container {
    align-items: initial;
  }
  .footer-copyright__right {
    margin-top: 20px;
  }
  .site-footer .menu-item-has-children {
    width: 50%;
    margin-bottom: 30px;
  }
  .footer-menu {
    flex-wrap: wrap;
  }
  .site-footer .menu-footer-menu-container,
  .site-footer .menu-footer-menu-en-container {
    padding-bottom: 0;
  }
  .site-footer .general-footer {
    flex-direction: column;
  }
  .site-footer .menu-item-has-children {
    width: 100%;
  }
  .site-footer .menu-footer-menu-en-container,
  .site-footer .menu-footer-menu-container {
    width: 100% !important;
  }
  .site-footer .menu-item-has-children {
    width: 50%;
  }
  .footer-copyright__container div {
    flex-direction: column;
  }
  .menu-footer-copyright-container ul li:first-child {
    margin-left: 0;
  }
  .footer-copyright__right {
    flex-direction: row !important;
  }
  .footer-copyright__right .fab {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .footer-copyright__btn {
    justify-content: center;
  }
  .footer-copyright__right div:first-child .footer-copyright__btn {
    margin-left: 0;
  }
  .footer-copyright__container a {
    color: #686867;
  }
  .menu-footer-copyright-container ul {
    margin-top: 15px;
  }
}
.btn {
  display: inline-block;
  color: black;
  text-align: center;
  white-space: nowrap;
  border: 1px solid black;
  text-decoration: none;
  letter-spacing: 0;
  font-weight: 700;
  font-size: 1.125em;
  padding-left: 2em;
  border-radius: 3.125em;
  padding-right: 2em;
  line-height: 3.125em;
  cursor: pointer;
  transition: 0.3s all ease-in-out;
}

.btn--language.active {
  color: #3695D8;
}

.btn--default {
  background-color: #1D1D1B;
  color: rgb(255, 255, 255);
}

.btn--menu {
  line-height: 48px;
  margin-left: 16px;
  margin-right: 26px;
  padding-left: 24px;
  padding-right: 24px;
}

.btn--default--white {
  background-color: white;
  color: rgb(16, 24, 40);
  border: 1px solid white;
}

.fa-arrow-right--white {
  color: rgb(16, 24, 40);
}

.btn--dgreen {
  background-color: #3695D8;
  border: 1px solid #3695D8;
  color: rgb(255, 255, 255);
}

.btn--dgreen:hover, .btn--grey:hover {
  background-color: black;
  color: white;
  border: 1px solid black;
}

.btn--grey {
  background-color: #F2F4F7;
  border: 1px solid #F2F4F7;
  color: black;
}

.btn--default:hover {
  background-color: #3695D8;
  border: 1px solid #3695D8;
}

.btn--empty {
  background-color: transparent;
  color: #101828;
  line-height: 22px;
  border: none;
}

.btn--themes, .btn--faq {
  background-color: #EAF1F5;
  color: #101828;
  margin-bottom: 20px;
  border: 3px solid #EAF1F5;
}
.btn--themes::first-letter,
.btn--faq::first-letter {
  text-transform: capitalize;
}

.btn--themes:hover,
.btn--themes.active,
.btn--faq:hover,
.btn--faq.active {
  color: #3695D8;
  background-color: transparent;
  border-color: #3695D8;
}

.btn--empty:hover {
  color: #3695D8;
  border-color: #3695D8;
}

.file img {
  height: 25px !important;
  width: 25px !important;
  border-radius: inherit !important;
}

.h-responsive-hide .btn--language {
  padding-left: 7px;
  padding-right: 7px;
}

@media (max-width: 1024px) {
  .btn--empty {
    padding-left: 0;
    padding-right: 0;
  }
  .btn {
    font-size: 18px;
    line-height: 60px;
  }
}
@media (max-width: 960px) {
  .btn--themes, .btn--faq {
    font-size: 1.125em;
  }
}
.cookie-notice {
  display: none;
}

/* General popup styles */
.site-popup {
  max-width: 730px;
  width: 100%;
}

.fancybox-slide > .site-popup,
.site-popup {
  padding: 0;
}

@media (max-width: 1024px) {
  .site-popup {
    max-width: 87.5%;
  }
}
/* Global popup (image+link) */
.global-popup > a {
  font-size: 0;
}

.global-popup img {
  display: block;
  width: 100%;
}

.google-map {
  height: 500px;
}

#banner {
  width: 100%;
  max-height: 41.875em;
  min-height: 36.25em;
  height: 93vh;
  background-color: #E1EEFC;
  position: relative;
  overflow: hidden;
}

.banner__content {
  max-width: 40%;
}
.banner__content h2 {
  font-family: "Chivo", Sans-serif;
  font-size: 4.5em;
  font-weight: bold;
  margin: 0;
}
.banner__content h2 strong {
  color: #3695D8;
}
.banner__content p {
  font-family: "Chivo", Sans-serif;
  color: #686867;
  font-size: 1.5em;
  line-height: 30px;
}

.banner__image {
  position: absolute;
  bottom: 7%;
  max-height: 43.75em;
  height: 85%;
  width: 39%;
  object-fit: cover;
  right: 75px;
}

.banner__image--mobile {
  width: 100%;
}

.banner__icon {
  position: absolute;
  left: 0;
  height: 8.125em;
  bottom: 0;
}

@media (max-width: 1200px) {
  .banner__image {
    right: 50px;
  }
}
@media (max-width: 1024px) {
  .banner__image {
    right: 1.25em;
  }
  .banner__content h2 {
    font-size: 4em;
  }
  .banner__content p {
    margin: 0;
    line-height: 28px;
    font-size: 1.8461538462em;
  }
}
@media (max-width: 1024px) {
  #banner {
    height: auto;
    max-height: initial;
    min-height: auto;
    padding-bottom: 25px;
  }
  .banner__content {
    max-width: 100%;
    width: 100%;
  }
  .banner__content h2 {
    font-size: 2.75em;
  }
  .banner__content p {
    margin: 0;
    line-height: 28px;
    font-size: 1.375em;
  }
  .site-block--center {
    display: flex;
    padding-top: 60px;
    align-items: flex-start;
    position: relative;
  }
  .banner__image {
    display: none;
  }
  .banner__icon {
    height: 19vw;
  }
  .banner__buttons {
    display: flex;
    flex-direction: column;
    padding-right: 18vw;
    padding-left: 18vw;
    margin-top: 15px;
  }
  .btn--empty {
    margin-top: -3px;
  }
}
@media (max-width: 480px) {
  #banner {
    height: auto;
    max-height: initial;
    min-height: auto;
    padding-bottom: 25px;
  }
}
#latest-news {
  margin-top: 5em;
  margin-bottom: 5em;
  background-color: #DDEAE4;
  padding-top: 110px;
  padding-bottom: 140px;
}
#latest-news h2.h-heading--title {
  margin-bottom: 0;
}

.news-item__container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.latest-news__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3.125em;
}

.latest-news__content {
  display: flex;
}

@media (max-width: 1024px) {
  .latest-news__content {
    flex-direction: column;
  }
  .latest-news__header {
    align-items: baseline;
    flex-direction: column;
  }
  .latest-news__right {
    width: 100%;
    display: flex;
  }
}
.slick-dots {
  margin-top: 3.1875em;
  display: flex;
  align-items: center;
  height: 1.5625em;
  justify-content: center;
  margin-left: 0;
}
.slick-dots li {
  height: 12px;
  width: 12px;
  padding: 5px;
  border-radius: 50%;
  background-color: black;
  border-color: black;
  margin: 5px;
  transition: 0.3s ease-in all;
}
.slick-dots li button {
  opacity: 0;
}
.slick-dots li.slick-active {
  background-color: #3695D8;
  border-color: #3695D8;
  height: 16px;
  width: 16px;
  padding: 2.5px;
}

#our-team {
  margin-top: 90px;
}
#our-team .slick-dots {
  margin-top: 0;
  margin-bottom: 30px;
}
#our-team .slick-arrow {
  width: 64px;
  height: 64px;
  top: -103px;
  position: absolute;
  border-radius: 50%;
  border: none;
  right: 0;
  color: #101828;
  background-color: #EAF1F5;
  cursor: pointer;
  transition: 0.15s all ease-in-out;
}
#our-team .slick-prev {
  right: 75px;
}
#our-team .slick-arrow:hover {
  color: white;
  background-color: black;
}
#our-team .slick-prev i:before {
  font-style: normal;
  content: "\f053";
  padding: 22px;
  font-family: FontAwesome;
  font-weight: 400;
  font-size: 22px;
  line-height: 64px;
}
#our-team .slick-next i:before {
  content: "\f054";
  font-style: normal;
  font-family: FontAwesome;
  font-weight: 400;
  font-size: 22px;
  padding: 26px;
  line-height: 64px;
}
#our-team .grey-after-heading {
  text-align: center;
}
#our-team .grey-after-heading--smaller {
  text-align: left;
}
#our-team .our-team__filter {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
}
#our-team .our-team__filter a {
  margin-right: 15px;
}
#our-team .our-team__filter a:last-child {
  margin-right: 0;
}
#our-team .footer-copyright__btn {
  background-color: #1D1D1B;
  border-color: #1D1D1B;
  height: 36px;
  width: 36px;
  display: flex;
  font-size: 17px;
}
#our-team .footer-copyright__btn .img {
  border-radius: 0;
}
#our-team .slick-slide .footer-copyright__btn img {
  display: initial;
  height: 16px;
  border-radius: 0;
}
#our-team .footer-copyright__right:first-child .footer-copyright__btn {
  margin-left: 0;
}
#our-team .footer-copyright__btn:hover {
  background-color: #3695D8;
  border-color: #3695D8;
}
#our-team .h-heading--title {
  text-align: center;
}

.our-team__slider {
  margin-left: -10px;
  margin-right: -10px;
}
@media screen and (min-width: 640px) {
  .our-team__slider {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }
}
@media screen and (min-width: 640px) and (max-width: 1024px) {
  .our-team__slider {
    grid-template-columns: repeat(2, 1fr);
  }
}

.our-team__slider__item__image--empty {
  background-color: #eaf1f5;
  padding: 20px;
  object-fit: contain !important;
}

.our-team__slider__item__wrapper {
  object-position: top;
  padding-right: 10px;
  padding-left: 10px;
}

.our-team__slider__item b {
  display: none;
}

.single-people .our-team__slider__item b {
  display: block;
}

.our-team__slider__item__image {
  width: 100%;
  border-radius: unset;
  object-fit: cover;
  height: 300px;
  object-position: 50% 14%;
}

.our-team__slider__item__position {
  font-weight: 400;
  font-size: 18px;
  line-height: 19px;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #686867;
}

.our-team__slider__item__title {
  color: #101828;
  font-family: "Chivo", Sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 16px;
}

.our-team__slider__item__text {
  height: 118px;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 16px;
  color: #686867;
}

.our-team__slider__item__social {
  margin-bottom: 40px;
  display: flex;
  min-height: 36px;
}

.our-team__slider__item__social p {
  font-size: 14px;
  color: #475467;
}

@media (max-width: 1200px) {
  .our-team__slider__item__text {
    height: 130px;
  }
}
@media (max-width: 1024px) {
  .our-team__slider__item__social {
    margin-bottom: 15px;
  }
  #our-team .site-block {
    overflow: hidden;
  }
  #our-team .our-team__filter {
    width: 100%;
    justify-content: normal;
  }
  .our-team__filter {
    overflow-y: scroll;
    width: 100%;
  }
  .our-team__filter a {
    white-space: nowrap;
  }
  .our-team__slider .btn--themes {
    min-width: 180px;
  }
  #our-team .slick-arrow {
    display: none !important;
  }
  .our-team__slider__item__text {
    height: 110px;
  }
  .our-team__slider__item__wrapper br {
    display: none;
  }
}
@media (max-width: 960px) {
  .our-team__slider__item__text {
    height: auto;
  }
  .our-team__slider__item__image {
    height: 600px;
  }
}
@media (max-width: 480px) {
  .our-team__slider__item__image {
    height: 270px;
  }
}
#more-about {
  margin-top: 60px;
}
#more-about .slick-arrow {
  width: 50px;
  height: 50px;
  top: -74px;
  position: absolute;
  border-radius: 50%;
  border: none;
  right: 10px;
  color: #101828;
  background-color: #EAF1F5;
  cursor: pointer;
  transition: 0.15s all ease-in-out;
}
#more-about .slick-prev {
  right: 75px;
}
#more-about .slick-arrow:hover {
  color: white;
  background-color: black;
}
#more-about .slick-prev i:before {
  font-style: normal;
  content: "\f053";
  font-family: FontAwesome;
  font-weight: 400;
  font-size: 20px;
  padding: 17px;
  line-height: 54px;
}
#more-about .slick-next i:before {
  content: "\f054";
  font-style: normal;
  font-family: FontAwesome;
  font-weight: 400;
  font-size: 20px;
  padding: 19px;
  line-height: 54px;
}

.more-about__slider {
  margin-left: -10px;
  margin-right: -10px;
}

.more-about__slider__item {
  position: relative;
}
.more-about__slider__item .btn {
  text-align: left;
  padding-left: 0;
  position: absolute;
  bottom: 20px;
}

.slick-slide:nth-child(1) .more-about__slider__item {
  border-color: #DDEAE4;
}

.slick-slide:nth-child(3n+1) .more-about__slider__item {
  border-color: #E1EEFC;
}

.slick-slide:nth-child(3n+2) .more-about__slider__item {
  border-color: #FAEDE3;
}

.slick-slide:nth-child(3n+3) .more-about__slider__item {
  border-color: #DDEAE4;
}

.more-about__slider__item__wrapper {
  padding-left: 10px;
  padding-right: 10px;
}

.more-about__slider__item__image {
  padding: 10px;
  height: 54px;
  background-color: #E4E7EC;
  border-radius: 50%;
  width: 54px;
}

.more-about__slider__item {
  border: 8px solid;
  padding: 40px 40px 32px 40px;
  display: flex;
  flex-direction: column;
  min-height: 305px;
}

.more-about__slider__item__title {
  color: #101828;
  font-family: "Chivo", Sans-serif;
  font-size: 22px;
  min-height: 45px;
  font-weight: 700;
}

.more-about__slider__item__small-text {
  color: #3695D8;
  font-weight: 500;
}

.more-about__slider__item__text {
  color: #667085;
  font-size: 18px;
}

@media (max-width: 480px) {
  #more-about h2.h-heading--title {
    margin-bottom: 75px;
  }
  #more-about .slick-arrow {
    right: 0;
    left: auto;
  }
  #more-about .slick-prev {
    right: auto;
    left: 15px;
  }
  #more-about .slick-arrow {
    top: -69px;
  }
}
#themes-search h2.h-heading--title {
  margin-top: 0;
  margin-right: 24%;
  margin-left: 24%;
}
#themes-search .site-block--narrow h2.h-heading--title {
  margin-left: 0%;
}
#themes-search .grey-after-heading {
  margin-left: 19%;
  margin-right: 19%;
}

#themes {
  margin-top: 150px;
  margin-bottom: 60px;
}
#themes h2.h-heading--title {
  width: 60%;
  margin: auto;
}
#themes .grey-after-heading {
  width: 63%;
  margin: auto;
  margin-top: 30px;
}

.search__container {
  display: flex;
  padding: 50px 50px 49px;
  background-color: #FAEDE3;
  border-radius: 16px;
  position: relative;
}

.themes__buttons {
  margin-top: 30px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.themes__buttons div {
  margin-right: 20px;
}
.themes__buttons div:last-child {
  margin-right: 0;
}

.search__content p {
  font-family: "Chivo", Sans-serif;
  font-size: 24px;
  font-weight: 400;
  color: #686867;
  line-height: 24px;
  margin-bottom: 30px;
}

.search__bar input {
  height: 80px;
  background: #fff;
  box-shadow: 8px 20px 30px rgba(205, 199, 170, 0.08);
  border: 1px solid #D3E2EB;
  border-radius: 55px;
  padding-right: 95px;
  font-size: 18px;
  width: 100%;
  padding-left: 25px;
}

.search__bar__btn {
  font-size: 0;
  height: 56px;
  cursor: pointer;
  width: 56px;
  background-color: #3695D8;
  position: absolute;
  top: 12px;
  right: 17px;
  border: none;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 25px;
  border-radius: 50px;
}

.search__images {
  position: relative;
  width: 66%;
}

.search__images__big {
  position: absolute;
  border-radius: 16px;
  top: 0;
  right: 0;
  object-fit: cover;
  width: 384px;
  height: 135%;
}

.search__images__small {
  position: absolute;
  border-radius: 16px;
  height: 195px;
  left: 0;
  top: 60px;
  width: 255px;
}

.text-blue {
  fill: #3695D8;
}

.footer-copyright__btn img {
  height: auto !important;
}

#themes-search .group {
  border-bottom: 1px solid #E4E7EC;
  margin-bottom: 70px;
}
#themes-search .result {
  padding-top: 85px;
}
#themes-search .group:first-of-type {
  margin-top: 70px;
}
#themes-search .group:last-of-type {
  border-bottom: 0;
  margin-bottom: 30px;
}
#themes-search .result-source {
  font-size: 18px;
  color: #686867;
  font-weight: normal;
  margin-top: 10px;
}
#themes-search .more {
  font-size: 18px;
  margin-bottom: 30px;
}
#themes-search .result-item, #themes-search .result-not-found {
  margin-bottom: 30px;
  padding-right: 20%;
}
#themes-search .result-item a {
  color: #3695D8;
  font-size: 24px;
  line-height: 30px;
}
#themes-search em {
  color: inherit;
  font-style: normal;
  background-color: #E1EEFC;
}
#themes-search .group--title {
  margin-bottom: 20px;
}
#themes-search .search__bar__btn__close {
  right: 66px;
  border-right: 1px solid #E4E7EC;
  border-radius: inherit;
}
#themes-search .search__bar__btn:hover svg path {
  stroke: #3695D8;
}
#themes-search .result-total {
  position: absolute;
  left: 6%;
  top: 2%;
  font-size: 18px;
  color: #667085;
  background-color: #E4E7EC;
  padding: 10px;
  display: block;
  margin-top: 10px;
  text-align: center;
  width: 86%;
  border-radius: 16px;
  font-weight: normal;
}

#search-list .search__bar__btn {
  background-color: transparent;
  right: 0;
  height: 30px;
  background-size: 24px;
  top: 25px;
  width: 68px;
}
#search-list .group {
  border-bottom: 1px solid #E4E7EC;
  margin-bottom: 70px;
}
#search-list .group:last-child {
  border-bottom: 0;
  margin-bottom: 0px;
}
#search-list .result-source {
  font-size: 18px;
  color: #686867;
  font-weight: normal;
  margin-top: 10px;
}
#search-list .more {
  font-size: 18px;
  margin-bottom: 30px;
}
#search-list .result-item, #search-list .result-not-found {
  margin-bottom: 30px;
  padding-right: 20%;
}
#search-list .result-item a {
  color: #3695D8;
  font-size: 24px;
  line-height: 30px;
}
#search-list em {
  color: inherit;
  font-style: normal;
  background-color: #E1EEFC;
}
#search-list .group--title {
  margin-bottom: 20px;
}
#search-list .search__bar__btn__close {
  right: 66px;
  border-right: 1px solid #E4E7EC;
  border-radius: inherit;
}
#search-list .search__bar__btn:hover svg path {
  stroke: #3695D8;
}
#search-list .result-total {
  position: absolute;
  font-weight: normal;
  left: 0;
  font-size: 18px;
  top: 0;
  color: #686867;
  display: block;
  margin-top: 10px;
  width: auto;
}
#search-list .search__list__content {
  position: relative;
}
#search-list .search__bar {
  width: 800px;
  margin-top: 50px;
}
#search-list .search-field {
  margin-right: -15px;
  margin-left: 0px;
}
#search-list .search-field input {
  height: 76px;
  padding-left: 15px;
  box-shadow: 14px 14px 36px rgba(153, 153, 153, 0.22);
  background-color: #ffffff;
  border: 1px solid #D3E2EB;
  width: 100%;
  border-radius: 16px;
  position: relative;
  padding-right: 118px;
  margin-bottom: 10px;
}
#search-list .site-block {
  flex-direction: column;
  align-items: flex-start;
  background-color: white;
}
#search-list .search__bar--inner-search .search-field {
  padding-right: 0;
}
@media (max-width: 1024px) {
  #search-list .search__bar--inner-search .search-field {
    width: 100%;
  }
}
#search-list .search__bar--inner-search .search-submit {
  display: none;
}
#search-list .result-source--inner {
  display: flex;
}
@media (max-width: 1024px) {
  #search-list .result-source--inner {
    display: block;
    margin-bottom: 20px;
  }
}
#search-list .result-source--inner div:first-child {
  margin-right: 10px;
}

.search__bar {
  position: relative;
}

.search__list__content .result {
  border: none;
  margin-top: 50px;
  padding-left: 0;
}

.result .group:last-child {
  border-bottom: 0;
  margin-bottom: 0px;
}

.search__content {
  width: 48%;
}

.search__list__content--group {
  width: 100%;
  max-width: 800px;
  margin: auto;
}
.search__list__content--group .result {
  display: flex;
  width: 100%;
  max-width: 800px;
  flex-direction: column;
  margin-top: 0px;
}
.search__list__content--group .result p {
  color: #686867;
  font-size: 18px;
  margin-bottom: 50px;
}
.search__list__content--group .result-source {
  text-align: left;
}
.search__list__content--group .result-item {
  width: 100%;
}
.search__list__content--group .result-item a {
  display: block;
  text-align: left;
}
.search__list__content--group .archive-link {
  margin-bottom: 0 !important;
}
.search__list__content--group .page-nav-container,
.search__list__content--group .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

@media (max-width: 1024px) {
  .themes__buttons div {
    margin-right: 0;
  }
  #search-list .result-item, #search-list .result-not-found {
    padding-right: 0;
  }
  .result {
    padding-right: 0;
  }
  #search-list .search__bar {
    margin-top: 20px;
  }
  #themes-search h2.h-heading--title {
    margin-left: 0;
    margin-right: 0;
  }
  .search__content p {
    font-size: 22px;
  }
  #themes-search .grey-after-heading {
    margin-left: 0;
    margin-right: 0;
  }
  .search__images {
    display: none;
  }
  .search__content {
    width: 100%;
  }
  .search__bar input {
    width: 100%;
  }
  #themes-search {
    margin-bottom: 40px;
  }
  #search-list .search__bar {
    width: 95%;
  }
  #search-list .site-block {
    padding-top: 30px;
  }
  #search-list .search__bar__btn {
    width: 55px;
  }
  #search-list .search__bar__btn__close {
    right: 57px;
  }
  #themes {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
@media (max-width: 767px) {
  #themes-search .site-block--padding {
    padding-bottom: 0;
  }
  .search__container {
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 30px;
  }
  .themes__buttons {
    flex-direction: column;
    justify-content: space-between;
  }
  #category-archive .themes__buttons {
    flex-direction: row;
    flex-wrap: nowrap;
    overflow: scroll;
    margin-right: -16px;
  }
  #category-archive .themes__buttons div {
    white-space: nowrap;
  }
  #themes {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  #themes h2.h-heading--title {
    width: 100%;
    margin: auto;
  }
  #themes .grey-after-heading {
    width: 100%;
    margin: auto;
    margin-top: 30px;
  }
}
.search__bar--inner .search-field {
  width: 95%;
  padding-right: 0;
}
.search__bar--inner .search-submit {
  cursor: pointer;
  background-color: #3695d8;
  position: absolute;
  top: 12px;
  right: 17px;
  border: none;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 25px;
  height: 73%;
  width: auto;
  font-size: 18px;
  color: white;
  border-radius: 8px;
  display: flex;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
}

#faq {
  margin-bottom: 6.25em;
}
#faq .quality__item {
  width: 33%;
}
#faq .grey-after-heading {
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 24px;
}
#faq .form-row.form-row--submit {
  margin-top: 20px;
}

.faq__items__container {
  margin-top: 1.875em;
}

.faq__item {
  margin-bottom: 1.25em;
  width: 100%;
}
.faq__item .fa-angle-down {
  display: block;
  color: black;
  font-size: 20px;
}
.faq__item .fa-angle-up {
  display: none;
  font-size: 20px;
  color: white;
}

.active .fa-angle-down {
  display: none;
}
.active .fa-angle-up {
  display: block;
}

.faq__container {
  text-align: center;
}

.btn.btn--faq {
  margin-right: 15px;
}

.btn.btn--faq:last-child {
  margin-right: 0;
}

.faq__item__header {
  padding: 20px 30px 20px 30px;
  display: flex;
  justify-content: space-between;
  background-color: #EAF1F5;
  color: black;
  border-radius: 8px;
  transition: 0.2s all ease-in-out;
  align-items: center;
  cursor: pointer;
}

.active .faq__item__header {
  background-color: black;
  color: white;
}

.faq__item__header__title {
  font-family: "Chivo", Sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.faq__item__text {
  padding: 20px 30px 0;
  padding-bottom: 20px;
  color: #686867;
  display: none;
  font-size: 18px;
  text-align: left;
  margin-bottom: 12px;
  background-color: white;
  font-family: "Chivo", Sans-serif;
  font-weight: 400;
}

@media (max-width: 1024px) {
  .faq__item__header {
    text-align: left;
  }
  .faq__item__text {
    font-size: 18px;
    text-align: left;
    padding-left: 0;
    padding-right: 0;
  }
  #faq {
    margin-bottom: 80px;
  }
  .faq__filter__wrapper {
    overflow: scroll;
    display: flex;
  }
  .faq__filter__wrapper .btn--faq {
    white-space: nowrap;
    font-size: 18px;
  }
}
#we-believe {
  margin-top: 6.125em;
}
#we-believe h2.h-heading--title {
  margin-top: 20px;
}
#we-believe .grey-after-heading {
  margin-bottom: 36px;
}

.quality__item {
  width: 50%;
}

.we-believe__container {
  display: flex;
}

.we-believe__image {
  width: 45%;
  padding-right: 3.125em;
  padding-bottom: 18px;
  margin-right: 6%;
}
.we-believe__image img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  object-fit: cover;
}

.we-believe__content {
  display: flex;
  width: 50%;
  flex-direction: column;
  padding-left: 1.25em;
  justify-content: space-between;
  justify-content: center;
}

h2.h-heading--title {
  margin-top: 29px;
  margin-bottom: 29px;
}

@media (max-width: 1024px) {
  #we-believe {
    margin-top: 2.5em;
  }
  .we-believe__container {
    flex-direction: column;
  }
  .we-believe__content, .we-believe__image {
    width: 100%;
    padding: 0;
  }
  .we-believe__image {
    height: 60vw;
  }
  .we-believe__content {
    margin-top: 30px;
  }
}
#we-believe-in-power h2.h-heading--title {
  text-align: center;
  max-width: 60%;
  margin: auto;
  margin-bottom: 20px;
}
#we-believe-in-power .h-divider {
  border-width: 2px;
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 10px;
}
#we-believe-in-power .grey-after-heading {
  max-width: 60%;
  margin: auto;
}
#we-believe-in-power .btn--default {
  text-align: center;
}

.we-believe-in-power__container {
  margin-top: 80px;
  text-align: center;
}

.we-believe-in-power__qualities {
  display: flex;
}

.we-believe-in-power__quality__item {
  padding: 10px;
  position: relative;
}

.we-believe-in-power__quality__item__inner {
  display: flex;
}
.we-believe-in-power__quality__item__inner img {
  height: 64px;
  width: 64px;
}

.we-believe-in-power__quality__item__content__title {
  font-family: "Chivo", Sans-serif;
  font-size: 28px;
  margin-bottom: 20px;
  font-weight: 600;
  text-align: left;
}

.we-believe-in-power__quality__item__content {
  padding-left: 15px;
}

.we-believe-in-power__quality__item__content__text {
  color: #667085;
  font-family: "Chivo", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
  line-height: 28px;
}

@media (max-width: 1024px) {
  .we-believe-in-power__quality__item__content {
    padding-left: 0px;
  }
  #we-believe-in-power .h-divider {
    left: 0;
    right: 0;
  }
  .we-believe-in-power__quality__item {
    padding-left: 0;
    padding-right: 0;
  }
  .we-believe-in-power__qualities {
    flex-direction: column;
  }
  #we-believe-in-power h2.h-heading--title {
    max-width: 90%;
  }
  #we-believe-in-power .grey-after-heading {
    max-width: 90%;
  }
}
#what-we-offer .slick-dots {
  margin-top: 3.1875em;
  display: flex;
  align-items: center;
  height: 1.5625em;
  justify-content: center;
  margin-left: 0;
}
#what-we-offer .slick-dots li {
  height: 12px;
  width: 12px;
  padding: 5px;
  border-radius: 50%;
  background-color: black;
  border-color: black;
  margin: 5px;
  transition: 0.3s ease-in all;
}
#what-we-offer .slick-dots li button {
  opacity: 0;
}
#what-we-offer .slick-dots li.slick-active {
  background-color: #3695D8;
  border-color: #3695D8;
  height: 16px;
  width: 16px;
  padding: 2.5px;
}
#what-we-offer h2.h-heading--title {
  margin-left: 20%;
  margin-right: 20%;
}
#what-we-offer .grey-after-heading {
  margin-left: 17%;
  margin-right: 17%;
}

.what-we-offer__container {
  position: relative;
}

.what-we-offer__slider ul {
  list-style-type: none;
}

.what-we-offer__slider__item {
  border-radius: 16px 16px 16px 16px;
  background-color: white;
  padding: 36px 40px 36px 40px;
}

.what-we-offer__slider__item__image {
  height: 80px;
  border-radius: unset;
}

.what-we-offer__slider__item__title {
  color: black;
  font-family: "Chivo", Sans-serif;
  font-size: 2.25em;
  font-weight: 700;
  width: 80%;
  margin: 27px 0px 17px 0px;
}

.what-we-offer__slider__item__text {
  color: #686867;
  font-family: "Chivo", Sans-serif;
  font-size: 1.125em;
  line-height: 24px;
}

.what-we-offer__slider__item__wrapper {
  padding-right: 10px;
  padding-left: 10px;
}

@media (max-width: 1024px) {
  #what-we-offer {
    margin-top: 40px;
  }
  .what-we-offer__container {
    padding-bottom: 0;
  }
  .what-we-offer__container .slick-track {
    display: flex;
    flex-direction: column;
  }
  .what-we-offer__container .slick-slide {
    width: 100% !important;
    margin-bottom: 20px;
  }
  .what-we-offer__container .slick-dots {
    display: none !important;
  }
  .what-we-offer__slider__item__text {
    min-height: auto;
    font-size: 18px;
  }
  .what-we-offer__slider__item__title {
    font-size: 28px;
  }
  #what-we-offer h2.h-heading--title {
    margin-right: 0;
    margin-left: 0;
  }
  #what-we-offer .grey-after-heading {
    margin-right: 0;
    margin-left: 0;
  }
  .what-we-offer__container {
    padding: 50px;
    padding-bottom: 0px !important;
  }
}
@media (max-width: 767px) {
  .what-we-offer__slider__item {
    padding: 25px;
  }
  .pattern-white::before {
    display: none;
  }
  .what-we-offer__container {
    padding: 0px 15px 50px 15px;
    padding-left: 0;
    padding-right: 0;
  }
  .what-we-offer__slider__item__wrapper {
    padding: 0;
  }
}
#post-hero {
  width: 100%;
  position: relative;
}
#post-hero .btn--tag {
  color: #686867;
  background-color: initial;
  border: none;
  font-size: 14px;
}
#post-hero .tag-circle {
  background-color: #686867;
}
#post-hero img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  z-index: -1;
}
#post-hero h1 {
  max-width: 800px;
  font-weight: bold;
  font-size: 36px;
  margin: auto;
  line-height: 44px;
  color: #ffffff;
  font-family: Chivo;
}

#post-hero.section--post-hero-jobs h1 {
  color: black;
}
#post-hero.section--post-hero-jobs .breadcrumb__container {
  margin-bottom: 0px;
}

.post-hero__container {
  text-align: center;
  background-color: rgba(16, 24, 40, 0.5);
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.post-hero-jobs__container {
  text-align: center;
  background-color: #E1EEFC;
  display: flex;
  justify-content: center;
  flex-direction: column;
  min-height: 200px;
  padding-top: 60px;
  padding-bottom: 70px;
}

@media (max-width: 767px) {
  #post-hero h1 {
    font-size: 44px;
    line-height: 48px;
    padding-left: 20px;
    padding-right: 20px;
  }
  #post-hero .btn--tag {
    margin-bottom: 30px;
  }
}
.hero-join__wrapper {
  background-color: #E1EEFC;
  position: relative;
  width: 100%;
}

.hero-join__container {
  max-width: 60%;
  margin-bottom: 35px;
  margin-top: 70px;
}
.hero-join__container h2 {
  font-family: "Chivo", Sans-serif;
  font-size: 4.5em;
  font-weight: bold;
  margin: 0;
}
.hero-join__container h2 strong {
  color: #3695D8;
}
.hero-join__container p {
  font-family: "Chivo", Sans-serif;
  color: #686867;
  line-height: normal;
  font-size: 24px;
  margin: 0.3125em;
}

.jobs__wrapper {
  background-color: #E1EEFC;
  width: 100%;
  position: relative;
  padding-bottom: 80px;
}

.jobs__item__wrapper {
  padding-right: 20px;
}

.jobs__item__header {
  display: flex;
  align-items: center;
}

.jobs__item__title {
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
}

.jobs__item {
  background-color: white;
  padding: 20px 20px 20px 20px;
  border: 1px solid #E4E7EC;
  border-radius: 16px;
  height: 272px;
  position: relative;
}

.jobs__item__image {
  border-radius: 16px;
  width: 100%;
  object-fit: cover;
  height: 78%;
  position: absolute;
  bottom: 0;
}

.jobs__item__wrapper__inner {
  position: relative;
  height: 100%;
}

.hero-join__image {
  position: absolute;
  bottom: 0;
  max-height: 36.25em;
  z-index: 2;
  right: 3.75em;
  border-radius: 10px;
}

.hero-join__image--small {
  right: 600px;
  height: 296px;
  border-radius: 10px;
}

@media (max-width: 1366px) {
  .hero-join__image {
    max-height: 31.25em;
  }
}
@media (max-width: 1024px) {
  .hero-join__wrapper {
    height: auto;
  }
  .hero-join__container {
    margin-top: 50px;
    width: 100%;
    max-width: 100%;
  }
  #hero-join .site-block--center {
    align-items: flex-start;
    padding-top: 50px;
  }
  .hero-join__image {
    right: 0;
    margin-top: 2.3076923077em;
  }
}
@media (max-width: 767px) {
  .hero-join__container h2 {
    font-size: 44px;
  }
  .hero-join__container p {
    font-size: 22px;
    line-height: 28px;
  }
  .hero-join__wrapper {
    height: 466px;
  }
  .hero-join__container {
    max-width: 100%;
  }
  #hero-join .site-block--center {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .hero-join__image--small {
    display: none;
  }
  .hero-join__image {
    max-height: 45vw;
  }
}
@media (max-width: 480px) {
  .jobs__wrapper {
    height: 234px;
  }
  .jobs__item__wrapper {
    padding: 0;
    padding-top: 15px;
  }
  .jobs__container {
    width: 100%;
    position: relative;
    bottom: 0;
  }
  .jobs__container .slick-arrow {
    display: none !important;
  }
  .hero-join__image {
    max-height: 45vw;
  }
}
#newsletter {
  margin-top: 90px;
  margin-bottom: 170px;
}
#newsletter .wpcf7-list-item-label {
  color: #686867;
}
#newsletter .wpcf7-acceptance input[type=checkbox] + span:before {
  border: 2px solid #1D1D1B;
}
#newsletter .numbers__container {
  flex-wrap: wrap;
  width: 50%;
  margin-top: 0;
}
#newsletter .number__item {
  width: 50%;
  display: flex;
  flex-direction: column;
  padding-right: 50px;
  align-items: flex-start;
  margin-bottom: 50px;
}
#newsletter .grey-after-heading {
  text-align: center;
  font-size: 18px;
}
#newsletter .number__item__title {
  color: black;
  font-family: "Chivo", Sans-serif;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 28px;
}
#newsletter .number__item__text {
  color: #3695D8;
  text-align: center;
  font-family: "Chivo", Sans-serif;
  font-size: 18px;
  line-height: 26px;
}
#newsletter h2.h-heading--title {
  margin-top: 0;
  margin-bottom: 10px;
  text-align: center;
}
#newsletter .mailerlite-form-title,
#newsletter .mailerlite-form-description,
#newsletter .mailerlite-form-field label {
  display: none;
}
#newsletter .mailerlite-form-inputs {
  position: relative;
  margin-left: -10px;
  margin-right: -10px;
}
#newsletter .mailerlite-form .mailerlite-form-field {
  margin-right: -15px;
  margin-left: -15px;
}
#newsletter .mailerlite-form-field input {
  height: 76px;
  padding-left: 30px;
  border: 1px solid #D3E2EB;
  box-shadow: 0px 12px 48px rgba(0, 0, 0, 0.0784313725);
  background-color: #ffffff;
  width: 100%;
  border-radius: 10px;
  position: relative;
  padding-right: 210px;
  font-size: 18px;
  margin-bottom: 10px;
}
#newsletter .mailerlite-form .mailerlite-subscribe-button-container {
  position: absolute;
  top: 12px;
  right: 0px;
}
#newsletter .mailerlite-form .mailerlite-subscribe-button-container input {
  border-radius: 8px;
  height: 54px;
  padding: 16px 56px 16px 27px;
  border: 0px;
  font-family: Chivo;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  background-color: #3695D8;
  background-image: url("../../assets/img/iconright.svg");
  background-repeat: no-repeat;
  background-position: center right 25px;
  background-size: 24px;
}

.newsletter__container {
  width: 60%;
}

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

.section-no-margin-top {
  margin-top: 0 !important;
}

.newsletter__wrapper {
  display: flex;
  width: 100%;
  justify-content: center;
}

.newsletter__check__item {
  color: #667085;
  padding: 2px 0px 2px 35px;
  margin-bottom: 15px;
  margin-top: 15px;
  font-size: 18px;
  float: left;
  background: url("../../assets/img/checkbox.svg") no-repeat left center;
}

.mailerlite-form-response {
  display: none;
  margin-top: 0;
  font-size: 24px;
  text-align: center;
  color: #3695D8;
}

.search__bar__wrapper {
  margin-top: 100px;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.search__bar__wrapper .newsletter__container {
  text-align: center;
}
.search__bar__wrapper .numbers__container--home {
  width: 60%;
}
.search__bar__wrapper .numbers__container--home-search .number__item:last-child .number__item__count {
  margin-bottom: 0px !important;
}
.search__bar__wrapper .numbers__container--home-search .number__item:last-child .number__item__count i {
  padding-left: 10px;
}
.search__bar__wrapper .number__item__count {
  font-size: 72px;
}
.search__bar__wrapper .search__bar__btn {
  height: 73%;
  width: auto;
  font-size: 18px;
  color: white;
  border-radius: 8px;
  display: flex;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
}
.search__bar__wrapper input {
  border-radius: 8px;
  box-shadow: 0px 12px 48px rgba(0, 0, 0, 0.0784313725);
}
.search__bar__wrapper .numbers__container--home .number__item {
  width: auto;
  padding-right: 0;
  align-items: center;
}
.search__bar__wrapper .h-heading--title {
  margin-bottom: 0;
}
.search__bar__wrapper .result {
  text-align: left;
  border-radius: 8px;
}
.search__bar__wrapper .result-total {
  margin-top: 0;
  margin-bottom: 10px;
}
.search__bar__wrapper em {
  color: #3695D8;
  background-color: #E1EEFC;
  font-style: initial;
}

@media (max-width: 1024px) {
  #newsletter .mailerlite-form-field input {
    padding-right: 71px;
  }
  .section-no-margin-bottom {
    margin-bottom: -50px !important;
  }
  .newsletter__wrapper {
    flex-direction: column;
  }
  #newsletter .numbers__container {
    width: 100%;
  }
  .newsletter__container {
    width: 100%;
    margin-top: 60px;
  }
  .newsletter__check__item {
    padding: 6px 0px 6px 35px;
  }
  .search__bar__wrapper {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  #newsletter .number__item {
    width: 100%;
  }
  .newsletter__container {
    margin-top: 10px;
  }
  .wpcf7-list-item-label {
    margin-top: 0;
  }
  #faq .form-row.form-row--submit {
    margin-top: 10px;
  }
  #newsletter .mailerlite-form-inputs {
    margin-left: 0;
    margin-right: 0;
  }
  #newsletter .mailerlite-form .mailerlite-form-field {
    margin: 0;
  }
  #newsletter {
    margin-bottom: 60px;
    margin-top: 30px;
  }
  .newsletter__check__items {
    display: flex;
    justify-content: center;
  }
  .wpcf7-acceptance input[type=checkbox] + span:before {
    border-color: #3695D8;
  }
  .jobs__item__wrapper {
    padding-top: 0;
  }
  .jobs__wrapper {
    padding-bottom: 40px;
    height: auto;
  }
  #hero-join .site-block--center {
    padding-bottom: 0;
  }
  .hero-join__container {
    margin-bottom: 0px;
    margin-top: 0;
  }
  #newsletter .mailerlite-form .mailerlite-subscribe-button-container input {
    font-size: 0;
    padding-right: 27px;
    background-position: center right 16px;
    background-size: 19px;
  }
  #newsletter .mailerlite-form .mailerlite-subscribe-button-container {
    right: 12px;
  }
  .hero-join__wrapper {
    height: auto;
  }
}
@media (max-width: 480px) {
  .search__bar__wrapper {
    margin-top: 20px;
  }
  .search__bar__wrapper .grey-after-heading {
    font-size: 18px;
  }
  .search__bar__wrapper .search__bar__btn {
    padding-right: 20px;
    padding-left: 14px;
  }
  .search__bar__wrapper .number__item__count {
    font-size: 44px;
    line-height: normal;
    margin-bottom: 3px;
  }
  .search__bar__wrapper .number__item {
    margin-bottom: 40px !important;
  }
}
.single__container h2 {
  font-size: 24px;
  font-weight: normal;
  line-height: normal;
  color: #686867;
}
.single__container p {
  font-family: "Chivo", Sans-serif;
  font-size: 18px;
  line-height: 28px;
  color: #686867;
  text-align: justify;
}
.single__container h3 {
  margin: 37px 0;
  color: #000000;
  font-weight: 700;
  font-size: 35px;
  line-height: 38px;
}
.single__container a span, .single__container span a, .single__container p a {
  font-weight: 600 !important;
}
.single__container img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 10px;
}
.single__container p a img {
  width: auto;
}

[data-url], [data-url-new-tab] {
  cursor: pointer;
}

#single-news {
  margin-top: 40px;
  margin-bottom: 80px;
}
#single-news .single__container ul {
  color: #686867;
  list-style-type: square;
  font-size: 18px;
  line-height: 28px;
}

#single-people {
  margin-top: 80px;
}
#single-people .footer-copyright__btn:first-child {
  margin-left: 0;
  margin-right: 10px;
}
#single-people .footer-copyright__btn {
  display: flex;
  width: 41px;
  height: 41px;
}
#single-people a {
  color: #3695D8;
}
#single-people a.archive-link {
  color: black;
  margin-bottom: 0;
}
#single-people .our-team__slider__item {
  width: 500px;
}
#single-people .our-team__slider__item__text {
  height: auto;
  font-size: 18px;
}
#single-people .single__container {
  display: flex;
  justify-content: space-around;
}
#single-people img {
  border-radius: 0;
}
#single-people .single__container .our-team__slider__item__image {
  width: auto;
  height: 600px;
  max-width: 500px;
  margin-right: 20px;
  object-position: center;
  border-radius: 15px;
}

#single-jobs {
  margin-bottom: 150px;
}
#single-jobs a.archive-link {
  color: black;
}
#single-jobs a {
  color: #3695D8;
}
#single-jobs img {
  margin-top: 50px;
  width: 100%;
}
#single-jobs ul {
  list-style-type: circle;
}
#single-jobs li {
  line-height: normal;
  font-size: 18px;
  color: #686867;
  list-style-type: disc;
}
#single-jobs h2.h-heading--title {
  font-size: 2.25em;
  margin-bottom: 0;
  margin-top: 36px;
}
#single-jobs p {
  font-size: 18px;
  line-height: normal;
  color: #686867;
}
#single-jobs p.grey-after-heading--bigger {
  font-size: 24px;
}
#single-jobs .single-jobs__buttons {
  display: flex;
  justify-content: space-between;
}
#single-jobs .single-jobs__buttons__left {
  width: 45%;
  display: flex;
  justify-content: space-between;
}
#single-jobs .archive-link {
  margin-bottom: 0 !important;
}

.archive-link {
  font-size: 18px;
}

@media (max-width: 1024px) {
  #single-people {
    margin-top: 20px;
  }
  #single-people .single__container {
    flex-direction: column;
    align-items: center;
  }
  #single-people .our-team__slider__item {
    margin-top: 50px;
    width: 100%;
  }
  #single-people .single__container img {
    width: 100%;
    height: 800px;
    object-fit: cover;
    object-position: 50% 14%;
  }
  #single-people .single__container .our-team__slider__item__image {
    margin-right: 0;
    height: 450px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  #single-jobs {
    margin-bottom: 0;
  }
  #single-news {
    margin-top: 60px;
    margin-bottom: 40px;
  }
  #single-jobs h2.h-heading--title {
    font-size: 28px;
  }
  #single-jobs .single-jobs__buttons__left {
    width: 100%;
    flex-direction: column;
  }
  #single-jobs .single-jobs__buttons__left a:first-child {
    margin-bottom: 15px;
  }
  .archive-link {
    margin-bottom: 15px;
    display: block;
  }
}
#category-archive .news-item {
  padding-bottom: 100px;
}
#category-archive .grey-after-heading {
  width: 80%;
  margin: auto;
  margin-bottom: 40px;
  text-align: justify;
}
#category-archive .news-item__title {
  font-size: 2em;
  line-height: initial;
}
#category-archive .more-about__slider__item {
  width: 23%;
  margin-bottom: 34px;
}
#category-archive .more-about__slider__item:nth-child(1) {
  border-color: #DDEAE4;
}
#category-archive .more-about__slider__item:nth-child(3n+1) {
  border-color: #E1EEFC;
}
#category-archive .more-about__slider__item:nth-child(3n+2) {
  border-color: #FAEDE3;
}
#category-archive .more-about__slider__item:nth-child(3n+3) {
  border-color: #DDEAE4;
}

.category-archive__content {
  display: flex;
  flex-wrap: wrap;
}

.category-archive--documents__content {
  justify-content: space-between;
}

.page-nav-container,
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.pagination {
  display: none !important;
}

.pagination--flex {
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
}

a.page__numbers,
.page__numbers.current,
a.page-numbers,
.page-numbers.current {
  width: 60px;
  height: 60px;
  text-align: center;
  font-weight: 600;
  line-height: 50px;
  border-radius: 30px;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  color: black;
  transition: 0.2s all ease-in-out;
}

a.page-numbers:hover {
  background-color: black;
  color: white;
}
a.page-numbers:hover svg path {
  stroke: white;
}

.page-numbers.current {
  background-color: black;
  color: white;
}

.next.page-numbers {
  background-color: #E4E7EC;
}

.prev.page-numbers {
  background-color: #E4E7EC;
}

@media (max-width: 1366px) {
  #category-archive .more-about__slider__item {
    width: 31%;
  }
}
@media (max-width: 1024px) {
  #category-archive .news-item__title {
    min-height: auto;
  }
  .page-nav-container {
    margin-top: 30px;
  }
  .page-paged.page-nav-container,
  .page-paged.pagination--flex {
    position: relative;
    margin-bottom: 120px;
    margin-top: 30px;
  }
  .page-paged.page-nav-container .prev.page-numbers,
  .page-paged.page-nav-container .next.page-numbers,
  .page-paged.pagination--flex .prev.page-numbers,
  .page-paged.pagination--flex .next.page-numbers {
    position: absolute;
    top: 80px;
  }
  .page-paged.page-nav-container .next.page-numbers,
  .page-paged.pagination--flex .next.page-numbers {
    right: 31vw;
  }
  .page-paged.page-nav-container .prev.page-numbers,
  .page-paged.pagination--flex .prev.page-numbers {
    left: 31vw;
  }
  #category-archive .more-about__slider__item {
    width: 49%;
    margin-bottom: 34px;
    justify-content: unset;
  }
  #category-archive .news-item {
    padding-bottom: 10px;
  }
}
@media (max-width: 480px) {
  #category-archive .more-about__slider__item {
    width: 100%;
  }
  .page-paged.page-nav-container .next.page-numbers,
  .page-paged.pagination--flex .next.page-numbers {
    right: 28vw;
  }
  .page-paged.page-nav-container .prev.page-numbers,
  .page-paged.pagination--flex .prev.page-numbers {
    left: 28vw;
  }
  a.page__numbers, .page__numbers.current, a.page-numbers, .page-numbers.current {
    width: 50px;
    height: 50px;
  }
}
.hero-about__wrapper {
  background-color: #E1EEFC;
  position: relative;
  width: 100%;
  max-height: 51.25em;
  height: 47vw;
  min-height: 42.5em;
}
.hero-about__wrapper .site-block--center {
  justify-content: space-between;
}
.hero-about__wrapper .site-block {
  padding-top: 60px;
  align-items: flex-start;
}

.hero-about__image--mobile {
  width: 100%;
  border-radius: 11px;
}

.hero-about--slant {
  border-radius: 0 !important;
  width: 100%;
  position: absolute;
  right: 0;
  left: 0;
  bottom: -1px;
  transform: rotate(180deg) scaleX(-1);
}

.hero-about__container {
  max-width: 55%;
  position: relative;
}
.hero-about__container h2 {
  font-family: "Chivo", Sans-serif;
  font-size: 4em;
  font-weight: bold;
  margin: 0;
}
.hero-about__container h2 strong {
  color: #3695D8;
}
.hero-about__container p {
  font-family: "Chivo", Sans-serif;
  color: #686867;
  font-size: 1.5em;
  margin: 10px;
  margin-left: 0;
  max-width: 84%;
}

.hero-about__image {
  border-radius: 10px;
  width: 45vw;
}

.numbers__container {
  display: flex;
  margin-top: 50px;
  justify-content: space-between;
}

.number__item__count {
  color: #3695D8;
  font-family: "Chivo", Sans-serif;
  font-size: 72px;
  font-weight: 600;
  text-align: center;
  line-height: 72px;
  margin-bottom: 10px;
}
.number__item__count i {
  font-weight: 600;
  font-size: 0.6em;
  font-style: normal;
}

#hero-about .number__item:first-child .number__item__count {
  margin-bottom: 0px !important;
}
#hero-about .number__item:first-child .number__item__count i {
  padding-left: 10px;
}

.number__item__text {
  color: #3695D8;
  text-align: center;
  font-size: 18px;
  line-height: 26px;
}

.number__item__title {
  color: #667085;
  font-family: "Chivo", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  line-height: 28px;
}

.number__item {
  width: 22%;
  height: 10.0625em;
}

@media (max-width: 1366px) {
  .hero-about__wrapper {
    min-height: 39.375em;
  }
  .hero-about__image--small {
    height: 15em;
    right: 27.5em;
  }
  .hero-about__image {
    max-height: 20.625em;
  }
}
@media (max-width: 1200px) {
  .hero-about__container h2 {
    font-size: 44px;
  }
}
@media (max-width: 1024px) {
  .hero-about__wrapper {
    max-height: none;
    height: auto;
    min-height: auto;
  }
  .hear-about__buttons {
    text-align: center;
    display: flex;
    flex-direction: column;
  }
  .hero-about__wrapper {
    height: auto;
  }
  .hero-about__container {
    max-width: 100%;
    padding-top: 50px;
  }
  .hero-about__container p {
    max-width: none;
    margin-right: 0;
  }
  #hero-about .site-block--center {
    align-items: flex-start;
  }
  .hero-about__image {
    display: none;
  }
  .numbers__container {
    flex-direction: column;
    align-items: center;
    margin-bottom: 0 !important;
  }
  .number__item {
    width: 80% !important;
    height: auto !important;
    margin-bottom: 48px !important;
  }
  #hero-about .site-block--center {
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  #hero-about .site-block--center {
    padding-top: 0;
  }
  .hero-about--slant {
    bottom: -2px;
  }
}
@media (max-width: 480px) {
  .hero-about__image {
    display: none;
  }
  .numbers__container {
    flex-direction: column;
    margin-bottom: 50px;
  }
  .number__item__title {
    font-size: 16px;
  }
}
#hero-services {
  background: url("../../assets/img/hero-services-bg.jpg");
  position: relative;
  background-position: bottom;
  width: 100%;
  max-height: 47.25em;
  height: 93vh;
  min-height: 36.875em;
}
#hero-services .hero-services__numbers {
  width: 60%;
}
#hero-services .numbers__item__icon img {
  height: 70px;
}
#hero-services .number__item__wrapper {
  display: flex;
  align-items: center;
}
#hero-services .number__item {
  width: auto;
  margin-left: 10px;
  margin-right: 20px;
  height: auto;
}
#hero-services .number__item__count {
  font-size: 33px;
  line-height: normal;
}

.hero-services__container {
  max-width: 55%;
}
.hero-services__container h2 {
  font-family: "Chivo", Sans-serif;
  font-size: 4em;
  font-weight: bold;
  margin: 0;
}
.hero-services__container h2 strong {
  color: #3695D8;
}
.hero-services__container p {
  font-family: "Chivo", Sans-serif;
  color: #686867;
  line-height: 2em;
  font-size: 1.5em;
  margin: 0.3125em;
}

.hero-services__image {
  position: absolute;
  bottom: 50px;
  height: 31.875em;
  z-index: 2;
  right: 0;
  border-radius: 10px;
}

.hero-services__image--small {
  position: absolute;
  right: 280px;
  width: 448px;
  top: 170px;
  z-index: 9;
  border-radius: 10px;
}

.numbers__container {
  display: flex;
  margin-top: 50px;
  justify-content: space-between;
}

.number__item__count {
  color: #3695D8;
  font-family: "Chivo", Sans-serif;
  font-size: 64px;
  font-weight: 600;
  text-align: center;
  line-height: 72px;
}

.number__item__title {
  color: #667085;
  font-family: "Chivo", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  line-height: 28px;
}

.number__item {
  width: 22%;
  height: 10.0625em;
}

@media (max-width: 1366px) {
  .hero-services__image--small {
    top: 100px;
    right: 230px;
    width: 400px;
  }
  .hero-services__image {
    height: 375px;
  }
}
@media (max-width: 1024px) {
  #hero-services {
    background-position: center;
  }
  #hero-services .hero-services__numbers {
    width: 70%;
  }
  .hero-services__container {
    max-width: 65%;
  }
  .hero-services__image {
    right: 0;
    bottom: 0;
    height: 270px;
  }
}
@media (max-width: 767px) {
  #hero-services {
    height: 740px;
  }
  .hero-services__container {
    max-width: 100%;
  }
  #hero-services .hero-services__numbers {
    width: 100%;
  }
  #hero-services .numbers__container {
    justify-content: space-around;
    margin-top: 25px;
  }
  #hero-services .number__item__wrapper {
    flex-direction: column;
  }
  .hero-services__image {
    right: 0;
    left: 0;
    bottom: -120px;
    height: 270px;
    margin: auto;
  }
  .hero-services__image--small {
    right: 150px;
    width: 280px;
    top: auto;
    bottom: 55px;
  }
}
@media (max-width: 480px) {
  .hero-services__image {
    height: auto;
    width: 100vw;
  }
  .hero-services__image--small {
    right: 60px;
  }
  #hero-services .numbers__container {
    flex-direction: row;
  }
  #hero-services {
    height: auto;
    padding-bottom: 155px;
  }
}
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2014 Daniel Eden
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
@keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

#services-blocks {
  margin-top: 6.5625em;
  margin-bottom: 6.125em;
}
#services-blocks h2.h-heading--title {
  width: 70%;
  margin-bottom: 42px;
  margin: auto;
}

.services-blocks__items {
  display: flex;
  flex-wrap: wrap;
}

.services-block__item__wrapper {
  padding-right: 25px;
  width: 33%;
  margin-bottom: 30px;
}

.services-block__item {
  display: flex;
  text-align: left;
  align-items: flex-start;
}
.services-block__item img {
  height: 36px;
  width: 36px;
  margin: 10px;
}

.services-block__item__text {
  margin-left: 17px;
}

.services-block__item__text__title {
  font-family: "Chivo", Sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 25px;
  margin-top: 0;
  margin-bottom: 0;
}

.services-block__item__text__text {
  color: #686867;
  font-family: "Chivo", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

.services-block__item__icon {
  width: 60px;
  height: 60px;
  border-radius: 16px;
}

.services-blocks__items .services-block__item__wrapper:nth-child(3n+2) .services-block__item__icon {
  background-color: #faede3;
}

.services-blocks__items .services-block__item__wrapper:nth-child(3n+3) .services-block__item__icon {
  background-color: #e1eefc;
}

.services-blocks__items .services-block__item__wrapper:nth-child(3n+4) .services-block__item__icon {
  background-color: #ddeae4;
}

.services-blocks__items .services-block__item__wrapper:nth-child(1) .services-block__item__icon {
  background-color: #e1eefc;
}

.services-blocks__items .services-block__item__wrapper:nth-child(2) .services-block__item__icon {
  background-color: #ddeae4;
}

.services-blocks__items .services-block__item__wrapper:nth-child(3) .services-block__item__icon {
  background-color: #faede3;
}

@media (max-width: 1024px) {
  .services-block__item__text__title {
    font-size: 22px;
  }
  #services-blocks h2.h-heading--title {
    margin-bottom: 50px;
  }
  .services-block__item__text__text {
    line-height: 24px;
  }
  .services-block__item__wrapper {
    padding-right: 0;
  }
  .services-block__item__wrapper {
    width: 33%;
  }
  #services-blocks h2.h-heading--title {
    width: 90%;
  }
}
@media (max-width: 767px) {
  .services-block__item__wrapper {
    width: 50%;
  }
}
@media (max-width: 480px) {
  #services-blocks {
    margin-top: 8.0769230769em;
  }
  .services-block__item__wrapper {
    width: 100%;
  }
}
#faq .btn--default {
  position: absolute;
  right: 0;
  bottom: 0;
}

.form__container {
  padding: 60px 100px;
  background-color: #DDEAE4;
  border-radius: 16px;
  padding-bottom: 60px;
}

.form__inner__container {
  display: flex;
  position: relative;
}

.wpcf7-list-item-label {
  padding-left: 30px;
  transition: all 0.3s ease-in-out;
}
.wpcf7-list-item-label a {
  color: #3695D8;
}

/* Autofill */
.wpcf7 input:-webkit-autofill,
.wpcf7 input:-webkit-autofill:hover,
.wpcf7 input:-webkit-autofill:focus,
.wpcf7 textarea:-webkit-autofill,
.wpcf7 textarea:-webkit-autofill:hover,
.wpcf7 textarea:-webkit-autofill:focus,
.wpcf7 select:-webkit-autofill,
.wpcf7 select:-webkit-autofill:hover,
.wpcf7 select:-webkit-autofill:focus {
  caret-color: #686867;
  color: #686867;
  border: inherit !important;
  -webkit-text-fill-color: #686867 !important;
  -webkit-box-shadow: 0 0 0 30px transparent inset !important;
  background-color: transparent !important;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output {
  border-radius: 5px;
  text-align: center;
  border: none;
  background-color: #E1EEFC;
  font-size: 18px;
  padding: 15px;
  margin-left: 0;
  width: 100%;
  margin-top: 0;
  margin-bottom: 30px;
}

.wpcf7 form.invalid .wpcf7-response-output {
  background-color: #fad2e1;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  background-color: #fad2e1;
}

.loading-message {
  width: 100%;
  background-color: #FAEDE3;
  padding: 15px;
  text-align: center;
  border-radius: 16px;
  margin-bottom: 90px;
}

.wpcf7-not-valid-tip {
  margin-top: 10px;
}

.wpcf7 textarea {
  height: 180px;
  width: 100%;
}

.wpcf7 .your-message {
  margin-bottom: 0;
}

.wpcf7 input::-webkit-input-placeholder { /* Edge */
  color: #686867;
}

.wpcf7 input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #686867;
}

.wpcf7 input::placeholder {
  color: #686867;
}

.wpcf7 textarea::-webkit-input-placeholder { /* Edge */
  color: #686867;
}

.wpcf7 textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #686867;
}

.wpcf7 textarea::placeholder {
  color: #686867;
}

/* Custom checkbox */
span.wpcf7-list-item {
  position: relative;
  margin: 0;
  margin-top: 0.333em;
}

.wpcf7-list-item input[type=checkbox] {
  opacity: 0;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 5;
  cursor: pointer;
  width: 0.5em;
  height: 0.5em;
}

.wpcf7-list-item-label {
  padding-left: 35px;
  position: relative;
  cursor: pointer;
  font-size: 18px;
  display: block;
  padding-top: 3px;
}

span.wpcf7-list-item-label:empty {
  padding-left: 0.8em;
  width: 0;
}

span.wpcf7-list-item-label:before,
span.wpcf7-list-item-label:after {
  display: inline-block;
  position: absolute;
  content: "";
  left: 0px;
  width: 24px;
  height: 24px;
  border-radius: 5px;
}

span.wpcf7-list-item-label:before {
  border: 1px solid white;
  background-color: transparent;
}

span.wpcf7-list-item-label:after {
  content: "\e902";
  left: 0.1em;
  top: 0.5em;
  color: black;
  display: inline-block;
  text-align: center;
  opacity: 0;
  transition: opacity 0.2s;
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-size: 0.65em;
  line-height: 1;
}

.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 input[type=number],
.wpcf7 input[type=tel],
.wpcf7 select,
.wpcf7 textarea {
  color: #686867 !important;
  font-size: 18px;
  position: relative;
  text-transform: none;
  letter-spacing: -0.3px;
  font-weight: 500;
  border-radius: 16px;
  background-color: white;
  border: none;
  padding: 20px;
  width: 100%;
}

.wpcf7 input[type] {
  margin-top: 5px;
}

.wpcf7-form .form-row {
  width: 100%;
}
.wpcf7-form .form-row p {
  display: flex;
  justify-content: space-between;
}

.form-row--simple span {
  width: 48%;
}

.form-row--textarea {
  width: 100%;
}
.form-row--textarea span {
  width: 100%;
}

.form-row--submit .wpcf7-not-valid-tip {
  display: none;
}

.wpcf7-form, .wpcf7 {
  width: 100%;
}

.wpcf7-submit {
  display: none;
}

.wpcf7-acceptance input[type=checkbox] + span:before,
.wpcf7-acceptance input[type=checkbox] + span:after {
  display: inline-block;
  position: absolute;
  content: " ";
  left: 0;
  top: 0;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.3em;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: cover;
}

.wpcf7-acceptance input[type=checkbox] + span:before {
  border: 2px solid white;
}

.wpcf7-acceptance input[type=checkbox] + span:after {
  opacity: 0;
  font-family: "icomoon";
  font-size: 1em;
  text-align: center;
  background-image: url("../../assets/img/checkbox.svg");
  padding-top: 1px;
  transition: opacity 0.1s ease-in-out;
}

.wpcf7-acceptance input[type=checkbox]:checked + span:after {
  opacity: 1;
}

@media (max-width: 1024px) {
  #faq {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .form__container {
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 36px;
    padding-bottom: 80px;
  }
  .wpcf7-form .form-row {
    margin-bottom: -15px;
  }
  .wpcf7-form .form-row p {
    flex-direction: column;
    align-items: center;
  }
  .form-row--simple span {
    width: 100%;
  }
  #faq .btn--default {
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    bottom: -30px;
    width: 100%;
    max-width: 400px;
  }
  .wpcf7-form .form-row--submit p {
    align-items: flex-start;
  }
  .wpcf7-list-item-label {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.qualities__container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.quality__item {
  padding-right: 20px;
  padding-top: 20px;
}

.quality__item__title {
  display: flex;
}
.quality__item__title img {
  height: 1.125em;
}

.quality__item__text p {
  font-family: "Chivo", Sans-serif;
  font-size: 1.125em;
  font-weight: 400;
  line-height: 26px;
  color: #686867;
}

@media (max-width: 1024px) {
  .qualities__container {
    flex-direction: column;
  }
  .quality__item__title img {
    height: 1.3846153846em;
  }
  .quality__item__title {
    flex-direction: column;
    align-items: flex-start;
  }
  .quality__item__title h4 {
    margin-left: 0;
  }
  #faq .quality__item {
    width: 100%;
    padding-right: 0;
  }
  .quality__item__text p {
    font-size: 1.3846153846em;
  }
}
.btn--tag {
  color: white;
  border-color: #3695D8;
  background-color: #3695D8;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 4px;
  margin-bottom: 5px;
  padding-right: 8px;
  line-height: initial;
}

.tag-circle {
  height: 8px;
  width: 8px;
  background-color: white;
  border-radius: 50%;
  margin: 5px;
  float: left;
  margin-right: 8px;
  margin-top: 3px;
}
@media (max-width: 1024px) {
  .tag-circle {
    margin-top: 6px;
  }
}

.btn--color-lblue {
  background-color: #3695D8 !important;
  border-color: #3695D8;
  color: black;
}

.btn--color-dgreen {
  background-color: #3695D8 !important;
  border-color: #3695D8;
  color: white;
}

@media (max-width: 1024px) {
  .btn--tag {
    font-size: 16px;
  }
}
.news-item {
  width: 50%;
}

.news-item:not(:last-child) {
  padding-right: 40px;
}

.news-item__title {
  font-size: 2em;
  font-weight: 600;
  line-height: 25px;
  height: 75px;
}

.news-item__title:hover {
  color: #3695D8;
}

.news-item__title {
  font-size: 2em;
  font-weight: 600;
  line-height: initial;
  height: auto;
}

.news-item__category {
  color: #686867;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-end;
  width: 80%;
}
.news-item__category .btn {
  margin-right: 10px;
}

.news-item__text {
  color: #686867;
  font-size: 1.125em;
}

.news-item__text:first-of-type {
  text-transform: capitalize;
}

.news-buttons {
  display: flex;
  align-items: center;
  margin-top: 30px;
}

@media (max-width: 1024px) {
  .item-equal-height-1,
  .item-equal-height-2,
  .item-equal-height-3,
  .item-equal-height-4,
  .item-equal-height-5,
  .item-equal-height-6,
  .item-equal-height-7 {
    height: auto !important;
  }
  #category-archive .news-item__title {
    font-size: 28px;
  }
  #latest-news .news-item__title {
    min-height: auto;
  }
  .news-item__title {
    height: 92px;
    font-size: 1.0625em;
  }
  .news-buttons {
    align-items: center;
  }
  .news-buttons .btn--empty {
    margin-top: 0;
  }
  .news-buttons a:first-child {
    margin-right: 15px;
  }
}
@media (max-width: 767px) {
  #latest-news .news-item__title {
    min-height: auto;
  }
  #latest-news {
    padding-bottom: 60px;
    padding-top: 60px;
  }
  #latest-news .btn--empty {
    padding-left: 8px;
    padding-right: 8px;
    margin-top: 15px;
  }
  .news-item {
    width: 100%;
    padding-right: 0;
  }
  .news-item__title {
    height: auto;
    font-size: 1.75em;
  }
  .news-item:not(:last-child) {
    margin-bottom: 20px;
    padding-right: 0;
  }
  .news-buttons {
    display: flex;
    flex-direction: column;
    margin-top: 15px;
  }
  h2.h-heading--title {
    margin-top: 0;
  }
}
@media (max-width: 1024px) {
  .news-item {
    width: 100%;
  }
  .news-item__title {
    height: auto;
  }
  .news-item {
    margin-bottom: 50px !important;
  }
  .news-item:last-of-type {
    margin-bottom: 0px !important;
  }
}
.breadcrumb__container {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
  color: #686867;
}
.breadcrumb__container a {
  color: #686867;
}

ul.post-categories {
  margin-left: 0;
}

.cookies__container {
  display: none;
  width: 35%;
  background: white;
  position: fixed;
  bottom: 30px;
  left: 30px;
  padding: 30px;
  z-index: 999;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 16px;
  box-shadow: 14px 14px 36px rgba(153, 153, 153, 0.22);
  border: 1px solid #D3E2EB;
}

.cookies__accept {
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}
.cookies__accept img {
  height: 40px;
}

.js-cookie-close {
  position: absolute;
  top: 21px;
  right: 16px;
}

.cookies__text {
  text-align: justify;
}

.cookies__title {
  color: black;
  font-family: "Chivo", Sans-serif;
  font-size: 1.375em;
  font-weight: 700;
  line-height: 28px;
  margin: 27px 0px 17px 0px;
  margin-top: 0;
}

.cookies__text {
  color: rgb(102, 112, 133);
  font-family: "Chivo", Sans-serif;
  font-size: 1em;
  margin-top: 0;
  line-height: 22px;
}

.cookies__accept .btn--empty {
  margin-top: 0 !important;
}

@media (max-width: 1024px) {
  .js-cookie-close {
    top: 13px;
    right: 13px;
  }
  .cookies__title {
    max-width: 86%;
  }
  .cookies__container {
    width: 90vw;
    left: 5%;
    bottom: 3vh;
  }
  .cookies__text {
    font-size: 14px;
    line-height: normal;
    margin-bottom: 25px;
  }
  .cookies__accept {
    justify-content: space-between;
  }
  .cookies__accept .btn {
    font-size: 13px !important;
    line-height: 30px;
  }
}
@media (max-width: 480px) {
  .cookies__container {
    width: 90%;
    padding: 20px;
    left: 5%;
    bottom: 3%;
  }
  .cookies__accept {
    font-size: 12px;
  }
}
.entry-content .mec-wrap h1, .entry-content .mec-wrap h2, .entry-content .mec-wrap h3, .entry-content .mec-wrap h4, .entry-content .mec-wrap h5, .entry-content .mec-wrap h6, .mec-events-meta-group-countdown .countdown-w span, .mec-hourly-schedule-speaker-job-title, .mec-hourly-schedule-speaker-name, .mec-single-event .mec-event-meta dt, .mec-ticket-available-spots .mec-event-ticket-name, .mec-wrap h1, .mec-wrap h2, .mec-wrap h3, .mec-wrap h4, .mec-wrap h5, .mec-wrap h6, .post-type-archive-mec-events h1, .tax-mec_category h1 {
  font-family: "Chivo", Sans-serif;
}

.mec-events-event-image img {
  height: 30%;
}

.mec-single-event .col-md-8 {
  width: 100%;
}
.mec-single-event .col-md-4 {
  display: none;
}

.comment-respond,
.mec-credit-url {
  display: none;
}

.post-type-archive-mec-events .mec-container {
  width: 100%;
  max-width: initial;
  padding: inherit;
}
.post-type-archive-mec-events .mec-container h1 {
  line-height: 200px;
  background-color: #E1EEFC;
  text-align: center;
}
.post-type-archive-mec-events .mec-container .mec-wrap {
  margin: auto;
  max-width: 1440px;
  padding-left: 75px;
  padding-right: 75px;
  position: relative;
}
@media (max-width: 1024px) {
  .post-type-archive-mec-events .mec-container .mec-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.post-type-archive-mec-events .mec-container .mec-box-calendar.mec-calendar.mec-event-calendar-classic .mec-calendar-side .mec-next-month,
.post-type-archive-mec-events .mec-container .mec-box-calendar.mec-calendar.mec-event-calendar-classic .mec-calendar-side .mec-previous-month {
  padding: 0;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 8px;
}

.single-mec-events .mec-container {
  margin: 0 auto;
  max-width: 996px;
  padding: 0;
}
.single-mec-events .mec-wrap .col-md-8 {
  padding: 0;
}
.single-mec-events .mec-events-event-image img {
  height: 550px;
  object-fit: cover;
}

.mec-wrap div:not([class^=elementor-]),
.mec-wrap h1,
.mec-wrap h2,
.mec-wrap h3,
.mec-wrap h4,
.mec-wrap h5,
.mec-wrap h6,
.entry-content .mec-wrap h1,
.entry-content .mec-wrap h2,
.entry-content .mec-wrap h3,
.entry-content .mec-wrap h4,
.entry-content .mec-wrap h5,
.entry-content .mec-wrap h6,
.mec-wrap .mec-totalcal-box input[type=submit],
.mec-wrap .mec-totalcal-box .mec-totalcal-view span,
.mec-agenda-event-title a,
.mec-organizer-item a,
.mec-single-event .mec-events-meta-group-booking ul.mec-book-tickets-container li.mec-book-ticket-container label {
  font-family: "Chivo", Sans-serif;
}

.mec-there-reset-button .mec-totalcal-box {
  padding-bottom: 74px;
}

.mec-wrap .mec-totalcal-box .mec-search-reset-button .mec-button {
  margin: 17px !important;
}

.tooltipster-sidetip img {
  object-fit: cover !important;
  border-radius: 8px;
}

.mec-single-event .mec-frontbox,
.mec-wrap.colorskin-custom .mec-border-color,
.mec-single-modern .mec-single-event-bar {
  border-radius: 8px;
}

@media (max-width: 1024px) {
  .single-mec-events .mec-events-event-image img {
    height: 250px;
  }
  .mec-wrap .row {
    margin: 0;
  }
  .mec-container {
    padding-top: 20px !important;
    width: auto;
  }
  .mec-container .mec-wrap {
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
  }
  .mec-container b {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.donate-stripe,
.donate-paysera {
  margin: auto;
  margin-left: 23%;
  margin-right: 23%;
}
.donate-stripe select,
.donate-stripe input,
.donate-paysera select,
.donate-paysera input {
  margin-bottom: 24px;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.donate-stripe select,
.donate-paysera select {
  background-image: url("../../assets/img/select-arrow.svg");
  background-repeat: no-repeat;
  background-size: 11px;
  -moz-appearance: none;
  background-position: right 20px center;
  -webkit-appearance: none;
  appearance: none;
}
.donate-stripe .btn,
.donate-paysera .btn {
  margin: auto;
}
.donate-stripe p,
.donate-paysera p {
  margin-left: -100px;
  text-align: center;
  margin-top: 0;
  margin-right: -100px;
}

.donate-vat {
  padding-left: 9%;
  padding-right: 9%;
}
.donate-vat .wpb_single_image .vc_single_image-wrapper,
.donate-vat .wpb_single_image .vc_figure {
  display: block;
}
.donate-vat .single__container img {
  object-fit: cover;
}
.donate-vat img {
  max-height: 450px;
}
.donate-vat h1, .donate-vat h2, .donate-vat h3 {
  font-size: 36px;
}
.donate-vat__btn {
  display: flex;
  justify-content: center;
}
.donate-vat__btn .btn {
  line-height: 65px;
}

.single__container .donate__content {
  margin: auto !important;
  max-width: 996px;
  padding: 0;
}
.single__container .donate__tabs {
  margin-top: 70px;
}
.single__container .vc_tta-title-text {
  font-size: 24px;
  color: black;
  position: relative;
  margin-left: 40px;
}
@media (max-width: 1024px) {
  .single__container .vc_tta-title-text {
    font-size: 18px;
  }
}
.single__container .vc_tta-title-text:before {
  width: 36px;
  content: "";
  background-image: url("../../assets/img/checkbox--round--empty.svg");
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  left: -44px;
  top: -4px;
  height: 36px;
}
.single__container .vc_tta-tabs-container {
  margin-right: 0 !important;
}
.single__container .vc_tta-tabs-list {
  display: flex !important;
  justify-content: space-between;
}
.single__container .vc_tta-tab {
  width: 32% !important;
  margin-bottom: 24px !important;
  position: relative;
}
.single__container .vc_tta-tab a {
  height: 100%;
  transition: none !important;
  background-color: white !important;
  border: 3px solid #D3E2EB !important;
  border-radius: 16px 16px 16px 16px !important;
  display: flex !important;
  padding-top: 45px !important;
  justify-content: center !important;
}
.single__container .vc_tta-tab.vc_active {
  height: 144px;
  margin-bottom: 0 !important;
}
.single__container .vc_tta-tab.vc_active a {
  border-color: transparent !important;
  background-color: #DDEAE4 !important;
  border-radius: 16px 16px 0 0 !important;
}
.single__container .vc_tta-tab.vc_active .vc_tta-title-text:before {
  background-image: url("../../assets/img/checkbox--round.svg");
}
@media (min-width: 768px) {
  .single__container .vc_tta-tab.vc_active:before {
    content: "";
    position: absolute;
    bottom: 1px;
    z-index: 9;
    right: -30px;
    height: 31px;
    width: 30px;
    border-bottom-left-radius: 50%;
    background: transparent;
    box-shadow: 0 15px 0 0 #ddeae4;
  }
  .single__container .vc_tta-tab.vc_active:after {
    content: "";
    position: absolute;
    bottom: 1px;
    z-index: 9;
    left: -30px;
    height: 31px;
    width: 30px;
    border-bottom-right-radius: 50%;
    background: transparent;
    box-shadow: 0 15px 0 0 #ddeae4;
  }
}
.single__container .vc_tta-panels {
  border-radius: 16px !important;
}
@media (min-width: 768px) {
  .single__container .vc_tta-panel {
    background-color: #DDEAE4 !important;
    border-radius: 16px 16px 16px 16px;
  }
  .single__container .vc_tta-panel-body {
    border-radius: 16px 16px 16px 16px !important;
    padding: 48px !important;
  }
  .single__container .vc_tta-panel:first-child {
    border-radius: 0 16px 16px 16px;
  }
  .single__container .vc_tta-panel:first-child-body {
    border-radius: 0 16px 16px 16px !important;
  }
  .single__container .vc_tta-panel:last-child {
    border-radius: 16px 0 16px 16px;
  }
  .single__container .vc_tta-panel:last-child-body {
    border-radius: 16px 0 16px 16px !important;
  }
}

.donate-amount--label {
  font-size: 14px;
  color: #686867;
  position: absolute;
  z-index: 1;
  margin-left: 19px;
  margin-top: 3px;
}

.label-amount {
  visibility: hidden;
}

.label-custom-amount, .label-email {
  visibility: hidden;
  margin-top: 7px;
}

.label-name, .label-company, .label-your-email,
.label-phone, .label-message {
  visibility: hidden;
}

.label-company, .label-phone {
  margin-left: 432px;
  margin-top: 6px;
}
@media (max-width: 1000px) {
  .label-company, .label-phone {
    margin-left: 305px;
  }
}

.label-name, .label-email {
  margin-top: 5px;
}

.vc_gitem-zone-mini {
  height: 130px;
}
.vc_gitem-zone-mini p {
  font-size: 14px;
  line-height: 20px;
}

.vc_gitem-post-data-source-post_title div {
  font-size: 22px;
}

.custom-ammount {
  position: relative;
}
.custom-ammount i {
  font-style: inherit;
  position: absolute;
  right: 19px;
  top: -4px;
  font-size: 22px;
}

@media (max-width: 767px) {
  .single__container .donate__tabs {
    margin-top: 36px;
  }
  .donate-vat {
    padding: 0;
  }
  .donate-vat h1:first-child,
  .donate-vat h2:first-child,
  .donate-vat h3:first-child {
    margin-top: 0;
  }
  .donate-stripe,
  .donate-paysera {
    margin: auto;
    margin-left: 0%;
    margin-right: 0%;
  }
  .donate-stripe p,
  .donate-paysera p {
    margin: 0;
    text-align: center !important;
    padding-bottom: 24px;
  }
  .single__container .vc_tta-title-text {
    padding-top: 6px;
    font-size: 22px;
    margin-left: 40px;
  }
  .single__container .vc_tta-title-text:before {
    background-image: url("../../assets/img/checkbox--round--empty.svg");
    left: -48px;
  }
  .single__container .vc_tta-panels {
    border-radius: 16px !important;
  }
  .single__container .vc_tta-panel {
    margin-bottom: 24px;
    background-color: #DDEAE4 !important;
    border-radius: 16px 16px 16px 16px;
  }
  .single__container .vc_tta-panel-heading {
    border-radius: 16px !important;
    border-color: #DDEAE4 !important;
  }
  .single__container .vc_tta-panel-body {
    border-radius: 16px 16px 16px 16px !important;
    padding: 16px !important;
    padding-bottom: 24px !important;
    border-color: #DDEAE4 !important;
    background-color: #DDEAE4 !important;
  }
  .single__container .vc_tta-panel-title a:not(.btn) {
    height: 100%;
    transition: none !important;
    background-color: white !important;
    border: 3px solid #D3E2EB !important;
    border-radius: 16px 16px 16px 16px !important;
    display: flex !important;
    justify-content: start !important;
    padding: 26px !important;
  }
  .single__container .vc_tta-panel .btn {
    width: 100%;
  }
  .single__container .vc_tta-panel.vc_active .vc_tta-title-text:before {
    background-image: url("../../assets/img/checkbox--round.svg");
  }
  .vc_tta-panel.vc_active .vc_tta-panel-title a:not(.btn) {
    border-color: transparent !important;
    background-color: #DDEAE4 !important;
    border-radius: 16px 16px 0 0 !important;
    padding-bottom: 0 !important;
  }
}
.search-info-block__container {
  position: relative;
}

@media screen and (min-width: 640px) {
  .search-info-block__slider {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }
}
@media screen and (min-width: 640px) and (max-width: 1024px) {
  .search-info-block__slider {
    grid-template-columns: repeat(2, 1fr);
  }
}

.search-info-block__slider__item {
  border-radius: 16px 16px 16px 16px;
  background-color: white;
  padding: 36px 40px 36px 40px;
}

.search-info-block__slider__item__title {
  color: black;
  font-family: "Chivo", Sans-serif;
  font-size: 2.25em;
  font-weight: 700;
  width: 80%;
  margin: 27px 0px 17px 0px;
}

.search-info-block__slider__item__text {
  color: #686867;
  font-family: "Chivo", Sans-serif;
  font-size: 1.125em;
  line-height: 24px;
}

@media (max-width: 1024px) {
  #search-info-block {
    margin-top: 40px;
  }
  .search-info-block__container {
    padding-bottom: 0;
  }
  .search-info-block__slider__item__text {
    min-height: auto;
    font-size: 18px;
  }
  .search-info-block__slider__item__title {
    font-size: 28px;
  }
  #search-info-block h2.h-heading--title {
    margin-right: 0;
    margin-left: 0;
  }
  #search-info-block .grey-after-heading {
    margin-right: 0;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .search-info-block__slider__item {
    padding: 25px;
  }
  .pattern-white::before {
    display: none;
  }
  .search-info-block__container {
    padding: 0px 15px 50px 15px;
    padding-left: 0;
    padding-right: 0;
  }
  .search-info-block__slider__item__wrapper {
    padding: 0;
  }
}
@media screen and (max-width: 767px) and (max-width: 640px) {
  .search-info-block__slider__item__wrapper {
    margin-bottom: 10px;
  }
}
.search-home-tooltip {
  position: relative;
  display: inline-block;
}
.search-home-tooltip img {
  width: auto;
  max-width: 377px;
  height: auto;
  max-height: 266px;
}

.search-home-tooltip .search-home-tooltip-text {
  visibility: hidden;
  width: 500px;
  color: #fff;
  background-color: #3695d8;
  padding: 20px;
  position: absolute;
  z-index: 1;
  top: -25%;
}
@media (max-width: 1024px) {
  .search-home-tooltip .search-home-tooltip-text {
    top: 100%;
  }
}
@media (max-width: 1024px) {
  .search-home-tooltip .search-home-tooltip-text {
    left: 50%;
    transform: translate(-50%, 0);
  }
}

.search-home-tooltip:hover .search-home-tooltip-text {
  visibility: visible;
}

.title-tooltip-container {
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  .title-tooltip-container {
    justify-content: center;
  }
}
.title-tooltip-container h2.h-heading--title {
  margin-top: 0px;
}
@media (max-width: 1024px) {
  .title-tooltip-container {
    display: block;
  }
  .title-tooltip-container h2.h-heading--title {
    margin-top: 29px;
  }
}

@media screen and (min-width: 1025px) {
  .newsletter__wrapper-search-home {
    position: relative;
  }
  .newsletter__wrapper-search-home h2.h-heading--title {
    margin-top: 20px;
    margin-left: -15px;
  }
  .title-tooltip-container {
    position: absolute;
    left: 38%;
    transform: translate(-50%, 0);
  }
}
#newsletter-form .search__container {
  background-color: #E1EEFC;
}
#newsletter-form .mailerlite-form-field label {
  display: none;
}
#newsletter-form .mailerlite-subscribe-submit {
  font-size: 0;
  height: 56px;
  width: 56px;
  background-color: #006D77;
  position: absolute;
  top: 12px;
  right: 23%;
  border: none;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 17px;
  border-radius: 50px;
  background-image: url("../../assets/img/iconright.svg");
}
#newsletter-form .search__bar input:not(.mailerlite-subscribe-submit) {
  width: 80%;
  display: block;
}
#newsletter-form .mailerlite-form label.error {
  line-height: 45px;
}
#newsletter-form h2.h-heading--title {
  margin-top: 0;
}

.author-block__container {
  display: flex;
}
.author-block__container img {
  height: 60px;
  object-fit: cover;
  width: 60px;
  border-radius: 50%;
}
.author-block__container p {
  margin-top: 6px;
  margin-bottom: 0;
}

.author-block__text {
  margin-left: 15px;
}

.author-block__date {
  font-size: 14px;
  color: #686867;
}

.page-template-archive-documents main img, .page-template-archive-documents .author-block__container, .page-template-archive-documents .archive-link, .page-template-archive-documents .btn--tag {
  display: none;
}
.page-template-archive-documents .archive-link {
  margin-bottom: 0;
}

.archive-link {
  display: block;
  margin-bottom: 80px;
}
.archive-link .fa-arrow-left {
  margin-right: 5px;
}

.author-block__name {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}

.main-search__dropdown {
  position: absolute;
  top: 82px;
  width: 100%;
  left: 0px;
  right: 77px;
  z-index: 10;
}

.search__bar--inner .main-search__dropdown {
  width: 99%;
  left: 4px;
  top: 88px;
}

.main-search__dropdown {
  -ms-overflow-style: none; /* Internet Explorer 10+ */
  scrollbar-width: none; /* Firefox */
}

.main-search__dropdown::-webkit-scrollbar {
  display: none; /* Safari and Chrome */
}

.our-story__container {
  display: flex;
  margin-top: 48px;
}
.our-story__container h2.h-heading--title {
  font-size: 72px;
  text-align: left;
  width: 100%;
  line-height: initial;
}
.our-story__container .grey-after-heading {
  width: 70%;
  margin-top: 0;
}

.our-story__left {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.our-story__image {
  border-radius: 16px;
  height: 100%;
}

.our-story__right {
  height: 486px;
}
.our-story__right img {
  object-fit: cover;
  width: 580px;
  max-width: 44vw;
}
@media (max-width: 1024px) {
  .our-story__right img {
    width: 100%;
    max-width: 100%;
  }
}

#themes-search .search__bar--inner .search-submit {
  display: none;
}

.h-responsive-show {
  display: none;
}

.current-menu-item a {
  color: #3695D8;
}

.slick-initialized .slick-slide {
  display: flex;
  flex-direction: column;
  align-content: space-around;
}

.donation-message.donation-success {
  font-size: 24px;
  text-align: center;
  background-color: #DDEAE4;
  line-height: 200px;
  border-radius: 16px;
}

.vc_column_container.vc_col-sm-6 {
  padding-right: 20px;
}

.vc_column_container > .vc_column-inner {
  padding-right: 0;
  padding-left: 0;
}

.vc_row {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.search__bar--inner .result {
  padding: 30px;
  border: 1px solid #DDD;
  background: #FFF;
  max-height: 500px;
  overflow: auto;
  padding-top: 0;
}
.search__bar--inner .result-total {
  margin-top: 30px;
  display: inline-block;
  width: 100%;
  text-align: right;
  font-family: "Chivo", Sans-serif;
  font-weight: 600;
}
.search__bar--inner .group {
  display: inline-block;
  margin-bottom: 20px;
}
.search__bar--inner .result-item, .search__bar--inner .result-not-found {
  display: inline-block;
  width: 100%;
  margin: 5px 0;
  font-size: 16px;
  line-height: 22px;
  font-family: "Chivo", Sans-serif;
}
.search__bar--inner .result-source {
  display: inline-block;
  color: #4c4c4c;
  font-family: "Chivo", Sans-serif;
  font-size: 12px;
  font-weight: 600;
}

@media (max-width: 1024px) {
  .single__container p {
    text-align: left;
  }
  .vc_column_container.vc_col-sm-6 {
    padding-right: 0px;
  }
  .wpb_single_image img {
    height: auto;
    max-width: 100%;
    object-fit: cover;
    min-height: 200px;
    vertical-align: top;
  }
  .donate-stripe .donate-amount {
    flex-direction: column;
  }
  .donate-stripe .btn {
    margin-bottom: 10px;
  }
  .page-template-archive-documents {
    font-size: 13px;
  }
  .h-responsive-show {
    display: block;
  }
  .h-responsive-hide {
    display: none;
  }
  .our-story__right {
    height: 300px;
  }
  .our-story__container {
    margin-top: 48px;
    flex-direction: column;
  }
  .our-story__container h2.h-heading--title {
    font-size: 44px;
    width: 100%;
  }
  .our-story__container .grey-after-heading {
    width: 100%;
  }
  .our-story__container .our-story__image {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .search__bar input {
    padding-right: 76px;
  }
  .search__bar input.mailerlite-subscribe-submit {
    padding-right: 0px;
  }
  #newsletter-form .mailerlite-subscribe-submit {
    right: 4%;
  }
  #newsletter-form .search__bar input:not(.mailerlite-subscribe-submit) {
    width: 100%;
  }
  #newsletter-form .site-block {
    padding-bottom: 30px;
  }
}

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