@charset "UTF-8";
/*!
Theme Name: 93digital Luna
Theme URI: https://www.93digital.co.uk
Author: 93Devs
Author URI: https://www.93digital.co.uk
Description: 93Digital's Starter Theme
Version: 1.1.1
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: luna
Tags: Luna, 93digital, 93devs, starter-theme, boilerplate

This theme, like WordPress, is licensed under the GPL.

93Digital's development starter theme, the boilerplate for all our WordPress projects.
*/
/* ---------------------------------------
# Mixins
---------------------------------------- */
/* ---------------------------------------
# Variables
---------------------------------------- */
/**
 * Variables
 */
/* ---------------------------------------
# Typography.
---------------------------------------- */
/* ---------------------------------------
# Animation & Transitions.
---------------------------------------- */
/* ---------------------------------------
# Global Colours.
---------------------------------------- */
/* ---------------------------------------
# Site Specific Colours.
---------------------------------------- */
/* ---------------------------------------
# Social Media Colours.
---------------------------------------- */
/* ---------------------------------------
# Setup
---------------------------------------- */
*,
*::before,
*::after {
  box-sizing: border-box;
}

:root {
  tab-size: 4;
}

html {
  line-height: 1.15;
  text-size-adjust: 100%;
  font-size: 100%;
  scroll-behavior: smooth;
}
@media (prefers-reduced-motion) {
  html {
    scroll-behavior: auto;
  }
}

body {
  margin: 0;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
}

hr {
  height: 0;
  color: inherit;
}

abbr[title] {
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", Menlo, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  text-indent: 0;
  border-color: inherit;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
select {
  text-transform: none;
}

select {
  appearance: none;
}
select::-ms-expand {
  display: none;
}

button,
[type=reset],
[type=submit],
[type=button] {
  appearance: button;
}

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

:-moz-ui-invalid {
  box-shadow: none;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  appearance: none;
  border-radius: 0;
  outline-offset: -2px;
}

::-webkit-search-decoration {
  appearance: none;
}

::-webkit-file-upload-button {
  appearance: button;
  font: inherit;
}

summary {
  display: list-item;
}

figure {
  margin: 0;
}

a,
input,
button,
select,
textarea,
[tabindex]:not([tabindex="-1"]) {
  cursor: pointer;
}
a:focus,
input:focus,
button:focus,
select:focus,
textarea:focus,
[tabindex]:not([tabindex="-1"]):focus {
  outline: 1px dashed currentColor;
  outline-offset: 1px;
}
@media (pointer: coarse) {
  a:focus,
input:focus,
button:focus,
select:focus,
textarea:focus,
[tabindex]:not([tabindex="-1"]):focus {
    outline: none !important;
  }
}
body.remove-focus a:focus,
body.remove-focus input:focus,
body.remove-focus button:focus,
body.remove-focus select:focus,
body.remove-focus textarea:focus,
body.remove-focus [tabindex]:not([tabindex="-1"]):focus {
  outline: none !important;
}

body {
  overflow-x: clip;
  font-family: "Aktiv Grotesk", sans-serif;
  font-size: 16px;
  line-height: 1.2;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

::selection {
  color: white;
  background-color: black;
}

.main {
  position: relative;
  z-index: 2;
}

:root .has-black-color {
  color: #000000;
}
:root .has-white-color {
  color: #FFFFFF;
}
:root .has-light-grey-color {
  color: #F5F5F5;
}
:root .has-imgtec-red-color {
  color: #FF1955;
}
:root .has-imgtec-brown-color {
  color: #27251F;
}
:root .has-black-background-color {
  background-color: #000000;
}
:root .has-white-background-color {
  background-color: #FFFFFF;
}
:root .has-light-grey-background-color {
  background-color: #F5F5F5;
}
:root .has-imgtec-red-background-color {
  background-color: #FF1955;
}
:root .has-imgtec-brown-background-color {
  background-color: #27251F;
}

.wp-block-button__link.has-black-color {
  color: #000000 !important;
}
.wp-block-button__link.has-white-color {
  color: #FFFFFF !important;
}
.wp-block-button__link.has-light-grey-color {
  color: #F5F5F5 !important;
}
.wp-block-button__link.has-imgtec-red-color {
  color: #FF1955 !important;
}
.wp-block-button__link.has-imgtec-brown-color {
  color: #27251F !important;
}

.screen-reader-text, .skip-link {
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  position: absolute !important;
  word-wrap: normal !important;
}
.screen-reader-text:focus, .skip-link:focus {
  background-color: #FFFFFF;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: inherit;
  font-weight: bold;
  height: auto;
  width: auto;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  left: 5px;
  z-index: 100000;
}

.skip-link:focus {
  outline: 0 !important;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
svg {
  display: block;
  width: auto;
  height: auto;
  fill: currentColor;
}

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

img.lazy {
  opacity: 0;
}

img:not(.initial) {
  transition: opacity 1s;
}

img.error,
img.loaded,
img.initial {
  opacity: 1;
}

img:not([src]) {
  visibility: hidden;
}

.object-fit {
  width: 100%;
  height: 100%;
}
.object-fit--cover {
  object-fit: cover;
}
.object-fit--contain {
  object-fit: contain;
}
.object-fit--fill {
  object-fit: fill;
}
.object-fit--scale-down {
  object-fit: scale-down;
}

.object-position--center-top {
  object-position: center top;
}
.object-position--center-bottom {
  object-position: center bottom;
}
.object-position--top-left {
  object-position: top left;
}
.object-position--top-right {
  object-position: top right;
}
.object-position--bottom-left {
  object-position: bottom left;
}
.object-position--bottom-right {
  object-position: bottom right;
}

.spinner {
  width: 20px;
  height: 20px;
  border: 3px solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: rotate 0.8s infinite linear;
}

/* ---------------------------------------
# Utilities
---------------------------------------- */
.container {
  width: 90%;
  display: block;
  margin-right: auto;
  margin-left: auto;
  max-width: 1340px;
}
.container--small {
  max-width: 1112px;
}

.entry-content,
.wp-block-group__inner-container {
  width: 90%;
  max-width: 840px;
  margin: 0 auto;
}

.entry-content {
  margin-top: -95px;
}

.break-out, .wp-block-embed.alignfull,
.wp-block-video.alignfull,
.wp-block-group,
h1.has-background,
h2.has-background,
h3.has-background,
h4.has-background,
h5.has-background,
h6.has-background {
  position: relative;
  margin-left: -50vw !important;
  max-width: 100vw !important;
  width: 100vw !important;
  left: 50% !important;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .break-out, .wp-block-embed.alignfull,
.wp-block-video.alignfull,
.wp-block-group,
h1.has-background,
h2.has-background,
h3.has-background,
h4.has-background,
h5.has-background,
h6.has-background {
    max-width: calc(100vw - 12px) !important;
  }
}
.wp-block-column .break-out, .wp-block-column .wp-block-embed.alignfull,
.wp-block-column .wp-block-video.alignfull,
.wp-block-column .wp-block-group,
.wp-block-column h1.has-background,
.wp-block-column h2.has-background,
.wp-block-column h3.has-background,
.wp-block-column h4.has-background,
.wp-block-column h5.has-background,
.wp-block-column h6.has-background {
  margin-left: auto !important;
  max-width: none !important;
  width: auto !important;
  left: auto !important;
}
.break-out .wp-block-columns, .wp-block-embed.alignfull .wp-block-columns,
.wp-block-video.alignfull .wp-block-columns,
.wp-block-group .wp-block-columns,
h1.has-background .wp-block-columns,
h2.has-background .wp-block-columns,
h3.has-background .wp-block-columns,
h4.has-background .wp-block-columns,
h5.has-background .wp-block-columns,
h6.has-background .wp-block-columns {
  position: relative;
  padding: 0 5vw;
  max-width: 100vw;
  margin-left: -50vw;
  width: 100vw;
  left: 50%;
}
@media (min-width: 1320px) {
  .break-out .wp-block-columns, .wp-block-embed.alignfull .wp-block-columns,
.wp-block-video.alignfull .wp-block-columns,
.wp-block-group .wp-block-columns,
h1.has-background .wp-block-columns,
h2.has-background .wp-block-columns,
h3.has-background .wp-block-columns,
h4.has-background .wp-block-columns,
h5.has-background .wp-block-columns,
h6.has-background .wp-block-columns {
    margin-left: -636px;
    max-width: 1272px;
    padding: 0;
  }
}

.wp-block-group__inner-container {
  padding-top: 1px;
  padding-bottom: 1px;
}

@font-face {
  font-family: "IMG Ultra Sharp";
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: local("IMG Ultra Sharp"), url(assets/fonts/IMGUltraSharp_W_Bd.woff2) format("woff2"), url(assets/fonts/IMGUltraSharp_W_Bd.woff) format("woff");
}
p {
  line-height: 24px;
  font-size: 16px;
}

strong {
  font-weight: 700;
}

.heading, h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  display: block;
  position: relative;
  font-style: normal;
  word-wrap: break-word;
}
.heading p, h1 p,
h2 p,
h3 p,
h4 p,
h5 p,
h6 p {
  font-size: inherit;
  line-height: inherit;
}
.heading:empty, h1:empty,
h2:empty,
h3:empty,
h4:empty,
h5:empty,
h6:empty {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.15;
  font-weight: 500;
}

h1,
.heading--1 {
  font-size: 40px;
}
@media (min-width: 600px) {
  h1,
.heading--1 {
    font-size: 60px;
    line-height: 64px;
  }
}

h2,
.heading--2 {
  font-size: 28px;
  line-height: 36px;
}
@media (min-width: 600px) {
  h2,
.heading--2 {
    font-size: 48px;
    line-height: 56px;
    letter-spacing: -0.58px;
  }
}

h3,
.heading--3,
.m12__tab-heading {
  font-size: 24px;
  line-height: 41px;
}
@media (min-width: 600px) {
  h3,
.heading--3,
.m12__tab-heading {
    font-size: 32px;
  }
}

h4,
.heading--4 {
  font-size: 30px;
  line-height: 40px;
}

h5,
.heading--5 {
  font-size: 28px;
  line-height: 36px;
}

h6,
.heading--6 {
  font-size: 20px;
  line-height: 32px;
}

.quote {
  font-size: 20px;
  line-height: 28px;
}

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

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

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

.lowercase {
  text-transform: none;
}

.uppercase {
  text-transform: uppercase;
}

.underline {
  text-decoration: underline;
}

.font-weight--100 {
  font-weight: 100;
}

.font-weight--200 {
  font-weight: 200;
}

.font-weight--300 {
  font-weight: 300;
}

.font-weight--400 {
  font-weight: 400;
}

.font-weight--500 {
  font-weight: 500;
}

.font-weight--600 {
  font-weight: 600;
}

.font-weight--700 {
  font-weight: 700;
}

.font-weight--800 {
  font-weight: 800;
}

.font-weight--900 {
  font-weight: 900;
}

.input {
  margin-bottom: 0.7em;
}

label {
  display: block;
  margin-bottom: 0.4em;
  font-weight: 500;
  font-size: 13px;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

select,
textarea,
input[type=url],
input[type=tel],
input[type=text],
input[type=email],
input[type=search],
input[type=number],
input[type=password] {
  width: 100%;
  border: 1px solid #C7C9C7;
  border-radius: 0;
  background-color: #FFFFFF;
  padding: 0.85em 1em;
  font-weight: 700;
  font-size: 14px;
  color: #494744;
}
select::placeholder,
textarea::placeholder,
input[type=url]::placeholder,
input[type=tel]::placeholder,
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=search]::placeholder,
input[type=number]::placeholder,
input[type=password]::placeholder {
  color: #494744;
  opacity: 1;
}

select {
  background-image: url(assets/svg/icon-select.svg);
  background-repeat: repeat-y;
  background-position: center right;
}

textarea {
  resize: none;
  height: 144px;
}

input[type=search] {
  appearance: none;
}

/* clears the 'X' from Internet Explorer */
input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

input[type=radio],
input[type=checkbox] {
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  position: absolute !important;
  word-wrap: normal !important;
}
input[type=radio]:focus + label::before,
input[type=checkbox]:focus + label::before {
  outline: 1px dashed currentColor;
  outline-offset: 1px;
}
@media (pointer: coarse) {
  input[type=radio]:focus + label::before,
input[type=checkbox]:focus + label::before {
    outline: none !important;
  }
}
input[type=radio]:checked + label::after,
input[type=checkbox]:checked + label::after {
  opacity: 1;
}
input[type=radio] + label,
input[type=checkbox] + label {
  margin: 0 0 0.3em;
  padding-left: 30px;
  position: relative;
  user-select: none;
}
input[type=radio] + label::after, input[type=radio] + label::before,
input[type=checkbox] + label::after,
input[type=checkbox] + label::before {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0.1em;
  left: 0;
  border-radius: 2px;
  background-color: #FFFFFF;
  border: 1px solid #C7C9C7;
  cursor: pointer;
}
input[type=radio] + label::after,
input[type=checkbox] + label::after {
  opacity: 0;
  transition: opacity 0.1s ease;
}

input[type=radio] + label::before, input[type=radio] + label::after {
  border-radius: 100%;
}
input[type=radio] + label::after {
  box-shadow: inset 0 0 0 4px white, inset 0 0 0 100px rgba(51, 51, 51, 0.4);
}

input[type=checkbox] + label::after {
  content: "✔";
  font-size: 15px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.inputs-list {
  list-style: none;
  padding: 0;
}

.hs-submit {
  margin-top: 1.7em;
}

.hs-form p {
  font-size: 13px;
  line-height: 1.3;
}
.hs-form a {
  color: inherit;
}
.hs-form .legal-consent-container {
  font-size: 11px;
  color: inherit;
}

.hs-form-radio,
.hs-form-checkbox,
input[type=radio].hs-input,
input[type=checkbox].hs-input {
  position: relative;
  font-size: 13px;
  line-height: 1.3;
}
.hs-form-radio + span,
.hs-form-checkbox + span,
input[type=radio].hs-input + span,
input[type=checkbox].hs-input + span {
  display: block;
  position: relative;
  font-size: inherit;
  line-height: inherit;
}
.hs-form-radio + span p,
.hs-form-checkbox + span p,
input[type=radio].hs-input + span p,
input[type=checkbox].hs-input + span p {
  display: inline;
  font-size: inherit;
  line-height: inherit;
}
.hs-form-radio + span::after, .hs-form-radio + span::before,
.hs-form-checkbox + span::after,
.hs-form-checkbox + span::before,
input[type=radio].hs-input + span::after,
input[type=radio].hs-input + span::before,
input[type=checkbox].hs-input + span::after,
input[type=checkbox].hs-input + span::before {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0.1em;
  left: 0;
  background-color: #FFFFFF;
  border: 1px solid #C7C9C7;
  cursor: pointer;
  color: #494744;
}
.hs-form-radio + span::after,
.hs-form-checkbox + span::after,
input[type=radio].hs-input + span::after,
input[type=checkbox].hs-input + span::after {
  opacity: 0;
}
.hs-form-radio:checked + span::after,
.hs-form-radio input:checked + span::after,
.hs-form-checkbox:checked + span::after,
.hs-form-checkbox input:checked + span::after,
input[type=radio].hs-input:checked + span::after,
input[type=radio].hs-input input:checked + span::after,
input[type=checkbox].hs-input:checked + span::after,
input[type=checkbox].hs-input input:checked + span::after {
  opacity: 1;
}

.hs-form-radio + span::after,
input[type=radio].hs-input + span::after {
  box-shadow: inset 0 0 0 4px white, inset 0 0 0 100px rgba(51, 51, 51, 0.4);
}

.hs-form-checkbox + span,
input[type=checkbox].hs-input + span {
  padding-left: 20px;
}
.hs-form-checkbox + span::after,
input[type=checkbox].hs-input + span::after {
  content: "✔";
  font-size: 10px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.1s ease;
}

/* ---------------------------------------
# Components
---------------------------------------- */
.button, input[type=submit] {
  position: relative;
  display: inline-flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  padding: 1.15em 1.75em;
  line-height: 1;
  font-weight: 700;
  text-decoration: none;
  max-width: 100%;
  border: 0;
  background-color: #FF1955;
  color: #FFFFFF;
  z-index: 1;
  overflow: hidden;
  transition: color 1s ease;
}
.button::before, input[type=submit]::before {
  content: "";
  position: absolute;
  width: calc(100% + 70px);
  height: 100%;
  top: 0;
  right: calc(100% + 35px);
  background-color: #e5003c;
  transform: skew(-13deg, 0deg);
  z-index: -1;
  transition: right 1s ease;
}
.button:hover::before, input[type=submit]:hover::before, .button:focus::before, input[type=submit]:focus::before {
  right: -25px;
}
.button:not(input[type=submit]):empty, input[type=submit]:not(input[type=submit]):empty {
  display: none;
}
.button--underline, .m12__button--underline {
  padding: 0 0 0.65em;
  font-size: 14px;
  background-color: transparent;
  border-bottom: 2px solid #FF1955;
}
.button--underline--green {
  border-color: #78D61F;
}
.button--underline--yellow {
  border-color: #FBFF22;
}
.button--underline::before, .m12__button--underline::before {
  display: none;
}
.button--outline {
  border: 2px solid #FFFFFF;
  background-color: transparent;
  padding-top: calc(1.15em - 2px);
  padding-bottom: calc(1.15em - 2px);
}
.button--outline::before {
  background-color: #FFFFFF;
}
.button--outline:hover, .button--outline:focus {
  color: #000000 !important;
}
.button--outline__red {
  color: #FF1955;
  border-color: #FF1955;
}
.button--outline__red::before {
  background-color: #FF1955;
}
.button--outline__red:hover, .button--outline__red:focus {
  color: #FFFFFF !important;
}
.button--plain {
  color: #FFFFFF;
  font-weight: 700;
  font-size: 16px;
  text-decoration: none;
  position: relative;
  padding-bottom: 10px;
  overflow: hidden;
  display: inline-block;
}
.button--plain__black {
  color: #000000;
}
.button--plain::before, .button--plain::after {
  content: "";
  position: absolute;
  height: 3px;
  width: 100%;
  bottom: 0;
  left: 0%;
  background-color: #FF1955;
}
.button--plain::after {
  left: -200%;
}
.button--plain:hover::before, .button--plain:focus::before {
  left: 100%;
  transition: left 0.35s ease-in-out;
}
.button--plain:hover::after, .button--plain:focus::after {
  left: 0%;
  transition: left 0.5s ease-in-out;
}
.button.icon-only, input.icon-only[type=submit] {
  padding: 1em 1.1em;
}
.button.icon-only .svg-icon, input.icon-only[type=submit] .svg-icon {
  width: 1.05em;
  height: 1.05em;
}

.icon:not(.button--outline) {
  background-color: transparent;
  border: 0;
  padding: 0;
}

.read-more {
  background-color: transparent;
  border-radius: 0;
  border: 0;
  padding: 0;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 14px;
  display: flex;
  margin-top: 2em;
  text-decoration: none;
}
.read-more .svg-icon {
  color: #FF1955;
  width: 18px;
  height: 16px;
  transform: rotate(90deg);
  margin-right: 10px;
}
.read-more:hover, .read-more:focus {
  text-decoration: underline;
}

.m18__arrow,
.m32__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  color: inherit;
  border: 0;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
  opacity: 1;
  transition: 0.3s all;
}
.m18__arrow svg,
.m32__arrow svg {
  height: 15px;
  width: 15px;
}
@media (min-width: 1240px) {
  .m18__arrow svg,
.m32__arrow svg {
    height: 35px;
    width: 35px;
  }
}
.m18__arrow:disabled,
.m32__arrow:disabled {
  opacity: 0;
  pointer-events: none;
}

.m32__arrow--prev,
.m18__arrow--prev {
  left: 5vw;
}
@media (min-width: 1240px) {
  .m32__arrow--prev,
.m18__arrow--prev {
    left: 50px;
  }
}

.m32__arrow--next,
.m18__arrow--next {
  right: 5vw;
}
@media (min-width: 1240px) {
  .m32__arrow--next,
.m18__arrow--next {
    right: 50px;
  }
}

.breadcrumbs {
  width: 100%;
  display: block;
}
.breadcrumbs a:not([class]) {
  text-decoration: none;
  position: relative;
}

#ccc-icon {
  display: none !important;
}

#ccc-overlay {
  background-color: rgba(0, 0, 0, 0.25);
}

