/*
Theme Name: Zadv 2020
Theme URI: https://www.zadv.com/
Author: Travis Brown
Description: Base responsive theme for Zadv.com.
Version: 0.1.0
Text Domain: zadv
*/
@import 'https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.5.0/css/font-awesome.css';
/* Sizes */
/* Colors */
/* Responsive */
/* WP Admin Bar */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  box-sizing: border-box;
}
body .red-tag {
  position: fixed;
  width: 0;
  height: 0;
  border-top: 40px solid red;
  border-right: 40px solid transparent;
  z-index: 110;
}
body .bg-pattern {
  position: absolute;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: repeating-linear-gradient(-45deg, rgba(0, 0, 0, 0.25) 6px, rgba(0, 0, 0, 0.25) 7px, transparent 8px, transparent 14px);
  z-index: 2;
}
body .bg-pattern.short {
  height: 60vh;
}
.video-wrapper {
  position: relative;
  display: none;
  position: fixed;
  z-index: 200;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  /* Enable scroll if needed */
  background-color: #000000;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.7);
  /* Black w/ opacity */
}
.js-hero-slider .swiper-wrapper .swiper-slide {
  color: #fff;
  position: relative;
}
.js-hero-slider .swiper-wrapper .swiper-slide .content {
  position: absolute;
  display: flex;
  width: 100vw;
  height: 100vh;
  justify-content: center;
  align-items: center;
  z-index: 5;
}
.js-hero-slider .swiper-wrapper .swiper-slide .content.video-hero {
  min-height: 40vh;
  max-height: 90vh;
}
.js-hero-slider .swiper-wrapper .swiper-slide .content .copy {
  position: relative;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
}
.js-hero-slider .swiper-wrapper .swiper-slide .content .copy .intro-text {
  font-size: 1.3em;
  text-transform: uppercase;
}
.js-hero-slider .swiper-wrapper .swiper-slide .content .copy .intro-text.bottom {
  font-size: 1em;
  margin-top: 2.5em;
}
.js-hero-slider .swiper-wrapper .swiper-slide .content .copy .heading {
  margin: 8px auto;
  font-size: 3.5em;
}
.js-hero-slider .swiper-wrapper .swiper-slide .content .copy .play-btn {
  width: 60px;
  height: auto;
  cursor: pointer;
  margin: 4em auto 1em auto;
}
.js-hero-slider .swiper-wrapper .swiper-slide .content .copy .play-btn:focus {
  outline: 2px solid #fff;
}
.js-hero-slider .swiper-wrapper .swiper-slide .content .copy .play-btn.video-hero {
  width: 80px;
  min-height: auto;
  margin: 2.3em auto 1em auto;
}
.js-hero-slider .swiper-wrapper .swiper-slide .content .copy .play-btn .play-svg {
  fill: #fff;
}
.js-hero-slider .swiper-wrapper .swiper-slide .content .copy .play-btn .circle {
  stroke: #fff;
}
.js-hero-slider .swiper-wrapper .swiper-slide .content .copy .play-btn:hover .circle {
  stroke: red;
}
.js-hero-slider .swiper-wrapper .swiper-slide .content .copy .play-btn:hover .play-svg {
  fill: red;
}
.js-hero-slider .swiper-wrapper .swiper-slide .content .copy .play-btn-txt {
  font-size: 0.8em;
  font-weight: 300;
  text-transform: uppercase;
}
.js-hero-slider .swiper-wrapper .swiper-slide .content .chevron {
  position: absolute;
  bottom: 50px;
}
.js-hero-slider .swiper-wrapper .swiper-slide .image {
  width: 100vw;
  height: 100vh;
  background-position: center;
  background-size: cover;
}
.js-hero-slider .swiper-wrapper .swiper-slide .image.page-hero {
  position: relative;
  min-height: 40vh;
  max-height: 90vh;
  width: 100%;
}
/* Modal Content/Box */
.zVideo {
  background-color: #000;
  padding: 4px;
  width: 70%;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .zVideo {
    width: 90%;
  }
}
/* The Close Button */
.close {
  position: absolute;
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  top: -36px;
  right: 10px;
}
.close:hover,
.close:focus {
  color: red;
  text-decoration: none;
  cursor: pointer;
}
.video-list {
  position: relative;
  display: grid;
  gap: 2em;
  margin-bottom: 3em;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
}
.video-list .video-item {
  position: relative;
  width: 100%;
  max-height: 204px;
  height: 204px;
  border: 1px solid #666;
  overflow: hidden;
}
.video-list .video-item .video-thumb {
  position: absolute;
  z-index: -1;
  opacity: 0.7;
  background-size: cover;
  object-fit: cover;
  background-position: center;
  width: 100%;
  height: 240px;
}
.video-list .video-item .copy {
  padding: 10px;
  letter-spacing: 1.2px;
}
.video-list .video-item .copy .heading {
  font-size: 1.2em;
}
.video-list .video-item .copy .blurb {
  font-size: 0.8em;
}
.play-btn {
  width: 60px;
  height: auto;
  cursor: pointer;
  margin: 4em auto 1em auto;
  z-index: 11;
}
.play-btn.video-hero {
  width: 80px;
  min-height: auto;
  margin: 2.3em auto 1em auto;
}
.play-btn .play-svg {
  fill: #fff;
}
.play-btn .circle {
  stroke: #fff;
}
.play-btn:hover .circle {
  stroke: red;
}
.play-btn:hover .play-svg {
  fill: red;
}
@media (min-width: 20em) {
  .video-list {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 40em) {
  .video-list {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 80em) {
  .video-list {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 768px) {
  .vjs-volume-level {
    display: none !important;
  }
  .vjs-theme-city .vjs-volume-level:before {
    display: none !important;
  }
  .vjs-theme-city .vjs-volume-bar:before {
    display: none !important;
  }
  .vjs-duration {
    display: inline-flex !important;
    align-items: center;
  }
}
#tsh_breadcrumbs {
  overflow: hidden;
  list-style: none;
  margin: 11px 0;
}
#tsh_breadcrumbs li {
  margin-right: 14px;
  display: inline-block;
  vertical-align: middle;
}
/**
 * Swiper 5.0.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 19, 2019
 */
@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") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-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-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * 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;
  pointer-events: none;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: 'prev';
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: 'next';
}
.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}
.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000;
}
.swiper-button-lock {
  display: none;
}
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}
.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;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  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: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  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-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}
/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}
.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}
.swiper-pagination-lock {
  display: none;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}
