/*!
    Theme Name: Erika Record
	Theme URI: 
	Description: Erika Record Wordpress Theme
    Version: 1.0
	Author: Splendor
*/
@font-face {
  font-family: "URW DIN Cond";
  src: url("fonts/URWDINCond-Medium.woff2") format("woff2"), url("fonts/URWDINCond-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "erika-records-icons";
  src: url("fonts/erika-records-icons.ttf?wa7sot") format("truetype"), url("fonts/erika-records-icons.woff?wa7sot") format("woff"), url("fonts/erika-records-icons.svg?wa7sot#erika-records-icons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  font-family: "erika-records-icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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


.mfp-arrow:before {
  content: "\e900";
}



.mfp-arrow-right:before {
  content: "\e901";
}

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

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

.icon-chevron-down:before {
  content: "\e918";
}

.icon-chevron-up:before {
  content: "\e919";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon-podcasts:before {
  content: "\e910";
}

.icon-newsletters:before {
  content: '';
display: inline-block;
    width: 1em;
    height: 1em;
    background-image: url('https://dev.erikarecord.com/wp-content/uploads/2024/12/newsletter-icon1-png-png.webp');
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: text-bottom;
}

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

.icon-payment:before {
  content: "\e912";
}

.icon-manual:before {
  content: "\e913";
}

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

.icon-download:before {
  content: "\e915";
}

.icon-blogs:before {
  content: "\e916";
}

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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
  font-size: 1em;
  line-height: 1.65;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  scroll-padding-top: 180px;
}
@media (max-width: 1279px) {
  html {
    scroll-padding-top: 150px;
  }
}

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

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

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

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

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

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

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

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

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #fff;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #000;
  display: block;
  font-size: 0.875em;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

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

/*! author: splendordesign.com  */
body {
  background: #fff;
  font-size: 18px;
  font-family: "sofia-pro", sans-serif;
  font-weight: normal;
  color: #000;
  overflow-x: hidden;
  min-width: 320px;
  letter-spacing: 0.02em;
}
body.noscroll {
  overflow: hidden;
}
.no-hero body {
  padding-top: 110px;
}
@media (max-width: 1279px) {
  .no-hero body {
    padding-top: 70px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 16px;
  }
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "sofia-pro", sans-serif;
  font-weight: normal;
  margin: 0;
  line-height: 1.2;
}

h1, .h1 {
  line-height: 1.2;
  font-weight: normal;
  font-size: 70px;
  font-weight: 500;
  letter-spacing: -0.025em;
}
h1 small, .h1 small {
  display: block;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0.2em;
  margin: 0 0 20px;
  line-height: 1;
  text-transform: uppercase;
  color: #c33632;
}
h1 small:last-child, .h1 small:last-child {
  margin: 20px 0 0;
}
@media (max-width: 767px) {
  h1, .h1 {
    font-size: 44px;
  }
  h1 small, .h1 small {
    font-size: 13px;
  }
}

h2, .h2 {
  font-size: 42px;
  font-weight: 500;
  line-height: 1.2em;
  letter-spacing: -0.025em;
  margin-bottom: 0.75em;
  color: #000;
}
h2 small, .h2 small {
  display: block;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.2em;
  margin: 0 0 10px;
  line-height: 1;
  text-transform: uppercase;
  color: #c33632;
}
@media (max-width: 767px) {
  h2, .h2 {
    font-size: 30px;
  }
  h2 small, .h2 small {
    font-size: 12px;
  }
}

h3, .h3 {
  font-size: 26px;
  font-weight: normal;
  margin-bottom: 0.9em;
}
h3 small, .h3 small {
  display: block;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.2em;
  margin: 0 0 10px;
  line-height: 1;
  text-transform: uppercase;
  color: #c33632;
}

h4, .h4 {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: 0.02em;
  margin: 0 0 1em;
}
h4 small, .h4 small {
  display: block;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.2em;
  margin: 0 0 10px;
  line-height: 1;
  text-transform: uppercase;
  color: #c33632;
}
@media (max-width: 767px) {
  h4, .h4 {
    font-size: 20px;
  }
  h4 small, .h4 small {
    font-size: 12px;
  }
}

strong {
  font-weight: bold;
}

ul {
  list-style-type: none;
}

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

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

p + ul, p + ol {
  margin-top: -1.4em;
}

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

figure {
  margin: 0;
}

blockquote {
  margin: 1.75em 0;
  padding: 0;
  font-size: 26px;
  color: #3262c3;
  line-height: 1.3em;
  padding-left: 125px;
  position: relative;
}
blockquote::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100px;
  height: 3px;
  background-color: #c33632;
  top: 15px;
}
blockquote p:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  blockquote {
    padding-top: 30px;
    padding-left: 0;
  }
  blockquote::before {
    top: 0;
  }
}

.nothing {
  font-size: 40px;
  font-weight: 500;
  color: #c33632;
  padding: 1em 0;
}
@media (max-width: 767px) {
  .nothing {
    font-size: 30px;
  }
}

.btn-news {
  border: solid 2px #c33632;
  border-radius: 0;
  background: #c33632;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.2em;
  color: #fff;
  padding: 19px 40px;
  line-height: 1em;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  z-index: 1;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
  min-width: 254px;
}

a.btn-news {
	color: #fff!important;
	text-decoration: none!important;
}

a.btn-news:hover, a.btn-news:focus {
	color: #c33632!important;
	text-decoration: none!important;
}


.btn-news:hover, .btn-news:focus {
  background: transparent;
  color: #c33632;
}

.btn {
  border: solid 2px #c33632;
  border-radius: 0;
  background: #c33632;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.2em;
  color: #fff;
  padding: 19px 40px;
  line-height: 1em;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  z-index: 1;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
  min-width: 254px;
}
.btn:hover, .btn:focus {
  background: transparent;
  color: #c33632;
}
@media (max-width: 767px) {
  .btn {
    font-size: 12px;
    padding: 12px 32px;
    min-width: 0;
  }
}

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

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

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

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

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

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

a.more {
  color: #c33632;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  padding: 2px 0;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-size: 12px;
  text-decoration: none;
}
a.more:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  width: 100%;
  background-color: #c33632;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
a.more:hover {
  color: #000;
}
a.more:hover:before {
  background-color: #000;
}

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

.clearfix:after {
  clear: both;
}

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

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

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

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

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

figure.image {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  display: block;
  aspect-ratio: 1;
}
figure.image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.container {
  width: 100%;
  max-width: 1680px;
  padding-left: 40px;
  padding-right: 40px;
  margin: 0 auto;
}
@media (max-width: 374px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}


.container1 {
  width: 100%;
  max-width: 1680px;
  padding-left: 40px;
  padding-right: 40px;
  margin: 0 auto;
}
@media (max-width: 374px) {
  .container1 {
    padding-left: 20px;
    padding-right: 20px;
  }
}


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

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

.pagination {
  margin: 60px 0 0;
}
.pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 5px;
  -moz-column-gap: 5px;
  column-gap: 5px;
}
.pagination .page-numbers {
  text-align: center;
  width: 50px;
  height: 56px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  font-family: "sofia-pro", sans-serif;
  position: relative;
  border: solid 1px #9a9999;
  color: #878787;
  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 .page-numbers:not(.dots):hover, .pagination .page-numbers:not(.dots):focus {
  color: #fff;
  background-color: #c33632;
  border-color: #c33632;
}
.pagination .page-numbers.prev, .pagination .page-numbers.next {
  border-color: transparent;
  color: #c9c7c8;
  font-size: 20px;
}
.pagination .page-numbers.prev:hover, .pagination .page-numbers.prev:focus, .pagination .page-numbers.next:hover, .pagination .page-numbers.next:focus {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
}
.pagination .page-numbers.current {
  color: #fff;
  background-color: #c33632;
  border-color: #c33632;
}
@media (max-width: 767px) {
  .pagination .page-numbers {
    font-size: 12px;
    width: 40px;
    height: 46px;
  }
}

.page-nav__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.page-nav__links a {
  width: 57px;
  height: 57px;
  border: solid 1px #c33632;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 18px;
  margin-right: -1px;
}
.page-nav__links a:hover, .page-nav__links a:focus {
  background-color: #c33632;
  color: #fff;
}

.slick-arrow {
  width: 36px;
  height: 36px;
  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;
  font-size: 36px;
  color: #c33632;
  cursor: pointer;
  z-index: 200;
}
@media (max-width: 767px) {
  .slick-arrow {
    width: 30px;
    height: 30px;
    font-size: 30px;
  }
}

.slick-dots {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 7px;
  margin: 30px 0 0;
}
.slick-dots li {
  width: 12px;
  height: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.slick-dots li button {
  font-size: 0;
  color: transparent;
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 12px;
  border: 0;
  background-color: #353535;
  width: 12px;
  height: 12px;
  cursor: pointer;
}
.slick-dots li.slick-active button {
  background-color: #c33632;
}

.banner {
  background-color: #000;
  position: relative;
  min-height: min(844px, 43.95vw);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.banner > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 1;
}
.banner .container {
  padding-bottom: 60px;
}
.banner .container > * {
  position: relative;
  z-index: 2;
}
.banner--insights, .banner--news-events, .banner--products {
  text-align: center;
}
.banner--news-events h1 small {
  color: #fff;
}
.banner--equipment {
  text-align: center;
  font-size: 20px;
  font-weight: normal;
	margin-bottom: 50px;
  letter-spacing: normal;
}
.banner--equipment .container > *:last-child {
  margin-bottom: 0;
}
.banner--equipment h1 {
  margin: 0 0 0.2em;
  font-size: 65px;
}
.banner--equipment h1 small {
  color: #fff;
  margin: 0 0 10px;
}
.banner__icons {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
  border-top: solid 1px #757373;
  border-bottom: solid 1px #757373;
  background-color: rgba(0, 0, 0, 0.37);
  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;
}
.banner__icons a {
  display: block;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: min(220px, 8.72vw);
  padding: 30px 0 20px;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.2em;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 350px;
}
.banner__icons a i {
  font-size: 65px;
  display: block;
  margin: 0 0 20px;
}
.banner__icons a:hover, .banner__icons a:focus {
  background-color: #c33632;
  color: #fff;
}
@media (max-width: 1279px) {
  .banner--insights {
    padding-top: 200px;
    padding-bottom: 250px;
  }
}
@media (max-width: 1079px) {
  .banner h1 {
    font-size: 44px;
  }
  .banner h1 small {
    font-size: 13px;
  }
  .banner__icons a {
    font-size: 11px;
    padding: 20px 0 15px;
  }
  .banner__icons a i {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .banner {
    min-height: 390px;
  }
	
	  .banner h1 {
    font-size: 30px;
  }
	
  .banner--insights {
    padding-top: 130px;
    padding-bottom: 150px;
  }
  .banner--equipment {
    min-height: 480px;
  }
}
@media (max-width: 374px) {
  .banner__icons a {
    font-size: 10px;
    padding: 20px 0 15px;
  }
}

.search-results {
  margin: 100px 0;
}
.search-results .container {
  max-width: 1040px;
}
.search-results .btn:hover, .search-results .btn:focus {
  color: #c33632;
}
.search-results article {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .search-results {
    margin: 60px 0;
  }
}

.header {
  background-color: transparent;
  position: absolute;
  z-index: 999;
  letter-spacing: normal;
  width: 100%;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
  padding: 15px 0px;
  top: 0;
  left: 0;
}




.header.sticky {
  background-color: transparent;
  position: fixed;
  z-index: 999;
  letter-spacing: normal;
  width: 100%;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
  padding: 15px 0px;
  top: 0;
  left: 0;
}


.nav-open .header {
  background-color: #000;
}



.header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: none;
  padding: 10px 10px 10px 50px;
  min-height: 90px;
  position: relative;
}
.header.sticky, .no-hero .header {
  background-color: #000;
}
.header__logo {
  background: url(https://dev.erikarecord.com/wp-content/uploads/2024/11/erika-record-logo_v1-2-png.webp) no-repeat center center/100% auto;
  width: 175px;
  height: 90px;
  min-width: 175px;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  display: block;
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.header nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 150px 0 0;
}
.header__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: auto;
}
.header__top ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
  font-size: 12px;
  text-transform: uppercase;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}
.header__top ul li {
  position: relative;
  min-height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.header__top ul li::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -15px;
  width: 1px;
  height: 28px;
  background-color: #fff;
}
.header__top ul li:last-child::after {
  display: none;
}
.header__top ul li a {
  color: #fff;
  letter-spacing: 0.2em;
  line-height: 1;
}
.header__top ul li a:hover, .header__top ul li a:focus {
  color: #c33632;
}
.header__top ul li a[href^=tel] {
  color: white;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: normal;
}
.header__top ul li a[href^=tel]:hover, .header__top ul li a[href^=tel]:focus {
  color: #c33632;
}
.header__menu > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 50px;
  -moz-column-gap: 50px;
  column-gap: 50px;
}
.header__menu > ul > li {
  position: relative;
}
.header__menu > ul > li > a {
  padding: 16px 0;
  display: block;
  font-size: 17px;
  line-height: 1;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff;
  font-family: "URW DIN Cond", sans-serif;
  font-weight: 500;
}
.header__menu > ul > li > a:hover, .header__menu > ul > li > a:focus {
  color: #c33632;
}
.header__menu > ul > li.current-menu-item > a, .header__menu > ul > li.current_page_parent > a, .header__menu > ul > li.hover > a {
  color: #c33632;
}
.header__menu > ul > li ul {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  background-color: #c33632;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  padding: 30px;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  width: 100vw;
}
.header__menu > ul > li ul li {
  font-size: 16px;
}
.header__menu > ul > li ul li a {
  color: #fff;
  text-decoration: none;
  text-underline-offset: 3px;
}
.header__menu > ul > li ul li a:hover, .header__menu > ul > li ul li a:focus {
  color: #fff;
  text-decoration: underline;
}
.header__search {
  position: absolute;
  top: 0;
  right: 10px;
}
.header__search__toggle {
  width: 90px;
  height: 85px;
  margin-top: 5px;
  background-color: #c33632;
  color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  font-size: 25px;
  cursor: pointer;
}
.search-open .header__search__toggle {
  background-color: #000;
}
.search-open .header__search__toggle::before {
  content: "\e917";
}
.header__search .search-form {
  position: absolute;
  top: 0;
  right: 90px;
  background-color: #c33632;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
  pointer-events: none;
}
.search-open .header__search .search-form {
  opacity: 1;
  pointer-events: all;
}
.header__search .search-form fieldset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
}
.header__search .search-form button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border-radius: 0;
  margin: 0;
  padding: 0;
  color: #fff;
  border: 0;
  font-size: 25px;
  width: 90px;
  height: 90px;
}
.header__search .search-form__field {
  width: 240px;
}
.header__search .search-form__field input {
  display: block;
  width: 100%;
  border: 0;
  background-color: transparent;
  color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  height: 90px;
  padding: 0 0 0 20px;
  border-radius: 0;
}
.header__search .search-form__field input::-webkit-input-placeholder {
  color: #fff;
}
.header__search .search-form__field input::-moz-placeholder {
  color: #fff;
}
.header__search .search-form__field input:-ms-input-placeholder {
  color: #fff;
}
.header__search .search-form__field input::-ms-input-placeholder {
  color: #fff;
}
.header__search .search-form__field input::placeholder {
  color: #fff;
}
@media (max-width: 1899px) {
  .header .container {
    padding: 0 10px 0 40px;
  }
  .header nav {
    padding-right: 110px;
  }
  .header__menu > ul {
    -webkit-column-gap: 25px;
    -moz-column-gap: 25px;
    column-gap: 25px;
  }
}
@media (max-width: 1479px) {
  .header .container {
    min-height: 80px;
  }
  .header nav {
    padding-right: 100px;
  }

  .header__menu > ul {
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
  }
  .header__menu > ul > li {
    position: relative;
  }
  .header__menu > ul > li > a {
    padding: 10px 0;
    display: block;
    font-size: 16px;
  }
  .header__search__toggle {
    width: 80px;
    height: 80px;
    font-size: 23px;
    cursor: pointer;
  }
  .header__search .search-form {
    right: 80px;
  }
  .header__search .search-form button {
    font-size: 23px;
    width: 80px;
    height: 80px;
  }
  .header__search .search-form__field input {
    height: 80px;
    padding: 0 0 0 20px;
  }
}
@media (max-width: 1279px) {
  	.header1 {
    padding: 12px 0;
  }
	
	.header1 {
    padding: 12px 0;
  }
  .header .container {
    min-height: 46px;
  }
  .header nav {
    display: none !important;
  }
}
@media (max-width: 575px) {
  .header .container {
    padding: 0 20px;
  }
	
	.header__logo {
		min-width: 150px;
		width: 150px;
	}
	
}