#ccc #ccc-module {
  animation: none !important;
  width: 90% !important;
  height: 90% !important;
  max-width: 500px !important;
  max-height: 400px !important;
  top: 50% !important;
  bottom: auto !important;
  left: 50% !important;
  right: auto !important;
  margin: none !important;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 35px -10px #111;
}

#ccc #ccc-content {
  background-color: #fff !important;
  color: #111 !important;
}

#ccc #ccc-content h2,
#ccc #ccc-content h3,
#ccc #ccc-content p,
#ccc #ccc-content span,
#ccc #ccc-content a {
  color: #111 !important;
  border-color: #111 !important;
}

#ccc #ccc-content button {
  background-color: #555 !important;
  border-color: #555 !important;
  color: #fff !important;
}

#ccc #ccc-content button span {
  color: #fff !important;
}

#ccc .ccc-svg-element svg {
  fill: #111;
}

#ccc #ccc-content hr {
  background-color: #555;
}

#ccc #ccc-optional-categories hr {
  display: none;
}

#ccc #ccc-content .checkbox-toggle {
  background-color: #555;
  border-color: #555;
}

#ccc #ccc-content .checkbox-toggle span {
  color: #fff !important;
  opacity: 1;
}

#ccc #ccc-content .checkbox-toggle .checkbox-toggle-toggle {
  background-color: #bbb;
}

#ccc .ccc-info {
  display: none;
}

#ccc #ccc-close {
  display: none;
}

#wt-cli-privacy-save-btn {
  background-color: #FF1955;
}

.cli-switch .cli-slider:after {
  display: block;
  left: auto;
  background: none;
  border: 0;
  opacity: 1;
  line-height: inherit;
}

.cli-switch .cli-slider:before {
  top: auto;
  bottom: 3px !important;
  border: 0;
}

