@charset "UTF-8";
/*!
    Theme Name: Posen Architects
	Theme URI: 
	Description: Posen Architects Wordpress Theme
    Version: 1.0
	Author: Splendor
*/
@font-face {
  font-family: "posen-architects-icons";
  src: url("/fonts/posen-architects-icons.ttf?l4k3q") format("truetype"), url("./fonts/posen-architects-icons.woff?l4k3q") format("woff"), url("/fonts/posen-architects-icons.svg?l4k3q#posen-architects-icons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  font-family: "posen-architects-icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


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

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

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

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

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

.icon-arrow-left:before {
  content: "\e905";
}

.icon-arrow-right:before {
  content: "\e906";
}

/* .icon-arrow:before {
  content: "\e907";
} */

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

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

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

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

/*! 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 */
}

ol li::marker {
color: #c2cd4f;
font-weight: 700;
}

/**
 * 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;
}

html {
  font-size: 1em;
  line-height: 1.44;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
* A better looking default horizontal rule
*/
hr {
  background: #bfbfbf;
  display: block;
  width: 100%;
  height: 1px;
  border: 0;
  padding: 0;
  margin: 1.875em auto;
}
hr.full {
  width: 100vw;
  margin-left: calc((100vw - 100%) / 2 * -1);
}

/*
* Remove the gap between audio, canvas, iframes,
* images, videos and the bottom of their containers:
* https://github.com/h5bp/html5-boilerplate/issues/440
*/
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
* Remove default fieldset styles.
*/
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
* Allow only vertical resizing of textareas.
*/
textarea {
  resize: vertical;
}

i.icon-x {
	position: absolute;
    right: 0;
    left: auto;
    width: 85px;
    font-size: 40px;
	cursor: pointer;
}

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

/* 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: #fff;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #000;
  display: block;
  font-size: 0.875em;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

/* 
/* Browser Upgrade Prompt
*/
.browserupgrade {
  margin: 0;
  background: #ccc;
  color: #000;
  padding: 0.5em 0;
  text-align: center;
}

/*! author: splendordesign.com  */
body {
  background: #fff;
  font-size: 18px;
  font-family: "aktiv-grotesk", sans-serif;
  font-weight: 300;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-width: 320px;
	overflow-x: hidden;
}
body.noscroll {
  overflow: hidden;
}

ol.projects-ol li::marker {
	color: #A0025C;
}

.work__hero h1 {
	font-size: 50px;
}


@media (max-width: 767px) {
  body {
    font-size: 16px;
  }
	.work__hero h1 {
	font-size: 42px;
}
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "aktiv-grotesk", sans-serif;
  font-weight: 300;
  margin: 0;
  line-height: 1.1;
}
h1 strong, .h1 strong,
h2 strong, .h2 strong,
h3 strong, .h3 strong,
h4 strong, .h4 strong,
h5 strong, .h5 strong,
h6 strong, .h6 strong {
  font-weight: inherit;
  color: #c2cd4f;
}
.overlay--magenta h1 strong, .overlay--magenta .h1 strong,
.overlay--magenta h2 strong, .overlay--magenta .h2 strong,
.overlay--magenta h3 strong, .overlay--magenta .h3 strong,
.overlay--magenta h4 strong, .overlay--magenta .h4 strong,
.overlay--magenta h5 strong, .overlay--magenta .h5 strong,
.overlay--magenta h6 strong, .overlay--magenta .h6 strong {
  color: #a0025c;
}
.overlay--green h1 strong, .overlay--green .h1 strong,
.overlay--green h2 strong, .overlay--green .h2 strong,
.overlay--green h3 strong, .overlay--green .h3 strong,
.overlay--green h4 strong, .overlay--green .h4 strong,
.overlay--green h5 strong, .overlay--green .h5 strong,
.overlay--green h6 strong, .overlay--green .h6 strong {
  color: #c2cd4f;
}
.overlay--blue h1 strong, .overlay--blue .h1 strong,
.overlay--blue h2 strong, .overlay--blue .h2 strong,
.overlay--blue h3 strong, .overlay--blue .h3 strong,
.overlay--blue h4 strong, .overlay--blue .h4 strong,
.overlay--blue h5 strong, .overlay--blue .h5 strong,
.overlay--blue h6 strong, .overlay--blue .h6 strong {
  color: #00a5cb;
}
.overlay--yellow h1 strong, .overlay--yellow .h1 strong,
.overlay--yellow h2 strong, .overlay--yellow .h2 strong,
.overlay--yellow h3 strong, .overlay--yellow .h3 strong,
.overlay--yellow h4 strong, .overlay--yellow .h4 strong,
.overlay--yellow h5 strong, .overlay--yellow .h5 strong,
.overlay--yellow h6 strong, .overlay--yellow .h6 strong {
  color: #f4c344;
}

h1, .h1 {
  line-height: 1;
  font-size: 62px;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  h1, .h1 {
    font-size: 38px;
  }
}

h2, .h2 {
  color: #000;
  font-size: 43px;
  line-height: 0.95em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  h2, .h2 {
    font-size: 40px;
  }
}

h3, .h3 {
  font-size: 26px;
  line-height: 1.1;
  margin-bottom: 1em;
}

h4, .h4 {
  font-size: 26px;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}

strong {
  font-weight: bold;
}

p,
ol,
ul {
  margin: 0 0 1.6em 0;
}

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

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

figure {
  margin: 0;
}

.blog-author {
	font-size: 14px;
}

blockquote {
  margin: 0 0 1.5em;
  display: grid;
  grid-template-columns: 5fr 2fr;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
}
blockquote h4 {
  color: #c2cd4f;
  border-left: solid 3px #c2cd4f;
  -ms-flex-item-align: start;
  align-self: flex-start;
  padding: 10px 0 10px 20px;
  margin: 0 0 0 auto;
}
.overlay--magenta blockquote h4 {
  color: #a0025c;
  border-color: #a0025c;
}
.overlay--green blockquote h4 {
  color: #c2cd4f;
  border-color: #c2cd4f;
}
.overlay--blue blockquote h4 {
  color: #00a5cb;
  border-color: #00a5cb;
}
.overlay--yellow blockquote h4 {
  color: #f4c344;
  border-color: #f4c344;
}
blockquote p:last-child {
  grid-column: 1/-1;
}
blockquote p strong {
  display: block;
  position: relative;
  padding-top: 25px;
  font-weight: 300;
  margin-top: 0.5em;
}
blockquote p strong::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 5px;
  background-color: #c2cd4f;
}
.overlay--magenta blockquote p strong::before {
  background-color: #a0025c;
}
.overlay--green blockquote p strong::before {
  background-color: #c2cd4f;
}
.overlay--blue blockquote p strong::before {
  background-color: #00a5cb;
}
.overlay--yellow blockquote p strong::before {
  background-color: #f4c344;
}

h2.gform_title {
	color: #97c21c;
	font-weight: bold;
	font-size: 30px;
}

.contact {
	display: flex;
}

.contact-row {
	width: 50%
}

.contact h4 {
	font-size: 22px;
    color: #97c21c;
    font-weight: bolder;
	margin-bottom: 0px;
}


li#menu-item-160 a:hover {
	color: #00A5CB;
}

li#menu-item-174 a:hover {
	color: #A0025C;
}

li#menu-item-175 a:hover {
	color: #F4C344;
}

.contact a {
	font-weight: 500;
}

.contact-offices {
	margin: 0 auto;
}

@media (max-width: 767px) {
  blockquote {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 1em;
  }
	.contact-title {
	text-align: center;
  }
	
	h2.gform_title {
		padding-right: 25px;
		text-align: center;
	}
	
  blockquote h4 {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin: 0;
  }
  blockquote p strong {
    margin: 0;
  }
	.contact {
	flex-wrap: wrap;
		flex-direction: column-reverse;
}
	
	.contact-row {
		width: 100%;
	}
	
	.contact-offices {
		padding-bottom: 25px;
	}
}

.grid-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding: 10px;
}
.grid-item {
  padding: 20px;
  font-size: 30px;
  text-align: center;
} 



.services-links {
	display: flex;
	margin: 15px auto;
	font-weight: 600;
}

.blue-bullets li::before {
	color: #00a5cb;
}

.service-links {
	margin: 50px 0px 0px;
}

.service-links .container {
	max-width: 1670px;
}

.services-links a {
	text-decoration: none;
	color: #000;
	margin: 0 8px 0 0;
	border-right: 1px solid #a5a5a5;
    padding-right: 10px;
}

.services-links a:last-child {
	border: none;
}

.services-links a:hover, .services-links a:focus, .services-links a:active  {
	color: #F4C344; 
} 

.services-grid { 
position: relative;
}

.services-gallery-flex {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 10px;
	margin: 0px auto;
}

.services-container {
	margin: 125px auto 150px;
}

.services-grid .eyebrow {
	font-size: 28px;
	color: #F4C344;
	
}

.nothing {
  font-size: 1.5em;
  font-weight: 500;
  color: #a0025c;
}

.btn {
  border: solid 2px #c2cd4f;
  border-radius: 0;
  background: transparent;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.025em;
  color: #c2cd4f;
  padding: 26px 40px 23px;
  line-height: 1em;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  z-index: 1;
}
.btn:hover, .btn:focus {
  background: #c2cd4f;
  border-color: #c2cd4f;
  color: #fff;
}

.btn-more {
  display: inline-block;
  font-size: 15px;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #c2cd4f;
}
.overlay--magenta .btn-more {
  color: #a0025c;
}
.overlay--green .btn-more {
  color: #c2cd4f;
}
.overlay--blue .btn-more {
  color: #00a5cb;
}
.overlay--yellow .btn-more {
  color: #f4c344;
}
.btn-more:hover, .btn-more:focus {
  color: #000;
}

a {
  color: #c2cd4f;
  text-decoration: none;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
a[href^=tel] {
  color: inherit;
}
a[href^=tel]:hover, a[href^=tel]:focus {
  color: #d0d877;
}

::-webkit-input-placeholder {
  line-height: normal;
}

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

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

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

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

section ul {
  list-style: none;
  margin: 0 0 1.5em;
  padding: 0;
}
section ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  margin: 0 0 .50em;
}
section ul li::before {
  content: "▪";
  color: #c2cd4f;
  font-weight: bold;
}
section ul li:last-child {
  margin-bottom: 0;
}
section ul:last-child {
  margin-bottom: 0;
}