.hamburger {
  display: none;
  position: absolute;
  width: 33px;
  height: 21px;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  cursor: pointer;
  z-index: 2;
  right: 40px;
  top: 50%;
  -webkit-transform: translateY(-30%);
  -ms-transform: translateY(-30%);
  transform: translateY(-30%);
  outline: none;
  z-index: 999;
}
.hamburger__icon, .hamburger__icon:before, .hamburger__icon:after {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  position: absolute;
  height: 3px;
  width: 33px;
  top: 9px;
  left: 0;
  background-color: #c33632;
}
.hamburger__icon:before {
  content: "";
  top: -9px;
}
.hamburger__icon:after {
  content: "";
  top: 9px;
}
.hamburger--open .hamburger__icon {
  background: transparent;
}
.hamburger--open .hamburger__icon:before {
  -webkit-transform: rotateZ(45deg) translate(6.5px, 6.5px);
  -ms-transform: rotate(45deg) translate(6.5px, 6.5px);
  transform: rotateZ(45deg) translate(6.5px, 6.5px);
}
.hamburger--open .hamburger__icon:after {
  -webkit-transform: rotateZ(-45deg) translate(6.5px, -6.5px);
  -ms-transform: rotate(-45deg) translate(6.5px, -6.5px);
  transform: rotateZ(-45deg) translate(6.5px, -6.5px);
}
@media (max-width: 1279px) {
  .hamburger {
    display: block;
  }
}
@media (max-width: 374px) {
  .hamburger {
    right: 20px;
  }
}

.mobile-nav {
  position: fixed;
  width: 100%;
  max-height: calc(100vh - 70px);
  top: 100px;
  left: 0;
  z-index: 999;
  display: none;
}
.mobile-nav nav {
  max-height: calc(100vh - 70px);
  overflow: auto;
  background: #000;
  background-color: #000;
  color: #fff;
  display: none;
  padding-bottom: 100px;
}
.mobile-nav__menu > ul {
  border-top: solid 1px rgba(255, 255, 255, 0.15);
}
.mobile-nav__menu > ul > li {
  position: relative;
  border-bottom: solid 1px rgba(255, 255, 255, 0.15);
}
.mobile-nav__menu > ul > li.on > em:before {
  content: "\e905";
}
.mobile-nav__menu > ul > li > a {
  color: #fff;
  letter-spacing: 0.015em;
  font-family: "URW DIN Cond", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding: 0 40px 0;
  line-height: 50px;
  display: block;
}
.mobile-nav__menu > ul > li > a:hover, .mobile-nav__menu > ul > li > a:focus {
  color: #c33632;
}
.mobile-nav__menu > ul > li > em {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 40px;
  text-align: center;
  line-height: 1em;
  height: 50px;
  color: #c33632;
  text-align: center;
  cursor: pointer;
  width: 98px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 24px;
}
.mobile-nav__menu > ul > li > em:before {
  content: "\e904";
  font-family: "erika-records-icons" !important;
  speak: never;
  font-style: normal;
  font-weight: bold;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.mobile-nav__menu > ul > li ul {
  border-top: solid 1px rgba(255, 255, 255, 0.15);
  background-color: #000;
  display: none;
  padding: 10px 0;
  line-height: 1.6;
}
.mobile-nav__menu > ul > li ul li a {
  font-family: "sofia-pro", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  padding: 4px 40px;
  display: block;
}
.mobile-nav__menu > ul > li ul li a:hover, .mobile-nav__menu > ul > li ul li a:focus {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.mobile-nav__extra {
  margin: 10px 0;
}
.mobile-nav__extra ul li {
  line-height: 2;
  font-size: 14px;
}
.mobile-nav__extra ul li a {
  display: block;
  font-size: 14px;
  font-weight: 600;
  padding: 0 40px 0;
  color: #fff;
}
.mobile-nav__extra ul li a[href^=tel] {
  color: white;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: normal;
}
.mobile-nav__extra ul li a:hover, .mobile-nav__extra ul li a:focus {
  color: #c33632;
}
.mobile-nav .search-form {
  padding: 0 40px;
  margin: 20px 0 0;
}
.mobile-nav .search-form fieldset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 320px;
}
.mobile-nav .search-form__field {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.mobile-nav .search-form__field input {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  outline: none;
  padding: 10px;
  font-size: 14px;
  font-family: "sofia-pro", sans-serif;
  color: #fff;
  border: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.15);
  height: 40px;
}
.mobile-nav .search-form__field input::-webkit-input-placeholder {
  color: #fff;
}
.mobile-nav .search-form__field input::-moz-placeholder {
  color: #fff;
}
.mobile-nav .search-form__field input:-ms-input-placeholder {
  color: #fff;
}
.mobile-nav .search-form__field input::-ms-input-placeholder {
  color: #fff;
}
.mobile-nav .search-form__field input::placeholder {
  color: #fff;
}
.mobile-nav .search-form button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  width: 40px;
  height: 40px;
  background-color: #c33632;
  color: #fff;
  font-size: 20px;
  border: 0;
  outline: none;
  cursor: pointer;
}
@media (max-width: 1279px) {
  .mobile-nav {
    display: block;
  }
}
@media (max-width: 374px) {
  .mobile-nav__menu > ul > li > a {
    padding: 0 20px;
  }
  .mobile-nav__menu > ul > li > em {
    padding: 0 20px;
    width: 60px;
  }
  .mobile-nav__menu > ul > li ul li a {
    padding: 4px 20px;
  }
  .mobile-nav__extra ul li a {
    padding: 0 20px;
  }
  .mobile-nav .search-form {
    padding: 0 20px;
  }
}

.icons-cta {
  border-top: solid 1px #e4e3e3;
  padding: 65px 0;
}
.icons-cta .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1480px;
  gap: 40px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.icons-cta a {
  text-align: center;
  max-width: 225px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 30px;
}
.icons-cta a img {
  margin: auto;
  max-height: 80px;
  width: auto;
  display: block;
}
.icons-cta a strong {
  display: block;
  text-transform: uppercase;
  color: #000;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.02em;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
}
.icons-cta a span {
  margin-top: auto;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.2em;
  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-column-gap: 12px;
  -moz-column-gap: 12px;
  column-gap: 12px;
  line-height: 1;
}
.icons-cta a span::after {
  content: ">";
  font-size: 15px;
  -webkit-transform: scale(1, 2);
  -ms-transform: scale(1, 2);
  transform: scale(1, 2);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  position: relative;
  top: -3px;
}
.icons-cta a:hover, .icons-cta a:focus {
  color: #000;
}
.icons-cta a:hover strong, .icons-cta a:focus strong {
  color: #c33632;
}
@media (max-width: 1079px) {
  .icons-cta .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .icons-cta a {
    max-width: none;
  }
}
@media (max-width: 767px) {
  .icons-cta {
    padding: 40px 0;
  }
  .icons-cta a strong {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .icons-cta .container {
    gap: 20px;
    row-gap: 30px;
    padding: 0 20px;
  }
  .icons-cta a {
    row-gap: 20px;
  }
  .icons-cta a strong {
    font-size: 14px;
  }
  .icons-cta a span {
    font-size: 11px;
  }
  .icons-cta a span::after {
    font-size: 13px;
  }
  .icons-cta a img {
    max-height: 55px;
  }
}
@media (max-width: 374px) {
  .icons-cta .container {
    grid-template-columns: 1fr;
  }
}

.cta {
  position: relative;
  color: #fff;
  padding: 100px 0;
}
.cta > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cta .container {
  position: relative;
  z-index: 2;
}
.cta h2 {
  color: #fff;
  letter-spacing: normal;
  margin: 0 0 0.65em;
}
.cta h2 small {
  color: #c9c6c6;
}
@media (max-width: 767px) {
  .cta {
    padding: 60px 0;
  }
}

.banner .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.54); 
    z-index: 1; 
}

.subpage-hero .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.54); 
    z-index: -1; 
}


.footer {
  background: #000;
  border-top: solid 10px #c33632;
  color: #fff;
  overflow: hidden;
  margin: 0;
  letter-spacing: normal;
  padding: 85px 0 75px;
}
.footer .container {
  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;
  -webkit-column-gap: 60px;
  -moz-column-gap: 60px;
  column-gap: 60px;
  row-gap: 40px;
  max-width: 1680px;
}
.footer a {
  color: #fff;
}
.footer a:hover, .footer a:focus {
  color: #c33632;
}
.footer__left {
  min-width: 320px;
}
.footer__left address {
  font-style: normal;
  font-size: 14px;
  font-weight: normal;
  line-height: 26px;
  margin: 0 0 40px;
}
.footer__left address p {
  margin: 0 0 26px;
}
.footer__left address p:last-child {
  margin-bottom: 0;
}
.footer__left .social {
  margin: 0 0 20px;
}
.footer__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 120px;
  -moz-column-gap: 120px;
  column-gap: 120px;
  row-gap: 40px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer__right > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
}
.footer__right > ul > li {
  margin-bottom: 8px;
}
.footer__right > ul > li:last-child {
  margin-bottom: 0;
}
.footer__logo {
  background: url(https://dev.erikarecord.com/wp-content/uploads/2024/11/erika-record-logo_v1-2-png.webp) no-repeat center center/100% auto;
  width: 175px;
  height: 68px;
  min-width: 175px;
  display: block;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  margin: 0 0 20px;
}
.footer__copyright {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
}
.footer__partner {
  width: 236px;
}
@media (max-width: 1479px) {
  .footer__right {
    -webkit-column-gap: 60px;
    -moz-column-gap: 60px;
    column-gap: 60px;
  }
  .footer__partner {
    width: auto;
  }
}
@media (max-width: 1279px) {
  .footer .container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (max-width: 1079px) {
  .footer {
    padding: 50px 0 40px;
  }
  .footer .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer__left {
    min-width: auto;
  }
  .footer__right {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.hero {
  position: relative;
  background-position: center bottom;
  background-size: cover;
  height: auto;
  min-height: 575px;
  overflow: visible !important;
  color: #fff;
  padding: 200px 0 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.hero > img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
.hero > iframe {
  width: 100vw;
  height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
  min-height: auto;
  min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.hero .container {
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 40px;
}
.hero article {
  margin-top: auto;
  margin-bottom: auto;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0.025em;
}
.hero article h1 {
  font-size: 90px;
  font-weight: 500;
  letter-spacing: -0.025em;
  margin: 0 0 20px;
}
.hero article > *:last-child {
  margin-bottom: 0;
}
.hero__box {
  max-width: 1200px;
  background-color: rgba(0, 0, 0, 0.75);
  padding: 40px 50px;
  width: 100%;
}
.hero__box h2 {
  color: #fff;
  font-size: 26px;
  font-weight: 600;
  color: #c33632;
  letter-spacing: normal;
  line-height: 1.2;
  margin: 0 0 0.75em;
  padding: 0;
}
.hero__box .searchandfilter > ul {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 15px;
}
.hero__box .searchandfilter > ul li {
  margin: 0;
  padding: 0;
}
.hero__box .searchandfilter > ul li label {
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
}
.hero__box .searchandfilter > ul li label:after {
  content: "\e91b";
  font-family: "erika-records-icons" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  right: 20px;
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  pointer-events: none;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
}
.hero__box .searchandfilter select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: solid 2px #fff;
  width: 100%;
  padding: 10px 25px;
  background-color: transparent;
  outline: none;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #fff;
  height: 55px;
}
.hero__box .searchandfilter select option.sf-level-1,
.hero__box .searchandfilter select option.sf-level-2 {
  display: none;
}
.hero__box .searchandfilter .sf-field-submit input {
  border: solid 2px #c33632;
  border-radius: 0;
  background: #c33632;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.2em;
  color: #fff;
  padding: 19px 40px;
  line-height: 1em;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  z-index: 1;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
  min-width: 254px;
}
.hero__box .searchandfilter .sf-field-submit input:hover, .hero__box .searchandfilter .sf-field-submit input:focus {
  background: transparent;
  color: #fff;
}
@media (max-width: 1079px) {
  .hero__box .searchandfilter .sf-field-submit input {
    min-width: 0;
  }
}
@media (max-width: 767px) {
  .hero__box .searchandfilter .sf-field-submit input {
    font-size: 12px;
    padding: 12px 32px;
    min-width: 0;
  }
}
@media (max-width: 1279px) {
  .hero {
    padding-top: 175px;
  }
}
@media (max-width: 1079px) {
  .hero__box {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .hero article {
    font-size: 16px;
  }
  .hero article h1 {
    font-size: 43px;
  }
  .hero__box {
    padding: 20px 25px;
  }
  .hero__box .searchandfilter > ul {
    grid-template-columns: 1fr;
  }
  .hero__box .searchandfilter > ul select {
    height: 40px;
  }
  .hero__box .searchandfilter .sf-field-submit input {
    display: block;
    width: 100%;
    text-align: center;
  }
	  .hero {
    padding: 125px 0 50px;
  }
}
@media (max-width: 575px) {
  .hero {
    padding: 100px 0 50px;
  }
	  .hero article h1 {
    font-size: 38px;
  }
	
}

.subpage-hero {
  margin: 0;
  padding: 200px 0 50px;
  position: relative;
  z-index: 1;
  color: #fff;
  background-color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: min(850px, 44.25vw);
}
.subpage-hero .container {
  -ms-flex-item-align: center;
  align-self: center;
}
.subpage-hero .container h1 {
  color: #fff;
  margin: 0 0 0.75em;
}
.subpage-hero .container h1:last-child {
  margin-bottom: 0;
}
@media (max-width: 1279px) {
  .subpage-hero {
    padding-top: 175px;
  }
}
@media (max-width: 767px) {
  .subpage-hero {
    padding: 125px 0 50px;
  }
}

.center-text {
  margin: 80px 0;
  text-align: center;
  position: relative;
}

.center-text p {
	max-width: 950px;
	margin: 10px auto 30px auto;
}

.center-text .container {
  max-width: 1320px;
}
.center-text h2 {
  margin-bottom: 0.5em;
}
.center-text .gform_confirmation_message {
  font-family: "sofia-pro", sans-serif;
  font-size: 1em;
  font-weight: 700;
  color: #c33632;
}
.center-text .gform-theme.gform-theme--framework.gform_wrapper {
  margin: 0;
  width: 100%;
}
.center-text .gform-theme.gform-theme--framework.gform_wrapper .gform_validation_errors {
  margin: 0 0 1em;
  border: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
}
.center-text .gform-theme.gform-theme--framework.gform_wrapper .gform_validation_errors .gform-icon {
  display: none;
}
.center-text .gform-theme.gform-theme--framework.gform_wrapper .gform_validation_errors .gform_submission_error {
  font-family: "sofia-pro", sans-serif;
  font-size: 16px;
  line-height: 1.2;
  color: #c33632;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.2em;
}
.center-text .gform-theme.gform-theme--framework.gform_wrapper .description,
.center-text .gform-theme.gform-theme--framework.gform_wrapper .gfield_description,
.center-text .gform-theme.gform-theme--framework.gform_wrapper .gsection_description,
.center-text .gform-theme.gform-theme--framework.gform_wrapper .instruction {
  display: none;
}
.center-text .gform-theme.gform-theme--framework.gform_wrapper img.gform_ajax_spinner {
  display: none !important;
}
.center-text .gform-theme.gform-theme--framework.gform_wrapper form .gform_fields {
  row-gap: 20px;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
@media only screen and (max-width: 641px) {
  .center-text .gform-theme.gform-theme--framework.gform_wrapper form .gform_fields {
    row-gap: 15px;
  }
}
.center-text .gform-theme.gform-theme--framework.gform_wrapper form .gform-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin: 0;
  padding: 0;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.center-text .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=color],
.center-text .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=date],
.center-text .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=datetime-local],
.center-text .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=datetime],
.center-text .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=email],
.center-text .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=month],
.center-text .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=number],
.center-text .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=password],
.center-text .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=search],
.center-text .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=tel],
.center-text .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=text],
.center-text .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=time],
.center-text .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=url],
.center-text .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=week],
.center-text .gform-theme.gform-theme--framework.gform_wrapper form .gform-body select,
.center-text .gform-theme.gform-theme--framework.gform_wrapper form .gform-body textarea {
  font-size: 18px;
  font-family: "sofia-pro", sans-serif;
  border: solid 1px #c5c5c5;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  background: transparent;
  outline: none;
  color: #000;
  padding: 25px 30px 27px !important;
  line-height: 1em !important;
  min-height: auto;
  text-align: left;
}

