/* stylelint-disable order/properties-alphabetical-order */
/* stylelint-enable */
@supports (--css: variables) {
  :root {
    --bgcolor:#1e242f;
    --logocolor: #67d79a;
    --burgercolor: #67d79a; } }

.page-template-tpl-textpage .entry-content, .single-post .entry-hero,
.single-press .entry-hero, .single-post .content-sidebar-wrap,
.single-press .content-sidebar-wrap, .blogroll, .team, .textpanel, .feature, .benefits, .site-footer {
  padding: 60px 30px; }
  @media (min-width: 768px) {
    .page-template-tpl-textpage .entry-content, .single-post .entry-hero,
    .single-press .entry-hero, .single-post .content-sidebar-wrap,
    .single-press .content-sidebar-wrap, .blogroll, .team, .textpanel, .feature, .benefits, .site-footer {
      padding: 100px 40px; } }
/* Fonts
--------------------------------------------- */
/* Rem calc
--------------------------------------------- */
/* Underline
--------------------------------------------- */
@font-face {
  font-family: "Bridge";
  font-weight: 700;
  src: url("../webfonts/bridge-bold-webfont.woff") format("woff"), url("../webfonts/bridge-bold-webfont.woff2") format("woff2"); }

@font-face {
  font-family: "Bridge";
  font-weight: 600;
  src: url("../webfonts/bridge-semibold-webfont.woff") format("woff"), url("../webfonts/bridge-semibold-webfont.woff2") format("woff2"); }

@font-face {
  font-family: "Bridge";
  font-weight: 500;
  src: url("../webfonts/bridge-medium-webfont.woff") format("woff"), url("../webfonts/bridge-medium-webfont.woff2") format("woff2"); }

@font-face {
  font-family: "Bridge";
  font-weight: normal;
  src: url("../webfonts/bridge-regular-webfont.woff") format("woff"), url("../webfonts/bridge-regular-webfont.woff2") format("woff2"); }

@font-face {
  font-family: "Bridge";
  font-weight: 200;
  src: url("../webfonts/bridge-light-webfont.woff") format("woff"), url("../webfonts/bridge-light-webfont.woff2") format("woff2"); }

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

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

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

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

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

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

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

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

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

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

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

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

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

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

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-family: "Bridge", sans-serif;
  font-size: 125%;
  line-height: 1.3; }

body {
  background-color: var(--bg-color); }

*,
*:before,
*:after {
  box-sizing: border-box !important; }

img {
  display: block;
  height: auto; }

.sidebar .widget_categories,
.project-filter-taxonomy ul {
  position: -webkit-sticky;
  position: sticky;
  top: 96px; }
  @media (min-width: 2000px) {
    .sidebar .widget_categories,
    .project-filter-taxonomy ul {
      top: 108px; } }
/* Typographical Elements
--------------------------------------------- */
strong {
  font-weight: 700; }

ol,
ul {
  margin: 0;
  padding: 0; }

code,
pre {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 12px; }

code {
  padding: 2px 4px;
  white-space: nowrap; }

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  line-height: 18px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap; }

pre code {
  padding: 0;
  color: inherit;
  white-space: pre;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0; }

cite {
  font-style: normal; }

/* Paragraph
--------------------------------------------- */
p {
  font-weight: 200; }

/* Headings
--------------------------------------------- */
h1, h2, h3, h4, h5, h6, p {
  margin-top: 0;
  margin-bottom: 1em;
  font-weight: normal; }

h1,
h2,
.text-2xl,
.menu-primary,
.single-post .entry-title,
.gform_title,
.highlight__lead p,
.press-header {
  line-height: 1.1; }
  h1,
  h2,
  .text-2xl,
  .menu-primary,
  .single-post .entry-title,
  .gform_title,
  .highlight__lead p,
  .press-header {
    font-size: 37.5px; }
    @media screen and (min-width: 1024px) {
      h1,
      h2,
      .text-2xl,
      .menu-primary,
      .single-post .entry-title,
      .gform_title,
      .highlight__lead p,
      .press-header {
        font-size: calc(37.5px + 12.5 * ((100vw - 1024px) / 896)); } }
    @media screen and (min-width: 1920px) {
      h1,
      h2,
      .text-2xl,
      .menu-primary,
      .single-post .entry-title,
      .gform_title,
      .highlight__lead p,
      .press-header {
        font-size: 50px; } }
h3,
.steps__tabs,
.steps__areatitle,
.cta h2,
.text-xl,
.cta p,
.team__header h2 {
  line-height: 1.2; }
  h3,
  .steps__tabs,
  .steps__areatitle,
  .cta h2,
  .text-xl,
  .cta p,
  .team__header h2 {
    font-size: 30px; }
    @media screen and (min-width: 1024px) {
      h3,
      .steps__tabs,
      .steps__areatitle,
      .cta h2,
      .text-xl,
      .cta p,
      .team__header h2 {
        font-size: calc(30px + 10 * ((100vw - 1024px) / 896)); } }
    @media screen and (min-width: 1920px) {
      h3,
      .steps__tabs,
      .steps__areatitle,
      .cta h2,
      .text-xl,
      .cta p,
      .team__header h2 {
        font-size: 40px; } }
h4,
.steps blockquote p,
.lead__info p,
.steps__area h3,
.steps__area p,
.footer__header h2,
.body--text-lrg,
.compare blockquote p,
.lead .sticky p,
.text-lg {
  line-height: 1.3; }
  h4,
  .steps blockquote p,
  .lead__info p,
  .steps__area h3,
  .steps__area p,
  .footer__header h2,
  .body--text-lrg,
  .compare blockquote p,
  .lead .sticky p,
  .text-lg {
    font-size: 22.5px; }
    @media screen and (min-width: 1024px) {
      h4,
      .steps blockquote p,
      .lead__info p,
      .steps__area h3,
      .steps__area p,
      .footer__header h2,
      .body--text-lrg,
      .compare blockquote p,
      .lead .sticky p,
      .text-lg {
        font-size: calc(22.5px + 7.5 * ((100vw - 1024px) / 896)); } }
    @media screen and (min-width: 1920px) {
      h4,
      .steps blockquote p,
      .lead__info p,
      .steps__area h3,
      .steps__area p,
      .footer__header h2,
      .body--text-lrg,
      .compare blockquote p,
      .lead .sticky p,
      .text-lg {
        font-size: 30px; } }
h5,
h6,
.blockquote__cite,
.benefits__item h3,
.benefits__item p,
.panel__content p,
.body--text-reg,
.text-base,
.team__item p,
.col ul:not(.steps__tabs),
.entry-content p,
.widget_text p,
.widget__title,
.highlight__content p,
.contactarea__main p,
.press-date {
  line-height: 1.3; }
  h5,
  h6,
  .blockquote__cite,
  .benefits__item h3,
  .benefits__item p,
  .panel__content p,
  .body--text-reg,
  .text-base,
  .team__item p,
  .col ul:not(.steps__tabs),
  .entry-content p,
  .widget_text p,
  .widget__title,
  .highlight__content p,
  .contactarea__main p,
  .press-date {
    font-size: 15px; }
    @media screen and (min-width: 1024px) {
      h5,
      h6,
      .blockquote__cite,
      .benefits__item h3,
      .benefits__item p,
      .panel__content p,
      .body--text-reg,
      .text-base,
      .team__item p,
      .col ul:not(.steps__tabs),
      .entry-content p,
      .widget_text p,
      .widget__title,
      .highlight__content p,
      .contactarea__main p,
      .press-date {
        font-size: calc(15px + 5 * ((100vw - 1024px) / 896)); } }
    @media screen and (min-width: 1920px) {
      h5,
      h6,
      .blockquote__cite,
      .benefits__item h3,
      .benefits__item p,
      .panel__content p,
      .body--text-reg,
      .text-base,
      .team__item p,
      .col ul:not(.steps__tabs),
      .entry-content p,
      .widget_text p,
      .widget__title,
      .highlight__content p,
      .contactarea__main p,
      .press-date {
        font-size: 20px; } }
.body--text-sml,
.text-sm,
.site-credits p,
.credits__nav {
  line-height: 1.3; }
  .body--text-sml,
  .text-sm,
  .site-credits p,
  .credits__nav {
    font-size: 12px; }
    @media screen and (min-width: 1024px) {
      .body--text-sml,
      .text-sm,
      .site-credits p,
      .credits__nav {
        font-size: calc(12px + 3 * ((100vw - 1024px) / 896)); } }
    @media screen and (min-width: 1920px) {
      .body--text-sml,
      .text-sm,
      .site-credits p,
      .credits__nav {
        font-size: 15px; } }
p {
  font-weight: 200; }

/* Weights
--------------------------------------------- */
.is-text-light {
  font-weight: 200; }

.is-text-semibold {
  font-weight: 600; }

.is-text-bold {
  font-weight: 700; }

.item-loop .entry-title,
.project-loop .entry-title,
.item-feature .entry-title {
  padding-bottom: 0; }

/* Heading Colours
--------------------------------------------- */
hr {
  max-width: 1920px;
  margin: 40px; }
  @media (min-width: 768px) {
    hr {
      margin: 80px auto; } }
/* Editor styles
--------------------------------------------- */
.mce-content-body {
  padding: 1rem;
  font-family: "Bridge", sans-serif; }
  .mce-content-body * {
    color: #9BC1F9; }

.entry-content p.has-background.box-shadow {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); }

.entry-content p.has-background.light-text a {
  color: #fff;
  text-decoration: underline; }

.entry-content p.has-background.light-text a:focus,
.entry-content p.has-background.light-text a:hover {
  text-decoration: none; }

