/*
Theme Name: Ace G
Theme URI: https://appliedimagination.com/
Description: A custom theme built by the team at Applied Imagination.
Author: Applied Imagination
Version: 1.1
*/
/*! 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 {
  -webkit-box-sizing: content-box;
          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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 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] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

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

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

/**
 * Remove the inner padding 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;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

figure {
  margin: 0;
}

.has-blue-color {
  color: var(--wp--preset--color--blue);
}
.has-blue-color.numbers .wp-block-column {
  border-color: var(--wp--preset--color--blue);
}

.has-teal-color {
  color: var(--wp--preset--color--teal);
}
.has-teal-color.numbers .wp-block-column {
  border-color: var(--wp--preset--color--teal);
}

.has-orange-color {
  color: var(--wp--preset--color--orange);
}
.has-orange-color.numbers .wp-block-column {
  border-color: var(--wp--preset--color--orange);
}

.has-white-color {
  color: var(--wp--preset--color--white);
}
.has-white-color.numbers .wp-block-column {
  border-color: var(--wp--preset--color--white);
}

.has-black-color {
  color: var(--wp--preset--color--black);
}
.has-black-color.numbers .wp-block-column {
  border-color: var(--wp--preset--color--black);
}

.has-gray-100-color {
  color: var(--wp--preset--color--gray-100);
}
.has-gray-100-color.numbers .wp-block-column {
  border-color: var(--wp--preset--color--gray-100);
}

.has-gray-200-color {
  color: var(--wp--preset--color--gray-200);
}
.has-gray-200-color.numbers .wp-block-column {
  border-color: var(--wp--preset--color--gray-200);
}

.has-gray-300-color {
  color: var(--wp--preset--color--gray-300);
}
.has-gray-300-color.numbers .wp-block-column {
  border-color: var(--wp--preset--color--gray-300);
}

.has-gray-400-color {
  color: var(--wp--preset--color--gray-400);
}
.has-gray-400-color.numbers .wp-block-column {
  border-color: var(--wp--preset--color--gray-400);
}

.has-gray-500-color {
  color: var(--wp--preset--color--gray-500);
}
.has-gray-500-color.numbers .wp-block-column {
  border-color: var(--wp--preset--color--gray-500);
}

.has-gray-600-color {
  color: var(--wp--preset--color--gray-600);
}
.has-gray-600-color.numbers .wp-block-column {
  border-color: var(--wp--preset--color--gray-600);
}

.has-gray-700-color {
  color: var(--wp--preset--color--gray-700);
}
.has-gray-700-color.numbers .wp-block-column {
  border-color: var(--wp--preset--color--gray-700);
}

.has-gray-800-color {
  color: var(--wp--preset--color--gray-800);
}
.has-gray-800-color.numbers .wp-block-column {
  border-color: var(--wp--preset--color--gray-800);
}

.has-gray-900-color {
  color: var(--wp--preset--color--gray-900);
}
.has-gray-900-color.numbers .wp-block-column {
  border-color: var(--wp--preset--color--gray-900);
}

.has-blue-background-color {
  background-color: var(--wp--preset--color--blue);
}

.has-navy-background-color {
  background-color: var(--wp--preset--color--navy);
}

.has-teal-background-color {
  background-color: var(--wp--preset--color--teal);
}

.has-orange-background-color {
  background-color: var(--wp--preset--color--orange);
}

.has-white-background-color {
  background-color: var(--wp--preset--color--white);
}

.has-black-background-color {
  background-color: var(--wp--preset--color--black);
}

.has-gray-100-background-color {
  background-color: var(--wp--preset--color--gray-100);
}

.has-gray-200-background-color {
  background-color: var(--wp--preset--color--gray-200);
}

.has-gray-300-background-color {
  background-color: var(--wp--preset--color--gray-300);
}

.has-gray-400-background-color {
  background-color: var(--wp--preset--color--gray-400);
}

.has-gray-500-background-color {
  background-color: var(--wp--preset--color--gray-500);
}

.has-gray-600-background-color {
  background-color: var(--wp--preset--color--gray-600);
}

.has-gray-700-background-color {
  background-color: var(--wp--preset--color--gray-700);
}

.has-gray-800-background-color {
  background-color: var(--wp--preset--color--gray-800);
}

.has-gray-900-background-color {
  background-color: var(--wp--preset--color--gray-900);
}

@font-face {
  font-family: "Gotham";
  src: url("./assets/fonts/Gotham-Medium.woff2") format("woff2"), url("./assets/fonts/Gotham-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("./assets/fonts/GothamSSm-Book_Web.woff2") format("woff2"), url("./assets/fonts/GothamSSm-Book_Web.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("./assets/fonts/Gotham-Light.woff2") format("woff2"), url("./assets/fonts/Gotham-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "vericast-icons";
  src: url("./assets/fonts/vericast-icons.eot?qj1qzw");
  src: url("./assets/fonts/vericast-icons.eot?qj1qzw#iefix") format("embedded-opentype"), url("./assets/fonts/vericast-icons.ttf?qj1qzw") format("truetype"), url("./assets/fonts/vericast-icons.woff?qj1qzw") format("woff"), url("./assets/fonts/vericast-icons.svg?qj1qzw#vericast-icons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "vericast-icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}

.icon-home:before {
  content: "\e900";
}

.icon-login:before {
  content: "\e901";
}

.icon-search:before {
  content: "\e902";
}

.icon-angle-left:before {
  content: "\e903";
}

.icon-angle-right:before {
  content: "\e904";
}

.icon-angle-up:before {
  content: "\e905";
}

.icon-angle-down:before {
  content: "\e906";
}

.icon-close:before {
  content: "\e907";
}

.icon-slash:before {
  content: "\e908";
	display: none;
	
}

.icon-facebook:before {
  content: "\e909";
}

.icon-twitter:before {
  content: "\e90e";
}

.icon-linkedin:before {
  content: "\e90b";
}

.icon-instagram:before {
  content: "\e90c";
}

.icon-play:before {
  content: "\e90d";
}

.icon-x:before {
  content: '\e90e';
}

@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url("assets/fonts/fontawesome/fa-light-300.woff2") format("woff2"), url("assets/fonts/fontawesome/fa-light-300.ttf") format("truetype");
}
.fal,
.fa-light {
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
}

@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("assets/fonts/fontawesome/fa-regular-400.woff2") format("woff2"), url("assets/fonts/fontawesome/fa-regular-400.ttf") format("truetype");
}
.far,
.fa-regular {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
}

@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("assets/fonts/fontawesome/fa-solid-900.woff2") format("woff2"), url("assets/fonts/fontawesome/fa-solid-900.ttf") format("truetype");
}
.fas,
.fa-solid {
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
}

@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("assets/fonts/fontawesome/fa-brands-400.woff2") format("woff2"), url("assets/fonts/fontawesome/fa-brands-400.ttf") format("truetype");
}
.fab {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 100;
  font-display: block;
  src: url("assets/fonts/fontawesome/fa-thin-100.woff2") format("woff2"), url("assets/fonts/fontawesome/fa-thin-100.ttf") format("truetype");
}
.fat,
.fa-thin {
  font-family: "Font Awesome 6 Pro";
  font-weight: 100;
}

.wp-block-columns.numbers {
  gap: 64px;
  margin-top: 50px;
}
.wp-block-columns.numbers:first-child {
  margin-top: 0;
}
.wp-block-columns.numbers.has-background {
  padding: 60px;
}
.wp-block-columns.numbers .wp-block-column {
  border-width: 1px;
  border-style: solid;
  padding: 40px;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.4em;
}
.wp-block-columns.numbers .wp-block-column strong {
  font-size: 85px;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 5px;
  white-space: nowrap;
  line-height: 1em;
}
.wp-block-columns.numbers .wp-block-column strong sup {
  font-size: 0.58em;
}
@media (max-width: 1399px) {
  .wp-block-columns.numbers {
    gap: 40px;
  }
  .wp-block-columns.numbers.has-background {
    padding: 40px;
  }
  .wp-block-columns.numbers .wp-block-column {
    padding: 30px;
  }
  .wp-block-columns.numbers .wp-block-column strong {
    font-size: 72px;
  }
}
@media (max-width: 1199px) {
  .wp-block-columns.numbers {
    gap: 40px;
  }
  .wp-block-columns.numbers.has-background {
    padding: 40px;
  }
  .wp-block-columns.numbers .wp-block-column {
    padding: 20px;
    font-size: 16px;
  }
  .wp-block-columns.numbers .wp-block-column strong {
    font-size: 60px;
  }
}
@media (max-width: 1079px) {
  .wp-block-columns.numbers .wp-block-column strong {
    font-size: 50px;
  }
}
@media (max-width: 1199px) {
  .wp-block-columns.numbers {
    gap: 20px;
  }
  .wp-block-columns.numbers .wp-block-column {
    padding: 20px;
    font-size: 14px;
  }
  .wp-block-columns.numbers .wp-block-column strong {
    font-size: 43px;
  }
}

.wp-block-columns.location-columns .wp-block-column {
  font-size: 18px;
}
.wp-block-columns.location-columns .wp-block-column h2 {
  margin-bottom: 10px;
  line-height: 1.3;
  font-size: 40px;
}
.wp-block-columns.location-columns .wp-block-column *.slash-headline {
  margin-bottom: 20px;
}
.wp-block-columns.location-columns .wp-block-column h4 {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .wp-block-columns.location-columns {
    font-size: 28px;
  }
  .wp-block-columns.location-columns .wp-block-column h2 {
    font-size: 30px;
  }
}

.wp-block-buttons {
  margin-top: 1.875em;
  margin-bottom: 1.875em;
}
.wp-block-buttons:first-child {
  margin-top: 0;
}
.wp-block-buttons:last-child {
  margin-bottom: 0;
}

.wp-block-button__link {
  background-color: #51788F;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 500;
  font-family: "Gotham", sans-serif;
  padding: 15px 35px;
  line-height: 1.125;
  -webkit-transition: 0.25s all ease-in-out;
  transition: 0.25s all ease-in-out;
}
.wp-block-button__link:hover {
  background-color: #E47720;
  color: #fff;
}
.wp-block-button.orange .wp-block-button__link {
  background-color: #E47720;
  color: #fff;
}
.wp-block-button.orange .wp-block-button__link:hover {
  background-color: #51788F;
  color: #fff;
}
.wp-block-button.teal .wp-block-button__link {
  background-color: #5BC6CC;
  color: #fff;
}
.wp-block-button.teal .wp-block-button__link:hover {
  background-color: #E47720;
  color: #fff;
}

.wp-block-image {
  margin-top: 1.875em;
  margin-bottom: 1.875em;
}
.wp-block-image:first-child {
  margin-top: 0;
}
.wp-block-image:last-child {
  margin-bottom: 0;
}
.wp-block-image.size-full img {
  width: 100%;
}
.wp-block-image figcaption {
  color: #283138;
  text-align: left;
  padding-left: 20px;
  font-size: 16px;
  font-weight: 500;
  margin-top: 1em;
  margin-bottom: 1.875em;
}

.wp-block-separator {
  border: 0;
  width: 100% !important;
  background-color: #D1CFC9;
  height: 1px;
  margin: 50px auto;
}
@media (max-width: 575px) {
  .wp-block-separator {
    margin: 30px auto;
  }
}

.is-style-font-weight-regular,
.font-weight-regular {
  font-weight: 400;
}

/* Defaults */
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1em;
  line-height: 1.5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  scroll-behavior: smooth;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  background: #fff;
  color: #283138;
  font-size: 18px;
  font-family: "Gotham", sans-serif;
  font-weight: 300;
  letter-spacing: 0em;
  min-width: 320px;
}
.nav-on body {
  overflow: hidden;
}

