/* =======================
.....####........####.....
....##..##......##..##....
....##..##..##..######....
....##..##......##..##....
.....####.......##..##....
======================= */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Assistant:wght@300;400;500;700&display=swap");
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

table {
  border-collapse: collapse;
}

/* ==============================================================
  TYPE
============================================================== */
/* ==============================================================
  COLOURS
============================================================== */
/* ==============================================================
  TRANSITION AND EASING
============================================================== */
/* ==============================================================
  MARGINS ABD GUTTERS
============================================================== */
/* ==============================================================
  HEADER SIZES
============================================================== */
/* ==============================================================
  TITLEBAR SIZES
============================================================== */
/* ==============================================================
  CONTAINER SIZES
============================================================== */
/* ==============================================================
  HEADER PADDING
============================================================== */
/* ==============================================================
  MEDIA QUERY BREAKPOINTS
============================================================== */
.reset-button {
  background: none;
  outline: none;
  border: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
  white-space: nowrap;
  user-select: none;
  cursor: pointer;
}

/* ==============================================================
DEFAULT IMAGE RATIO
============================================================== */
/* ==============================================================
ADD OVERFLOW WITH INERTIA SCROLLING
============================================================== */
/* ==============================================================
DEFAULT PADDING AND MARGIN
============================================================== */
/* ==============================================================
FULL WIDTH / HEIGHT
============================================================== */
.full-width {
  width: 100vw;
}

.full-height {
  height: 100vh;
}

/* ==============================================================
IMAGE RESPONSIVE
============================================================== */
img, svg {
  width: 100%;
  max-width: 100%;
  height: auto;
}

/* ==============================================================
  RESPONSIVE EMBED 
============================================================== */
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

/* ==============================================================
  SHOW / HIDE
============================================================== */
.show {
  display: block !important;
}