.entry-content p a {
  color: #000000; }
  .entry-content p a:hover, .entry-content p a:focus {
    color: #BECDD4; }

.entry-content ol,
.entry-content ul {
  margin-bottom: 30px;
  margin-left: 1rem; }

.entry-content ol > li {
  list-style-type: decimal; }

.entry-content ul > li {
  list-style-type: disc; }

.entry-content ol ol,
.entry-content ul ul {
  margin-bottom: 0; }

.entry-content .caption {
  margin-top: -20px;
  text-align: center; }

/* Colourways
--------------------------------------------- */
.bg--red {
  background-color: #F05A28; }

.text--red {
  color: #F05A28; }

@supports (--css: variables) {
  .button.bg--red {
    --primary: #F05A28; }
  .button.text--red {
    --accent: #F05A28; } }

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

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

@supports (--css: variables) {
  .button.bg--black {
    --primary: #000000; }
  .button.text--black {
    --accent: #000000; } }

.bg--grey_dark {
  background-color: #1e242f; }

.text--grey_dark {
  color: #1e242f; }

@supports (--css: variables) {
  .button.bg--grey_dark {
    --primary: #1e242f; }
  .button.text--grey_dark {
    --accent: #1e242f; } }

.bg--green_dark {
  background-color: #1e261d; }

.text--green_dark {
  color: #1e261d; }

@supports (--css: variables) {
  .button.bg--green_dark {
    --primary: #1e261d; }
  .button.text--green_dark {
    --accent: #1e261d; } }

.bg--grey {
  background-color: #BECDD4; }

.text--grey {
  color: #BECDD4; }

@supports (--css: variables) {
  .button.bg--grey {
    --primary: #BECDD4; }
  .button.text--grey {
    --accent: #BECDD4; } }

.bg--grey_light {
  background-color: #E5E9EA; }

.text--grey_light {
  color: #E5E9EA; }

@supports (--css: variables) {
  .button.bg--grey_light {
    --primary: #E5E9EA; }
  .button.text--grey_light {
    --accent: #E5E9EA; } }

.bg--purple {
  background-color: #5B44D3; }

.text--purple {
  color: #5B44D3; }

@supports (--css: variables) {
  .button.bg--purple {
    --primary: #5B44D3; }
  .button.text--purple {
    --accent: #5B44D3; } }

.bg--green {
  background-color: #009171; }

.text--green {
  color: #009171; }

@supports (--css: variables) {
  .button.bg--green {
    --primary: #009171; }
  .button.text--green {
    --accent: #009171; } }

.bg--green_accent {
  background-color: #67d79a; }

.text--green_accent {
  color: #67d79a; }

@supports (--css: variables) {
  .button.bg--green_accent {
    --primary: #67d79a; }
  .button.text--green_accent {
    --accent: #67d79a; } }

.bg--green_grey, .steps__nav {
  background-color: #9cbab3; }

.text--green_grey {
  color: #9cbab3; }

@supports (--css: variables) {
  .button.bg--green_grey, .button.steps__nav {
    --primary: #9cbab3; }
  .button.text--green_grey {
    --accent: #9cbab3; } }

.bg--green_grey_dark {
  background-color: #7C938D; }

.text--green_grey_dark {
  color: #7C938D; }

@supports (--css: variables) {
  .button.bg--green_grey_dark {
    --primary: #7C938D; }
  .button.text--green_grey_dark {
    --accent: #7C938D; } }

.bg--blue {
  background-color: #9BC1F9; }

.text--blue {
  color: #9BC1F9; }

@supports (--css: variables) {
  .button.bg--blue {
    --primary: #9BC1F9; }
  .button.text--blue {
    --accent: #9BC1F9; } }

.bg--blue_dark {
  background-color: #364356; }

.text--blue_dark {
  color: #364356; }

@supports (--css: variables) {
  .button.bg--blue_dark {
    --primary: #364356; }
  .button.text--blue_dark {
    --accent: #364356; } }

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

.text--yellow, .steps__nav {
  color: #FFDA4F; }

@supports (--css: variables) {
  .button.bg--yellow {
    --primary: #FFDA4F; }
  .button.text--yellow, .button.steps__nav {
    --accent: #FFDA4F; } }

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

.text--orange {
  color: #E8562D; }

@supports (--css: variables) {
  .button.bg--orange {
    --primary: #E8562D; }
  .button.text--orange {
    --accent: #E8562D; } }

.bg--claret {
  background-color: #45263d; }

.text--claret {
  color: #45263d; }

@supports (--css: variables) {
  .button.bg--claret {
    --primary: #45263d; }
  .button.text--claret {
    --accent: #45263d; } }

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

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

@supports (--css: variables) {
  .button.bg--white {
    --primary: #ffffff; }
  .button.text--white {
    --accent: #ffffff; } }

.bg--murphy {
  background-color: #fbe9d7; }

.text--murphy {
  color: #fbe9d7; }

@supports (--css: variables) {
  .button.bg--murphy {
    --primary: #fbe9d7; }
  .button.text--murphy {
    --accent: #fbe9d7; } }

.bg--potter {
  background-color: #FFFAF6; }

.text--potter {
  color: #FFFAF6; }

@supports (--css: variables) {
  .button.bg--potter {
    --primary: #FFFAF6; }
  .button.text--potter {
    --accent: #FFFAF6; } }

.bg--pink {
  background-color: #E7D4CB; }

.text--pink {
  color: #E7D4CB; }

@supports (--css: variables) {
  .button.bg--pink {
    --primary: #E7D4CB; }
  .button.text--pink {
    --accent: #E7D4CB; } }

/* Screen Reader Text
--------------------------------------------- */
.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; }

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.widget_search input[type="submit"]:focus {
  background: #fff;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #333;
  display: block;
  font-size: 1em;
  font-weight: 700;
  height: auto;
  padding: 15px 23px 14px;
  text-decoration: none;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

.more-link {
  display: inline-block;
  position: relative;
  margin-bottom: 30px; }

/* Genesis
--------------------------------------------- */
.after-entry .widget:last-of-type {
  margin-bottom: 0; }

.breadcrumb {
  padding: 50px 40px;
  padding-bottom: 0;
  font-weight: 200;
  font-size: 16px;
  font-size: 0.8rem;
  line-height: 1.5;
  color: #9BC1F9; }
  .breadcrumb p {
    margin: 0; }

.breadcrumb-link {
  display: inline-block;
  text-decoration: none;
  position: relative;
  color: #9BC1F9; }
  .breadcrumb-link:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 1px;
    background-color: currentColor;
    transition: all 0.33s cubic-bezier(0.86, 0, 0.07, 1);
    transition-delay: .111s;
    transform-origin: right center; }
  .breadcrumb-link:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: currentColor;
    transition: all 0.33s cubic-bezier(0.86, 0, 0.07, 1);
    transition-delay: .111s;
    transform-origin: left center; }
  .breadcrumb-link:hover:after, .breadcrumb-link:hover:before, .breadcrumb-link:focus:after, .breadcrumb-link:focus:before, .breadcrumb-link.active:after, .breadcrumb-link.active:before {
    width: 50%;
    transition-delay: 0; }
  .breadcrumb-link[aria-current="page"] {
    pointer-events: none;
    font-weight: 600; }

.genesis-title-hidden .breadcrumb {
  margin-top: 40px; }

.archive-description p:last-child,
.author-box p:last-child {
  margin-bottom: 0; }

/* WordPress
--------------------------------------------- */
a.aligncenter img {
  display: block;
  margin: 0 auto; }

a.alignnone {
  display: inline-block; }

.alignleft {
  float: left;
  text-align: left; }

.alignright {
  float: right;
  text-align: right; }

a.alignleft,
a.alignnone,
a.alignright {
  max-width: 100%; }

img.centered,
.aligncenter,
.singular-image {
  display: block;
  margin: 0 auto 30px; }

img.alignnone,
.alignnone {
  margin-bottom: 15px; }

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
  margin: 0 20px 20px 0; }

a.alignright,
img.alignright,
.wp-caption.alignright {
  margin: 0 0 20px 20px; }

figcaption,
.gallery-caption,
.wp-caption-text {
  font-size: 14px;
  font-weight: 600;
  margin-top: 0.5em;
  margin-bottom: 1em;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center; }

.entry-content p.wp-caption-text {
  margin-bottom: 0; }

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
  margin: 0 0 30px; }

/* Titles
--------------------------------------------- */
.entry-title a,
.sidebar .widget-title a {
  color: #333;
  text-decoration: none; }

.entry-title a:focus,
.entry-title a:hover {
  color: #0073e5; }

.widget-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px; }

.genesis-title-hidden .site-inner {
  padding-top: 0; }

/* Tables
--------------------------------------------- */
table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 40px;
  width: 100%;
  word-break: break-all; }

@screen md {
  table {
    table-layout: auto;
    word-break: normal; } }

tbody {
  border-bottom: 1px solid #eee; }

td,
th {
  line-height: 2;
  text-align: left;
  vertical-align: top; }

td {
  padding: 0.5em; }

tr {
  border-top: 1px solid #eee; }

th {
  font-weight: 600;
  padding: 0.5em; }

/* Skip Links
---------------------------------------------------------------------------- */
.genesis-skip-link {
  margin: 0; }

.genesis-skip-link .skip-link-hidden {
  display: none;
  visibility: hidden; }

.genesis-skip-link li {
  height: 0;
  list-style: none;
  width: 0; }

/* Display outline on focus */
:focus {
  color: #333;
  outline: #ccc solid 1px; }

/* Avatar
--------------------------------------------- */
.avatar {
  border-radius: 50%;
  float: left; }

.author-box .avatar,
.alignleft .avatar {
  margin-right: 20px; }

.alignright .avatar {
  margin-left: 20px; }

.comment .avatar {
  margin: 0 15px 20px 0; }

/* Objects
--------------------------------------------- */
embed,
iframe,
img,
object,
video,
.wp-caption {
  max-width: 100%; }

img {
  height: auto;
  vertical-align: top; }

figure {
  margin: 0; }

/* Forms
--------------------------------------------- */
input,
select,
textarea {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  padding: 0 20px;
  line-height: 2.33;
  width: 100%; }

input:focus,
textarea:focus {
  border: 1px solid #BECDD4;
  outline: none; }

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
  width: auto; }

::-ms-input-placeholder {
  color: #BECDD4;
  opacity: 1; }

:-ms-input-placeholder {
  color: #BECDD4;
  opacity: 1; }

::-webkit-input-placeholder {
  color: #BECDD4;
  opacity: 1; }

::-moz-placeholder {
  color: #BECDD4;
  opacity: 1; }

::placeholder {
  color: #BECDD4;
  opacity: 1; }

/* Float Clearing
--------------------------------------------- */
/* Featured Content
--------------------------------------------- */
.featured-content .entry {
  border-bottom: 1px solid #eee;
  margin-bottom: 20px; }

.featured-content .entry:last-of-type {
  border-bottom: none;
  margin-bottom: 0; }

.featured-content .entry-title {
  font-size: 16px;
  margin-bottom: 5px;
  margin-top: 10px; }

/* Site Container
--------------------------------------------- */
.site-container {
  -webkit-animation: fadein 1s;
          animation: fadein 1s;
  word-wrap: break-word; }

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

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

/* Site Inner
--------------------------------------------- */
.wrap, .page-template-tpl-textpage .content-sidebar-wrap {
  max-width: 1920px;
  margin: 0 auto;
  display: flex; }

/* Content
--------------------------------------------- */
.content-sidebar-wrap {
  width: 100%; }
  @media (min-width: 1024px) {
    .content-sidebar-wrap {
      display: flex; } }
  @media (min-width: 1024px) {
    .content-sidebar-wrap .content {
      margin-right: 40px; } }
  @media (min-width: 1024px) {
    .content-sidebar-wrap .sidebar {
      margin-right: 40px; } }
/* Layouts Classes
--------------------------------------------- */
.full-width-content .content {
  width: 100%;
  margin-right: 0; }

@media (min-width: 768px) {
  .sidebar-content .content {
    order: 2;
    margin-right: 0; } }

@media (min-width: 768px) {
  .sidebar-content .sidebar {
    order: 1; } }

@media (min-width: 1024px) {
  .content-sidebar .content {
    order: 1; } }

@media (min-width: 1024px) {
  .content-sidebar .sidebar {
    order: 2;
    margin-right: 0; } }

/* Column Classes
--------------------------------------------- */
@media (min-width: 1024px) {
  .five-sixths,
  .four-sixths,
  .one-fourth,
  .one-half,
  .one-sixth,
  .one-third,
  .three-fourths,
  .three-sixths,
  .two-fourths,
  .two-sixths,
  .two-thirds {
    margin-right: 40px; }
    .five-sixths:last-child,
    .four-sixths:last-child,
    .one-fourth:last-child,
    .one-half:last-child,
    .one-sixth:last-child,
    .one-third:last-child,
    .three-fourths:last-child,
    .three-sixths:last-child,
    .two-fourths:last-child,
    .two-sixths:last-child,
    .two-thirds:last-child {
      margin-right: 0; } }

/* Site Header
---------------------------------------------------------------------------- */
.site-header {
  padding: 14px 30px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 999;
  width: 100%;
  background-color: #ffffff; }
  @media (min-width: 1025px) {
    .site-header {
      padding: 20px 40px; } }
  .site-header .wrap, .site-header .page-template-tpl-textpage .content-sidebar-wrap, .page-template-tpl-textpage .site-header .content-sidebar-wrap {
    align-items: center;
    justify-content: space-between; }
    .site-header .wrap:before, .site-header .page-template-tpl-textpage .content-sidebar-wrap:before, .page-template-tpl-textpage .site-header .content-sidebar-wrap:before {
      content: "";
      display: block;
      width: 48px; }
  .site-header .branding,
  .site-header .navbar-burger {
    color: #000000; }

/* Title Area
--------------------------------------------- */
.title-area svg {
  fill: currentColor; }

.branding {
  display: block;
  width: 110px;
  height: 20px;
  position: relative;
  z-index: 101;
  transition: all 0.66s cubic-bezier(0.86, 0, 0.07, 1);
  outline: none; }
  @media (min-width: 1025px) {
    .branding {
      width: 165px;
      height: 30px;
      transform: translateX(-1px); } }
.site-description,
.wp-custom-logo .site-title {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; }

.header-widget-area {
  display: flex;
  align-items: center; }

.alert-message {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 76px;
  background-color: #666;
  color: #ffffff;
  z-index: 100;
  -webkit-animation-name: alertAppear;
          animation-name: alertAppear;
  -webkit-animation-duration: .33s;
          animation-duration: .33s;
  -webkit-animation-delay: .66s;
          animation-delay: .66s;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards; }
  @media (min-width: 1025px) {
    .alert-message {
      top: 88px; } }
  .alert-message:hover a {
    background-color: rgba(255, 255, 255, 0.33); }
  .alert-message span {
    padding: 20px 0;
    margin: 0;
    line-height: 1.2;
    font-weight: 400;
    display: block; }
  .alert-message a {
    color: #ffffff;
    text-decoration: none;
    display: block;
    background-color: transparent;
    transition: all .33s; }

@-webkit-keyframes alertAppear {
  0% {
    transform: translateY(-100%); }
  100% {
    transform: translateY(0); } }

@keyframes alertAppear {
  0% {
    transform: translateY(-100%); }
  100% {
    transform: translateY(0); } }

/* Site footer
---------------------------------------------------------------------------- */
.site-footer .wrap, .site-footer .page-template-tpl-textpage .content-sidebar-wrap, .page-template-tpl-textpage .site-footer .content-sidebar-wrap {
  display: block; }
  @media (min-width: 768px) {
    .site-footer .wrap, .site-footer .page-template-tpl-textpage .content-sidebar-wrap, .page-template-tpl-textpage .site-footer .content-sidebar-wrap {
      display: flex;
      flex-wrap: wrap; } }
@media (min-width: 768px) {
  .footer__header {
    width: calc(40px + ((100% - 280px) / 8 * 2));
    margin-right: 40px; } }

@media (min-width: 768px) {
  .footer__header h2 {
    margin-bottom: 0; } }

/* Site Credits
---------------------------------------------------------------------------- */
.site-credits {
  position: relative;
  padding: 30px;
  padding-top: 0; }
  @media (min-width: 1025px) {
    .site-credits {
      padding: 40px; } }
  .site-credits p {
    margin: 0;
    font-weight: normal; }
  .site-credits .wrap, .site-credits .page-template-tpl-textpage .content-sidebar-wrap, .page-template-tpl-textpage .site-credits .content-sidebar-wrap {
    justify-content: space-between; }
    @media (min-width: 768px) {
      .site-credits .wrap, .site-credits .page-template-tpl-textpage .content-sidebar-wrap, .page-template-tpl-textpage .site-credits .content-sidebar-wrap {
        justify-content: flex-start; } }
.footer__social {
  margin-left: -12px;
  display: flex; }
  .footer__social .icon {
    color: #000000;
    transition: color .33s; }
    .footer__social .icon:hover, .footer__social .icon:focus {
      color: #BECDD4; }
    @media (max-device-width: 640px) {
      .footer__social .icon svg {
        width: 30px;
        height: 30px; } }
.credits__nav ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.credits__nav a {
  display: inline-block;
  text-decoration: none;
  position: relative;
  color: #000000; }
  .credits__nav a:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 1px;
    background-color: currentColor;
    transition: all 0.33s cubic-bezier(0.86, 0, 0.07, 1);
    transition-delay: .111s;
    transform-origin: right center; }
  .credits__nav a:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: currentColor;
    transition: all 0.33s cubic-bezier(0.86, 0, 0.07, 1);
    transition-delay: .111s;
    transform-origin: left center; }
  .credits__nav a:hover:after, .credits__nav a:hover:before, .credits__nav a:focus:after, .credits__nav a:focus:before, .credits__nav a.active:after, .credits__nav a.active:before {
    width: 50%;
    transition-delay: 0; }

/* Burger
---------------------------------------------------------------------------- */
.navbar-burger {
  line-height: 48px !important;
  outline: none !important; }

.navbar-burger,
.navbar-close {
  box-sizing: border-box; }

.navbar-burger {
  transform: translateX(12px);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px; }
  @media (min-width: 1025px) {
    .navbar-burger {
      transform: translateX(9px); } }
  .navbar-burger svg {
    fill: currentColor; }
    @media (max-device-width: 1024px) {
      .navbar-burger svg {
        width: 30px;
        height: 20px; } }
.navbar-burger {
  position: relative;
  z-index: 101;
  text-decoration: none;
  cursor: pointer;
  outline: none; }
  .navbar-burger:before, .navbar-burger:after,
  .navbar-burger i {
    content: "";
    display: block;
    width: 30px;
    height: 5px;
    background-color: currentColor;
    position: absolute; }
  .navbar-burger:before {
    top: 11px;
    transform-origin: left center; }
  .navbar-burger:after {
    top: 31px;
    transform-origin: right center; }
  .navbar-burger i {
    top: 21px;
    -webkit-backface-visibility: hidden;
    transition-property: color;
    transition-duration: .66s;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    transition-delay: 0s; }
  .navbar-burger:before, .navbar-burger:after {
    -webkit-backface-visibility: hidden;
    transition-property: color, transform;
    transition-duration: .66s, .66s;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1), cubic-bezier(0.86, 0, 0.07, 1);
    transition-delay: 0s, .33s; }
  .navbar-burger[aria-expanded="true"] {
    color: #000000 !important; }
    .navbar-burger[aria-expanded="true"]:before, .navbar-burger[aria-expanded="true"]:after {
      transform: scaleX(0); }

.admin-bar .modal-nav {
  padding-top: 32px; }

/* Site Navigation
---------------------------------------------------------------------------- */
:root {
  --app-height: 100%; }

.modal-nav {
  position: fixed;
  width: 100%;
  left: 100%;
  height: 100vh;
  top: 0;
  background-color: #ffffff;
  z-index: 100;
  display: flex;
  flex-direction: column;
  padding: 30px;
  padding-top: 150px;
  transition: transform 0.66s cubic-bezier(0.86, 0, 0.07, 1); }
  @media (min-width: 768px) {
    .modal-nav {
      padding: 40px;
      padding-top: 25vh; } }
  @media not all and (hover: hover) {
    .modal-nav {
      height: var(--app-height); } }
.nav-active,
.customize-partial-edit-shortcuts-shown {
  overflow: hidden; }
  .nav-active .modal-nav,
  .customize-partial-edit-shortcuts-shown .modal-nav {
    transform: translateX(-100%); }
  .nav-active .branding,
  .customize-partial-edit-shortcuts-shown .branding {
    color: #000000 !important; }

.nav-primary {
  flex: 1; }

.menu-primary {
  list-style-type: none; }
  @media (max-device-width: 640px) {
    .menu-primary {
      font-size: 30px;
      line-height: 1.3; } }
  @media (min-device-width: 768px) and (orientation: portrait) {
    .menu-primary {
      font-size: 50px;
      font-size: 2.5rem; } }
.menu-item a {
  color: #000000;
  text-decoration: none;
  transition: color .33s; }
  .menu-item a:hover, .menu-item a:focus {
    color: rgba(0, 0, 0, 0.33); }

.site-header-contact {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end; }
  .site-header-contact p {
    font-size: 16px;
    font-size: 0.8rem;
    margin-bottom: 0; }
    @media (min-width: 768px) {
      .site-header-contact p {
        font-size: 20px;
        font-size: 1rem; } }
    .site-header-contact p a {
      display: inline-block;
      text-decoration: none;
      position: relative;
      color: #000000; }
      .site-header-contact p a:after {
        content: "";
        display: block;
        position: absolute;
        bottom: 0;
        right: 0;
        width: 0;
        height: 1px;
        background-color: currentColor;
        transition: all 0.33s cubic-bezier(0.86, 0, 0.07, 1);
        transition-delay: .111s;
        transform-origin: right center; }
      .site-header-contact p a:before {
        content: "";
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0;
        height: 1px;
        background-color: currentColor;
        transition: all 0.33s cubic-bezier(0.86, 0, 0.07, 1);
        transition-delay: .111s;
        transform-origin: left center; }
      .site-header-contact p a:hover:after, .site-header-contact p a:hover:before, .site-header-contact p a:focus:after, .site-header-contact p a:focus:before, .site-header-contact p a.active:after, .site-header-contact p a.active:before {
        width: 50%;
        transition-delay: 0; }
  .site-header-contact .address {
    margin-bottom: 40px; }

.icon {
  display: block;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000; }
  .icon svg {
    width: 24px;
    height: 24px;
    fill: currentColor; }

.site-header-social {
  position: absolute;
  right: 30px;
  bottom: 30px;
  transform: translate(12px, 12px); }
  @media (min-width: 768px) {
    .site-header-social {
      right: 40px;
      bottom: 40px; } }
/* Widgets
---------------------------------------------------------------------------- */
.footer__widgets {
  display: none; }
  @media (min-width: 768px) {
    .footer__widgets {
      display: flex;
      flex-wrap: wrap;
      width: calc(200px + ((100% - 280px) / 8 * 6)); } }
  .footer__widgets .widget {
    margin-bottom: 40px; }
    @media (min-width: 768px) {
      .footer__widgets .widget {
        width: calc(80px + ((100% - 200px) / 6 * 3));
        margin-bottom: 40px; } }
    @media (min-width: 1024px) {
      .footer__widgets .widget {
        width: calc(40px + ((100% - 200px) / 6 * 2));
        margin-right: 40px; }
        .footer__widgets .widget:nth-child(3n+3) {
          margin-right: 0; } }
  .footer__widgets .widget_text p {
    margin-bottom: 0; }
    .footer__widgets .widget_text p a {
      display: inline-block;
      text-decoration: none;
      position: relative;
      color: #000000; }
      .footer__widgets .widget_text p a:after {
        content: "";
        display: block;
        position: absolute;
        bottom: 0;
        right: 0;
        width: 0;
        height: 1px;
        background-color: currentColor;
        transition: all 0.33s cubic-bezier(0.86, 0, 0.07, 1);
        transition-delay: .111s;
        transform-origin: right center; }
      .footer__widgets .widget_text p a:before {
        content: "";
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0;
        height: 1px;
        background-color: currentColor;
        transition: all 0.33s cubic-bezier(0.86, 0, 0.07, 1);
        transition-delay: .111s;
        transform-origin: left center; }
      .footer__widgets .widget_text p a:hover:after, .footer__widgets .widget_text p a:hover:before, .footer__widgets .widget_text p a:focus:after, .footer__widgets .widget_text p a:focus:before, .footer__widgets .widget_text p a.active:after, .footer__widgets .widget_text p a.active:before {
        width: 50%;
        transition-delay: 0; }
  .footer__widgets .widget__title {
    margin-bottom: 0; }

.benefits {
  background-color: #fff;
  color: #000000;
  display: block !important;
  padding-bottom: 0; }
  @media (min-width: 1025px) {
    .benefits {
      padding-bottom: 100px; } }
  .benefits .wrap, .benefits .page-template-tpl-textpage .content-sidebar-wrap, .page-template-tpl-textpage .benefits .content-sidebar-wrap {
    flex-wrap: wrap; }
  .benefits .section-header {
    color: #1c2430;
    width: 100%;
    margin-bottom: 60px; }
    @media (min-width: 768px) {
      .benefits .section-header {
        width: calc(80px + ((100% - 280px) / 8 * 3));
        margin-right: calc(200px + ((100% - 280px) / 8 * 5)); } }
    @media (min-width: 1025px) {
      .benefits .section-header {
        margin-bottom: 100px; } }
    .benefits .section-header h2 {
      margin: 0; }

.benefits__item {
  margin-bottom: 60px; }
  @media (min-width: 768px) {
    .benefits__item {
      width: calc(120px + ((100% - 280px) / 8 * 4));
      margin-right: 40px; }
      .benefits__item:nth-child(even) {
        margin-right: 0; } }
  @media (min-width: 1025px) {
    .benefits__item {
      width: calc(40px + ((100% - 280px) / 8 * 2));
      margin-bottom: 40px;
      margin-right: 40px; }
      .benefits__item:nth-child(even) {
        margin-right: 40px; }
      .benefits__item:nth-child(4n+4) {
        margin-right: 0; } }
  .benefits__item p {
    margin-bottom: 0;
    color: #000000; }

@media (min-width: 768px) {
  .compare {
    min-height: 100vh; } }

.compare .col__item {
  padding-bottom: 60px; }
  @media (min-width: 768px) {
    .compare .col__item {
      padding-bottom: 0;
      padding-top: 0; } }
@media (max-device-width: 640px) {
  .compare blockquote p {
    font-size: 22.5px;
    line-height: 1.3; } }

@media (min-width: 768px) {
  .compare .col:nth-child(odd) {
    display: flex;
    align-items: center; } }

.compare__image {
  position: relative;
  min-height: 50vh; }
  @media (min-width: 768px) {
    .compare__image {
      height: 100vh;
      min-height: none; } }
  .compare__image img {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center; }

@media (min-width: 768px) {
  .cta .col {
    display: flex; } }

@media (min-width: 768px) {
  .cta .col__item {
    flex: 1;
    justify-content: flex-end; } }

@media (min-width: 768px) {
  .cta .col__inner {
    width: 100%; } }

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

@media (max-width: 640px) {
  .cta p {
    margin-bottom: 40px !important; } }

.cta__button p {
  margin-bottom: 0 !important; }

@media (min-width: 768px) {
  .cta__inner {
    display: flex;
    justify-content: flex-end; } }

/* Entry
--------------------------------------------- */
.entry__header {
  padding: 1rem 0;
  display: flex;
  flex-direction: column; }

.entry__image {
  display: block; }
  .entry__image img {
    display: block; }

.entry__title {
  font-weight: 200;
  font-size: 20px;
  font-size: 1rem;
  order: 2; }
  @media (min-width: 1024px) {
    .entry__title {
      font-size: 30px;
      font-size: 1.5rem; } }
  .entry__title a {
    text-decoration: none;
    color: #000000;
    transition: all .33s; }
    .entry__title a:hover, .entry__title a:focus {
      color: #BECDD4; }

.entry__meta {
  order: 1;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between; }

.entry__category {
  font-size: 14px;
  font-size: 0.7rem;
  font-weight: 200;
  display: block;
  color: #000000;
  display: inline-block;
  text-decoration: none;
  position: relative;
  color: #000000;
  text-decoration: none;
  margin-right: 10px; }
  @media (min-width: 1025px) {
    .entry__category {
      font-size: 16px;
      font-size: 0.8rem; } }
  .entry__category:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 1px;
    background-color: currentColor;
    transition: all 0.33s cubic-bezier(0.86, 0, 0.07, 1);
    transition-delay: .111s;
    transform-origin: right center; }
  .entry__category:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: currentColor;
    transition: all 0.33s cubic-bezier(0.86, 0, 0.07, 1);
    transition-delay: .111s;
    transform-origin: left center; }
  .entry__category:hover:after, .entry__category:hover:before, .entry__category:focus:after, .entry__category:focus:before, .entry__category.active:after, .entry__category.active:before {
    width: 50%;
    transition-delay: 0; }

.entry__date {
  font-size: 14px;
  font-size: 0.7rem;
  font-weight: 200; }
  @media (min-width: 1025px) {
    .entry__date {
      font-size: 16px;
      font-size: 0.8rem; } }
.entry__content {
  margin-top: 40px; }
  .entry__content p {
    line-height: 1.5;
    font-weight: 200;
    margin: 0; }

.entry-header {
  padding: 40px; }

.feature .wrap, .feature .page-template-tpl-textpage .content-sidebar-wrap, .page-template-tpl-textpage .feature .content-sidebar-wrap {
  flex-wrap: wrap; }

.feature__items {
  width: 100%;
  display: block; }
  @media (min-width: 768px) {
    .feature__items {
      width: calc(200px + ((100% - 280px) / 8 * 6));
      margin-left: calc(80px + ((100% - 280px) / 8 * 2));
      display: flex;
      flex-wrap: wrap; } }
.feature__title {
  color: #3f8c71;
  font-weight: normal;
  font-size: 30px;
  font-size: 1.5rem;
  line-height: 1.3; }
  @media (min-width: 1025px) {
    .feature__title {
      font-size: 40px;
      font-size: 2rem;
      line-height: 1.2; } }
.feature__item {
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .feature__item {
      margin-bottom: 40px; } }
  @media (min-width: 1025px) {
    .feature__item {
      margin-bottom: 80px;
      width: calc(80px + ((100% - 200px) / 6 * 3));
      margin-right: 40px; }
      .feature__item:nth-child(even) {
        margin-right: 0; } }
  .feature__item p {
    font-size: 16px;
    font-size: 0.8rem; }
    @media (min-width: 1025px) {
      .feature__item p {
        font-size: 20px;
        font-size: 1rem; } }
    .feature__item p:last-of-type {
      margin-bottom: 0; }

.image {
  width: 100%; }
  .image img {
    width: 100%;
    height: auto; }
  .image.cover_image {
    height: 100%; }
    .image.cover_image img {
      -o-object-fit: cover;
         object-fit: cover;
      height: 100%; }

.lead .sticky .col__item {
  padding: 100px 0;
  min-height: 50vh; }
  @media (min-width: 768px) {
    .lead .sticky .col__item {
      padding-top: 20vh;
      padding-bottom: 0;
      height: 100vh;
      min-height: none; } }
.lead__intro .col__item {
  padding-top: 100px;
  min-height: 50vh; }
  @media (min-width: 768px) {
    .lead__intro .col__item {
      padding-top: 20vh; } }
#row-1 .col__inner {
  width: 100%; }

.lead .sticky p {
  font-weight: 200; }

.lead__image {
  position: relative;
  min-height: 25vh; }
  @media (min-width: 768px) {
    .lead__image {
      height: 50vh;
      min-height: none; } }
  .lead__image img {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.lead__info {
  min-height: 100vh;
  padding-top: 10vh !important; }
  @media (max-device-width: 640px) {
    .lead__info {
      padding: 60px 0; } }
  .lead__info p {
    font-weight: 200; }

.panel {
  padding: 60px 0; }
  .panel .col__item {
    padding: 0; }
  @media (min-width: 1025px) {
    .panel {
      padding: 100px 0; } }
.body--text-lrg,
.panel h2 {
  margin-bottom: 40px !important; }
  @media (min-width: 768px) {
    .body--text-lrg,
    .panel h2 {
      margin-bottom: 0; } }
@media (min-width: 768px) {
  .textpanel .col {
    width: calc(80px + ((100% - 280px) / 8 * 3)); } }

@media (min-width: 768px) {
  .textpanel .col__align--right {
    width: calc(80px + ((100% - 280px) / 8 * 3));
    margin-left: calc(160px + ((100% - 280px) / 8 * 4)); } }

@media (min-width: 768px) {
  .textpanel .col__align--full {
    width: 100%; } }

.textpanel p:last-of-type {
  margin-bottom: 0; }

.textpanel.join {
  padding-top: 0; }

.panel.highlight {
  background-color: #E8562D;
  margin-top: 60px; }
  @media (min-width: 768px) {
    .panel.highlight {
      margin-top: 0; } }
  .panel.highlight p {
    color: #ffffff; }
  .panel.highlight .button {
    color: #E8562D;
    background-color: #ffffff; }
    .panel.highlight .button:hover {
      background-color: #000000;
      color: #E8562D; }
  .panel.highlight .highlight__lead p {
    font-weight: 400; }
  @media (min-width: 768px) {
    .panel.highlight .highlight__content {
      display: flex;
      flex-direction: column;
      justify-content: space-between; } }
  @media (min-width: 768px) {
    .panel.highlight .col {
      display: flex; } }
  .panel.highlight .highlight__footer {
    display: flex;
    flex-direction: column; }
    .panel.highlight .highlight__footer p {
      margin-bottom: 0; }
      .panel.highlight .highlight__footer p a {
        display: inline-flex; }
    @media (min-width: 1025px) {
      .panel.highlight .highlight__footer {
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-end; } }
  .panel.highlight .hlink {
    order: 2;
    margin-top: 2rem; }
    @media (min-width: 1025px) {
      .panel.highlight .hlink {
        order: 1;
        margin-top: 0; } }
  .panel.highlight .hlogo {
    order: 1; }
    @media (min-width: 768px) {
      .panel.highlight .hlogo {
        width: 240px; } }
    @media (min-width: 1025px) {
      .panel.highlight .hlogo {
        order: 2; } }
    @media (min-width: 1280px) {
      .panel.highlight .hlogo {
        width: 370px; } }
    .panel.highlight .hlogo img {
      display: block;
      max-width: 100%;
      height: auto; }

@media (min-width: 768px) {
  .row {
    display: flex; } }

@media (min-width: 768px) {
  .col {
    width: 50%; }
    .col:nth-child(odd) .col__item {
      align-items: flex-end; }
    .col:nth-child(odd) .col__wrap {
      padding-right: 20px;
      padding-left: 40px; } }

.col:nth-child(even) .col__inner {
  width: 100%; }
  @media (min-width: 768px) {
    .col:nth-child(even) .col__inner {
      width: calc(80px + ((100% - 120px) / 4 * 3)); } }
@media (min-width: 768px) {
  .row--split .col:nth-child(even) .col__inner {
    margin-left: calc(((100% - 160px) / 4 * 1)); } }

@media (min-width: 768px) {
  .col__inner {
    width: calc(80px + ((100% - 120px) / 4 * 3)); } }

.col__item {
  display: flex;
  flex-direction: column;
  padding-top: 60px; }
  @media (min-width: 768px) {
    .col__item {
      padding-top: 25vh; } }
.col__wrap {
  width: 100%;
  padding: 0 30px; }
  @media (min-width: 768px) {
    .col__wrap {
      max-width: 1000px;
      padding-right: 40px;
      padding-left: 20px; } }
@media (min-width: 768px) {
  .row .sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    align-self: flex-start; } }

.row--thirds .col-1-3 {
  width: calc((100% - )); }
  @media (min-width: 768px) {
    .row--thirds .col-1-3 {
      width: calc(((100%) / 2 * 1)); } }
  @media (min-width: 1024px) {
    .row--thirds .col-1-3 {
      width: calc(((100%) / 3 * 1)); } }
.row--thirds .col-2-3 {
  width: calc((100% - )); }
  @media (min-width: 768px) {
    .row--thirds .col-2-3 {
      width: calc(((100%) / 2 * 1)); } }
  @media (min-width: 1024px) {
    .row--thirds .col-2-3 {
      width: calc(((100%) / 3 * 2)); } }
.row--thirds .col__inner {
  width: 100% !important;
  margin-right: 0;
  margin-bottom: 2rem; }
  @media (min-width: 1024px) {
    .row--thirds .col__inner {
      width: calc(50% - 3rem) !important;
      margin-right: 3rem;
      margin-bottom: 0; } }
.row--thirds .cta__inner {
  width: 100%; }
  @media (min-width: 1024px) {
    .row--thirds .cta__inner {
      width: 50%; } }
.split__item {
  padding: 60px 0; }
  .split__item h2 {
    margin-bottom: 40px; }
  .split__item ul {
    list-style: none;
    font-weight: 200; }
    .split__item ul li {
      margin-bottom: 1em; }
  @media (min-width: 1025px) {
    .split__item {
      width: calc(80px + ((100% - 120px) / 4 * 3)); } }
  @media (min-width: 1025px) {
    .split__item {
      padding: 100px 0; } }
.split .left {
  display: flex;
  justify-content: flex-end; }
  @media (min-width: 1025px) {
    .split .left .split__item {
      width: calc(80px + ((100% - 120px) / 4 * 3)); } }
@media (min-width: 1025px) {
  .split .right {
    padding-left: 20px; } }

.steps__title {
  padding: 37px 0; }
  @media (min-width: 768px) {
    .steps__title {
      height: 100vh;
      flex: 1;
      display: flex;
      justify-content: center; } }
  @media (min-width: 1025px) {
    .steps__title {
      padding-top: 10vh; } }
  .steps__title h2 {
    margin: 0; }
  .steps__title .col__inner {
    width: 100%; }
    @media (min-width: 768px) {
      .steps__title .col__inner {
        padding-right: 40px; } }
.col__inner blockquote {
  padding: 0;
  margin: 0;
  margin-bottom: 30px; }
  @media (min-width: 1025px) {
    .col__inner blockquote {
      margin-bottom: 40px; } }
  .col__inner blockquote p {
    margin: 0; }

.col__inner p:last-of-type {
  margin-bottom: 0; }

.steps__nav {
  padding-top: 37px;
  min-height: 50vh;
  display: none; }
  @media (min-width: 768px) {
    .steps__nav {
      display: flex;
      align-items: flex-start; } }
  @media (min-width: 1025px) {
    .steps__nav {
      padding-top: 80px; } }
  .steps__nav .col__inner {
    width: 100%; }

.steps__tabs {
  list-style-type: none; }
  .steps__tabs li {
    margin-bottom: 0.25em; }
  .steps__tabs a {
    text-decoration: none; }

.home .steps__tabs a {
  transition: color .33s;
  color: #7C938D; }
  .home .steps__tabs a.active {
    color: #FFDA4F; }

.steps__areas {
  padding-bottom: 60px; }
  @media (min-width: 768px) {
    .steps__areas {
      padding-bottom: 0; } }
.steps__area {
  outline: none;
  padding-top: 60px; }
  @media (min-width: 768px) {
    .steps__area {
      padding-top: 10vh;
      min-height: 100vh; } }
  .steps__area p {
    font-weight: 200; }

.team .wrap, .team .page-template-tpl-textpage .content-sidebar-wrap, .page-template-tpl-textpage .team .content-sidebar-wrap {
  flex-wrap: wrap; }

.team + .team {
  padding-top: 0;
  margin-top: -40px; }
  @media (min-width: 768px) {
    .team + .team {
      margin-top: -60px;
      padding-bottom: 20px; } }
  @media (min-width: 1025px) {
    .team + .team {
      margin-top: -100px; } }
.team__header {
  width: 100%; }
  .team__header h2 {
    color: #B4462D; }

.team__items {
  width: 100%;
  display: block; }
  @media (min-width: 768px) {
    .team__items {
      width: calc(200px + ((100% - 280px) / 8 * 6));
      margin-left: calc(80px + ((100% - 280px) / 8 * 2));
      display: flex;
      flex-wrap: wrap; } }
  @media (min-width: 1025px) {
    .team__items {
      margin: 0;
      width: 100%; } }
.team__item {
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .team__item {
      margin-bottom: 40px; } }
  @media (min-width: 1025px) {
    .team__item {
      margin-bottom: 80px;
      width: calc(40px + ((100% - 280px) / 8 * 2));
      margin-right: 40px; }
      .team__item:nth-child(4n+4) {
        margin-right: 0; } }
  .team__item p:last-of-type {
    margin-bottom: 0; }

.team__itemheader {
  color: #B4462D;
  position: relative; }
  @media (min-width: 768px) {
    .team__itemheader {
      margin-bottom: 1rem; } }
  @media (min-width: 1025px) {
    .team__itemheader {
      margin-bottom: 40px; } }
  .team__itemheader h3, .team__itemheader h4 {
    margin: 0; }
    .team__itemheader h3, .team__itemheader h4 {
      font-size: 15px; }
      @media screen and (min-width: 1024px) {
        .team__itemheader h3, .team__itemheader h4 {
          font-size: calc(15px + 15 * ((100vw - 1024px) / 896)); } }
      @media screen and (min-width: 1920px) {
        .team__itemheader h3, .team__itemheader h4 {
          font-size: 30px; } }
.team__content {
  padding-top: 1rem;
  max-height: 0;
  overflow-y: hidden;
  transition: max-height 0.66s cubic-bezier(0.86, 0, 0.07, 1); }
  @media (min-width: 768px) {
    .team__content {
      max-height: none;
      padding-top: 0;
      display: block; } }
.active + .team__content {
  max-height: 300px; }

.team__toggle {
  display: block;
  width: 48px;
  height: 48px;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  outline: none;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%); }
  @media (min-width: 768px) {
    .team__toggle {
      display: none; } }
  .team__toggle:before, .team__toggle:after {
    content: "";
    display: block;
    background-color: #67d79a;
    position: absolute;
    transition: all 0.33s cubic-bezier(0.86, 0, 0.07, 1); }
  .team__toggle:before {
    left: 50%;
    width: 24px;
    height: 4px;
    transform: translate(-50%, -50%); }
  .team__toggle:after {
    left: 50%;
    width: 4px;
    height: 24px;
    transform: translate(-50%, -50%); }
  .team__toggle[aria-expanded="true"]:after {
    opacity: 0; }

.video {
  display: block;
  width: calc( 100% + 2px);
  height: calc( 100% + 2px);
  position: absolute;
  left: 0;
  top: -1px;
  right: 0;
  bottom: 0; }

.video__wrap {
  display: none;
  width: 100%;
  overflow: hidden; }
  @media (min-width: 640px) {
    .video__wrap {
      display: block;
      position: relative;
      height: 0;
      padding-bottom: 56.25%; } }
.video.mobile {
  display: block; }
  @media (min-width: 640px) {
    .video.mobile {
      display: none; } }
.video.desktop {
  display: none; }
  @media (min-width: 768px) {
    .video.desktop {
      display: block; } }
.page-about .intro {
  background-color: #5c0000;
  color: #fff; }

.page-about .panel {
  background-color: #E6AABE;
  color: #000; }

.page-about .compare {
  background-color: #780500;
  color: #ffffff; }

.blog .section-header,
.category .section-header,
.single-post .section-header,
.single-press .section-header {
  padding: 100px 30px 0; }
  @media (min-width: 768px) {
    .blog .section-header,
    .category .section-header,
    .single-post .section-header,
    .single-press .section-header {
      padding-left: 40px;
      padding-right: 40px;
      padding-top: 10vh; } }
  @media (min-width: 1920px) {
    .blog .section-header,
    .category .section-header,
    .single-post .section-header,
    .single-press .section-header {
      padding-left: 0;
      padding-right: 0; } }
@media (max-width: 640px) {
  .blog .section-header .wrap, .blog .section-header .page-template-tpl-textpage .content-sidebar-wrap, .page-template-tpl-textpage .blog .section-header .content-sidebar-wrap,
  .category .section-header .wrap,
  .category .section-header .page-template-tpl-textpage .content-sidebar-wrap,
  .page-template-tpl-textpage .category .section-header .content-sidebar-wrap,
  .single-post .section-header .wrap,
  .single-post .section-header .page-template-tpl-textpage .content-sidebar-wrap,
  .page-template-tpl-textpage .single-post .section-header .content-sidebar-wrap,
  .single-press .section-header .wrap,
  .single-press .section-header .page-template-tpl-textpage .content-sidebar-wrap,
  .page-template-tpl-textpage .single-press .section-header .content-sidebar-wrap {
    display: block; } }

@media (min-width: 768px) {
  .blog .section-header {
    padding-top: 60px; } }

@supports (--css: variables) {
  @media (min-width: 768px) {
    .blog,
    .category,
    .single-post,
    .single-press {
      --bgcolor: #ffffff;
      --logocolor: #000000;
      --burgercolor: #000000; } } }

.blogroll {
  padding-top: 0; }
  @media (min-width: 768px) {
    .blogroll__inner .loop {
      display: flex;
      flex-wrap: wrap;
      width: 100%; } }
  @media (min-width: 768px) {
    .blogroll .entry {
      width: calc(40px + ((100% - 280px) / 8 * 2));
      margin-right: 40px; }
      .blogroll .entry:nth-child(4n+4) {
        margin-right: 0; } }
.pagination {
  display: flex;
  width: 100%;
  justify-content: center;
  padding: 80px 0; }
  .pagination ul {
    list-style-type: none;
    display: inline-flex;
    justify-content: center; }
    .pagination ul li {
      margin: 0 5px; }
      .pagination ul li a {
        display: flex;
        justify-content: center;
        text-decoration: none;
        background-color: #cce9A5;
        min-width: 1.5rem;
        height: 1.5rem;
        line-height: 1.5rem;
        transition: all .33s;
        padding: 0 .5rem; }
        .pagination ul li a:hover, .pagination ul li a:focus {
          background-color: #9BC1F9;
          color: #ffffff; }
      .pagination ul li.active a {
        background-color: #009171; }

.featured {
  color: #ffffff; }
  .featured__item {
    position: relative;
    width: 100%; }
    .featured__item img {
      width: 100%;
      height: auto; }
  .featured__overlay {
    position: absolute;
    display: flex;
    width: 100%;
    height: 100%;
    z-index: 2;
    top: 0;
    margin: 0;
    padding: 40px;
    justify-content: center;
    background-color: rgba(102, 102, 102, 0.4); }
  .featured__summary {
    margin-top: 240px;
    text-align: left; }
    @media (min-width: 1024px) {
      .featured__summary {
        width: calc(160px + ((100% - 280px) / 8 * 5));
        margin-left: calc(40px + ((100% - 280px) / 8 * 1)); } }
  .featured__title {
    font-size: 40px;
    font-size: 2rem;
    line-height: 1.3; }
    .featured__title a {
      color: #ffffff;
      text-decoration: none; }
  .featured__excerpt {
    font-weight: 200;
    font-size: 22px;
    font-size: 1.1rem;
    line-height: 1.6;
    margin-top: 80px; }
  .featured__date {
    font-size: 22px;
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 40px;
    display: inline-block; }
  .featured .entry_categories {
    margin-bottom: 80px; }
  .featured .entry__category {
    display: inline-block;
    color: #9BC1F9 !important; }
    .featured .entry__category:hover, .featured .entry__category:focus {
      color: #ffffff !important; }

.single-post .featured__excerpt,
.single-press .featured__excerpt {
  margin-top: 0; }

.blog .blogroll__inner,
.archive .blogroll__inner {
  padding-top: 0; }

.blog .entry-title,
.archive .entry-title {
  margin-left: 0; }
  @media (min-width: 768px) {
    .blog .entry-title,
    .archive .entry-title {
      width: calc(200px + ((100% - 280px) / 8 * 6));
      margin-right: 40px; } }
.blog .section-header .wrap, .blog .section-header .page-template-tpl-textpage .content-sidebar-wrap, .page-template-tpl-textpage .blog .section-header .content-sidebar-wrap,
.archive .section-header .wrap,
.archive .section-header .page-template-tpl-textpage .content-sidebar-wrap,
.page-template-tpl-textpage .archive .section-header .content-sidebar-wrap {
  align-items: center; }

.filter {
  margin-bottom: 1rem; }
  @media (min-width: 768px) {
    .filter {
      display: flex;
      justify-content: flex-end;
      width: calc(200px + ((100% - 280px) / 8 * 6)); } }
  .filter ul {
    list-style: none;
    display: inline-flex;
    flex-wrap: wrap; }
  .filter .cat-item {
    margin: 0 10px 0 0; }
    .filter .cat-item:first-of-type:before {
      content: "Filter:";
      margin-right: .5rem; }
    .filter .cat-item a {
      color: #000000;
      display: inline-block;
      text-decoration: none;
      position: relative;
      color: #000000; }
      .filter .cat-item a:after {
        content: "";
        display: block;
        position: absolute;
        bottom: 0;
        right: 0;
        width: 0;
        height: 1px;
        background-color: currentColor;
        transition: all 0.33s cubic-bezier(0.86, 0, 0.07, 1);
        transition-delay: .111s;
        transform-origin: right center; }
      .filter .cat-item a:before {
        content: "";
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0;
        height: 1px;
        background-color: currentColor;
        transition: all 0.33s cubic-bezier(0.86, 0, 0.07, 1);
        transition-delay: .111s;
        transform-origin: left center; }
      .filter .cat-item a:hover:after, .filter .cat-item a:hover:before, .filter .cat-item a:focus:after, .filter .cat-item a:focus:before, .filter .cat-item a.active:after, .filter .cat-item a.active:before {
        width: 50%;
        transition-delay: 0; }

.single-post .content-sidebar-wrap,
.single-press .content-sidebar-wrap {
  padding-top: 0;
  max-width: 1440px;
  margin: 0 auto; }

.single-post .entry-header,
.single-press .entry-header {
  padding: 100px 30px 0;
  margin-bottom: 100px; }
  @media (min-width: 768px) {
    .single-post .entry-header,
    .single-press .entry-header {
      padding-left: 40px;
      padding-right: 40px; } }
  @media (min-width: 1920px) {
    .single-post .entry-header,
    .single-press .entry-header {
      padding-left: 0;
      padding-right: 0; } }
.single-post .entry-content,
.single-press .entry-content {
  max-width: 730px;
  margin: 0 auto; }

.single-post .entry-hero,
.single-press .entry-hero {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0; }

.single-post .entry-title,
.single-press .entry-title {
  text-align: center; }

.single-post .entry-meta,
.single-press .entry-meta {
  text-align: center; }

span.imgpl {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 62.7450980392%;
  background-color: #E5E9EA;
  position: relative; }
  span.imgpl:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background-color: #BECDD4; }

.entry:nth-child(4n+1) span.imgpl {
  background-color: #EADDB1; }
  .entry:nth-child(4n+1) span.imgpl:after {
    background-color: #CE5A1D; }

.entry:nth-child(4n+2) span.imgpl {
  background-color: #9EDEDE; }
  .entry:nth-child(4n+2) span.imgpl:after {
    background-color: #000E49; }

.entry:nth-child(4n+3) span.imgpl {
  background-color: #78C9C3; }
  .entry:nth-child(4n+3) span.imgpl:after {
    background-color: #1C2430; }

.entry:nth-child(4n+4) span.imgpl {
  background-color: #7BDFA7; }
  .entry:nth-child(4n+4) span.imgpl:after {
    background-color: #003D27; }

.entry:nth-child(4n+5) span.imgpl {
  background-color: #E6AABE; }
  .entry:nth-child(4n+5) span.imgpl:after {
    background-color: #5C0000; }

.entry:nth-child(4n+6) span.imgpl {
  background-color: #ADABE5; }
  .entry:nth-child(4n+6) span.imgpl:after {
    background-color: #370044; }

.press .row {
  min-height: 50vh; }

.press .col__item {
  padding-top: 0; }

.press .pr {
  background-color: #E6E6E6;
  padding: 60px 0; }

.press .pc {
  background-color: #F2F2F2;
  padding: 60px 0; }

.press .col__wrap {
  padding: 0 40px !important; }

.press .button {
  background-color: #E8562D;
  color: #ffffff;
  margin-top: 1rem; }
  @media (min-width: 768px) {
    .press .button {
      align-self: flex-start; } }
  .press .button:hover {
    background-color: #000000;
    color: #ffffff; }

@media (min-width: 768px) {
  .press .col,
  .press .col__item,
  .press .col__wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1; } }

.press-header {
  margin-bottom: 2rem; }

.press-list {
  display: flex;
  flex-direction: column; }

.press-item {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  cursor: pointer;
  text-decoration: none;
  color: #000000; }
  .press-item .press-date {
    color: #E8562D; }
  .press-item .press-title,
  .press-item .press-date {
    transition: all .33s; }
  .press-item:before {
    content: "";
    display: block;
    position: absolute;
    width: 22px;
    height: 14px;
    background-image: url(../img/arrow.svg);
    top: 0.5rem;
    opacity: 0;
    transition: all .33s; }
  .press-item:hover:before {
    opacity: 1; }
  .press-item:hover .press-title,
  .press-item:hover .press-date {
    transform: translateX(2rem); }

.page-contact .col__item {
  min-height: 100vh;
  padding-bottom: 60px; }
  @media (min-width: 768px) {
    .page-contact .col__item {
      padding-top: 0;
      min-height: 0;
      padding-bottom: 0; } }
  @media (min-width: 1024px) {
    .page-contact .col__item {
      min-height: 100vh; } }
@media (min-width: 768px) {
  .page-contact .row {
    flex-direction: column; } }

@media (min-width: 1024px) {
  .page-contact .row {
    flex-direction: row; } }

@media (min-width: 768px) {
  .page-contact .col {
    width: 100%; } }

@media (min-width: 1024px) {
  .page-contact .col {
    width: 50%;
    display: flex; } }

@media (min-width: 1024px) {
  .page-contact .col__item {
    width: 100%; } }

.page-contact .main_contact {
  padding-top: 0;
  background-color: #370044;
  color: #fff; }

.page-contact .col.details {
  background-color: #ADABE5;
  color: #000000; }

@media (min-width: 768px) {
  .page-contact .col__wrap {
    padding: 0 40px; } }

@media (min-width: 768px) {
  .page-contact .col__inner {
    width: 100% !important; } }

.page-contact .button--top {
  display: none; }

.page-contact .site-credits {
  padding-top: 40px; }
  @media (max-device-width: 640px) {
    .page-contact .site-credits {
      padding-top: 30px; } }
.page-contact .button--bottom {
  position: fixed;
  right: 30px;
  bottom: 30px;
  transform: translate(12px, 12px);
  z-index: 100; }
  @media (min-width: 768px) {
    .page-contact .button--bottom {
      display: none; } }
.contacthead {
  padding-top: 100px; }
  @media (min-width: 1024px) {
    .contacthead {
      padding-top: 25vh; } }
@media (min-width: 768px) {
  .contactarea {
    display: flex;
    justify-content: space-between; } }

@media (min-width: 768px) {
  .contactarea__main {
    width: calc( 50% - 20px); } }

.contactarea__main a {
  display: inline-block;
  text-decoration: none;
  position: relative;
  color: currentColor; }
  .contactarea__main a:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 1px;
    background-color: currentColor;
    transition: all 0.33s cubic-bezier(0.86, 0, 0.07, 1);
    transition-delay: .111s;
    transform-origin: right center; }
  .contactarea__main a:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: currentColor;
    transition: all 0.33s cubic-bezier(0.86, 0, 0.07, 1);
    transition-delay: .111s;
    transform-origin: left center; }
  .contactarea__main a:hover:after, .contactarea__main a:hover:before, .contactarea__main a:focus:after, .contactarea__main a:focus:before, .contactarea__main a.active:after, .contactarea__main a.active:before {
    width: 50%;
    transition-delay: 0; }

.contactarea__address {
  margin-bottom: 40px; }
  .contactarea__address p {
    font-style: normal; }

.contactarea__email {
  margin: 0; }

.contactarea__tel {
  margin: 0; }

.contactarea__social {
  margin-top: 30px;
  display: flex;
  margin-bottom: 30px; }
  @media (min-width: 1025px) {
    .contactarea__social {
      margin-top: 80px;
      margin-bottom: 40px; } }
  .contactarea__social .icon {
    color: currentColor;
    transition: color .33s; }
    .contactarea__social .icon:hover, .contactarea__social .icon:focus {
      color: #ADABE5; }
    @media (max-device-width: 640px) {
      .contactarea__social .icon svg {
        width: 30px;
        height: 30px; } }
.contactarea__depts {
  color: currentColor; }
  @media (min-width: 768px) {
    .contactarea__depts {
      width: calc( 50% - 20px); } }
  .contactarea__depts .widget {
    margin-bottom: 40px; }
  .contactarea__depts .widget__title {
    margin: 0; }
  .contactarea__depts a {
    display: inline-block;
    text-decoration: none;
    position: relative;
    color: currentColor; }
    .contactarea__depts a:after {
      content: "";
      display: block;
      position: absolute;
      bottom: 0;
      right: 0;
      width: 0;
      height: 1px;
      background-color: currentColor;
      transition: all 0.33s cubic-bezier(0.86, 0, 0.07, 1);
      transition-delay: .111s;
      transform-origin: right center; }
    .contactarea__depts a:before {
      content: "";
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 0;
      height: 1px;
      background-color: currentColor;
      transition: all 0.33s cubic-bezier(0.86, 0, 0.07, 1);
      transition-delay: .111s;
      transform-origin: left center; }
    .contactarea__depts a:hover:after, .contactarea__depts a:hover:before, .contactarea__depts a:focus:after, .contactarea__depts a:focus:before, .contactarea__depts a.active:after, .contactarea__depts a.active:before {
      width: 50%;
      transition-delay: 0; }

.contactform {
  padding-top: 100px;
  padding-bottom: 100px; }
  @media (min-width: 1024px) {
    .contactform {
      padding-top: 25vh; } }
  .contactform .validation_error {
    padding-bottom: 40px;
    color: white; }
    @media (min-width: 1024px) {
      .contactform .validation_error {
        position: absolute;
        transform: translateY(-100%); } }
.dataform {
  width: 100%;
  padding: 0; }
  .dataform .validation_error {
    padding-bottom: 40px;
    color: white; }
    @media (min-width: 1024px) {
      .dataform .validation_error {
        position: absolute;
        transform: translateY(-100%); } }
.gform_fields {
  list-style: none;
  margin: 0;
  padding: 0; }

.gfield {
  margin-bottom: 7px;
  position: relative;
  padding: 10px;
  line-height: 1.3;
  border: 2px solid rgba(255, 255, 255, 0.33);
  border-radius: 3px; }
  .gfield.hidden_label .gfield_label {
    position: absolute;
    height: 0;
    text-indent: -999em; }
  .gfield.gfield_error {
    border: 2px solid rgba(255, 0, 0, 0.33); }
  .gfield .medium {
    padding: 3px;
    line-height: 1.3;
    border: none;
    background-color: transparent !important;
    color: #ffffff;
    transition: all .33s; }
    .gfield .medium::-webkit-input-placeholder {
      color: #ffffff; }
    .gfield .medium::-moz-placeholder {
      color: #ffffff; }
    .gfield .medium:-ms-input-placeholder {
      color: #ffffff; }
    .gfield .medium::-ms-input-placeholder {
      color: #ffffff; }
    .gfield .medium::placeholder {
      color: #ffffff; }
    .gfield .medium.focus-visible::-webkit-input-placeholder {
      color: rgba(255, 255, 255, 0.33); }
    .gfield .medium.focus-visible::-moz-placeholder {
      color: rgba(255, 255, 255, 0.33); }
    .gfield .medium.focus-visible:-ms-input-placeholder {
      color: rgba(255, 255, 255, 0.33); }
    .gfield .medium.focus-visible::-ms-input-placeholder {
      color: rgba(255, 255, 255, 0.33); }
    .gfield .medium.focus-visible::placeholder {
      color: rgba(255, 255, 255, 0.33); }
    .gfield .medium::after {
      content: "Some Content";
      display: block;
      position: absolute;
      font-size: 0.8rem; }
  .gfield .textarea.medium {
    height: 120px; }
  .gfield .validation_message {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 5px;
    color: rgba(255, 0, 0, 0.78);
    font-size: 0.7rem; }

.gfield_options {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  line-height: 1.3;
  border: 2px solid rgba(255, 255, 255, 0.33);
  color: #ffffff; }
  .gfield_options .gfield_label {
    display: inline-block;
    padding: 3px; }
  .gfield_options .ginput_container_radio {
    display: flex;
    align-items: center; }
  .gfield_options .gfield_radio {
    display: inline-flex;
    align-items: center;
    list-style: none; }
    .gfield_options .gfield_radio li {
      margin-left: 15px; }
      .gfield_options .gfield_radio li input {
        margin-right: 5px;
        display: none; }
        .gfield_options .gfield_radio li input:checked + label {
          color: #370044; }
      .gfield_options .gfield_radio li label {
        cursor: pointer;
        transition: all .33s; }
        .gfield_options .gfield_radio li label .fas {
          margin-right: 3px; }

.gform_footer {
  display: flex;
  justify-content: flex-end; }
  .gform_footer .gform_button.button {
    line-height: 1;
    background-color: #370044;
    color: #ffffff;
    width: auto;
    border-radius: 3px;
    position: relative; }
    .gform_footer .gform_button.button:hover, .gform_footer .gform_button.button:focus {
      cursor: pointer;
      color: #ffffff;
      opacity: 0.7; }
    .gform_footer .gform_button.button:before {
      content: "Submit"; }
    .gform_footer .gform_button.button:disabled, .gform_footer .gform_button.button.disabled {
      cursor: default; }
      .gform_footer .gform_button.button:disabled:before, .gform_footer .gform_button.button.disabled:before {
        content: "Sending"; }
      .gform_footer .gform_button.button:disabled:after, .gform_footer .gform_button.button.disabled:after {
        opacity: 1; }

@media (min-width: 1024px) {
  .gform_heading {
    visibility: hidden; } }

body img.gform_ajax_spinner {
  display: none !important; }

.gform_confirmation_message {
  color: #ffffff; }

.gl_noshow {
  display: none; }

.medium:-webkit-autofill,
.medium:-webkit-autofill,
.medium:-webkit-autofill:hover,
.medium:-webkit-autofill:focus,
.medium:-webkit-autofill:active {
  background-color: black;
  -webkit-text-fill-color: white; }

.ginput_container_consent {
  display: flex;
  color: #ffffff; }
  .ginput_container_consent input {
    margin-right: 10px;
    transform: translateY(4px); }

.gform_consent_custom {
  border: none;
  padding: 0;
  margin: 40px 0; }

.cc-window {
  display: block;
  position: fixed;
  background-color: #000000;
  color: #ffffff;
  padding: 1rem;
  z-index: 49;
  bottom: 40px;
  left: 40px;
  width: calc(100% - 5rem);
  transition: opacity .66s; }
  @media (min-width: 1024px) {
    .cc-window {
      width: 300px; } }
  .cc-window.cc-invisible {
    opacity: 0; }

.cc-message {
  display: block;
  margin-bottom: 1rem; }
  .cc-message a {
    text-decoration: underline;
    color: #ffffff; }

.cc-btn {
  display: inline-block;
  background-color: #ffffff;
  color: #000000;
  padding: 0.5rem 1rem; }

.home .lead .sticky {
  background-color: #1c2430;
  color: #ffffff; }

.home .steps .steps__title {
  background-color: #1c5358; }
  .home .steps .steps__title .col__inner p {
    color: #fff; }

.home .steps .steps__nav {
  background-color: #1c736d; }
  .home .steps .steps__nav .steps__tabs a {
    color: #fff; }
    .home .steps .steps__nav .steps__tabs a.active {
      color: #78c9c3; }

.home .steps .steps__area * {
  color: #000000; }

.home .steps .steps__areatitle span {
  color: #1C736D !important; }

.home .cta {
  background-color: #1c2430;
  color: #fff; }
  .home .cta .button {
    background-color: #3c8e88;
    color: #fff; }
    .home .cta .button:hover, .home .cta .button:focus {
      color: #1c2430;
      background-color: #fff; }

.home .data_panel {
  background-color: #1c2430;
  color: #fff; }
  .home .data_panel .button {
    background-color: #3c8e88;
    color: #fff; }
    .home .data_panel .button:hover, .home .data_panel .button:focus {
      color: #1c2430;
      background-color: #fff; }
  .home .data_panel .col__wrap {
    display: flex;
    flex-wrap: wrap;
    padding: 3rem; }
    @media (min-width: 1024px) {
      .home .data_panel .col__wrap {
        flex-wrap: nowrap; } }
    .home .data_panel .col__wrap.no_max {
      max-width: none; }
  .home .data_panel .col {
    display: flex;
    align-items: center; }
    .home .data_panel .col .col__inner.no-margin {
      margin: 0;
      width: 100%; }
  .home .data_panel .col__item {
    padding-top: 3rem; }

@supports (--css: variables) {
  .home {
    --bgcolor: #1e242f;
    --logocolor: #000000;
    --burgercolor: #000000; } }

.page-platform .intro {
  background-color: #003d27;
  color: #fff; }

.page-platform .panel {
  background-color: #7bdfa7;
  color: #000; }

.page-platform .split .left {
  background-color: #26755b;
  color: #fff; }

.page-platform .split .right {
  background-color: #3f8c71;
  color: #fff; }

.page-platform .steps .steps__title {
  background-color: #005940; }
  .page-platform .steps .steps__title .col__inner p {
    color: #fff; }

.page-platform .steps .steps__nav {
  background-color: #3f8c71; }
  .page-platform .steps .steps__nav .steps__tabs a {
    color: #fff; }
    .page-platform .steps .steps__nav .steps__tabs a.active {
      color: #7bdfa7; }

.page-platform .steps .steps__area * {
  color: #000000; }

.page-platform .steps .steps__areatitle span {
  color: #26755B !important; }

.page-platform .cta {
  background-color: #003d27;
  color: #fff; }
  .page-platform .cta .button {
    background-color: #3f8c71;
    color: #fff; }
    .page-platform .cta .button:hover, .page-platform .cta .button:focus {
      color: #003d27;
      background-color: #fff; }

@supports (--css: variables) {
  .page-platform {
    --bgcolor: #1e261d;
    --logocolor: #fbe9d7;
    --burgercolor: #fbe9d7; } }

@media (min-width: 768px) {
  .page-template-tpl-textpage .entry {
    width: calc(200px + ((100% - 280px) / 8 * 6)); } }

@media (min-width: 1025px) {
  .page-template-tpl-textpage .entry {
    width: calc(120px + ((100% - 280px) / 8 * 4)); } }

.page-template-tpl-textpage .content {
  padding-top: 0; }

.page-template-tpl-textpage .entry-header {
  padding: 100px 30px 0; }
  @media (min-width: 768px) {
    .page-template-tpl-textpage .entry-header {
      padding-left: 40px;
      padding-right: 40px;
      padding-top: 10vh; } }
  @media (min-width: 1920px) {
    .page-template-tpl-textpage .entry-header {
      padding-left: 0;
      padding-right: 0; } }
.page-template-tpl-textpage .entry-title {
  margin-bottom: 0; }

.page-template-tpl-textpage .entry-content a {
  color: #000000; }

@media (min-width: 1920px) {
  .page-template-tpl-textpage .entry-content {
    padding-left: 0;
    padding-right: 0; } }

/* Buttons
--------------------------------------------- */
.button {
  display: block;
  position: relative;
  padding: 15px 30px;
  text-decoration: none;
  overflow: hidden;
  text-align: center;
  font-size: 20px;
  font-size: 1rem;
  font-weight: normal; }
  .button:hover, .button:focus {
    color: #ffffff;
    opacity: 0.5; }
  @media (min-width: 768px) {
    .button {
      display: inline-block;
      padding: 20px 40px; } }
  .button span {
    position: relative;
    z-index: 2; }
  @supports (--css: variables) {
    .button {
      transition: all 0.33s cubic-bezier(0.86, 0, 0.07, 1);
      border: 2px solid var(--primary); }
      .button:after, .button:before {
        content: "";
        display: block;
        width: 50%;
        height: 100%;
        position: absolute;
        top: 0;
        transition: transform 0.33s cubic-bezier(0.86, 0, 0.07, 1);
        background-color: var(--accent);
        z-index: 1; }
      .button:after {
        left: 0;
        transform: translateX(-101%); }
      .button:before {
        right: 0;
        transform: translateX(101%); }
      .button:hover, .button:focus {
        opacity: 1;
        color: var(--primary); }
        .button:hover:before, .button:focus:before {
          transform: translateX(0); }
        .button:hover:after, .button:focus:after {
          transform: translateX(0); } }

.sq-button {
  width: 48px;
  height: 48px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none; }

.button--top {
  position: absolute;
  right: 30px;
  bottom: 57px;
  transform: translateY(-100%);
  cursor: pointer;
  background-color: #000000;
  transition: all .33s; }
  @media (min-width: 768px) {
    .button--top {
      bottom: 30px;
      transform: translateY(0); } }
  @media (min-width: 1025px) {
    .button--top {
      right: 40px;
      bottom: 40px; } }
  .button--top:hover, .button--top:focus {
    background-color: #67d79a; }
  .button--top:after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    transform-origin: center center;
    transform: translateY(25%) rotate(45deg);
    border: 3px solid #FFFFFF;
    opacity: 1;
    border-bottom: 0;
    border-right: 0; }

.button--bottom {
  position: fixed;
  cursor: pointer;
  background-color: #000000;
  transition: all .33s;
  right: 30px;
  bottom: 30px;
  z-index: 100;
  opacity: 1;
  transition: all .33s; }
  @media (min-width: 768px) {
    .button--bottom {
      right: 40px;
      bottom: 40px; } }
  .button--bottom:hover, .button--bottom:focus {
    background-color: #67d79a; }
  .button--bottom:after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    transform-origin: center center;
    transform: translateY(-25%) rotate(45deg);
    border: 3px solid #FFFFFF;
    opacity: 1;
    border-top: 0;
    border-left: 0; }

.mid-scroll .button--bottom {
  opacity: 0;
  visibility: hidden; }

.home .button--bottom {
  position: fixed; }

.page .button--bottom {
  position: fixed; }

/* Transitions
--------------------------------------------- */
.transition {
  transition: all .33s; }

/*!
 * animate.css - https://animate.style/
 * Version - 4.1.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */
:root {
  --animate-duration: 1s;
  --animate-delay: 1s;
  --animate-repeat: 1; }

.animate__animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animate__animated.animate__infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.animate__animated.animate__repeat-1 {
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: var(--animate-repeat);
  animation-iteration-count: var(--animate-repeat); }

.animate__animated.animate__repeat-2 {
  -webkit-animation-iteration-count: calc(1 * 2);
  animation-iteration-count: calc(1 * 2);
  -webkit-animation-iteration-count: calc(var(--animate-repeat) * 2);
  animation-iteration-count: calc(var(--animate-repeat) * 2); }

.animate__animated.animate__repeat-3 {
  -webkit-animation-iteration-count: calc(1 * 3);
  animation-iteration-count: calc(1 * 3);
  -webkit-animation-iteration-count: calc(var(--animate-repeat) * 3);
  animation-iteration-count: calc(var(--animate-repeat) * 3); }

.animate__animated.animate__delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-delay: var(--animate-delay);
  animation-delay: var(--animate-delay); }

.animate__animated.animate__delay-2s {
  -webkit-animation-delay: calc(1s * 2);
  animation-delay: calc(1s * 2);
  -webkit-animation-delay: calc(var(--animate-delay) * 2);
  animation-delay: calc(var(--animate-delay) * 2); }

.animate__animated.animate__delay-3s {
  -webkit-animation-delay: calc(1s * 3);
  animation-delay: calc(1s * 3);
  -webkit-animation-delay: calc(var(--animate-delay) * 3);
  animation-delay: calc(var(--animate-delay) * 3); }

.animate__animated.animate__delay-4s {
  -webkit-animation-delay: calc(1s * 4);
  animation-delay: calc(1s * 4);
  -webkit-animation-delay: calc(var(--animate-delay) * 4);
  animation-delay: calc(var(--animate-delay) * 4); }

.animate__animated.animate__delay-5s {
  -webkit-animation-delay: calc(1s * 5);
  animation-delay: calc(1s * 5);
  -webkit-animation-delay: calc(var(--animate-delay) * 5);
  animation-delay: calc(var(--animate-delay) * 5); }

.animate__animated.animate__faster {
  -webkit-animation-duration: calc(1s / 2);
  animation-duration: calc(1s / 2);
  -webkit-animation-duration: calc(var(--animate-duration) / 2);
  animation-duration: calc(var(--animate-duration) / 2); }

.animate__animated.animate__fast {
  -webkit-animation-duration: calc(1s * 0.8);
  animation-duration: calc(1s * 0.8);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.8);
  animation-duration: calc(var(--animate-duration) * 0.8); }

.animate__animated.animate__slow {
  -webkit-animation-duration: calc(1s * 2);
  animation-duration: calc(1s * 2);
  -webkit-animation-duration: calc(var(--animate-duration) * 2);
  animation-duration: calc(var(--animate-duration) * 2); }

.animate__animated.animate__slower {
  -webkit-animation-duration: calc(1s * 3);
  animation-duration: calc(1s * 3);
  -webkit-animation-duration: calc(var(--animate-duration) * 3);
  animation-duration: calc(var(--animate-duration) * 3); }

@media print, (prefers-reduced-motion: reduce) {
  .animate__animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important; }
  .animate__animated[class*='Out'] {
    opacity: 0; } }

/* Attention seekers  */
@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  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);
    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);
    transform: translate3d(0, -30px, 0) scaleY(1.1); }
  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);
    transform: translate3d(0, -15px, 0) scaleY(1.05); }
  80% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0) scaleY(0.95); }
  90% {
    transform: translate3d(0, -4px, 0) scaleY(1.02); } }

@keyframes bounce {
  from,
  20%,
  53%,
  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);
    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);
    transform: translate3d(0, -30px, 0) scaleY(1.1); }
  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);
    transform: translate3d(0, -15px, 0) scaleY(1.05); }
  80% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0) scaleY(0.95); }
  90% {
    transform: translate3d(0, -4px, 0) scaleY(1.02); } }

.animate__bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  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; } }

.animate__flash {
  -webkit-animation-name: flash;
  animation-name: flash; }

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

@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1); }
  50% {
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    transform: scale3d(1, 1, 1); } }

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

@-webkit-keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1); }
  30% {
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    transform: scale3d(1.05, 0.95, 1); }
  to {
    transform: scale3d(1, 1, 1); } }

@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1); }
  30% {
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    transform: scale3d(1.05, 0.95, 1); }
  to {
    transform: scale3d(1, 1, 1); } }

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

@-webkit-keyframes shakeX {
  from,
  to {
    transform: translate3d(0, 0, 0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translate3d(-10px, 0, 0); }
  20%,
  40%,
  60%,
  80% {
    transform: translate3d(10px, 0, 0); } }

@keyframes shakeX {
  from,
  to {
    transform: translate3d(0, 0, 0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translate3d(-10px, 0, 0); }
  20%,
  40%,
  60%,
  80% {
    transform: translate3d(10px, 0, 0); } }

.animate__shakeX {
  -webkit-animation-name: shakeX;
  animation-name: shakeX; }

@-webkit-keyframes shakeY {
  from,
  to {
    transform: translate3d(0, 0, 0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translate3d(0, -10px, 0); }
  20%,
  40%,
  60%,
  80% {
    transform: translate3d(0, 10px, 0); } }

@keyframes shakeY {
  from,
  to {
    transform: translate3d(0, 0, 0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translate3d(0, -10px, 0); }
  20%,
  40%,
  60%,
  80% {
    transform: translate3d(0, 10px, 0); } }

.animate__shakeY {
  -webkit-animation-name: shakeY;
  animation-name: shakeY; }

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

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

.animate__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% {
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    transform: rotate3d(0, 0, 1, 0deg); } }

@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    transform: rotate3d(0, 0, 1, 0deg); } }

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

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

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

.animate__tada {
  -webkit-animation-name: tada;
  animation-name: tada; }

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

@keyframes wobble {
  from {
    transform: translate3d(0, 0, 0); }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    transform: translate3d(0, 0, 0); } }

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

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

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

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

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

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

.animate__heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: calc(1s * 1.3);
  animation-duration: calc(1s * 1.3);
  -webkit-animation-duration: calc(var(--animate-duration) * 1.3);
  animation-duration: calc(var(--animate-duration) * 1.3);
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out; }

/* Back entrances */
@-webkit-keyframes backInDown {
  0% {
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7; }
  80% {
    transform: translateY(0px) scale(0.7);
    opacity: 0.7; }
  100% {
    transform: scale(1);
    opacity: 1; } }

@keyframes backInDown {
  0% {
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7; }
  80% {
    transform: translateY(0px) scale(0.7);
    opacity: 0.7; }
  100% {
    transform: scale(1);
    opacity: 1; } }

.animate__backInDown {
  -webkit-animation-name: backInDown;
  animation-name: backInDown; }

@-webkit-keyframes backInLeft {
  0% {
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7; }
  80% {
    transform: translateX(0px) scale(0.7);
    opacity: 0.7; }
  100% {
    transform: scale(1);
    opacity: 1; } }

@keyframes backInLeft {
  0% {
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7; }
  80% {
    transform: translateX(0px) scale(0.7);
    opacity: 0.7; }
  100% {
    transform: scale(1);
    opacity: 1; } }

.animate__backInLeft {
  -webkit-animation-name: backInLeft;
  animation-name: backInLeft; }

@-webkit-keyframes backInRight {
  0% {
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7; }
  80% {
    transform: translateX(0px) scale(0.7);
    opacity: 0.7; }
  100% {
    transform: scale(1);
    opacity: 1; } }

@keyframes backInRight {
  0% {
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7; }
  80% {
    transform: translateX(0px) scale(0.7);
    opacity: 0.7; }
  100% {
    transform: scale(1);
    opacity: 1; } }

.animate__backInRight {
  -webkit-animation-name: backInRight;
  animation-name: backInRight; }

@-webkit-keyframes backInUp {
  0% {
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7; }
  80% {
    transform: translateY(0px) scale(0.7);
    opacity: 0.7; }
  100% {
    transform: scale(1);
    opacity: 1; } }

@keyframes backInUp {
  0% {
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7; }
  80% {
    transform: translateY(0px) scale(0.7);
    opacity: 0.7; }
  100% {
    transform: scale(1);
    opacity: 1; } }

.animate__backInUp {
  -webkit-animation-name: backInUp;
  animation-name: backInUp; }

/* Back exits */
@-webkit-keyframes backOutDown {
  0% {
    transform: scale(1);
    opacity: 1; }
  20% {
    transform: translateY(0px) scale(0.7);
    opacity: 0.7; }
  100% {
    transform: translateY(700px) scale(0.7);
    opacity: 0.7; } }

@keyframes backOutDown {
  0% {
    transform: scale(1);
    opacity: 1; }
  20% {
    transform: translateY(0px) scale(0.7);
    opacity: 0.7; }
  100% {
    transform: translateY(700px) scale(0.7);
    opacity: 0.7; } }

.animate__backOutDown {
  -webkit-animation-name: backOutDown;
  animation-name: backOutDown; }

@-webkit-keyframes backOutLeft {
  0% {
    transform: scale(1);
    opacity: 1; }
  20% {
    transform: translateX(0px) scale(0.7);
    opacity: 0.7; }
  100% {
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7; } }

@keyframes backOutLeft {
  0% {
    transform: scale(1);
    opacity: 1; }
  20% {
    transform: translateX(0px) scale(0.7);
    opacity: 0.7; }
  100% {
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7; } }

.animate__backOutLeft {
  -webkit-animation-name: backOutLeft;
  animation-name: backOutLeft; }

@-webkit-keyframes backOutRight {
  0% {
    transform: scale(1);
    opacity: 1; }
  20% {
    transform: translateX(0px) scale(0.7);
    opacity: 0.7; }
  100% {
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7; } }

@keyframes backOutRight {
  0% {
    transform: scale(1);
    opacity: 1; }
  20% {
    transform: translateX(0px) scale(0.7);
    opacity: 0.7; }
  100% {
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7; } }

.animate__backOutRight {
  -webkit-animation-name: backOutRight;
  animation-name: backOutRight; }

@-webkit-keyframes backOutUp {
  0% {
    transform: scale(1);
    opacity: 1; }
  20% {
    transform: translateY(0px) scale(0.7);
    opacity: 0.7; }
  100% {
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7; } }

@keyframes backOutUp {
  0% {
    transform: scale(1);
    opacity: 1; }
  20% {
    transform: translateY(0px) scale(0.7);
    opacity: 0.7; }
  100% {
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7; } }

.animate__backOutUp {
  -webkit-animation-name: backOutUp;
  animation-name: backOutUp; }

/* Bouncing entrances  */
@-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;
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 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;
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1); } }

.animate__bounceIn {
  -webkit-animation-duration: calc(1s * 0.75);
  animation-duration: calc(1s * 0.75);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -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;
    transform: translate3d(0, -3000px, 0) scaleY(3); }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0) scaleY(0.9); }
  75% {
    transform: translate3d(0, -10px, 0) scaleY(0.95); }
  90% {
    transform: translate3d(0, 5px, 0) scaleY(0.985); }
  to {
    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;
    transform: translate3d(0, -3000px, 0) scaleY(3); }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0) scaleY(0.9); }
  75% {
    transform: translate3d(0, -10px, 0) scaleY(0.95); }
  90% {
    transform: translate3d(0, 5px, 0) scaleY(0.985); }
  to {
    transform: translate3d(0, 0, 0); } }

.animate__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;
    transform: translate3d(-3000px, 0, 0) scaleX(3); }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0) scaleX(1); }
  75% {
    transform: translate3d(-10px, 0, 0) scaleX(0.98); }
  90% {
    transform: translate3d(5px, 0, 0) scaleX(0.995); }
  to {
    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;
    transform: translate3d(-3000px, 0, 0) scaleX(3); }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0) scaleX(1); }
  75% {
    transform: translate3d(-10px, 0, 0) scaleX(0.98); }
  90% {
    transform: translate3d(5px, 0, 0) scaleX(0.995); }
  to {
    transform: translate3d(0, 0, 0); } }

.animate__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;
    transform: translate3d(3000px, 0, 0) scaleX(3); }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0) scaleX(1); }
  75% {
    transform: translate3d(10px, 0, 0) scaleX(0.98); }
  90% {
    transform: translate3d(-5px, 0, 0) scaleX(0.995); }
  to {
    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;
    transform: translate3d(3000px, 0, 0) scaleX(3); }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0) scaleX(1); }
  75% {
    transform: translate3d(10px, 0, 0) scaleX(0.98); }
  90% {
    transform: translate3d(-5px, 0, 0) scaleX(0.995); }
  to {
    transform: translate3d(0, 0, 0); } }

.animate__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;
    transform: translate3d(0, 3000px, 0) scaleY(5); }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0) scaleY(0.9); }
  75% {
    transform: translate3d(0, 10px, 0) scaleY(0.95); }
  90% {
    transform: translate3d(0, -5px, 0) scaleY(0.985); }
  to {
    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;
    transform: translate3d(0, 3000px, 0) scaleY(5); }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0) scaleY(0.9); }
  75% {
    transform: translate3d(0, 10px, 0) scaleY(0.95); }
  90% {
    transform: translate3d(0, -5px, 0) scaleY(0.985); }
  to {
    transform: translate3d(0, 0, 0); } }

.animate__bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }

/* Bouncing exits  */
@-webkit-keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9); }
  50%,
  55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); } }

@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9); }
  50%,
  55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); } }

.animate__bounceOut {
  -webkit-animation-duration: calc(1s * 0.75);
  animation-duration: calc(1s * 0.75);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut; }

@-webkit-keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0) scaleY(0.985); }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0) scaleY(0.9); }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0) scaleY(3); } }

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0) scaleY(0.985); }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0) scaleY(0.9); }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0) scaleY(3); } }

.animate__bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0) scaleX(0.9); }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0) scaleX(2); } }

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0) scaleX(0.9); }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0) scaleX(2); } }

.animate__bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0) scaleX(0.9); }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0) scaleX(2); } }

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0) scaleX(0.9); }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0) scaleX(2); } }

.animate__bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

@-webkit-keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0) scaleY(0.985); }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0) scaleY(0.9); }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0) scaleY(3); } }

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0) scaleY(0.985); }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0) scaleY(0.9); }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0) scaleY(3); } }

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

/* Fading entrances  */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.animate__fadeInTopLeft {
  -webkit-animation-name: fadeInTopLeft;
  animation-name: fadeInTopLeft; }

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

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

.animate__fadeInTopRight {
  -webkit-animation-name: fadeInTopRight;
  animation-name: fadeInTopRight; }

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

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

.animate__fadeInBottomLeft {
  -webkit-animation-name: fadeInBottomLeft;
  animation-name: fadeInBottomLeft; }

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

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

.animate__fadeInBottomRight {
  -webkit-animation-name: fadeInBottomRight;
  animation-name: fadeInBottomRight; }

/* Fading exits */
@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.animate__fadeOutTopLeft {
  -webkit-animation-name: fadeOutTopLeft;
  animation-name: fadeOutTopLeft; }

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

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

.animate__fadeOutTopRight {
  -webkit-animation-name: fadeOutTopRight;
  animation-name: fadeOutTopRight; }

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

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

.animate__fadeOutBottomRight {
  -webkit-animation-name: fadeOutBottomRight;
  animation-name: fadeOutBottomRight; }

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

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

.animate__fadeOutBottomLeft {
  -webkit-animation-name: fadeOutBottomLeft;
  animation-name: fadeOutBottomLeft; }

/* Flippers */
@-webkit-keyframes flip {
  from {
    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% {
    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% {
    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% {
    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 {
    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 {
    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% {
    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% {
    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% {
    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 {
    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; } }

.animate__animated.animate__flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    transform: perspective(400px); } }

@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    transform: perspective(400px); } }

.animate__flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX; }

@-webkit-keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    transform: perspective(400px); } }

@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    transform: perspective(400px); } }

.animate__flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY; }

@-webkit-keyframes flipOutX {
  from {
    transform: perspective(400px); }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutX {
  from {
    transform: perspective(400px); }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

.animate__flipOutX {
  -webkit-animation-duration: calc(1s * 0.75);
  animation-duration: calc(1s * 0.75);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  from {
    transform: perspective(400px); }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutY {
  from {
    transform: perspective(400px); }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

.animate__flipOutY {
  -webkit-animation-duration: calc(1s * 0.75);
  animation-duration: calc(1s * 0.75);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY; }

/* Lightspeed */
@-webkit-keyframes lightSpeedInRight {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    transform: skewX(-5deg); }
  to {
    transform: translate3d(0, 0, 0); } }

@keyframes lightSpeedInRight {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    transform: skewX(-5deg); }
  to {
    transform: translate3d(0, 0, 0); } }

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

@-webkit-keyframes lightSpeedInLeft {
  from {
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0; }
  60% {
    transform: skewX(-20deg);
    opacity: 1; }
  80% {
    transform: skewX(5deg); }
  to {
    transform: translate3d(0, 0, 0); } }

@keyframes lightSpeedInLeft {
  from {
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0; }
  60% {
    transform: skewX(-20deg);
    opacity: 1; }
  80% {
    transform: skewX(5deg); }
  to {
    transform: translate3d(0, 0, 0); } }

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

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

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

.animate__lightSpeedOutRight {
  -webkit-animation-name: lightSpeedOutRight;
  animation-name: lightSpeedOutRight;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

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

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

.animate__lightSpeedOutLeft {
  -webkit-animation-name: lightSpeedOutLeft;
  animation-name: lightSpeedOutLeft;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

/* Rotating entrances */
@-webkit-keyframes rotateIn {
  from {
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

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

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

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

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

.animate__rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
  transform-origin: left bottom; }

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

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

.animate__rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
  transform-origin: right bottom; }

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

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

.animate__rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
  transform-origin: left bottom; }

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

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

.animate__rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
  transform-origin: right bottom; }

/* Rotating exits */
@-webkit-keyframes rotateOut {
  from {
    opacity: 1; }
  to {
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

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

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

@-webkit-keyframes rotateOutDownLeft {
  from {
    opacity: 1; }
  to {
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

@keyframes rotateOutDownLeft {
  from {
    opacity: 1; }
  to {
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

.animate__rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
  transform-origin: left bottom; }

@-webkit-keyframes rotateOutDownRight {
  from {
    opacity: 1; }
  to {
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutDownRight {
  from {
    opacity: 1; }
  to {
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.animate__rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
  transform-origin: right bottom; }

@-webkit-keyframes rotateOutUpLeft {
  from {
    opacity: 1; }
  to {
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutUpLeft {
  from {
    opacity: 1; }
  to {
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.animate__rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
  transform-origin: left bottom; }

@-webkit-keyframes rotateOutUpRight {
  from {
    opacity: 1; }
  to {
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

@keyframes rotateOutUpRight {
  from {
    opacity: 1; }
  to {
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

.animate__rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
  transform-origin: right bottom; }

/* Specials */
@-webkit-keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%,
  60% {
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%,
  80% {
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

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

.animate__hinge {
  -webkit-animation-duration: calc(1s * 2);
  animation-duration: calc(1s * 2);
  -webkit-animation-duration: calc(var(--animate-duration) * 2);
  animation-duration: calc(var(--animate-duration) * 2);
  -webkit-animation-name: hinge;
  animation-name: hinge;
  transform-origin: top left; }

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

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

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

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

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

.animate__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;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

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

.animate__rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut; }

/* Zooming entrances */
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

.animate__zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; }

@-webkit-keyframes zoomInDown {
  from {
    opacity: 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;
    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;
    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;
    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); } }

.animate__zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown; }

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 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;
    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;
    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;
    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); } }

.animate__zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft; }

@-webkit-keyframes zoomInRight {
  from {
    opacity: 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;
    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;
    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;
    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); } }

.animate__zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight; }

@-webkit-keyframes zoomInUp {
  from {
    opacity: 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;
    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;
    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;
    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); } }

.animate__zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp; }

/* Zooming exits */
@-webkit-keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

@keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

.animate__zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut; }

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    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;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 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 zoomOutDown {
  40% {
    opacity: 1;
    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;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 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); } }

.animate__zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
  transform-origin: center bottom; }

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0); } }

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0); } }

.animate__zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
  transform-origin: left center; }

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0); } }

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0); } }

.animate__zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
  transform-origin: right center; }

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    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;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 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 zoomOutUp {
  40% {
    opacity: 1;
    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;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 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); } }

.animate__zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
  transform-origin: center bottom; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Print Styles
---------------------------------------------------------------------------- */
@media print {
  *,
  *::before,
  *::after {
    background: transparent !important;
    box-shadow: none !important;
    color: #333 !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]::after {
    content: " (" attr(href) ")"; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  a[href^="javascript:"]::after,
  a[href^="#"]::after,
  .site-title > a::after {
    content: ""; }
  thead {
    display: table-header-group; }
  img,
  tr {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 2cm 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  blockquote,
  pre {
    border: 1px solid #999;
    page-break-inside: avoid; }
  .content,
  .content-sidebar {
    width: 100%; }
  button,
  input,
  select,
  textarea,
  .breadcrumb,
  .comment-edit-link,
  .comment-form,
  .comment-list .reply a,
  .comment-reply-title,
  .edit-link,
  .entry-comments-link,
  .entry-footer,
  .genesis-box,
  .header-widget-area,
  .hidden-print,
  .home-top,
  .nav-primary,
  .nav-secondary,
  .post-edit-link,
  .sidebar {
    display: none !important; }
  .title-area {
    text-align: center;
    width: 100%; }
  .site-title > a {
    margin: 0;
    text-decoration: none;
    text-indent: 0; }
  .site-inner {
    padding-top: 0;
    position: relative; }
  .author-box {
    margin-bottom: 0; }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    orphans: 3;
    page-break-after: avoid;
    page-break-inside: avoid;
    widows: 3; }
  img {
    page-break-after: avoid;
    page-break-inside: avoid; }
  blockquote,
  pre,
  table {
    page-break-inside: avoid; }
  dl,
  ol,
  ul {
    page-break-before: avoid; } }
/*# sourceMappingURL=style.css.map */