/*! normalize.css v8.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 iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  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;
}

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

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

/*
------------------------------------------------------------------------------------------------
  _site_variables.scss - SASS VARIABLES AND MIXINS
------------------------------------------------------------------------------------------------
  Created:  20-04-2023
  Author:   Ember Interactive (www.emberinteractive.co.uk)
  Website:  Ember Interactive Limited
------------------------------------------------------------------------------------------------
*/
/* Pacific7 Colours */
/* Fonts */
/* Breakpoints */
/* Z-indexes */
/* Mixins */
/* Reset all LIs that aren't in body content */
/* Override the bourbon mixin as ie8 doesn't support :: */
/* Add icon to element */
/* Hide text within icon link */
/* Switch Font smoothing settings */
/* Screen reader only text */
/* Calculate REM based on pixel input */
/**
 * Swiper 9.2.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: April 21, 2023
 */
/* FONT_START */
@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;
}
/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

.swiper,
swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

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

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

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

.swiper-horizontal {
  touch-action: pan-y;
}

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

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

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

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

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

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

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  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));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.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-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  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 {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  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-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:not(.swiper-watch-progress) .swiper-lazy-preloader,
swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .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-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-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 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-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
}

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

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}

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

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

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

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

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

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

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

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

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

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

/* Bullets */
.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: var(--swiper-pagination-bullet-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;
  -moz-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-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

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

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

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms 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: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
:host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
  /*ADD_HOST*/
}

.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-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

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

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

:root {
  /*
  --swiper-scrollbar-border-radius: 10px;
  --swiper-scrollbar-top: auto;
  --swiper-scrollbar-bottom: 4px;
  --swiper-scrollbar-left: auto;
  --swiper-scrollbar-right: 4px;
  --swiper-scrollbar-sides-offset: 1%;
  --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
  --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
  --swiper-scrollbar-size: 4px;
  */
}

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

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-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 > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

