@charset "UTF-8";
/*!
Theme Name: Huddled Media
Theme URI: https://huddled.tech/
Author: Maksymilian Zdunski
Author URI: https://huddled.tech/
Description: Wordpress Theme created by Adam
Version: 1.1.1
*/
/*! normalize.css v7.0.0 | 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
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

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

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

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

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

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

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

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

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

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

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

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

body {
  overflow-x: hidden;
  max-width: 100vw;
}

body {
  background-color: #f6f6f6;
}

h1, h2, h3, h4, h5, p, li, a {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
}

h1, h2, h3, h4, h5, p {
  margin: 15px 0em;
}

h1 {
  font-size: 38px;
  line-height: 48px;
  text-transform: uppercase;
  font-weight: 900;
  color: #f6f6f6;
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 24px;
    line-height: 38px;
  }
}

h2 {
  font-size: 32px;
  line-height: 42px;
  text-transform: uppercase;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 24px;
    line-height: 34px;
  }
}

h3 {
  font-size: 26px;
  line-height: 36px;
  text-transform: uppercase;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  h3 {
    font-size: 22px;
    line-height: 32px;
  }
}

h4 {
  font-size: 22px;
  line-height: 32px;
  text-transform: uppercase;
  font-weight: 600;
}

p, li {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #333;
}

p.small {
  font-size: 12px;
  line-height: 22px;
  font-weight: 400;
}

.line-divider {
  width: 50px;
  height: 3px;
}
.line-divider.pink {
  background-color: #2aacb4;
}
.line-divider.black {
  background-color: #000;
}
.line-divider.white {
  background-color: #fff;
}
.line-divider.center {
  margin: auto;
}

.loadin-200 {
  transition: transform 400ms ease-in, opacity 400ms linear;
  transition-delay: 0.2s;
  transform: translateY(100px);
  opacity: 0;
  will-change: transform;
}
.loadin-200.in-view {
  transform: translateY(0px);
  opacity: 1;
}

.loadin-400 {
  transition: transform 400ms ease-in, opacity 400ms linear;
  transition-delay: 0.4s;
  transform: translateY(100px);
  opacity: 0;
  will-change: transform;
}
.loadin-400.in-view {
  transform: translateY(0px);
  opacity: 1;
}

#breadcrumb {
  position: relative;
  display: block;
  background-color: #fff;
}
#breadcrumb .breadcrumbs-inner {
  width: 90%;
  max-width: 1200px;
  margin: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  #breadcrumb .breadcrumbs-inner {
    width: 100%;
  }
}
#breadcrumb .breadcrumbs-inner .breadcrumb-holder {
  width: 70%;
}
@media screen and (max-width: 767px) {
  #breadcrumb .breadcrumbs-inner .breadcrumb-holder {
    padding: 0em 5%;
    width: 100%;
  }
}
#breadcrumb .breadcrumbs-inner .breadcrumb-holder #breadcrumbs {
  position: relative;
  display: inline-block;
  width: 100%;
}
#breadcrumb .breadcrumbs-inner .breadcrumb-holder #breadcrumbs a {
  text-decoration: none;
  color: #2aacb4;
}
#breadcrumb .breadcrumbs-inner #breadcrumbs {
  position: relative;
  display: inline-block;
  width: 100%;
}
#breadcrumb .breadcrumbs-inner #breadcrumbs a {
  text-decoration: none;
  color: #2aacb4;
}
#breadcrumb .breadcrumbs-inner .search-form {
  margin-left: auto;
  position: relative;
  width: 30%;
  border-radius: 0px !important;
}
@media screen and (max-width: 767px) {
  #breadcrumb .breadcrumbs-inner .search-form {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #breadcrumb .breadcrumbs-inner .search-form {
    width: 100%;
  }
}
#breadcrumb .breadcrumbs-inner .search-form::before {
  font-family: "Font Awesome 5 Free";
  position: absolute;
  width: 45px;
  height: 100%;
  font-weight: 900;
  content: "\f002";
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 0;
  color: #fff;
}
#breadcrumb .breadcrumbs-inner .search-form .search-input {
  padding: 1em 50px 1em 1em;
  width: 100%;
  background: #2aacb4;
  box-shadow: none;
  border: 0px;
  color: #fff;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  box-sizing: border-box;
  height: 100%;
  border-radius: 0px !important;
}
#breadcrumb .breadcrumbs-inner .search-form .search-input::placeholder {
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
}

.main-brand-button-holder {
  margin: 1em 0em;
  display: flex;
  flex-direction: row;
}
.main-brand-button-holder.left {
  justify-content: flex-start;
}
.main-brand-button-holder.right {
  justify-content: flex-end;
}
.main-brand-button-holder.center {
  justify-content: center;
}
.main-brand-button-holder__button {
  padding: 0.75em 1.5em;
  margin: 0.75em 1em 0.75em 1em;
  border: 2px solid #000;
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  font-weight: bold;
  position: relative;
  transition: 200ms linear;
}
.main-brand-button-holder__button:before {
  content: "";
  width: 100%;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
  position: absolute;
  height: 100%;
  left: -2px;
  top: -2px;
  transition: 200ms linear;
}
.main-brand-button-holder__button:hover {
  transform: translateY(5px) translateX(5px);
}
.main-brand-button-holder__button:hover:before {
  transform: translateY(-10px) translateX(-10px);
}

.banner-inner__button-holder {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .banner-inner__button-holder {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.banner-inner__button {
  display: inline-block;
  padding: 14px 28px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  border-radius: 6px;
  text-align: center;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  transition: background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, color 0.25s ease-in-out;
}
@media screen and (max-width: 767px) {
  .banner-inner__button {
    margin: 0.5em 0;
    width: 100%;
  }
}
.banner-inner__button.one {
  background-color: #ffffff;
  color: #0f2c31;
  border: 2px solid #ffffff;
}
.banner-inner__button.one:hover {
  background-color: transparent;
  color: #ffffff;
  border-color: #ffffff;
  cursor: pointer;
}
.banner-inner__button.two {
  background-color: transparent;
  color: #ffffff;
  border: 2px solid rgba(255, 255, 255, 0.25);
}
.banner-inner__button.two:hover {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: #ffffff;
  color: #ffffff;
  cursor: pointer;
}

#archvie-banner {
  background-image: url("/wp-content/uploads/2020/02/huddled-paint-splash-banner.jpg");
  position: relative;
  display: block;
}
#archvie-banner .archvie-banner__overlay {
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  height: 100%;
  width: 100%;
}
#archvie-banner .archvie-banner__inner {
  width: 90%;
  max-width: 1200px;
  display: block;
  position: relative;
  margin: auto;
  padding: 10em 0em 8em 0em;
}
#archvie-banner .archvie-banner__text {
  width: 90%;
  max-width: 600px;
}
#archvie-banner .archvie-banner__text h1, #archvie-banner .archvie-banner__text p {
  color: #fff;
}

#company-benefits {
  background-image: url(/wp-content/uploads/2020/02/table-tennis.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  display: block;
}
#company-benefits .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
#company-benefits .company-benefits-inner {
  width: 90%;
  max-width: 1400px;
  margin: auto;
  padding: 7em 0em 9em 0em;
  position: relative;
  display: block;
}
#company-benefits .company-benefits-inner__title {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 2em;
}
#company-benefits .company-benefits-inner__title h3 {
  color: #fff;
}
#company-benefits .company-benefits-inner__holder {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#company-benefits .company-benefits-inner__holder .company-benefit {
  width: 16.6%;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  padding: 1em;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  #company-benefits .company-benefits-inner__holder .company-benefit {
    width: 33.3%;
  }
}
@media screen and (max-width: 767px) {
  #company-benefits .company-benefits-inner__holder .company-benefit {
    width: 50%;
  }
}
#company-benefits .company-benefits-inner__holder .company-benefit .icon-holder {
  width: 75px;
  height: 75px;
  background: #f14950;
  display: flex;
  justify-content: center;
  align-items: center;
}
#company-benefits .company-benefits-inner__holder .company-benefit .icon-holder .benefit-icon {
  width: 60%;
  color: #fff;
}
#company-benefits .company-benefits-inner__holder .company-benefit h3 {
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  text-transform: none;
  font-weight: 500;
}

#careers-list {
  background-color: #f6f6f6;
  position: relative;
  display: block;
}
#careers-list .careers-inner {
  width: 90%;
  max-width: 1000px;
  margin: auto;
  padding: 3em 0em;
}
#careers-list .careers-inner__title {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 0.5em;
}
#careers-list .careers-inner__title h3 {
  margin-bottom: 0.3em;
}
#careers-list .careers-inner__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
#careers-list .careers-inner__list .career-item {
  width: 45%;
  margin: 2.5%;
  background: #fff;
  padding: 2em 3em;
  box-sizing: border-box;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
  position: relative;
}
@media screen and (max-width: 767px) {
  #careers-list .careers-inner__list .career-item {
    width: 95%;
  }
}
#careers-list .careers-inner__list .career-item .card-sticker {
  position: absolute;
  top: 0px;
  background-color: #2aacb4;
  padding: 0.5em 1em;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
}
#careers-list .careers-inner__list .career-item a {
  text-decoration: none;
  color: #000;
}
#careers-list .careers-inner__list .career-item a .career-item__title {
  margin: 1em 0em 0.5em 0em;
}
#careers-list .careers-inner__list .career-item__location {
  margin: 0.5em 0em;
  display: flex;
  flex-direction: row;
  color: #888;
  margin-bottom: 1em;
}
#careers-list .careers-inner__list .career-item__location i {
  margin-right: 0.3em;
  color: #2aacb4;
  font-size: 20px;
  line-height: 22px;
}
#careers-list .careers-inner__list .career-item__link {
  text-transform: uppercase;
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: bold;
  color: #000;
  transition: 200ms linear;
  margin-top: auto;
}
#careers-list .careers-inner__list .career-item__link:before {
  content: "";
  width: 10px;
  height: 2px;
  background-color: #000;
  z-index: 10;
  position: absolute;
  transform: translateY(20px);
  transition: 200ms linear;
}
#careers-list .careers-inner__list .career-item__link:hover {
  color: #2AACB4;
}
#careers-list .careers-inner__list .career-item__link:hover:before {
  width: 50px;
  background-color: #2AACB4;
}

.case-detail-intro-section {
  width: 100%;
  background-color: #ffffff;
  padding: 120px 0;
  color: #0f2c31;
}
.case-detail-intro-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 60px 60px;
  display: flex;
  flex-direction: column;
  gap: 45px;
}
.case-detail-intro-section .intro-split-grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 60px;
  align-items: start;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .case-detail-intro-section .intro-split-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.case-detail-intro-section .intro-split-grid .intro-meta-sidebar {
  padding-top: 6px;
}
.case-detail-intro-section .intro-split-grid .intro-meta-sidebar .project-tag {
  color: #1b4950;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: block;
  padding-top: 20px;
  margin-bottom: 15px;
}
.case-detail-intro-section .intro-split-grid .intro-meta-sidebar h1 {
  font-size: 42px;
  font-weight: 800;
  color: #0f2c31;
  margin: 0 0 20px 0;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  .case-detail-intro-section .intro-split-grid .intro-meta-sidebar h1 {
    font-size: 32px;
  }
}
.case-detail-intro-section .intro-split-grid .intro-meta-sidebar .accent-bar {
  width: 50px;
  height: 3px;
  background-color: #72A9B3;
}
.case-detail-intro-section .intro-split-grid .intro-content-block .main-lead-text {
  font-size: 20px;
  line-height: 1.6;
  color: #0f2c31;
  font-weight: 400;
  margin: 0 0 25px 0;
}
.case-detail-intro-section .intro-split-grid .intro-content-block .partnership-note {
  font-size: 15px;
  line-height: 1.6;
  color: #64748b;
  border-left: 2px solid #72A9B3;
  padding-left: 40px !important;
  padding-right: 40px !important;
  margin: 0;
}
.case-detail-intro-section .intro-split-grid .intro-content-block .partnership-note strong {
  color: #1b4950;
}
.case-detail-intro-section .intro-anchor-navigation {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  width: 100%;
  padding: 45px 0 0 0;
  box-sizing: border-box;
}
.case-detail-intro-section .intro-anchor-navigation .scroll-anchor-link {
  font-size: 13px;
  font-weight: 700;
  color: #1b4950;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-decoration: none;
  padding: 6px 12px;
  transition: color 0.25s ease, transform 0.25s ease;
  display: inline-block;
}
.case-detail-intro-section .intro-anchor-navigation .scroll-anchor-link:hover {
  color: #72A9B3;
  transform: translateY(-1px);
}
.case-detail-intro-section .intro-anchor-navigation .nav-divider {
  color: rgba(114, 169, 179, 0.4);
  font-size: 13px;
  font-weight: 300;
  user-select: none;
}
@media screen and (max-width: 600px) {
  .case-detail-intro-section .intro-anchor-navigation {
    gap: 12px;
  }
  .case-detail-intro-section .intro-anchor-navigation .nav-divider {
    display: none;
  }
  .case-detail-intro-section .intro-anchor-navigation .scroll-anchor-link {
    width: 100%;
    text-align: center;
    padding: 10px 0;
    background-color: rgba(114, 169, 179, 0.04);
    border-radius: 4px;
  }
}

.case-manifesto-list-section {
  width: 100%;
  background-color: #f8fafc;
  padding: 90px 0;
  border-top: 1px solid #f1f5f9;
}
.case-manifesto-list-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.case-manifesto-list-section .manifesto-layout {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 60px;
}
@media screen and (max-width: 991px) {
  .case-manifesto-list-section .manifesto-layout {
    grid-template-columns: 1fr;
    gap: 35px;
  }
}
.case-manifesto-list-section .manifesto-layout .manifesto-header {
  position: -webkit-sticky;
  position: sticky;
  top: 40px;
}
@media screen and (max-width: 991px) {
  .case-manifesto-list-section .manifesto-layout .manifesto-header {
    position: static;
  }
}
.case-manifesto-list-section .manifesto-layout .manifesto-header h2 {
  font-size: 28px;
  font-weight: 700;
  color: #0f2c31;
  margin: 0 0 15px 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.case-manifesto-list-section .manifesto-layout .manifesto-header .manifesto-desc {
  font-size: 15px;
  color: #64748b;
  line-height: 1.6;
  margin: 0;
}
.case-manifesto-list-section .manifesto-bullet-grid {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}
@media screen and (max-width: 480px) {
  .case-manifesto-list-section .manifesto-bullet-grid {
    grid-template-columns: 1fr;
  }
}
.case-manifesto-list-section .manifesto-bullet-grid li {
  background-color: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  padding: 24px 28px;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  box-shadow: 0 4px 15px rgba(15, 44, 49, 0.02);
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}
.case-manifesto-list-section .manifesto-bullet-grid li:hover {
  transform: translateY(-2px);
  border-color: #72A9B3;
  box-shadow: 0 10px 25px rgba(15, 44, 49, 0.06);
}
.case-manifesto-list-section .manifesto-bullet-grid li .bullet-arrow {
  color: #72A9B3;
  font-weight: 700;
  flex-shrink: 0;
  user-select: none;
}
.case-manifesto-list-section .manifesto-bullet-grid li .bullet-text {
  color: #1b4950;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 500;
}

.code-driven-front {
  display: block;
  width: 100%;
}

.front-hero {
  position: relative;
  display: block;
  width: 100%;
  padding: 4em 0 3em;
  background: #fff;
}
.front-hero__inner {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .front-hero__inner {
    flex-direction: column;
    gap: 2rem;
  }
}
.front-hero__content {
  flex: 1 1 55%;
}
.front-hero__badge {
  display: inline-block;
  background: #2aacb4;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  padding: 0.5em 1em;
  margin-bottom: 1em;
}
.front-hero__title {
  margin-top: 0;
}
.front-hero__text {
  max-width: 36em;
}
.front-hero__media {
  flex: 1 1 45%;
}
.front-hero__media-placeholder {
  aspect-ratio: 1/1;
  background: #f6f6f6;
  border: 2px dashed rgba(51, 51, 51, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #888;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.front-features {
  display: block;
  width: 100%;
  padding: 3em 0 4em;
  background: #f6f6f6;
}
.front-features__inner {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
.front-features__header {
  text-align: center;
  max-width: 40em;
  margin: 0 auto 2.5em;
}
.front-features__header p {
  margin-bottom: 0;
}
.front-features__grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0;
}
.front-features__card {
  width: 30%;
  margin: 1.66%;
  padding: 2em;
  box-sizing: border-box;
  background: #fff;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 991px) {
  .front-features__card {
    width: 46%;
    margin: 2%;
  }
}
@media screen and (max-width: 767px) {
  .front-features__card {
    width: 100%;
    margin: 0 0 1.5em;
  }
}
.front-features__card h3 {
  margin-top: 0;
  font-size: 22px;
  line-height: 1.3;
}

.front-cta-band {
  display: block;
  width: 100%;
  padding: 4em 0;
  background: #333;
  color: #fff;
  text-align: center;
}
.front-cta-band__inner {
  width: 90%;
  max-width: 720px;
  margin: 0 auto;
}
.front-cta-band__inner h2 {
  color: #fff;
  margin-top: 0;
}
.front-cta-band__inner p {
  opacity: 0.9;
}

.front-page-section {
  display: block;
  width: 100%;
  padding: 3.5em 0;
  background: #fff;
}
.front-page-section__inner {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .front-page-section__inner {
    flex-direction: column;
  }
}
.front-page-section__content {
  flex: 1 1 50%;
}
.front-page-section__title {
  margin-top: 0;
}
.front-page-section__intro p:last-child {
  margin-bottom: 0;
}
.front-page-section__media {
  flex: 1 1 50%;
}
.front-page-section__media img {
  display: block;
  width: 100%;
  height: auto;
}
.front-page-section--image_right .front-page-section__inner {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .front-page-section--image_right .front-page-section__inner {
    flex-direction: column;
  }
}
.front-page-section--centered {
  text-align: center;
}
.front-page-section--centered .front-page-section__inner {
  flex-direction: column;
  text-align: center;
}
.front-page-section--centered .line-divider {
  margin-left: auto;
  margin-right: auto;
}
.front-page-section--centered .banner-inner__button-holder {
  justify-content: center;
}

#full-width-cta-divider {
  display: block;
  position: relative;
  background: #fff;
}
#full-width-cta-divider .full-width-cta-inner {
  width: 90%;
  max-width: 1000px;
  margin: auto;
  padding: 3em 0em;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 1000px) {
  #full-width-cta-divider .full-width-cta-inner .text-side {
    width: 100%;
    text-align: center;
  }
}
#full-width-cta-divider .full-width-cta-inner .text-side .larger-text {
  font-size: 22px;
  line-height: 26px;
  color: #000;
}
#full-width-cta-divider .full-width-cta-inner .text-side .larger-text b {
  color: #2aacb4;
}
#full-width-cta-divider .full-width-cta-inner .cta-links {
  margin-left: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 1000px) {
  #full-width-cta-divider .full-width-cta-inner .cta-links {
    width: 100%;
  }
}
#full-width-cta-divider .full-width-cta-inner .cta-links__row {
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  #full-width-cta-divider .full-width-cta-inner .cta-links__row {
    width: 50%;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  #full-width-cta-divider .full-width-cta-inner .cta-links__row {
    width: 100%;
    justify-content: flex-start;
    margin: 1em 0em;
  }
}
#full-width-cta-divider .full-width-cta-inner .cta-links__icon .icon-holder {
  width: 50px;
  height: 50px;
  background: #2aacb4;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
#full-width-cta-divider .full-width-cta-inner .cta-links .cta-link {
  padding: 1em;
}
#full-width-cta-divider .full-width-cta-inner .cta-links .cta-link a {
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 900;
  color: #000;
  transition: 200ms linear;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
}
#full-width-cta-divider .full-width-cta-inner .cta-links .cta-link a:hover {
  color: #888;
}

#wide-image-overlay {
  position: relative;
  display: block;
  background-color: #f6f6f6;
  margin-top: 100px;
  margin-bottom: 100px;
}
#wide-image-overlay .wide-image-above {
  width: 90%;
  max-width: 1000px;
  margin: auto;
  text-align: center;
  padding: 2.5em 0em 2.5em;
  transform: translateY(100px) scale(0.9);
  opacity: 0;
}
#wide-image-overlay .wide-image-above .banner-inner__button-holder {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
#wide-image-overlay .wide-image-above .banner-inner__button {
  padding: 0.75em 1.5em;
  margin: 0.75em 1em 0.75em 1em;
  border: 2px solid #000;
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  font-weight: bold;
  position: relative;
  transition: 200ms linear;
}
#wide-image-overlay .wide-image-above .banner-inner__button:before {
  content: "";
  width: 100%;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
  position: absolute;
  height: 100%;
  left: -2px;
  top: -2px;
  transition: 200ms linear;
}
#wide-image-overlay .wide-image-above .banner-inner__button:hover {
  transform: translateY(5px) translateX(5px);
}
#wide-image-overlay .wide-image-above .banner-inner__button:hover:before {
  transform: translateY(-10px) translateX(-10px);
}
#wide-image-overlay .wide-image-inner {
  width: 100%;
  max-width: 1400px;
  margin: auto;
  display: flex;
  flex-direction: row;
  padding: 3em 0em;
}
@media screen and (max-width: 767px) {
  #wide-image-overlay .wide-image-inner {
    flex-direction: column-reverse;
    padding: 0em 0em;
  }
}
#wide-image-overlay .wide-image-inner #left-image {
  transform: translateY(300px) scale(1.2);
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  #wide-image-overlay .wide-image-inner #left-image {
    transform: translateY(0px) scale(1) !important;
    opacity: 1 !important;
  }
}
#wide-image-overlay .wide-image-inner #right-image {
  transform: translateY(300px) scale(1.2);
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  #wide-image-overlay .wide-image-inner #right-image {
    transform: translateY(0px) scale(1) !important;
    opacity: 1 !important;
  }
}
#wide-image-overlay .wide-image-inner .wide-image {
  width: 65%;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 767px) {
  #wide-image-overlay .wide-image-inner .wide-image {
    width: 100%;
    height: 350px;
  }
}
#wide-image-overlay .wide-image-inner .wide-image.cover {
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
#wide-image-overlay .wide-image-inner .text-outer {
  width: 55%;
  padding: 5em 0em;
}
@media screen and (max-width: 767px) {
  #wide-image-overlay .wide-image-inner .text-outer {
    width: 100%;
    padding: 0em 0em;
  }
}
#wide-image-overlay .wide-image-inner .text-outer #right-text-block {
  transform: translateX(100px) scale(0.8);
  opacity: 0;
}
@media screen and (max-width: 767px) {
  #wide-image-overlay .wide-image-inner .text-outer #right-text-block {
    transform: translateY(0px) scale(1) !important;
  }
}
#wide-image-overlay .wide-image-inner .text-outer #left-text-block {
  transform: translateX(-100px) scale(0.8);
  opacity: 0;
}
@media screen and (max-width: 767px) {
  #wide-image-overlay .wide-image-inner .text-outer #left-text-block {
    transform: translateY(0px) scale(1) !important;
  }
}
#wide-image-overlay .wide-image-inner .text-outer__inner {
  padding: 5%;
  box-sizing: border-box;
  background: #fff;
  position: relative;
  z-index: 9;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
  will-change: transform;
}
@media screen and (max-width: 767px) {
  #wide-image-overlay .wide-image-inner .text-outer__inner {
    padding: 10%;
  }
}
#wide-image-overlay .wide-image-inner .text-outer__inner .card-sticker {
  position: absolute;
  top: 0px;
  background-color: #2aacb4;
  padding: 0.5em 1em;
}
#wide-image-overlay .wide-image-inner .text-outer__inner .card-sticker__text {
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
}
#wide-image-overlay .wide-image-inner .text-outer__inner .cta-inner__sub-title {
  text-transform: uppercase;
  color: #2aacb4;
  font-size: 16px;
  line-height: 24px;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  font-weight: bold;
  display: flex;
  flex-direction: row;
  align-items: center;
}
#wide-image-overlay .wide-image-inner .text-outer__inner .cta-inner__sub-title::before {
  content: "";
  height: 2px;
  width: 15px;
  background-color: #333;
  margin-right: 0.5rem;
}
#wide-image-overlay .wide-image-inner .text-outer__inner .cta-inner__link {
  text-transform: uppercase;
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: bold;
  color: #000;
  transition: 200ms linear;
}
#wide-image-overlay .wide-image-inner .text-outer__inner .cta-inner__link:before {
  content: "";
  width: 10px;
  height: 2px;
  background-color: #000;
  z-index: 10;
  position: absolute;
  transform: translateY(20px);
  transition: 200ms linear;
}
#wide-image-overlay .wide-image-inner .text-outer__inner .cta-inner__link:hover {
  color: #2AACB4;
}
#wide-image-overlay .wide-image-inner .text-outer__inner .cta-inner__link:hover:before {
  width: 50px;
  background-color: #2AACB4;
}
#wide-image-overlay.reverse {
  margin-top: 0px;
  padding-bottom: 0em;
}
#wide-image-overlay.reverse .wide-image-inner {
  padding: 2.5em 0em;
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  #wide-image-overlay.reverse .wide-image-inner {
    flex-direction: column-reverse;
    padding: 0em 0em;
  }
}
#wide-image-overlay.reverse .wide-image-inner .text-outer__inner {
  will-change: transform;
}
#wide-image-overlay.reverse .wide-image-inner .text-outer__inner.hidden {
  opacity: 0;
  transform: translateX(10%);
}
@media screen and (max-width: 767px) {
  #wide-image-overlay.reverse .wide-image-inner .text-outer__inner.hidden {
    transform: translateX(0%);
  }
}
#wide-image-overlay.reverse .wide-image-inner .text-outer__inner.visible {
  opacity: 1;
  transform: translateX(24%);
}
@media screen and (max-width: 767px) {
  #wide-image-overlay.reverse .wide-image-inner .text-outer__inner.visible {
    transform: translateX(0%);
  }
}
#wide-image-overlay.no-padding {
  padding-bottom: 0px;
}

#latest-news {
  position: relative;
  display: block;
  background-color: #f6f6f6;
  padding: 3em 0em 150px 0em;
}
#latest-news .latest-news-inner {
  width: 90%;
  margin: auto;
  position: relative;
  display: block;
}
#latest-news .latest-news-inner .blog-list-holder {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
#latest-news .latest-news-inner .blog-list-holder .blog-item {
  width: 30%;
  margin: 1.5%;
  background: #fff;
  box-sizing: border-box;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
  position: relative;
  max-width: 400px;
}
@media screen and (max-width: 1200px) {
  #latest-news .latest-news-inner .blog-list-holder .blog-item {
    width: 45%;
    margin: 2.5%;
  }
}
@media screen and (max-width: 767px) {
  #latest-news .latest-news-inner .blog-list-holder .blog-item {
    width: 95%;
  }
}
#latest-news .latest-news-inner .blog-list-holder .blog-item .featured-image {
  height: 250px;
  background-size: cover;
  background-position: center center;
}
#latest-news .latest-news-inner .blog-list-holder .blog-item__title {
  font-size: 20px;
  line-height: 26px;
}
#latest-news .latest-news-inner .blog-list-holder .blog-item__inner {
  padding: 2em 3em 3em 3em;
  position: relative;
}
#latest-news .latest-news-inner .blog-list-holder .blog-item__inner .card-sticker {
  position: absolute;
  top: 0px;
  background-color: #2aacb4;
  padding: 0.5em 1em;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
}
#latest-news .latest-news-inner .blog-list-holder .blog-item__inner a {
  text-decoration: none;
  color: #000;
}
#latest-news .latest-news-inner .blog-list-holder .blog-item__inner a .career-item__title {
  margin: 1em 0em 0.5em 0em;
}
#latest-news .latest-news-inner .blog-list-holder .blog-item__inner .view-article {
  display: none;
}
#latest-news .latest-news-inner .blog-list-holder .blog-item__inner .blog-item__link {
  text-transform: uppercase;
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: bold;
  color: #000;
  transition: 200ms linear;
  margin-top: auto;
}
#latest-news .latest-news-inner .blog-list-holder .blog-item__inner .blog-item__link:before {
  content: "";
  width: 10px;
  height: 2px;
  background-color: #000;
  z-index: 10;
  position: absolute;
  transform: translateY(20px);
  transition: 200ms linear;
}
#latest-news .latest-news-inner .blog-list-holder .blog-item__inner .blog-item__link:hover {
  color: #2AACB4;
}
#latest-news .latest-news-inner .blog-list-holder .blog-item__inner .blog-item__link:hover:before {
  width: 50px;
  background-color: #2AACB4;
}

.pagination {
  display: flex;
  flex-direction: row;
  margin-top: 3em;
  width: 100%;
  justify-content: center;
}
.pagination .page-numbers {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 20px;
  line-height: 20px;
  text-decoration: none;
  color: #000;
  margin: 0.5em;
  border: 2px solid transparent;
  transition: 200ms linear;
}
.pagination .page-numbers:hover {
  border: 2px solid #000;
}
.pagination .page-numbers.current {
  color: #fff;
  background-color: #2aacb4;
}
.pagination .page-numbers.current:hover {
  border: 2px solid transparent;
}
.pagination .page-numbers.prev, .pagination .page-numbers.next {
  display: none;
}

#introduction {
  background-color: #f6f6f6;
  position: relative;
  display: block;
}
#introduction .introduction-inner {
  width: 90%;
  max-width: 1200px;
  margin: auto;
  padding: 3em 0em;
}
#introduction .introduction-inner.cta-enabled {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#introduction .introduction-inner.cta-enabled .introduction-inner__col.content {
  width: 65%;
  padding-right: 5%;
  box-sizing: border-box;
}
@media screen and (max-width: 1000px) {
  #introduction .introduction-inner.cta-enabled .introduction-inner__col.content {
    width: 100%;
  }
}
#introduction .introduction-inner.cta-enabled .introduction-inner__col.content ul {
  list-style: none;
  position: relative;
}
#introduction .introduction-inner.cta-enabled .introduction-inner__col.content ul li {
  position: relative;
}
#introduction .introduction-inner.cta-enabled .introduction-inner__col.content ul li:before {
  content: "";
  width: 7px;
  height: 7px;
  background-color: #2aacb4;
  position: absolute;
  -webkit-transform: translate(-15px, 8px);
  transform: translate(-15px, 8px);
}
#introduction .introduction-inner.cta-enabled .introduction-inner__col.cta {
  width: 35%;
  max-width: 350px;
  margin-left: auto;
}
@media screen and (max-width: 1000px) {
  #introduction .introduction-inner.cta-enabled .introduction-inner__col.cta {
    width: 350px;
    margin-left: 0px;
    margin-top: 2em;
    margin-bottom: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  #introduction .introduction-inner.cta-enabled .introduction-inner__col.cta {
    width: 100%;
    margin-left: 0px;
    max-width: 100%;
  }
}
#introduction .introduction-inner.cta-enabled .introduction-inner__col.cta .cta-box {
  display: flex;
  flex-direction: column;
  background: #fff;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}
#introduction .introduction-inner.cta-enabled .introduction-inner__col.cta .cta-box__row {
  display: flex;
  flex-direction: row;
  padding: 2em 2em 0.5em 2em;
  align-items: center;
}
#introduction .introduction-inner.cta-enabled .introduction-inner__col.cta .cta-box__row:nth-child(2) {
  padding: 0.5em 2em 2em 2em;
}
#introduction .introduction-inner.cta-enabled .introduction-inner__col.cta .cta-box__icon .icon-holder {
  width: 50px;
  height: 50px;
  background-color: #2aacb4;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
#introduction .introduction-inner.cta-enabled .introduction-inner__col.cta .cta-box .cta-link {
  padding: 1em;
}
#introduction .introduction-inner.cta-enabled .introduction-inner__col.cta .cta-box .cta-link a {
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 900;
  color: #000;
  transition: 200ms linear;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
}
#introduction .introduction-inner.cta-enabled .introduction-inner__col.cta .cta-box .cta-link a:hover {
  color: #888;
}
#introduction .introduction-inner.cta-enabled .introduction-inner__col.cta .get-in-touch a {
  padding: 1em;
  display: block;
  background-color: #2aacb4;
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
}

.parallax-background {
  background-position: 50% 0;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.divider-cc {
  width: 100%;
  height: 100px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 20;
  background: linear-gradient(to right bottom, transparent 49%, #f6f6f6 50%), linear-gradient(-50deg, #f6f6f6 16px, transparent 0);
}
.divider-cc.white {
  background: linear-gradient(to right bottom, transparent 49%, #fff 50%), linear-gradient(-50deg, #fff 16px, transparent 0);
}
.divider-cc.grey-left {
  background: linear-gradient(to left bottom, transparent 49%, #f6f6f6 50%), linear-gradient(-50deg, #f6f6f6 16px, transparent 0);
}
.divider-cc.grey-left-white {
  background: linear-gradient(to left bottom, transparent 49%, #fff 50%), linear-gradient(-50deg, #fff 16px, transparent 0);
}
.divider-cc.grey-right-white {
  background: linear-gradient(to left bottom, #f6f6f6 49%, #fff 50%), linear-gradient(-50deg, #fff 16px, #f6f6f6 0);
}

.divider-c {
  width: 100%;
  height: 100px;
  position: absolute;
  left: 0px;
  background: linear-gradient(to right bottom, #f6f6f6 49%, transparent 50%);
  z-index: 20;
}
.divider-c.white {
  background: linear-gradient(to right bottom, #fff 49%, transparent 50%);
}

#full-divider .divider-cc {
  position: relative;
}
#full-divider .divider-c {
  position: relative;
}

#short-blog {
  position: relative;
  display: block;
  background-color: #f6f6f6;
  padding: 3em 0em;
}
#short-blog .short-blog-inner {
  width: 90%;
  max-width: 1000px;
  margin: auto;
  position: relative;
  display: block;
  opacity: 0;
  transform: translateY(100px) scale(0.9);
}
#short-blog .short-blog-inner__title {
  text-align: center;
  position: relative;
}
#short-blog .short-blog-inner__title h3 {
  position: relative;
  display: inline-block;
}
#short-blog .short-blog-inner .blog-list-holder {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#short-blog .short-blog-inner .blog-list-holder .blog-item {
  width: 45%;
  margin: 2.5%;
  background: #fff;
  box-sizing: border-box;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
  position: relative;
}
#short-blog .short-blog-inner .blog-list-holder .blog-item:nth-child(1) {
  transform: translateX(-100px) scale(0.9);
  opacity: 0;
}
@media screen and (max-width: 767px) {
  #short-blog .short-blog-inner .blog-list-holder .blog-item:nth-child(1) {
    transform: translateX(0px) scale(0.9);
  }
}
#short-blog .short-blog-inner .blog-list-holder .blog-item:nth-child(2) {
  transform: translateX(100px) scale(0.9);
  opacity: 0;
}
@media screen and (max-width: 767px) {
  #short-blog .short-blog-inner .blog-list-holder .blog-item:nth-child(2) {
    transform: translateX(0px) scale(0.9);
  }
}
@media screen and (max-width: 767px) {
  #short-blog .short-blog-inner .blog-list-holder .blog-item {
    width: 95%;
  }
}
#short-blog .short-blog-inner .blog-list-holder .blog-item .featured-image {
  height: 250px;
  background-size: cover;
}
#short-blog .short-blog-inner .blog-list-holder .blog-item__inner {
  padding: 2em 3em 3em 3em;
  position: relative;
}
#short-blog .short-blog-inner .blog-list-holder .blog-item__inner .card-sticker {
  position: absolute;
  top: 0px;
  background-color: #2aacb4;
  padding: 0.5em 1em;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
}
#short-blog .short-blog-inner .blog-list-holder .blog-item__inner a {
  text-decoration: none;
  color: #000;
}
#short-blog .short-blog-inner .blog-list-holder .blog-item__inner a .career-item__title {
  margin: 1em 0em 0.5em 0em;
}
#short-blog .short-blog-inner .blog-list-holder .blog-item__inner .view-article {
  display: none;
}
#short-blog .short-blog-inner .blog-list-holder .blog-item__inner .blog-item__link {
  text-transform: uppercase;
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: bold;
  color: #000;
  transition: 200ms linear;
  margin-top: auto;
}
#short-blog .short-blog-inner .blog-list-holder .blog-item__inner .blog-item__link:before {
  content: "";
  width: 10px;
  height: 2px;
  background-color: #000;
  z-index: 10;
  position: absolute;
  transform: translateY(20px);
  transition: 200ms linear;
}
#short-blog .short-blog-inner .blog-list-holder .blog-item__inner .blog-item__link:hover {
  color: #2AACB4;
}
#short-blog .short-blog-inner .blog-list-holder .blog-item__inner .blog-item__link:hover:before {
  width: 50px;
  background-color: #2AACB4;
}

#single-post-banner {
  background-size: cover;
  width: 100%;
  display: inline-block;
  position: relative;
}
#single-post-banner__overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background: linear-gradient(342deg, rgba(241, 73, 80, 0.8) 0%, rgba(0, 0, 0, 0.7) 80%);
  z-index: 1;
}
#single-post-banner .single-post-banner-inner {
  width: 90%;
  max-width: 1000px;
  margin: auto;
  text-align: center;
  padding: 200px 0em 350px 0em;
  z-index: 10;
  position: relative;
}
#single-post-banner .single-post-banner-inner__title {
  color: #fff;
}

#post-content {
  display: block;
  position: relative;
  background: #f6f6f6;
}
#post-content .post-content-inner {
  width: 90%;
  max-width: 1200px;
  margin: auto;
  position: relative;
  background: #fff;
  padding: 0em 2em 2em 2em;
  transform: translateY(-200px);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  #post-content .post-content-inner {
    width: 100%;
    padding: 0em 0em 2em 0em;
  }
}
#post-content .post-content-inner .breadcrumbs-inner {
  width: 100%;
  margin: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
}
#post-content .post-content-inner .breadcrumbs-inner .breadcrumb-holder {
  width: 70%;
}
@media screen and (max-width: 767px) {
  #post-content .post-content-inner .breadcrumbs-inner .breadcrumb-holder {
    width: 100%;
    padding: 0em 5%;
  }
}
#post-content .post-content-inner .breadcrumbs-inner .breadcrumb-holder #breadcrumbs {
  position: relative;
  display: inline-block;
  width: 100%;
}
#post-content .post-content-inner .breadcrumbs-inner .breadcrumb-holder #breadcrumbs a {
  text-decoration: none;
  color: #2aacb4;
}
#post-content .post-content-inner .breadcrumbs-inner .search-form {
  margin-left: auto;
  position: relative;
  width: 30%;
}
@media screen and (max-width: 767px) {
  #post-content .post-content-inner .breadcrumbs-inner .search-form {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #post-content .post-content-inner .breadcrumbs-inner .search-form {
    width: 100%;
  }
}
#post-content .post-content-inner .breadcrumbs-inner .search-form::before {
  font-family: "Font Awesome 5 Free";
  position: absolute;
  width: 45px;
  height: 100%;
  font-weight: 900;
  content: "\f002";
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 0;
  color: #fff;
}
#post-content .post-content-inner .breadcrumbs-inner .search-form .search-input {
  padding: 1em 50px 1em 1em;
  width: 100%;
  background: #2aacb4;
  box-shadow: none;
  border: 0px;
  color: #fff;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  box-sizing: border-box;
  height: 100%;
}
#post-content .post-content-inner .breadcrumbs-inner .search-form .search-input::placeholder {
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
}
#post-content .post-content-inner__cols {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#post-content .post-content-inner__cols .col {
  box-sizing: border-box;
}
#post-content .post-content-inner__cols .col.content {
  width: 70%;
  padding: 1em 2em;
}
@media screen and (max-width: 1024px) {
  #post-content .post-content-inner__cols .col.content {
    width: 100%;
  }
}
#post-content .post-content-inner__cols .col.content .author-info {
  display: flex;
  flex-direction: row;
  align-items: center;
}
#post-content .post-content-inner__cols .col.content .author-info__name {
  padding: 1em 1.5em;
}
#post-content .post-content-inner__cols .col.content .author-info__name p {
  font-size: 20px;
  line-height: 26px;
  text-transform: uppercase;
  font-weight: bold;
  color: #000;
}
#post-content .post-content-inner__cols .col.content a {
  color: #2aacb4;
  text-decoration: none;
  font-weight: bold;
}
#post-content .post-content-inner__cols .col.content img {
  max-width: 100%;
  height: auto;
}
#post-content .post-content-inner__cols .col.sidebar {
  width: 30%;
  padding: 1em 2em;
}
@media screen and (max-width: 1024px) {
  #post-content .post-content-inner__cols .col.sidebar {
    width: 100%;
  }
}
#post-content .post-content-inner__cols .col.sidebar .tag-cloud-link {
  font-size: 10px !important;
  line-height: 16px;
  text-decoration: none;
  color: #fff;
  background: #f14950;
  text-transform: uppercase;
  padding: 0.3em 0.6em;
  box-sizing: border-box;
  display: inline-block;
  margin: 0.2em;
  transition: 200ms linear;
}
#post-content .post-content-inner__cols .col.sidebar .tag-cloud-link:hover {
  background-color: #000;
}
#post-content .post-content-inner__cols .col.sidebar .widget_recent_entries ul, #post-content .post-content-inner__cols .col.sidebar .widget_archive ul {
  list-style: none;
  padding-left: 20px;
}
#post-content .post-content-inner__cols .col.sidebar .widget_recent_entries ul li, #post-content .post-content-inner__cols .col.sidebar .widget_archive ul li {
  margin-bottom: 0.5em;
}
#post-content .post-content-inner__cols .col.sidebar .widget_recent_entries ul li:before, #post-content .post-content-inner__cols .col.sidebar .widget_archive ul li:before {
  content: "";
  width: 7.5px;
  height: 7.5px;
  background-color: #2aacb4;
  position: absolute;
  transform: translate(-18px, 8px);
}
#post-content .post-content-inner__cols .col.sidebar .widget_recent_entries ul li a, #post-content .post-content-inner__cols .col.sidebar .widget_archive ul li a {
  text-decoration: none;
  color: #000;
  font-size: 13px;
  line-height: 16px;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  text-transform: uppercase;
  font-weight: bold;
  transition: 100ms linear;
}
#post-content .post-content-inner__cols .col.sidebar .widget_recent_entries ul li a:hover, #post-content .post-content-inner__cols .col.sidebar .widget_archive ul li a:hover {
  color: #2aacb4;
}

#small-case-studies {
  position: relative;
  display: block;
  background-color: #fff;
  padding: 3em 0em;
}
#small-case-studies .case-studies-inner {
  width: 90%;
  max-width: 1000px;
  margin: auto;
  position: relative;
  display: block;
}
#small-case-studies .case-studies-inner__title {
  text-align: center;
  position: relative;
}
#small-case-studies .case-studies-inner__title h3 {
  position: relative;
  display: inline-block;
}
#small-case-studies .case-studies-inner .case-studies-holder {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#small-case-studies .case-studies-inner .case-studies-holder .case-study {
  width: 45%;
  margin: 2.5%;
  background: #fff;
  box-sizing: border-box;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
  position: relative;
}
@media screen and (max-width: 767px) {
  #small-case-studies .case-studies-inner .case-studies-holder .case-study {
    width: 95%;
  }
}
#small-case-studies .case-studies-inner .case-studies-holder .case-study .featured-image {
  height: 450px;
  background-size: cover;
  background-position: center center;
}
#small-case-studies .case-studies-inner .case-studies-holder .case-study__inner {
  padding: 2em 3em 3em 3em;
  position: absolute;
  width: 100%;
  box-sizing: border-box;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  transition: 250ms linear;
}
#small-case-studies .case-studies-inner .case-studies-holder .case-study__inner .card-sticker {
  position: absolute;
  top: 0px;
  background-color: #2aacb4;
  padding: 0.5em 1em;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
}
#small-case-studies .case-studies-inner .case-studies-holder .case-study__inner a {
  text-decoration: none;
  color: #fff;
}
#small-case-studies .case-studies-inner .case-studies-holder .case-study__inner a .career-item__title {
  margin: 1em 0em 0.5em 0em;
}
#small-case-studies .case-studies-inner .case-studies-holder .case-study__inner .view-article {
  display: none;
}
#small-case-studies .case-studies-inner .case-studies-holder .case-study__inner .key-services {
  max-height: 0px;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.45s, opacity 0.2s ease-in;
}
#small-case-studies .case-studies-inner .case-studies-holder .case-study__inner .key-services__list {
  margin-top: 0px;
  list-style: none;
  padding-left: 15px;
}
#small-case-studies .case-studies-inner .case-studies-holder .case-study__inner .key-services__list .key-item {
  color: #fff;
}
#small-case-studies .case-studies-inner .case-studies-holder .case-study__inner .key-services__list .key-item:before {
  content: "";
  width: 7px;
  height: 7px;
  background-color: #2aacb4;
  position: absolute;
  transform: translate(-15px, 8px);
}
#small-case-studies .case-studies-inner .case-studies-holder .case-study__inner .case-study__link {
  text-transform: uppercase;
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: bold;
  color: #fff;
  transition: 200ms linear;
  margin-top: auto;
}
#small-case-studies .case-studies-inner .case-studies-holder .case-study__inner .case-study__link:before {
  content: "";
  width: 10px;
  height: 2px;
  background-color: #fff;
  z-index: 10;
  position: absolute;
  transform: translateY(20px);
  transition: 200ms linear;
}
#small-case-studies .case-studies-inner .case-studies-holder .case-study__inner .case-study__link:hover {
  color: #2AACB4;
}
#small-case-studies .case-studies-inner .case-studies-holder .case-study__inner .case-study__link:hover:before {
  width: 50px;
  background-color: #2AACB4;
}
#small-case-studies .case-studies-inner .case-studies-holder .case-study:hover .key-services {
  max-height: 300px;
  opacity: 1;
}

#main-case-studies {
  position: relative;
  display: block;
  background-color: #f6f6f6;
  padding: 3em 0em;
}
#main-case-studies .case-studies-inner {
  width: 90%;
  max-width: 1350px;
  margin: auto;
  position: relative;
  display: block;
}
#main-case-studies .case-studies-inner__title {
  text-align: center;
  position: relative;
}
#main-case-studies .case-studies-inner__title h3 {
  position: relative;
  display: inline-block;
}
#main-case-studies .case-studies-inner .case-studies-holder {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#main-case-studies .case-studies-inner .case-studies-holder .case-study {
  width: 30%;
  margin: 1.5%;
  background: #fff;
  box-sizing: border-box;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
  position: relative;
}
@media screen and (max-width: 1150px) {
  #main-case-studies .case-studies-inner .case-studies-holder .case-study {
    width: 45%;
    margin: 2.5%;
  }
}
@media screen and (max-width: 767px) {
  #main-case-studies .case-studies-inner .case-studies-holder .case-study {
    width: 95%;
    margin: 2.5%;
  }
}
#main-case-studies .case-studies-inner .case-studies-holder .case-study .featured-image {
  height: 450px;
  background-size: cover;
  background-position: center center;
}
#main-case-studies .case-studies-inner .case-studies-holder .case-study__inner {
  padding: 2em 3em 3em 3em;
  position: absolute;
  width: 100%;
  box-sizing: border-box;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  transition: 250ms linear;
}
#main-case-studies .case-studies-inner .case-studies-holder .case-study__inner .card-sticker {
  position: absolute;
  top: 0px;
  background-color: #2aacb4;
  padding: 0.5em 1em;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
}
#main-case-studies .case-studies-inner .case-studies-holder .case-study__inner a {
  text-decoration: none;
  color: #fff;
}
#main-case-studies .case-studies-inner .case-studies-holder .case-study__inner a .career-item__title {
  margin: 1em 0em 0.5em 0em;
}
#main-case-studies .case-studies-inner .case-studies-holder .case-study__inner .view-article {
  display: none;
}
#main-case-studies .case-studies-inner .case-studies-holder .case-study__inner .key-services {
  max-height: 0px;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.4s ease, opacity 0.4s ease;
}
#main-case-studies .case-studies-inner .case-studies-holder .case-study__inner .key-services__list {
  margin-top: 0px;
  list-style: none;
  padding-left: 15px;
}
#main-case-studies .case-studies-inner .case-studies-holder .case-study__inner .key-services__list .key-item {
  color: #fff;
}
#main-case-studies .case-studies-inner .case-studies-holder .case-study__inner .key-services__list .key-item:before {
  content: "";
  width: 7px;
  height: 7px;
  background-color: #2aacb4;
  position: absolute;
  transform: translate(-15px, 8px);
}
#main-case-studies .case-studies-inner .case-studies-holder .case-study__inner .case-study__link {
  text-transform: uppercase;
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: bold;
  color: #fff;
  transition: 200ms linear;
  margin-top: auto;
}
#main-case-studies .case-studies-inner .case-studies-holder .case-study__inner .case-study__link:before {
  content: "";
  width: 10px;
  height: 2px;
  background-color: #fff;
  z-index: 10;
  position: absolute;
  transform: translateY(20px);
  transition: 200ms linear;
}
#main-case-studies .case-studies-inner .case-studies-holder .case-study__inner .case-study__link:hover {
  color: #2AACB4;
}
#main-case-studies .case-studies-inner .case-studies-holder .case-study__inner .case-study__link:hover:before {
  width: 50px;
  background-color: #2AACB4;
}
#main-case-studies .case-studies-inner .case-studies-holder .case-study:hover .key-services {
  max-height: 300px;
  opacity: 1;
}

.what-we-build-section {
  position: relative;
  padding: 80px 0;
  background-color: #ffffff;
  overflow: hidden;
  width: 100%;
  transition: background-color 0.3s ease;
}
.what-we-build-section.is-dark-mode {
  background-color: #172E32 !important;
}
.what-we-build-section.is-dark-mode .section-watermark {
  color: #ffffff !important;
  opacity: 0.02 !important;
}
.what-we-build-section.is-dark-mode .section-header h2 {
  color: #ffffff !important;
}
.what-we-build-section.is-dark-mode .section-header .section-subtitle {
  color: #cbd5e1 !important;
}
.what-we-build-section.is-dark-mode .cta-single-card {
  background: #112528 !important;
  border: 1px solid rgba(255, 255, 255, 0.05) !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2) !important;
}
.what-we-build-section.is-dark-mode .cta-single-card h3 {
  color: #ffffff !important;
}
.what-we-build-section.is-dark-mode .cta-single-card p {
  color: #94a3b8 !important;
}
.what-we-build-section.is-dark-mode .cta-single-card .card-list-items li {
  color: #72A9B3 !important;
}
.what-we-build-section .container {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.what-we-build-section .section-watermark {
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 12vw;
  font-weight: 900;
  color: #000000;
  opacity: 0.03;
  user-select: none;
  pointer-events: none;
  z-index: 1;
}
.what-we-build-section .section-header {
  margin-bottom: 50px;
}
.what-we-build-section .section-header .green-badge {
  color: #1b4950;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
}
.what-we-build-section .section-header h2 {
  font-size: 36px;
  color: #0f2c31;
  font-weight: 700;
  margin: 0 0 15px 0;
}
.what-we-build-section .section-header .section-subtitle {
  font-size: 16px;
  color: #64748b;
  max-width: 600px;
}
.what-we-build-section .cta-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .what-we-build-section .cta-cards-grid {
    grid-template-columns: 1fr;
  }
}
.what-we-build-section .cta-single-card {
  background: #ffffff;
  border: 1px solid #f1f5f9;
  border-radius: 8px;
  padding: 35px;
  box-shadow: 0 10px 30px rgba(15, 44, 49, 0.05);
}
.what-we-build-section .cta-single-card h3 {
  color: #0f2c31;
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 12px 0;
  text-transform: uppercase;
}
.what-we-build-section .cta-single-card p {
  color: #64748b;
  font-size: 15px;
  line-height: 1.6;
  margin: 0 0 20px 0;
}
.what-we-build-section .cta-single-card .card-list-items {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.what-we-build-section .cta-single-card .card-list-items li {
  color: #1b4950;
  font-size: 14px;
  font-weight: 500;
}

.how-we-work-section {
  padding: 100px 0;
  background-color: #1D434A;
  width: 100%;
  color: #ffffff;
}
.how-we-work-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.how-we-work-section .section-header {
  margin-bottom: 70px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 30px;
  width: 100%;
}
.how-we-work-section .section-header .process-badge {
  color: #72A9B3;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 12px;
  width: 100%;
}
.how-we-work-section .section-header h2 {
  font-size: 36px;
  color: #ffffff;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
  flex: 1;
  min-width: 300px;
}
.how-we-work-section .section-header p.section-subtitle {
  font-size: 16px;
  color: #cbd5e1;
  max-width: 450px;
  line-height: 1.6;
  margin: 0;
  flex: 1;
  min-width: 300px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .how-we-work-section .section-header p.section-subtitle {
    margin-top: 10px;
  }
}
.how-we-work-section .process-steps-grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  background-color: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
  width: 100%;
}
@media screen and (max-width: 991px) {
  .how-we-work-section .process-steps-grid {
    grid-template-columns: 1fr;
  }
}
.how-we-work-section .process-single-step {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 320px;
  padding: 45px 45px 35px 45px;
  background-color: #ffffff;
  transition: background-color 0.2s ease-in-out;
  border-right: 1px solid #f1f5f9;
}
.how-we-work-section .process-single-step:last-child {
  border-right: none;
}
@media screen and (max-width: 991px) {
  .how-we-work-section .process-single-step {
    border-right: none;
    border-bottom: 1px solid #f1f5f9;
    min-height: auto;
    padding: 40px 30px;
  }
  .how-we-work-section .process-single-step:last-child {
    border-bottom: none;
  }
}
.how-we-work-section .process-single-step:hover {
  background-color: #f8fafc;
}
.how-we-work-section .process-single-step .step-count {
  font-size: 54px;
  font-weight: 800;
  color: silver;
  line-height: 1;
  margin-bottom: 30px;
  display: block;
  width: 100%;
  text-align: left;
}
.how-we-work-section .process-single-step .step-body {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.how-we-work-section .process-single-step .step-body h3 {
  color: #0f2c31;
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 12px 0;
  text-transform: uppercase;
}
.how-we-work-section .process-single-step .step-body p {
  color: #334155;
  font-size: 15px;
  line-height: 1.6;
  margin: 0 0 15px 0;
}
.how-we-work-section .process-single-step .step-footer-tag {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #94a3b8;
  text-transform: uppercase;
  margin-top: auto;
  display: block;
}

.case-studies-section {
  padding: 100px 0;
  background-color: #1D434A;
  width: 100%;
  color: #ffffff;
}
.case-studies-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.case-studies-section .section-header {
  margin-bottom: 45px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.case-studies-section .section-header h2 {
  font-size: 32px;
  color: #ffffff;
  font-weight: 700;
  margin: 0;
}
.case-studies-section .section-header .view-all-link {
  color: #72A9B3;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  transition: color 0.2s ease;
}
.case-studies-section .section-header .view-all-link:hover {
  color: #ffffff;
}
.case-studies-section {
  /* Compact Responsive Grid matrix */
}
.case-studies-section .case-studies-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .case-studies-section .case-studies-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .case-studies-section .case-studies-grid {
    grid-template-columns: 1fr;
  }
}
.case-studies-section {
  /* Compact Case Card Framework */
}
.case-studies-section .case-card {
  display: flex;
  flex-direction: column;
  background: #172E32;
  border-radius: 6px;
  overflow: hidden;
  text-decoration: none;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.3s ease;
}
.case-studies-section .case-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
}
.case-studies-section .case-card:hover .card-image-wrapper img {
  transform: scale(1.03);
}
.case-studies-section .case-card:hover .read-more {
  color: #ffffff;
}
.case-studies-section .case-card {
  /* FIXED: Lowered aspect-ratio padding keeps images consistently shorter without breaking layout flow */
}
.case-studies-section .case-card .card-image-wrapper {
  width: 100%;
  aspect-ratio: 16/10;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.case-studies-section .case-card .card-image-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: var(--mesh-opacity, 0.12);
  pointer-events: none;
  background-image: linear-gradient(rgba(255, 255, 255, 0.15) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.15) 1px, transparent 1px), radial-gradient(var(--dot-color, rgba(18, 154, 152, 0.4)) 1px, transparent 1px);
  background-size: 40px 40px, 40px 40px, 20px 20px;
  background-position: center center;
}
.case-studies-section .case-card .card-image-wrapper img,
.case-studies-section .case-card .card-image-wrapper .client-logo-img,
.case-studies-section .case-card .card-image-wrapper .wp-post-image {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  width: auto !important;
  max-width: 55% !important;
  max-height: 45% !important;
  object-fit: contain !important;
  z-index: 2;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1) !important;
}
.case-studies-section .case-card .card-image-wrapper .case-type-pill {
  position: absolute !important;
  bottom: 20px !important;
  left: 20px !important;
  z-index: 3 !important;
  display: inline-block !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  padding: 6px 14px !important;
  border-radius: 20px !important;
  border: 1px solid #5acdd4;
  color: #5acdd4 !important;
  background-color: rgba(18, 154, 152, 0.3) !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.45) !important;
  font-size: 0.7rem !important;
  font-weight: 400 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.8px !important;
  line-height: 1 !important;
}
.case-studies-section .case-card .case-card:hover .card-image-wrapper img, .case-studies-section .case-card .case-card:hover .card-image-wrapper .client-logo-img, .case-studies-section .case-card .case-card:hover .card-image-wrapper .wp-post-image {
  transform: translate(-50%, -50%) scale(1.04) !important;
}
.case-studies-section .case-card {
  /* FIXED: Tightened structural inner padding definitions */
}
.case-studies-section .case-card .card-meta {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.case-studies-section .case-card .card-meta .client-name {
  font-size: 20px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 8px;
  line-height: 1.3;
}
.case-studies-section .case-card .card-meta .project-excerpt {
  font-size: 14px;
  color: #cbd5e1;
  line-height: 1.5;
  margin: 0 0 20px 0;
  flex-grow: 1;
}
.case-studies-section .case-card .card-meta .read-more {
  font-size: 13px;
  font-weight: 700;
  color: #72A9B3;
  transition: color 0.2s ease;
  margin-top: auto;
}

/* Custom CTA Layout Additions */
.case-card.cta-card {
  border: 1px dashed rgba(114, 169, 179, 0.4);
}
.case-card.cta-card .card-image-wrapper.cta-graphic {
  background: #164047;
  display: flex;
  align-items: center;
  justify-content: center;
}
.case-card.cta-card .card-image-wrapper.cta-graphic .brand-h-logo {
  position: absolute;
  font-size: 80px;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.05);
  line-height: 1;
}
.case-card.cta-card .cta-button-link {
  display: inline-block;
  background: #ffffff;
  color: #0f2c31;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  padding: 12px 20px;
  border-radius: 4px;
  text-decoration: none;
  margin-top: auto;
  transition: background-color 0.2s ease;
}
.case-card.cta-card .cta-button-link:hover {
  background: #72A9B3;
  color: #ffffff;
}