.hidden {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.screen-reader-text {
  position: absolute;
  left: -9999em;
  top: 0;
}

.visible-xs {
  display: block !important;
}
@media (min-width: 768px) {
  .visible-xs {
    display: none !important;
  }
}

.visible-xs--flex {
  display: flex !important;
}
@media (min-width: 768px) {
  .visible-xs--flex {
    display: none !important;
  }
}

.visible-xs--inline-flex {
  display: inline-flex !important;
}
@media (min-width: 768px) {
  .visible-xs--inline-flex {
    display: none !important;
  }
}

.visible-sm--inline-flex {
  display: inline-flex !important;
}
@media (min-width: 992px) {
  .visible-sm--inline-flex {
    display: none !important;
  }
}

@-ms-viewport {
  width: device-width;
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
/* ==============================================================
  PRINT SHOW / HIDE
============================================================== */
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}
/* ==============================================================
   TYPOGRAPHY
============================================================== */
@font-face {
  font-family: "Larken";
  src: url("../fonts/Larken-Thin.woff2");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Larken";
  src: url("../fonts/Larken-Light.woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Larken";
  src: url("../fonts/Larken-Regular.woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Larken";
  src: url("../fonts/Larken-Bold.woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Larken";
  src: url("../fonts/Larken-Black.woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
html {
  font-size: 62.5%;
}

body {
  padding: 0;
  margin: 0;
  font-family: "Assistant", sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.6;
  color: #595959;
  outline: 0;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
.h1-size,
h2,
.h2-size,
h3,
.h3-size,
h4,
.h4-size,
h5,
.h5-size {
  font-family: "Larken", sans-serif;
  font-weight: 300;
  line-height: 1.6;
  margin: 0 0 1rem 0;
  -webkit-font-smoothing: subpixel-antialiased;
  line-height: 1;
}

h1,
.h1-size {
  font-size: 10rem;
  line-height: 1;
  text-transform: none;
  font-family: "Larken", sans-serif;
  font-weight: 300;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  h1,
  .h1-size {
    font-size: 7rem;
  }
}

h2,
.h2-size {
  font-size: 4rem;
  line-height: 1.2;
  font-weight: 100;
}
@media (max-width: 767px) {
  h2,
  .h2-size {
    font-size: 3.2rem;
  }
}

h3,
.h3-size {
  font-size: 2rem;
  line-height: 1.2;
  text-transform: none;
  font-family: "Assistant", sans-serif;
  font-weight: 700;
}
h4,
.h4-size {
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 500;
}

h5,
.h5-size {
  font-size: 1.6rem;
  line-height: 1.6;
  text-transform: none;
  font-weight: 700;
  margin-bottom: 1.6rem;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
  color: inherit;
}

figcaption {
  font-size: 1.28rem;
  margin: 1rem 0;
}

time {
  font-weight: 700;
}

p,
ul,
ol,
dl,
hr {
  margin-top: 0;
  margin-bottom: 2rem;
}

p.intro {
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  p.intro {
    font-size: 2rem;
  }
}
p a {
  text-decoration: none;
  font-weight: 500;
  color: #004579;
}
p a:hover {
  color: #EE7623;
}

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

strong {
  font-weight: bold;
}

small {
  font-size: 80%;
}

sup {
  position: relative;
  top: -0.5em;
  font-size: 80%;
}

ol li,
ul li {
  margin-left: 1.5rem;
}
ol ol li,
ol ul li,
ul ol li,
ul ul li {
  margin-left: 5rem;
}

/* ==============================================================
    FLEX LAYOUT
============================================================== */
html {
  height: 100%;
  height: fill-available;
  height: -webkit-fill-available;
}

body {
  width: 100%;
  margin: 0;
  padding: 0;
}

main {
  position: relative;
  top: 0;
  flex: 1 1 calc(100vh - 300px);
}

/* ==============================================================

      BODY CONTAINER WIDTHS

      Control the widths of the containers on the page
      Default usage: body.body-small

  ============================================================== */
.body--xsmall .container {
  max-width: 500px;
}

.body--small .container {
  max-width: 900px;
}

.body--medium .container {
  max-width: 1200px;
}

.body--large .container {
  max-width: 1500px;
}

.body--xlarge .container {
  max-width: 1720px;
}

/* ==============================================================

    SECTIONS

  ============================================================== */
.section {
  position: relative;
  overflow: hidden;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 0;
}
@media (min-width: 768px) {
  .section {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .section {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
@media (min-width: 1200px) {
  .section {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
@media (min-width: 1500px) {
  .section {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
.section.section--full {
  min-height: 100%;
  height: 100vh;
}
.section.section--large {
  min-height: 100%;
  height: 70vh;
  max-height: 800px;
}
.section.section--grey {
  background-color: #e4e6e4;
}
.section.section--no-hidden {
  overflow: visible;
}
.section.section--small {
  min-height: 500px;
}
.section.section--clear-top {
  padding-top: 0;
  margin-top: 0;
}
.section.section--clear-bottom {
  padding-bottom: 0;
  margin-bottom: 0;
}
.section.section--padding {
  padding-top: 40px;
  padding-bottom: 40px;
  margin: 0;
}
@media (min-width: 768px) {
  .section.section--padding {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .section.section--padding {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1200px) {
  .section.section--padding {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (min-width: 1500px) {
  .section.section--padding {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

/* ==============================================================

    BACKGROUNDS

  ============================================================== */
.background {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.background--parallax {
  top: auto;
  height: 130%;
}
.background--side {
  right: 60%;
}
.background--half {
  right: 50%;
}
.background video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  margin: 0;
}

.tint:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #000000;
  opacity: 0;
}
.tint.tint--10:after {
  opacity: 0.1;
}
.tint.tint--20:after {
  opacity: 0.2;
}
.tint.tint--30:after {
  opacity: 0.3;
}
.tint.tint--40:after {
  opacity: 0.4;
}
.tint.tint--50:after {
  opacity: 0.5;
}
.tint.tint--60:after {
  opacity: 0.6;
}
.tint.tint--70:after {
  opacity: 0.7;
}
.tint.tint--80:after {
  opacity: 0.8;
}
.tint.tint--90:after {
  opacity: 0.9;
}
.tint.tint--100:after {
  opacity: 1;
}

/* ==============================================================
    CONTENT
  ============================================================== */
.content {
  position: relative;
}
.content .container {
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  z-index: 998;
  height: 100%;
}
.content--right {
  position: absolute;
  left: 50%;
  width: 50%;
  top: 0;
  bottom: 0;
  max-width: 600px;
}

/* ==============================================================
    OVERLAY
  ============================================================== */
.section-overlay {
  position: relative;
  min-height: 100%;
  min-height: 800px;
}
.section-overlay section {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.section-overlay section:nth-of-type(2) {
  z-index: 2;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.overlay .container {
  height: 100%;
}
.overlay picture {
  margin-top: 300px;
  padding-bottom: 30%;
  position: relative;
  display: block;
  margin-left: 100px;
  margin-right: 50%;
  box-shadow: 0 0 100px rgba(0, 0, 0, 0.6);
}
.overlay picture img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* ==============================================================

    CONTAINER WIDTHS

    Default Container width is fluid
    To override body with container classes, add a container modifier for each container

  ============================================================== */
.container {
  width: 100%;
  transition: max-width 300ms cubic-bezier(0.25, 1, 0.2, 1);
  margin: auto;
  padding-left: 30px;
  padding-right: 30px;
}
@media (min-width: 768px) {
  .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 992px) {
  .container {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 1200px) {
  .container {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (min-width: 1500px) {
  .container {
    padding-left: 80px;
    padding-right: 80px;
  }
}
.container.container--xsmall {
  max-width: 500px;
}
.container.container--small {
  max-width: 900px;
}
.container.container--medium {
  max-width: 1200px;
}
.container.container--large {
  max-width: 1500px;
}
.container.container--xlarge {
  max-width: 1720px;
}
.body--large .container.container--xlarge {
  max-width: 1500px;
}
.container.container--fluid {
  max-width: none;
}

/* ==============================================================
    ROWS AND COLUMNS
  ============================================================== */
.row {
  display: grid;
}

.column {
  flex: 0 1 100%;
}

@media (min-width: 992px) {
  .xs-column-50 {
    flex: 0 0 30%;
  }
}

@media (min-width: 992px) {
  .md-column-40 {
    flex: 0 0 30%;
  }
}

@media (min-width: 1200px) {
  .lg-column-20 {
    flex: 0 0 20%;
  }
}

.barba-leave-active,
.barba-enter-active {
  transition: opacity 400ms ease;
}

.barba-leave,
.barba-enter-to {
  opacity: 1;
}

.barba-enter,
.barba-leave-to {
  opacity: 0;
}

/* ==============================================================
  GRID
============================================================== */
.row {
  display: flex;
  flex-direction: row;
  column-gap: 50px;
}
.row .col {
  flex: 1 1 100%;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
}
.row .sm-50 {
  flex: 0 0 50%;
}
.row .sm-20 {
  flex: 0 0 20%;
}
.row .sm-25 {
  flex: 0 0 25%;
}
.row .sm-30 {
  flex: 0 0 30%;
}
.row .sm-100px {
  flex: 0 0 100px;
}
.row .sm-150px {
  flex: 0 0 150px;
}
.row .sm-200px {
  flex: 0 0 200px;
}
.row .sm-250px {
  flex: 0 0 250px;
}
.row .sm-300px {
  flex: 0 0 300px;
}
.row .sm-350px {
  flex: 0 0 300px;
}
.row .sm-400px {
  flex: 0 0 400px;
}

.grid {
  display: grid;
  column-gap: 50px;
  row-gap: 50px;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .grid--2 {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 768px) {
  .grid--3 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 768px) {
  .grid--4 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 768px) {
  .grid--brand {
    grid-template-columns: 1fr 2fr;
  }
}
@media (min-width: 768px) {
  .grid--contact {
    column-gap: 100px;
    grid-template-columns: 3fr 2fr;
  }
}

.brand-logo {
  max-width: 250px;
  margin: 0 auto;
}

.breakout {
  width: 100vw;
  margin: auto;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1200px;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .breakout {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 992px) {
  .breakout {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 1200px) {
  .breakout {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (min-width: 1500px) {
  .breakout {
    padding-left: 80px;
    padding-right: 80px;
  }
}
.breakout--breath {
  margin-top: 100px;
  margin-bottom: 100px;
}

@media (min-width: 768px) {
  .two-col {
    column-count: 2;
    column-gap: 50px;
  }
}

.join-cta p {
  max-width: 650px;
  margin: 0 auto;
}

/* ==============================================================
      TRANSPARENT SCROLLBAR
  ============================================================== */
/* ==============================================================
CIRCLE MASK OUT
============================================================== */
.circle-mask {
  -moz-animation: circle-mask 2s infinite;
  -webkit-animation: circle-mask 2s infinite;
  animation: circle-mask 2s infinite;
}

@keyframes circle-mask {
  0% {
    opacity: 1;
    clip-path: circle(0px at 0% 70%);
  }
  100% {
    opacity: 1;
    clip-path: circle(130% at 0% 70%);
  }
}
@keyframes circle-mask-reverse {
  0% {
    opacity: 1;
    clip-path: circle(0px at 100% 70%);
  }
  100% {
    opacity: 1;
    clip-path: circle(130% at 100% 70%);
  }
}
@keyframes circle-mask-left {
  0% {
    opacity: 1;
    clip-path: circle(0px at 0% 70%);
  }
  100% {
    opacity: 1;
    clip-path: circle(130% at 0% 70%);
  }
}
@keyframes circle-mask-right {
  0% {
    opacity: 1;
    clip-path: circle(0px at 100% 70%);
  }
  100% {
    opacity: 1;
    clip-path: circle(130% at 100% 70%);
  }
}
@keyframes circle-mask-bottom {
  0% {
    opacity: 1;
    clip-path: circle(0px at 50% 100%);
  }
  100% {
    opacity: 1;
    clip-path: circle(130% at 50% 100%);
  }
}
@keyframes wipe-in {
  0% {
    transform: scaleX(0.5);
  }
  100% {
    transform: scaleX(0);
  }
}
@keyframes fade-in {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes wipe-right {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
@keyframes scroller {
  0% {
    opacity: 0;
    transform: translateY(-1rem);
  }
  50% {
    opacity: 1;
    transform: translateY(0rem);
  }
  100% {
    opacity: 0;
    transform: translateY(-1rem);
  }
}
@keyframes scroller-arrow {
  0% {
    opacity: 0;
    transform: translateY(1rem);
  }
  50% {
    opacity: 1;
    transform: translateY(1.5rem);
  }
  100% {
    opacity: 0;
    transform: translateY(1rem);
  }
}
@keyframes ticker-loop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
/* ==============================================================
FADE OUT
============================================================== */
.fade-out {
  -moz-animation: fade-out 2s infinite;
  -webkit-animation: fade-out 2s infinite;
  animation: fade-out 2s infinite;
}

@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* ==============================================================
BOUNCE
============================================================== */
.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
/* ==============================================================
DRAG BOUNCE
============================================================== */
.drag-bounce {
  -moz-animation: drag-bounce 2s infinite;
  -webkit-animation: drag-bounce 2s infinite;
  animation: drag-bounce 2s infinite;
}

@keyframes drag-bounce {
  0%, 80%, 100% {
    transform: translateX(0);
  }
  30% {
    transform: translateX(-50px);
  }
  40% {
    transform: translateX(-50px);
  }
}
/* ==============================================================
SLOW ZOOM
============================================================== */
.slow-zoom {
  -moz-animation: slow-zoom 7s;
  -webkit-animation: slow-zoom 7s;
  animation: slow-zoom 7s;
  animation-iteration-count: 1;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}

@keyframes slow-zoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
/* ==============================================================
EXPAND TRACKING
============================================================== */
.expand-tracking {
  -moz-animation: expand-tracking 2s;
  -webkit-animation: expand-tracking 2s;
  animation: expand-tracking 2s;
  animation-iteration-count: 1;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}

@keyframes expand-tracking {
  0% {
    opacity: 0;
    letter-spacing: 0.2ch;
  }
  100% {
    opacity: 1;
    letter-spacing: 0.5ch;
  }
}
/* ==============================================================
   PRINT 
============================================================== */
@media print {
  header {
    display: none !important;
  }
  footer {
    display: none !important;
  }
  .page-header,
  .page-content {
    padding: 0 !important;
  }
  h1 {
    margin: 0 0 20px !important;
  }
}
/**
 * Swiper 8.1.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: April 24, 2022
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

/* ==============================================================
   MIXINS
============================================================== */
/* ==============================================================
RATIO IMAGES
============================================================== */
/* ==============================================================
   HEADER
============================================================== */
.announcement-bar {
  background: #003660;
  color: #ffffff;
  font-family: "Assistant", sans-serif;
  font-size: 1.4rem;
  text-align: center;
  padding: 7px 0;
}
.announcement-bar p {
  padding: 0;
  margin: 0;
  color: #ffffff;
  opacity: 0.6;
}
@media (max-width: 767px) {
  .announcement-bar p {
    font-size: 0.9rem;
  }
}

.header {
  width: 100%;
  background: #004579;
}
.header .container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  align-items: center;
}
.header__logo {
  width: 100px;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .header__logo {
    width: 75px;
  }
}
.header nav {
  display: flex;
  flex-direction: row;
  column-gap: 30px;
}
@media (max-width: 992px) {
  .header nav {
    display: none;
  }
}
.header nav a {
  color: #ffffff;
  text-decoration: none;
  font-size: 2rem;
  transition: color 500ms cubic-bezier(0.25, 1, 0.2, 1);
  font-weight: 500;
  font-family: "Assistant", sans-serif;
  opacity: 0.9;
}
.header nav a:hover {
  opacity: 1;
}

#menu-button {
  border: none;
  outline: none;
  position: fixed;
  left: calc(100vw - 140px);
  top: 58px;
  background: #005591;
  height: 60px;
  width: 60px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  z-index: 99999;
  transition: all 300ms cubic-bezier(0.25, 1, 0.2, 1);
}
@media (min-width: 992px) {
  #menu-button {
    display: none;
  }
}
@media (max-width: 767px) {
  #menu-button {
    opacity: 1;
    transform: scale(1);
    pointer-events: all;
    top: 45px;
    left: calc(100vw - 75px);
    height: 50px;
    width: 50px;
  }
}
.header--sticky #menu-button {
  opacity: 1;
  transform: scale(1);
  pointer-events: all;
}
#menu-button .menu-button__icon {
  position: relative;
  display: flex;
  justify-content: center;
  width: 30px;
}
#menu-button .menu-button__icon:before, #menu-button .menu-button__icon:after {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  background: #ffffff;
  position: absolute;
  margin: auto;
  transition: all 300ms cubic-bezier(0.25, 1, 0.2, 1);
}
#menu-button .menu-button__icon:before {
  top: -3px;
}
#menu-button .menu-button__icon:after {
  top: 3px;
}
#menu-button:hover p {
  opacity: 1;
}
#menu-button:hover .menu-button__icon:before {
  top: -5px;
}
#menu-button:hover .menu-button__icon:after {
  top: 5px;
}
.show-menu #menu-button .menu-button__icon {
  transform: rotate(45deg);
}
.show-menu #menu-button .menu-button__icon:before {
  top: 0;
  transform: rotate(0deg);
}
.show-menu #menu-button .menu-button__icon:after {
  top: 0;
  transform: rotate(-90deg);
}

/* ==============================================================
   FOOTER
============================================================== */
.footer {
  background: linear-gradient(180deg, #004579 0%, #005591 100%);
  padding-top: 50px;
  padding-bottom: 50px;
  font-size: 1.4rem;
}
.footer__content {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  column-gap: 20px;
  color: #ffffff;
}
.footer__logo {
  width: 100px;
  display: block;
}
.footer__copyright {
  font-size: 1.2rem;
  display: flex;
  flex-direction: row;
  padding-top: 20px;
  gap: 20px;
  color: #ffffff;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 767px) {
  .footer__copyright {
    flex-direction: column;
    gap: 0;
  }
}
.footer__copyright p:first-child {
  margin-right: auto;
}
.footer__copyright a {
  text-decoration: none;
  color: #ffffff;
  opacity: 0.9;
}
.footer__copyright a:hover {
  opacity: 1;
}
.footer__branding {
  width: 100%;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .footer__branding {
    width: 100px;
  }
}
.footer__address {
  margin-left: auto;
  width: 250px;
  padding-bottom: 20px;
  text-align: right;
}
.footer nav {
  display: flex;
  flex-direction: column;
}
.footer nav a {
  text-decoration: none;
  color: #ffffff;
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: 10px;
  margin-bottom: 5px;
  padding: 2px 0;
  opacity: 0.9;
  font-size: 1rem;
}
.footer nav a:hover {
  opacity: 1;
}
.footer nav a img {
  width: 20px;
}

.menu {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  z-index: 800;
  padding: 100px;
  opacity: 0;
  pointer-events: none;
  background: url("/assets/images/brand/cyclone-3.jpg");
  background-size: cover;
  transition: all 300ms cubic-bezier(0.25, 1, 0.2, 1);
}
@media (max-width: 767px) {
  .menu {
    background: url("/assets/images/brand/cyclone-4.jpg");
    background-size: cover;
    padding: 25px;
  }
}
.menu__wrapper {
  width: 100%;
  max-width: 1000px;
  display: grid;
  grid-template-columns: 4fr 2fr;
  column-gap: 50px;
}
@media (max-width: 767px) {
  .menu__wrapper {
    display: flex;
    flex-direction: column;
  }
}
.menu:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
}
.show-menu .menu {
  opacity: 1;
  pointer-events: painted;
}
.show-menu .menu nav {
  transform: translateX(0);
}
.menu aside {
  position: relative;
  color: #ffffff;
  z-index: 2;
  padding: 10px 33px;
  width: 100%;
}
.menu aside a {
  color: #ffffff;
  margin: 10px 0;
  color: #ffffff;
  font-size: 2.5rem;
}
.menu aside a:hover {
  color: #cad4a5;
}
.menu aside p {
  margin-top: 50px;
  color: #ffffff;
  opacity: 0.7;
}
.menu aside strong {
  color: #ffffff;
}
@media (max-width: 767px) {
  .menu aside a {
    font-size: 1.8rem;
  }
  .menu aside p {
    display: none;
  }
}
.menu__links {
  display: flex;
  flex-direction: column;
}
.menu__links a {
  font-weight: bold;
  text-decoration: none;
}
.menu nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  z-index: 2;
  transition: all 300ms cubic-bezier(0.25, 1, 0.2, 1);
  transition-duration: 1000ms;
  width: 100%;
}
@media (max-width: 767px) {
  .menu nav {
    padding: 30px;
  }
}
.menu nav a {
  text-decoration: none;
  color: #ffffff;
  font-size: 4rem;
  font-weight: 500;
  color: #ffffff;
}
@media (max-width: 767px) {
  .menu nav a {
    font-size: 3rem;
  }
}
@media (min-width: 768px) {
  .menu nav a {
    opacity: 0;
    transform: translateX(50px);
    transition: all 300ms cubic-bezier(0.25, 1, 0.2, 1);
    transition-duration: 1500ms;
  }
  .menu nav a:nth-child(2) {
    transition-delay: 50ms;
  }
  .menu nav a:nth-child(3) {
    transition-delay: 100ms;
  }
  .menu nav a:nth-child(4) {
    transition-delay: 150ms;
  }
  .menu nav a:nth-child(5) {
    transition-delay: 200ms;
  }
  .menu nav a:nth-child(6) {
    transition-delay: 250ms;
  }
  .menu nav a:hover {
    color: #ffffff;
    transform: translateX(20px) !important;
  }
}
.show-menu .menu nav a {
  opacity: 1;
  transform: translateX(0);
}

.button {
  display: block;
  width: 100%;
  max-width: 250px;
  background: #004579;
  padding: 15px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  margin-bottom: 20px;
  margin-top: 10px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  font-weight: 500;
  border: 0;
  outline: none;
  transition: all 300ms cubic-bezier(0.25, 1, 0.2, 1);
}
.button:hover {
  background: #002846;
}
.button--buy {
  background: #EE7623;
  background: linear-gradient(180deg, #f29352 0%, #ee7623 100%);
  transition: all 300ms cubic-bezier(0.25, 1, 0.2, 1);
}
.button--buy:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}
.button--black {
  background: #000000;
}
.button--orange {
  background: #EE7623;
}
.button--orange:hover {
  background: #ce5e10;
}
.button--white {
  background: #ffffff;
  color: #004579;
}
.button--white:hover {
  background: #EE7623;
  color: #ffffff;
}
.button--keyline {
  background: none;
  color: #000000;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.button--keyline:hover {
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid #EE7623;
}
.button--keyline-reverse {
  background: none;
  color: #ffffff;
  border: 1px solid #ffffff;
}
.button--keyline-reverse:hover {
  background: rgba(0, 0, 0, 0.2);
}
.button--small {
  padding: 10px 15px;
}
.button--full {
  max-width: 100%;
}
.button--outline-reverse {
  background: none;
  color: #ffffff;
  border: 1px solid #ffffff;
}
.button--outline-reverse:hover {
  background: rgba(0, 0, 0, 0.2);
}

.website-link {
  display: block;
  margin-top: 30px;
}
.website-link a {
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  text-decoration: none;
  font-size: 2.5rem;
  color: #004579;
  margin-bottom: 50px;
}
.website-link a:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #004579;
  margin-top: 0px;
}

.career-links {
  display: flex;
  flex-direction: row;
  column-gap: 20px;
  align-items: center;
  justify-content: center;
  column-gap: 20px;
  row-gap: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .career-links {
    flex-direction: column;
    row-gap: 20px;
  }
}

.career-link {
  display: block;
  text-align: center;
  background: #004579;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  font-size: 2rem;
  color: #ffffff;
  display: flex;
  flex-direction: row;
  column-gap: 10px;
  align-items: center;
}
.career-link:before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background-image: url("../images/icons/icon-careers.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.career-link:hover {
  background: #002846;
}

.linkedin-link {
  display: block;
  text-align: center;
  background: #004579;
  padding: 10px 30px;
  text-align: center;
  text-decoration: none;
  font-size: 2rem;
  color: #ffffff;
  display: flex;
  flex-direction: row;
  column-gap: 10px;
  align-items: center;
}
.linkedin-link:before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background-image: url("../images/icons/icon-linkedin.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.linkedin-link:hover {
  background: #002846;
}

.join-link {
  display: block;
  text-align: center;
  background: #004579;
  padding: 10px 30px;
  text-align: center;
  text-decoration: none;
  font-size: 2rem;
  color: #ffffff;
  display: flex;
  flex-direction: row;
  column-gap: 10px;
  max-width: 200px;
  margin: 40px auto;
  display: block;
}
.join-link:hover {
  background: #002846;
}

.swiper-button-prev, .swiper-button-next {
  width: 50px;
  height: 50px;
  border: 1px solid #bfbfbf;
  top: calc(50% - 50px);
  background: #ffffff;
  background-size: 20px 20px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
  opacity: 0;
}
.swiper-button-prev:after, .swiper-button-next:after {
  display: none;
}

.swiper-button-prev {
  left: 0;
  background-image: url("icon-arrow-left.svg");
}

.swiper-button-next {
  right: 0;
  background-image: url("icon-arrow-right.svg");
}

.swiper-pagination {
  top: auto !important;
  bottom: 0 !important;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.1);
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #EE7623;
}

.transition {
  width: 100vw;
  height: 0;
  background-color: #cad4a5;
  position: fixed;
  bottom: 0;
  z-index: 9999;
}

.block-stat {
  text-align: center;
}
.block-stat h2 {
  font-size: 5rem;
}

.media-text {
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .media-text {
    overflow-x: hidden;
  }
}
@media (min-width: 768px) {
  .media-text {
    min-height: 600px;
    display: flex;
    align-items: center;
  }
}
.media-text.margin--top {
  margin-top: 50px;
}
.media-text.margin--bottom {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .media-text.size--large {
    min-height: 800px;
  }
}
.media-text.background--grey {
  background-color: #e4e6e4;
}
.media-text.background--white {
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .media-text.background--white {
    padding-top: 50px;
  }
}
.media-text.background--green {
  background-color: #526859;
  color: #ffffff;
}
@media (max-width: 767px) {
  .media-text.background--green {
    padding-top: 50px;
  }
}
.media-text__text {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  max-width: none;
}
@media (min-width: 768px) {
  .media-text__text {
    margin-left: 50%;
    margin-right: auto;
    width: 50%;
    max-width: 600px;
  }
}
.media-text__text .container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  z-index: 998;
  height: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .media-text__text .container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .media-text__text .container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1200px) {
  .media-text__text .container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (min-width: 1500px) {
  .media-text__text .container {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (min-width: 768px) {
  .media--large .media-text__text {
    width: 450px;
    margin-left: calc(100% - 450px);
  }
}
@media (min-width: 768px) {
  .media--right .media-text__text {
    margin-left: auto;
    margin-right: 50%;
  }
}
@media (min-width: 768px) {
  .media--right.media--large .media-text__text {
    width: 450px;
    margin-right: calc(100% - 450px);
  }
}
.media-text__media {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 50%;
  z-index: 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .media-text__media {
    position: relative;
    left: 0;
    right: 0;
    width: 100%;
    min-height: 400px;
  }
}
.media--large .media-text__media {
  right: 450px;
}
.media--right .media-text__media {
  left: 50%;
  right: 0;
}
@media (max-width: 767px) {
  .media--right .media-text__media {
    right: auto;
    left: 0;
  }
}
.media--right.media--large .media-text__media {
  left: 450px;
  right: 0;
}
@media (max-width: 767px) {
  .media--right.media--large .media-text__media {
    right: auto;
    left: 0;
  }
}
.media-text__background {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
@media (max-width: 767px) {
  .media-text__background {
    position: absolute;
    right: 0;
    left: auto;
    top: 0;
    width: 100%;
    height: 100%;
  }
}
.media-text__background img,
.media-text__background video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  margin: 0;
}
.media-text__background:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
@media (min-width: 768px) {
  .media--parallax .media-text__background {
    top: -100px;
    bottom: -100px;
  }
}
.media--right .media-text__background {
  left: 0;
  right: 0;
}
@media (max-width: 767px) {
  .media--right .media-text__background {
    left: 0;
    right: auto;
  }
}

.drag-slider {
  width: 100vw;
  position: relative;
  cursor: pointer;
}
.drag-slider__container {
  width: 100vw;
  height: 300px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .drag-slider__container {
    height: 450px;
  }
}
@media (min-width: 1200px) {
  .drag-slider__container {
    height: 600px;
  }
}
.drag-slider .slide {
  padding-right: 40px;
}
.drag-slider .slide img {
  height: 100%;
  max-height: 300px;
  width: auto;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .drag-slider .slide img {
    max-height: 450px;
  }
}
@media (min-width: 1200px) {
  .drag-slider .slide img {
    max-height: 600px;
  }
}
.drag-slider.active .drag-icon {
  opacity: 0;
}
.drag-slider .drag-icon {
  position: absolute;
  pointer-events: none;
  width: 60px;
  height: 64px;
  top: 20px;
  right: 110px;
  z-index: 10;
  display: block;
  transition: opacity 0.2s;
}
.drag-slider .drag-icon__circle {
  height: 64px;
  width: 64px;
  text-align: center;
  line-height: 64px;
  background: #fff;
  border-radius: 100%;
  overflow: hidden;
  display: block;
  z-index: 2;
  position: absolute;
  right: 0;
  top: 0;
  text-transform: uppercase;
  animation: drag-bounce 3s infinite cubic-bezier(0.325, 0.005, 0, 1.125);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  font-weight: 700;
}
.drag-slider .drag-icon__line {
  position: absolute;
  right: 60px;
  display: block;
  height: 1px;
  width: 200px;
  position: absolute;
  background: #fff;
  top: 50%;
}

.horizontal-slider {
  overscroll-behavior: none;
  position: relative;
  height: 3440px;
}
.horizontal-slider__container {
  display: flex;
  flex-wrap: nowrap;
  position: absolute;
  top: 0;
}
.horizontal-slider .h-slide {
  padding-right: 40px;
  flex-grow: 0;
  flex-shrink: 0;
}
.horizontal-slider .h-slide img {
  height: 100%;
  max-height: 600px;
  width: auto;
}

.media-overlay {
  position: relative;
  min-height: 400px;
  z-index: 2;
}
@media (max-width: 767px) {
  .media-overlay {
    overflow-x: clip;
  }
}
.media-overlay.margin--top {
  margin-top: 50px;
}
.media-overlay.margin--bottom {
  margin-bottom: 50px;
}
.media-overlay.background--grey {
  background-color: #e4e6e4;
}
@media (max-width: 767px) {
  .media-overlay.background--grey {
    padding-top: 50px;
  }
}
.media-overlay.background--blue {
  background: linear-gradient(180deg, #004579 0%, #005591 100%);
  color: #ffffff;
}
@media (max-width: 767px) {
  .media-overlay.background--blue {
    padding-top: 50px;
  }
}
.media-overlay__text {
  margin-left: 50%;
  margin-right: auto;
  width: 50%;
  max-width: 600px;
}
@media (max-width: 767px) {
  .media-overlay__text {
    width: 100%;
    margin-left: 0;
    max-width: none;
  }
}
.media-overlay__text .container {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  z-index: 998;
  height: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .media-overlay__text .container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .media-overlay__text .container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1200px) {
  .media-overlay__text .container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (min-width: 1500px) {
  .media-overlay__text .container {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.media--right .media-overlay__text {
  margin-left: auto;
  margin-right: 50%;
}
.media-overlay__media {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 50%;
  z-index: 0;
}
@media (max-width: 767px) {
  .media-overlay__media {
    position: relative;
    left: 0;
    right: 0;
    width: 100%;
    min-height: 400px;
  }
}
.media--right .media-overlay__media {
  left: 50%;
  right: 0;
}
@media (max-width: 767px) {
  .media--right .media-overlay__media {
    right: auto;
    left: 0;
  }
}
.media-overlay__background {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 150px;
}
@media (max-width: 767px) {
  .media-overlay__background {
    position: absolute;
    right: 20%;
    left: auto;
    top: 0;
    width: 100%;
    height: 100%;
  }
}
.media-overlay__background img,
.media-overlay__background video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  margin: 0;
}
.media-overlay__background:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.media--right .media-overlay__background {
  left: 150px;
  right: 0;
}
@media (max-width: 767px) {
  .media--right .media-overlay__background {
    left: 20%;
    right: auto;
  }
}
.media-overlay__overlay {
  position: absolute;
  right: 50px;
  left: auto;
  top: 20%;
  display: block;
  width: 30vw;
  height: 30vw;
  z-index: 2;
  box-shadow: 0 0 100px rgba(0, 0, 0, 0.6);
  border: 7px solid #ffffff;
}
@media (max-width: 767px) {
  .media-overlay__overlay {
    position: absolute;
    right: 30px;
    left: auto;
    top: 50%;
    width: 70%;
    height: 70%;
    transform: translateY(-50%);
  }
}
.media-overlay__overlay img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  margin: 0;
}
.media--right .media-overlay__overlay {
  left: 50px;
  right: auto;
}
@media (max-width: 767px) {
  .media--right .media-overlay__overlay {
    right: auto;
    left: 30px;
  }
}

.cover {
  color: #ffffff;
  height: calc(100vh - 120px);
  position: relative;
  overflow: hidden;
  min-height: 600px;
}
.cover h1 {
  font-size: 8rem;
  font-weight: 500;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .cover h1 {
    font-size: 7rem;
  }
}
@media (max-width: 767px) {
  .cover h1 {
    font-size: 4rem;
  }
}
.cover.size--small {
  height: 70vh;
}
@media (max-width: 767px) {
  .cover.size--small {
    height: 400px;
    min-height: 400px;
  }
}
.cover .scroll-indicator {
  border-radius: 999px;
  width: 40px;
  height: 40px;
  border: 2px solid #ffffff;
  background: url("/assets/images/icons/icon-arrow-down--white.svg");
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.cover__background {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-color: #000000;
}
.size--small .cover__background {
  top: -100px;
  bottom: -100px;
}
.cover__background img, .cover__background video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0;
}
.cover__background:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.2);
}
.cover__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: calc(100% - 100px);
  margin-top: 0;
  min-height: 500px;
}
@media (max-width: 767px) {
  .cover__content {
    min-height: 300px;
  }
}

.slides {
  position: relative;
  background: #004579;
  height: auto;
}
.slides__media {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100vh;
}
@media (min-width: 768px) {
  .slides__media {
    width: 50vw;
    left: 50vw;
  }
}
.slides__content {
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .slides__content {
    width: 50%;
  }
}
.slides .slide-content {
  height: 100vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  padding-left: 50px;
  padding-right: 50px;
}
.slides .slide-content__text {
  max-width: 400px;
}
.slides .slide-content__text h2 {
  font-size: 3.2rem;
}
.slides .slide-media {
  height: 100vh;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 300ms cubic-bezier(0.25, 1, 0.2, 1);
}
.slides .slide-media figure {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
}
@media (max-width: 991px) {
  .slides .slide-media figure:after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    background: rgba(0, 0, 0, 0.3);
  }
}
.slides .slide-media figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.brands-carousel h2 {
  margin-bottom: 50px;
}
.brands-carousel .brand {
  background: #ffffff;
  height: 400px;
  width: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px;
}
.brands-carousel .brand img {
  max-width: 150px;
}
@media (max-width: 767px) {
  .brands-carousel .brand {
    padding: 20px;
    height: 200px;
  }
}

.brands-gallery {
  position: relative;
  background-color: #191b19;
  margin-top: 150px;
}
@media (max-width: 767px) {
  .brands-gallery {
    overflow-x: hidden;
  }
}
.brands-gallery.active .drag-icon {
  display: none;
}
.brands-gallery .brand {
  width: 100%;
  background: gold; /** <-- For the demo **/
  overflow: hidden;
}
.brands-gallery .brand figure {
  padding-bottom: 150%;
}
.brands-gallery .brand figure img {
  position: absolute;
  object-fit: cover;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 300ms cubic-bezier(0.25, 1, 0.2, 1);
  transition-duration: 1s;
}
.brands-gallery .brand figure:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000000;
  opacity: 0.3;
  transition: all 300ms cubic-bezier(0.25, 1, 0.2, 1);
  transition-duration: 1s;
}
.brands-gallery .brand .logo {
  position: absolute;
  left: 30px;
  bottom: 30px;
  width: 40%;
}
.brands-gallery .brand:hover figure img {
  transform: scale(1.1);
}
.brands-gallery .brand:hover figure:after {
  opacity: 0.4;
}

.drag-icon {
  position: absolute;
  pointer-events: none;
  width: 60px;
  height: 64px;
  top: calc(50% - 32px);
  right: 50px;
  z-index: 10;
  display: block;
  transition: opacity 0.2s;
}
.drag-icon__circle {
  height: 64px;
  width: 64px;
  text-align: center;
  line-height: 64px;
  background: #fff;
  border-radius: 100%;
  overflow: hidden;
  display: block;
  z-index: 2;
  position: absolute;
  right: 0;
  top: 0;
  text-transform: uppercase;
  animation: drag-bounce 3s infinite cubic-bezier(0.325, 0.005, 0, 1.125);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  font-weight: 700;
}
.drag-icon__line {
  position: absolute;
  right: 0;
  display: block;
  height: 1px;
  width: 200px;
  position: absolute;
  background: #fff;
  top: 50%;
  display: none;
}

.hills-quote {
  height: 80vh;
  display: block;
  background-image: url("../images/brand/hills-background.jpg");
  background-size: cover;
  background-position: bottom;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .hills-quote {
    max-height: 300px;
  }
}
.hills-quote__foreground {
  position: absolute;
  bottom: -50px;
}
@media (max-width: 767px) {
  .hills-quote__foreground {
    left: -100px;
    right: -100px;
  }
}
.hills-quote .container {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 2;
  position: relative;
}
.hills-quote blockquote {
  background: none;
  color: #ffffff;
  font-size: 4rem;
  background: none;
}
@media (max-width: 767px) {
  .hills-quote blockquote {
    font-size: 2rem;
  }
}

.brands-list {
  background-color: #ffffff;
  padding-bottom: 200px;
}
.brands-list__intro {
  margin: 0 auto;
  max-width: 600px;
  padding: 100px 0 100px 0;
  text-align: center;
  color: #8c8c8c;
}
.brands-list__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 30px;
  row-gap: 30px;
}
@media (max-width: 767px) {
  .brands-list__list {
    display: flex;
    flex-direction: column;
  }
}
.brands-list__item {
  width: 100%;
  position: relative;
  text-decoration: none;
  color: #000000;
}
.brands-list__item h3 {
  margin: 10px 20px;
  font-size: 1.8rem;
  text-decoration: none;
  font-weight: 500;
}
.brands-list__item .logo {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 1;
  transition: all 800ms cubic-bezier(0.25, 1, 0.2, 1);
}
.brands-list__item .logo img {
  width: 40%;
  height: auto;
}
.brands-list__item figure {
  position: relative;
  width: 100%;
  height: auto;
  padding-bottom: 70%;
  display: block;
  overflow: hidden;
}
.brands-list__item figure img {
  position: absolute;
  top: -100px;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 150%;
  object-fit: cover;
}
.brands-list__item figure:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #004579;
  opacity: 0.3;
  transition: opacity 800ms cubic-bezier(0.25, 1, 0.2, 1);
}
.brands-list__item:hover figure:after {
  opacity: 0.5;
}
.brands-list__item:nth-child(even) {
  transform: translateY(100px);
}
@media (max-width: 767px) {
  .brands-list__item:nth-child(even) {
    transform: none;
  }
}

.where-to-buy-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  column-gap: 20px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.team {
  padding-top: 80px;
  padding-bottom: 80px;
}
.team h2 {
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
}
.team article {
  text-wrap: pretty;
}
.team article img {
  margin-bottom: 20px;
}
.team article h3 {
  margin-bottom: 0;
}
.team__grid-chief {
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 30px;
  row-gap: 30px;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .team__grid-chief {
    grid-template-columns: 1fr 1fr;
  }
}
.team__grid {
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 30px;
  row-gap: 30px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .team__grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 992px) {
  .team__grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.vision {
  padding-top: 80px;
  padding-bottom: 80px;
}
.vision .container {
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 30px;
  row-gap: 30px;
}
@media (min-width: 992px) {
  .vision .container {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.vision__statement {
  text-align: center;
}

.griffon-logo {
  width: 300px;
  margin-top: 20px;
  margin-bottom: 30px;
}

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