@charset "UTF-8";
/*!
Theme Name: Process Unity
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: process-unity
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Process Unity is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! 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;
  -webkit-text-size-adjust: 100%;
}

/* 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;
  height: 0;
  overflow: visible;
}

/**
 * 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;
  font-size: 1em;
}

/* 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;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

/**
 * 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;
  font-size: 1em;
}

/**
 * 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;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  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;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

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

/**
 * 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;
  outline-offset: -2px;
}

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

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

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

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

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: #4169e1;
}

a:hover,
a:focus,
a:active {
  color: #191970;
}

a:focus {
  outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

/*
button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}
*/
input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0 0 0;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}

.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  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;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

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

/* Only for add  CSS styles to IE 11   */
@supports (-ms-accelerator: true) {
  /* IE Edge 12+ CSS styles go here */
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE 11 CSS styles go here */
}
@font-face {
  font-family: "Avenir-Black";
  src: url("./fonts/Avenir-Black.eot?89108255");
  src: url("./fonts/Avenir-Black.woff?89108255") format("woff"), url("./fonts/Avenir-Black.ttf?89108255") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Avenir-Book";
  src: url("./fonts/Avenir-Book.eot?89108255");
  src: url("./fonts/Avenir-Book.woff?89108255") format("woff"), url("./fonts/Avenir-Book.ttf?89108255") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Avenir-Light";
  src: url("./fonts/Avenir-Light.eot?89108255");
  src: url("./fonts/Avenir-Light.woff?89108255") format("woff"), url("./fonts/Avenir-Light.ttf?89108255") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Avenir-Medium";
  src: url("./fonts/Avenir-Medium.eot?89108255");
  src: url("./fonts/Avenir-Medium.woff?89108255") format("woff"), url("./fonts/Avenir-Medium.ttf?89108255") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Avenir-Roman";
  src: url("./fonts/Avenir-Roman.eot?89108255");
  src: url("./fonts/Avenir-Roman.woff?89108255") format("woff"), url("./fonts/Avenir-Roman.ttf?89108255") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Avenir-Heavy";
  src: url("./fonts/Avenir-Heavy.eot?89108255");
  src: url("./fonts/Avenir-Heavy.woff?89108255") format("woff"), url("./fonts/Avenir-Heavy.ttf?89108255") format("truetype");
  font-weight: normal;
  font-style: normal;
}
div#page {
  overflow-y: hidden;
}

html {
  font-family: "Open Sans", sans-serif;
}
html body {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  overflow: visible;
}

.link--primary {
  border-bottom: 2px solid #64b446;
  font-family: "Avenir-Medium";
  color: #333333;
  font-size: 1em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.link--primary:hover {
  color: #0093c9;
  border-bottom: 2px solid #0093c9;
}

.container-fixed {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 990px;
  margin: 0 auto;
}
.container-fixed.clearfix:before, .container-fixed.clearfix:after {
  content: "";
  display: table;
}
.container-fixed.clearfix:after {
  clear: both;
}

.container-full {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
.container-full.clearfix:before, .container-full.clearfix:after {
  content: "";
  display: table;
}
.container-full.clearfix:after {
  clear: both;
}

div.content-with-sidebar {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
div.content-with-sidebar:before, div.content-with-sidebar:after {
  content: "";
  display: table;
}
div.content-with-sidebar:after {
  clear: both;
}
div.content-with-sidebar div.container-content,
div.content-with-sidebar div.container-sidebar {
  float: left;
}
div.content-with-sidebar div.container-sidebar {
  margin-left: 20px;
}
div.content-with-sidebar div.container-content {
  width: calc(100% - 380px - 50px);
}

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

button {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
}
button:focus, button:hover {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

input[type=text], input[type=button], input[type=submit] {
  -webkit-box-shadow: none;
  box-shadow: none;
}
input[type=text]:focus, input[type=text]:hover, input[type=button]:focus, input[type=button]:hover, input[type=submit]:focus, input[type=submit]:hover {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.ui-autocomplete {
  background: #FFFFFF;
  max-width: 400px;
  font-size: 14px;
  z-index: 10;
  list-style: none;
  padding: 10px 20px;
}
.ui-autocomplete li.ui-menu-item {
  padding: 5px 0;
}

@media (max-width: 782px) {
  html {
    margin-top: 0px !important;
  }
  html #wpadminbar {
    min-width: unset;
  }
}
@media (max-width: 600px) {
  html #wpadminbar {
    position: fixed;
  }
}
p {
  margin: 0;
}

.hentry {
  margin: 0;
}

h1, h2,
h3, h4,
h5, h6 {
  margin: 0;
}

.general-headline {
  color: #060a27;
  font-size: 2.5em;
  line-height: initial;
  margin-bottom: 1em;
  font-family: "Avenir-Light";
}

.border-hover:hover {
  border: 2px solid #0093c9;
}

.color-hover:hover {
  color: #0093c9;
}

.button-hover:hover {
  border: 2px solid white !important;
  background: #0093c9 !important;
}
.button-hover:hover svg {
  color: white !important;
}

.text-hover:hover {
  color: #0093c9 !important;
}

.transition-all {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.border-bottom-hover:hover {
  border-bottom: 4px solid #0093c9;
}

@font-face {
  font-family: "processunity";
  src: url("fonts/processunity.eot?89108255");
  src: url("fonts/processunity.eot?89108255#iefix") format("embedded-opentype"), url("fonts/processunity.woff?89108255") format("woff"), url("fonts/processunity.ttf?89108255") format("truetype"), url("fonts/processunity.svg?89108255#processunity") format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: "processunity";
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^=icon-]:before, [class*=" icon-"]:before {
  font-family: "processunity";
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-doble-arrow:before, .pu-footer-menu ul:first-child li a:before {
  content: "\e900";
}

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

.icon-arrow-up:before {
  content: "\e801";
}

.icon-award:before {
  content: "\e802";
}

.icon-balance:before {
  content: "\e803";
}

.icon-bar-chart:before {
  content: "\e804";
}

.icon-building:before {
  content: "\e805";
}

.icon-caret-down:before {
  content: "\e806";
}

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

.icon-caret-left:before {
  content: "\e808";
}

.icon-caret-right:before {
  content: "\e809";
}

.icon-caret-up:before {
  content: "\e80a";
}

.icon-checkmark:before {
  content: "\e80b";
}

.icon-close:before, .site-header .header-top .header-top-wrapper .search.search-show a i:before {
  content: "\e80c";
}

.icon-cloud:before {
  content: "\e80d";
}

.icon-collaboration:before {
  content: "\e80e";
}

.icon-contract:before {
  content: "\e80f";
}

.icon-customer:before {
  content: "\e810";
}

.icon-email:before {
  content: "\e811";
}

.icon-event:before {
  content: "\e812";
}

.icon-global-corporation:before {
  content: "\e813";
}

.icon-hub:before {
  content: "\e814";
}

.icon-install:before {
  content: "\e815";
}

.icon-interface:before {
  content: "\e816";
}

.icon-leader:before {
  content: "\e817";
}

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

.icon-link:before {
  content: "\e819";
}

.icon-monitoring:before {
  content: "\e81a";
}

.icon-partners:before {
  content: "\e81b";
}

.icon-phone:before {
  content: "\e81c";
}

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

.icon-price:before {
  content: "\e81e";
}

.icon-reset:before {
  content: "\e81f";
}

.icon-rocket:before {
  content: "\e820";
}

.icon-rolodex:before {
  content: "\e821";
}

.icon-rss:before {
  content: "\e822";
}

.icon-quote-orange:before {
  content: "\e823";
}

.icon-security-alert:before {
  content: "\e824";
}

.icon-share:before {
  content: "\e825";
}

.icon-suitcase:before {
  content: "\e826";
}

.icon-support:before {
  content: "\e827";
}

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

.icon-user:before {
  content: "\e829";
}

.icon-youtube:before {
  content: "\e82a";
}

.icon-adjust:before {
  content: "\e82b";
}

.icon-alert:before {
  content: "\e82c";
}

.icon-arrow-down:before {
  content: "\e82d";
}

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

.icon-location:before {
  content: "\e82f";
}

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

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

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

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

.icon-gplus:before {
  content: "\f0d5";
}

.icon-pinterest:before {
  content: "\f231";
}

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

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

.animate__animated, #hero-animate-fadein-right {
  -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, .animate__infinite#hero-animate-fadein-right {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animate__animated.animate__repeat-1, .animate__repeat-1#hero-animate-fadein-right {
  -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, .animate__repeat-2#hero-animate-fadein-right {
  -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, .animate__repeat-3#hero-animate-fadein-right {
  -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, .animate__delay-1s#hero-animate-fadein-right {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-delay: var(--animate-delay);
  animation-delay: var(--animate-delay);
}

.animate__animated.animate__delay-2s, .animate__delay-2s#hero-animate-fadein-right {
  -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, .animate__delay-3s#hero-animate-fadein-right {
  -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, .animate__delay-4s#hero-animate-fadein-right {
  -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, .animate__delay-5s#hero-animate-fadein-right {
  -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, .animate__faster#hero-animate-fadein-right {
  -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, .animate__fast#hero-animate-fadein-right {
  -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, .animate__slow#hero-animate-fadein-right {
  -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, .animate__slower#hero-animate-fadein-right {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-duration: calc(var(--animate-duration) * 3);
  animation-duration: calc(var(--animate-duration) * 3);
}

@media (prefers-reduced-motion: reduce), print {
  .animate__animated, #hero-animate-fadein-right {
    -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], [class*=Out]#hero-animate-fadein-right {
    opacity: 0;
  }
}
@-webkit-keyframes bounce {
  0%, 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: translateZ(0);
    transform: translateZ(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: translateZ(0) scaleY(0.95);
    transform: translateZ(0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}
@keyframes bounce {
  0%, 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: translateZ(0);
    transform: translateZ(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: translateZ(0) scaleY(0.95);
    transform: translateZ(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 {
  0%, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.animate__flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(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 {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(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: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(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: scaleX(1);
    transform: scaleX(1);
  }
}
.animate__rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shakeX {
  0%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(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 {
  0%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(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 {
  0%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(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 {
  0%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(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: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(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 {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.animate__tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  0%, 11.1%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(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 {
  0%, 11.1%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(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;
}

@-webkit-keyframes backInDown {
  0% {
    -webkit-transform: translateY(-1200px) scale(0.7);
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -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(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -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(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -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(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -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(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -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(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -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(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -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(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInUp {
  -webkit-animation-name: backInUp;
  animation-name: backInUp;
}

@-webkit-keyframes backOutDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -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(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -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(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -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(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -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(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -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(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -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(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -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(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -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;
}

@-webkit-keyframes bounceIn {
  0%, 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: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes bounceIn {
  0%, 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: scaleX(1);
    transform: scaleX(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 {
  0%, 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: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceInDown {
  0%, 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: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0%, 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: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceInLeft {
  0%, 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: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0%, 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: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceInRight {
  0%, 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: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0%, 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(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: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceInUp {
  0%, 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(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: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  0% {
    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 {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  0% {
    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 {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  0% {
    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 {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    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 {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  0% {
    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 {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  0% {
    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 {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  0% {
    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 {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  0% {
    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 {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
}
@keyframes fadeOutTopLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(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 {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
}
@keyframes fadeOutTopRight {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(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 {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
}
@keyframes fadeOutBottomRight {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(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 {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
}
@keyframes fadeOutBottomLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
}
.animate__fadeOutBottomLeft {
  -webkit-animation-name: fadeOutBottomLeft;
  animation-name: fadeOutBottomLeft;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animate__animated.animate__flip, .animate__flip#hero-animate-fadein-right {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-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 {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-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 {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(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 {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(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;
}

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

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

@-webkit-keyframes lightSpeedOutRight {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOutRight {
  0% {
    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 {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOutLeft {
  0% {
    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;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(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 {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(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 {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(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 {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(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 {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(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;
}

@-webkit-keyframes rotateOut {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(200deg);
    transform: rotate(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 {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(45deg);
    transform: rotate(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 {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-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 {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-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 {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(90deg);
    transform: rotate(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;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(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: rotate(80deg);
    transform: rotate(80deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(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 {
  0% {
    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 {
  0% {
    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;
}

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}
.animate__rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(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 {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(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 {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(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 {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.animate__slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

@font-face {
  font-family: "Avenir-Black";
  src: url("./fonts/Avenir-Black.eot?89108255");
  src: url("./fonts/Avenir-Black.woff?89108255") format("woff"), url("./fonts/Avenir-Black.ttf?89108255") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Avenir-Book";
  src: url("./fonts/Avenir-Book.eot?89108255");
  src: url("./fonts/Avenir-Book.woff?89108255") format("woff"), url("./fonts/Avenir-Book.ttf?89108255") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Avenir-Light";
  src: url("./fonts/Avenir-Light.eot?89108255");
  src: url("./fonts/Avenir-Light.woff?89108255") format("woff"), url("./fonts/Avenir-Light.ttf?89108255") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Avenir-Medium";
  src: url("./fonts/Avenir-Medium.eot?89108255");
  src: url("./fonts/Avenir-Medium.woff?89108255") format("woff"), url("./fonts/Avenir-Medium.ttf?89108255") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Avenir-Roman";
  src: url("./fonts/Avenir-Roman.eot?89108255");
  src: url("./fonts/Avenir-Roman.woff?89108255") format("woff"), url("./fonts/Avenir-Roman.ttf?89108255") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Avenir-Heavy";
  src: url("./fonts/Avenir-Heavy.eot?89108255");
  src: url("./fonts/Avenir-Heavy.woff?89108255") format("woff"), url("./fonts/Avenir-Heavy.ttf?89108255") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/*!
* animate.css - https://animate.style/
* Version - 4.1.1
* Licensed under the MIT license - http://opensource.org/licenses/MIT
*
* Copyright (c) 2020 Animate.css
*/
:root {
  --animate-duration:1s;
  --animate-delay:1s;
  --animate-repeat:1;
}

.animate__animated, #hero-animate-fadein-right {
  -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, .animate__infinite#hero-animate-fadein-right {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animate__animated.animate__repeat-1, .animate__repeat-1#hero-animate-fadein-right {
  -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, .animate__repeat-2#hero-animate-fadein-right {
  -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, .animate__repeat-3#hero-animate-fadein-right {
  -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, .animate__delay-1s#hero-animate-fadein-right {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-delay: var(--animate-delay);
  animation-delay: var(--animate-delay);
}

.animate__animated.animate__delay-2s, .animate__delay-2s#hero-animate-fadein-right {
  -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, .animate__delay-3s#hero-animate-fadein-right {
  -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, .animate__delay-4s#hero-animate-fadein-right {
  -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, .animate__delay-5s#hero-animate-fadein-right {
  -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, .animate__faster#hero-animate-fadein-right {
  -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, .animate__fast#hero-animate-fadein-right {
  -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, .animate__slow#hero-animate-fadein-right {
  -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, .animate__slower#hero-animate-fadein-right {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-duration: calc(var(--animate-duration) * 3);
  animation-duration: calc(var(--animate-duration) * 3);
}

@media (prefers-reduced-motion: reduce), print {
  .animate__animated, #hero-animate-fadein-right {
    -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], [class*=Out]#hero-animate-fadein-right {
    opacity: 0;
  }
}
@-webkit-keyframes bounce {
  0%, 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: translateZ(0);
    transform: translateZ(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: translateZ(0) scaleY(0.95);
    transform: translateZ(0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}
@keyframes bounce {
  0%, 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: translateZ(0);
    transform: translateZ(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: translateZ(0) scaleY(0.95);
    transform: translateZ(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 {
  0%, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.animate__flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(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 {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(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: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(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: scaleX(1);
    transform: scaleX(1);
  }
}
.animate__rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shakeX {
  0%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(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 {
  0%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(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 {
  0%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(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 {
  0%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(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: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(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 {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.animate__tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  0%, 11.1%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(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 {
  0%, 11.1%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(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;
}

@-webkit-keyframes backInDown {
  0% {
    -webkit-transform: translateY(-1200px) scale(0.7);
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -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(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -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(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -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(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -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(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -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(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -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(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -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(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInUp {
  -webkit-animation-name: backInUp;
  animation-name: backInUp;
}

@-webkit-keyframes backOutDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -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(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -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(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -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(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -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(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -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(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -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(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -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(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -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;
}

@-webkit-keyframes bounceIn {
  0%, 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: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes bounceIn {
  0%, 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: scaleX(1);
    transform: scaleX(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 {
  0%, 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: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceInDown {
  0%, 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: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0%, 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: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceInLeft {
  0%, 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: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0%, 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: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceInRight {
  0%, 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: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0%, 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(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: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceInUp {
  0%, 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(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: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  0% {
    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 {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  0% {
    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 {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  0% {
    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 {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    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 {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  0% {
    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 {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  0% {
    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 {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  0% {
    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 {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  0% {
    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 {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
}
@keyframes fadeOutTopLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(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 {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
}
@keyframes fadeOutTopRight {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(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 {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
}
@keyframes fadeOutBottomRight {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(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 {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
}
@keyframes fadeOutBottomLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
}
.animate__fadeOutBottomLeft {
  -webkit-animation-name: fadeOutBottomLeft;
  animation-name: fadeOutBottomLeft;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animate__animated.animate__flip, .animate__flip#hero-animate-fadein-right {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-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 {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-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 {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(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 {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(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;
}

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

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

@-webkit-keyframes lightSpeedOutRight {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOutRight {
  0% {
    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 {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOutLeft {
  0% {
    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;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(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 {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(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 {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(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 {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(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 {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(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;
}

@-webkit-keyframes rotateOut {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(200deg);
    transform: rotate(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 {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(45deg);
    transform: rotate(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 {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-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 {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-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 {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(90deg);
    transform: rotate(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;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(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: rotate(80deg);
    transform: rotate(80deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(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 {
  0% {
    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 {
  0% {
    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;
}

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}
.animate__rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(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 {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(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 {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(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 {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.animate__slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

.ui-container {
  max-width: 80rem;
  width: 100%;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
}

.pu-toggle {
  position: relative;
  width: 34px;
  height: 25px;
  display: none;
  background: transparent;
  outline: none;
  border: none;
}
.pu-toggle span {
  content: "";
  height: 4px;
  width: 100%;
  position: absolute;
  background-color: #63b345;
  top: 11px;
  left: 0;
}
.pu-toggle::after {
  content: "";
  height: 4px;
  width: 100%;
  position: absolute;
  background-color: #63b345;
  top: 0;
  left: 0;
}
.pu-toggle::before {
  height: 4px;
  width: 100%;
  position: absolute;
  background-color: #63b345;
  content: "";
  bottom: 0;
  left: 0;
}

#primary {
  min-height: 100vh;
  background: #FFF;
  width: 100%;
  z-index: 3;
  overflow: hidden;
}

.pu-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  background-color: #143b6c;
  color: #FFF;
  padding-bottom: 2.5rem;
  overflow: hidden;
  bottom: 0;
}
.pu-footer-logo {
  width: 100%;
  background-color: #ffffff;
  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;
}
.pu-footer-logo img {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  width: 20rem;
}
.pu-footer-menu {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 3.125rem;
  max-width: 62.125rem;
}
.pu-footer-menu::before {
  content: "";
  height: 0.5rem;
  background-color: #1494cb;
  display: block;
  position: absolute;
  top: 0.5rem;
  left: -100%;
  right: 0;
  display: block;
  width: 200vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.pu-footer-menu ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
.pu-footer-menu ul:last-child li {
  text-align: right;
}
.pu-footer-menu ul li {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-family: "Avenir-Heavy";
  cursor: pointer;
  margin-bottom: 1rem;
}
.pu-footer-menu ul li:hover {
  color: #1494cb;
}
.pu-footer-menu ul li a {
  font-family: "Avenir-Heavy";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #FFF;
}
.pu-footer-menu ul li a:hover {
  color: #1494cb;
}
.pu-footer-menu ul li a:before {
  font-size: 0.75rem;
  margin-bottom: -3px;
  margin-left: 5px;
  font-family: "processunity";
}
.pu-footer-menu ul li a:visited {
  color: #FFF;
}
.pu-footer-social {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0;
  width: 100%;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 3rem;
  margin-top: 3rem;
}
.pu-footer-social li {
  margin-right: 1.875rem;
}
.pu-footer-social li:last-child {
  margin-right: 0px;
}
.pu-footer-social li a {
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #FFF;
}
.pu-footer-social li a:before {
  font-size: 32px;
}
.pu-footer-social li a:hover {
  color: #1494cb;
}
.pu-footer-social li a:visited {
  color: #FFF;
}
.pu-footer-copy {
  font-size: 1.25rem;
  line-height: 1.75rem;
  text-align: center;
  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;
}
.pu-footer-copy p {
  margin: 0 0.5rem 0 0;
}
.pu-footer-copy ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  margin: 0;
}
.pu-footer-copy ul li {
  margin-right: 0.75rem;
  padding-right: 0.75rem;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.pu-footer-copy ul li:last-child a::before {
  display: none;
}
.pu-footer-copy ul li a {
  position: relative;
  color: #FFF;
}
.pu-footer-copy ul li a:hover {
  color: #1494cb;
}
.pu-footer-copy ul li a:before {
  content: "";
  position: absolute;
  right: -12px;
  top: 50%;
  margin-top: -10px;
  bottom: 0px;
  height: 20px;
  width: 2px;
  background-color: #FFF;
}
.pu-footer-copy ul li a:visited {
  color: #FFF;
}
.pu-footer-copy ul li:last-child {
  margin-right: 0;
  border: none;
}

body {
  height: auto !important;
}

.pu-hero-two-titles {
  width: 100%;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 700px;
  max-height: 398px;
  background: rgba(130, 191, 217, 0.5);
  padding: 30px 0px;
  border-top: 8px solid #1494cb;
  overflow: hidden;
  visibility: hidden;
  /* the parent */
}
.pu-hero-two-titles.show {
  visibility: visible !important;
}
.pu-hero-two-titles h2 {
  visibility: hidden;
}
.pu-hero-two-titles h2.animate__animated, .pu-hero-two-titles h2#hero-animate-fadein-right {
  visibility: visible !important;
}
.pu-hero-two-titles a {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  visibility: hidden;
}
.pu-hero-two-titles a.animate__animated, .pu-hero-two-titles a#hero-animate-fadein-right {
  visibility: visible !important;
}
.pu-hero-two-titles .pu-hero-two-titles-container {
  visibility: hidden;
}
.pu-hero-two-titles .pu-hero-two-titles-container.animate__animated, .pu-hero-two-titles .pu-hero-two-titles-container#hero-animate-fadein-right {
  visibility: visible !important;
}
.pu-hero-two-titles .slider {
  width: 100%;
}
.pu-hero-two-titles .slick-slide {
  margin: 0 30px;
}
.pu-hero-two-titles .slick-list {
  width: 100%;
  margin: 0;
}
.pu-hero-two-titles .slick-dots {
  bottom: -50px;
}
.pu-hero-two-titles .slick-dots li button {
  background: #fff;
  width: 10px;
  height: 10px;
  color: #fff;
  overflow: hidden;
  border-radius: 50%;
  display: block;
}
.pu-hero-two-titles .slick-dots li.slick-active button {
  color: #63b345 !important;
  background: #63b345 !important;
  display: block !important;
}
.pu-hero-two-titles article {
  width: 100%;
  display: inline-block;
}
.pu-hero-two-titles article h2 {
  margin: 0;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-family: "Avenir-Light";
  color: #000;
  margin-bottom: 30px;
  padding: 0 10px;
  min-height: 80px;
}
.pu-hero-two-titles article h2 b, .pu-hero-two-titles article h2 strong {
  font-weight: 600;
}
.pu-hero-two-titles article ul {
  margin: 0;
  list-style: none;
  background: #FFF;
}
.pu-hero-two-titles article ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.pu-hero-two-titles article ul li h3 {
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-family: "Avenir-Light";
  color: #000;
  padding: 10px 10px 10px 20px;
}
.pu-hero-two-titles article a {
  color: #ffffff;
  text-align: center;
  background-color: #63b345;
  border-radius: 9999px;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  padding: 0 32px;
  height: 56px;
  line-height: 56px;
  letter-spacing: 1px;
  font-family: "Avenir-Heavy";
  text-decoration: none;
  display: inline-block;
  margin-top: 30px;
}
.pu-hero-two-titles article a:hover {
  background-color: #509037;
}
.pu-hero-two-titles-container {
  -webkit-perspective: 76em;
  perspective: 76em;
  -webkit-perspective-origin: 50% 50px;
  perspective-origin: 50% 50px;
  width: 100%;
  margin: 0 auto;
}
.pu-hero-two-titles-container ul {
  position: relative;
  margin: 0;
  width: 100%;
  height: 104px;
  -webkit-transform-origin: 0 52px;
  -ms-transform-origin: 0 52px;
  transform-origin: 0 52px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: -webkit-transform 0.5s ease-in;
  transition: -webkit-transform 0.5s ease-in;
  transition: transform 0.5s ease-in;
  transition: transform 0.5s ease-in, -webkit-transform 0.5s ease-in;
}
.pu-hero-two-titles-container ul li {
  width: 100%;
  height: 104px;
  position: absolute;
  background: #FFF;
  font-family: "Avenir-Light";
  color: #000;
  margin-bottom: 30px;
}
.pu-hero-two-titles-container ul li:nth-child(2) {
  -webkit-transform: translateZ(52px);
  transform: translateZ(52px);
  background: #fff;
}
.pu-hero-two-titles-container ul li:nth-child(1) {
  -webkit-transform: rotateX(-270deg) translateY(-52px);
  transform: rotateX(-270deg) translateY(-52px);
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  background: #eaeaea;
}
.pu-hero-two-titles-container ul li:nth-child(3) {
  -webkit-transform: rotateX(-90deg) translateY(52px);
  transform: rotateX(-90deg) translateY(52px);
  -webkit-transform-origin: bottom center;
  -ms-transform-origin: bottom center;
  transform-origin: bottom center;
  background: #eaeaea;
}
.pu-hero-two-titles-container ul.sub1 {
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
}
.pu-hero-two-titles-container ul.sub2 {
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
.pu-hero-two-titles-container ul.sub3 {
  -webkit-transform: rotateX(90deg);
  transform: rotateX(90deg);
}

.pu-herobg {
  position: relative;
}
.pu-herobg ul {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
}
.pu-herobg ul li {
  grid-column: 1;
  grid-row: 1;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in;
  transition: opacity 0.5s ease-in;
}
.pu-herobg ul li:only-child {
  opacity: 1;
}
.pu-herobg ul li.active {
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in;
  transition: opacity 0.5s ease-in;
}
.pu-herobg ul li > figure {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  display: none;
}
.pu-herobg ul li > figure:only-child {
  display: block;
}
.pu-herobg ul li > figure img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.pu-herobg ul li > video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 0;
}

.pu-menu-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 3.125rem;
  margin: 22px 0 0 0;
  font-size: 1rem;
  line-height: 1.5rem;
  padding: 0;
  gap: 2rem;
}
@media (min-width: 1024px) and (max-width: 1250px) {
  .pu-menu-main {
    gap: 1.5rem;
  }
}
.pu-menu-main.browsing > li:not(.open):not(.demo) {
  display: none;
}
.pu-menu-main.browsing > li.open a {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.pu-menu-main a[href="#"] {
  cursor: default;
}
.pu-menu-main a[href=""] {
  cursor: default;
}
.pu-menu-main > li {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.pu-menu-main > li:hover {
  overflow: visible;
}
.pu-menu-main > li:hover a::before {
  opacity: 1;
}
.pu-menu-main > li:hover > .sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  opacity: 1;
  max-height: 100vh;
  overflow: visible;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.pu-menu-main > li:hover::after {
  display: block;
}
.pu-menu-main > li.focus {
  overflow: visible;
}
.pu-menu-main > li.focus a::before {
  opacity: 1;
}
.pu-menu-main > li.focus > .sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  opacity: 1;
  max-height: 100vh;
  overflow: visible;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.pu-menu-main > li.focus::after {
  display: block;
}
.pu-menu-main > li::after {
  content: "";
  background: transparent;
  width: 100%;
  display: none;
  height: 67px;
  position: absolute;
  top: 100%;
  z-index: 1;
}
.pu-menu-main > li ul {
  display: none;
  padding: 0;
}
.pu-menu-main > li a {
  font-family: "Avenir-Heavy";
  font-size: 20px;
  line-height: 28px;
  text-transform: uppercase;
  color: #060a27;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  width: 100%;
}
@media (min-width: 1024px) and (max-width: 1300px) {
  .pu-menu-main > li a {
    font-size: 13px;
  }
}
@media (min-width: 1300px) and (max-width: 1400px) {
  .pu-menu-main > li a {
    font-size: 16px;
  }
}
@media (min-width: 1400px) and (max-width: 1600px) {
  .pu-menu-main > li a {
    font-size: 18px;
  }
}
.pu-menu-main > li a:visited {
  color: #060a27;
}
.pu-menu-main > li > a:before {
  content: "";
  height: 8px;
  width: 100%;
  position: absolute;
  background-color: #1494cb;
  bottom: 0px;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.pu-menu-main > li:last-child {
  margin-right: 0;
}
.pu-menu-main > li:last-child a::before {
  display: none;
}
.pu-menu-main > li.demo a {
  border: 2px solid #63b345;
  padding: 12px 40px;
  border-radius: 30px;
  text-align: center;
  text-transform: none;
  background-color: #63b345;
  white-space: nowrap;
  color: #FFF;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width: 1024px) and (max-width: 1250px) {
  .pu-menu-main > li.demo a {
    padding: 6px 20px;
  }
}
.pu-menu-main > li > .sub-menu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  z-index: 2;
  -webkit-box-shadow: 5px 0px 20px rgba(0, 0, 0, 0.1294117647);
  box-shadow: 5px 0px 20px rgba(0, 0, 0, 0.1294117647);
  background: #FFF;
  border-bottom: 8px solid #1494cb;
  width: 26rem;
  height: 0;
  max-height: 0px;
  overflow: hidden;
  margin-top: 30px;
  left: 0;
  padding: 0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pu-menu-main > li > .sub-menu > li:first-of-type {
  display: none !important;
}
.pu-menu-main > li > .sub-menu.balance:after {
  content: "";
  display: block;
  width: 100%;
  height: var(--balance);
  position: absolute;
  top: 100%;
  background-color: transparent;
  opacity: 1;
}
.pu-menu-main > li > .sub-menu.mirror {
  right: 0;
  left: auto;
}
.pu-menu-main > li > .sub-menu.mirror > li > .sub-menu {
  padding: 0;
}
.pu-menu-main > li > .sub-menu.mirror > li > .sub-menu > li.menu-item-has-children > a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.pu-menu-main > li > .sub-menu.mirror > li > .sub-menu > li.menu-item-has-children > a::after {
  margin-right: 10px;
  left: 0;
  margin-left: -10px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.pu-menu-main > li > .sub-menu.mirror > li > .sub-menu > li > .sub-menu {
  padding: 0;
  left: auto;
  right: 100%;
}
.pu-menu-main > li > .sub-menu > li.menu-item-has-children {
  cursor: pointer;
}
.pu-menu-main > li > .sub-menu li {
  width: 100%;
  border-bottom: 1px solid #1494cb;
  min-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
  padding: 0;
  background-color: #e9e9e9;
  /*&:hover{
      overflow: visible;
      a::after{
          opacity: 1;
      }
      & > .sub-menu {
          display: flex ;
          height: auto;
          opacity: 1;
          max-height: 100vh;

      }
  }*/
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.pu-menu-main > li > .sub-menu li:last-child {
  border-bottom: none !important;
}
.pu-menu-main > li > .sub-menu li.menu-item-has-children a:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #060a27;
  opacity: 1;
  margin-left: 8px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.pu-menu-main > li > .sub-menu li > a {
  text-transform: none;
  padding: 14px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #FFF;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.pu-menu-main > li > .sub-menu li > .sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  width: 100%;
  background-color: #e9e9e9;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  margin: 0;
  max-height: 0;
}
.pu-menu-main > li > .sub-menu li > .sub-menu > li {
  width: 100%;
  padding: 0;
  min-width: 100%;
  text-align: left;
  border: none;
}
.pu-menu-main > li > .sub-menu li > .sub-menu > li.menu-item-has-children > a::after {
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  right: 0;
  -webkit-transform: rotate(272deg);
  -ms-transform: rotate(272deg);
  transform: rotate(272deg);
}
.pu-menu-main > li > .sub-menu li > .sub-menu > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #e9e9e9;
}
.pu-menu-main > li > .sub-menu li > .sub-menu > li > a::after {
  display: none;
}
.pu-menu-main > li > .sub-menu li > .sub-menu > li > a:hover {
  background-color: #dfdfdf;
}
.pu-menu-main > li > .sub-menu li > .sub-menu > li > .sub-menu {
  background-color: #FFF;
  position: absolute;
  top: -14px;
  left: 100%;
  -webkit-box-shadow: 5px 0px 20px rgba(0, 0, 0, 0.1294117647);
  box-shadow: 5px 0px 20px rgba(0, 0, 0, 0.1294117647);
  max-width: 18.75rem;
  padding: 16px 0px;
}
.pu-menu-main > li > .sub-menu li > .sub-menu > li > .sub-menu > li {
  border: none;
  background-color: #FFF;
}
.pu-menu-main > li > .sub-menu li > .sub-menu > li > .sub-menu > li > a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #FFF;
  padding: 4px 20px;
  font-family: "Avenir-Light";
}
.pu-menu-main > li > .sub-menu li > .sub-menu > li > .sub-menu > li > a::after {
  content: "";
  height: 4px;
  background-color: #63b345;
  left: 0;
  right: 0;
  border: none;
  display: block;
  width: 100%;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  margin: 5px 0px 0px 0px;
  opacity: 0;
}
.pu-menu-main > li > .sub-menu li > .sub-menu > li > .sub-menu > li > a:hover:after {
  opacity: 1;
}
.pu-menu-main > li > .sub-menu li > .sub-menu > li:hover {
  background-color: #dfdfdf;
  overflow: visible;
}
.pu-menu-main > li > .sub-menu li > .sub-menu > li:hover a::after {
  opacity: 1;
}
.pu-menu-main > li > .sub-menu li > .sub-menu > li:hover > .sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  max-height: 100vh;
  overflow-y: scroll;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.pu-menu-main > li > .sub-menu li > .sub-menu > li:hover > .sub-menu::-webkit-scrollbar {
  display: none;
}
.pu-menu-main > li > .sub-menu li.active {
  overflow: visible;
}
.pu-menu-main > li > .sub-menu li.active a::after {
  opacity: 1;
}
.pu-menu-main > li > .sub-menu li.active > a::after {
  -webkit-transform: rotate(0) !important;
  -ms-transform: rotate(0) !important;
  transform: rotate(0) !important;
}
.pu-menu-main > li > .sub-menu li.active > .sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  opacity: 1;
  max-height: 100vh;
}
.pu-menu-main > li > .sub-menu li.closed {
  overflow: hidden;
}
.pu-menu-main > li > .sub-menu li.closed a::after {
  opacity: 0;
}
.pu-menu-main > li > .sub-menu li.closed > .sub-menu {
  opacity: 0;
  max-height: 0;
}

/*#LSDisplayFrame{
    display: none !important;
}*/
.pu-form__dark input[type=text]:not(#adminbar-search):not(#filters__search), .pu-form__dark input[type=number], .pu-form__dark input[type=email], .pu-form__dark input[type=tel], .pu-form__dark input[type=search], .pu-form__dark select, .pu-form__dark textarea,
.pu-form__dark input, .pu-form__dark input[type=text], .pu-form__dark textarea {
  background-color: rgb(233, 233, 233) !important;
}
.pu-form__dark form {
  background-color: rgb(233, 233, 233) !important;
}

.pu-form__light input[type=text]:not(#adminbar-search):not(#filters__search), .pu-form__light input[type=number], .pu-form__light input[type=email], .pu-form__light input[type=tel], .pu-form__light input[type=search], .pu-form__light select, .pu-form__light textarea,
.pu-form__light input, .pu-form__light input[type=text], .pu-form__light textarea {
  background-color: rgb(255, 255, 255) !important;
}
.pu-form__light form {
  background-color: rgb(255, 255, 255) !important;
}

.pu-form .mktoError {
  bottom: -40px;
}
.pu-form .mktoForm .mktoError .mktoErrorArrow {
  background: #777a80 !important;
  border: #777a80 !important;
}
.pu-form .mktoForm .mktoError .mktoErrorMsg {
  background: #777a80 !important;
  color: #FFF !important;
  -webkit-box-shadow: 5px 0px 5px #000 !important;
  box-shadow: 5px 0px 5px #000 !important;
  padding: 10px !important;
  text-shadow: none !important;
  border: none !important;
}
.pu-form .mktoForm .mktoRequiredField .mktoAsterix {
  text-transform: none !important;
}
.pu-form input[type=text]:not(#adminbar-search):not(#filters__search), .pu-form input[type=number], .pu-form input[type=email], .pu-form input[type=tel], .pu-form input[type=search], .pu-form select, .pu-form textarea,
.pu-form input, .pu-form input[type=text], .pu-form textarea {
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom: 1px solid #000 !important;
  border-radius: unset !important;
  text-transform: none !important;
  cursor: pointer;
}
.pu-form input[type=text]:not(#adminbar-search):not(#filters__search):focus, .pu-form input[type=number]:focus, .pu-form input[type=email]:focus, .pu-form input[type=tel]:focus, .pu-form input[type=search]:focus, .pu-form select:focus, .pu-form textarea:focus,
.pu-form input:focus, .pu-form input[type=text]:focus, .pu-form textarea:focus {
  border-color: #63b345 !important;
  background-color: #FFF !important;
  -webkit-box-shadow: 0 2px 0 0 #63b345 !important;
  box-shadow: 0 2px 0 0 #63b345 !important;
}
.pu-form input[type=text]:not(#adminbar-search):not(#filters__search):hover, .pu-form input[type=number]:hover, .pu-form input[type=email]:hover, .pu-form input[type=tel]:hover, .pu-form input[type=search]:hover, .pu-form select:hover, .pu-form textarea:hover,
.pu-form input:hover, .pu-form input[type=text]:hover, .pu-form textarea:hover {
  border-bottom: 1px solid #63b345 !important;
  -webkit-box-shadow: 0 2px 0 0 #63b345 !important;
  box-shadow: 0 2px 0 0 #63b345 !important;
}
.pu-form form label {
  font-family: "Avenir-Book";
  font-size: 0.875rem !important;
  line-height: 2.125rem !important;
  color: #000 !important;
  text-transform: none !important;
}

.pu-home-card h3 {
  height: 80px;
}

/* fix tailwind and bootstrap collision*/
.pu-animatetext {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/*Vertical Flip Animation*/
@-webkit-keyframes verticalsubtitle {
  0% {
    opacity: 0;
    width: auto;
  }
  5% {
    opacity: 0;
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
    width: auto;
  }
  10% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    width: auto;
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    width: auto;
  }
  25% {
    opacity: 0;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    width: auto;
  }
  30% {
    opacity: 0;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    width: 200px;
  }
  60% {
    opacity: 0;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    width: 200px;
    display: none;
  }
  80% {
    opacity: 0;
    width: 200px;
    display: none;
  }
  100% {
    opacity: 0;
    width: 200px;
    display: none;
  }
}
@keyframes verticalsubtitle {
  0% {
    opacity: 0;
    width: auto;
  }
  5% {
    opacity: 0;
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
    width: auto;
  }
  10% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    width: auto;
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    width: auto;
  }
  25% {
    opacity: 0;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    width: auto;
  }
  30% {
    opacity: 0;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    width: 200px;
  }
  60% {
    opacity: 0;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    width: 200px;
    display: none;
  }
  80% {
    opacity: 0;
    width: 200px;
    display: none;
  }
  100% {
    opacity: 0;
    width: 200px;
    display: none;
  }
}
@-webkit-keyframes verticaltitle {
  0% {
    opacity: 0;
    width: auto;
  }
  5% {
    opacity: 0;
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
    width: auto;
  }
  10% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    width: auto;
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    width: auto;
  }
  25% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    width: auto;
  }
  50% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    width: auto;
  }
  80% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    width: auto;
  }
  99% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    width: auto;
  }
  100% {
    opacity: 0;
    display: none;
    width: 200px;
  }
}
@keyframes verticaltitle {
  0% {
    opacity: 0;
    width: auto;
  }
  5% {
    opacity: 0;
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
    width: auto;
  }
  10% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    width: auto;
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    width: auto;
  }
  25% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    width: auto;
  }
  50% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    width: auto;
  }
  80% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    width: auto;
  }
  99% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    width: auto;
  }
  100% {
    opacity: 0;
    display: none;
    width: 200px;
  }
}
@-webkit-keyframes verticallastflip {
  0% {
    opacity: 0;
    width: auto;
  }
  5% {
    opacity: 0;
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
    width: auto;
  }
  10% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    width: auto;
  }
  25% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    width: auto;
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    width: auto;
  }
  80% {
    opacity: 1;
    width: auto;
  }
  100% {
    opacity: 1;
    width: auto;
  }
}
@keyframes verticallastflip {
  0% {
    opacity: 0;
    width: auto;
  }
  5% {
    opacity: 0;
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
    width: auto;
  }
  10% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    width: auto;
  }
  25% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    width: auto;
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    width: auto;
  }
  80% {
    opacity: 1;
    width: auto;
  }
  100% {
    opacity: 1;
    width: auto;
  }
}
.tw-fix-hero {
  padding: 180px 0 0px 0px;
}
.tw-fix-hero .bg {
  position: relative;
  color: #FFF;
  z-index: -1;
}
.tw-fix-hero .title, .tw-fix-hero .subtitle {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  display: grid;
  grid-template-columns: 1fr;
  justify-items: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.tw-fix-hero .title span, .tw-fix-hero .subtitle span {
  position: relative;
  opacity: 0;
  background-color: #FFF;
  line-height: 50px;
  grid-column-start: 1;
  grid-row-start: 1;
  white-space: nowrap;
}
.tw-fix-hero .verticalFlip .title span {
  -webkit-animation: verticaltitle 12.5s linear;
  animation: verticaltitle 12.5s linear;
}
.tw-fix-hero .verticalFlip .title span:last-child {
  -webkit-animation: verticallastflip 12.5s linear forwards;
  animation: verticallastflip 12.5s linear forwards;
}
.tw-fix-hero .verticalFlip .subtitle span {
  -webkit-animation: verticalsubtitle 12.5s linear 0s;
  animation: verticalsubtitle 12.5s linear 0s;
}
.tw-fix-hero .verticalFlip .subtitle span:last-child {
  -webkit-animation: verticallastflip 12.5s linear forwards;
  animation: verticallastflip 12.5s linear forwards;
}

.tw-fix-single-title {
  border-left: 1px solid #1494cb;
  padding: 20px 20px 32px 20px !important;
}

.tw-fix-hero-btn {
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  padding: 0 32px;
  height: 56px;
  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;
  letter-spacing: 1px;
  font-family: "Avenir-Heavy";
}
.tw-fix-hero-btn:hover {
  background-color: #509037 !important;
}

.tw-fix-hero-card {
  border-bottom: 3px solid #63b345;
}
.tw-fix-hero-card a:hover {
  text-decoration: underline;
  color: initial;
  -webkit-text-decoration-color: #64b446;
  text-decoration-color: #64b446;
  text-decoration-thickness: 2px;
}

.tw-fix-card {
  padding: 3rem 1.5rem 1.875rem 1.5rem;
}
.tw-fix-card h2 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.tw-fix-card h2 a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.tw-fix-card h2 a:hover {
  text-decoration: none;
  color: #0093c9;
}
.tw-fix-card a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.tw-fix-card a:hover {
  text-decoration: underline;
  color: #0093c9;
  -webkit-text-decoration-color: #64b446;
  text-decoration-color: #64b446;
  text-decoration-thickness: 2px;
}

.tw-fix-link {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.tw-fix-link:hover {
  color: #0093c9 !important;
  text-decoration: underline !important;
  text-decoration-thickness: 3px !important;
  -webkit-text-decoration-color: #63b345 !important;
  text-decoration-color: #63b345 !important;
}

.tw-fix-links li {
  margin-top: 10px !important;
}

.fix-tw-text {
  font-size: 1.25rem !important;
}
.fix-tw-text strong {
  font-size: 1.4375rem !important;
}

.tw-widget-hero svg {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  margin-right: 2px;
}

.tw-slide-image {
  max-height: 130px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: left center;
  object-position: left center;
}

#pu-parallax-card h2 {
  font-size: 40px;
}

.home_preview_slide_active {
  position: relative;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.home_preview_slide_active:after {
  content: "";
  height: 4px;
  width: 100%;
  bottom: -5px;
  left: 0;
  right: 0;
  opacity: 1 !important;
  background: #63b345;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

#home_preview_slide a:after {
  content: "";
  height: 4px;
  width: 100%;
  bottom: -5px;
  left: 0;
  right: 0;
  background: #63b345;
  display: block;
  opacity: 0;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
#home_preview_slide a.home_preview_slide_active::after {
  opacity: 1 !important;
}
#home_preview_slide a:hover {
  color: #000;
}
#home_preview_slide a:hover:after {
  opacity: 1;
}

.quotes-blocks .slick-dots {
  position: initial !important;
}
.quotes-blocks .slick-slider {
  margin-bottom: 0;
}

.pu-testimonial a {
  height: 56px;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  line-height: 56px;
}
.pu-testimonial a:hover {
  background-color: #509037 !important;
  text-decoration: none !important;
}
.pu-testimonial .slick-track {
  height: 100%;
  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;
}
.pu-testimonial.slick-slider .slick-dots li button {
  background: #a6acaf;
  width: 10px;
  height: 10px;
  color: #a6acaf;
  overflow: hidden;
  border-radius: 50%;
  display: block;
}
.pu-testimonial.slick-slider .slick-dots li.slick-active button {
  color: #63b345 !important;
  background: #63b345 !important;
  display: block !important;
}

#home_preview_container {
  display: grid;
  grid-template-columns: 1fr;
  /* the slides */
  /* the parent */
}
#home_preview_container .slider.all {
  z-index: 2;
}
#home_preview_container .slider.active {
  z-index: 10;
}
#home_preview_container .slider {
  position: relative;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  display: block;
  z-index: 3;
  top: 0;
  background-color: #FFF;
  overflow-x: hidden;
  grid-column-start: 1;
  grid-row-start: 1;
}
#home_preview_container .slider a img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 1.79/1;
  max-height: 207px;
}
#home_preview_container .slick-slide {
  margin: 0 10px;
}
#home_preview_container .slick-list {
  margin: 0 -10px;
}
#home_preview_container .slick-slide a {
  display: block;
  margin-bottom: 40px;
}
#home_preview_container .slick-slide img {
  height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
}
#home_preview_container .slick-track {
  float: left;
}

#btn_resources_next:disabled {
  opacity: 0.3;
}

/*
    animation
*/
#hero-animate-fadein-right {
  -webkit-animation: animate__fadeInRight;
  animation: animate__fadeInRight; /* referring directly to the animation's @keyframe declaration */
  -webkit-animation-duration: 2s;
  animation-duration: 2s; /* don't forget to set a duration! */
}

.pu-bg-form {
  width: 100%;
  height: 400px;
  z-index: 0;
  display: block;
  position: absolute !important;
  -webkit-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
  left: 0;
  right: 0;
}

.pu-img-form {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.pu-parallax-card {
  position: relative;
  height: 500px;
  width: 100%;
  overflow: hidden;
}
.pu-parallax-card img {
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  position: absolute;
  left: 0;
  width: 100%;
  right: 0;
  top: 0;
  display: block;
  z-index: 0;
  margin-top: 50px;
}

.pu-animated {
  visibility: hidden;
}
.pu-animated.animate__animated, .pu-animated#hero-animate-fadein-right {
  visibility: visible !important;
}

.pu-animated-stats {
  visibility: hidden;
}
.pu-animated-stats.animate__animated, .pu-animated-stats#hero-animate-fadein-right {
  visibility: visible !important;
}

/***********************************
SUPER ARTICLE STYLES
***********************************/
.pusa-banner-wrapper {
  padding: 0;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.pusa-banner-wrapper:before {
  top: 0;
  left: 0;
  width: 100%;
  content: "";
  height: 100%;
  position: absolute;
  background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0)), to(#000));
  background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, #000 100%);
}
.pusa-banner-wrapper .breadcrumb {
  color: #fff;
  border-color: #fff;
  background: transparent;
}
.pusa-banner-wrapper .breadcrumb .current-page {
  color: #fff !important;
}
.pusa-banner-wrapper .breadcrumb a {
  color: #fff;
}
.pusa-banner-wrapper .breadcrumb a:hover, .pusa-banner-wrapper .breadcrumb a:focus {
  color: #66b245;
}

.pusa-banner {
  padding: 100px 0 130px;
}
.pusa-banner .content {
  max-width: 60%;
}
.pusa-banner .content .categories {
  line-height: 0;
  margin-left: -2px;
  margin-right: -2px;
  margin-bottom: 13px;
}
.pusa-banner .content .categories li {
  padding-left: 2px;
  padding-right: 2px;
  margin-bottom: 8px;
}
.pusa-banner .content .categories li a {
  color: #fff;
  display: block;
  font-size: 14px;
  overflow: hidden;
  font-weight: 700;
  padding: 5px 10px;
  line-height: 18px;
  border-radius: 500px;
}
.pusa-banner .content .categories li a:hover, .pusa-banner .content .categories li a:focus {
  background: #013a71 !important;
}
.pusa-banner .content .title {
  color: #fff;
  font-size: 60px;
  line-height: 72px;
}
.pusa-banner .content .sub-title {
  margin: 0;
  color: #fff;
}

.pusa-content {
  padding: 30px 0;
}
.pusa-content .social-media {
  margin-bottom: 0 !important;
}
.pusa-content .social-media li {
  padding-left: 5px !important;
  margin-bottom: 0 !important;
}
.pusa-content .social-media li:before {
  display: none;
}
.pusa-content .social-media li.item-icon-rss {
  display: none;
}
.pusa-content .social-media li a {
  width: 38px;
  height: 38px;
  line-height: 38px;
}
.pusa-content .pusa-topcontent {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #013A71;
}
.pusa-content .pusa-topcontent .meta {
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 15px;
}
.pusa-content .pusa-topcontent .meta a {
  color: #013a71;
  text-decoration: underline;
}
.pusa-content .pusa-topcontent .meta a.date {
  color: #000;
  text-decoration: none;
}
.pusa-content .pusa-topcontent .meta a:hover, .pusa-content .pusa-topcontent .meta a:focus {
  color: #66b245;
  text-decoration: underline;
}
.pusa-content .pusa-bottomcontent .meta {
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 15px;
}
.pusa-content .pusa-bottomcontent .meta a {
  color: #013a71;
  text-decoration: underline;
}
.pusa-content .pusa-bottomcontent .meta a.date {
  color: #000;
  text-decoration: none;
}
.pusa-content .pusa-bottomcontent .meta a:hover, .pusa-content .pusa-bottomcontent .meta a:focus {
  color: #66b245;
  text-decoration: underline;
}
.pusa-content .content .row > [class^=col-] > p:first-child {
  font-size: 24px;
  line-height: 36px;
}
.pusa-content .content .row > [class^=col-] > p:first-child:first-letter {
  float: left;
  color: #013a71;
  font-size: 136px;
  font-weight: 700;
  margin-right: 10px;
  line-height: 108px;
}
.pusa-content .content .row > [class^=col-] > p a {
  color: #f08a20;
  font-weight: 700;
}
.pusa-content .content .row > [class^=col-] > p a:hover, .pusa-content .content .row > [class^=col-] > p a:focus {
  color: #66b245;
}
.pusa-content .content h1, .pusa-content .content h2, .pusa-content .content h3, .pusa-content .content h4, .pusa-content .content h5, .pusa-content .content h6 {
  color: #013a71;
}
.pusa-content .content ul {
  list-style: none;
}
.pusa-content .content ul li {
  padding-left: 15px;
  position: relative;
}
.pusa-content .content ul li:before {
  left: 0;
  content: "\e809";
  color: #0094c9;
  font-size: 10px;
  position: absolute;
  font-family: "processunity";
}
.pusa-content .content ol {
  list-style: none;
  counter-reset: section;
}
.pusa-content .content ol li {
  position: relative;
}
.pusa-content .content ol li:before {
  color: #000;
  counter-increment: section;
  content: counters(section, ".") ". ";
}
.pusa-content .content ol li ol {
  margin-top: 15px;
  margin-left: 15px;
}
.pusa-content .content ul, .pusa-content .content ol {
  margin-bottom: 22px;
}
.pusa-content .content ul li, .pusa-content .content ol li {
  margin-bottom: 12px;
}
.pusa-content .content ul li:last-child, .pusa-content .content ol li:last-child {
  margin-bottom: 0;
}
.pusa-content .content .blockquote {
  width: 100%;
  padding-left: 20px;
  margin-bottom: 40px;
  border-left: 4px solid #f08a20;
}
.pusa-content .content .blockquote.float-left, .pusa-content .content .blockquote.float-right {
  max-width: 372px;
}
.pusa-content .content .blockquote.float-left {
  margin-right: 30px;
  margin-left: -204px;
}
.pusa-content .content .blockquote.float-right {
  margin-left: 30px;
  margin-right: -204px;
}
.pusa-content .content .blockquote .icon-quote-orange {
  display: block;
  color: #f08a20;
  font-size: 51px;
  margin-bottom: 15px;
}
.pusa-content .content .blockquote .quote {
  color: #013a71;
}
.pusa-content .content .blockquote .bottom {
  margin-top: 15px;
}
.pusa-content .content .blockquote .bottom .media {
  width: 50px;
  height: 50px;
  overflow: hidden;
  margin-right: 10px;
  border-radius: 500px;
}
.pusa-content .content .blockquote .bottom .media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.pusa-content .content .blockquote .bottom .text .name {
  margin: 0;
}
.pusa-content .content .blockquote .bottom .text .position, .pusa-content .content .blockquote .bottom .text .company {
  display: block;
  font-size: 16px;
  line-height: 20px;
}
.pusa-content .content .icon-lists-wrap .title {
  margin-bottom: 10px;
}
.pusa-content .content .icon-lists-wrap.float-left, .pusa-content .content .icon-lists-wrap.float-right {
  max-width: 372px;
}
.pusa-content .content .icon-lists-wrap.float-left {
  margin-right: 30px;
  margin-left: -204px;
}
.pusa-content .content .icon-lists-wrap.float-right {
  margin-left: 30px;
  margin-right: -204px;
}
.pusa-content .content .icon-lists-wrap.full {
  overflow: hidden;
}
.pusa-content .content .icon-lists-wrap.full .icon-lists ul {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
}
.pusa-content .content .icon-lists {
  width: 100%;
  padding: 33px;
  margin-bottom: 30px;
  background: #FAFAFA;
}
.pusa-content .content .icon-lists ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 20px;
}
.pusa-content .content .icon-lists ul li:last-child {
  margin-bottom: 0;
}
.pusa-content .content .icon-lists ul li:before {
  left: 0;
  top: 3px;
  width: 20px;
  height: 20px;
  content: "\e831";
  font-size: 8px;
  color: #0094c9;
  position: absolute;
  line-height: 16px;
  text-align: center;
  border-radius: 500px;
  border: 1.5px solid #013a71;
  font-family: "processunity";
}
.pusa-content .vrm-slider-wrapper {
  margin: 30px 0;
}
.pusa-content .ctaheroimage {
  overflow: hidden;
  padding: 25px 52px;
  margin-bottom: 20px;
  background-color: #66B245;
}
.pusa-content .ctaheroimage.float-left, .pusa-content .ctaheroimage.float-right {
  width: 100%;
  max-width: 372px;
  padding: 34px 48px;
  text-align: center;
}
.pusa-content .ctaheroimage.float-left .media, .pusa-content .ctaheroimage.float-right .media {
  padding: 0;
  max-width: 170px;
  margin: 0 auto 10px;
}
.pusa-content .ctaheroimage.float-left .content, .pusa-content .ctaheroimage.float-right .content {
  max-width: 100% !important;
}
.pusa-content .ctaheroimage.float-left .content .btn, .pusa-content .ctaheroimage.float-right .content .btn {
  font-size: 14px;
  margin-top: 10px;
  padding: 7px 15px;
}
.pusa-content .ctaheroimage.float-right {
  margin-left: 30px;
  margin-right: -204px;
}
.pusa-content .ctaheroimage.float-left {
  margin-right: 30px;
  margin-left: -204px;
}
.pusa-content .ctaheroimage .content {
  max-width: 216px;
}
.pusa-content .ctaheroimage .content .title {
  color: #fff;
}
.pusa-content .ctaheroimage .content .btn {
  margin-top: 13px;
}
.pusa-content .ctaheroimage .content .btn:hover {
  background: #f08a20;
}
.pusa-content .ctaheroimage .media {
  width: 100%;
  padding-left: 50px;
  margin-bottom: -40px;
  margin-right: -60px;
}
.pusa-content .ctaheroimage .media img {
  width: 100%;
  height: auto;
}
.pusa-content .prebuilt-connectors {
  margin-bottom: 10px;
}
.pusa-content .prebuilt-connectors.float-left, .pusa-content .prebuilt-connectors.float-right {
  max-width: 372px;
}
.pusa-content .prebuilt-connectors.float-left .connectors-group ul li, .pusa-content .prebuilt-connectors.float-right .connectors-group ul li {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  max-width: 50%;
}
.pusa-content .prebuilt-connectors.float-right {
  margin-left: 30px;
  margin-right: -204px;
}
.pusa-content .prebuilt-connectors.float-left {
  margin-right: 30px;
  margin-left: -204px;
}
.pusa-content .prebuilt-connectors .title {
  color: #66b245;
  margin-bottom: 17px;
  padding-bottom: 10px;
  border-bottom: 1px solid #013a71;
}
.pusa-content .prebuilt-connectors .connectors-group {
  display: block;
  overflow: hidden;
  margin-bottom: 7px;
}
.pusa-content .prebuilt-connectors .connectors-group .sub-title {
  color: #6a7c83;
  display: block;
  font-weight: 700;
  margin-bottom: 10px;
}
.pusa-content .prebuilt-connectors .connectors-group ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.pusa-content .prebuilt-connectors .connectors-group ul li {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 25%;
  flex: 1 1 25%;
  max-width: 25%;
  padding-left: 10px;
  margin-bottom: 20px;
  padding-right: 10px;
}
.pusa-content .prebuilt-connectors .connectors-group ul li:before, .pusa-content .prebuilt-connectors .connectors-group ul li:after {
  display: none;
}
.pusa-content .prebuilt-connectors .connectors-group ul li a {
  width: 100%;
  display: block;
  background: #fff;
  padding: 17px 20px;
  -webkit-box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.06);
}
.pusa-content .prebuilt-connectors .connectors-group ul li a img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pusa-content .prebuilt-connectors .connectors-group ul li a:-moz-any-link:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.pusa-content .prebuilt-connectors .connectors-group ul li a:any-link:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.pusa-content .prebuilt-connectors .connectors-group ul li.item-full {
  width: 100% !important;
  -webkit-box-flex: 1 !important;
  -ms-flex: 1 1 100% !important;
  flex: 1 1 100% !important;
  max-width: 100% !important;
}
.pusa-content .prebuilt-connectors .connectors-group ul li.item-full a {
  text-align: center;
}
.pusa-content .prebuilt-connectors .connectors-group ul li.item-full a img {
  margin-left: auto;
  margin-right: auto;
}
.pusa-content .blog-post-cta {
  overflow: hidden;
}
.pusa-content .blog-post-cta .content {
  max-width: 465px;
}
.pusa-content .blog-post-cta.float-left, .pusa-content .blog-post-cta.float-right {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 372px;
  padding: 35px 30px;
}
.pusa-content .blog-post-cta.float-left:before, .pusa-content .blog-post-cta.float-right:before {
  right: -100px;
}
.pusa-content .blog-post-cta.float-left {
  margin-right: 30px;
  margin-left: -204px;
}
.pusa-content .blog-post-cta.float-right {
  margin-left: 30px;
  margin-right: -204px;
}
.pusa-content .vendor-rm-features {
  padding: 0 0 12px;
}
.pusa-content .vendor-rm-features .container {
  padding-left: 0;
  padding-right: 0;
}
.pusa-content .vendor-rm-features .vendor-rm-feature {
  padding: 15px;
}
.pusa-content .vendor-rm-features .vendor-rm-feature .btn {
  padding: 5px 15px;
  font-size: 12px;
}
.pusa-content .get-touch .container {
  padding-left: 0;
  padding-right: 0;
}
.pusa-content .request-demo {
  padding: 0 0 30px;
}
.pusa-content .request-demo .container {
  padding-left: 0;
  padding-right: 0;
}
.pusa-content .orange-box {
  margin-bottom: 30px;
}
.pusa-content .sharethis-inline-share-buttons {
  text-align: left !important;
}
.pusa-content .sharethis-inline-share-buttons .st-btn {
  height: auto !important;
  min-width: auto !important;
  padding: 8px 15px !important;
  position: relative !important;
  font-size: initial !important;
  border-radius: 500px !important;
  line-height: initial !important;
  background: #66b245 !important;
}
.pusa-content .sharethis-inline-share-buttons .st-btn:after {
  vertical-align: middle;
  content: url(../images/share.svg);
}
.pusa-content .sharethis-inline-share-buttons .st-btn img {
  display: none !important;
}
.pusa-content .sharethis-inline-share-buttons .st-btn .st-label {
  font-size: 18px;
  margin-right: 5px;
  padding: 0 !important;
  font-family: "proxima-nova", sans-serif;
  min-width: auto !important;
  font-weight: 700 !important;
}

.pusa-recommended {
  padding: 40px 0 0;
}
.pusa-recommended .entry-title {
  margin-bottom: 30px;
}
.pusa-recommended .blog-post {
  border: 0;
  padding: 0;
}
.pusa-recommended .blog-post .media {
  max-width: 100%;
  margin: 0 0 14px;
}
.pusa-recommended .blog-post .text .meta {
  font-size: 16px;
  line-height: 24px;
}
.pusa-recommended .blog-post .text .meta a {
  color: #013a71;
}
.pusa-recommended .blog-post .text .meta a.date {
  color: #000;
  text-decoration: none;
}
.pusa-recommended .blog-post .text .meta a:hover {
  color: #66b245;
  text-decoration: underline;
}
.pusa-recommended .blog-post .text .btn {
  margin-top: 10px;
}

.pusa-callout-box {
  margin-bottom: 30px;
}
.pusa-callout-box .text {
  margin: 0;
  color: #013a71;
  padding-left: 15px;
  border-left: 4px solid #66b245;
}

.pusa-single-image {
  margin-bottom: 30px;
}
.pusa-single-image .enable_lightbox {
  height: auto;
}
.pusa-single-image img {
  width: 100%;
  height: auto;
}

.blog-post-cta .content p {
  color: #fff;
  font-weight: 400;
  margin-bottom: 15px;
}

@media only screen and (max-width: 1300px) {
  .pusa-banner .content .title {
    font-size: 50px;
    line-height: 62px;
  }
  .pusa-content .content .blockquote.float-left, .pusa-content .content .icon-lists-wrap.float-left, .pusa-content .content .ctaheroimage.float-left, .pusa-content .content .prebuilt-connectors.float-left, .pusa-content .content .blog-post-cta.float-left {
    margin-left: -172px;
  }
  .pusa-content .content .blockquote.float-right, .pusa-content .content .icon-lists-wrap.float-right, .pusa-content .content .ctaheroimage.float-right, .pusa-content .content .prebuilt-connectors.float-right, .pusa-content .content .blog-post-cta.float-right {
    margin-right: -172px;
  }
}
@media only screen and (max-width: 1199px) {
  .pusa-banner .content .title {
    font-size: 40px;
    line-height: 52px;
  }
  .pusa-content .content .blockquote.float-left, .pusa-content .content .icon-lists-wrap.float-left, .pusa-content .content .ctaheroimage.float-left, .pusa-content .content .prebuilt-connectors.float-left, .pusa-content .content .blog-post-cta.float-left {
    margin-left: -82px;
  }
  .pusa-content .content .blockquote.float-right, .pusa-content .content .icon-lists-wrap.float-right, .pusa-content .content .ctaheroimage.float-right, .pusa-content .content .prebuilt-connectors.float-right, .pusa-content .content .blog-post-cta.float-right {
    margin-right: -82px;
  }
  .pusa-content .content .ctaheroimage {
    padding-left: 40px;
    padding-right: 40px;
  }
  .pusa-content .content .ctaheroimage .content {
    max-width: 245px;
  }
}
@media only screen and (max-width: 991px) {
  .pusa-content .content .row > [class^=col-] > p:first-child {
    font-size: 21px;
    line-height: 33px;
  }
  .pusa-content .content .row > [class^=col-] > p:first-child:first-letter {
    font-size: 108px;
    line-height: 95px;
  }
  .pusa-content .content .blockquote.float-left, .pusa-content .content .icon-lists-wrap.float-left, .pusa-content .content .ctaheroimage.float-left, .pusa-content .content .prebuilt-connectors.float-left, .pusa-content .content .blog-post-cta.float-left {
    margin-left: 0;
    margin-right: 20px;
  }
  .pusa-content .content .blockquote.float-right, .pusa-content .content .icon-lists-wrap.float-right, .pusa-content .content .ctaheroimage.float-right, .pusa-content .content .prebuilt-connectors.float-right, .pusa-content .content .blog-post-cta.float-right {
    margin-right: 0;
    margin-left: 20px;
  }
  .pusa-content .content .ctaheroimage {
    padding-left: 30px;
    padding-right: 30px;
  }
  .pusa-content .content .ctaheroimage .content {
    max-width: 245px;
  }
  .pusa-content .content .blockquote .icon-quote-orange {
    font-size: 40px;
  }
  .pusa-content .content .icon-lists {
    padding: 30px;
  }
  .pusa-recommended {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .pusa-banner .content {
    max-width: 100%;
  }
  .pusa-content .content .blockquote.float-left, .pusa-content .content .blockquote.float-right, .pusa-content .content .icon-lists-wrap.float-left, .pusa-content .content .icon-lists-wrap.float-right, .pusa-content .content .ctaheroimage.float-left, .pusa-content .content .ctaheroimage.float-right, .pusa-content .content .prebuilt-connectors.float-left, .pusa-content .content .prebuilt-connectors.float-right, .pusa-content .content .blog-post-cta.float-left, .pusa-content .content .blog-post-cta.float-right {
    max-width: 280px;
  }
  .pusa-recommended {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .pusa-banner {
    padding: 50px 0 70px;
  }
  .pusa-banner .content .title {
    font-size: 30px;
    line-height: 42px;
  }
  .pusa-content .content .blockquote.float-left, .pusa-content .content .blockquote.float-right, .pusa-content .content .icon-lists-wrap.float-left, .pusa-content .content .icon-lists-wrap.float-right, .pusa-content .content .ctaheroimage.float-left, .pusa-content .content .ctaheroimage.float-right, .pusa-content .content .prebuilt-connectors.float-left, .pusa-content .content .prebuilt-connectors.float-right, .pusa-content .content .blog-post-cta.float-left, .pusa-content .content .blog-post-cta.float-right {
    margin-left: 0;
    max-width: 100%;
    margin-right: 0;
    float: none !important;
  }
  .pusa-content .content .icon-lists {
    padding: 20px;
  }
  .pusa-content .content .icon-lists ul {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }
  .pusa-content .content .icon-lists ul li {
    margin-bottom: 12px;
  }
  .pusa-content .content .prebuilt-connectors .connectors-group ul li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    max-width: 50%;
  }
  .pusa-content .content .ctaheroimage {
    width: 100%;
    padding: 30px;
    max-width: 100%;
    text-align: center;
    display: block !important;
  }
  .pusa-content .content .ctaheroimage .media {
    padding: 0;
    max-width: 200px;
    margin: 0 auto 10px;
  }
  .pusa-content .content .ctaheroimage .content {
    max-width: 100% !important;
  }
  .pusa-content .content .ctaheroimage .content .btn {
    font-size: 14px;
    margin-top: 10px;
    padding: 7px 15px;
  }
  .pusa-content .content .blog-post-cta.float-left, .pusa-content .content .blog-post-cta.float-right {
    padding: 25px 20px;
    margin-bottom: 30px;
  }
  .pusa-content .content .blog-post-cta.float-left:before, .pusa-content .content .blog-post-cta.float-right:before {
    right: -50px;
  }
  .pusa-recommended {
    padding-top: 30px;
  }
  .pusa-recommended .entry-title {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .pusa-banner {
    padding: 40px 0;
  }
  .pusa-banner .content .categories {
    margin-bottom: 5px;
  }
}
/***********************************
MEDIA QUERIES
***********************************/
@media only screen and (max-width: 1600px) {
  .mfp-move-from-top.vrm-mfp .mfp-container {
    padding: 40px 90px;
  }
} /* 1600 */
@media only screen and (max-width: 1500px) {
  .mfp-move-from-top.vrm-mfp .mfp-container {
    padding: 40px 70px;
  }
} /* 1500 */
@media only screen and (max-width: 1400px) {
  /* Basic Template Styles */
  .basic h2 {
    margin-bottom: 20px;
  }
  .mfp-move-from-top.vrm-mfp .mfp-container {
    padding: 40px 50px;
  }
} /* 1400 */
@media only screen and (max-width: 1366px) {
  .pu-header {
    width: calc(100% - 40px) !important;
  }
  .ui-container {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
} /* 1366 */
@media only screen and (max-width: 1300px) {
  .tw-fix-card h2 {
    min-height: 70px;
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .tw-fix-card h2 svg {
    margin-top: 8px;
  }
  .tw-fix-card a:hover {
    text-decoration: underline;
    color: initial;
    -webkit-text-decoration-color: #64b446;
    text-decoration-color: #64b446;
    text-decoration-thickness: 2px;
  }
  .mfp-move-from-top.vrm-mfp .mfp-container {
    padding: 40px 30px;
  }
} /* 1300 */
@media only screen and (max-width: 1280px) {
  .pu-testimonial .quote-image {
    margin-left: 0 !important;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@media only screen and (max-width: 1199px) {
  #pu-parallax-card h2 {
    font-size: 32px !important;
  }
  h1, .h1 {
    font-size: 42px;
    line-height: 52px;
  }
  /***********************************
  HOME STYLES
  ***********************************/
  .banner {
    padding: 90px 0 50px;
  }
  .banner .content .title {
    max-width: 450px;
  }
  .download-guide {
    padding: 40px 0 20px;
  }
  .grc-platform {
    padding-top: 40px;
  }
  /***********************************
  EVENT STYLES
  ***********************************/
  .banner-event {
    padding: 40px 0 90px;
  }
  .banner-event .logo {
    margin-bottom: 120px;
  }
  .banner-event .content .title {
    font-size: 48px;
    line-height: 58px;
  }
  .banner-event .content p {
    font-size: 22px;
    line-height: 30px;
  }
  .banner-event .content ul li:not(:last-child) {
    margin-bottom: 10px;
  }
  .banner-event .content ul li .text p {
    font-size: 20px;
    line-height: 28px;
  }
  .event-about {
    padding: 90px 0 60px;
  }
  .event-agenda {
    padding: 60px 0;
  }
  .event-photo-gallery {
    padding: 60px 0 0;
  }
  .event-faq {
    padding: 50px 0 60px;
  }
  .event-sponsors {
    padding: 50px 0 42px;
  }
  .event-cta {
    padding: 60px 0;
  }
  /***********************************
  ABOUT STYLES
  ***********************************/
  .about_us {
    padding: 60px 0 30px;
  }
  /***********************************
  CAREERS STYLES
  ***********************************/
  .join-team .entry-title p {
    max-width: 100%;
  }
  .join-team .icon-box-right {
    min-height: 200px;
  }
  .join-team .icon-box-right .text p {
    max-width: 80%;
  }
  .careers-gallery .gallery-item {
    height: 200px;
  }
  .current-opportunities {
    padding: 60px 0;
  }
  /***********************************
  TEAM STYLES
  ***********************************/
  .member-popup-block {
    padding: 60px 0;
  }
  /***********************************
  PARTNERS STYLES
  ***********************************/
  .partner-group .entry-title {
    margin-bottom: 30px;
  }
  /***********************************
  GET-TOUCH STYLES
  ***********************************/
  .get-touch {
    padding: 0 0 30px;
  }
  /***********************************
  FOOTER STYLES
  ***********************************/
  .quick-contact {
    margin-left: -5px;
    margin-right: -5px;
  }
  .quick-contact li {
    padding-left: 5px;
    padding-right: 5px;
  }
  .footer .footer-logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
  .footer .footer-icon img {
    max-width: 70px;
  }
  .footer.style-2 {
    padding: 40px 0;
  }
  .footer.style-2 .footer-logo {
    margin-bottom: 20px;
  }
  .mfp-move-from-top.vrm-mfp .mfp-container {
    padding: 40px 15px;
  }
  /***********************************
  COLLECTIONS STYLES
  ***********************************/
  .collection-item.color-card .text-block {
    padding-left: 20px;
    padding-right: 20px;
  }
  .collection-item.color-card .text-block .title {
    max-width: 100%;
  }
  .collection-item.video-card .text-block, .collection-item.pdf-card .text-block {
    padding-left: 20px;
    padding-right: 20px;
  }
  .collection-item-wrapper {
    margin-bottom: 40px;
  }
} /* 1199 */
@media screen and (max-width: 1024px) {
  .pu-menu-main > li > .sub-menu.mirror > li > .sub-menu > li.menu-item-has-children > a {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .pu-herobg figure {
    display: block !important;
  }
  .pu-herobg video {
    display: none;
  }
  .pu-toggle {
    display: block !important;
  }
  .pu-header-container {
    height: 94px !important;
    padding: 0 !important;
  }
  .pu-home-card h3 {
    min-height: 120px;
  }
  .pu-header {
    min-width: 100%;
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .pu-header-logo {
    max-width: 330px;
    min-width: auto;
  }
  .ui-container {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  .pu-header.open {
    background-color: #1494cb !important;
  }
  .pu-header.open .logo {
    display: none;
  }
  .pu-header.open .demo a {
    border: 1px solid #FFF;
  }
  .pu-header.open .pu-toggle::before {
    display: none;
  }
  .pu-header.open .pu-toggle::after {
    display: none;
  }
  .pu-header.open .pu-toggle span:first-child {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #FFF !important;
  }
  .pu-header.open .pu-toggle span:last-child {
    -webkit-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    transform: rotate(130deg);
    background-color: #FFF !important;
  }
  .pu-header.open .pu-header-menu {
    right: 0 !important;
    height: calc(100vh - 94px);
    overflow-y: scroll;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
  }
  .pu-header.open .pu-header-menu::-webkit-scrollbar {
    display: none;
  }
  .pu-parallax-card img {
    -webkit-transform: scale(3.5) !important;
    -ms-transform: scale(3.5) !important;
    transform: scale(3.5) !important;
  }
  #pu_form_parallax {
    max-width: 28rem;
    visibility: hidden;
    padding: 0 20px;
  }
  #pu_form_parallax.animate__animated {
    visibility: visible;
  }
  #pu_form_parallax div {
    -webkit-transform: translateY(-125px) !important;
    -ms-transform: translateY(-125px) !important;
    transform: translateY(-125px) !important;
  }
  #pu_form_parallax img {
    -webkit-transform: translateY(-50px) !important;
    -ms-transform: translateY(-50px) !important;
    transform: translateY(-50px) !important;
    z-index: 1 !important;
    margin: 0 auto;
  }
  .pu-form-twocolums {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .pu-header {
    z-index: 1;
    height: 94px;
    width: 100%;
    background: #FFF;
    top: 0;
    padding: 0 20px !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto !important;
  }
  .pu-header.ui-container {
    margin: 0 !important;
  }
  .pu-header.open .pu-header-search form input[type=search] {
    background: #6a7e86 !important;
    border: none !important;
    font-size: 24px !important;
    color: #FFF !important;
    padding-left: 32px !important;
    opacity: 1;
  }
  .pu-header-main {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
    background-color: #FFF;
    max-height: auto;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
  }
  .pu-header-main::-webkit-scrollbar {
    display: none;
  }
  .pu-header-main .pu-menu-main {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
    margin-top: 0 !important;
    overflow-x: hidden;
  }
  .pu-header-main .pu-menu-main > li {
    min-height: 90px;
    text-align: left;
    width: 100%;
    margin: 0 !important;
  }
  .pu-header-main .pu-menu-main > li:after {
    display: none !important;
  }
  .pu-header-main .pu-menu-main > li.menu-item-has-children > a:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #060a27;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    margin-left: 8px;
  }
  .pu-header-main .pu-menu-main > li > a {
    height: 90px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 32px;
  }
  .pu-header-main .pu-menu-main > li > a::before {
    opacity: 1 !important;
    margin-left: -32px;
    min-width: 120%;
    bottom: 0 !important;
  }
  .pu-header-main .pu-menu-main > li > .sub-menu {
    position: relative !important;
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important;
    width: 100% !important;
    margin-top: 0px !important;
  }
  .pu-header-main .pu-menu-main > li > .sub-menu > .hide-on-mobile {
    display: none !important;
  }
  .pu-header-main .pu-menu-main > li > .sub-menu > li:first-of-type {
    display: block !important;
  }
  .pu-header-main .pu-menu-main > li > .sub-menu > li:first-of-type.hide-on-mobile {
    display: none !important;
  }
  .pu-header-main .pu-menu-main > li > .sub-menu > li {
    border-top: 1px solid #1494cb;
  }
  .pu-header-main .pu-menu-main > li > .sub-menu > li.menu-item-has-children > a:after {
    opacity: 1 !important;
  }
  .pu-header-main .pu-menu-main > li > .sub-menu > li > a {
    height: 90px;
    padding: 0 32px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .pu-header-main .pu-menu-main > li > .sub-menu > li > .sub-menu > li {
    height: 80px;
  }
  .pu-header-main .pu-menu-main > li > .sub-menu > li > .sub-menu > li > .sub-menu {
    display: block !important;
    min-width: 100% !important;
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important;
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
  }
  .pu-header-main .pu-menu-main .demo {
    position: fixed;
    height: 44px !important;
    max-height: 44px !important;
    top: 24px !important;
    right: 75px !important;
    width: 180px !important;
    z-index: 9999 !important;
  }
  .pu-header-main .pu-menu-main .demo a {
    height: 44px;
    text-align: center;
    width: 180px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .pu-header-search {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    position: relative !important;
    width: 100% !important;
    right: 0 !important;
    -webkit-animation: none !important;
    animation: none !important;
  }
  .pu-header-search a {
    display: none;
  }
  .pu-header-search form {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: 100% !important;
    position: relative !important;
    right: 0 !important;
    top: 0 !important;
    background: #6a7e86 !important;
  }
  .pu-header-search form::before {
    display: none;
  }
  .pu-header-search form input[type=search] {
    background: #6a7e86 !important;
    border: none !important;
  }
  .pu-header-search form input[type=search]::-webkit-input-placeholder {
    color: #FFF !important;
  }
  .pu-header-search form input[type=search]::-moz-placeholder {
    color: #FFF !important;
  }
  .pu-header-search form input[type=search]:-ms-input-placeholder {
    color: #FFF !important;
  }
  .pu-header-search form input[type=search]::-ms-input-placeholder {
    color: #FFF !important;
  }
  .pu-header-search form input[type=search]::placeholder {
    color: #FFF !important;
  }
  .pu-header-cta {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: 100%;
    background: #6a7e86;
    border-bottom: 12px solid #3e92c4;
    -webkit-animation: none !important;
    animation: none !important;
  }
  .pu-header-cta > ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
    margin: 0 !important;
  }
  .pu-header-cta > ul > li {
    width: 100%;
    margin: 0 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 90px;
    overflow: hidden;
  }
  .pu-header-cta > ul > li > a {
    color: #FFF !important;
    height: 90px;
    padding: 32px;
    width: 100%;
    text-align: left;
  }
  .pu-header-cta > ul > li.open {
    max-height: 100vh;
    overflow: visible;
  }
  .pu-header-cta > ul > li.open ul {
    max-height: 100vh !important;
  }
  .pu-header-cta > ul > li ul {
    position: relative !important;
    width: 100%;
    display: block !important;
    max-height: 0px;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    overflow: hidden;
    border-radius: 0 !important;
  }
  .pu-header-cta > ul > li ul li a {
    height: 60px !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .pu-header-menu {
    position: absolute !important;
    width: 100%;
    max-width: 620px;
    right: -100vw;
    top: 94px;
    z-index: 20;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .pu-header-search {
    min-height: 90px;
    background: #6a7e86;
    border: none !important;
    outline: none !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .pu-header-search form {
    border: none !important;
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important;
  }
  .pu-header-search input[type=search] {
    font-size: 30px !important;
    background-color: #6a7e86 !important;
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important;
    border-radius: unset !important;
  }
  .pu-header-search input[type=submit] {
    background-color: #6a7e86 !important;
  }
  .pu-form-container {
    margin-top: 0rem !important;
    overflow: hidden;
  }
}
@media screen and (max-width: 640px) {
  .pu-hero-two-titles article ul li h3 {
    font-size: 1.5rem !important;
    line-height: 2rem !important;
  }
  .pu-hero-two-titles article h2 {
    font-size: 1.5rem !important;
    line-height: 2rem !important;
  }
  .tw-fix-quotes {
    padding-top: 0 !important;
  }
  .tw-widget-fix a img {
    width: 130px;
  }
  .tw-widget-fix img {
    width: 100px;
  }
  .tw-widget-fix div {
    font-size: 16px;
  }
  .tw-widget-fix div strong {
    font-size: 20px;
  }
  .pu-header-logo {
    width: 13rem !important;
    min-width: auto !important;
  }
  .pu-header-main .pu-menu-main .demo {
    width: 140px !important;
  }
  .pu-header-main .pu-menu-main .demo a {
    width: 100% !important;
    font-size: 14px !important;
  }
  #home_preview_container .slider a img {
    height: 166px !important;
  }
  #home_preview_container .slider a h3 {
    font-size: 22px !important;
    min-height: 220px !important;
  }
  #home_preview_container .slider a p {
    font-size: 16px !important;
  }
  .pu-stats {
    width: 256px !important;
    height: 256px !important;
    padding-top: 60px;
  }
  .pu-stats p {
    font-size: 19px !important;
  }
  .pu-footer-copy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .pu-footer-copy p {
    margin-bottom: 15px;
  }
  .pu-footer {
    position: relative !important;
  }
  .pu-footer .pu-footer-menu {
    width: calc(100vw - 40px);
  }
  .tw-fix-hero-title {
    min-width: 100%;
  }
  .tw-fix-hero .letters {
    font-size: 40px;
  }
}
@media screen and (max-width: 460px) {
  .pu-footer .pu-footer-menu {
    width: calc(100vw - 20px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .pu-footer .pu-footer-menu ul {
    width: 100%;
    min-width: 100%;
  }
  .pu-footer .pu-footer-menu ul:first-child {
    margin-bottom: 30px;
  }
  .pu-footer .pu-footer-menu ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .pu-form-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .pu-form-header h3 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .pu-form-header div img {
    width: 100%;
    min-width: 100%;
  }
  .pu-form-container {
    margin-top: 150px !important;
  }
  .tw-fix-hero .letters {
    font-size: 1.3rem !important;
  }
}
@media screen and (max-width: 460px) {
  .pu-header-main .pu-menu-main .demo {
    min-height: 40px !important;
    background: transparent !important;
    right: 66px !important;
    min-width: auto;
    top: 30px !important;
    left: auto;
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
  }
  .pu-header-main .pu-menu-main .demo a {
    border-color: rgb(98, 179, 69) !important;
    background: rgb(98, 179, 69) !important;
    color: #FFF;
    max-width: 100% !important;
    margin: 0 auto;
    max-width: 160px !important;
    height: 35px;
    font-size: 11px !important;
    padding: 8px 10px;
  }
  .pu-header-logo {
    width: 6rem !important;
    min-width: auto !important;
  }
}
@media screen and (min-width: 350px) and (max-width: 459px) {
  .pu-header.open .pu-header-main .pu-menu-main .demo a {
    border-color: #fff !important;
    background: #fff !important;
    color: #093f83;
  }
  .pu-header-main .pu-menu-main .demo {
    background: transparent !important;
    right: 66px !important;
    min-width: auto;
    top: 30px !important;
    left: auto;
    min-height: 7px !important;
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
  }
  .pu-header-main .pu-menu-main .demo a {
    border-color: rgb(98, 179, 69) !important;
    background: rgb(98, 179, 69) !important;
    color: #FFF;
    max-width: 100% !important;
    margin: 0 auto;
    max-width: 160px !important;
    height: 35px;
    font-size: 11px !important;
    padding: 8px 10px;
  }
  .pu-header-logo {
    width: 9rem !important;
    min-width: auto !important;
  }
}
@media screen and (max-width: 300px) {
  @-webkit-keyframes hideDemo {
    0% {
      opacity: 1;
      position: initial;
    }
    50% {
      opacity: 0;
      position: initial;
    }
    100% {
      opacity: 1;
      position: absolute;
    }
  }
  @keyframes hideDemo {
    0% {
      opacity: 1;
      position: initial;
    }
    50% {
      opacity: 0;
      position: initial;
    }
    100% {
      opacity: 1;
      position: absolute;
    }
  }
  .pu-header-main .pu-menu-main .demo {
    top: 94px !important;
    background: rgba(20, 148, 203, 0.8) !important;
    width: 100%;
    left: 0;
    right: 0 !important;
    min-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 60px !important;
  }
  .pu-header-main .pu-menu-main .demo a {
    border-color: #FFF !important;
    background: rgba(20, 148, 203, 0.9) !important;
    color: #FFF;
    max-width: 160px !important;
    margin: 0 auto;
  }
  .pu-header-search {
    margin-top: 60px !important;
  }
  .pu-sticky .pu-header-main .pu-menu-main .demo {
    top: 0px !important;
    -webkit-animation: hideDemo 0.8s ease forwards !important;
    animation: hideDemo 0.8s ease forwards !important;
    background: rgb(20, 148, 203) !important;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  /* force ipad dropdown carats */
  .open .dropdown-menu > li,
.open .dropdown-menu > li > a:hover {
    display: inline-block !important;
  }
} /* iPad Portrait and Landscape */
/* iPad Portrait */
/* iPad Landscape */
@media only screen and (max-width: 991px) {
  .ui-container {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  .entry-title .sub-title {
    letter-spacing: 0.8px;
  }
  .mobile-menu-block {
    padding: 60px 0 30px;
  }
  .mobile-menu-block .orange-box {
    margin-bottom: 30px;
    height: calc(100% - 30px);
  }
  .mobile-menu-block .footer-top .footer-logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
  .mobile-menu-block .footer-top .quick-contact, .mobile-menu-block .footer-top .social-media {
    margin-bottom: 30px;
  }
  /***********************************
  HOME STYLES
  ***********************************/
  .banner {
    padding: 50px 0 40px;
  }
  .banner .content {
    margin-bottom: 50px;
  }
  .banner .content .sub-title {
    margin-bottom: 4px;
  }
  .banner .content .title {
    max-width: 100%;
    margin-bottom: 10px;
  }
  .banner .content p {
    font-size: 20px;
    line-height: 30px;
  }
  .download-guide {
    padding-top: 30px;
  }
  .home-vendor-rm-highlights.vendor-rm-highlights {
    padding-top: 40px;
  }
  .grc-platform {
    padding-top: 30px;
    background-image: none;
  }
  .grc-platform .media {
    display: none;
  }
  .grc-platform .entry-title {
    max-width: 100%;
  }
  .home-latest-blog.latest-blog {
    padding: 40px 0;
  }
  /***********************************
  EVENT STYLES
  ***********************************/
  .banner-event {
    padding: 40px 0 80px;
  }
  .banner-event .logo {
    margin-bottom: 100px;
  }
  .banner-event .content .title {
    font-size: 40px;
    max-width: 440px;
    line-height: 50px;
  }
  .banner-event .content p {
    font-size: 20px;
    line-height: 28px;
  }
  .banner-event .content ul li .text p {
    font-size: 18px;
    line-height: 26px;
  }
  .event-about {
    padding: 70px 0 50px;
  }
  .event-about .content {
    margin-bottom: 30px;
  }
  .event-about .content .title {
    margin-bottom: 10px;
  }
  .event-agenda {
    padding: 50px 0;
  }
  .event-photo-gallery {
    padding: 50px 0 0;
  }
  .event-photo-gallery .entry-title {
    margin-bottom: 20px;
  }
  .event-faq {
    padding: 40px 0 50px;
  }
  .event-sponsors {
    padding: 40px 0 32px;
  }
  .event-sponsors .entry-title {
    margin-bottom: 20px;
  }
  .event-cta {
    padding: 50px 0;
  }
  /***********************************
  CUSTOMER STORIES STYLES
  ***********************************/
  .fsc-slider {
    margin-bottom: 30px;
  }
  .fsm-slider {
    width: 100%;
    width: 100vw;
  }
  .fsm-slider .slick-slide {
    padding-left: 0;
  }
  .fsm-slider .slick-slide .media {
    height: 380px;
  }
  .slide-controls {
    padding-right: 15px;
  }
  .customer-stories-item .text .entry-title {
    max-width: 100%;
  }
  .customer-stories-cta {
    padding: 20px 0;
  }
  .customer-stories-cta .cta .content {
    text-align: center;
    margin-bottom: 30px;
  }
  .customer-stories-cta .cta .content .title {
    max-width: 100%;
  }
  .customer-stories-cta .cta .media {
    position: initial;
    margin-bottom: -150px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: initial;
    -ms-transform: initial;
    transform: initial;
  }
  .customer-stories-cta .cta .media img {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .customer-stories-header {
    padding: 40px 0;
  }
  .customer-stories-header .media {
    margin-bottom: 0;
  }
  .customer-stories-content {
    padding: 50px 0 40px;
  }
  .customer-stories-content .content {
    max-width: 100%;
    margin-bottom: 40px;
  }
  .customer-stories-details {
    padding-bottom: 50px;
  }
  .customer-stories-details .content .popup-video {
    margin-bottom: 40px;
  }
  /***********************************
  BLOG STYLES
  ***********************************/
  .latest-blog {
    padding-bottom: 0;
  }
  .blog-page {
    padding-bottom: 30px;
  }
  .blog-page .sidebar {
    margin-top: 40px;
  }
  .blog-post-group {
    max-width: 100%;
    margin-bottom: 50px;
  }
  .blog-page-details .blog-post {
    max-width: 100%;
  }
  .blog-post-cta {
    padding: 50px 40px;
  }
  /***********************************
  CONNECTORS-AND-ADDONS STYLES
  ***********************************/
  .connectors-addons-header {
    padding: 40px 0;
  }
  .caa-slider .slick-slide .caa-item {
    padding: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: block !important;
  }
  .caa-slider .slick-slide .caa-item .text {
    max-width: 100%;
    float: none !important;
  }
  .caa-slider .slick-slide .caa-item .media {
    max-width: 220px;
    margin-bottom: 20px;
  }
  .connectors-addons {
    padding: 40px 0 0;
  }
  .connectors-addons .sidebar {
    margin-top: 40px;
  }
  /***********************************
  VENDOR RISK MANAGEMENT STYLES
  ***********************************/
  .vendor-rm-header {
    padding: 40px 0;
  }
  .vendor-rm-header .entry-title {
    margin-bottom: 30px;
  }
  .vendor-rm-highlights {
    padding: 50px 0 32px;
  }
  .vendor-rm-item .media {
    max-width: 335px;
  }
  .vendor-service {
    padding: 50px 0 0;
  }
  .vendor-service .content {
    max-width: 100%;
    margin-bottom: 40px;
  }
  .vrm-details .entry-footer .vrm-form {
    margin-bottom: 20px;
  }
  /***********************************
  ABOUT STYLES
  ***********************************/
  .about_us {
    padding: 50px 0 0;
  }
  .about_us .entry-title {
    margin-bottom: 40px;
  }
  .about_us .entry-title .title {
    max-width: 100%;
  }
  .about_us .entry-title p {
    max-width: 100%;
  }
  .about_us .entry-title .btn {
    margin-top: 20px;
  }
  .about_us .media {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .our-approach .shadow-box {
    padding: 50px 60px 20px;
  }
  .our-platform {
    padding-bottom: 30px;
  }
  .our-platform .content {
    margin-bottom: 40px;
  }
  .our-platform .media {
    width: 100%;
  }
  .recognition {
    padding: 50px 0 32px;
  }
  .about-call-action {
    padding: 50px 0 32px;
  }
  .about-leadership {
    padding: 50px 0 32px;
  }
  .about-leadership .icon-box-right {
    padding: 35px;
  }
  .about-get-touch.get-touch {
    padding-top: 50px;
  }
  /***********************************
  CONTACT STYLES
  ***********************************/
  .contact-us {
    padding-bottom: 50px;
  }
  .contact-us .entry-title {
    margin-bottom: 30px;
  }
  .contact-us .entry-title p {
    max-width: 100%;
  }
  .contact-options .social-block {
    margin-bottom: 0;
  }
  .datasheets {
    padding: 40px 0;
  }
  .datasheets .content {
    max-width: 100%;
  }
  /***********************************
  CAREERS STYLES
  ***********************************/
  .careers-gallery .gallery-item {
    height: 180px;
  }
  .current-opportunities {
    padding: 50px 0;
  }
  .opportunity-employeer {
    padding: 50px 0 115px;
  }
  .careers-get-touch.get-touch {
    margin-top: -70px;
  }
  /***********************************
  TEAM STYLES
  ***********************************/
  .meet-team {
    padding: 40px 0;
  }
  .meet-team .row + .row {
    margin-top: 30px;
  }
  .team-member .text {
    padding: 20px;
  }
  /***********************************
  PARTNERS STYLES
  ***********************************/
  .meet-partners {
    padding: 40px 0;
  }
  .partner-group + .partner-group {
    margin-top: 40px;
  }
  .partner-logo {
    min-height: 300px;
  }
  /***********************************
  PRICING STYLES
  ***********************************/
  .vrmm-pricing .entry-title {
    margin-bottom: 40px;
  }
  /***********************************
  GET-TOUCH STYLES
  ***********************************/
  .get-touch {
    padding: 0 0 20px;
  }
  .get-touch .get-touch-bg {
    padding: 37px 40px 40px;
  }
  .request-demo {
    padding-bottom: 30px;
  }
  .request-demo .get-touch-bg .content .media img {
    margin-left: 0;
  }
  .request-demo .get-touch-bg .media img {
    margin-left: auto;
    margin-right: auto;
  }
  /***********************************
  FOOTER STYLES
  ***********************************/
  .footer {
    padding: 50px 0;
  }
  .footer .footer-logo,
.footer .quick-contact,
.footer .social-media {
    margin-bottom: 30px;
  }
  .footer .masonry-menu-block .masonry [class^=col]:nth-child(3) .widget, .footer .masonry-menu-block .masonry [class^=col]:nth-child(4) .widget, .footer .masonry-menu-block .masonry [class^=col]:nth-child(5) .widget, .footer .masonry-menu-block .masonry [class^=col]:nth-child(6) .widget {
    margin-left: 0;
  }
  .footer .footer-icon img {
    max-width: 50px;
  }
  .footer.style-2 {
    padding: 30px 0;
  }
  /***********************************
  COLLECTIONS STYLES
  ***********************************/
  .collections-header .entry-title.positioning:after {
    width: 290px;
    height: 93px;
  }
  .collections-header .entry-title.positioning .text {
    padding: 30px;
  }
  .collection-item.big .categories li a {
    font-size: 18px;
  }
  .collection-item.big .text-block .btn {
    font-size: 24px;
    line-height: 30px;
  }
  .collection-item.big.video-card .media .meta-text .play {
    font-size: 50px;
  }
  .collection-item.video-card .text-block, .collection-item.pdf-card .text-block {
    padding: 20px;
  }
  .collection-item-wrapper {
    margin-bottom: 30px;
  }
  .collection-item-wrapper .collection-item {
    margin-right: 30px;
  }
  .collection-item-wrapper .collection-item-right p {
    font-size: 20px;
  }
  /* Basic Template Styles */
  .basic {
    padding: 0 0 60px;
  }
  .basic_left img, .basic_right img {
    float: none;
    margin: 0 auto 50px auto;
  }
} /* 991 */
@media only screen and (max-width: 767px) {
  body, .body {
    font: 400 16px/26px "proxima-nova", sans-serif;
  }
  /***********************************
  EVENT STYLES
  ***********************************/
  .banner-event {
    max-height: 600px;
    padding: 30px 0 70px;
  }
  .banner-event .logo {
    margin-bottom: 100px;
  }
  .banner-event .content .title {
    font-size: 36px;
    max-width: 440px;
    line-height: 48px;
  }
  .banner-event .content p {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 20px;
  }
  .banner-event .content ul li .icon {
    font-size: 14px;
  }
  .banner-event .content ul li .text p {
    font-size: 16px;
    line-height: 24px;
  }
  .event-scroll-down .scrollDown {
    width: 70px;
    height: 70px;
    font-size: 18px;
    line-height: 75px;
  }
  .event-about {
    padding: 50px 0 40px;
  }
  .event-about .content .title {
    margin-bottom: 5px;
  }
  .event-agenda {
    padding: 40px 0;
  }
  .event-agenda .entry-title {
    margin-bottom: 20px;
  }
  .event-tab {
    margin-bottom: 40px;
  }
  .event-tab-content .tab-pane .event-item .time {
    min-width: 175px;
    margin-right: 20px;
  }
  .event-cta-inline .blog-post-cta .content .title {
    margin-bottom: 15px !important;
  }
  .event-photo-gallery {
    padding: 40px 0 0;
  }
  .event-faq {
    padding: 30px 0;
  }
  .event-sponsors {
    padding: 30px 0 22px;
  }
  .event-cta {
    padding: 40px 0;
  }
  /***********************************
  CUSTOMER STORIES STYLES
  ***********************************/
  .featured-stories {
    padding: 40px 0;
  }
  .fsc-slider {
    margin-bottom: 20px;
  }
  .fsm-slider .slick-slide .media {
    height: 300px;
  }
  .customer-stories-item {
    margin-top: 30px;
  }
  .customer-stories-cta {
    padding: 10px 0;
  }
  .customer-stories-cta .cta {
    padding: 40px 35px;
  }
  .customer-stories-header .media {
    margin-bottom: 12px;
  }
  .border-icon-box-right {
    margin-top: 18px;
    min-height: auto;
    height: calc(100% - 18px);
  }
  .customer-stories-content {
    padding: 40px 0 30px;
  }
  .customer-stories-details {
    padding-bottom: 40px;
  }
  .customer-stories-details .content .popup-video {
    margin-bottom: 30px;
  }
  .customer-stories-details .content .multiply-image-box {
    margin-top: 30px;
  }
  .customer-stories-details .content .entry-footer {
    padding: 20px 0;
    margin-top: 20px;
  }
  /***********************************
  BLOG STYLES
  ***********************************/
  .blog-page {
    padding-bottom: 0;
  }
  .blog-page .sidebar {
    margin-top: 30px;
  }
  .blog-post-group {
    margin-bottom: 40px;
  }
  .blog-post-cta {
    padding: 40px 30px;
  }
  .blog-post-cta .content {
    max-width: 370px;
  }
  /***********************************
  CONNECTORS-ADDONS STYLES
  ***********************************/
  .connectors-addons-header {
    padding: 30px 0;
  }
  .caa-slider .slick-slide .caa-item {
    padding: 30px;
  }
  .connectors-addons {
    padding: 30px 0 0;
  }
  .connectors-addons .sidebar {
    margin-top: 30px;
  }
  /***********************************
  VENDOR RISK MANAGEMENT STYLES
  ***********************************/
  .vendor-rm-header {
    padding: 30px 0;
  }
  .vendor-rm-highlights {
    padding: 40px 0 22px;
  }
  .vendor-service {
    padding: 40px 0 0;
  }
  .vendor-service .content {
    margin-bottom: 40px;
  }
  .vendor-service .content ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
  /***********************************
  ABOUT STYLES
  ***********************************/
  .about_us {
    padding: 40px 0 0;
  }
  .our-approach .shadow-box {
    padding: 40px 50px 10px;
  }
  .our-platform {
    padding: 30px 0;
  }
  .our-platform .content {
    margin-bottom: 30px;
  }
  .our-platform .content .title {
    margin-bottom: 10px;
  }
  .recognition {
    padding: 40px 0 22px;
  }
  .recognition-item {
    min-height: 250px;
  }
  .about-leadership {
    padding: 40px 0 22px;
  }
  .about-leadership .icon-box-right {
    padding: 30px;
  }
  .about-leadership .icon-box-right .icon {
    font-size: 40px;
  }
  .about-leadership .icon-box-right .text p {
    max-width: 100%;
  }
  .about-call-action {
    padding: 40px 0 22px;
  }
  .about-get-touch.get-touch {
    padding-top: 40px;
  }
  .icon-box-right {
    min-height: 160px;
  }
  .icon-box-right .icon {
    font-size: 30px;
  }
  /***********************************
  CONTACT STYLES
  ***********************************/
  .contact-us {
    padding: 40px 0;
  }
  .datasheets {
    padding: 40px 0 20px;
  }
  /***********************************
  CAREERS STYLES
  ***********************************/
  .join-team .icon-box-right {
    min-height: auto;
  }
  .join-team .icon-box-right .text p {
    max-width: 100%;
  }
  .careers-gallery .gallery-item {
    height: 160px;
  }
  .current-opportunities {
    padding: 40px 0;
  }
  .opportunity-employeer {
    padding: 40px 0 115px;
  }
  .careers-get-touch.get-touch {
    margin-top: -70px;
  }
  /***********************************
  TEAM STYLES
  ***********************************/
  .meet-team {
    padding: 40px 0 30px;
  }
  .meet-team .entry-title {
    margin-bottom: 20px;
  }
  .meet-team .row + .row {
    margin-top: 20px;
  }
  .member-popup-block {
    padding: 70px 0 30px;
  }
  .member-popup-block .mfp-close {
    top: 10px;
    right: 10px;
  }
  .member-popup-block .media {
    margin-bottom: 30px;
  }
  .member-popup-block .popup-content .position {
    margin-bottom: 10px;
  }
  /***********************************
  PARTNERS STYLES
  ***********************************/
  .meet-partners {
    padding: 40px 0 30px;
  }
  .partner-logo {
    min-height: 240px;
  }
  .partner-popup-block .media {
    padding: 25px;
    min-height: 200px;
  }
  /***********************************
  PRICING STYLES
  ***********************************/
  .vrmm-pricing {
    padding: 40px 0;
  }
  .vrmm-pricing .entry-title {
    margin-bottom: 30px;
  }
  .pricing-table {
    padding-bottom: 30px;
  }
  .pricing-table .btn-text {
    font-size: 20px;
    line-height: 30px;
  }
  /***********************************
  GET-TOUCH STYLES
  ***********************************/
  .get-touch {
    padding: 0 0 10px;
  }
  .get-touch .get-touch-bg {
    padding: 30px;
  }
  .request-demo {
    padding-bottom: 20px;
  }
  /***********************************
  FOOTER STYLES
  ***********************************/
  .quick-contact li .text a {
    font-size: 15px;
    line-height: 20px;
  }
  .footer {
    padding: 40px 0;
  }
  .footer .masonry-menu-block .widget {
    margin-top: 30px;
  }
  .footer .footer-icon img {
    max-width: 30px;
  }
  .footer.style-2 .quick-contact {
    margin-bottom: 20px;
  }
  .basic {
    padding: 0 0 30px;
  }
  .basic .btn {
    margin-bottom: 30px;
  }
  /***********************************
  COLLECTIONS STYLES
  ***********************************/
  .collections-header {
    padding-bottom: 40px;
  }
  .collections-header .entry-title.positioning:after {
    width: 260px;
    height: 83px;
  }
  .collections-page {
    padding: 40px 0;
  }
  .collection-item.big {
    height: 600px;
  }
  .collection-item.big .text-block .btn {
    padding: 9px 20px;
    font-size: 18px;
    line-height: 24px;
  }
  .collection-item.big.pdf-card {
    height: auto;
  }
  .collection-item-wrapper .collection-item {
    margin-right: 25px;
  }
  .collection-item-wrapper .collection-item-right p {
    font-size: 18px;
    line-height: 30px;
  }
} /* 767 */
@media only screen and (max-width: 680px) {
  /* Basic Template Styles */
  .basic {
    padding: 25px 0;
  }
  .basic ul {
    margin-left: 20px;
  }
  .basic_middle p {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
    -webkit-column-gap: 0px;
    -moz-column-gap: 0px;
    column-gap: 0px;
  }
  .basic_left img, .basic_right img {
    margin: 0 auto 30px auto;
  }
  /***********************************
  MKTOFORM STYLES
  ***********************************/
  .mktoForm {
    padding: 0 !important;
    margin: 0 !important;
  }
  .mktoForm .mktoFormRow {
    padding: 0 !important;
  }
  .mktoForm .mktoFormRow .mktoFormCol {
    width: 100% !important;
  }
  .mktoForm#mktoForm_1321, .mktoForm#mktoForm_1372 {
    display: block;
  }
  .mktoForm#mktoForm_1321 .mktoFormRow, .mktoForm#mktoForm_1372 .mktoFormRow {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
} /* 680 */
@media only screen and (max-width: 575px) {
  body, .body {
    font: 400 15px/24px "proxima-nova", sans-serif;
  }
  section {
    padding: 30px 0;
  }
  .btn {
    padding: 10px 20px;
  }
  .col {
    width: 100%;
  }
  .mobile-menu-block .orange-box {
    margin-bottom: 18px;
    height: calc(100% - 18px);
  }
  /***********************************
  HOME STYLES
  ***********************************/
  .banner {
    padding: 40px 0;
  }
  .banner .content {
    margin-bottom: 0;
  }
  .banner .content p {
    font-size: 18px;
    line-height: 28px;
  }
  .report-item {
    margin-top: 50px;
    height: calc(100% - 50px);
  }
  .download-guide {
    padding-top: 20px;
  }
  .download-guide .media img {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
  .download-guide .content {
    text-align: center;
  }
  .download-guide .content .button-group {
    display: block !important;
  }
  .download-guide .content .button-group span {
    display: block;
  }
  .home-vendor-rm-highlights.vendor-rm-highlights {
    padding-top: 30px;
  }
  .home-vendor-rm-highlights.vendor-rm-highlights .entry-title {
    text-align: center;
  }
  /***********************************
  EVENT STYLES
  ***********************************/
  .banner-event {
    height: auto;
    max-height: auto;
    padding: 30px 0 70px;
  }
  .banner-event .logo {
    margin-bottom: 70px;
  }
  .banner-event .content .title {
    font-size: 30px;
    max-width: 320px;
    line-height: 36px;
  }
  .banner-event .content p {
    font-size: 16px;
    line-height: 24px;
  }
  .banner-event .content ul {
    margin-bottom: 20px;
  }
  .banner-event .content ul li:not(:last-child) {
    margin-bottom: 5px;
  }
  .banner-event .content ul li .icon {
    font-size: 14px;
    margin-right: 5px;
  }
  .banner-event .content ul li .text p {
    font-size: 14px;
    line-height: 20px;
  }
  .event-scroll-down .scrollDown {
    top: -30px;
    width: 60px;
    height: 60px;
    font-size: 16px;
    line-height: 65px;
  }
  .event-about {
    padding: 40px 0 30px;
  }
  .event-about .content .title {
    margin-bottom: 5px;
  }
  .event-agenda {
    padding: 30px 0;
  }
  .event-tab {
    margin-bottom: 40px;
  }
  .event-tab-content .tab-pane .event-item {
    display: block !important;
  }
  .event-tab-content .tab-pane .event-item:not(:last-child) {
    padding-bottom: 30px;
  }
  .event-tab-content .tab-pane .event-item .time {
    min-width: 100%;
    padding-right: 0;
    margin-right: 20px;
    padding-left: 40px;
  }
  .event-tab-content .tab-pane .event-item .content {
    padding-left: 40px;
  }
  .event-tab-content .tab-pane .event-item .content:before {
    top: -20px;
  }
  .event-tab-content .tab-pane .event-item .content:after {
    top: 7px;
  }
  .event-photo-gallery {
    padding: 30px 0 0;
  }
  .faq-item:not(:last-child) {
    margin-bottom: 30px;
  }
  .event-sponsors {
    padding: 20px 0 12px;
  }
  .event-cta {
    padding: 30px 0;
  }
  /***********************************
  CUSTOMER STORIES STYLES
  ***********************************/
  .featured-stories {
    padding: 30px 0;
  }
  .fsm-slider .slick-slide .media {
    height: 240px;
  }
  .slide-controls .slick-dots li {
    font-size: 16px;
    line-height: 20px;
  }
  .customer-stories {
    padding: 30px 0;
  }
  .customer-stories-cta .cta {
    padding: 30px;
  }
  .customer-stories-header {
    padding: 30px 0;
  }
  .entry-footer {
    margin-top: 30px;
  }
  .customer-stories-content {
    padding: 30px 0 10px;
  }
  .customer-stories-content .content {
    margin-bottom: 30px;
  }
  .customer-stories-details {
    padding-bottom: 30px;
  }
  .customer-stories-details .content .popup-video {
    margin-bottom: 30px;
  }
  .customer-stories-details .content h1, .customer-stories-details .content h2, .customer-stories-details .content h3, .customer-stories-details .content h4, .customer-stories-details .content h5, .customer-stories-details .content h6 {
    margin-bottom: 10px;
  }
  .customer-stories-details .content p {
    margin-bottom: 20px;
  }
  .customer-stories-details .content .popup-video:before {
    right: 15px;
    bottom: 15px;
    font-size: 48px;
  }
  .customer-stories-details .content .popup-video .runtime {
    left: 15px;
    bottom: 15px;
  }
  .customer-stories-details .content .entry-footer {
    margin-top: 10px;
  }
  /***********************************
  BLOG STYLES
  ***********************************/
  .latest-blog {
    padding-top: 30px;
  }
  .latest-blog .entry-title {
    margin-bottom: 20px;
  }
  .latest-blog .row [class^=col-]:nth-last-child(2) .blog-post {
    margin-bottom: 0;
  }
  .blog-page {
    padding-top: 30px;
  }
  .blog-post {
    padding-bottom: 20px;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .blog-post .media {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .blog-page-details .blog-post .entry-content blockquote {
    margin: 20px 0;
    font-size: 16px;
    line-height: 24px;
  }
  .blog-post-cta {
    padding: 30px 20px;
  }
  .blog-post-cta .content {
    max-width: 295px;
  }
  .blog-post-cta .content .description {
    font-size: 16px;
    line-height: 24px;
  }
  /***********************************
  CONECTOR AND ADDONS STYLES
  ***********************************/
  .caa-slider .slick-slide .caa-item {
    padding: 30px 20px;
  }
  .caa-slider .slick-slide .caa-item .media {
    max-width: 140px;
  }
  /***********************************
  VENDOR RISK MANAGEMENT STYLES
  ***********************************/
  .vendor-rm-features {
    padding: 30px 0 12px;
  }
  .vendor-rm-highlights {
    padding: 40px 0 12px;
  }
  .vendor-rm-item {
    padding: 10px 0 10px 25px;
  }
  .vendor-rm-item .text {
    margin-right: 20px;
  }
  .vendor-service {
    padding: 30px 0 0;
  }
  .vendor-service .content {
    margin-bottom: 30px;
  }
  .image-box-content {
    display: block !important;
  }
  .image-box-content .media {
    max-width: 100%;
    min-width: 100%;
    margin-right: 0;
    margin-bottom: 18px;
  }
  .vrm-slider-wrapper .slide-controls .slick-dots li {
    width: 55px;
    height: 35px;
    margin-left: 10px;
  }
  /***********************************
  ABOUT STYLES
  ***********************************/
  .about_us {
    padding: 30px 0 0;
  }
  .about_us .entry-title {
    margin-bottom: 30px;
  }
  .our-approach {
    padding: 30px 0 10px;
  }
  .our-approach .shadow-box {
    padding: 30px 30px 0;
  }
  .recognition {
    padding: 30px 0 12px;
  }
  .recognition-item {
    min-height: 200px;
  }
  .about-leadership {
    padding: 30px 0 12px;
  }
  .about-leadership .icon-box-right {
    padding: 20px;
  }
  .about-leadership .icon-box-right .icon {
    font-size: 30px;
  }
  .about-call-action {
    padding: 30px 0 12px;
  }
  .about-get-touch.get-touch {
    padding-top: 30px;
  }
  /***********************************
  CONTACT STYLES
  ***********************************/
  .contact-us {
    padding: 30px 0;
  }
  .contact-form {
    padding: 30px;
  }
  .contact-options {
    padding: 30px 0;
  }
  .datasheets {
    padding: 30px 0 15px;
  }
  /***********************************
  CAREERS STYLES
  ***********************************/
  .join-team {
    padding: 30px 0 12px;
  }
  .careers-gallery {
    padding: 30px 0 12px;
  }
  .careers-gallery .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
  .careers-gallery .container-fluid .lr-9 {
    margin-left: -5px;
    margin-right: -5px;
  }
  .careers-gallery .container-fluid .lr-9 [class*=col-] {
    padding-left: 5px;
    padding-right: 5px;
  }
  .careers-gallery .gallery-item {
    height: 140px;
    margin-bottom: 10px;
  }
  .current-opportunities {
    padding: 30px 0 40px;
  }
  .current-opportunities .entry-title {
    padding-bottom: 30px;
  }
  .opportunitie-item {
    margin-top: 30px;
  }
  .opportunitie-item:not(:last-child) {
    padding-bottom: 30px;
  }
  .opportunitie-item .entry-title {
    padding: 0;
  }
  .opportunitie-item .content .btn {
    margin-top: 20px;
  }
  .opportunity-employeer {
    padding: 30px 0 115px;
  }
  .careers-get-touch.get-touch {
    margin-top: -70px;
  }
  /***********************************
  TEAM STYLES
  ***********************************/
  .meet-team {
    padding: 30px 0 20px;
  }
  /***********************************
  PARTNERS STYLES
  ***********************************/
  .meet-partners {
    padding: 30px 0 20px;
  }
  .meet-partners .entry-title {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  .partner-group .entry-title {
    padding: 0;
  }
  .partner-group + .partner-group {
    margin-top: 20px;
  }
  .partner-logo {
    min-height: 180px;
  }
  /***********************************
  PRICING STYLES
  ***********************************/
  .vrmm-pricing {
    padding: 30px 0;
  }
  .vrmm-pricing hr {
    margin: 15px 0 0;
    padding: 0 0 20px;
  }
  .pricing-table {
    padding-bottom: 25px;
  }
  /***********************************
  GET-TOUCH STYLES
  ***********************************/
  .get-touch .get-touch-bg {
    padding: 30px 20px;
  }
  .request-demo {
    padding-top: 30px;
  }
  .request-demo .get-touch-bg {
    padding: 30px;
    padding-bottom: 0;
  }
  /***********************************
  FOOTER STYLES
  ***********************************/
  .footer {
    padding: 30px 0;
  }
  .footer .footer-logo {
    margin-bottom: 20px;
  }
  .footer .quick-contact {
    margin-bottom: 20px;
  }
  .footer .footer-icon {
    text-align: center;
    margin-bottom: 20px;
  }
  .footer .copyright {
    text-align: center;
    display: block !important;
  }
  .footer .footer-menu {
    display: block;
    margin-top: 5px;
  }
  .basic {
    padding: 0 0 10px;
  }
  .basic:first-child {
    padding-top: 40px;
  }
  /***********************************
  COLLECTIONS STYLES
  ***********************************/
  .collections-header {
    padding-bottom: 30px;
  }
  .collections-header .entry-title.positioning:after {
    width: 230px;
    height: 73px;
  }
  .collections-page {
    padding: 30px 0;
  }
  .collection-item.big {
    height: 500px;
  }
  .collection-item.big .text-block .btn {
    font-size: 16px;
    line-height: 20px;
  }
  .collection-item.big.video-card .media {
    height: 200px;
  }
  .collection-item.big.video-card .text-block {
    height: calc(100% - 200px);
  }
  .collection-item.pdf-card {
    height: auto;
  }
  .collection-item-wrapper {
    margin-bottom: 40px;
    display: block !important;
  }
  .collection-item-wrapper .collection-item {
    max-width: 100%;
    min-width: 100%;
    margin-right: 0;
    float: none !important;
  }
  .collection-item-wrapper .collection-item-right {
    margin-top: 20px;
  }
  .collection-item-wrapper .collection-item-right .title {
    margin-bottom: 5px;
  }
} /* 575 */
@media only screen and (max-width: 480px) {
  #pu-title .title span {
    font-size: 18px !important;
    margin: 0 -10px !important;
    white-space: normal;
    line-height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    min-width: 100%;
  }
  #pu-title .subtitle span {
    font-size: 18px !important;
    margin: 0 -10px !important;
    white-space: normal;
    line-height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    min-width: 100%;
  }
  /***********************************
  EVENT STYLES
  ***********************************/
  .banner-event {
    height: auto;
    max-height: auto;
    padding: 30px 0 50px;
  }
  .banner-event .logo {
    margin-bottom: 40px;
  }
  .banner-event .content .title {
    font-size: 28px;
    line-height: 34px;
  }
  .banner-event .content p {
    margin-bottom: 15px;
  }
  /***********************************
  CUSTOMER STORIES STYLES
  ***********************************/
  .slide-controls .slick-dots li {
    font-size: 14px;
    line-height: 16px;
  }
  .customer-stories-header .eq-height .col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .customer-stories-content .sidebar .widget {
    padding: 20px;
  }
  /***********************************
  ABOUT STYLES
  ***********************************/
  .recognition .eq-height .col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  /***********************************
  VENDOR RISK MANAGEMENT STYLES
  ***********************************/
  .vendor-rm-item {
    padding: 25px 25px 0;
    display: block !important;
  }
  .vendor-rm-item .text {
    margin-right: 20px;
    text-align: center;
    margin-bottom: 20px;
  }
  .vendor-rm-item .media {
    margin-left: auto;
    margin-right: auto;
    border-radius: 20px 20px 0 0 !important;
    border: 6px solid #F0F0F0 !important;
    border-bottom-width: 0 !important;
  }
  .vendor-service .content ul {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  /***********************************
  CAREERS STYLES
  ***********************************/
  .careers-gallery .gallery-item {
    height: 120px;
  }
  /***********************************
  PARTNERS STYLES
  ***********************************/
  .partner-group .col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
} /* 480 */
@media only screen and (max-width: 380px) {
  .banner-event .content .title {
    font-size: 21px;
    line-height: 32px;
  }
  /***********************************
  BLOG STYLES
  ***********************************/
  .blog-search-form form .col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
/* HERO */
.btn--primary {
  background: #64b446;
  color: white;
  padding: 0.8em 2em;
  display: inline-block;
  border-radius: 40px;
  border: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn--primary:visited {
  color: white;
}
.btn--primary:hover {
  background: #0093c9;
  color: #ffffff;
}

.product-template {
  overflow: hidden;
}

.product-hero {
  background-color: #97c8e3;
  background-image: url(./images/product/pattern.png);
  background-repeat: no-repeat;
  background-position: left;
  background-size: 20em;
  background-position-y: 10em;
  background-position-x: -1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0;
  width: 100%;
  height: 25em;
}
@media (max-width: 1100px) {
  .product-hero {
    font-size: 14px;
  }
}
@media (max-width: 890px) {
  .product-hero {
    font-size: 10px;
  }
}
@media (max-width: 660px) {
  .product-hero {
    height: auto;
  }
}
.product-hero .product-hero-container {
  max-width: 90em;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product-hero .product-hero__content {
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  padding-right: 10em;
  padding-left: 10em;
}
@media (max-width: 660px) {
  .product-hero .product-hero__content {
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1em;
    padding: 2em;
  }
}
@media (max-width: 460px) {
  .product-hero .product-hero__content {
    margin-top: 5em;
  }
}
.product-hero .product-hero__content p:first-of-type {
  font-family: "Avenir-Light";
  font-size: 1.4em;
  font-weight: 500;
}
.product-hero .product-hero__content h4 {
  font-family: "Avenir-Light";
  font-weight: 100;
  font-size: 2.5em;
  line-height: 1.2em;
}
.product-hero .product-hero__image {
  width: 40%;
  background-color: #173e6f;
  position: relative;
  height: 30em;
}
@media (max-width: 660px) {
  .product-hero .product-hero__image {
    display: none;
  }
}
.product-hero .product-hero__image img {
  height: 21em;
  width: 100%;
  position: absolute;
  -o-object-fit: contain;
  object-fit: contain;
  z-index: 3;
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  top: 3em;
  max-width: initial;
  -webkit-animation: float 6s ease-in-out infinite;
  animation: float 6s ease-in-out infinite;
}
@-webkit-keyframes float {
  0% {
    -webkit-transform: translatey(0px) scale(1.5);
    transform: translatey(0px) scale(1.5);
  }
  50% {
    -webkit-transform: translatey(-20px) scale(1.5);
    transform: translatey(-20px) scale(1.5);
  }
  100% {
    -webkit-transform: translatey(0px) scale(1.5);
    transform: translatey(0px) scale(1.5);
  }
}
@keyframes float {
  0% {
    -webkit-transform: translatey(0px) scale(1.5);
    transform: translatey(0px) scale(1.5);
  }
  50% {
    -webkit-transform: translatey(-20px) scale(1.5);
    transform: translatey(-20px) scale(1.5);
  }
  100% {
    -webkit-transform: translatey(0px) scale(1.5);
    transform: translatey(0px) scale(1.5);
  }
}

#mini-menu {
  width: 18.75em;
  position: absolute;
  right: 0;
  top: 8%;
  z-index: 999;
  background-color: white;
}
@media (max-width: 890px) {
  #mini-menu {
    font-size: 10px;
  }
}
#mini-menu .title {
  background-color: #64b446;
  width: 100%;
  padding: 0.625em 1.5em;
  font-size: 1.25em;
  line-height: normal;
  color: white;
}
#mini-menu .list {
  margin: 0;
  padding: 0;
}
#mini-menu .list li {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.625em 1.5625em;
  font-family: "Avenir-Light";
}
#mini-menu .list li a {
  color: #060a27;
}
@media (max-width: 890px) {
  #mini-menu .list li img {
    max-width: 2em;
  }
}
#mini-menu .list li:not(:last-of-type) {
  border-bottom: 0.0625em solid #64b446;
}
#mini-menu .list li:last-of-type {
  border-bottom: 0.375em solid #64b446;
}

@media (max-width: 800px) {
  .tabs-container {
    margin: 0 1em;
    margin-top: 10em;
    padding: 0 0;
  }
}
.tabs-container h3 {
  margin-bottom: 1em;
}
.tabs-container ul {
  margin: 0;
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 3em;
}
@media (max-width: 800px) {
  .tabs-container ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.tabs-container ul li {
  padding: 10px 0;
  text-align: center;
  border-bottom: 4px solid #cccccc;
  border-top: 4px solid #cccccc;
  width: 100%;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.tabs-container ul li.active {
  border-bottom: 4px solid #64b446;
  border-top: 4px solid #64b446;
}
.tabs-container .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  gap: 2em;
  margin-bottom: 0;
}
@media (max-width: 800px) {
  .tabs-container .items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.tabs-container .items .item {
  width: 45%;
}
@media (max-width: 800px) {
  .tabs-container .items .item {
    width: 100%;
  }
}
.tabs-container .items .item h4 {
  font-family: "Avenir-Light";
  font-size: 1.5em;
  font-weight: 500;
  margin-bottom: 0.4em;
}
.tabs-container .items .item h4 a {
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.tabs-container .items .item h4 a:hover {
  color: #0093c9;
}
.tabs-container .items .item h4::after {
  display: inline-block;
  content: "";
  background-image: url(./images/product/arrow.svg);
  height: 1em;
  width: 1em;
  background-repeat: no-repeat;
  background-position: bottom;
}
.tabs-container .items .item h4.hide-arrow::after {
  display: none;
}
.tabs-container .items .item .item__link {
  display: inline-block;
  margin-top: 1em;
  border-bottom: 2px solid #64b446;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.tabs-container .items .item .item__link:hover {
  color: #0093c9;
  border-bottom: 2px solid #0093c9;
}
.tabs-container .button-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#demo-video {
  background-color: #e9e9e9;
}
@media (max-width: 800px) {
  #demo-video {
    padding: 3em 1em;
  }
}
#demo-video h3 {
  margin: 0em 0 2em 0;
}
#demo-video .demo-video {
  margin: 0 auto;
  z-index: 1;
  width: 900px;
  height: 506px;
}
#demo-video .demo-video video {
  width: 100%;
  height: 100%;
}
@media (max-width: 1024px) {
  #demo-video .demo-video {
    width: 100%;
    height: auto;
  }
}
#demo-video .demo-video .decoration {
  height: 603px;
  width: 25.8125em;
  background: white;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -2vw;
  z-index: -1;
}
@media (max-width: 1024px) {
  #demo-video .demo-video .decoration {
    display: none;
  }
}

.item-carousel .slick-slide {
  margin: 0 0.5em;
  width: 27em !important;
  height: 26em;
  background-color: #f5f5f5;
}
@media (max-width: 1100px) {
  .item-carousel .slick-slide {
    font-size: 14px;
  }
}
@media (max-width: 830px) {
  .item-carousel .slick-slide {
    font-size: 10px;
  }
}
.item-carousel .slick-slide h4 {
  font-family: "Avenir-Light";
  font-size: 1.5em;
  font-weight: 500;
  margin-bottom: 0.4em;
}
.item-carousel .slick-slide h4::after {
  display: inline-block;
  content: "";
  background-image: url(./images/product/arrow.svg);
  height: 1em;
  width: 1em;
  background-repeat: no-repeat;
  background-position: bottom;
}
.item-carousel .slick-slide p, .item-carousel .slick-slide h4 {
  padding: 0.5em;
}
.item-carousel .slick-slide a {
  color: black;
  border-bottom: 2px solid #64b446;
  padding: 0;
  margin: 0.5em;
}
.item-carousel .slick-slide img {
  width: 100%;
  height: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  border-bottom: 7px solid #3e92c4;
}
.item-carousel .slick-slide {
  opacity: 0.3;
}
.item-carousel .slick-active {
  opacity: 1;
}
.item-carousel .slick-track {
  left: -13.8em;
}
@media (max-width: 600px) {
  .item-carousel .slick-track {
    left: initial;
  }
}
@media (max-width: 1100px) {
  .item-carousel .slick-track {
    font-size: 14px;
  }
}
@media (max-width: 830px) {
  .item-carousel .slick-track {
    font-size: 10px;
  }
}

.product-child-hero {
  width: 100%;
  height: 34.0625em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  background-repeat: no-repeat;
  background-position: left bottom;
}
.product-child-hero .reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.product-child-hero .reverse-content {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}
.product-child-hero .text-align-end {
  text-align: end;
}
.product-child-hero .w-60 {
  width: 60%;
}
.product-child-hero .w-40 {
  width: 40%;
}
.product-child-hero .w-70 {
  width: 70%;
}
.product-child-hero .w-30 {
  width: 30%;
}
.product-child-hero .container {
  max-width: 90em;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 0;
  gap: 7em;
}
.product-child-hero .product-child__content {
  height: 70%;
  color: #333333;
  font-family: "Avenir-Light";
  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: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.product-child-hero .product-child__content.bg-position-left {
  background-position: bottom left;
}
.product-child-hero .product-child__content.bg-position-right {
  background-position: bottom right;
}
.product-child-hero .product-child__content.bg-video {
  background-color: #97c8e3;
}
.product-child-hero .product-child__content.bg-white {
  background-color: #ffffff;
}
@media (max-width: 1100px) {
  .product-child-hero .product-child__content {
    font-size: 14px;
  }
}
@media (max-width: 650px) {
  .product-child-hero .product-child__content {
    width: 100%;
    height: auto;
    padding: 0 1em 3em 1em;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.product-child-hero .product-child__content .hero__category {
  font-family: "Avenir-Light";
  font-weight: 500;
}
.product-child-hero .product-child__content p {
  font-size: 1.25em;
  font-weight: 100;
}
.product-child-hero .product-child__content h4 {
  font-size: 3.125em;
  line-height: 1.2em;
}
@media (max-width: 650px) {
  .product-child-hero .product-child__content h4 {
    text-align: center;
  }
}
.product-child-hero .product-child__content a {
  font-weight: 600;
}
.product-child-hero .product-child__decoration {
  height: 86%;
  background-color: #64b446;
}
@media (max-width: 650px) {
  .product-child-hero .product-child__decoration {
    display: none;
  }
}
.product-child-hero .product-child__decoration .wistia_responsive_padding {
  padding: 0 !important;
  position: initial !important;
}
.product-child-hero img {
  position: absolute;
  bottom: 0;
  width: 57%;
}
@media (max-width: 650px) {
  .product-child-hero img {
    display: none;
  }
}
.product-child-hero img.left {
  left: 0;
}
.product-child-hero img.right {
  right: 0;
}

.product-child-benefits {
  background-color: #fafafa;
}
.product-child-benefits .container {
  max-width: 90em;
  margin: 0 auto;
}
.product-child-benefits .product-child-benefits__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product-child-benefits .product-child-benefits__content .product-child-benefits__list {
  width: 50%;
  padding-left: 2%;
  padding-right: 10%;
  font-family: "Avenir-Roman";
  color: #060a27;
  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: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}
.product-child-benefits .product-child-benefits__content .product-child-benefits__list li {
  margin-bottom: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  gap: 1em;
}
.product-child-benefits .product-child-benefits__content .product-child-benefits__list li h5 {
  font-size: 1.625em;
  font-weight: 100;
  margin-bottom: 0.3em;
  line-height: initial;
}
.product-child-benefits .product-child-benefits__content .product-child-benefits__list li p {
  font-size: 1em;
}
@media (max-width: 700px) {
  .product-child-benefits .product-child-benefits__content .product-child-benefits__list {
    width: 100%;
    padding: 0 1em;
  }
}
.product-child-benefits .product-child-benefits__content .product-child-benefits__image {
  width: 50%;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 700px) {
  .product-child-benefits .product-child-benefits__content .product-child-benefits__image {
    display: none;
  }
}

.product-child-modules + .product-child-modules {
  padding-top: 0 !important;
}
.product-child-modules h1, .product-child-modules h4 {
  margin-bottom: 120px;
}
.product-child-modules .product-child-modules__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1em;
}
@media (max-width: 1100px) {
  .product-child-modules .product-child-modules__content {
    padding: 0 1em;
  }
}
@media (max-width: 700px) {
  .product-child-modules .product-child-modules__content {
    text-align: center;
  }
}
.product-child-modules .product-child-modules__content .product-child-modules__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 700px) {
  .product-child-modules .product-child-modules__content .product-child-modules__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.product-child-modules .product-child-modules__content .product-child-modules__item .product-child-modules__image {
  width: 20%;
  height: 9em;
}
@media (max-width: 700px) {
  .product-child-modules .product-child-modules__content .product-child-modules__item .product-child-modules__image {
    width: 100%;
  }
}
.product-child-modules .product-child-modules__content .product-child-modules__item .product-child-modules__image img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.product-child-modules .product-child-modules__content .product-child-modules__item .product-child-modules__info {
  width: 76%;
  font-family: "Avenir-Light";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 0.6em;
}
@media (max-width: 700px) {
  .product-child-modules .product-child-modules__content .product-child-modules__item .product-child-modules__info {
    gap: 2em;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }
}
.product-child-modules .product-child-modules__content .product-child-modules__item .product-child-modules__info h5 {
  font-size: 1.875em;
  font-weight: 500;
  line-height: initial;
}
@media (max-width: 700px) {
  .product-child-modules .product-child-modules__content .product-child-modules__item .product-child-modules__info h5 {
    margin-top: 1em;
  }
}
.product-child-modules .product-child-modules__content .product-child-modules__item .product-child-modules__info h5::after {
  display: inline-block;
  content: "";
  background-image: url(./images/product/arrow.svg);
  height: 1em;
  width: 1em;
  background-repeat: no-repeat;
  background-position: bottom;
}
.product-child-modules .product-child-modules__content .product-child-modules__item .product-child-modules__info p, .product-child-modules .product-child-modules__content .product-child-modules__item .product-child-modules__info a {
  font-size: 1.125em;
}
.product-child-modules .product-child-modules__content .product-child-modules__item .product-child-modules__info a {
  border-bottom: 2px solid #64b446;
  color: #060a27;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.product-child-modules .product-child-modules__content .product-child-modules__item .product-child-modules__info a:hover {
  color: #0093c9;
  border-bottom: 2px solid #0093c9;
}

.text-area-variations {
  overflow: hidden;
  margin: 0 0;
}
.text-area-variations.text-area-variations--dark {
  background-color: #e9e9e9;
}
.text-area-variations.text-area-variations--light {
  background-color: #ffffff;
}
.text-area-variations .text-area-variations__title {
  margin-bottom: 1.5em;
  width: 66%;
}
@media (max-width: 500px) {
  .text-area-variations .text-area-variations__title {
    width: 100%;
  }
}
.text-area-variations .text-area-variations__section:not(:first-of-type) {
  margin-top: 60px;
}
@media (max-width: 500px) {
  .text-area-variations .text-area-variations__section:not(:first-of-type) {
    margin-top: 30px;
  }
}
.text-area-variations .text-area-variations__section {
  color: #060a27;
}
@media (max-width: 750px) {
  .text-area-variations .text-area-variations__section {
    padding: 0 1em;
  }
}
.text-area-variations .text-area-variations__section h5 {
  font-size: 1.875em;
  margin-bottom: 1.2em;
  line-height: normal;
  max-width: 66%;
}
@media (max-width: 900px) {
  .text-area-variations .text-area-variations__section h5 {
    max-width: initial;
  }
}
.text-area-variations .text-area-variations__section p {
  font-size: 1.125em;
}
.text-area-variations .text-area-variations__section #gartner-pi-widget {
  width: 100%;
}
.text-area-variations .text-area-variations__section .three-columns > div {
  width: 33%;
  padding-right: 0 !important;
}
@media (max-width: 900px) {
  .text-area-variations .text-area-variations__section .three-columns > div {
    width: 100%;
  }
}
.text-area-variations .text-area-variations__section .two-columns > div {
  width: 50%;
  padding-right: 0 !important;
}
@media (max-width: 900px) {
  .text-area-variations .text-area-variations__section .two-columns > div {
    width: 100%;
  }
}
.text-area-variations .text-area-variations__section .one-columns > div {
  width: 66%;
  padding-right: 0 !important;
}
@media (max-width: 900px) {
  .text-area-variations .text-area-variations__section .one-columns > div {
    width: 100%;
  }
}
.text-area-variations .text-area-variations__section .three-columns, .text-area-variations .text-area-variations__section .two-columns, .text-area-variations .text-area-variations__section .one-columns {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 2em;
}
@media (max-width: 900px) {
  .text-area-variations .text-area-variations__section .three-columns, .text-area-variations .text-area-variations__section .two-columns, .text-area-variations .text-area-variations__section .one-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.text-area-variations .text-area-variations__section .three-columns p, .text-area-variations .text-area-variations__section .two-columns p, .text-area-variations .text-area-variations__section .one-columns p {
  width: 100%;
}
.text-area-variations .text-area-variations__section #lever-jobs-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.5em;
}
.text-area-variations .text-area-variations__section #lever-jobs-container .lever-team {
  margin-bottom: 1.875em;
}

.slides-container {
  position: relative;
  padding: 0;
}
.slides-container .slides {
  margin-bottom: 0;
  padding: 120px 0;
}
.slides-container .slides h3 {
  font-size: 2.5em;
  color: #060a27;
  font-family: "Avenir-Light";
  padding-left: 10vw;
}
@media (max-width: 700px) {
  .slides-container .slides h3 {
    font-size: 1.875em;
  }
}
.slides-container .slides .image-container h3 {
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.slides-container .slides .image-container.slick-active .box {
  display: block;
  opacity: 1;
}
.slides-container .slides .image-container .box {
  width: 19.875em;
  height: auto;
  background-color: #173e6f;
  position: absolute;
  margin: 6em;
  padding: 1em;
  display: none;
  -webkit-transition: opacity 1s ease-out;
  transition: opacity 1s ease-out;
  opacity: 0;
}
@media (max-width: 500) {
  .slides-container .slides .image-container .box {
    font-size: 10px;
  }
}
@media (max-width: 700px) {
  .slides-container .slides .image-container .box {
    font-size: 13px;
  }
}
.slides-container .slides .image-container .box .box__title {
  font-family: "Avenir-Black";
  color: #ffffff;
  font-size: 1em;
}
.slides-container .slides .image-container .box .box__content {
  font-family: "Avenir-Roman";
  color: #ffffff;
  font-size: 1em;
}
.slides-container .slides .image-container .box-on-left-top {
  left: 0;
  top: 0;
}
.slides-container .slides .image-container .box-on-right-top {
  right: 0;
  top: 0;
}
.slides-container .slides .image-container .box-on-left-bottom {
  left: 0;
  bottom: 0;
}
.slides-container .slides .image-container .box-on-right-bottom {
  right: 0;
  bottom: 0;
}
.slides-container .slides .slick-slide {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  height: 37.5em;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.slides-container .slides .slick-slide img {
  height: 80%;
  -o-object-fit: contain;
  object-fit: contain;
}
.slides-container .slides .slick-dots {
  position: initial;
}
.slides-container .slides .slick-dots li {
  background: #a6acaf;
  border-radius: 50%;
  height: 9.1px;
  width: 9.1px;
}
.slides-container .slides .slick-dots li.slick-active {
  background: #64b446;
}
.slides-container #btn_slides_prev, .slides-container #btn_slides_next {
  background: #ffffff;
}
.slides-container #btn_slides_prev {
  position: absolute;
  top: 0;
  top: 50%;
  left: 1%;
}
.slides-container #btn_slides_next {
  position: absolute;
  top: 50%;
  right: 1%;
}
.slides-container .slick-active {
  position: relative;
}

.staff-highlight .staff-highlight__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5em;
}
@media (max-width: 750px) {
  .staff-highlight .staff-highlight__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.staff-highlight .staff-highlight__name {
  font-family: "Avenir-Light";
  font-size: 1.4em;
  font-weight: 500;
  color: #060a27;
}
.staff-highlight .staff-highlight__name::after {
  display: inline-block;
  content: "";
  background-image: url(./images/product/arrow.svg);
  height: 1em;
  width: 1em;
  background-repeat: no-repeat;
  background-position: bottom;
}
.staff-highlight .staff-highlight__position {
  color: #060a27;
  margin-bottom: 1em;
}
.staff-highlight .staff-highlight__info {
  width: 50%;
}
@media (max-width: 750px) {
  .staff-highlight .staff-highlight__info {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.staff-highlight .staff-highlight__picture {
  border: 1px dotted gray;
  border-radius: 50%;
  padding: 1em;
  width: 20em;
  height: 20em;
  -o-object-fit: cover;
  object-fit: cover;
}
.staff-highlight .staff-highlight__picture:hover {
  border: 1px solid #0093c9;
  -webkit-transition: border 0.5s linear;
  transition: border 0.5s linear;
}

.features-slider-with-side-image {
  background-color: #e9e9e9;
}
.features-slider-with-side-image button {
  background-color: #ffffff;
}
.features-slider-with-side-image .features-slider-with-side-image__container {
  max-width: 90em;
  padding: 0 9em;
  padding-right: 0;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 750px) {
  .features-slider-with-side-image .features-slider-with-side-image__container {
    padding: 0 1em;
  }
}
.features-slider-with-side-image .features-slider-with-side-image__container #arrows button {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.features-slider-with-side-image .features-slider-with-side-image__container #arrows button.slick-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.features-slider-with-side-image .features-slider-with-side-image__container #arrows button:hover {
  background: #0093c9;
  border: 2px solid white;
}
.features-slider-with-side-image .features-slider-with-side-image__container #arrows button:hover svg {
  color: white;
}
.features-slider-with-side-image .features-slider-with-side-image__container .features-slider-with-side-image__arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.features-slider-with-side-image .features-slider-with-side-image__container .features-slider-with-side-image__arrows.dots-with-mid {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 44%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.features-slider-with-side-image .features-slider-with-side-image__container .features-slider-with-side-image__arrows.dots-with-full {
  position: absolute;
  width: 100%;
  left: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 750px) {
  .features-slider-with-side-image .features-slider-with-side-image__container .features-slider-with-side-image__arrows {
    margin: 0 auto;
  }
}
.features-slider-with-side-image .features-slider-with-side-image__container #features-slider-with-side-image__dots .slick-dots {
  position: initial !important;
}
.features-slider-with-side-image .features-slider-with-side-image__container #features-slider-with-side-image__dots .slick-dots li {
  background: #a6acaf;
  border-radius: 50%;
  height: 9.1px;
  width: 9.1px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.features-slider-with-side-image .features-slider-with-side-image__container #features-slider-with-side-image__dots .slick-dots li.slick-active {
  background: #64b446;
}
.features-slider-with-side-image .features-slider-with-side-image__container #features-slider-with-side-image__dots .slick-dots li:hover {
  background: #0093c9;
}
.features-slider-with-side-image .features-slider-with-side-image__container .features-slider-with-side-image__slides .slick-dots {
  display: none;
}
.features-slider-with-side-image .features-slider-with-side-image__container .feature-slide {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5em;
}
@media (max-width: 750px) {
  .features-slider-with-side-image .features-slider-with-side-image__container .feature-slide {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
}
.features-slider-with-side-image .features-slider-with-side-image__container .feature-slide.image-on-right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.features-slider-with-side-image .features-slider-with-side-image__container .feature-slide.image-on-left {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.features-slider-with-side-image .features-slider-with-side-image__container .feature-slide .feature-slide__content .feature-slide__title {
  color: #060a27;
  font-size: 2.5em;
  font-family: "Avenir-Light";
  font-weight: 100;
  line-height: initial;
  margin-bottom: 0.5em;
}
.features-slider-with-side-image .features-slider-with-side-image__container .feature-slide .feature-slide__content .feature-slide__subtitle {
  font-family: "Avenir-Roman";
  font-size: 1.625em;
  color: #060a27;
}
.features-slider-with-side-image .features-slider-with-side-image__container .feature-slide .feature-slide__content .feature-slide__text {
  color: #060a27;
  font-size: 1.125em;
  font-family: "Avenir-Light";
}
.features-slider-with-side-image .features-slider-with-side-image__container .feature-slide-col {
  width: 50%;
}
@media (max-width: 750px) {
  .features-slider-with-side-image .features-slider-with-side-image__container .feature-slide-col {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }
}
.features-slider-with-side-image .features-slider-with-side-image__container .feature-slide-col img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.team-members {
  background-color: #f5f5f5;
}
.team-members .team-members__title, .team-members .team-members__content {
  color: #060a27;
  font-family: "Avenir-Light";
}
.team-members .team-members__title {
  color: #060a27;
  font-size: 2.5em;
  line-height: initial;
  margin-bottom: 1em;
}
.team-members .team-members__content {
  font-size: 1.125em;
  margin-bottom: 3em;
  max-width: 80%;
}
.team-members .team-members__rows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5em;
}
.team-members .team-members__rows .team-members__row {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 2em;
}
.team-members .team-members__rows .team-members__row .team-members__member {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.team-members .team-members__rows .team-members__row .team-members__member img {
  border-radius: 50%;
  border: 1px dotted #64b446;
  padding: 1em;
  width: 14.25em;
  height: 14.25em;
  -o-object-fit: cover;
  object-fit: cover;
}
.team-members .team-members__rows .team-members__row .team-members__member img:hover {
  border: 1px solid #0093c9;
  -webkit-transition: border 0.5s linear;
  transition: border 0.5s linear;
}
.team-members .team-members__rows .team-members__row .team-members__member h4, .team-members .team-members__rows .team-members__row .team-members__member p {
  color: #060a27;
}
.team-members .team-members__rows .team-members__row .team-members__member h4 {
  font-size: 1.625em;
  margin-top: 0.5em;
  margin-bottom: 0.3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.team-members .team-members__rows .team-members__row .team-members__member h4::after {
  content: "";
  display: inline-block;
  height: 1em;
  width: 1em;
  -webkit-mask-image: url(./images/product/arrow.svg);
  mask-image: url(./images/product/arrow.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  background-color: #64b446;
}
.team-members .team-members__rows .team-members__row .team-members__member h4:hover::after {
  background-color: #0093c9;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.team-members .team-members__rows .team-members__row .team-members__member p {
  font-size: 1.125em;
}

.rich-text {
  background-color: #e9e9e9;
}
.rich-text .rich-text__title {
  color: #060a27;
  font-size: 2.5em;
  line-height: initial;
  margin-bottom: 1em;
}
.rich-text .rich-text__columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5em;
}

.partners .partners__content {
  margin-bottom: 109px;
  max-width: 90%;
  font-family: "Avenir-Book";
  font-size: 1.125em;
  color: #060a27;
}
.partners .partners__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 3em;
}
.partners .partners__items .partners__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 10em;
  height: 5em;
}
.partners .partners__items .partners__item::after {
  content: "";
  display: inline-block;
  height: 1em;
  width: 1em;
  -webkit-mask-image: url(./images/product/arrow.svg);
  mask-image: url(./images/product/arrow.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  background-color: #64b446;
}
.partners .partners__items .partners__item:hover::after {
  background-color: #0093c9;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.events-calendar {
  background-image: url(./images/product-child/pattern-slides.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.events-calendar .events-container .events .event__title {
  font-size: 1.875em;
  font-family: "Avenir-Medium";
  margin: 2em 0;
  color: #060a27;
  line-height: initial;
}
.events-calendar .events-container .events .event-slider {
  margin-left: 7vw;
}
.events-calendar .events-container .events .event-slider .slick-slide {
  margin-right: 2em;
  opacity: 0.5;
}
.events-calendar .events-container .events .event-slider .slick-list {
  padding: 0 !important;
}
.events-calendar .events-container .events .event-slider .slick-active {
  opacity: 1 !important;
}
.events-calendar .events-container .events .event-slider .event {
  width: 269px !important;
  background: transparent;
}
.events-calendar .events-container .events .event-slider .event .event__date {
  background-color: #3e92c4;
  font-family: "Avenir-Black";
  margin-bottom: 1em;
  height: 234px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.events-calendar .events-container .events .event-slider .event .event__date .event__month {
  font-family: "Avenir-Black";
  color: #ffffff;
  font-size: 2.25em;
  line-height: 1;
}
.events-calendar .events-container .events .event-slider .event .event__date .event__day {
  font-size: 9.375em;
  font-family: "Avenir-Light";
  color: #ffffff;
  line-height: 1;
}
.events-calendar .events-container .events .event-slider .event .event__info {
  height: 15em;
  width: 100%;
  padding: 1em;
  background-color: #ffffff;
}
.events-calendar .events-container .events .event-slider .event .event__info h5, .events-calendar .events-container .events .event-slider .event .event__info p, .events-calendar .events-container .events .event-slider .event .event__info a {
  color: #060a27;
  line-height: initial;
}
.events-calendar .events-container .events .event-slider .event .event__info h5 {
  font-size: 1.875em;
  font-family: "Avenir-Medium";
  margin-bottom: 0.5em;
  line-height: 1.2em;
}
.events-calendar .events-container .events .event-slider .event .event__info p, .events-calendar .events-container .events .event-slider .event .event__info a {
  font-family: "Avenir-Roman";
  font-size: 1.125em;
}
.events-calendar .events-container .events .event-slider .event .event__info p {
  margin-bottom: 0.5em;
}
.events-calendar .events-container .events .event-slider .event .event__info a {
  border-bottom: 2px solid #64b446;
}

.hero {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-repeat: no-repeat;
  background-position: bottom left;
}
@media (max-width: 1024px) {
  .hero {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.hero .hero__decoration {
  position: absolute;
  height: 100%;
  width: 30%;
  background-repeat: no-repeat;
}
@media (max-width: 1024px) {
  .hero .hero__decoration {
    position: initial;
    width: 100%;
    height: auto;
  }
}
.hero .hero__text {
  position: relative;
  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: 120px;
  padding-bottom: 120px;
}
@media (max-width: 1024px) {
  .hero .hero__text {
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center;
    font-size: 13px;
  }
}
.hero .hero__text .hero__category, .hero .hero__text .hero__title, .hero .hero__text .hero__content {
  font-family: "Avenir-Light";
  color: #060a27;
  width: 40%;
}
@media (max-width: 1024px) {
  .hero .hero__text .hero__category, .hero .hero__text .hero__title, .hero .hero__text .hero__content {
    width: 100%;
  }
}
.hero .hero__text .hero__category a, .hero .hero__text .hero__title a, .hero .hero__text .hero__content a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.hero .hero__text .hero__category a:hover, .hero .hero__text .hero__title a:hover, .hero .hero__text .hero__content a:hover {
  color: #0093c9;
}
.hero .hero__text .hero__category {
  font-size: 1.25em;
  font-weight: bold;
}
.hero .hero__text .hero__title {
  font-size: 3.125em;
  margin: 0.4em 0;
  line-height: normal;
}
.hero .hero__text .hero__content a {
  border-bottom: 2px solid #64b446;
  font-family: "Avenir-Medium";
  color: #333333;
  font-size: 1em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.hero .hero__text .hero__content a:hover {
  color: #0093c9;
  border-bottom: 2px solid #0093c9;
}
.hero .hero__text .hero_button {
  width: 40%;
}
@media (max-width: 1024px) {
  .hero .hero__text .hero_button {
    width: 100%;
  }
}
.hero.show-pattern {
  background-image: url(./images/assets/inner_page_hero_background.png);
  background-repeat: repeat;
  background-size: 100%;
  background-position: top center;
}
.hero .hero__text--right {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: start;
}
@media (max-width: 1023px) {
  .hero .hero__text--right {
    padding-right: 2em;
  }
}
.hero .hero__text--left {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: start;
}
@media (max-width: 1023px) {
  .hero .hero__text--left {
    padding-left: 2em;
  }
}
.hero .hero__media {
  height: 110%;
  width: 50%;
  position: absolute;
  z-index: 3;
}
.hero .hero__media img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 1024px) {
  .hero .hero__media {
    padding: 0 1em;
    text-align: center;
    height: auto;
    position: initial;
    width: 100%;
  }
}
.hero .hero__media > div {
  height: 100%;
}
.hero .hero__media .wistia_responsive_padding {
  max-width: 43em;
  padding: 0 !important;
  width: 100%;
  position: absolute !important;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 1024px) {
  .hero .hero__media .wistia_responsive_padding {
    max-width: none;
    position: initial !important;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.hero .hero__media .wistia_responsive_padding .wistia_responsive_wrapper {
  position: initial !important;
}
.hero .hero__media--right {
  right: 20px;
}
.hero .hero__media--left {
  left: 20px;
}

.home-hero.new {
  background-image: url(./images/assets/home_page_new_hero_bg.png);
  background-repeat: repeat;
  background-size: cover;
  background-position: top center;
}

@media (max-width: 782px) {
  .home-hero.new .tw-fix-hero {
    padding: 45px 0 0 0 !important;
  }
}
.new-hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 2.5rem;
}

.new-hero .new-hero__title, .new-hero .new-hero__description {
  font-family: "Avenir-Book";
  line-height: normal;
  text-align: center;
}

.new-hero .new-hero__title {
  font-size: 5.625rem;
  line-height: 1;
}

@media (max-width: 782px) {
  .new-hero .new-hero__title {
    font-size: 3rem;
  }
}
.new-hero .new-hero__description {
  font-size: 1.5rem;
  line-height: 1.5;
  color: #6b6b6b;
  max-width: 55rem;
  width: 100%;
}

.new-hero .new-hero__image {
  width: 100%;
  height: auto;
}

.filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 2em;
}
.filters .filters__option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.filters .filters__option select, .filters .filters__option input {
  border: none !important;
  border-bottom: 1px solid #6d6c6d !important;
  border-radius: 0 !important;
  width: 100%;
  -webkit-appearance: none;
}
.filters .filters__option select:focus {
  border: none;
  background-color: transparent;
  resize: none;
  outline: none;
}
.filters .filters__option label {
  font-size: 0.8em;
}
.filters .filters__option.search {
  width: 30%;
}
.filters .filters__option.search input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.filters .filters__option.search input::after {
  content: "";
  display: inline-block;
  height: 1em;
  width: 1em;
  background-image: url(./images/assets/icon-search.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.filters .filters__option.topic {
  width: 20%;
}
.filters .filters__option.category {
  width: 20%;
}
.filters .filters__option.sort {
  width: 20%;
}
.filters .filters__option.go-button {
  width: 10%;
}

.single-page .hero-single-page {
  background-color: #e7e7e7;
  background-image: url(./images/assets/single-page-pattern.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right bottom;
  padding: 3em 0;
}
.single-page .hero-single-page .hero-single-page__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  height: 100%;
  width: 100%;
  gap: 1em;
}
@media (max-width: 1024px) {
  .single-page .hero-single-page .hero-single-page__content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.single-page .hero-single-page .hero-single-page__content .post-categories, .single-page .hero-single-page .hero-single-page__content .hero-single-page__title, .single-page .hero-single-page .hero-single-page__content .hero-single-page__info {
  max-width: 50%;
}
@media (max-width: 1024px) {
  .single-page .hero-single-page .hero-single-page__content .post-categories, .single-page .hero-single-page .hero-single-page__content .hero-single-page__title, .single-page .hero-single-page .hero-single-page__content .hero-single-page__info {
    max-width: 100%;
  }
}
.single-page .hero-single-page .hero-single-page__content .post-categories li a {
  font-family: "Avenir-Light";
  color: #333333;
  font-size: 1.25em;
  line-height: normal;
  font-weight: 600;
}
.single-page .hero-single-page .hero-single-page__content .hero-single-page__title {
  font-family: "Avenir-Light";
  color: #333333;
  font-size: 3.125em;
  line-height: 1.2em;
}
@media (max-width: 1024px) {
  .single-page .hero-single-page .hero-single-page__content .hero-single-page__title {
    text-align: center;
  }
}
.single-page .hero-single-page .hero-single-page__content .hero-single-page__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #333333;
}
@media (max-width: 1024px) {
  .single-page .hero-single-page .hero-single-page__content .hero-single-page__info {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.single-page .hero-single-page .hero-single-page__content .hero-single-page__info p:not(:last-of-type)::after {
  content: "•";
  color: #333333;
  margin: 0 0.5em;
}
.single-page .hero-single-page .hero-single-page__content .hero-single-page__tags {
  font-family: "Avenir-Light";
  font-size: 1.25em;
  color: #333333;
}
.single-page .hero-single-page .hero-single-page__content .hero-single-page__tags a {
  border-bottom: 2px solid #64b446;
  font-family: "Avenir-Medium";
  color: #333333;
  font-size: 1em;
}
.single-page .content-single-page {
  padding-right: 18% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2em;
}
.single-page .content-single-page table p {
  margin-bottom: 30px !important;
}
.single-page .content-single-page a {
  border-bottom: 2px solid #64b446;
  font-family: "Avenir-Medium";
  color: #333333;
  font-size: 1em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.single-page .content-single-page a:hover {
  color: #0093c9;
  border-bottom: 2px solid #0093c9;
}
.single-page .content-single-page h1, .single-page .content-single-page h2, .single-page .content-single-page h3, .single-page .content-single-page h4, .single-page .content-single-page h5, .single-page .content-single-page h6 {
  font-family: "Avenir-Roman";
  color: #060a27;
  margin-bottom: 12px;
  line-height: normal;
}
.single-page .content-single-page h1 {
  font-size: 3em;
}
.single-page .content-single-page h2 {
  font-size: 2.5em;
}
.single-page .content-single-page h3 {
  font-size: 2em;
}
.single-page .content-single-page h4 {
  font-size: 1.5em;
}
.single-page .content-single-page h5 {
  font-size: 1em;
}
.single-page .content-single-page h6 {
  font-size: 0.5em;
}
.single-page .content-single-page p {
  font-family: "Avenir-Book";
  color: #181a1d;
  font-size: 1.125em;
  line-height: 34px;
}
.single-page .content-single-page ol {
  list-style: decimal;
  margin: 0 0 1.5em 3em;
}
.single-page .content-single-page ol li {
  margin-bottom: 12px;
}

.image-with-button .image-with-button__container {
  z-index: 3;
}
.image-with-button .image-with-button__container .image-with-button__decoration {
  position: absolute;
  height: 100%;
  width: 50%;
  background: #173e6f;
  z-index: -1;
  left: -6%;
  top: 10%;
}
@media (max-width: 750px) {
  .image-with-button .image-with-button__container .image-with-button__decoration {
    display: none;
  }
}
.image-with-button .image-with-button__container img {
  max-width: 40em;
}
@media (max-width: 750px) {
  .image-with-button .image-with-button__container img {
    width: 100%;
    max-width: none;
  }
}

.cta-component {
  background-color: #CCCCCC;
  position: relative;
}
.cta-component a {
  border-bottom: none !important;
}
.cta-component .cta-component__left {
  padding: 25px 20px;
  width: 60%;
}
@media (max-width: 550px) {
  .cta-component .cta-component__left {
    width: 100%;
  }
}
.cta-component .cta-component__left .cta-component__small-title {
  font-family: "Avenir-Medium";
  font-weight: 500;
  font-size: 20px;
  line-height: 27px;
  text-transform: uppercase;
  color: #0E416B;
}
.cta-component .cta-component__left .cta-component__title {
  font-family: "Avenir-Medium";
  font-size: 30px;
  line-height: 41px;
  color: #333333;
}
.cta-component .cta-component__left .cta-component__description {
  font-family: "Avenir-Book";
  font-size: 18px;
  line-height: 24.59px;
  color: #333333;
}
.cta-component .cta-component__cta {
  background-color: #66B245;
  padding: 19px 36px;
}
.cta-component .cta-component__cta .cta__wrapper {
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 18px;
}
@media (max-width: 900px) {
  .cta-component .cta-component__cta .cta__wrapper {
    width: 100%;
  }
}
.cta-component .cta-component__cta .cta__wrapper a {
  font-family: "Avenir-Medium";
  font-size: 24px;
  line-height: 26px;
  color: #FFFFFF;
  border-bottom: none;
}
.cta-component .cta-component__cta .cta__wrapper a:hover {
  color: #FFFFFF;
  border-bottom: none;
}
.cta-component .cta-component__image {
  width: 40%;
  height: 348px;
  position: absolute;
  right: 2%;
  top: -30px;
  border: 1px solid #66B245;
  -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  border-radius: 13px;
  overflow: hidden;
}
@media (max-width: 1550px) {
  .cta-component .cta-component__image {
    width: 147px;
    height: 211px;
  }
}
@media (max-width: 550px) {
  .cta-component .cta-component__image {
    display: none;
  }
}
.cta-component .cta-component__image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.cta-component-two .cta-component__image {
  top: 100px;
  border: none;
  width: 40%;
  border-radius: 0;
  height: 203px;
}
.cta-component-two .cta-component__image img {
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 900px) {
  .cta-component-two .cta-component__image {
    top: 0;
  }
}

.cta-component-three {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 60px 0;
}
@media (max-width: 900px) {
  .cta-component-three {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.cta-component-three .cta-component__left {
  background-color: #CCCCCC;
}
@media (max-width: 900px) {
  .cta-component-three .cta-component__left {
    width: 100%;
  }
}
.cta-component-three .cta-component__cta {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 8%;
  z-index: 0;
}
.cta-component-three .cta-component__cta .cta__wrapper {
  padding-left: 40%;
  width: 100%;
}
.cta-component-three .cta-component__cta .cta__wrapper svg {
  width: 92px;
}
.cta-component-three .cta-component__cta .cta__wrapper a {
  font-size: 30px;
  line-height: 40.98px;
}
@media (max-width: 900px) {
  .cta-component-three .cta-component__cta .cta__wrapper a {
    text-align: center;
  }
}
@media (max-width: 900px) {
  .cta-component-three .cta-component__cta .cta__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
  }
}
.cta-component-three .cta-component__cta .cta__wrapper .cta-component__secondary-image {
  left: -4%;
  -webkit-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  transform: rotate(-10deg);
  z-index: -1;
}
@media (max-width: 900px) {
  .cta-component-three .cta-component__cta .cta__wrapper .cta-component__secondary-image {
    display: none;
  }
}
.cta-component-three .cta-component__cta .cta__wrapper .cta-component__image {
  width: 268px;
  height: 348px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
@media (max-width: 1550px) {
  .cta-component-three .cta-component__cta .cta__wrapper .cta-component__image {
    width: 147px;
    height: 211px;
  }
}
@media (max-width: 900px) {
  .cta-component-three .cta-component__cta .cta__wrapper .cta-component__image {
    display: none;
  }
}

.cta-component-four {
  position: absolute;
  right: 0;
  width: 31%;
  -webkit-transition: 0.6s all ease;
  transition: 0.6s all ease;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}
@media (max-width: 900px) {
  .cta-component-four {
    position: initial;
    width: 100%;
  }
}
.cta-component-four.show {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.cta-component-four .cta-component__left {
  width: 100%;
  padding-bottom: 40px;
}
.cta-component-four .cta-component__cta {
  position: relative;
  border-radius: 21px;
  padding: 30px 33px;
  right: 15%;
  width: 115%;
  margin-bottom: 39px;
  border-top-right-radius: 0;
  z-index: 0;
  border-bottom-right-radius: 0;
}
@media (max-width: 900px) {
  .cta-component-four .cta-component__cta {
    padding: 30px;
    width: 100%;
    border-radius: 0;
    right: auto;
  }
}
.cta-component-four .cta-component__cta .cta__wrapper {
  width: 67%;
}
@media (max-width: 600px) {
  .cta-component-four .cta-component__cta .cta__wrapper {
    width: 100%;
  }
}
.cta-component-four .cta-component__cta .cta__wrapper svg {
  width: 92px;
  height: 83.64px;
}
.cta-component-four .cta-component__cta .cta__wrapper a {
  font-size: 30px;
  line-height: 41px;
}
.cta-component-four .cta-component__cta .cta-component__image {
  height: 272px;
  width: 209px;
}
@media (max-width: 1550px) {
  .cta-component-four .cta-component__cta .cta-component__image {
    width: 147px;
    height: 211px;
  }
}
@media (max-width: 900px) {
  .cta-component-four .cta-component__cta .cta-component__image {
    right: 0;
  }
}
@media (max-width: 600px) {
  .cta-component-four .cta-component__cta .cta-component__image {
    display: none;
  }
}
.cta-component-four .cta-component__cta .cta-component__image.cta-component__secondary-image {
  left: auto;
  right: 4%;
  z-index: -1;
  -webkit-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  transform: rotate(-10deg);
}

.container-9 {
  max-width: 1320px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.new-container, .homepage__hero:not(.none).stacked .hero__media {
  max-width: 1560px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}

.site-header .header-top {
  background-color: #F2F2F2;
  padding: 0.5rem 0;
}
.site-header .header-top .header-top-wrapper {
  position: relative;
}
.site-header .header-top .header-top-wrapper .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.625rem;
  margin-right: 2rem;
}
.site-header .header-top .header-top-wrapper .menu > li {
  position: relative;
}
.site-header .header-top .header-top-wrapper .menu > li:hover ul {
  display: block;
}
.site-header .header-top .header-top-wrapper .menu > li:hover::before {
  opacity: 1;
}
.site-header .header-top .header-top-wrapper .menu > li::before {
  content: "";
  display: block;
  background: transparent;
  width: 100%;
  height: 2rem;
  position: absolute;
  top: 90%;
  opacity: 0;
}
.site-header .header-top .header-top-wrapper .menu > li > ul {
  display: none;
  -webkit-box-shadow: 0.3125rem 0 1.25rem rgba(0, 0, 0, 0.1294117647);
  box-shadow: 0.3125rem 0 1.25rem rgba(0, 0, 0, 0.1294117647);
  background: #FFF;
  border-radius: 0.3125rem;
  position: absolute;
  top: 100%;
  z-index: 99999;
  padding: 0.625rem;
  text-align: left;
}
.site-header .header-top .header-top-wrapper .menu > li > ul::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 0.625rem solid transparent;
  border-right: 0.625rem solid transparent;
  border-bottom: 0.625rem solid #fff;
  top: -0.625rem;
  left: 10%;
  position: absolute;
}
.site-header .header-top .header-top-wrapper .menu > li > ul li {
  padding: 0 0.625rem;
}
.site-header .header-top .header-top-wrapper .menu > li > ul li a {
  font-size: 1rem;
  white-space: nowrap;
  font-family: "Avenir-Light";
  display: block;
  padding: 0.3125rem 0;
}
.site-header .header-top .header-top-wrapper .menu > li > ul li a:hover {
  color: #666666;
}
.site-header .header-top .header-top-wrapper .menu > li > a {
  font-family: "Avenir-Heavy";
  color: #0093C9;
  position: relative;
}
.site-header .header-top .header-top-wrapper .search {
  position: absolute;
  right: 0.5rem;
  top: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.site-header .header-top .header-top-wrapper .search a {
  color: #6CC049;
  font-size: 1.5rem;
}
.site-header .header-top .header-top-wrapper .search.search-show form {
  display: block;
  opacity: 1;
  visibility: visible;
}
.site-header .header-top .header-top-wrapper .search form {
  display: none;
  opacity: 0;
  left: auto;
  z-index: 99999;
  right: 34px;
  width: 190px;
  top: -6px;
  visibility: hidden;
  background: #fff;
  position: absolute;
  -webkit-box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.12);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 1024px) {
  .site-header .header-top .header-top-wrapper .search form {
    width: 420px;
  }
}
.site-header .header-top .header-top-wrapper .search form:before {
  top: 15px;
  right: -5px;
  content: "";
  z-index: -1;
  width: 10px;
  height: 10px;
  overflow: hidden;
  position: absolute;
  background: #6CC049;
  border-left: 1px solid #6CC049;
  border-top: 1px solid #6CC049;
  -webkit-box-shadow: 0 0px 6px rgba(0, 0, 0, 0.12);
  box-shadow: 0 0px 6px rgba(0, 0, 0, 0.12);
  -webkit-transform: rotate(134deg);
  -ms-transform: rotate(134deg);
  transform: rotate(134deg);
}
.site-header .header-top .header-top-wrapper .search form input[type=submit] {
  top: 0;
  right: 0;
  border: 0;
  outline: 0;
  z-index: 1;
  height: 100%;
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  position: absolute;
  padding: 10px 15px;
  line-height: normal;
  background: #6CC049;
  font-family: "processunity";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.site-header .header-top .header-top-wrapper .search form input[type=search] {
  z-index: 1;
  width: 100% !important;
  height: 100%;
  position: relative;
  border: 1px solid #6CC049 !important;
  border-radius: 0 !important;
  color: #000 !important;
  font-size: 16px !important;
  line-height: 24px !important;
  padding: 10px 15px !important;
  padding-right: 85px !important;
  background: #FFF !important;
}
.site-header .header {
  background: #fff;
  -webkit-filter: drop-shadow(0 0.625rem 0.3125rem rgba(0, 0, 0, 0.16));
  filter: drop-shadow(0 0.625rem 0.3125rem rgba(0, 0, 0, 0.16));
  padding: 1.25rem 0;
  position: relative;
  z-index: 9999;
}
.site-header .header .header-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.25rem;
}
.site-header .header .header-wrapper .header-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 1.625rem;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.site-header .header .header-wrapper .header-left .main-menu {
  position: absolute;
  left: -100%;
  width: 100%;
  top: 100%;
  background: #fff;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.site-header .header .header-wrapper .header-left .main-menu.open {
  left: 0;
}
@media (min-width: 1024px) {
  .site-header .header .header-wrapper .header-left .main-menu {
    position: initial;
    width: 100%;
    background: transparent;
  }
}
.site-header .header .header-wrapper .header-left .main-menu .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 2.1875rem;
  padding: 20px;
}
@media (min-width: 1024px) {
  .site-header .header .header-wrapper .header-left .main-menu .menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0;
  }
}
.site-header .header .header-wrapper .header-left .main-menu .menu > .menu-item {
  width: 100%;
}
.site-header .header .header-wrapper .header-left .main-menu .menu > .menu-item > a, .site-header .header .header-wrapper .header-left .main-menu .menu > .menu-item > .parent-link-wrap > a {
  font-family: "Avenir-Heavy";
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #003B71;
  text-transform: uppercase;
  position: relative;
}
.site-header .header .header-wrapper .header-left .main-menu .menu > .menu-item > a:hover, .site-header .header .header-wrapper .header-left .main-menu .menu > .menu-item > .parent-link-wrap > a:hover {
  color: #6CC049;
}
.site-header .header .header-wrapper .header-left .main-menu .menu > .menu-item .parent-link-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.625rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 1024px) {
  .site-header .header .header-wrapper .header-left .main-menu .menu > .menu-item .parent-link-wrap {
    margin-bottom: 0;
  }
  .site-header .header .header-wrapper .header-left .main-menu .menu > .menu-item .parent-link-wrap > a::after {
    content: "";
    position: absolute;
    background: transparent;
    width: 100%;
    height: 150%;
    top: 100%;
    left: 0;
  }
}
.site-header .header .header-wrapper .header-left .main-menu .menu > .menu-item .parent-link-wrap .toggle {
  width: 1rem;
  height: 0.8rem;
  background-image: url("data:image/svg+xml,%0A%3Csvg width='14' height='10' viewBox='0 0 14 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.99999 9.0812L6.99954 9.08166L-1.00467e-06 2.08212L1.16659 0.915527L7 6.74894L12.8334 0.915536L14 2.08213L7.00046 9.08167L6.99999 9.0812Z' fill='%236CC049'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  border: none;
}
@media (min-width: 1024px) {
  .site-header .header .header-wrapper .header-left .main-menu .menu > .menu-item .parent-link-wrap .toggle {
    display: none;
  }
}
@media (min-width: 1024px) {
  .site-header .header .header-wrapper .header-left .main-menu .menu > .menu-item {
    width: auto;
  }
  .site-header .header .header-wrapper .header-left .main-menu .menu > .menu-item:hover > .sub-menu-wrap {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    visibility: visible;
  }
}
.site-header .header .header-wrapper .header-left .main-menu .menu > .menu-item.opened > .sub-menu-wrap {
  display: block;
}
.site-header .header .header-wrapper .header-left .main-menu .menu > .menu-item > .sub-menu-wrap {
  display: none;
  width: 100%;
  background: #fff;
}
.site-header .header .header-wrapper .header-left .main-menu .menu > .menu-item > .sub-menu-wrap.opened {
  min-height: auto !important;
  display: block;
}
@media (min-width: 1024px) {
  .site-header .header .header-wrapper .header-left .main-menu .menu > .menu-item > .sub-menu-wrap.opened {
    min-height: auto;
  }
}
.site-header .header .header-wrapper .header-left .main-menu .menu > .menu-item > .sub-menu-wrap.opened > .sub-menu {
  min-height: auto !important;
}
@media (min-width: 1024px) {
  .site-header .header .header-wrapper .header-left .main-menu .menu > .menu-item > .sub-menu-wrap.opened > .sub-menu {
    min-height: auto;
  }
}
@media (min-width: 1024px) {
  .site-header .header .header-wrapper .header-left .main-menu .menu > .menu-item > .sub-menu-wrap {
    display: block;
    padding: 1.875rem 0;
    position: absolute;
    z-index: 99999;
    left: 0;
    top: 100%;
    -webkit-transform: translate(0, 10px);
    -ms-transform: translate(0, 10px);
    transform: translate(0, 10px);
    -webkit-transition: opacity 200ms ease-in, visibility 200ms ease-in, -webkit-transform 200ms ease-in;
    transition: opacity 200ms ease-in, visibility 200ms ease-in, -webkit-transform 200ms ease-in;
    transition: opacity 200ms ease-in, transform 200ms ease-in, visibility 200ms ease-in;
    transition: opacity 200ms ease-in, transform 200ms ease-in, visibility 200ms ease-in, -webkit-transform 200ms ease-in;
    visibility: hidden;
    opacity: 0;
    padding: 20px;
  }
}
.site-header .header .header-wrapper .header-left .main-menu .menu > .menu-item > .sub-menu-wrap > .sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 0.625rem;
  background: #fff;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
@media (min-width: 1024px) {
  .site-header .header .header-wrapper .header-left .main-menu .menu > .menu-item > .sub-menu-wrap > .sub-menu {
    max-width: 1520px;
  }
}
.site-header .header .header-wrapper .header-left .main-menu .menu > .menu-item > .sub-menu-wrap > .sub-menu > .menu-item {
  width: 100%;
  border-left: 0.19rem solid #6CC049;
}
@media (min-width: 1024px) {
  .site-header .header .header-wrapper .header-left .main-menu .menu > .menu-item > .sub-menu-wrap > .sub-menu > .menu-item {
    width: 23%;
    border-width: 0;
  }
}
.site-header .header .header-wrapper .header-left .main-menu .menu > .menu-item > .sub-menu-wrap > .sub-menu > .menu-item.active > .sub-menu-wrap {
  display: block;
}
@media (min-width: 1024px) {
  .site-header .header .header-wrapper .header-left .main-menu .menu > .menu-item > .sub-menu-wrap > .sub-menu > .menu-item.active > .sub-menu-wrap {
    opacity: 1;
    visibility: visible;
  }
}
@media (min-width: 1024px) {
  .site-header .header .header-wrapper .header-left .main-menu .menu > .menu-item > .sub-menu-wrap > .sub-menu > .menu-item.active > .sub-menu-wrap {
    opacity: 1;
    visibility: visible;
  }
  .site-header .header .header-wrapper .header-left .main-menu .menu > .menu-item > .sub-menu-wrap > .sub-menu > .menu-item.active > a {
    background: rgba(0, 59, 113, 0.15);
  }
}
.site-header .header .header-wrapper .header-left .main-menu .menu > .menu-item > .sub-menu-wrap > .sub-menu > .menu-item > a {
  display: inline-block;
  font-family: "Avenir-Medium";
  padding: 1.25rem;
  background: rgba(208, 208, 208, 0.15);
  color: #003B71;
  width: 100%;
}
.site-header .header .header-wrapper .header-left .main-menu .menu > .menu-item > .sub-menu-wrap > .sub-menu > .menu-item > a:hover {
  background: rgba(0, 59, 113, 0.15);
}
.site-header .header .header-wrapper .header-left .main-menu .menu > .menu-item > .sub-menu-wrap > .sub-menu > .menu-item > .sub-menu-wrap {
  display: none;
  width: 100%;
  margin-top: 10px;
}
@media (min-width: 1024px) {
  .site-header .header .header-wrapper .header-left .main-menu .menu > .menu-item > .sub-menu-wrap > .sub-menu > .menu-item > .sub-menu-wrap {
    display: block;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    right: 0;
    width: 74%;
    top: 0;
    margin-top: 0;
  }
}
.site-header .header .header-wrapper .header-left .main-menu .menu > .menu-item > .sub-menu-wrap > .sub-menu > .menu-item > .sub-menu-wrap > .sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0;
  -webkit-column-gap: 2.5rem;
  -moz-column-gap: 2.5rem;
  column-gap: 2.5rem;
  row-gap: 2.188rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .site-header .header .header-wrapper .header-left .main-menu .menu > .menu-item > .sub-menu-wrap > .sub-menu > .menu-item > .sub-menu-wrap > .sub-menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.site-header .header .header-wrapper .header-left .main-menu .menu > .menu-item > .sub-menu-wrap > .sub-menu > .menu-item > .sub-menu-wrap > .sub-menu > .menu-item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.375rem;
}
.site-header .header .header-wrapper .header-left .main-menu .menu > .menu-item > .sub-menu-wrap > .sub-menu > .menu-item > .sub-menu-wrap > .sub-menu > .menu-item:not(.overview-page):nth-child(1) > a {
  color: #003B71;
}
.site-header .header .header-wrapper .header-left .main-menu .menu > .menu-item > .sub-menu-wrap > .sub-menu > .menu-item > .sub-menu-wrap > .sub-menu > .menu-item:not(.overview-page):nth-child(1) > a::after {
  background: #003B71;
}
.site-header .header .header-wrapper .header-left .main-menu .menu > .menu-item > .sub-menu-wrap > .sub-menu > .menu-item > .sub-menu-wrap > .sub-menu > .menu-item:not(.overview-page):nth-child(1) > a:not([href="/"]):hover {
  background: rgba(0, 59, 113, 0.15);
}
.site-header .header .header-wrapper .header-left .main-menu .menu > .menu-item > .sub-menu-wrap > .sub-menu > .menu-item > .sub-menu-wrap > .sub-menu > .menu-item:not(.overview-page):nth-child(1) > a[href="/"]:hover {
  cursor: default;
}
.site-header .header .header-wrapper .header-left .main-menu .menu > .menu-item > .sub-menu-wrap > .sub-menu > .menu-item > .sub-menu-wrap > .sub-menu > .menu-item:not(.overview-page):nth-child(1) .sub-menu a:hover {
  background: rgba(0, 59, 113, 0.15);
}
.site-header .header .header-wrapper .header-left .main-menu .menu > .menu-item > .sub-menu-wrap > .sub-menu > .menu-item > .sub-menu-wrap > .sub-menu > .menu-item:not(.overview-page):nth-child(2) > a {
  color: #6CC049;
}
.site-header .header .header-wrapper .header-left .main-menu .menu > .menu-item > .sub-menu-wrap > .sub-menu > .menu-item > .sub-menu-wrap > .sub-menu > .menu-item:not(.overview-page):nth-child(2) > a::after {
  background: #6CC049;
}
.site-header .header .header-wrapper .header-left .main-menu .menu > .menu-item > .sub-menu-wrap > .sub-menu > .menu-item > .sub-menu-wrap > .sub-menu > .menu-item:not(.overview-page):nth-child(2) > a:not([href="/"]):hover {
  background: rgba(108, 192, 73, 0.1);
}
.site-header .header .header-wrapper .header-left .main-menu .menu > .menu-item > .sub-menu-wrap > .sub-menu > .menu-item > .sub-menu-wrap > .sub-menu > .menu-item:not(.overview-page):nth-child(2) > a[href="/"]:hover {
  cursor: default;
}
.site-header .header .header-wrapper .header-left .main-menu .menu > .menu-item > .sub-menu-wrap > .sub-menu > .menu-item > .sub-menu-wrap > .sub-menu > .menu-item:not(.overview-page):nth-child(2) .sub-menu a:hover {
  background: rgba(108, 192, 73, 0.1);
}
.site-header .header .header-wrapper .header-left .main-menu .menu > .menu-item > .sub-menu-wrap > .sub-menu > .menu-item > .sub-menu-wrap > .sub-menu > .menu-item:not(.overview-page):nth-child(3) > a {
  color: #0093C9;
}
.site-header .header .header-wrapper .header-left .main-menu .menu > .menu-item > .sub-menu-wrap > .sub-menu > .menu-item > .sub-menu-wrap > .sub-menu > .menu-item:not(.overview-page):nth-child(3) > a::after {
  background: #0093C9;
}
.site-header .header .header-wrapper .header-left .main-menu .menu > .menu-item > .sub-menu-wrap > .sub-menu > .menu-item > .sub-menu-wrap > .sub-menu > .menu-item:not(.overview-page):nth-child(3) > a:not([href="/"]):hover {
  background: rgba(0, 147, 201, 0.1);
}
.site-header .header .header-wrapper .header-left .main-menu .menu > .menu-item > .sub-menu-wrap > .sub-menu > .menu-item > .sub-menu-wrap > .sub-menu > .menu-item:not(.overview-page):nth-child(3) > a[href="/"]:hover {
  cursor: default;
}
.site-header .header .header-wrapper .header-left .main-menu .menu > .menu-item > .sub-menu-wrap > .sub-menu > .menu-item > .sub-menu-wrap > .sub-menu > .menu-item:not(.overview-page):nth-child(3) .sub-menu a:hover {
  background: rgba(0, 147, 201, 0.1);
}
.site-header .header .header-wrapper .header-left .main-menu .menu > .menu-item > .sub-menu-wrap > .sub-menu > .menu-item > .sub-menu-wrap > .sub-menu > .menu-item:not(.overview-page):nth-child(4) > a {
  color: #F38A00;
}
.site-header .header .header-wrapper .header-left .main-menu .menu > .menu-item > .sub-menu-wrap > .sub-menu > .menu-item > .sub-menu-wrap > .sub-menu > .menu-item:not(.overview-page):nth-child(4) > a::after {
  background: #F38A00;
}
.site-header .header .header-wrapper .header-left .main-menu .menu > .menu-item > .sub-menu-wrap > .sub-menu > .menu-item > .sub-menu-wrap > .sub-menu > .menu-item:not(.overview-page):nth-child(4) > a:not([href="/"]):hover {
  background: rgba(243, 138, 0, 0.1);
}
.site-header .header .header-wrapper .header-left .main-menu .menu > .menu-item > .sub-menu-wrap > .sub-menu > .menu-item > .sub-menu-wrap > .sub-menu > .menu-item:not(.overview-page):nth-child(4) > a[href="/"]:hover {
  cursor: default;
}
.site-header .header .header-wrapper .header-left .main-menu .menu > .menu-item > .sub-menu-wrap > .sub-menu > .menu-item > .sub-menu-wrap > .sub-menu > .menu-item:not(.overview-page):nth-child(4) .sub-menu a:hover {
  background: rgba(243, 138, 0, 0.1);
}
.site-header .header .header-wrapper .header-left .main-menu .menu > .menu-item > .sub-menu-wrap > .sub-menu > .menu-item > .sub-menu-wrap > .sub-menu > .menu-item:not(.overview-page):nth-child(5) > a {
  color: #003B71;
}
.site-header .header .header-wrapper .header-left .main-menu .menu > .menu-item > .sub-menu-wrap > .sub-menu > .menu-item > .sub-menu-wrap > .sub-menu > .menu-item:not(.overview-page):nth-child(5) > a::after {
  background: #003B71;
}
.site-header .header .header-wrapper .header-left .main-menu .menu > .menu-item > .sub-menu-wrap > .sub-menu > .menu-item > .sub-menu-wrap > .sub-menu > .menu-item:not(.overview-page):nth-child(5) > a:not([href="/"]):hover {
  background: rgba(0, 59, 113, 0.1);
}
.site-header .header .header-wrapper .header-left .main-menu .menu > .menu-item > .sub-menu-wrap > .sub-menu > .menu-item > .sub-menu-wrap > .sub-menu > .menu-item:not(.overview-page):nth-child(5) > a[href="/"]:hover {
  cursor: default;
}
.site-header .header .header-wrapper .header-left .main-menu .menu > .menu-item > .sub-menu-wrap > .sub-menu > .menu-item > .sub-menu-wrap > .sub-menu > .menu-item:not(.overview-page):nth-child(5) .sub-menu a:hover {
  background: rgba(0, 59, 113, 0.1);
}
.site-header .header .header-wrapper .header-left .main-menu .menu > .menu-item > .sub-menu-wrap > .sub-menu > .menu-item > .sub-menu-wrap > .sub-menu > .menu-item > a {
  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: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  font-family: "Avenir-Heavy";
  font-size: 1.25rem;
  padding: 0.375rem 0.688rem 0.125rem 0.688rem;
}
.site-header .header .header-wrapper .header-left .main-menu .menu > .menu-item > .sub-menu-wrap > .sub-menu > .menu-item > .sub-menu-wrap > .sub-menu > .menu-item > a::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
}
.site-header .header .header-wrapper .header-left .main-menu .menu > .menu-item > .sub-menu-wrap > .sub-menu > .menu-item > .sub-menu-wrap > .sub-menu > .menu-item.overview-page {
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}
.site-header .header .header-wrapper .header-left .main-menu .menu > .menu-item > .sub-menu-wrap > .sub-menu > .menu-item > .sub-menu-wrap > .sub-menu > .menu-item.overview-page a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 0.625rem;
  color: #003B71;
}
.site-header .header .header-wrapper .header-left .main-menu .menu > .menu-item > .sub-menu-wrap > .sub-menu > .menu-item > .sub-menu-wrap > .sub-menu > .menu-item.overview-page a:hover {
  background: rgba(0, 59, 113, 0.15);
}
.site-header .header .header-wrapper .header-left .main-menu .menu > .menu-item > .sub-menu-wrap > .sub-menu > .menu-item > .sub-menu-wrap > .sub-menu > .menu-item.overview-page a::after {
  display: none;
}
@media (min-width: 1024px) {
  .site-header .header .header-wrapper .header-left .main-menu .menu > .menu-item > .sub-menu-wrap > .sub-menu > .menu-item > .sub-menu-wrap > .sub-menu > .menu-item.overview-page a {
    padding: 0.625rem 0.6875rem 0.5rem 0.6875rem;
  }
}
.site-header .header .header-wrapper .header-left .main-menu .menu > .menu-item > .sub-menu-wrap > .sub-menu > .menu-item > .sub-menu-wrap > .sub-menu > .menu-item.overview-page a .menu-item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
}
.site-header .header .header-wrapper .header-left .main-menu .menu > .menu-item > .sub-menu-wrap > .sub-menu > .menu-item > .sub-menu-wrap > .sub-menu > .menu-item.overview-page a .menu-item-title::after {
  content: "";
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%236cc04a' stroke-width='2'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M9 5l7 7-7 7'%3E%3C/path%3E%3C/svg%3E");
}
.site-header .header .header-wrapper .header-left .main-menu .menu > .menu-item > .sub-menu-wrap > .sub-menu > .menu-item > .sub-menu-wrap > .sub-menu > .menu-item.overview-page a .menu-item-description {
  font-family: "Avenir-Medium";
  font-size: 1rem;
}
.site-header .header .header-wrapper .header-left .main-menu .menu > .menu-item > .sub-menu-wrap > .sub-menu > .menu-item > .sub-menu-wrap > .sub-menu > .menu-item.overview-page a img {
  display: none;
  width: 2.625rem;
  height: 2.625rem;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (min-width: 1024px) {
  .site-header .header .header-wrapper .header-left .main-menu .menu > .menu-item > .sub-menu-wrap > .sub-menu > .menu-item > .sub-menu-wrap > .sub-menu > .menu-item.overview-page a img {
    display: block;
  }
}
.site-header .header .header-wrapper .header-left .main-menu .menu > .menu-item > .sub-menu-wrap > .sub-menu > .menu-item > .sub-menu-wrap > .sub-menu > .menu-item .sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.375rem;
  margin: 0;
}
.site-header .header .header-wrapper .header-left .main-menu .menu > .menu-item > .sub-menu-wrap > .sub-menu > .menu-item > .sub-menu-wrap > .sub-menu > .menu-item .sub-menu a {
  display: inline-block;
  font-family: "Avenir-Medium";
  color: #003B71;
  font-size: 1rem;
  width: 100%;
  padding: 0.438rem 0.688rem 0.375rem 0.688rem;
}
.site-header .header .header-wrapper .header-left .main-menu .menu > .menu-item > .sub-menu-wrap > .sub-menu > .menu-item > .sub-menu-wrap > .sub-menu > .menu-item .sub-menu a:hover {
  background: rgba(0, 59, 113, 0.1);
}
.site-header .header .header-wrapper .header-right .highlighted-menu .menu .menu-item a {
  display: inline-block;
  font-family: "Avenir-Heavy";
  color: #fff;
  border-radius: 2.8125rem;
  background-color: #6CC049;
  padding: 0.5rem 0.625rem;
  font-size: 0.875rem;
  text-transform: none;
}
@media (min-width: 1024px) {
  .site-header .header .header-wrapper .header-right .highlighted-menu .menu .menu-item a {
    font-size: 1.25rem;
    padding: 0.5rem 1.875rem;
    text-transform: uppercase;
  }
}
.site-header .header .header-wrapper .hamburger {
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  position: relative;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .site-header .header .header-wrapper .hamburger {
    display: none;
  }
}
.site-header .header .header-wrapper .hamburger.opened span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 1.125rem;
}
.site-header .header .header-wrapper .hamburger.opened span:nth-child(2) {
  opacity: 0;
}
.site-header .header .header-wrapper .hamburger.opened span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 1.125rem;
}
.site-header .header .header-wrapper .hamburger span {
  width: 100%;
  height: 0.25rem;
  background-color: #6CC049;
  position: absolute;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  border-radius: 1.25rem;
}
.site-header .header .header-wrapper .hamburger span:nth-child(1) {
  top: 0.625rem;
}
.site-header .header .header-wrapper .hamburger span:nth-child(2) {
  top: 1.25rem;
}
.site-header .header .header-wrapper .hamburger span:nth-child(3) {
  top: 1.875rem;
}

.site-footer {
  padding: 5rem 0 1.25rem;
  background-image: url(./images/assets/footer_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.site-footer .footer_navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4.25rem;
}
.site-footer .footer_navigation .menu#primary-footer-menu, .site-footer .footer_navigation .menu#secondary-footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
}
.site-footer .footer_navigation .menu#primary-footer-menu > li.menu-item, .site-footer .footer_navigation .menu#secondary-footer-menu > li.menu-item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.site-footer .footer_navigation .menu#primary-footer-menu > li.menu-item > a, .site-footer .footer_navigation .menu#secondary-footer-menu > li.menu-item > a {
  font-family: "Avenir-Black";
  color: #fff;
  font-size: 1.375rem;
}
.site-footer .footer_navigation .menu#primary-footer-menu > li.menu-item .sub-menu, .site-footer .footer_navigation .menu#secondary-footer-menu > li.menu-item .sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.438rem;
  margin: 0;
  margin-top: 1.75rem;
}
.site-footer .footer_navigation .menu#primary-footer-menu > li.menu-item .sub-menu a, .site-footer .footer_navigation .menu#secondary-footer-menu > li.menu-item .sub-menu a {
  font-family: "Avenir-Black";
  font-size: 1.125rem;
  color: #fff;
}
.site-footer .footer_navigation .menu#primary-footer-menu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .site-footer .footer_navigation .menu#primary-footer-menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.site-footer .footer_navigation .menu#primary-footer-menu > li.menu-item > a {
  display: block;
  border-bottom-width: 0.063rem;
  border-style: solid;
}
.site-footer .footer_navigation .menu#primary-footer-menu > li.menu-item:nth-child(1) > a {
  border-color: #fff;
}
.site-footer .footer_navigation .menu#primary-footer-menu > li.menu-item:nth-child(2) > a {
  border-color: #6CC049;
}
.site-footer .footer_navigation .menu#primary-footer-menu > li.menu-item:nth-child(3) > a {
  border-color: #0093C9;
}
.site-footer .footer_navigation .menu#primary-footer-menu > li.menu-item:nth-child(4) > a {
  border-color: #F38A00;
}
.site-footer .footer_navigation .menu#secondary-footer-menu > li.menu-item .sub-menu {
  margin-top: 0.438rem;
}
.site-footer .footer_navigation .footer__secondary-nav-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 2.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.site-footer .footer_navigation .footer__secondary-nav-wrapper > div {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media (min-width: 1024px) {
  .site-footer .footer_navigation .footer__secondary-nav-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.site-footer .footer_navigation .footer__secondary-nav-wrapper .footer__secondary__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 2.5rem;
}
@media (min-width: 1024px) {
  .site-footer .footer_navigation .footer__secondary-nav-wrapper .footer__secondary__right {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
.site-footer .footer_navigation .footer__secondary-nav-wrapper .footer__secondary__right .footer-logo {
  max-width: 16.25rem;
  width: 100%;
}
.site-footer .footer_navigation .footer__secondary-nav-wrapper .footer__secondary__right .footer-contact {
  text-align: left;
}
@media (min-width: 1024px) {
  .site-footer .footer_navigation .footer__secondary-nav-wrapper .footer__secondary__right .footer-contact {
    text-align: right;
  }
}
.site-footer .footer_navigation .footer__secondary-nav-wrapper .footer__secondary__right .footer-contact a {
  font-family: "Avenir-Black";
  font-size: 1.125rem;
  color: #fff;
}
.site-footer .footer_navigation .footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  gap: 2.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
@media (min-width: 1024px) {
  .site-footer .footer_navigation .footer__bottom {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.site-footer .footer_navigation .footer__bottom .menu-legal-menu-container .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2.75rem;
}
.site-footer .footer_navigation .footer__bottom .menu-legal-menu-container .menu a {
  font-family: "Avenir-Black";
  font-size: 1rem;
  color: #6CC049;
}
.site-footer .footer_navigation .footer__bottom .footer-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3.125rem;
}
.site-footer .footer_navigation .footer__bottom .footer-social a {
  color: #fff;
}

.homepage__hero {
  display: grid;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 0rem;
  grid-template-rows: auto;
  background-image: url(./images/assets/home_page_new_hero_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.homepage__hero:not(.none).side_by_side {
  grid-template-columns: 1fr;
  gap: 2rem;
  padding: 3rem 1.25rem 3rem 1.25rem;
}
@media (min-width: 1024px) {
  .homepage__hero:not(.none).side_by_side {
    grid-template-columns: 1fr 1fr;
    gap: 0;
    padding: 9.75rem 0 9.75rem 0;
  }
}
.homepage__hero:not(.none).side_by_side .hero__content {
  justify-self: flex-end;
  text-align: center;
  margin: 0;
}
@media (min-width: 1024px) {
  .homepage__hero:not(.none).side_by_side .hero__content {
    max-width: 50rem;
    text-align: left;
  }
}
.homepage__hero:not(.none).side_by_side .hero__content .hero__title {
  margin-bottom: 2rem;
}
.homepage__hero:not(.none).side_by_side .hero__content .hero__description {
  margin-bottom: 1.5rem;
}
.homepage__hero:not(.none).side_by_side .hero__media .media--video {
  max-width: 63.75rem;
  border: 0.5rem solid #6E6E6E;
}
@media (min-width: 1024px) {
  .homepage__hero:not(.none).side_by_side .hero__media .media--video {
    border-width: 1.625rem;
    border-right: none;
  }
}
.homepage__hero:not(.none).side_by_side .hero__media .media--image {
  max-width: 50rem;
}
.homepage__hero:not(.none).stacked {
  grid-template-columns: 1fr;
  gap: 7.938rem;
  padding: 8.25rem 0 0;
}
.homepage__hero:not(.none).stacked .hero__content {
  max-width: 86.875rem;
  text-align: center;
  justify-self: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.438rem;
}
.homepage__hero:not(.none).stacked .hero__content .hero__cta-link {
  margin-top: 1.375rem;
}
.homepage__hero:not(.none).stacked .hero__media .media--video {
  max-width: 88.25rem;
  border: 1.625rem solid #6E6E6E;
  border-bottom: none;
}
.homepage__hero:not(.none).stacked .hero__media .media--image {
  max-width: 88.25rem;
}
.homepage__hero.none {
  display: block;
  padding: 8rem 0;
}
.homepage__hero.none .hero__content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.875rem;
  text-align: center;
}
@media (max-width: 1024px) {
  .homepage__hero .hero__content {
    max-width: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.homepage__hero .hero__content .hero__title {
  font-family: "Avenir-Book";
  font-size: 5rem;
  color: #003B71;
}
@media (max-width: 1024px) {
  .homepage__hero .hero__content .hero__title {
    text-align: center;
    font-size: 3rem;
  }
}
.homepage__hero .hero__content .hero__description {
  font-family: "Avenir-Book";
  font-size: 2.188rem;
  color: #003B71;
}
@media (max-width: 1024px) {
  .homepage__hero .hero__content .hero__description {
    text-align: center;
    font-size: 1.3rem;
  }
}
.homepage__hero .hero__media .media--video {
  position: relative;
}
.homepage__hero .hero__media .media--video::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #16306A;
  opacity: 0.51;
}
.homepage__hero .hero__media .media--video .video__information {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 3;
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.homepage__hero .hero__media .media--video .video__information p {
  font-family: "Avenir-Heavy";
  font-size: 1.5rem;
  color: #fff;
}
@media (min-width: 1024px) {
  .homepage__hero .hero__media .media--video .video__information p {
    font-size: 3.75rem;
  }
}
.homepage__hero .hero__media .media--video .video__information .btn-play {
  border: none;
  cursor: pointer;
  max-width: 5rem;
}
@media (min-width: 1024px) {
  .homepage__hero .hero__media .media--video .video__information .btn-play {
    max-width: 9.875rem;
  }
}
.homepage__hero .hero__media .media--video .video__information .btn-play svg {
  width: 100%;
}
.homepage__hero .hero__media .media--video .video__information .btn-play .circle, .homepage__hero .hero__media .media--video .video__information .btn-play .triangle {
  opacity: 0.65;
}
.homepage__hero .hero__media .media--video .video__information .btn-play .circle {
  -webkit-filter: drop-shadow(0 0.625rem 0.313rem rgba(0, 0, 0, 0.36));
  filter: drop-shadow(0 0.625rem 0.313rem rgba(0, 0, 0, 0.36));
}
.homepage__hero .hero__media .media--video .video__information .btn-play .triangle {
  -webkit-filter: drop-shadow(0 0.313rem 0.188rem rgba(0, 0, 0, 0.16));
  filter: drop-shadow(0 0.313rem 0.188rem rgba(0, 0, 0, 0.16));
}
.homepage__hero .hero__media .media--video .video-modal {
  position: fixed;
  width: 65.625%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background: #003B71;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 999999;
  padding: 1.438rem;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  display: none;
}
.homepage__hero .hero__media .media--video .video-modal.open {
  display: block;
}
.homepage__hero .hero__media .media--video .video-modal .btn-close {
  position: absolute;
  bottom: 100%;
  left: 100%;
  cursor: pointer;
  border: none;
}
.homepage__hero .hero__media .media--video, .homepage__hero .hero__media .media--image {
  width: 100%;
  height: auto;
}
@media (max-width: 1024px) {
  .homepage__hero .hero__media .media--video, .homepage__hero .hero__media .media--image {
    max-width: none;
  }
}
.homepage__hero + section {
  -webkit-filter: drop-shadow(0 -1.25rem 0.625rem rgba(0, 0, 0, 0.16));
  filter: drop-shadow(0 -1.25rem 0.625rem rgba(0, 0, 0, 0.16));
}

.brand-slider .brand-slider__logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4.063rem;
  padding: 2rem 0;
  display: flex;
}
@media (min-width: 1024px) {
  .brand-slider .brand-slider__logos {
    padding: 6.688rem 0;
  }
}
.brand-slider .brand-slider__logos .logo {
  height: 5.25rem;
  margin: 0 2.5rem;
}
.brand-slider .brand-slider__logos .logo .image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}
.brand-slider .brand-slider__logos .logo .image:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.headline-h2 {
  font-family: "Avenir-Light";
  font-size: 2.625rem;
}
@media (min-width: 1024px) {
  .headline-h2 {
    font-size: 3.75rem;
  }
}

.headline-h3 {
  font-family: "Avenir-Light";
  font-size: 2.25rem;
}
@media (min-width: 1024px) {
  .headline-h3 {
    font-size: 3.125rem;
  }
}

.description {
  font-family: "Avenir-Book";
  font-size: 1.5rem;
}
@media (min-width: 1024px) {
  .description {
    font-size: 2.188rem;
  }
}
.description--small {
  font-size: 1.125rem;
}
@media (min-width: 1024px) {
  .description--small {
    font-size: 1.5rem;
  }
}

.cta-link {
  font-family: "Avenir-Heavy";
  font-size: 1rem;
  color: #6CC049;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .cta-link {
    font-size: 1.5rem;
  }
}

.pillars-headline {
  padding: 2rem 0;
}
@media (min-width: 1024px) {
  .pillars-headline {
    padding: 7.875rem 0;
  }
}
.pillars-headline .headline-h2, .pillars-headline .pillars__description {
  text-align: center;
}
.pillars-headline .headline-h2 {
  margin-bottom: 4rem;
  color: #003B71;
}
.pillars-headline .pillars__description {
  margin-bottom: 5.375rem;
  color: #707070;
}
.pillars-headline .pillars {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 3.75rem;
  -webkit-column-gap: 2.5rem;
  -moz-column-gap: 2.5rem;
  column-gap: 2.5rem;
}
@media (min-width: 1024px) {
  .pillars-headline .pillars {
    grid-template-columns: repeat(2, 1fr);
  }
}
.pillars-headline .pillars .pillar .pillar__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.938rem;
}
.pillars-headline .pillars .pillar .pillar__header .pillar__icon {
  max-width: 2.5rem;
  width: 100%;
  height: auto;
}
@media (min-width: 1024px) {
  .pillars-headline .pillars .pillar .pillar__header .pillar__icon {
    max-width: 5.625rem;
  }
}
.pillars-headline .pillars .pillar:nth-child(1) .pillar__title {
  color: #003B71;
}
.pillars-headline .pillars .pillar:nth-child(2) .pillar__title {
  color: #6CC049;
}
.pillars-headline .pillars .pillar:nth-child(3) .pillar__title {
  color: #0093C9;
}
.pillars-headline .pillars .pillar:nth-child(4) .pillar__title {
  color: #F38A00;
}
.pillars-headline .pillars .pillar .pillar__description {
  margin-top: 0.438rem;
  color: #707070;
}
.pillars-headline .pillars .pillar .cta-link {
  display: inline-block;
  margin-top: 1.125rem;
}

.jobs-accordion {
  position: relative;
  background-color: #F5F5F5;
}
.jobs-accordion .jobs-accordion__left {
  padding: 5.375rem 2.5rem 8rem 0;
}
@media (min-width: 1024px) {
  .jobs-accordion .jobs-accordion__left {
    width: 50%;
  }
}
.jobs-accordion .jobs-accordion__left .jobs-accordion__title {
  margin-bottom: 2.813rem;
  color: #003B71;
}
.jobs-accordion .jobs-accordion__left .jobs-accordion__description {
  margin-bottom: 3.438rem;
  color: #707070;
}
.jobs-accordion .jobs-accordion__left .accordion {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4.688rem;
}
.jobs-accordion .jobs-accordion__left .accordion .accordion__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 2.5rem;
}
.jobs-accordion .jobs-accordion__left .accordion .accordion__item:not(:last-child) {
  position: relative;
}
.jobs-accordion .jobs-accordion__left .accordion .accordion__item:not(:last-child)::before {
  content: "";
  position: absolute;
  left: 2.5rem;
  top: 0;
  width: 0.313rem;
  height: calc(100% + 4.688rem);
  background-color: #003B71;
}
.jobs-accordion .jobs-accordion__left .accordion .accordion__item.open .item__content {
  height: auto;
}
.jobs-accordion .jobs-accordion__left .accordion .accordion__item.open .circle {
  width: 5.625rem;
  height: 5.625rem;
  left: 0;
}
.jobs-accordion .jobs-accordion__left .accordion .accordion__item.open .circle .green-circle {
  width: 2.875rem;
  height: 2.875rem;
}
.jobs-accordion .jobs-accordion__left .accordion .accordion__item.open .circle .white-circle {
  width: 0.625rem;
  height: 0.625rem;
}
.jobs-accordion .jobs-accordion__left .accordion .accordion__item .item__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2.5rem;
}
.jobs-accordion .jobs-accordion__left .accordion .accordion__item .item__tab .item__title {
  color: #003B71;
  cursor: pointer;
}
.jobs-accordion .jobs-accordion__left .accordion .accordion__item .item__content {
  height: 0;
  overflow: hidden;
}
.jobs-accordion .jobs-accordion__left .accordion .accordion__item .item__content .item__description {
  color: #707070;
}
.jobs-accordion .jobs-accordion__left .circle {
  width: 2.813rem;
  height: 2.813rem;
  left: 1.25rem;
  border-radius: 50%;
  background-color: #003B71;
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  cursor: pointer;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.jobs-accordion .jobs-accordion__left .circle .white-circle, .jobs-accordion .jobs-accordion__left .circle .green-circle {
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.jobs-accordion .jobs-accordion__left .circle .white-circle {
  width: 1.375rem;
  height: 1.375rem;
  background-color: #fff;
  z-index: 3;
}
.jobs-accordion .jobs-accordion__left .circle .green-circle {
  width: 0;
  height: 0;
  background-color: #6CC049;
  z-index: 2;
}
.jobs-accordion .jobs-accordion__right {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (min-width: 1024px) {
  .jobs-accordion .jobs-accordion__right {
    display: block;
  }
}

.stats-and-testimonials {
  padding: 4rem 0;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 1024px) {
  .stats-and-testimonials {
    padding: 9rem 0 9.688rem 0;
  }
}
.stats-and-testimonials .stats__title, .stats-and-testimonials .stats__description {
  color: #fff;
  text-align: center;
}
.stats-and-testimonials .stats__description {
  margin-top: 1.063rem;
}
.stats-and-testimonials .stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem;
  margin-top: 2.5rem;
}
@media (min-width: 1024px) {
  .stats-and-testimonials .stats {
    grid-template-columns: repeat(4, 1fr);
  }
}
.stats-and-testimonials .stats .stat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.stats-and-testimonials .stats .stat .stat__value {
  font-family: "Avenir-Black";
  font-size: 3.5rem;
  line-height: 1;
  color: #6CC049;
}
@media (min-width: 1024px) {
  .stats-and-testimonials .stats .stat .stat__value {
    font-size: 8.5rem;
  }
}
.stats-and-testimonials .stats .stat .stat__subtitle {
  color: #6CC049;
}
.stats-and-testimonials .stats .stat .stat__description {
  color: #fff;
}
.stats-and-testimonials .testimonials {
  margin-top: 6.438rem;
}
.stats-and-testimonials .testimonials .slick-slide {
  margin: 0 2.5rem;
}
.stats-and-testimonials .testimonials .slick-list {
  margin: 0 -2.5rem;
}
.stats-and-testimonials .testimonials .testimonial .testimonial__text {
  color: #fff;
}
.stats-and-testimonials .testimonials .testimonial .testimonial__author {
  font-family: "Avenir-Heavy";
  font-size: 1.875rem;
  color: #0093C9;
  font-style: normal;
}
.stats-and-testimonials .testimonials .testimonial .testimonial__company-and-position {
  font-family: "Avenir-Light";
  font-size: 1.25rem;
  color: #fff;
}

.new-cta-secondary {
  font-family: "Avenir-Heavy";
  font-size: 1.5rem;
  color: #6CC049;
  padding: 0.75rem 1.875rem;
  background-color: transparent;
  border-radius: 2.813rem;
  text-transform: uppercase;
  border-width: 0.125rem;
  border-style: solid;
  border-color: #6CC049;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.new-cta-secondary:hover {
  background-color: #0093C9;
  color: #fff;
}

.new-cta-primary {
  font-family: "Avenir-Heavy";
  font-size: 1.5rem;
  color: #fff;
  padding: 1rem 2.125rem;
  background-color: #6CC049;
  border-radius: 2.813rem;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.new-cta-primary:hover {
  background-color: #0093C9;
  color: #fff;
}

.end-of-page {
  padding: 3rem 0;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 1024px) {
  .end-of-page {
    padding: 9.813rem 0 7.688rem 0;
  }
}
.end-of-page .end-of-page__title, .end-of-page .end-of-page__description {
  color: #707070;
  text-align: center;
}
.end-of-page .end-of-page__title {
  margin-bottom: 3.188rem;
  font-family: "Avenir-Book";
}
.end-of-page .end-of-page__description {
  margin-bottom: 4.125rem;
}
.end-of-page .end-of-page__links {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2.5rem;
}
@media (min-width: 1024px) {
  .end-of-page .end-of-page__links {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.download-report-banner {
  background-color: #EFEFEF;
}
.download-report-banner.active .download-report-banner__wrapper {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.download-report-banner .download-report-banner__wrapper {
  width: 100%;
  background-color: #EFEFEF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.download-report-banner .download-report-banner__wrapper .pu-logo {
  display: none;
  width: 160px;
}
@media (min-width: 1024px) {
  .download-report-banner .download-report-banner__wrapper .pu-logo {
    display: block;
  }
}
.download-report-banner .download-report-banner__wrapper .green-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #6CC049;
  width: 100%;
  padding-right: 146px;
  padding-left: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
}
@media (min-width: 1024px) {
  .download-report-banner .download-report-banner__wrapper .green-area {
    width: 50%;
    padding-left: 40px;
    padding-right: 300px;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.download-report-banner .download-report-banner__wrapper .green-area .image-wrapper {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 20px;
  border-color: #707070;
  border-width: 1px;
  border-style: solid;
}
@media (min-width: 1024px) {
  .download-report-banner .download-report-banner__wrapper .green-area .image-wrapper {
    right: 50px;
  }
}
.download-report-banner .download-report-banner__wrapper .green-area .image-wrapper::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 7px;
  left: 7px;
  background: #0093C9;
  z-index: -1;
}
.download-report-banner .download-report-banner__wrapper .green-area .image-wrapper .image {
  max-width: 100px;
}
@media (min-width: 1024px) {
  .download-report-banner .download-report-banner__wrapper .green-area .image-wrapper .image {
    max-width: 197px;
  }
}
.download-report-banner .download-report-banner__wrapper .green-area .report-link {
  font-family: "Avenir-Medium";
  font-size: 1.5rem;
  padding: 20px 0;
  text-align: right;
  color: #fff;
}
@media (min-width: 1024px) {
  .download-report-banner .download-report-banner__wrapper .green-area .report-link {
    font-size: 1.9rem;
    padding: 10px 0;
  }
}

/*
Theme Name: ProcessUnity
Author: GoingClear Interactive
Author URI: https://www.goingclear.com/
Version: 1.0.0
Text Domain: processunity
*/
/***********************************
BASE STYLES
***********************************/
@font-face {
  font-family: "processunity";
  src: url("fonts/processunity.eot?89108255");
  src: url("fonts/processunity.eot?89108255#iefix") format("embedded-opentype"), url("fonts/processunity.woff?89108255") format("woff"), url("fonts/processunity.ttf?89108255") format("truetype"), url("fonts/processunity.svg?89108255#processunity") format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: "processunity";
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^=icon-]:before, [class*=" icon-"]:before {
  font-family: "processunity";
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-doble-arrow:before, .pu-footer-menu ul:first-child li a:before {
  content: "\e900";
}

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

.icon-arrow-up:before {
  content: "\e801";
}

.icon-award:before {
  content: "\e802";
}

.icon-balance:before {
  content: "\e803";
}

.icon-bar-chart:before {
  content: "\e804";
}

.icon-building:before {
  content: "\e805";
}

.icon-caret-down:before {
  content: "\e806";
}

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

.icon-caret-left:before {
  content: "\e808";
}

.icon-caret-right:before {
  content: "\e809";
}

.icon-caret-up:before {
  content: "\e80a";
}

.icon-checkmark:before {
  content: "\e80b";
}

.icon-close:before, .site-header .header-top .header-top-wrapper .search.search-show a i:before {
  content: "\e80c";
}

.icon-cloud:before {
  content: "\e80d";
}

.icon-collaboration:before {
  content: "\e80e";
}

.icon-contract:before {
  content: "\e80f";
}

.icon-customer:before {
  content: "\e810";
}

.icon-email:before {
  content: "\e811";
}

.icon-event:before {
  content: "\e812";
}

.icon-global-corporation:before {
  content: "\e813";
}

.icon-hub:before {
  content: "\e814";
}

.icon-install:before {
  content: "\e815";
}

.icon-interface:before {
  content: "\e816";
}

.icon-leader:before {
  content: "\e817";
}

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

.icon-link:before {
  content: "\e819";
}

.icon-monitoring:before {
  content: "\e81a";
}

.icon-partners:before {
  content: "\e81b";
}

.icon-phone:before {
  content: "\e81c";
}

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

.icon-price:before {
  content: "\e81e";
}

.icon-reset:before {
  content: "\e81f";
}

.icon-rocket:before {
  content: "\e820";
}

.icon-rolodex:before {
  content: "\e821";
}

.icon-rss:before {
  content: "\e822";
}

.icon-quote-orange:before {
  content: "\e823";
}

.icon-security-alert:before {
  content: "\e824";
}

.icon-share:before {
  content: "\e825";
}

.icon-suitcase:before {
  content: "\e826";
}

.icon-support:before {
  content: "\e827";
}

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

.icon-user:before {
  content: "\e829";
}

.icon-youtube:before {
  content: "\e82a";
}

.icon-adjust:before {
  content: "\e82b";
}

.icon-alert:before {
  content: "\e82c";
}

.icon-arrow-down:before {
  content: "\e82d";
}

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

.icon-location:before {
  content: "\e82f";
}

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

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

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

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

.icon-gplus:before {
  content: "\f0d5";
}

.icon-pinterest:before {
  content: "\f231";
}

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

div#page {
  overflow-y: hidden;
}

html {
  font-family: "Open Sans", sans-serif;
}
html body {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  overflow: visible;
}

.link--primary {
  border-bottom: 2px solid #64b446;
  font-family: "Avenir-Medium";
  color: #333333;
  font-size: 1em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.link--primary:hover {
  color: #0093c9;
  border-bottom: 2px solid #0093c9;
}

.container-fixed {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 990px;
  margin: 0 auto;
}
.container-fixed.clearfix:before, .container-fixed.clearfix:after {
  content: "";
  display: table;
}
.container-fixed.clearfix:after {
  clear: both;
}

.container-full {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
.container-full.clearfix:before, .container-full.clearfix:after {
  content: "";
  display: table;
}
.container-full.clearfix:after {
  clear: both;
}

div.content-with-sidebar {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
div.content-with-sidebar:before, div.content-with-sidebar:after {
  content: "";
  display: table;
}
div.content-with-sidebar:after {
  clear: both;
}
div.content-with-sidebar div.container-content,
div.content-with-sidebar div.container-sidebar {
  float: left;
}
div.content-with-sidebar div.container-sidebar {
  margin-left: 20px;
}
div.content-with-sidebar div.container-content {
  width: calc(100% - 380px - 50px);
}

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

button {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
}
button:focus, button:hover {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

input[type=text], input[type=button], input[type=submit] {
  -webkit-box-shadow: none;
  box-shadow: none;
}
input[type=text]:focus, input[type=text]:hover, input[type=button]:focus, input[type=button]:hover, input[type=submit]:focus, input[type=submit]:hover {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.ui-autocomplete {
  background: #FFFFFF;
  max-width: 400px;
  font-size: 14px;
  z-index: 10;
  list-style: none;
  padding: 10px 20px;
}
.ui-autocomplete li.ui-menu-item {
  padding: 5px 0;
}

@media (max-width: 782px) {
  html {
    margin-top: 0px !important;
  }
  html #wpadminbar {
    min-width: unset;
  }
}
@media (max-width: 600px) {
  html #wpadminbar {
    position: fixed;
  }
}
p {
  margin: 0;
}

.hentry {
  margin: 0;
}

h1, h2,
h3, h4,
h5, h6 {
  margin: 0;
}

.general-headline {
  color: #060a27;
  font-size: 2.5em;
  line-height: initial;
  margin-bottom: 1em;
  font-family: "Avenir-Light";
}

.border-hover:hover {
  border: 2px solid #0093c9;
}

.color-hover:hover {
  color: #0093c9;
}

.button-hover:hover {
  border: 2px solid white !important;
  background: #0093c9 !important;
}
.button-hover:hover svg {
  color: white !important;
}

.text-hover:hover {
  color: #0093c9 !important;
}

.transition-all {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.border-bottom-hover:hover {
  border-bottom: 4px solid #0093c9;
}

body {
  margin: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  color: #000;
  position: relative;
  background: #FFF;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font: 400 18px/26px "proxima-nova", sans-serif;
}

.body {
  font: 400 18px/26px "proxima-nova", sans-serif;
}

.main-background {
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  height: 911px;
  position: absolute;
  background: url(images/main-background.svg) no-repeat 0 0/cover;
}

a:hover, a:focus, button:hover, button:focus {
  outline: 0;
  text-decoration: none;
}

p {
  margin: 0 0 30px;
}

.spacing-default--top {
  padding-top: 120px;
}

.spacing-default--bottom {
  padding-bottom: 120px;
}

.spacing-small--top {
  padding-top: 60px;
}

.spacing-small--bottom {
  padding-bottom: 60px;
}

.spacing-large--top {
  padding-top: 240px;
}

.spacing-large--bottom {
  padding-bottom: 240px;
}

.spacing-none--top {
  padding-top: 0px;
}

.spacing-none--bottom {
  padding-bottom: 0px;
}

.spacing-negative-small--top {
  padding-top: 0;
  margin-top: -60px;
}

.spacing-negative-small--bottom {
  padding-bottom: 0;
  margin-bottom: -60px;
}

.spacing-negative-medium--top {
  padding-top: 0;
  margin-top: -120px;
}

.spacing-negative-medium--bottom {
  padding-bottom: 0;
  margin-bottom: -120px;
}

.spacing-negative-large--top {
  padding-top: 0;
  margin-top: -240px;
}

.spacing-negative-large--bottom {
  padding-bottom: 0;
  margin-bottom: -240px;
}

main > section {
  padding: 120px 0;
}
@media (max-width: 500px) {
  main > section {
    padding: 60px 0;
  }
}

#primary .news-tab {
  padding: 120px 0;
}

input[type=text]:not(#filters__search):not(#adminbar-search),
input[type=number],
input[type=email],
input[type=tel],
input[type=search],
select:not(#topic):not(#category):not(#sort),
textarea {
  width: 100% !important;
  color: #4B5660 !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  line-height: 24px !important;
  padding: 7px 20px !important;
  border-radius: 6px !important;
  background: transparent !important;
  border: 1px solid #D6D6D6 !important;
  border: none !important;
  border-bottom: 1px solid #6d6c6d !important;
  border-radius: 0 !important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
input[type=text]:not(#filters__search):not(#adminbar-search):hover, input[type=text]:not(#filters__search):not(#adminbar-search):focus,
input[type=number]:hover,
input[type=number]:focus,
input[type=email]:hover,
input[type=email]:focus,
input[type=tel]:hover,
input[type=tel]:focus,
input[type=search]:hover,
input[type=search]:focus,
select:not(#topic):not(#category):not(#sort):hover,
select:not(#topic):not(#category):not(#sort):focus,
textarea:hover,
textarea:focus {
  outline: 0;
}

label {
  color: #6A7C83 !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  line-height: 15px !important;
  margin-bottom: 5px !important;
  letter-spacing: 1.5px;
  text-transform: uppercase !important;
}

hr {
  margin: 0;
  padding: 0;
  border-color: #E6E6E6;
}

.container {
  width: 100%;
  max-width: 1200px;
}

.btn {
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  -webkit-box-shadow: none;
  box-shadow: none;
  line-height: 20px;
  background: #F08A20;
  border-radius: 500px;
  padding: 14px 27px 13px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn i {
  margin-right: 8px;
}
.btn:hover, .btn:focus {
  outline: 0;
  color: #FFF;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #2392ce;
}
.btn.base {
  color: #FFF;
  background: #013A71;
}
.btn.base:hover, .btn.base:focus {
  color: #FFF;
  background: #66B245;
}
.btn.primary {
  color: #FFF;
  background: #0094C9;
}
.btn.primary:hover, .btn.primary:focus {
  color: #FFF;
  background: #66B245;
}
.btn.secondary {
  color: #FFF;
  background: #66B245;
}
.btn.secondary:hover, .btn.secondary:focus {
  color: #FFF;
  background: #0094C9;
}

.coverbg {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover !important;
}

.mx-auto {
  margin: 0 auto;
}

.align-center {
  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;
}
.align-center:before, .align-center:after {
  content: none;
}

.align-center-h {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.align-center-h:before, .align-center-h:after {
  content: none;
}

.align-center-v {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.align-center-v:before, .align-center-v:after {
  content: none;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.justify-content-center:before, .justify-content-center:after {
  content: none;
}

.eq-height {
  display: -webkit-box;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.eq-height:before, .eq-height:after {
  content: none;
}

.base {
  color: #013A71;
}

.orange {
  color: #F08A20;
}

.primary {
  color: #0094C9;
}

.secondary {
  color: #66B245;
}

.list-inline {
  margin-left: -5px;
  margin-right: -5px;
}
.list-inline li {
  padding-left: 5px;
  padding-right: 5px;
  display: inline-block;
}

.lr-9 {
  margin-left: -9px;
  margin-right: -9px;
}
.lr-9 [class*=col-] {
  padding-left: 9px;
  padding-right: 9px;
}

.blankSpace {
  top: -70px !important;
  display: block !important;
  position: relative !important;
  visibility: hidden !important;
}

.entry-title .sub-title {
  display: block;
  color: #66B245;
  font-weight: 700;
  letter-spacing: 2.25px;
}
.entry-title .title {
  margin-bottom: 8px;
}
.entry-title p {
  margin: 0;
}
.entry-title p a {
  color: #F08A20;
}
.entry-title p a:hover, .entry-title p a:focus {
  color: #66B245;
}

ol ol, ol ul, ul ol, ul ul {
  margin-top: 15px;
}

/***********************************
HEADER STYLES
***********************************/
.header-wrap {
  overflow: hidden;
  position: relative;
}
.header-wrap > .container {
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  position: absolute;
}
.header-wrap > .container:before, .header-wrap > .container:after {
  top: 0;
  content: "";
  height: 100%;
  z-index: 1031;
  width: 999999px;
  position: absolute;
}
.header-wrap > .container:before {
  right: auto;
  left: -999999px;
}
.header-wrap > .container:after {
  left: auto;
  right: -999999px;
}

.header-search .search-wrap {
  z-index: 1;
  position: relative;
  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;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  top: 35%;
}
.header-search .search-wrap:before, .header-search .search-wrap:after {
  content: none;
}
.header-search .search-wrap .search-toggle {
  width: 20px;
  height: 20px;
  color: #6A7C83;
  font-size: 18px;
  line-height: 20px;
  text-align: center;
  position: relative;
}
.header-search .search-wrap .search-toggle:hover, .header-search .search-wrap .search-toggle:focus {
  color: #66B245;
}
.header-search .search-wrap .search-box {
  opacity: 0;
  left: auto;
  z-index: 1;
  right: -10px;
  width: 282px;
  bottom: -100px;
  visibility: hidden;
  background: #FFF;
  position: absolute;
  border: 1px solid #66B245;
  -webkit-box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.12);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header-search .search-wrap .search-box:before {
  top: -5px;
  right: 15px;
  content: "";
  z-index: -1;
  width: 10px;
  height: 10px;
  overflow: hidden;
  position: absolute;
  background: #66B245;
  border-left: 1px solid #66B245;
  border-top: 1px solid #66B245;
  -webkit-box-shadow: 0 0px 6px rgba(0, 0, 0, 0.12);
  box-shadow: 0 0px 6px rgba(0, 0, 0, 0.12);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.header-search .search-wrap .search-box .search-input {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: relative;
  border: 0 !important;
  color: #000 !important;
  font-size: 16px !important;
  line-height: 24px !important;
  padding: 10px 15px !important;
  padding-right: 85px !important;
  background: #FFF !important;
}
.header-search .search-wrap .search-box .search-submit {
  top: 0;
  right: 0;
  border: 0;
  outline: 0;
  z-index: 1;
  height: 100%;
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  position: absolute;
  padding: 10px 15px;
  line-height: normal;
  background: #66B245;
  font-family: "processunity";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header-search .search-wrap.search-show .search-toggle {
  color: #66B245;
}
.header-search .search-wrap.search-show .search-toggle:before {
  background: #000;
}
.header-search .search-wrap.search-show .search-toggle i.icon-search:before {
  content: "\e80c";
  font-family: "processunity";
}
.header-search .search-wrap.search-show .search-box {
  opacity: 1;
  bottom: -60px;
  visibility: visible;
}

.navbar-toggle {
  margin: 0;
  border: 0;
  padding: 0;
  width: 24px;
  display: block;
  border-radius: 0;
  overflow: inherit;
  background: transparent;
}
.navbar-toggle:hover .icon-bar:nth-child(1) {
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}
.navbar-toggle:hover .icon-bar:nth-child(3) {
  -webkit-transform: translateY(2px);
  -ms-transform: translateY(2px);
  transform: translateY(2px);
}
.navbar-toggle:hover:before, .navbar-toggle:focus:before {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.navbar-toggle.in .icon-bar {
  -webkit-transition: transform 150ms linear 150ms;
  -webkit-transition: -webkit-transform 150ms linear 150ms;
  transition: -webkit-transform 150ms linear 150ms;
  transition: transform 150ms linear 150ms;
  transition: transform 150ms linear 150ms, -webkit-transform 150ms linear 150ms;
}
.navbar-toggle.in .icon-bar:nth-child(1) {
  -webkit-transform: translateY(8px) rotate(45deg);
  -ms-transform: translateY(8px) rotate(45deg);
  transform: translateY(8px) rotate(45deg);
}
.navbar-toggle.in .icon-bar:nth-child(2) {
  opacity: 0;
}
.navbar-toggle.in .icon-bar:nth-child(3) {
  -webkit-transform: translateY(-8px) rotate(-45deg);
  -ms-transform: translateY(-8px) rotate(-45deg);
  transform: translateY(-8px) rotate(-45deg);
}
.navbar-toggle .icon-bar {
  width: 100%;
  height: 4px;
  display: block;
  border-radius: 0;
  background-color: #6A7C83;
  -webkit-transition: transform 150ms linear 150ms;
  -webkit-transition: -webkit-transform 150ms linear 150ms;
  transition: -webkit-transform 150ms linear 150ms;
  transition: transform 150ms linear 150ms;
  transition: transform 150ms linear 150ms, -webkit-transform 150ms linear 150ms;
}
.navbar-toggle .icon-bar:not(:last-child) {
  margin-bottom: 4px;
}

.masonry-menu-block {
  padding: 60px 0;
  min-height: 100%;
  border-radius: 0;
  padding-right: 0;
  position: relative;
}
.masonry-menu-block hr {
  margin: 0;
  padding: 0;
  border-color: #0094C9;
}
.masonry-menu-block .widget {
  margin-bottom: 40px;
}
.masonry-menu-block .widget .widget-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  color: #66B245;
  margin-bottom: 15px;
  letter-spacing: 2px;
}
.masonry-menu-block .widget ul li:not(:last-child) {
  margin-bottom: 10px;
}
.masonry-menu-block .widget ul li a {
  color: #013A71;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.masonry-menu-block .widget ul li.font-weight-bold a {
  font-weight: 700;
  color: #66B245;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.masonry-menu-block .widget ul li.font-weight-bold a:hover, .masonry-menu-block .widget ul li.font-weight-bold a:focus {
  color: #F08A20;
}
.masonry-menu-block .widget ul li:hover a, .masonry-menu-block .widget ul li:focus a {
  color: #66B245;
}

.full-width .cta_wrapper .row [class^=col-] {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.mobile-menu-block .orange-box {
  margin-bottom: 18px;
  height: calc(100% - 18px);
}
.mobile-menu-block .multiply-image-box {
  margin-bottom: 30px;
  height: calc(100% - 30px);
}
.mobile-menu-block .footer-top {
  padding-top: 30px;
}
.mobile-menu-block .mfp-close {
  top: 10px;
  opacity: 1;
  right: 15px;
  color: #F08A20;
  font-size: 35px;
}
.mobile-menu-block .mfp-close:hover, .mobile-menu-block .mfp-close:focus {
  color: #66B245;
}
.mobile-menu-block.mfp-custom-preloader {
  height: 100%;
  overflow: hidden;
}
.mobile-menu-block.mfp-custom-preloader:before {
  top: 0;
  z-index: 5;
  content: "";
  width: 100%;
  height: 100%;
  text-align: center;
  position: absolute;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  background: #FFF url(images/ajax-loader.gif) no-repeat center/auto;
}
.mobile-menu-block.mfp-custom-preloader:after {
  left: 0;
  bottom: 0;
  width: 100%;
  content: "";
  height: 100%;
  background: red;
  position: absolute;
}

.mfp-move-from-top {
  background: #FFF;
  opacity: 1 !important;
  -webkit-transition: initial;
  transition: initial;
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-move-from-top.collection-popup {
  opacity: 0.89 !important;
}
.mfp-move-from-top .mfp-container {
  padding: 0;
}
.mfp-move-from-top .mfp-container .mfp-content {
  height: 100%;
  vertical-align: middle;
}
.mfp-move-from-top .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translateY(300px);
  -ms-transform: translateY(300px);
  transform: translateY(300px);
}
.mfp-move-from-top.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.mfp-move-from-top.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.mfp-move-from-top.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-move-from-top.mfp-removing .mfp-with-anim {
  -webkit-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
  opacity: 0;
}
.mfp-move-from-top.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-move-from-top.vertical-middle .mfp-container .mfp-content {
  height: auto;
  padding: 0 15px;
}
.mfp-move-from-top.vertical-middle .mfp-container .mfp-content .mfp-close {
  opacity: 1;
  color: #F08A20;
}
.mfp-move-from-top.vertical-middle .mfp-container .mfp-arrow {
  opacity: 1;
  width: 60px;
  height: 60px;
  color: #0094C9;
  font-size: 20px;
  overflow: hidden;
  background: #FFF;
  border-radius: 500px;
  -webkit-filter: drop-shadow(0px 6px 16px rgba(0, 0, 0, 0.06));
  filter: drop-shadow(0px 6px 16px rgba(0, 0, 0, 0.06));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.mfp-move-from-top.vertical-middle .mfp-container .mfp-arrow:before {
  border: 0;
  margin: 0;
  opacity: 1;
  padding: 0;
  width: auto;
  height: auto;
  position: initial;
}
.mfp-move-from-top.vertical-middle .mfp-container .mfp-arrow:after {
  content: none;
}
.mfp-move-from-top.vertical-middle .mfp-container .mfp-arrow.mfp-arrow-left {
  left: 10%;
  text-indent: -5px;
}
.mfp-move-from-top.vertical-middle .mfp-container .mfp-arrow.mfp-arrow-right {
  right: 10%;
  text-indent: 5px;
}
.mfp-move-from-top.vertical-middle .mfp-container .mfp-arrow:hover, .mfp-move-from-top.vertical-middle .mfp-container .mfp-arrow:focus {
  color: #FFF;
  background: #0094C9;
}
.mfp-move-from-top.vrm-mfp.mfp-bg {
  background: #013A71;
  opacity: 0.9 !important;
}
.mfp-move-from-top.vrm-mfp.mfp-wrap {
  background: transparent;
}
.mfp-move-from-top.vrm-mfp .mfp-container {
  padding: 40px 100px;
}
.mfp-move-from-top.vrm-mfp .mfp-container .mfp-content {
  height: auto;
  max-width: 1500px;
}
.mfp-move-from-top.vrm-mfp .mfp-container .mfp-content .vrm-slider-wrapper .vrm-slider .media .vrm-slider-popup-btn {
  display: none;
}
.mfp-move-from-top.vrm-mfp .mfp-container .mfp-content .vrm-slider-wrapper .vrm-slider .text {
  color: #FFF;
}
.mfp-move-from-top.vrm-mfp .mfp-container .mfp-content .vrm-slider-wrapper .slide-controls .slick-dots {
  margin-right: 0;
}
.mfp-move-from-top.vrm-mfp .mfp-container .mfp-content .vrm-slider-wrapper .slide-controls .arrow-wrapper .slide-arrow {
  color: #FFF;
  cursor: pointer;
}
.mfp-move-from-top.vrm-mfp .mfp-container .mfp-content .vrm-slider-wrapper .slide-controls .arrow-wrapper .slide-arrow:hover, .mfp-move-from-top.vrm-mfp .mfp-container .mfp-content .vrm-slider-wrapper .slide-controls .arrow-wrapper .slide-arrow:focus {
  color: #F08A20;
}
.mfp-move-from-top.vrm-mfp .mfp-container .mfp-content .mfp-close {
  left: 0;
  right: 0;
  top: auto;
  opacity: 1;
  width: 42px;
  height: 42px;
  color: #C62F2F;
  font-size: 35px;
  overflow: hidden;
  line-height: 42px;
  position: absolute;
  text-align: center;
  background: #FFF;
  margin: 16px auto;
  border-radius: 500px;
}
.mfp-move-from-top .mfp-iframe-scaler {
  overflow: inherit;
}

/***********************************
BREADCRUMB STYLES
***********************************/
.breadcrumb-wrapper {
  padding: 0;
}

.breadcrumb {
  border: 0;
  margin: 0;
  z-index: 2;
  border-radius: 0;
  position: relative;
  padding: 18px 0 16px;
  background: transparent;
  border-bottom: 1px solid #000;
  color: #013A71;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  vertical-align: middle;
}
.breadcrumb span.angle-right {
  padding-left: 5px;
  padding-right: 5px;
  vertical-align: middle;
}
.breadcrumb .current-page {
  color: #6A7C83 !important;
}
.breadcrumb a {
  color: #013A71;
  vertical-align: middle;
  text-decoration: underline;
}
.breadcrumb a:hover, .breadcrumb a:focus {
  color: #66B245;
  text-decoration: underline;
}

/***********************************
HOME STYLES
***********************************/
.banner {
  padding: 100px 0 60px;
}
.banner .content .sub-title {
  display: block;
  color: #66B245;
  font-weight: 700;
  margin-bottom: 8px;
  letter-spacing: 2.25px;
}
.banner .content .title {
  max-width: 510px;
  margin-bottom: 14px;
}
.banner .content p {
  margin: 0;
  font-size: 24px;
  line-height: 34px;
}

.report-item {
  z-index: 1;
  height: 100%;
  display: block;
  position: relative;
  padding: 0 14px 27px;
  background: #66B245;
}
.report-item:before {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  content: "";
  height: 100%;
  position: absolute;
  background: url(images/report-item-overlay.svg) no-repeat 50% 50%/Cover;
}
.report-item .media {
  display: block;
  margin-bottom: 23px;
  -webkit-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.12);
}
.report-item .media img {
  width: 100%;
  height: auto;
  margin-top: -20px;
}
.report-item .text .btn:hover, .report-item .text .btn:focus {
  background: #F08A20;
}

.download-guide {
  overflow: hidden;
  padding: 50px 0 30px;
}
.download-guide .content .entry-title {
  margin-bottom: 15px;
}
.download-guide .content .button-group .btn {
  margin-right: 15px;
}
.download-guide .content .button-group span {
  color: #6A7C83;
  margin-right: 15px;
}
.download-guide .content .button-group .btn-text {
  color: #0094C9;
}
.download-guide .content .button-group .btn-text:hover, .download-guide .content .button-group .btn-text:focus {
  color: #66B245;
}

.home-vendor-rm-highlights {
  position: relative;
}
.home-vendor-rm-highlights .container {
  position: relative;
}
.home-vendor-rm-highlights .container .vrma {
  right: 0%;
  top: 155px;
  z-index: -1;
  position: absolute;
}
.home-vendor-rm-highlights .vrma2 {
  z-index: -1;
  left: -140px;
  bottom: -160px;
  position: absolute;
}
.home-vendor-rm-highlights.vendor-rm-highlights {
  padding: 60px 0 0;
}
.home-vendor-rm-highlights.vendor-rm-highlights .entry-title {
  margin-bottom: 30px;
}

.overflow-hidden {
  overflow: hidden;
}

.grc-platform {
  padding: 50px 0 0;
}
.grc-platform .media {
  top: -55px;
  right: -260px;
  position: absolute;
}
.grc-platform .entry-title {
  max-width: 580px;
  margin-bottom: 40px;
}
.grc-platform .icon-box-right {
  border-radius: 0;
}
.grc-platform .icon-box-right .icon {
  color: #013A71;
  font-size: 30px;
}
.grc-platform .icon-box-right .text .sub-title {
  display: block;
  color: #F08A20;
  font-size: 14px;
  font-weight: 700;
  max-width: 160px;
  line-height: 18px;
}
.grc-platform .icon-box-right .text .title {
  max-width: 210px;
}
.grc-platform .icon-box-right:hover .text .sub-title, .grc-platform .icon-box-right:focus .text .sub-title {
  color: #013A71;
}
.grc-platform .icon-box-right.learn-more {
  background: #013A71;
}
.grc-platform .icon-box-right.learn-more .icon {
  opacity: 0;
  visibility: hidden;
}
.grc-platform .icon-box-right.learn-more .text .title {
  color: #FFF;
}
.grc-platform .icon-box-right.learn-more:hover, .grc-platform .icon-box-right.learn-more:focus {
  background: #F08A20;
}

.home-latest-blog.latest-blog {
  padding: 50px 0 60px;
}

/***********************************
EVENT STYLES
***********************************/
.banner-event {
  height: 100%;
  max-height: 880px;
  position: relative;
  padding: 66px 0 120px;
}
.banner-event:before {
  top: 0;
  left: 0;
  width: 100%;
  content: "";
  height: 100%;
  position: absolute;
  mix-blend-mode: multiply;
  background: url(images/banner-event-overlay.svg) no-repeat 0 0/cover;
}
.banner-event .logo {
  margin-bottom: 144px;
}
.banner-event .content .title {
  color: #FFF;
  font-size: 60px;
  max-width: 640px;
  line-height: 72px;
}
.banner-event .content p {
  color: #FFF;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 30px;
}
.banner-event .content ul {
  margin-bottom: 30px;
}
.banner-event .content ul li:not(:last-child) {
  margin-bottom: 15px;
}
.banner-event .content ul li .icon {
  width: 30px;
  font-size: 16px;
  color: #0094C9;
  margin-right: 6px;
  text-align: center;
}
.banner-event .content ul li .text {
  overflow: hidden;
}
.banner-event .content ul li .text p {
  margin: 0;
  color: #FFF;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.event-scroll-down .scrollDown {
  border: 0;
  z-index: 2;
  top: -40px;
  right: 15px;
  width: 80px;
  height: 80px;
  cursor: pointer;
  font-size: 20px;
  color: #0094C9;
  overflow: hidden;
  line-height: 80px;
  background: #FFF;
  text-align: center;
  position: absolute;
  border-radius: 500px;
  -webkit-filter: drop-shadow(0px 6px 16px rgba(0, 0, 0, 0.06));
  filter: drop-shadow(0px 6px 16px rgba(0, 0, 0, 0.06));
}

.event-about {
  padding: 109px 0 80px;
}
.event-about .content .title {
  margin-bottom: 15px;
}
.event-about .content p {
  margin: 0;
}
.event-about .content p + p {
  margin-top: 30px;
}

.event-agenda {
  padding: 70px 0;
}
.event-agenda .entry-title {
  margin-bottom: 30px;
}

.event-tab {
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -0.5px;
  margin-bottom: 45px;
  margin-right: -0.5px;
}
.event-tab li {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 115px;
  flex: 1 1 115px;
  text-align: center;
  padding-left: 0.5px;
  padding-right: 0.5px;
  margin-bottom: 1px !important;
}
.event-tab li a {
  color: #6A7C83;
  display: block;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  padding: 13px 15px;
  background: #E6E6E6;
  border: 0 !important;
  border-radius: 0 !important;
}
.event-tab li a.active {
  color: #FFF !important;
  background-color: #0094C9 !important;
}

.event-tab-content .tab-pane .event-item:not(:last-child) {
  padding-bottom: 40px;
}
.event-tab-content .tab-pane .event-item .time {
  min-width: 180px;
  margin-right: 40px;
}
.event-tab-content .tab-pane .event-item .time h5 {
  color: #000;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 2px;
}
.event-tab-content .tab-pane .event-item .content {
  padding-left: 45px;
  position: relative;
}
.event-tab-content .tab-pane .event-item .content:before {
  left: 0;
  top: 5px;
  content: "";
  width: 15px;
  height: 15px;
  overflow: hidden;
  position: absolute;
  background: #0094C9;
  border-radius: 500px;
}
.event-tab-content .tab-pane .event-item .content:after {
  top: 32px;
  width: 1px;
  left: 7.5px;
  content: "";
  height: 100%;
  position: absolute;
  background: #0094C9;
}
.event-tab-content .tab-pane .event-item .content .title {
  color: #013A71;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 5px;
}
.event-tab-content .tab-pane .event-item .content p {
  margin: 0;
}
.event-tab-content .tab-pane .event-item .content p + p {
  margin-top: 20px;
}
.event-tab-content .tab-pane .event-item:last-child .content:after {
  content: none;
}

.event-cta-inline {
  padding: 0;
}
.event-cta-inline .blog-post-cta {
  margin: 0;
  overflow: hidden;
  border-radius: 6px;
  -webkit-box-shadow: 0px 24px 24px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 24px 24px rgba(0, 0, 0, 0.16);
}
.event-cta-inline .blog-post-cta .content {
  max-width: 100%;
}
.event-cta-inline .blog-post-cta .content .title {
  margin-right: 40px;
  margin-bottom: 0 !important;
}

.event-photo-gallery {
  padding: 70px 0 0;
}
.event-photo-gallery .entry-title {
  margin-bottom: 30px;
}
.event-photo-gallery .gallery-item {
  margin-bottom: 18px;
  height: calc(100% - 18px);
}
.event-photo-gallery .gallery-item a {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  position: relative;
}
.event-photo-gallery .gallery-item a img {
  width: 100%;
  height: 100%;
  max-width: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.event-photo-gallery .gallery-item a:before, .event-photo-gallery .gallery-item a:after {
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
}
.event-photo-gallery .gallery-item a:before {
  bottom: 0;
  z-index: 1;
  opacity: 0;
  content: "";
  background: rgba(0, 0, 0, 0.8);
  -webkit-transition: 0.5s opacity, 0.5s background-color;
  transition: 0.5s opacity, 0.5s background-color;
}
.event-photo-gallery .gallery-item a:after {
  top: 0;
  opacity: 0;
  content: "+";
  color: #FFF;
  font-size: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: 0.4s transform 0.2s, 0.4s opacity 0.2s;
  -webkit-transition: 0.4s opacity 0.2s, 0.4s -webkit-transform 0.2s;
  transition: 0.4s opacity 0.2s, 0.4s -webkit-transform 0.2s;
  transition: 0.4s transform 0.2s, 0.4s opacity 0.2s;
  transition: 0.4s transform 0.2s, 0.4s opacity 0.2s, 0.4s -webkit-transform 0.2s;
}
.event-photo-gallery .gallery-item a:hover:before {
  opacity: 1;
}
.event-photo-gallery .gallery-item a:hover:after {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.event-photo-gallery .gallery-item a:hover img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.enable_lightbox {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  position: relative;
}
.enable_lightbox:before {
  right: 10px;
  width: 40px;
  bottom: 10px;
  height: 40px;
  color: #FFF;
  content: "\e807";
  font-size: 18px;
  overflow: hidden;
  line-height: 40px;
  background: #013A71;
  text-align: center;
  position: absolute;
  border-radius: 500px;
  font-family: "processunity";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.enable_lightbox:hover:before {
  background: #66B245;
}

.enable-lightbox-wrapper {
  background: #013A71;
}
.enable-lightbox-wrapper .mfp-bottom-bar {
  margin-top: -30px;
  margin-bottom: 30px;
}
.enable-lightbox-wrapper .mfp-bottom-bar .mfp-title {
  padding-right: 0;
}

.event-faq {
  padding: 70px 0;
}
.event-faq .entry-title {
  margin-bottom: 25px;
}

.faq-item {
  max-width: 1156px;
}
.faq-item:not(:last-child) {
  margin-bottom: 38px;
}
.faq-item .title {
  color: #013A71;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0;
  margin-bottom: 5px;
}
.faq-item .ans p {
  margin: 0;
  font-size: 16px;
  line-height: 22px;
}
.faq-item .ans p + p {
  margin-top: 20px;
}
.faq-item .ans p a {
  color: #000;
  font-weight: 700;
  text-decoration: underline;
}
.faq-item .ans p a:hover, .faq-item .ans p a:focus {
  color: #F08A20;
}

.event-sponsors {
  padding: 70px 0 52px;
}
.event-sponsors .entry-title {
  margin-bottom: 40px;
}

.event-cta {
  padding: 70px 0;
}
.event-cta .background {
  z-index: 1;
  background: #013A71;
  border-radius: 6px;
  padding: 80px 30px;
  position: relative;
  -webkit-box-shadow: 0px 24px 24px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 24px 24px rgba(0, 0, 0, 0.16);
}
.event-cta .background:before {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  content: "";
  height: 100%;
  position: absolute;
  background: url(images/event-cta-overlay.png) no-repeat 0 0/cover;
}
.event-cta .background .title {
  color: #FFF;
  margin-bottom: 30px;
}

/***********************************
CUSTOMER STORIES STYLES
***********************************/
.cta_wrapper {
  overflow: hidden;
}

.slick-track {
  -webkit-transition: initial;
  transition: initial;
}

.featured-stories {
  overflow: hidden;
  padding: 50px 0;
  position: relative;
}
.featured-stories .vrma3 {
  top: 110%;
  left: -40px;
  z-index: -1;
  position: absolute;
}

.fsc-slider {
  margin: 0;
}
.fsc-slider .slick-slide {
  display: block;
}
.fsc-slider .slick-slide p {
  margin: 0;
}
.fsc-slider .slick-slide .btn {
  margin-top: 20px;
}

.fsm-slider {
  width: 66vw;
  margin-bottom: 12px !important;
}
.fsm-slider.centerModeDisable {
  width: 100%;
}
.fsm-slider.centerModeDisable .slick-list {
  padding: 0 !important;
}
.fsm-slider .slick-slide {
  padding: 9px;
  display: block;
}
.fsm-slider .slick-slide .media {
  width: 100%;
  height: 430px;
  background: #FFF;
  -webkit-box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.06);
}
.fsm-slider .slick-slide .media a {
  width: 100%;
  height: 100%;
  display: block;
}
.fsm-slider .slick-slide .media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.slide-controls .arrow-wrapper {
  margin-left: -5px;
}
.slide-controls .arrow-wrapper .slide-arrow {
  color: #013A71;
  font-size: 15px;
  padding-left: 5px;
  padding-right: 5px;
}
.slide-controls .arrow-wrapper .slide-arrow:hover, .slide-controls .arrow-wrapper .slide-arrow:focus {
  color: #66B245;
}
.slide-controls .slick-dots {
  width: auto;
  font-size: 0;
  position: initial;
  margin-left: -8px;
  margin-right: -8px;
  text-align: right;
}
.slide-controls .slick-dots li {
  margin: 0;
  width: auto;
  height: auto;
  color: #0094C9;
  font-size: 18px;
  cursor: pointer;
  font-weight: 700;
  line-height: 24px;
  padding-left: 8px;
  padding-right: 8px;
}
.slide-controls .slick-dots li:not(.slick-active):hover {
  color: #66B245;
}
.slide-controls .slick-dots li.slick-active {
  color: #000;
}

.customer-stories {
  padding: 40px 0;
}
.customer-stories .entry-title .title {
  margin-bottom: 0;
}
.customer-stories.more-content + .more-content {
  padding-top: 10px;
}
.customer-stories.more-content .entry-title {
  margin-bottom: 30px;
}
.customer-stories.more-content .entry-title p {
  margin-bottom: 30px;
}
.customer-stories.more-content .cb-content h1, .customer-stories.more-content .cb-content h2, .customer-stories.more-content .cb-content h3, .customer-stories.more-content .cb-content h4, .customer-stories.more-content .cb-content h5, .customer-stories.more-content .cb-content h6 {
  color: #013A71;
  font-weight: 700;
  margin-bottom: 12px;
}
.customer-stories.more-content .cb-content p:last-child {
  margin: 0;
}
.customer-stories.more-content .cb-content p a {
  color: #F08A20;
  font-weight: 700;
  /* text-decoration: underline; */
}
.customer-stories.more-content .cb-content p a:hover, .customer-stories.more-content .cb-content p a:focus {
  color: #66B245;
}
.customer-stories.more-content .cb-content p small {
  font-size: 14px;
  line-height: 25px;
}
.customer-stories.more-content .cb-content img {
  margin-bottom: 20px;
}
.customer-stories.more-content .cb-content .btn {
  margin-bottom: 20px;
}
.customer-stories.more-content .cb-content a {
  color: #F08A20;
}
.customer-stories.more-content .cb-content a:hover, .customer-stories.more-content .cb-content a:focus {
  color: #66B245;
}
.customer-stories.more-content .cb-content ul {
  list-style: none;
}
.customer-stories.more-content .cb-content ul li {
  padding-left: 15px;
  position: relative;
}
.customer-stories.more-content .cb-content ul li:before {
  left: 0;
  content: "\e809";
  color: #0094C9;
  font-size: 10px;
  position: absolute;
  font-family: "processunity";
}
.customer-stories.more-content .cb-content ol {
  list-style: none;
  counter-reset: section;
}
.customer-stories.more-content .cb-content ol li {
  position: relative;
}
.customer-stories.more-content .cb-content ol li:before {
  color: #000;
  counter-increment: section;
  content: counters(section, ".") ". ";
}
.customer-stories.more-content .cb-content ol li ol {
  margin-top: 15px;
  margin-left: 15px;
}
.customer-stories.more-content .cb-content ul, .customer-stories.more-content .cb-content ol {
  margin-bottom: 22px;
}
.customer-stories.more-content .cb-content ul li, .customer-stories.more-content .cb-content ol li {
  margin-bottom: 12px;
}
.customer-stories.more-content .cb-content blockquote {
  color: #013A71;
  margin: 30px 0;
  font-size: 18px;
  line-height: 26px;
  position: relative;
  padding: 0 10px 0 18px;
  background-color: transparent;
  border-left: 8px solid #0094C9;
}
.customer-stories.more-content .cb-content blockquote p {
  font-style: italic;
  margin-bottom: 10px;
}

.customer-stories-item {
  margin-top: 40px;
}
.customer-stories-item .media {
  height: 224px;
  overflow: hidden;
  background: #FFF;
  margin-bottom: 18px;
  -webkit-box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.06);
}
.customer-stories-item .media a {
  width: 100%;
  height: 100%;
  display: block;
}
.customer-stories-item .media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.customer-stories-item .text {
  padding-right: 30px;
}
.customer-stories-item .text .categories {
  margin-bottom: 5px;
}
.customer-stories-item .text .categories li a {
  display: block;
  color: #0094C9;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.customer-stories-item .text .categories li a:hover, .customer-stories-item .text .categories li a:focus {
  color: #F08A20;
}
.customer-stories-item .text .categories li:not(:last-child) a:after {
  content: ",";
}
.customer-stories-item .text .entry-title {
  color: #000;
  max-width: 305px;
  margin-bottom: 5px;
}
.customer-stories-item .text .excerpt p {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400px;
}
.customer-stories-item .text a:hover .entry-title, .customer-stories-item .text a:focus .entry-title {
  color: #66B245;
}
.customer-stories-item:hover .media img, .customer-stories-item:focus .media img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.customer-stories-cta {
  padding: 40px 0 20px;
}
.customer-stories-cta .cta {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 46px 50px;
  background-color: #013A71;
}
.customer-stories-cta .cta .content {
  z-index: 2;
  position: relative;
}
.customer-stories-cta .cta .content .title {
  color: #FFF;
  max-width: 555px;
  margin-bottom: 30px;
}
.customer-stories-cta .cta .media {
  top: 0;
  top: 50%;
  z-index: 1;
  right: -245px;
  position: absolute;
  -webkit-transform: translatey(-50%);
  -ms-transform: translatey(-50%);
  transform: translatey(-50%);
}

.customer-stories-header {
  padding: 50px 0;
}
.customer-stories-header .content {
  margin-bottom: 30px;
}
.customer-stories-header .content .title {
  max-width: 650px;
}
.customer-stories-header .content .button-group {
  margin-top: 15px;
  margin-left: -5px;
  margin-right: -5px;
}
.customer-stories-header .content .button-group .btn {
  margin-top: 10px;
  margin-left: 5px;
  margin-right: 5px;
}
.customer-stories-header .content .categories {
  margin-bottom: 5px;
}
.customer-stories-header .content .categories li a {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #66B245;
  line-height: 19px;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.customer-stories-header .content .categories li a:hover, .customer-stories-header .content .categories li a:focus {
  color: #F08A20;
}
.customer-stories-header .content .categories li:not(:last-child) a:after {
  content: ",";
}
.customer-stories-header .media {
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.06);
}
.customer-stories-header .media img {
  width: 100%;
  height: auto;
}

.border-icon-box-right {
  margin-top: 30px;
  min-height: 200px;
  padding: 20px 20px;
  height: calc(100% - 30px);
  border: 1px solid currentColor;
}
.border-icon-box-right .icon {
  font-size: 36px;
  text-align: right;
  color: currentColor;
  margin-bottom: 30px;
}
.border-icon-box-right .icon .icon-rolodex {
  font-size: 25px;
}
.border-icon-box-right .text .title {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: currentColor;
}
.border-icon-box-right .text h4 {
  color: #000;
}
.border-icon-box-right:hover .icon, .border-icon-box-right:focus .icon {
  -webkit-animation: shake 0.5s forwards;
  animation: shake 0.5s forwards;
}

.customer-stories-content {
  padding: 50px 0 60px;
}
.customer-stories-content .content {
  max-width: 750px;
}
.customer-stories-content .content h1, .customer-stories-content .content h2, .customer-stories-content .content h3, .customer-stories-content .content h4, .customer-stories-content .content h5, .customer-stories-content .content h6 {
  color: #013A71;
  margin-bottom: 15px;
}
.customer-stories-content .content p:last-child {
  margin: 0;
}
.customer-stories-content .content p a {
  color: #F08A20;
  font-weight: 700;
  /* text-decoration: underline; */
}
.customer-stories-content .content p a:hover, .customer-stories-content .content p a:focus {
  color: #66B245;
}
.customer-stories-content .content p small {
  font-size: 14px;
  line-height: 25px;
}
.customer-stories-content .content .btn {
  margin-bottom: 20px;
}
.customer-stories-content .content ul {
  list-style: none;
}
.customer-stories-content .content ul li {
  padding-left: 15px;
  position: relative;
}
.customer-stories-content .content ul li:before {
  left: 0;
  content: "\e809";
  color: #0094C9;
  font-size: 10px;
  position: absolute;
  font-family: "processunity";
}
.customer-stories-content .content ul li a {
  color: #F08A20;
  font-weight: 700;
  /* text-decoration: underline; */
}
.customer-stories-content .content ul li a:hover, .customer-stories-content .content ul li a:focus {
  color: #66B245;
}
.customer-stories-content .content ol {
  list-style: none;
  counter-reset: section;
}
.customer-stories-content .content ol li {
  position: relative;
}
.customer-stories-content .content ol li:before {
  color: #000;
  counter-increment: section;
  content: counters(section, ".") ". ";
}
.customer-stories-content .content ol li ol {
  margin-top: 15px;
  margin-left: 15px;
}
.customer-stories-content .content ul, .customer-stories-content .content ol {
  margin-bottom: 22px;
}
.customer-stories-content .content ul li, .customer-stories-content .content ol li {
  margin-bottom: 12px;
}
.customer-stories-content .content blockquote {
  margin-top: 15px;
  position: relative;
  border-left: 6px solid #0094C9;
  padding: 0 10px 0 40px;
}
.customer-stories-content .content blockquote p {
  margin-bottom: 10px;
}
.customer-stories-content .content blockquote:before {
  top: 22px;
  left: 10px;
  color: #013A71;
  font-size: 4em;
  content: "“";
  font-family: Arial;
  position: absolute;
}
.customer-stories-content .sidebar .widget {
  padding: 30px;
  position: relative;
  margin-bottom: 20px;
  height: calc(100% - 20px);
}
.customer-stories-content .sidebar .widget .widget-title {
  color: #FFF;
  margin-bottom: 15px;
}
.customer-stories-content .sidebar .widget ul {
  list-style: none;
  padding-left: 0;
}
.customer-stories-content .sidebar .widget ul:not(.list-unstyled):not(.list-inline) li {
  color: #FFF;
  padding-left: 15px;
  position: relative;
}
.customer-stories-content .sidebar .widget ul:not(.list-unstyled):not(.list-inline) li:not(:last-child) {
  margin-bottom: 15px;
}
.customer-stories-content .sidebar .widget ul:not(.list-unstyled):not(.list-inline) li:before {
  left: 0;
  content: "\e809";
  color: #0094C9;
  font-size: 10px;
  position: absolute;
  font-family: "processunity";
}
.customer-stories-content .sidebar .widget .popup-video {
  width: 100%;
  display: block;
  background: #FFF;
  position: relative;
  -webkit-box-shadow: 0px 12px 18px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 12px 18px rgba(0, 0, 0, 0.06);
}
.customer-stories-content .sidebar .widget .popup-video:before {
  z-index: 1;
  right: 20px;
  bottom: 20px;
  content: "\e81d";
  color: #FFF;
  font-size: 48px;
  line-height: 51px;
  position: absolute;
  font-family: "processunity";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.customer-stories-content .sidebar .widget .popup-video:after {
  top: 0;
  left: 0;
  width: 100%;
  content: "";
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
}
.customer-stories-content .sidebar .widget .popup-video img {
  width: 100%;
}
.customer-stories-content .sidebar .widget .popup-video:hover:before {
  bottom: calc(50% - 25px);
  right: calc(50% - 22px);
}
.customer-stories-content .sidebar .widget .blockquote {
  margin: 0;
  padding: 0;
}
.customer-stories-content .sidebar .widget .blockquote:before {
  opacity: 0.3;
  right: 15px;
  bottom: 15px;
  position: absolute;
  content: url(images/quote.svg);
}
.customer-stories-content .sidebar .widget .blockquote p {
  color: #FFF;
  font-style: italic;
}
.customer-stories-content .sidebar .widget .blockquote .blockquote-footer {
  color: #FFF;
  font-size: 12px;
  margin-top: 15px;
  font-weight: 700;
  line-height: 18px;
  font-style: normal;
}
.customer-stories-content .sidebar .widget .blockquote .blockquote-footer:before {
  content: none;
}
.customer-stories-content .sidebar .widget .blockquote .blockquote-footer .name {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  font-style: normal;
}
.customer-stories-content .sidebar .widget .blockquote .blockquote-footer cite {
  display: block;
  font-style: normal;
}
.customer-stories-content .sidebar .widget .logo {
  display: block;
  margin-bottom: 20px;
}
.customer-stories-content .sidebar .widget .quick-contact {
  list-style: none;
}
.customer-stories-content .sidebar .widget .quick-contact > li {
  width: 100%;
  margin-bottom: 15px;
}
.customer-stories-content .sidebar .widget .quick-contact > li:before {
  content: none;
}
.customer-stories-content .sidebar .widget .quick-contact > li .icon {
  float: left;
  font-size: 20px;
  margin-right: 10px;
}
.customer-stories-content .sidebar .widget .quick-contact > li .icon .icon-email {
  font-size: 14px;
}
.customer-stories-content .sidebar .widget .quick-contact > li .text {
  overflow: hidden;
}
.customer-stories-content .sidebar .widget .quick-contact > li .text a {
  font-weight: 400;
  color: #000;
}
.customer-stories-content .sidebar .widget .quick-contact > li .text a:hover, .customer-stories-content .sidebar .widget .quick-contact > li .text a:focus {
  color: #66B245;
}
.customer-stories-content .sidebar .widget .quick-contact > li.address .text a {
  display: block;
  max-width: 180px;
}
.customer-stories-content .sidebar .widget .quick-contact > li .social-media {
  margin-right: -10px;
  margin-right: -10px;
}
.customer-stories-content .sidebar .widget .quick-contact > li .social-media li {
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.entry-footer {
  margin-top: 40px;
}
.entry-footer .btn-return {
  color: #0094C9;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}
.entry-footer .btn-return i {
  width: 40px;
  height: 40px;
  font-size: 12px;
  line-height: 40px;
  text-align: center;
  margin-right: 12px;
  border-radius: 500px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 2px solid #013A71;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.entry-footer .btn-return:hover, .entry-footer .btn-return:focus {
  color: #66B245;
}
.entry-footer .btn-return:hover i, .entry-footer .btn-return:focus i {
  -webkit-transform: translateX(-5px);
  -ms-transform: translateX(-5px);
  transform: translateX(-5px);
}

.customer-stories-details {
  padding: 40px 0 60px;
}
.customer-stories-details .content .categories {
  margin-bottom: 5px;
}
.customer-stories-details .content .categories li {
  margin: 0;
  padding: 0;
  padding-left: 5px;
}
.customer-stories-details .content .categories li:before {
  content: none;
}
.customer-stories-details .content .categories li a {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #66B245;
  line-height: 19px;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.customer-stories-details .content .categories li a:hover, .customer-stories-details .content .categories li a:focus {
  color: #F08A20;
}
.customer-stories-details .content .categories li:not(:last-child) a:after {
  content: ",";
}
.customer-stories-details .content .title {
  margin-bottom: 10px;
}
.customer-stories-details .content p {
  max-width: 960px;
}
.customer-stories-details .content .popup-video {
  display: block;
  position: relative;
  margin-bottom: 50px;
  -webkit-box-shadow: 0px 32px 18px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 32px 18px rgba(0, 0, 0, 0.12);
}
.customer-stories-details .content .popup-video:before {
  z-index: 1;
  right: 40px;
  bottom: 40px;
  content: "\e81d";
  color: #FFF;
  font-size: 56px;
  line-height: 51px;
  position: absolute;
  font-family: "processunity";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.customer-stories-details .content .popup-video:after {
  top: 0;
  left: 0;
  width: 100%;
  content: "";
  height: 100%;
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.49)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.49) 100%);
}
.customer-stories-details .content .popup-video img {
  width: 100%;
  height: auto;
}
.customer-stories-details .content .popup-video .runtime {
  z-index: 2;
  left: 40px;
  bottom: 40px;
  color: #97C6E0;
  position: absolute;
}
.customer-stories-details .content .popup-video:hover:before {
  color: #66B245;
}
.customer-stories-details .content h1, .customer-stories-details .content h2, .customer-stories-details .content h3, .customer-stories-details .content h4, .customer-stories-details .content h5, .customer-stories-details .content h6 {
  margin-bottom: 15px;
}
.customer-stories-details .content p:last-child {
  margin: 0;
}
.customer-stories-details .content p a {
  color: #F08A20;
  font-weight: 700;
  /* text-decoration: underline; */
}
.customer-stories-details .content p a:hover, .customer-stories-details .content p a:focus {
  color: #66B245;
}
.customer-stories-details .content p small {
  font-size: 14px;
  line-height: 25px;
}
.customer-stories-details .content .btn {
  margin-bottom: 20px;
}
.customer-stories-details .content ul {
  list-style: none;
}
.customer-stories-details .content ul li {
  padding-left: 15px;
  position: relative;
}
.customer-stories-details .content ul li:before {
  left: 0;
  content: "\e809";
  color: #0094C9;
  font-size: 10px;
  position: absolute;
  font-family: "processunity";
}
.customer-stories-details .content ol {
  list-style: none;
  counter-reset: section;
}
.customer-stories-details .content ol li {
  position: relative;
}
.customer-stories-details .content ol li:before {
  color: #000;
  counter-increment: section;
  content: counters(section, ".") ". ";
}
.customer-stories-details .content ol li ol {
  margin-top: 15px;
  margin-left: 15px;
}
.customer-stories-details .content ul, .customer-stories-details .content ol {
  margin-bottom: 22px;
}
.customer-stories-details .content ul li, .customer-stories-details .content ol li {
  margin-bottom: 12px;
}
.customer-stories-details .content blockquote {
  margin-top: 15px;
  position: relative;
  border-left: 6px solid #013A71;
  padding: 0 10px 0 40px;
}
.customer-stories-details .content blockquote p {
  margin-bottom: 10px;
}
.customer-stories-details .content blockquote:before {
  top: 22px;
  left: 10px;
  color: #013A71;
  font-size: 4em;
  content: "“";
  font-family: Arial;
  position: absolute;
}
.customer-stories-details .content .entry-footer {
  padding: 30px 0;
  margin-top: 40px;
  border-top: 1px solid #0094C9;
  border-bottom: 1px solid #0094C9;
}

.wistia_video {
  width: 100%;
  position: relative;
}

/***********************************
BLOG STYLES
***********************************/
.columnWidth {
  z-index: -1;
}

.orange-box {
  padding: 30px;
  background: #013A71;
}
.orange-box .media {
  margin-bottom: 14px;
}
.orange-box .media img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.orange-box .text .title {
  color: #FFF;
  max-width: 185px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 14px;
}

.multiply-image-box {
  z-index: 1;
  overflow: hidden;
  min-height: 312px;
  position: relative;
  margin-bottom: 20px;
  background-color: currentColor;
}
.multiply-image-box:before {
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 1;
  width: 100%;
  content: "";
  height: 100%;
  position: absolute;
  background: #000;
}
.multiply-image-box .link {
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  position: absolute;
}
.multiply-image-box .media {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  mix-blend-mode: multiply;
}
.multiply-image-box .media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  max-width: inherit;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.multiply-image-box .text {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  min-height: 312px;
  position: relative;
}
.multiply-image-box .text .categories {
  z-index: 2;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  margin-bottom: 30px;
}
.multiply-image-box .text .categories li {
  padding-left: 0;
  padding-right: 0;
}
.multiply-image-box .text .categories li a {
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  padding: 4px 10px;
  letter-spacing: 0;
  text-transform: none;
  border-radius: 500px;
  background: currentColor;
}
.multiply-image-box .text .categories li a span {
  color: #FFF;
}
.multiply-image-box .text .categories li a:hover, .multiply-image-box .text .categories li a:focus {
  background: #013A71;
}
.multiply-image-box .text .bottom {
  z-index: 2;
  position: relative;
}
.multiply-image-box .text .bottom .meta {
  color: #FFF;
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 5px;
}
.multiply-image-box .text .bottom .meta a {
  color: #FFF;
  text-decoration: underline;
}
.multiply-image-box .text .bottom .meta a:hover, .multiply-image-box .text .bottom .meta a:focus {
  color: #F08A20;
}
.multiply-image-box .text .bottom .title {
  margin: 0;
  color: #FFF;
}
.multiply-image-box:hover .media img, .multiply-image-box:focus .media img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.MSEdge .multiply-image-box:before, .Explorer .multiply-image-box:before, .Safari .multiply-image-box:before {
  opacity: 0.7;
}

.select-wrapper {
  position: relative;
}
.select-wrapper:before {
  right: 18px;
  content: "\e806";
  color: #FFF;
  font-size: 9px;
  line-height: 12px;
  position: absolute;
  top: calc(50% - 7px);
  pointer-events: none;
  font-family: "processunity";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.select-wrapper:focus-within:before {
  -webkit-transform: rotate3d(1, 0, 0, 190deg);
  -ms-transform: rotate3d(1, 0, 0, 190deg);
  transform: rotate3d(1, 0, 0, 190deg);
}
.select-wrapper select {
  color: #FFF !important;
  font-weight: 700 !important;
  background: #013A71 !important;
  padding-right: 40px !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.select-wrapper select::-webkit-inner-spin-button {
  -webkit-appearance: none;
  cursor: pointer;
  display: block;
  width: 8px;
  color: #333;
  text-align: center;
  position: relative;
}

.latest-blog {
  padding: 40px 0 20px;
}
.latest-blog .entry-title {
  margin-bottom: 30px;
}
.latest-blog .blog-post {
  border: 0;
  padding: 0;
  margin-bottom: 20px;
}
.latest-blog .blog-post .media {
  max-width: 100%;
  margin-bottom: 16px;
}
.latest-blog .blog-post .text .excerpt {
  margin-top: 8px;
}
.latest-blog .blog-post .text .excerpt p {
  margin: 0;
}

.archive-header {
  padding: 40px 0;
}
.archive-header .entry-title .description p {
  margin: 0;
}
.archive-header .entry-title .description p + p {
  margin-top: 30px;
}

.blog-search-form {
  padding: 40px 0;
}
.blog-search-form form {
  position: relative;
  border-bottom: 1px solid #F0F0F0;
}
.blog-search-form form .form-group input, .blog-search-form form .form-group select {
  padding: 11px 20px !important;
}
.blog-search-form form .form-group .select-wrapper select {
  padding-right: 40px !important;
}
.blog-search-form form .form-group .search-box {
  position: relative;
}
.blog-search-form form .form-group .search-box input[type=search] {
  padding-right: 40px !important;
}
.blog-search-form form .form-group .search-box button[type=submit] {
  border: 0;
  right: 18px;
  cursor: pointer;
  font-size: 20px;
  line-height: 20px;
  position: absolute;
  top: calc(50% - 10px);
  background: transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.blog-search-form form .form-group .search-box button[type=submit]:hover, .blog-search-form form .form-group .search-box button[type=submit]:focus {
  color: #66B245;
}
.blog-search-form form .form-group .btn {
  width: 100%;
  padding: 13px 5px;
  border-radius: 6px;
}
.blog-search-form form button[type=reset] {
  right: 0;
  border: 0;
  z-index: 2;
  bottom: -30px;
  color: #000;
  font-size: 14px;
  cursor: pointer;
  font-weight: 700;
  line-height: 24px;
  position: absolute;
  background: transparent;
  text-transform: uppercase;
  text-decoration: underline;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.blog-search-form form button[type=reset] i {
  font-size: 13px;
  margin-right: 5px;
  display: inline-block;
}
.blog-search-form form button[type=reset]:hover {
  color: #F08A20;
}
.blog-search-form form button[type=reset]:hover i {
  -webkit-animation: spin 4s infinite linear;
  animation: spin 4s infinite linear;
}

.blog-page {
  padding: 40px 0 65px;
}
.blog-page .sidebar .widget {
  margin-bottom: 30px;
}
.blog-page .sidebar .widget .widget-title {
  color: #013A71;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #013A71;
}
.blog-page .sidebar .widget .categories {
  line-height: 0;
  margin-left: -2px;
  margin-right: -2px;
}
.blog-page .sidebar .widget .categories li {
  padding-left: 2px;
  padding-right: 2px;
  margin-bottom: 8px;
}
.blog-page .sidebar .widget .categories li a {
  color: #FFF;
  display: block;
  font-size: 14px;
  overflow: hidden;
  font-weight: 700;
  padding: 5px 10px;
  line-height: 18px;
  border-radius: 500px;
}
.blog-page .sidebar .widget .categories li a:hover, .blog-page .sidebar .widget .categories li a:focus {
  background: #013A71 !important;
}
.blog-page .sidebar .widget .featured-posts li:not(:last-child) {
  margin-bottom: 30px;
}
.blog-page .sidebar .widget .featured-posts li .media {
  width: 80px;
  height: 80px;
  overflow: hidden;
  margin-right: 20px;
  border-radius: 500px;
}
.blog-page .sidebar .widget .featured-posts li .media a {
  width: 100%;
  height: 100%;
  display: block;
}
.blog-page .sidebar .widget .featured-posts li .media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.blog-page .sidebar .widget .featured-posts li .text {
  overflow: hidden;
}
.blog-page .sidebar .widget .featured-posts li .text .categories li {
  margin-bottom: 5px;
}
.blog-page .sidebar .widget .featured-posts li .text .meta {
  color: #000;
  display: block;
  font-size: 12px;
  font-weight: 400;
  list-style: 18px;
  margin-bottom: 10px;
}
.blog-page .sidebar .widget .featured-posts li .text .meta a {
  color: #000;
  text-decoration: underline;
}
.blog-page .sidebar .widget .featured-posts li .text .meta a:hover, .blog-page .sidebar .widget .featured-posts li .text .meta a:focus {
  color: #66B245;
}
.blog-page .sidebar .widget .featured-posts li .text .title {
  color: #000;
}
.blog-page .sidebar .widget .featured-posts li .text a:hover .title, .blog-page .sidebar .widget .featured-posts li .text a:focus .title {
  color: #66B245;
}
.blog-page .sidebar .widget .featured-posts li:hover .media img, .blog-page .sidebar .widget .featured-posts li:focus .media img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.blog-post-group {
  width: 100%;
  max-width: 820px;
  margin-bottom: 60px;
}
.blog-post-group:last-child {
  margin-bottom: 0;
}
.blog-post-group .entry-title {
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #013A71;
}
.blog-post-group .btn-view-all {
  border: 0;
  padding: 0;
  display: block;
  color: #F08A20;
  font-size: 16px;
  font-weight: 700;
  border-radius: 0;
  line-height: 24px;
  white-space: normal;
  text-align: initial;
  background: transparent;
  text-decoration: underline;
}
.blog-post-group .btn-view-all:hover, .blog-post-group .btn-view-all:focus {
  color: #2392ce;
}

.blog-post {
  overflow: hidden;
  position: relative;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #97C6E0;
}
.blog-post .media {
  width: 100%;
  height: auto;
  overflow: hidden;
  max-width: 180px;
  margin-right: 20px;
}
.blog-post .media a {
  width: 100%;
  display: block;
}
.blog-post .media img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.blog-post .text {
  width: 100%;
  overflow: hidden;
}
.blog-post .text .d-flex {
  margin-bottom: 10px;
}
.blog-post .text .categories {
  line-height: 0;
  margin-left: -2px;
  margin-right: 5px;
}
.blog-post .text .categories li {
  padding-left: 2px;
  padding-right: 2px;
}
.blog-post .text .categories li a {
  color: #FFF;
  display: block;
  font-size: 14px;
  overflow: hidden;
  font-weight: 700;
  padding: 5px 10px;
  line-height: 18px;
  border-radius: 500px;
}
.blog-post .text .categories li a:hover, .blog-post .text .categories li a:focus {
  background: #013A71 !important;
}
.blog-post .text .meta {
  color: #000;
  font-size: 12px;
  font-weight: 400;
  list-style: 18px;
  display: inline-block;
}
.blog-post .text .meta a {
  color: #000;
  text-decoration: underline;
}
.blog-post .text .meta a:hover, .blog-post .text .meta a:focus {
  color: #66B245;
}
.blog-post .text .title {
  color: #000;
}
.blog-post .text a:hover .title, .blog-post .text a:focus .title {
  color: #66B245;
}
.blog-post.video .media {
  position: relative;
}
.blog-post.video .media a:before {
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  content: "";
  height: 100%;
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.27)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.27) 100%);
}
.blog-post.video .media a:after {
  top: auto;
  z-index: 1;
  left: auto;
  right: 15px;
  bottom: 15px;
  content: "\e81d";
  color: #FFF;
  font-size: 26px;
  position: absolute;
  text-align: center;
  font-family: "processunity";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.24));
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.24));
}
.blog-post:hover .media img, .blog-post:focus .media img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.blog-post:hover.video .media a:after, .blog-post:focus.video .media a:after {
  color: #66B245;
}

.blog-page-details .blog-post {
  margin: 0;
  border: 0;
  padding: 0;
  width: 100%;
  max-width: 850px;
}
.blog-page-details .blog-post .meta a {
  color: #F08A20;
}
.blog-page-details .blog-post .meta a:hover, .blog-page-details .blog-post .meta a:focus {
  color: #66B245;
}
.blog-page-details .blog-post .author-meta {
  margin-bottom: 20px;
}
.blog-page-details .blog-post .author-meta .media {
  margin: 0;
  width: 38px;
  height: 38px;
  overflow: hidden;
  margin-right: 8px;
  border-radius: 500px;
}
.blog-page-details .blog-post .author-meta .media img {
  width: 100%;
  height: 100%;
  max-width: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
.blog-page-details .blog-post .author-meta .text .name {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0;
}
.blog-page-details .blog-post .author-meta .text .position {
  display: block;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0;
}
.blog-page-details .blog-post .author-meta .text a {
  color: #000;
}
.blog-page-details .blog-post .author-meta:hover .media img, .blog-page-details .blog-post .author-meta:focus .media img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.blog-page-details .blog-post .author-meta:hover .text .name, .blog-page-details .blog-post .author-meta:focus .text .name {
  color: #F08A20;
}
.blog-page-details .blog-post .media {
  max-width: 100%;
  margin-bottom: 30px;
}
.blog-page-details .blog-post .media img {
  width: 100%;
  height: auto;
  -webkit-transform: inherit;
  -ms-transform: inherit;
  transform: inherit;
}
.blog-page-details .blog-post .title {
  color: #013A71;
  margin-bottom: 15px;
}
.blog-page-details .blog-post .entry-content h1, .blog-page-details .blog-post .entry-content h2, .blog-page-details .blog-post .entry-content h3, .blog-page-details .blog-post .entry-content h4, .blog-page-details .blog-post .entry-content h5, .blog-page-details .blog-post .entry-content h6 {
  color: #013A71;
  margin-bottom: 12px;
}
.blog-page-details .blog-post .entry-content p:last-child {
  margin: 0;
}
.blog-page-details .blog-post .entry-content p a {
  color: #F08A20;
  font-weight: 700;
  /* text-decoration: underline; */
}
.blog-page-details .blog-post .entry-content p a:hover, .blog-page-details .blog-post .entry-content p a:focus {
  color: #66B245;
}
.blog-page-details .blog-post .entry-content p small {
  font-size: 14px;
  line-height: 25px;
}
.blog-page-details .blog-post .entry-content .btn {
  margin-bottom: 20px;
}
.blog-page-details .blog-post .entry-content ul {
  list-style: none;
}
.blog-page-details .blog-post .entry-content ul li {
  padding-left: 15px;
  position: relative;
}
.blog-page-details .blog-post .entry-content ul li:before {
  left: 0;
  content: "\e809";
  color: #0094C9;
  font-size: 10px;
  position: absolute;
  font-family: "processunity";
}
.blog-page-details .blog-post .entry-content ul li a {
  color: #F08A20;
  font-weight: 700;
  /* text-decoration: underline; */
}
.blog-page-details .blog-post .entry-content ul li a:hover, .blog-page-details .blog-post .entry-content ul li a:focus {
  color: #66B245;
}
.blog-page-details .blog-post .entry-content ol {
  counter-reset: section;
}
.blog-page-details .blog-post .entry-content ol li {
  position: relative;
}
.blog-page-details .blog-post .entry-content ol li a {
  color: #F08A20;
  font-weight: 700;
  /* text-decoration: underline; */
}
.blog-page-details .blog-post .entry-content ol li a:hover, .blog-page-details .blog-post .entry-content ol li a:focus {
  color: #66B245;
}
.blog-page-details .blog-post .entry-content ol li ol {
  margin-top: 15px;
  margin-left: 15px;
}
.blog-page-details .blog-post .entry-content ul, .blog-page-details .blog-post .entry-content ol {
  margin-bottom: 22px;
}
.blog-page-details .blog-post .entry-content ul li, .blog-page-details .blog-post .entry-content ol li {
  margin-bottom: 12px;
}
.blog-page-details .blog-post .entry-content blockquote {
  color: #013A71;
  margin: 30px 0;
  font-size: 18px;
  line-height: 26px;
  position: relative;
  padding: 0 10px 0 18px;
  background-color: transparent;
  border-left: 8px solid #0094C9;
}
.blog-page-details .blog-post .entry-content blockquote p {
  font-style: italic;
  margin-bottom: 10px;
}
.blog-page-details .blog-post .orange-box, .blog-page-details .blog-post .cta_wrapper {
  margin-top: 40px;
}
.blog-page-details .blog-post .request-demo {
  padding: 0;
}
.blog-page-details .blog-post .get-touch, .blog-page-details .blog-post .request-demo {
  margin-top: 30px;
}
.blog-page-details .blog-post .get-touch .container, .blog-page-details .blog-post .request-demo .container {
  padding-left: 0;
  padding-right: 0;
}
.blog-page-details .blog-post .get-touch .container .get-touch-bg, .blog-page-details .blog-post .request-demo .container .get-touch-bg {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.blog-page-details .blog-post .entry-footer {
  margin: 40px 0 0;
  padding: 25px 0 15px;
  border-top: 1px solid #97C6E0;
  border-bottom: 1px solid #97C6E0;
}
.blog-page-details .blog-post .entry-footer .btn-return {
  margin-right: 15px;
  margin-bottom: 10px;
}
.blog-page-details .blog-post .entry-footer .btn-return i {
  -webkit-transform: inherit;
  -ms-transform: inherit;
  transform: inherit;
  -webkit-transition: inherit;
  transition: inherit;
}
.blog-page-details .blog-post .entry-footer .btn-return:hover i, .blog-page-details .blog-post .entry-footer .btn-return:focus i {
  color: #FFF;
  background: #66B245;
  border-color: #66B245;
}
.blog-page-details .blog-post .entry-footer .share .sharethis-inline-share-buttons .st-btn {
  height: auto !important;
  min-width: auto !important;
  padding: 8px 15px !important;
  position: relative !important;
  font-size: initial !important;
  border-radius: 500px !important;
  line-height: initial !important;
  background: #66B245 !important;
}
.blog-page-details .blog-post .entry-footer .share .sharethis-inline-share-buttons .st-btn:after {
  vertical-align: middle;
  content: url(images/share.svg);
}
.blog-page-details .blog-post .entry-footer .share .sharethis-inline-share-buttons .st-btn img {
  display: none !important;
}
.blog-page-details .blog-post .entry-footer .share .sharethis-inline-share-buttons .st-btn .st-label {
  font-size: 16px;
  padding: 0 !important;
  min-width: auto !important;
  font-weight: 700 !important;
}

.blog-post-cta {
  margin: 30px 0;
  background: #013A71;
  position: relative;
  padding: 60px 50px;
}
.blog-post-cta:before {
  top: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  content: "";
  height: 100%;
  position: absolute;
  background: url(images/cta-background.svg) no-repeat right center/contain;
}
.blog-post-cta .content {
  z-index: 2;
  max-width: 450px;
  position: relative;
}
.blog-post-cta .content .title {
  color: #FFF !important;
  margin-bottom: 10px !important;
}
.blog-post-cta .content .description {
  color: #FFF;
  font-weight: 400;
  margin-bottom: 15px;
}

.blog-post-ccta {
  margin: 30px 0;
}

.pagination .float-left a i {
  text-indent: -4px;
  margin-right: 12px;
}
.pagination .float-right a i {
  text-indent: 4px;
  margin-left: 12px;
}
.pagination a {
  color: #000;
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  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;
}
.pagination a i {
  color: #013A71;
  font-size: 12px;
  min-width: 48px;
  min-height: 48px;
  overflow: hidden;
  line-height: 48px;
  background: #FFF;
  text-align: center;
  border-radius: 500px;
  display: inline-block;
  -webkit-box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.06);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.pagination a:hover, .pagination a:focus {
  color: #013A71;
}
.pagination a:hover i, .pagination a:focus i {
  color: #FFF;
  background: #013A71;
}

/***********************************
CONNECTORS-ADDONS STYLES
***********************************/
.connectors-addons-header {
  padding: 50px 0;
  overflow: hidden;
}
.connectors-addons-header .entry-title {
  margin-bottom: 40px;
}
.connectors-addons-header .entry-title p {
  max-width: 920px;
}

.caa-slider {
  padding: 30px 0 0;
  margin-left: -9px;
  margin-right: -9px;
  margin-right: calc(-50vw + 50%);
}
.caa-slider .slick-slide {
  height: 100%;
  padding: 9px;
}
.caa-slider .slick-slide .caa-item {
  height: 100%;
  padding: 50px;
  display: block;
  overflow: hidden;
  background: #FFF;
  -webkit-box-shadow: 0px 12px 18px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 12px 18px rgba(0, 0, 0, 0.06);
}
.caa-slider .slick-slide .caa-item .text {
  width: 100%;
  max-width: 640px;
  margin-right: 18px;
}
.caa-slider .slick-slide .caa-item .text .title {
  margin-bottom: 5px;
}
.caa-slider .slick-slide .caa-item .text .slider-counter {
  color: #0094C9;
  margin-bottom: 15px;
}
.caa-slider .slick-slide .caa-item .text .excerpt {
  margin-bottom: 25px;
}
.caa-slider .slick-slide .caa-item .text .excerpt p {
  margin: 0;
}
.caa-slider .slick-slide .caa-item .text .btn {
  white-space: normal;
}
.caa-slider .slick-slide .caa-item .media {
  max-width: 285px;
}
.caa-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.caa-slider .slick-track .slick-slide {
  height: inherit;
}

.connectors-addons {
  padding: 45px 0 30px;
}

.connectors-addons-group:not(:last-child) {
  margin-bottom: 45px;
}
.connectors-addons-group .entry-title {
  margin-bottom: 15px;
}

.connectors-addons-post {
  padding: 30px;
  background: #FFF;
  margin-bottom: 18px;
  -webkit-box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.06);
}
.connectors-addons-post .text {
  max-width: 750px;
}
.connectors-addons-post .text .categories {
  margin-bottom: 5px;
}
.connectors-addons-post .text .categories li a {
  color: #0094C9;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}
.connectors-addons-post .text .categories li a:hover, .connectors-addons-post .text .categories li a:focus {
  color: #F08A20;
}
.connectors-addons-post .text .title {
  color: #000;
  margin-bottom: 5px;
}
.connectors-addons-post .text .excerpt {
  margin-bottom: 10px;
}
.connectors-addons-post .text .excerpt p {
  margin: 0;
}
.connectors-addons-post .text a:hover .title, .connectors-addons-post .text a:focus .title {
  color: #66B245;
}

/***********************************
VENDOR RISK MANAGEMENT STYLES
***********************************/
.vendor-rm-header {
  padding: 50px 0;
}
.vendor-rm-header .entry-title .font-weight-normal {
  margin-bottom: 15px;
}
.vendor-rm-header .entry-title p {
  margin: 0;
}
.vendor-rm-header .entry-title p + p {
  margin-top: 30px;
}
.vendor-rm-header .media img {
  width: 100%;
  height: auto;
}

.vendor-rm-features {
  padding: 40px 0 22px;
}

.vendor-rm-feature {
  overflow: hidden;
  background: #FFF;
  margin-bottom: 18px;
  padding: 20px 20px 24px;
  height: calc(100% - 18px);
  -webkit-filter: drop-shadow(0px 6px 16px rgba(0, 0, 0, 0.06));
  filter: drop-shadow(0px 6px 16px rgba(0, 0, 0, 0.06));
}
.vendor-rm-feature .media {
  overflow: hidden;
  background: #FFF;
  margin-bottom: 22px;
  -webkit-box-shadow: 0px 12px 16px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 12px 16px rgba(0, 0, 0, 0.16);
}
.vendor-rm-feature .media a {
  width: 100%;
  display: block;
}
.vendor-rm-feature .media img {
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.vendor-rm-feature.video .media {
  position: relative;
}
.vendor-rm-feature.video .media a:before {
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  content: "";
  height: 100%;
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.27)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.27) 100%);
}
.vendor-rm-feature.video .media a:after {
  top: auto;
  z-index: 1;
  left: auto;
  right: 15px;
  bottom: 15px;
  content: "\e81d";
  color: #FFF;
  font-size: 26px;
  position: absolute;
  text-align: center;
  font-family: "processunity";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.24));
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.24));
}
.vendor-rm-feature .text .title {
  margin-bottom: 15px;
}
.vendor-rm-feature:hover .media img, .vendor-rm-feature:focus .media img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.vendor-rm-feature:hover.video .media a:after, .vendor-rm-feature:focus.video .media a:after {
  right: calc(50% - 12px);
  bottom: calc(50% - 12px);
}
.vendor-rm-feature:hover .text .title, .vendor-rm-feature:focus .text .title {
  color: #66B245;
}

.vendor-rm-highlights {
  padding: 55px 0 42px;
}
.vendor-rm-highlights .entry-title {
  margin-bottom: 40px;
}

.vendor-rm-item {
  display: block;
  overflow: hidden;
  min-height: 260px;
  background: #FFF;
  margin-bottom: 18px;
  height: calc(100% - 18px);
  padding: 15px 0 15px 40px;
  -webkit-filter: drop-shadow(0px 6px 16px rgba(0, 0, 0, 0.06));
  filter: drop-shadow(0px 6px 16px rgba(0, 0, 0, 0.06));
}
.vendor-rm-item .text {
  margin-right: 50px;
}
.vendor-rm-item .text .title {
  color: #013A71;
  margin-bottom: 8px;
}
.vendor-rm-item .text p {
  margin: 0;
  color: #000;
}
.vendor-rm-item .text p span {
  display: block;
  margin-top: 5px;
  font-weight: 700;
  text-decoration: underline;
}
.vendor-rm-item .media {
  width: 100%;
  min-width: 235px;
  max-width: 235px;
  overflow: hidden;
  margin-right: -21px;
  border-radius: 20px;
  border: 6px solid #F0F0F0;
  border-top-right-radius: 0;
  border-right: 0 !important;
  border-bottom-right-radius: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.vendor-rm-item .media img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.vendor-rm-item:hover .media, .vendor-rm-item:focus .media {
  border-color: #66B245;
}
.vendor-rm-item:hover .text .title, .vendor-rm-item:focus .text .title {
  color: #66B245;
}
.vendor-rm-item:hover .text p span, .vendor-rm-item:focus .text p span {
  color: #66B245;
}

.vendor-service {
  padding: 60px 0 40px;
}
.vendor-service .content {
  max-width: 854px;
}
.vendor-service .content h1:not(.sub-title), .vendor-service .content h2:not(.sub-title), .vendor-service .content h3:not(.sub-title), .vendor-service .content h4:not(.sub-title), .vendor-service .content h5:not(.sub-title), .vendor-service .content h6:not(.sub-title) {
  color: #013A71;
  margin-bottom: 12px;
}
.vendor-service .content p:last-child {
  margin: 0;
}
.vendor-service .content p a {
  color: #F08A20;
  font-weight: 700;
}
.vendor-service .content p a:hover, .vendor-service .content p a:focus {
  color: #66B245;
}
.vendor-service .content p small {
  font-size: 14px;
  line-height: 25px;
}
.vendor-service .content .btn {
  margin-bottom: 20px;
}
.vendor-service .content ul {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  list-style: none;
}
.vendor-service .content ul.no-columns {
  -webkit-column-count: auto !important;
  -moz-column-count: auto !important;
  column-count: auto !important;
}
.vendor-service .content ul li {
  padding-left: 15px;
  margin-right: 10px;
  position: relative;
}
.vendor-service .content ul li:before {
  left: 0;
  content: "\e809";
  color: #0094C9;
  font-size: 10px;
  position: absolute;
  font-family: "processunity";
}
.vendor-service .content ol {
  list-style: none;
  counter-reset: section;
}
.vendor-service .content ol li {
  position: relative;
}
.vendor-service .content ol li:before {
  color: #000;
  counter-increment: section;
  content: counters(section, ".") ". ";
}
.vendor-service .content ol li ol {
  margin-top: 15px;
  margin-left: 15px;
}
.vendor-service .content ul, .vendor-service .content ol {
  margin-bottom: 22px;
}
.vendor-service .content ul li, .vendor-service .content ol li {
  margin-bottom: 12px;
  -webkit-column-break-inside: avoid;
}
.vendor-service .content blockquote {
  color: #013A71;
  margin: 30px 0;
  font-size: 18px;
  line-height: 26px;
  position: relative;
  padding: 0 10px 0 18px;
  background-color: transparent;
  border-left: 8px solid #0094C9;
}
.vendor-service .content blockquote p {
  font-style: italic;
  margin-bottom: 10px;
}
.vendor-service .sidebar .vendor-rm-feature .text .title {
  margin-bottom: 8px;
}
.vendor-service .sidebar .vendor-rm-feature .text .excerpt {
  margin-bottom: 20px;
}
.vendor-service .sidebar .vendor-rm-feature .text .excerpt p {
  margin: 0;
}

.vrm-details .content {
  margin-bottom: 30px;
}
.vrm-details .content hr {
  margin-top: 30px;
  margin-bottom: 30px;
  border-color: #97C6E0;
}
.vrm-details .entry-footer {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #E6E6E6;
}
.vrm-details .entry-footer .vrm-form .form-group {
  margin-bottom: 0;
}
.vrm-details .entry-footer .vrm-form .form-group .select-wrapper select {
  padding: 11px 20px !important;
  border-radius: 500px !important;
}
.vrm-details .entry-footer .vrm-form .form-group .select-wrapper select option {
  font-weight: 400;
}
.vrm-details .entry-footer .vrm-arrow {
  color: #000;
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}
.vrm-details .entry-footer .vrm-arrow i {
  color: #013A71;
  font-size: 12px;
  min-width: 48px;
  min-height: 48px;
  overflow: hidden;
  line-height: 48px;
  background: #FFF;
  text-align: center;
  border-radius: 500px;
  display: inline-block;
  -webkit-box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.06);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.vrm-details .entry-footer .vrm-arrow.vrm-arrow-left {
  text-align: left;
}
.vrm-details .entry-footer .vrm-arrow.vrm-arrow-left i {
  text-indent: -4px;
  margin-right: 12px;
}
.vrm-details .entry-footer .vrm-arrow.vrm-arrow-right {
  text-align: right;
}
.vrm-details .entry-footer .vrm-arrow.vrm-arrow-right i {
  text-indent: 4px;
  margin-left: 12px;
}
.vrm-details .entry-footer .vrm-arrow:hover, .vrm-details .entry-footer .vrm-arrow:focus {
  color: #013A71;
}
.vrm-details .entry-footer .vrm-arrow:hover i, .vrm-details .entry-footer .vrm-arrow:focus i {
  color: #FFF;
  background: #013A71;
}

.vrm-slider-wrapper {
  position: relative;
  margin-bottom: 30px;
  display: block !important;
}
.vrm-slider-wrapper .vrm-slider-popup-btn {
  right: 10px;
  width: 40px;
  bottom: 10px;
  height: 40px;
  color: #FFF;
  font-size: 18px;
  overflow: hidden;
  line-height: 40px;
  background: #013A71;
  text-align: center;
  position: absolute;
  border-radius: 500px;
}
.vrm-slider-wrapper .vrm-slider-popup-btn:hover, .vrm-slider-wrapper .vrm-slider-popup-btn:focus {
  background: #66B245;
}
.vrm-slider-wrapper .vrm-slider {
  margin-bottom: 14px;
}
.vrm-slider-wrapper .vrm-slider .media {
  overflow: hidden;
  position: relative;
  background: #FFF;
  margin-bottom: 14px;
  -webkit-box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.06);
}
.vrm-slider-wrapper .vrm-slider .media img {
  width: 100%;
  height: auto;
}
.vrm-slider-wrapper .vrm-slider .text p {
  margin: 0;
  font-style: italic;
}
.vrm-slider-wrapper .slide-controls {
  padding: 20px 0 15px;
  border-top: 1px solid #97C6E0;
  border-bottom: 1px solid #97C6E0;
}
.vrm-slider-wrapper .slide-controls .slick-dots {
  margin-bottom: 0;
  -webkit-column-count: inherit;
  -moz-column-count: inherit;
  column-count: inherit;
}
.vrm-slider-wrapper .slide-controls .slick-dots li {
  padding: 0;
  width: 80px;
  height: 44px;
  margin-right: 0;
  margin-left: 18px;
  margin-bottom: 5px;
  display: inline-block;
  border: 1px solid #0094C9;
}
.vrm-slider-wrapper .slide-controls .slick-dots li:before {
  top: 0;
  left: 0;
  width: 100%;
  opacity: 1;
  content: "";
  opacity: 0.4;
  height: 100%;
  position: absolute;
  background: #000;
  visibility: visible;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.vrm-slider-wrapper .slide-controls .slick-dots li img {
  width: 100%;
  height: 100%;
  max-width: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
.vrm-slider-wrapper .slide-controls .slick-dots li.slick-active:before {
  opacity: 0;
  visibility: hidden;
}

.image-box-content {
  margin-top: 30px;
}
.image-box-content .media {
  width: 100%;
  min-width: 190px;
  max-width: 190px;
  overflow: hidden;
  margin-right: 18px;
  border-radius: 16px;
}
.image-box-content .media img {
  width: 100%;
  height: auto;
}
.image-box-content .text .title {
  margin-bottom: 0;
}
.image-box-content .text ul {
  -webkit-column-count: 1 !important;
  -moz-column-count: 1 !important;
  column-count: 1 !important;
}
.image-box-content .text ul:last-child {
  margin-bottom: 0;
}
.image-box-content .text ul li {
  font-weight: 400;
}

/***********************************
ABOUT STYLES
***********************************/
.about_us {
  overflow: hidden;
  padding: 70px 0 30px;
}
.about_us .entry-title .title {
  max-width: 532px;
  margin-bottom: 10px;
}
.about_us .entry-title p {
  max-width: 550px;
}
.about_us .entry-title .btn {
  margin-top: 30px;
}
.about_us .media {
  width: 63vw;
}
.about_us .media img {
  width: 100%;
  height: auto;
}
.about_us ul {
  list-style: none;
}
.about_us ul li {
  padding-left: 15px;
  position: relative;
  margin-bottom: 15px;
}
.about_us ul li:before {
  left: 0;
  content: "\e809";
  color: #0094C9;
  font-size: 10px;
  position: absolute;
  font-family: "processunity";
}
.about_us ul li a {
  color: #F08A20;
  font-weight: 700;
}
.about_us ul li a:hover, .about_us ul li a:focus {
  color: #66B245;
  text-decoration: none;
}

.our-approach {
  padding: 40px 0 20px;
}
.our-approach .shadow-box {
  background: #FFF;
  padding: 60px 80px 40px;
  -webkit-box-shadow: 0px 24px 55px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 24px 55px rgba(0, 0, 0, 0.06);
}
.our-approach .shadow-box .entry-title {
  margin-bottom: 40px;
}
.our-approach .shadow-box .entry-title .title {
  margin-bottom: 10px;
}
.our-approach .shadow-box .icon-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -9px;
  margin-right: -9px;
}
.our-approach .shadow-box .icon-box li {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 205px;
  flex: 1 1 205px;
  text-align: center;
  padding-left: 9px;
  padding-right: 9px;
  margin-bottom: 30px;
}
.our-approach .shadow-box .icon-box li .icon {
  color: #0094C9;
  font-size: 32px;
  margin-bottom: 15px;
}
.our-approach .shadow-box .icon-box li .text .title {
  margin-bottom: 5px;
}
.our-approach .shadow-box .icon-box li .text p {
  margin: 0;
  font-size: 16px;
  line-height: 22px;
}
.our-approach .shadow-box .icon-box li:hover .icon, .our-approach .shadow-box .icon-box li:focus .icon {
  -webkit-animation: shake 0.5s forwards;
  animation: shake 0.5s forwards;
}

.our-platform {
  padding: 40px 0;
}
.our-platform .content .title {
  margin-bottom: 15px;
}
.our-platform .content p {
  margin: 0;
}
.our-platform .content p + p {
  margin-top: 30px;
}
.our-platform .content a {
  color: #F08A20;
}
.our-platform .content a:hover, .our-platform .content a:focus {
  color: #66B245;
}
.our-platform .media {
  width: 65vw;
}
.our-platform .media img {
  width: 100%;
  height: auto;
}
.our-platform ul {
  list-style: none;
}
.our-platform ul li {
  padding-left: 15px;
  position: relative;
  margin-bottom: 15px;
}
.our-platform ul li:before {
  left: 0;
  content: "\e809";
  color: #0094C9;
  font-size: 10px;
  position: absolute;
  font-family: "processunity";
}
.our-platform ul li a {
  color: #F08A20;
  font-weight: 700;
}
.our-platform ul li a:hover, .our-platform ul li a:focus {
  color: #66B245;
  text-decoration: none;
}

.recognition {
  padding: 60px 0 42px;
}
.recognition .content {
  margin-bottom: 30px;
}
.recognition .content .title {
  margin-bottom: 10px;
}
.recognition .content p {
  margin: 0;
}
.recognition .content p + p {
  margin-top: 30px;
}

.recognition-item {
  display: block;
  min-height: 320px;
  padding: 25px 20px;
  margin-bottom: 18px;
  height: calc(100% - 18px);
}
.recognition-item .logo {
  text-align: center;
  margin-bottom: 30px;
}
.recognition-item .text p {
  margin: 0;
  color: #FFF;
}

.about-leadership {
  padding: 60px 0 42px;
}
.about-leadership .icon-box-right {
  padding: 40px;
  padding-top: 35px;
  padding-right: 35px;
}
.about-leadership .icon-box-right .icon {
  color: #FFF;
  font-size: 50px;
}
.about-leadership .icon-box-right .text .title {
  color: #FFF;
  margin-bottom: 5px;
}
.about-leadership .icon-box-right .text p {
  color: #FFF;
  max-width: 410px;
}

.about-call-action {
  padding: 60px 0 42px;
}

.icon-box-right {
  display: block;
  min-height: 200px;
  padding: 20px 24px;
  background: #FFF;
  border-radius: 6px;
  margin-bottom: 18px;
  height: calc(100% - 18px);
  -webkit-box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.06);
}
.icon-box-right.overlay {
  z-index: 1;
  position: relative;
}
.icon-box-right.overlay:before {
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  content: "";
  height: 100%;
  position: absolute;
  background: url(images/leadership-background-overlay.png) no-repeat right center/cover;
}
.icon-box-right .icon {
  color: #0094C9;
  font-size: 38px;
  line-height: 38px;
  text-align: right;
  margin-bottom: 30px;
}
.icon-box-right .text .title {
  color: #013A71;
}
.icon-box-right .text p {
  margin: 0;
  color: #000;
}
.icon-box-right .text .btn {
  margin-top: 20px;
}
.icon-box-right:hover, .icon-box-right:focus {
  background: #66B245;
}
.icon-box-right:hover .icon, .icon-box-right:focus .icon {
  color: #FFF;
  -webkit-animation: shake 0.5s forwards;
  animation: shake 0.5s forwards;
}
.icon-box-right:hover .text .title, .icon-box-right:focus .text .title {
  color: #FFF;
}
.icon-box-right:hover .text p, .icon-box-right:focus .text p {
  color: #FFF;
}

.about-get-touch.get-touch {
  padding-top: 60px;
}

/***********************************
CAREERS STYLES
***********************************/
.join-team {
  padding: 40px 0 22px;
}
.join-team .col-12 .entry-title p {
  max-width: 100%;
}
.join-team .entry-title {
  margin-bottom: 30px;
}
.join-team .entry-title h4 {
  margin-bottom: 15px;
}
.join-team .entry-title p {
  max-width: 550px;
}
.join-team .entry-title p + p {
  margin-top: 30px;
}
.join-team .icon-box-right {
  padding: 18px;
  border-radius: 0;
  background: #013A71;
  min-height: 286px;
}
.join-team .icon-box-right .icon {
  color: #FFF;
  font-size: 34px;
}
.join-team .icon-box-right .text p {
  color: #FFF;
}

.careers-gallery {
  overflow: hidden;
  padding: 40px 0 22px;
}
.careers-gallery .container-fluid {
  padding-left: 9px;
  padding-right: 9px;
}
.careers-gallery .gallery-item {
  width: 100%;
  height: 220px;
  line-height: 0;
  margin-bottom: 18px;
}
.careers-gallery .gallery-item a {
  height: 100%;
  display: block;
}
.careers-gallery .gallery-item a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.current-opportunities {
  padding: 60px 0 80px;
  background: url(images/careers-background-overlay.svg) no-repeat center top/cover;
}
.current-opportunities .entry-title {
  padding-bottom: 40px;
  border-bottom: 1px solid #E6E6E6;
}
.current-opportunities .entry-title h4 {
  margin-bottom: 14px;
}
.current-opportunities .entry-title p + p {
  margin-top: 30px;
}
.current-opportunities .entry-title ul {
  list-style: none;
  margin-top: 20px;
}
.current-opportunities .entry-title ul li {
  padding-left: 15px;
  position: relative;
}
.current-opportunities .entry-title ul li:before {
  left: 0;
  content: "\e809";
  color: #0094C9;
  font-size: 10px;
  position: absolute;
  font-family: "processunity";
}

.opportunitie-item {
  margin-top: 40px;
}
.opportunitie-item:not(:last-child) {
  padding-bottom: 40px;
  border-bottom: 1px solid #E6E6E6;
}
.opportunitie-item .entry-title {
  border: 0;
  padding: 0;
  margin: 0 0 10px;
}
.opportunitie-item .entry-title .title {
  color: #000;
}
.opportunitie-item .entry-title a .title:hover, .opportunitie-item .entry-title a .title:focus {
  color: #66B245;
}
.opportunitie-item .content .title {
  color: #F08A20;
  margin-bottom: 10px;
}
.opportunitie-item .content p {
  margin: 0;
}
.opportunitie-item .content p + p {
  margin-top: 20px;
}
.opportunitie-item .content p a {
  color: #F08A20;
  font-weight: 700;
}
.opportunitie-item .content p a:hover, .opportunitie-item .content p a:focus {
  color: #66B245;
  text-decoration: none;
}
.opportunitie-item .content ul {
  list-style: none;
}
.opportunitie-item .content ul li {
  padding-left: 15px;
  position: relative;
  margin-bottom: 15px;
}
.opportunitie-item .content ul li:before {
  left: 0;
  content: "\e809";
  color: #0094C9;
  font-size: 10px;
  position: absolute;
  font-family: "processunity";
}
.opportunitie-item .content ul li a {
  color: #F08A20;
  font-weight: 700;
}
.opportunitie-item .content ul li a:hover, .opportunitie-item .content ul li a:focus {
  color: #66B245;
  text-decoration: none;
}
.opportunitie-item .content .btn {
  margin-top: 20px;
}

.opportunity-employeer {
  z-index: 1;
  background: #013A71;
  position: relative;
  padding: 60px 0 215px;
}
.opportunity-employeer .content h1, .opportunity-employeer .content h2, .opportunity-employeer .content h3, .opportunity-employeer .content h4, .opportunity-employeer .content h5, .opportunity-employeer .content h6 {
  color: #FFF;
}
.opportunity-employeer .content .title {
  color: #FFF;
  margin-bottom: 15px;
}
.opportunity-employeer .content h5:not(.title) span {
  font-weight: 400;
}
.opportunity-employeer .content p {
  margin: 0;
  color: #FFF;
  max-width: 1065px;
}
.opportunity-employeer .content p + p {
  margin-top: 30px;
}
.opportunity-employeer .content ul {
  list-style: none;
  margin-bottom: 20px;
}
.opportunity-employeer .content ul li {
  color: #FFF;
  font-weight: 300;
}

.careers-get-touch.get-touch {
  margin-top: -170px;
}

/***********************************
PARTNERS STYLES
***********************************/
.meet-partners {
  padding: 47px 0 50px;
  background: url(images/partners-background.svg) no-repeat center bottom/cover;
}
.meet-partners .entry-title {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #97C6E0;
}
.meet-partners .entry-title p {
  max-width: 955px;
}

.partner-group + .partner-group {
  margin-top: 50px;
}
.partner-group .entry-title {
  border: 0;
  padding: 0;
}
.partner-group .entry-title .title {
  margin: 0;
}

.partner-logo {
  padding: 35px;
  overflow: hidden;
  min-height: 340px;
  background: #FFF;
  margin-bottom: 18px;
  -webkit-box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.06);
}
.partner-logo .media img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.partner-logo:hover .media img, .partner-logo:focus .media img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

/***********************************
PRICING STYLES
***********************************/
.vrmm-pricing {
  padding: 50px 0;
}
.vrmm-pricing hr {
  margin: 22px 0 0;
  padding: 0 0 30px;
  border-color: #97C6E0;
}
.vrmm-pricing .entry-title {
  margin-bottom: 50px;
}
.vrmm-pricing .entry-title p {
  max-width: 805px;
}
.vrmm-pricing .content .title {
  margin-bottom: 10px;
}
.vrmm-pricing .content p {
  margin: 0;
}
.vrmm-pricing .content p + p {
  margin-top: 30px;
}

.pricing-table {
  border: 1px solid;
  background: #FFF;
  margin-bottom: 18px;
  padding: 25px 22px 35px;
  height: calc(100% - 18px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.pricing-table .pricing {
  color: #000;
  margin-bottom: 10px;
}
.pricing-table .pricing span {
  display: inline-block;
}
.pricing-table .pricing span.price-type {
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}
.pricing-table .description {
  margin-right: -10px;
  margin-bottom: 18px;
}
.pricing-table .description p {
  color: #000;
  font-size: 16px;
  line-height: 22px;
}
.pricing-table .userven {
  margin-bottom: 20px;
  margin-right: -15px;
}
.pricing-table .userven li {
  padding-left: 8px;
  padding-right: 15px;
  border-left: 3px solid;
}
.pricing-table .userven li .icon {
  font-size: 14px;
  line-height: 14px;
}
.pricing-table .userven li .text span {
  color: #000;
  display: block;
  line-height: 15px;
}
.pricing-table .userven li .text span.ftitle {
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
}
.pricing-table .userven li .text span.number {
  font-weight: 700;
}
.pricing-table .capa {
  color: #000;
  margin-bottom: 8px;
}
.pricing-table .features {
  max-width: 220px;
  margin-bottom: 20px;
}
.pricing-table .features li {
  color: #000;
  font-size: 16px;
  line-height: 24px;
}
.pricing-table .features.mar li:not(:last-child) {
  margin-bottom: 15px;
}
.pricing-table .btn-text {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: currentColor;
}
.pricing-table .btn-text i {
  font-size: 13px;
  margin-left: 10px;
  display: inline-block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.pricing-table:hover, .pricing-table:focus {
  border-left-width: 12px;
}
.pricing-table:hover .btn-text i, .pricing-table:focus .btn-text i {
  -webkit-transform: translateX(15px);
  -ms-transform: translateX(15px);
  transform: translateX(15px);
}

/***********************************
CONTACT STYLES
***********************************/
.contact-us {
  padding: 50px 0 60px;
}
.contact-us .entry-title p {
  margin-bottom: 30px;
}
.contact-us .entry-title p:last-child {
  margin-bottom: 0;
}

.contact-options {
  padding: 40px 0;
}
.contact-options .icon-box-right {
  padding: 20px;
  overflow: hidden;
  border-radius: 0;
  min-height: 140px;
}
.contact-options .icon-box-right .icon {
  color: #013A71;
  font-size: 17px;
}
.contact-options .icon-box-right .text .title {
  color: #F08A20;
}
.contact-options .icon-box-right .text h4 {
  word-break: break-word;
}
.contact-options .icon-box-right:hover .icon, .contact-options .icon-box-right:focus .icon {
  color: #FFF;
}
.contact-options .icon-box-right:hover .text .title, .contact-options .icon-box-right:focus .text .title {
  color: #FFF;
}
.contact-options .icon-box-right:hover .text .base, .contact-options .icon-box-right:focus .text .base {
  color: #FFF;
}
.contact-options .icon-box-right.background-icon-twitter .text .title {
  color: #013A71;
}
.contact-options .icon-box-right.background-icon-linkedin .text .title {
  color: #97C6E0;
}
.contact-options .social-block {
  margin-bottom: -18px;
}
.contact-options .background-icon-rss {
  background: #F16522;
}
.contact-options .background-icon-rss .icon {
  color: #FFF;
}
.contact-options .background-icon-rss .text .title, .contact-options .background-icon-rss .text h4 {
  color: #FFF;
}
.contact-options .background-icon-rss:hover, .contact-options .background-icon-rss:focus {
  background: #d34d0d;
}
.contact-options .background-icon-gplus {
  background: #E33E2B;
}
.contact-options .background-icon-gplus .icon {
  color: #FFF;
}
.contact-options .background-icon-gplus .text .title, .contact-options .background-icon-gplus .text h4 {
  color: #FFF;
}
.contact-options .background-icon-gplus:hover, .contact-options .background-icon-gplus:focus {
  background: #c12b1a;
}
.contact-options .background-icon-youtube {
  background: #FE0000;
}
.contact-options .background-icon-youtube .icon {
  color: #FFF;
}
.contact-options .background-icon-youtube .text .title, .contact-options .background-icon-youtube .text h4 {
  color: #FFF;
}
.contact-options .background-icon-youtube:hover, .contact-options .background-icon-youtube:focus {
  background: #cb0000;
}
.contact-options .background-icon-twitter {
  background: #2AADF4;
}
.contact-options .background-icon-twitter .icon {
  color: #FFF;
}
.contact-options .background-icon-twitter .text .title, .contact-options .background-icon-twitter .text h4 {
  color: #FFF;
}
.contact-options .background-icon-twitter:hover, .contact-options .background-icon-twitter:focus {
  background: #0c95df;
}
.contact-options .background-icon-facebook {
  background: #4267B2;
}
.contact-options .background-icon-facebook .icon {
  color: #FFF;
}
.contact-options .background-icon-facebook .text .title, .contact-options .background-icon-facebook .text h4 {
  color: #FFF;
}
.contact-options .background-icon-facebook:hover, .contact-options .background-icon-facebook:focus {
  background: #34518d;
}
.contact-options .background-icon-linkedin {
  background: #33589E;
}
.contact-options .background-icon-linkedin .icon {
  color: #FFF;
}
.contact-options .background-icon-linkedin .text .title, .contact-options .background-icon-linkedin .text h4 {
  color: #FFF;
}
.contact-options .background-icon-linkedin:hover, .contact-options .background-icon-linkedin:focus {
  background: #274377;
}
.contact-options .background-icon-pinterest {
  background: #E60023;
}
.contact-options .background-icon-pinterest .icon {
  color: #FFF;
}
.contact-options .background-icon-pinterest .text .title, .contact-options .background-icon-pinterest .text h4 {
  color: #FFF;
}
.contact-options .background-icon-pinterest:hover, .contact-options .background-icon-pinterest:focus {
  background: #b3001b;
}
.contact-options .eq-height [class^=col]:last-child [class^=background-icon] {
  margin-bottom: 0;
}

#gmap {
  height: 100%;
  min-height: 300px;
  background: #013A71;
}

.contact-form {
  background: #FFF;
  padding: 34px 40px 37px;
  -webkit-box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.06);
}
.contact-form .title {
  margin-bottom: 28px;
}
.contact-form .media img {
  width: 100%;
  height: auto;
}
.contact-form.career-form .gform_wrapper .gform_body .gform_fields .gfield {
  padding-right: 0 !important;
}
.contact-form.career-form .gform_wrapper .gform_body .gform_fields .gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  max-width: 100% !important;
}
.contact-form.career-form .gform_wrapper .gform_footer {
  text-align: center;
  display: block !important;
}

.gform_confirmation_message {
  color: #013A71;
  font-size: 16px;
  margin-top: 15px;
  line-height: 24px;
}
.gform_confirmation_message:before {
  content: "✔";
  color: green;
  padding-right: 10px;
}

.gform_wrapper {
  line-height: 0;
  margin: 0 !important;
}
.gform_wrapper .validation_error {
  font-size: 14px !important;
  padding: 10px 0 !important;
  font-weight: 400 !important;
  text-align: left !important;
  line-height: 18px !important;
  margin-bottom: 20px !important;
  border-top: 1px solid #790000 !important;
  border-bottom: 1px solid #790000 !important;
}
.gform_wrapper .gform_ajax_spinner {
  display: none !important;
}
.gform_wrapper .gform_body .gform_fields .gfield {
  margin-top: 14px;
  line-height: normal;
  border-top: 0 !important;
  padding-top: 0 !important;
}
.gform_wrapper .gform_body .gform_fields .gfield:first-child {
  margin-top: 0;
}
.gform_wrapper .gform_body .gform_fields .gfield .validation_message {
  font-size: 14px;
  font-weight: 400;
  padding-top: 5px;
  margin-top: 0 !important;
}
.gform_wrapper .gform_body .gform_fields .gfield .instruction {
  display: none !important;
}
.gform_wrapper .gform_body .gform_fields .gfield .gfield_label {
  margin-top: 0 !important;
}
.gform_wrapper .gform_body .gform_fields .gfield .gfield_label .gfield_required {
  display: none;
}
.gform_wrapper .gform_body .gform_fields .gfield.hidden_label input {
  margin: 0;
}
.gform_wrapper .gform_body .gform_fields .gfield .btn {
  margin: 6px 0;
}
.gform_wrapper .gform_body .gform_fields .gfield.gf_full_width .ginput_container.ginput_container_name span {
  width: 100% !important;
}
.gform_wrapper .gform_body .gform_fields .gfield.gf_full_width .ginput_container.ginput_container_name span:first-child {
  margin-bottom: 14px;
}
.gform_wrapper .gform_body .gform_fields .gfield.custom_file_upload {
  cursor: pointer;
  position: relative;
}
.gform_wrapper .gform_body .gform_fields .gfield.custom_file_upload .gfield_description {
  margin: 0;
  left: 15px;
  padding: 0;
  width: auto;
  color: #6A7C83;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  position: absolute;
  white-space: nowrap;
  pointer-events: none;
  top: calc(50% + 4.4px);
}
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container {
  line-height: normal;
  margin-top: 0 !important;
}
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_name label {
  margin: 0 0 5px !important;
}
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_fileupload {
  height: 40px;
  padding: 3px 0;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  border-radius: 6px;
  background: #FAFAFA;
  border: 1px solid #D6D6D6;
}
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_fileupload:before {
  top: -1px;
  z-index: 3;
  right: -1px;
  width: 100%;
  color: #FFF;
  font-size: 14px;
  cursor: pointer;
  font-weight: 700;
  max-width: 120px;
  background: #013A71;
  line-height: 17px;
  position: absolute;
  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;
  content: "Choose file";
  height: calc(100% + 2px);
  text-transform: uppercase;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_fileupload input[type=file] {
  opacity: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  cursor: pointer;
  color: transparent;
  position: relative;
}
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_fileupload .ginput_preview {
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  color: #6A7C83;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  line-height: 37px;
  position: absolute;
  padding-left: 10px;
  background: #FAFAFA;
}
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_fileupload .ginput_preview strong {
  font-weight: 400;
}
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_fileupload .ginput_preview img {
  width: 15px !important;
}
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_checkbox .gfield_checkbox {
  margin: 0;
  width: 100%;
}
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_checkbox .gfield_checkbox li {
  margin-right: 0;
  margin-bottom: 15px;
  /* after */
  /* before */
}
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_checkbox .gfield_checkbox li:last-child {
  margin-bottom: 0;
}
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_checkbox .gfield_checkbox li label {
  max-width: 100%;
  margin: 0 !important;
  text-transform: none !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 22px !important;
}
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_checkbox .gfield_checkbox li input[type=checkbox] {
  opacity: 0;
  position: absolute;
}
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_checkbox .gfield_checkbox li input[type=checkbox] + label {
  cursor: pointer;
  overflow: hidden;
  position: relative;
  padding-left: 27px;
  display: inline-block;
}
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_checkbox .gfield_checkbox li input[type=checkbox] + label:before,
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_checkbox .gfield_checkbox li input[type=checkbox] + label:after {
  left: 0;
  z-index: 1;
  content: "";
  position: absolute;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_checkbox .gfield_checkbox li input[type=checkbox]:not(:checked) + label:after {
  top: 3px;
  width: 14px;
  height: 14px;
  border-radius: 3px;
  border: 1px solid #D6D6D6;
}
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_checkbox .gfield_checkbox li input[type=checkbox]:checked + label:after {
  top: 3px;
  z-index: 0;
  width: 14px;
  height: 14px;
  border-radius: 3px;
  border: 2px solid #013A71;
  background-color: #013A71;
}
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_checkbox .gfield_checkbox li input[type=checkbox]:not(:checked) + label:before {
  width: 0;
  height: 0;
  border: 3px solid transparent;
  left: 6px;
  top: 10px;
  -webkit-transform: rotateZ(37deg);
  -ms-transform: rotateZ(37deg);
  transform: rotateZ(37deg);
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_checkbox .gfield_checkbox li input[type=checkbox]:checked + label:before {
  top: 3px;
  left: 0.5px;
  width: 6px;
  height: 10px;
  margin-top: 1px;
  border-top: 1.5px solid transparent;
  border-left: 1.5px solid transparent;
  border-right: 1.5px solid #FFF;
  border-bottom: 1.5px solid #FFF;
  -webkit-transform: rotateZ(37deg);
  -ms-transform: rotateZ(37deg);
  transform: rotateZ(37deg);
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_textarea {
  line-height: 0;
}
.gform_wrapper .gform_footer {
  margin: 0 !important;
  padding: 0 !important;
  margin-top: 20px !important;
}
.gform_wrapper .gform_footer .btn {
  background: #66B245;
  -webkit-box-shadow: 0px 12px 12px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 12px 12px rgba(0, 0, 0, 0.16);
}
.gform_wrapper .gform_footer .btn:hover, .gform_wrapper .gform_footer .btn:focus {
  color: #FFF;
  background: #0094C9;
}
.gform_wrapper .gform_footer .gform_ajax_spinner {
  display: none;
}

.get-touch-bg {
  padding: 40px;
  overflow: hidden;
  background: #f08a20;
  -webkit-box-shadow: 0px 24px 36px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 24px 36px rgba(0, 0, 0, 0.12);
}
.get-touch-bg #mktoForm_1372 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -9px;
  margin-right: -9px;
}
.get-touch-bg #mktoForm_1372 label.mktoLabel {
  color: #ffffff !important;
}

.contact-form #mktoForm_1372 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -9px;
  margin-right: -9px;
}
.contact-form #mktoForm_1372 label.mktoLabel {
  color: #6a7c83 !important;
}

.border-bottom-form .gform_wrapper form .gform_body .gform_fields .gfield input, .border-bottom-form .gform_wrapper form .gform_body .gform_fields .gfield select {
  margin: 0;
  border: 0 !important;
  color: #000 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  border-bottom: 1px solid #013A71 !important;
}
.border-bottom-form .gform_wrapper form .gform_body .gform_fields .gfield input::-webkit-input-placeholder {
  color: #000;
  font-size: 16px;
  font-weight: 400;
}
.border-bottom-form .gform_wrapper form .gform_body .gform_fields .gfield input::-moz-placeholder {
  color: #000;
  font-size: 16px;
  font-weight: 400;
}
.border-bottom-form .gform_wrapper form .gform_body .gform_fields .gfield input:-ms-input-placeholder {
  color: #000;
  font-size: 16px;
  font-weight: 400;
}
.border-bottom-form .gform_wrapper form .gform_body .gform_fields .gfield input:-moz-placeholder {
  color: #000;
  font-size: 16px;
  font-weight: 400;
}
.border-bottom-form .gform_wrapper form .gform_body .gform_fields .gfield select {
  color: #000 !important;
  font-weight: 400 !important;
}
.border-bottom-form .gform_wrapper form .gform_footer {
  margin-top: 20px !important;
}

.get-touch {
  padding: 0 0 20px;
}
.get-touch .get-touch-bg {
  z-index: 1;
  position: relative;
  padding: 37px 50px 40px;
  -webkit-box-shadow: 0px 24px 36px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 24px 36px rgba(0, 0, 0, 0.12);
  background-image: url("images/get-touch.jpg");
}
.get-touch .get-touch-bg:before {
  top: 0;
  left: 0;
  width: 100%;
  content: "";
  z-index: -1;
  height: 100%;
  position: absolute;
  background: -webkit-gradient(linear, left top, right top, from(#FFF), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, #FFF 0%, rgba(255, 255, 255, 0) 100%);
}
.get-touch .get-touch-bg .content {
  max-width: 380px;
}
.get-touch .get-touch-bg .content .title {
  margin-bottom: 5px;
}
.get-touch .get-touch-bg .content p {
  margin-bottom: 25px;
}
.get-touch .border-bottom-form {
  max-width: 380px;
}
.get-touch .border-bottom-form .gform_wrapper form .gform_body .gform_fields .gfield .select-wrapper:before {
  color: #000;
  font-size: 6px;
  top: calc(50% - 6px);
}

.request-demo {
  padding: 40px 0;
}
.request-demo .get-touch-bg {
  padding: 40px;
  overflow: hidden;
  padding-bottom: 0;
  background: #F08A20;
  -webkit-box-shadow: 0px 24px 36px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 24px 36px rgba(0, 0, 0, 0.12);
}
.request-demo .get-touch-bg .content {
  margin-bottom: 30px;
}
.request-demo .get-touch-bg .content .title {
  color: #FFF;
  margin-bottom: 25px;
}
.request-demo .get-touch-bg .content p {
  margin-bottom: 25px;
}
.request-demo .get-touch-bg .media img {
  top: 10px;
  position: relative;
}
.request-demo .border-bottom-form {
  max-width: 380px;
}
.request-demo .border-bottom-form .gform_wrapper form .gform_body .gform_fields .gfield input, .request-demo .border-bottom-form .gform_wrapper form .gform_body .gform_fields .gfield select {
  color: #FFF !important;
  border-bottom: 1px solid #FFF !important;
}
.request-demo .border-bottom-form .gform_wrapper form .gform_body .gform_fields .gfield input::-webkit-input-placeholder {
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
}
.request-demo .border-bottom-form .gform_wrapper form .gform_body .gform_fields .gfield input::-moz-placeholder {
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
}
.request-demo .border-bottom-form .gform_wrapper form .gform_body .gform_fields .gfield input:-ms-input-placeholder {
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
}
.request-demo .border-bottom-form .gform_wrapper form .gform_body .gform_fields .gfield input:-moz-placeholder {
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
}
.request-demo .border-bottom-form .gform_wrapper form .gform_body .gform_fields .gfield select {
  color: #FFF !important;
}
.request-demo .border-bottom-form .gform_wrapper form .gform_footer .btn {
  background: #013A71;
}
.request-demo .border-bottom-form .gform_wrapper form .gform_footer .btn:hover, .request-demo .border-bottom-form .gform_wrapper form .gform_footer .btn:focus {
  background: #2392ce;
}

.datasheets {
  padding: 50px 0;
}
.datasheets .content {
  max-width: 695px;
}
.datasheets .content .entry-title {
  margin-bottom: 15px;
}
.datasheets .content h1, .datasheets .content h2, .datasheets .content h3, .datasheets .content h4, .datasheets .content h5, .datasheets .content h6 {
  margin-bottom: 15px;
}
.datasheets .content img {
  height: auto;
  max-width: 100%;
  margin-bottom: 30px;
}
.datasheets .content p:last-child {
  margin: 0;
}
.datasheets .content p a {
  color: #F08A20;
  font-weight: 700;
  /* text-decoration: underline; */
}
.datasheets .content p a:hover, .datasheets .content p a:focus {
  color: #66B245;
}
.datasheets .content p small {
  font-size: 14px;
  line-height: 25px;
}
.datasheets .content .btn {
  margin-bottom: 20px;
}
.datasheets .content ul {
  list-style: none;
}
.datasheets .content ul li {
  padding-left: 15px;
  position: relative;
}
.datasheets .content ul li:before {
  left: 0;
  content: "\e809";
  color: #0094C9;
  font-size: 10px;
  position: absolute;
  font-family: "processunity";
}
.datasheets .content ol {
  list-style: none;
  counter-reset: section;
}
.datasheets .content ol li {
  position: relative;
}
.datasheets .content ol li:before {
  color: #000;
  counter-increment: section;
  content: counters(section, ".") ". ";
}
.datasheets .content ol li ol {
  margin-top: 15px;
  margin-left: 15px;
}
.datasheets .content ul, .datasheets .content ol {
  margin-bottom: 22px;
}
.datasheets .content ul li, .datasheets .content ol li {
  margin-bottom: 12px;
}
.datasheets .content blockquote {
  margin-top: 15px;
  position: relative;
  border-left: 8px solid #0094C9;
  padding: 0 10px 0 40px;
}
.datasheets .content blockquote p {
  margin-bottom: 10px;
}

/***********************************
FOOTER STYLES
***********************************/
.social-media li a {
  width: 28px;
  height: 28px;
  color: #FFF;
  display: block;
  font-size: 11px;
  overflow: hidden;
  line-height: 28px;
  text-align: center;
  background: #0094C9;
  border-radius: 500px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.social-media li a:hover, .social-media li a:focus {
  background: #66B245;
}
.social-media li .icon-rss {
  background: #F16522;
}
.social-media li .icon-gplus {
  background: #E33E2B;
}
.social-media li .icon-youtube {
  background: #FE0000;
}
.social-media li .icon-twitter {
  background: #2AADF4;
}
.social-media li .icon-facebook {
  background: #4267B2;
}
.social-media li .icon-linkedin {
  background: #33589E;
}
.social-media li .icon-pinterest {
  background: #E60023;
}

.pu-footer-contacts-menu li a {
  display: block !important;
}

.quick-contact {
  margin-left: -10px;
  margin-right: -10px;
}
.quick-contact li {
  padding-left: 10px;
  padding-right: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.quick-contact li .icon {
  width: 25px;
  color: #F08A20;
  font-size: 14px;
  line-height: 16px;
}
.quick-contact li .icon span:before {
  vertical-align: middle;
}
.quick-contact li .icon span.icon-email {
  font-size: 12px;
}
.quick-contact li .text a {
  color: #013A71;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}
.quick-contact li .text a:hover, .quick-contact li .text a:focus {
  color: #F08A20;
}

.footer {
  padding: 60px 0;
}
.footer hr {
  margin: 0;
  padding: 0;
  border-color: #DDDDDD;
}
.footer .footer-logo a {
  display: inline-block;
}
.footer .footer-logo, .footer .quick-contact, .footer .social-media {
  margin-bottom: 40px;
}
.footer .masonry-menu-block {
  padding: 0 0 30px;
}
.footer .masonry-menu-block .masonry [class^=col]:nth-child(3) .widget, .footer .masonry-menu-block .masonry [class^=col]:nth-child(4) .widget, .footer .masonry-menu-block .masonry [class^=col]:nth-child(5) .widget, .footer .masonry-menu-block .masonry [class^=col]:nth-child(6) .widget {
  margin-left: 50px;
}
.footer .masonry-menu-block .widget {
  margin: 40px 0 0;
}
.footer .masonry-menu-block .widget ul li a {
  font-size: 15px;
  line-height: 22px;
}
.footer .copyright {
  color: #6A7C83;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
}
.footer .copyright p {
  margin: 0 10px 0 0;
}
.footer .footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
}
.footer .footer-menu li a {
  color: #6A7C83;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  text-decoration: underline;
}
.footer .footer-menu li.active a, .footer .footer-menu li:hover a, .footer .footer-menu li:focus a {
  color: #66B245;
}
.footer.style-2 {
  padding: 44px 0;
  background: #FAFAFA;
}
.footer.style-2 .footer-logo {
  margin: 0;
}
.footer.style-2 .quick-contact {
  margin: 0;
}
.footer.style-2 .social-media {
  margin-bottom: 0;
}

/***********************************
DEFAULT STYLES
***********************************/
.default-page .content h1, .default-page .content h2, .default-page .content h3, .default-page .content h4, .default-page .content h5, .default-page .content h6 {
  margin-bottom: 12px;
}
.default-page .content p:last-child {
  margin: 0;
}
.default-page .content p small {
  font-size: 14px;
  line-height: 25px;
}
.default-page .content p img {
  max-width: 100%;
  height: auto;
}
.default-page .content ol {
  list-style: none;
  counter-reset: section;
}
.default-page .content ol li {
  position: relative;
}
.default-page .content ol li:before {
  counter-increment: section;
  content: counters(section, ".") ". ";
}
.default-page .content ol li ol {
  margin-top: 15px;
  margin-left: 15px;
}
.default-page .content ul, .default-page .content ol {
  margin-bottom: 22px;
}
.default-page .content ul li, .default-page .content ol li {
  margin-bottom: 12px;
}
.default-page .content blockquote {
  color: #013A71;
  margin: 30px 0;
  font-size: 18px;
  line-height: 26px;
  position: relative;
  padding: 0 10px 0 18px;
  background-color: transparent;
  border-left: 8px solid #0094C9;
}
.default-page .content blockquote p {
  font-style: italic;
  margin-bottom: 10px;
}
.default-page .content .entry-footer a {
  color: #013A71;
}
.default-page .content .entry-footer a:hover, .default-page .content .entry-footer a:focus {
  color: #013A71;
}

.wsp-container [class*=-title] {
  margin-top: 0;
  margin-bottom: 20px;
}
.wsp-container ul, .wsp-container ol {
  padding-left: 20px;
  margin-bottom: 25px;
  margin-left: 15px !important;
}
.wsp-container ul li, .wsp-container ol li {
  margin-top: 10px;
  margin-bottom: 0 !important;
}
.wsp-container ul li a, .wsp-container ol li a {
  color: #013A71;
}
.wsp-container ul li a:hover, .wsp-container ul li a:focus, .wsp-container ol li a:hover, .wsp-container ol li a:focus {
  color: #F08A20;
  text-decoration: underline;
}
.wsp-container ul li ul, .wsp-container ul li ol, .wsp-container ol li ul, .wsp-container ol li ol {
  margin-bottom: 0;
}

/***********************************
404 STYLES
***********************************/
.error404 .error-404 {
  padding: 50px 0 30px;
}
.error404 .error-404 .page-header {
  width: 100%;
  margin-top: 0;
  max-width: 800px;
  padding: 0 0 15px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  min-height: inherit;
  background: transparent;
  border-bottom: 1px dashed #013A71;
}
.error404 .error-404 .page-header:after, .error404 .error-404 .page-header:before {
  content: none;
}
.error404 .error-404 .page-header .hero {
  margin: 0;
  color: #013A71;
  font-size: 162px;
  font-weight: 900;
  line-height: 162px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "Avenir-Black";
}
.error404 .error-404 .page-header .hero span:nth-child(2) {
  color: #66B245;
}
.error404 .error-404 .page-header .hero span:nth-child(3) {
  color: #0094C9;
}
.error404 .error-404 .page-header .page-title {
  color: #013A71;
}
.error404 .error-404 .page-content p {
  margin: 0;
}
.error404 .error-404 .page-content .btn {
  margin-top: 30px;
}

/***********************************
MKTOFORM STYLES
***********************************/
.mktoForm {
  width: 100% !important;
}
.mktoForm .mktoError {
  right: auto !important;
}
.mktoForm .mktoAsterix, .mktoForm .mktoGutter, .mktoForm .mktoOffset {
  display: none !important;
}
.mktoForm label {
  width: 100% !important;
  padding-top: 0 !important;
  margin-bottom: 5px !important;
}
.mktoForm label[for=Consent_to_Processing__c], .mktoForm label[for=Consent_to_Opt_In__c] {
  float: right;
  max-width: 100%;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 22px !important;
  margin-right: -23px !important;
  text-transform: none !important;
}
.mktoForm .mktoFormRow {
  margin-left: -9px;
  margin-right: -9px;
}
.mktoForm .mktoFormRow:first-child {
  margin-top: 0;
}
.mktoForm .mktoFormRow:nth-child(5) .mktoFormCol, .mktoForm .mktoFormRow:nth-child(6) .mktoFormCol, .mktoForm .mktoFormRow:nth-child(7) .mktoFormCol {
  width: 100% !important;
}
.mktoForm .mktoFormRow .mktoFormCol {
  width: 50%;
  margin-top: 16px;
  padding-left: 9px;
  padding-right: 9px;
  position: relative;
  margin-bottom: 0 !important;
}
.mktoForm .mktoFormRow .mktoFormCol .mktoLogicalField {
  left: 6px;
  position: absolute;
}
.mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap {
  float: none !important;
}
.mktoForm .mktoFormRow .mktoFormCol input {
  height: auto !important;
}
.mktoForm .mktoFormRow .mktoFormCol textarea {
  height: 80px;
}
.mktoForm .mktoButtonRow {
  margin-top: 20px;
}
.mktoForm .mktoButtonRow .mktoButtonWrap {
  margin-left: 0 !important;
}
.mktoForm .mktoButtonRow .mktoButtonWrap .mktoButton {
  border: 0 !important;
  color: #FFF !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  line-height: 20px !important;
  background: #66B245 !important;
  border-radius: 500px !important;
  padding: 14px 27px 13px !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.mktoForm .mktoButtonRow .mktoButtonWrap .mktoButton:hover, .mktoForm .mktoButtonRow .mktoButtonWrap .mktoButton:focus {
  background: #0094C9 !important;
}
.mktoForm#mktoForm_1321, .mktoForm#mktoForm_1372 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -9px;
  margin-right: -9px;
}
.mktoForm#mktoForm_1321 label[for=Consent_to_Processing__c], .mktoForm#mktoForm_1321 label[for=Consent_to_Opt_In__c], .mktoForm#mktoForm_1372 label[for=Consent_to_Processing__c], .mktoForm#mktoForm_1372 label[for=Consent_to_Opt_In__c] {
  margin-right: -30px !important;
}
.mktoForm#mktoForm_1321 .mktoFormRow, .mktoForm#mktoForm_1372 .mktoFormRow {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 9px;
  padding-right: 9px;
}
.mktoForm#mktoForm_1321 .mktoFormRow:nth-child(8), .mktoForm#mktoForm_1372 .mktoFormRow:nth-child(8) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.mktoForm#mktoForm_1321 .mktoFormRow:nth-last-child(4), .mktoForm#mktoForm_1372 .mktoFormRow:nth-last-child(4) {
  display: none;
}
.mktoForm#mktoForm_1321 .mktoFormRow .mktoFormCol, .mktoForm#mktoForm_1372 .mktoFormRow .mktoFormCol {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.mktoForm#mktoForm_1321 .mktoButton, .mktoForm#mktoForm_1372 .mktoButton {
  margin-left: 9px;
}

/***********************************
COLLECTIONS STYLES
***********************************/
hr.black {
  border-color: #000;
}

.collections-header {
  padding: 37px 0 50px;
}
.collections-header .entry-title .media {
  margin-top: 17px;
}
.collections-header .entry-title .media img {
  width: 100%;
  height: auto;
}
.collections-header .entry-title.positioning {
  min-height: 346px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  /*&:after {
  	right: 0;
  	width: 310px;
  	height: 100px;
  	background: url(images/collections/color-card.png) no-repeat right top/cover;
  }*/
}
.collections-header .entry-title.positioning:before, .collections-header .entry-title.positioning:after {
  z-index: 1;
  content: "";
  position: absolute;
}
.collections-header .entry-title.positioning:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0)), color-stop(48.76%, rgba(0, 0, 0, 0.49)), to(#000));
  background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.49) 48.76%, #000 100%);
}
.collections-header .entry-title.positioning .text {
  z-index: 2;
  padding: 40px;
  margin-top: auto;
  position: relative;
  padding-top: 100px !important;
}
.collections-header .entry-title.positioning .text .max-width {
  max-width: 585px;
}
.collections-header .entry-title.positioning .text .title {
  color: #FFF;
}
.collections-header .entry-title.positioning .text p {
  color: #FFF;
}
.collections-header .entry-title.positioning .media {
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.collections-header .entry-title.positioning .media img {
  width: 100%;
  height: 100%;
  -o-object-position: 80%;
  object-position: 80%;
  -o-object-fit: cover;
  object-fit: cover;
}

.collections-page {
  padding: 53px 0;
}

.collection-item {
  height: 364px;
  display: block;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
  -webkit-box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.06);
}
.collection-item .link {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.collection-item .categories {
  font-size: 0;
  margin-left: -3px;
  margin-right: -3px;
}
.collection-item .categories li {
  padding-left: 3px;
  padding-right: 3px;
}
.collection-item .categories li a {
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  padding: 3px 10px;
  position: relative;
  border-radius: 500px;
  color: #FFF !important;
  border: 1.4px solid #FFF;
}
.collection-item .categories li a:-moz-any-link:hover, .collection-item .categories li a:-moz-any-link:focus {
  background: #FFF;
  color: #000 !important;
}
.collection-item .categories li a:any-link:hover, .collection-item .categories li a:any-link:focus {
  background: #FFF;
  color: #000 !important;
}
.collection-item .excerpt p {
  margin: 0;
  font-size: 16px;
  line-height: 26px;
}
.collection-item .text-block .title:not(.h1):not(.h2):not(.h3):not(.h4):not(.h5):not(h6) {
  font-size: 20px;
  line-height: 28px;
}
.collection-item .text-block .btn {
  margin-top: 10px;
  padding: 9px 20px;
  background: #013A71;
}
.collection-item .text-block .btn:hover, .collection-item .text-block .btn:focus {
  color: #FFF;
  background: #66B245;
}

.collection-item.big {
  height: 748px;
}
.collection-item.big .categories li a {
  font-size: 21px;
  line-height: 26px;
  padding: 4px 10px 2px;
}
.collection-item.big .text-block .btn {
  font-size: 30px;
  line-height: 36px;
  padding: 8px 25px;
}

.collection-item.big.dark-card .text-block {
  padding: 30px;
}
.collection-item.big.dark-card .text-block .text {
  max-width: 75%;
}
.collection-item.big.dark-card .text-block .btn {
  margin-top: 20px;
}

.collection-item.big.color-card:after {
  width: 310px;
  height: 100px;
}

.collection-item.big.video-card .media {
  height: 290px;
}
.collection-item.big.video-card .media .meta-text .play {
  font-size: 55px;
}
.collection-item.big.video-card .text-block {
  padding-right: 30px;
  height: calc(100% - 290px);
}
.collection-item.big.video-card .text-block .excerpt p {
  font-size: 21px;
  line-height: 36px;
}

.collection-item.dark-card {
  position: relative;
  border: 6px solid var(--collection-color);
}
.collection-item.dark-card .media {
  height: 100%;
  width: 100%;
  z-index: 1;
  position: relative;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.collection-item.dark-card .media:before {
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  content: "";
  height: 100%;
  opacity: 0.5;
  position: absolute;
  background: #000;
}
.collection-item.dark-card .media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.collection-item.dark-card:not(.big) .text-block .title {
  z-index: 1;
  color: #FFF;
  position: relative;
  font-size: 24px !important;
  line-height: 32px !important;
}
.collection-item.dark-card .text-block {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  position: absolute;
}
.collection-item.dark-card .text-block .text {
  max-width: 87%;
}
.collection-item.dark-card .text-block .categories li a {
  z-index: 1;
  position: relative;
}
.collection-item.dark-card .text-block .title {
  z-index: 1;
  color: #FFF;
  position: relative;
}
.collection-item.dark-card .text-block .excerpt {
  z-index: 1;
  color: #FFF;
  font-weight: 400;
  position: relative;
}
.collection-item.dark-card .text-block .btn {
  z-index: 3;
  color: #FFF;
  position: relative;
  background: var(--collection-color);
}
.collection-item.dark-card .text-block .btn:hover, .collection-item.dark-card .text-block .btn:focus {
  color: #FFF;
  background: #000;
}
.collection-item.dark-card .link {
  z-index: 2;
}
.collection-item.dark-card:hover .media img, .collection-item.dark-card:focus .media img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.collection-item.color-card {
  position: relative;
  /*&:after {
  	right: 0;
  	z-index: 1;
  	width: 160px;
  	height: 52px;
  	background: url(images/collections/color-card.png) no-repeat right top/cover;
  }*/
}
.collection-item.color-card:before, .collection-item.color-card:after {
  top: 0;
  z-index: 1;
  content: "";
  position: absolute;
}
.collection-item.color-card:before {
  left: 0;
  width: 100%;
  opacity: 0.9;
  height: 100%;
  background: var(--collection-color);
}
.collection-item.color-card .media {
  height: 100%;
  width: 100%;
}
.collection-item.color-card .media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.collection-item.color-card .text-block {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  padding: 24px 26px 26px;
}
.collection-item.color-card .text-block .categories li a {
  z-index: 1;
  position: relative;
}
.collection-item.color-card .text-block .title {
  z-index: 1;
  color: #FFF;
  max-width: 85%;
  position: relative;
}
.collection-item.color-card .text-block .btn {
  z-index: 3;
  color: #000;
  position: relative;
  background: #FFF;
}
.collection-item.color-card .text-block .btn:hover, .collection-item.color-card .text-block .btn:focus {
  color: #FFF;
  background: #000;
}
.collection-item.color-card .link {
  z-index: 2;
}
.collection-item.color-card:hover .media img, .collection-item.color-card:focus .media img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.collection-item.video-card {
  position: relative;
}
.collection-item.video-card.disable-overlay .media:before {
  display: none;
}
.collection-item.video-card .media {
  width: 100%;
  height: 140px;
  overflow: hidden;
  position: relative;
}
.collection-item.video-card .media:before {
  top: 0;
  left: 0;
  width: 100%;
  content: "";
  opacity: 0.5;
  height: 100%;
  background: #000;
  position: absolute;
}
.collection-item.video-card .media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.collection-item.video-card .media .meta-text {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  padding: 24px 26px 16px;
}
.collection-item.video-card .media .meta-text .categories li a {
  position: relative;
}
.collection-item.video-card .media .meta-text .play {
  color: #FFF;
  font-size: 30px;
  margin-top: 20px;
}
.collection-item.video-card .text-block {
  bottom: 0;
  height: 0;
  width: 100%;
  background: #FFF;
  position: absolute;
  padding: 24px 26px 26px;
  height: calc(100% - 140px);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.collection-item.video-card .text-block .excerpt {
  height: 0;
  opacity: 0;
  visibility: hidden;
}
.collection-item.video-card .text-block .mt-auto {
  bottom: 26px;
  position: absolute;
}
.collection-item.video-card .text-block .btn {
  z-index: 1;
  position: relative;
}
.collection-item.video-card:hover .text-block, .collection-item.video-card:focus .text-block {
  height: 100%;
}
.collection-item.video-card:hover .text-block .excerpt, .collection-item.video-card:focus .text-block .excerpt {
  opacity: 1;
  height: auto;
  visibility: visible;
}

.collection-item.pdf-card {
  display: block;
  position: relative;
}
.collection-item.pdf-card .media {
  width: 100%;
  height: 100%;
}
.collection-item.pdf-card .media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.collection-item.pdf-card .text-block {
  left: 0;
  height: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  background: #FFF;
  position: absolute;
  padding: 24px 26px 26px;
  height: calc(100% - 140px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.collection-item.pdf-card .text-block .title {
  color: #000;
}
.collection-item.pdf-card .text-block .excerpt {
  height: 0;
  opacity: 0;
  color: #000;
  visibility: hidden;
}
.collection-item.pdf-card .text-block .mt-auto {
  bottom: 26px;
  position: absolute;
}
.collection-item.pdf-card:hover .text-block, .collection-item.pdf-card:focus .text-block {
  opacity: 1;
  height: 100%;
  visibility: visible;
  background: #FFF;
}
.collection-item.pdf-card:hover .text-block .excerpt, .collection-item.pdf-card:focus .text-block .excerpt {
  opacity: 1;
  height: auto;
  visibility: visible;
}

.collection-item-wrapper {
  margin-bottom: 50px;
}
.collection-item-wrapper .collection-item {
  width: 100%;
  max-width: 280px;
  min-width: 280px;
  margin-bottom: 0;
  margin-right: 40px;
}
.collection-item-wrapper .collection-item-right {
  max-width: 689px;
}
.collection-item-wrapper .collection-item-right .title {
  color: #000;
  max-width: 630px;
  margin-bottom: 10px;
}
.collection-item-wrapper .collection-item-right p, .collection-item-wrapper .collection-item-right .p {
  margin: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
}
.collection-item-wrapper .collection-item-right a:hover .title, .collection-item-wrapper .collection-item-right a:focus .title {
  color: #013A71;
}

#pu_form_parallax .pu_form_parallax__text {
  font-size: 4.375em;
  color: #143b6c;
  line-height: 1em;
}

.play {
  position: absolute;
  max-width: 15%;
  z-index: 4;
  left: 0 !important;
  right: 0 !important;
  margin-left: auto;
  margin-right: auto;
  bottom: 0 !important;
  top: 0 !important;
  margin-top: auto;
  margin-bottom: auto;
}

#primary.with-overlay {
  position: relative;
}
#primary.with-overlay::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 59, 113, 0.5);
  z-index: 9;
}

.resource {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 3em;
}
.resource > div {
  width: 100%;
  height: 24em;
}
.resource > div img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 1.79/1;
  max-height: 207px;
}

.pu-form-container {
  overflow: hidden;
  padding: 120px 0;
}

.list-with-arrows .lever-job-title {
  padding-right: 4%;
}
.list-with-arrows ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.5em;
  margin: 0;
}
.list-with-arrows ul li {
  padding-left: 2em;
  position: relative;
  font-size: 1.125em;
}
.list-with-arrows ul li::before {
  content: "";
  display: inline-block;
  height: 1em;
  width: 1em;
  position: absolute;
  left: 0px;
  top: 6px;
  background-image: url(./images/assets/icon-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.about-us {
  padding: 5em 0;
  padding-bottom: 10em;
  padding-left: 19%;
  padding-right: 16%;
  background-color: #e7e7e7;
  background-image: url(./images/assets/about-us-bg-1.png), url(./images/assets/about-us-bg-2.png);
  background-repeat: no-repeat, no-repeat;
  background-position: bottom left, right;
}

.content-search__post {
  gap: 2em;
}
.content-search__post img {
  width: 20em;
  height: 12em;
  -o-object-fit: cover;
  object-fit: cover;
}

.blog-post .categories li a {
  color: #FFF;
  display: block;
  font-size: 14px;
  overflow: hidden;
  font-weight: 700;
  padding: 5px 10px;
  line-height: 18px;
  border-radius: 500px;
}