.contact-section {
  padding: 120px 0;
  background-color: #eef3f3;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.contact-section::before {
  content: "CONTACT";
  position: absolute;
  left: -0.05em;
  top: 0.15em;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  font-weight: 900;
  font-size: clamp(90px, 14vw, 220px);
  line-height: 1;
  letter-spacing: 0.02em;
  color: rgba(15, 44, 49, 0.06);
  pointer-events: none;
  user-select: none;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .contact-section::before {
    top: 0.25em;
    left: -0.15em;
    font-size: clamp(70px, 18vw, 140px);
    color: rgba(15, 44, 49, 0.05);
  }
}
.contact-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}
.contact-section .contact-header {
  padding-bottom: 40px;
  margin-bottom: 60px;
  border-bottom: 1px solid #e2e8f0;
}
.contact-section .contact-header .contact-badge {
  color: #72A9B3;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 12px;
}
.contact-section .contact-header h2 {
  font-size: 36px;
  color: #0f2c31;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 20px 0;
}
.contact-section .contact-header .contact-intro {
  font-size: 16px;
  color: #475569;
  line-height: 1.6;
  margin: 0;
  max-width: 60ch;
}
.contact-section .contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 70px;
  align-items: start;
}
@media screen and (max-width: 991px) {
  .contact-section .contact-grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }
}
.contact-section {
  /* Left Column Typography Flow Settings */
}
.contact-section .contact-info .contact-guarantees {
  list-style: none;
  padding: 0;
  margin: 0 0 45px 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.contact-section .contact-info .contact-guarantees li {
  font-size: 15px;
  font-weight: 500;
  color: #334155;
  display: flex;
  align-items: center;
  gap: 10px;
}
.contact-section .contact-info .contact-guarantees li span {
  color: #72A9B3;
  font-weight: 700;
}
.contact-section .contact-info {
  /* What Happens Next Section Process Steps */
}
.contact-section .contact-info .next-steps-timeline {
  border-top: 1px solid #e2e8f0;
  padding-top: 35px;
}
.contact-section .contact-info .next-steps-timeline h3 {
  font-size: 12px;
  font-weight: 700;
  color: #94a3b8;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin: 0 0 25px 0;
}
.contact-section .contact-info .next-steps-timeline .timeline-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 20px;
}
.contact-section .contact-info .next-steps-timeline .timeline-item:last-child {
  margin-bottom: 0;
}
.contact-section .contact-info .next-steps-timeline .timeline-item .step-num {
  font-size: 13px;
  font-weight: 700;
  color: #72A9B3;
  background: rgba(114, 169, 179, 0.1);
  padding: 4px 8px;
  border-radius: 4px;
  line-height: 1;
}
.contact-section .contact-info .next-steps-timeline .timeline-item p {
  font-size: 14px;
  color: #475569;
  line-height: 1.5;
  margin: 0;
}
.contact-section {
  /* Right Column: Premium Form Grid Framework Container */
}
.contact-section .contact-form-wrap {
  background: transparent;
  padding: 0;
  border-radius: 0;
  filter: none;
}
@media screen and (max-width: 767px) {
  .contact-section .contact-form-wrap {
    padding: 0;
  }
}
.contact-section .contact-form-wrap form {
  display: flex;
  flex-direction: column;
  gap: 22px;
  width: 100%;
  max-width: 100%;
}
.contact-section .contact-form-wrap form p {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.contact-section .contact-form-wrap input,
.contact-section .contact-form-wrap textarea,
.contact-section .contact-form-wrap select {
  box-sizing: border-box;
  max-width: 100%;
  width: 100% !important;
  font-family: inherit;
}
.contact-section .contact-form-wrap input[type=text],
.contact-section .contact-form-wrap input[type=email],
.contact-section .contact-form-wrap input[type=tel],
.contact-section .contact-form-wrap input[type=url],
.contact-section .contact-form-wrap input[type=number],
.contact-section .contact-form-wrap input[type=search],
.contact-section .contact-form-wrap input[type=password],
.contact-section .contact-form-wrap select {
  height: 48px;
  background: #ffffff;
  border: 1px solid #cbd5e1;
  border-radius: 6px;
  padding: 0 16px;
  font-size: 14px;
  color: #334155;
  transition: all 0.2s ease-in-out;
}
.contact-section .contact-form-wrap input[type=text]:focus,
.contact-section .contact-form-wrap input[type=email]:focus,
.contact-section .contact-form-wrap input[type=tel]:focus,
.contact-section .contact-form-wrap input[type=url]:focus,
.contact-section .contact-form-wrap input[type=number]:focus,
.contact-section .contact-form-wrap input[type=search]:focus,
.contact-section .contact-form-wrap input[type=password]:focus,
.contact-section .contact-form-wrap select:focus {
  outline: none;
  background: #ffffff;
  border-color: #72A9B3;
  box-shadow: 0 0 0 3px rgba(114, 169, 179, 0.15);
}
.contact-section .contact-form-wrap input[type=text]::placeholder,
.contact-section .contact-form-wrap input[type=email]::placeholder,
.contact-section .contact-form-wrap input[type=tel]::placeholder,
.contact-section .contact-form-wrap input[type=url]::placeholder,
.contact-section .contact-form-wrap input[type=number]::placeholder,
.contact-section .contact-form-wrap input[type=search]::placeholder,
.contact-section .contact-form-wrap input[type=password]::placeholder,
.contact-section .contact-form-wrap select::placeholder {
  color: #94a3b8;
}
.contact-section .contact-form-wrap textarea {
  background: #ffffff;
  border: 1px solid #cbd5e1;
  border-radius: 6px;
  padding: 14px 16px;
  font-size: 14px;
  color: #334155;
  min-height: 110px;
  transition: all 0.2s ease-in-out;
  resize: none;
}
.contact-section .contact-form-wrap textarea:focus {
  outline: none;
  background: #ffffff;
  border-color: #72A9B3;
  box-shadow: 0 0 0 3px rgba(114, 169, 179, 0.15);
}
.contact-section .contact-form-wrap textarea::placeholder {
  color: #94a3b8;
}
.contact-section .contact-form-wrap .huddled-contact-form {
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.contact-section .contact-form-wrap .form-row-split {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}
.contact-section .contact-form-wrap .form-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}
.contact-section .contact-form-wrap .form-group label {
  font-size: 11px;
  font-weight: 700;
  color: #0f2c31;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
.contact-section .contact-form-wrap .form-group label span {
  color: #72A9B3;
}
.contact-section .contact-form-wrap .form-input {
  width: 100%;
  height: 48px;
  background: #ffffff;
  border: 1px solid #cbd5e1;
  border-radius: 6px;
  padding: 0 16px;
  font-size: 14px;
  color: #334155;
  font-family: inherit;
  transition: all 0.2s ease-in-out;
}
.contact-section .contact-form-wrap .form-input:focus {
  outline: none;
  background: #ffffff;
  border-color: #72A9B3;
  box-shadow: 0 0 0 3px rgba(114, 169, 179, 0.15);
}
.contact-section .contact-form-wrap .form-input::placeholder {
  color: #94a3b8;
}
.contact-section .contact-form-wrap .form-textarea {
  width: 100%;
  background: #ffffff;
  border: 1px solid #cbd5e1;
  border-radius: 6px;
  padding: 14px 16px;
  font-size: 14px;
  color: #334155;
  font-family: inherit;
  resize: none;
  min-height: 110px;
  transition: all 0.2s ease-in-out;
}
.contact-section .contact-form-wrap .form-textarea:focus {
  outline: none;
  background: #ffffff;
  border-color: #72A9B3;
  box-shadow: 0 0 0 3px rgba(114, 169, 179, 0.15);
}
.contact-section .contact-form-wrap .form-textarea::placeholder {
  color: #94a3b8;
}
.contact-section .contact-form-wrap textarea {
  resize: none;
}
.contact-section .contact-form-wrap .form-submit-row {
  display: flex;
  justify-content: flex-start;
}
.contact-section .contact-form-wrap .form-submit-btn {
  background: #0f2c31;
  color: #ffffff;
  border: none;
  padding: 14px 32px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 6px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  transition: background 0.2s ease-in-out, transform 0.1s ease;
}
.contact-section .contact-form-wrap .form-submit-btn:hover {
  background: rgb(20.2265625, 59.33125, 66.0734375);
}
.contact-section .contact-form-wrap .form-submit-btn:active {
  transform: scale(0.98);
}

#full-width-image.testimonial-slider-section {
  padding: 160px 0;
  background-size: cover;
  background-position: center;
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
#full-width-image.testimonial-slider-section .divider-c, #full-width-image.testimonial-slider-section .divider-cc {
  position: absolute;
  left: 0;
  width: 100%;
  height: 80px;
  z-index: 3;
}
#full-width-image.testimonial-slider-section .divider-c {
  top: 0;
}
#full-width-image.testimonial-slider-section .divider-cc {
  bottom: 0;
}
#full-width-image.testimonial-slider-section .full-width-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(27, 73, 80, 0.4) 0%, rgba(27, 73, 80, 0.85) 100%);
  z-index: 1;
}
#full-width-image.testimonial-slider-section .full-width-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: center;
}
#full-width-image.testimonial-slider-section .text-outer {
  width: 100%;
  max-width: 700px;
}
#full-width-image.testimonial-slider-section .text-outer .text-outer__inner {
  background: #ffffff;
  padding: 45px 50px;
  border-radius: 4px;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  position: relative;
}
@media screen and (max-width: 767px) {
  #full-width-image.testimonial-slider-section .text-outer .text-outer__inner {
    padding: 35px 30px;
  }
}
#full-width-image.testimonial-slider-section .text-outer .testimonial-section-badge {
  text-align: left;
  margin-bottom: 25px;
  display: block;
}
#full-width-image.testimonial-slider-section .text-outer .testimonial-section-badge span {
  color: #72A9B3;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: inline-block;
  padding-bottom: 4px;
  position: relative;
  border-bottom: 2px solid #72A9B3;
}
#full-width-image.testimonial-slider-section {
  /* Slider Frame Layer Matrix Components */
}
#full-width-image.testimonial-slider-section .testimonial-viewport {
  position: relative;
  min-height: 140px;
  margin-bottom: 20px;
  display: grid;
  align-items: stretch;
}
#full-width-image.testimonial-slider-section .testimonial-slide {
  grid-area: 1/1/2/2;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 0.6s ease, transform 0.6s ease, visibility 0.6s ease;
  text-align: left;
  display: flex;
  flex-direction: column;
  height: 100%;
}
#full-width-image.testimonial-slider-section .testimonial-slide.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
#full-width-image.testimonial-slider-section .cta-inner__title {
  font-size: 16px;
  line-height: 1.65;
  color: #0f2c31;
  font-weight: 400;
  margin: 0 0 20px 0;
  font-style: italic;
  text-transform: none;
  letter-spacing: normal;
}
@media screen and (max-width: 767px) {
  #full-width-image.testimonial-slider-section .cta-inner__title {
    font-size: 15px;
  }
}
#full-width-image.testimonial-slider-section {
  /* REVERTED: Plain typography style right-aligned above the loading line bar tracker */
}
#full-width-image.testimonial-slider-section .cta-inner__text {
  font-size: 12px;
  font-weight: 700;
  color: #72A9B3;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  text-align: right;
  display: block;
  width: 100%;
  margin: auto 0 0 0;
}
#full-width-image.testimonial-slider-section {
  /* Progress Tracking Bar Container */
}
#full-width-image.testimonial-slider-section .slider-progress-container {
  width: 100%;
  height: 2px;
  background: #e2e8f0;
  margin-top: 10px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