.cli-switch input:checked + .cli-slider {
  background-color: #FF1955 !important;
}

.tag {
  position: relative;
  text-transform: uppercase;
  color: #FFFFFF;
  background-color: #FF1955;
  font-weight: 500;
  font-size: 12px;
  padding: 5px 2px 5px 8px;
  margin-right: 15px;
  display: inline-block;
  z-index: 1;
}
.tag:before {
  content: "";
  position: absolute;
  width: 27px;
  height: 100%;
  top: 0;
  right: -7px;
  background-color: #FF1955;
  transform: skew(-20deg, 0deg);
  z-index: -1;
}
.tag--green {
  background-color: #78D61F;
}
.tag--green:before {
  background-color: #78D61F;
}
.tag--yellow {
  background-color: #FBFF22;
  color: #000000;
}
.tag--yellow:before {
  background-color: #FBFF22;
}

.testimonial-thumbnail {
  width: 131px;
  height: 131px;
  position: relative;
  overflow: hidden;
  border-radius: 100%;
}
.testimonial-thumbnail img {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 0;
  object-fit: cover;
}

/* ---------------------------------------
# Gutenberg Core Blocks
---------------------------------------- */
.wp-block-image {
  margin: 3em 0 !important;
}
.wp-block-image .alignleft {
  margin-right: 1.5em !important;
}
.wp-block-image .alignright {
  margin-left: 1.5em !important;
}
@media (max-width: 767px) {
  .wp-block-image .alignleft,
.wp-block-image .alignright {
    float: none !important;
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .wp-block-image .alignleft img,
.wp-block-image .alignright img {
    width: 100%;
  }
}

ul,
ol {
  padding-inline-start: 45px;
}
ul li,
ol li {
  font-size: 16px;
  margin-bottom: 7px;
}

.wp-block-embed video,
.wp-block-video video {
  display: block;
}
.wp-block-embed:not(.alignwide):not(.alignfull),
.wp-block-video:not(.alignwide):not(.alignfull) {
  margin: 4em auto !important;
}
.wp-block-embed.alignwide,
.wp-block-video.alignwide {
  margin-top: 4em !important;
  margin-bottom: 4em !important;
}
@media (min-width: 1230px) {
  .wp-block-embed.alignwide,
.wp-block-video.alignwide {
    margin: 4em -10vw !important;
  }
}
.wp-block-embed.alignfull,
.wp-block-video.alignfull {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.wp-embed-aspect-16-9 .wp-block-embed__wrapper::before {
  padding-bottom: 56.25%;
  position: relative;
  width: 100%;
  height: 0;
  display: block;
  content: "";
}
.wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 0;
}

.wp-embed-aspect-4-3 .wp-block-embed__wrapper::before {
  padding-bottom: 75%;
  position: relative;
  width: 100%;
  height: 0;
  display: block;
  content: "";
}
.wp-embed-aspect-4-3 .wp-block-embed__wrapper iframe {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 0;
}

/* ---------------------------------------
# Global Elements
---------------------------------------- */
.gm01 {
  position: relative;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 999;
  font-size: 15px;
}
.gm01::after {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  content: "";
  user-select: none;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.9);
}
.gm01__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 95px;
  position: relative;
  z-index: 2;
}
.gm01__logo-image {
  max-width: 200px;
  max-height: 60px;
}
@media (min-width: 1240px) {
  .gm01__logo-image {
    max-width: 245px;
  }
}
.gm01__menu-wrapper {
  position: fixed;
  top: 95px;
  right: 0;
  height: 100vh;
  width: 100vw;
  z-index: -1;
  background-color: #000000;
  max-width: 400px;
  transform: translateX(100%);
  transition: transform 0.25s ease;
  overflow: scroll;
}
@media (min-width: 1280px) {
  .gm01__menu-wrapper {
    flex-grow: 1;
    display: flex;
    justify-content: flex-end;
  }
}
.admin-bar .gm01__menu-wrapper {
  top: 127px;
}
body.is-menu-active .gm01__menu-wrapper {
  transform: none;
  transition: transform 0.5s ease;
}
@media (min-width: 1240px) {
  .gm01__menu-wrapper {
    display: flex;
    align-items: center;
    background-color: transparent;
    width: auto;
    height: 100%;
    position: relative;
    flex-direction: row;
    max-width: none;
    transform: none;
    z-index: 0;
    top: 0 !important;
    overflow: visible;
  }
}
@media (min-width: 1240px) {
  .gm01__primary, .gm01__primary-menu {
    display: flex;
    height: 100%;
    overflow: visible;
    align-items: center;
    flex-direction: row;
  }
}
.gm01__primary-menu {
  padding: 0;
  margin: 0;
}
.gm01__primary-menu > .menu-item {
  padding: 15px 20px;
}
@media (min-width: 1240px) {
  .gm01__primary-menu > .menu-item {
    margin: 0 0.75em;
    padding: 0;
    height: 100%;
    display: flex;
    align-items: center;
  }
}
@media (min-width: 1390px) {
  .gm01__primary-menu > .menu-item {
    margin: 0 1.75em;
  }
}
.gm01__primary-menu > .menu-item:last-child {
  margin-right: 0;
}
.gm01__primary-menu > .menu-item:hover, .gm01__primary-menu > .menu-item:focus {
  background-color: #494744;
}
@media (min-width: 1240px) {
  .gm01__primary-menu > .menu-item:hover, .gm01__primary-menu > .menu-item:focus {
    background-color: transparent;
  }
}
.gm01__primary-menu > .menu-item:hover .menu-item__section, .gm01__primary-menu > .menu-item:focus .menu-item__section {
  opacity: 1;
  max-height: 1000px;
}
.gm01__primary-menu .menu-item {
  color: #FFFFFF;
  list-style: none;
}
.gm01__primary-menu .menu-item:hover > a, .gm01__primary-menu .menu-item:focus > a {
  border-bottom: 1px solid #FFFFFF;
}
.gm01__primary-menu .menu-item a {
  color: inherit;
  text-decoration: none;
}
.gm01__primary-menu .menu-item a[target=_blank] {
  background-image: url(assets/svg/icon-external.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 14px;
  padding-right: 22px;
}
.gm01__primary-menu .menu-item__section {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  width: 100%;
  transition: opacity 0.25s ease-in-out, max-height 0.5s ease-in-out;
}
@media (min-width: 1240px) {
  .gm01__primary-menu .menu-item__section {
    position: fixed;
    top: 95px;
    left: 0;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: -1;
  }
  .admin-bar:not(.is-scrolled) .gm01__primary-menu .menu-item__section {
    top: 127px;
  }
}
.gm01__primary-menu .menu-item__section-inner {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1240px) {
  .gm01__primary-menu .menu-item__section-inner {
    flex-direction: row;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    max-width: 1275px;
    border-top: 1px solid #FFFFFF;
    padding: 2em 0 2em 2em;
  }
}
.gm01__primary-menu .menu-item__list {
  padding: 0;
}
.gm01__primary-menu .menu-item__list > .menu-item:not(.menu-item-has-children) {
  margin-right: 30px;
}
@media (max-width: 1239px) {
  .gm01__primary-menu .menu-item__list > .menu-item > .menu-item__link {
    margin: 20px 0 10px;
    display: block;
  }
}
@media (min-width: 1240px) {
  .gm01__primary-menu .menu-item__list {
    width: calc(100% - 340px);
    padding: 0 0 0 3em;
    display: flex;
  }
}
.gm01__primary-menu .menu-item__sublist {
  padding: 0;
  margin-right: 4em;
}
.gm01__primary-menu .menu-item__sublist .menu-item {
  padding: 6px 0;
}
.gm01__primary-menu .menu-item__sublist--col {
  margin-right: 3em;
}
@media (min-width: 1240px) {
  .gm01__primary-menu .menu-item__multicol {
    display: flex;
  }
}
.gm01__primary-menu .menu-item__panel {
  order: 2;
}
@media (min-width: 1240px) {
  .gm01__primary-menu .menu-item__panel {
    width: 340px;
    border-left: 1px solid #FFFFFF;
    padding-left: 2em;
  }
}
.gm01__primary-menu .menu-item__extra-links {
  padding: 13px 0 0;
  margin-top: 1em;
  border-top: 1px solid #FFFFFF;
}
@media (min-width: 1240px) {
  .gm01__primary-menu .menu-item__extra-links {
    padding: 0;
    margin: 0;
    border: none;
  }
}
.gm01__primary-menu .menu-item__extra-link {
  list-style: none;
}
.gm01__primary-menu .menu-item__extra-link .icon {
  max-width: 18px;
  max-height: 18px;
  width: 100%;
  margin-right: 8px;
}
.gm01__primary-menu .menu-item__extra-link a {
  display: flex;
  align-items: center;
  padding: 10px 0;
  transition: background-color 0.35s ease;
}
@media (min-width: 1240px) {
  .gm01__primary-menu .menu-item__extra-link a {
    padding: 12px 15px;
  }
}
.gm01__primary-menu .menu-item__extra-link a:hover, .gm01__primary-menu .menu-item__extra-link a:focus {
  background-color: #494744;
}
.gm01__primary-menu .menu-item__link--label {
  display: block;
  border-bottom: 1px solid #FFFFFF;
  margin: 18px 0 8px;
  padding-bottom: 4px;
  font-weight: 700;
}
@media (min-width: 1240px) {
  .gm01__primary-menu .menu-item__link--label {
    font-size: 20px;
    border: none;
    margin: 0 4em 8px 0;
    padding-bottom: 0;
  }
}
.gm01__primary-menu .menu-item__featured {
  background-color: #494744;
  padding: 1.5em 0;
  margin-top: 1em;
  border-top: 1px solid #FFFFFF;
}
.gm01__primary-menu .menu-item__featured--title {
  font-size: 22px;
  font-weight: 700;
  line-height: 31px;
}
.gm01__primary-menu .menu-item__featured--excerpt {
  margin: 20px 0;
}
@media (min-width: 1240px) {
  .gm01__primary-menu .menu-item__featured {
    border: none;
    padding: 1.5em;
    margin-top: 0;
  }
}
.gm01__search-wrap {
  display: none;
}
@media (min-width: 1240px) {
  .gm01__search-wrap {
    margin: 0 2.5em;
    display: block;
  }
}
.gm01__cta-wrap {
  margin: 20px;
}
@media (min-width: 1240px) {
  .gm01__cta-wrap {
    margin: 0;
  }
}
.gm01__search .svg-icon {
  color: #FF1955;
  width: 20px;
  height: 20px;
}
.gm01__search--mobile {
  background-color: transparent !important;
  z-index: unset;
}
.gm01__search--mobile::after, .gm01__search--mobile::before {
  content: none;
}
.gm01__search--mobile svg {
  color: #FF1955 !important;
  width: 26px;
  height: 26px;
}
@media (min-width: 1240px) {
  .gm01__search--mobile {
    display: none;
  }
}
.gm01__hamburger {
  width: 32px;
  height: 32px;
  border: 0;
  padding: 0;
  margin-left: auto;
  position: relative;
  background-color: transparent;
}
@media (min-width: 1240px) {
  .gm01__hamburger {
    display: none;
  }
}
.gm01__hamburger::before, .gm01__hamburger::after {
  content: "";
  width: 28px;
  height: 3px;
  background-color: #FF1955;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -14px;
  transition: transform 0.2s ease;
}
.gm01__hamburger::before {
  transform: translateY(-6px);
}
body.is-menu-active .gm01__hamburger::before {
  transform: rotate(45deg);
}
.gm01__hamburger::after {
  transform: translateY(6px);
}
body.is-menu-active .gm01__hamburger::after {
  transform: rotate(-45deg);
}
.gm01__buttons {
  display: flex;
  width: 70px;
}
@media (min-width: 1280px) {
  .gm01__buttons {
    display: none;
  }
}
.gm01__scroll-detection {
  position: absolute;
  width: 1px;
  height: 50px;
  top: 0;
  left: 0;
  pointer-events: none;
  user-select: none;
}

.gm02 {
  background-color: #27251F;
  color: #FFFFFF;
  padding: 4em 0;
}
.gm02__container {
  display: flex;
}
@media (max-width: 767px) {
  .gm02__container {
    flex-direction: column;
  }
}
.gm02__navigation {
  width: 100%;
}
@media (min-width: 768px) {
  .gm02__navigation {
    width: 75%;
  }
}
.gm02__footer-menu {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.gm02__footer-menu .menu-item {
  list-style: none;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 500;
}
.gm02__footer-menu .menu-item a {
  color: inherit;
  text-decoration: none;
}
.gm02__footer-menu .menu-item a:hover, .gm02__footer-menu .menu-item a:focus {
  text-decoration: underline;
}
.gm02__footer-menu > .menu-item {
  flex: 0 1 50%;
  font-weight: 700;
  font-size: 14px;
}
.gm02__footer-menu > .menu-item > a[href="#"],
.gm02__footer-menu > .menu-item > a[href="#!"] {
  cursor: default;
  text-decoration: none !important;
}
@media (min-width: 800px) {
  .gm02__footer-menu > .menu-item {
    flex: 0 1 33.3333%;
  }
}
.gm02__footer-menu .sub-menu {
  margin: 1.75em 10px 2.5em 0;
  padding: 0;
}
.gm02__footer-menu .sub-menu .menu-item {
  margin: 0.75em 0;
  color: #c7cac8;
}
.gm02__details {
  width: 100%;
}
@media (min-width: 768px) {
  .gm02__details {
    width: 25%;
  }
}
.gm02__copyright {
  line-height: 1.8em;
  font-size: 14px;
  color: #C7C9C7;
}
.gm02__cta {
  margin-bottom: 2em;
}
.gm02__cta--title {
  font-size: 14px;
  font-weight: 700;
  margin: 0;
  line-height: 1;
}
.gm02__cta--text {
  margin: 1.75em 0;
  font-size: 14px;
  line-height: 1.4em;
  color: #C7C9C7;
}
.gm02__social-links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 4em 0;
}
.gm02__social {
  display: flex;
  width: 25px;
  height: 25px;
  color: #FFFFFF;
}
.gm02__social:hover svg {
  color: #FF1955;
}
.gm02__logo {
  max-width: 240px;
  display: block;
  margin-bottom: 20px;
}
.gm02__back-to-top {
  z-index: 2;
  color: #FFFFFF;
  background-color: #FF1955;
  width: 45px;
  height: 50px;
  padding-bottom: 4px;
  position: fixed;
  bottom: -4px;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
  border-radius: 4px 0 0 4px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, transform 0.35s ease;
}
.is-scrolled .gm02__back-to-top {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 1199px) {
  .location-open .gm02__back-to-top {
    opacity: 0;
    pointer-events: none;
  }
}
.gm02__back-to-top .svg-icon {
  width: 27px;
  height: 27px;
}
.gm02__back-to-top:hover, .gm02__back-to-top:focus {
  transform: translateY(-8px);
}

.gm03__heading {
  color: #27251F;
  margin: 1em 0;
  font-size: 2.5em;
}
@media (min-width: 768px) {
  .gm03__heading {
    font-size: 3.5em;
  }
}
.gm03 .search-results__count {
  font-size: 14px;
  font-weight: 700;
  margin: 2em 0;
}

.no-results {
  margin: 1em;
}
.no-results__container {
  width: 100%;
}

/* ---------------------------------------
# Blocks
---------------------------------------- */
.terra--done .lazy {
  opacity: 1;
}

div.archive {
  margin-top: -95px;
}
div.archive .pagination {
  margin: auto;
}

.archive-container__header {
  padding: 4em 0 1em;
}
.archive-container__filters {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: 1.35em -1em;
  padding-bottom: 2.35em;
}
.archive-container__filters > * {
  padding: 0 1em;
  margin-bottom: 10px;
}
.archive-container__filters::after {
  content: "";
  display: block;
  width: calc(100% - 2em);
  height: 1px;
  background-color: #C7C9C7;
  position: absolute;
  bottom: 0;
  left: 1em;
}
.archive-container__filter-wrap, .archive-container__search-wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-width: 230px;
  position: relative;
}
@media (min-width: 768px) {
  .archive-container__filter-wrap {
    width: 25%;
  }
}
.archive-container__filter-wrap .svg-icon {
  position: absolute;
  bottom: 0;
  right: 1em;
  width: 2.6em;
  height: 2.6em;
  pointer-events: none;
}
.archive-container__filter {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
}
@media (min-width: 768px) {
  .archive-container__search-wrap {
    padding-right: 0;
    width: calc(25% - 4.8em);
  }
}
.archive-container__search {
  position: relative;
}
.archive-container__search__icon {
  position: absolute;
  left: 14px;
  right: 0;
  padding: 0;
  background-color: transparent;
  border-radius: 0;
  border: 0;
  height: 100%;
  width: 14px;
}
.archive-container__search__input {
  padding-left: 38px !important;
}
.archive-container__search .svg-icon {
  width: 14px;
  height: 14px;
  color: #FF1955;
}
.archive-container__button-wrap {
  height: 100%;
  align-self: flex-end;
}
.archive-container__reset {
  padding: 0.695em 0.7em !important;
  border-width: 1px;
}
.archive-container__label, .archive-container__count {
  font-size: 14px;
  font-weight: 700;
}
.archive-container__items {
  margin: 0 -1em;
  display: flex;
  flex-wrap: wrap;
}
.archive-container .single-item {
  padding: 1em;
}
@media (min-width: 768px) {
  .archive-container .single-item {
    flex: 0 1 50%;
  }
}
.archive-container .single-product-item {
  padding: 1em;
  flex: 0 1 100%;
}
@media (min-width: 900px) {
  .archive-container .single-product-item {
    flex: 0 1 33.3333%;
  }
}