.iframe-container {

    position: relative;

    padding-bottom: 56.25%;

    height: 0;

}



.iframe-container iframe {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

}

        .video-container {
            display: flex;
            gap: 10px; 
			flex-wrap: wrap;
            justify-content: center; 
        }

        .video-container iframe {
            flex: 1 1 calc(50% - 10px); 
            max-width: 100%; 
            aspect-ratio: 16 / 9; 
            height: auto; 
        }

        @media (max-width: 768px) {
            .video-container iframe {
                flex: 1 1 100%; 
            }
        }


.center-text .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=color]::-webkit-input-placeholder, .center-text .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=date]::-webkit-input-placeholder, .center-text .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=datetime-local]::-webkit-input-placeholder, .center-text .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=datetime]::-webkit-input-placeholder, .center-text .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=email]::-webkit-input-placeholder, .center-text .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=month]::-webkit-input-placeholder, .center-text .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=number]::-webkit-input-placeholder, .center-text .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=password]::-webkit-input-placeholder, .center-text .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=search]::-webkit-input-placeholder, .center-text .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=tel]::-webkit-input-placeholder, .center-text .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=text]::-webkit-input-placeholder, .center-text .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=time]::-webkit-input-placeholder, .center-text .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=url]::-webkit-input-placeholder, .center-text .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=week]::-webkit-input-placeholder, .center-text .gform-theme.gform-theme--framework.gform_wrapper form .gform-body select::-webkit-input-placeholder, .center-text .gform-theme.gform-theme--framework.gform_wrapper form .gform-body textarea::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
  text-transform: uppercase;
}
.center-text .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=color]::-moz-placeholder, .center-text .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=date]::-moz-placeholder, .center-text .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=datetime-local]::-moz-placeholder, .center-text .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=datetime]::-moz-placeholder, .center-text .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=email]::-moz-placeholder, .center-text .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=month]::-moz-placeholder, .center-text .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=number]::-moz-placeholder, .center-text .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=password]::-moz-placeholder, .center-text .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=search]::-moz-placeholder, .center-text .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=tel]::-moz-placeholder, .center-text .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=text]::-moz-placeholder, .center-text .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=time]::-moz-placeholder, .center-text .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=url]::-moz-placeholder, .center-text .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=week]::-moz-placeholder, .center-text .gform-theme.gform-theme--framework.gform_wrapper form .gform-body select::-moz-placeholder, .center-text .gform-theme.gform-theme--framework.gform_wrapper form .gform-body textarea::-moz-placeholder {
  color: inherit;
  opacity: 1;
  text-transform: uppercase;
}
.center-text .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=color]:-ms-input-placeholder, .center-text .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=date]:-ms-input-placeholder, .center-text .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=datetime-local]:-ms-input-placeholder, .center-text .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=datetime]:-ms-input-placeholder, .center-text .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=email]:-ms-input-placeholder, .center-text .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=month]:-ms-input-placeholder, .center-text .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=number]:-ms-input-placeholder, .center-text .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=password]:-ms-input-placeholder, .center-text .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=search]:-ms-input-placeholder, .center-text .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=tel]:-ms-input-placeholder, .center-text .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=text]:-ms-input-placeholder, .center-text .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=time]:-ms-input-placeholder, .center-text .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=url]:-ms-input-placeholder, .center-text .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=week]:-ms-input-placeholder, .center-text .gform-theme.gform-theme--framework.gform_wrapper form .gform-body select:-ms-input-placeholder, .center-text .gform-theme.gform-theme--framework.gform_wrapper form .gform-body textarea:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
  text-transform: uppercase;
}
.center-text .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=color]::-ms-input-placeholder, .center-text .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=date]::-ms-input-placeholder, .center-text .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=datetime-local]::-ms-input-placeholder, .center-text .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=datetime]::-ms-input-placeholder, .center-text .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=email]::-ms-input-placeholder, .center-text .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=month]::-ms-input-placeholder, .center-text .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=number]::-ms-input-placeholder, .center-text .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=password]::-ms-input-placeholder, .center-text .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=search]::-ms-input-placeholder, .center-text .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=tel]::-ms-input-placeholder, .center-text .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=text]::-ms-input-placeholder, .center-text .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=time]::-ms-input-placeholder, .center-text .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=url]::-ms-input-placeholder, .center-text .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=week]::-ms-input-placeholder, .center-text .gform-theme.gform-theme--framework.gform_wrapper form .gform-body select::-ms-input-placeholder, .center-text .gform-theme.gform-theme--framework.gform_wrapper form .gform-body textarea::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
  text-transform: uppercase;
}
.center-text .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=color]::placeholder,
.center-text .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=date]::placeholder,
.center-text .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=datetime-local]::placeholder,
.center-text .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=datetime]::placeholder,
.center-text .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=email]::placeholder,
.center-text .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=month]::placeholder,
.center-text .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=number]::placeholder,
.center-text .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=password]::placeholder,
.center-text .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=search]::placeholder,
.center-text .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=tel]::placeholder,
.center-text .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=text]::placeholder,
.center-text .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=time]::placeholder,
.center-text .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=url]::placeholder,
.center-text .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=week]::placeholder,
.center-text .gform-theme.gform-theme--framework.gform_wrapper form .gform-body select::placeholder,
.center-text .gform-theme.gform-theme--framework.gform_wrapper form .gform-body textarea::placeholder {
  color: inherit;
  opacity: 1;
  text-transform: uppercase;
}
@media only screen and (max-width: 641px) {
  .center-text .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=color],
  .center-text .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=date],
  .center-text .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=datetime-local],
  .center-text .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=datetime],
  .center-text .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=email],
  .center-text .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=month],
  .center-text .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=number],
  .center-text .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=password],
  .center-text .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=search],
  .center-text .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=tel],
  .center-text .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=text],
  .center-text .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=time],
  .center-text .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=url],
  .center-text .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=week],
  .center-text .gform-theme.gform-theme--framework.gform_wrapper form .gform-body select,
  .center-text .gform-theme.gform-theme--framework.gform_wrapper form .gform-body textarea {
    padding: 12px 20px;
  }
}
.center-text .gform-theme.gform-theme--framework.gform_wrapper form .gform-body .gfield_error input[type=color],
.center-text .gform-theme.gform-theme--framework.gform_wrapper form .gform-body .gfield_error input[type=date],
.center-text .gform-theme.gform-theme--framework.gform_wrapper form .gform-body .gfield_error input[type=datetime-local],
.center-text .gform-theme.gform-theme--framework.gform_wrapper form .gform-body .gfield_error input[type=datetime],
.center-text .gform-theme.gform-theme--framework.gform_wrapper form .gform-body .gfield_error input[type=email],
.center-text .gform-theme.gform-theme--framework.gform_wrapper form .gform-body .gfield_error input[type=month],
.center-text .gform-theme.gform-theme--framework.gform_wrapper form .gform-body .gfield_error input[type=number],
.center-text .gform-theme.gform-theme--framework.gform_wrapper form .gform-body .gfield_error input[type=password],
.center-text .gform-theme.gform-theme--framework.gform_wrapper form .gform-body .gfield_error input[type=search],
.center-text .gform-theme.gform-theme--framework.gform_wrapper form .gform-body .gfield_error input[type=tel],
.center-text .gform-theme.gform-theme--framework.gform_wrapper form .gform-body .gfield_error input[type=text],
.center-text .gform-theme.gform-theme--framework.gform_wrapper form .gform-body .gfield_error input[type=time],
.center-text .gform-theme.gform-theme--framework.gform_wrapper form .gform-body .gfield_error input[type=url],
.center-text .gform-theme.gform-theme--framework.gform_wrapper form .gform-body .gfield_error input[type=week],
.center-text .gform-theme.gform-theme--framework.gform_wrapper form .gform-body .gfield_error select,
.center-text .gform-theme.gform-theme--framework.gform_wrapper form .gform-body .gfield_error textarea {
  color: #c33632;
  border-color: #c33632;
}
.center-text .gform-theme.gform-theme--framework.gform_wrapper form .gform_footer {
  margin: 40px 0 0;
  padding: 0;
}
.center-text .gform-theme.gform-theme--framework.gform_wrapper form .gform_footer .btn {
  border: solid 2px #c33632;
  border-radius: 0;
  background: #c33632;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.2em;
  color: #fff;
  padding: 19px 40px;
  line-height: 1em;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  z-index: 1;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
  min-width: 254px;
}
.center-text .gform-theme.gform-theme--framework.gform_wrapper form .gform_footer .btn:hover, .center-text .gform-theme.gform-theme--framework.gform_wrapper form .gform_footer .btn:focus {
  background: transparent;
  color: #c33632;
}
@media (max-width: 767px) {
  .center-text .gform-theme.gform-theme--framework.gform_wrapper form .gform_footer .btn {
    font-size: 12px;
    padding: 12px 32px;
    min-width: 0;
  }
}
@media (max-width: 767px) {
  .center-text {
    margin: 60px 0;
  }
}

.img-txt {
  position: relative;
  margin: 130px 0;
}

.img-txt ul li {
	list-style-type: disc;
	margin-left: 20px;
}

.img-txt .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.img-txt .container > * {
  width: 50%;
}
.img-txt .image {
  direction: rtl;
  padding-right: 60px;
  min-height: min(55vw, 600px);
}
.img-txt .image a:hover .icon-play, .img-txt .image a:focus .icon-play {
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1.2);
  -ms-transform: translateX(-50%) translateY(-50%) scale(1.2);
  transform: translateX(-50%) translateY(-50%) scale(1.2);
}
.img-txt h2 {
  margin-bottom: 0.5em;
}
.img-txt h2.h3 {
  color: #c33632;
  font-size: 36px;
}
.img-txt figure {
  width: calc(50vw - 60px);
  position: relative;
  overflow: hidden;
  min-height: 100%;
}
.img-txt figure .icon-play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  z-index: 2;
  color: #fff;
  font-size: 3.43vw;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
}
.img-txt figure img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -o-object-fit: contain;
  object-fit: contain;
}
.img-txt aside {
  -ms-flex-item-align: center;
  align-self: center;
  max-width: 700px;
}
.img-txt aside > div > *:last-child {
  margin-bottom: 0;
}
.img-txt aside .btn {
  margin-top: 1em;
}
.img-txt aside .btn:hover, .img-txt aside .btn:focus {
  color: #c33632;
}
.img-txt--reverse .container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.img-txt--reverse .image {
  direction: ltr;
  min-height: min(55vw, 600px);
  padding-right: 0;
}
.img-txt--reverse aside {
  padding-right: 60px;
  max-width: 655px;
}
.img-txt--reverse figure {
  width: 50vw;
}
.img-txt--border {
  border-bottom: solid 10px #c33632;
}
.img-txt--light {
  color: #fff;
  margin: 0;
}
.img-txt--light h2 {
  color: #fff;
}
.img-txt--light aside {
  padding-top: 100px;
  padding-bottom: 100px;
}
.img-txt--light .btn {
  border-color: #9a9999;
  background-color: transparent;
  color: #d0cece;
}
.img-txt--light .btn:hover, .img-txt--light .btn:focus {
  background-color: #fff;
  border-color: #fff;
  color: #c33632;
}
@media (max-width: 1479px) {
  .img-txt .image {
    padding-right: 30px;
  }
  .img-txt figure {
    width: calc(50vw - 30px);
  }
  .img-txt--reverse aside {
    padding-right: 30px;
  }
}
@media (max-width: 1079px) {
  .img-txt {
    margin: 100px 0;
  }
  .img-txt .container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    row-gap: 40px;
  }
  .img-txt .container > * {
    width: 100%;
  }
  .img-txt figure {
    width: 100%;
  }
  .img-txt figure img {
    width: 100%;
  }
  .img-txt aside {
    padding: 0;
    max-width: none;
  }
  .img-txt .image {
    direction: ltr;
    aspect-ratio: 960/535;
    margin-left: -40px;
    margin-right: -40px;
    width: 100vw;
    padding-right: 0;
  }
  .img-txt--light {
    margin: 0;
  }
  .img-txt--light aside {
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .img-txt {
    margin: 60px 0;
  }
  .img-txt h2.h3 {
    font-size: 30px;
  }
  .img-txt--light {
    margin: 0;
  }
  .img-txt--light aside {
    padding-bottom: 40px;
  }
}
@media (max-width: 374px) {
  .img-txt .container .image {
    margin-left: -20px;
    margin-right: -20px;
  }
}