#full-width-image.testimonial-slider-section .slider-progress-bar {
  height: 100%;
  width: 0%;
  background: #72A9B3;
}

.custom-list-component {
  width: 100%;
  padding: 50px 0;
  box-sizing: border-box;
  position: relative;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  transition: background-color 0.3s ease;
}
.custom-list-component__inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.custom-list-component__title {
  font-size: 1.8rem;
  font-weight: 700;
  text-transform: none;
  letter-spacing: -0.5px;
  margin: 0;
  line-height: 1.2;
}
.custom-list-component__sub-title {
  font-size: 1rem;
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0;
  margin: 4px 0 0 0;
}
.custom-list-component__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.custom-list-component__item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0;
}
.custom-list-component__bullet {
  font-weight: 700;
  user-select: none;
}
.custom-list-component--dark {
  background-color: #0f2c31;
}
.custom-list-component--dark .custom-list-component__title {
  color: #ffffff;
}
.custom-list-component--dark .custom-list-component__sub-title {
  color: #129a98;
}
.custom-list-component--dark .custom-list-component__item {
  color: rgba(255, 255, 255, 0.85);
}
.custom-list-component--dark .custom-list-component__bullet {
  color: #129a98;
}
.custom-list-component--light {
  background-color: #ffffff;
}
.custom-list-component--light .custom-list-component__title {
  color: #0f2c31;
}
.custom-list-component--light .custom-list-component__sub-title {
  color: #0d7675;
}
.custom-list-component--light .custom-list-component__item {
  color: #334e52;
}
.custom-list-component--light .custom-list-component__bullet {
  color: #129a98;
}