.m01 {
  position: relative;
  padding-top: calc(4em + 95px);
  padding-bottom: 4em;
}
.m01--small {
  min-height: 395px;
}
.m01--default {
  min-height: 595px;
}
.m01--large {
  min-height: 100vh;
}
.post-type-archive-product .m01 {
  min-height: 470px;
}
.m01--featured .m01__title {
  color: #FFFFFF;
}
.m01--featured-post .m01__title span:last-child {
  color: #78D61F;
}
.m01--featured-resource .m01__title span:last-child {
  color: #FF1955;
}
.m01--featured-event .m01__title span:last-child {
  color: #FBFF22;
}
.m01__container {
  position: relative;
  z-index: 1;
}
.m01__title {
  font-family: "IMG Ultra Sharp", sans-serif;
  line-height: 0.95;
  color: #FFFFFF;
  font-size: 2.5em;
}
@media (min-width: 768px) {
  .m01__title {
    font-size: 3.5em;
  }
}
.m01__title p {
  margin: 0;
  font-size: inherit;
}
.m01__text {
  color: #FFFFFF;
  font-size: 1.35em;
  line-height: 1.3;
  width: 100%;
  margin: 1.35em 0;
}
@media (min-width: 768px) {
  .single-resource .m01__text {
    width: 80%;
  }
}
@media (min-width: 768px) {
  .m01__text {
    width: 40%;
  }
}
.m01__media {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 0;
}
.m01__media--gradient::before {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  content: "";
  background: black;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.95) 33%, rgba(0, 0, 0, 0) 100%);
}
.m01__media--graphic::before {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  content: "";
  background-image: url(assets/svg/hero_overlay.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.m01__media--graphic::after {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  content: "";
  background: black;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.75) 100%);
}
.m01__media img {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 0;
  object-fit: cover;
  filter: grayscale(100%);
}
.m01__media.no-bg {
  background-color: #494744;
}
.m01__media.no-bg::after {
  content: none;
}
.m01__ctas {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
}
.m01__cta {
  margin-right: 2em;
  margin-bottom: 8px;
}
.m01__cta.icon {
  position: relative;
  padding-left: calc(1.75em + 20px);
}
.m01__cta.icon .svg-icon {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 14px;
  left: 14px;
}
.m01__search {
  margin-top: 6em;
  display: flex;
}
.m01__search .archive-container__search {
  min-width: 50%;
  margin-right: 10px;
}
.m01__search .archive-container__search__input {
  height: 100%;
}

.m02 {
  text-align: center;
  margin: 5em 0;
}
.m02__text {
  margin: 1.75em auto 2em;
}

.m03 .container {
  width: 100%;
}
.m03__container {
  display: flex;
}
@media (max-width: 899px) {
  .m03__container {
    flex-direction: column;
  }
}
.m03__media-wrap {
  align-self: center;
}
@media (max-width: 899px) {
  .m03__media-wrap {
    order: 2;
    width: 100%;
  }
}
@media (min-width: 900px) {
  .m03__media-wrap {
    flex: 0 1 50%;
  }
}
.m03__media {
  padding-bottom: 64.6153846154%;
  position: relative;
  width: 100%;
  height: 0;
  display: block;
}
.m03__media__image {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 0;
  object-fit: cover;
}
.m03__content {
  align-self: center;
  padding: 4em 1em;
}
@media (max-width: 899px) {
  .m03__content {
    order: 1;
  }
}
@media (min-width: 768px) {
  .m03__content {
    padding: 4em;
  }
}
@media (min-width: 900px) {
  .m03__content {
    flex: 0 1 50%;
    padding: 0 10% 0 4em;
  }
}
.m03__title {
  display: flex;
  align-items: center;
}
.m03__title-icon {
  width: 1.5em;
  height: 1.5em;
  margin-right: 20px;
}
.m03__text {
  margin: 1.75em 0 2em;
  line-height: 1.4;
}
@media (min-width: 900px) {
  .m03--right .m03__content {
    order: 1;
    padding: 0 4em 0 5%;
  }
  .m03--right .m03__media-wrap {
    order: 2;
  }
}
.m03--padding {
  padding: 1em 0 0;
}
@media (min-width: 900px) {
  .m03--padding {
    padding: 5em 0;
  }
}
.m03--grey {
  background-color: #F5F5F5;
}
.m03--white {
  background-color: #FFFFFF;
}
.m03--black {
  background-color: #000000;
}
.m03--black .m03__content {
  color: #FFFFFF;
}
.m03--brown {
  background-color: #27251F;
}
.m03--brown .m03__content {
  color: #FFFFFF;
}
.m03--red {
  background-color: #FF1955;
}