.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%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-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-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* REM Setup */
html {
  font-size: 1.03225806vw;
}
@media (min-width: 1550px) {
  html {
    font-size: 16px;
  }
}
@media (max-width: 775px) {
  html {
    font-size: 8px;
  }
}
html body {
  font-size: 16px;
}
html,
body {
  min-height: 100% !important;
  height: 100%;
  margin: 0;
}
body {
  position: relative;
  background-color: #000000;
  color: #ffffff;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}
button {
  background: none;
  border: none;
  padding: 0;
}
button:not(:disabled) {
  cursor: pointer;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
a,
button {
  outline-style: none;
  outline-offset: 2px;
  outline-width: 2px;
  outline-color: #ffffff;
  color: inherit;
}
a:not(.focus-mouse):focus,
button:not(.focus-mouse):focus {
  outline-style: solid;
}
/* Outside Padding */
.outer {
  max-width: 77.5em;
  margin: 0 auto;
  padding: 3.125rem;
}
@media screen and (max-width: 768px) {
  .outer.outer-full-width-mobile {
    padding: 0;
  }
}
/* Inner Max Widths */
.inner + .inner {
  padding-top: 3.125rem;
}
.inner.inner-small {
  max-width: 62.5em;
  margin: 0 auto;
}
.inner.inner-columns {
  display: flex;
  flex-direction: row;
}
.inner.inner-columns > * {
  flex: 1;
}
.inner.inner-columns > *.with-padding {
  padding: 1.5625rem;
}
.inner.inner-columns > *:not(:first-child) {
  margin-left: 1.5625rem;
}
.inner.inner-columns > *:not(:last-child) {
  margin-right: 1.5625rem;
}
@media screen and (max-width: 768px) {
  .inner.inner-columns {
    flex-direction: column;
  }
  .inner.inner-columns > *:not(:first-child) {
    margin-left: 0;
  }
  .inner.inner-columns > *:not(:last-child) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .main {
    padding-bottom: 55px;
  }
  .main section:first-of-type {
    padding-top: 100px;
  }
}
/* Rulers for dev */
.rulers {
  position: fixed;
  z-index: 99999;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
  max-width: 77.5em;
  margin: 0 auto;
}
.rulers:before,
.rulers:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: 0 auto;
  border-left: 1px #00ffdd solid;
  border-right: 1px #00ffdd solid;
  opacity: 0.5;
}
.rulers:before {
  left: 0;
  right: 0;
}
.rulers:after {
  left: 3.125rem;
  right: 3.125rem;
}
.uppercase {
  text-transform: uppercase;
}
.center {
  text-align: center;
}
.absolute-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hidden {
  display: none !important;
}
@media screen and (min-width: 769px) {
  .hidden-desktop {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .hidden-mobile {
    display: none !important;
  }
}
.swiper-pagination {
  /* left: 50%;
	transform: translateX(-50%); */
  margin: 0 auto;
  left: 0;
  right: 0;
  width: 300px;
}
.swiper-pagination.swiper-pagination-bullets {
  bottom: 50px;
}
.swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  opacity: 1;
  width: 10px;
  height: 10px;
  margin: 0 6px;
}
span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: red;
  opacity: 1;
}
.swiper-pagination-bullet {
  background-color: white;
  opacity: 1;
}
.grecaptcha-badge {
  visibility: hidden;
}
.not-found-page {
  overflow: hidden;
  overflow-x: hidden;
}
.not-found-page .background {
  position: absolute;
  z-index: -1;
}
.not-found-page .background img {
  width: 100%;
  height: auto;
}
.not-found-page section {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.not-found-page section .outer {
  width: 100%;
}
.not-found-page section .outer .inner .wysiwyg .error-container {
  text-align: center;
  font-size: 3em;
}
.arrows {
  width: 60px;
  position: absolute;
  left: 50%;
  margin-left: -74px;
  bottom: 20px;
}
.arrows .a2 {
  margin-top: -25px;
}
.arrows .a3 {
  margin-top: -35px;
}
.arrows img {
  animation: arrow 2s infinite;
  -webkit-animation: arrow 2s infinite;
}
@keyframes arrow {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes arrow {
  /*Safari and Chrome*/
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.arrows img.a1 {
  animation-delay: -1s;
  -webkit-animation-delay: -1s;
  /* Safari Chrome */
}
.turnDeviceNotification {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: none;
  background-image: url('./assets/images/body/turnDevice.png');
  background-size: cover;
  background-position: center;
  z-index: 99999;
}
.montserrat {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 400;
}
.montserratThin {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 100;
}
.montserratLight {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 300;
}
.montserratBold {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 500;
}
.montserratBlack {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 600;
}
/* Heading Styles */
.heading-1 {
  font-family: 'Gotham A', 'Gotham B', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-size: 3.75rem;
  font-weight: 700;
  line-height: 1em;
  text-transform: uppercase;
}
.heading-2 {
  font-family: 'Gotham A', 'Gotham B', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-size: 3.125rem;
  font-weight: 700;
  line-height: 1em;
  text-transform: uppercase;
}
.heading-3 {
  font-family: 'Gotham A', 'Gotham B', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1em;
  text-transform: uppercase;
}
.heading-4 {
  font-family: 'Gotham A', 'Gotham B', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-size: 2em;
  font-weight: 700;
  line-height: 1em;
  text-transform: uppercase;
}
.heading-5 {
  font-family: 'Gotham A', 'Gotham B', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1em;
  text-transform: uppercase;
}
.heading-6 {
  font-family: 'Gotham A', 'Gotham B', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-size: 1.125em;
  font-weight: 700;
  line-height: 1em;
  text-transform: uppercase;
}
/* Paragraph Styles */
.paragraph-large {
  font-family: 'Gotham A', 'Gotham B', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.25em;
}
.paragraph-regular {
  font-family: 'Gotham A', 'Gotham B', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1em;
  line-height: 1.5em;
}
.paragraph-small {
  font-family: 'Gotham A', 'Gotham B', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 0.875em;
}
p {
  font-family: 'Gotham A', 'Gotham B', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1em;
  line-height: 1.5em;
}
/* Text Motifs */
.text-shadow {
  text-shadow: 0 0.3125em 0.625em rgba(0, 0, 0, 0.5);
}
/* Text Alignment */
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
/* Font Colors */
.color-red {
  color: #FF0000;
}
.color-light-gray {
  color: #4c4c4c;
}
.color-white {
  color: #ffffff;
}
/* new updated SVG images - Overwrites soem of the old class*/
.svg-image.heading-single.large img {
  height: 2.8em !important;
}
.svg-image.heading-single.medium {
  display: block !important;
  padding: 20px 0 !important;
}
.svg-image.heading-single.medium img {
  height: 2em !important;
}
.svg-image.heading-single.medium::before {
  content: '' !important;
  width: 0 !important;
}
.svg-image.heading-single.medium::after {
  content: '' !important;
  width: 0 !important;
}
.svg-image.heading-double.large img {
  height: 6.5em !important;
}
.svg-image.heading-double.medium {
  margin-bottom: 20px;
}
.svg-image.heading-double.medium img {
  height: 4em !important;
}
/* WYSIWYG Styles */
.wysiwyg > *:not(:first-child) {
  margin-top: 1.5625rem;
}
.wysiwyg a {
  text-decoration: none;
}
.wysiwyg a:hover,
.wysiwyg a:focus {
  text-decoration: underline;
}
.wysiwyg strong {
  font-weight: bold;
}
.wysiwyg ul,
.wysiwyg ol {
  list-style: disc;
  padding-inline-start: 2em;
}
.wysiwyg sup {
  position: relative;
  top: -0.3em;
  font-size: 80%;
  text-transform: initial;
}
/* Background Styles */
.background-white {
  background-color: #ffffff;
  color: #333333;
}
.background-black {
  background-color: #000000;
  color: #ffffff;
}
.background-gray {
  background-color: #4c4c4c;
  color: #ffffff;
}
.background-darkgray {
  background-color: #191919;
  color: #ffffff;
}
.background-red {
  background-color: #FF0000;
  color: #ffffff;
}
.background-red .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet,
.background-black .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  background-color: #ffffff;
}
.background-red .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active,
.background-black .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #FF0000;
}
.background-white .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet,
.background-gray-stripes-sides .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  background-color: #ccc;
}
.background-white .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active,
.background-gray-stripes-sides .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #FF0000;
}
/* Fonts */
.line-pattern {
  background: repeating-linear-gradient(-45deg, rgba(0, 0, 0, 0.25) 6px, rgba(0, 0, 0, 0.25) 7px, transparent 8px, transparent 14px);
}
.plus-minus {
  position: relative;
  width: 8px;
  height: 8px;
}
@media screen and (max-width: 768px) {
  .plus-minus {
    width: 13px;
    height: 8px;
  }
}
.plus-minus:before,
.plus-minus:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #fff;
}
.plus-minus:before {
  z-index: 1;
  width: 2px;
  height: 8px;
  transform: rotate(0deg);
  transition: 300ms all ease-out;
}
@media screen and (max-width: 768px) {
  .plus-minus:before {
    width: 5px;
    height: 15px;
  }
}
.plus-minus:after {
  z-index: 2;
  width: 8px;
  height: 2px;
}
@media screen and (max-width: 768px) {
  .plus-minus:after {
    width: 15px;
    height: 5px;
  }
}
.plus-minus.minus:before {
  transform: rotate(90deg);
  transition: 300ms all ease-out;
}
.expandable {
  border-bottom: solid 1px #2b2b2b;
  margin-bottom: 10px;
  padding-bottom: 6px;
}
.expandable .expandable-title {
  cursor: pointer;
  width: 100%;
  text-align: left;
}
.expandable .expandable-title .plus-minus {
  display: inline-block;
  float: left;
  margin-top: 9px;
}
.expandable .expandable-title p {
  color: #a9a9a9;
  margin-bottom: 0 !important;
  margin-left: 18px;
  font-weight: bold;
}
.expandable .expandable-content {
  margin-left: 18px;
}
.expandable .expandable-content p:last-of-type {
  margin-bottom: 0 !important;
}
.expandable.expanded .expandable-title p {
  color: #F00;
}
[expandable].expandable .expandable-content {
  display: none;
}
[expandable].expandable.expanded .expandable-content {
  display: block;
}
.social-icon {
  display: inline-block;
  font-size: 0;
  transition: all 0.1s linear;
}
.social-icon + .social-icon {
  margin-left: 8px;
}
.social-icon > i.fa {
  color: #FFF;
}
.social-icon .fa-stack .fa-stack-2x {
  color: #676767;
}
.social-icon .fa-stack .fa-stack-1x {
  color: #FFF;
}
.social-icon.circle {
  border-radius: 50%;
  border: 1px solid #FFF;
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.social-icon.circle.circle-hover {
  cursor: pointer;
  transition: background-color 0.2s linear;
}
.social-icon.circle.circle-hover:hover {
  background-color: rgba(255, 255, 255, 0.4);
}
.social-icon.circle > i.fa {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .social-icon.circle + .social-icon {
    margin-left: 12px;
  }
}
.video-popup {
  display: none;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  z-index: 1000;
  width: 100%;
  height: 100%;
  top: 0;
}
.video-popup.active {
  display: block;
}
.video-popup .video-container {
  max-width: 854px;
  max-height: 480px;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.video-popup .video-container .close-video-popup {
  position: absolute;
  right: -20px;
  top: -29px;
  font-size: 26px;
  font-weight: bold;
  cursor: pointer;
  color: #ffffff;
}
@media screen and (max-width: 1024px) {
  .video-popup .video-container .close-video-popup {
    right: 10px;
  }
}
.video-popup .video-container .video-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}
.video-popup .video-container .video-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}
#header {
  position: fixed;
  top: 30px;
  z-index: 100;
  width: 100%;
}
#header:after {
  content: '';
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  #header.active:after {
    background-color: rgba(0, 0, 0, 0.9);
    height: 100vh;
  }
}
body.admin-bar #header {
  top: 32px;
}
@media screen and (max-width: 768px) {
  body.admin-bar #header {
    top: 46px;
  }
}
#header .outer {
  position: relative;
  z-index: 20;
  padding-top: 5px;
  padding-bottom: 5px;
  max-width: 98%;
}
#header .outer .inner {
  display: flex;
  flex-direction: row;
  height: 4.1875em;
  align-items: center;
}
#header .outer .inner .logo {
  position: relative;
  width: 4.3125em;
  height: 4.1875em;
  overflow: hidden;
  outline-offset: 0;
}
@media screen and (max-width: 768px) {
  #header .outer .inner .logo {
    width: 2.75em;
    height: 2.6875em;
  }
}
#header .outer .inner .logo svg {
  fill: #ffffff;
  stroke: #ffffff;
}
#header .outer .inner .logo svg path.letter-9 {
  animation: logoLetterAnimation 1s linear 0.9s backwards;
}
#header .outer .inner .logo svg path.letter-8 {
  animation: logoLetterAnimation 1s linear 0.8s backwards;
}
#header .outer .inner .logo svg path.letter-7 {
  animation: logoLetterAnimation 1s linear 0.7s backwards;
}
#header .outer .inner .logo svg path.letter-6 {
  animation: logoLetterAnimation 1s linear 0.6s backwards;
}
#header .outer .inner .logo svg path.letter-5 {
  animation: logoLetterAnimation 1s linear 0.5s backwards;
}
#header .outer .inner .logo svg path.letter-4 {
  animation: logoLetterAnimation 1s linear 0.4s backwards;
}
#header .outer .inner .logo svg path.letter-3 {
  animation: logoLetterAnimation 1s linear 0.3s backwards;
}
#header .outer .inner .logo svg path.letter-2 {
  animation: logoLetterAnimation 1s linear 0.2s backwards;
}
#header .outer .inner .logo svg path.letter-1 {
  animation: logoLetterAnimation 1s linear 0.1s backwards;
}
#header .outer .inner .logo img {
  fill: #ffffff;
  stroke: #ffffff;
}
#header .outer .inner .expander {
  position: fixed;
  right: 40px;
  border: none;
  background: none;
  z-index: 10;
  width: 2.1875em;
  height: 1.875em;
  cursor: pointer;
  font-size: 16px;
  margin-left: auto;
}
#header .outer .inner .expander .bar {
  position: absolute;
  left: 0;
  width: 2.1875em;
  height: 0.375em;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
  transition: all 0.1s linear, color 0.4s ease;
}
#header .outer .inner .expander .bar.top {
  top: 0;
}
#header .outer .inner .expander .bar.middle {
  top: 0.75em;
}
#header .outer .inner .expander .bar.bottom {
  bottom: 0;
}
#header .outer .inner .expander:hover .bar.middle {
  transform: scaleX(0.55) skew(-65deg);
}
#header .outer .inner .expander.active .bar {
  height: 0.375em;
}
#header .outer .inner .expander.active .bar.top,
#header .outer .inner .expander.active .bar.bottom {
  transform: rotate(45deg);
}
#header .outer .inner .expander.active .bar.top {
  left: 7px;
  transform-origin: 0 0;
}
#header .outer .inner .expander.active .bar.middle {
  transform: rotate(-45deg);
}
#header .outer .inner .expander.active .bar.bottom {
  left: -7px;
  transform-origin: 100% 100%;
}
#header .outer .inner .nav-wrapper {
  position: fixed;
  top: 60px;
  right: 75px;
  overflow: hidden;
  width: 350px;
}
#header .outer .inner .nav-wrapper .navigation {
  display: none;
  position: relative;
  background-color: rgba(204, 0, 0, 0.9);
  padding-top: 35px;
  padding-bottom: 35px;
}
@media screen and (max-width: 768px) {
  #header .outer .inner .nav-wrapper .navigation {
    overflow-y: scroll;
    /* height: 100vh; */
  }
}
#header .outer .inner .nav-wrapper .navigation > ul > li {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#header .outer .inner .nav-wrapper .navigation > ul > li > a {
  font-family: 'Montserrat', sans-serif;
  text-decoration: none;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.8em;
  padding: 1.2em;
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  #header .outer .inner .nav-wrapper .navigation > ul > li > a {
    padding: 0.5em;
  }
}
@media screen and (max-width: 1024px) {
  #header .outer .inner .nav-wrapper .navigation > ul > li {
    font-size: 0.875em;
  }
}
#header .outer .inner .nav-wrapper .navigation > ul > li.current-menu-item > a {
  color: #000;
}
@media screen and (max-width: 768px) {
  #header .outer .inner .nav-wrapper .navigation:not(.active) {
    display: none;
  }
  #header .outer .inner .nav-wrapper .navigation.active {
    position: fixed;
    top: 6.25em;
    left: 0;
    right: 0;
    bottom: 0;
  }
  #header .outer .inner .nav-wrapper .navigation.active > ul {
    flex-direction: column;
  }
  #header .outer .inner .nav-wrapper .navigation.active > ul > li a {
    font-size: 1.625em;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
  }
  #header .outer .inner .nav-wrapper .navigation.active > ul > li:not(:last-of-type) {
    margin-bottom: 15px;
  }
}
@keyframes logoLetterAnimation {
  0% {
    stroke-dasharray: 500;
    stroke-dashoffset: 500;
  }
  0%,
  55% {
    fill: transparent;
  }
  70% {
    stroke-dashoffset: 0;
  }
  100% {
    fill: inherit;
  }
}
#footer {
  position: fixed;
  bottom: 18px;
  z-index: 100;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  padding: 0 1.5em;
}
@media screen and (max-width: 768px) {
  #footer {
    background: #000;
    padding: 10px;
    bottom: 0px;
  }
}
#footer ul {
  white-space: nowrap;
}
#footer ul li {
  display: inline-block;
}
#footer ul li + li {
  margin-left: 15px;
}
#footer ul li a {
  color: #FFF;
  font-size: 12px;
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.7), 1px 1px 10px rgba(0, 0, 0, 0.7), 1px 1px 10px rgba(0, 0, 0, 0.7);
  text-transform: uppercase;
  font-family: 'Gotham A', 'Gotham B', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 700;
}
#footer .social-icons {
  display: flex;
  gap: 0.8em;
  -webkit-filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, 0.8));
  filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, 0.8));
}
.cookie-consent {
  position: fixed;
  z-index: 110;
  bottom: -100%;
  width: 100%;
  padding: 1.2em;
  transition: 500ms;
  transition-duration: 1s;
  transition-timing-function: ease-out;
  background: #2c2c2c;
}
.cookie-consent.active {
  bottom: 0px;
}
.cookie-consent .copy {
  display: flex;
  width: 80%;
  margin: 0 auto;
  align-items: end;
  font-size: 0.8em;
  gap: 1em;
}
@media screen and (max-width: 768px) {
  .cookie-consent .copy {
    flex-wrap: wrap;
  }
}
.cookie-consent .copy a {
  color: #FFF;
}
.cookie-consent .copy .cookie-btn-ok {
  background: #c30808;
  padding: 1em 1.5em;
  border-radius: 3px;
  margin-top: 12px;
}
.cookie-consent .copy .cookie-btn-deny {
  background: #7e7979;
  padding: 1em 1.5em;
  border-radius: 3px;
  margin-top: 12px;
}
.default-page .default-section .outer {
  padding-bottom: 100px;
}
.default-page .default-section .outer .inner .wysiwyg h1 {
  font-family: 'Gotham A', 'Gotham B', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-size: 3.125rem;
  font-weight: 700;
  line-height: 1em;
  text-transform: uppercase;
}
.default-page .default-section .outer .inner .wysiwyg h2 {
  font-family: 'Gotham A', 'Gotham B', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1em;
  text-transform: uppercase;
}
.default-page .default-section .outer .inner .wysiwyg h3 {
  font-family: 'Gotham A', 'Gotham B', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-size: 2em;
  font-weight: 700;
  line-height: 1em;
  text-transform: uppercase;
}
.default-page .default-section .outer .inner .wysiwyg h4 {
  font-family: 'Gotham A', 'Gotham B', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1em;
  text-transform: uppercase;
}
body.page-template-home,
body.page-template-connect,
body.page-template-blog-archive,
body.single-blog {
  overflow: hidden;
}
.legacy-page {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
}
.legacy-page > .mobile-wrap {
  position: relative;
  z-index: 20;
  height: 100%;
  /*margin-left: 2rem;*/
}
body.admin-bar .legacy-page {
  top: 32px;
}
@media screen and (max-width: 768px) {
  body.admin-bar .legacy-page {
    top: 46px;
  }
}
.legacy-page .ps-scroll-wrap {
  position: absolute;
  z-index: 30;
  top: 0;
  bottom: 0;
  right: 0;
  box-sizing: content-box;
  overflow: hidden;
  overflow-y: auto;
}
.legacy-page > .background {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.legacy-page > .background .media-wrap.mobile {
  display: none;
}
.legacy-page > .background .media-wrap .media {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.legacy-page > .background .media-wrap .media:before {
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: repeat;
  background-image: url('./assets/images/body/overlay-black.png');
}
.legacy-page > .background .media-wrap .media > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.legacy-page > .background .media-wrap .media.video video {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
}
.legacy-page img {
  border: 0;
  max-width: 100%;
}
.legacy-page h1 {
  margin: 0;
}
.legacy-page a {
  color: inherit;
}
.legacy-page h1,
.legacy-page h2,
.legacy-page h3,
.legacy-page h4,
.legacy-page h5,
.legacy-page h6 {
  margin-bottom: 15px;
}
.legacy-page h1 {
  font-size: 40px;
}
.legacy-page h2 {
  font-size: 32px;
}
.legacy-page h3 {
  font-size: 26px;
}
.legacy-page h4 {
  font-size: 20px;
}
.legacy-page h5 {
  font-size: 16px;
}
.legacy-page h6 {
  font-size: 12px;
}
.legacy-page .heading-text {
  font-size: 32px;
  letter-spacing: -1px;
  line-height: 90%;
  text-transform: uppercase;
  font-family: 'Gotham A', 'Gotham B', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 700;
}
.legacy-page .heading-text.heading-large {
  letter-spacing: 1px;
  font-family: 'Gotham A', 'Gotham B', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 900;
}
.legacy-page .heading-text.heading-sub {
  font-size: 20px;
}
.legacy-page .heading-text br,
.legacy-page .heading-text span {
  display: none;
}
.legacy-page p,
.legacy-page .author-quote {
  font-size: 15px;
  line-height: 165%;
  margin-bottom: 15px;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}
.legacy-page p a,
.legacy-page .author-quote a {
  text-decoration: underline;
}
.legacy-page .author-name {
  font-size: 15px;
  text-transform: uppercase;
  line-height: 90%;
  font-family: 'Gotham A', 'Gotham B', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 700;
}
.legacy-page .author-title {
  font-size: 10px;
  font-family: 'Gotham A', 'Gotham B', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
}
.legacy-page .svg-heading {
  position: relative;
  font-size: 0;
}
.legacy-page .svg-heading:after {
  content: '';
  display: block;
  height: 0;
  background-size: contain;
  background-repeat: no-repeat;
}
.legacy-page .svg-heading svg {
  height: 100%;
  max-width: 100%;
}
.legacy-page .svg-heading svg text {
  font-family: 'Gotham A', 'Gotham B', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 700;
}
.legacy-page .svg-filter {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
}
.legacy-page .read-more {
  display: inline-block;
  position: relative;
  margin-right: 12px;
  font-size: 14px;
  text-transform: uppercase;
  white-space: nowrap;
  line-height: 100%;
  letter-spacing: 1px;
  font-family: 'Gotham A', 'Gotham B', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 900;
}
.legacy-page .read-more:after {
  content: '\276f';
  position: absolute;
  left: 100%;
  top: 0;
  margin-left: 3px;
  transition: margin-left 0.4s ease;
}
.legacy-page .chart-label {
  font-size: 11px;
  font-family: 'Gotham A', 'Gotham B', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 700;
}
.legacy-page .video-wrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  margin-bottom: 15px;
}
.legacy-page .video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.legacy-page.bg-white {
  color: #000000;
}
.legacy-page .flex-layout {
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  align-items: center;
  justify-content: center;
}
.legacy-page .flex-layout .flex-content .flex-content-wrap {
  max-width: 1000px;
  margin: 0 auto;
}
.legacy-page .flex-layout .flex-content .flex-content-wrap .flex-content-inner {
  position: relative;
}
.legacy-page .vertical-wrap {
  display: table;
  height: 100vh;
}
.legacy-page .vertical-wrap .vertical-top {
  vertical-align: top;
  display: table-cell;
}
.legacy-page .vertical-wrap .vertical-middle {
  vertical-align: middle;
  display: table-cell;
}
.legacy-page .vertical-wrap .vertical-bottom {
  vertical-align: bottom;
  display: table-cell;
}
@media screen and (max-width: 1400px) {
  .legacy-page h1 {
    font-size: 32px;
  }
  .legacy-page h2 {
    font-size: 26px;
  }
  .legacy-page h3 {
    font-size: 20px;
  }
  .legacy-page h4 {
    font-size: 16px;
  }
  .legacy-page h5 {
    font-size: 12px;
  }
  .legacy-page h6 {
    font-size: 10px;
  }
  .legacy-page .heading-text {
    font-size: 26px;
  }
  .legacy-page .heading-text.heading-sub {
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .legacy-page h1 {
    font-size: 26px;
  }
  .legacy-page h2 {
    font-size: 20px;
  }
  .legacy-page h3 {
    font-size: 16px;
  }
  .legacy-page h4 {
    font-size: 12px;
  }
  .legacy-page h5 {
    font-size: 10px;
  }
  .legacy-page h6 {
    font-size: 8px;
  }
  .legacy-page .heading-text {
    font-size: 22px;
  }
  .legacy-page .heading-text.heading-sub {
    font-size: 16px;
  }
  .legacy-page .author-quote {
    font-size: 13.5px;
  }
}
@media screen and (max-width: 768px) {
  #header {
    top: 0;
  }
  #header .outer .inner .nav-wrapper {
    top: 22px;
    right: 0;
    width: 100vw;
  }
  #header .outer .inner .nav-wrapper .navigation {
    top: 4.25em;
    height: 100vh;
  }
  #header .outer .inner .nav-wrapper .navigation.active {
    top: 4.25em;
  }
  #header .outer .inner .nav-wrapper .navigation > ul > li a {
    font-size: 1.625em;
  }
  body .main .video-hero {
    padding-top: 0;
  }
  .js-hero-slider .swiper-wrapper .swiper-slide .content .copy .heading {
    font-size: 3em;
    padding: 0 1em;
  }
  .svg-image.heading-single.large img {
    height: 2em !important;
  }
  .legacy-page {
    margin-top: 105px;
    padding-top: 35px;
  }
  .legacy-page .js-hero-slider .swiper-wrapper .swiper-slide .content .copy .intro-text {
    font-size: 1em;
  }
  .legacy-page .js-hero-slider .swiper-wrapper .swiper-slide .content .copy .heading {
    margin-top: 10px;
    font-size: 3em;
  }
  .legacy-page.home-page {
    margin-top: 0px;
    padding-top: 0px;
  }
  .legacy-page h1 {
    font-size: 20px;
  }
  .legacy-page h2 {
    font-size: 16px;
  }
  .legacy-page h3 {
    font-size: 12px;
  }
  .legacy-page h4 {
    font-size: 10px;
  }
  .legacy-page h5 {
    font-size: 8px;
  }
  .legacy-page h6 {
    font-size: 7px;
  }
  .legacy-page > .background .media-wrap.desktop {
    display: none;
  }
  .legacy-page > .background .media-wrap.mobile {
    display: block;
  }
  .legacy-page .heading-text {
    font-size: 18px;
  }
  .legacy-page .heading-text.heading-sub {
    font-size: 14px;
  }
  .legacy-page .author-quote {
    font-size: 14px;
    line-height: 152%;
  }
  .legacy-page .mobile-wrap {
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 30px;
    overflow-y: auto;
  }
  .legacy-page .svg-heading {
    max-width: 400px;
    margin-bottom: 25px;
  }
  .legacy-page .flex-layout {
    display: block;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    align-items: stretch;
    justify-content: flex-start;
  }
  .legacy-page .flex-layout .flex-content .flex-content-wrap {
    max-width: none;
    margin: 0;
  }
  .legacy-page .vertical-wrap {
    display: block;
    height: auto;
  }
  .legacy-page .vertical-wrap .vertical-top,
  .legacy-page .vertical-wrap .vertical-middle,
  .legacy-page .vertical-wrap .vertical-bottom {
    vertical-align: baseline;
    display: block;
  }
}
body.page-template-home .legacy-page > .background .media-wrap.mobile {
  display: none;
}
body.page-template-home .legacy-page > .background .media-wrap .media {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
body.page-template-home .legacy-page > .background .media-wrap .media:before {
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: repeat;
  background-image: url('./assets/images/body/overlay-black.png');
}
body.page-template-home .legacy-page > .background .media-wrap .media > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.page-template-home .legacy-page > .background .media-wrap .media.video video {
  position: absolute;
  display: none;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
}
/* Updated page header video player - 5/17/2022 */
body {
  overflow-x: hidden;
}
body .main .video-hero {
  position: relative;
  min-height: 40vh;
  max-height: 90vh;
  width: 100%;
  /* overflow: hidden; */
  /* background-color: #000; */
}
body .main .video-hero .content {
  z-index: 10;
  /* background-color: #000; */
}
body .main .video-hero .content .image img {
  width: 100%;
  opacity: 0.6;
}
body .main .video-hero .pattern {
  position: absolute;
  top: 0;
  width: 100%;
  height: 650px;
  z-index: 20;
  background-color: dimgrey;
  background: repeating-linear-gradient(-45deg, rgba(0, 0, 0, 0.25) 6px, rgba(0, 0, 0, 0.25) 7px, transparent 8px, transparent 14px);
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Uw-.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCs16Ew-.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Ew-.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtZ6Ew-.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCu170w-.ttf) format('truetype');
}
.home-page h1 {
  display: none;
}
.our-services-page [class*="grid-"] {
  display: grid;
  gap: 3em;
}
.our-services-page .section-grid > .svg-title {
  grid-area: section-title;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.our-services-page .section-grid > .svg-title .svg-image svg {
  max-width: 100%;
  height: auto;
}
.our-services-page .section-grid > .svg-title .svg-image img {
  max-width: 100%;
  height: auto;
}
.our-services-page .section-grid > .svg-title.separator .svg-image {
  position: relative;
  padding-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.our-services-page .section-grid > .svg-title.separator .svg-image:before {
  content: '';
  position: absolute;
  top: 100%;
  width: 250px;
  height: 1px;
  background-color: #d5d5d5;
}
.our-services-page .section-grid > .svg-title.separator .svg-image:after {
  content: '';
  position: absolute;
  top: calc(100% - 4px);
  width: 10px;
  height: 10px;
  background-color: #FF0000;
  transform: rotate(45deg);
}
.our-services-page .section-grid > .media {
  grid-area: section-media;
  display: flex;
  align-items: center;
  justify-content: center;
}
.our-services-page .section-grid > .media > img {
  max-width: 100%;
}
.our-services-page .services-section .outer .inner .section-grid .grid-services {
  max-width: 940px;
  margin: 0 auto;
  margin-top: 3em;
}
.our-services-page .services-section .outer .inner .section-grid .grid-services .content {
  line-height: 22px;
}
@media (min-width: 40em) {
  .our-services-page .services-section .outer .inner .section-grid .grid-services {
    grid-template-columns: 1fr 1fr;
  }
  .our-services-page .services-section .outer .inner .section-grid .grid-services .last {
    grid-column: span 2;
  }
}
.our-services-page .services-section .outer .inner .section-grid .our-brands {
  margin-top: 5em;
}
.our-services-page .clients-section .outer .inner .section-grid {
  grid-template-areas: "section-title" "section-content";
  grid-gap: 50px;
}
@media screen and (max-width: 768px) {
  .our-services-page .clients-section .outer .inner .section-grid > .svg-title .svg-image {
    max-width: 50vw;
  }
}
.our-services-page .clients-section .outer .inner .section-grid .clients {
  grid-area: section-content;
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 25px;
}
@media screen and (max-width: 1024px) {
  .our-services-page .clients-section .outer .inner .section-grid .clients {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .our-services-page .clients-section .outer .inner .section-grid .clients {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 560px) {
  .our-services-page .clients-section .outer .inner .section-grid .clients {
    grid-template-columns: repeat(3, 1fr);
  }
}
.our-services-page .clients-section .outer .inner .section-grid .clients .client {
  position: relative;
}
.our-services-page .clients-section .outer .inner .section-grid .clients .client .media {
  position: relative;
  z-index: 10;
  height: 0;
  padding-bottom: 50%;
  overflow: hidden;
}
.our-services-page .clients-section .outer .inner .section-grid .clients .client .media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.about-us-page .outer {
  max-width: 67.5em;
  padding-bottom: 50px;
}
.about-us-page .outer .inner .content {
  text-align: center;
  line-height: 22px;
  margin: 2em 0;
}
.about-us-page .outer .inner .content .copy {
  margin-top: 1em;
}
.about-us-page .section > .svg-title {
  grid-area: section-title;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.about-us-page .section > .svg-title .svg-image svg {
  max-width: 100%;
  height: auto;
}
.about-us-page .section > .svg-title .svg-image img {
  max-width: 100%;
  height: auto;
}
.about-us-page .section > .svg-title.separator .svg-image {
  position: relative;
  padding-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.about-us-page .section > .svg-title.separator .svg-image:before {
  content: '';
  position: absolute;
  top: 100%;
  width: 250px;
  height: 1px;
  background-color: #d5d5d5;
}
.about-us-page .section > .svg-title.separator .svg-image:after {
  content: '';
  position: absolute;
  top: calc(100% - 4px);
  width: 10px;
  height: 10px;
  background-color: #FF0000;
  transform: rotate(45deg);
}
.about-us-page .section > .media {
  grid-area: section-media;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-us-page .section > .media > img {
  max-width: 100%;
}
.about-us-page .roi-section {
  padding-top: 2em;
}
.about-us-page .our-mission-section .content .copy {
  margin-top: 1em;
  font-size: 1.9em;
  line-height: 38px;
}
.about-us-page .people-section .outer .inner .content .copy {
  max-width: 40em;
  margin: 1.2em auto;
}
.about-us-page .people-section .outer .inner .content .people {
  margin-top: 3em;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 15px;
}
@media screen and (max-width: 1024px) {
  .about-us-page .people-section .outer .inner .content .people {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .about-us-page .people-section .outer .inner .content .people {
    grid-template-columns: repeat(2, 1fr);
  }
}
.about-us-page .people-section .outer .inner .content .people .person {
  position: relative;
}
.about-us-page .people-section .outer .inner .content .people .person .media {
  position: relative;
  z-index: 10;
  height: 0;
  padding-bottom: 114.285%;
  overflow: hidden;
}
.about-us-page .people-section .outer .inner .content .people .person .media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.2s linear;
}
.about-us-page .people-section .outer .inner .content .people .person .info {
  position: absolute;
  text-align: left;
  color: white ;
  z-index: 20;
  bottom: 0;
  width: 100%;
  padding: 10px 5px;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}
.about-us-page .people-section .outer .inner .content .people .person .info p {
  font-size: 0.7em;
}
.about-us-page .people-section .outer .inner .content .people .person .info .name {
  font-weight: 600;
}
.about-us-page .people-section .outer .inner .content .people .person .info .social-icons {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 10px;
}
.about-us-page .people-section .outer .inner .content .people .person .info .social-icons .social-icon {
  color: #ffffff;
}
.about-us-page .people-section .outer .inner .content .people .person .info .social-icons .social-icon .fa-stack-1x {
  color: #000000;
}
.about-us-page .people-section .outer .inner .content .people .person:hover .media img {
  transform: scale(1.05);
}
.about-us-page .people-section .outer .inner .content .people .person:hover .info {
  display: block;
}
.immersive-commerce-page .section-grid {
  display: grid;
}
.immersive-commerce-page .section-grid > .svg-title {
  grid-area: section-title;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.immersive-commerce-page .section-grid > .svg-title .svg-image svg {
  max-width: 100%;
  height: auto;
}
.immersive-commerce-page .section-grid > .svg-title .svg-image img {
  max-width: 100%;
  height: auto;
}
.immersive-commerce-page .section-grid > .svg-title.separator .svg-image {
  position: relative;
  padding-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.immersive-commerce-page .section-grid > .svg-title.separator .svg-image:before {
  content: '';
  position: absolute;
  top: 100%;
  width: 250px;
  height: 1px;
  background-color: #d5d5d5;
}
.immersive-commerce-page .section-grid > .svg-title.separator .svg-image:after {
  content: '';
  position: absolute;
  top: calc(100% - 4px);
  width: 10px;
  height: 10px;
  background-color: #FF0000;
  transform: rotate(45deg);
}
.immersive-commerce-page .section-grid > .media {
  grid-area: section-media;
  display: flex;
  align-items: center;
  justify-content: center;
}
.immersive-commerce-page .section-grid > .media > img {
  max-width: 100%;
}
.immersive-commerce-page .hero-section {
  position: relative;
  /* min-height: 80vh; */
  /* padding-top: 5%; */
  display: flex;
  align-items: center;
  justify-content: center;
}
.immersive-commerce-page .hero-section .outer {
  position: relative;
  z-index: 20;
}
.immersive-commerce-page .hero-section .outer .inner {
  max-width: 900px;
  margin: 0 auto;
}
.immersive-commerce-page .hero-section .outer .inner .section-grid {
  grid-template-areas: "section-title section-media";
  grid-gap: 50px;
}
@media screen and (max-width: 768px) {
  .immersive-commerce-page .hero-section .outer .inner .section-grid {
    grid-template-areas: "section-media" "section-title";
    grid-template-columns: 1fr;
  }
}
.immersive-commerce-page .hero-section .outer .inner .section-grid > .svg-title > .content {
  grid-area: section-content;
}
.immersive-commerce-page .hero-section .outer .inner .section-grid > .svg-title > .content > .wysiwyg {
  margin-top: 15px;
}
.immersive-commerce-page .hero-section .outer .inner .section-grid > .svg-title > .content > .wysiwyg .download {
  font-family: 'Gotham A', 'Gotham B', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-flex;
  flex-direction: row;
  font-size: 14px;
}
.immersive-commerce-page .hero-section .outer .inner .section-grid > .svg-title > .content > .wysiwyg .download:before {
  content: '';
  width: 20px;
  height: 20px;
  background-image: url('./assets/images/pages/immersive-commerce/download-icon.png');
  background-repeat: no-repeat;
  margin-right: 10px;
}
.immersive-commerce-page .hero-section .background,
.immersive-commerce-page .hero-section .background > img {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.immersive-commerce-page .hero-section .background {
  z-index: 10;
}
.immersive-commerce-page .hero-section .background > img {
  z-index: 10;
  object-fit: cover;
}
.immersive-commerce-page .commerce-section {
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.immersive-commerce-page .commerce-section .outer .inner .section-grid {
  grid-template-areas: "section-title" "section-content" "section-cards";
  grid-template-columns: 1fr;
  grid-gap: 50px;
}
.immersive-commerce-page .commerce-section .outer .inner .section-grid > .content {
  grid-area: section-content;
}
.immersive-commerce-page .commerce-section .outer .inner .section-grid > .content > .wysiwyg {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}
.immersive-commerce-page .commerce-section .outer .inner .section-grid > .cards {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 15px;
}
@media screen and (max-width: 768px) {
  .immersive-commerce-page .commerce-section .outer .inner .section-grid > .cards {
    grid-template-columns: 1fr;
  }
}
.immersive-commerce-page .commerce-section .outer .inner .section-grid > .cards > .wysiwyg > .media {
  grid-area: card-media;
}
.immersive-commerce-page .commerce-section .outer .inner .section-grid > .cards > .wysiwyg > .media img {
  max-width: 100%;
}
.immersive-commerce-page .commerce-section .outer .inner .section-grid > .cards > .wysiwyg > .title {
  color: #FF0000;
  grid-area: card-title;
}
.immersive-commerce-page .commerce-section .outer .inner .section-grid > .cards > .wysiwyg > p {
  grid-area: card-content;
}
@media screen and (min-width: 769px) {
  .immersive-commerce-page .commerce-section .outer .inner .section-grid > .cards > .wysiwyg {
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  .immersive-commerce-page .commerce-section .outer .inner .section-grid > .cards > .wysiwyg *:not(:first-child) {
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .immersive-commerce-page .commerce-section .outer .inner .section-grid > .cards > .wysiwyg {
    display: grid;
    grid-template-columns: 180px 1fr;
    grid-template-areas: "card-media card-title" "card-media card-content";
  }
  .immersive-commerce-page .commerce-section .outer .inner .section-grid > .cards > .wysiwyg *:not(:first-child) {
    margin-top: 0;
  }
}
.immersive-commerce-page .shopping-section {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  .immersive-commerce-page .shopping-section {
    min-height: 800px;
    overflow: hidden;
  }
}
.immersive-commerce-page .shopping-section .outer .inner .section-grid {
  grid-template-areas: "section-title section-media";
  grid-template-columns: 1fr 1fr;
  grid-gap: 100px;
}
@media screen and (max-width: 768px) {
  .immersive-commerce-page .shopping-section .outer .inner .section-grid {
    grid-template-areas: "section-media" "section-title";
    grid-template-columns: 1fr;
    grid-gap: 0;
  }
}
.immersive-commerce-page .shopping-section .outer .inner .section-grid > .media img {
  position: absolute;
  z-index: 10;
  top: 0;
  height: 100%;
  object-fit: contain;
  object-position: right;
}
@media screen and (max-width: 768px) {
  .immersive-commerce-page .shopping-section .outer .inner .section-grid > .media img {
    position: relative;
    height: auto;
    width: 100%;
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .immersive-commerce-page .shopping-section .outer .inner .section-grid > .media {
    margin-bottom: -18%;
    margin-top: -18%;
  }
}
.immersive-commerce-page .shopping-section .outer .inner .section-grid > .svg-title .svg-image {
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) {
  .immersive-commerce-page .shopping-section .outer .inner .section-grid > .svg-title {
    align-items: flex-start;
  }
  .immersive-commerce-page .shopping-section .outer .inner .section-grid > .svg-title .svg-image {
    align-items: flex-start;
  }
  .immersive-commerce-page .shopping-section .outer .inner .section-grid > .svg-title .svg-image:after {
    margin: 0 120px;
  }
}
.immersive-commerce-page .search-section {
  min-height: 50vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.immersive-commerce-page .search-section .outer .inner {
  max-width: 900px;
  margin: 0 auto;
}
.immersive-commerce-page .search-section .outer .inner .section-grid {
  grid-template-areas: "section-media section-title";
  grid-template-columns: 1fr 1fr;
  grid-gap: 50px;
}
@media screen and (max-width: 768px) {
  .immersive-commerce-page .search-section .outer .inner .section-grid {
    grid-template-areas: "section-media" "section-title";
    grid-template-columns: 1fr;
  }
}
.immersive-commerce-page .search-section .outer .inner .section-grid > .svg-title .svg-image {
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) {
  .immersive-commerce-page .search-section .outer .inner .section-grid > .svg-title {
    align-items: flex-start;
  }
  .immersive-commerce-page .search-section .outer .inner .section-grid > .svg-title .svg-image {
    align-items: flex-start;
  }
  .immersive-commerce-page .search-section .outer .inner .section-grid > .svg-title .svg-image:after {
    margin: 0 120px;
  }
}
.immersive-commerce-page .brand-section {
  position: relative;
  min-height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.immersive-commerce-page .brand-section .outer {
  position: relative;
  z-index: 20;
}
.immersive-commerce-page .brand-section .outer .inner {
  max-width: 900px;
  margin: 0 auto;
}
.immersive-commerce-page .brand-section .outer .inner .section-grid {
  grid-template-areas: "section-title section-media";
  grid-template-columns: 1fr 1fr;
  grid-gap: 50px;
}
@media screen and (max-width: 768px) {
  .immersive-commerce-page .brand-section .outer .inner .section-grid {
    grid-template-areas: "section-media" "section-title";
    grid-template-columns: 1fr;
  }
}
.immersive-commerce-page .brand-section .outer .inner .section-grid > .svg-title .svg-image {
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) {
  .immersive-commerce-page .brand-section .outer .inner .section-grid > .svg-title {
    align-items: flex-start;
  }
  .immersive-commerce-page .brand-section .outer .inner .section-grid > .svg-title .svg-image {
    align-items: flex-start;
  }
  .immersive-commerce-page .brand-section .outer .inner .section-grid > .svg-title .svg-image:after {
    margin: 0 120px;
  }
}
.immersive-commerce-page .brand-section .background,
.immersive-commerce-page .brand-section .background > img {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.immersive-commerce-page .brand-section .background {
  z-index: 10;
}
.immersive-commerce-page .brand-section .background > img {
  z-index: 10;
  object-fit: cover;
}
.immersive-commerce-page .retail-section {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  .immersive-commerce-page .retail-section {
    min-height: 60vh;
    overflow: hidden;
  }
}
.immersive-commerce-page .retail-section .outer .inner {
  max-width: 900px;
  margin: 0 auto;
}
.immersive-commerce-page .retail-section .outer .inner .section-grid {
  grid-template-areas: "section-media section-title";
  grid-template-columns: 1fr 1fr;
  grid-gap: 50px;
}
@media screen and (max-width: 768px) {
  .immersive-commerce-page .retail-section .outer .inner .section-grid {
    grid-template-areas: "section-media" "section-title";
    grid-template-columns: 1fr;
  }
}
@media screen and (min-width: 769px) {
  .immersive-commerce-page .retail-section .outer .inner .section-grid > .media img {
    position: absolute;
    z-index: 10;
    top: 0;
    height: 100%;
    object-fit: contain;
    margin-left: 6%;
  }
}
.immersive-commerce-page .retail-section .outer .inner .section-grid > .svg-title {
  z-index: 20;
}
.immersive-commerce-page .retail-section .outer .inner .section-grid > .svg-title .svg-image {
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) {
  .immersive-commerce-page .retail-section .outer .inner .section-grid > .svg-title {
    align-items: flex-start;
  }
  .immersive-commerce-page .retail-section .outer .inner .section-grid > .svg-title .svg-image {
    align-items: flex-start;
  }
  .immersive-commerce-page .retail-section .outer .inner .section-grid > .svg-title .svg-image:after {
    margin: 0 120px;
  }
}
.immersive-commerce-page .experts-section {
  position: relative;
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.immersive-commerce-page .experts-section .outer {
  position: relative;
  z-index: 20;
}
.immersive-commerce-page .experts-section .outer .inner {
  max-width: 900px;
  margin: 0 auto;
}
.immersive-commerce-page .experts-section .outer .inner .section-grid {
  grid-template-areas: "section-title" "section-content";
  grid-template-columns: 1fr;
  grid-gap: 50px;
}
.immersive-commerce-page .experts-section .outer .inner .section-grid > .content {
  grid-area: section-content;
}
.immersive-commerce-page .experts-section .outer .inner .section-grid > .content > .wysiwyg {
  text-align: center;
}
.immersive-commerce-page .experts-section .outer .inner .section-grid > .content > .wysiwyg .button {
  padding: 15px 20px;
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px #FF0000 solid;
  display: inline-flex;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
}
.immersive-commerce-page .experts-section .outer .inner .section-grid > .content > .wysiwyg .button > span {
  font-size: 14px;
}
.immersive-commerce-page .experts-section .outer .inner .section-grid > .content > .wysiwyg .button > span:after {
  content: '';
  display: inline-block;
  border-right: 2px solid #FF0000;
  border-bottom: 2px solid #FF0000;
  width: 6px;
  height: 6px;
  transform: rotate(-45deg);
  margin-left: 5px;
}
.immersive-commerce-page .experts-section .background,
.immersive-commerce-page .experts-section .background > img {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.immersive-commerce-page .experts-section .background {
  z-index: 10;
}
.immersive-commerce-page .experts-section .background > img {
  z-index: 10;
  object-fit: cover;
}
.connect-page h1 {
  display: none;
}
.connect-page .mobile-wrap {
  overflow-y: auto;
}
.connect-page .connect-wrap {
  margin: 0 auto;
  height: 0;
  padding-top: 7%;
}
.connect-page .connect-wrap .heading-text {
  font-size: 24px;
}
.connect-page .connect-wrap .heading-text br,
.connect-page .connect-wrap .heading-text span {
  display: initial;
}
.connect-page .heading-wrap {
  width: 72vw;
  max-width: 1000px;
  height: initial;
}
.connect-page .heading-wrap .heading-wrap-inner {
  position: relative;
  max-width: 148vh;
  margin: 0 auto 4% auto;
  display: flex;
}
.connect-page .heading-wrap .heading-wrap-inner .heading-main-wrap {
  width: 55%;
}
.connect-page .heading-wrap .heading-wrap-inner .heading-info-wrap {
  width: 45%;
}
.connect-page .heading-wrap .heading-wrap-inner .heading-info-wrap .heading-text {
  white-space: nowrap;
}
.connect-page .heading-wrap .heading-wrap-inner .heading-info-wrap .author-quote {
  margin-bottom: 10px;
}
.connect-page .heading-wrap .heading-wrap-inner .svg-heading.heading-main:after {
  padding-bottom: 62.7%;
  background-image: url('./assets/images/pages/connect/the-machine-is-always-on.svg');
}
.connect-page .heading-wrap .heading-wrap-inner .svg-heading.heading-map {
  position: absolute;
  z-index: -1;
  bottom: 2%;
  left: 47.3%;
  width: 50%;
}
.connect-page .heading-wrap .heading-wrap-inner .svg-heading.heading-map:after {
  padding-bottom: 60%;
  background-image: url('./assets/images/pages/connect/location-map.png');
}
.connect-page .heading-wrap .heading-wrap-columns {
  display: flex;
}
.connect-page .heading-wrap .heading-wrap-columns .content-column {
  width: 48%;
}
.connect-page .heading-wrap .heading-wrap-columns .content-column + .content-column {
  margin-left: 4%;
}
.connect-page .heading-wrap .heading-wrap-columns .heading-text {
  font-size: 18px;
  margin-bottom: 20px;
}
.connect-page .heading-wrap .heading-wrap-columns .author-quote {
  margin-bottom: initial;
}
@media screen and (max-width: 768px) {
  .connect-page {
    overflow-y: auto;
  }
  .connect-page .connect-wrap .heading-text {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .connect-page .heading-wrap {
    width: initial;
    max-width: initial;
  }
  .connect-page .heading-wrap .heading-wrap-inner {
    max-width: initial;
    margin: initial;
  }
  .connect-page .heading-wrap .heading-wrap-inner .heading-main-wrap,
  .connect-page .heading-wrap .heading-wrap-inner .heading-info-wrap {
    width: initial;
  }
  .connect-page .heading-wrap .heading-wrap-inner .heading-info-wrap .social-icons {
    margin-bottom: 25px;
  }
  .connect-page .heading-wrap .heading-wrap-inner .svg-heading.heading-main {
    max-width: 450px;
  }
  .connect-page .heading-wrap .heading-wrap-inner .svg-heading.heading-map {
    display: none;
  }
  .connect-page .heading-wrap .heading-wrap-columns {
    display: block;
  }
  .connect-page .heading-wrap .heading-wrap-columns .content-column {
    width: initial;
  }
  .connect-page .heading-wrap .heading-wrap-columns .content-column + .content-column {
    margin-left: initial;
    margin-top: 25px;
  }
  .connect-page .heading-wrap .heading-wrap-columns .heading-text {
    margin-bottom: 10px;
  }
}
.blog-archive-page h1 {
  display: none;
}
.blog-archive-page .vertical-wrap {
  position: absolute;
  top: 0;
  left: 72%;
}
.blog-archive-page .vertical-wrap .vertical-middle {
  width: 22vh;
  max-width: 220px;
}
.blog-archive-page .vertical-wrap .svg-heading:after {
  padding-bottom: 288%;
  background-image: url('./assets/images/pages/blog/retail-currency.svg');
}
.blog-archive-page .posts {
  max-width: 600px;
  padding-right: 30%;
  padding-left: 10%;
  text-align: right;
}
.blog-archive-page .posts .post {
  margin-bottom: 50px;
}
.blog-archive-page .posts .post .heading-text {
  margin-bottom: 10px;
}
.blog-archive-page .posts .post .meta {
  font-size: 12px;
  margin-bottom: 10px;
}
.blog-archive-page .posts .post .read-more:hover {
  color: #f00;
}
.blog-archive-page .posts .post .read-more:hover:after {
  margin-left: 5px;
}
.blog-archive-page .posts .post:not(.featured) .heading-text {
  font-size: 18px;
}
.blog-archive-page .posts .post.hidden-post {
  height: 15vh;
}
@media screen and (max-width: 1280px) {
  .blog-archive-page .vertical-wrap {
    left: 80%;
  }
  .blog-archive-page .vertical-wrap .vertical-middle {
    width: 13.5vw;
    max-width: 25vh;
  }
  .blog-archive-page .posts {
    padding-right: 22%;
  }
}
@media screen and (max-width: 768px) {
  .blog-archive-page .vertical-wrap {
    position: fixed;
    left: 0;
    top: 85px;
  }
  .blog-archive-page .vertical-wrap .vertical-middle {
    display: none;
    width: 45vw;
    max-width: 220px;
  }
  .blog-archive-page .posts {
    position: relative;
    z-index: 20;
    right: initial;
    height: initial;
    max-width: initial;
    padding: initial;
  }
  .blog-archive-page .posts .post {
    margin-bottom: 30px;
  }
  .blog-archive-page .posts .post .heading-text {
    font-size: 24px;
  }
  .blog-archive-page .posts .post:not(.featured) .heading-text {
    font-size: 18px;
  }
  .blog-archive-page .posts .post.hidden-post {
    display: none;
  }
}
.blog-single-page .back {
  position: absolute;
  z-index: 100;
  right: 87vw;
  top: 50%;
  margin-top: -21px;
  display: block;
  width: 49px;
  height: 42px;
  background: url('./assets/images/pages/blog/back-short.png') 0 0 no-repeat;
}
@media screen and (max-width: 768px) {
  .blog-single-page .back {
    right: 85vw;
  }
}
.blog-single-page .vertical-wrap {
  top: 0;
  right: 70vw;
  position: absolute;
  z-index: 10;
  padding-right: 28px;
}
@media screen and (max-width: 768px) {
  .blog-single-page .vertical-wrap {
    padding-right: 25px;
    right: 57vw;
  }
}
.blog-single-page .vertical-wrap .vertical-middle {
  width: 10vw;
  max-width: 25vh;
}
.blog-single-page .vertical-wrap .svg-heading:after {
  padding-bottom: 288%;
  background-image: url('./assets/images/pages/blog/retail-currency.svg');
}
@media screen and (max-width: 768px) {
  .blog-single-page .vertical-wrap .svg-heading {
    width: 10vw;
    max-width: 25vh;
    margin-top: -36px;
    transform: rotate(270deg);
  }
}
.blog-single-page .ps-scroll-wrap .ps-inner {
  float: right;
  padding-right: 10vw;
  width: 57vw;
  box-sizing: content-box;
  padding-top: 150px;
}
@media screen and (max-width: 768px) {
  .blog-single-page .ps-scroll-wrap .ps-inner {
    width: 72vw;
    padding-top: 20%;
    padding-right: 12vw;
  }
}
.blog-single-page .blog-header .heading-text {
  font-size: 50px;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .blog-single-page .blog-header .heading-text {
    font-size: 30px;
  }
}
.blog-single-page .blog-header .featured-image {
  margin-bottom: 30px;
  max-height: 30vh;
  overflow: hidden;
}
.blog-single-page .meta-wrap {
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .blog-single-page .meta-wrap {
    margin-top: 5px;
  }
}
.blog-single-page .meta-wrap span {
  font-size: 14px;
}
.blog-single-page .blog-columns {
  display: flex;
}
@media screen and (max-width: 768px) {
  .blog-single-page .blog-columns {
    display: block;
    padding-bottom: 55px;
  }
}
.blog-single-page .blog-columns .blog-author {
  min-width: 100px;
  margin-right: 20px;
}
.blog-single-page .blog-columns .blog-author .author-block {
  width: 100px;
}
@media screen and (max-width: 768px) {
  .blog-single-page .blog-columns .blog-author .author-block {
    width: 50%;
  }
}
.blog-single-page .blog-columns .blog-author .author-block .author-image {
  display: block;
  margin-bottom: 3px;
}
.blog-single-page .blog-columns .blog-author .author-block .author-info .meta-wrap {
  display: none;
}
@media screen and (max-width: 768px) {
  .blog-single-page .blog-columns .blog-author .author-block .author-info {
    margin-top: 5px;
  }
}
.blog-single-page .blog-columns .blog-author .author-block .author-info .author-name {
  font-family: 'Gotham A', 'Gotham B', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  text-transform: none;
  line-height: 110%;
}
.blog-single-page .blog-columns .blog-author .author-block .author-info .author-name strong {
  font-weight: normal;
  font-family: 'Gotham A', 'Gotham B', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 700;
}
.blog-single-page .blog-columns .blog-content .author-quote p {
  margin-bottom: 20px;
}
.blog-single-page .blog-columns .blog-content .author-quote blockquote {
  font-size: 20px;
  font-weight: bold;
  font-family: 'Gotham A', 'Gotham B', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 25px;
}
.blog-single-page .blog-columns .blog-content .author-quote blockquote:before {
  font-size: 24px;
  color: #FF0000;
  content: "\201c";
}
.blog-single-page .blog-columns .blog-content .author-quote blockquote:after {
  font-size: 24px;
  color: #FF0000;
  content: "\201d";
}
.blog-single-page .social-icons {
  margin-bottom: 40px;
}
.careers-page .vertical-wrap {
  position: absolute;
  top: 0;
  left: 72%;
}
.careers-page .vertical-wrap .vertical-middle {
  width: 17vh;
  max-width: 160px;
}
.careers-page .vertical-wrap .svg-heading:after {
  padding-bottom: 474%;
  background-image: url('./assets/images/pages/careers/we-need-leaders-not-followers.svg');
}
.careers-page .job-openings {
  position: absolute;
  z-index: 30;
  right: 0;
  /* height: 100vh; */
  padding-right: 30%;
  padding-left: 10%;
  padding-top: 100px;
}
.careers-page .job-openings .job-openings-inner {
  margin-bottom: 50px;
}
.careers-page .job-openings .careers-content {
  margin-top: 70px;
  margin-bottom: 40px;
}
.careers-page .job-openings .careers-content h1 {
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 0;
  color: #a9a9a9;
  font-family: 'Gotham A', 'Gotham B', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 700;
}
.careers-page .job-openings .job-openings-header {
  margin-bottom: 15px;
}
.careers-page .job-openings .job-openings-header h2 {
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-right: 15px;
  font-family: 'Gotham A', 'Gotham B', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 700;
}
.careers-page .job-openings .job-openings-header .job-openings-search {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 20px;
  height: 30px;
}
.careers-page .job-openings .job-openings-header .job-openings-search .social-icon {
  position: absolute;
  z-index: 2;
  top: 2px;
  right: 0;
  font-size: 18px;
  cursor: pointer;
  transition: none;
  display: none;
}
.careers-page .job-openings .job-openings-header .job-openings-search .social-icon .fa-close {
  display: none;
}
.careers-page .job-openings .job-openings-header .job-openings-search input {
  display: none;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: solid 1px #fff;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 15px;
  padding: 7px 26px 7px 7px;
  outline: none;
  border-radius: 0;
}
.careers-page .job-openings .job-openings-header .job-openings-search.expanded {
  width: 220px;
}
.careers-page .job-openings .job-openings-header .job-openings-search.expanded .social-icon {
  top: 6px;
  right: 7px;
}
.careers-page .job-openings .job-openings-header .job-openings-search.expanded .social-icon .fa-search {
  display: none;
}
.careers-page .job-openings .job-openings-header .job-openings-search.expanded .social-icon .fa-close {
  display: block;
}
.careers-page .job-openings .job-openings-header .job-openings-search.expanded input {
  display: block;
}
@media screen and (max-width: 768px) {
  .careers-page .job-openings .job-category {
    padding: 15px 0;
  }
}
.careers-page .job-openings .job-category + .job-category {
  margin-top: 10px;
}
.careers-page .job-openings .job-category .job-category-title {
  overflow: hidden;
  border-bottom: solid 1px #2b2b2b;
  cursor: pointer;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .careers-page .job-openings .job-category .job-category-title {
    padding: 15px 0;
  }
}
.careers-page .job-openings .job-category .job-category-title h3 {
  float: left;
  margin-bottom: 0;
  font-size: 12px;
  text-transform: uppercase;
}
.careers-page .job-openings .job-category .job-category-title .plus-minus {
  display: inline-block;
  float: right;
  margin-top: 5px;
}
.careers-page .job-openings .job-category .job-opening {
  padding: 25px 0;
  border-bottom: solid 1px #2b2b2b;
}
.careers-page .job-openings .job-category .job-opening .job-id {
  width: 14%;
}
.careers-page .job-openings .job-category .job-opening .job-name {
  width: 39%;
}
.careers-page .job-openings .job-category .job-opening .job-location {
  width: 29%;
}
.careers-page .job-openings .job-category .job-opening .job-date {
  width: 14%;
}
.careers-page .job-openings .job-category .job-opening .job-opening-subhead {
  padding: 5px 5px 10px 5px;
  white-space: nowrap;
}
.careers-page .job-openings .job-category .job-opening .job-opening-subhead div {
  display: inline-block;
  vertical-align: bottom;
  white-space: normal;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  color: #a9a9a9;
}
.careers-page .job-openings .job-category .job-opening .job-opening-details .job-opening-header {
  padding: 3px;
  background-color: rgba(0, 0, 0, 0);
  box-sizing: border-box;
  transition: background-color 0.2s linear;
  cursor: pointer;
  white-space: nowrap;
  width: 100%;
  text-align: left;
}
.careers-page .job-openings .job-category .job-opening .job-opening-details .job-opening-header:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.careers-page .job-openings .job-category .job-opening .job-opening-details .job-opening-header div {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
  font-size: 11px;
}
.careers-page .job-openings .job-category .job-opening .job-opening-details .job-opening-info {
  background-color: rgba(0, 0, 0, 0.7);
  padding: 17px;
  border: 1px solid #2b2b2b;
}
.careers-page .job-openings .job-category .job-opening .job-opening-details .job-opening-info .job-opening-info-wrap {
  position: relative;
}
.careers-page .job-openings .job-category .job-opening .job-opening-details .job-opening-info h4 {
  color: #a9a9a9;
  font-size: 14px;
}
.careers-page .job-openings .job-category .job-opening .job-opening-details .job-opening-info .job-opening-icons {
  position: absolute;
  top: 0;
  right: 0;
}
.careers-page .job-openings .job-category .job-opening .job-opening-details .job-opening-info .job-opening-icons .social-icon.circle {
  width: 24px;
  height: 24px;
}
.careers-page .job-openings .job-category .job-opening .job-opening-details .job-opening-info .job-opening-icons .social-icon.circle > i.fa {
  font-size: 14px;
}
.careers-page .job-openings .job-category .job-opening .job-opening-details .job-opening-info .job-opening-icons .social-icon.close-icon {
  margin-left: 40px;
}
.careers-page .job-openings .job-category .job-opening .job-opening-details .job-opening-info .job-opening-description p {
  font-size: 13px;
  margin-bottom: 0;
}
.careers-page .job-openings .job-category .job-opening .job-opening-details .job-opening-info .job-opening-description ul {
  padding-left: 20px;
}
.careers-page .job-openings .job-category .job-opening .job-opening-details .job-opening-info .job-opening-description ul li {
  list-style-type: disc;
  font-size: 13px;
}
.careers-page .job-openings .job-category .job-opening .job-opening-details .job-opening-info .job-opening-description + .job-opening-description {
  margin-top: 20px;
}
.careers-page .job-openings .job-category .job-opening .job-opening-details .job-opening-info .job-opening-buttons {
  text-align: center;
  padding-top: 12px;
}
.careers-page .job-openings .job-category .job-opening .job-opening-details .job-opening-info .job-opening-buttons .job-button {
  background-color: rgba(0, 0, 0, 0.4);
  border: solid 1px #2b2b2b;
  padding: 10px;
  display: inline-block;
  font-size: 11px;
  text-align: center;
  box-sizing: border-box;
  margin: 0 5px;
  transition: background-color 0.2s linear;
}
.careers-page .job-openings .job-category .job-opening .job-opening-details .job-opening-info .job-opening-buttons .job-button:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.careers-page .job-openings .job-category.expanded .job-category-title h3 {
  color: #FF0000;
}
@media screen and (max-width: 1400px) {
  .careers-page .vertical-wrap {
    left: 80%;
  }
  .careers-page .vertical-wrap .vertical-middle {
    width: 13.5vw;
    max-width: 16vh;
  }
  .careers-page .job-openings {
    padding-right: 22%;
  }
}
@media screen and (max-width: 768px) {
  .careers-page .vertical-wrap {
    display: none;
  }
  .careers-page .job-openings {
    position: relative;
    z-index: 20;
    right: initial;
    height: initial;
    max-width: initial;
    padding: initial;
    padding-bottom: 40px;
  }
  .careers-page .job-openings .job-openings-inner {
    margin-bottom: 0;
  }
  .careers-page .job-openings .careers-content {
    margin-top: 0;
  }
  .careers-page .job-openings .job-category .job-opening .job-opening-details .job-opening-info .job-opening-icons .social-icon.circle {
    margin-left: 12px;
  }
}
.no-openings {
  text-align: center;
  font-size: 1.4rem;
}
.no-openings .heading,
.no-openings .heading2 {
  margin: 12px 0;
}
.no-openings .heading2 {
  font-size: 3rem;
}
.no-openings .message {
  font-size: 1rem;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .no-openings {
    font-size: 2.4rem;
  }
  .heading2 {
    font-size: 4.5rem;
  }
  .message {
    font-size: 2rem;
  }
}
.case-study-archive-page .case-studies-section {
  padding-top: 10px;
}
.case-study-archive-page .case-studies-section .outer {
  padding-bottom: 100px;
}
.case-study-archive-page .case-studies-section .outer .inner .case-studies-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
  grid-gap: 15px;
}
@media screen and (max-width: 768px) {
  .case-study-archive-page .case-studies-section .outer .inner .case-studies-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 560px) {
  .case-study-archive-page .case-studies-section .outer .inner .case-studies-grid {
    grid-template-columns: 1fr;
  }
}
.case-study-archive-page .case-studies-section .outer .inner .case-studies-grid .case-study-item {
  position: relative;
  display: flex;
}
.case-study-archive-page .case-studies-section .outer .inner .case-studies-grid .case-study-item:before {
  content: '';
  position: relative;
  display: block;
  height: 0;
  padding-bottom: 100%;
}
.case-study-archive-page .case-studies-section .outer .inner .case-studies-grid .case-study-item > .media {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.case-study-archive-page .case-studies-section .outer .inner .case-studies-grid .case-study-item > .media > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.case-study-archive-page .case-studies-section .outer .inner .case-studies-grid .case-study-item > .content {
  position: relative;
  z-index: 20;
  flex: 1 1 auto;
  padding: 10px;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
  flex-direction: column;
}
.case-study-archive-page .case-studies-section .outer .inner .case-studies-grid .case-study-item > .content .wysiwyg {
  display: flex;
  flex: 1;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.case-study-archive-page .case-studies-section .outer .inner .case-studies-grid .case-study-item > .content .wysiwyg p {
  font-family: 'Gotham A', 'Gotham B', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.5em;
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.7), 1px 1px 10px rgba(0, 0, 0, 0.7), 1px 1px 10px rgba(0, 0, 0, 0.7);
}
.case-study-archive-page .case-studies-section .outer .inner .case-studies-grid .case-study-item > .content .learn-more {
  font-family: 'Gotham A', 'Gotham B', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #ffffff;
  font-size: 1.25em;
  text-transform: uppercase;
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.7), 1px 1px 10px rgba(0, 0, 0, 0.7), 1px 1px 10px rgba(0, 0, 0, 0.7);
  text-decoration: none;
  padding-right: 14px;
}
.case-study-archive-page .case-studies-section .outer .inner .case-studies-grid .case-study-item > .content .learn-more:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.case-study-archive-page .case-studies-section .outer .inner .case-studies-grid .case-study-item > .content .learn-more:after {
  /* content: '\276f';
									margin-left: 3px;
									margin-right: 2px;
									transition: margin-left 0.2s ease, margin-right 0.2s ease; */
}
.case-study-archive-page .case-studies-section .outer .inner .case-studies-grid .case-study-item:hover > .content .learn-more {
  color: #FF0000;
}
.case-study-archive-page .case-studies-section .outer .inner .case-studies-grid .case-study-item:hover > .content .learn-more:after {
  margin-left: 5px;
  margin-right: 0;
}
.zauto-page .section-grid {
  display: grid;
}
.zauto-page .section-grid > .svg-title {
  grid-area: section-title;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.zauto-page .section-grid > .svg-title .svg-image svg {
  max-width: 100%;
  height: auto;
}
.zauto-page .section-grid > .svg-title .heading-img {
  max-width: 450px;
}
.zauto-page .section-grid > .svg-title .heading-img img {
  max-width: 100%;
}
.zauto-page .section-grid > .svg-title .heading-img.center {
  margin: 0 auto;
}
.zauto-page .section-grid > .svg-title .dot-divider {
  margin-top: 20px;
  max-width: 180px;
}
.zauto-page .section-grid > .svg-title .dot-divider img {
  max-width: 100%;
}
.zauto-page .section-grid > .svg-title .dot-divider.center-line {
  margin: 20px auto;
}
.zauto-page .section-grid > .svg-title .content .wysiwyg p {
  margin-bottom: -16px;
}
.zauto-page .section-grid > .svg-title .content .wysiwyg p.narrow {
  max-width: 600px;
}
.zauto-page .section-grid > .svg-title .content .wysiwyg .button {
  padding: 15px 20px;
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px #FF0000 solid;
  display: inline-flex;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
}
.zauto-page .section-grid > .svg-title .content .wysiwyg .button > span {
  font-size: 14px;
}
.zauto-page .section-grid > .svg-title .content .wysiwyg .button > span:after {
  content: '';
  display: inline-block;
  border-right: 2px solid #FF0000;
  border-bottom: 2px solid #FF0000;
  width: 6px;
  height: 6px;
  transform: rotate(-45deg);
  margin-left: 5px;
}
@media screen and (max-width: 768px) {
  .zauto-page .section-grid > .svg-title .content .wysiwyg .button {
    margin-top: 30px;
  }
}
.zauto-page .section-grid > .svg-title.separator .svg-image {
  position: relative;
  padding-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.zauto-page .section-grid > .svg-title.separator .svg-image:before {
  content: '';
  position: absolute;
  top: 100%;
  width: 250px;
  height: 1px;
  background-color: #d5d5d5;
}
.zauto-page .section-grid > .svg-title.separator .svg-image:after {
  content: '';
  position: absolute;
  top: calc(100% - 4px);
  width: 10px;
  height: 10px;
  background-color: #FF0000;
  transform: rotate(45deg);
}
.zauto-page .section-grid > .media {
  grid-area: section-media;
  display: flex;
  align-items: center;
  justify-content: center;
}
.zauto-page .section-grid > .media > img {
  max-width: 100%;
}
.zauto-page .hero-section {
  position: relative;
  /* min-height: 80vh; */
  /* padding-top: 5%; */
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .zauto-page .hero-section {
    padding-top: 0 !important;
  }
}
.zauto-page .hero-section .outer {
  position: relative;
  z-index: 20;
}
.zauto-page .hero-section .outer .inner {
  max-width: 900px;
  margin: 0 auto;
}
.zauto-page .hero-section .outer .inner .section-grid {
  grid-template-areas: "section-title section-media";
  grid-gap: 50px;
}
.zauto-page .hero-section .outer .inner .section-grid .js-play-video {
  height: 40%;
  margin-top: 40%;
}
@media screen and (max-width: 768px) {
  .zauto-page .hero-section .outer .inner .section-grid {
    grid-template-areas: "section-media" "section-title";
    grid-template-columns: 1fr;
  }
}
.zauto-page .hero-section .outer .inner .section-grid > .svg-title > .content {
  margin-top: 10%;
  grid-area: section-content;
}
@media screen and (max-width: 768px) {
  .zauto-page .hero-section .outer .inner .section-grid > .svg-title > .content {
    margin-top: 0;
  }
}
.zauto-page .hero-section .outer .inner .section-grid > .svg-title > .content > .wysiwyg {
  margin-top: 15px;
  max-width: 400px;
}
.zauto-page .hero-section .background,
.zauto-page .hero-section .background > img {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.zauto-page .hero-section .background {
  z-index: 10;
}
.zauto-page .hero-section .background > img {
  z-index: 10;
  object-fit: cover;
}
.zauto-page .strategy-section {
  /* min-height: 80vh; */
  display: flex;
  align-items: center;
  justify-content: center;
}
.zauto-page .strategy-section .outer .inner .section-grid {
  grid-template-areas: "section-title" "section-content" "section-cards";
  grid-template-columns: 1fr;
  grid-gap: 50px;
}
@media screen and (max-width: 768px) {
  .zauto-page .strategy-section .outer .inner .section-grid .svg-title .content {
    margin-top: 10%;
  }
}
.zauto-page .strategy-section .outer .inner .section-grid .svg-title .content .wysiwyg p {
  text-align: center;
  max-width: 650px;
}
.zauto-page .strategy-section .outer .inner .section-grid .wysiwyg {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .zauto-page .strategy-section .outer .inner .section-grid .wysiwyg .media img {
    max-width: 85%;
  }
}
.zauto-page .accountability-section {
  position: relative;
  min-height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url('./assets/images/pages/zauto/accountability-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .zauto-page .accountability-section {
    background-size: auto;
  }
}
@media screen and (max-width: 768px) {
  .zauto-page .accountability-section {
    min-height: 40vh;
  }
}
.zauto-page .accountability-section .outer .inner {
  max-width: 900px;
  margin: 0 auto;
}
.zauto-page .accountability-section .outer .inner .section-grid {
  grid-template-areas: "section-title section-media";
  grid-template-columns: 1fr 1fr;
  grid-gap: 50px;
}
@media screen and (max-width: 768px) {
  .zauto-page .accountability-section .outer .inner .section-grid {
    grid-template-areas: "section-media" "section-title";
    grid-template-columns: 1fr;
  }
}
.zauto-page .accountability-section .outer .inner .section-grid > .svg-title .svg-image {
  margin-bottom: 40px;
}
.zauto-page .accountability-section .outer .inner .section-grid > .svg-title .content .heading-img {
  max-width: 570px;
}
.zauto-page .accountability-section .outer .inner .section-grid > .svg-title .content .heading-img img {
  max-width: 700px;
}
@media screen and (max-width: 768px) {
  .zauto-page .accountability-section .outer .inner .section-grid > .svg-title .content .heading-img img {
    max-width: 100%;
  }
}
.zauto-page .accountability-section .outer .inner .section-grid > .svg-title .content .wysiwyg p {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .zauto-page .accountability-section .outer .inner .section-grid > .svg-title .content .wysiwyg p {
    margin-bottom: 10%;
  }
}
@media screen and (min-width: 769px) {
  .zauto-page .accountability-section .outer .inner .section-grid > .svg-title {
    align-items: flex-start;
  }
  .zauto-page .accountability-section .outer .inner .section-grid > .svg-title .svg-image {
    align-items: flex-start;
  }
  .zauto-page .accountability-section .outer .inner .section-grid > .svg-title .svg-image:after {
    margin: 0 120px;
  }
}
.zauto-page .expertise-section {
  position: relative;
  min-height: 50vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  .zauto-page .expertise-section {
    min-height: 60vh;
    overflow: hidden;
  }
}
.zauto-page .expertise-section .outer .inner {
  max-width: 900px;
  margin: 0 auto;
}
.zauto-page .expertise-section .outer .inner .section-grid {
  grid-template-areas: "section-media section-title";
  grid-template-columns: 1fr 1fr;
  grid-gap: 50px;
}
.zauto-page .expertise-section .outer .inner .section-grid .logos img {
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .zauto-page .expertise-section .outer .inner .section-grid {
    grid-template-areas: "section-media" "section-title";
    grid-template-columns: 1fr;
  }
}
@media screen and (min-width: 769px) {
  .zauto-page .expertise-section .outer .inner .section-grid > .media img {
    position: absolute;
    z-index: 10;
    top: 0;
    height: 100%;
    object-fit: contain;
    margin-left: 6%;
  }
}
.zauto-page .expertise-section .outer .inner .section-grid > .svg-title {
  z-index: 20;
}
.zauto-page .expertise-section .outer .inner .section-grid > .svg-title .svg-image {
  margin-bottom: 40px;
}
.zauto-page .expertise-section .outer .inner .section-grid > .svg-title .content .wysiwyg p {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .zauto-page .expertise-section .outer .inner .section-grid > .svg-title .content .wysiwyg p {
    margin-bottom: 10%;
  }
}
@media screen and (min-width: 769px) {
  .zauto-page .expertise-section .outer .inner .section-grid > .svg-title {
    align-items: flex-start;
  }
  .zauto-page .expertise-section .outer .inner .section-grid > .svg-title .svg-image {
    align-items: flex-start;
  }
  .zauto-page .expertise-section .outer .inner .section-grid > .svg-title .svg-image:after {
    margin: 0 120px;
  }
}
.zauto-page .move-forward-section {
  position: relative;
  min-height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.zauto-page .move-forward-section .outer {
  position: relative;
  z-index: 20;
}
.zauto-page .move-forward-section .outer .inner {
  max-width: 900px;
  margin: 0 auto;
}
.zauto-page .move-forward-section .outer .inner .section-grid {
  grid-template-areas: "section-title" "section-content";
  grid-template-columns: 1fr;
  grid-gap: 50px;
}
.zauto-page .move-forward-section .outer .inner .section-grid .content {
  grid-area: section-content;
  margin-top: 20%;
}
.zauto-page .move-forward-section .outer .inner .section-grid .content .wysiwyg {
  text-align: center;
}
.zauto-page .move-forward-section .outer .inner .section-grid .content .wysiwyg .contact-info {
  width: 350px;
  margin: 40px auto;
  text-align: center;
}
.zauto-page .move-forward-section .outer .inner .section-grid .content .wysiwyg .contact-info div {
  font-size: 1.6em;
  margin: 10px 0;
}
.zauto-page .move-forward-section .background,
.zauto-page .move-forward-section .background > img {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.zauto-page .move-forward-section .background {
  z-index: 10;
}
.zauto-page .move-forward-section .background > img {
  z-index: 10;
  object-fit: cover;
}
.analytics-page .section-grid {
  display: grid;
}
.analytics-page .section-grid > .svg-title {
  grid-area: section-title;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.analytics-page .section-grid > .svg-title .svg-image svg {
  max-width: 100%;
  height: auto;
}
.analytics-page .section-grid > .svg-title .heading-img {
  max-width: 725px;
  margin: 0 auto;
}
.analytics-page .section-grid > .svg-title .heading-img img {
  max-width: 100%;
}
.analytics-page .section-grid > .svg-title .heading-img.center {
  margin: 0 auto;
}
.analytics-page .section-grid > .svg-title .dot-divider {
  margin: 40px auto;
  max-width: 180px;
}
.analytics-page .section-grid > .svg-title .dot-divider img {
  max-width: 100%;
}
.analytics-page .section-grid > .svg-title .dot-divider.center-line {
  margin: 40px auto;
}
.analytics-page .section-grid > .svg-title .content .wysiwyg p {
  margin-bottom: -16px;
}
.analytics-page .section-grid > .svg-title .content .wysiwyg p.narrow {
  max-width: 600px;
}
.analytics-page .section-grid > .svg-title .content .wysiwyg .button {
  padding: 15px 20px;
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px #FF0000 solid;
  display: inline-flex;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
}
.analytics-page .section-grid > .svg-title .content .wysiwyg .button > span {
  font-size: 14px;
}
.analytics-page .section-grid > .svg-title .content .wysiwyg .button > span:after {
  content: '';
  display: inline-block;
  border-right: 2px solid #FF0000;
  border-bottom: 2px solid #FF0000;
  width: 6px;
  height: 6px;
  transform: rotate(-45deg);
  margin-left: 5px;
}
@media screen and (max-width: 768px) {
  .analytics-page .section-grid > .svg-title .content .wysiwyg .button {
    margin-top: 30px;
  }
}
.analytics-page .section-grid > .svg-title.separator .svg-image {
  position: relative;
  padding-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.analytics-page .section-grid > .svg-title.separator .svg-image:before {
  content: '';
  position: absolute;
  top: 100%;
  width: 250px;
  height: 1px;
  background-color: #d5d5d5;
}
.analytics-page .section-grid > .svg-title.separator .svg-image:after {
  content: '';
  position: absolute;
  top: calc(100% - 4px);
  width: 10px;
  height: 10px;
  background-color: #FF0000;
  transform: rotate(45deg);
}
.analytics-page .section-grid > .media {
  grid-area: section-media;
  display: flex;
  align-items: center;
  justify-content: center;
}
.analytics-page .section-grid > .media > img {
  max-width: 100%;
}
.analytics-page .hero-section {
  position: relative;
  /* min-height: 80vh; */
  /* padding-top: 5%; */
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .analytics-page .hero-section {
    padding-top: 0 !important;
  }
}
.analytics-page .hero-section .outer {
  position: relative;
  z-index: 20;
}
.analytics-page .hero-section .outer .inner {
  max-width: 900px;
  margin: 0 auto;
}
.analytics-page .hero-section .outer .inner .section-grid {
  grid-template-areas: "section-title section-media";
  grid-gap: 50px;
}
@media screen and (max-width: 768px) {
  .analytics-page .hero-section .outer .inner .section-grid {
    grid-template-areas: "section-media" "section-title";
    grid-template-columns: 1fr;
  }
}
.analytics-page .hero-section .outer .inner .section-grid > .svg-title > .content {
  margin-top: 10%;
  grid-area: section-content;
}
@media screen and (max-width: 768px) {
  .analytics-page .hero-section .outer .inner .section-grid > .svg-title > .content {
    margin-top: 0;
  }
}
.analytics-page .hero-section .outer .inner .section-grid > .svg-title > .content > .wysiwyg {
  float: right;
  margin-top: 35px;
  margin-right: 36px;
  max-width: 535px;
}
.analytics-page .hero-section .background,
.analytics-page .hero-section .background > img {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.analytics-page .hero-section .background {
  z-index: 10;
}
.analytics-page .hero-section .background > img {
  z-index: 10;
  object-fit: cover;
}
.analytics-page .zdata-section {
  /* min-height: 80vh; */
  display: flex;
  align-items: center;
  justify-content: center;
}
.analytics-page .zdata-section .outer .inner .section-grid {
  grid-template-areas: "section-title" "section-content" "section-cards";
  grid-template-columns: 1fr;
  grid-gap: 50px;
}
.analytics-page .zdata-section .outer .inner .section-grid .svg-title .content .heading-img {
  margin-top: 10%;
}
@media screen and (max-width: 768px) {
  .analytics-page .zdata-section .outer .inner .section-grid .svg-title .content {
    margin-top: 10%;
    text-align: center;
  }
}
.analytics-page .zdata-section .outer .inner .section-grid .svg-title .content .wysiwyg p {
  text-align: center;
  max-width: 650px;
}
.analytics-page .zdata-section .outer .inner .section-grid .wysiwyg {
  max-width: 1024px;
}
.analytics-page .zdata-section .outer .inner .section-grid .wysiwyg .line-divider {
  margin: 45px 0;
  height: 1px;
  width: 100%;
  background-color: #e1e1e1;
}
.analytics-page .zdata-section .outer .inner .section-grid .wysiwyg .row {
  display: flex;
  margin-top: 1.5em;
}
@media screen and (max-width: 768px) {
  .analytics-page .zdata-section .outer .inner .section-grid .wysiwyg .row {
    display: block;
  }
}
.analytics-page .zdata-section .outer .inner .section-grid .wysiwyg .row .col-1 {
  width: 35%;
  margin-right: 16px;
}
@media screen and (max-width: 768px) {
  .analytics-page .zdata-section .outer .inner .section-grid .wysiwyg .row .col-1 {
    width: 99%;
    margin-right: 0;
    text-align: center;
    margin-bottom: 1.5em;
  }
}
.analytics-page .zdata-section .outer .inner .section-grid .wysiwyg .row .col-1 img {
  max-width: 100%;
}
.analytics-page .zdata-section .outer .inner .section-grid .wysiwyg .row .col-2 {
  width: 60%;
  margin-left: 16px;
  line-height: 1.4em;
}
@media screen and (max-width: 768px) {
  .analytics-page .zdata-section .outer .inner .section-grid .wysiwyg .row .col-2 {
    width: 99%;
    margin-left: 0;
  }
}
.analytics-page .zdata-section .outer .inner .section-grid .wysiwyg .row .col-2 .foot-note {
  margin-top: 20px;
  padding: 8px;
  font-size: 14px;
  text-align: center;
  border: 1px #bfbfbf solid;
  background-color: #f5f5f5;
}
.analytics-page .zdata-section .outer .inner .section-grid .wysiwyg .row .col-2 .foot-note.narrow {
  padding: 8px 15%;
}
@media screen and (max-width: 768px) {
  .analytics-page .zdata-section .outer .inner .section-grid .wysiwyg .row .col-2 .foot-note {
    margin-bottom: 4.5em;
  }
}
.analytics-page .bidashboard-section {
  position: relative;
  min-height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url('./assets/images/pages/zauto/accountability-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .analytics-page .bidashboard-section {
    background-size: auto;
  }
}
@media screen and (max-width: 768px) {
  .analytics-page .bidashboard-section {
    min-height: 40vh;
  }
}
.analytics-page .bidashboard-section .outer .inner {
  max-width: 900px;
  margin: 0 auto;
}
.analytics-page .bidashboard-section .outer .inner .section-grid {
  grid-template-areas: "section-title section-media";
  /* grid-template-columns: 1fr 1fr;
					grid-gap: 50px; */
}
@media screen and (max-width: 768px) {
  .analytics-page .bidashboard-section .outer .inner .section-grid {
    grid-template-areas: "section-media" "section-title";
    grid-template-columns: 1fr;
  }
}
.analytics-page .bidashboard-section .outer .inner .section-grid > .svg-title .svg-image {
  margin-bottom: 40px;
}
.analytics-page .bidashboard-section .outer .inner .section-grid > .svg-title .content .heading-img {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .analytics-page .bidashboard-section .outer .inner .section-grid > .svg-title .content .heading-img {
    text-align: center;
  }
}
.analytics-page .bidashboard-section .outer .inner .section-grid > .svg-title .content .heading-img img {
  max-width: 700px;
}
@media screen and (max-width: 768px) {
  .analytics-page .bidashboard-section .outer .inner .section-grid > .svg-title .content .heading-img img {
    max-width: 100%;
  }
}
.analytics-page .bidashboard-section .outer .inner .section-grid > .svg-title .content .wysiwyg p {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .analytics-page .bidashboard-section .outer .inner .section-grid > .svg-title .content .wysiwyg p {
    margin-bottom: 10%;
  }
}
@media screen and (min-width: 769px) {
  .analytics-page .bidashboard-section .outer .inner .section-grid > .svg-title {
    align-items: flex-start;
  }
  .analytics-page .bidashboard-section .outer .inner .section-grid > .svg-title .svg-image {
    align-items: flex-start;
  }
  .analytics-page .bidashboard-section .outer .inner .section-grid > .svg-title .svg-image:after {
    margin: 0 120px;
  }
}
.analytics-page .web-analytics-section {
  position: relative;
  min-height: 50vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  .analytics-page .web-analytics-section {
    min-height: 60vh;
    overflow: hidden;
  }
}
.analytics-page .web-analytics-section .outer .inner {
  max-width: 900px;
  margin: 0 auto;
}
.analytics-page .web-analytics-section .outer .inner .section-grid {
  grid-template-areas: "section-media section-title";
}
.analytics-page .web-analytics-section .outer .inner .section-grid .logos img {
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .analytics-page .web-analytics-section .outer .inner .section-grid {
    grid-template-areas: "section-media" "section-title";
    grid-template-columns: 1fr;
  }
}
@media screen and (min-width: 769px) {
  .analytics-page .web-analytics-section .outer .inner .section-grid > .media img {
    position: absolute;
    z-index: 10;
    top: 0;
    height: 100%;
    object-fit: contain;
    margin-left: 6%;
  }
}
.analytics-page .web-analytics-section .outer .inner .section-grid > .svg-title {
  z-index: 20;
}
.analytics-page .web-analytics-section .outer .inner .section-grid > .svg-title .svg-image {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .analytics-page .web-analytics-section .outer .inner .section-grid > .svg-title .content .heading-img {
    text-align: center;
  }
}
.analytics-page .web-analytics-section .outer .inner .section-grid > .svg-title .content .wysiwyg p {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .analytics-page .web-analytics-section .outer .inner .section-grid > .svg-title .content .wysiwyg p {
    margin-bottom: 10%;
  }
}
@media screen and (min-width: 769px) {
  .analytics-page .web-analytics-section .outer .inner .section-grid > .svg-title {
    align-items: flex-start;
  }
  .analytics-page .web-analytics-section .outer .inner .section-grid > .svg-title .svg-image {
    align-items: flex-start;
  }
  .analytics-page .web-analytics-section .outer .inner .section-grid > .svg-title .svg-image:after {
    margin: 0 120px;
  }
}
.analytics-page .integrated-media-section {
  position: relative;
  /* min-height: 70vh; */
  display: flex;
  align-items: center;
  justify-content: center;
}
.analytics-page .integrated-media-section .outer {
  position: relative;
  z-index: 20;
}
.analytics-page .integrated-media-section .outer .inner {
  max-width: 900px;
  margin: 0 auto;
}
.analytics-page .integrated-media-section .outer .inner .section-grid {
  grid-template-areas: "section-title" "section-content";
  grid-template-columns: 1fr;
  grid-gap: 80px;
}
.analytics-page .integrated-media-section .outer .inner .section-grid .content {
  grid-area: section-content;
  margin-top: 9%;
}
@media screen and (max-width: 768px) {
  .analytics-page .integrated-media-section .outer .inner .section-grid .content .heading-img {
    text-align: center;
  }
}
.analytics-page .integrated-media-section .background,
.analytics-page .integrated-media-section .background > img {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.analytics-page .integrated-media-section .background {
  z-index: 10;
}
.analytics-page .integrated-media-section .background > img {
  z-index: 10;
  object-fit: cover;
}
.analytics-page .sales-crm-section {
  position: relative;
  min-height: 50vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  .analytics-page .sales-crm-section {
    min-height: 60vh;
    overflow: hidden;
  }
}
.analytics-page .sales-crm-section .outer .inner {
  max-width: 900px;
  margin: 0 auto;
}
.analytics-page .sales-crm-section .outer .inner .section-grid {
  grid-template-areas: "section-title" "section-content";
  grid-template-columns: 1fr;
  grid-gap: 80px;
}
@media screen and (max-width: 768px) {
  .analytics-page .sales-crm-section .outer .inner .section-grid {
    grid-template-areas: "section-media" "section-title";
    grid-template-columns: 1fr;
  }
}
@media screen and (min-width: 769px) {
  .analytics-page .sales-crm-section .outer .inner .section-grid > .media img {
    position: absolute;
    z-index: 10;
    top: 0;
    height: 100%;
    object-fit: contain;
    margin-left: 6%;
  }
}
.analytics-page .sales-crm-section .outer .inner .section-grid > .svg-title {
  z-index: 20;
}
.analytics-page .sales-crm-section .outer .inner .section-grid > .svg-title .svg-image {
  margin-bottom: 40px;
}
.analytics-page .sales-crm-section .outer .inner .section-grid > .svg-title .content .heading-img {
  max-width: 623px;
  margin: 0 auto;
  margin-top: 5%;
}
@media screen and (max-width: 768px) {
  .analytics-page .sales-crm-section .outer .inner .section-grid > .svg-title .content .heading-img {
    text-align: center;
  }
}
.analytics-page .sales-crm-section .outer .inner .section-grid > .svg-title .content .wysiwyg .row {
  display: flex;
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .analytics-page .sales-crm-section .outer .inner .section-grid > .svg-title .content .wysiwyg .row {
    display: block;
  }
}
.analytics-page .sales-crm-section .outer .inner .section-grid > .svg-title .content .wysiwyg .row .col {
  width: 48%;
  line-height: 1.4em;
}
@media screen and (max-width: 768px) {
  .analytics-page .sales-crm-section .outer .inner .section-grid > .svg-title .content .wysiwyg .row .col {
    width: 99%;
  }
}
.analytics-page .sales-crm-section .outer .inner .section-grid > .svg-title .content .wysiwyg .row .col ul li {
  margin: 1.3em 0;
}
.analytics-page .sales-crm-section .outer .inner .section-grid > .svg-title .content .wysiwyg p {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .analytics-page .sales-crm-section .outer .inner .section-grid > .svg-title .content .wysiwyg p {
    margin-bottom: 10%;
  }
}
@media screen and (min-width: 769px) {
  .analytics-page .sales-crm-section .outer .inner .section-grid > .svg-title {
    align-items: flex-start;
  }
  .analytics-page .sales-crm-section .outer .inner .section-grid > .svg-title .svg-image {
    align-items: flex-start;
  }
  .analytics-page .sales-crm-section .outer .inner .section-grid > .svg-title .svg-image:after {
    margin: 0 120px;
  }
}
.analytics-page .survey-analysis-section {
  position: relative;
  /* min-height: 70vh; */
  display: flex;
  align-items: center;
  justify-content: center;
}
.analytics-page .survey-analysis-section .outer {
  position: relative;
  z-index: 20;
}
.analytics-page .survey-analysis-section .outer .inner {
  max-width: 900px;
  margin: 0 auto;
}
.analytics-page .survey-analysis-section .outer .inner .section-grid {
  grid-template-areas: "section-title" "section-content";
  grid-template-columns: 1fr;
  grid-gap: 80px;
}
.analytics-page .survey-analysis-section .outer .inner .section-grid .content {
  grid-area: section-content;
  margin-top: 9%;
}
@media screen and (max-width: 768px) {
  .analytics-page .survey-analysis-section .outer .inner .section-grid .content .heading-img {
    text-align: center;
  }
}
.analytics-page .survey-analysis-section .background,
.analytics-page .survey-analysis-section .background > img {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.analytics-page .survey-analysis-section .background {
  z-index: 10;
}
.analytics-page .survey-analysis-section .background > img {
  z-index: 10;
  object-fit: cover;
}
.analytics-page .website-conversion-section {
  position: relative;
  min-height: 50vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  .analytics-page .website-conversion-section {
    min-height: 60vh;
    overflow: hidden;
  }
}
.analytics-page .website-conversion-section .outer .inner {
  max-width: 900px;
  margin: 0 auto;
}
.analytics-page .website-conversion-section .outer .inner .section-grid {
  grid-template-areas: "section-media section-title";
}
@media screen and (max-width: 768px) {
  .analytics-page .website-conversion-section .outer .inner .section-grid {
    grid-template-areas: "section-media" "section-title";
    grid-template-columns: 1fr;
  }
}
@media screen and (min-width: 769px) {
  .analytics-page .website-conversion-section .outer .inner .section-grid > .media img {
    position: absolute;
    z-index: 10;
    top: 0;
    height: 100%;
    object-fit: contain;
    margin-left: 6%;
  }
}
.analytics-page .website-conversion-section .outer .inner .section-grid > .svg-title {
  z-index: 20;
}
.analytics-page .website-conversion-section .outer .inner .section-grid > .svg-title .svg-image {
  margin-bottom: 40px;
}
.analytics-page .website-conversion-section .outer .inner .section-grid > .svg-title .content .heading-img {
  max-width: 623px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .analytics-page .website-conversion-section .outer .inner .section-grid > .svg-title .content .heading-img {
    text-align: center;
  }
}
.analytics-page .website-conversion-section .outer .inner .section-grid > .svg-title .content .wysiwyg p {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .analytics-page .website-conversion-section .outer .inner .section-grid > .svg-title .content .wysiwyg p {
    margin-bottom: 10%;
  }
}
@media screen and (min-width: 769px) {
  .analytics-page .website-conversion-section .outer .inner .section-grid > .svg-title {
    align-items: flex-start;
  }
  .analytics-page .website-conversion-section .outer .inner .section-grid > .svg-title .svg-image {
    align-items: flex-start;
  }
  .analytics-page .website-conversion-section .outer .inner .section-grid > .svg-title .svg-image:after {
    margin: 0 120px;
  }
}
.main {
  overflow-x: none;
  padding-bottom: 55px;
}
.main.portfolio-page .header-wrapper {
  background: white;
}
.main.portfolio-page .header-wrapper .content {
  max-width: 70vw;
  margin: 0 auto;
  /*  .portfolio-menu{
                    text-align: center;
                    padding: 30px 150px 30px 30px;
                    ul{
                        display: flex;
                        gap: 2em;
                        justify-content: flex-end;
                        li{
                            cursor: pointer;
                            a{
                                color:#666;
                                text-transform: uppercase;
                                display: inline-block;
                                text-decoration: none;
                                font-size: 0.8em;
                                .montserrat;
                            }
                            .active{
                                color:red;
                            }
                        }
                    }
                } */
}
.main.portfolio-page .header-wrapper .content .title {
  padding: 2em;
  text-transform: uppercase;
}
.main.portfolio-page .header-wrapper .content .title h1 {
  color: #3b3b3b;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 500;
}
.main.portfolio-page .portfolio {
  max-width: 77.5em;
  padding: 3.125rem;
  width: 1000px;
  margin: 0 auto;
  background-color: white;
}
.main.portfolio-page .portfolio .row {
  margin: 10 auto;
}
.main.portfolio-page .portfolio .row.col-2-image-copy {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.main.portfolio-page .portfolio .row.col-2-image-copy .img {
  width: 50%;
}
.main.portfolio-page .portfolio .row.col-2-image-copy .img img {
  width: 100%;
}
.main.portfolio-page .items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.main.portfolio-page .items .single-item {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  line-height: 0;
}
.main.portfolio-page .items .single-item .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  border: 8px solid #ccc;
  background-color: black;
  transition: opacity 0.3s ease-out;
}
.main.portfolio-page .items .single-item .overlay:hover {
  opacity: 0.8;
}
.main.portfolio-page .items .single-item .overlay:hover + .content {
  top: 50%;
  opacity: 1;
}
.main.portfolio-page .items .single-item img {
  width: 100%;
}
.main.portfolio-page .items .single-item .content {
  position: absolute;
  top: 40%;
  left: 50%;
  opacity: 0;
  max-width: 80%;
  height: auto;
  transform: translate(-50%, -50%);
  transition: top 0.3s ease-out, opacity 0.3s;
  pointer-events: none;
}
.main.portfolio-page .items .single-item .content img {
  width: 80%;
}
.main.portfolio-page .folio-footer {
  display: flex;
  gap: 2em;
  align-items: center;
  justify-content: center;
  color: white;
  width: 100%;
  padding: 2em;
  background-color: #242424;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 400;
}
.main.portfolio-page .folio-footer .contact-btn {
  cursor: pointer;
  color: white;
  padding: 10px 20px;
  background-color: red;
  transition: background-color 0.3s ease-out, color 0.3s;
}
.main.portfolio-page .folio-footer .contact-btn:hover {
  color: red;
  background-color: white;
}
.main.portfolio-page .folio-footer .contact-btn a {
  text-decoration: none;
}
.main {
  overflow-x: hidden;
  padding-bottom: 55px;
}
.main.portfolio-single-page {
  line-height: 0;
  background-color: #e9e9e9;
  padding-bottom: 2em;
}
.main.portfolio-single-page [class*="grid-"] {
  display: grid;
}
.main.portfolio-single-page .header-hero {
  /* Overwrite deafault hero image values */
  /*--------------------------------------*/
}
@media screen and (max-width: 768px) {
  .main.portfolio-single-page .header-hero {
    padding: 0;
  }
}
.main.portfolio-single-page .header-hero .hero-image .js-hero-slider .swiper-wrapper .swiper-slide .content,
.main.portfolio-single-page .header-hero .hero-image .js-hero-slider .swiper-wrapper .swiper-slide .image {
  height: 60vh;
}
.main.portfolio-single-page .content {
  /*  max-width: 80vw;
            margin: 0 auto; */
}
.main.portfolio-single-page .content .grid-column {
  background-color: white;
  /* .grid-row > *{
                    grid-column: 1 / 2;
                    grid-row: 1 / 2;
                }
               .grid-row{
                   .copy{
                       z-index: 2;
                   }
    
               } */
  /*  img{
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                    z-index: 1; 
                } */
}
.main.portfolio-single-page .content .grid-column.col-2 {
  grid-template-columns: 1fr 1fr;
}
.main.portfolio-single-page .content .grid-column.col-3 {
  grid-template-columns: 1fr 1fr 1fr;
}
.main.portfolio-single-page .content .grid-column.padding-8 {
  padding: 8px;
}
.main.portfolio-single-page .content .grid-column .copy {
  color: #666;
  line-height: 1.5;
  background-color: white;
  display: flex;
  justify-content: flex-end;
}
.main.portfolio-single-page .content .grid-column .copy .copy-wrapper {
  width: 580px;
  padding: 4em;
}
@media screen and (max-width: 768px) {
  .main.portfolio-single-page .content .grid-column .copy .copy-wrapper {
    width: 98vw;
    padding: 2em;
  }
}
.main.portfolio-single-page .content .grid-column .copy .copy-wrapper .bread-crumb {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 0.8em;
  margin-bottom: 40px;
}
.main.portfolio-single-page .content .grid-column .copy .copy-wrapper .header {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 1.5em;
  line-height: 1.2;
  margin-bottom: 15px;
}
.main.portfolio-single-page .content .grid-column .copy .copy-wrapper .arrow {
  margin: 20px 0;
}
.main.portfolio-single-page .content .grid-column .copy .copy-wrapper .arrow .arrow-svg {
  fill: #ff0000;
}
.main.portfolio-single-page .content .grid-column .bg-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /* @media @styleMobile {
                        display: none;
                    } */
}
.main.portfolio-single-page .content .grid-column .bg-image img {
  width: 100%;
}
.main.portfolio-single-page .content .grid-column .bg-image.margin-right {
  margin-right: 5px;
}
.main.portfolio-single-page .content .grid-column .bg-image.margin-left {
  margin-left: 6px;
}
.main.portfolio-single-page .content .grid-column .video-row {
  position: relative;
}
.main.portfolio-single-page .content .grid-column .video-row .bg-image {
  min-height: 500px;
}
.main.portfolio-single-page .content .grid-column .video-row .video-container .play-btn {
  width: 90px;
  height: auto;
  /* padding: 8px; */
  margin: 0;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
}