.case-phase-section {
  width: 100%;
  padding: 100px 0;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.case-phase-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 60px !important;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .case-phase-section .container {
    padding: 0 20px !important;
  }
}
.case-phase-section .phase-split-grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 60px !important;
  align-items: start;
  width: 100%;
  box-sizing: border-box;
}
@media screen and (max-width: 991px) {
  .case-phase-section .phase-split-grid {
    grid-template-columns: 1fr !important;
    gap: 40px !important;
  }
}
.case-phase-section.align-left .phase-header-column {
  order: 1;
}
.case-phase-section.align-left .phase-content-column {
  order: 2;
}
.case-phase-section.align-right .phase-split-grid {
  grid-template-columns: 2fr 1fr;
}
@media screen and (max-width: 991px) {
  .case-phase-section.align-right .phase-split-grid {
    grid-template-columns: 1fr;
  }
}
.case-phase-section.align-right .phase-content-column {
  order: 1;
}
.case-phase-section.align-right .phase-header-column {
  order: 2;
}
.case-phase-section .phase-header-column {
  padding-top: 4px;
}
.case-phase-section .phase-header-column .phase-badge {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 12px;
}
.case-phase-section .phase-header-column h2 {
  font-size: 32px;
  font-weight: 800;
  margin: 0 0 15px 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.1;
}
.case-phase-section .phase-header-column .phase-intro-desc {
  font-size: 15px;
  line-height: 1.6;
}
.case-phase-section .phase-content-column {
  display: flex;
  flex-direction: column;
  gap: 25px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
.case-phase-section .phase-content-column .phase-individual-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
  width: 100%;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .case-phase-section .phase-content-column .phase-individual-grid {
    grid-template-columns: 1fr;
  }
}
.case-phase-section .phase-content-column .phase-wide-card-wrapper {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  display: block;
  clear: both;
}
.case-phase-section .phase-content-column .phase-nested-card {
  background-color: transparent;
  border-radius: 6px;
  padding: 30px 40px !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.01);
  box-sizing: border-box;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}
