/* HTML5 Reset */
/*-------------------------------------------------------------------------------
	We have learned much from/been inspired by/taken code where offered from:

	Eric Meyer			:: http://meyerweb.com
	HTML5 Doctor			:: http://html5doctor.com
	and the HTML5 Boilerplate	:: http://html5boilerplate.com

-------------------------------------------------------------------------------*/
/*
html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, menu, nav, section, time, mark, audio, video, details, summary {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-weight: normal;
	vertical-align: baseline;
	background: transparent;
}
*/
article, aside, figure, footer, header, nav, section, details, summary {
  display: block; }

/* Handle box-sizing while better addressing child elements:
	http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
/*
html {
	box-sizing: border-box;
}
*/
*,
*:before,
*:after {
  box-sizing: inherit; }

/* resetting the default cursor: https://gist.github.com/murtaugh/5247154 */
html,
body {
  cursor: default; }

code {
  cursor: text; }

/*
textarea and input[type="text"] already receive
"cursor: text" via browsers' base stylesheets
*/
a,
label,
button,
input[type="radio"],
input[type="submit"],
input[type="checkbox"],
.clickable,
input[type="button"],
input[type="file"] {
  cursor: pointer; }

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

/* Responsive images and other embedded objects
   Note: keeping IMG here will cause problems if you're using foreground images as sprites.
   If this default setting for images is causing issues, you might want to replace it with a .responsive class instead. */
img,
object,
embed {
  max-width: 100%; }

/* force a vertical scrollbar to prevent a jumpy page */
html {
  overflow-y: scroll; }

/* we use a lot of ULs that aren't bulleted.
	don't forget to restore the bullets within content. */
/*
ul {
	list-style: none;
}
*/
blockquote, q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none; }

/*
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
*/
del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help; }

/* tables still need cellspacing="0" in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0; }

th {
  font-weight: bold;
  vertical-align: bottom; }

td {
  font-weight: normal;
  vertical-align: top; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

pre {
  white-space: pre;
  /* CSS2 */
  white-space: pre-wrap;
  /* CSS 2.1 */
  white-space: pre-line;
  /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word;
  /* IE */ }

input[type="radio"] {
  vertical-align: text-bottom; }

input[type="checkbox"] {
  vertical-align: bottom; }

.ie7 input[type="checkbox"] {
  vertical-align: baseline; }

.ie6 input {
  vertical-align: text-bottom; }

select, input, textarea {
  font: 99% sans-serif; }

table {
  font-size: inherit;
  font: 100%; }

small {
  font-size: 85%; }

/*
strong {
	font-weight: bold;
}
*/
td, td img {
  vertical-align: top; }

/* Make sure sup and sub don't mess with your line-heights http://gist.github.com/413930 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* standardize any monospaced elements */
pre, code, kbd, samp {
  font-family: monospace, sans-serif; }

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea {
  margin: 0; }

/* make buttons play nice in IE */
button,
input[type=button] {
  width: auto;
  overflow: visible; }

/* scale images in IE7 more attractively */
.ie7 img {
  -ms-interpolation-mode: bicubic; }