#page {
  max-width: 100%;
  overflow: hidden;
}

section {
  margin: 96px 0;
}
@media (max-width: 1399px) {
  section {
    margin: 60px 0;
  }
}
@media (max-width: 1079px) {
  section {
    margin: 48px 0;
  }
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: "Gotham", sans-serif;
  font-weight: 300;
  margin: 0 0 0.5em;
  line-height: 1.2;
}
h1:last-child, .h1:last-child, h2:last-child, .h2:last-child, h3:last-child, .h3:last-child, h4:last-child, .h4:last-child, h5:last-child, .h5:last-child, h6:last-child, .h6:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

h1.block-headline, h2.block-headline, h3.block-headline, h4.block-headline, h5.block-headline, h6.block-headline, div.block-headline, p.block-headline {
  font-size: 27px;
  font-weight: 300;
  line-height: 32px;
  text-transform: uppercase;
  margin-bottom: 1em;
  line-height: 1.45em;
}
@media (max-width: 767px) {
  h1.block-headline, h2.block-headline, h3.block-headline, h4.block-headline, h5.block-headline, h6.block-headline, div.block-headline, p.block-headline {
    font-size: 22px;
    line-height: 26px;
  }
}
h1.slash-headline, h2.slash-headline, h3.slash-headline, h4.slash-headline, h5.slash-headline, h6.slash-headline, div.slash-headline, p.slash-headline {
  font-size: 26px;
  font-weight: 500;
  line-height: 1.45em;
  text-transform: uppercase;
  margin-bottom: 1em;
  position: relative;
  color: #283138;
}
h1.slash-headline:before, h2.slash-headline:before, h3.slash-headline:before, h4.slash-headline:before, h5.slash-headline:before, h6.slash-headline:before, div.slash-headline:before, p.slash-headline:before {
  content: "\e908";
  font-family: "vericast-icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 0.8em;
  color: #E47720;
  position: absolute;
  right: 100%;
  top: 0.45em;
  padding-right: 5px;
	display: none;
}
@media (max-width: 767px) {
  h1.slash-headline, h2.slash-headline, h3.slash-headline, h4.slash-headline, h5.slash-headline, h6.slash-headline, div.slash-headline, p.slash-headline {
    font-size: 22px;
  }
  h1.slash-headline::before, h2.slash-headline::before, h3.slash-headline::before, h4.slash-headline::before, h5.slash-headline::before, h6.slash-headline::before, div.slash-headline::before, p.slash-headline::before {
    padding-right: 3px;
  }
}