.separator {
  width: 60px;
  height: 3px;
  display: block;
  background-color: #c2cd4f;
  margin: 0 0 30px;
  border-radius: 3px;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 50px;
  margin-bottom: 40px;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 50px;
  margin-bottom: 40px;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignwide {
  margin-left: -30px;
  margin-right: -30px;
}

.alignfull {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  max-width: 100vw;
}
.alignfull img {
  width: 100%;
  height: auto;
  display: block;
}

figure.image {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  display: block;
}
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;
}
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;
}

.container {
  width: 100%;
  max-width: 1460px;
  padding-left: 30px;
  padding-right: 30px;
  margin: 0 auto;
}

ul.service-list li::before {
	 content: "▪";
    color: #f4c344;
    font-weight: bold;
}

.article ul li::before {
	 content: "▪";
    color: #00a5cb;
    font-weight: bold;
}

.article .page-nav .icon-chevron-left:hover, .article .page-nav .icon-chevron-left:focus, .article .page-nav .icon-chevron-right:hover, .article .page-nav .icon-chevron-right:focus {
	color: #00a5cb;
}


@media (max-width: 374px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 14px;
}
.social a {
  font-size: 22px;
}

.error-404 {
  margin: 0 0 135px;
  text-align: center;
}
.error-404 hr.full {
  height: 6px;
  border-top: solid 2px #fff;
  background-color: #c2cd4f;
  margin-top: 25px;
}

.search-results {
  margin: 0 0 135px;
}
.search-results .container {
  max-width: 1260px;
}
.search-results hr.full {
  height: 6px;
  border-top: solid 2px #fff;
  background-color: #c2cd4f;
  margin-top: 25px;
}
.search-results article h2 {
  font-size: 30px;
  text-transform: none;
  font-weight: 900;
  margin: 0 0 0.75em;
  color: #000;
}
.search-results article h2 a {
  color: inherit;
}

.slick-arrow {
  width: 84px;
  height: 84px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  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;
  font-size: 33px;
  font-weight: bold;
  color: #c2cd4f;
  cursor: pointer;
  z-index: 200;
}
.slick-arrow:hover, .slick-arrow:focus {
  color: #00a5cb;
}
.slick-arrow.slick-prev {
  border-right: solid 1px #c2cd4f;
  left: -100px;
}
.slick-arrow.slick-prev:hover, .slick-arrow.slick-prev:focus {
  border-color: #00a5cb;
}
.slick-arrow.slick-next {
  border-left: solid 1px #c2cd4f;
  right: -100px;
}
.slick-arrow.slick-next:hover, .slick-arrow.slick-next:focus {
  border-color: #00a5cb;
}
@media (max-width: 1639px) {
  .slick-arrow {
    width: 33px;
    height: 33px;
    top: 100%;
  }
  .slick-arrow.slick-prev {
    left: 50%;
    -webkit-transform: translateX(-150%) translateY(100%);
    -ms-transform: translateX(-150%) translateY(100%);
    transform: translateX(-150%) translateY(100%);
    border: 0;
  }
  .slick-arrow.slick-next {
    right: 50%;
    -webkit-transform: translateX(150%) translateY(100%);
    -ms-transform: translateX(150%) translateY(100%);
    transform: translateX(150%) translateY(100%);
    border: 0;
  }
}
@media (max-width: 767px) {
  .slick-arrow {
    width: 24px;
    height: 24px;
    font-size: 24px;
  }
  .slick-arrow.slick-prev {
    left: 50%;
    -webkit-transform: translateX(-150%) translateY(100%);
    -ms-transform: translateX(-150%) translateY(100%);
    transform: translateX(-150%) translateY(100%);
    border: 0;
  }
  .slick-arrow.slick-next {
    right: 50%;
    -webkit-transform: translateX(150%) translateY(100%);
    -ms-transform: translateX(150%) translateY(100%);
    transform: translateX(150%) translateY(100%);
    border: 0;
  }
}

.insights {
  margin: 40px 0 100px;
}
.insights h2 {
  margin-bottom: 1em;
  max-width: 760px;
}
.insights__filters {
  margin: 0 0 25px;
  font-size: 16px;
  color: #908d8d;
  text-transform: uppercase;
}
.insights__filters ul {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 22px;
  -moz-column-gap: 22px;
  column-gap: 22px;
  margin: 0;
}
/* .insights__filters ul li:first-child::after {
  content: "/";
  color: #00A5CB;
  margin-left: 22px;
} */
.insights__filters ul li a {
  color: #908d8d;
  font-weight: 600;
}
.insights__filters ul li a:hover, .insights__filters ul li a:focus {
  color: #00A5CB;
}
.insights__filters ul li.current-cat a {
  color: #00A5CB;
}
.insights__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -webkit-column-gap: 42px;
  -moz-column-gap: 42px;
  column-gap: 42px;
  row-gap: 42px;
}
.insights__item {
  position: relative;
}
.insights__item aside {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 14px 10px 14px 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 14px;
  -moz-column-gap: 14px;
  column-gap: 14px;
  color: #fff;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
}
.insights__item aside h3 {
  margin: 0;
  color: #fff;
}
.insights__item aside i {
  font-size: 68px;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
}
.insights__item:hover aside, .insights__item:focus aside {
  background-color: rgba(0, 165, 203, 0.65);
}
.insights__item:hover aside i, .insights__item:focus aside i {
  opacity: 1;
}
@media (max-width: 767px) {
  .insights {
    margin: 20px 0 60px;
	overflow: hidden;
  }
	
	.insights__grid {
		grid-template-columns: 1fr;
	}
}

.article {
  margin: 40px 0 100px;
}

.article .eyebrow {
	color: #00a5cb;
}

.article .container {
  max-width: 1044px;
}
.article__banner {
  margin: 0 0 70px;
}
.article__banner img {
  margin: 0 auto;
  display: block;
}
.article h2 {
  margin-bottom: 1em;
}

.article .page-nav__back {
	color: #00a5cb;
}

.article a {
	color: #00a5cb;
}

@media (max-width: 767px) {
  .article {
    margin: 20px 0 60px;
  }
  .article__banner {
    margin: 0 0 2.5em;
  }
}

.wysiwyg-columns {
  display: flex;
  flex-wrap: wrap;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 12px;
  -moz-column-gap: 12px;
  column-gap: 12px;
  margin: 40px 0 40px;
  font-size: 15px;
}
.wysiwyg-columns img {
  display: block;
  margin-top: 5px;
}
@media (max-width: 767px) {
  .wysiwyg-columns {
    margin: 2.5em 0 2em;
    grid-template-columns: 1fr;
    row-gap: 20px;
  }
}

.eyebrow {
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #c2cd4f;
  letter-spacing: 0.04em;
  margin: 0 0 0.8em;
  line-height: 1.2;
  display: block;
}
.overlay--magenta .eyebrow {
  color: #a0025c;
}
.overlay--green .eyebrow {
  color: #c2cd4f;
}
.overlay--blue .eyebrow {
  color: #00a5cb;
}
.overlay--yellow .eyebrow {
  color: #f4c344;
}
.overlay--blue .service-grid__item:hover aside, .overlay--blue .service-grid__item:focus aside  {
	background-color: rgba(0, 165, 203, 0.65);
}

@media (max-width: 767px) {
  .eyebrow {
    font-size: 14px;
  }
}

.more {
  font-size: 50px;
  display: block;
}

.more1 {
  font-size: 50px;
  display: block;
	color: #f4c344;
}

.overlay--magenta .more {
  color: #a0025c;
}
.overlay--green .more {
  color: #c2cd4f;
}
.overlay--blue .more {
  color: #00a5cb;
}
.overlay--yellow .more {
  color: #f4c344;
}
.more:hover {
  color: #000;
}

.more1:hover {
	color: #fff;
}
@media (max-width: 767px) {
  .more {
    font-size: 50px;
  }
}

.pagination {
  margin: 55px 0 0;
}
.pagination .nav-links {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-bottom: solid 1px #dedddd;
}
.pagination .page-numbers {
  width: 50px;
  text-align: center;
  padding: 20px 0;
  font-size: 16px;
  font-weight: 300;
  color: #000;
  position: relative;
}
.pagination .page-numbers::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 3px;
  background-color: #c2cd4f;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
  opacity: 0;
}
.pagination .page-numbers.dots {
  pointer-events: none;
  width: auto;
}
.pagination .page-numbers.current, .pagination .page-numbers:hover, .pagination .page-numbers:focus {
  color: #c2cd4f;
}
.pagination .page-numbers.current:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .pagination {
    margin: 40px 0 0;
  }
}


.page-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 24px;
  font-weight: normal;
  margin: 55px 0 0;
}
.page-nav > * {
  height: 50px;
  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;
}
.page-nav__back {
  width: 70px;
  border-left: solid 1px #d3d3d3;
  border-right: solid 1px #d3d3d3;
  color: #c2cd4f;
  cursor: pointer;
}
.page-nav__back:hover, .page-nav__back:focus {
  color: #8c8d8d;
}
.page-nav .icon-chevron-left {
  padding-right: 30px;
}
.page-nav .icon-chevron-right {
  padding-left: 30px;
}
.page-nav .icon-chevron-left,
.page-nav .icon-chevron-right {
  font-weight: bold;
  color: #8c8d8d;
}
.page-nav .icon-chevron-left:hover, .page-nav .icon-chevron-left:focus,
.page-nav .icon-chevron-right:hover,
.page-nav .icon-chevron-right:focus {
  color: #c2cd4f;
}
@media (max-width: 767px) {
  .page-nav {
    margin: 40px 0 0;
  }
}