.case-phase-section .phase-content-column .phase-nested-card:hover {
  transform: translateY(-2px);
}
.case-phase-section .phase-content-column .phase-nested-card.merged-wide-card {
  width: 100% !important;
  max-width: 100% !important;
  display: block !important;
}
.case-phase-section .phase-content-column .phase-bullet-matrix {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.case-phase-section .phase-content-column .phase-bullet-matrix li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}
.case-phase-section .phase-content-column .phase-bullet-matrix li .matrix-arrow {
  font-weight: 700;
  flex-shrink: 0;
  user-select: none;
}
.case-phase-section .phase-content-column .phase-bullet-matrix li .matrix-text {
  font-size: 15px;
  line-height: 1.5;
}
.case-phase-section.is-light-theme {
  background-color: #f8fafc;
  border-top: 1px solid #f1f5f9;
}
.case-phase-section.is-light-theme .phase-header-column .phase-badge {
  color: #1b4950;
}
.case-phase-section.is-light-theme .phase-header-column h2 {
  color: #0f2c31;
}
.case-phase-section.is-light-theme .phase-header-column .phase-intro-desc {
  color: #64748b;
}
.case-phase-section.is-light-theme .phase-content-column .phase-nested-card {
  background-color: #ffffff;
  border: 1px solid #e2e8f0;
}
.case-phase-section.is-light-theme .phase-content-column .phase-nested-card:hover {
  border-color: #72A9B3;
  box-shadow: 0 10px 25px rgba(15, 44, 49, 0.05);
}
.case-phase-section.is-light-theme .phase-content-column .phase-nested-card .matrix-arrow {
  color: #72A9B3;
}
.case-phase-section.is-light-theme .phase-content-column .phase-nested-card .matrix-text {
  color: #1b4950;
  font-weight: 500;
}
.case-phase-section.is-dark-theme {
  background-color: #172E32;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}
.case-phase-section.is-dark-theme .phase-header-column .phase-badge {
  color: #72A9B3;
}
.case-phase-section.is-dark-theme .phase-header-column h2 {
  color: #ffffff;
}
.case-phase-section.is-dark-theme .phase-header-column .phase-intro-desc {
  color: #cbd5e1;
}
.case-phase-section.is-dark-theme .phase-content-column .phase-nested-card {
  background-color: #112528;
  border: 1px solid rgba(255, 255, 255, 0.03);
}
.case-phase-section.is-dark-theme .phase-content-column .phase-nested-card:hover {
  border-color: rgba(114, 169, 179, 0.3);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}
.case-phase-section.is-dark-theme .phase-content-column .phase-nested-card .matrix-arrow {
  color: #72A9B3;
}
.case-phase-section.is-dark-theme .phase-content-column .phase-nested-card .matrix-text {
  color: #cbd5e1;
  font-weight: 400;
}

.case-gallery-row-section {
  width: 100%;
  background-color: #ffffff;
  padding: 40px 0;
}
.case-gallery-row-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 60px;
}
.case-gallery-row-section .gallery-triple-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  width: 100%;
  box-sizing: border-box;
}
@media screen and (max-width: 991px) {
  .case-gallery-row-section .gallery-triple-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media screen and (max-width: 600px) {
  .case-gallery-row-section .gallery-triple-grid {
    grid-template-columns: 1fr;
  }
}
.case-gallery-row-section .gallery-image-card {
  position: relative;
  width: 100%;
  padding-top: 65%;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid #e2e8f0;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(15, 44, 49, 0.02);
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.3s ease;
}
.case-gallery-row-section .gallery-image-card img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.case-gallery-row-section .gallery-image-card .image-zoom-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(15, 44, 49, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  z-index: 2;
  transition: opacity 0.25s ease;
}
.case-gallery-row-section .gallery-image-card .image-zoom-overlay .zoom-icon {
  color: #ffffff;
  font-size: 24px;
  font-weight: 300;
  transform: scale(0.8);
  transition: transform 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.case-gallery-row-section .gallery-image-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(15, 44, 49, 0.08);
}
.case-gallery-row-section .gallery-image-card:hover img {
  transform: scale(1.04);
}
.case-gallery-row-section .gallery-image-card:hover .image-zoom-overlay {
  opacity: 1;
}
.case-gallery-row-section .gallery-image-card:hover .image-zoom-overlay .zoom-icon {
  transform: scale(1);
}

.lightbox-modal-mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(15, 44, 49, 0.95);
  backdrop-filter: blur(8px);
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.lightbox-modal-mask.is-active {
  opacity: 1;
  pointer-events: auto;
}
.lightbox-modal-mask .lightbox-close-trigger {
  position: absolute;
  top: 30px;
  right: 40px;
  background: none;
  border: none;
  color: #ffffff;
  font-size: 46px;
  font-weight: 200;
  cursor: pointer;
  line-height: 1;
  transition: color 0.2s ease, transform 0.2s ease;
}
.lightbox-modal-mask .lightbox-close-trigger:hover {
  color: #72A9B3;
  transform: scale(1.1);
}
.lightbox-modal-mask .lightbox-content-stage {
  max-width: 85%;
  max-height: 80vh;
  transform: scale(0.95);
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.lightbox-modal-mask .lightbox-content-stage img {
  max-width: 100%;
  max-height: 80vh;
  object-fit: contain;
  border-radius: 4px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
}
.lightbox-modal-mask.is-active .lightbox-content-stage {
  transform: scale(1);
}

#banner {
  position: relative;
  display: block;
}
@media screen and (max-width: 1024px) {
  #banner .vidbg-container {
    display: none;
  }
}
#banner .banner-background {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background: linear-gradient(135deg, #1b4950 0%, #194248 50%, #143b42 100%);
}
#banner .banner-background::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 20px 20px;
  opacity: 0.35;
}
#banner .banner-background::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 10% 20%, rgba(255, 255, 255, 0.08), transparent 35%), radial-gradient(circle at 85% 75%, rgba(255, 255, 255, 0.04), transparent 40%);
}
#banner .banner-inner-outer {
  position: relative;
  display: block;
  width: 90%;
  max-width: 1200px;
  margin: auto;
  box-sizing: border-box;
}
@media screen and (max-width: 900px) {
  #banner .banner-inner-outer {
    height: auto !important;
    min-height: 70vh;
    padding: 130px 0 40px 0 !important;
    justify-content: flex-start;
  }
}
@media screen and (min-width: 601px) {
  #banner .banner-inner-outer {
    height: 100vh; /* Keeps original 100vh frame size on laptops/desktops */
    padding: 10em 1em 15em 1em; /* Restores your original padding structure for wide browsers */
  }
}
#banner .banner-inner-outer .custom-hero-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media screen and (max-width: 900px) {
  #banner .banner-inner-outer .custom-hero-row {
    flex-direction: column;
    gap: 40px;
    padding: 40px 0 20px 0px;
    text-align: center;
  }
}
@media screen and (min-width: 901px) {
  #banner .banner-inner-outer .custom-hero-row {
    padding: 200px 0;
  }
}
#banner .banner-inner-outer .hero-column-text {
  flex: 1;
  text-align: left;
}
#banner .banner-inner-outer .hero-column-text h1 {
  color: #fff;
  font-size: 3em;
  line-height: 1.2;
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 700;
}
#banner .banner-inner-outer .hero-column-text p {
  color: #fff;
  font-size: 1.1em;
  line-height: 1.6;
  opacity: 0.9;
}
#banner .banner-inner-outer .hero-column-image {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}
#banner .banner-inner-outer .svg-container {
  width: 100%;
  max-width: 420px;
  height: auto;
}
#banner .banner-inner-outer .svg-container svg {
  display: block;
  width: 100%;
  height: auto;
}
#banner .banner-inner-outer .hero-badge {
  color: #a4cfcb;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 2px;
  font-weight: 600;
  display: block;
  margin-bottom: 15px;
}
#banner .banner-inner-outer .hero-tagline {
  display: block;
  height: 130px;
  color: #fff;
  opacity: 1;
  transform: translateY(0);
  line-height: 1.3; /* Ensures clean vertical separation between the sentences */
  margin-top: 10px;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  will-change: opacity, transform;
}
@media (max-width: 991px) {
  #banner .banner-inner-outer .custom-hero-row {
    flex-direction: column-reverse;
    text-align: center;
    gap: 40px;
  }
  #banner .banner-inner-outer .hero-column-text {
    text-align: center;
  }
  #banner .banner-inner-outer .hero-column-image {
    justify-content: center;
  }
}