.m04 {
  text-align: center;
  padding: 5em 0;
}
.m04__text {
  margin: 1.75em auto 2em;
  max-width: 710px;
  line-height: 1.4;
}
.m04__features {
  display: flex;
  flex-wrap: wrap;
  width: 90%;
  margin: 4em auto 1em;
}
@media (min-width: 900px) {
  .m04__features {
    width: 100%;
  }
  .m04__features--three-col .m04__feature {
    flex: 0 1 33.3333%;
    padding: 0 4em;
  }
}
.m04__feature {
  flex: 0 1 100%;
  padding: 0 2em;
  margin: 0 0 4em;
}
@media (min-width: 1440px) {
  .m04__feature {
    padding: 0 9em;
  }
}
@media (min-width: 768px) {
  .m04__feature {
    flex: 0 1 50%;
  }
}
.m04__feature--icon {
  background-color: #27251F;
  border-radius: 50%;
  display: flex;
  width: 90px;
  height: 90px;
  margin: auto;
  padding: 19px;
}
.m04__feature--title {
  margin: 20px 0;
}
.m04__feature--description {
  margin: 1.5em 0;
}
.m04--grey {
  background-color: #F5F5F5;
}
.m04--white {
  padding: 0;
  margin: 5em 0;
  background-color: transparent;
}
.m04--black {
  background-color: #000000;
}
.m04--black .m04__container,
.m04--black .m04__feature--cta {
  color: #FFFFFF;
}
.m04--brown {
  background-color: #27251F;
}
.m04--brown .m04__feature--icon {
  background-color: #000000;
}
.m04--brown .m04__container,
.m04--brown .m04__feature--cta {
  color: #FFFFFF;
}
.m04--red {
  background-color: #FF1955;
}
.m04--red .m04__feature--cta:before, .m04--red .m04__feature--cta:after {
  background-color: #FFFFFF;
}

.m05 .container {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1240px) {
  .m05 .container {
    width: 100%;
    flex-direction: row;
    max-width: 1440px;
  }
}
.m05__main-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 50px 25px;
}
.m05__main-content .button, .m05__main-content input[type=submit] {
  width: fit-content;
}
@media (min-width: 1240px) {
  .m05__main-content {
    width: 40%;
    padding: 109px 101px 124px 80px;
  }
}
.m05__text-block {
  margin-bottom: 44px;
}
.m05__case-study {
  background-color: #F5F5F5;
  display: flex;
  flex-direction: column;
  padding: 10vw 5vw;
  margin: 0 -5vw;
}
@media (min-width: 1240px) {
  .m05__case-study {
    width: 60%;
    flex-direction: row;
    padding: 102px 215px 110px 95px;
  }
}
.m05__case-study__thumbnail-block {
  margin: 0 auto 30px;
  filter: grayscale(1);
}
@media (min-width: 1240px) {
  .m05__case-study__thumbnail-block {
    margin: 0;
    padding-right: 38px;
  }
}
.m05__case-study__content p {
  margin-top: 0;
  margin-bottom: 60px;
  line-height: inherit;
  font-size: inherit;
}
.m05__case-study .m05__company-image {
  width: 100%;
  max-width: 197px;
  margin-bottom: 31px;
}
.m05__case-study .m05__company-image img {
  max-width: 100%;
}
.m05__case-study__author {
  margin: 0;
  font-weight: bold;
}
.m05__case-study__job {
  margin: 0;
}

.m06 {
  margin: 50px 0;
}
.m06 .container {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1240px) {
  .m06 .container {
    width: 100%;
    max-width: 1440px;
  }
}
.m06__main-title, .m06__main-text {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}
.m06__main-title {
  margin-bottom: 0.35em;
}
.m06__block {
  display: flex;
  flex-direction: column;
  margin: 50px 0;
}
@media (min-width: 1240px) {
  .m06__block {
    padding-top: 93px;
    flex-direction: row;
    margin: 0;
  }
}
@media (min-width: 1240px) {
  .m06__block:nth-child(odd) .m06__content {
    padding-left: 70px;
    padding-right: 211px;
  }
}
@media (min-width: 1240px) {
  .m06__block:nth-child(even) {
    flex-direction: row-reverse;
  }
  .m06__block:nth-child(even) .m06__content {
    padding-left: 161px;
    padding-right: 123px;
  }
}
@media (min-width: 1240px) {
  .m06 .flip:nth-child(even) {
    flex-direction: row;
  }
  .m06 .flip:nth-child(even) .m06__content {
    padding-left: 70px;
    padding-right: 211px;
  }
}
@media (min-width: 1240px) {
  .m06 .flip:nth-child(odd) {
    flex-direction: row-reverse;
  }
  .m06 .flip:nth-child(odd) .m06__content {
    padding-left: 161px;
    padding-right: 123px;
  }
}
.m06__image {
  width: 100%;
  height: 295px;
  position: relative;
}
@media (min-width: 740px) {
  .m06__image {
    height: 520px;
  }
}
@media (min-width: 1240px) {
  .m06__image {
    width: calc(50% + 10px);
    height: 495px;
  }
}
.m06__image img {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 0;
  object-fit: cover;
}
.m06__content {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center;
}
@media (max-width: 1240px) {
  .m06__content {
    padding-top: 30px;
  }
}
@media (min-width: 1240px) {
  .m06__content {
    width: calc(50% - 10px);
  }
}
.m06__text {
  margin-bottom: 40px;
}
.m06__text p:last-child {
  margin-bottom: 0;
}
.m06__title {
  margin-bottom: 0.25em;
}
.m06__button {
  width: fit-content;
}

.m07 {
  margin-top: 4.5em;
  margin-bottom: 5.7em;
}
.m07__heading {
  text-align: center;
  margin-bottom: 1.3em;
}
@media (min-width: 768px) {
  .m07__posts {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
  }
}
.m07__posts .single-item {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .m07__posts .single-item {
    margin: 0 15px 30px;
    width: calc(50% - 30px);
  }
}
@media (min-width: 900px) {
  .m07__posts .single-item {
    width: calc(33.333% - 30px);
  }
}
.m07__posts .single-item__link {
  color: initial;
  background-color: transparent;
}
.m07__posts .single-item__content {
  padding: 0;
  margin-top: 2em;
}
.m07__posts .single-item__media {
  padding-bottom: 70.0934579439%;
  position: relative;
  width: 100%;
  height: 0;
  display: block;
}
.m07 .button--underline, .m07 .m12__button--underline {
  color: inherit;
}
.m07 .button--underline svg, .m07 .m12__button--underline svg {
  display: none;
}