/* prevent BG image flicker upon hover
   (commented out as usage is rare, and the filter syntax messes with some pre-processors)
.ie6 html {filter: expression(document.execCommand("BackgroundImageCache", false, true));}
*/
/** Micro clearfix from:  http://nicolasgallagher.com/micro-clearfix-hack/
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.cf:after {
  clear: both; }

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
  *zoom: 1; }

h1, h2, h4, h6 {
  font-family: ibm-plex-sans, sans-serif;
  font-weight: 400; }

h1.medium, h1 > span, h3, h5 {
  font-family: ibm-plex-sans, sans-serif;
  font-weight: 600; }

p {
  font-family: ibm-plex-sans, sans-serif;
  font-weight: 400; }

form, input, textarea, select {
  font-family: ibm-plex-sans, sans-serif;
  font-weight: 400;
  font-size: 16px; }

h1 {
  font-size: 26px;
  line-height: 1.2em; }
  @media (min-width: 700px) {
    h1 {
      font-size: 48px; } }
  @media (min-width: 1024px) {
    h1 {
      font-size: 70px; } }
  h1.center {
    text-align: center; }

h2 {
  font-size: 36px;
  line-height: 1.2em;
  font-weight: 600; }
  @media (min-width: 700px) {
    h2 {
      font-size: 50px; } }
h3 {
  font-size: 26px;
  line-height: 1.2em; }
  @media (min-width: 700px) {
    h3 {
      font-size: 32px; } }
  @media (min-width: 1024px) {
    h3 {
      font-size: 40px; } }
  h3.center {
    text-align: center; }

h4 {
  font-size: 20px;
  line-height: 1.2em; }
  @media (min-width: 1024px) {
    h4 {
      font-size: 36px; } }
h5 {
  font-size: 18px;
  line-height: 1.2em; }
  @media (min-width: 1024px) {
    h5 {
      font-size: 30px;
      line-height: 1.4em; } }
h6 {
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 1.2em; }

p {
  font-size: 13px;
  line-height: 1.875em; }
  p.center {
    text-align: center; }
  @media (min-width: 1024px) {
    p {
      font-size: 16px; } }
p.small {
  font-size: 13px; }

html, body {
  height: 100%;
  margin: 0 auto;
  position: relative; }

html.noscroll {
  height: auto;
  overflow: hidden; }

body {
  background: #fff;
  color: #3A1026;
  cursor: default;
  font-family: ibm-plex-sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.5em;
  margin: 0;
  padding: 0;
  text-rendering: optimizeLegibility;
  max-width: 1600px;
  margin: 0 auto; }
  @media (min-width: 1024px) {
    body {
      font-size: 16px;
      padding-top: 0px; } }
  body.noscroll {
    height: auto;
    overflow: hidden; }
  @media (min-width: 1024px) {
    body.error404 .main {
      padding-top: 140px; } }
main {
  position: relative;
  box-shadow: 0px 0px 40px 0px rgba(216, 26, 94, 0.1);
  padding-bottom: 60px;
  overflow-x: hidden;
  margin-top: 88px;
  z-index: 2; }
  main main {
    box-shadow: 0px 0px 0px 0px rgba(216, 26, 94, 0.1); }
  @media (min-width: 1024px) {
    main {
      margin-top: 0;
      position: initial;
      z-index: initial; } }
.visually-hidden {
  display: none; }

.svg {
  fill: currentColor;
  height: 1em;
  width: 1em; }

a {
  cursor: pointer; }
  a:hover {
    color: #000;
    text-decoration: none; }

button {
  cursor: pointer; }

sup, sub {
  position: relative;
  top: -0.4em;
  vertical-align: baseline; }

sub {
  top: 0.4em; }

ul, ol {
  padding-left: 1.2em; }

ol, p, ul {
  margin-top: 25px;
  padding-top: 0; }

hr {
  border: 0;
  border-top: 1px solid #000;
  margin: 30px 0;
  padding: 0; }

img {
  border: 0;
  display: inline-block;
  height: auto;
  max-width: 100%;
  width: auto;
  -ms-interpolation-mode: bicubic; }

.layout-text {
  padding: 30px 26px;
  position: relative; }
  @media (min-width: 1024px) {
    .layout-text {
      padding: 40px 50px; } }
  @media (min-width: 1400px) {
    .layout-text {
      padding: 60px 100px; } }
.wow {
  visibility: hidden; }

.button, .header--secondary-nav a {
  apperance: none;
  border-radius: 5px;
  border: 2px solid transparent;
  box-sizing: border-box;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  margin: 0;
  padding: 1em 2.2em;
  text-align: center;
  text-decoration: none;
  transition: all .15s ease; }
  @media (min-width: 1024px) {
    .button, .header--secondary-nav a {
      font-size: 14px; } }
.button-pink {
  background: #D81A5E;
  border-color: #D81A5E;
  color: #fff; }
  .button-pink:hover {
    background: #3A1026;
    border-color: #3A1026;
    color: #fff; }

.button-pink-border {
  background: transparent;
  border-color: #D81A5E;
  color: #D81A5E; }
  .button-pink-border:hover {
    background: #3A1026;
    border-color: #3A1026;
    color: #fff; }

.button-plum {
  background: #3A1026;
  border-color: #3A1026;
  color: #fff; }
  .button-plum:hover {
    background: #D81A5E;
    border-color: #D81A5E;
    color: #fff; }

.button-plum-border {
  background: transparent;
  border-color: #3A1026;
  color: #3A1026; }
  .button-plum-border:hover {
    background: #D81A5E;
    border-color: #D81A5E;
    color: #fff; }

.button-white {
  background: #fff;
  border-color: #fff;
  color: #D81A5E; }
  .button-white:hover {
    background: #D81A5E;
    border-color: #D81A5E;
    color: #fff; }

.button-white-border {
  background: transparent;
  border-color: #fff;
  color: #fff; }
  .button-white-border:hover {
    background: #D81A5E;
    border-color: #D81A5E;
    color: #fff; }

.events-button {
  background: transparent;
  border-color: #3A1026;
  color: #3A1026; }
  @media (min-width: 1024px) {
    .events-button {
      border-color: #fff;
      color: #fff; }
      .events-button.colored {
        border-color: #3A1026;
        color: #3A1026; } }
  .events-button:hover {
    background: #D81A5E;
    border-color: #D81A5E;
    color: #fff; }

form, input, select, textarea {
  font-family: ibm-plex-sans, sans-serif !important;
  font-size: 14px !important; }

input, textarea {
  background: #fff;
  border: 1px solid #D8D8D8;
  border-radius: 5px;
  box-sizing: border-box;
  color: #3A1026;
  display: inline-block;
  padding: 1em !important;
  transition: border-color 0.15s linear;
  white-space: nowrap; }

.gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text], .gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container select {
  margin-bottom: 0 !important; }

.select-box, .facetwp-type-dropdown, .ginput_container_select {
  -webkit-appearance: none;
  background: #fff;
  border: 2px solid #D8D8D8;
  border-radius: 5px;
  box-sizing: border-box;
  color: #3A1026;
  cursor: pointer;
  display: inline-block;
  letter-spacing: 0.04em;
  position: relative;
  transition: border-color 0.15s linear;
  white-space: nowrap;
  width: 100%; }
  .select-box select, .facetwp-type-dropdown select, .ginput_container_select select {
    -webkit-appearance: none;
    background: transparent;
    border: 0;
    color: #3A1026;
    display: block;
    letter-spacing: 0.04em !important;
    outline: none;
    padding: 1em !important;
    width: calc(100% - 20px) !important; }
  .select-box:after, .facetwp-type-dropdown:after, .ginput_container_select:after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #3A1026;
    content: '';
    display: block;
    height: 0px;
    position: absolute;
    right: 20px;
    top: 22px;
    width: 0px; }

input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 5px;
  border: none !important;
  box-sizing: border-box !important;
  display: inline-block !important;
  font-size: 12px !important;
  font-weight: 600;
  margin: 0 !important;
  padding: 1.35em 2.2em !important;
  text-align: center;
  text-decoration: none;
  background: #3A1026 !important;
  border-color: #3A1026 !important;
  color: #fff !important; }
  @media (min-width: 1024px) {
    input[type="submit"] {
      font-size: 14px !important;
      padding: 1em 2.2em !important; } }
  input[type="submit"]:hover {
    background: #D81A5E !important;
    border-color: #D81A5E !important;
    color: #fff !important; }

form .gform_heading {
  display: none; }

form .gform_body .gform_fields {
  display: flex !important;
  flex-wrap: wrap !important; }
  form .gform_body .gform_fields .half-input {
    width: 100%; }
    @media (min-width: 700px) {
      form .gform_body .gform_fields .half-input {
        width: 50%; } }
    form .gform_body .gform_fields .half-input .ginput_container input {
      width: 100%; }
  form .gform_body .gform_fields .full-input {
    width: 100%; }
    form .gform_body .gform_fields .full-input .ginput_container input {
      width: 100%; }

.gform_wrapper li.hidden_label input {
  margin-top: 0 !important; }

.gform_wrapper .ginput_complex.ginput_container span:first-child {
  padding-bottom: 20px; }
  @media (min-width: 700px) {
    .gform_wrapper .ginput_complex.ginput_container span:first-child {
      padding-bottom: 0; } }
@media (min-width: 1024px) {
  .newsletter .gform_wrapper {
    max-width: 700px;
    margin: 16px auto 0; } }

.gform_validation_error form .validation_error {
  font-size: 12px !important; }

.gform_validation_error form .gfield_error {
  border: none !important;
  background-color: transparent !important;
  margin: 0 !important;
  padding: 16px 0 0 !important; }
  @media (min-width: 700px) {
    .gform_validation_error form .gfield_error.half-input {
      padding-right: 16px !important; } }
  .gform_validation_error form .gfield_error .gfield_label {
    margin-top: 0 !important; }
  .gform_validation_error form .gfield_error .ginput_container {
    margin-top: 8px !important; }
  .gform_validation_error form .gfield_error .validation_message {
    padding-top: 0px !important;
    padding-right: 10px !important; }
    @media (min-width: 700px) {
      .gform_validation_error form .gfield_error .validation_message {
        padding-top: 10px !important; } }
.grid {
  width: 100%; }
  @media (min-width: 1024px) {
    .grid {
      align-items: flex-start;
      box-sizing: border-box;
      display: flex;
      flex-wrap: wrap;
      margin: 0 -1vh;
      justify-content: center; }
      .grid.flex-start::after {
        content: "";
        flex: auto; } }
.grid-events > .facetwp-template, .grid-podcasts > .facetwp-template {
  width: 100%; }
  @media (min-width: 700px) {
    .grid-events > .facetwp-template, .grid-podcasts > .facetwp-template {
      align-items: flex-start;
      box-sizing: border-box;
      display: flex;
      flex-wrap: wrap;
      justify-content: center; }
      .grid-events > .facetwp-template:after, .grid-podcasts > .facetwp-template:after {
        content: "";
        flex: auto; } }
  .grid-events > .facetwp-template .grid--col-2, .grid-podcasts > .facetwp-template .grid--col-2 {
    margin-bottom: 6vh; }
    @media (min-width: 700px) {
      .grid-events > .facetwp-template .grid--col-2, .grid-podcasts > .facetwp-template .grid--col-2 {
        padding: 0 1vh;
        width: 50%; } }
.grid--col-1 {
  margin-bottom: 2vh;
  width: 100%; }

.grid--col-2 {
  margin-bottom: 2vh; }
  @media (min-width: 1024px) {
    .grid--col-2 {
      padding: 0 1vh;
      width: 50%; } }
.grid--col-3 {
  margin-bottom: 2vh; }
  @media (min-width: 1024px) {
    .grid--col-3 {
      padding: 0 1vh;
      width: 33.333333%; } }
  .grid--col-3 a {
    text-decoration: none;
    color: #3A1026; }

.grid--col-4 {
  margin-bottom: 2vh; }
  @media (min-width: 1024px) {
    .grid--col-4 {
      padding: 0 1vh;
      width: 25%; } }
.grid--col-5 {
  margin-bottom: 2vh; }
  @media (min-width: 1024px) {
    .grid--col-5 {
      padding: 0 1vh;
      width: 20%; } }
.grid--col-6 {
  margin-bottom: 2vh; }
  @media (min-width: 1024px) {
    .grid--col-6 {
      padding: 0 1vh;
      width: 16.666667%; } }
@media (min-width: 700px) {
  .leadership--cfh-operation .grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; } }

@media (min-width: 1024px) {
  .leadership--cfh-operation .grid {
    justify-content: flex-start; } }

.leadership--cfh-operation .grid .grid--col-5 {
  margin-bottom: 20px;
  text-align: center;
  padding: 10px 0; }
  @media (min-width: 700px) {
    .leadership--cfh-operation .grid .grid--col-5 {
      padding: 15px 0;
      width: 49%;
      text-align: left; } }
  @media (min-width: 1024px) {
    .leadership--cfh-operation .grid .grid--col-5 {
      padding: 20px 1vh;
      width: 25%; } }
  @media (min-width: 1400px) {
    .leadership--cfh-operation .grid .grid--col-5 {
      width: 20%; } }
  .leadership--cfh-operation .grid .grid--col-5 .card-name, .leadership--cfh-operation .grid .grid--col-5 .card-position {
    margin-bottom: 10px; }
  .leadership--cfh-operation .grid .grid--col-5 a {
    margin: 0 auto; }
    @media (min-width: 700px) {
      .leadership--cfh-operation .grid .grid--col-5 a {
        margin: 0; } }
.facetwp-facet {
  margin-bottom: 0; }

.facetwp-type-dropdown {
  width: 100%; }

.facetwp-date {
  width: 100%; }
  .facetwp-date.facetwp-date-min {
    margin-bottom: 20px; }

.facetwp-search-wrap {
  display: block;
  position: relative; }
  .facetwp-search-wrap .facetwp-btn {
    background: url("../svg/icon-search.svg") center center no-repeat;
    background-size: 16px;
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1em;
    height: 16px;
    width: 16px; }

.filters {
  background-color: #fff;
  border: 1px solid #E5E5E5;
  box-shadow: 10px 10px 20px 0px rgba(58, 16, 38, 0.1);
  box-sizing: border-box;
  padding: 30px; }
  .filters h5 {
    margin-top: 0; }
  .filters p {
    margin: 0; }
  .filters hr {
    border: 0;
    border-top: 1px solid #E5E5E5;
    margin: 30px -30px;
    padding: 0; }
  .filters .facetwp-type-dropdown {
    margin-bottom: 20px; }
  .filters .facetwp-search {
    width: 100%; }
  .filters .button-reset {
    appearance: none;
    background: transparent;
    border: 0;
    color: #3A1026;
    display: inline-block;
    font-size: 11px;
    text-align: left;
    outline: none;
    text-transform: uppercase;
    user-select: none;
    width: auto; }

.footer {
  border-top: 1px solid #D8D8D8;
  margin-top: 80px;
  padding: 60px 26px 30px 26px;
  position: relative;
  background-color: #fff; }
  @media (min-width: 1024px) {
    .footer {
      padding: 80px 50px 30px 50px; } }
  @media (min-width: 1400px) {
    .footer {
      padding: 80px 100px 30px 100px; } }
  .footer .footer--links {
    display: block;
    list-style: none;
    margin: 0;
    padding: 10px 0;
    position: relative;
    text-align: center;
    z-index: 1; }
    @media (min-width: 1024px) {
      .footer .footer--links {
        padding: 20px 0; } }
  @media (min-width: 1024px) and (min-width: 1400px) {
    .footer .footer--links {
      font-size: 20px; } }
    .footer .footer--links li {
      display: inline-block; }
    .footer .footer--links a {
      color: #3A1026;
      display: inline-block;
      text-decoration: none;
      padding: 0 20px; }
      .footer .footer--links a:hover {
        text-decoration: underline; }
  .footer .footer--links-secondary {
    list-style: none;
    margin: 0;
    padding: 10px 0;
    position: relative;
    text-align: center;
    z-index: 1; }
    @media (min-width: 1024px) {
      .footer .footer--links-secondary {
        padding: 20px 0; } }
    .footer .footer--links-secondary li {
      display: inline-block; }
    .footer .footer--links-secondary a {
      color: #3A1026;
      display: inline-block;
      text-decoration: none;
      padding: 0 15px; }
      .footer .footer--links-secondary a:hover {
        text-decoration: underline; }
  .footer .footer--links-social {
    list-style: none;
    margin: 0;
    padding: 10px 0;
    position: relative;
    text-align: center;
    z-index: 1; }
    @media (min-width: 1024px) {
      .footer .footer--links-social {
        padding: 20px 0; } }
    .footer .footer--links-social li {
      display: inline-block; }
    .footer .footer--links-social a {
      color: #3A1026;
      display: inline-block;
      text-decoration: none;
      padding: 0 5px; }
    .footer .footer--links-social img {
      height: 27px; }
  .footer .footer--legal {
    color: #9D9D9D;
    font-size: 13px;
    margin: 0;
    padding-top: 20px;
    position: relative;
    text-align: center;
    z-index: 1; }
    @media (min-width: 1024px) {
      .footer .footer--legal {
        padding-top: 60px; } }
  .footer .footer--shape-left {
    display: none; }
    @media (min-width: 1024px) {
      .footer .footer--shape-left {
        background: url("../png/shape-footer-left%402x.png") left top no-repeat;
        background-size: 280px;
        display: block;
        position: absolute;
        bottom: 0;
        height: 304px;
        width: 280px;
        left: 0;
        z-index: -1; } }
    @media (min-width: 1400px) {
      .footer .footer--shape-left {
        background-size: 323px;
        height: 351px;
        width: 323px; } }
  .footer .footer--shape-right {
    display: none; }
    @media (min-width: 1024px) {
      .footer .footer--shape-right {
        background: url("../png/shape-footer-right%402x.png") left top no-repeat;
        background-size: 185px;
        display: block;
        position: absolute;
        bottom: 0;
        height: 289px;
        width: 185px;
        right: 0;
        z-index: -1; } }
    @media (min-width: 1400px) {
      .footer .footer--shape-right {
        background-size: 225px;
        height: 351px;
        width: 225px; } }
  .footer .back-to-top {
    background: #fff;
    background-image: url("../svg/logo-icon.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 65px;
    border-radius: 100%;
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%) translateY(-50%);
    transition: transform 200ms;
    height: 95px;
    width: 95px; }
    @media (min-width: 1024px) {
      .footer .back-to-top {
        background-size: 85px;
        height: 129px;
        width: 129px; } }
    @media (min-width: 1024px) {
      .footer .back-to-top:hover {
        transform: translateX(-50%) translateY(-60%); } }
.header {
  display: none;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
  transition: padding 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  background-color: #fff; }
  @media (min-width: 1024px) {
    .header {
      box-sizing: border-box;
      display: block;
      padding: 30px 50px; }
      .header:after {
        content: '';
        display: table;
        clear: both; } }
  @media (min-width: 1400px) {
    .header {
      padding: 30px 100px; } }
  .header.sticky {
    background: #fff;
    box-shadow: 10px 10px 20px 0px rgba(216, 26, 94, 0.1);
    left: 50%;
    padding-bottom: 20px;
    padding-top: 20px;
    position: fixed;
    top: 0;
    width: 100%;
    max-width: 1600px;
    z-index: 10;
    transform: translateX(-50%); }
    @media (min-width: 1024px) {
      .header.sticky .header--logo {
        width: 160px; } }
    .header.sticky .header--nav {
      width: calc(100% - 180px); }
      @media (min-width: 1400px) {
        .header.sticky .header--nav {
          width: calc(100% - 200px); } }
    .header.sticky .header--primary-nav a {
      padding-bottom: 15px;
      padding-top: 15px; }
    .header.sticky .header--secondary-nav {
      padding: 1px 0; }
      .header.sticky .header--secondary-nav .button, .header.sticky .header--secondary-nav a {
        padding-bottom: 10px;
        padding-top: 10px; }
      .header.sticky .header--secondary-nav .podcast-header {
        box-shadow: none; }

.header--logo {
  float: left;
  margin-right: 20px;
  transition: width 0.6s cubic-bezier(0.19, 1, 0.22, 1); }
  @media (min-width: 1400px) {
    .header--logo {
      margin-right: 40px; } }
  .header--logo img {
    height: auto;
    width: 160px;
    transition: width 0.6s cubic-bezier(0.19, 1, 0.22, 1); }
    @media (min-width: 1024px) {
      .header--logo img {
        width: 203px; } }
.header--nav {
  float: left;
  width: calc(100% - 180px); }
  @media (min-width: 1024px) {
    .header--nav {
      width: calc(100% - 223px); } }
  @media (min-width: 1400px) {
    .header--nav {
      width: calc(100% - 243px); } }
.header--primary-nav {
  float: left;
  font-size: 14px;
  list-style: none;
  margin: 0;
  padding: 0; }
  @media (min-width: 1400px) {
    .header--primary-nav {
      font-size: 16px; } }
  .header--primary-nav a {
    color: #3A1026;
    display: inline-block;
    font-weight: bold;
    text-decoration: none;
    padding: 20px 10px;
    text-transform: uppercase; }
    @media (min-width: 1400px) {
      .header--primary-nav a {
        padding: 25px; } }
  .header--primary-nav li.menu-item {
    display: inline-block; }
    .header--primary-nav li.menu-item.current_page_item a > span, .header--primary-nav li.menu-item.current-page-ancestor a > span {
      border-bottom: 3px solid #D81A5E;
      color: #D81A5E; }
    .header--primary-nav li.menu-item.current_page_item .sub-menu li > a > span, .header--primary-nav li.menu-item.current-page-ancestor .sub-menu li > a > span {
      border-bottom: none; }
    .header--primary-nav li.menu-item:hover a > span {
      color: #D81A5E;
      border-color: #D81A5E; }
  .header--primary-nav .menu-item-has-children {
    position: relative; }
    .header--primary-nav .menu-item-has-children:hover span {
      position: relative;
      z-index: 1; }
    .header--primary-nav .menu-item-has-children:hover span:after {
      border-bottom: 5px solid #3A1026;
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      border-top: 0;
      top: 11px; }
    .header--primary-nav .menu-item-has-children:hover .sub-menu {
      display: block; }
    .header--primary-nav .menu-item-has-children > a span {
      display: inline-block;
      padding-right: 18px;
      position: relative; }
      .header--primary-nav .menu-item-has-children > a span:after {
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 5px solid #3A1026;
        content: '';
        display: block;
        height: 0px;
        position: absolute;
        right: 0;
        top: 10px;
        width: 0px; }
  .header--primary-nav .sub-menu {
    background: #fff;
    box-shadow: 10px 10px 30px 0px rgba(58, 16, 38, 0.1);
    display: none;
    margin: 0;
    position: absolute;
    padding: 74px 0 24px 0;
    top: 0;
    left: 0;
    width: 100%; }
  .header--primary-nav .sub-menu li.menu-item {
    display: block; }
    .header--primary-nav .sub-menu li.menu-item a {
      font-weight: normal;
      font-size: 14px;
      padding: 4px 25px; }

.header--secondary-nav {
  float: right;
  font-size: 14px;
  list-style: none;
  margin: 0;
  padding: 5px 0; }
  @media (min-width: 1400px) {
    .header--secondary-nav {
      padding: 10px 0; } }
  .header--secondary-nav li {
    display: inline-block; }
    .header--secondary-nav li.current-menu-item a {
      color: #D81A5E; }
    .header--secondary-nav li .search-open {
      padding: 10px 0;
      margin: 0 0 0 10px;
      max-width: 15px;
      border: none; }
      @media (min-width: 1400px) {
        .header--secondary-nav li .search-open {
          margin-left: 20px; } }
  .header--secondary-nav a {
    font-weight: bold;
    padding: 10px 8px;
    color: #3A1026;
    font-size: 13px; }
    .header--secondary-nav a:hover {
      color: #D81A5E; }
    @media (min-width: 1400px) {
      .header--secondary-nav a {
        padding: 15px 15px; } }
  .header--secondary-nav .page-fintech-podcast a {
    background: #fff;
    border-radius: 5px;
    box-shadow: 10px 10px 30px 0px rgba(216, 26, 94, 0.2);
    padding-left: 38px;
    position: relative; }
    @media (min-width: 1400px) {
      .header--secondary-nav .page-fintech-podcast a {
        padding-left: 48px; } }
    .header--secondary-nav .page-fintech-podcast a:before {
      background: url("../svg/icon-podcast.svg") center center no-repeat;
      background-size: 13px 20px;
      content: '';
      display: block;
      height: 20px;
      left: 14px;
      margin-top: -10px;
      position: absolute;
      top: 50%;
      width: 13px; }
      @media (min-width: 1400px) {
        .header--secondary-nav .page-fintech-podcast a:before {
          left: 20px; } }
  .header--secondary-nav .podcast-header {
    box-shadow: 10px 10px 30px 0 rgba(216, 26, 94, 0.2);
    margin-left: 15px; }
    .header--secondary-nav .podcast-header a {
      display: flex;
      align-items: center;
      color: #D81A5E; }
      .header--secondary-nav .podcast-header a img {
        width: 15px;
        height: 15px;
        margin-right: 5px; }
    @media (min-width: 1400px) {
      .header--secondary-nav .podcast-header {
        margin-left: 20px; } }
.header--mobile {
  display: flex;
  padding: 20px 26px;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  box-sizing: border-box;
  background-color: white; }
  @media (min-width: 1024px) {
    .header--mobile {
      display: none; } }
  .header--mobile.fixed {
    position: fixed;
    box-shadow: 10px 10px 20px 0px rgba(216, 26, 94, 0.1);
    z-index: 50; }
  .header--mobile .menu-options .search-open {
    margin-right: 20px; }
    .header--mobile .menu-options .search-open img {
      width: 25px; }

.header--mobile-logo img {
  width: 132px; }

.header--mobile-menu img {
  width: 36px; }

.search-header {
  display: flex;
  position: fixed;
  top: -100%;
  left: 50%;
  z-index: 50;
  max-width: 1600px;
  width: 100%;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: 10px 10px 20px 0px rgba(216, 26, 94, 0.1);
  transform: translateX(-50%);
  align-items: center;
  justify-content: space-between;
  transition: all .25s ease;
  padding: 20px 26px; }
  @media (min-width: 1024px) {
    .search-header {
      padding: 30px 50px; } }
  @media (min-width: 1400px) {
    .search-header {
      padding: 30px 100px; } }
  .search-header.active {
    top: 0;
    transition: all .25s ease; }
  .search-header input[type="search"] {
    margin-right: 10px; }
  .search-header a.search-close {
    max-width: 20px;
    display: block; }
    .search-header a.search-close img {
      display: block;
      width: 100%; }

.mobile-menu {
  background: #d90e5d;
  background: linear-gradient(-160deg, #d90e5d 0%, #f04f43 60%, #ff7b31 100%);
  box-sizing: border-box;
  position: fixed;
  top: 0;
  right: 0;
  overflow-x: hidden;
  overflow-y: auto;
  height: 100%;
  width: 80%;
  transform: translateX(100%);
  transition: transform 200ms ease;
  z-index: 999;
  visibility: hidden; }
  .mobile-menu a {
    text-decoration: none; }
  .mobile-menu .container {
    box-sizing: border-box;
    position: relative;
    height: 100%; }

.mobile-menu--header {
  overflow: hidden;
  padding: 35px 26px;
  position: relative; }

.mobile-menu--logo {
  float: left; }
  .mobile-menu--logo img {
    width: 66px; }

.mobile-menu--close {
  float: right; }

a.mobile-menu--close {
  display: block;
  position: absolute;
  top: 27px;
  right: 26px; }

body.mobile-menu-open .mobile-menu {
  visibility: initial;
  transform: translateX(0); }

@media (min-width: 1024px) {
  body.mobile-menu-open {
    overflow: auto; }
    body.mobile-menu-open .mobile-menu {
      display: none; } }

.mobile-menu--nav {
  color: #fff;
  font-size: 20px;
  padding: 0 40px 60px 40px; }
  .mobile-menu--nav ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .mobile-menu--nav li {
    margin: 0;
    padding: 0; }
  .mobile-menu--nav a {
    color: #fff;
    display: inline-block;
    line-height: 1.5em;
    margin: 10px 0;
    text-decoration: none; }
  .mobile-menu--nav .sub-menu {
    font-size: 14px;
    list-style: none;
    margin: 0 0 0 25px;
    padding: 0; }
    .mobile-menu--nav .sub-menu li {
      margin: 0;
      padding: 6px 0; }
  .mobile-menu--nav .page-contact-us,
  .mobile-menu--nav .page-fintech-podcast {
    padding-left: 30px;
    position: relative; }
    .mobile-menu--nav .page-contact-us:before,
    .mobile-menu--nav .page-fintech-podcast:before {
      background-position: center center;
      background-repeat: no-repeat;
      content: '';
      display: block;
      height: 18px;
      left: 0;
      position: absolute;
      top: 14px;
      width: 18px; }
  .mobile-menu--nav .page-contact-us:before {
    background-image: url("../svg/icon-phone-white.svg");
    background-size: 17px; }
  .mobile-menu--nav .page-fintech-podcast:before {
    background-image: url("../svg/icon-podcast-white.svg");
    background-size: 11px; }

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

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

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

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

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

/* Slider */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 18px;
  width: 25px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 0;
  transform: translateY(-50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 1; }
  .slick-prev:hover,
  .slick-next:hover {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before,
    .slick-next:hover:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.5; }
  .slick-prev:before,
  .slick-next:before {
    font-family: sans-serif;
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: 0; }
  .slick-prev:before {
    background-size: 25px;
    content: '';
    display: block;
    height: 18px;
    width: 25px; }