.box-overlay {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  max-width: 270px;
  aspect-ratio: 1/1;
  background-color: rgba(194, 205, 79, 0.75);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: left;
  padding: 10px;
  font-size: 46px;
  font-weight: 300;
  line-height: 0.9em;
  text-transform: uppercase;
}
.overlay--magenta .box-overlay {
  background-color: rgba(160, 2, 92, 0.75);
}
.overlay--green .box-overlay {
  background-color: rgba(194, 205, 79, 0.75);
}
.overlay--blue .box-overlay {
  background-color: rgba(0, 165, 203, 0.75);
}
.overlay--yellow .box-overlay {
  background-color: rgba(244, 195, 68, 0.75);
}
@media (max-width: 1479px) {
  .box-overlay {
    max-width: 18vw;
    font-size: 3vw;
  }
}
@media (max-width: 1079px) {
  .box-overlay {
    max-width: 36vw;
    font-size: 6vw;
  }
}

.accordion dl {
  margin: 0 0 40px;
  padding: 0;
  font-size: 18px;
  font-weight: 300;
  color: #c2cd4f;
  position: relative;
  z-index: 2;
  line-height: 1.5em;
}
.accordion dl dt {
  font-size: 16px;
  font-weight: 300;
  padding: 5px 0;
  line-height: 1.2;
  cursor: pointer;
  color: #000;
  text-transform: uppercase;
  position: relative;
  padding-left: 15px;
}
.accordion dl dt i {
  color: #a0025c;
  font-size: 16px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-70%);
  -ms-transform: translateY(-70%);
  transform: translateY(-70%);
}
.accordion dl dt i::before {
  content: "+";
}
.accordion dl dt.on {
  color: #a0025c;
  font-weight: bold;
}
.accordion dl dt.on i::before {
  content: "–";
}
.accordion dl dd {
  display: none;
  margin: 0;
  padding: 0 0 30px 15px;
  font-size: 17px;
  color: #000;
}
.accordion dl dd p:last-child {
  margin-bottom: 0;
}

.txt .gform_confirmation_message, .txt-center .gform_confirmation_message {
  font-size: 1em;
  font-weight: 700;
  color: #c2cd4f;
}
.txt .gform-theme.gform-theme--framework.gform_wrapper, .txt-center .gform-theme.gform-theme--framework.gform_wrapper {
  margin: 0;
  width: 100%;
}
.txt .gform-theme.gform-theme--framework.gform_wrapper .gform_required_legend, .txt-center .gform-theme.gform-theme--framework.gform_wrapper .gform_required_legend {
  display: none !important;
}
.txt .gform-theme.gform-theme--framework.gform_wrapper .gform_validation_errors, .txt-center .gform-theme.gform-theme--framework.gform_wrapper .gform_validation_errors {
  margin: 0 0 1em;
  border: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
}
.txt .gform-theme.gform-theme--framework.gform_wrapper .gform_validation_errors .gform-icon, .txt-center .gform-theme.gform-theme--framework.gform_wrapper .gform_validation_errors .gform-icon {
  display: none;
}
.txt .gform-theme.gform-theme--framework.gform_wrapper .gform_validation_errors .gform_submission_error, .txt-center .gform-theme.gform-theme--framework.gform_wrapper .gform_validation_errors .gform_submission_error {
  font-size: 18px;
  line-height: 1.2;
  color: #a0025c;
  font-weight: 700;
}
.txt .gform-theme.gform-theme--framework.gform_wrapper .description,
.txt .gform-theme.gform-theme--framework.gform_wrapper .gfield_description,
.txt .gform-theme.gform-theme--framework.gform_wrapper .gsection_description,
.txt .gform-theme.gform-theme--framework.gform_wrapper .instruction, .txt-center .gform-theme.gform-theme--framework.gform_wrapper .description,
.txt-center .gform-theme.gform-theme--framework.gform_wrapper .gfield_description,
.txt-center .gform-theme.gform-theme--framework.gform_wrapper .gsection_description,
.txt-center .gform-theme.gform-theme--framework.gform_wrapper .instruction {
  display: none;
}
.txt .gform-theme.gform-theme--framework.gform_wrapper img.gform_ajax_spinner, .txt-center .gform-theme.gform-theme--framework.gform_wrapper img.gform_ajax_spinner {
  display: none !important;
}
.txt .gform-theme.gform-theme--framework.gform_wrapper form .gform_fields, .txt-center .gform-theme.gform-theme--framework.gform_wrapper form .gform_fields {
  row-gap: 20px;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
@media only screen and (max-width: 641px) {
  .txt .gform-theme.gform-theme--framework.gform_wrapper form .gform_fields, .txt-center .gform-theme.gform-theme--framework.gform_wrapper form .gform_fields {
    row-gap: 15px;
  }
}
.txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body, .txt-center .gform-theme.gform-theme--framework.gform_wrapper form .gform-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin: 0;
  padding: 0;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=color],
.txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=date],
.txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=datetime-local],
.txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=datetime],
.txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=email],
.txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=month],
.txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=number],
.txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=password],
.txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=search],
.txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=tel],
.txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=text],
.txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=time],
.txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=url],
.txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=week],
.txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body select,
.txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body textarea, .txt-center .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=color],
.txt-center .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=date],
.txt-center .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=datetime-local],
.txt-center .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=datetime],
.txt-center .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=email],
.txt-center .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=month],
.txt-center .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=number],
.txt-center .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=password],
.txt-center .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=search],
.txt-center .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=tel],
.txt-center .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=text],
.txt-center .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=time],
.txt-center .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=url],
.txt-center .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=week],
.txt-center .gform-theme.gform-theme--framework.gform_wrapper form .gform-body select,
.txt-center .gform-theme.gform-theme--framework.gform_wrapper form .gform-body textarea {
  font-size: 18px;
  font-family: "aktiv-grotesk", sans-serif;
  border: solid 1px #c5c5c5;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  background: transparent;
  outline: none;
  color: #000;
  padding: 25px !important;
  line-height: 1em !important;
  min-height: auto;
}
.txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=color]::-webkit-input-placeholder, .txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=date]::-webkit-input-placeholder, .txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=datetime-local]::-webkit-input-placeholder, .txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=datetime]::-webkit-input-placeholder, .txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=email]::-webkit-input-placeholder, .txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=month]::-webkit-input-placeholder, .txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=number]::-webkit-input-placeholder, .txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=password]::-webkit-input-placeholder, .txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=search]::-webkit-input-placeholder, .txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=tel]::-webkit-input-placeholder, .txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=text]::-webkit-input-placeholder, .txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=time]::-webkit-input-placeholder, .txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=url]::-webkit-input-placeholder, .txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=week]::-webkit-input-placeholder, .txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body select::-webkit-input-placeholder, .txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body textarea::-webkit-input-placeholder, .txt-center .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=color]::-webkit-input-placeholder, .txt-center .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=date]::-webkit-input-placeholder, .txt-center .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=datetime-local]::-webkit-input-placeholder, .txt-center .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=datetime]::-webkit-input-placeholder, .txt-center .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=email]::-webkit-input-placeholder, .txt-center .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=month]::-webkit-input-placeholder, .txt-center .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=number]::-webkit-input-placeholder, .txt-center .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=password]::-webkit-input-placeholder, .txt-center .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=search]::-webkit-input-placeholder, .txt-center .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=tel]::-webkit-input-placeholder, .txt-center .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=text]::-webkit-input-placeholder, .txt-center .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=time]::-webkit-input-placeholder, .txt-center .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=url]::-webkit-input-placeholder, .txt-center .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=week]::-webkit-input-placeholder, .txt-center .gform-theme.gform-theme--framework.gform_wrapper form .gform-body select::-webkit-input-placeholder, .txt-center .gform-theme.gform-theme--framework.gform_wrapper form .gform-body textarea::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}
.txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=color]::-moz-placeholder, .txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=date]::-moz-placeholder, .txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=datetime-local]::-moz-placeholder, .txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=datetime]::-moz-placeholder, .txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=email]::-moz-placeholder, .txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=month]::-moz-placeholder, .txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=number]::-moz-placeholder, .txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=password]::-moz-placeholder, .txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=search]::-moz-placeholder, .txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=tel]::-moz-placeholder, .txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=text]::-moz-placeholder, .txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=time]::-moz-placeholder, .txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=url]::-moz-placeholder, .txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=week]::-moz-placeholder, .txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body select::-moz-placeholder, .txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body textarea::-moz-placeholder, .txt-center .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=color]::-moz-placeholder, .txt-center .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=date]::-moz-placeholder, .txt-center .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=datetime-local]::-moz-placeholder, .txt-center .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=datetime]::-moz-placeholder, .txt-center .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=email]::-moz-placeholder, .txt-center .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=month]::-moz-placeholder, .txt-center .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=number]::-moz-placeholder, .txt-center .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=password]::-moz-placeholder, .txt-center .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=search]::-moz-placeholder, .txt-center .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=tel]::-moz-placeholder, .txt-center .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=text]::-moz-placeholder, .txt-center .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=time]::-moz-placeholder, .txt-center .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=url]::-moz-placeholder, .txt-center .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=week]::-moz-placeholder, .txt-center .gform-theme.gform-theme--framework.gform_wrapper form .gform-body select::-moz-placeholder, .txt-center .gform-theme.gform-theme--framework.gform_wrapper form .gform-body textarea::-moz-placeholder {
  color: inherit;
  opacity: 1;
}
.txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=color]:-ms-input-placeholder, .txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=date]:-ms-input-placeholder, .txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=datetime-local]:-ms-input-placeholder, .txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=datetime]:-ms-input-placeholder, .txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=email]:-ms-input-placeholder, .txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=month]:-ms-input-placeholder, .txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=number]:-ms-input-placeholder, .txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=password]:-ms-input-placeholder, .txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=search]:-ms-input-placeholder, .txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=tel]:-ms-input-placeholder, .txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=text]:-ms-input-placeholder, .txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=time]:-ms-input-placeholder, .txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=url]:-ms-input-placeholder, .txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=week]:-ms-input-placeholder, .txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body select:-ms-input-placeholder, .txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body textarea:-ms-input-placeholder, .txt-center .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=color]:-ms-input-placeholder, .txt-center .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=date]:-ms-input-placeholder, .txt-center .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=datetime-local]:-ms-input-placeholder, .txt-center .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=datetime]:-ms-input-placeholder, .txt-center .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=email]:-ms-input-placeholder, .txt-center .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=month]:-ms-input-placeholder, .txt-center .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=number]:-ms-input-placeholder, .txt-center .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=password]:-ms-input-placeholder, .txt-center .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=search]:-ms-input-placeholder, .txt-center .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=tel]:-ms-input-placeholder, .txt-center .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=text]:-ms-input-placeholder, .txt-center .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=time]:-ms-input-placeholder, .txt-center .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=url]:-ms-input-placeholder, .txt-center .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=week]:-ms-input-placeholder, .txt-center .gform-theme.gform-theme--framework.gform_wrapper form .gform-body select:-ms-input-placeholder, .txt-center .gform-theme.gform-theme--framework.gform_wrapper form .gform-body textarea:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}
.txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=color]::-ms-input-placeholder, .txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=date]::-ms-input-placeholder, .txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=datetime-local]::-ms-input-placeholder, .txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=datetime]::-ms-input-placeholder, .txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=email]::-ms-input-placeholder, .txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=month]::-ms-input-placeholder, .txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=number]::-ms-input-placeholder, .txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=password]::-ms-input-placeholder, .txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=search]::-ms-input-placeholder, .txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=tel]::-ms-input-placeholder, .txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=text]::-ms-input-placeholder, .txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=time]::-ms-input-placeholder, .txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=url]::-ms-input-placeholder, .txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=week]::-ms-input-placeholder, .txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body select::-ms-input-placeholder, .txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body textarea::-ms-input-placeholder, .txt-center .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=color]::-ms-input-placeholder, .txt-center .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=date]::-ms-input-placeholder, .txt-center .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=datetime-local]::-ms-input-placeholder, .txt-center .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=datetime]::-ms-input-placeholder, .txt-center .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=email]::-ms-input-placeholder, .txt-center .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=month]::-ms-input-placeholder, .txt-center .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=number]::-ms-input-placeholder, .txt-center .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=password]::-ms-input-placeholder, .txt-center .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=search]::-ms-input-placeholder, .txt-center .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=tel]::-ms-input-placeholder, .txt-center .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=text]::-ms-input-placeholder, .txt-center .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=time]::-ms-input-placeholder, .txt-center .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=url]::-ms-input-placeholder, .txt-center .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=week]::-ms-input-placeholder, .txt-center .gform-theme.gform-theme--framework.gform_wrapper form .gform-body select::-ms-input-placeholder, .txt-center .gform-theme.gform-theme--framework.gform_wrapper form .gform-body textarea::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}
.txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=color]::placeholder,
.txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=date]::placeholder,
.txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=datetime-local]::placeholder,
.txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=datetime]::placeholder,
.txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=email]::placeholder,
.txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=month]::placeholder,
.txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=number]::placeholder,
.txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=password]::placeholder,
.txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=search]::placeholder,
.txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=tel]::placeholder,
.txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=text]::placeholder,
.txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=time]::placeholder,
.txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=url]::placeholder,
.txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=week]::placeholder,
.txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body select::placeholder,
.txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body textarea::placeholder, .txt-center .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=color]::placeholder,
.txt-center .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=date]::placeholder,
.txt-center .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=datetime-local]::placeholder,
.txt-center .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=datetime]::placeholder,
.txt-center .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=email]::placeholder,
.txt-center .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=month]::placeholder,
.txt-center .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=number]::placeholder,
.txt-center .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=password]::placeholder,
.txt-center .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=search]::placeholder,
.txt-center .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=tel]::placeholder,
.txt-center .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=text]::placeholder,
.txt-center .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=time]::placeholder,
.txt-center .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=url]::placeholder,
.txt-center .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=week]::placeholder,
.txt-center .gform-theme.gform-theme--framework.gform_wrapper form .gform-body select::placeholder,
.txt-center .gform-theme.gform-theme--framework.gform_wrapper form .gform-body textarea::placeholder {
  color: inherit;
  opacity: 1;
}
@media only screen and (max-width: 641px) {
  .txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=color],
  .txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=date],
  .txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=datetime-local],
  .txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=datetime],
  .txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=email],
  .txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=month],
  .txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=number],
  .txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=password],
  .txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=search],
  .txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=tel],
  .txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=text],
  .txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=time],
  .txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=url],
  .txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=week],
  .txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body select,
  .txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body textarea, .txt-center .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=color],
  .txt-center .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=date],
  .txt-center .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=datetime-local],
  .txt-center .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=datetime],
  .txt-center .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=email],
  .txt-center .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=month],
  .txt-center .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=number],
  .txt-center .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=password],
  .txt-center .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=search],
  .txt-center .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=tel],
  .txt-center .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=text],
  .txt-center .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=time],
  .txt-center .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=url],
  .txt-center .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=week],
  .txt-center .gform-theme.gform-theme--framework.gform_wrapper form .gform-body select,
  .txt-center .gform-theme.gform-theme--framework.gform_wrapper form .gform-body textarea {
    padding: 12px 20px;
  }
}
.txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body .gfield_error input[type=color],
.txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body .gfield_error input[type=date],
.txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body .gfield_error input[type=datetime-local],
.txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body .gfield_error input[type=datetime],
.txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body .gfield_error input[type=email],
.txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body .gfield_error input[type=month],
.txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body .gfield_error input[type=number],
.txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body .gfield_error input[type=password],
.txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body .gfield_error input[type=search],
.txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body .gfield_error input[type=tel],
.txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body .gfield_error input[type=text],
.txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body .gfield_error input[type=time],
.txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body .gfield_error input[type=url],
.txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body .gfield_error input[type=week],
.txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body .gfield_error select,
.txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body .gfield_error textarea, .txt-center .gform-theme.gform-theme--framework.gform_wrapper form .gform-body .gfield_error input[type=color],
.txt-center .gform-theme.gform-theme--framework.gform_wrapper form .gform-body .gfield_error input[type=date],
.txt-center .gform-theme.gform-theme--framework.gform_wrapper form .gform-body .gfield_error input[type=datetime-local],
.txt-center .gform-theme.gform-theme--framework.gform_wrapper form .gform-body .gfield_error input[type=datetime],
.txt-center .gform-theme.gform-theme--framework.gform_wrapper form .gform-body .gfield_error input[type=email],
.txt-center .gform-theme.gform-theme--framework.gform_wrapper form .gform-body .gfield_error input[type=month],
.txt-center .gform-theme.gform-theme--framework.gform_wrapper form .gform-body .gfield_error input[type=number],
.txt-center .gform-theme.gform-theme--framework.gform_wrapper form .gform-body .gfield_error input[type=password],
.txt-center .gform-theme.gform-theme--framework.gform_wrapper form .gform-body .gfield_error input[type=search],
.txt-center .gform-theme.gform-theme--framework.gform_wrapper form .gform-body .gfield_error input[type=tel],
.txt-center .gform-theme.gform-theme--framework.gform_wrapper form .gform-body .gfield_error input[type=text],
.txt-center .gform-theme.gform-theme--framework.gform_wrapper form .gform-body .gfield_error input[type=time],
.txt-center .gform-theme.gform-theme--framework.gform_wrapper form .gform-body .gfield_error input[type=url],
.txt-center .gform-theme.gform-theme--framework.gform_wrapper form .gform-body .gfield_error input[type=week],
.txt-center .gform-theme.gform-theme--framework.gform_wrapper form .gform-body .gfield_error select,
.txt-center .gform-theme.gform-theme--framework.gform_wrapper form .gform-body .gfield_error textarea {
  color: #a0025c;
  border-color: #a0025c;
}
.txt .gform-theme.gform-theme--framework.gform_wrapper form .gform_footer, .txt-center .gform-theme.gform-theme--framework.gform_wrapper form .gform_footer {
  margin: 40px 0 0;
  padding: 0;
}
.txt .gform-theme.gform-theme--framework.gform_wrapper form .gform_footer .btn, .txt-center .gform-theme.gform-theme--framework.gform_wrapper form .gform_footer .btn {
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #c2cd4f !important;
  margin: 0;
  padding: 0;
  cursor: pointer;
  appearance: none;
  outline: none;
  font-size: 15px;
  font-weight: 700;
  font-family: "aktiv-grotesk", sans-serif;
  color: #fff;
  padding: 21px;
  line-height: 1em;
  letter-spacing: 0.04em;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  text-decoration: none;
  text-align: left;
  z-index: 1;
}
.txt .gform-theme.gform-theme--framework.gform_wrapper form .gform_footer .btn:hover, .txt .gform-theme.gform-theme--framework.gform_wrapper form .gform_footer .btn:focus, .txt-center .gform-theme.gform-theme--framework.gform_wrapper form .gform_footer .btn:hover, .txt-center .gform-theme.gform-theme--framework.gform_wrapper form .gform_footer .btn:focus {
  background: #00a5cb !important;
  color: #fff !important;
}

.header {
  position: relative;
  z-index: 999;
}
.page-id-337 .header, .tax-project-category .header {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  right: 0;
}
.header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 75px;
  max-width: 1860px;
}
.header__logo {
  max-width: 325px;
}
.header__logo svg {
  width: 100%;
  height: auto;
}
.header__logo svg path {
  fill: #000;
}
.header__logo svg path.logo-dot {
  fill: #c2cd4f;
}
.header .hamburger {
  font-size: 48px;
   font-weight: 600;
  color: #151515;
}
.header .hamburger:hover, .header .hamburger:focus {
  color: #000;
}