h1, .h1 {
  font-size: 60px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
h1.slash-headline, .h1.slash-headline {
  font-size: 60px;
  font-weight: 300;
  margin: 0 0 0.15em;
  line-height: 1.2em;
}
h1.slash-headline::before, .h1.slash-headline::before {
  top: 0.25em;
}
@media (max-width: 1079px) {
  h1, .h1 {
    font-size: 48px;
  }
  h1.slash-headline, .h1.slash-headline {
    font-size: 48px;
    margin-bottom: 0.3em;
  }
}
@media (max-width: 575px) {
  h1, .h1 {
    font-size: 26px;
    margin-bottom: 12px;
  }
  h1.slash-headline, .h1.slash-headline {
    font-size: 26px;
    margin-bottom: 0.5em;
  }
}

h2, .h2 {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.1875;
  margin-bottom: 1em;
}
@media (max-width: 767px) {
  h2, .h2 {
    font-size: 28px;
  }
}

h3, .h3 {
  color: #51788F;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2em;
  margin-bottom: 1.3em;
}
@media (max-width: 767px) {
  h3, .h3 {
    font-size: 20px;
  }
}

h4, .h4 {
  color: #283138;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 1em;
  line-height: 1.22;
}
@media (max-width: 767px) {
  h4, .h4 {
    font-size: 16px;
  }
}

p {
  margin: 0 0 1.875em;
}
p:last-child {
  margin-bottom: 0;
}

strong, b {
  font-weight: 500;
}

a {
  color: #0075BC;
  text-decoration: none;
  -webkit-transition: 0.25s all ease-in-out;
  transition: 0.25s all ease-in-out;
}
a:hover {
  color: #E47720;
}
a:focus {
  outline: none;
  text-decoration: none;
}
a.back {
  text-transform: uppercase;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
}
a.back i {
  margin-right: 10px;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

figure.wp-block-embed.is-type-video iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
}

.more {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.25s all ease-in-out;
  transition: 0.25s all ease-in-out;
}
.more i {
  margin-left: 10px;
  font-size: 15px;
}

.container {
  width: 100%;
  max-width: 1400px;
  margin-left: auto !important;
  margin-right: auto !important;
}

.nav-toggle {
  position: absolute;
  width: 26px;
  height: 20px;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  z-index: 1000;
  right: 33px;
  top: 50%;
  right: 3.125vw;
  outline: none;
  display: none;
}
.nav-toggle i,
.nav-toggle i:before,
.nav-toggle i:after {
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
  position: absolute;
  height: 3.25px;
  width: 26px;
  top: 9px;
  left: 0;
  background-color: #51788F;
  border-radius: 3px;
}
.nav-toggle i:before {
  content: "";
  top: -9px;
}
.nav-toggle i:after {
  content: "";
  top: 9px;
}
.nav-on .nav-toggle i {
  background: transparent;
}
.nav-on .nav-toggle i:before {
  -webkit-transform: rotateZ(45deg) translate(6.5px, 5.5px);
          transform: rotateZ(45deg) translate(6.5px, 5.5px);
}
.nav-on .nav-toggle i:after {
  -webkit-transform: rotateZ(-45deg) translate(7px, -6.5px);
          transform: rotateZ(-45deg) translate(7px, -6.5px);
}
@media (max-width: 1079px) {
  .nav-toggle {
    display: block;
  }
}

.background-image {
  background-color: transparent;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.pagination {
  margin-top: 50px;
}
.pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1em;
  font-size: 18px;
  font-weight: 500;
  color: #0075BC;
}
.pagination .nav-links .page-numbers {
  text-decoration: none;
  text-align: center;
  position: relative;
  color: #51788F;
  padding: 0 7px;
}
.pagination .nav-links .page-numbers:hover {
  color: #E47720;
}
.pagination .nav-links .page-numbers:nth-last-child(2):after {
  display: none;
}
.pagination .nav-links .page-numbers.current {
  color: #283138;
}
.pagination .nav-links .page-numbers.prev {
  margin-right: 15px;
}
.pagination .nav-links .page-numbers.prev i {
  margin-right: 5px;
}
.pagination .nav-links .page-numbers.next {
  margin-left: 15px;
}
.pagination .nav-links .page-numbers.next i {
  margin-left: 5px;
}
.pagination .nav-links .page-numbers.dots {
  padding: 0;
}
.pagination .nav-links .page-numbers.prev, .pagination .nav-links .page-numbers.next {
  color: #51788F;
  padding: 0;
  text-transform: uppercase;
}
.pagination .nav-links .page-numbers.prev i, .pagination .nav-links .page-numbers.next i {
  font-size: 14px;
}
.pagination .nav-links .page-numbers.prev:hover, .pagination .nav-links .page-numbers.next:hover {
  color: #E47720;
}

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: -30px -30px 0 0;
}
.social > * {
  margin-right: 30px;
  margin-top: 30px;
  font-size: 24px;
}

.social-share .title {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 0.5em;
}
.social-share .icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 21px;
  margin-right: -20px;
}
.social-share .icons > * {
  margin-right: 20px;
  color: #51788F;
}
.social-share .icons > *:hover {
  color: #E47720;
}

figure.image {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  display: block;
  overflow: hidden;
}
figure.image .placeholder {
  display: block;
  width: 100%;
  padding-bottom: 100%;
}
figure.image .display {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: 2;
  -webkit-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
}
figure.image .display img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  color: #51788F;
}
.breadcrumbs .separator, .breadcrumbs .icon-angle-right {
  margin: 0 10px;
  color: #B2B1AB;
  font-size: 10px;
}
.breadcrumbs i.icon-angle-right {
  margin: 0 6px;
  color: #B2B1AB;
  font-size: 10px;
}
.breadcrumbs a {
  color: #51788F;
}
.breadcrumbs a:hover {
  color: #E47720;
}
.breadcrumbs .link {
  color: #51788F;
}
.breadcrumbs .link:hover {
  color: #E47720;
}
@media (max-width: 575px) {
  .breadcrumbs {
    font-size: 12px;
  }
}

.margin-bottom-5 {
  margin-bottom: 5px !important;
}

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

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

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

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

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

.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