.m08 {
  position: relative;
  color: #FFFFFF;
  background-color: #27251F;
  padding: 5em 0;
}
@media (min-width: 768px) {
  .m08__container {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .m08 {
    padding: 5.85em 0 2.15em;
  }
}
.m08::before {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 0;
  content: "";
  background-image: url(assets/svg/contact_overlay.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.m08__container {
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .m08__container {
    display: flex;
    justify-content: space-between;
  }
}
.m08__content {
  margin-bottom: 3em;
}
@media (min-width: 768px) {
  .m08__content {
    max-width: 430px;
    width: calc(50% - 15px);
    margin-bottom: 0;
    padding-left: 5%;
  }
}
@media (min-width: 768px) {
  .m08__form {
    max-width: 540px;
    width: calc(50% - 15px);
    padding-right: 5%;
  }
}
.m08 .hs-form-radio span,
.m08 .hs-form-checkbox span {
  color: #C7C9C7;
}
.m08 .hs-form-radio span::after, .m08 .hs-form-radio span::before,
.m08 .hs-form-checkbox span::after,
.m08 .hs-form-checkbox span::before {
  border: 0;
}
.m08 select,
.m08 textarea,
.m08 input[type=url],
.m08 input[type=tel],
.m08 input[type=text],
.m08 input[type=email],
.m08 input[type=search],
.m08 input[type=number],
.m08 input[type=password] {
  border: 0;
}

.m09 {
  margin: 50px;
}
.m09 .container {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.m09__main-title, .m09__main-text {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 53px;
}
.m09__panel-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}
.m09__panel {
  width: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: 0 2px 20px 0 rgba(216, 216, 216, 0.6);
  background-color: #FFFFFF;
  margin: 12px;
  padding: 40px;
  transition: 0.3s all;
  text-decoration: none;
  color: #27251F;
}
@media (min-width: 600px) {
  .m09__panel {
    width: calc(50% - 24px);
  }
}
@media (min-width: 1240px) {
  .m09__panel {
    width: calc(33% - 24px);
  }
}
.m09__panel:hover {
  background-color: #27251F;
  color: #FFFFFF;
}
.m09__panel:hover .m09__icon {
  filter: invert(100%);
}
.m09__panel:hover .m09__button {
  color: #FFFFFF;
}
.m09__icon {
  height: 50px;
  width: 50px;
  filter: invert(0%);
  margin-bottom: 33px;
}
.m09__heading {
  margin-bottom: 23px;
}
@media (min-width: 700px) {
  .m09__heading {
    margin-bottom: 31px;
  }
}
.m09__text {
  margin: 0;
  margin-bottom: 25px;
}
.m09__button {
  width: fit-content;
}
.m09__main-cta {
  width: fit-content;
  margin: 20px auto;
}

.m10 {
  background-color: #27251F;
  color: #FFFFFF;
  padding: 3em 0;
}
@media (min-width: 768px) {
  .m10 {
    padding: 6.3em 0 6.2em;
  }
}
@media (min-width: 440px) {
  .m10__stats {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: 0 -15px;
  }
}
.m10__stat-item {
  text-align: center;
}
@media (min-width: 440px) {
  .m10__stat-item {
    margin: 0 15px;
    width: calc(50% - 30px);
  }
}
@media (min-width: 768px) {
  .m10__stat-item {
    width: auto;
  }
}
.m10__stat-value {
  font-family: "IMG Ultra Sharp", sans-serif;
  color: #FBFF22;
  line-height: 0.95;
  margin-bottom: 0.46em;
  font-size: 2.5em;
}
@media (min-width: 768px) {
  .m10__stat-value {
    font-size: 3.5em;
  }
}

.has-background .m10 {
  background-color: inherit;
  color: inherit;
}

.m11 {
  --plyr-color-main: #FF1955;
  text-align: center;
  margin-top: 4em;
  margin-bottom: 4em;
}
@media (min-width: 768px) {
  .m11 {
    margin-top: 6.65em;
    margin-bottom: 6.4em;
  }
}
.m11__introduction {
  max-width: 670px;
  margin: 0 auto 3em;
}
.m11__introduction p:not(:last-child) {
  margin-bottom: 1.8em;
}
.m11__heading {
  margin-bottom: 0.44em;
}
.m11 .plyr__video-wrapper {
  position: relative;
}
.m11 .plyr__video-wrapper::before {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  content: "";
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.3);
  transition: opacity 0.3s ease;
}
.m11 .plyr--playing .plyr__video-wrapper::before {
  opacity: 0;
}
.m11 .plyr--full-ui.plyr--video .plyr__control--overlaid {
  opacity: 1;
  background: none;
  border: 2px solid white;
}
@media (min-width: 768px) {
  .m11 .plyr--full-ui.plyr--video .plyr__control--overlaid {
    padding: 25px;
    border-width: 4px;
  }
}
@media (min-width: 768px) {
  .m11 .plyr__control--overlaid svg {
    width: 38px;
    height: 38px;
  }
}

.m12 {
  margin-top: 5.4em;
  margin-bottom: 5.4em;
}
@media (min-width: 900px) {
  .m12__tab-wrapper {
    display: flex;
  }
}
@media (max-width: 899px) {
  .m12__button-wrapper {
    display: flex;
    overflow: auto;
  }
}
@media (min-width: 900px) {
  .m12__button-wrapper {
    width: 314px;
    margin-right: 40px;
  }
}
.m12__content-wrapper {
  color: #FFFFFF;
  position: relative;
  background-color: #27251F;
  padding: 3.45em 5vw;
}
@media (min-width: 900px) {
  .m12__content-wrapper {
    padding: 3.45em 3em;
  }
}
@media (min-width: 900px) {
  .m12__content-wrapper {
    width: calc(100% - 354px);
  }
}
.m12__content-wrapper p,
.m12__content-wrapper li {
  color: rgba(255, 255, 255, 0.8);
}
.m12__content-wrapper p,
.m12__content-wrapper ul,
.m12__content-wrapper ol {
  margin-top: 1.8em;
  margin-bottom: 1.8em;
}
.m12__tab-button {
  display: block;
  padding: 1.2em 1.85em;
  border: 0;
  position: relative;
  text-align: left;
  border-radius: 0;
  color: #27251F;
  background-color: #FFFFFF;
  box-shadow: 0 2px 15px 0 rgba(216, 216, 216, 0.6);
}
@media (min-width: 900px) {
  .m12__tab-button {
    margin: 27px 0;
    min-height: 103px;
    width: calc(100% - 18px);
  }
}
.m12__tab-button:first-child, .m12__tab-button:last-child {
  margin: 0;
}
@media (min-width: 900px) {
  .m12__tab-button::after {
    content: "";
    width: 0;
    height: 0;
    display: none;
    position: absolute;
    top: calc(50% - 14px);
    right: -17px;
    border-style: solid;
    border-width: 14px 0 14px 18px;
    border-color: transparent transparent transparent #27251F;
  }
}
.m12__tab-button img {
  filter: invert(1);
}
.m12--bold .m12__tab-button {
  padding: 0.85em 2.5em 1.9em;
}
.m12__tab-button.active {
  color: #FFFFFF;
  background-color: #27251F;
  box-shadow: none;
  z-index: 1;
}
.m12__tab-button.active img {
  filter: none;
}
.m12--bold .m12__tab-button.active {
  color: #FF1955;
}
.m12__tab-button.active::after {
  display: block;
}
.m12__tab-icon {
  width: 57px;
  height: 50px;
  object-fit: scale-down;
}
.m12__tab-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.m12--bold .m12__tab-heading {
  font-family: "IMG Ultra Sharp", sans-serif;
  line-height: 0.95;
  font-size: 2.5em;
}
@media (min-width: 768px) {
  .m12--bold .m12__tab-heading {
    font-size: 3.5em;
  }
}
.m12__tab-description {
  margin-top: 1.2em;
  margin-bottom: 1.6em;
  min-width: 200px;
}
.m12__tab-content {
  display: none;
}
.m12__tab-content.active {
  display: block;
}
.m12__tab-content-wrapper {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.m12__tab-content-wrapper.active {
  opacity: 1;
  transform: none;
}
.m13 {
  margin: 50px 0;
}
.m13 .container {
  display: flex;
  max-width: 1112px;
  flex-direction: column;
}
@media (min-width: 1240px) {
  .m13 .container {
    flex-direction: row;
  }
}
.m13__content {
  width: 100%;
  padding: 40px;
}
@media (min-width: 1240px) {
  .m13__content {
    padding: 75px 161px 91px 0;
    width: 60%;
  }
}
.m13__product-info {
  width: 100%;
  background-color: #27251F;
  color: #FFFFFF;
  padding: 50px 45px;
}
@media (min-width: 1240px) {
  .m13__product-info {
    width: 40%;
  }
}
.m13__product-info > p {
  margin: 0.2em 0;
}
.m13__title-wrapper {
  display: flex;
}
.m13__title-wrapper h4 {
  font-weight: bold;
}
.m13__thumnail {
  width: 40px;
  height: 40px;
  margin-right: 15px;
}
.m13__thumnail img {
  min-width: 40px;
  min-height: 40px;
  filter: invert(1);
}
.m13__heading {
  margin-bottom: 35px;
}
.m13__text-area {
  margin-bottom: 50px;
}
.m13__product-title {
  margin-bottom: 50px;
}

.m14 .container {
  display: flex;
  background-color: #F5F5F5;
  padding: 50px;
  max-width: 1440px;
  width: 100%;
  flex-direction: column;
}
@media (min-width: 1240px) {
  .m14 .container {
    flex-direction: row;
    padding: 100px 161px 110px;
  }
}
.m14__left-column, .m14__right-column {
  width: 100%;
}
@media (min-width: 1240px) {
  .m14__left-column, .m14__right-column {
    width: 50%;
  }
}
.m14__left-column h1, .m14__right-column h1 {
  margin-bottom: 30px;
}
@media (min-width: 800px) {
  .m14__left-column h1, .m14__right-column h1 {
    margin-bottom: 76px;
  }
}
@media (min-width: 1240px) {
  .m14__right-column, .m14__left-column {
    padding-left: 14px;
  }
}
.m14__right-column__text, .m14__left-column__text {
  padding-left: 3px;
}

.m17 {
  margin-top: 4.6em;
  margin-bottom: 3em;
}
@media (min-width: 768px) {
  .m17 {
    margin-bottom: 0.65em;
  }
}
.m17__introduction {
  text-align: center;
  max-width: 884px;
  margin: 0 auto 4.4em;
}
.m17__logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0 -1em;
}
@media (min-width: 768px) {
  .m17__logos {
    margin: 0 -3em;
  }
}
.m17__logo {
  transition: filter 0.3s ease;
  filter: grayscale(1);
}
.m17__logo:hover, .m17__logo:focus {
  filter: none;
}
.m17__logo-image {
  max-width: calc(50% - 3em);
  margin: 0 1em 3em;
}
@media (min-width: 768px) {
  .m17__logo-image {
    margin: 0 3em 5.3em;
    max-height: 86px;
    max-width: 240px;
  }
}

.m18 {
  margin: 50px 0;
}
.m18__main-title, .m18__main-text {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 25px;
}
.m18__testimonial {
  display: flex;
  padding: 8vw 7vw;
  box-shadow: 0 2px 15px 0 rgba(216, 216, 216, 0.6);
  flex-direction: column;
  position: relative;
}
@media (min-width: 900px) {
  .m18__testimonial {
    flex-direction: row;
    padding: 77px 128px 90px 110px;
  }
}
.m18__icon {
  margin: 0 auto 50px;
}
@media (min-width: 1240px) {
  .m18__icon {
    margin-right: 76px;
  }
}
.m18__content {
  position: relative;
}
.m18__content::before {
  content: url(assets/svg/quote-mark.svg);
  float: left;
  margin-right: 26px;
  transform: translateY(-20px) scale(0.7);
  width: 36px;
  display: none;
}
@media (min-width: 600px) {
  .m18__content::before {
    display: block;
  }
}
@media (min-width: 700px) {
  .m18__content::before {
    width: 56px;
    transform: translateY(-20px) scale(1);
  }
}
.m18__text {
  display: flex;
  flex-direction: column;
}
.m18__text p {
  margin: 0;
}
.m18__author {
  margin-top: 45px !important;
}
.m18__embla {
  overflow: hidden;
  position: relative;
  padding: 12px;
}
@media (min-width: 1240px) {
  .m18__embla {
    padding: 20px;
  }
}
.m18__embla-container {
  display: flex;
}
.m18__embla-container .m18__testimonial {
  position: relative;
  flex: 0 0 100%;
  margin: 0 20px;
}

.m19 {
  margin-top: 5.4em;
  margin-bottom: 6.25em;
}
.m19__container {
  max-width: 986px;
}
.m19__introduction {
  text-align: center;
  max-width: 884px;
  margin: 0 auto 4.5em;
}
.m19__accordion {
  background-color: #FFFFFF;
  box-shadow: 0 2px 8px 0 rgba(216, 216, 216, 0.6);
  margin-bottom: 20px;
}
.m19__button {
  width: 100%;
  display: block;
  border-radius: 0;
  appearance: none;
  text-align: left;
  background-color: transparent;
  padding: 1.35rem calc(5vw + 32px) 1.35rem 5vw;
  border: 0;
  position: relative;
}
@media (min-width: 768px) {
  .m19__button {
    padding: 1.35rem calc(2.4rem + 32px) 1.35rem 2.4rem;
  }
}
.m19__button::before, .m19__button::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 2px;
  top: calc(50% - 1px);
  background-color: #FF1955;
  pointer-events: none;
  right: 5vw;
}
@media (min-width: 768px) {
  .m19__button::before, .m19__button::after {
    right: 2.4rem;
  }
}
.m19__button::after {
  transform: rotate(90deg);
}
.is-active .m19__button::after {
  display: none;
}
.m19__button:focus {
  outline: none;
}
.m19__wrapper {
  position: relative;
  top: -1.2rem;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.is-active .m19__wrapper {
  max-height: var(--max-height);
}
.m19__content {
  padding: 0 5vw 1rem;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0s ease 0.3s, transform 0s ease 0.3s;
}
@media (min-width: 768px) {
  .m19__content {
    padding: 0 2.4rem 1rem;
  }
}
.is-active .m19__content {
  opacity: 1;
  transform: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.m23 {
  background-color: #F5F5F5;
  padding: 2em 0;
}
@media (min-width: 768px) {
  .m23 {
    padding: 65px 0;
  }
}
.m23 + .entry-content {
  margin: 2em auto 0;
}
@media (max-width: 767px) {
  .m23 + .entry-content {
    width: calc(90% - 2em);
  }
}
.m23__title {
  margin-left: -5px;
}
.m23__date {
  margin: 0;
  margin-bottom: 18px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.2px;
}
.m23__excerpt {
  margin-top: 22px;
}

.m24 {
  display: flex;
  flex-wrap: wrap;
  margin: 3em auto;
}
.m24__sidebar {
  width: 100%;
}
@media (min-width: 1040px) {
  .m24__sidebar {
    width: 450px;
  }
}
.m24__content {
  margin: 0 auto;
  width: 100%;
}
@media (min-width: 1040px) {
  .m24__content {
    padding: 0 0 0 3em;
    max-width: 890px;
    width: calc(100% - 450px);
  }
}
@media (max-width: 1039px) {
  .m24__content {
    order: -1;
  }
}
.m24__panel {
  box-shadow: 0 0 18px -9px rgba(0, 0, 0, 0.4);
  margin-bottom: 2em;
  padding: 2.5em;
}
.m24__heading {
  font-size: 30px;
}
.m24__filter {
  margin-top: 1em;
}
.m24 .break-out, .m24 .wp-block-embed.alignfull,
.m24 .wp-block-video.alignfull {
  margin-left: 0 !important;
  max-width: auto !important;
  width: 100% !important;
  left: unset !important;
}
.m24 + .m07 .single-item__excerpt {
  display: none;
}
.m24 .m25 {
  margin-top: 50px;
}
@media (max-width: 1039px) {
  .m24 .m26 .container {
    display: block;
  }
}
@media (min-width: 1040px) {
  .m24 .m26__image {
    width: 232px;
  }
}
@media (min-width: 1040px) {
  .m24 .m26__content {
    width: calc(100% - 232px);
  }
}
@media (max-width: 1039px) {
  .m24 .m26__image,
.m24 .m26__content {
    width: 100%;
  }
}
@media (max-width: 1039px) {
  .m24 .m26__image img,
.m24 .m26__content img {
    position: relative;
    height: auto;
  }
}

.m25 {
  display: flex;
  margin: 20px 0;
  padding: 0;
}
.m25__item {
  list-style-type: none;
  margin: 0;
  margin-right: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.m25__item a .svg-icon {
  width: 25px;
  height: 25px;
  color: #000000;
  fill: #000000;
}

.m26 {
  margin: 50px 0;
}
.m26 .container {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 1240px) {
  .m26 .container {
    flex-direction: row;
    width: 90%;
  }
}
.m26__content {
  width: 100%;
  background-color: #27251F;
  padding: 50px;
  color: #FFFFFF;
}
@media (min-width: 1240px) {
  .m26__content {
    width: 70%;
    padding: 67px 70px 88px;
  }
}
.m26__image {
  width: 100%;
  position: relative;
}
@media (min-width: 1240px) {
  .m26__image {
    width: 30%;
  }
}
.m26__image img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 1240px) {
  .m26__image img {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 2;
  }
}
.m26__heading {
  margin-bottom: 26px;
}
.m26__text {
  margin-bottom: 40px;
}
@media (min-width: 740px) {
  .m26__text {
    margin-bottom: 60px;
  }
}

.m28 {
  padding: 5em 0;
  background-color: #27251F;
  color: #FFFFFF;
}
.m28 .search-wrapper {
  display: flex;
  padding-bottom: 4.25em;
}
.m28 .search-wrapper .submit-wrapper {
  display: none;
}
.m28 .field-wrapper {
  position: relative;
  min-width: 100%;
}
@media (min-width: 768px) {
  .m28 .field-wrapper {
    min-width: 50%;
  }
}
.m28 .field-wrapper::before {
  content: "";
  background-image: url(/imgtec/wp-content/themes/imgtec/assets/svg/icon-triangle.svg);
  width: 12%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-repeat: no-repeat;
  pointer-events: none;
}
@media (min-width: 768px) {
  .m28 .field-wrapper::before {
    width: 6%;
  }
}
.m28 .field-wrapper select {
  border: 0;
}
.m28 .field-wrapper .field-title {
  display: none;
}
.m28__title {
  padding-bottom: 1.8em;
}
.m28 .latest-listing {
  list-style-type: none;
  padding: 0;
}
.m28 .latest-listing .job-link {
  color: #FFFFFF;
  text-decoration: none;
}
.m28 .latest-listing .jobs-item {
  padding: 2em 0;
  border-bottom: 1px solid #C7C9C7;
}
.m28 .latest-listing .jobs-item:first-of-type {
  padding: 0 0 2em;
}
.m28__grid {
  display: block;
}
@media (min-width: 768px) {
  .m28__grid {
    display: flex;
    margin: 0 -10px;
  }
}
.m28__grid__item {
  width: 100%;
  margin: 10px;
}
@media (min-width: 768px) {
  .m28__grid__item {
    width: calc(33% - 20px);
    margin: 0 10px;
  }
}
.m28__grid__item h3 {
  padding: 1em 0 0.5em;
}
.m28 #PageUpPeopleLink {
  display: none;
}

@media (max-width: 1099px) {
  .m27__container {
    padding-bottom: 3em;
  }
}
.m27__content {
  margin: 3em 0 6em;
}
@media (min-width: 1100px) {
  .m27__content-wrap {
    width: calc(100% - 560px);
    min-width: 48%;
  }
}
@media (min-width: 1100px) {
  .m27__content-wrap--reduced {
    width: calc(100% - 600px);
  }
}
.m27__form {
  color: #FFFFFF;
  background-color: #27251F;
  border: 2px solid #FFFFFF;
  padding: 7vw 5vw;
}
@media (min-width: 768px) {
  .m27__form {
    padding: 60px;
  }
}
@media (min-width: 1100px) {
  .m27__form {
    width: 543px;
    max-width: 48%;
    position: absolute;
    top: 0;
    right: 0;
  }
}
.m27__form-title {
  margin-bottom: 0.5em;
}

.m29 {
  padding: 5em 0;
}
.m29__grid {
  display: block;
}
@media (min-width: 768px) {
  .m29__grid {
    display: flex;
  }
}
.m29__grid__sidebar {
  width: 100%;
  padding-bottom: 2em;
}
@media (min-width: 768px) {
  .m29__grid__sidebar {
    width: calc(28% - 50px);
    padding-right: 50px;
  }
}
.m29__grid__list {
  width: 100%;
}
@media (min-width: 768px) {
  .m29__grid__list {
    width: 72%;
  }
}
.m29 .search-wrapper {
  background-color: #C7C9C7;
  padding: 20px;
  border-radius: 5px;
}
.m29 .search-wrapper input[type=text],
.m29 .search-wrapper select {
  margin-bottom: 10px;
  font-size: 15px;
  padding: 8px;
  appearance: none;
}
.m29 .search-wrapper .submit-button {
  position: relative;
  display: inline-flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  padding: 1.15em 1.75em;
  line-height: 1;
  font-weight: 700;
  text-decoration: none;
  width: 100%;
  background-color: #FF1955;
  color: #FFFFFF;
  z-index: 1;
  overflow: hidden;
  transition: color 1s ease;
  border: 0;
  margin-top: 20px;
}
.m29 .joblisting_template {
  display: none;
}
.m29 .jobs-listing {
  list-style: none;
  margin: 0;
  padding: 0;
}
.m29 .jobs-listing .jobs-item {
  margin: 12px 0;
  border-bottom: 1px solid #ccc;
  padding: 15px 0;
}
.m29 .jobs-listing .jobs-item:first-of-type {
  padding-top: 0;
  margin-top: 0;
}
.m29 h3,
.m29 h3 a {
  color: #000000;
  text-decoration: none;
  font-size: 1.5em;
  line-height: 1.3;
}
.m29 .job-list-meta,
.m29 .job-detail-meta {
  padding: 0.3em 0;
  margin-bottom: 0.3em;
  display: block;
}
.m29 p {
  line-height: 1.5;
}
.m29 .detail-buttons {
  position: sticky;
  top: 60px;
  padding: 41px 0;
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, white 20%);
  z-index: 2;
}
.m29 .share-buttons {
  display: flex;
  align-items: center;
  padding: 10px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.m29 .share-buttons a {
  display: flex;
  width: 25px;
  height: 25px;
  color: #000000;
  margin-left: 1em;
}
.m29 .job-search {
  position: sticky;
  top: 100px;
}
.m29 .paging-list {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}
.m29 .paging-list .paging-item {
  display: inline-block;
  margin-right: 5px;
}
.m29 .paging-list .paging-item .active-page {
  background-color: transparent;
  color: #FF1955;
  padding: 3px;
  font-weight: 900;
  cursor: default;
}
.m29 .paging-list .paging-item .inactive-page {
  background-color: transparent;
  color: #000000;
  padding: 3px;
  border-bottom: 3px solid #FF1955;
  font-weight: normal;
}
.m29__button {
  width: 30.3%;
  font-size: 0.8em;
  padding: 10px 0;
  margin-right: 5px;
}
@media (min-width: 768px) {
  .m29__button {
    padding: 10px 50px;
    font-size: 1em;
    width: auto;
  }
}
.m29 .back-link {
  background-color: #C7C9C7;
  color: #000000;
}
.m29 #PageUpPeopleLink {
  display: none;
}

.m31 {
  margin: 50px;
}
.m31 .container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
  padding: 141px 20px 130px;
  color: #FFFFFF;
}
.m31__bg-image img {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 4;
  object-fit: cover;
}
.m31__bg-image::before {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 5;
  content: "";
  box-shadow: rgba(0, 0, 0, 0.5) 0 0 0 1000px inset;
}
.m31__content {
  max-width: 656px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  z-index: 50;
}
.m31__title {
  margin: 0;
  margin-bottom: 20px;
}
.m31__text {
  margin: 0;
  margin-bottom: 41px;
}
.m31__cta {
  margin: 0 auto;
  display: block;
  width: fit-content;
}