.nav {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  background-color: #000;
  color: #fff;
  z-index: 999;
  height: 100vh;
  overflow: auto;
}
.nav-open .nav {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.nav .container {
  max-width: 1860px;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 50px;
  padding-bottom: 40px;
}
.nav__logo {
  margin-bottom: auto;
  max-width: 250px;
  display: block;
}
.nav__logo svg {
  width: 100%;
  height: auto;
}
.nav__logo svg path {
  fill: #fff;
}
.nav__logo svg path.logo-dot {
  fill: #c2cd4f;
}
.nav__content {
  margin: 100px auto;
  max-width: 1480px;
  width: 100%;
}
.nav__content > ul {
  margin-bottom: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: 60px;
  -webkit-column-gap: 200px;
  -moz-column-gap: 200px;
  column-gap: 200px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}
.nav__content > ul:last-child {
  margin-bottom: 0;
}
.nav__content > ul > li > a {
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  line-height: 1;
  margin: 0 0 30px;
}
.nav__content > ul > li > a[href="#"] {
  pointer-events: none;
}
.nav__content > ul > li > .sub-menu > li > a {
  color: #fff;
  font-size: 35px;
  font-weight: 300;
  display: inline-block;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  line-height: 1em;
  text-transform: uppercase;
}
/* .nav__content > ul > li > .sub-menu > li > a:after {
  content: "\e907";
  font-family: "posen-architects-icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 0.33em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 10px;
} */
.nav__content > ul > li > .sub-menu > li > a:hover, .nav__content > ul > li > .sub-menu > li > a:focus {
  color: #c2cd4f;
}
.nav__content > ul > li > .sub-menu > li .sub-menu li a {
  color: #fff;
  font-size: 32px;
  font-weight: 300;
  padding-left: 30px;
  line-height: 1;
  text-transform: uppercase;
}
.nav__content > ul > li > .sub-menu > li .sub-menu li a:hover, .nav__content > ul > li > .sub-menu > li .sub-menu li a:focus {
  color: #c2cd4f;
}
.nav__content .icon-x {
  color: #fff;
  font-size: 50px;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
}
.nav__content .icon-x:hover, .nav__content .icon-x:focus {
  color: #c2cd4f;
}
.nav__statement {
  margin-top: auto;
  color: #c9c7c7;
  line-height: 1.44;
}
.nav__statement h6 {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  line-height: 1.44;
  margin: 0;
}
.nav__statement *:last-child {
  margin-bottom: 0;
}
@media (max-width: 1279px) {
  .nav__content > ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 0 100px;
  }
}
@media (max-width: 767px) {
  .nav__content {
    margin: 80px auto;
  }
	
	.page-id-337 .header, .tax-project-category .header{
		background: #fff;
	}
	
  .nav__content > ul > li > a {
    font-size: 14px;
  }
  .nav__content > ul > li > .sub-menu > li > a {
    font-size: 32px;
  }
  .nav__content > ul > li > .sub-menu > li .sub-menu li a {
    font-size: 20px;
  }
  .nav__content .icon-x {
    font-size: 40px;
  }
  .nav__statement h6 {
    font-size: 16px;
  }
}

.footer {
  background: #000;
  color: #fff;
  padding: 105px 0 80px;
  overflow: hidden;
  margin: 0;
}
.footer__logo {
  margin-bottom: 24px;
  max-width: 325px;
  display: block;
}
.footer__logo svg {
  width: 100%;
  height: auto;
}
.footer__logo svg path {
  fill: #fff;
}
.footer__logo svg path.logo-dot {
  fill: #c2cd4f;
}
.footer__info {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  max-width: 740px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin: 0 0 70px;
}
.footer address {
  font-style: normal;
  line-height: 1.1;
}
.footer address strong {
  display: block;
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 0.2em;
}
.footer address a {
  color: #c2cd4f;
  font-size: 26px;
}
.footer address a:hover, .footer address a:focus {
  color: #fff;
}
.footer address a[href^=tel] {
  color: #fff;
  font-size: 28px;
}
.footer address a[href^=tel]:hover, .footer address a[href^=tel]:focus {
  color: #c2cd4f;
}
.footer .social {
  margin: 0 0 15px;
}
.footer .social a {
  color: #fff;
}
.footer .social a:hover, .footer .social a:focus {
  color: #c2cd4f;
}
.footer__copyright {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 11px;
  -moz-column-gap: 11px;
  column-gap: 11px;
  line-height: 1.5;
}
.footer__copyright a {
  color: #fff;
}
.footer__copyright a:hover, .footer__copyright a:focus {
  color: #c2cd4f;
}
@media (max-width: 767px) {
  .footer {
    padding: 80px 0 60px;
  }
  .footer__info {
    margin-bottom: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
    row-gap: 20px;
  }
}

/* .hero {
  position: relative;
  background-position: center bottom;
  background-size: cover;
  height: 45.25vw;
  min-height: 320px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
} */

.hero {
	position: relative;
    background-position: center bottom;
    background-size: cover;
    height: 92vh;
    min-height: 320px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
}
.hero .container {
  max-width: 1670px;
}
.hero > img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.hero > iframe {
  width: 100vw;
  height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
  min-height: 100vh;
  min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.hero__text {
  color: #fff;
  width: 100%;
  z-index: 3;
  bottom: 37%;
  position: relative;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
}
.hero__text__box {
  position: relative;
  min-height: 270px;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 80px;
}
.hero__text__box::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  aspect-ratio: 1/1;
  background-color: rgba(194, 205, 79, 0.75);
  z-index: -1;
}
.overlay--magenta .hero__text__box::before {
  background-color: rgba(160, 2, 92, 0.75);
}
.overlay--green .hero__text__box::before {
  background-color: rgba(194, 205, 79, 0.75);
}
.overlay--blue .hero__text__box::before {
  background-color: rgba(0, 165, 203, 0.75);
}
.overlay--yellow .hero__text__box::before {
  background-color: rgba(244, 195, 68, 0.75);
}
.hero__eyebrow {
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.5;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .hero__text__box {
    min-height: 180px;
    padding-left: 30px;
  }
  .hero__eyebrow {
    font-size: 14px;
  }
}

.txt {
  margin: 100px 0;
  position: relative;
}
.txt blockquote {
  margin: 0 0 1em;
}
.txt blockquote:last-child {
  margin-bottom: 0;
}
.txt article > p + h4 {
  margin-top: 2em;
}
.txt article > p + ul {
  margin-top: -1em;
}
.txt article > p strong {
  font-weight: normal;
}
.txt article ul li {
  margin: 0 0 0.25em;
}
.txt article ul li:last-child {
  margin-bottom: 0;
}
@media (max-width: 1079px) {
  .txt {
    margin: 100px 0;
  }
  .txt h2 br {
    display: none;
  }
}
@media (max-width: 767px) {
  .txt {
    margin: 80px 0;
  }
}

.txt-center {
  margin: 150px 0;
  position: relative;
}
.txt-center .container {
  max-width: 1030px;
}
.txt-center blockquote {
  margin: 0 0 1em;
}
.txt-center blockquote:last-child {
  margin-bottom: 0;
}
.txt-center article > p + h4 {
  margin-top: 2em;
}
.txt-center article > p + ul {
  margin-top: -1em;
}
.txt-center article > p strong {
  font-weight: normal;
}
.txt-center article ul li {
  margin: 0 0 0.25em;
}
.txt-center article ul li:last-child {
  margin-bottom: 0;
}
@media (max-width: 1079px) {
  .txt-center {
    margin: 100px 0;
  }
  .txt-center h2 br {
    display: none;
  }
}
@media (max-width: 767px) {
  .txt-center {
    margin: 80px 0;
  }
}