.wp-block-buttons.two-columns {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 64px 1fr;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 64px;
     -moz-column-gap: 64px;
          column-gap: 64px;
  row-gap: 40px;
  max-width: calc(912px + 12.5%);
  margin: 80px auto;
  padding: 0 6.25%;
  font-size: 18px;
}
.wp-block-buttons.two-columns .wp-block-button__link {
  display: block;
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (max-width: 767px) {
  .wp-block-buttons.two-columns {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
@media (max-width: 575px) {
  .wp-block-buttons.two-columns {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .wp-block-buttons.two-columns .wp-block-button__link {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.site-content ul, .site-content ol {
  margin: 0 0 1.875em;
  padding-left: 1.25em;
}
.site-content ul:last-child, .site-content ol:last-child {
  margin-bottom: 0;
}
.site-content ul.extra-space li, .site-content ol.extra-space li {
  margin-bottom: 24px;
}
.site-content ul.extra-space li:last-child, .site-content ol.extra-space li:last-child {
  margin-bottom: 0;
}

.search-page-hero {
  background: #F1F0ED;
  padding: 90px 6.25% 50px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.search-page-hero h1 {
  position: relative;
}
.search-page-hero h1:before {
  content: "\e908";
  font-family: "vericast-icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 0.77em;
  color: #E47720;
  position: absolute;
  right: calc(100% + 5px);
  top: 0.3em;
}
.search-page-hero .content {
  line-height: 30px;
  font-size: 22px;
}
@media (max-width: 575px) {
  .search-page-hero {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .search-page-hero h1:before {
    right: 100%;
  }
  .search-page-hero .content {
    font-size: 14px;
    line-height: 20px;
  }
}

.search-page-results {
  padding: 90px 6.25% 120px;
}
.search-no-results .search-page-results {
  min-height: 530px;
}
.search-page-results .container {
  max-width: 1156px;
}
.search-page-results .grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.search-page-results .filters {
  width: 300px;
  min-width: 300px;
  margin-right: 64px;
}
.search-page-results .filters ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-weight: 500;
}
.search-page-results .filters ul li {
  border-bottom: solid 1px #E5E3DC;
}
.search-page-results .filters ul li a {
  display: block;
  text-transform: uppercase;
  color: #51788F;
  padding: 14px 0;
}
.search-page-results .filters ul li a.active, .search-page-results .filters ul li a:hover {
  color: #E47720;
}
.search-page-results .results {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.search-page-results .results .search-item {
  padding-bottom: 25px;
  margin-bottom: 50px;
  border-bottom: solid 1px #E5E3DC;
}
.search-page-results .results .search-item a {
  color: #283138;
}
.search-page-results .results .search-item a:hover h2 {
  color: #E47720;
}
.search-page-results .results .search-item .type {
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  color: rgba(40, 49, 56, 0.78);
  margin-bottom: 1em;
}
.search-page-results .results .search-item h2 {
  font-size: 26px;
  margin-bottom: 6px;
  -webkit-transition: 0.25s all ease-in-out;
  transition: 0.25s all ease-in-out;
}
.search-page-results .results .search-item .excerpt_part strong {
  color: #51788F;
}
@media (max-width: 1199px) {
  .search-page-results .filters {
    min-width: 240px;
    width: 240px;
    margin-right: 40px;
  }
}
@media (max-width: 767px) {
  .search-page-results .grid {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .search-page-results .filters {
    width: 100%;
    min-width: 0;
    margin-bottom: 50px;
  }
}
@media (max-width: 575px) {
  .search-page-results {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .search-no-results .search-page-results {
    min-height: 240px;
  }
}

.error404 .block-cbg {
  min-height: 530px;
}
.error404 .wp-block-button {
  display: block;
  max-width: 424px;
  width: 100%;
}
.error404 .wp-block-button__link {
  display: block;
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (max-width: 575px) {
  .error404 .block-cbg {
    min-height: 240px;
  }
  .error404 .wp-block-button__link {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.post-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #283138;
}
.post-author .image {
  width: 76px;
  border-radius: 76px;
  margin-right: 16px;
  overflow: hidden;
}
.post-author .bio {
  font-size: 15px;
  line-height: 1.4;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.post-author .bio strong {
  font-weight: 500;
  display: block;
  margin-bottom: 0.5em;
}
.post-author .bio strong:last-child {
  margin-bottom: 0;
}
.post-author:hover {
  color: #E47720;
}

.post-meta {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  color: #555e65;
  margin: 0 0 10px;
}
.post-meta > *:after {
  content: " / ";
  padding: 0 3px;
  color: #999585;
}
.post-meta > *:last-child:after {
  display: none;
}
.post-meta a {
  color: #51788F;
}

div.post-hero {
  background-color: #F6F6F2;
  padding: 30px 6.25% 90px;
}
div.post-hero .container {
  max-width: 1400px;
}
div.post-hero .breadcrumbs {
  margin-bottom: 24px;
}
div.post-hero .grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
div.post-hero .grid > figure {
  width: 56%;
  min-width: 56%;
}
div.post-hero .grid > figure img {
  margin: auto;
}
div.post-hero .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-right: 60px;
}
div.post-hero .info .post-meta {
  margin-bottom: 24px;
  margin-top: auto;
  padding-right: 24px;
}
div.post-hero .info h1 {
  font-size: 40px;
  font-weight: 500;
  text-transform: none;
  line-height: 1.3;
  position: relative;
  margin: 0 0 1em;
}
div.post-hero .info h1:before {
  content: "\e908";
  font-family: "vericast-icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 0.77em;
  color: #E47720;
  position: absolute;
  right: calc(100% + 5px);
  top: 0.3em;
}
div.post-hero .meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: auto;
  border-top: solid 1px #D1CFC8;
  padding-top: 24px;
  gap: 24px;
}
div.post-hero .meta-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 1.5em;
}
div.post-hero .meta-tags:last-child {
  margin-bottom: 0;
}
div.post-hero .meta-tags > *:after {
  content: " / ";
  padding: 0 3px;
  color: #999585;
}
div.post-hero .meta-tags > *:last-child:after {
  display: none;
}
@media (max-width: 1079px) {
  div.post-hero .grid {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  div.post-hero .grid > figure {
    width: 100%;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-bottom: 30px;
  }
  div.post-hero .info {
    width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 575px) {
  div.post-hero {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  div.post-hero .info h1 {
    font-size: 24px;
  }
  div.post-hero .info h1:before {
    right: 100%;
  }
  div.post-hero .meta {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }
}

article.page {
  padding: 0 6.25%;
}
article.page .alignfull {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

article.post {
  padding: 70px 6.25% 0;
  max-width: calc(1400px + 12.5%);
  margin: auto;
}
article.post:last-child {
  padding-bottom: 70px;
}
article.post .entry-content {
  max-width: calc(1156px + 12.5%);
  margin: 0 auto;
  padding-left: 6.25%;
  padding-right: 6.25%;
}
article.post .entry-content ul, article.post .entry-content ol {
  padding-left: 1em;
  line-height: 1.5;
  font-size: 20px;
  margin: 0 0 1.875em;
}
article.post .entry-content ul li, article.post .entry-content ol li {
  margin-bottom: 15px;
}
article.post .entry-content ul li strong, article.post .entry-content ol li strong {
  font-weight: 500;
}
article.post .entry-content ul:last-child, article.post .entry-content ol:last-child {
  margin-bottom: 0;
}
article.post .entry-content p {
  font-size: 20px;
  line-height: 1.5;
}
article.post .alignfull {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}
article.post.is-gated {
  padding-top: 90px;
  padding-bottom: 180px;
}
article.post.is-gated > .grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 64px;
}
article.post.is-gated .entry-content {
  max-width: none;
  padding: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
article.post.is-gated .side-form {
  min-width: 546px;
  background-color: #fff;
  -webkit-box-shadow: 0 13px 30px rgba(0, 0, 0, 0.09);
          box-shadow: 0 13px 30px rgba(0, 0, 0, 0.09);
  padding: 55px 60px;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
article.post.is-gated .side-form h4 {
  font-size: 32px;
  font-weight: 500;
  text-transform: none;
  margin-bottom: 0.5em;
}
article.post.is-gated .side-form p {
  font-size: 18px;
  font-weight: 300;
}
@media (max-width: 1199px) {
  article.post.is-gated > .grid {
    gap: 40px;
  }
  article.post.is-gated .side-form {
    min-width: 480px;
    padding: 40px;
  }
}
@media (max-width: 1079px) {
  article.post.is-gated > .grid {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 40px;
  }
  article.post.is-gated .entry-content {
    width: 100%;
  }
  article.post.is-gated .side-form {
    width: 100%;
    min-width: 0;
  }
}
@media (max-width: 575px) {
  article.post .entry-content {
    padding-left: 0;
    padding-right: 0;
  }
  article.post .entry-content p, article.post .entry-content ul, article.post .entry-content ol {
    font-size: 18px;
  }
  article.post.is-gated {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  article.post.is-gated .side-form h4 {
    font-size: 20px;
  }
  article.post.is-gated .side-form p {
    font-size: 16px;
  }
}

.single-press-release div.post-hero .info h1 {
  margin-bottom: 0;
}

article.press-release {
  padding: 90px 6.25% 0;
  max-width: calc(1400px + 12.5%);
  margin: auto;
}
article.press-release > .grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 64px;
  padding-bottom: 90px;
}
article.press-release .side-info {
  min-width: 345px;
  background-color: #fff;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
article.press-release .side-info .press-info {
  padding-right: 40px;
  margin-bottom: 46px;
  border-right: 1px solid #F1F0ED;
}
article.press-release .side-info .press-info .info-header {
  font-size: 16px;
  margin-bottom: 24px;
}
article.press-release .side-info .press-info .info-header.header-download {
  margin-bottom: 32px;
}
article.press-release .side-info .press-info .download-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 45px;
}
article.press-release .side-info .press-info .download-buttons i {
  margin-right: 10px;
}
article.press-release .side-info .press-info .download-buttons .btn-download {
  display: inline-block;
  margin-bottom: 16px;
  border-radius: 5px;
  background-color: #51788F;
  color: #fff;
  font-size: 16px;
  padding: 15px 35px;
  line-height: 1.125;
}
article.press-release .side-info .press-info .download-buttons .btn-download:hover, article.press-release .side-info .press-info .download-buttons .btn-download:focus {
  background-color: #E47720;
}
article.press-release .side-info .press-info .download-buttons .btn-download:last-child {
  margin-bottom: 0;
}
article.press-release .side-info .press-info .download-buttons .btn-download span {
  font-weight: 500;
}
article.press-release .side-info .press-info .category-links {
  margin-bottom: 60px;
}
article.press-release .side-info .press-info .category-links .category-link {
  display: block;
  color: #51788F;
  font-size: 15px;
  font-weight: 500;
}
article.press-release .side-info .press-info .category-links .category-link:hover, article.press-release .side-info .press-info .category-links .category-link:focus {
  color: #E47720;
}
article.press-release .side-info .press-info .press-contacts {
  margin-bottom: 24px;
}
article.press-release .side-info .press-info .press-contacts .press-contact {
  margin-bottom: 24px;
  font-size: 15px;
}
article.press-release .side-info .press-info .press-contacts .press-contact .name {
  font-weight: 500;
}
article.press-release .side-info .press-info .media-contact-email {
  color: #283138;
  font-size: 15px;
  font-weight: 500;
}
article.press-release .side-info .press-info .media-contact-email:hover, article.press-release .side-info .press-info .media-contact-email:focus {
  color: #E47720;
}
article.press-release .side-info .social-share {
  padding-right: 40px;
}
article.press-release .side-info .social-share .title {
  margin-bottom: 15px;
}
article.press-release .side-info .info-header,
article.press-release .side-info .social-share .title {
  color: #B2B1AB;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
}
article.press-release .entry-content {
  max-width: none;
  padding: 0;
  margin: 0 auto;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
article.press-release .entry-content ul, article.press-release .entry-content ol {
  padding-left: 1em;
  line-height: 1.5;
  font-size: 20px;
  margin: 0 0 1.875em;
}
article.press-release .entry-content ul li, article.press-release .entry-content ol li {
  margin-bottom: 15px;
}
article.press-release .entry-content ul li strong, article.press-release .entry-content ol li strong {
  font-weight: 500;
}
article.press-release .entry-content ul:last-child, article.press-release .entry-content ol:last-child {
  margin-bottom: 0;
}
article.press-release .entry-content p {
  font-size: 20px;
  line-height: 1.5;
}
article.press-release .alignfull {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}
@media (max-width: 1199px) {
  article.press-release > .grid {
    gap: 40px;
  }
}
@media (max-width: 1079px) {
  article.press-release > .grid {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 40px;
  }
  article.press-release .side-info {
    width: 100%;
    min-width: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    border-top: 1px solid #F1F0ED;
    padding-top: 40px;
  }
  article.press-release .side-info .press-info {
    border-right: none;
    padding-right: 0;
  }
  article.press-release .side-info .social-share {
    padding-right: 0;
  }
  article.press-release .entry-content {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (max-width: 575px) {
  article.press-release {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  article.press-release .entry-content p, article.press-release .entry-content ul, article.press-release .entry-content ol {
    font-size: 18px;
  }
}

article.member {
  padding: 35px 6.25% 100px;
  background-color: #F1F0ED;
  overflow: hidden;
  margin-bottom: 115px;
}
article.member:last-child {
  margin-bottom: 0;
}
article.member .breadcrumbs {
  margin: 0 0 60px;
}
article.member .grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-bottom: 15px;
  z-index: 1;
}
article.member .grid:last-child {
  margin-bottom: 0;
}
article.member .side {
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-right: 124px;
  min-width: 32.7%;
}
article.member .image {
  max-width: 458px;
}
article.member .image .placeholder {
  padding-bottom: 103%;
}
article.member .content {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  font-size: 17px;
}
article.member .content .job-title {
  margin: 0 0 1em;
  font-size: 22px;
  position: relative;
}
article.member .content .job-title:last-child {
  margin-bottom: 0;
}
article.member .content .job-title:before {
  content: "";
  position: absolute;
  width: 300vw;
  height: 322px;
  top: calc(100% + 30px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(./assets/images/v-pattern.png) repeat-x center top;
  z-index: -1;
}
@media (max-width: 1199px) {
  article.member .side {
    margin-right: 64px;
  }
}
@media (max-width: 1079px) {
  article.member .grid {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 0;
  }
  article.member .side {
    margin-right: 0;
    min-width: auto;
    width: 100%;
  }
  article.member .image {
    margin-bottom: 40px;
  }
  article.member .content .job-title::before {
    display: none;
  }
}
@media (max-width: 575px) {
  article.member {
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
  article.member .content .job-title {
    font-size: 20px;
  }
}

.jw-fancybox-content {
  display: none;
}

.jw-video-container {
  width: 100%;
  padding-bottom: 56.25%;
  display: block;
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 20px;
  overflow: hidden;
}
.jw-video-container:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(40, 49, 56, 0.35);
  -webkit-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
}
.jw-video-container:after {
  content: "\e90d";
  font-family: "vericast-icons" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 77px;
  height: 77px;
  border-radius: 77px;
  background-color: #5BC6CC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
  color: #fff;
}
.jw-video-container .jw-preview {
  display: block;
  z-index: -1;
  -webkit-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
  background-size: cover;
}
.jw-video-container:hover::before {
  background-color: rgba(40, 49, 56, 0.25);
}
.jw-video-container:hover::after {
  background-color: #E47720;
}
.jw-video-container:hover .jw-preview {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media (max-width: 575px) {
  .jw-video-container:after {
    width: 48px;
    height: 48px;
    font-size: 14px;
  }
}

.homepage-hero-video-container {
  position: relative;
}
.homepage-hero-video-container .jw-wrapper, .homepage-hero-video-container .jw-reset, .homepage-hero-video-container .jw-reset-text, .homepage-hero-video-container .jw-background-color {
  background-color: transparent !important;
}

.fancybox-button.fancybox-button--thumbs,
.fancybox-button.fancybox-button--zoom,
.fancybox-button.fancybox-button--play {
  display: none !important;
}

.fancybox-container .fancybox-content {
  padding: 0;
}
.fancybox-container .fancybox-content .caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99996;
  pointer-events: none;
  text-align: center;
  background-color: rgba(40, 49, 56, 0.78);
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  padding: 5px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.fancybox-container .jw-fancybox-content {
  width: 90%;
}
@media (max-width: 575px) {
  .fancybox-container .jw-fancybox-content {
    width: 100%;
  }
}

.form-container {
  -webkit-box-shadow: 0 13px 30px rgba(0, 0, 0, 0.09);
          box-shadow: 0 13px 30px rgba(0, 0, 0, 0.09);
  padding: 55px 60px;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
@media (max-width: 1199px) {
  .form-container {
    padding: 20px;
  }
}

.slick-dots {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  line-height: 1em;
  font-size: 0;
  color: transparent;
}
.slick-dots li {
  padding: 0;
  margin: 0;
}
.slick-dots li button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: 0 none;
  margin: 0;
  padding: 0;
  border: solid 1px #0075BC;
  width: 16px;
  height: 16px;
  border-radius: 16px;
  background-color: transparent;
  cursor: pointer;
}
.slick-dots li.slick-active button {
  background-color: #0075BC;
}

div.block-quick-hit {
  position: relative;
}

.site-header {
  background-color: #fff;
  padding: 0 3.125%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.site-header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  max-width: 1500px;
  min-height: 82px;
}
.site-header .site-branding {
  width: 202px;
}
.site-header .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-header .nav > .nav-element {
  position: relative;
  margin-right: 42px;
}
.site-header .nav > .nav-element:last-of-type {
  margin-right: 30px;
}
.site-header .nav > .nav-element > a {
  font-size: 14px;
  font-weight: 500;
  color: #283138;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-header .nav > .nav-element > a > i {
  margin-left: 6px;
}
.site-header .nav > .nav-element > a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-header .nav > .nav-element > a span i {
  font-size: 18px;
  margin-right: 10px;
  color: #51788F;
}
.site-header .nav > .nav-element > a:hover, .site-header .nav > .nav-element > a.hover {
  color: #E47720;
}
.site-header .nav > .nav-element.current-menu-item > a, .site-header .nav > .nav-element.current-menu-ancestor > a {
  color: #E47720;
}
.site-header .search-toggle {
  cursor: pointer;
  color: #51788F;
  font-size: 18px;
}
.site-header .search-form .icon-search {
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #3D6074;
  color: #fff;
  font-size: 14px;
  width: 32px;
  height: 32px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 5px;
  margin-left: 24px;
  cursor: pointer;
}
.site-header .search-form .field {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  max-width: 158px;
}
.site-header .search-form .field input {
  background-color: transparent;
  width: 100%;
  display: block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-bottom: solid 1px #D1CFC9;
  font-size: 14px;
  font-weight: 500;
  padding: 5px 20px 5px 0;
  outline: none;
  height: 32px;
  color: #283138;
}
.site-header .search-form .field input::-webkit-input-placeholder {
  opacity: 0.5;
  color: #283138;
}
.site-header .search-form .field input::-moz-placeholder {
  opacity: 0.5;
  color: #283138;
}
.site-header .search-form .field input:-ms-input-placeholder {
  opacity: 0.5;
  color: #283138;
}
.site-header .search-form .field input::-ms-input-placeholder {
  opacity: 0.5;
  color: #283138;
}
.site-header .search-form .field input::placeholder {
  opacity: 0.5;
  color: #283138;
}
@media (min-width: 1080px) {
  .site-header .nav {
    position: relative;
    z-index: 999;
  }
  .site-header .nav > .nav-element > a {
    padding: 32px 0;
    line-height: 1;
  }
  .site-header .nav > .nav-element > .sub-menu {
    background-color: #fff;
    position: absolute;
    top: calc(100% - 6px);
    left: -30px;
    display: none;
    width: 258px;
    border-top: solid 6px #51788F;
    padding: 14px 0;
  }
  .site-header .nav > .nav-element > .sub-menu a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 15px 30px;
    font-size: 14px;
    font-weight: 500;
    color: #283138;
    line-height: 1.15;
  }
  .site-header .nav > .nav-element > .sub-menu a > i {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .site-header .nav > .nav-element > .sub-menu a:hover, .site-header .nav > .nav-element > .sub-menu a.hover {
    color: #fff;
    background-color: #51788F;
  }
  .site-header .nav > .nav-element > .sub-menu .nav-element.current-menu-item > a,
  .site-header .nav > .nav-element > .sub-menu .nav-element.current-menu-ancestor > a {
    color: #fff;
    background-color: #51788F;
  }
  .site-header .nav > .nav-element > .sub-menu > .nav-element {
    position: relative;
  }
  .site-header .nav > .nav-element > .sub-menu > .nav-element > .sub-menu {
    position: absolute;
    left: 100%;
    top: -14px;
    display: none;
    background-color: #fff;
    width: 230px;
    padding: 14px 0;
    border-left: solid 6px #51788F;
  }
  .site-header .nav > .nav-element > .sub-menu > .nav-element > .sub-menu a {
    padding: 15px 20px;
  }
  .site-header .nav > .nav-element > .sub-menu > .nav-element > .sub-menu a > i {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .site-header .search-form {
    position: absolute;
    top: calc(100% - 1px);
    right: -29px;
    background-color: #fff;
    z-index: 999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: 0.25s all ease-in-out;
    transition: 0.25s all ease-in-out;
    border: solid 1px #E5E3DC;
    padding: 15px 20px;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .site-header .search-form:before {
    content: "";
    position: absolute;
    bottom: 100%;
    right: 29px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 7px solid #E5E3DC;
  }
  .site-header .search-form:after {
    content: "";
    position: absolute;
    bottom: 100%;
    right: 30px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 6px solid #fff;
  }
  .search-on .site-header .search-form {
    opacity: 1;
    pointer-events: all;
  }
}
@media (max-width: 1079px) {
  .site-header {
    position: relative;
  }
  .site-header .container {
    position: static;
  }
  .site-header .search-toggle {
    display: none !important;
  }
  .site-header .search-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 40px 0 20px 20px;
    overflow: hidden;
  }
  .site-header .search-form .field {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    max-width: none;
  }
  .site-header .search-form .icon-search {
    width: 40px;
    margin-left: 20px;
    margin-right: 5px;
  }
  .site-header .nav {
    background-color: #F6F6F4;
    position: fixed;
    left: 100%;
    width: 280px;
    top: 82px;
    height: calc(100vh - 82px);
    display: block;
    -webkit-transition: 0.25s all ease;
    transition: 0.25s all ease;
    overflow: scroll;
    z-index: 1000;
    -webkit-box-shadow: 0 13px 30px rgba(0, 0, 0, 0.09);
            box-shadow: 0 13px 30px rgba(0, 0, 0, 0.09);
  }
  .nav-on .site-header .nav {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  .admin-bar .site-header .nav {
    top: 114px;
    height: calc(100vh - 114px);
  }
  .site-header .nav .nav-element.current-menu-item > a,
  .site-header .nav .nav-element.current-menu-ancestor > a {
    color: #E47720;
  }
  .site-header .nav > .nav-element {
    border-bottom: solid 1px #D1CFC9;
    margin: 0 !important;
  }
  .site-header .nav > .nav-element > a {
    display: block;
    padding: 15px 0 15px 20px;
    color: #283138;
    position: relative;
    font-size: 14px;
    text-decoration: none;
    font-weight: 500;
    line-height: 1;
  }
  .site-header .nav > .nav-element > a i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 50px;
    height: 44px;
    font-size: 14px;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: 0.25s all ease;
    transition: 0.25s all ease;
    margin-right: 0 !important;
  }
  .site-header .nav > .nav-element > a i.on {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .site-header .nav .sub-menu {
    display: none;
    padding: 10px 0;
    border-top: solid 4px #51788F;
    background-color: #fff;
  }
  .site-header .nav .sub-menu a {
    color: #283138;
    min-height: auto;
    padding: 7px 20px;
    position: relative;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .site-header .nav .sub-menu a i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 50px;
    height: 100%;
    font-size: 14px;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: 0.25s all ease;
    transition: 0.25s all ease;
    margin-right: 0 !important;
  }
  .site-header .nav .sub-menu a i.on {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .site-header .nav .sub-menu .sub-menu {
    border: 0;
    padding-top: 0;
  }
  .site-header .nav .sub-menu .sub-menu a {
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 40px;
    font-weight: 300;
  }
}
@media screen and (max-width: 782px) {
  .admin-bar .site-header .nav {
    top: 128px;
    height: calc(100vh - 128px);
  }
}
@media (max-width: 767px) {
  .site-header {
    padding: 0 25px;
  }
  .site-header .container {
    min-height: 0;
    padding-top: 19px;
    padding-bottom: 19px;
  }
  .site-header .site-branding {
    width: 128px;
  }
  .site-header .site-branding img {
    max-height: 19px;
  }
  .site-header .nav {
    top: 57px;
  }
  .admin-bar .site-header .nav {
    top: 103px;
    height: calc(100vh - 103px);
  }
}
@media (max-width: 374px) {
  .site-header .nav {
    width: 100%;
  }
}

.site-footer {
   background-color: #fff;
	border-top: solid #517990;
	border-width: 1px;
   color: #283138;
  padding: 65px 6.25% 40px;
  line-height: 1.625em;
  font-size: 16px;
}
.site-footer a {
  text-decoration: none;
  color: #517990;
}
.site-footer a:hover {
  color: #D1CFC9;
}
.site-footer .grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-weight: 500;
}
.site-footer .grid > * {
  margin-right: 86px;
}
.site-footer .grid aside .logo {
  margin: 0 0 32px;
  display: block;
}
.site-footer .grid .nav {
  line-height: 2.125em;
  margin-top: -0.5em;
}
.site-footer .grid .footer-buttons {
  margin-left: auto;
  margin-right: 0;
  text-align: right;
}
.site-footer .grid .footer-buttons .nav-element {
  margin: 0 0 24px;
}
.site-footer .grid .footer-buttons .nav-element a {
  display: inline-block;
  padding: 14.5px 35px;
  background-color: #E77c22;
  color: #fff;
  border-radius: 5px;
}

.site-footer .grid .footer-buttons .nav-element a:hover {
  background-color: #0075BC;
  color: #fff;
}
.site-footer .bottom {
  border-top: solid 1px #707070;
  font-weight: 300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 40px;
  margin-top: 40px;
}
.site-footer .bottom > * {
  margin: 0 0 5px;
}
.site-footer .bottom > *:last-child {
  margin-bottom: 0;
}
.site-footer .bottom .footer-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-footer .bottom .footer-links .nav-element:before {
  content: "|";
  padding: 0 10px;
}
.site-footer .bottom .footer-links .nav-element:first-child::before {
  display: none;
}
@media (max-width: 1199px) {
  .site-footer .grid > * {
    margin-right: 50px;
  }
}
@media (max-width: 1079px) {
  .site-footer .grid {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .site-footer .grid .social {
    width: 100%;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .site-footer {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .site-footer .grid aside {
    margin-bottom: 28px;
  }
  .site-footer .grid aside .logo {
    margin-bottom: 28px;
  }
  .site-footer .grid .nav {
    margin-right: 0;
    margin-bottom: 28px;
  }
  .site-footer .grid .footer-buttons {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    margin: 0 -24px 0 0;
  }
  .site-footer .grid .footer-buttons .nav-element {
    margin: 0 24px 24px 0;
  }
  .site-footer .grid .footer-buttons .nav-element a {
    padding: 13px 25px;
  }
  .site-footer .bottom {
    display: block;
  }
}
@media (max-width: 575px) {
  .site-footer {
    font-size: 14px;
    letter-spacing: -0.11px;
  }
  .site-footer .grid aside {
    width: 100%;
    margin-right: 0;
    line-height: 1.7em;
  }
  .site-footer .grid aside .logo {
    width: 130px;
    height: auto;
  }
  .site-footer .grid .nav {
    line-height: 2.1em;
    margin-top: 0;
  }
  .site-footer .grid .footer-buttons {
    line-height: 1.5em;
  }
  .site-footer .bottom {
    padding-top: 20px;
    margin-top: 30px;
  }
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.6.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
.wow {
  visibility: hidden;
}

.animated {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

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

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

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

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

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

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

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

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

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

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

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

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

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

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

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

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

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

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

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

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInZoom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes fadeInZoom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.fadeInZoom {
  -webkit-animation-name: fadeInZoom;
  animation-name: fadeInZoom;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 33px, 0);
    transform: translate3d(0, 33px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation: fadeInUp 0.9s 0s both;
          animation: fadeInUp 0.9s 0s both;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes blur {
  from {
    text-shadow: 0 0 100px #fff;
    color: transparent;
  }
  to {
    color: transparent;
    text-shadow: 0 0 0 #fff;
  }
}

@keyframes blur {
  from {
    text-shadow: 0 0 100px #fff;
    color: transparent;
  }
  to {
    color: transparent;
    text-shadow: 0 0 0 #fff;
  }
}
.scaleRight {
  -webkit-animation-name: scaleRight;
          animation-name: scaleRight;
}

@-webkit-keyframes scaleRight {
  from {
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
  }
}

@keyframes scaleRight {
  from {
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
  }
}
.scaleLeft {
  -webkit-animation-name: scaleLeft;
          animation-name: scaleLeft;
}

@-webkit-keyframes scaleLeft {
  from {
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
  }
}

@keyframes scaleLeft {
  from {
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
  }
}
.hbspt-form .hs-form-field {
  position: relative;
  margin-bottom: 20px;
}
.hbspt-form .hs-form-field label {
  margin-bottom: 5px;
  font-weight: 500;
}
.hbspt-form .hs-form-field .input input,
.hbspt-form .hs-form-field .input textarea,
.hbspt-form .hs-form-field .input select {
  padding: 15px 25px;
  border-radius: 4px;
  border: 2px solid #3D6074;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  color: #3D6074;
  height: 68px;
  outline: none;
  font-size: 18px;
}
.hbspt-form .hs-form-field .input input::-webkit-input-placeholder, .hbspt-form .hs-form-field .input textarea::-webkit-input-placeholder, .hbspt-form .hs-form-field .input select::-webkit-input-placeholder {
  color: #3D6074;
}
.hbspt-form .hs-form-field .input input::-moz-placeholder, .hbspt-form .hs-form-field .input textarea::-moz-placeholder, .hbspt-form .hs-form-field .input select::-moz-placeholder {
  color: #3D6074;
}
.hbspt-form .hs-form-field .input input:-ms-input-placeholder, .hbspt-form .hs-form-field .input textarea:-ms-input-placeholder, .hbspt-form .hs-form-field .input select:-ms-input-placeholder {
  color: #3D6074;
}
.hbspt-form .hs-form-field .input input::-ms-input-placeholder, .hbspt-form .hs-form-field .input textarea::-ms-input-placeholder, .hbspt-form .hs-form-field .input select::-ms-input-placeholder {
  color: #3D6074;
}
.hbspt-form .hs-form-field .input input::placeholder,
.hbspt-form .hs-form-field .input textarea::placeholder,
.hbspt-form .hs-form-field .input select::placeholder {
  color: #3D6074;
}
.hbspt-form .hs-form-field.hs-fieldtype-select {
  width: 100%;
  cursor: pointer;
  line-height: 1;
  font-size: 18px;
  font-family: "Gotham", sans-serif;
  position: relative;
  z-index: 1;
}
.hbspt-form .hs-form-field.hs-fieldtype-select:after {
  content: "\e906";
  font-family: "vericast-icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-size: 16px;
  text-transform: none;
  line-height: 1;
  position: absolute;
  top: 50%;
  right: 0;
  width: 60px;
  text-align: center;
  pointer-events: none;
}
.hbspt-form .hs-form-field.hs-fieldtype-select select {
  padding: 10px 60px 10px 25px;
  margin: 0;
  width: 100%;
  font-family: inherit;
  font-weight: 500;
  font-size: inherit;
  cursor: inherit;
  line-height: inherit;
  outline: none;
  z-index: 2;
  line-height: 1.5 !important;
  color: #fff;
  height: 68px;
  text-overflow: ellipsis;
}
.hbspt-form .hs-form-field.hs-fieldtype-select select::-ms-expand {
  display: none;
}
.hbspt-form .hs-form-field .hs-error-msgs {
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  list-style: none;
  margin: 0;
  padding: 10px;
  z-index: 2;
  background-color: #fff;
  border: 1px solid #e72222;
  color: #e72222;
  font-size: 14px;
  font-weight: normal;
}
.hbspt-form .actions input[type=submit] {
  width: 100%;
  padding: 25px;
  border-radius: 4px;
  border: none;
  background-color: #E47720;
  cursor: pointer;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
.hbspt-form .actions input[type=submit]:hover {
  background-color: #3D6074;
  color: #fff;
}

body .gform_wrapper.gravity-theme .gform_fields {
  -webkit-column-gap: 25px;
     -moz-column-gap: 25px;
          column-gap: 25px;
  row-gap: 25px;
}
body .gform_wrapper.gravity-theme .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
body .gform_wrapper.gravity-theme .gfield textarea {
  font-family: "Gotham", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #283138;
  line-height: 1;
  padding: 22px 25px 21px;
  border-radius: 4px;
  border: solid 2px #51788F;
  display: block;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.09);
          box-shadow: 0 2px 3px rgba(0, 0, 0, 0.09);
}
body .gform_wrapper.gravity-theme .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .gfield textarea::-webkit-input-placeholder {
  color: #283138;
  opacity: 1;
}
body .gform_wrapper.gravity-theme .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-moz-placeholder, body .gform_wrapper.gravity-theme .gfield textarea::-moz-placeholder {
  color: #283138;
  opacity: 1;
}
body .gform_wrapper.gravity-theme .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-ms-input-placeholder, body .gform_wrapper.gravity-theme .gfield textarea:-ms-input-placeholder {
  color: #283138;
  opacity: 1;
}
body .gform_wrapper.gravity-theme .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-ms-input-placeholder, body .gform_wrapper.gravity-theme .gfield textarea::-ms-input-placeholder {
  color: #283138;
  opacity: 1;
}
body .gform_wrapper.gravity-theme .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::placeholder,
body .gform_wrapper.gravity-theme .gfield textarea::placeholder {
  color: #283138;
  opacity: 1;
}
body .gform_wrapper.gravity-theme .gfield.gfield_error [aria-invalid=true] {
  background-color: #fff9f9 !important;
  border-color: #e72222 !important;
  color: #e72222 !important;
}
body .gform_wrapper.gravity-theme .gfield.gfield_error [aria-invalid=true]::-webkit-input-placeholder {
  color: #e72222 !important;
}
body .gform_wrapper.gravity-theme .gfield.gfield_error [aria-invalid=true]::-moz-placeholder {
  color: #e72222 !important;
}
body .gform_wrapper.gravity-theme .gfield.gfield_error [aria-invalid=true]:-ms-input-placeholder {
  color: #e72222 !important;
}
body .gform_wrapper.gravity-theme .gfield.gfield_error [aria-invalid=true]::-ms-input-placeholder {
  color: #e72222 !important;
}
body .gform_wrapper.gravity-theme .gfield.gfield_error [aria-invalid=true]::placeholder {
  color: #e72222 !important;
}
body .gform_wrapper.gravity-theme .gfield.gfield_error label {
  color: #e72222;
}
body .gform_wrapper.gravity-theme .gfield.gfield_error .gfield_checkbox .gchoice label:before {
  border-color: #e72222;
}
body .gform_wrapper.gravity-theme .description,
body .gform_wrapper.gravity-theme .gfield_description,
body .gform_wrapper.gravity-theme .gsection_description,
body .gform_wrapper.gravity-theme .instruction {
  display: none;
}
body .gform_wrapper.gravity-theme .gfield_checkbox .gchoice {
  position: relative;
  margin-bottom: 40px;
}
body .gform_wrapper.gravity-theme .gfield_checkbox .gchoice:last-child {
  margin-bottom: 0;
}
body .gform_wrapper.gravity-theme .gfield_checkbox .gchoice .gfield-choice-input {
  opacity: 0;
  position: absolute;
}
body .gform_wrapper.gravity-theme .gfield_checkbox .gchoice .gfield-choice-input:checked + label:before {
  font-family: "Font Awesome 6 Pro";
  font-weight: bold;
  color: #51788F;
  content: "\f00c";
}
body .gform_wrapper.gravity-theme .gfield_checkbox .gchoice label {
  padding-left: 46px;
  position: relative;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
}
body .gform_wrapper.gravity-theme .gfield_checkbox .gchoice label:before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.25em;
  width: 28px;
  height: 28px;
  border: solid 2px #51788F;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body .gform_wrapper.gravity-theme .ginput_container_select {
  width: 100%;
  cursor: pointer;
  line-height: 1;
  font-size: 18px;
  font-family: "Gotham", sans-serif;
  font-weight: 500;
  position: relative;
  z-index: 1;
  color: #283138;
  background-color: #fff;
  border: solid 2px #51788F;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.09);
          box-shadow: 0 2px 3px rgba(0, 0, 0, 0.09);
  border-radius: 4px;
  overflow: hidden;
}
body .gform_wrapper.gravity-theme .ginput_container_select:after {
  content: "\e906";
  font-family: "vericast-icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-size: 14px;
  text-transform: none;
  line-height: 1;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 60px;
  text-align: center;
  pointer-events: none;
}
body .gform_wrapper.gravity-theme .ginput_container_select select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: none;
  padding: 10px 60px 10px 25px;
  margin: 0;
  width: 100%;
  font-family: inherit;
  font-size: inherit;
  cursor: inherit;
  line-height: inherit;
  outline: none;
  z-index: 2;
  line-height: 1.5 !important;
  color: #283138;
  height: 68px;
  text-overflow: ellipsis;
}
body .gform_wrapper.gravity-theme .ginput_container_select select::-ms-expand {
  display: none;
}
body .gform_wrapper.gravity-theme .gform_footer {
  padding: 0;
  margin: 34px 0 0;
}
body .gform_wrapper.gravity-theme .gform_footer .gform_button {
  background-color: #E47720;
  color: #fff;
  border: 0;
  border-radius: 4px;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
  padding: 25px;
  text-transform: uppercase;
  margin: 0;
  cursor: pointer;
  -webkit-transition: 0.25s all ease-in-out;
  transition: 0.25s all ease-in-out;
}
body .gform_wrapper.gravity-theme .gform_footer .gform_button:hover {
  background-color: #51788F;
}
body .gform_wrapper.gravity-theme .gform_validation_errors {
  padding: 15px 25px;
  font-weight: 500;
  border: 0;
  border: solid 2px #e72222;
  border-radius: 4px;
  margin: 0 0 20px;
}
body .gform_wrapper.gravity-theme .gform_validation_errors > h2 {
  font-weight: 500;
  font-size: 18px !important;
  text-transform: none !important;
  line-height: 1.4em;
  color: #e72222;
}
body .gform_wrapper.gravity-theme .gform_validation_errors .gform-icon {
  display: none;
}
body .gform_wrapper.gravity-theme .gform_required_legend {
  display: none;
}
body .gform_wrapper.gravity-theme img.gform_ajax_spinner, body .gform_wrapper.gravity-theme .gform_required_legend {
  display: none !important;
}
/*# sourceMappingURL=style.css.map */