.accordion {
  margin: 130px 0;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.accordion .container {
  max-width: 1060px;
}
.accordion .container > * {
  max-width: 860px;
}
.accordion dl {
  background-color: #fbfbfb;
  margin: 45px 0 0;
  padding: 0;
  position: relative;
}
.accordion dl:first-child {
  margin-top: 0;
}
.accordion dl dt {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  padding: 26px 0 27px;
  border-bottom: solid 1px #d8d5d5;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
  line-height: 1.5;
  cursor: pointer;
}
.accordion dl dt .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.accordion dl dt i {
  color: #c33632;
  font-size: 36px;
}
.accordion dl dt:hover, .accordion dl dt:focus {
  color: #c33632;
}
.accordion dl dt.on {
  border-color: transparent;
  color: #c33632;
}
.accordion dl dt.on i.icon-plus::before {
  content: "\e905";
}
.accordion dl dd {
  margin: 0;
  display: none;
  border-bottom: solid 1px #d8d5d5;
  padding-bottom: 30px;
  line-height: 1.4;
}
.accordion dl dd .container > * {
  max-width: 900px;
}
.accordion dl dd .container > *:last-child {
  margin-bottom: 0;
}

div#grid {
	display: flex;
	flex-wrap: wrap;
	gap: 2px;
}

.accordion dl dd ul {
  list-style: disc;
  margin: 0 0 1.5em;
}
.accordion dl dd ul:last-child {
  margin-bottom: 0;
}
.accordion dl dd ul li {
  margin: 0 0 3px;
}
.accordion dl dd ul li:last-child {
  margin-bottom: 0;
}
.accordion dl dd ul li::marker {
  color: #c33632;
}
@media (max-width: 767px) {
  .accordion {
    margin: 80px 0;
  }
  .accordion dl dt {
    font-size: 18px;
    padding: 20px 0 21px;
  }
  .accordion dl dt i {
    font-size: 24px;
  }
}

.accordion-slider-wrapper {
    position: relative;
    width: 100%;
    margin-top: 20px;
}

.accordion-slider, .accordion-slider-thumbnails {
    width: 100%;
}

.accordion-slider img, .accordion-slider-thumbnails img {
    width: 100%;
    height: auto;
    object-fit: cover; /* Prevent image distortion */
}

.accordion-slider-thumbnails {
    margin-top: 10px;
    display: flex;
    justify-content: center;
}

.accordion-slider-thumbnails .slick-slide {
    margin: 0 10px;
}

.accordion-slider-thumbnails .slick-current img {
    border: 2px solid #000;
}



.accordion-slider-wrapper {
    margin-top: 20px;
}

.accordion-slider img, .accordion-slider-thumbnails img {
    width: 100%;
    height: auto;
}

.accordion-slider-thumbnails {
    margin-top: 10px;
}

.accordion-slider-thumbnails img {
    cursor: pointer;
    border: 2px solid transparent;
    transition: border-color 0.3s ease;
}

.accordion-slider-thumbnails .slick-current img {
    border-color: #000;
}


.values {
  position: relative;
  background-color: #c33632;
  padding: 120px 0;
  margin: 0;
  z-index: 1;
}
.values__content {
  position: relative;
  padding: 90px;
  aspect-ratio: 1600/520;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.values__content article {
  position: relative;
  z-index: 2;
  max-width: min(820px, 70%);
}
.values__content article > * {
  color: #fff;
}
.values__content article > *:last-child {
  margin-bottom: 0;
}
.values__content > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: right;
  object-position: right;
  z-index: 1;
}
.values__items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 25px;
  margin: 27px 0 0;
}
.values__items:first-child {
  margin-top: 0;
}
.values__item {
  background-color: #fff;
  padding: 40px 30px;
  line-height: 1.5;
  min-height: 382px;
}
.values__item > img {
  max-height: 64px;
  width: auto;
  display: block;
  margin: 0 0 40px;
}
.values__item h3 {
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin: 0 0 0.75em;
}
@media (max-width: 1279px) {
  .values__content {
    padding: 40px;
  }
  .values__items {
    gap: 20px;
  }
  .values__item {
    padding: 25px;
  }
}
@media (max-width: 1079px) {
  .values__content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .values__content article {
    max-width: none;
  }
  .values__items {
    grid-template-columns: 1fr 1fr;
  }
  .values__item {
    min-height: 333px;
  }
}
@media (max-width: 767px) {
  .values {
    padding: 80px 0;
  }
  .values__item > img {
    max-height: 48px;
    margin: 0 0 20px;
  }
  .values__item h3 {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .values__content {
    padding: 20px;
  }
  .values__items {
    grid-template-columns: 1fr;
  }
  .values__item {
    min-height: 240px;
    padding: 20px;
  }
}

 .five-image-carousel .gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}


.mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.t {
  display: table;
  width: 100%;
  height: 100%; }

.tt {
  display: none;
  vertical-align: middle;
  text-transform: lowercase;
  padding: 0 25px !important; }

.hide {
  display: none; }

.load-mask, .alm-btn-wrap {
  text-align: center;
  margin-top: 3em; }

.alm-btn-wrap {
  clear: both; }



.logos-gallery {
  margin: 70px 0;
  position: relative;
}
.logos-gallery .container {
  margin: 0 auto 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  row-gap: 30px;
}
.logos-gallery .container:last-child {
  margin-bottom: 0;
}
.logos-gallery .container article {
  max-width: 800px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.logos-gallery .container article > *:last-child {
  margin-bottom: 0;
}
.logos-gallery h2 {
  margin: 0 0 20px;
}
.logos-gallery__items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  row-gap: 70px;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  padding: 0 20px;
}
.logos-gallery__item {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.logos-gallery__item img {
  display: block;
  margin: auto;
}
@media (max-width: 1279px) {
  .logos-gallery__items {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media (max-width: 1079px) {
  .logos-gallery__items {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .logos-gallery {
    margin: 50px 0;
  }
  .logos-gallery__items {
    grid-template-columns: 1fr 1fr;
    row-gap: 40px;
  }
}

.five-image-carousel {
  position: relative;
  margin: 0;
	overflow-x: hidden;
}
.five-image-carousel__slides .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.five-image-carousel__slides .slick-slide {
  height: auto !important;
}
.five-image-carousel__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.five-image-carousel__item {
  width: calc(33.3333333333% - 13.3333333333px);
  aspect-ratio: 949/633;
  position: relative;
  border-bottom: solid 10px #c33632;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
}
.five-image-carousel__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #c33632;
  z-index: 2;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
}
.five-image-carousel__item:nth-child(1), .five-image-carousel__item:nth-child(2) {
  width: calc(50% - 10px);
}
.five-image-carousel__item:nth-child(1) h2, .five-image-carousel__item:nth-child(2) h2 {
  font-size: min(42px, 3vw);
}
.five-image-carousel__item h2 {
  font-size: min(42px, 2.2vw);
  color: #fff;
  margin: 0 0 20px;
}
.five-image-carousel__item h2 small {
  font-size: 0.3em;
}

.five-image-carousel__item small {
display: block;
    font-size: 12.6px;
    font-weight: 900;
    letter-spacing: 0.2em;
    margin: 0 0 10px;
    line-height: 1;
    text-transform: uppercase;
    background-color: #c33632;
	color: #fff;
	padding: 10px;
    max-width: 240px;
}

.five-image-carousel__item .btn {
  pointer-events: none;
  border-color: #a2a1a0;
  background-color: transparent;
  font-size: min(13px, 0.9vw);
  padding: min(19px, 1.3vw) min(60px, 4vw);
  min-width: 0;
}
.five-image-carousel__item img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 1;
}
.five-image-carousel__item aside {
  padding: min(45px, 2vw);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
}
.five-image-carousel__item:hover aside, .five-image-carousel__item:focus aside {
  bottom: 50%;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}
.five-image-carousel__item:hover::before, .five-image-carousel__item:focus::before {
  opacity: 0.62;
}
.five-image-carousel__item:hover .btn, .five-image-carousel__item:focus .btn {
  border-color: #fff;
}
@media (max-width: 1079px) {
  .five-image-carousel__slide {
    gap: 10px;
  }
  .five-image-carousel__item {
    width: calc(50% - 5px) !important;
  }
  .five-image-carousel__item:nth-child(1) {
    width: 100% !important;
  }
  .five-image-carousel__item:nth-child(1) h2 {
    font-size: min(42px, 5vw) !important;
  }
  .five-image-carousel__item h2 {
    font-size: min(42px, 3vw) !important;
  }
}
@media (max-width: 767px) {
  .five-image-carousel__item {
    width: 100% !important;
  }
  .five-image-carousel__item:nth-child(1) {
    width: 100% !important;
  }
  .five-image-carousel__item:nth-child(1) h2 {
    font-size: min(42px, 9vw) !important;
  }
  .five-image-carousel__item h2 {
    font-size: min(42px, 9vw) !important;
  }
  .five-image-carousel__item aside {
    padding: 20px;
  }
  .five-image-carousel__item .btn {
    font-size: 12px;
    padding: 12px 32px;
    min-width: 0;
  }
}

.timeline-carousel {
  position: relative;
  margin: 100px 0 180px;
}
.timeline-carousel article {
  text-align: center;
  margin: 0 0 60px;
}
.timeline-carousel article:last-child {
  margin-bottom: 0;
}
.timeline-carousel__items {
  overflow: hidden;
  position: relative;
}
.timeline-carousel__items .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.timeline-carousel__items .slick-slide {
  height: auto !important;
}
.timeline-carousel__items .slick-arrow {
  position: absolute;
  top: 183px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.timeline-carousel__items .slick-arrow.slick-prev {
  left: 0;
}
.timeline-carousel__items .slick-arrow.slick-next {
  right: 0;
}
.timeline-carousel__item {
  text-align: center;
  padding: 0 50px;
  font-size: 17px;
  line-height: 1.5;
}
.timeline-carousel__item img {
  margin: 0 0 30px;
  border-radius: 366px;
  border: solid 9px #c33632;
}
.timeline-carousel__item h3 {
  color: #c33632;
  font-size: 22px;
  font-weight: 600;
  margin: 0 0 0.2em;
}
@media (max-width: 767px) {
  .timeline-carousel {
    margin: 80px 0 120px;
  }
  .timeline-carousel__items {
    position: relative;
    margin-left: -20px;
    margin-right: -20px;
  }
  .timeline-carousel__item {
    padding: 0 30px;
  }
  .timeline-carousel__item > img {
    max-width: 90%;
    height: auto;
    border-width: 6px;
  }
}

.equipment-carousel {
  background-color: #eee;
  position: relative;
  padding: 100px 0 50px;
  margin: 100px 0;
}
.equipment-carousel .container > h2 {
  text-align: center;
  margin: 0 0 80px;
}
.equipment-carousel__item {
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: solid 2px #c33632;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.equipment-carousel__item:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.equipment-carousel__item__info {
  max-width: 620px;
  padding-right: 20px;
  font-size: 18px;
  letter-spacing: normal;
  -ms-flex-item-align: start;
  align-self: flex-start;
  padding-top: 40px;
}
.equipment-carousel__item__info h3 {
  font-size: 28px;
  font-weight: bold;
  margin: 0 0 0.5em;
}
.equipment-carousel__item__info .btn:hover, .equipment-carousel__item__info .btn:focus {
  color: #c33632;
}
.equipment-carousel__item__image {
  min-width: 0;
  position: relative;
}
.equipment-carousel__item__slides {
  margin-left: -20px;
}
.equipment-carousel__item__slides .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.equipment-carousel__item__slides .slick-list {
  overflow: hidden;
}
.equipment-carousel__item__slides .slick-slide {
  height: auto !important;
  margin: 0 0 0 20px;
}
.equipment-carousel__item__slides .slick-slide div {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.equipment-carousel__item__slides .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 36px;
}
.equipment-carousel__item__slides .slick-arrow.slick-prev {
  display: none !important;
}
.equipment-carousel__item__slides .slick-arrow.slick-next {
  left: calc(100% + 20px);
}
@media (max-width: 1679px) {
  .equipment-carousel__item__slides .slick-arrow {
    font-size: 30px;
  }
  .equipment-carousel__item__slides .slick-arrow.slick-next {
    left: calc(100% + 5px);
  }
}
@media (max-width: 1079px) {
  .equipment-carousel__item {
    grid-template-columns: 1fr;
    row-gap: 30px;
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
  .equipment-carousel__item__info {
    max-width: none;
    padding: 0;
  }
  .equipment-carousel__item__slides .slick-arrow.slick-next {
    left: calc(100% + 5px);
  }
  .equipment-carousel__item__slides .slick-arrow.slick-prev {
    right: calc(100% + 5px);
    display: block !important;
  }
}
@media (max-width: 374px) {
  .equipment-carousel__item__info {
    padding: 0 10px;
  }
  .equipment-carousel__item__slides {
    margin: 0;
  }
  .equipment-carousel__item__slides .slick-slide {
    margin: 0 10px;
  }
  .equipment-carousel__item__slides .slick-slide div {
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .equipment-carousel__item__slides .slick-arrow.slick-next {
    left: calc(100% - 10px);
  }
  .equipment-carousel__item__slides .slick-arrow.slick-prev {
    right: calc(100% - 10px);
  }
}

.featured-insights-carousel {
  position: relative;
  margin: 100px 0;
  padding: 100px 0;
  background-color: #262628;
  color: #fff;
}
.featured-insights-carousel article {
  text-align: center;
  margin: 0 0 40px;
}
.featured-insights-carousel article h2 {
  color: #fff;
}
.featured-insights-carousel article > *:last-child {
  margin-bottom: 0;
}
.featured-insights-carousel__slider {
  position: relative;
  margin: 0 -10px;
}
.featured-insights-carousel__slider .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.featured-insights-carousel__slider .slick-list {
  overflow: hidden;
}
.featured-insights-carousel__slider .slick-slide {
  height: auto !important;
  margin: 0 10px;
}
.featured-insights-carousel__slider .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 60px;
  height: 60px;
  width: 38px;
  color: #919192;
  z-index: 200;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
}
.featured-insights-carousel__slider .slick-arrow:hover, .featured-insights-carousel__slider .slick-arrow:focus {
  color: #fff;
}
.featured-insights-carousel__slider .slick-arrow.slick-prev {
  left: -68px;
}
.featured-insights-carousel__slider .slick-arrow.slick-next {
  right: -68px;
}
@media (max-width: 1780px) {
  .featured-insights-carousel__slider {
    position: relative;
    margin: 0 -10px;
  }
  .featured-insights-carousel__slider .slick-track {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .featured-insights-carousel__slider .slick-list {
    overflow: hidden;
  }
  .featured-insights-carousel__slider .slick-slide {
    height: auto !important;
    margin: 0 10px;
  }
  .featured-insights-carousel__slider .slick-arrow {
    font-size: 30px;
  }
  .featured-insights-carousel__slider .slick-arrow.slick-prev {
    left: -30px;
  }
  .featured-insights-carousel__slider .slick-arrow.slick-next {
    right: -30px;
  }
}
@media (max-width: 767px) {
  .featured-insights-carousel {
    margin: 60px 0;
    padding: 60px 0;
  }
}
@media (max-width: 374px) {
  .featured-insights-carousel__slider {
    position: relative;
    margin: 0;
  }
  .featured-insights-carousel__slider .slick-track {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .featured-insights-carousel__slider .slick-list {
    overflow: hidden;
  }
  .featured-insights-carousel__slider .slick-slide {
    height: auto !important;
    margin: 0 10px;
  }
  .featured-insights-carousel__slider .slick-arrow.slick-prev {
    left: -25px;
  }
  .featured-insights-carousel__slider .slick-arrow.slick-next {
    right: -25px;
  }
}

.featured-articles {
  position: relative;
  padding: 120px 0 0;
  margin: 130px 0;
  border-top: solid 1px #c9c6c6;
}
@media (max-width: 767px) {
  .featured-articles {
    margin: 60px 0;
    padding: 60px 0 0;
  }
}

#grid .item {
  width: 33%;
  text-align: center;
  color: #fff;
  font-size: 1.4em;
  float: left; }

.main #grid .item {
  width: 25%; }

#grid .item a {
  display: block;
  position: relative;
  color: #fff;
  letter-spacing: -0.05em;
  line-height: 1.4em;
  font-weight: normal; }


#gallery-1 img, #gallery-2 img, #gallery-3 img, #gallery-4 img, #gallery-5 img, #gallery-6 img {
  border: none !important; }

#grid .item a .mask {
  background: #003644;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity .5s ease-in-out;
  -moz-transition: opacity .5s ease-in-out;
  -webkit-transition: opacity .5s ease-in-out; }

#grid .item a:hover .mask {
  opacity: 1; }