/* a11y */
.swiper .swiper-notification,
swiper-container .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-prev,
.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right {
  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-top,
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right {
  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;
}

/*
------------------------------------------------------------------------------------------------
  PACIFIC7 FRONT CSS - site_base.css
------------------------------------------------------------------------------------------------
  Created:  20-04-2023
  Author:   Ember Interactive (www.emberinteractive.co.uk)
  Website:  Ember Interactive Limited
------------------------------------------------------------------------------------------------
*/
/*
--------------------------------------------------------------------------------------- clrfix

------------------------------------------------------------------------------------------------
*/
.clr:after {
  clear: both;
  content: "";
  display: table;
}

/*
------------------------------------------------------------------------------------ HTML / BODY

------------------------------------------------------------------------------------------------
*/
html, body {
  max-height: 100%;
  min-height: 100%;
  height: 100%;
}

html {
  font-size: 16px;
  line-height: 1.5;
  font-family: "itc-avant-garde-gothic-pro", "Helvetica Neue", Helvetica, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 300;
  color: #25282d;
  min-width: 300px;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  margin: 0;
  padding: 0;
  font-size: 1rem;
}

@page {
  margin: 200px;
}
/* apply a natural box layout model to all elements, but allowing components to change */
html {
  box-sizing: border-box;
}

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

.skip-link {
  position: absolute;
  top: -999999em;
  left: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

img {
  margin: 0 0 22px 0;
  padding: 0;
}

img {
  max-width: 100%;
  height: auto;
  width: auto\9 ; /* ie8 */
}

.cta {
  text-transform: uppercase;
  text-align: center;
  display: block;
  padding: 16px 0;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
  font-weight: 500;
  color: #25282d;
  letter-spacing: 0.125em;
}
@media screen and (min-width: 45em) {
  .cta {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

/*
---------------------------------------------------------------------------------- TEXT DEFAULTS

------------------------------------------------------------------------------------------------
*/
/* Base Text */
p {
  margin: 0 0 1.25rem 0;
  padding: 0 4px 0 0;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.5;
  position: relative;
}
@media screen and (min-width: 30em) {
  p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 45em) {
  p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

p.larger,
.larger p {
  line-height: 1.4;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media screen and (min-width: 30em) {
  p.larger,
  .larger p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 45em) {
  p.larger,
  .larger p {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

p.largest,
.largest p {
  line-height: 1.4;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media screen and (min-width: 30em) {
  p.largest,
  .largest p {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media screen and (min-width: 45em) {
  p.largest,
  .largest p {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

p.smaller,
.smaller p,
.text-small {
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (min-width: 30em) {
  p.smaller,
  .smaller p,
  .text-small {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.uc {
  text-transform: uppercase;
}

.light {
  font-weight: 300;
}

.regular {
  font-weight: 400;
}

.bold {
  font-weight: 700;
}

.orange {
  color: #f28d01;
}

b, strong {
  font-weight: 600;
}

/* Links */
a {
  color: #f28d01;
  margin: 0;
  padding: 0;
  outline: none;
  text-decoration: none;
  word-wrap: break-word;
}

a:hover, a.active {
  text-decoration: none;
}

a:focus {
  outline: none;
}

a:focus {
  outline: 2px solid var(--focus-color, #348eda);
  outline-offset: 2px;
}

/* Remove focus for mouse users, but only in browsers that understand :focus-visible */
a:focus:not(:focus-visible) {
  outline: none;
}

a.link-on-orange {
  color: #25282d;
  text-decoration: underline;
  text-decoration-color: #fff;
  text-underline-offset: 6px;
}

a.link-on-grey {
  color: #fff;
  text-decoration: underline;
  text-decoration-color: #f28d01;
  text-underline-offset: 6px;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
  font-family: "itc-avant-garde-gothic-pro", "Helvetica Neue", Helvetica, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  line-height: 1.2;
  font-weight: 700;
  margin: 0;
  margin-bottom: 18px;
  margin-bottom: 1.25rem;
  position: relative;
  font-style: normal;
}

h1 a, h2 a, h3 a, h4 a {
  text-decoration: none;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover {
  text-decoration: underline;
}

h1, .h-1 {
  font-size: 24px;
  font-size: 1.5rem;
}

h2, .h-2 {
  font-size: 18px;
  font-size: 1.125rem;
}

h3, .h-3 {
  font-size: 16px;
  font-size: 1rem;
}

h4, .h-4 {
  font-size: 15px;
  font-size: 0.9375rem;
}

h5, .h-5 {
  font-size: 14px;
  font-size: 0.875rem;
}

h6, .h-6 {
  font-size: 14px;
  font-size: 0.875rem;
}

.h-hero {
  font-size: 24px;
  font-size: 1.5rem;
}

@media screen and (min-width: 45em) {
  h1, .h-1 {
    font-size: 36px;
    font-size: 2.25rem;
  }
  h2, .h-2 {
    font-size: 20px;
    font-size: 1.25rem;
  }
  h3, .h-3 {
    font-size: 17px;
    font-size: 1.0625rem;
  }
  h4, .h-4 {
    font-size: 16px;
    font-size: 1rem;
  }
  h5, .h-5 {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  h6, .h-6 {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .h-hero {
    font-size: 48px;
    font-size: 3rem;
  }
}
@media screen and (min-width: 58em) {
  .h-0 {
    font-size: 52px;
    font-size: 3.25rem;
  }
  h1, .h-1 {
    font-size: 34px;
    font-size: 2.125rem;
  }
  h2, .h-2 {
    font-size: 24px;
    font-size: 1.5rem;
  }
  h3, .h-3 {
    font-size: 20px;
    font-size: 1.25rem;
  }
  h4, .h-4 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.centered {
  text-align: center;
}

/*
----------------------------------------------------------------------------------------- TITLE

------------------------------------------------------------------------------------------------
*/
.title-block {
  background-color: #1a1a1a;
  color: #ffffff;
  text-align: center;
  /*padding-top:48px;*/
}
.title-block:after {
  clear: both;
  content: "";
  display: table;
}

.title-block.title-block-pale-grey {
  background-color: #e8e8e8;
  color: #25282d;
}

.title-block h2,
.title-block .h-2 {
  text-transform: uppercase;
  padding: 16px 0;
  font-size: 1.2em;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.125em;
  margin-bottom: 0;
}

.title-block p {
  font-weight: 300;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.8em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 45em) {
  .title-block p {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media screen and (min-width: 45em) {
  .title-block h2,
  .title-block .h-2 {
    font-size: 16px;
    font-size: 1rem;
  }
}
/*
----------------------------------------------------------------------------------------- LAYOUT

------------------------------------------------------------------------------------------------
*/
.row {
  padding: 0 16px;
  max-width: 1120px;
  margin: 0 auto;
}
.row:after {
  clear: both;
  content: "";
  display: table;
}
@media screen and (min-width: 45em) {
  .row {
    padding: 0 20px;
    max-width: 100%;
  }
}

.row-max {
  max-width: 1120px;
}

.row-thin {
  max-width: 960px;
}

.row-thinner {
  max-width: 820px;
}

.row-x-thin {
  max-width: 590px;
}

section {
  padding: 52px 0 52px 0;
}

.section-collapse {
  padding-top: 0;
  padding-bottom: 0;
}

.section-collapse-top {
  padding-top: 0;
}

.section-collapse-bottom {
  padding-bottom: 0;
}

.full-width, .full-width .row {
  padding-left: 0;
  padding-right: 0;
}

.section-bg-grey {
  background-color: #1e2024;
}

.section-bg-grey-pale {
  background-color: #e8e8e8;
}

.section-bg-orange {
  background-color: #ff940a;
}

/*
--------------------------------------------------------------------------------- CONTENT BLOCKS

------------------------------------------------------------------------------------------------
*/
.intro {
  background: #1a1a1a;
  color: #ffffff;
  padding-top: 30px;
  padding-bottom: 18px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.intro p {
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.intro .cta {
  display: none;
  color: #f28d01;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.intro-main {
  line-height: 1.5;
}

.intro-main span {
  background: linear-gradient(to right, #1a1a1a, #1a1a1a), linear-gradient(to right, #f28d01, #f28d01);
  background-size: 100% 100%, 0 100%;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.4s ease-out;
  padding: 0 10px;
}

.intro-main span.show {
  background-size: 0 100%, 100% 100%;
}

@media screen and (min-width: 45em) {
  .intro {
    padding-top: 80px;
    padding-bottom: 30px;
  }
  .row-max-thin {
    max-width: 960px;
  }
  .intro-main {
    padding-bottom: 50px;
  }
  .intro-main p {
    font-size: 3em;
    font-weight: 300;
  }
  .intro-subs:after {
    clear: both;
    content: "";
    display: table;
  }
  .intro-sub {
    padding-top: 16px;
    padding-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
    width: 50%;
    float: left;
  }
  .intro-sub p {
    max-width: 350px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
  }
  .intro .cta {
    padding-bottom: 80px;
  }
}
/*
--------------------------------------------------------------------------------- HIDE RECAPTCHA

------------------------------------------------------------------------------------------------
*/
.grecaptcha-badge {
  visibility: hidden;
}

/*
--------------------------------------------------------------------------------- SLIDE IN LIST

------------------------------------------------------------------------------------------------
*/
.js-slide-list {
  overflow: hidden;
}

.js-slide-list li {
  transform: translateX(60px);
  opacity: 0;
  transition: transform 0.4s cubic-bezier(0.09, 0.25, 0.4, 1), opacity 0.4s cubic-bezier(0.09, 0.25, 0.4, 1);
}

.services-split-rev .js-slide-list li {
  transform: translateX(-60px);
}

.js-slide-list li:nth-child(1) {
  transition-delay: 40ms;
}

.js-slide-list li:nth-child(2) {
  transition-delay: 80ms;
}

.js-slide-list li:nth-child(3) {
  transition-delay: 120ms;
}

.js-slide-list li:nth-child(4) {
  transition-delay: 160ms;
}

.js-slide-list li:nth-child(5) {
  transition-delay: 200ms;
}

.js-slide-list li:nth-child(6) {
  transition-delay: 240ms;
}

.js-slide-list li:nth-child(7) {
  transition-delay: 280ms;
}

.js-slide-list li:nth-child(8) {
  transition-delay: 320ms;
}

.js-slide-list li:nth-child(9) {
  transition-delay: 360ms;
}

.js-slide-list li:nth-child(10) {
  transition-delay: 400ms;
}

.js-slide-list li:nth-child(11) {
  transition-delay: 440ms;
}

.js-slide-list li:nth-child(12) {
  transition-delay: 480ms;
}

.js-slide-list.show li,
.services-split-rev .js-slide-list.show li {
  transform: translateX(0);
  opacity: 1;
}

.top-video {
  background-color: #1a1a1a;
  position: relative;
}

.js-parallax {
  position: relative;
  overflow: hidden;
}

.js-parallax-img {
  will-change: transform;
  transform: translateY(0);
}

.show-over-scroll {
  position: relative;
}

.scroll-btn {
  display: block;
  width: 2.5rem;
  height: 3.375rem;
  position: absolute;
  left: 50%;
  bottom: 1rem;
  transform: translate(-50% 0);
  color: #fff;
  background: transparent;
  border: 0;
  outline: none;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.scroll-btn svg {
  display: block;
  width: 100%;
  height: auto;
  fill: currentColor;
}

.intro-icon-container {
  display: inline-block;
  position: relative;
  padding-top: 30px;
}

.intro-icon-container .icon-squid {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 100%;
  height: auto;
  max-width: 60px;
  fill: #f28d01;
  transform: translate(14px, -4px);
}

@media screen and (min-width: 45em) {
  .intro-icon-container .icon-squid {
    transform: translate(18px, -2px);
    max-width: 70px;
  }
}
@media screen and (min-width: 58em) {
  .intro-icon-container .icon-squid {
    transform: translate(20px, -16px);
    max-width: 100px;
  }
}
.icon-crab {
  display: block;
  width: 100%;
  height: auto;
  max-width: 60px;
  fill: #f28d01;
  margin-bottom: 20px;
  transform: translateX(-10px);
}

.contact-icon-container {
  display: inline-block;
  position: relative;
  padding-right: 70px;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.contact-icon-container .icon-crab {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 100%;
  height: auto;
  max-width: 60px;
  fill: #f28d01;
  transform: translate(0, -10px);
}

/*
----------------------------------------------------------------------------- TYPE WRITER STYLES

------------------------------------------------------------------------------------------------
*/
.type-item {
  opacity: 0;
  position: relative;
}

.type-item.show {
  opacity: 1;
}

@keyframes cursoranim {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.type-item.active::after {
  /*content: '_';
  color:$white;
  display: block;
  position: absolute;
  bottom:0;
  right:-80%;*/
}

.js .type-on {
  opacity: 0;
}

.js .type-on.typing {
  opacity: 1;
}

.js .type-on-after-fade {
  opacity: 0;
}

.js .anim-type-on-after-fade .type-on-after-fade {
  transition: opacity 0.4s linear;
}

.js .show-type-on-after-fade .type-on-after-fade {
  opacity: 1;
}

.js .type-on.end-typing-anim .type-item {
  transition: opacity 0.2s linear;
}

.js .type-on.end-typing .type-item {
  opacity: 1 !important;
}

/*
------------------------------------------------------------------------------ CUSTOM CHECKBOXES

------------------------------------------------------------------------------------------------
*/
.custom-check,
.custom-radio {
  margin-top: 7px;
  padding-left: 13px;
}

.check-small,
.radio-small {
  padding-left: 14px;
}

.form-horizontal .custom-check,
.form-horizontal .custom-radio {
  padding-top: 7px;
}

.custom-check input[type=checkbox]:checked,
.custom-check input[type=checkbox]:not(checked),
.custom-radio input[type=radio]:checked,
.custom-radio input[type=radio]:not(checked),
.form-inline .custom-check input[type=checkbox]:checked,
.form-inline .custom-check input[type=checkbox]:not(checked),
.form-inline .custom-radio input[type=radio]:checked,
.form-inline .custom-radio input[type=radio]:not(checked) {
  width: 22px;
  height: 22px;
  margin: 0 0 0 -22px;
  padding: 0;
  opacity: 0;
  position: absolute;
  z-index: 1;
  cursor: pointer;
}

.check-small input[type=checkbox]:checked,
.check-small input[type=checkbox]:not(checked),
.radio-small input[type=radio]:checked,
.radio-small input[type=radio]:not(checked),
.form-inline .check-small input[type=checkbox]:checked,
.form-inline .check-small input[type=checkbox]:not(checked),
.form-inline .radio-small input[type=radio]:checked,
.form-inline .radio-small input[type=radio]:not(checked) {
  width: 14px;
  height: 14px;
  margin-left: -14px;
}

.custom-check label,
.custom-radio label,
.form-inline .custom-check label,
.form-inline .custom-radio label {
  position: relative;
  padding-left: 8px;
  line-height: 22px;
}

.custom-check label:before, .custom-radio label:before {
  content: "";
  display: inline-block;
  background-image: url("../img/checkbox-sprite-green.png");
  background-repeat: no-repeat;
  width: 22px;
  height: 22px;
  margin-right: 8px;
  position: absolute;
  left: -23px;
  top: 0;
}
@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi), (min-resolution: 1.25dppx) {
  .custom-check label:before, .custom-radio label:before {
    background-image: url("../img/retina/checkbox-sprite-green.png");
    background-size: 182px 150px;
  }
}

.check-small label:before,
.radio-small label:before {
  width: 14px;
  height: 14px;
  left: -14px;
  top: 4px;
}

.custom-check label:before {
  background-position: 0 0;
}

.custom-radio label:before {
  background-position: 0 -50px;
}

.check-small label:before {
  background-position: 0 -100px;
}

.radio-small label:before {
  background-position: 0 -125px;
}

.error .custom-check label:before {
  background-position: -130px 0;
}

.error .custom-radio label:before {
  background-position: -130px -50px;
}

.error .check-small label:before {
  background-position: -130px -100px;
}

.error .radio-small label:before {
  background-position: -130px -125px;
}

/*.custom-check label.error:before,
.form-horizontal .custom-check label.error:before,
.custom-radio label.error:before,
.form-horizontal .custom-radio label.error:before {
  display:none;
}

.custom-check label.error,
.form-horizontal .custom-check label.error,
.custom-radio label.error,
.form-horizontal .custom-radio label.error {
  padding-left:8px;
  display:block;
}*/
.custom-check + label.error,
.custom-radio + label.error {
  width: 100%;
  clear: both;
}

.custom-check input[type=checkbox]:hover + label:before {
  background-position: -26px 0;
}

.custom-radio input[type=radio]:hover + label:before {
  background-position: -26px -50px;
}

.check-small input[type=checkbox]:hover + label:before {
  background-position: -26px -100px;
}

.radio-small input[type=radio]:hover + label:before {
  background-position: -26px -125px;
}

.custom-check input[type=checkbox]:focus + label:before {
  background-position: -156px 0;
}

.custom-radio input[type=radio]:focus + label:before {
  background-position: -156px -50px;
}

.check-small input[type=checkbox]:focus + label:before {
  background-position: -156px -100px;
}

.radio-small input[type=radio]:focus + label:before {
  background-position: -156px -125px;
}

.custom-check input[type=checkbox]:checked + label:before,
.custom-check input[type=checkbox]:checked:hover + label:before,
.custom-check input[type=checkbox]:checked:focus + label:before {
  background-position: -52px 0;
}

.custom-radio input[type=radio]:checked + label:before,
.custom-radio input[type=radio]:checked:hover + label:before,
.custom-radio input[type=radio]:checked:focus + label:before {
  background-position: -52px -50px;
}

.check-small input[type=checkbox]:checked + label:before,
.check-small input[type=checkbox]:checked:hover + label:before,
.check-small input[type=checkbox]:checked:focus + label:before {
  background-position: -52px -100px;
}

.radio-small input[type=radio]:checked + label:before,
.radio-small input[type=radio]:checked:hover + label:before,
.radio-small input[type=radio]:checked:focus + label:before {
  background-position: -52px -125px;
}

.custom-check input[type=checkbox]:disabled + label:before {
  background-position: -78px 0;
}

.custom-radio input[type=radio]:disabled + label:before {
  background-position: -78px -50px;
}

.check-small input[type=checkbox]:disabled + label:before {
  background-position: -78px -100px;
}

.radio-small input[type=radio]:disabled + label:before {
  background-position: -78px -125px;
}

.custom-check input[type=checkbox]:disabled:checked + label:before {
  background-position: -104px 0;
}

.custom-radio input[type=radio]:disabled:checked + label:before {
  background-position: -104px -50px;
}

.check-small input[type=checkbox]:disabled:checked + label:before {
  background-position: -104px -100px;
}

.radio-small input[type=radio]:disabled:checked + label:before {
  background-position: -104px -125px;
}

/*
--------------------------------------------------------------------------------- COOKIE WARNING

------------------------------------------------------------------------------------------------
*/
@keyframes cookieSlideUp {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes cookieSlideUpB {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
.cookie-warning {
  padding: 12px 15px;
  background: #1e2024;
  text-align: center;
  color: #ffffff;
}

.cookie-warning-message {
  margin-bottom: 10px;
}

.cookie-warning p {
  margin-bottom: 0;
}

.cookie-warning-action {
  min-width: 100px;
}

.cookie-warning .btn {
  margin: 0;
}

@media screen and (min-width: 45em) {
  .cookie-warning-grid {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .cookie-warning-message {
    margin-bottom: 0;
  }
  .cookie-warning-action {
    text-align: right;
  }
}
/* DISMISSED */
.cookie-dismissed .cookie-warning-wrapper {
  display: none;
}

.cookie-wrapper-hide .cookie-warning {
  animation: none;
  transform: translateY(100%);
}

.cookie-wrapper-show .cookie-warning,
.cookie-wrapper-hide.cookie-wrapper-show .cookie-warning {
  transform: translateY(100%);
  animation: cookieSlideUpB 0.4s 0.1s ease-out;
  animation-fill-mode: forwards;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

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

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

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

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-arrow:before, .mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

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

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

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

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

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

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

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    transform-origin: 0;
  }
  .mfp-arrow-right {
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

.btn {
  font-family: "itc-avant-garde-gothic-pro", "Helvetica Neue", Helvetica, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 16px;
  line-height: 1.33333333;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 9px 16px 8px 16px;
  margin: 0 20px 16px 0;
  background-color: #f28d01;
  border: 1px solid #f28d01;
  color: #ffffff;
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  white-space: nowrap;
  cursor: pointer;
  outline: none;
  transition: background-color 100ms linear, color 100ms linear, border-color 100ms linear;
  text-decoration: none;
  border-radius: 0;
  position: relative;
  width: auto;
}

.btn.btn-lrg {
  font-size: 18px;
  padding: 8px 18px 8px 18px;
  letter-spacing: 0.075em;
}

.btn:enabled:hover,
a:hover .btn,
.btn:enabled:focus,
.btn:enabled:focus:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #f28d01;
}

.btn:disabled {
  opacity: 0.3;
}

.btn.btn-primary:hover,
a:hover .btn.btn-primary,
.btn.btn-primary:focus,
.btn.btn-primary:focus:hover {
  background-color: #ff7b16;
  border-color: #ff7b16;
  color: #ffffff;
}

.btn-secondary {
  background-color: #393c41;
  border-color: #393c41;
}

.btn-outline {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
  border-radius: 0;
}

.btn-outline:hover,
.btn-outline:focus {
  color: #f28d01;
  background-color: #ffffff;
  border-color: #ffffff;
}

.btn:focus {
  outline: 2px solid var(--focus-color, #348eda);
  outline-offset: 2px;
}

/* Remove focus for mouse users, but only in browsers that understand :focus-visible */
.btn:focus:not(:focus-visible) {
  outline: none;
}

/*
----------------------------------------------------------------------------------- SITE OVERLAY

------------------------------------------------------------------------------------------------
*/
.overlay {
  position: fixed;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  height: 0;
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
  z-index: 2000;
}

.overlay.overlay-visible {
  bottom: 0;
  height: auto;
}

.overlay.overlay-animating {
  opacity: 0.6;
}

.overlay:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #1a1a1a;
}

.header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2008;
}

.header-offset {
  min-height: 62px;
  background-color: #1a1a1a;
}

.header-inner {
  display: flex;
}

.header::before {
  content: "";
  position: absolute;
  top: -8px;
  right: -8px;
  left: -8px;
  height: 62px;
  background: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 98%);
  opacity: 0.9;
  filter: blur(8px);
  transform-origin: 0 0;
  transition: transform 0.2s ease-in-out;
}

.scrolled .header::before {
  transform: scaleY(0.75);
}

.header .logo {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2010;
  display: block;
  box-sizing: border-box;
  padding: 16px;
  transition: padding 0.2s ease-in-out;
  pointer-events: all;
}

.scrolled .logo {
  padding-top: 10px;
  padding-bottom: 10px;
}

.header .logo img {
  display: block;
  height: 20px;
  width: auto;
  margin: 0;
}

.menu-btn-container {
  position: absolute;
  top: 0;
  right: 16px;
  padding-top: 6px;
  transition: padding 0.2s ease-in-out;
}

@media screen and (min-width: 45em) {
  .header::before {
    height: 85px;
  }
  .header-offset {
    min-height: 75px;
  }
  .header .logo img {
    height: 27px;
  }
  .header .logo {
    padding: 24px 20px;
  }
  .scrolled .logo {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .menu-btn-container {
    padding-top: 16px;
  }
  .scrolled .menu-btn-container {
    padding-top: 8px;
  }
}
@media screen and (min-width: 58em) {
  .header::before {
    height: 116px;
  }
  .header-offset {
    min-height: 106px;
  }
  .header .logo img {
    height: 34px;
  }
  .header .logo {
    padding: 36px 20px;
  }
  .scrolled .logo {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .menu-btn-container {
    padding-top: 30px;
  }
  .scrolled .menu-btn-container {
    padding-top: 16px;
  }
}
.menu-btn {
  pointer-events: all;
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 45em) {
  .menu-btn {
    right: 20px;
  }
}

.menu-btn::before {
  content: "";
  position: absolute;
  top: -20px;
  right: -20px;
  bottom: -10px;
  left: -20px;
}

.menu-btn-box {
  width: 28px;
  height: 4px;
  position: relative;
}

.menu-btn-line {
  width: 28px;
  height: 4px;
  background-color: #fff;
  position: absolute;
}

.menu-btn-line-a,
.menu-btn-line-b {
  transition: transform 0.075s ease-in-out;
}

.menu-btn-line-c {
  transition: opacity 0.075s ease-in-out;
}

.menu-btn-line-a {
  transform: translate(0, -10px);
}

.menu-btn-line-b {
  transform: translate(0, 10px);
}

/* BUTTON ANIMATION */
.show-menu .menu-btn .menu-btn-line-a {
  transform: rotate(45deg) translate(0, 0);
}

.show-menu .menu-btn .menu-btn-line-b {
  transform: rotate(-45deg) translate(0, 0);
}

.show-menu .menu-btn .menu-btn-line-c {
  opacity: 0;
}

.main-nav-container {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2009;
  display: flex;
  justify-content: flex-end;
  pointer-events: none;
}

.show-menu .main-nav-container {
  pointer-events: all;
}

.main-nav {
  box-sizing: border-box;
  flex: 1;
  min-height: 100vh;
  padding: 80px 0 40px 0;
  background-color: #1a1a1a;
  transform: translateX(100%);
}

@media screen and (min-width: 45em) {
  .main-nav {
    max-width: 400px;
  }
}
.animate-menu-in .main-nav {
  transition: transform 0.4s cubic-bezier(0.2, 0, 0.4, 1);
}

.animate-menu-out .main-nav {
  transition: transform 0.4s cubic-bezier(0.6, 0, 0.8, 1);
}

.show-menu .main-nav {
  transform: translateX(0);
}

.main-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 28px;
  font-size: 1.75rem;
  font-family: "itc-avant-garde-gothic-pro", "Helvetica Neue", Helvetica, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 500;
}

.main-nav ul a {
  text-decoration: none;
  color: #fff;
  display: block;
  padding: 6px 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.main-nav ul ul {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  border: 0 !important;
  white-space: nowrap !important;
}

@media screen and (min-width: 45em) {
  .main-nav ul {
    font-size: 38px;
    font-size: 2.375rem;
  }
  .main-nav ul a {
    padding: 6px 40px;
  }
}
@media screen and (min-width: 58em) {
  .main-nav ul {
    font-size: 42px;
    font-size: 2.625rem;
  }
  .main-nav ul a {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media all and (max-height: 600px) {
  .main-nav ul {
    font-size: 38px;
    font-size: 2.375rem;
  }
}
/* UNDERLINES */
.main-nav ul a span {
  position: relative;
}

.main-nav ul a span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #f28d01;
  transform-origin: 0 0;
  transform: scaleX(0);
  transition: transform 0.2s ease-in-out;
}

.main-nav ul a:hover span::after {
  transform: scaleX(1);
}

/*
----------------------------------------------------------------------------------------- FOOTER

------------------------------------------------------------------------------------------------
*/
.footer-content {
  background-color: #1e2024;
  color: #ffffff;
  padding: 50px 0 40px 0;
  border-top: 1px solid #79797b;
}

.footer a {
  color: #fff;
}

.footer-logo {
  display: block;
  width: 56px;
}

.footer-logo img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 22px;
}

.footer-contact-nav {
  list-style: none;
  margin: 0 0 24px 0;
  padding: 0;
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (min-width: 30em) {
  .footer-contact-nav {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media screen and (min-width: 45em) {
  .footer-grid {
    display: flex;
    gap: 20px;
    justify-content: space-between;
  }
  .footer-content-grid {
    display: flex;
    gap: 40px;
  }
}
.footer-copy {
  padding: 10px 0;
  background-color: #1a1a1a;
  color: #666666;
  box-shadow: 0 500px 0px 500px #1a1a1a;
}

.footer-copy a {
  color: #666666;
}

.footer-copy-content {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}

.footer-copy p {
  margin-bottom: 0;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 26px;
  vertical-align: middle;
}

.footer-logos {
  list-style: none;
  display: flex;
  gap: 20px;
  margin: 0;
  padding: 0;
}

.footer-logos li {
  margin: 0;
  padding: 0;
}

.footer-logos li img {
  display: block;
  width: auto;
  height: 100%;
  max-height: 70px;
  margin: 0;
}

/*
----------------------------------------------------------------------------------------- FOOTER

------------------------------------------------------------------------------------------------
*/
.footer-float {
  background-color: #1e2024;
  color: #79797b;
  position: fixed;
  transition: bottom 0.4s ease-in-out;
  bottom: -110px;
  width: 100%;
  z-index: 500;
  text-align: center;
  color: #ffffff;
  padding: 10px 0;
  display: none;
}
@media screen and (min-width: 49em) {
  .footer-float {
    display: block;
  }
}

.footer-float p {
  margin-bottom: 0;
  font-size: 16px;
  font-size: 1rem;
}

.footer-float span a {
  display: inline-block;
  padding: 0 0 0 28px;
  color: #ffffff;
}

.footer-float span a:hover {
  color: #f28d01;
}

.footer-float .btn {
  margin: 0 0 0 28px;
}

.cookie-dismissed .footer-float {
  padding-bottom: 10px;
  bottom: -60px;
}

.footer-float-show .footer-float,
.cookie-dismissed .footer-float-show .footer-float {
  bottom: 0;
}

/*
------------------------------------------------------------------------------------- HOME VIDEO

------------------------------------------------------------------------------------------------
*/
.vimeo-bg {
  position: relative;
  background-color: #1a1a1a;
  overflow: hidden;
  background-size: cover;
  background-position: 50% 50%;
  width: 100%;
  aspect-ratio: 16/9;
  max-height: 100vh;
}

.vimeo-bg iframe {
  width: 100vw;
  height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.vimeo-bg-content {
  color: #ffffff;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 30px;
}
.caption-title.vimeo-bg-content-main,
.caption-title.vimeo-bg-content-sub {
  color: #fff;
  text-transform: uppercase;
  line-height: 1.2;
  padding: 10px 30px;
  margin-bottom: 10px;
  font-size: 1.3em;
  font-weight: 300;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 30em) {
  .caption-title.vimeo-bg-content-main,
  .caption-title.vimeo-bg-content-sub {
    font-size: 2em;
  }
}
@media screen and (min-width: 45em) {
  .caption-title.vimeo-bg-content-main,
  .caption-title.vimeo-bg-content-sub {
    font-size: 3em;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 60em) {
  .caption-title.vimeo-bg-content-main,
  .caption-title.vimeo-bg-content-sub {
    font-size: 5em;
    padding: 20px 40px;
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 30em) {
  .caption-title.caption-title-smaller.vimeo-bg-content-main {
    font-size: 2.6em;
  }
}
@media screen and (min-width: 45em) {
  .caption-title.caption-title-smaller.vimeo-bg-content-main {
    font-size: 3em;
  }
}
@media screen and (min-width: 60em) {
  .caption-title.caption-title-smaller.vimeo-bg-content-main {
    font-size: 4em;
  }
}

.swiper-slide {
  background-color: #393c41;
}

.js .swiper-slide .work-grid-img {
  opacity: 1;
}

.swiper-slide a {
  text-decoration: none;
  color: #fff;
  position: relative;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
}

.swiper-slide .work-grid-item {
  width: 100%;
  min-height: 0;
  padding-top: 56%;
}

.swiper {
  margin-bottom: 20px;
}

.swiper-button-prev,
.swiper-button-next {
  color: #fff;
  top: 0;
  bottom: 0;
  height: auto;
  width: 56px;
  margin-top: 0;
}

.swiper-button-prev {
  left: 0;
}

.swiper-button-next {
  right: 0;
}

.swiper-slide .caption {
  padding-left: 20px;
  padding-right: 20px;
}

@media all and (min-width: 720px) {
  .swiper-slide .caption {
    padding-left: 60px;
    padding-right: 60px;
  }
}
/*
----------------------------------------------------------------------------------- CLIENTS

------------------------------------------------------------------------------------------------
*/
.client-list,
.feature-client-list {
  background-color: #e8e8e8;
}

.client-list.client-list-dark {
  background-color: #1a1a1a;
}

.client-list.client-list-dark .cta {
  color: white;
}

.client-list h1,
.feature-client-list h1 {
  margin-bottom: 50px;
}

.client-logos {
  display: flex;
  flex-wrap: wrap;
}

.client-logos-item {
  box-sizing: border-box;
  flex: 0 0 50%;
  padding: 0 10px;
}

.client-logos-item img {
  display: block;
  width: 100%;
  height: auto;
  margin: 12px 0;
}

@media screen and (min-width: 30em) {
  .client-logos-item {
    flex: 0 0 33.3333%;
  }
}
@media screen and (min-width: 45em) {
  .client-logos-item {
    flex: 0 0 25%;
  }
}
@media screen and (min-width: 60em) {
  .client-logos-item {
    flex: 0 0 16.6666%;
  }
  .feature-client-list .client-logos-item {
    flex: 0 0 50%;
  }
}
@media screen and (min-width: 63em) {
  .feature-client-list .client-logos-item {
    flex: 0 0 33.3333%;
  }
}
.js .js-client-list .client-logos-item img {
  opacity: 0;
  transform: translateY(100px);
}

.js .js-client-list .client-logos-item.show img {
  transition: opacity 0.3s cubic-bezier(0, 0, 0.4, 1), transform 0.3s cubic-bezier(0, 0, 0.4, 1);
  opacity: 1;
  transform: translateY(0);
}

.caption {
  position: relative;
  padding: 0 16px 1px 16px;
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-49.5%);
  box-sizing: border-box;
}

.caption-title,
.caption-title-small {
  color: #f28d01;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  margin-bottom: 0;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.4);
}

.caption-sub,
.caption-sub-small {
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.125rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.4);
  font-weight: 300;
  line-height: 1;
}

.caption-head {
  margin-bottom: 32px;
}

.caption-head .caption-sub,
.caption-head .caption-sub-small {
  margin-bottom: 8px;
}

@media screen and (min-width: 45em) {
  .caption-title {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .caption-sub {
    font-size: 32px;
    font-size: 2rem;
  }
}
@media screen and (min-width: 60em) {
  .caption {
    padding: 0 30px 1px 30px;
  }
  .caption-title {
    font-size: 22px;
    font-size: 1.375rem;
  }
  .caption-sub {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 70em) {
  .caption-title {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .caption-sub {
    font-size: 46px;
    font-size: 2.875rem;
  }
}
.work-grid-item:hover .caption:after {
  background-position: -150px -100px;
}

.work-grid-content:before {
  content: "";
  display: inline-block;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000000;
  opacity: 0.4;
}

.work-grid {
  padding: 0;
  background-color: #1a1a1a;
}

.work-grid-item {
  display: block;
  text-align: left;
  position: relative;
  color: #ffffff;
  min-height: 240px;
  background: linear-gradient(345deg, rgb(36, 39, 43) 0%, rgb(40, 43, 47) 100%);
}
@media screen and (min-width: 60em) {
  .work-grid-item {
    min-height: 320px;
  }
}
@media screen and (min-width: 80em) {
  .work-grid-item {
    min-height: 360px;
  }
}
@media screen and (min-width: 100em) {
  .work-grid-item {
    min-height: 400px;
  }
}

.work-grid-img-progressive,
.work-grid-img {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.js .work-grid-img {
  opacity: 0;
  transition: opacity 0.4s linear;
  z-index: 2;
}

.is-image-loaded.work-grid-img {
  opacity: 1;
}

.slideshow-playing.show-thumb-slideshow-1 .thumb-slideshow-1,
.slideshow-playing.show-thumb-slideshow-2 .thumb-slideshow-2,
.slideshow-playing.show-thumb-slideshow-3 .thumb-slideshow-3,
.slideshow-playing.show-thumb-slideshow-4 .thumb-slideshow-4,
.slideshow-playing.show-thumb-slideshow-5 .thumb-slideshow-5,
.slideshow-playing.show-thumb-slideshow-6 .thumb-slideshow-6,
.slideshow-playing.show-thumb-slideshow-7 .thumb-slideshow-7,
.slideshow-playing.show-thumb-slideshow-8 .thumb-slideshow-8,
.slideshow-playing.show-thumb-slideshow-9 .thumb-slideshow-9,
.slideshow-playing.show-thumb-slideshow-10 .thumb-slideshow-10 {
  opacity: 1;
}

.work-grid-content {
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
  z-index: 200;
}

.work-grid-item:hover .work-grid-content {
  opacity: 1;
}

.work-grid-video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 199;
}

.work-grid-video iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 177.77%; /* 16:9 ratio trick */
  height: 101%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 45em) {
  .work-grid-item {
    margin-bottom: 100px;
    overflow: visible;
  }
  .work-grid-content {
    top: 100%;
    padding-top: 16px;
    opacity: 1;
  }
  .work-grid-content:before {
    display: none;
  }
  .work-grid-item .caption {
    position: relative;
    top: auto;
    transform: none;
  }
  .work-grid-item .caption:after {
    display: none;
  }
  .work-grid-item .caption-sub,
  .work-grid-item .caption-sub-small {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 45em) {
  .work-grid:after {
    clear: both;
    content: "";
    display: table;
  }
  .work-grid-item {
    width: 50%;
    float: left;
    position: relative;
  }
}
@media screen and (min-width: 60em) {
  /* ---------------------- WORK PAGE */
}
.work-filter-row {
  transition: opacity 0.2s linear;
}

.work-filter-row.hide {
  opacity: 0;
}

.work-filter-container {
  display: flex;
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 30px;
  gap: 10px;
}

.work-filter-container p {
  color: #fff;
}

.work-filter-container select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  padding: 0 1em 0 0;
  margin: 0;
  width: 100%;
  font-family: inherit;
  font-size: inherit;
  cursor: inherit;
  line-height: inherit;
  outline: none;
}

.work-filter-container select::-ms-expand {
  display: none;
}

.work-filter-container select {
  width: 100%;
  min-width: 15ch;
  max-width: 30ch;
  border: 1px solid #fff;
  border-radius: 0.25em;
  padding: 0.25em 0.5em;
  font-size: 1rem;
  cursor: pointer;
  line-height: 1.1;
  color: #fff;
  background-color: #fff;
  background: transparent;
}

.work-video {
  padding: 0;
  background-color: #1e2024;
}

.work-video .row {
  padding: 0;
}

.work-video .row-max {
  max-width: 1080px;
}

.work-content {
  padding: 0;
  background-color: #1e2024;
  color: #fff;
}

.work-description .caption-title,
.work-description .caption-sub {
  text-shadow: none;
}

.work-description {
  padding-top: 30px;
  padding-bottom: 30px;
}

.work-stats {
  padding: 30px 30px 30px 20px;
}

.work-stats dl {
  width: 250px;
  margin: 0 auto;
  font-size: 10px;
  font-size: 0.625rem;
}

.work-stats dt {
  float: left;
  clear: left;
  width: 100px;
  text-transform: uppercase;
  font-size: 13px;
  font-size: 0.8125rem;
  padding-top: 1px;
  font-weight: 500;
  letter-spacing: 0.125em;
  padding-bottom: 20px;
}

.work-stats dd {
  margin: 0 0 0 110px;
  padding: 0 0 20px 0;
  font-size: 14px;
  font-size: 0.875rem;
}

.responsive-video {
  position: relative;
  width: 100%;
  padding-top: 56.2963%;
}

.responsive-video iframe,
.responsive-video object,
.responsive-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.work-stats-item {
  margin-bottom: 20px;
}
.work-stats-item:after {
  clear: both;
  content: "";
  display: table;
}

.work-stats-inner h2 {
  margin-bottom: 0;
}

@media screen and (min-width: 45em) {
  .work-content .row {
    display: flex;
  }
  .work-content .work-stats {
    flex: 0 0 40%;
  }
  .work-content .work-description {
    flex: 0 0 60%;
  }
}
/*
---------------------------------------------------------------------------------- SERVICES PAGE

------------------------------------------------------------------------------------------------
*/
.service-header {
  padding: 0;
  position: relative;
}

.service-header-img {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 280px;
}
@media screen and (min-width: 45em) {
  .service-header-img {
    min-height: 460px;
  }
}

.service-header-img.service-header-img-top {
  background-position: 50% 0;
}

.service-header-content {
  padding: 64px 0;
  text-align: center;
  color: #ffffff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.service-header-content p {
  line-height: 1.8;
  font-size: 18px;
  font-size: 1.125rem;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.service-header .caption-title {
  font-size: 13px;
  font-size: 0.8125rem;
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (min-width: 30em) {
  .service-header .caption-title {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
@media screen and (min-width: 45em) {
  .service-header .caption-title {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media screen and (min-width: 60em) {
  .service-header .caption-title {
    font-size: 50px;
    font-size: 3.125rem;
  }
}

.service-header-content-text {
  margin: 0 auto;
  max-width: 800px;
  padding: 0 40px;
}

.service-header-content-text p {
  background: #000;
  background: rgba(0, 0, 0, 0.6);
  display: inline-block;
  padding: 6px 30px;
}

.service-content {
  padding-bottom: 72px;
  background-color: #1a1a1a;
  color: #ffffff;
}

.service-intro {
  background-color: #1a1a1a;
}

.service-intro-content {
  /*margin: 0 auto;
  max-width: 960px;
  padding:0;
  text-align: center;*/
}

.service-intro-content p {
  font-size: 18px;
  font-size: 1.125rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #f28d01;
  text-transform: uppercase;
  font-weight: 500;
}
@media screen and (min-width: 45em) {
  .service-intro-content p {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.service-intro-content.service-intro-home-content p {
  color: #fff;
  text-transform: none;
  text-align: left;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 45em) {
  .service-intro-content.service-intro-home-content p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.service-intro-content.service-intro-home-content .caption-title {
  font-size: 24px;
  font-size: 1.5rem;
  text-align: left;
}

@media screen and (min-width: 45em) {
  .service-intro-content.service-intro-home-content .caption-title {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media screen and (min-width: 58em) {
  .service-intro-content.service-intro-home-content .caption-title {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
.service-content .caption-title {
  color: #25282d;
  text-shadow: none;
  margin-bottom: 16px;
}

.service-img-grid {
  padding: 0;
}

.service-img-grid img {
  margin: 0;
  display: block;
}

.services-nav h1 { /*margin-bottom: 50px;*/
  margin-bottom: 26px;
  color: #f28d01;
}

.services-nav h1 a {
  color: #ffffff;
}

.services-nav h1 a:hover {
  color: #25282d;
}

.services-nav {
  background: #1a1a1a;
  color: #ffffff;
}

.services-nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
}

.services-nav ul a,
.services-nav ul span {
  display: block;
  color: #ffffff;
  padding: 6px 0 8px 0;
}

.services-nav ul a:hover,
.services-nav ul a.active {
  /*color:$orange;*/
  color: #f28d01;
}

.services-nav li {
  padding-bottom: 0;
}

.services-nav-intro {
  text-align: center;
  margin-bottom: 24px;
}
.services-nav-intro:after {
  clear: both;
  content: "";
  display: table;
}

.services-nav-intro p {
  font-weight: 300;
  font-size: 18px;
  font-size: 1.125rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 45em) {
  .services-nav-intro p {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.services-nav-intro p a {
  color: #ffffff;
  font-weight: 500;
}

.service-intro {
  padding: 0;
}

.service-intro-img {
  min-height: 280px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.service-intro-content {
  padding: 34px 0 24px 0;
  text-align: left;
}

.service-intro-content h1 {
  font-weight: 300;
  font-size: 32px;
  font-size: 2rem;
}

.service-intro-content .caption-title,
.service-intro-content .caption-title-small {
  text-shadow: none;
  text-transform: uppercase;
  font-weight: 600;
}

@media screen and (min-width: 45em) {
  .service-intro {
    position: relative;
  }
  .service-intro-img {
    min-height: 650px;
  }
  .service-intro-content {
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
  }
  .service-intro-content.service-intro-home-content {
    padding-top: 64px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 50%, rgba(0, 0, 0, 0) 100%);
  }
  .service-intro-content .caption-title,
  .service-intro-content p {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  }
  .service-intro .caption-title {
    font-size: 62px;
    font-size: 3.875rem;
  }
  .service-content:after {
    clear: both;
    content: "";
    display: table;
  }
  .service-content-sub {
    padding-top: 16px;
    padding-left: 10px;
    padding-right: 10px;
    width: 50%;
    float: left;
  }
  .service-content-sub p {
    max-width: 350px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
  }
  .services-nav ul {
    font-size: 24px;
    font-size: 1.5rem;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .services-nav ul li {
    width: 50%;
  }
}
.feature-services {
  background: #ff940a;
  background: linear-gradient(to bottom, #ff940a, #f05a37);
  color: #ffffff;
}

.feature-services h1 {
  margin-bottom: 50px;
}

.feature-services ul {
  list-style-type: none;
  margin: 0;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
}

.feature-services li {
  padding: 0;
}

.feature-services ul a {
  display: block;
  color: #ffffff;
  padding: 7px 0 7px 0;
}

.feature-services ul a:hover {
  color: #ffffff;
}

.services-nav-intro-b {
  background-color: #1a1a1a;
  color: #fff;
  text-align: center;
}

/*
--------------------------------------------------------------------------------- SERVICES SPLIT

------------------------------------------------------------------------------------------------
*/
.services-split-container {
  background-color: #1a1a1a;
  color: #fff;
  padding: 0;
}

.services-split-services {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 10px 20px;
}

.services-split-content,
.services-split-services {
  padding: 40px 0;
}

.services-split-list {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
}
@media screen and (min-width: 30em) {
  .services-split-list {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
@media screen and (min-width: 45em) {
  .services-split-list {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.services-split-list a {
  color: #fff;
  display: block;
}

.services-split-list a:hover {
  color: #f28d01;
}

.services-split-bg-container {
  display: none;
}

.services-split-bg-container-inner {
  display: block;
  position: absolute;
  top: 0;
  right: -16px;
  bottom: 0;
  left: -16px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  opacity: 0.4;
}

@media all and (min-width: 720px) {
  .services-split-container {
    position: relative;
  }
  .services-split {
    display: flex;
  }
  .services-split-content {
    flex: 0 0 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: right;
  }
  .services-split-services {
    flex: 0 0 50%;
    background: transparent !important;
  }
  .services-split-content,
  .services-split-services {
    padding: 100px 0;
  }
  .services-split-content-inner {
    padding: 0 60px;
  }
  .services-split-rev .services-split-services {
    order: 1;
  }
  .services-split-rev .services-split-content {
    order: 2;
    text-align: left;
  }
  .services-split-bg-container-inner {
    display: none;
  }
  .services-split-bg-container {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 50%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    opacity: 0.4;
  }
  .services-split-rev .services-split-bg-container {
    right: 50%;
    left: 0;
  }
}
.brief-intro {
  margin-bottom: 60px;
}

.page-brief {
  background-color: #1e2024;
  color: #ffffff;
}

.page-brief .row {
  max-width: 780px;
}

.brief-form {
  background-color: #393c41;
  padding: 20px;
}

.brief-form .form-block {
  border-bottom: 1px solid #79797b;
  margin-bottom: 30px;
  padding-bottom: 15px;
}

.brief-form .form-block:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.form-submit .btn {
  margin: 0;
}

/*
--------------------------------------------------------------------------------- CONTACT FORM 7

------------------------------------------------------------------------------------------------
*/
/* CONTACT FORM 7 MESSAGES */
.wpcf7-response-output {
  padding: 10px !important;
  font-size: 1.4em;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing,
div.wpcf7-mail-sent-ok {
  border: 1px solid #ffffff;
}

div.wpcf7-response-output {
  margin-top: 1em !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  font-size: 16px !important;
  font-weight: 600 !important;
}

span.wpcf7-not-valid-tip {
  color: #ef4b4b !important;
  font-size: 13px !important;
  padding-top: 6px !important;
}

/* CONTACT FORM 7 SPINNER */
div.wpcf7 .ajax-loader {
  background-image: none !important;
}

div.wpcf7 .ajax-loader,
div.wpcf7 .ajax-loader:after {
  border-radius: 50%;
  width: 20px !important;
  height: 20px !important;
}

div.wpcf7 .ajax-loader {
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 3px solid rgba(50, 50, 50, 0.2) !important;
  border-right: 3px solid rgba(50, 50, 50, 0.2) !important;
  border-bottom: 3px solid rgba(50, 50, 50, 0.2) !important;
  border-left: 3px solid #25282d !important;
  transform: translateZ(0);
  animation: spinnerAnim 0.5s infinite linear;
  opacity: 1;
  transition: opacity 0.4s linear;
}

.bg-red div.wpcf7 .ajax-loader,
.footer-newsletter div.wpcf7 .ajax-loader {
  border-top: 3px solid rgba(255, 255, 255, 0.2) !important;
  border-right: 3px solid rgba(255, 255, 255, 0.2) !important;
  border-bottom: 3px solid rgba(255, 255, 255, 0.2) !important;
  border-left: 3px solid #ffffff !important;
}

@keyframes spinnerAnim {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.brief-form div.wpcf7 .ajax-loader {
  border-left: 3px solid #ffffff !important;
}

/*
--------------------------------------------------------------------------------- HIDE RECAPTCHA

------------------------------------------------------------------------------------------------
*/
.grecaptcha-badge {
  visibility: hidden;
}

/*
---------------------------------------------------------------------------------- FORM ELEMENTS

------------------------------------------------------------------------------------------------
*/
.form-group {
  clear: both;
  margin-bottom: 20px;
}
.form-group:after {
  clear: both;
  content: "";
  display: table;
}

label {
  line-height: 1.6;
  font-size: 16px;
  font-size: 1rem;
  padding-top: 4px;
  display: inline-block;
  max-width: 100%;
  width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.form label {
  float: left;
  width: 100%;
  padding: 8px 0;
}

.form .hidden {
  display: none;
}

input, textarea, button, .btn {
  box-sizing: border-box;
}

input, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  padding: 6px 10px;
  margin: 0;
  border: 1px solid #1a1a1a;
  color: #25282d;
  background-color: #ffffff;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6;
  width: 100%;
  outline: none;
  transition: background 0.3s ease-out;
  border-radius: 3px;
}
input:focus, textarea:focus {
  border-color: #f28d01;
  background-color: #f8f8fa;
  transition: background 0.3s ease-in;
}

textarea {
  min-height: 90px;
  margin: 0;
}

input[type=submit] {
  border: none;
}

input[type=radio] {
  margin-right: 10px;
}

input[type=radio] {
  margin-right: 10px;
}

input[type=checkbox], input[type=radio] {
  padding: 0 0 0 0;
  margin: -2px 6px 0 0;
  height: 16px;
  cursor: pointer;
}

select.form-control {
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  -o-appearance: menulist;
  appearance: menulist;
}

.checkbox label, .radio label {
  min-height: 20px;
  margin-bottom: 0;
  padding-top: 0;
  font-weight: 400;
  cursor: pointer;
  float: none;
}

.form-horizontal .checkbox, .form-horizontal .radio {
  min-height: 27px;
}

.form-horizontal .checkbox, .form-horizontal .radio {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}

.error-msg {
  color: #ca2128;
  font-size: 14px;
  font-size: 0.875rem;
  padding-top: 4px;
  clear: both;
  margin-bottom: 0;
  display: none;
}

.note {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 0;
  padding-top: 2px;
}

.error .form-control {
  border-color: #ca2128;
}

.error .error-msg {
  display: block;
}

.error label {
  color: #ca2128;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #bababa;
}

::-moz-placeholder { /* Firefox 19+ */
  color: #bababa;
}

:-ms-input-placeholder { /* IE 10+ */
  color: #bababa;
}

:-moz-placeholder { /* Firefox 18- */
  color: #bababa;
}

.required {
  color: #f28d01;
  padding-left: 4px;
  display: inline-block;
}

.brief-form textarea.form-control {
  height: 120px;
  resize: vertical;
}

@media screen and (min-width: 45em) {
  .form-horizontal label {
    width: 25%;
    float: left;
    padding-right: 8px;
  }
  .form-horizontal .form-control {
    width: 75%;
  }
  .form-horizontal select.form-control {
    width: 100%;
  }
  .form-horizontal .select {
    width: 75%;
    float: right;
  }
  .form-horizontal .error-msg, .form-horizontal .label-offset {
    padding-left: 25%;
  }
  .form-horizontal .checkbox label, .form-horizontal .radio label {
    float: none;
    width: auto;
  }
}
.testimonial-block {
  background: #ff940a;
  color: #ffffff;
  text-align: center;
}

@media screen and (min-width: 45em) {
  .testimonial-block .blockquote {
    padding-left: 50px;
    padding-right: 50px;
  }
}

.blockquote footer p {
  margin-bottom: 0;
  font-weight: 600;
}

.blockquote {
  margin: 0;
  margin-bottom: 40px;
}

.blockquote:last-child {
  margin-bottom: 0;
}

.people-grid {
  padding: 0;
  background-color: #1a1a1a;
}

.people-grid-item .caption-head {
  text-align: center;
  padding-top: 50px;
  margin-bottom: 20px;
}

.people-grid-img {
  min-height: 420px;
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-size: cover;
  overflow: hidden;
}

.people-grid-item img {
  display: block;
  margin: 0 auto;
}

.people-grid-content {
  background-color: #1a1a1a;
  color: #ffffff;
  padding: 0 40px 40px 40px;
}

.people-grid-content p {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
}

.people-grid-item .caption-title-small,
.people-grid-item .caption-sub-small {
  text-shadow: none;
}

@media screen and (min-width: 45em) {
  .people-grid-item {
    float: left;
    width: 50%;
  }
  .people-grid-content {
    padding-left: 20px;
    padding-right: 20px;
  }
  .people-grid .row {
    padding: 0 20px;
  }
  .people-grid-item:first-child + div + div,
  .people-grid-item:first-child + div + div + div + div,
  .people-grid-item:first-child + div + div + div + div + div + div,
  .people-grid-item:first-child + div + div + div + div + div + div + div + div {
    clear: left;
  }
}
@media screen and (min-width: 60em) {
  .people-grid-item {
    width: 25%;
  }
  .people-grid-item:first-child + div + div,
  .people-grid-item:first-child + div + div + div + div,
  .people-grid-item:first-child + div + div + div + div + div + div,
  .people-grid-item:first-child + div + div + div + div + div + div + div + div {
    clear: none;
  }
  .people-grid-item:first-child + div + div + div + div,
  .people-grid-item:first-child + div + div + div + div + div + div + div + div {
    clear: left;
  }
}
/*
----------------------------------------------------------------------------------- CONTACT BLOCK

------------------------------------------------------------------------------------------------
*/
.contact-section-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.contact-section-details {
  padding: 40px 0;
  padding-left: max((100vw - 1120px) / 2, 20px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

ul.contact-social-list {
  list-style: none;
  margin: 0 0 10px 0;
  padding: 0;
}

ul.contact-social-list li {
  display: block;
  padding: 0 0 30px 0;
}

ul.contact-social-list li a {
  display: flex;
  align-items: center;
  gap: 20px;
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-color: #f28d01;
}

ul.contact-social-list li svg {
  flex: 0 0 30px;
  display: block;
  height: auto;
  fill: #f28d01;
}

/*
----------------------------------------------------------------------------------- CONTACT PAGE

------------------------------------------------------------------------------------------------
*/
.contact-content {
  background-color: #1e2024;
  color: #ffffff;
}

.contact-content p {
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.map {
  height: 300px;
  background-color: #e2e5ea;
}

.contact-map {
  padding: 0;
}

.map img, .gmnoprint img {
  max-width: none;
}

.gmnoprint, .gm-style-cc {
  margin-bottom: 4px;
}

.gmnoprint .gm-style-cc {
  margin-bottom: 0;
}

.map h4, .map p {
  margin-bottom: 4px;
}

.map p {
  font-size: 14px;
  font-size: 0.875rem;
}

.contact-map .row {
  padding: 0;
}

.contact-map-content {
  background: #e8e8e8;
  padding: 20px 0 1px 0;
}

.contact-map-content-inner {
  padding: 0 40px;
}

@media screen and (min-width: 45em) {
  .contact-content .row {
    width: 100%;
    display: flex;
    justify-content: flex-end;
  }
  .contact-content-item {
    width: 440px;
    padding-left: 50px;
    padding-right: 50px;
  }
  .contact-map-content {
    padding: 20px 0;
  }
  .contact-content-item:first-child {
    border-left: none;
  }
  .map {
    height: 520px;
  }
}
@media screen and (min-width: 58em) {
  .contact-map .row {
    display: flex;
    width: 100%;
  }
  .contact-map-content {
    flex: 0 0 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .contact-map-map {
    flex: 1;
  }
}
.contact-content {
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: 0 50%;
}

.feature-content {
  padding: 0 16px;
}
.feature-content:after {
  clear: both;
  content: "";
  display: table;
}
@media screen and (min-width: 45em) {
  .feature-content {
    padding: 0 40px;
  }
}

.feature {
  padding: 0;
}

.feature-content {
  padding-top: 100px;
  padding-bottom: 84px;
}

.feature-video {
  position: relative;
  display: block;
  background-color: #25282d;
  color: #fff;
  min-height: 240px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}

.feature-video:before {
  content: "";
  display: inline-block;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000000;
  opacity: 0.4;
}

.feature-video:hover .caption:after {
  background-position: -150px -100px;
}

.feature-video .caption:after {
  content: "";
  display: inline-block;
  background: url("../img/pacific7-icon-sprite.png") 0 0 no-repeat;
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 64px;
  height: 64px;
  margin-left: -32px;
  background-position: -150px 0;
}
@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi), (min-resolution: 1.25dppx) {
  .feature-video .caption:after {
    background-image: url("../img/retina/pacific7-icon-sprite.png");
    background-size: 500px 200px;
  }
}

.feature-video .caption-sub {
  margin-bottom: 80px;
}

@media screen and (min-width: 45em) {
  .feature-video,
  .feature-img {
    min-height: 360px;
  }
  .feature-video .caption:after {
    width: 84px;
    height: 84px;
    margin-left: -42px;
    background-position: -60px 0;
  }
  .feature-video .caption:after {
    width: 84px;
    height: 84px;
    margin-left: -42px;
    background-position: -60px 0;
  }
  .feature-video .caption-sub {
    margin-bottom: 100px;
  }
  .feature-video:hover .caption:after {
    background-position: -60px -100px;
  }
  .feature .feature-content-a p, .feature .feature-content-b p {
    max-width: 260px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 60em) {
  .feature-video,
  .feature-img {
    min-height: 420px;
  }
  .feature .feature-content {
    float: left;
    width: 33.3333%;
    padding-bottom: 0;
  }
  .feature .feature-video,
  .feature .feature-img {
    float: left;
    width: 66.6666%;
  }
  .feature-right .feature-content {
    float: right;
  }
  .feature .feature-content p, .feature .feature-content-a p, .feature .feature-content-b p {
    max-width: 350px;
  }
  .feature .feature-content-a, .feature .feature-content-b {
    width: auto;
    float: none;
    margin-right: 0;
  }
  .feature-services li {
    padding-left: 80px;
    padding-right: 80px;
  }
}
/*
----------------------------------------------------------------------------------- PHONE FRAME

------------------------------------------------------------------------------------------------
*/
.phone-frame {
  aspect-ratio: 1173/2464;
  position: relative;
}

.phone-frame::before {
  content: "";
  background: #f28d01;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 12px;
  transform: translate(-20px, 20px);
}

.phone-frame-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 92.07%;
  aspect-ratio: 1080/2378;
  margin-left: 4.1173%;
  margin-top: 3.6658%;
  background-color: #1a1a1a;
  background-repeat: no-repeat;
  background-size: contain;
}

.phone-frame-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.phone-frame-frame {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url("../img/phone-01-portrait-frame.png");
  background-size: cover;
  z-index: 5;
}

.phone-frame-shine {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url("../img/phone-01-portrait-shine.png");
  background-size: cover;
  mix-blend-mode: screen;
  opacity: 0.15;
  z-index: 6;
}

.phone-frame-island {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url("../img/phone-01-portrait-island.png");
  background-size: cover;
  z-index: 7;
}

/*
----------------------------------------------------------------------------------- PHONE FRAME

------------------------------------------------------------------------------------------------
*/
.home-video-grid-content {
  margin-bottom: 30px;
}

.home-video-grid-phone {
  max-width: 250px;
  margin: 0 auto 60px auto;
}

@media screen and (min-width: 45em) {
  .home-video-title {
    padding-bottom: 40px;
  }
  .home-video-grid {
    display: flex;
    flex-direction: row-reverse;
    gap: 60px;
    padding-bottom: 60px;
    padding-left: 20px;
  }
  .home-video-grid-content {
    flex: 1;
    margin-bottom: 0;
  }
  .home-video-grid-phone {
    max-width: none;
    flex: 0 0 300px;
  }
}
.section-services-scroller h2 {
  color: #fff;
}

.section-services-scroller a {
  color: #fff;
}

.services-scroller-container {
  padding: 20px 0;
}

.services-scroller {
  position: relative;
  width: 100%;
  min-height: 70px; /* section takes full viewport height */
  overflow: hidden; /* hide horizontal overflow */
}

.services-scroller-row {
  display: flex;
  align-items: center;
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
}

.services-scroller-row span {
  display: block;
  flex: 0 0 auto;
  padding: 0 2rem;
  font-size: 2rem;
  font-weight: 700;
  white-space: nowrap;
  color: #fff;
  font-family: "itc-avant-garde-gothic-pro", "Helvetica Neue", Helvetica, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.services-scroller-row span:nth-child(odd) {
  color: #f28d01;
}

.services-scroller.services-scroller-blocks {
  min-height: 54px;
}

.services-scroller-blocks .services-scroller-row {
  gap: 10px;
  padding-right: 10px;
  box-sizing: border-box;
}

.services-scroller-blocks .services-scroller-row span {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1.2rem;
  padding: 0.8rem 1.8rem;
  line-height: 1;
}

.services-scroller-blocks .services-scroller-row span.block-white {
  background-color: #fff;
  color: #999;
}

.services-scroller-blocks .services-scroller-row span.block-grey {
  background-color: #999;
  color: #fff;
}

.services-scroller-blocks .services-scroller-row span.block-orange {
  background-color: #f28d01;
  color: #fff;
}

.wave-text-container {
  position: relative;
  overflow: hidden;
}

.wave-text-img {
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: -100px;
  right: 0;
  bottom: -100px;
  left: 0;
}

.wave-text-canvas {
  position: relative;
  width: 100%;
  max-width: 960px;
  aspect-ratio: 16/9;
  margin: 0 auto;
}

.wave-text-canvas canvas {
  display: block;
  width: 100%;
  height: 100%;
}

.section-services-carousel {
  background: #e8e8e8;
}

.services-carousel-edges {
  position: relative;
}

.services-carousel-edges::before,
.services-carousel-edges::after {
  content: "";
  width: 80px;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  pointer-events: none;
}

.services-carousel-edges::before {
  left: -20px;
  background: linear-gradient(90deg, rgb(232, 232, 232) 0%, rgba(232, 232, 232, 0) 100%);
}

.services-carousel-edges::after {
  right: -20px;
  background: linear-gradient(270deg, rgb(232, 232, 232) 0%, rgba(232, 232, 232, 0) 100%);
}

@media screen and (max-width: 860px) {
  .services-carousel-edges::before,
  .services-carousel-edges::after {
    width: 20px;
  }
}
.section-services-carousel .swiper-slide {
  width: auto;
}

.services-carousel-item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-bottom: 30px;
}

.services-carousel-item-img {
  box-sizing: border-box;
  padding-left: 20px;
}

.services-carousel-item-img-bg {
  position: relative;
}

.services-carousel-item-img img {
  display: block;
  width: 100%;
  margin: 0;
  aspect-ratio: 1200/1360;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
}

.services-carousel-item-img-bg::before {
  content: "";
  background: #ff8f16;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: translate(-20px, 20px);
}

.services-carousel-item-content {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.services-carousel .swiper-slide {
  background-color: transparent;
  width: 100%;
  max-width: 660px;
}

.services-carousel-item-content h2 {
  color: #f28d01;
  text-transform: uppercase;
}

.services-carousel-item-content p {
  line-height: 1.4;
}
@media screen and (min-width: 45em) {
  .services-carousel-item-content p {
    font-size: 16px;
    font-size: 1rem;
  }
}

.services-carousel .swiper-pagination {
  position: relative !important;
  top: auto !important;
  bottom: auto !important;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
  margin-bottom: 20px;
}

.services-carousel .swiper-pagination .swiper-pagination-bullet {
  width: auto;
  height: 40px;
  border-radius: 0;
  margin: 0;
  position: relative;
  background: transparent;
}

.services-carousel .swiper-pagination .swiper-pagination-bullet-active {
  background: transparent;
}

.services-carousel .swiper-pagination .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 8px;
  background-color: #aaaaaa;
  transform: translateY(-50%);
}

.services-carousel .swiper-pagination .swiper-pagination-bullet-active::before {
  background-color: #f28d01;
}

.services-grid {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}

.services-grid li {
  padding-bottom: 20px;
}

.services-grid .services-carousel-item {
  max-width: 400px;
  margin: 0 auto;
}

@media screen and (min-width: 45em) {
  .services-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 40px;
    column-gap: 40px;
    row-gap: 20px;
  }
  .services-grid .services-carousel-item {
    max-width: none;
    margin: 0;
  }
}
.js .js-split-text {
  opacity: 0;
}

.js .js-split-text.has-split.js-reveal-opacity > div {
  opacity: 0;
}

.js .js-split-text.has-split.js-reveal-transform > div {
  transform: translateY(100px);
}

.js .js-split-text.has-split.reveal > div {
  opacity: 1;
  transform: translateY(0);
}

.reveal-delay-0 {
  transition-delay: 0s !important;
}

.reveal-delay-1 {
  transition-delay: 0.05s !important;
}

.reveal-delay-2 {
  transition-delay: 0.1s !important;
}

.reveal-delay-3 {
  transition-delay: 0.15s !important;
}

.reveal-delay-4 {
  transition-delay: 0.2s !important;
}

.reveal-delay-5 {
  transition-delay: 0.25s !important;
}

.reveal-delay-6 {
  transition-delay: 0.3s !important;
}

.reveal-delay-7 {
  transition-delay: 0.35s !important;
}

.reveal-delay-8 {
  transition-delay: 0.4s !important;
}

.reveal-delay-9 {
  transition-delay: 0.45s !important;
}

.reveal-delay-10 {
  transition-delay: 0.5s !important;
}

.reveal-delay-11 {
  transition-delay: 0.55s !important;
}

.reveal-delay-12 {
  transition-delay: 0.6s !important;
}

.reveal-delay-13 {
  transition-delay: 0.65s !important;
}

.reveal-delay-14 {
  transition-delay: 0.7s !important;
}

.reveal-delay-15 {
  transition-delay: 0.75s !important;
}

.reveal-delay-16 {
  transition-delay: 0.8s !important;
}

.reveal-delay-17 {
  transition-delay: 0.85s !important;
}

.reveal-delay-18 {
  transition-delay: 0.9s !important;
}

.reveal-delay-19 {
  transition-delay: 0.95s !important;
}

.reveal-delay-20 {
  transition-delay: 1s !important;
}

.js .js-split-text.has-split.animate > div {
  transition: opacity 0.4s cubic-bezier(0.2, 0, 0.4, 1), transform 0.4s cubic-bezier(0.2, 0, 0.4, 1);
}

.js .js-reveal-children.js-reveal-opacity > * {
  opacity: 0;
}

.js .js-reveal-children.js-reveal-transform > * {
  transform: translateY(100px);
}

.js .js-reveal-children.animate > * {
  transition: opacity 0.4s cubic-bezier(0.2, 0, 0.4, 1), transform 0.4s cubic-bezier(0.2, 0, 0.4, 1);
}

.js .js-reveal-children.reveal > * {
  opacity: 1;
  transform: translateY(0);
}

.js .js-reveal.js-reveal-opacity {
  opacity: 0;
}

.js .js-reveal.js-reveal-transform {
  transform: translateY(100px);
}

.js .js-reveal.animate {
  transition: opacity 0.4s cubic-bezier(0.2, 0, 0.4, 1), transform 0.4s cubic-bezier(0.2, 0, 0.4, 1);
}

.js .js-reveal.reveal {
  opacity: 1;
  transform: translateY(0);
}
/*# sourceMappingURL=../maps/front-app-44f7e3396b.css.map */