.txt-2-img {
  margin: 150px 0;
}
.txt-2-img .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 80px;
  -moz-column-gap: 80px;
  column-gap: 80px;
  max-width: 1670px;
}
.txt-2-img__right {
  padding-right: 100px;
}
.txt-2-img__right > div > * {
  max-width: 540px;
}
.txt-2-img__right > div > *:last-child {
  margin-bottom: 0;
}
.txt-2-img__right figure {
  margin: 0 0 60px;
}
.txt-2-img__right figure:last-child {
  margin-bottom: 0;
}
.txt-2-img__left {
  padding-top: 70px;
}
.txt-2-img__left > div {
  padding-left: 110px;
}
.txt-2-img__left > div > * {
  max-width: 540px;
}
.txt-2-img__left > div > *:last-child {
  margin-bottom: 0;
}
.txt-2-img__left figure {
  margin: 110px 0 0;
}
.txt-2-img__left figure:first-child {
  margin-top: 0;
}
.txt-2-img--reverse .txt-2-img__left {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
.txt-2-img--reverse .txt-2-img__left > div {
  padding-left: 0;
  padding-right: 100px;
}
.txt-2-img--reverse .txt-2-img__right {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  padding-right: 0;
  padding-left: 110px;
}
@media (max-width: 1279px) {
  .txt-2-img .container {
    gap: 60px;
  }
  .txt-2-img__left > div {
    padding-left: 30px;
  }
  .txt-2-img__right {
    padding-right: 30px;
  }
  .txt-2-img--reverse .txt-2-img__left > div {
    padding-right: 30px;
  }
  .txt-2-img--reverse .txt-2-img__right {
    padding-left: 30px;
  }
}
@media (max-width: 1079px) {
  .txt-2-img {
    margin: 100px 0;
  }
  .txt-2-img .container {
    grid-template-columns: 1fr;
  }
  .txt-2-img__left {
    padding-top: 0;
  }
  .txt-2-img__left > div {
    padding-left: 0;
  }
  .txt-2-img__left > div h2 br, .txt-2-img__left > div h3 br {
    display: none;
  }
  .txt-2-img__left figure {
    margin: 60px 0 0;
  }
  .txt-2-img__left figure:first-child {
    margin-top: 0;
  }
  .txt-2-img__right {
    padding-right: 0;
  }
  .txt-2-img__right > div h2 br, .txt-2-img__right > div h3 br {
    display: none;
  }
  .txt-2-img__right figure {
    margin: 0 0 60px;
  }
  .txt-2-img__right figure:last-child {
    margin-bottom: 0;
  }
  .txt-2-img--reverse .txt-2-img__left {
    -webkit-box-ordinal-group: initial;
    -ms-flex-order: initial;
    order: initial;
  }
  .txt-2-img--reverse .txt-2-img__left > div {
    padding-right: 0;
  }
  .txt-2-img--reverse .txt-2-img__right {
    -webkit-box-ordinal-group: initial;
    -ms-flex-order: initial;
    order: initial;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .txt-2-img {
    margin: 80px 0;
  }
  .txt-2-img .container {
    gap: 40px;
  }
  .txt-2-img__left figure {
    margin: 40px 0 0;
  }
  .txt-2-img__left figure:first-child {
    margin-top: 0;
  }
  .txt-2-img__right figure {
    margin: 0 0 40px;
  }
  .txt-2-img__right figure:last-child {
    margin-bottom: 0;
  }
}


.img-txt figure figcaption {
	right: 0;
    bottom: -22%;
    align-items: center;
    justify-content: center;
}

.img-txt {
  position: relative;
  margin: 50px 0px 150px;
}
.img-txt .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1670px;
  -webkit-column-gap: 75px;
  -moz-column-gap: 75px;
  column-gap: 75px;
}
.img-txt .container > * {
  width: 50%;
}
.img-txt figure {
  position: relative;
}
.img-txt figure img {
  display: block;
  width: 100%;
  height: auto;
}
.img-txt aside {
  -ms-flex-item-align: center;
  align-self: center;
}
.img-txt aside > * {
  max-width: 565px;
}
.img-txt aside > *:last-child {
  margin-bottom: 0;
}
.img-txt aside .more {
  margin-top: 0.5em;
}
.img-txt--reverse .container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.img-txt--reverse figure figcaption {
  right: auto;
  left: 0;
}
.img-txt--reverse aside > * {
  margin-left: auto;
}
@media (max-width: 1279px) {
  .img-txt .container {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
}
@media (max-width: 1079px) {
  .img-txt {
    margin: 100px 0;
  }
  .img-txt .container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 30px;
  }
  .img-txt .container > * {
    width: 100%;
  }
  .img-txt .container figure {
    width: 100%;
  }
  .img-txt--reverse aside > * {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .img-txt {
    margin: 80px 0;
  }
	 .img-txt .container figure {
    width: 100%;
	margin-bottom: 55px;
	margin-top: 40px;
  }
}


.banner-module {
  background-color: #000;
  color: #fff;
  padding: 100px 0;
  margin: 0 0 350px;
}
.banner-module .container {
  display: grid;
  max-width: 1460px;
  grid-template-columns: 1fr 4fr;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}
.banner-module aside h1, .banner-module aside .h1,
.banner-module aside h2, .banner-module aside .h2,
.banner-module aside h3, .banner-module aside .h3,
.banner-module aside h4, .banner-module aside .h4,
.banner-module aside h5, .banner-module aside .h5,
.banner-module aside h6, .banner-module aside .h6 {
  color: inherit;
}
.banner-module .btn-more:hover, .banner-module .btn-more:focus {
  color: #fff;
}
.banner-module__tabs a {
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 24px;
  font-weight: normal;
  letter-spacing: 0.04em;
  cursor: pointer;
}
.banner-module__tabs a:hover, .banner-module__tabs a:focus, .banner-module__tabs a.on {
  -webkit-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
}
.overlay--magenta .banner-module__tabs a:hover, .overlay--magenta .banner-module__tabs a:focus, .overlay--magenta .banner-module__tabs a.on {
  color: #a0025c;
}
.overlay--green .banner-module__tabs a:hover, .overlay--green .banner-module__tabs a:focus, .overlay--green .banner-module__tabs a.on {
  color: #c2cd4f;
}
.overlay--blue .banner-module__tabs a:hover, .overlay--blue .banner-module__tabs a:focus, .overlay--blue .banner-module__tabs a.on {
  color: #00a5cb;
}
.overlay--yellow .banner-module__tabs a:hover, .overlay--yellow .banner-module__tabs a:focus, .overlay--yellow .banner-module__tabs a.on {
  color: #f4c344;
}
.banner-module__tab {
  display: none;
}
.banner-module__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}
.banner-module__grid figure {
  position: relative;
  width: 100%;
  min-width: 435px;
  margin-bottom: -300px;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.banner-module__grid figure figcaption {
  right: 0;
  left: 0;
	bottom: -26%;
	align-items: center;
    justify-content: center;
}
.banner-module__grid figure img {
  width: 100%;
  height: auto;
  display: block;
}
.banner-module__grid article {
  max-width: 444px;
}
@media (max-width: 1479px) {
  .banner-module__grid figure figcaption {
    max-width: 270px;
    font-size: 46px;
  }
	.hero__text {
		bottom: 25%;
	}
}
@media (max-width: 1079px) {
  .banner-module__grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .banner-module {
    padding: 80px 0;
    margin: 0 0 280px;
  }
	.hero__text {
		bottom: 37%;
	}
  .banner-module .container {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .banner-module__grid figure {
    margin-bottom: -280px;
  }
}
@media (max-width: 575px) {
  .banner-module__grid figure {
    width: 100%;
    max-width: none;
    min-width: 0;
  }
  .banner-module__grid figure figcaption {
    width: 36vw;
    font-size: 6vw;
  }
}

.work-module {
  position: relative;
  margin: 130px 0 150px 0;
}
.work-module .container {
  display: grid;
  grid-template-columns: 60fr 40fr;
  max-width: 1670px;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.work-module a.link {
  color: #000;
  text-transform: uppercase;
  font-size: 35px;
  line-height: 0.9em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  letter-spacing: -0.04em;
}
.work-module a.link i {
  font-size: 0.35em;
}
.work-module hr {
  width: 240px;
  height: 5px;
  margin: 0 0 20px;
}
.work-module hr:last-child {
  margin-bottom: 0;
}
.work-module figure {
  position: relative;
}

.work-module figure .box-overlay {
	bottom: -17%;
	align-items: center;
	justify-content: center;
}

.work-module figure img {
  display: block;
  width: 100%;
  height: auto;
}
.work-module aside > * {
  max-width: 560px;
}
.work-module aside > *:last-child {
  margin-bottom: 0;
}
.work-module aside .more {
  margin-top: 0.5em;
}
.work-module.overlay--magenta hr {
  background-color: #a0025c;
}
.work-module.overlay--magenta a:hover, .work-module.overlay--magenta a:focus {
  color: #a0025c;
}
.work-module.overlay--green .work-module hr {
  background-color: #c2cd4f;
}
.work-module.overlay--green .work-module a:hover, .work-module.overlay--green .work-module a:focus {
  color: #c2cd4f;
}
.work-module.overlay--blue hr {
  background-color: #00a5cb;
}
.work-module.overlay--blue a:hover, .work-module.overlay--blue a:focus {
  color: #00a5cb;
}
.work-module.overlay--yellow hr {
  background-color: #f4c344;
}
.work-module.overlay--yellow a:hover, .work-module.overlay--yellow a:focus {
  color: #f4c344;
}
.work-module.overlay--yellow figure figcaption {
  background-color: rgba(244, 195, 68, 0.75);
}
@media (max-width: 1079px) {
  .work-module {
    margin: 100px 0;
  }
  .work-module .container {
    grid-template-columns: 1fr;
    row-gap: 30px;
  }
  .work-module .container > * {
    width: 100%;
  }
  .work-module .container figure {
    width: 100%;
	  margin-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .work-module {
    margin: 80px 0;
  }
  .work-module a.link {
    font-size: 30px;
  }
  .work-module hr {
    width: 150px;
    height: 3px;
  }
	
	.work-module .container figure {
    width: 100%;
	  margin-bottom: 50px;
  }
	
}

.work {
  overflow: hidden;
}
.work.grid {
  min-height: 100vh;
}
.work .container {
  max-width: 1920px;
}
.work__filters {
  position: fixed;
  top: 50%;
  left: 60px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 250px;
  z-index: 99;
}
.work__filters__toggle {
  background: #c2cd4f;
  color: #000;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 15px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
}
.work__filters__toggle i {
  font-weight: bold;
  font-size: 24px;
}
.work__filters__toggle i:before {
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
}
.work__filters__toggle.on i:before {
  content: "\e904";
}
.work__filters__toggle.on + .work__filters__content {
  opacity: 1;
  pointer-events: all;
}
.work__filters__content {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
}
.work__filters ul {
  -webkit-box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: #fff;
  padding: 20px 15px;
  text-transform: uppercase;
  font-size: 22px;
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.work__filters ul li a {
  color: #000;
}
.work__filters ul li a:hover, .work__filters ul li a:focus {
  color: #a0025c;
}
.work__filters ul li.current-cat a {
  color: #a0025c;
}
.work__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 50px;
  margin: 0 0 300px;
}
.work__grid:hover .work__item:not(:hover),
.work__grid:hover .work__item:not(:focus), .work__grid:focus .work__item:not(:hover),
.work__grid:focus .work__item:not(:focus) {
  opacity: 0.5;
}
@media (max-width: 1639px) {
  .work__grid {
    margin: 0 0 260px;
    gap: 30px;
  }
}
@media (max-width: 1079px) {
  .work__grid {
    grid-template-columns: 1fr 1fr;
	  margin: 0 0 60px;
  }
}
@media (max-width: 575px) {
  .work__grid {
    grid-template-columns: 1fr;
    margin: 0 0 30px;
  }
}
.work__item {
  position: relative;
}
.work__item img {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  z-index: -1;
}
.work__item figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  font-size: 35px;
  font-weight: 300;
  line-height: 0.9;
  text-transform: uppercase;
  padding: 20px;
  background-color: rgba(160, 2, 92, 0.75);
  -webkit-transition: 0.3s ease-in all;
  transition: 0.3s ease-in all;
  opacity: 0;
	z-index: -1;
}
.work__item figcaption i {
  font-size: 0.3em;
}
.work__item:hover, .work__item:focus {
  opacity: 1 !important;
}
.work__item:hover figcaption, .work__item:focus figcaption {
  opacity: 1;
}
.work__item:nth-child(3n+2) {
  margin-top: 250px;
  margin-bottom: -250px;
}
@media (max-width: 1639px) {
  .work__item figcaption {
    font-size: 2.4vw;
  }
  .work__item:nth-child(3n+2) {
    margin-top: 230px;
    margin-bottom: -230px;
  }
}
@media (max-width: 1079px) {
  .work__item figcaption {
    font-size: 3.6vw;
  }
  .work__item:nth-child(3n+2) {
    margin-top: 0;
    margin-bottom: 0;
  }
  .work__item:nth-child(2n+2) {
    margin-top: 30px;
    margin-bottom: -30px;
  }
}
@media (max-width: 575px) {
  .work__item figcaption {
    font-size: 7.2vw;
  }
  .work__item:nth-child(2n+2) {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.work__hero {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}
/* .work__hero .hero__text {
  padding-bottom: 80px;
} */
.work__hero .hero__text__box {
  padding-left: 100px;
}
@media (max-width: 767px) {
  .work__hero .hero__text__box {
    padding-left: 50px;
  }
}
.work__specs {
  margin: 90px 0;
  line-height: 1.6;
}
.work__specs .container {
  max-width: 1040px;
  position: relative;
}
.work__specs .container > aside {
  width: 284px;
  position: absolute;
  right: 100%;
  top: 0;
  font-size: 15px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.work__specs .container > aside strong {
  display: block;
}
.work__specs .container h4 {
  font-size: 36px;
  margin: 0;
}
@media (max-width: 1639px) {
  .work__specs .container > aside {
    width: auto;
    position: static;
    margin: 0 0 2em;
  }
  .work__specs .container > aside:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 1079px) {
  .work__specs .container h4 br {
    display: none;
  }
}
.work__gallery {
  margin: 90px 0;
  position: relative;
  overflow-x: hidden;
}
.work__gallery__carousel {
  position: static !important;
  max-width: 60%;
  -webkit-clip-path: inset(-100vw -100vw 0 -100vw);
  clip-path: inset(-100vw -100vw 0 -100vw);
}
.work__gallery .slick-list {
  overflow: visible;
}
.work__gallery .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.work__gallery .slick-slide {
  height: auto !important;
  margin: 0 40px 0 0;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  aspect-ratio: 1136/795;
}
.work__gallery .slick-slide img {
  width: 100%;
  height: auto;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
  display: block;
}
.work__gallery .slick-slide:not(.slick-active) img {
  width: calc(40vw - 140px);
  height: auto;
}
.work__gallery .slick-arrow {
  position: absolute;
  top: 50%;
  margin: 0;
  padding: 0;
  border: 0;
}
.work__gallery .slick-arrow.slick-next {
  right: 30px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.work__gallery .slick-arrow.slick-prev {
  display: none !important;
}
.work__gallery .slick-arrow:hover, .work__gallery .slick-arrow:focus {
  color: #a0025c;
}
@media (max-width: 1079px) {
  .work__gallery .slick-slide {
    margin: 0 30px 0 0;
  }
  .work__gallery .slick-slide:not(.slick-active) img {
    width: calc(40vw - 70px);
    height: auto;
  }
}
@media (max-width: 767px) {
  .work__gallery__carousel {
    max-width: calc(100% - 30px);
  }
  .work__gallery .slick-slide {
    margin: 0 30px 0 0;
  }
  .work__gallery .slick-slide:not(.slick-active) img {
    width: calc(40vw - 70px);
    height: auto;
  }
}
.work__detail {
  margin: 90px 0;
}
.work__detail .container {
  max-width: 1040px;
}
.work__detail__description {
  font-size: 18px;
  max-width: 900px;
  margin: 1em 0;
}
.work__detail__description p:last-child {
  margin-bottom: 0;
}
.work__detail cite {
  font-size: 16px;
  font-style: italic;
  color: #000;
}
.work__detail .page-nav__back {
  color: #a0025c;
}
.work__detail .page-nav__back:hover, .work__detail .page-nav__back:focus {
  color: #8c8d8d;
}
.work__detail .page-nav .icon-chevron-left:hover, .work__detail .page-nav .icon-chevron-left:focus,
.work__detail .page-nav .icon-chevron-right:hover,
.work__detail .page-nav .icon-chevron-right:focus {
  color: #a0025c;
}

.insights__filters {
  position: fixed;
  top: 50%;
  left: 60px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 250px;
  z-index: 99;
}
.insights__filters__toggle {
  background: #00A5CB;
  color: #000;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 15px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
}
.insights__filters__toggle i {
  font-weight: bold;
  font-size: 24px;
}
.insights__filters__toggle i:before {
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
}
.insights__filters__toggle.on i:before {
  content: "\e904";
}
.insights__filters__toggle.on + .insights__filters__content {
  opacity: 1;
  pointer-events: all;
}
.insights__filters__content {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
}
.insights__filters ul {
  -webkit-box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: #fff;
  padding: 20px 15px;
  text-transform: uppercase;
  font-size: 22px;
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column;
  flex-direction: column;
}
.insights__filters ul li a {
  color: #000;
}
.insights__filters ul li a:hover, .insights__filters ul li a:focus {
  color: #00A5CB;
}
.insights__filters ul li.current-cat a {
  color: #00A5CB;
}



.team {
  margin: 40px 0 100px;
}

.team .eyebrow {
	font-size: 28px;
}

.team h2 {
  margin: 0 0 1.5em;
}
.team__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 55px;
}
.team__item {
  position: relative;
  color: #fff;
}
.team__item figure img {
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
	-webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.team__item aside {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
}
.team__item h3 {
  font-size: 18px;
  font-weight: 400;
  margin: 0;
  text-transform: uppercase;
}
.team__item h3 small {
  font-size: 18px;
  font-weight: 300;
  display: block;
}
 .team__item:hover figure img, .team__item:focus figure img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);

}
.team__item:hover aside, .team__item:focus aside {
  background-color: rgba(194, 205, 79, 0.65);
}
.overlay--magenta .team__item:hover aside, .overlay--magenta .team__item:focus aside {
  background-color: rgba(160, 2, 92, 0.65);
}
.overlay--green .team__item:hover aside, .overlay--green .team__item:focus aside {
  background-color: rgba(194, 205, 79, 0.65);
}
.overlay--blue .team__item:hover aside, .overlay--blue .team__item:focus aside {
  background-color: rgba(0, 165, 203, 0.65);
}
.overlay--yellow .team__item:hover aside, .overlay--yellow .team__item:focus aside {
  background-color: rgba(244, 195, 68, 0.65);
}
.team .pagination .page-numbers::before {
  background-color: #00a5cb;
}
.team .pagination .page-numbers.current, .team .pagination .page-numbers:hover, .team .pagination .page-numbers:focus {
  color: #00a5cb;
}
@media (max-width: 1279px) {
  .team__grid {
    gap: 30px;
  }
	.team__item h3 {
		font-size: 16px;
	}
}
@media (max-width: 1079px) {
  .team__grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .team {
    margin: 20px 0 60px;
  }
  .team__item h3 {
    font-size: 18px;
  }
  .team__item h3 strong {
    font-size: 16px;
  }
	.team-detail__grid {
		   grid-template-columns: 1fr;
	}
	
}
@media (max-width: 575px) {
  .team__grid {
    grid-template-columns: 1fr;
  }
	
	.team-detail__grid {
		   grid-template-columns: 1fr;
	}
}

.service-grid__item {
  position: relative;
  color: #fff;
}
.service-grid__item figure img {
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
	-webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.service-grid__item aside {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
}
.service-grid__item h3 {
  font-size: 18px;
  font-weight: 400;
  margin: 0;
  text-transform: uppercase;
}
.service-grid__item h3 small {
  font-size: 18px;
  font-weight: 300;
  display: block;
}
 .service-grid__item:hover figure img, .service-grid__item:focus figure img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);

}
.service-grid__item:hover aside, .service-grid__item:focus aside {
  background-color: rgba(244, 195, 68, 0.65);
}

@media (max-width: 1279px) {
	.service-grid__item h3 {
		font-size: 16px;
	}
}

@media (max-width: 1079px) {
  .services-gallery-flex {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 767px) {
  .service-grid__item h3 {
    font-size: 18px;
  }
  .service-grid__item h3 strong {
    font-size: 16px;
  }
	
}
@media (max-width: 575px) {
  .services-gallery-flex {
    grid-template-columns: 1fr;
  }

}


.member-email {
	color: #00a5cb;
	text-transform: uppercase;
	margin: 10px 0px 18px;
	font-weight: 400;
	display: block;
	font-size: 14px;
}

.team-detail__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 70px;
  -moz-column-gap: 70px;
  column-gap: 70px;
}
.team-detail__grid aside {
  padding-top: 80px;
}
.team-detail__grid aside h2 {
  font-size: 29px;
  letter-spacing: -0.04em;
  margin-bottom: 10px;
}
.team-detail__grid aside h2 small {
  display: block;
  font-size: 1em;
}
.team-detail__grid aside h6 {
  color: #00a5cb;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 0.5em;
}
.team-detail__grid aside .icon-linkedin {
  display: block;
  margin-bottom: 25px;
  font-size: 20px;
  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;
  width: 44px;
  height: 34px;
  background-color: #00a5cb;
  color: #fff;
}
.team-detail__grid aside .icon-linkedin:hover, .team-detail__grid aside .icon-linkedin:focus {
  background-color: #c2cd4f;
}
.team-detail__grid aside ul {
  list-style: none;
  margin: 0 0 1.5em;
  padding: 0;
}
.team-detail__grid aside ul:last-child {
  margin-bottom: 0;
}
.team-detail__grid aside ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  margin: 0 0 0.25em;
}
.team-detail__grid aside ul li::before {
  content: "▪";
  color: #00a5cb;
  font-weight: bold;
}
.team-detail__grid aside ul li:last-child {
  margin-bottom: 0;
}
.team-detail__grid aside ul:last-child {
  margin-bottom: 0;
}
.team-detail .page-nav {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.team-detail .page-nav__back {
  color: #00a5cb;
}
.team-detail .page-nav__back:hover, .team-detail .page-nav__back:focus {
  color: #8c8d8d;
}
.team-detail .page-nav .icon-chevron-left:hover, .team-detail .page-nav .icon-chevron-left:focus,
.team-detail .page-nav .icon-chevron-right:hover,
.team-detail .page-nav .icon-chevron-right:focus {
  color: #00a5cb;
}

 @media (max-width: 1079px) {
 .team-detail__grid {
 gap: 40px;
 }
 .team-detail__grid aside {
 padding-top: 0px;
 }
 .team-detail__grid aside h2 {
 font-size: 24px;
 }
 }
 @media (max-width: 767px) {
 .team-detail__grid {
 grid-template-columns: 1fr;
 }
 }

.fancybox-content.team-detail {
  max-width: 1260px;
  padding: 30px;
}

.team-carousel {
  overflow: hidden;
  margin: 0 0 50px 0;
  padding: 150px 0;
  background-color: #000;
  color: #fff;
}
.team-carousel .content {
  margin: 0 0 100px;
}
.team-carousel .content:last-child {
  margin-bottom: 0;
}
.team-carousel .content p {
  max-width: 900px;
}
.team-carousel .content p:last-child {
  margin-bottom: 0;
}
.team-carousel .eyebrow {
  color: inherit;
}
.team-carousel h1, .team-carousel .h1,
.team-carousel h2, .team-carousel .h2,
.team-carousel h3, .team-carousel .h3,
.team-carousel h4, .team-carousel .h4,
.team-carousel h5, .team-carousel .h5,
.team-carousel h6, .team-carousel .h6 {
  color: inherit;
}
.team-carousel__carousel {
  margin: 0 -20px;
}
.team-carousel__carousel .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.team-carousel__carousel .slick-slide {
  height: auto !important;
  margin: 0 20px;
}
.team-carousel__carousel .slick-arrow {
  color: #fff;
}

.team-carousel img {
	width: 80%;
    display: block;
    margin: 0 auto;
}

.team-carousel__carousel .slick-arrow:hover, .team-carousel__carousel .slick-arrow:focus {
  color: #c2cd4f;
}
.overlay--magenta .team-carousel__carousel .slick-arrow:hover, .overlay--magenta .team-carousel__carousel .slick-arrow:focus {
  color: #a0025c;
}
.overlay--green .team-carousel__carousel .slick-arrow:hover, .overlay--green .team-carousel__carousel .slick-arrow:focus {
  color: #c2cd4f;
}
.overlay--blue .team-carousel__carousel .slick-arrow:hover, .overlay--blue .team-carousel__carousel .slick-arrow:focus {
  color: #00a5cb;
}
.overlay--yellow .team-carousel__carousel .slick-arrow:hover, .overlay--yellow .team-carousel__carousel .slick-arrow:focus {
  color: #f4c344;
}
.team-carousel__carousel .slick-arrow.slick-prev {
  border-color: #fff;
}
.team-carousel__carousel .slick-arrow.slick-prev:hover, .team-carousel__carousel .slick-arrow.slick-prev:focus {
  border-color: #c2cd4f;
}
.overlay--magenta .team-carousel__carousel .slick-arrow.slick-prev:hover, .overlay--magenta .team-carousel__carousel .slick-arrow.slick-prev:focus {
  border-color: #a0025c;
}
.overlay--green .team-carousel__carousel .slick-arrow.slick-prev:hover, .overlay--green .team-carousel__carousel .slick-arrow.slick-prev:focus {
  border-color: #c2cd4f;
}
.overlay--blue .team-carousel__carousel .slick-arrow.slick-prev:hover, .overlay--blue .team-carousel__carousel .slick-arrow.slick-prev:focus {
  border-color: #00a5cb;
}
.overlay--yellow .team-carousel__carousel .slick-arrow.slick-prev:hover, .overlay--yellow .team-carousel__carousel .slick-arrow.slick-prev:focus {
  border-color: #f4c344;
}
.team-carousel__carousel .slick-arrow.slick-next {
  border-color: #fff;
}
.team-carousel__carousel .slick-arrow.slick-next:hover, .team-carousel__carousel .slick-arrow.slick-next:focus {
  border-color: #c2cd4f;
}
.overlay--magenta .team-carousel__carousel .slick-arrow.slick-next:hover, .overlay--magenta .team-carousel__carousel .slick-arrow.slick-next:focus {
  border-color: #a0025c;
}
.overlay--green .team-carousel__carousel .slick-arrow.slick-next:hover, .overlay--green .team-carousel__carousel .slick-arrow.slick-next:focus {
  border-color: #c2cd4f;
}
.overlay--blue .team-carousel__carousel .slick-arrow.slick-next:hover, .overlay--blue .team-carousel__carousel .slick-arrow.slick-next:focus {
  border-color: #00a5cb;
}
.overlay--yellow .team-carousel__carousel .slick-arrow.slick-next:hover, .overlay--yellow .team-carousel__carousel .slick-arrow.slick-next:focus {
  border-color: #f4c344;
}
@media (max-width: 1079px) {
  .team-carousel {
    padding: 100px 0;
  }
  .team-carousel .content {
    margin-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .team-carousel {
    padding: 80px 0;
  }
  .team-carousel .content {
    margin-bottom: 50px;
  }
}
@media (max-width: 575px) {
  .team-carousel__grid {
    grid-template-columns: 1fr;
  }
	
	.team-carousel img {
		width: 100%;
	}
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #fff;
  opacity: 0;
  -webkit-transition-duration: inherit;
  transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 1;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  -webkit-transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image:before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image, .fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-iframe, .fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled], .fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--fsenter svg:nth-child(2), .fancybox-button--fsexit svg:first-child, .fancybox-button--pause svg:first-child, .fancybox-button--play svg:nth-child(2) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0;
  -ms-transform-origin: 0;
  transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  z-index: 99998;
}

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

.fancybox-caption {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, 0.85)), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(65%, rgba(0, 0, 0, 0.15)), color-stop(75.5%, rgba(0, 0, 0, 0.075)), color-stop(82.85%, rgba(0, 0, 0, 0.037)), color-stop(88%, rgba(0, 0, 0, 0.019)), to(transparent));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, transparent);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

.fancybox-loading {
  -webkit-animation: a 1s linear infinite;
  animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@-webkit-keyframes a {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

@keyframes a {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-1turn);
  -ms-transform: rotate(-1turn);
  transform: rotate(-1turn);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(1turn);
  -ms-transform: rotate(1turn);
  transform: rotate(1turn);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0);
}

.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1);
}