.m32 .container {
  display: flex;
  width: 100%;
  max-width: 1440px;
  max-height: 725px;
  margin: 0 auto;
  position: relative;
}
.m32 .slider,
.m32 .slider-container {
  width: 100%;
}
.m32__partner {
  padding: 8vw calc(7vw + 25px);
  width: 100%;
}
@media (min-width: 1240px) {
  .m32__partner {
    width: 50%;
    padding: 87px 209px 96px 127px;
  }
}
.m32__partner:nth-child(odd) {
  background-color: #F5F5F5;
}
.m32__partner:nth-child(even) {
  background-color: #C7C9C7;
}
.m32__thumbnail {
  margin-bottom: 45px;
}
.m32__thumbnail img {
  height: 43px;
  width: auto;
  filter: grayscale(1);
}
.m32__content {
  overflow: hidden;
}
.m32__embla {
  overflow: hidden;
}
.m32__embla-container {
  display: flex;
}
.m32__embla-container .m32__partner {
  position: relative;
  flex: 0 0 100%;
}
@media (min-width: 1240px) {
  .m32__embla-container .m32__partner {
    flex: 0 0 50%;
  }
}

.m33 {
  margin: 50px;
}
.m33 .container {
  max-width: 1109px;
}
.m33__title {
  margin-bottom: 50px;
}
.m33__wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 1240px) {
  .m33__wrapper {
    flex-direction: row;
  }
}
.m33__form {
  width: 100%;
}
@media (min-width: 1240px) {
  .m33__form {
    width: 49%;
    margin-right: 73px;
  }
}
.m33__content {
  width: 100%;
  padding: 50px;
  background-color: #27251F;
  color: #FFFFFF;
  margin-top: 40px;
}
@media (min-width: 1240px) {
  .m33__content {
    margin-top: 0;
    width: 45%;
    padding: 58px 62px;
  }
}
.m33__label {
  font-weight: bold;
  margin-top: 40px;
}
.m33__form label span {
  font-weight: bold;
}
.m33__button {
  margin-top: 15px;
}
.m33__socials {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-top: 20px;
}
@media (min-width: 1240px) {
  .m33__socials {
    width: 82%;
  }
}
.m33__socials__header {
  margin-top: 50px;
  font-weight: bold;
}
.m33__socials__link .svg-icon {
  fill: #FFFFFF;
  color: #FFFFFF;
  width: 26px;
  height: 26px;
}
@media (min-width: 1240px) {
  .m33__socials__link .svg-icon {
    width: 26px;
    height: 26px;
  }
}
.m33__socials__link .svg-icon:hover {
  color: #FF1955;
  fill: #FF1955;
}