#grid .item img {
  display: block;
  width: 100%;
  height: auto;
  border: 0; }

  .main #grid .item {
    width: 50%; }
  #grid .item {
    font-size: 1em; }


.news-events {
  margin: 0;
  padding: 60px 0 100px;
  background-color: #000;
  overflow: hidden;
}
.news-events > .container {
  max-width: 1900px;
}
.news-events__filters {
  position: absolute !important;
  bottom: 0;
  left: 0;
  right: 0;
}
.news-events__filters ul {
  border-top: solid 1px #757373;
  background-color: rgba(0, 0, 0, 0.37);
  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;
}
.news-events__filters ul li {
  width: 240px;
}
.news-events__filters ul li a {
  display: block;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: min(220px, 8.72vw);
  padding: 40px 0;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.2em;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.news-events__filters ul li a:hover, .news-events__filters ul li a:focus {
  color: #c33632;
}
.news-events__filters ul li.current-cat a {
  color: #c33632;
}
.news-events__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  row-gap: 80px;
}
.news-events__grid .nothing {
  grid-column: 1/-1;
  text-align: left;
}
.news-events__item {
  background-color: #000;
  padding: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #fff;
  text-decoration: none;
}
.news-events__item figure.image {
  aspect-ratio: 1;
}
.news-events__item aside {
  padding: 30px 0 0;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.news-events__item .h4 {
  font-size: 22px;
  color: #fff;
  margin-bottom: 0.5em;
}
.news-events__item time {
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.2;
  margin: 0 0 1em;
  display: block;
}
.news-events__item p {
  font-size: 15px;
  line-height: 1.6;
  margin: 0 0 1.75em;
}
.news-events__item .icon-play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  font-size: 56px;
  color: #ebebeb;
}
.news-events__item .more {
  color: #c33632;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
}
.news-events__item .more::after {
  content: ">";
  font-size: 15px;
  -webkit-transform: scale(1, 2);
  -ms-transform: scale(1, 2);
  transform: scale(1, 2);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  position: relative;
  top: -3px;
}
.news-events__item:hover .more {
  color: #fff;
}
@media (max-width: 1479px) {
  .news-events__grid {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    row-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .news-events__item aside {
    padding: 20px 0 0;
  }
}
@media (max-width: 1079px) {
  .news-events__grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .news-events {
    padding: 60px 0 40px;
  }
  .news-events__item .h4 {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .news-events__filters ul li a {
    font-size: 11px;
    padding: 30px 0;
  }
  .news-events__grid {
    grid-template-columns: 1fr;
  }
}

.partner-tile-gallery {
  position: relative;
  margin: 0 0 120px;
}
.partner-tile-gallery .container {
  max-width: 1900px;
}
.partner-tile-gallery__items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  row-gap: 30px;
}
.partner-tile-gallery__item {
  border: solid 1px #dcdcdc;
  padding: 0 30px 30px;
  font-size: 15px;
  line-height: 1.333;
  color: #000;
  position: relative;
}
.partner-tile-gallery__item figure {
  min-height: 140px;
  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;
}
.partner-tile-gallery__item figure img {
  max-width: 100%;
  max-height: 80%;
  height: auto;
}
.partner-tile-gallery__item__description {
  margin: 0 0 25px;
}
.partner-tile-gallery__item__tax {
  color: #c33632;
  margin: 0 0 0.2em;
}
.partner-tile-gallery__item__tax:last-child {
  margin-bottom: 0;
}
.partner-tile-gallery__item__tax strong {
  font-weight: normal;
  font-size: 13px;
  font-weight: 500;
  color: #000;
}
.partner-tile-gallery__item .btn {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
	color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  font-size: 13px;
  background-color: rgba(195, 54, 50, 0.9);
  opacity: 0;
  min-width: 0;
  white-space: normal;
}
.partner-tile-gallery__item:hover .btn, .partner-tile-gallery__item:focus .btn {
  opacity: 1;
}
@media (max-width: 1479px) {
  .partner-tile-gallery__items {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
  }
  .partner-tile-gallery__item {
    padding: 0 20px 20px;
  }
  .partner-tile-gallery__item figure {
    min-height: 100px;
  }
}
@media (max-width: 1079px) {
  .partner-tile-gallery {
    margin: 0 0 60px;
  }
  .partner-tile-gallery__items {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .partner-tile-gallery__items {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 575px) {
  .partner-tile-gallery__items {
    grid-template-columns: 1fr;
  }
}

.industry {
  margin: 0 0 180px;
  position: relative;
}
.industry__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 25px;
}
.industry__item {
  position: relative;
}
.industry__item h3 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  margin: 0;
  padding: 35px 15px 35px 45px;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  background-color: rgba(0, 0, 0, 0.45);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
  min-height: 10px;
}
.industry__item:hover h3 {
  min-height: 100%;
  background-color: rgba(195, 54, 50, 0.85);
}
@media (max-width: 1479px) {
  .industry__grid {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
  }
  .industry__item h3 {
    font-size: 20px;
  }
  .industry__item h3 {
    padding: 30px 10px 30px 40px;
  }
}
@media (max-width: 1079px) {
  .industry {
    margin-bottom: 60px;
  }
  .industry__grid {
    grid-template-columns: 1fr 1fr;
  }
  .industry__item h3 {
    padding: 20px 10px 20px 20px;
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .industry__grid {
    grid-template-columns: 1fr;
  }
}





.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgb(0, 0, 0, .5);
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  background: none;
  border: solid 2px #000;
  width: 35px;
  height: 35px;
  border-radius: 35px;
  display: block;
  font-size: 24px;
	display: none;
  color: #000;
  font-weight: 500;
  text-align: center;
  font: 24px/1.2em "roboto",sans-serif;
  position: absolute;
  z-index: 1046;
  outline: 0 none;
  top: 10px;
  right: 10px; }

.mfp-image-holder .mfp-close {
  top: 0; }

.mfp-arrow {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: 20px;
  height: 37px;
  width: 24px;
  outline: 0 none;
  font-size: 0em;
  text-indent: -999999px;
  cursor: pointer;
  outline: 0 none;
  border: 0; }

.mfp-arrow-right {
  left: auto;
  right: 20px; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-iframe-holder {
  padding-top: 1em;
  padding-bottom: 1em; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 90%; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; } }

@media all and (max-width: 900px) {
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1; }

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8; }

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0; }

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8; }

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0; }

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1; }

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: .75;
    left: -1em; }
  100% {
    opacity: 1;
    left: 0; } }

@keyframes fadeIn {
  0% {
    opacity: .75;
    left: -1em; }
  100% {
    opacity: 1;
    left: 0; } }

.modal, .mfp-figure {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden; }