@media (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:link, .fancybox-share__button:visited {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus:before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1;
}

@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

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

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

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

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

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

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

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

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

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

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

.slick-slide img {
  display: block;
}

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

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

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

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

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

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

/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the Hippocratic License 2.1 - http://firstdonoharm.dev
 *
 * Copyright (c) 2022 Animate.css
 */
.animate {
  visibility: hidden;
}

:root {
  --animate-duration: 1.25s;
  --animate-delay: 1s;
  --animate-repeat: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print, (prefers-reduced-motion: reduce) {
  .animate__animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }
  .animate__animated[class*=Out] {
    opacity: 0;
  }
}
/* Attention seekers  */
@-webkit-keyframes bounce {
  from, 20%, 53%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -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) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }
  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0) scaleY(0.95);
    transform: translate3d(0, 0, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}
@keyframes bounce {
  from, 20%, 53%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -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) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }
  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0) scaleY(0.95);
    transform: translate3d(0, 0, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}
.animate__bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -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);
  }
}
.animate__pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes rubberBand {
  from {
    -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);
  }
}
.animate__rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shakeX {
  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 shakeX {
  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);
  }
}
.animate__shakeX {
  -webkit-animation-name: shakeX;
  animation-name: shakeX;
}

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

@-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);
  }
}
.animate__headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -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);
  }
}
.animate__swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  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);
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.animate__heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-duration: calc(var(--animate-duration) * 1.3);
  animation-duration: calc(var(--animate-duration) * 1.3);
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

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

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

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

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

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

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

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

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