.slick-next {
  left: 40px; }
  .slick-next:before {
    background-size: 25px;
    content: '';
    display: block;
    height: 18px;
    width: 25px; }

/* Dots */
.slick-dots {
  position: absolute;
  bottom: 0;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 10px;
    width: 10px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: #fff;
      border-radius: 100%;
      box-shadow: 0 0 5px 0 rgba(58, 16, 38, 0.3);
      display: block;
      height: 10px;
      width: 10px;
      outline: none;
      opacity: 0.5;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 0;
      cursor: pointer;
      /*
			&:before {
				position: absolute;
				top: 0;
				left: 0;
				content: $slick-dot-character;
				width: 20px;
				height: 20px;
				font-family: $slick-font-family;
				font-size: $slick-dot-size;
				line-height: 20px;
				text-align: center;
				color: $slick-dot-color;
				opacity: $slick-opacity-not-active;
				-webkit-font-smoothing: antialiased;
				-moz-osx-font-smoothing: grayscale;
			}
			*/ }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
    .slick-dots li.slick-active button {
      background: #3A1026;
      opacity: 1; }

.cta {
  padding: 30px 26px;
  position: relative; }
  @media (min-width: 1024px) {
    .cta {
      padding: 40px 50px; } }
  @media (min-width: 1400px) {
    .cta {
      padding: 60px 100px; } }
  @media (min-width: 700px) {
    .cta {
      padding: 30px 10%; } }
  @media (min-width: 1024px) {
    .cta {
      padding: 30px 10% 60px; } }
  @media (min-width: 1400px) {
    .cta {
      padding: 30px 10% 100px; } }
.cta-content {
  background: #d90e5d;
  background: linear-gradient(-90deg, #d90e5d 0%, #f04f43 60%, #ff7b31 100%);
  border-radius: 15px;
  box-sizing: border-raidus;
  color: #fff;
  padding: 40px 20px;
  text-align: center; }
  @media (min-width: 1024px) {
    .cta-content {
      padding: 140px 80px; } }
  .cta-content h2 {
    margin: 0 0 30px 0; }
  .cta-content p {
    margin: 0 0 30px 0; }
    @media (min-width: 1024px) {
      .cta-content p {
        display: inline-block;
        width: 60%; } }
.cta--shape-left {
  display: none; }
  @media (min-width: 1024px) {
    .cta--shape-left {
      background: url("../png/shape-cta-left%402x.png") left top no-repeat;
      background-size: 328px;
      display: block;
      position: absolute;
      bottom: -60px;
      height: 377px;
      width: 328px;
      left: 0;
      z-index: 1; } }
  @media (min-width: 1400px) {
    .cta--shape-left {
      background-size: 428px;
      height: 492px;
      width: 428px; } }
.cta--shape-right {
  display: none; }
  @media (min-width: 1024px) {
    .cta--shape-right {
      background: url("../png/shape-cta-right%402x.png") left top no-repeat;
      background-size: 239px;
      display: block;
      position: absolute;
      height: 439px;
      width: 239px;
      right: 0;
      top: -60px;
      z-index: 1; } }
  @media (min-width: 1400px) {
    .cta--shape-right {
      background-size: 339px;
      height: 623px;
      width: 339px; } }
.events {
  padding: 30px 26px;
  position: relative; }
  @media (min-width: 1024px) {
    .events {
      padding: 40px 50px; } }
  @media (min-width: 1400px) {
    .events {
      padding: 60px 100px; } }
  @media (min-width: 1024px) {
    .events {
      display: flex;
      align-items: flex-start; } }
.events--cards {
  box-sizing: border-box; }
  @media (min-width: 1024px) {
    .events--cards {
      padding-left: 40px;
      width: 75%; } }
  .events--cards .grid--col-2 {
    margin-bottom: 6vh; }

.events--card {
  padding-bottom: 135px;
  position: relative; }
  .events--card:hover a .card-info {
    box-shadow: 10px 10px 30px 0px rgba(58, 16, 38, 0.2); }
    .events--card:hover a .card-info .read-more:after {
      right: -5px; }
  .events--card .card-image {
    display: block;
    width: 100%;
    position: relative; }
    @media (min-width: 1024px) {
      .events--card .card-image {
        width: calc(100% - 30px); } }
    .events--card .card-image .image-overlay {
      position: absolute;
      height: 100%;
      width: 100%;
      top: 0;
      left: 0;
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 5%, rgba(148, 187, 233, 0) 100%); }
    .events--card .card-image img {
      display: block; }
  .events--card .card-info {
    background: #fff;
    box-shadow: 10px 10px 30px 0px rgba(58, 16, 38, 0.1);
    box-sizing: border-box;
    bottom: 0;
    left: 12px;
    right: 12px;
    padding: 25px;
    position: absolute;
    z-index: 1;
    color: #3A1026;
    transition: all .15s ease-out; }
    @media (min-width: 1024px) {
      .events--card .card-info {
        left: auto;
        padding: 20px;
        right: 0;
        width: 85%; } }
    @media (min-width: 1400px) {
      .events--card .card-info {
        padding: 25px 35px;
        width: 80%; } }
  .events--card .icon {
    display: inline-block;
    margin-right: 8px; }
    .events--card .icon img {
      display: inline-block;
      height: 20px; }
    .events--card .icon.clock {
      margin-left: 8px; }
  .events--card .separator {
    display: inline-block;
    margin: 0 4px; }
  .events--card h6 {
    font-size: 13px;
    margin: 0; }
    .events--card h6 * {
      vertical-align: middle; }
  .events--card p {
    margin: 10px 0 16px 0;
    line-height: 1.5em; }
  .events--card .read-more {
    color: #D81A5E;
    display: block;
    font-size: 16px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%; }
    .events--card .read-more:after {
      background: url("../svg/icon-arrow.svg") center center no-repeat;
      background-size: 14px;
      content: '';
      display: block;
      height: 14px;
      position: absolute;
      right: 0;
      top: 4px;
      width: 14px;
      transition: all .15s ease-out; }

.events--filters {
  margin-bottom: 40px; }
  @media (min-width: 1024px) {
    .events--filters {
      margin: 0;
      width: 25%; } }
.events--load-more {
  text-align: center; }

.tribe-events-single-section a {
  color: #D81A5E;
  overflow-wrap: break-word; }

#tribe-events-pg-template, .tribe-events-pg-template {
  max-width: unset !important; }