.insights {
  margin: 0 0 100px;
  padding: 95px 0 60px;
  background-color: #262628;
  overflow: hidden;
}
.insights__filters {
  position: absolute !important;
  bottom: 0;
  left: 0;
  right: 0;
}
.insights__filters ul {
  border-top: solid 1px #757373;
  border-bottom: solid 1px #757373;
  background-color: rgba(0, 0, 0, 0.37);
  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;
}
.insights__filters ul li {
  width: 350px;
}
.insights__filters ul li a {
  display: block;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: min(220px, 8.72vw);
  padding: 30px 0 20px;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.2em;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.insights__filters ul li a i {
  font-size: 65px;
  display: block;
  margin: 0 0 10px;
}
.insights__filters ul li a:hover, .insights__filters ul li a:focus {
  background-color: #c33632;
  color: #fff;
}
.insights__filters ul li.current-cat a {
  background-color: #c33632;
  color: #fff;
}
.insights__filters__reset {
  color: #fff;
  margin: 0 auto 20px;
  text-transform: uppercase;
  display: block;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.2em;
  line-height: 1;
}
.insights__filters__reset i {
  display: block;
  font-size: 28px;
  margin: 10px 0 0;
  line-height: 1;
}
.insights__filters__reset:hover, .insights__filters__reset:focus {
  opacity: 0.8;
}
.insights__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 30px;
}
.insights__grid .nothing {
  grid-column: 1/-1;
  text-align: left;
}
.insights__item {
  background-color: #000;
  padding: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #fff;
  text-decoration: none;
}
.insights__item figure.image {
  aspect-ratio: 380/240;
}
.insights__item aside {
  padding: 30px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.insights__item .h3 {
  color: #fff;
}
.insights__item .h3 small {
  color: #878787;
}
.insights__item p {
  font-size: 16px;
  line-height: 1.5;
  margin: 0 0 1.75em;
}
.insights__item .icon-play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  font-size: 56px;
  color: #ebebeb;
}
.insights__item .btn {
  background-color: transparent;
  border-color: #9a9999;
  color: #fff;
  pointer-events: none;
  margin-top: auto;
  color: #878787;
}
.insights__item:hover .btn {
  background-color: #c33632;
  border-color: #c33632;
  color: #fff;
}
@media (max-width: 1479px) {
  .insights__grid {
    gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .insights__item aside {
    padding: 20px;
  }
}
@media (max-width: 1079px) {
  .insights__grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .insights {
    padding: 60px 0 40px;
    margin: 0 0 60px;
  }
  .insights__filters {
    position: static;
  }
  .insights__filters ul li a {
    font-size: 11px;
    padding: 20px 0 15px;
	  letter-spacing: normal;
  }
  .insights__filters ul li a i {
    font-size: 30px;
  }
  .insights__item .h3 {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .insights__grid {
    grid-template-columns: 1fr;
  }
}

.products {
  margin: 100px 0 150px;
}
.products__filters {
  position: absolute !important;
  bottom: 0;
  left: 0;
  right: 0;
}
.products__filters ul {
  border-top: solid 1px #757373;
  border-bottom: solid 1px #757373;
  background-color: rgba(0, 0, 0, 0.37);
  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-column-gap: 60px;
  -moz-column-gap: 60px;
  column-gap: 60px;
}
.products__filters ul li a {
  display: block;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: min(120px, 5vw);
  padding: 30px 0;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.2em;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.products__filters ul li a:hover, .products__filters ul li a:focus {
  color: #c33632;
}
.products__filters ul li.current-cat a {
  color: #c33632;
}
.products__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  row-gap: 74px;
}
.products__item {
  width: calc(16.6666666667% - 33.3333333333px);
  text-align: center;
}
.products__item figure {
  border-radius: 240px;
  overflow: hidden;
  margin: 0 0 16px;
  position: relative;
}
.products__item figure::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 3;
  border: solid 4px #c33632;
  border-radius: 240px;
}
.products__item figure figcaption {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: rgba(195, 54, 50, 0.8);
  color: #fff;
  z-index: 2;
  line-height: 1.35;
  font-size: 22px;
  font-weight: bold;
  row-gap: 5px;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
  opacity: 0;
  padding: 5px;
}
.products__item figure figcaption small {
  font-size: 13px;
}
.products__item figure img {
  z-index: 1;
}
.products__item h2 {
  line-height: 1.35;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: normal;
  margin: 0;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
}
.products__item h2 small {
  font-size: 13px;
  font-weight: bold;
  text-transform: none;
  color: #c33632;
  letter-spacing: normal;
  margin: 0 0 5px;
  line-height: 1.3;
}
.products__item:hover figure figcaption, .products__item:focus figure figcaption {
  opacity: 1;
}
.products__item:hover h2, .products__item:focus h2 {
  opacity: 0;
}
@media (max-width: 1479px) {
  .products__filters ul {
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
  }
}
@media (max-width: 1279px) {
  .products__filters ul {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
  .products__item {
    width: calc(20% - 32px);
  }
}
@media (max-width: 1079px) {
  .products__filters ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px 20px;
  }
  .products__filters ul li a {
    padding: 10px 0;
    min-height: auto;
  }
  .products__grid {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    row-gap: 60px;
  }
  .products__item {
    width: calc(25% - 22.5px);
  }
}
@media (max-width: 767px) {
  .products {
    margin: 60px 0 80px;
  }
  .products__filters ul {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
  .products__filters ul li a {
    font-size: 11px;
  }
  .products__item {
    width: calc(33.3333333333% - 20px);
  }
}
@media (max-width: 575px) {
  .products__grid {
    row-gap: 40px;
  }
  .products__item {
    width: calc(50% - 15px);
  }
}
@media (max-width: 374px) {
  .products__item {
    width: 100%;
    max-width: 240px;
  }
}

.equipment {
  background-color: #f4f4f4;
  padding: 130px 0 230px;
}
.equipment__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
	justify-content: center;
}
.equipment__container > aside {
  width: 358px;
  min-width: 358px;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border: solid 1px #d4d4d4;
  background-color: #fff;
  position: relative;
  padding: 0 0 25px;
}
.equipment__container > aside::before {
  content: "FILTER RESULTS";
  background-color: #262628;
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
  padding: 21px 25px 23px;
  line-height: 1;
  letter-spacing: 0.02em;
  margin: 0 0 20px;
}
.equipment h1 {
  font-size: 36px;
  padding-left: 25px;
  margin-bottom: 1em;
  letter-spacing: -0.01em;
  font-weight: bold;
}
.equipment .nothing {
  padding: 0;
  font-size: 36px;
}
.equipment .search-filter-tags {
  padding: 0 25px;
  margin: 0 0 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 10px;
  -webkit-column-gap: 5px;
  -moz-column-gap: 5px;
  column-gap: 5px;
}
.equipment .search-filter-tags h3 {
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin: 0 0 2px;
  width: 100%;
}
.equipment .search-filter-tags a {
  color: #fff;
  cursor: pointer;
  background-color: #c33632;
  font-size: 13px;
  letter-spacing: -0.01em;
  line-height: 1em;
  padding: 5px 8px 7px;
  border-radius: 3px;
	position: relative;
}

.equipment .search-filter-tags a:after {
	content: "";
    display: inline-block;
    width: 10px; 
    height: 10px; 
    background-image: url('https://dev.erikarecord.com/wp-content/uploads/2024/11/close-x-white-png.webp'); 
	background-repeat: no-repeat;
    background-size: cover;
    margin-left: 5px; 
	margin-bottom: 2px;
    vertical-align: middle; 
}

.equipment .search-filter-tags .clear {
  background-color: #000;
  cursor: pointer;
  pointer-events: all;
}
.equipment .search-filter-disabled .sf-label-checkbox {
  opacity: 0.5;
}
.equipment .searchandfilter > ul {
  list-style: none;
  margin: 0;
  padding: 0 25px;
  line-height: 1.4;
  font-size: 16px;
}
.equipment .searchandfilter > ul > li {
  margin: 0 0 10px;
  padding: 0;
}
.equipment .searchandfilter > ul > li:last-child {
  margin-bottom: 0;
}
.equipment .searchandfilter > ul > li.sf-field-taxonomy-equipment-category > ul > li > .sf-input-checkbox {
  display: none;
}
.equipment .searchandfilter > ul > li.sf-field-taxonomy-equipment-category > ul > li > label {
  padding: 0;
}
.equipment .searchandfilter > ul > li.sf-field-taxonomy-equipment-category > ul > li > label::before {
  display: none;
}
.equipment .searchandfilter > ul > li.sf-field-taxonomy-equipment-category > ul > li > ul.children {
  padding-left: 0;
}
.equipment .searchandfilter > ul > li.sf-field-taxonomy-equipment-category .sf-level-0 > .children {
  display: none;
}
.equipment .searchandfilter > ul > li.sf-field-taxonomy-equipment-category .sf-level-0 > label .sf-count {
  margin-left: auto;
}
.equipment .searchandfilter > ul > li.sf-field-taxonomy-equipment-category .sf-level-0.sf-option-active > label {
  color: #c33632;
}
.equipment .searchandfilter > ul > li.sf-field-taxonomy-equipment-category .sf-level-0.sf-option-active > .children {
  display: initial;
}
.equipment .searchandfilter > ul > li ul {
  margin: 0;
  padding: 0;
}
.equipment .searchandfilter > ul > li ul.children {
  padding-left: 30px;
}
.equipment .searchandfilter > ul > li ul li {
  margin: 0;
  padding: 7px 0 0;
}
.equipment .searchandfilter label {
  font-size: 16px;
  letter-spacing: -0.01em;
}
.equipment .searchandfilter .sf-level-0 > label {
  font-weight: 600;
}
.equipment .searchandfilter .sf-count {
  padding: 0;
  color: #8f8f8f;
  font-weight: normal;
}
.equipment .searchandfilter h4 {
  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;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0.2em;
  margin: 0;
  padding: 0 0 6px;
  cursor: pointer;
}
.equipment .searchandfilter h4::after {
  content: "\e903";
  font-family: "erika-records-icons" !important;
  font-style: normal;
  font-weight: 900;
  font-size: 13px;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.equipment .searchandfilter h4.on::after {
  content: "\e91b";
}
.equipment .searchandfilter h4 + ul {
  margin-bottom: 24px !important;
  display: none;
}
.equipment .searchandfilter input.sf-input-checkbox {
  opacity: 0;
  position: absolute;
}
.equipment .searchandfilter input.sf-input-checkbox + label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 0;
  -webkit-column-gap: 4px;
  -moz-column-gap: 4px;
  column-gap: 4px;
}
.equipment .searchandfilter input.sf-input-checkbox + label::before {
  content: "";
  width: 16px;
  height: 16px;
  border: solid 1px #000;
  position: relative;
  top: 4px;
  margin-right: 8px;
}
.equipment .searchandfilter input.sf-input-checkbox:checked + label::before {
  background-color: #000;
}
.equipment__results-count {
  margin: 0 0 25px;
  font-size: 13px;
  font-weight: normal;
  letter-spacing: normal;
  text-transform: uppercase;
}
.equipment__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  gap: 15px;
}
.equipment__item {
  font-size: 15px;
  line-height: 1.33;
  color: #000;
  background-color: #fff;
  border: solid 1px #d4d4d4;
  position: relative;
}
.equipment__item::after {
  content: "Product Detail";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: #c33632;
  background-color: rgba(195, 54, 50, 0.89);
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.2em;
  line-height: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
  opacity: 0;
}
.equipment__item .image {
  aspect-ratio: 340/260;
}
.equipment__item aside {
  padding: 25px;
}
.equipment__item aside h2, .equipment__item aside h4 {
  font-size: 17px;
  letter-spacing: -0.02em;
  font-weight: bold;
}
.equipment__item aside h2 small, .equipment__item aside h4 small {
  text-transform: uppercase;
  margin: 10px 0 0;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: normal;
  line-height: 1.4;
}
.equipment__item aside > *:last-child {
  margin-bottom: 0;
}
.equipment__item:hover::after, .equipment__item:focus::after {
  opacity: 1;
}
@media (max-width: 1479px) {
  .equipment__grid {
    grid-template-columns: 1fr 1fr;
  }
  .equipment__item aside {
    padding: 20px;
  }
}
@media (max-width: 1079px) {
  .equipment {
    padding: 60px 0 120px;
  }
  .equipment__container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 40px;
  }
  .equipment__container > aside {
    min-width: none;
    width: 100%;
  }
  .equipment__grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .equipment__grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 575px) {
  .equipment__grid {
    grid-template-columns: 1fr;
  }
}

/* 
.equipment1__gallery {
  overflow: hidden;
  position: relative;
}
.equipment1__gallery .slick-list {
  overflow: visible;
}
.equipment1__gallery .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  margin: auto;
}
.equipment1__gallery .slick-slide {
  height: auto;
}
.equipment1__gallery .slick-arrow {
  position: absolute;
  bottom: 0;
  top: 50%;
  z-index: 200;
  font-size: 52px;
  line-height: 22px;
  cursor: pointer;
}
/* .equipment1__gallery .slick-arrow.slick-prev {
  right: 7%
} */
/* .equipment1__gallery .slick-arrow.slick-next {
  left:  97%
}
.equipment1__gallery__slider {
  max-width: 640px;
  margin: auto;
  padding-bottom: 0px;
}

.equipment1__gallery__item img {
  width: 100%;
  height: auto;
  max-width: 640px;
  max-height: 427px; 
  object-fit: cover;
}

.equipment1__gallery__nav {
    max-width: 640px;
    margin: 0 auto;
    padding: 10px 0;
}

.equipment1__gallery__thumbnail {
    padding: 5px;
}

.equipment1__gallery__thumbnail img {
    width: 100%;
    height: 125px;
    object-fit: cover;
    cursor: pointer;
}

.equipment1__gallery__thumbnail.slick-current img {
    border-color: #000; /* Highlight the active thumbnail */
}

@media (max-width: 1079px) {
  .equipment1__detail .container {
    gap: 50px;
  }
  .equipment1__gallery__slider {
    padding-bottom: 0px;
  }
  .equipment1__gallery .slick-arrow.slick-next {
    right: 30px;
  }
}
@media (max-width: 767px) {
  .equipment1__detail {
    padding: 20px 0;
  }
  .equipment1__detail .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
	.equipment1__gallery__item img {
		width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
	}
	
  .equipment1__detail .container > ul::before {
    display: none;
  }
  .equipment1__gallery .slick-arrow {
    font-size: 36px;
    line-height: 20px;
  }
  .equipment1__gallery .slick-arrow.slick-next {
    right: 30px;
	  left: 94%;
  }
}

@media (max-width: 575px) {
	.equipment1__gallery__thumbnail img {
		height: 90px;
	}
}
*/


.equipment__info {
  margin: 120px 0;
  letter-spacing: normal;
}
.equipment__info .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 20px;
}
.equipment__info .container > figure {
  padding-right: 100px;
  min-width: 0;
}
.equipment__info .container > article h2 {
  font-size: 28px;
  font-weight: bold;
  margin: 0 0 0.1em;
  letter-spacing: normal;
}
.equipment__info__subtitle {
  font-size: 18px;
  letter-spacing: normal;
  margin: 0 0 1.5em;
}
.equipment__info__link {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 1.7em;
}
.equipment__info__link > *:last-child {
  margin-bottom: 0;
}
.equipment__info__slides {
  width: 0;
  min-width: 100%;
  position: relative;
}
.equipment__info__slides .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
	align-items: center;
}
.equipment__info__slides .slick-list {
  overflow: hidden;
}
.equipment__info__slides .slick-slide {
  height: auto !important;
}
.equipment__info__slides .slick-slide img {
  width: 100%;
  height: 100%;
	max-height: 465px;
	object-fit: contain;
}
.equipment__info__slides .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 64px;
  color: #000;
}
.equipment__info__slides .slick-arrow.slick-prev {
  right: calc(100% + 20px);
}
.equipment__info__slides .slick-arrow.slick-next {
  left: calc(100% + 20px);
}
.equipment__info__thumbnails {
  width: 0;
  min-width: calc(100% + 20px);
  position: relative;
  margin: 30px -10px 0;
}
.equipment__info__thumbnails .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.equipment__info__thumbnails .slick-list {
  overflow: hidden;
}
.equipment__info__thumbnails .slick-slide {
  height: auto !important;
  margin: 0 10px;
  -webkit-transition: 0.5s ease-in-out all;
  transition: 0.5s ease-in-out all;
}
.equipment__info__thumbnails .slick-slide.slick-current {
  opacity: 0.5;
}
.equipment__info__thumbnails .slick-slide img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}
@media (max-width: 1679px) {
  .equipment__info .container > figure {
    padding-right: 60px;
  }
  .equipment__info__slides .slick-arrow {
    font-size: 30px;
  }
  .equipment__info__slides .slick-arrow.slick-next {
    left: calc(100% + 5px);
  }
  .equipment__info__slides .slick-arrow.slick-prev {
    right: calc(100% + 5px);
  }
}
@media (max-width: 1079px) {
  .equipment__info .container {
    grid-template-columns: 1fr;
    row-gap: 40px;
  }
  .equipment__info .container > figure {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .equipment__info {
    margin: 60px 0;
  }
  .equipment__info h2 {
    font-size: 22px;
  }
  .equipment__info__thumbnails {
    margin-top: 20px;
  }
}
@media (max-width: 374px) {
  .equipment__info .container > figure {
    padding: 0 10px;
  }
  .equipment__info__slides .slick-arrow.slick-next {
    left: 100%;
  }
  .equipment__info__slides .slick-arrow.slick-prev {
    right: 100%;
  }
}


.equipment__info__slides1 {
  width: 0;
  min-width: 100%;
  position: relative;
}
.equipment__info__slides1 .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.equipment__info__slides1 .slick-list {
  overflow: hidden;
}
.equipment__info__slides1 .slick-slide {
  height: auto !important;
}
.equipment__info__slides1 .slick-slide img {
  width: 100%;
  height: auto;
}
.equipment__info__slides1 .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 64px;
  color: #000;
}
.equipment__info__slides1 .slick-arrow.slick-prev {
  right: calc(100% + 20px);
}
.equipment__info__slides1 .slick-arrow.slick-next {
  left: calc(100% + 20px);
}
.equipment__info__thumbnails1 {
  width: 0;
  min-width: calc(100% + 20px);
  position: relative;
  margin: 30px -10px 0;
}
.equipment__info__thumbnails1 .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.equipment__info__thumbnails1 .slick-list {
  overflow: hidden;
}
.equipment__info__thumbnails1 .slick-slide {
  height: auto !important;
  margin: 0 10px;
  -webkit-transition: 0.5s ease-in-out all;
  transition: 0.5s ease-in-out all;
}
.equipment__info__thumbnails1 .slick-slide.slick-current {
  opacity: 0.5;
}
.equipment__info__thumbnails1 .slick-slide img {
  width: 100%;
  height: auto;
}
@media (max-width: 1679px) {
  .equipment__info .container > figure {
    padding-right: 60px;
  }
  .equipment__info__slides1 .slick-arrow {
    font-size: 30px;
  }
  .equipment__info__slides1 .slick-arrow.slick-next {
    left: calc(100% + 5px);
  }
  .equipment__info__slides1 .slick-arrow.slick-prev {
    right: calc(100% + 5px);
  }
}
@media (max-width: 1079px) {
  .equipment__info .container {
    grid-template-columns: 1fr;
    row-gap: 40px;
  }
  .equipment__info .container > figure {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .equipment__info {
    margin: 60px 0;
  }
  .equipment__info h2 {
    font-size: 22px;
  }
  .equipment__info__thumbnails1 {
    margin-top: 20px;
  }
}
@media (max-width: 374px) {
  .equipment__info .container > figure {
    padding: 0 10px;
  }
  .equipment__info__slides1 .slick-arrow.slick-next {
    left: 100%;
  }
  .equipment__info__slides1 .slick-arrow.slick-prev {
    right: 100%;
  }
}


.equipment__media {
  background-color: #000;
  color: #fff;
  margin: 0;
  padding: 100px 0;
}
.equipment__media h2 {
  text-align: center;
  color: #fff;
  font-size: 36px;
  font-weight: 900;
  letter-spacing: 0.025em;
  margin: 0 0 1.8em;
}
.equipment__media__slides {
  margin: 0 -10px;
  position: relative;
}
.equipment__media__slides .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.equipment__media__slides.one .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
	margin: 0 auto;
}