.m34 {
  margin-top: 4em;
  margin-bottom: 4em;
}
@media (min-width: 768px) {
  .m34 {
    margin-top: 6.4em;
    margin-bottom: 6.4em;
  }
}
@media (min-width: 1200px) {
  .m34__locations-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -14px;
  }
}
.m34__location-item {
  position: relative;
  color: #FFFFFF;
  background-color: #27251F;
  margin-bottom: 28px;
  padding: 7vw 5vw;
  width: 100%;
}
@media (min-width: 768px) {
  .m34__location-item {
    padding: 60px;
  }
}
@media (min-width: 1200px) {
  .m34__location-item {
    margin: 0 14px 28px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: calc(33.333% - 28px);
  }
}
.m34__location-item::after {
  content: "";
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  margin-left: -13px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 17px 13px 0;
  border-color: #27251F transparent transparent;
  opacity: 0;
}
.m34__location-item.is-active::after {
  opacity: 1;
}
.m34__map-wrapper {
  padding: 30px 5vw;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.95);
  max-height: none;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  z-index: 999;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  transition: max-height 0.3s ease, opacity 0.3s ease;
}
@media (min-width: 1200px) {
  .m34__map-wrapper {
    padding: 0;
    display: block;
    height: auto;
    max-height: 0;
    width: calc(100% - 28px);
    margin: 0 14px;
    position: relative;
  }
}
.m34__map-wrapper[aria-hidden=false] {
  opacity: 1;
  pointer-events: all;
}
@media (min-width: 1200px) {
  .m34__map-wrapper[aria-hidden=false] {
    max-height: 384px;
    margin-bottom: 28px;
  }
}
.m34__map {
  height: calc(100vh - 155px);
  width: 100%;
  position: relative;
}
@media (min-width: 1200px) {
  .m34__map {
    height: 384px;
  }
}
.m34__tag {
  margin-bottom: 1.3em;
}
.m34__heading {
  margin-bottom: 0.6em;
}
.m34__address {
  font-style: normal;
  margin-bottom: 1.6em;
}
.m34__map-link {
  display: inline-flex;
  margin-top: auto;
}
.m34__close {
  top: auto;
  bottom: calc(100vh - 180px);
  right: calc(5vw + 15px);
  position: absolute;
  width: 40px;
  height: 40px;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 25, 85, 0.8);
  border-radius: 4px;
  color: #FFFFFF;
  transition: background-color 0.3s ease;
}
@media (min-width: 1200px) {
  .m34__close {
    top: 10px;
    right: 10px;
    bottom: auto;
  }
}
.m34__close:hover, .m34__close:focus {
  background-color: #FF1955;
}
.m34__close svg {
  width: 12px;
  height: 12px;
}

/* ---------------------------------------
# Template Parts
---------------------------------------- */
.search-dropdown {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
}
body.search .search-dropdown {
  display: flex;
  position: relative;
  top: 0;
  background-color: #27251F;
  transform: none;
  padding: 1px;
  margin-bottom: 4em;
  overflow: hidden;
  transition: max-height 0.35s ease, opacity 0.35s ease;
  max-height: 1000px;
  opacity: 1;
}
body.search .search-dropdown .search-dropdown__content {
  margin: 1em 0;
}
@media (min-width: 1240px) {
  body.search .search-dropdown .search-dropdown__content {
    margin: 4em 0;
  }
}
body.search .search-dropdown .search-dropdown__close {
  display: none;
}
body.search.is-scrolled .search-dropdown {
  max-height: 0;
  opacity: 0;
}
body.is-search:not(.search) .search-dropdown {
  display: flex;
  align-items: center;
  transform: none;
}
@media (min-width: 1240px) {
  .search-dropdown {
    position: absolute;
    display: block;
    height: auto;
    top: 95px;
    transform: translateY(calc(-100% - 95px));
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
}
.search-dropdown__container {
  position: relative;
  margin: 2em auto;
}
.search-dropdown__content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 7em 0;
}
.search-dropdown__input-wrap {
  display: flex;
  align-items: center;
  background-color: #FFFFFF;
  width: 100%;
  margin-bottom: 10px;
}
@media (min-width: 1240px) {
  .search-dropdown__input-wrap {
    width: 50%;
    margin-right: 10px;
    margin-bottom: 0;
  }
}
.search-dropdown__submit {
  border: 0;
}
.search-dropdown__icon {
  color: #FF1955;
  margin: 0 15px;
}
.search-dropdown__icon .svg-icon {
  width: 18px;
  height: 18px;
}
.search-dropdown__search {
  border: 0 !important;
  color: #FF1955;
  border-radius: 0;
  width: 100%;
  padding: 0;
}
.search-dropdown__search:focus {
  outline: 0;
}
.search-dropdown__search::placeholder {
  color: #FF1955;
  opacity: 1;
}
.search-dropdown__search:-ms-input-placeholder {
  color: #FF1955;
}
.search-dropdown__search::-ms-input-placeholder {
  color: #FF1955;
}
.search-dropdown__reset, .search-dropdown__close {
  display: flex;
  align-items: center;
  margin-right: 10px;
}

.content-search {
  width: 100%;
  border-bottom: 1px solid #7e7a75;
  padding: 1.5em 0 0.5em;
}
.content-search:first-of-type {
  padding-top: 0;
}
@media (min-width: 1240px) {
  .content-search {
    width: 75%;
    padding: 1.5em 4em 0.5em 0;
  }
}
.content-search__type {
  font-size: 14px;
  font-weight: 700;
}
.content-search__title {
  margin: 8px 0;
  color: #FF1955;
}
.content-search__title a {
  color: inherit;
  text-decoration: none;
}
.content-search__link {
  font-size: 14px;
  color: #7e7a75;
  text-decoration: none;
}

.pagination {
  display: flex;
  align-items: center;
  padding: 5em 0;
}
.pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 4px;
  width: 50px;
  height: 50px;
  text-align: center;
  color: #000000;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.pagination .page-numbers svg {
  width: 18px;
  height: 19px;
  display: block;
}
.pagination .page-numbers.prev svg {
  transform: rotate(-90deg);
}
.pagination .page-numbers.next svg {
  transform: rotate(90deg);
}
.pagination .page-numbers:hover, .pagination .page-numbers.current {
  background-color: #FF1955;
  color: #FFFFFF;
}

.single-item__link {
  color: #FFFFFF;
  display: block;
  background-color: #27251F;
  text-decoration: none;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.single-item__link:hover .single-item__media, .single-item__link:focus .single-item__media {
  filter: grayscale(0);
}
.single-item__link:hover .read-more, .single-item__link:focus .read-more {
  text-decoration: underline;
}
.single-item__media {
  padding-bottom: 37.2881355932%;
  position: relative;
  width: 100%;
  height: 0;
  display: block;
  filter: grayscale(100%);
  transition: filter 0.5s ease-in-out;
}
.single-item__media--graphic:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  background-image: url(assets/svg/hero_overlay.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.single-item__media--graphic:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  background: black;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.75) 100%);
}
.single-item__media.no-bg {
  background-color: #494744;
}
.single-item__media.no-bg:after {
  content: none;
}
.single-item__media__image {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 0;
  object-fit: cover;
}
.single-item__content {
  padding: 3em;
}
.single-item__date {
  font-size: 14px;
  font-weight: 700;
}
.single-item__title {
  margin: 1em 0;
}
.single-item__excerpt {
  margin-bottom: 1.5em;
}

.single-product-item {
  color: #000000;
}
.single-product-item .single-product-item__title {
  display: inline-flex;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 1.2;
  overflow-wrap: anywhere;
}
.single-product-item .single-product-item__title--icon {
  width: 40px;
  height: 40px;
  margin-right: 15px;
  margin-top: -2px;
}
.single-product-item__details {
  margin: 2em 0;
}
.single-product-item__details p {
  margin: 0;
}
.single-product-item__extract {
  display: none;
}
.single-product-item.is-active {
  color: #FFFFFF;
}
.single-product-item.is-active .single-product-item__title--icon {
  filter: brightness(0) invert(1);
}
.single-product-item__inner {
  background-color: #FFFFFF;
  padding: 3em;
  height: 100%;
  position: relative;
  box-shadow: 0px 0px 18px -9px rgba(0, 0, 0, 0.4);
  cursor: pointer;
  transition: box-shadow 0.4s ease-in-out, transform 0.4s ease-in-out;
}
.is-active .single-product-item__inner {
  background-color: #27251F;
  transform: scale(1.015);
  box-shadow: 0px 0px 18px -5px rgba(0, 0, 0, 0.4);
}
.is-active .single-product-item__inner:after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -8px;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 20px solid #27251F;
}
.single-product-item__inner:hover, .single-product-item__inner:focus {
  transform: scale(1.015);
  box-shadow: 0px 0px 18px -5px rgba(0, 0, 0, 0.4);
}
.single-product-item__insert {
  position: relative;
  display: flex;
  width: calc(100% - 2em);
  background-color: #F5F5F5;
  max-height: 0;
  overflow: hidden;
  margin: 0 1em;
  transition: max-height 0.3s ease, margin 0.3s ease;
}
.single-product-item__insert.is-active {
  max-height: 600px;
  margin-top: 1em;
  margin-bottom: 1em;
}
@media (max-width: 899px) {
  .single-product-item__insert.is-active {
    position: fixed;
    top: 110px;
    left: 0;
    flex-direction: column;
    z-index: 10;
    height: 75vh;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.6);
  }
}
.single-product-item__insert--inner {
  display: flex;
}
@media (max-width: 899px) {
  .single-product-item__insert--inner {
    overflow-x: scroll;
    display: block;
  }
}
.single-product-item__insert--close {
  position: absolute;
  width: 55px;
  height: 52px;
  top: 10px;
  right: 10px;
}
@media (max-width: 899px) {
  .single-product-item__insert--close {
    transform: scale(0.725);
    transform-origin: top right;
    border-color: #FF1955;
    color: #FF1955;
  }
}
.single-product-item__insert--content {
  padding: 3em;
}
@media (min-width: 900px) {
  .single-product-item__insert--content {
    flex: 0 1 55%;
  }
}
.single-product-item__insert--excerpt {
  line-height: 1.5;
}
.single-product-item__insert--heading {
  margin-bottom: 1em;
}
.single-product-item__insert--media-wrap {
  position: relative;
  padding: 0 3em 3em;
}
@media (min-width: 900px) {
  .single-product-item__insert--media-wrap {
    flex: 0 1 45%;
    min-height: 250px;
    padding: 0;
  }
}
@media (min-width: 900px) {
  .single-product-item__insert--media {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 0;
  }
  .single-product-item__insert--media img {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 0;
    object-fit: cover;
  }
}
.single-product-item .read-more {
  color: inherit;
}
.single-product-item.fade {
  position: relative;
  pointer-events: none;
}
.single-product-item.fade:before {
  opacity: 1;
  visibility: visible;
  z-index: 10;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.75);
}

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