#internal-banner {
  position: relative;
  display: block;
  background: linear-gradient(135deg, #1b4950 0%, #194248 50%, #143b42 100%);
}
#internal-banner .internal-banner__overlay {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background: linear-gradient(135deg, #1b4950 0%, #194248 50%, #143b42 100%);
}
#internal-banner .internal-banner__overlay::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 20px 20px;
  opacity: 0.35;
}
#internal-banner .internal-banner__overlay::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 10% 20%, rgba(255, 255, 255, 0.08), transparent 35%), radial-gradient(circle at 85% 75%, rgba(255, 255, 255, 0.04), transparent 40%);
}
#internal-banner .internal-banner__inner {
  width: 90%;
  max-width: 1200px;
  display: block;
  position: relative;
  margin: auto;
  padding: 10em 0em 8em 0em;
}
#internal-banner .internal-banner__text {
  width: 90%;
  max-width: 800px;
}
#internal-banner .internal-banner__text h5, #internal-banner .internal-banner__text p {
  color: #bdfaff;
}
#internal-banner .internal-banner__button-holder {
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 767px) {
  #internal-banner .internal-banner__button-holder {
    flex-wrap: wrap;
  }
}
#internal-banner .internal-banner__button {
  display: inline-block;
  padding: 14px 28px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  border-radius: 6px;
  text-align: center;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  transition: background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, color 0.25s ease-in-out;
  background-color: #ffffff;
  color: #0f2c31;
  border: 2px solid #ffffff;
}
@media screen and (max-width: 767px) {
  #internal-banner .internal-banner__button {
    margin: 0.5em 0;
    width: 100%;
  }
}
#internal-banner .internal-banner__button:hover {
  background-color: transparent;
  color: #ffffff;
  border-color: #ffffff;
  cursor: pointer;
}

.banner-portfolio-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  width: 100%;
  max-width: 1200px;
  margin: 48px auto 0 auto;
  box-sizing: border-box;
}
@media screen and (max-width: 900px) {
  .banner-portfolio-grid {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 36px;
  }
}
@media screen and (max-width: 600px) {
  .banner-portfolio-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 24px;
  }
}

.portfolio-item-card {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-left: none;
  border-radius: 0 8px 8px 0;
  padding: 24px 24px 24px 28px;
  position: relative;
  box-sizing: border-box;
  text-align: left;
  transition: border-color 200ms ease, background 200ms ease;
}
.portfolio-item-card::before {
  content: "";
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: 0;
  width: 4px;
  background-color: #a4cfcb;
  opacity: 0.4;
  border-radius: 4px 0 0 4px;
  transition: opacity 200ms ease, background-color 200ms ease;
}
.portfolio-item-card:hover {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.15);
  border-left: none;
}
.portfolio-item-card:hover::before {
  opacity: 1;
  background-color: #ffffff;
}
.portfolio-item-card__title {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  margin: 0 0 8px 0;
  line-height: 1.3;
  letter-spacing: 0.01em;
}
.portfolio-item-card__description {
  font-size: 14px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
}

.footer {
  background: #0f2c31;
  width: 100%;
  padding: 30px 0;
  position: relative;
  z-index: 10;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}