.equipment__media__slides .slick-list {
  overflow: hidden;
}
.equipment__media__slides .slick-slide {
  height: auto !important;
  margin: 0 10px;
}
.equipment__media__slides .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 64px;
  color: #fff;
}
.equipment__media__slides .slick-arrow.slick-prev {
  right: calc(100% + 20px);
}
.equipment__media__slides .slick-arrow.slick-next {
  left: calc(100% + 20px);
}
.equipment__media__slide {
  position: relative;
  aspect-ratio: 16/9;
}
.equipment__media__slide iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 1679px) {
  .equipment__media__slides .slick-arrow {
    font-size: 30px;
  }
  .equipment__media__slides .slick-arrow.slick-next {
    left: calc(100% - 5px);
  }
  .equipment__media__slides .slick-arrow.slick-prev {
    right: calc(100% - 5px);
  }
}
@media (max-width: 767px) {
  .equipment__media {
    padding: 60px 0;
  }
  .equipment__media h2 {
    font-size: 22px;
  }
}
@media (max-width: 374px) {
  .equipment__media__slides {
    margin: 0;
    padding: 0 10px;
  }
  .equipment__media__slides .slick-arrow.slick-next {
    left: calc(100% - 10px);
  }
  .equipment__media__slides .slick-arrow.slick-prev {
    right: calc(100% - 10px);
  }
}
.equipment__detail {
  margin: 80px 0;
}
.equipment__detail .container {
  max-width: 1040px;
}
.equipment__detail h3 {
  text-transform: uppercase;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.025em;
}
.equipment__detail h6 {
  font-size: 18px;
  color: #c33632;
}
.equipment__detail > *:last-child {
  margin-bottom: 0;
}

.article__title {
  text-align: center;
  border-bottom: solid 1px #e7e6e6;
  padding: 60px 0 50px;
}
.article__title h1 {
  font-size: 42px;
}
.article__title h1 small {
  margin: 0 0 25px;
}
.article__graphic {
  background-color: #fbfbfb;
  padding: 60px 0;
}
.article__graphic .container {
  max-width: 1160px;
}
.article__graphic__video {
  aspect-ratio: 16/9;
  position: relative;
}
.article__graphic__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.article__content {
  margin-top: 80px;
  margin-bottom: 80px;
}


.article__content ul li {
	list-style-type: disc;
	font-size: 17px;
	letter-spacing: normal;
	line-height: 1.6;
}

.article__content .container {
  display: grid;
  grid-template-columns: 2fr 1fr;
  -webkit-column-gap: 100px;
  -moz-column-gap: 100px;
  column-gap: 100px;
}
.article__content .container > article h2 {
  font-size: 26px;
  font-weight: 400;
  line-height: 1.46;
  letter-spacing: normal;
  margin: 0 0 1.5em;
}
.article__content .container > article h3 {
  color: #c33632;
  font-size: 26px;
  font-weight: 600;
  margin: 0;
}
.article__content .container > article p {
  margin: 0 0 1.2em;
  line-height: 1.6;
  font-size: 17px;
  letter-spacing: normal;
}
.article__content .container > article a {
  color: #c33632;
}
.article__content .container > article a:hover {
  text-decoration: underline;
}
.article__content .container > aside .btn:hover, .article__content .container > aside .btn:focus {
  color: #c33632;
}


.article__content-noproduct .container {
	display: grid;
	grid-template-columns: 1fr;
	margin: 0 auto;
	max-width: 1100px;
}