/* Bouncing entrances  */
@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -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);
  }
}
.animate__bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }
  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) scaleY(3);
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }
  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) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }
  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) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }
  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) scaleY(5);
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

/* Bouncing exits  */
@-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);
  }
}
.animate__bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

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

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

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

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

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

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -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);
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  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 fadeInUp {
  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);
  }
}
.animate__fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

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

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

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

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

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

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

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -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);
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

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

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

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

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

/* Flippers */
@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animate__animated.animate__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);
  }
}
.animate__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);
  }
}
.animate__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;
  }
}
.animate__flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -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;
  }
}
.animate__flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Specials */
@-webkit-keyframes hinge {
  0% {
    -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-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-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-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-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-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;
  }
}
.animate__hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-duration: calc(var(--animate-duration) * 2);
  animation-duration: calc(var(--animate-duration) * 2);
  -webkit-animation-name: hinge;
  animation-name: hinge;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
}

@-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);
  }
}
.animate__jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -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);
  }
}
.animate__rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -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);
  }
}
.animate__rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

/* Zooming entrances */
@-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;
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

/* Zooming exits */
@-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;
  }
}
.animate__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-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-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-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);
  }
}
@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);
  }
}
.animate__zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}

@-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);
  }
}
@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);
  }
}
.animate__zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
}

@-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-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-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}

/* Sliding entrances */
@-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);
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

/* Sliding exits */
@-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);
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

@-webkit-keyframes drawLineH {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

@keyframes drawLineH {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.animate__drawLineH {
  -webkit-animation-name: drawLineH;
  animation-name: drawLineH;
}

@-webkit-keyframes drawLineV {
  from {
    height: 0;
  }
  to {
    height: 100%;
  }
}

@keyframes drawLineV {
  from {
    height: 0;
  }
  to {
    height: 100%;
  }
}
.animate__drawLineV {
  -webkit-animation-name: drawLineV;
  animation-name: drawLineV;
}

@-webkit-keyframes hrFull {
  from {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes hrFull {
  from {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.animate__hrFull {
  -webkit-animation-name: hrFull;
  animation-name: hrFull;
}

@-webkit-keyframes hrFullReverse {
  from {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes hrFullReverse {
  from {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.animate__hrFullReverse {
  -webkit-animation-name: hrFullReverse;
  animation-name: hrFullReverse;
}
/*# sourceMappingURL=style.css.map */