.footer .footer-bottom-row {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .footer .footer-bottom-row {
    flex-direction: column;
    gap: 20px;
    text-align: center;
    padding: 0 20px;
  }
}
.footer {
  /* Branding Alignment Map */
}
.footer .footer-brand-lockup .footer-logo-link {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}
.footer .footer-brand-lockup .footer-logo-img {
  height: 24px;
  width: auto;
  display: block;
}
.footer .footer-brand-lockup .footer-brand-text {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  line-height: 1;
}
.footer .footer-brand-lockup .footer-brand-text span {
  color: #72A9B3;
}
.footer {
  /* Inline Metabar Links & Copyright */
}
.footer .footer-meta-links {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 600px) {
  .footer .footer-meta-links {
    flex-direction: column;
    gap: 12px;
  }
}
.footer .footer-meta-links .footer-meta-tag {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}
.footer .footer-meta-links .footer-meta-tag a {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  transition: color 0.2s ease;
}
.footer .footer-meta-links .footer-meta-tag a:hover {
  color: #72A9B3;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  transition: background 200ms linear;
  background-color: #0f2c31;
  padding: 14px 24px;
  box-sizing: border-box;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.header__inner {
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
  max-width: 1320px;
  margin: auto;
  min-height: 60px;
}
.header .header-social {
  display: none;
}
.header .logo {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}
.header .logo a {
  display: block;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}
.header .logo .logo-img {
  width: 100%;
  height: 100%;
  display: block;
}
.header .logo .logo-text {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.header .nav {
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: 40px;
}
@media screen and (max-width: 900px) {
  .header .nav {
    display: none;
    margin-left: 0;
    margin-right: 0;
  }
}
.header .nav > div,
.header .nav > ul {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
}
.header .nav ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: clamp(20px, 2.5vw, 40px);
}
.header .nav ul > li {
  position: relative;
  margin: 0;
  border: none;
  transition: opacity 200ms ease;
}
.header .nav ul > li > a {
  text-decoration: none;
  color: rgba(150, 150, 150, 0.92);
  text-transform: none;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: 0.01em;
  padding: 8px 0;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  transition: color 200ms ease;
}
.header .nav ul > li:hover > a, .header .nav ul > li.current-menu-item > a {
  color: #ffffff;
}
.header .nav ul > li.book-a-call {
  margin-left: clamp(108px, 3.5vw, 102px);
}
.header .nav ul > li.book-a-call > a {
  font-weight: 400;
  color: #ffffff;
  padding: 10px 22px;
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  background: rgba(255, 255, 255, 0.08);
  transition: background 200ms ease, border-color 200ms ease;
  display: inline-flex;
  align-items: center;
  gap: 8px; /* Adds space between the phone icon and the text */
}
.header .nav ul > li.book-a-call > a::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background-color: currentColor; /* Matches the text color automatically */
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z'%3E%3C/path%3E%3C/svg%3E") no-repeat center;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z'%3E%3C/path%3E%3C/svg%3E") no-repeat center;
  mask-size: contain;
  -webkit-mask-size: contain;
}
.header .nav ul > li.book-a-call:hover > a {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.65);
}
.header .mobile-menu {
  display: none;
  margin-left: auto;
  flex-shrink: 0;
}
@media screen and (max-width: 900px) {
  .header .mobile-menu {
    display: block;
  }
}
.header .mobile-menu__link {
  height: 40px;
  width: 40px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.08);
  transition: background 200ms ease;
  position: relative;
  z-index: 1001; /* Keeps the button sitting on top of the menu overlay so you can click it to close */
}
.header .mobile-menu__link i {
  display: block;
  width: 18px;
  height: 2px;
  background-color: currentColor;
  position: relative;
  transition: background 0.2s ease;
}
.header .mobile-menu__link i::before, .header .mobile-menu__link i::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: currentColor;
  transition: transform 0.3s ease, top 0.3s ease;
}
.header .mobile-menu__link i::before {
  top: -6px;
}
.header .mobile-menu__link i::after {
  top: 6px;
}
.header .mobile-menu__link.active i {
  background-color: transparent; /* Hide middle bar */
}
.header .mobile-menu__link.active i::before {
  top: 0;
  transform: rotate(45deg); /* Rotate top bar */
}
.header .mobile-menu__link.active i::after {
  top: 0;
  transform: rotate(-45deg); /* Rotate bottom bar */
}
.header .mobile-menu .offscreen-menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 0%;
  overflow: hidden;
  background: #0f2c31;
  z-index: 1000;
  box-sizing: border-box;
  opacity: 0;
  transition: opacity 0.35s ease;
  pointer-events: none;
}
.header .mobile-menu .offscreen-menu.active {
  height: 100%;
  overflow: auto;
  opacity: 1;
  padding: 100px 7.5% 60px;
  pointer-events: auto;
}
.header .mobile-menu .offscreen-menu ul {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  gap: 8px;
  transition: transform 0.4s ease;
}
.header .mobile-menu .offscreen-menu ul.hidden {
  transform: translateX(-120%);
}
.header .mobile-menu .offscreen-menu ul .menu-item {
  padding: 0;
  margin: 0;
  display: block;
}
.header .mobile-menu .offscreen-menu ul .menu-item > a {
  font-size: clamp(22px, 5vw, 36px);
  line-height: 1.25;
  color: rgba(150, 150, 150, 0.92);
  text-decoration: none;
  text-transform: none;
  font-weight: 500;
  transition: color 0.2s ease;
  display: inline-block;
  padding: 10px 0;
}
.header .mobile-menu .offscreen-menu ul .menu-item > a:hover {
  color: #ffffff;
}
.header .mobile-menu .offscreen-menu ul .menu-item.current-menu-item > a {
  color: #ffffff;
}
.header .mobile-menu .offscreen-menu ul .menu-item.get-in-touch, .header .mobile-menu .offscreen-menu ul .menu-item.book-a-call {
  margin-top: 16px;
}
.header .mobile-menu .offscreen-menu ul .menu-item.get-in-touch > a, .header .mobile-menu .offscreen-menu ul .menu-item.book-a-call > a {
  display: inline-flex;
  font-weight: 600;
  font-size: 16px;
  padding: 12px 24px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  background: rgba(255, 255, 255, 0.08);
}
.header .mobile-menu .offscreen-menu ul .menu-item.get-in-touch > a::after, .header .mobile-menu .offscreen-menu ul .menu-item.book-a-call > a::after {
  content: " →";
}
.header .mobile-menu .offscreen-menu ul .menu-item.menu-item-has-children::after {
  display: none !important;
}
.header .mobile-menu .offscreen-menu ul .sub-menu {
  background: transparent;
  position: absolute;
  left: 100%;
  opacity: 0;
  top: 0;
  width: 100%;
  padding-left: 24px;
  transition: opacity 0.35s ease;
  list-style: none;
  margin: 0;
}
.header .mobile-menu .offscreen-menu ul .sub-menu.active {
  opacity: 1;
  position: relative;
  left: 0;
  padding-left: 16px;
}
.header .mobile-menu .offscreen-menu ul .sub-menu li a {
  font-size: clamp(18px, 4vw, 26px);
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.75);
}

ul {
  gap: 30px;
}

.frm_style_formidable-style.with_frm_style input[type=text], .frm_style_formidable-style.with_frm_style input[type=password], .frm_style_formidable-style.with_frm_style input[type=email], .frm_style_formidable-style.with_frm_style input[type=number], .frm_style_formidable-style.with_frm_style input[type=url], .frm_style_formidable-style.with_frm_style input[type=tel], .frm_style_formidable-style.with_frm_style input[type=phone], .frm_style_formidable-style.with_frm_style input[type=search], .frm_style_formidable-style.with_frm_style select, .frm_style_formidable-style.with_frm_style textarea, .frm_form_fields_style, .frm_style_formidable-style.with_frm_style .frm_scroll_box .frm_opt_container, .frm_form_fields_active_style, .frm_form_fields_error_style, .frm_style_formidable-style.with_frm_style .frm-card-element.StripeElement, .frm_style_formidable-style.with_frm_style .chosen-container-multi .chosen-choices, .frm_style_formidable-style.with_frm_style .chosen-container-single .chosen-single {
  line-height: 1.3;
  border: none;
  border-radius: 0px;
  padding: 1em;
  height: auto;
  border-bottom: 3px solid #2aacb4;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
}

.frm_style_formidable-style.with_frm_style .form-field input:not([type=file]):focus, .frm_style_formidable-style.with_frm_style select:focus, .frm_style_formidable-style.with_frm_style textarea:focus, .frm_style_formidable-style.with_frm_style .frm_focus_field input[type=text], .frm_style_formidable-style.with_frm_style .frm_focus_field input[type=password], .frm_style_formidable-style.with_frm_style .frm_focus_field input[type=email], .frm_style_formidable-style.with_frm_style .frm_focus_field input[type=number], .frm_style_formidable-style.with_frm_style .frm_focus_field input[type=url], .frm_style_formidable-style.with_frm_style .frm_focus_field input[type=tel], .frm_style_formidable-style.with_frm_style .frm_focus_field input[type=search], .frm_form_fields_active_style, .frm_style_formidable-style.with_frm_style .frm_focus_field .frm-card-element.StripeElement, .frm_style_formidable-style.with_frm_style .chosen-container-single.chosen-container-active .chosen-single, .frm_style_formidable-style.with_frm_style .chosen-container-active .chosen-choices {
  background-color: #ffffff;
  border-color: #333;
  box-shadow: none;
}

.frm_style_formidable-style.with_frm_style .frm_primary_label {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
}

button.frm_button_submit {
  border: 2px solid #000 !important;
  border-radius: 0px !important;
  background: transparent !important;
  text-transform: uppercase;
  font-weight: bold !important;
  font-size: 18px !important;
  padding: 0.5em 1em !important;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji" !important;
  width: fit-content !important;
  position: relative !important;
  transition: 200ms linear !important;
}
button.frm_button_submit:before {
  content: "";
  width: 100%;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
  position: absolute;
  height: 100%;
  left: -2px;
  top: -2px;
  transition: 200ms linear;
}
button.frm_button_submit:hover {
  transform: translateY(5px) translateX(5px) !important;
}
button.frm_button_submit:hover:before {
  transform: translateY(-10px) translateX(-10px) !important;
}

.frm_style_formidable-style.with_frm_style .frm_blank_field input[type=text], .frm_style_formidable-style.with_frm_style .frm_blank_field input[type=password], .frm_style_formidable-style.with_frm_style .frm_blank_field input[type=url], .frm_style_formidable-style.with_frm_style .frm_blank_field input[type=tel], .frm_style_formidable-style.with_frm_style .frm_blank_field input[type=number], .frm_style_formidable-style.with_frm_style .frm_blank_field input[type=email], .frm_style_formidable-style.with_frm_style .frm_blank_field textarea, .frm_style_formidable-style.with_frm_style .frm_blank_field .mce-edit-area iframe, .frm_style_formidable-style.with_frm_style .frm_blank_field select, .frm_form_fields_error_style, .frm_style_formidable-style.with_frm_style .frm_blank_field .frm-g-recaptcha iframe, .frm_style_formidable-style.with_frm_style .frm_blank_field .g-recaptcha iframe, .frm_style_formidable-style.with_frm_style .frm_blank_field .frm-card-element.StripeElement, .frm_style_formidable-style.with_frm_style .frm_blank_field .chosen-container-multi .chosen-choices, .frm_style_formidable-style.with_frm_style .frm_blank_field .chosen-container-single .chosen-single, .frm_style_formidable-style.with_frm_style .frm_form_field :invalid {
  color: #333;
  background-color: #fff;
  border-color: #2AACB4;
  border-width: 3px;
  border-style: solid;
  border-right: 0px;
  border-left: 0px;
  border-top: 0px;
  margin-bottom: 0.5em;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
}

.frm_style_formidable-style.with_frm_style .frm_error_style {
  background-color: #2aacb4;
  border: 1px solid #f14950;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  margin: 0;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: bold;
}

#cta-overlay {
  position: relative;
  display: block;
  width: 100%;
  z-index: 9;
}
#cta-overlay .cta-inner {
  width: 90%;
  max-width: 1200px;
  margin: 50px auto 50px auto;
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 767px) {
  #cta-overlay .cta-inner {
    flex-direction: column;
  }
}
#cta-overlay .cta-inner #left-col {
  transform: translateX(-100px) scale(0.8);
  opacity: 0;
}
@media screen and (max-width: 767px) {
  #cta-overlay .cta-inner #left-col {
    transform: translateX(0px) translateY(100px) scale(0.8);
  }
}
#cta-overlay .cta-inner #right-col {
  transform: translateX(100px) scale(0.8);
  opacity: 0;
}
@media screen and (max-width: 767px) {
  #cta-overlay .cta-inner #right-col {
    transform: translateX(0px) translateY(100px) scale(0.8);
  }
}
#cta-overlay .cta-inner__col {
  width: 45%;
  margin: 2.5%;
  padding: 2.5%;
  box-sizing: border-box;
  background: #fff;
  position: relative;
  display: flex;
  flex-direction: column;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  #cta-overlay .cta-inner__col {
    width: 95%;
    padding: 7.5%;
  }
}
#cta-overlay .cta-inner__col .card-sticker {
  position: absolute;
  top: 0px;
  background-color: #2aacb4;
  padding: 0.5em 1em;
}
#cta-overlay .cta-inner__col .card-sticker__text {
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
}
#cta-overlay .cta-inner__title {
  margin-bottom: 0em;
}
#cta-overlay .cta-inner__link {
  text-transform: uppercase;
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: bold;
  color: #000;
  transition: 200ms linear;
  margin-top: auto;
  margin-bottom: 1em;
}
#cta-overlay .cta-inner__link:before {
  content: "";
  width: 10px;
  height: 2px;
  background-color: #000;
  z-index: 10;
  position: absolute;
  transform: translateY(20px);
  transition: 200ms linear;
}
#cta-overlay .cta-inner__link:hover {
  color: #2AACB4;
}
#cta-overlay .cta-inner__link:hover:before {
  width: 50px;
  background-color: #2AACB4;
}

#wide-image-overlay-home {
  position: relative;
  display: block;
  margin-top: -200px;
  background-color: #f6f6f6;
}
#wide-image-overlay-home .wide-image-above {
  width: 90%;
  max-width: 1000px;
  margin: auto;
  text-align: center;
  padding: 2em 0em 5em;
  transition: 300ms ease-in;
  transition-delay: 0.3s;
}
#wide-image-overlay-home .wide-image-above.hidden {
  opacity: 0;
  transform: translateY(15%);
}
#wide-image-overlay-home .wide-image-above.visible {
  opacity: 1;
  transform: translateY(0%);
}
#wide-image-overlay-home .wide-image-above .banner-inner__button-holder {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
#wide-image-overlay-home .wide-image-above .banner-inner__button {
  padding: 0.75em 1.5em;
  margin: 0.75em 1em 0.75em 1em;
  border: 2px solid #000;
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  font-weight: bold;
  position: relative;
  transition: 200ms linear;
}
#wide-image-overlay-home .wide-image-above .banner-inner__button:before {
  content: "";
  width: 100%;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
  position: absolute;
  height: 100%;
  left: -2px;
  top: -2px;
  transition: 200ms linear;
}
#wide-image-overlay-home .wide-image-above .banner-inner__button:hover {
  transform: translateY(5px) translateX(5px);
}
#wide-image-overlay-home .wide-image-above .banner-inner__button:hover:before {
  transform: translateY(-10px) translateX(-10px);
}
#wide-image-overlay-home .wide-image-inner {
  width: 100%;
  max-width: 1400px;
  margin: auto;
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 767px) {
  #wide-image-overlay-home .wide-image-inner {
    flex-direction: column-reverse;
  }
}
#wide-image-overlay-home .wide-image-inner .wide-image {
  width: 65%;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  #wide-image-overlay-home .wide-image-inner .wide-image {
    width: 100%;
    height: 350px;
  }
}
#wide-image-overlay-home .wide-image-inner .text-outer {
  width: 55%;
  padding: 5em 0em;
}
@media screen and (max-width: 767px) {
  #wide-image-overlay-home .wide-image-inner .text-outer {
    width: 100%;
    padding: 0em 0em;
  }
}
#wide-image-overlay-home .wide-image-inner .text-outer__inner {
  padding: 5%;
  box-sizing: border-box;
  background: #fff;
  position: relative;
  transition: 350ms ease-in;
  transition-delay: 0.2s;
  z-index: 9;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
  will-change: transform;
}
@media screen and (max-width: 767px) {
  #wide-image-overlay-home .wide-image-inner .text-outer__inner {
    padding: 10%;
  }
}
#wide-image-overlay-home .wide-image-inner .text-outer__inner.hidden {
  opacity: 0;
  transform: translateX(-10%);
}
@media screen and (max-width: 767px) {
  #wide-image-overlay-home .wide-image-inner .text-outer__inner.hidden {
    transform: translateX(0%);
  }
}
#wide-image-overlay-home .wide-image-inner .text-outer__inner.visible {
  opacity: 1;
  transform: translateX(-24%);
}
@media screen and (max-width: 767px) {
  #wide-image-overlay-home .wide-image-inner .text-outer__inner.visible {
    transform: translateX(0%);
  }
}
#wide-image-overlay-home .wide-image-inner .text-outer__inner .card-sticker {
  position: absolute;
  top: 0px;
  background-color: #2aacb4;
  padding: 0.5em 1em;
}
#wide-image-overlay-home .wide-image-inner .text-outer__inner .card-sticker__text {
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
}
#wide-image-overlay-home .wide-image-inner .text-outer__inner .cta-inner__link {
  text-transform: uppercase;
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: bold;
  color: #000;
  transition: 200ms linear;
}
#wide-image-overlay-home .wide-image-inner .text-outer__inner .cta-inner__link:before {
  content: "";
  width: 10px;
  height: 2px;
  background-color: #000;
  z-index: 10;
  position: absolute;
  transform: translateY(20px);
  transition: 200ms linear;
}
#wide-image-overlay-home .wide-image-inner .text-outer__inner .cta-inner__link:hover {
  color: #2AACB4;
}
#wide-image-overlay-home .wide-image-inner .text-outer__inner .cta-inner__link:hover:before {
  width: 50px;
  background-color: #2AACB4;
}
#wide-image-overlay-home.reverse {
  margin-top: 0px;
  padding-bottom: 9em;
}
#wide-image-overlay-home.reverse .wide-image-inner {
  padding: 3em 0em;
}
@media screen and (max-width: 767px) {
  #wide-image-overlay-home.reverse .wide-image-inner {
    flex-direction: column;
    padding: 0em 0em;
  }
}
#wide-image-overlay-home.reverse .wide-image-inner .text-outer__inner {
  will-change: transform;
}
#wide-image-overlay-home.reverse .wide-image-inner .text-outer__inner.hidden {
  opacity: 0;
  transform: translateX(10%);
}
@media screen and (max-width: 767px) {
  #wide-image-overlay-home.reverse .wide-image-inner .text-outer__inner.hidden {
    transform: translateX(0%);
  }
}
#wide-image-overlay-home.reverse .wide-image-inner .text-outer__inner.visible {
  opacity: 1;
  transform: translateX(24%);
}
@media screen and (max-width: 767px) {
  #wide-image-overlay-home.reverse .wide-image-inner .text-outer__inner.visible {
    transform: translateX(0%);
  }
}