.community-events {
  padding: 30px 26px;
  position: relative; }
  @media (min-width: 1024px) {
    .community-events {
      padding: 40px 50px; } }
  @media (min-width: 1400px) {
    .community-events {
      padding: 60px 100px; } }
  @media (min-width: 700px) {
    .community-events {
      padding: 30px 10%; } }
  @media (min-width: 1024px) {
    .community-events {
      align-items: stretch;
      display: flex;
      padding: 100px 10%; } }
.community-events--heading {
  margin-bottom: 30px;
  width: 100%; }
  @media (min-width: 1024px) {
    .community-events--heading {
      width: 30%; } }
  .community-events--heading h3 {
    color: #3A1026;
    padding-right: 1em;
    margin: 0 0 30px 0; }
    @media (min-width: 1024px) {
      .community-events--heading h3 {
        color: #fff; } }
.community-events--cards > .facetwp-template {
  width: 100%; }
  @media (min-width: 700px) {
    .community-events--cards > .facetwp-template {
      align-items: stretch;
      display: flex;
      float: none;
      padding: 0;
      width: 100%;
      justify-content: space-between; } }
  @media (min-width: 1024px) {
    .community-events--cards > .facetwp-template {
      justify-content: flex-start; } }
.community-events--card {
  margin-bottom: 30px;
  width: 100%; }
  @media (min-width: 700px) {
    .community-events--card {
      margin-bottom: 0;
      width: calc(50% - 20px); } }
  @media (min-width: 1024px) {
    .community-events--card {
      margin-left: 40px;
      width: calc(50% - 40px); } }
.colored-text--community-events .community-events--heading h3 {
  color: #3A1026; }

.follow {
  padding: 30px 0;
  position: relative;
  text-align: center; }
  @media (min-width: 700px) {
    .follow {
      padding: 30px 10%; } }
  @media (min-width: 1024px) {
    .follow {
      padding: 60px 0;
      text-align: center; } }
  @media (min-width: 1400px) {
    .follow {
      padding: 60px 0;
      text-align: center; } }
.follow--header {
  padding: 0 26px;
  position: relative;
  text-align: center; }
  @media (min-width: 1024px) {
    .follow--header {
      padding: 0 50px; } }
  @media (min-width: 1400px) {
    .follow--header {
      padding: 0 100px;
      text-align: center; } }
  .follow--header h6 {
    color: #D81A5E;
    margin: 0;
    text-transform: uppercase;
    font-weight: 800; }
  .follow--header h3 {
    margin: 20px 0 30px 0; }
  .follow--header p {
    margin: 0; }
    @media (min-width: 1024px) {
      .follow--header p {
        display: inline-block;
        width: 50%; } }
.follow--cards {
  margin: 40px 0 50px 0; }
  @media (min-width: 1024px) {
    .follow--cards {
      margin: 40px 50px; } }
  @media (min-width: 1400px) {
    .follow--cards {
      margin: 40px 100px; } }
  .follow--cards .slick-dots {
    bottom: -25px; }

.follow--card {
  margin: 0 26px;
  display: block; }
  @media (min-width: 700px) {
    .follow--card {
      margin: 0 50px;
      text-align: center; } }
  @media (min-width: 1024px) {
    .follow--card {
      margin: 0;
      margin-bottom: 10px;
      text-align: left; } }
  .follow--card .twitter-tweet {
    margin: 0 !important;
    min-width: auto !important;
    width: 100% !important; }
    @media (min-width: 700px) {
      .follow--card .twitter-tweet {
        display: inline-block !important;
        width: auto !important; } }
    @media (min-width: 1024px) {
      .follow--card .twitter-tweet {
        display: block !important;
        width: 100% !important; } }
.follow--links {
  text-align: center; }
  .follow--links ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .follow--links li {
    display: inline-block;
    margin: 0 8px; }
  .follow--links a {
    background: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 100%;
    box-shadow: 10px 10px 20px 0px rgba(58, 16, 38, 0.1);
    display: inline-block;
    height: 50px;
    position: relative;
    width: 50px;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
    @media (min-width: 1024px) {
      .follow--links a {
        height: 74px;
        width: 74px; } }
    .follow--links a:hover {
      transform: scale(1.2); }
  .follow--links .twitter {
    background-image: url("../svg/icon-twitter-pink.svg");
    background-size: 19px; }
    @media (min-width: 1024px) {
      .follow--links .twitter {
        background-size: 28px; } }
  .follow--links .facebook {
    background-image: url("../svg/icon-facebook-pink.svg");
    background-size: 12px; }
    @media (min-width: 1024px) {
      .follow--links .facebook {
        background-size: 14px; } }
  .follow--links .linkedin {
    background-image: url("../svg/icon-linkedin-pink.svg");
    background-size: 16px; }
    @media (min-width: 1024px) {
      .follow--links .linkedin {
        background-size: 24px; } }
  .follow--links .meetup {
    background-image: url("../svg/icon-meetup-pink.svg");
    background-size: 22px; }
    @media (min-width: 1024px) {
      .follow--links .meetup {
        background-size: 32px; } }
.follow--background {
  background: #d90e5d;
  background: linear-gradient(180deg, #d90e5d 0%, #f04f43 60%, #ff7b31 100%);
  height: 1400px;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 360px;
  transform-origin: right top;
  transform: skewY(-30deg);
  width: 100%;
  z-index: -1; }
  @media (min-width: 1024px) {
    .follow--background {
      height: 1024px;
      top: 80px; } }
.full-image {
  padding: 30px 26px;
  position: relative; }
  @media (min-width: 1024px) {
    .full-image {
      padding: 40px 50px; } }
  @media (min-width: 1400px) {
    .full-image {
      padding: 60px 100px; } }
  @media (min-width: 700px) {
    .full-image {
      padding: 30px 10%; } }
  .full-image img {
    display: block;
    width: 100%; }

.full-image--shape-left {
  display: none; }
  @media (min-width: 1024px) {
    .full-image--shape-left {
      background: url("../png/shape-fullimg-left%402x.png") left top no-repeat;
      background-size: 222px;
      display: block;
      position: absolute;
      bottom: -40px;
      height: 311px;
      width: 222px;
      left: 20px;
      z-index: 1; } }
  @media (min-width: 1400px) {
    .full-image--shape-left {
      background-size: 372px;
      bottom: -80px;
      height: 521px;
      width: 372px; } }
.full-image--shape-right {
  display: none; }
  @media (min-width: 1024px) {
    .full-image--shape-right {
      background: url("../png/shape-fullimg-right%402x.png") left top no-repeat;
      background-size: 102px;
      display: block;
      position: absolute;
      height: 163px;
      top: 0;
      width: 102px;
      right: 70px;
      z-index: -1; } }
  @media (min-width: 1400px) {
    .full-image--shape-right {
      background-size: 202px;
      height: 323px;
      width: 202px; } }
.info {
  padding: 30px 26px;
  position: relative; }
  @media (min-width: 1024px) {
    .info {
      padding: 40px 50px; } }
  @media (min-width: 1400px) {
    .info {
      padding: 60px 100px; } }
  @media (min-width: 700px) {
    .info {
      padding: 30px 10%; } }
  @media (min-width: 1024px) {
    .info {
      padding: 60px 100px; } }
  @media (min-width: 1400px) {
    .info {
      padding: 60px 150px; } }
  .info h3 {
    text-align: center;
    margin-top: 0; }
  .info p {
    text-align: center; }
    @media (min-width: 1024px) {
      .info p {
        display: block;
        margin: 0 auto;
        width: 100%; } }
  @media (min-width: 1024px) {
    .info.home--info p {
      width: 100%; } }
@media (min-width: 1024px) {
  .info--cards {
    align-items: stretch; } }

.info--card {
  background: #fff;
  box-sizing: border-box;
  box-shadow: 10px 10px 20px 0px rgba(58, 16, 38, 0.1);
  padding: 30px 20px;
  width: 100%;
  position: relative;
  transition: all .15s ease-out; }
  @media (min-width: 1024px) {
    .info--card {
      padding: 40px 40px;
      height: 100%; } }
  .info--card:hover {
    box-shadow: 10px 10px 30px 0px rgba(58, 16, 38, 0.2); }
    .info--card:hover .read-more:after {
      right: 35px; }
  .info--card.link {
    padding: 30px 20px 80px; }
    @media (min-width: 1024px) {
      .info--card.link {
        padding: 40px 40px 120px; } }
  .info--card:last-child {
    margin-right: 0; }
  .info--card .icon {
    display: block;
    height: 30px;
    margin: 0 auto 30px; }
    @media (min-width: 1024px) {
      .info--card .icon {
        margin: 0 0 30px; } }
  .info--card h4 {
    font-size: 30px;
    margin: 0 0 20px 0;
    text-align: center; }
    @media (min-width: 1024px) {
      .info--card h4 {
        text-align: left; } }
  .info--card p {
    margin: 0;
    text-align: center; }
    @media (min-width: 1024px) {
      .info--card p {
        text-align: left; } }
  .info--card .read-more {
    color: #D81A5E;
    display: block;
    font-size: 16px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
    position: absolute;
    bottom: 25px;
    left: 0;
    padding: 0 40px; }
    @media (min-width: 700px) {
      .info--card .read-more {
        bottom: 40px; } }
    .info--card .read-more:after {
      background: url("../svg/icon-arrow.svg") center center no-repeat;
      background-size: 14px;
      content: '';
      display: block;
      height: 14px;
      position: absolute;
      width: 14px;
      right: 40px;
      top: 50%;
      transform: translateY(-50%);
      transition: all .15s ease-out; }

.insights-single {
  padding: 30px 26px;
  position: relative; }
  @media (min-width: 1024px) {
    .insights-single {
      padding: 40px 50px; } }
  @media (min-width: 1400px) {
    .insights-single {
      padding: 60px 100px; } }
.insights-single--header {
  margin-bottom: 40px;
  text-align: center; }
  @media (min-width: 700px) {
    .insights-single--header {
      margin: 0 10% 60px; } }
  @media (min-width: 1024px) {
    .insights-single--header {
      margin: 130px 15% 60px;
      padding: 0 5%; } }
  @media (min-width: 1400px) {
    .insights-single--header {
      margin: 130px 15% 60px;
      padding: 0 8%; } }
  .insights-single--header h6 {
    color: #D81A5E;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 0; }
  .insights-single--header h1 {
    margin-top: 0;
    font-size: 40px; }
  .insights-single--header a.back {
    display: flex;
    align-items: baseline;
    margin-bottom: 20px;
    text-decoration: none;
    color: #D81A5E; }
    @media (min-width: 1024px) {
      .insights-single--header a.back {
        margin-bottom: 40px; } }
    .insights-single--header a.back img {
      height: 10px;
      transform: rotateZ(180deg); }
    .insights-single--header a.back p {
      padding: 0;
      margin: 0;
      line-height: 1em;
      margin-left: 10px; }

.insights-single--image {
  margin-bottom: 40px;
  margin-bottom: 40px; }
  @media (min-width: 700px) {
    .insights-single--image {
      margin: 0 10% 60px; } }
  @media (min-width: 1024px) {
    .insights-single--image {
      margin: 130px 15% 60px;
      padding: 0 5%; } }
  @media (min-width: 1400px) {
    .insights-single--image {
      margin: 130px 15% 60px;
      padding: 0 8%; } }
  @media (min-width: 1024px) {
    .insights-single--image {
      padding: 0;
      margin: 0 15% 60px; } }
  @media (min-width: 1400px) {
    .insights-single--image {
      padding: 0; } }
  .insights-single--image img {
    display: block;
    width: 100%; }

.insights-single--content {
  margin-bottom: 40px; }
  @media (min-width: 700px) {
    .insights-single--content {
      margin: 0 10% 60px; } }
  @media (min-width: 1024px) {
    .insights-single--content {
      margin: 130px 15% 60px;
      padding: 0 5%; } }
  @media (min-width: 1400px) {
    .insights-single--content {
      margin: 130px 15% 60px;
      padding: 0 8%; } }
  @media (min-width: 1024px) {
    .insights-single--content {
      margin: 0 15% 60px; } }
  .insights-single--content blockquote {
    text-align: center;
    margin-top: 3em; }
    .insights-single--content blockquote p {
      font-size: 24px;
      font-weight: bold;
      line-height: 1.2em; }
      @media (min-width: 1024px) {
        .insights-single--content blockquote p {
          font-size: 36px; } }
  .insights-single--content h1, .insights-single--content h2, .insights-single--content h3, .insights-single--content h4, .insights-single--content h5, .insights-single--content h6 {
    margin: 2em 0 0.4em 0; }
  .insights-single--content p a {
    color: #D81A5E; }
  .insights-single--content ol, .insights-single--content ul {
    margin-left: 2em; }
  .insights-single--content ul > br {
    display: none; }
  .insights-single--content ul li > br {
    display: none; }
  .insights-single--content ul li p {
    margin-top: 0; }

.insights-single--tweet {
  background: #fff url("../svg/icon-twitter-pink.svg") center center no-repeat;
  background-size: 27px;
  border-radius: 100%;
  box-shadow: 10px 10px 20px 0px rgba(58, 16, 38, 0.1);
  height: 74px;
  display: inline-block;
  width: 74px; }

.insights-single--related {
  margin-bottom: 40px; }
  @media (min-width: 700px) {
    .insights-single--related {
      margin: 0 10% 60px; } }
  @media (min-width: 1024px) {
    .insights-single--related {
      margin: 130px 15% 60px;
      padding: 0 5%; } }
  @media (min-width: 1400px) {
    .insights-single--related {
      margin: 130px 15% 60px;
      padding: 0 8%; } }
  .insights-single--related ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .insights-single--related li {
    padding: 4px 0; }
  .insights-single--related a {
    border-bottom: 2px solid #3A1026;
    color: #3A1026;
    text-decoration: none; }

.insights-single--author {
  margin-bottom: 40px;
  text-align: center; }
  @media (min-width: 700px) {
    .insights-single--author {
      margin: 0 10% 60px; } }
  @media (min-width: 1024px) {
    .insights-single--author {
      margin: 130px 15% 60px;
      padding: 0 5%; } }
  @media (min-width: 1400px) {
    .insights-single--author {
      margin: 130px 15% 60px;
      padding: 0 8%; } }
  @media (min-width: 1024px) {
    .insights-single--author {
      margin: 0px 15% 60px; } }
  @media (min-width: 1400px) {
    .insights-single--author {
      margin: 0px 15% 60px; } }
  .insights-single--author .author-image {
    border-radius: 100%;
    display: inline-block;
    width: 64px;
    overflow: hidden; }
    .insights-single--author .author-image img {
      display: block; }
  .insights-single--author p {
    margin: 1em 0 0 0; }

.insights-single--share {
  text-align: center; }
  @media (min-width: 1024px) {
    .insights-single--share {
      position: absolute;
      left: 90px;
      top: 140px;
      z-index: 1; } }
  @media (min-width: 1400px) {
    .insights-single--share {
      left: 140px;
      top: 190px; } }
  .insights-single--share h6 {
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 12px 0;
    text-transform: uppercase; }
  .insights-single--share .share-icon {
    display: inline-block;
    padding: 8px; }
    @media (min-width: 1024px) {
      .insights-single--share .share-icon {
        display: block;
        padding: 8px 0; } }
  .insights-single--share .share-icon--facebook img {
    width: 13px; }
  .insights-single--share .share-icon--twitter img {
    width: 24px; }
  .insights-single--share .share-icon--link img {
    width: 22px; }

.insights {
  padding: 30px 26px;
  position: relative; }
  .insights:after {
    content: '';
    display: table;
    clear: both; }
  @media (min-width: 1024px) {
    .insights {
      padding: 40px 50px; } }
  @media (min-width: 1400px) {
    .insights {
      padding: 60px 100px; } }
  @media (min-width: 700px) {
    .insights {
      padding: 30px 10%; } }
  @media (min-width: 700px) {
    .insights {
      padding: 80px 10%; } }
@media (min-width: 700px) {
  .insights--cards .facetwp-template {
    align-items: stretch;
    display: flex;
    flex-wrap: wrap; } }

@media (min-width: 700px) {
  .insights--cards.callout {
    align-items: stretch;
    display: flex;
    flex-wrap: wrap; } }

@media (min-width: 700px) {
  .insights--cards.callout .insights--heading {
    width: 49%; } }

.insights--cards.callout .insights--card {
  background-position: center; }
  @media (min-width: 700px) {
    .insights--cards.callout .insights--card {
      margin-right: 2%; } }
  .insights--cards.callout .insights--card:nth-child(even) {
    margin-right: 0; }

.insights--archive {
  box-sizing: border-box; }
  @media (min-width: 1024px) {
    .insights--archive {
      float: left;
      padding-left: 40px;
      width: 75%; } }
.insights--card {
  background: #3A1026;
  box-sizing: border-box;
  color: #fff;
  min-height: 100vw;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden; }
  @media (min-width: 700px) {
    .insights--card {
      margin-bottom: 2%;
      margin-right: 2%;
      min-height: auto;
      padding-top: 50%;
      width: 49%; } }
  .insights--card:nth-child(1) {
    width: 100%; }
  .insights--card:nth-child(odd) {
    margin-right: 0; }
  .insights--card:hover .insights-image {
    transform: scale(1.05); }
  .insights--card .insights-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 2s ease; }
  .insights--card .card-link {
    color: #fff;
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.702118) 5%, rgba(148, 187, 233, 0) 100%); }
  .insights--card .card-content {
    left: 0;
    bottom: 0;
    padding: 30px;
    position: absolute;
    width: 100%; }
    @media (min-width: 1024px) {
      .insights--card .card-content {
        padding: 40px; } }
    .insights--card .card-content p {
      font-size: 16px;
      line-height: 1.6em;
      margin: 0 0 10px; }
      @media (min-width: 1024px) {
        .insights--card .card-content p {
          font-size: 20px; } }
      @media (min-width: 1400px) {
        .insights--card .card-content p {
          font-size: 24px; } }
    .insights--card .card-content h6 {
      margin: 0;
      font-size: 12px;
      color: #D81A5E;
      font-weight: 600; }
      @media (min-width: 1024px) {
        .insights--card .card-content h6 {
          font-size: 14px; } }
      @media (min-width: 1400px) {
        .insights--card .card-content h6 {
          font-size: 16px; } }
.insights--card-featured {
  margin-right: 0;
  width: 100%; }

.insights--heading {
  min-height: auto; }
  @media (min-width: 700px) {
    .insights--heading {
      padding-top: 0; } }
  .insights--heading .card-content {
    position: static; }
    @media (min-width: 1400px) {
      .insights--heading .card-content {
        position: absolute; } }
    .insights--heading .card-content h3 {
      margin: 20px 0; }
      @media (min-width: 1024px) {
        .insights--heading .card-content h3 {
          margin: 30px 0; } }
    .insights--heading .card-content p {
      margin: 0 0 20px 0;
      font-size: 14px; }
      @media (min-width: 700px) {
        .insights--heading .card-content p {
          font-size: 16px; } }
      @media (min-width: 1024px) {
        .insights--heading .card-content p {
          margin: 0 0 30px 0;
          font-size: 18px; } }
  .insights--heading .icon {
    height: 26px; }
    @media (min-width: 1024px) {
      .insights--heading .icon {
        height: 48px; } }
.insights--filters {
  margin-bottom: 40px; }
  @media (min-width: 1024px) {
    .insights--filters {
      float: left;
      margin: 0;
      width: 25%; } }
.insights--load-more {
  padding: 1em 0;
  text-align: center;
  margin: 0 auto; }

.newsletter {
  padding: 30px 26px;
  position: relative;
  text-align: center; }
  @media (min-width: 1024px) {
    .newsletter {
      padding: 40px 50px; } }
  @media (min-width: 1400px) {
    .newsletter {
      padding: 60px 100px; } }
  @media (min-width: 700px) {
    .newsletter {
      padding: 30px 10%; } }
  @media (min-width: 1024px) {
    .newsletter {
      padding: 60px 10%; } }
  .newsletter form {
    display: inline-block;
    width: 100%; }
  .newsletter input[type=text] {
    border: 1px solid #D8D8D8;
    border-radius: 5px;
    box-sizing: border-box;
    margin: 0 0 10px 0;
    padding: 0.9em;
    width: 100%; }
    @media (min-width: 1024px) {
      .newsletter input[type=text] {
        margin: 0 10px 0 0;
        width: 20%; } }
  .newsletter input[type=submit] {
    width: 100%; }
    @media (min-width: 1024px) {
      .newsletter input[type=submit] {
        width: auto; } }
.newsletter--header {
  margin-bottom: 30px; }
  .newsletter--header h3 {
    margin: 0 0 30px 0; }
  .newsletter--header p {
    margin: 0; }
    @media (min-width: 1024px) {
      .newsletter--header p {
        display: inline-block;
        width: 50%; } }
.page-header {
  padding: 30px 26px;
  position: relative;
  text-align: center; }
  @media (min-width: 1024px) {
    .page-header {
      padding: 40px 50px; } }
  @media (min-width: 1400px) {
    .page-header {
      padding: 60px 100px; } }
  @media (min-width: 700px) {
    .page-header {
      padding: 130px 10%; } }
  @media (min-width: 1024px) {
    .page-header {
      padding: 160px 10% 30px; } }
  @media (min-width: 1024px) {
    .page-header {
      padding: 200px 10% 30px; } }
  .page-header h1 {
    margin: 0 auto 25px;
    font-weight: 600;
    max-width: 750px; }
  @media (min-width: 1024px) {
    .page-header p {
      display: inline-block;
      width: 60%; } }
  .page-header .home--join-buttons {
    list-style: none;
    padding: 0;
    margin-top: 40px; }
    .page-header .home--join-buttons li {
      display: inline-block;
      margin-bottom: 0;
      margin-right: 20px;
      width: auto; }
    .page-header .home--join-buttons .button, .page-header .home--join-buttons .header--secondary-nav a, .header--secondary-nav .page-header .home--join-buttons a {
      padding: 1em 2.2em;
      white-space: nowrap;
      width: 100%; }
      @media (min-width: 1024px) {
        .page-header .home--join-buttons .button, .page-header .home--join-buttons .header--secondary-nav a, .header--secondary-nav .page-header .home--join-buttons a {
          padding: 1em 2.2em;
          white-space: normal;
          width: auto; } }
.page-header--shape-left {
  display: none; }
  @media (min-width: 1024px) {
    .page-header--shape-left {
      background: url("../png/shape-header-left%402x.png") left top no-repeat;
      background-size: 260px;
      display: block;
      pointer-events: none;
      position: absolute;
      height: 500px;
      top: 80px;
      left: 0;
      width: 260px;
      z-index: -1; } }
  @media (min-width: 1400px) {
    .page-header--shape-left {
      background-size: 309px;
      height: 594px;
      top: 140px;
      width: 309px; } }
.page-header--shape-right {
  display: none; }
  @media (min-width: 1024px) {
    .page-header--shape-right {
      background: url("../png/shape-header-right%402x.png") left top no-repeat;
      background-size: 260px;
      display: block;
      pointer-events: none;
      position: absolute;
      height: 468px;
      top: 120px;
      right: 0;
      width: 260px;
      z-index: 1; } }
  @media (min-width: 1400px) {
    .page-header--shape-right {
      background-size: 299px;
      height: 538px;
      top: 130px;
      width: 299px; } }
.page-header--background {
  display: none; }
  @media (min-width: 1024px) {
    .page-header--background {
      background: white;
      background: linear-gradient(60deg, #e5e5e5 0%, white 100%);
      display: block;
      height: 1024px;
      left: 0;
      pointer-events: none;
      position: absolute;
      top: 40px;
      transform-origin: right top;
      transform: skewY(-30deg);
      width: 100%;
      z-index: -1; } }
  @media (min-width: 1400px) {
    .page-header--background {
      top: 60px; } }
.people {
  padding: 30px 26px;
  position: relative; }
  @media (min-width: 1024px) {
    .people {
      padding: 40px 50px; } }
  @media (min-width: 1400px) {
    .people {
      padding: 60px 100px; } }
  @media (min-width: 700px) {
    .people {
      padding: 30px 10%; } }
  @media (min-width: 1024px) {
    .people {
      align-items: stretch;
      display: flex;
      flex-wrap: wrap; } }
.people--header {
  color: #D81A5E;
  display: block;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  width: 100%; }

.people--card {
  background: #fff;
  box-sizing: border-box;
  box-shadow: 10px 10px 20px 0px rgba(58, 16, 38, 0.1);
  display: block;
  transition: all .15s ease-out; }
  .people--card:last-child {
    margin-right: 0; }
  .people--card .card-image {
    position: relative; }
    .people--card .card-image img {
      display: block;
      width: 100%; }
  .people--card .card-link {
    background: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 100%;
    box-shadow: 10px 10px 20px 0px rgba(58, 16, 38, 0.1);
    position: absolute;
    bottom: 0;
    transform: translateY(50%);
    right: 20px;
    height: 63px;
    width: 63px; }
    .people--card .card-link.linkedin {
      background-image: url("../svg/icon-linkedin.svg");
      background-size: 20px; }
  .people--card .card-content {
    padding: 30px; }
  .people--card .card-name {
    font-size: 22px;
    margin: 0;
    margin-bottom: 12px; }
  .people--card .card-position {
    font-size: 14px;
    margin: 0;
    margin-bottom: 20px;
    text-transform: uppercase; }
  .people--card .cart-about {
    height: 4em;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative; }
    .people--card .cart-about:after {
      background: white;
      background: linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0) 100%);
      content: '';
      position: absolute;
      left: 0;
      bottom: 0;
      height: 30px;
      width: 100%;
      z-index: 1; }
  .people--card p {
    margin: 0; }
  .people--card .read-more {
    color: #D81A5E;
    display: block;
    font-size: 16px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%; }
    .people--card .read-more:after {
      background: url("../svg/icon-arrow.svg") center center no-repeat;
      background-size: 14px;
      content: '';
      display: block;
      height: 14px;
      position: absolute;
      right: 0;
      top: 0;
      width: 14px;
      transition: all .15s ease-out; }
  .people--card.grid--col-4:hover .read-more:after {
    right: 25px !important; }

a.people--card {
  color: #3A1026;
  text-decoration: none; }

.grid--col-3 > .people--card:hover, .grid--col-4.people--card:hover {
  box-shadow: 10px 10px 30px 0px rgba(58, 16, 38, 0.2); }
  .grid--col-3 > .people--card:hover .read-more:after, .grid--col-4.people--card:hover .read-more:after {
    right: -5px; }

.leadership--cfh-board .grid.flex-start {
  align-items: stretch; }
  .leadership--cfh-board .grid.flex-start .people--card {
    position: relative;
    padding: 65px 0 0 0;
    margin-top: 100px; }
    @media (min-width: 700px) {
      .leadership--cfh-board .grid.flex-start .people--card {
        padding: 75px 0 0 0;
        margin: 125px; } }
    @media (min-width: 1024px) {
      .leadership--cfh-board .grid.flex-start .people--card {
        padding: 85px 0 0 0;
        margin: 125px 0.5% 0;
        width: 24%; } }
    .leadership--cfh-board .grid.flex-start .people--card .card-image {
      position: absolute;
      max-width: 125px;
      top: 0;
      left: 50%;
      transform: translate(-50%, -50%);
      border-radius: 100%;
      overflow: hidden;
      width: 60%; }
      @media (min-width: 700px) {
        .leadership--cfh-board .grid.flex-start .people--card .card-image {
          max-width: 150px; } }
      @media (min-width: 700px) {
        .leadership--cfh-board .grid.flex-start .people--card .card-image {
          max-width: 175px; } }
      .leadership--cfh-board .grid.flex-start .people--card .card-image .color-overlay {
        background-color: #D81A5E;
        width: 100%;
        height: 100%;
        position: absolute;
        opacity: .5; }
    .leadership--cfh-board .grid.flex-start .people--card .card-content {
      text-align: center; }
      @media (min-width: 1024px) {
        .leadership--cfh-board .grid.flex-start .people--card .card-content {
          text-align: left; } }
    .leadership--cfh-board .grid.flex-start .people--card .card-name {
      font-weight: 600; }
    .leadership--cfh-board .grid.flex-start .people--card .card-position {
      font-weight: 600; }
  .leadership--cfh-board .grid.flex-start .read-more {
    text-align: left;
    position: absolute;
    bottom: 30px;
    padding: 0 30px; }
    .leadership--cfh-board .grid.flex-start .read-more:after {
      right: 30px;
      top: 50%;
      transform: translateY(-50%); }

.people--card-small {
  background: none;
  box-shadow: none; }
  .people--card-small .card-name {
    padding-right: 0; }
  .people--card-small .card-link {
    box-shadow: none;
    border-radius: 0;
    display: block;
    position: static;
    transform: none;
    height: 20px;
    width: 20px; }

.people--modal {
  background: #fff;
  top: 100%;
  box-sizing: border-box;
  height: 100%;
  left: 50%;
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  transform: translateX(-50%);
  transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 100%;
  z-index: 1000;
  box-shadow: 10px 10px 20px 0px rgba(58, 16, 38, 0.2);
  visibility: hidden; }
  .people--modal.show {
    visibility: visible;
    transform: translateY(-50%) translateX(-50%);
    top: 50%; }

.people--modal-close {
  background: transparent;
  border: 0;
  color: #D81A5E;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  line-height: 33px;
  letter-spacing: 2px;
  outline: none;
  position: absolute;
  right: 20px;
  text-transform: uppercase;
  top: 20px;
  z-index: 1; }
  @media (min-width: 1024px) {
    .people--modal-close {
      line-height: 43px;
      right: 30px;
      top: 30px; } }
  @media (min-width: 1400px) {
    .people--modal-close {
      right: 60px;
      top: 60px; } }
  .people--modal-close * {
    vertical-align: middle; }
  .people--modal-close img {
    height: 33px;
    margin-left: 8px;
    width: auto; }
    @media (min-width: 1024px) {
      .people--modal-close img {
        height: 43px; } }
.people--modal-content {
  padding: 80px 26px 80px;
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: 0 auto; }
  .people--modal-content:after {
    content: '';
    display: table;
    clear: both; }
  @media (min-width: 1024px) {
    .people--modal-content {
      padding: 100px 90px 100px;
      justify-content: flex-end;
      flex-wrap: nowrap; } }
  @media (min-width: 1400px) {
    .people--modal-content {
      padding: 150px 140px 150px; } }
.people--modal-text {
  margin-top: 40px; }
  @media (min-width: 1024px) {
    .people--modal-text {
      float: right;
      margin: 0;
      padding-left: 10%;
      width: 55%; } }
  @media (min-width: 1400px) {
    .people--modal-text {
      width: 60%; } }
  .people--modal-text h1 {
    margin: 0 0 18px 0; }
  .people--modal-text h6 {
    font-weight: bold;
    margin: 0 0 12px 0;
    opacity: 0.8;
    text-transform: uppercase; }
  .people--modal-text .linkedin {
    display: inline-block;
    width: 20px; }
  @media (min-width: 1024px) {
    .people--modal-text p {
      margin: 50px 0 0 0; } }
.people--modal-image {
  position: relative; }
  @media (min-width: 1024px) {
    .people--modal-image {
      float: left;
      width: 45%; } }
  @media (min-width: 1400px) {
    .people--modal-image {
      width: 40%; } }
  .people--modal-image.staff {
    max-width: 350px; }
    @media (min-width: 700px) {
      .people--modal-image.staff {
        max-width: 400px; } }
    @media (min-width: 1024px) {
      .people--modal-image.staff {
        max-width: unset; } }
    .people--modal-image.staff .color-overlay {
      display: none; }
    .people--modal-image.staff img {
      display: block;
      width: 100%; }
  .people--modal-image.board {
    border-radius: 100%;
    overflow: hidden;
    max-width: 200px;
    margin: 0; }
    @media (min-width: 1024px) {
      .people--modal-image.board {
        margin: 0 auto; } }
    .people--modal-image.board .color-overlay {
      background-color: #D81A5E;
      width: 100%;
      height: 100%;
      position: absolute;
      opacity: .5; }
    .people--modal-image.board img {
      display: block;
      width: 100%; }

.people--modal-shape-left {
  display: none; }
  @media (min-width: 1024px) {
    .people--modal-shape-left {
      background: url("../png/shape-home-join%402x.png") left bottom no-repeat;
      background-size: cover;
      display: block;
      position: absolute;
      bottom: 250px;
      height: 300px;
      width: 168px;
      left: -5px;
      z-index: 1; } }
  @media (min-width: 1400px) {
    .people--modal-shape-left {
      bottom: 50px;
      height: 450px;
      width: 253px;
      left: -2px; } }
.people--modal-shape-right {
  display: none; }
  @media (min-width: 1024px) {
    .people--modal-shape-right {
      background: url("../png/shapes-bio-right%402x.png") left top no-repeat;
      background-size: 280px;
      display: block;
      position: absolute;
      height: 486px;
      bottom: -200px;
      width: 280px;
      right: -90px;
      z-index: -1; } }
  @media (min-width: 1400px) {
    .people--modal-shape-right {
      background-size: 397px;
      height: 689px;
      right: -140px;
      width: 397px; } }
.podcast {
  padding: 30px 26px;
  position: relative; }
  @media (min-width: 1024px) {
    .podcast {
      padding: 40px 50px; } }
  @media (min-width: 1400px) {
    .podcast {
      padding: 60px 100px; } }
  @media (min-width: 700px) {
    .podcast {
      padding: 40px 5%; } }
  @media (min-width: 1024px) {
    .podcast {
      padding: 80px 5%; } }
.podcast--banner {
  background: #fff;
  box-shadow: 10px 10px 20px 0px rgba(58, 16, 38, 0.1); }
  @media (min-width: 700px) {
    .podcast--banner {
      display: flex;
      align-items: stretch; } }
.podcast--image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 10px 10px 30px 0px rgba(216, 26, 94, 0.1);
  overflow: hidden;
  padding-bottom: 100%;
  position: relative;
  width: 100%; }
  @media (min-width: 700px) {
    .podcast--image {
      padding-bottom: 0;
      width: 30%; } }
.podcast--info {
  box-sizing: border-box;
  padding: 30px 30px 10px 30px;
  width: 100%; }
  @media (min-width: 700px) {
    .podcast--info {
      padding: 40px;
      width: 50%; } }
  @media (min-width: 1400px) {
    .podcast--info {
      padding: 40px 80px; } }
  .podcast--info h3 {
    margin: 0; }
  .podcast--info p {
    margin: 20px 0; }

.podcast--links {
  font-size: 24px;
  list-style: none;
  margin: 0;
  padding: 0; }
  .podcast--links li {
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 10px; }
    @media (min-width: 1024px) {
      .podcast--links li {
        margin-right: 10px; } }
  .podcast--links a img {
    width: 100%;
    max-width: 24px; }

.podcast--controls {
  width: 100%;
  padding: 0 30px 30px 30px;
  box-sizing: border-box; }
  @media (min-width: 700px) {
    .podcast--controls {
      padding: 0;
      text-align: center;
      width: 20%; } }
  @media (min-width: 700px) {
    .podcast--controls > div {
      position: relative;
      top: 50%;
      transform: translateY(-50%); } }
  .podcast--controls * {
    vertical-align: middle; }
    @media (min-width: 700px) {
      .podcast--controls * {
        vertical-align: baseline; } }
  .podcast--controls .podcast--button {
    background: #D81A5E;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 100%;
    display: inline-block;
    margin-right: 10px;
    width: 61px;
    height: 61px; }
    @media (min-width: 700px) {
      .podcast--controls .podcast--button {
        margin-right: 0;
        width: 75px;
        height: 75px; } }
    @media (min-width: 1024px) {
      .podcast--controls .podcast--button {
        width: 113px;
        height: 113px; } }
  .podcast--controls .play {
    background-image: url("../svg/icon-play.svg");
    background-size: 14px;
    background-position: calc(50% + 2px) 50%; }
    @media (min-width: 1024px) {
      .podcast--controls .play {
        background-size: 20px; } }
  .podcast--controls p {
    display: inline-block; }
    @media (min-width: 700px) {
      .podcast--controls p {
        display: block;
        margin: 4px 0; } }
.podcasts {
  padding: 30px 26px;
  position: relative; }
  @media (min-width: 1024px) {
    .podcasts {
      padding: 40px 50px; } }
  @media (min-width: 1400px) {
    .podcasts {
      padding: 60px 100px; } }
  @media (min-width: 700px) {
    .podcasts {
      padding: 30px 10%; } }
  @media (min-width: 1024px) {
    .podcasts {
      display: flex;
      align-items: flex-start; } }
.podcasts--cards {
  box-sizing: border-box; }
  @media (min-width: 1024px) {
    .podcasts--cards {
      margin: 0 auto; } }
.podcasts--card {
  padding-bottom: 135px;
  position: relative; }
  .podcasts--card .card-image {
    display: block;
    width: 100%; }
    @media (min-width: 1024px) {
      .podcasts--card .card-image {
        width: calc(100% - 30px); } }
  .podcasts--card .card-info {
    background: #fff;
    box-shadow: 10px 10px 30px 0px rgba(58, 16, 38, 0.1);
    box-sizing: border-box;
    bottom: 0;
    left: 12px;
    right: 12px;
    padding: 25px;
    position: absolute;
    z-index: 1;
    color: #3A1026; }
    @media (min-width: 1024px) {
      .podcasts--card .card-info {
        left: auto;
        padding: 20px;
        right: 0;
        width: 85%; } }
    @media (min-width: 1400px) {
      .podcasts--card .card-info {
        padding: 25px 35px;
        width: 80%; } }
  .podcasts--card .icon {
    display: inline-block;
    margin-right: 8px; }
    .podcasts--card .icon img {
      display: inline-block;
      height: 20px; }
  .podcasts--card .separator {
    display: inline-block;
    margin: 0 4px; }
  .podcasts--card h6 {
    font-size: 13px;
    margin: 0; }
    .podcasts--card h6 * {
      vertical-align: middle; }
  .podcasts--card p {
    margin: 10px 0 16px 0; }
  .podcasts--card .read-more {
    color: #D81A5E;
    display: block;
    font-size: 16px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%; }
    .podcasts--card .read-more:after {
      background: url("../svg/icon-arrow.svg") center center no-repeat;
      background-size: 14px;
      content: '';
      display: block;
      height: 14px;
      position: absolute;
      right: 0;
      top: 0;
      width: 14px; }

.podcasts--load-more {
  text-align: center; }

.subnav {
  padding: 30px 26px;
  position: relative;
  text-align: center; }
  @media (min-width: 1024px) {
    .subnav {
      padding: 40px 50px; } }
  @media (min-width: 1400px) {
    .subnav {
      padding: 60px 100px; } }
  @media (min-width: 700px) {
    .subnav {
      padding: 30px 10%; } }
  .subnav ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .subnav li {
    display: block;
    margin: 0;
    padding: 2%; }
    @media (min-width: 700px) {
      .subnav li {
        display: inline-block;
        padding: 0 2%; } }
  .subnav a {
    color: #3A1026;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase; }
    .subnav a:hover {
      color: #D81A5E; }
    .subnav a.active {
      color: #D81A5E;
      border-bottom: 3px solid #D81A5E; }
  .subnav .current-menu-item a {
    color: #D81A5E;
    border-bottom: 3px solid #D81A5E; }

.simple-content {
  padding: 30px 10%;
  position: relative; }
  @media (min-width: 1024px) {
    .simple-content {
      padding: 40px 50px; } }
  @media (min-width: 1400px) {
    .simple-content {
      padding: 60px 100px; } }
  .simple-content .post-content--content-text {
    margin-bottom: 40px; }
    @media (min-width: 700px) {
      .simple-content .post-content--content-text {
        margin: 0 10% 0px; } }
    @media (min-width: 1024px) {
      .simple-content .post-content--content-text {
        margin: 0 15% 0;
        padding: 0 5%; } }
    @media (min-width: 1400px) {
      .simple-content .post-content--content-text {
        margin: 0 15% 0px;
        padding: 0 8%; } }
    .simple-content .post-content--content-text blockquote {
      text-align: left;
      margin: 25px 0 1em; }
      .simple-content .post-content--content-text blockquote h1, .simple-content .post-content--content-text blockquote h2, .simple-content .post-content--content-text blockquote h3, .simple-content .post-content--content-text blockquote h4, .simple-content .post-content--content-text blockquote h5, .simple-content .post-content--content-text blockquote h6, .simple-content .post-content--content-text blockquote p {
        font-size: 18px;
        font-weight: bold;
        line-height: 1.4em;
        margin: 0; }
        @media (min-width: 1024px) {
          .simple-content .post-content--content-text blockquote h1, .simple-content .post-content--content-text blockquote h2, .simple-content .post-content--content-text blockquote h3, .simple-content .post-content--content-text blockquote h4, .simple-content .post-content--content-text blockquote h5, .simple-content .post-content--content-text blockquote h6, .simple-content .post-content--content-text blockquote p {
            font-size: 24px;
            line-height: 1.5em; } }
    .simple-content .post-content--content-text h1, .simple-content .post-content--content-text h2, .simple-content .post-content--content-text h3, .simple-content .post-content--content-text h4, .simple-content .post-content--content-text h5, .simple-content .post-content--content-text h6, .simple-content .post-content--content-text .maxicharts_reports-wrap {
      margin: 1em 0 0.4em 0; }
    .simple-content .post-content--content-text p a {
      color: #D81A5E; }
    .simple-content .post-content--content-text ol, .simple-content .post-content--content-text ul {
      margin-left: 2em; }
    .simple-content .post-content--content-text iframe {
      width: 100% !important;
      height: auto !important;
      min-height: 300px !important; }
      @media (min-width: 700px) {
        .simple-content .post-content--content-text iframe {
          min-height: 400px !important; } }
      @media (min-width: 1024px) {
        .simple-content .post-content--content-text iframe {
          min-height: 450px !important; } }
    .simple-content .post-content--content-text .aligncenter {
      margin-left: auto;
      margin-right: auto;
      display: block; }

@media (min-width: 700px) {
  .image-grid {
    display: flex;
    flex-wrap: wrap; } }

.image-grid .grid--col-3 img {
  display: block;
  max-width: 350px;
  width: 100%;
  margin: 0 auto; }

@media (min-width: 700px) {
  .image-grid .grid--col-3 {
    position: relative;
    height: 250px;
    margin: 0 1% 2vh;
    width: 48%; }
    .image-grid .grid--col-3 img {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      max-height: 250px;
      max-width: 90%;
      width: auto; } }

@media (min-width: 1024px) {
  .image-grid .grid--col-3 {
    height: 275px;
    margin: 0 0 20px;
    width: 33.333333%; }
    .image-grid .grid--col-3 img {
      max-height: 275px; } }

.image-grid .grid--col-4 img {
  display: block;
  max-width: 350px;
  width: 100%;
  margin: 0 auto; }

@media (min-width: 700px) {
  .image-grid .grid--col-4 {
    position: relative;
    height: 200px;
    margin: 0 0 2vh;
    width: 33.333333%; }
    .image-grid .grid--col-4 img {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      max-height: 200px;
      max-width: 90%;
      width: auto; } }

@media (min-width: 1024px) {
  .image-grid .grid--col-4 {
    height: 250px;
    margin: 0 0 20px;
    width: 25%; }
    .image-grid .grid--col-4 img {
      max-height: 250px; } }

body.home {
  padding-top: 0; }

.home--follow-background {
  background: #d90e5d;
  background: linear-gradient(-160deg, #d90e5d 0%, #f04f43 60%, #ff7b31 100%);
  height: 1400px;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 360px;
  transform-origin: right top;
  transform: skewY(-30deg);
  width: 100%;
  z-index: -1; }
  @media (min-width: 1024px) {
    .home--follow-background {
      height: 1024px;
      top: 80px; } }
.home--insights .insights--cards {
  float: none;
  padding: 0;
  width: 100%; }

.home--insights-background {
  background: white;
  background: linear-gradient(60deg, #e5e5e5 0%, white 100%);
  height: 1400px;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 600px;
  transform-origin: right top;
  transform: skewY(-30deg);
  width: 100%;
  z-index: -1; }
  @media (min-width: 1024px) {
    .home--insights-background {
      height: 1024px; } }
.home--hero {
  min-height: 480px;
  padding: 30px 26px; }
  @media (min-width: 700px) {
    .home--hero {
      padding: 30px 10%; } }
  @media (min-width: 1024px) {
    .home--hero {
      min-height: auto;
      padding: 30px 50px;
      padding-top: 180px;
      padding-bottom: 280px; } }
  @media (min-width: 1400px) {
    .home--hero {
      padding: 30px 100px;
      padding-top: 240px;
      padding-bottom: 340px; } }
.home--hero-content {
  width: 100%; }
  @media (min-width: 1024px) {
    .home--hero-content {
      width: 60%; } }
  .home--hero-content h1 {
    max-width: 675px; }
  .home--hero-content p {
    margin-right: 2em;
    max-width: 675px; }

.home--hero-buttons {
  list-style: none;
  padding: 0; }
  .home--hero-buttons li {
    display: block;
    margin-bottom: 10px;
    width: 40%; }
    @media (min-width: 700px) {
      .home--hero-buttons li {
        width: 30%; } }
    @media (min-width: 1024px) {
      .home--hero-buttons li {
        display: inline-block;
        margin-bottom: 0;
        margin-right: 20px;
        width: auto; } }
  .home--hero-buttons .button, .home--hero-buttons .header--secondary-nav a, .header--secondary-nav .home--hero-buttons a {
    padding: 1em;
    white-space: nowrap;
    width: 100%; }
    @media (min-width: 1024px) {
      .home--hero-buttons .button, .home--hero-buttons .header--secondary-nav a, .header--secondary-nav .home--hero-buttons a {
        padding: 1em 2.2em;
        white-space: normal;
        width: auto; } }
.home--hero-image {
  display: none; }
  @media (min-width: 1024px) {
    .home--hero-image {
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      z-index: 0; } }
  .home--hero-image img {
    width: 400px;
    height: 908px; }
    @media (min-width: 1400px) {
      .home--hero-image img {
        width: 525px;
        height: 1142px; } }
.home--hero-image-mobile {
  display: block;
  position: absolute;
  top: 0;
  transform: translateY(45%);
  right: 0;
  z-index: 1; }
  @media (min-width: 1024px) {
    .home--hero-image-mobile {
      display: none; } }
  .home--hero-image-mobile img {
    width: 169px;
    height: 469px; }

.home--hero-background {
  display: none; }
  @media (min-width: 1024px) {
    .home--hero-background {
      background: white;
      background: linear-gradient(60deg, #e5e5e5 0%, white 100%);
      display: block;
      height: 1024px;
      left: 0;
      pointer-events: none;
      position: absolute;
      top: 80px;
      transform-origin: right top;
      transform: skewY(-30deg);
      width: 100%;
      z-index: -1; } }
  @media (min-width: 1400px) {
    .home--hero-background {
      top: 80px; } }
.home--join {
  padding: 30px 0;
  position: relative; }
  @media (min-width: 700px) {
    .home--join {
      padding: 30px 10%; } }
  @media (min-width: 1024px) {
    .home--join {
      padding: 60px 0;
      align-items: center;
      display: flex; }
      .home--join.flip {
        flex-direction: row-reverse; } }
  @media (min-width: 1024px) {
    .home--join {
      padding: 100px 0; } }
@media (min-width: 1024px) {
  .home--join-image {
    display: block;
    width: 55%;
    max-width: unset; } }

.home--join-image img {
  display: block;
  width: 100%; }

.home--join-content {
  box-sizing: border-box;
  padding: 0 26px;
  width: 100%; }
  @media (min-width: 1024px) {
    .home--join-content {
      width: 45%;
      padding: 0 50px; } }
  @media (min-width: 1400px) {
    .home--join-content {
      padding: 0 100px; } }
  @media (min-width: 1024px) {
    .home--join-content.graph-content {
      width: 50%;
      padding: 0 50px; } }
  .home--join-content ul.icon-list {
    list-style: none;
    margin: 40px 0 0 0;
    padding: 0; }
    .home--join-content ul.icon-list li {
      display: block;
      padding-left: 50px;
      position: relative;
      margin-bottom: 25px; }
      .home--join-content ul.icon-list li:last-child {
        margin: 0; }
      .home--join-content ul.icon-list li:before {
        content: '';
        display: block;
        height: 23px;
        left: 0;
        position: absolute;
        top: 0;
        width: 23px; }
      .home--join-content ul.icon-list li .small-button {
        border-radius: 3px;
        margin-top: 10px;
        padding: 2px 8px;
        background-color: #fff;
        display: inline-block;
        border: 1px solid #ededed; }
        .home--join-content ul.icon-list li .small-button:hover {
          background-color: #f2f2f2; }
    .home--join-content ul.icon-list a {
      text-decoration: none;
      color: #3A1026; }
      .home--join-content ul.icon-list a h5 {
        text-decoration: underline; }
      .home--join-content ul.icon-list a:hover h5 {
        color: #D81A5E; }
  .home--join-content .home--join-buttons {
    list-style: none;
    padding: 0;
    margin-top: 40px; }
    .home--join-content .home--join-buttons li {
      display: inline-block;
      margin-bottom: 0;
      margin-right: 20px;
      width: auto; }
    .home--join-content .home--join-buttons .button, .home--join-content .home--join-buttons .header--secondary-nav a, .header--secondary-nav .home--join-content .home--join-buttons a {
      padding: 1em 2.2em;
      white-space: nowrap;
      width: 100%; }
      @media (min-width: 1024px) {
        .home--join-content .home--join-buttons .button, .home--join-content .home--join-buttons .header--secondary-nav a, .header--secondary-nav .home--join-content .home--join-buttons a {
          padding: 1em 2.2em;
          white-space: normal;
          width: auto; } }
  .home--join-content .closed-arrow:before {
    background: url("../svg/arrow.svg") center center no-repeat;
    background-size: 20px; }
  .home--join-content .events-meetups:before {
    background: url("../svg/icon-calendar-pink.svg") center center no-repeat;
    background-size: 20px; }
  .home--join-content .industry-insights:before {
    background: url("../svg/icon-pencil.svg") center center no-repeat;
    background-size: 23px; }
  .home--join-content .community-portal:before {
    background: url("../svg/icon-user.svg") center center no-repeat;
    background-size: 19px; }
  .home--join-content .open-arrow:before {
    background: url("../svg/open-arrow.svg") center center no-repeat;
    background-size: 15px; }
  .home--join-content .youtube:before {
    background: url("../svg/youtube.svg") center center no-repeat;
    background-size: 23px; }
  .home--join-content .apple:before {
    background: url("../svg/apple.svg") center center no-repeat;
    background-size: 23px; }
  .home--join-content .android:before {
    background: url("../svg/android.svg") center center no-repeat;
    background-size: 23px; }
  .home--join-content .email:before {
    background: url("../svg/email.svg") center center no-repeat;
    background-size: 23px; }
  .home--join-content .google:before {
    background: url("../svg/google.svg") center center no-repeat;
    background-size: 23px; }
  .home--join-content .blubrry:before {
    background: url("../svg/blubrry.svg") center center no-repeat;
    background-size: 23px; }
  .home--join-content h5 {
    font-size: 20px;
    margin: 0; }
  .home--join-content p {
    margin: 0; }

.home--join-graph {
  box-sizing: border-box;
  padding: 0 26px;
  width: 100%; }
  @media (min-width: 1024px) {
    .home--join-graph {
      display: block;
      width: 50%;
      max-width: unset;
      padding: 0 50px; } }
  @media (min-width: 1400px) {
    .home--join-graph {
      padding: 0 100px; } }
.home--join-shape {
  display: none; }
  @media (min-width: 1024px) {
    .home--join-shape {
      background: url("../png/shape-home-join%402x.png") left top no-repeat;
      background-size: 260px;
      display: block;
      pointer-events: none;
      position: absolute;
      height: 459px;
      top: -200px;
      width: 260px;
      left: 0;
      z-index: 1; } }
  @media (min-width: 1400px) {
    .home--join-shape {
      background-size: 302px;
      height: 533px;
      top: -280px;
      width: 302px; } }
.payclt--community-events .community-events--heading h3 {
  color: #3A1026; }

.payclt--hero {
  padding: 30px 26px;
  position: relative;
  text-align: center; }
  @media (min-width: 1024px) {
    .payclt--hero {
      padding: 40px 50px; } }
  @media (min-width: 1400px) {
    .payclt--hero {
      padding: 60px 100px; } }
  @media (min-width: 700px) {
    .payclt--hero {
      padding: 30px 10%; } }
  @media (min-width: 1024px) {
    .payclt--hero {
      padding-bottom: 30px;
      padding-top: 130px; } }
  .payclt--hero p {
    margin: 40px 0; }
    @media (min-width: 1024px) {
      .payclt--hero p {
        display: inline-block;
        width: 50%; } }
.payclt--hero-logo {
  padding-top: 20px; }
  @media (min-width: 1024px) {
    .payclt--hero-logo {
      padding-top: 70px; } }
  .payclt--hero-logo img {
    width: 510px; }

.payclt--hero-buttons {
  list-style: none;
  margin: 0;
  padding: 0; }
  .payclt--hero-buttons li {
    display: block;
    margin-bottom: 10px;
    text-align: center; }
    @media (min-width: 1024px) {
      .payclt--hero-buttons li {
        display: inline-block;
        margin-bottom: 0;
        margin-right: 20px;
        width: auto; } }
  .payclt--hero-buttons .button, .payclt--hero-buttons .header--secondary-nav a, .header--secondary-nav .payclt--hero-buttons a {
    display: inline-block;
    padding: 1em;
    width: 75%; }
    @media (min-width: 700px) {
      .payclt--hero-buttons .button, .payclt--hero-buttons .header--secondary-nav a, .header--secondary-nav .payclt--hero-buttons a {
        width: 50%; } }
    @media (min-width: 1024px) {
      .payclt--hero-buttons .button, .payclt--hero-buttons .header--secondary-nav a, .header--secondary-nav .payclt--hero-buttons a {
        padding: 1em 2.2em;
        width: auto; } }
.payclt--hero-shape-left {
  display: none; }
  @media (min-width: 1024px) {
    .payclt--hero-shape-left {
      background: url("../png/shape-pay-left%402x.png") left top no-repeat;
      background-size: 209px;
      display: block;
      position: absolute;
      height: 402px;
      top: 130px;
      width: 209px;
      left: 0;
      z-index: -1; } }
  @media (min-width: 1400px) {
    .payclt--hero-shape-left {
      background-size: 309px;
      height: 594px;
      width: 309px; } }
.payclt--hero-shape-right {
  display: none; }
  @media (min-width: 1024px) {
    .payclt--hero-shape-right {
      background: url("../png/shape-pay-right%402x.png") left top no-repeat;
      background-size: 260px;
      display: block;
      position: absolute;
      height: 454px;
      top: 130px;
      width: 260px;
      right: 0;
      z-index: -1; } }
  @media (min-width: 1400px) {
    .payclt--hero-shape-right {
      background-size: 368px;
      height: 643px;
      width: 368px; } }
.payclt--hero-background {
  display: none; }
  @media (min-width: 1024px) {
    .payclt--hero-background {
      background: white;
      background: linear-gradient(60deg, #e5e5e5 0%, white 100%);
      display: block;
      height: 1024px;
      left: 0;
      pointer-events: none;
      position: absolute;
      top: 30px;
      transform-origin: right top;
      transform: skewY(-30deg);
      width: 100%;
      z-index: -1; } }
.events--follow-background {
  background: white;
  background: linear-gradient(-160deg, #e5e5e5 0%, white 100%);
  height: 1400px;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: -540px;
  transform-origin: right top;
  transform: skewY(-30deg);
  width: 100%;
  z-index: -1; }
  @media (min-width: 1024px) {
    .events--follow-background {
      height: 1024px; } }
.pop-up-banner {
  display: none;
  transition: right 2s ease-out;
  z-index: 100; }
  @media (min-width: 700px) {
    .pop-up-banner {
      bottom: 15px;
      right: -100%;
      position: fixed;
      background-color: white;
      box-sizing: border-box;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 25px 40px;
      max-width: 600px; } }
  @media (min-width: 1024px) {
    .pop-up-banner {
      bottom: 20px;
      max-width: 650px;
      padding: 30px 45px; } }
  @media (min-width: 700px) {
    .pop-up-banner.active {
      right: 15px; } }
  @media (min-width: 1024px) {
    .pop-up-banner.active {
      right: 20px; } }
  .pop-up-banner .pop-up-img {
    width: 35%; }
  .pop-up-banner .pop-up-content {
    width: 60%; }
    .pop-up-banner .pop-up-content h5 {
      margin: 0 0 10px; }
      @media (min-width: 1024px) {
        .pop-up-banner .pop-up-content h5 {
          font-size: 26px; } }
    .pop-up-banner .pop-up-content p {
      margin: 0 0 10px 0;
      font-size: 14px;
      line-height: 24px; }
  .pop-up-banner .home--hero-buttons {
    margin: 0; }
  .pop-up-banner a.close-button {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 20px;
    height: 20px; }

.testimonial-section {
  padding: 30px 26px;
  position: relative; }
  @media (min-width: 1024px) {
    .testimonial-section {
      padding: 40px 50px; } }
  @media (min-width: 1400px) {
    .testimonial-section {
      padding: 60px 100px; } }
  @media (min-width: 700px) {
    .testimonial-section {
      padding: 30px 10%; } }
  .testimonial-section .testimonies-header {
    position: relative;
    color: #D81A5E;
    margin: 0 0 20px;
    text-transform: uppercase;
    font-weight: 800;
    text-align: center; }
    @media (min-width: 700px) {
      .testimonial-section .testimonies-header {
        font-size: 18px; } }
    @media (min-width: 1024px) {
      .testimonial-section .testimonies-header {
        font-size: 20px; } }
  .testimonial-section .testimonies .testimony {
    padding: 25px 40px; }
    @media (min-width: 700px) {
      .testimonial-section .testimonies .testimony {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        padding: 20px 60px; }
        .testimonial-section .testimonies .testimony:nth-child(2n) {
          flex-direction: row-reverse; } }
    @media (min-width: 700px) and (min-width: 700px) {
      .testimonial-section .testimonies .testimony:nth-child(2n) .testimony-content {
        margin-left: 0;
        margin-right: 2%; } }
    @media (min-width: 1024px) {
      .testimonial-section .testimonies .testimony {
        padding: 40px 120px; } }
    .testimonial-section .testimonies .testimony .testimony-image {
      width: 100px;
      height: 100px;
      margin: 0 auto 15px;
      border-radius: 100%;
      display: block;
      border-radius: 100%;
      overflow: hidden;
      background-position: center;
      background-size: cover; }
      @media (min-width: 700px) {
        .testimonial-section .testimonies .testimony .testimony-image {
          width: 125px;
          height: 125px;
          margin: 0; } }
      @media (min-width: 1024px) {
        .testimonial-section .testimonies .testimony .testimony-image {
          width: 150px;
          height: 150px; } }
    .testimonial-section .testimonies .testimony .testimony-content {
      text-align: center; }
      @media (min-width: 700px) {
        .testimonial-section .testimonies .testimony .testimony-content {
          width: 75%;
          text-align: left;
          margin-left: 2%; } }
      .testimonial-section .testimonies .testimony .testimony-content p {
        margin: 0 0 15px 0; }
        @media (min-width: 700px) {
          .testimonial-section .testimonies .testimony .testimony-content p {
            margin: 0 0 20px 0; } }
      .testimonial-section .testimonies .testimony .testimony-content h5 {
        margin: 0;
        font-size: 14px;
        font-weight: 800; }
        @media (min-width: 700px) {
          .testimonial-section .testimonies .testimony .testimony-content h5 {
            font-size: 18px; } }
.accordion-section {
  padding: 30px 26px;
  position: relative; }
  @media (min-width: 1024px) {
    .accordion-section {
      padding: 40px 50px; } }
  @media (min-width: 1400px) {
    .accordion-section {
      padding: 60px 100px; } }
  @media (min-width: 700px) {
    .accordion-section {
      padding: 30px 10% 80px; } }
  .accordion-section .single-accordion {
    padding: 15px 0;
    border-bottom: .5px solid #E2E2E2; }
    @media (min-width: 700px) {
      .accordion-section .single-accordion {
        padding: 20px 0; } }
    @media (min-width: 1024px) {
      .accordion-section .single-accordion {
        padding: 30px 0; } }
    .accordion-section .single-accordion .accordion-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      cursor: pointer; }
      .accordion-section .single-accordion .accordion-header h5 {
        margin: 0;
        width: 100%;
        padding-right: 10px; }
      .accordion-section .single-accordion .accordion-header img {
        width: 15px;
        transition: all .25s ease-out; }
        @media (min-width: 700px) {
          .accordion-section .single-accordion .accordion-header img {
            width: 20px; } }
    .accordion-section .single-accordion .accordion-content {
      max-height: 0;
      overflow: hidden;
      transition: max-height .25s ease-out; }
    .accordion-section .single-accordion.active .accordion-header img {
      transform: rotateZ(180deg); }

.content-search {
  padding: 30px 26px;
  position: relative; }
  @media (min-width: 1024px) {
    .content-search {
      padding: 40px 50px; } }
  @media (min-width: 1400px) {
    .content-search {
      padding: 60px 100px; } }
  @media (min-width: 700px) {
    .content-search {
      padding: 130px 10%; } }
  @media (min-width: 1024px) {
    .content-search {
      padding: 160px 10% 30px; } }
  @media (min-width: 700px) {
    .content-search .row {
      max-width: 750px;
      margin: 0 auto; } }
  .content-search .row .search-item h5 a {
    color: #D81A5E;
    transition: all .15s ease; }
    .content-search .row .search-item h5 a:hover {
      color: #3A1026; }
  .content-search .row .search-pagination {
    display: flex;
    justify-content: space-between; }
    .content-search .row .search-pagination a {
      color: #3A1026;
      text-decoration: none; }

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-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-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-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-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-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 {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-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-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-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-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-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;
  transform-origin: center bottom; }

@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1; }
  25%,
  75% {
    opacity: 0; } }

@keyframes flash {
  from,
  50%,
  to {
    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 {
  from {
    -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); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes pulse {
  from {
    -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); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes rubberBand {
  from {
    -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); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes rubberBand {
  from {
    -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); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand; }

@-webkit-keyframes shake {
  from,
  to {
    -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 {
  from,
  to {
    -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 headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake; }

@-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); }
  to {
    -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); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }

@-webkit-keyframes tada {
  from {
    -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); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes tada {
  from {
    -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); }
  to {
    -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 {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  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); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  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); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg); }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg); } }

@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg); }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg); } }

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center; }

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out; }

@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-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); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-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); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-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); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-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); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-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); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-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); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    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); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    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); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    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); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    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); }
  to {
    -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); }
  to {
    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); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut; }