@media (max-width: 1479px) {
  .article__content .container {
    -webkit-column-gap: 60px;
    -moz-column-gap: 60px;
    column-gap: 60px;
  }
}
@media (max-width: 1079px) {
  .article__content .container {
    display: block;
  }
  .article__content .container > aside {
    max-width: 400px;
  }
}
.article__need-help {
  margin: 0 0 50px;
}
.article__need-help h4 small {
  color: #000;
}
.article__need-help:last-child {
  margin-bottom: 0;
}
@media (max-width: 1279px) {
  .article__need-help h4 {
    font-size: 30px;
  }
}
.article__products {
  min-width: 0;
  min-height: 0;
  position: relative;
  margin: 0 0 50px;
}
.article__products:last-child {
  margin-bottom: 0;
}
.article__products h4 {
  color: #c33632;
}
.article__products__slides {
  width: 0;
  min-width: 100%;
  position: relative;
}
.article__products__slides .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.article__products__slides .slick-list {
  overflow: hidden;
}
.article__products__slides .slick-slide {
  height: auto !important;
  padding: 0 1px;
}
.article__products__slides .slick-slide div {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.article__products__slides .slick-arrow {
  position: absolute;
  top: 50%;
  font-size: 64px;
  color: #acacac;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.article__products__slides .slick-arrow.slick-prev {
  right: calc(100% + 20px);
}
.article__products__slides .slick-arrow.slick-next {
  left: calc(100% + 20px);
}
@media (max-width: 1899px) {
  .article__products__slides .slick-arrow {
    font-size: 36px;
  }
}
@media (max-width: 1679px) {
  .article__products__slides .slick-arrow {
    font-size: 30px;
  }
  .article__products__slides .slick-arrow.slick-prev {
    right: calc(100% + 5px);
  }
  .article__products__slides .slick-arrow.slick-next {
    left: calc(100% + 5px);
  }
}
@media (max-width: 374px) {
  .article__products__slides {
    padding: 0 10px;
  }
  .article__products__slides .slick-arrow.slick-next {
    left: calc(100% - 10px);
  }
  .article__products__slides .slick-arrow.slick-prev {
    right: calc(100% - 10px);
  }
}
.article__table {
  padding: 80px 0;
  background-color: #fbfbfb;
}
.article__table + .featured-insights-carousel {
  margin-top: 0;
}

.not-selectable {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.carousel {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

.carousel.is-draggable {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.carousel.is-dragging {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.carousel__viewport {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}

.carousel__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.carousel__slide {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: var(--carousel-slide-width, 60%);
  max-width: 100%;
  padding: 1rem;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.has-dots {
  margin-bottom: calc(0.5rem + 22px);
}

.carousel__dots {
  margin: 0 auto;
  padding: 0;
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.carousel__dots .carousel__dot {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  width: 22px;
  height: 22px;
  cursor: pointer;
}

.carousel__dots .carousel__dot:after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: currentColor;
  opacity: 0.25;
  -webkit-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
}

.carousel__dots .carousel__dot.is-selected:after {
  opacity: 1;
}

.carousel__button {
  width: var(--carousel-button-width, 48px);
  height: var(--carousel-button-height, 48px);
  padding: 0;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  pointer-events: all;
  cursor: pointer;
  color: var(--carousel-button-color, currentColor);
  background: var(--carousel-button-bg, transparent);
  border-radius: var(--carousel-button-border-radius, 50%);
  -webkit-box-shadow: var(--carousel-button-shadow, none);
  box-shadow: var(--carousel-button-shadow, none);
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}

.carousel__button.is-prev, .carousel__button.is-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.carousel__button.is-prev {
  left: 10px;
}

.carousel__button.is-next {
  right: 10px;
}

.carousel__button[disabled] {
  cursor: default;
  opacity: 0.3;
}

.carousel__button svg {
  width: var(--carousel-button-svg-width, 50%);
  height: var(--carousel-button-svg-height, 50%);
  fill: none;
  stroke: currentColor;
  stroke-width: var(--carousel-button-svg-stroke-width, 1.5);
  stroke-linejoin: bevel;
  stroke-linecap: round;
  -webkit-filter: var(--carousel-button-svg-filter, none);
  filter: var(--carousel-button-svg-filter, none);
  pointer-events: none;
}

body.compensate-for-scrollbar {
  overflow: hidden !important;
  -ms-touch-action: none;
  touch-action: none;
}

.fancybox__container {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  direction: ltr;
  margin: 0;
  padding: env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: var(--fancybox-color, #fff);
  -webkit-tap-highlight-color: transparent;
  overflow: hidden;
  z-index: 1050;
  outline: none;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  --carousel-button-width: 48px;
  --carousel-button-height: 48px;
  --carousel-button-svg-width: 24px;
  --carousel-button-svg-height: 24px;
  --carousel-button-svg-stroke-width: 2.5;
  --carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4));
}

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

.fancybox__container :focus {
  outline: thin dotted;
}

body.is-using-mouse .fancybox__container :focus {
  outline: none;
}

@media all and (min-width: 1024px) {
  .fancybox__container {
    --carousel-button-width:48px;
    --carousel-button-height:48px;
    --carousel-button-svg-width:27px;
    --carousel-button-svg-height:27px;
  }
}
.fancybox__backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: var(--fancybox-bg, rgba(24, 24, 27, 0.92));
}

.fancybox__carousel {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 0;
  height: 100%;
  z-index: 10;
}

.fancybox__carousel.has-dots {
  margin-bottom: calc(0.5rem + 22px);
}

.fancybox__viewport {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: visible;
  cursor: default;
}

.fancybox__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.fancybox__slide {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 48px 8px 8px 8px;
  position: relative;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  outline: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  --carousel-button-width: 36px;
  --carousel-button-height: 36px;
  --carousel-button-svg-width: 22px;
  --carousel-button-svg-height: 22px;
}

.fancybox__slide::before, .fancybox__slide::after {
  content: "";
  -webkit-box-flex: 0;
  -ms-flex: 0 0 0px;
  flex: 0 0 0;
  margin: auto;
}

@media all and (min-width: 1024px) {
  .fancybox__slide {
    padding: 64px 100px;
  }
}
.fancybox__content {
  margin: 0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);
  padding: 36px;
  color: var(--fancybox-content-color, #374151);
  background: var(--fancybox-content-bg, #fff);
  position: relative;
  -ms-flex-item-align: center;
  align-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;
  z-index: 20;
}

.fancybox__caption {
  -ms-flex-item-align: center;
  align-self: center;
  max-width: 100%;
  margin: 0;
  padding: 1rem 0 0 0;
  line-height: 1.375;
  color: var(--fancybox-color, currentColor);
  visibility: visible;
  cursor: auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  overflow-wrap: anywhere;
}

.is-loading .fancybox__caption {
  visibility: hidden;
}

.fancybox__container > .carousel__dots {
  top: 100%;
  color: var(--fancybox-color, #fff);
}

.fancybox__nav .carousel__button {
  z-index: 40;
}

.fancybox__nav .carousel__button.is-next {
  right: 8px;
}

@media all and (min-width: 1024px) {
  .fancybox__nav .carousel__button.is-next {
    right: 40px;
  }
}
.fancybox__nav .carousel__button.is-prev {
  left: 8px;
}

@media all and (min-width: 1024px) {
  .fancybox__nav .carousel__button.is-prev {
    left: 40px;
  }
}
.carousel__button.is-close {
  position: absolute;
  top: 8px;
  right: 8px;
  top: calc(env(safe-area-inset-top, 0px) + 8px);
  right: calc(env(safe-area-inset-right, 0px) + 8px);
  z-index: 40;
}

@media all and (min-width: 1024px) {
  .carousel__button.is-close {
    right: 40px;
  }
}
.fancybox__content > .carousel__button.is-close {
  position: absolute;
  top: -36px;
  right: 0;
  color: var(--fancybox-color, #fff);
}

.fancybox__no-click, .fancybox__no-click button {
  pointer-events: none;
}

.fancybox__spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  color: var(--fancybox-color, currentColor);
}

.fancybox__slide .fancybox__spinner {
  cursor: pointer;
  z-index: 1053;
}

.fancybox__spinner svg {
  -webkit-animation: fancybox-rotate 2s linear infinite;
  animation: fancybox-rotate 2s linear infinite;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

.fancybox__spinner svg circle {
  fill: none;
  stroke-width: 2.75;
  stroke-miterlimit: 10;
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  -webkit-animation: fancybox-dash 1.5s ease-in-out infinite;
  animation: fancybox-dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
  stroke: currentColor;
}

@-webkit-keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes fancybox-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
@keyframes fancybox-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
.fancybox__backdrop, .fancybox__caption, .fancybox__nav, .carousel__dots, .carousel__button.is-close {
  opacity: var(--fancybox-opacity, 1);
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop, .fancybox__container.is-animated[aria-hidden=false] .fancybox__caption, .fancybox__container.is-animated[aria-hidden=false] .fancybox__nav, .fancybox__container.is-animated[aria-hidden=false] .carousel__dots, .fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close {
  -webkit-animation: 0.15s ease backwards fancybox-fadeIn;
  animation: 0.15s ease backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__backdrop, .fancybox__container.is-animated.is-closing .fancybox__caption, .fancybox__container.is-animated.is-closing .fancybox__nav, .fancybox__container.is-animated.is-closing .carousel__dots, .fancybox__container.is-animated.is-closing .carousel__button.is-close {
  -webkit-animation: 0.15s ease both fancybox-fadeOut;
  animation: 0.15s ease both fancybox-fadeOut;
}

.fancybox-fadeIn {
  -webkit-animation: 0.15s ease both fancybox-fadeIn;
  animation: 0.15s ease both fancybox-fadeIn;
}

.fancybox-fadeOut {
  -webkit-animation: 0.1s ease both fancybox-fadeOut;
  animation: 0.1s ease both fancybox-fadeOut;
}

.fancybox-zoomInUp {
  -webkit-animation: 0.2s ease both fancybox-zoomInUp;
  animation: 0.2s ease both fancybox-zoomInUp;
}

.fancybox-zoomOutDown {
  -webkit-animation: 0.15s ease both fancybox-zoomOutDown;
  animation: 0.15s ease both fancybox-zoomOutDown;
}

.fancybox-throwOutUp {
  -webkit-animation: 0.15s ease both fancybox-throwOutUp;
  animation: 0.15s ease both fancybox-throwOutUp;
}

.fancybox-throwOutDown {
  -webkit-animation: 0.15s ease both fancybox-throwOutDown;
  animation: 0.15s ease both fancybox-throwOutDown;
}

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

@keyframes fancybox-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fancybox-fadeOut {
  to {
    opacity: 0;
  }
}
@keyframes fancybox-fadeOut {
  to {
    opacity: 0;
  }
}
@-webkit-keyframes fancybox-zoomInUp {
  from {
    -webkit-transform: scale(0.97) translate3d(0, 16px, 0);
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1) translate3d(0, 0, 0);
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fancybox-zoomInUp {
  from {
    -webkit-transform: scale(0.97) translate3d(0, 16px, 0);
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1) translate3d(0, 0, 0);
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes fancybox-zoomOutDown {
  to {
    -webkit-transform: scale(0.97) translate3d(0, 16px, 0);
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
}
@keyframes fancybox-zoomOutDown {
  to {
    -webkit-transform: scale(0.97) translate3d(0, 16px, 0);
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
}
@-webkit-keyframes fancybox-throwOutUp {
  to {
    -webkit-transform: translate3d(0, -30%, 0);
    transform: translate3d(0, -30%, 0);
    opacity: 0;
  }
}
@keyframes fancybox-throwOutUp {
  to {
    -webkit-transform: translate3d(0, -30%, 0);
    transform: translate3d(0, -30%, 0);
    opacity: 0;
  }
}
@-webkit-keyframes fancybox-throwOutDown {
  to {
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
    opacity: 0;
  }
}
@keyframes fancybox-throwOutDown {
  to {
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
    opacity: 0;
  }
}
.fancybox__carousel .carousel__slide {
  scrollbar-width: thin;
  scrollbar-color: #ccc rgba(255, 255, 255, 0.1);
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.1);
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
}

.fancybox__carousel.is-draggable .fancybox__slide, .fancybox__carousel.is-draggable .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox__carousel.is-dragging .fancybox__slide, .fancybox__carousel.is-dragging .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox__carousel .fancybox__slide .fancybox__content {
  cursor: auto;
}

.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox__image {
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: none;
  transition: none;
}

.has-image .fancybox__content {
  padding: 0;
  background: transparent;
  min-height: 1px;
}

.is-closing .has-image .fancybox__content {
  overflow: visible;
}

.has-image[data-image-fit=contain] {
  overflow: visible;
  -ms-touch-action: none;
  touch-action: none;
}

.has-image[data-image-fit=contain] .fancybox__image {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.has-image[data-image-fit=contain-w] {
  overflow-x: hidden;
  overflow-y: auto;
}

.has-image[data-image-fit=contain-w] .fancybox__content {
  min-height: auto;
}

.has-image[data-image-fit=contain-w] .fancybox__image {
  max-width: 100%;
  height: auto;
}

.has-image[data-image-fit=cover] {
  overflow: visible;
  -ms-touch-action: none;
  touch-action: none;
}

.has-image[data-image-fit=cover] .fancybox__content {
  width: 100%;
  height: 100%;
}

.has-image[data-image-fit=cover] .fancybox__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content, .fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content, .fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  -ms-flex-negative: 1;
  flex-shrink: 1;
  min-height: 1px;
  overflow: visible;
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content, .fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content {
  width: 100%;
  height: 80%;
}

.fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  width: 1920px;
  height: 1080px;
  max-width: 100%;
  max-height: 100%;
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content, .fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  padding: 0;
  background: rgba(24, 24, 27, 0.9);
  color: #fff;
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content {
  background: #e5e3df;
}

.fancybox__html5video, .fancybox__iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: transparent;
}

.fancybox-placeholder {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.fancybox__thumbs {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  position: relative;
  padding: 0px 3px;
  opacity: var(--fancybox-opacity, 1);
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs {
  -webkit-animation: 0.15s ease-in backwards fancybox-fadeIn;
  animation: 0.15s ease-in backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__thumbs {
  opacity: 0;
}

.fancybox__thumbs .carousel__slide {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: var(--fancybox-thumbs-width, 96px);
  margin: 0;
  padding: 8px 3px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: visible;
  cursor: pointer;
}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 5px solid var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));
  opacity: 0;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
  border-radius: var(--fancybox-thumbs-border-radius, 4px);
}

.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after {
  opacity: 0.92;
}

.fancybox__thumbs .carousel__slide > * {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox__thumb {
  position: relative;
  width: 100%;
  padding-top: calc(100% / (var(--fancybox-thumbs-ratio, 1.5)));
  background-size: cover;
  background-position: center center;
  background-color: rgba(255, 255, 255, 0.1);
  background-repeat: no-repeat;
  border-radius: var(--fancybox-thumbs-border-radius, 4px);
}

.fancybox__toolbar {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), color-stop(8.1%, rgba(0, 0, 0, 0.006)), color-stop(15.5%, rgba(0, 0, 0, 0.021)), color-stop(22.5%, rgba(0, 0, 0, 0.046)), color-stop(29%, rgba(0, 0, 0, 0.077)), color-stop(35.3%, rgba(0, 0, 0, 0.114)), color-stop(41.2%, rgba(0, 0, 0, 0.155)), color-stop(47.1%, rgba(0, 0, 0, 0.198)), color-stop(52.9%, rgba(0, 0, 0, 0.242)), color-stop(58.8%, rgba(0, 0, 0, 0.285)), color-stop(64.7%, rgba(0, 0, 0, 0.326)), color-stop(71%, rgba(0, 0, 0, 0.363)), color-stop(77.5%, rgba(0, 0, 0, 0.394)), color-stop(84.5%, rgba(0, 0, 0, 0.419)), color-stop(91.9%, rgba(0, 0, 0, 0.434)), to(rgba(0, 0, 0, 0.44)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.006) 8.1%, rgba(0, 0, 0, 0.021) 15.5%, rgba(0, 0, 0, 0.046) 22.5%, rgba(0, 0, 0, 0.077) 29%, rgba(0, 0, 0, 0.114) 35.3%, rgba(0, 0, 0, 0.155) 41.2%, rgba(0, 0, 0, 0.198) 47.1%, rgba(0, 0, 0, 0.242) 52.9%, rgba(0, 0, 0, 0.285) 58.8%, rgba(0, 0, 0, 0.326) 64.7%, rgba(0, 0, 0, 0.363) 71%, rgba(0, 0, 0, 0.394) 77.5%, rgba(0, 0, 0, 0.419) 84.5%, rgba(0, 0, 0, 0.434) 91.9%, rgba(0, 0, 0, 0.44) 100%);
  padding: 0;
  -ms-touch-action: none;
  touch-action: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  --carousel-button-svg-width: 20px;
  --carousel-button-svg-height: 20px;
  opacity: var(--fancybox-opacity, 1);
  text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4));
}

@media all and (min-width: 1024px) {
  .fancybox__toolbar {
    padding: 8px;
  }
}
.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar {
  -webkit-animation: 0.15s ease-in backwards fancybox-fadeIn;
  animation: 0.15s ease-in backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__toolbar {
  opacity: 0;
}

.fancybox__toolbar__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.fancybox__toolbar__items--left {
  margin-right: auto;
}

.fancybox__toolbar__items--center {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.fancybox__toolbar__items--right {
  margin-left: auto;
}

@media (max-width: 640px) {
  .fancybox__toolbar__items--center:not(:last-child) {
    display: none;
  }
}
.fancybox__counter {
  min-width: 72px;
  padding: 0 10px;
  line-height: var(--carousel-button-height, 48px);
  text-align: center;
  font-size: 17px;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: subpixel-antialiased;
}

.fancybox__progress {
  background: var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));
  height: 3px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0;
  -ms-transform-origin: 0;
  transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  z-index: 30;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox__container:-webkit-full-screen::backdrop {
  opacity: 0;
}

.fancybox__container:-ms-fullscreen::backdrop {
  opacity: 0;
}

.fancybox__container:fullscreen::-ms-backdrop {
  opacity: 0;
}

.fancybox__container:fullscreen::backdrop {
  opacity: 0;
}

.fancybox__button--fullscreen g:nth-child(2) {
  display: none;
}

.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(1) {
  display: none;
}

.fancybox__container:-ms-fullscreen .fancybox__button--fullscreen g:nth-child(1) {
  display: none;
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1) {
  display: none;
}

.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(2) {
  display: block;
}

.fancybox__container:-ms-fullscreen .fancybox__button--fullscreen g:nth-child(2) {
  display: block;
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2) {
  display: block;
}

.fancybox__button--slideshow g:nth-child(2) {
  display: none;
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1) {
  display: none;
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2) {
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Bouncing exits  */
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.animate__bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-arrow {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: 20px;
  height: 37px;
  width: 24px;
  background: url(https://dev.erikarecord.com/wp-content/uploads/2024/12/arrow-left-1-1-1.svg) no-repeat center center;
  outline: 0 none;
  font-size: 0em;
  text-indent: -999999px;
  cursor: pointer;
  outline: 0 none;
  border: 0; }

.mfp-arrow-right {
  background: url(https://dev.erikarecord.com/wp-content/uploads/2024/12/arrow-right-2-2-2.svg) no-repeat center center;
  left: auto;
  right: 20px; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-iframe-holder {
  padding-top: 1em;
  padding-bottom: 1em; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 90%; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; } }

@media all and (max-width: 900px) {
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1; }

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8; }

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0; }

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8; }

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0; }

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1; }

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: .75;
    left: -1em; }
  100% {
    opacity: 1;
    left: 0; } }

@keyframes fadeIn {
  0% {
    opacity: .75;
    left: -1em; }
  100% {
    opacity: 1;
    left: 0; } }

.modal, .mfp-figure {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden; }

 .mfp-vimeo .mfp-container {
    padding: 0; }
  .mfp-vimeo .mfp-content {
    max-width: 100%; }

  .mfp-close {
    width: 24px;
    height: 24px;
    font-size: 20px;
    line-height: 20px;
    text-align: center !important;
	  padding: 0; }

button#gform_submit_button_3 {
	  border: solid 2px #c33632;
  border-radius: 0;
  background: #c33632;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.2em;
  color: #fff;
  padding: 12px 40px;
  line-height: 1em;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  z-index: 1;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
  min-width: 200px;
}
button#gform_submit_button_3:hover, button#gform_submit_button_3:focus {
  background: transparent;
  color: #c33632;
}

/* Product Purchase Form */

 .gform-theme--framework .gfield--type-product .ginput_container_product_calculation, .gform-theme--framework .gfield--type-product .ginput_container_singleproduct {
	flex-direction: row!important;
}

.gform-theme--framework .gfield--type-product .ginput_container_product_calculation .ginput_product_price_wrapper, .gform-theme--framework .gfield--type-product .ginput_container_singleproduct .ginput_product_price_wrapper {
	display: flex;
	flex-direction: column!important;
}

.gform-theme--framework .gfield--type-product .ginput_quantity {
	position: relative;
    top: 30px;
    right: 65px;
}

.gform-theme--framework .gfield--type-product .ginput_product_price {
	margin-top: 10px;
	font-size: 16px;
}

input#input_3_2 {
	font-size: 16px;
	color: #c33632;
}

span.ginput_quantity_label.gform-field-label, span.gform-field-label.gform-field-label--type-sub-large.ginput_product_price_label, label.gfield_label.gform-field-label {
	font-size: 16px;
}


@media (max-width: 809px) {
	.gform-theme--foundation .gfield--width-seven-twelfths {
		grid-column: span 8!important;
	}
}


select#category, select#product {
	background: transparent;
	color: #fff;
    min-width: 390px;
    min-height: 55px;
    font-weight: 600;
    font-size: 12px;
    margin: 0px 8px;
    padding: 0px 20px;
    border: 1px solid #fff;
    letter-spacing: 3px;
	text-transform: uppercase;
}



.quickfinder-btn {
	border: solid 2px #c33632;
    border-radius: 0;
    background: #c33632;
    margin: 0;
    padding: 0;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.2em;
    color: #fff;
    padding: 19px 40px;
    line-height: 1em;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    z-index: 1;
    -webkit-transition: 0.3s ease-in-out all;
    transition: 0.3s ease-in-out all;
    min-width: 254px;
}

.quickfinder-btn:hover, .quickfinder-btn:focus {
  background: transparent;
  color: #c33632;
}

.custom-select-wrapper {
   position: relative;
   display: inline-block;
	margin-bottom: 20px;
}

.carat {
   -moz-appearance: none;
   -webkit-appearance: none;
   appearance: none;
}

.custom-select-wrapper::after {
   content: '';
   position: absolute;
   top: 50%;
   right: 25px;
     transform: translateY(-50%) rotate(90deg);
   width: 12px; 
   height: 12px; 
   background: url('http://dev.erikarecord.com/wp-content/uploads/2025/01/arrow.svg') no-repeat center center;
   background-size: contain;
   pointer-events: none;
}

@media (max-width: 767px) {
  .quickfinder-btn {
    font-size: 12px;
	  width: 100%;
  }
	select#category, select#product {
		min-width: 0;
		width: 100%;
	}
	.custom-select-wrapper {
		display: grid;
		justify-items: center;
	}
	
}



button#gform_submit_button_4, button#gform_submit_button_2 {
  border: solid 2px #c33632;
  border-radius: 0;
  background: #c33632;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.2em;
  color: #fff;
  padding: 19px 40px;
  line-height: 1em;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  z-index: 1;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
  min-width: 254px;
}

button#gform_submit_button_4:hover, button#gform_submit_button_4:focus {
  background: transparent;
  color: #c33632;
}

button#gform_browse_button_2_21:hover, button#gform_browse_button_2_21:focus {
  background: transparent;
  color: #c33632;
}


button#gform_submit_button_2:hover, button#gform_submit_button_2:focus {
  background: transparent;
  color: #c33632;
}

@media (max-width: 767px) {
  button#gform_submit_button_4, button#gform_submit_button_2 {
    font-size: 12px;
    padding: 12px 32px;
    min-width: 0;
  }
}


button#gform_browse_button_2_21 {
	  border: solid 2px #c33632;
  border-radius: 0;
  background: #c33632;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.2em;
  color: #fff;
  padding: 12px 20px;
  line-height: 1em;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  z-index: 1;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
  min-width: 150px;
}

.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload) .gform_drop_area::before {
	color: #c33632!important;
}

a#jumpLink {
	display: none;
}

@media (max-width: 575px) {
a#jumpLink {
	padding: 0px 25px;
	display: block;
}
}

#filter-results {
	scroll-margin-top: -10px;
}

@media (max-width: 575px) {
	.mobile-delay {
		animation: none!important;
		animation-name: none!important;
		animation-delay: 0s;
	}
}
.news-banner {
	  background-color: #c33632;
    margin: 0;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    padding: 12px 0;
}



/* .news-banner {
  background-color: #c33632;
  margin: 0 auto;
  text-align: center;
	height: auto;
  font-size: 16px;
	display: flex;
	align-content: center;
	align-items: center;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  padding: 20px 0;
} */
.news-banner p {
  margin: 0 auto;
	max-width: 1010px;
	text-align: center;
}
.news-banner a {
  color: #fff;
  text-decoration: underline;
}
.news-banner a:hover, .news-banner a:focus {
  color: #fff;
}
@media (max-width: 1639px) {
  .news-banner {
    font-size: 13px;
  }
}


option {
	color: #000;
	background: #fff;
}

.noti-banner {
	max-width: 1100px;
	margin: 10px auto;
	text-align: center;
	padding: 0px 20px;
}


@media (max-width: 767px) {
	.wpfront-message.wpfront-div {
		font-size: 12px;
	}
} 
.screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}