#full-width-image {
  background-size: cover;
  background-position: center center;
  position: relative;
}
#full-width-image .full-width-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgb(249, 50, 93) 0%, rgba(0, 0, 0, 0.4976365546) 49%);
}
#full-width-image .full-width-inner {
  width: 90%;
  max-width: 1200px;
  margin: auto;
  padding: 5em 0em;
}
#full-width-image .full-width-inner .text-outer {
  width: 55%;
  padding: 5em 0em;
}
@media screen and (max-width: 767px) {
  #full-width-image .full-width-inner .text-outer {
    width: 100%;
    padding: 0em 0em;
  }
}
#full-width-image .full-width-inner .text-outer__inner {
  padding: 5%;
  box-sizing: border-box;
  background: #fff;
  position: relative;
  transition: 200ms linear;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  #full-width-image .full-width-inner .text-outer__inner {
    padding: 10%;
  }
}
#full-width-image .full-width-inner .text-outer__inner .card-sticker {
  position: absolute;
  top: 0px;
  background-color: #2aacb4;
  padding: 0.5em 1em;
}
#full-width-image .full-width-inner .text-outer__inner .card-sticker__text {
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
}
#full-width-image .full-width-inner .text-outer__inner .cta-inner__link {
  text-transform: uppercase;
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: bold;
  color: #000;
  transition: 200ms linear;
}
#full-width-image .full-width-inner .text-outer__inner .cta-inner__link:before {
  content: "";
  width: 10px;
  height: 2px;
  background-color: #000;
  z-index: 10;
  position: absolute;
  transform: translateY(20px);
  transition: 200ms linear;
}
#full-width-image .full-width-inner .text-outer__inner .cta-inner__link:hover {
  color: #2AACB4;
}
#full-width-image .full-width-inner .text-outer__inner .cta-inner__link:hover:before {
  width: 50px;
  background-color: #2AACB4;
}

#our-clients {
  background-color: #fff;
  padding: 2em 0em 2em 0em;
  position: relative;
  display: block;
}
#our-clients .our-clients-inner {
  width: 90%;
  max-width: 1200px;
  position: relative;
  display: block;
  margin: auto;
  opacity: 0;
  transform: translateY(100px) scale(0.9);
}
#our-clients .our-clients-inner__title {
  text-align: center;
}
#our-clients .our-clients-inner .clients-holder {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#our-clients .our-clients-inner .clients-holder .logo-holder {
  width: 25%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2em;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  #our-clients .our-clients-inner .clients-holder .logo-holder {
    width: 50%;
  }
}
#our-clients .our-clients-inner .clients-holder .logo-holder__logo {
  width: 75%;
  position: relative;
  filter: grayscale(1);
  opacity: 0.5;
  transition: 200ms linear;
}
#our-clients .our-clients-inner .clients-holder .logo-holder__logo:hover {
  filter: none;
  opacity: 1 !important;
}

#search-results {
  display: block;
  position: relative;
}
#search-results .search-results-inner {
  width: 100%;
  max-width: 1000px;
  margin: auto;
  display: flex;
  flex-direction: column;
  padding: 2em 0em;
  align-items: center;
}
#search-results .search-results-inner h1 {
  text-align: center;
}
#search-results .search-results-inner .blog-item {
  width: 90%;
  background: #fff;
  margin: 1em 0em;
  padding: 3%;
  box-sizing: border-box;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
  position: relative;
}
#search-results .search-results-inner .blog-item__inner .card-sticker {
  position: absolute;
  top: 0px;
  background-color: #2aacb4;
  padding: 0.5em 1em;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
}
#search-results .search-results-inner .blog-item__inner a {
  text-decoration: none;
  color: #000;
}
#search-results .search-results-inner .blog-item__inner a .career-item__title {
  margin: 1em 0em 0.5em 0em;
}
#search-results .search-results-inner .blog-item__inner .blog-item__link {
  text-transform: uppercase;
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: bold;
  color: #000;
  transition: 200ms linear;
  margin-top: auto;
}
#search-results .search-results-inner .blog-item__inner .blog-item__link:before {
  content: "";
  width: 10px;
  height: 2px;
  background-color: #000;
  z-index: 10;
  position: absolute;
  transform: translateY(20px);
  transition: 200ms linear;
}
#search-results .search-results-inner .blog-item__inner .blog-item__link:hover {
  color: #2AACB4;
}
#search-results .search-results-inner .blog-item__inner .blog-item__link:hover:before {
  width: 50px;
  background-color: #2AACB4;
}

.post-content-inner__our-work {
  padding: 2em 1em;
}
.post-content-inner__our-work .logo-info-holder {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.post-content-inner__our-work .logo-info-holder__logo {
  margin-right: 3em;
}
.post-content-inner__our-work .logo-info-holder__logo img {
  width: 100%;
  max-width: 300px;
  max-height: 200px;
}
.post-content-inner__our-work .logo-info-holder__info h3 {
  font-size: 35px;
  line-height: 40px;
}
.post-content-inner__our-work .logo-info-holder__info .tag-badge {
  background-color: #2aacb4;
  padding: 0.5em 1em;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
}

#sitemap {
  position: relative;
  display: block;
}
#sitemap .sitemap-inner {
  max-width: 800px;
  width: 90%;
  margin: auto;
  padding: 2em 0em;
}
#sitemap .sitemap-inner .wsp-pages-list, #sitemap .sitemap-inner .wsp-posts-list, #sitemap .sitemap-inner .wsp-careerss-list, #sitemap .sitemap-inner ul {
  list-style: none;
}
#sitemap .sitemap-inner .wsp-pages-list .page_item:before, #sitemap .sitemap-inner .wsp-pages-list .wsp-post:before, #sitemap .sitemap-inner .wsp-pages-list li:before, #sitemap .sitemap-inner .wsp-posts-list .page_item:before, #sitemap .sitemap-inner .wsp-posts-list .wsp-post:before, #sitemap .sitemap-inner .wsp-posts-list li:before, #sitemap .sitemap-inner .wsp-careerss-list .page_item:before, #sitemap .sitemap-inner .wsp-careerss-list .wsp-post:before, #sitemap .sitemap-inner .wsp-careerss-list li:before, #sitemap .sitemap-inner ul .page_item:before, #sitemap .sitemap-inner ul .wsp-post:before, #sitemap .sitemap-inner ul li:before {
  content: "";
  width: 7px;
  height: 7px;
  background-color: #2aacb4;
  position: absolute;
  transform: translate(-15px, 8px);
}
#sitemap .sitemap-inner .wsp-pages-list .page_item .wsp-category-title, #sitemap .sitemap-inner .wsp-pages-list .wsp-post .wsp-category-title, #sitemap .sitemap-inner .wsp-pages-list li .wsp-category-title, #sitemap .sitemap-inner .wsp-posts-list .page_item .wsp-category-title, #sitemap .sitemap-inner .wsp-posts-list .wsp-post .wsp-category-title, #sitemap .sitemap-inner .wsp-posts-list li .wsp-category-title, #sitemap .sitemap-inner .wsp-careerss-list .page_item .wsp-category-title, #sitemap .sitemap-inner .wsp-careerss-list .wsp-post .wsp-category-title, #sitemap .sitemap-inner .wsp-careerss-list li .wsp-category-title, #sitemap .sitemap-inner ul .page_item .wsp-category-title, #sitemap .sitemap-inner ul .wsp-post .wsp-category-title, #sitemap .sitemap-inner ul li .wsp-category-title {
  color: #2AACB4;
}
#sitemap .sitemap-inner .wsp-pages-list .page_item a, #sitemap .sitemap-inner .wsp-pages-list .wsp-post a, #sitemap .sitemap-inner .wsp-pages-list li a, #sitemap .sitemap-inner .wsp-posts-list .page_item a, #sitemap .sitemap-inner .wsp-posts-list .wsp-post a, #sitemap .sitemap-inner .wsp-posts-list li a, #sitemap .sitemap-inner .wsp-careerss-list .page_item a, #sitemap .sitemap-inner .wsp-careerss-list .wsp-post a, #sitemap .sitemap-inner .wsp-careerss-list li a, #sitemap .sitemap-inner ul .page_item a, #sitemap .sitemap-inner ul .wsp-post a, #sitemap .sitemap-inner ul li a {
  text-decoration: none;
  color: #333;
  transition: 0.4s ease;
}
#sitemap .sitemap-inner .wsp-pages-list .page_item a:hover, #sitemap .sitemap-inner .wsp-pages-list .wsp-post a:hover, #sitemap .sitemap-inner .wsp-pages-list li a:hover, #sitemap .sitemap-inner .wsp-posts-list .page_item a:hover, #sitemap .sitemap-inner .wsp-posts-list .wsp-post a:hover, #sitemap .sitemap-inner .wsp-posts-list li a:hover, #sitemap .sitemap-inner .wsp-careerss-list .page_item a:hover, #sitemap .sitemap-inner .wsp-careerss-list .wsp-post a:hover, #sitemap .sitemap-inner .wsp-careerss-list li a:hover, #sitemap .sitemap-inner ul .page_item a:hover, #sitemap .sitemap-inner ul .wsp-post a:hover, #sitemap .sitemap-inner ul li a:hover {
  color: #2AACB4;
}
#sitemap .sitemap-inner .wsp-pages-list .page_item .children, #sitemap .sitemap-inner .wsp-pages-list .wsp-post .children, #sitemap .sitemap-inner .wsp-pages-list li .children, #sitemap .sitemap-inner .wsp-posts-list .page_item .children, #sitemap .sitemap-inner .wsp-posts-list .wsp-post .children, #sitemap .sitemap-inner .wsp-posts-list li .children, #sitemap .sitemap-inner .wsp-careerss-list .page_item .children, #sitemap .sitemap-inner .wsp-careerss-list .wsp-post .children, #sitemap .sitemap-inner .wsp-careerss-list li .children, #sitemap .sitemap-inner ul .page_item .children, #sitemap .sitemap-inner ul .wsp-post .children, #sitemap .sitemap-inner ul li .children {
  list-style: none;
}

.projects-grid-section {
  width: 100%;
  padding: 160px 0;
  background-color: #f3f0f0;
  box-sizing: border-box;
}
.projects-grid-section__inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .projects-grid-section__inner {
    padding: 0 20px;
  }
}
.projects-grid-section .case-studies-grid-container {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .projects-grid-section .case-studies-grid-container {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.projects-grid-section .case-card {
  background-color: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(15, 44, 49, 0.06);
  box-shadow: 0 10px 30px rgba(15, 44, 49, 0.05), 0 2px 8px rgba(15, 44, 49, 0.03);
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.projects-grid-section .case-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 26px 54px rgba(15, 44, 49, 0.12), 0 8px 20px rgba(15, 44, 49, 0.06);
}
.projects-grid-section .case-card:hover .client-logo-img {
  transform: translate(-50%, -50%) scale(1.03);
}
.projects-grid-section .card-image-wrapper {
  width: 100%;
  aspect-ratio: 16/10;
  position: relative;
  overflow: hidden;
}
.projects-grid-section .card-image-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: var(--mesh-opacity, 0.12);
  pointer-events: none;
  background-image: linear-gradient(rgba(255, 255, 255, 0.15) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.15) 1px, transparent 1px), radial-gradient(var(--dot-color, rgba(18, 154, 152, 0.4)) 1px, transparent 1px);
  background-size: 40px 40px, 40px 40px, 20px 20px;
  background-position: center center;
}
.projects-grid-section .card-image-wrapper .client-logo-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  max-width: 50%;
  max-height: 40%;
  object-fit: contain;
  z-index: 2;
  transition: transform 0.4s ease;
}
.projects-grid-section .card-image-wrapper .fallback-text-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 2px;
  z-index: 2;
}
.projects-grid-section .card-meta {
  padding: 35px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.projects-grid-section .client-name {
  font-size: 1.4rem;
  font-weight: 800;
  color: #0f2c31;
}
.projects-grid-section .project-excerpt {
  font-size: 0.95rem;
  color: #5a6e72;
  line-height: 1.5;
}
.projects-grid-section .read-more {
  font-size: 0.9rem;
  font-weight: 700;
  color: #129a98;
}
.projects-grid-section .project-tag {
  position: absolute;
  bottom: 20px;
  left: 20px;
  font-size: 0.7rem;
  font-weight: 700;
  color: #ffffff;
  background-color: rgba(18, 154, 152, 0.85);
  padding: 6px 14px;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  z-index: 2;
}

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

.animate__animated {
  -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;
  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;
  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;
  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;
  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;
  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;
  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;
  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;
  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;
  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;
  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;
  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;
  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;
  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;
  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;
  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;
  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;
  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;
  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;
}

html {
  scroll-behavior: smooth;
}

/*# sourceMappingURL=style.css.map */