@-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); }
  to {
    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); }
  to {
    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); }
  to {
    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); }
  to {
    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); }
  to {
    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); }
  to {
    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); }
  to {
    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); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) 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) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) 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) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) 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) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) 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) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -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 {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-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-animation-timing-function: ease-in;
    animation-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); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-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-animation-timing-function: ease-in;
    animation-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); }
  to {
    -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 {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-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-animation-timing-function: ease-in;
    animation-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); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-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-animation-timing-function: ease-in;
    animation-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); }
  to {
    -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 {
  from {
    -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; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutX {
  from {
    -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; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  from {
    -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; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutY {
  from {
    -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; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY; }

@-webkit-keyframes lightSpeedIn {
  from {
    -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); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes lightSpeedIn {
  from {
    -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); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

@keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -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 {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn; }

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -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 {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -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 {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -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 {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -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 {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -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 {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -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 {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -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 {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -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 {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -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; }
  to {
    -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; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

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

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom; }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg); }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom; }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg); }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox; }

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

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1; }
  to {
    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 {
  from {
    opacity: 1; }
  to {
    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 {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

@keyframes zoomIn {
  from {
    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 {
  from {
    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 {
  from {
    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 {
  from {
    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 {
  from {
    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 {
  from {
    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 {
  from {
    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 {
  from {
    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 {
  from {
    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 {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

@keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    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); }
  to {
    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); }
  to {
    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); }
  to {
    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); }
  to {
    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); }
  to {
    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); }
  to {
    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); }
  to {
    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); }
  to {
    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 {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown; }

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

.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.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s; }

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s; }

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s; }

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s; }

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s; }

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms; }

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms; }

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

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s; }

@media (prefers-reduced-motion) {
  .animated {
    -webkit-animation: unset !important;
    animation: unset !important;
    -webkit-transition: none !important;
    transition: none !important; } }
