/*!
Theme Name: loremipsum
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: loremipsum
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

loremipsum is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
@font-face {
  font-family: "Helvetica Now Text W01 Light";
  src: url("resources/fonts/5761072/1e2193aa-e0c9-40cc-9078-1a23ec60955d.eot?#iefix");
  src: url("resources/fonts/5761072/1e2193aa-e0c9-40cc-9078-1a23ec60955d.eot?#iefix") format("eot"), url("resources/fonts/5761072/f0a513eb-aa29-40cd-b5d5-058cfdc9fb35.woff2") format("woff2"), url("resources/fonts/5761072/cf0e8515-0fc6-40a8-96bf-e1303d206b81.woff") format("woff"), url("resources/fonts/5761072/3bdfe40f-aec3-4ba9-acc8-7493dc2f9280.ttf") format("truetype");
  font-weight: 200;
}
@font-face {
  font-family: "Helvetica Now Text Medium";
  src: url("resources/fonts/Helvetica Now Text Medium/Helvetica Now Text Medium.woff2") format("woff2"), url("resources/fonts/Helvetica Now Text Medium/Helvetica Now Text Medium.woff") format("woff");
  font-weight: 200;
}
@font-face {
  font-family: "Helvetica Now Text Regular";
  src: url("resources/fonts/Helvetica Now Text Regular/Helvetica Now Text Regular.woff") format("woff");
  font-weight: 200;
}
@font-face {
  font-family: "HelveticaNowText-Medium";
  src: url("resources/fonts/HelveticaNowText-Medium/font.woff2") format("woff2"), url("resources/fonts/HelveticaNowText-Medium/font.woff") format("woff");
  font-weight: 400;
}
@font-face {
  font-family: "Code";
  src: url("resources/fonts/Code/Code.woff2") format("woff2"), url("resources/fonts/Code/Code.woff") format("woff");
}
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.site {
  position: relative;
  margin: 0 0;
  /*flex: 1 1 auto;

  @include respond-above(SM) {
    max-width: 1024px;
  }*/
}

.site-content {
  position: relative;
  margin-top: 90px;
}
@media (max-width: 767px) {
  .site-content{
    margin-top: 86px;
  }
}

.content-area {
  padding-bottom: 0px;
}
.content-area .logo-overlay{
  position: fixed;
  width: 100%;
  top: calc(50vh + 45px);
  left: 0;
  z-index: 9999;
  pointer-events: none;
  display: flex;
  justify-content: center;
  align-items: center;

}
.content-area .logo-overlay:after{
  content: "";
  background-image: url('./resources/svgs/logo/SCH_LOGO_WHITE.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% auto; 
  width: 70%;
  position: absolute;
  padding-bottom: 85px;
  padding-top: 6%;
}

.entry-footer {
  display: none;
}

.site-footer {
  color: black;
  font-family: "Helvetica Now Text W01 Light";
  /*font-family: "Helvetica Now Text Regular";*/
  font-size: 11px;
  letter-spacing: 0.025em;
  line-height: 19px;
  text-rendering: geometricPrecision;
  position: relative;
  background: white;
  margin: 0px;
  bottom: 0px;
  padding: 5px 10px 5px 10px;
  width: 100%;
  height: auto;
  display: flex;
}
@media (max-width: 991px) {
  .site-footer {
    font-size: 10px;
  }
}
@media (max-width: 991px) {
  .site-footer {
    display: block;
  }
}
@media (max-width: 767px) {
  .content-area .logo-overlay{
    top: calc(50vh + 43px);
  }
  .content-area .logo-overlay:after{
    width: 75%;
  }
  .site-footer {
    margin: 0px;
    padding: 4px 8px 4px 8px;
  }
}
.site-footer .entry-footer {
  display: none;
}
.site-footer a {
  text-decoration: none;
}

.footer-text {
  display: none;
  color: black;
  font-family: "Helvetica Now Text W01 Light";
  /*font-family: "Helvetica Now Text Regular";*/
  font-size: 11px;
  letter-spacing: 0.025em;
  line-height: 19px;
  text-rendering: geometricPrecision;
  margin: 25px 0 0px 0;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .footer-text {
    font-size: 10px;
  }
}

.footer-about {
  color: black;
  font-family: "Helvetica Now Text W01 Light";
  /*font-family: "Helvetica Now Text Regular";*/
  font-size: 11px;
  letter-spacing: 0.025em;
  line-height: 19px;
  text-rendering: geometricPrecision;
  margin: 0px;
  text-transform: uppercase;
  margin-top: 25px;
}
@media (max-width: 991px) {
  .footer-about {
    font-size: 10px;
  }
}

.footer-contact {
  margin-top: 25px;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-weight: normal;
}

h1, h2 {
  margin: 0;
  font-size: 1.8vw;
  letter-spacing: 0.07em;
  line-height: 2.2vw;
  text-transform: uppercase;
  text-rendering: geometricPrecision;
  font-family: "Helvetica Now Text W01 Light";
  /*font-family: "Helvetica Now Text Regular";
  /*font-family: "HelveticaNowText-Medium";*/
}
@media (max-width: 767px) {
  h1, h2 {
    font-size: 16px;
    line-height: 6vw;
    letter-spacing: 0.025em;
    text-align: left;
  }
}

button,
input,
select,
optgroup,
textarea {
  font-size: 16px;
  font-size: 1rem;
  color: #404040;
  font-family: "Helvetica Now Text W01 Light";
  line-height: 1.25;
}

body {
  color: black;
  font-family: "Helvetica Now Text W01 Light";
  line-height: 1.25;
}

b, strong {
  font-family: "Helvetica Now Text Medium";
  font-size: 12.5px;
  letter-spacing: 0.05em;
  line-height: 19px;
  font-weight: 200;
  letter-spacing: 0.05em;
  line-height: 19px;
}
@media (max-width: 991px) {
  b, strong {
    font-size: 10.5px;
  }
}

html {
  box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: white; /* Fallback for when there is no custom background color defined. */
}

hr {
  background-color: white;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

img {
  height: auto; /* Make sure images are scaled correctly. */
  max-width: 100%; /* Adhere to container width. */
}

a {
  color: black;
}
a:visited {
  color: black;
}
a:hover, a:focus, a:active {
  color: black;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

.main-navigation {
  clear: both;
  margin: 0;
  padding: 0;
}
.main-navigation ul {
  list-style: none;
  display: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  left: 100%;
}
.main-navigation ul ul a {
  min-width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  float: left;
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

#primary-menu > li {
  display: block;
  float: none;
}

@media (min-width: 768px) {
  #primary-menu {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

ul#footer-menu {
  display: list;
  width: 100%;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 767px) {
  ul#footer-menu {
    display: block;
  }
}
ul#footer-menu li {
  color: black;
  font-family: "Helvetica Now Text W01 Light";
  /*font-family: "Helvetica Now Text Regular";*/
  font-size: 11px;
  letter-spacing: 0.025em;
  line-height: 19px;
  text-rendering: geometricPrecision;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  ul#footer-menu li {
    font-size: 10px;
  }
}
ul#footer-menu li a {
  text-decoration: none;
  color: black;
}

.home-navigation a {
  margin: 60px 0;
  display: block;
  /*@include respond-above(SM) {
  &.about {
    width: 423.8vw;
    position: relative;
    height: 100px;

    > img {
     width: 100%;

     height: auto;
     overflow: hidden;
     position: absolute;
     animation: move-about 20s infinite;
     animation-timing-function: linear;
     &:hover {
  	   animation: none;
     }
    }
   }
  }*/
}
.home-navigation img {
  height: 100%;
  display: none;
}
@media (max-width: 767px) {
  .home-navigation img:nth-child(2) {
    display: block;
  }
}
@media (min-width: 768px) {
  .home-navigation img:first-child {
    display: block;
  }
}
@keyframes move-about {
  from {
    right: 0;
  }
  to {
    right: 100%;
  }
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: white;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

.instagram-grid {
  margin-top: 25px;
}
@media (max-width: 767px) {
  .instagram-grid .follow {
    width: 100%;
  }
}
.instagram-grid .instagram-items, .instagram-grid .instagram-head {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.instagram-grid .instagram-items h2, .instagram-grid .instagram-head h2 {
  font-size: 30px;
}
.instagram-grid .instagram-items img, .instagram-grid .instagram-head img {
  height: 100%;
  width: calc(50% - 5px);
  margin: 10px 0;
}
@media (min-width: 768px) {
  .instagram-grid .instagram-items img, .instagram-grid .instagram-head img {
    width: calc(25% - 10px);
  }
}
.wp-block-image a {
  display: block;
}
.home .wp-block-image figcaption {
  margin-top: 5px;
  margin-bottom: 0px;
  position: absolute;
  top: 0px;
  color: black;
  font-family: "Helvetica Now Text W01 Light";
  /*font-family: "Helvetica Now Text Regular";*/
  font-size: 11px;
  letter-spacing: 0.025em;
  line-height: 19px;
  text-rendering: geometricPrecision;
  color: white;
  mix-blend-mode: difference;
  text-decoration: none;
  padding-left: 10px;
  padding-right: 10px;
  text-transform: uppercase;
  width: 50%;
}
.home .two-column-section .wp-block-image figcaption{
  width: 100%;
}
@media (max-width: 991px) {
  .home .wp-block-image figcaption {
    font-size: 10px;
  }
}
@media (max-width: 991px) {
  .home .wp-block-image figcaption {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .home .wp-block-image figcaption {
    padding-left: 8px;
    padding-right: 8px;
    margin-top: 4px;
  }
}
.home .wp-block-image figcaption a {
  color: black;
  font-family: "Helvetica Now Text W01 Light";
  /*font-family: "Helvetica Now Text Regular";*/
  font-size: 11px;
  letter-spacing: 0.025em;
  line-height: 19px;
  text-rendering: geometricPrecision;
  font-family: "Helvetica Now Text Regular";
  color: white;
  text-decoration: none;
  position: relative; /* Needed for positioning the ::after pseudo-element */
  display: inline-block; /* Ensures proper alignment */
}
@media (max-width: 991px) {
  .home .wp-block-image figcaption a {
    font-size: 10px;
  }
}
.home .wp-block-image figcaption a:hover::after {
  text-decoration: underline;
}
.home .wp-block-columns {
  margin-bottom: 0px;
  gap: 0px;
}
@media (max-width: 991px) {
  .home .plyr__video-embed {
    border: none;
  }
}
.page-id-640 .heroimage{
  width: 100%;
}
.home .heroimage img{
  height: calc(100vh - 91px);
  object-fit: cover;
}
.home .two-column-section .wp-block-column:first-child{
  border-right: 1px solid #979797;
}
@media (max-width: 991px) {
  .home .heroimage img {
    height: calc(100vh - 87px);
  }
}
@media (max-width: 781px) {
  .home .two-column-section .wp-block-column:first-child{
    border-right: none;
  }

  
}
.home .borderimage {
  border-bottom: 1px solid #979797;
  position: relative;
}
.home .livetextstartpage {
  color: black;
  font-family: "Helvetica Now Text W01 Light";
  /*font-family: "Helvetica Now Text Regular";*/
  font-size: 11px;
  letter-spacing: 0.025em;
  line-height: 19px;
  text-rendering: geometricPrecision;
  position: relative;
  margin-bottom: 10px;
  z-index: 1;
  color: black;
  left: 0px;
  padding: 5px 10px;
  top: 0px;
  text-transform: uppercase;
  border: 1px solid #979797;
  text-align: justify;
  /* SWITCH VIDEO TO TOP ON MD

  @include respond-below (MD) {
  	top: 0px;
  	}
  */
}
@media (max-width: 991px) {
  .home .livetextstartpage {
    font-size: 10px;
  }
}
.home figure {
  margin-bottom: 0 !important;
}
.home .livetextstartpage {
  display: block !important;
}

/*STARTPAGE END*/
#robo-gallery-slider-wraprbs_gallery_63f5ff8b018bf {
  display: none;
}

body > div.site > div > div > main > article > div > div:nth-child(3) > article:nth-child(1) > div > a > div.layerblur {
  display: none;
}

body > div.site > div > div > main > article > div > div:nth-child(3) > article:nth-child(2) {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: black;
  opacity: 0.3;
}

body > div.site > div > div > main > article > div > div:nth-child(3) > article:nth-child(3) {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: black;
  opacity: 0.3;
}

body > div.site > div > div > main > article > div > div:nth-child(3) > article:nth-child(4) {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: black;
  opacity: 0.3;
}

body > div.site > div > div > main > article > div > div:nth-child(3) > article:nth-child(5) {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: black;
  opacity: 0.3;
}

body > div.site > div > div > main > article > div > div:nth-child(3) > article:nth-child(6) {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: black;
  opacity: 0.3;
}

article.type-intervention-preview {
  display: none;
  margin-left: 0px;
  margin-right: 0px;
}
article.type-intervention-preview .homelive {
  color: black;
  font-family: "Helvetica Now Text W01 Light";
  /*font-family: "Helvetica Now Text Regular";*/
  font-size: 11px;
  letter-spacing: 0.025em;
  line-height: 19px;
  text-rendering: geometricPrecision;
}
@media (max-width: 991px) {
  article.type-intervention-preview .homelive {
    font-size: 10px;
  }
}
article.type-intervention-preview .top-row-inter {
  background-color: white;
  height: 32px;
  z-index: 100;
  width: 100%;
  position: sticky;
  top: 114px;
  border-top: 1px solid #979797;
  border-bottom: 1px solid #979797;
  border-left: 1px solid #979797;
  border-right: 1px solid #979797;
  margin-bottom: 10px;
}
article.type-intervention-preview .intervention-code {
  color: black;
  font-family: "Helvetica Now Text W01 Light";
  /*font-family: "Helvetica Now Text Regular";*/
  font-size: 11px;
  letter-spacing: 0.025em;
  line-height: 19px;
  text-rendering: geometricPrecision;
  /*mix-blend-mode: difference;*/
  text-align: justify;
  -webkit-hyphens: auto;
  hyphens: auto;
  position: absolute;
}
@media (max-width: 991px) {
  article.type-intervention-preview .intervention-code {
    font-size: 10px;
  }
}
article.type-intervention-preview .intervention-code .desktop-only {
  color: black;
  font-family: "Helvetica Now Text W01 Light";
  /*font-family: "Helvetica Now Text Regular";*/
  font-size: 11px;
  letter-spacing: 0.025em;
  line-height: 19px;
  text-rendering: geometricPrecision;
  color: black;
  padding: 6px 10px 5px 10px;
}
@media (max-width: 991px) {
  article.type-intervention-preview .intervention-code .desktop-only {
    font-size: 10px;
  }
}
article.type-intervention-preview .intervention-code .mobile-only {
  color: black;
  font-family: "Helvetica Now Text W01 Light";
  /*font-family: "Helvetica Now Text Regular";*/
  font-size: 11px;
  letter-spacing: 0.025em;
  line-height: 19px;
  text-rendering: geometricPrecision;
  color: black;
  padding: 6px 10px 5px 10px;
}
@media (max-width: 991px) {
  article.type-intervention-preview .intervention-code .mobile-only {
    font-size: 10px;
  }
}
article.type-intervention-preview .intervention-title {
  color: black;
  font-family: "Helvetica Now Text W01 Light";
  /*font-family: "Helvetica Now Text Regular";*/
  font-size: 11px;
  letter-spacing: 0.025em;
  line-height: 19px;
  text-rendering: geometricPrecision;
  position: absolute;
  text-transform: uppercase;
  top: 0px;
  left: 260px;
  padding: 6px 10px 5px 10px;
  text-align: center;
  -webkit-hyphens: auto;
  hyphens: auto;
  text-decoration: none;
}
@media (max-width: 991px) {
  article.type-intervention-preview .intervention-title {
    font-size: 10px;
  }
}
article.type-intervention-preview .intervention-title .desktop-only {
  color: black;
  font-family: "Helvetica Now Text W01 Light";
  /*font-family: "Helvetica Now Text Regular";*/
  font-size: 11px;
  letter-spacing: 0.025em;
  line-height: 19px;
  text-rendering: geometricPrecision;
  color: black;
}
@media (max-width: 991px) {
  article.type-intervention-preview .intervention-title .desktop-only {
    font-size: 10px;
  }
}
article.type-intervention-preview .intervention-title .mobile-only {
  color: black;
  font-family: "Helvetica Now Text W01 Light";
  /*font-family: "Helvetica Now Text Regular";*/
  font-size: 11px;
  letter-spacing: 0.025em;
  line-height: 19px;
  text-rendering: geometricPrecision;
  color: black;
  position: relative;
  right: 168px;
}
@media (max-width: 991px) {
  article.type-intervention-preview .intervention-title .mobile-only {
    font-size: 10px;
  }
}
article.type-intervention-preview .status {
  position: absolute;
  text-transform: uppercase;
  z-index: 1;
  align-items: left;
  color: black;
  font-family: "Helvetica Now Text W01 Light";
  /*font-family: "Helvetica Now Text Regular";*/
  font-size: 11px;
  letter-spacing: 0.025em;
  line-height: 19px;
  text-rendering: geometricPrecision;
  top: 0px;
  right: 0px;
  padding: 5px 10px 5px 10px;
  line-height: 20px;
  text-align: justify;
}
@media (max-width: 991px) {
  article.type-intervention-preview .status {
    font-size: 10px;
  }
}
article.type-intervention-preview .status.live {
  color: black;
}
article.type-intervention-preview .status.archived {
  color: black;
  animation: none;
}
article.type-intervention-preview .status.upcoming {
  color: black;
  animation: none;
}
article.type-intervention-preview .image-wrapper {
  z-index: 0;
  position: relative;
  background-color: white;
}
article.type-intervention-preview:first-child {
  margin-top: 0;
}
article.type-intervention-preview img {
  height: 100vh;
  object-fit: cover;
  object-position: top;
  margin-bottom: 10px;
  display: none;
  /*mix-blend-mode: difference;*/
}
@media (max-width: 767px) {
  article.type-intervention-preview img {
    min-height: 500px;
    object-fit: cover;
  }
}
article.type-intervention-preview .meta {
  display: flex;
  justify-content: space-between;
}
article.type-intervention-preview .details {
  flex: 1;
}
@media (min-width: 768px) {
  article.type-intervention-preview .category::before {
    content: "/ ";
  }
}
@media (max-width: 767px) {
  article.type-intervention-preview .category {
    display: block;
  }
}
article.type-intervention-preview .category ul {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
article.type-intervention-preview .category ul li {
  margin: 0;
  text-decoration: none;
  display: inline;
}
article.type-intervention-preview .category ul a {
  text-decoration: none;
}

.coming-soon .site-header {
  display: none;
}
.coming-soon .site-branding {
  display: none;
}
.coming-soon section {
  color: black;
  font-family: "Helvetica Now Text W01 Light";
  /*font-family: "Helvetica Now Text Regular";*/
  font-size: 11px;
  letter-spacing: 0.025em;
  line-height: 19px;
  text-rendering: geometricPrecision;
  text-transform: uppercase;
  margin: 10px;
}
@media (max-width: 991px) {
  .coming-soon section {
    font-size: 10px;
  }
}
.coming-soon .mobile-only {
  color: black;
  font-family: "Helvetica Now Text W01 Light";
  /*font-family: "Helvetica Now Text Regular";*/
  font-size: 11px;
  letter-spacing: 0.025em;
  line-height: 19px;
  text-rendering: geometricPrecision;
}
@media (max-width: 991px) {
  .coming-soon .mobile-only {
    font-size: 10px;
  }
}
.coming-soon .desktop-only {
  color: black;
  font-family: "Helvetica Now Text W01 Light";
  /*font-family: "Helvetica Now Text Regular";*/
  font-size: 11px;
  letter-spacing: 0.025em;
  line-height: 19px;
  text-rendering: geometricPrecision;
}
@media (max-width: 991px) {
  .coming-soon .desktop-only {
    font-size: 10px;
  }
}
.coming-soon .sign-up .inputs input {
  color: black;
  font-family: "Helvetica Now Text W01 Light";
  /*font-family: "Helvetica Now Text Regular";*/
  font-size: 11px;
  letter-spacing: 0.025em;
  line-height: 19px;
  text-rendering: geometricPrecision;
  margin: -10px 0 -16px 0;
}
@media (max-width: 991px) {
  .coming-soon .sign-up .inputs input {
    font-size: 10px;
  }
}
.coming-soon .sign-up [type=submit] {
  color: black;
  font-family: "Helvetica Now Text W01 Light";
  /*font-family: "Helvetica Now Text Regular";*/
  font-size: 11px;
  letter-spacing: 0.025em;
  line-height: 19px;
  text-rendering: geometricPrecision;
  color: white;
  text-decoration: underline;
}
@media (max-width: 991px) {
  .coming-soon .sign-up [type=submit] {
    font-size: 10px;
  }
}
@media (max-width: 991px) {
  .coming-soon .sign-up [type=submit] {
    margin: 0px;
  }
}
.coming-soon .mc4wp-response {
  color: green;
}

.mc4wp-form-fields {
  position: relative;
}

#mc4wp-form-1 {
  position: relative;
  font-size: 11px;
  border-top: 1px solid #979797;
}
.home #mc4wp-form-1{
  border-top: none;
}

#mc4wp-form-1 div.mc4wp-response > div {
  color: black;
  font-family: "Helvetica Now Text W01 Light";
  /*font-family: "Helvetica Now Text Regular";*/
  font-size: 11px;
  letter-spacing: 0.025em;
  line-height: 19px;
  text-rendering: geometricPrecision;
  font-size: 11px;
  position: absolute;
  right: 50px;
  top: 0px;
  text-transform: uppercase;
  background-color: white;
  color: black;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  z-index: 1000;
}
@media (max-width: 991px) {
  #mc4wp-form-1 div.mc4wp-response > div {
    font-size: 10px;
  }
}
@media (max-width: 991px) {
  #mc4wp-form-1 div.mc4wp-response > div {
    right: 0px;
    width: 100%;
  }
}

.sign-up {
  position: relative;
  z-index: 100;
  background-color: white;
  padding: 10px;
  display: flex;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 767px) {
  .sign-up {
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 8px;
    padding-right: 8px;
  }
}
.sign-up label {
  text-transform: uppercase;
  align-self: center;
}
.sign-up .inputs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
}
@media (max-width: 991px) {
  .sign-up .inputs {
    grid-template-columns: 35% auto auto;
    grid-template-rows: 1fr 1fr;
    row-gap:1px;
  }
}
.sign-up .inputs input {
  background-color: white;
  color: black;
}
.sign-up .inputs .mailinglist {
  color: black;
  font-family: "Helvetica Now Text W01 Light";
  /*font-family: "Helvetica Now Text Regular";*/
  font-size: 11px;
  letter-spacing: 0.025em;
  line-height: 19px;
  text-rendering: geometricPrecision;
}
@media (max-width: 991px) {
  .sign-up .inputs .mailinglist {
    font-size: 10px;
  }
}
@media (max-width: 991px) {
  .sign-up .inputs .mailinglist {
    grid-column: 1/3;
  }
}
.sign-up input {
  color: black;
  font-family: "Helvetica Now Text W01 Light";
  /*font-family: "Helvetica Now Text Regular";*/
  font-size: 11px;
  letter-spacing: 0.025em;
  line-height: 19px;
  text-rendering: geometricPrecision;
  appearance: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  padding: 0;
  border: 1px solid #979797;
  display: block;
  border: none;
  border-radius: 0;
  outline: 0;
  box-shadow: none;
  line-height: normal;
  font-size: 11px;
  color: #e21114;
}
@media (max-width: 991px) {
  .sign-up input {
    font-size: 10px;
  }
}
.sign-up input::placeholder {
  line-height: normal;
}
@media (min-width: 992px) {
  .sign-up input {
    font-size: 11px;
  }
}
.sign-up input:focus {
  outline-color: red;
}
.sign-up [type=submit] {
  cursor: pointer;
  color: black;
  font-family: "Helvetica Now Text W01 Light";
  /*font-family: "Helvetica Now Text Regular";*/
  font-size: 11px;
  letter-spacing: 0.025em;
  line-height: 19px;
  text-rendering: geometricPrecision;
  position: absolute;
  right: 10px;
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 100;
}
@media (max-width: 991px) {
  .sign-up [type=submit] {
    font-size: 10px;
  }
}
@media (max-width: 991px) {
  .sign-up [type=submit] {
    bottom: 5px;
  }
}
.sign-up [type=text] {
  min-width: 30%;
}
@media (max-width: 991px) {
  .sign-up [type=text] {
    grid-row: 2;
  }
}
.sign-up [type=email] {
  min-width: 30%;
}
@media (max-width: 991px) {
  .sign-up [type=email] {
    grid-row: 2;
  }
}

.page-template-template-ticker .article-list {
  position: relative;
}
.page-template-template-ticker article {
  position: relative;
  margin-bottom: 35px;
}
.page-template-template-ticker article header {
  z-index: 10;
}
.page-template-template-ticker article:first-of-type {
  margin-top: 20vh;
}
.page-template-template-ticker article .initial-hidden {
  display: none;
}
.page-template-template-ticker article:hover .initial-hidden {
  position: absolute;
  display: block;
  z-index: -1;
}
.page-template-template-ticker article:hover .initial-hidden img {
  overflow: hidden;
  width: auto;
  height: auto;
  max-width: initial;
  margin: 0;
  display: block;
}
.page-template-template-ticker article:nth-of-type(1n):hover .initial-hidden {
  top: 30px;
  left: 60px;
  right: 60px;
}
.page-template-template-ticker article:nth-of-type(2n):hover .initial-hidden {
  top: 0;
  left: 40%;
  right: auto;
}
.page-template-template-ticker article:nth-of-type(3n):hover .initial-hidden {
  top: -20vh;
  left: 40px;
  bottom: 15px;
}
.page-template-template-ticker article:nth-of-type(4n):hover .initial-hidden {
  top: 0;
  right: 20px;
  left: -30%;
}

.site-header {
  color: black;
  font-family: "Helvetica Now Text W01 Light";
  /*font-family: "Helvetica Now Text Regular";*/
  font-size: 11px;
  letter-spacing: 0.025em;
  line-height: 19px;
  text-rendering: geometricPrecision;
  z-index: 10000;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  /* THIRD MENU BAR - (IF ACTIVATED, ALSO ADD BORDER BOTTOM AT SITE-BRANDING) */
  /* THIRD MENU BAR - (IF ACTIVATED, ALSO ADD BORDER BOTTOM AT SITE-BRANDING) */
}
@media (max-width: 991px) {
  .site-header {
    font-size: 10px;
  }
}

.site-header .marquee-container {
  overflow: clip;
  background-color: white;
  border-bottom: 1px solid #979797;
  height: 30px;
  white-space: nowrap;
  width: 100%; /* Full width of the viewport */
  position: relative;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}
@keyframes marquee-move-text {
  to {
      transform: translateX(calc(-100% - var(--gap)));
  }
}
.site-header .section-marquee{
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  --gap: 20rem;
  gap: var(--gap);
  width: max-content;
  flex-shrink: 0;
  animation: marquee-move-text 60s linear infinite;
}
.site-header .section-marquee + .section-marquee {
  margin-left: var(--gap);
}
@media (max-width: 767px) {
  .site-header .section-marquee {
    --gap:5rem;
    height: 28px;
    animation: marquee-move-text 40s linear infinite;
  }
}

.site-header .section-marquee .marquee{
  display: inline-block;
  white-space: nowrap;
}
.site-header .section-marquee .marquee:hover {
  animation-play-state: paused;
}
.site-header .brandheader1 {
  display: none;
  padding: 5px 10px;
  text-align: left;
  /* display: inline-block;*/
}
.site-header .brandheader2 {
  padding: 5px 10px;
  display: none;
  /*display: inline-block;*/
  right: 0px;
  position: absolute;
}
.site-header .bar-container{
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -moz-user-select: none;
}
.site-header .videoplayer.player-collapsed{
  display: none;
}
.site-header .studiodescription,
.site-header .bar {
  width: 100%;
  color: black;
  font-family: "Helvetica Now Text W01 Light";
  /*font-family: "Helvetica Now Text Regular";*/
  font-size: 11px;
  letter-spacing: 0.025em;
  line-height: 19px;
  text-rendering: geometricPrecision;
  position: relative;
  z-index: 1;
  color: black;
  left: 0px;
  padding: 5px 10px;
  top: 0px;
  text-transform: uppercase;
  border-bottom: 1px solid #979797;
  text-align: justify;
  min-height: 30px;
  background-color: white;
}
.site-header .videoplayer{
  background-color: black;
  font-size: 11px;
  letter-spacing: 0.025em;
  line-height: 19px;
  text-rendering: geometricPrecision;
  text-transform: uppercase;
}

.site-header .bar{
  text-align: left;
  padding: 0;
  height: 30px;
  overflow: hidden;
  position: relative;
}
.site-header .miniplayer{
  width: 25vw;
  height: calc(25vw * 9 / 16);
  position: fixed;
  right: 0;
  border: none;
  border-right: 1px solid #979797;
}
.site-header .maxplayer{
  width: 100vw;
  height: calc(100vh - 91px);
  position: fixed;
  right: 0;
  bottom: 0;
  border: 1px solid #979797;
  border-top: none;
}
.site-header a{
  text-decoration: none;
}
.site-header .bar .video-close{
  display: none;
}
.site-header .videoplayer-description{
  mix-blend-mode: difference;
}

.site-header .bar.miniplayer .video-controls{
  display: flex;
  flex-direction: column;
  text-align: right;
}
.site-header .bar-description-container{
  padding: 5px 10px;
  height: 30px;
}
.site-header .bar-description-container .bar-description{
  width: 100%;
}
.site-header .videoplayer-description .bar-description .videoplayer-headings,
.site-header .bar-description-container .bar-description .videoplayer-headings,
.site-header .bar-description-container .bar-description .bar-headings{
  display: flex;
  justify-content: space-between;
}
.site-header .miniplayer .videoplayer-description .bar-description .videoplayer-headings,
.site-header .miniplayer .bar-description-container .bar-description .videoplayer-headings{
  justify-content: flex-end;
}
.site-header .videoplayer-description .bar-description .videoplayer-title,
.site-header .bar-description-container .bar-description .videoplayer-title{
  display: flex;
}
.site-header .videoplayer-description .bar-description .videoplayer-title .current-time,
.site-header .bar-description-container .bar-description .videoplayer-title .current-time,
.site-header .videoplayer-description .bar-description .videoplayer-title .header-custom-text,
.site-header .bar-description-container .bar-description .videoplayer-title .header-custom-text{
  margin-left: 5px;
}
.site-header .videoplayer-description .bar-description .videoplayer-title #cet-time,
.site-header .bar-description-container .bar-description .videoplayer-title #cet-time{
  display: inline-block;
  width: 85px;
}
.site-header .videoplayer .videoplayer-description .bar-description{
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  padding: 5px 10px;
}
.site-header .miniplayer .videoplayer-description .bar-description{
  height: calc(25vw * 9 / 16);
}
.site-header .maxplayer .videoplayer-description .bar-description{
  flex-direction: row-reverse;
}
.site-header .maxplayer .videoplayer-description{
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.site-header .miniplayer .videoplayer-description .videoplayer-subtitle{
  display: block;
  align-self: flex-start;
}
.site-header .miniplayer .videoplayer-description .bar-description .videoplayer-title,
.site-header .miniplayer .bar-description-container .bar-description .videoplayer-title{
  flex-direction: column;
  display: none;
}
.site-header .miniplayer .videoplayer-description .bar-description .videoplayer-title .current-time,
.site-header .miniplayer .bar-description-container .bar-description .videoplayer-title .current-time,
.site-header .miniplayer .videoplayer-description .bar-description .videoplayer-title .header-custom-text,
.site-header .miniplayer .bar-description-container .bar-description .videoplayer-title .header-custom-text{
  margin-left: 0;
}
.site-header .miniplayer .videoplayer-description .videoplayer-text{
  display: none;
}
.site-header .bar-description-container .videoplayer-subtitle{
  display: none;
}
.site-header .videoplayer-description .videoplayer-text{
  width: 640px;
  height: auto;
  padding: 5px 10px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  gap: 20px;
}
.site-header .videoplayer-description .videoplayer-text a{
  color: white;
  text-decoration: none;
}

.site-header .videoplayer-description.full-text,
.site-header .bar-description-container.full-text{
  position: relative;
  z-index: 9999;
  color: white;
}
.site-header .videoplayer-description.full-text .dot,
.site-header .bar-description-container.full-text .dot{
  background-color: white;
}
.site-header .miniplayer img.live-video-iframe{
  object-fit: cover;  
}
.site-header .maxplayer img.live-video-iframe{
  object-fit: contain;  
}
.site-header .bar .live-video-iframe{
  position: relative;
  aspect-ratio: 16 / 9;
  background-color: black;
}
.site-header .maxplayer .live-video-iframe.full-frame,
.site-header .bar .live-video-iframe.full-frame,
.site-header .miniplayer .live-video-iframe.full-frame{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9998;
}
.site-header .bar .live-video-iframe.mini-frame{
  width: 640px;
  height: 360px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.site-header .bar .dot{
  display: inline-block;
  width:  8px;
  height: 8px;
  background-color: #858585;
  border-radius: 50%;
  margin: 0 10px;
  animation: blinker 2s cubic-bezier(0.5, 0, 1, 1) infinite alternate;
}

@keyframes pulse {
  0% {
      opacity: 1;
  }
  50% {
      opacity: 0.3;
  }
  100% {
      opacity: 1;
  }
}
@media (min-width: 992px){
  .site-header .bar-hover:hover{
    background-color: #c3c3c3;
    cursor: pointer;
  }
  
  .min-max-toggle:hover,
  .site-header .videoplayer-description .videoplayer-text a:hover{
    cursor: pointer;
    color: gray;
  }
}
@media(max-width: 1200px){
  .site-header .miniplayer{
    font-size: 10px;
  }
}
@media (max-width: 991px) {
  #hu .hu-nav-content:not(.hu-p).hu-active{
    justify-content: space-between;
  }
  .site-header .bar{
    height: 28px;
  }
  .site-header .videoplayer{
    font-size: 10px;
  }
  .site-header .maxplayer{
    height: calc(100dvh - 87px);
    overflow: hidden;
  }
  .site-header .maxplayer .videoplayer-description .bar-description{
    flex-direction: row-reverse;
    align-items: flex-start;
  }
  .site-header .miniplayer .videoplayer-description .bar-description{
    padding: 4px 8px;
  }
  .site-header .bar-description-container{
    display: flex;
    align-items: center;
    padding: 0 8px;
    height: 28px;
  }
  .site-header .videoplayer-description .videoplayer-text{
    gap: 10px;
  }
  .site-header .videoplayer-description .videoplayer-text,
  .site-header .videoplayer .videoplayer-description .bar-description{
    padding: 4px 8px;
    width: 100%;
  }
  .site-header .studiodescription,
  .site-header .bar {
    font-size: 10px;
  }
  .site-header .bar,
  .site-header .videoplayer-description .bar-description .videoplayer-title{
    flex-direction: column;
  }
  .site-header .videoplayer-description .bar-description .videoplayer-title .current-time,
  .site-header .videoplayer-description .bar-description .videoplayer-title .header-custom-text{
    display: none;
  }
}
@media (max-width: 767px) {
  .site-header .studiodescription {
    display: none;
    height: 28px;
    margin-top: 8px;
    padding: 5px 8px;
  }
  .site-header .videoplayer{
    display: none;
  }
  .site-header .miniplayer{
    width: 100vw; 
    height: calc(100vw * 9 / 16);
    right: 0;
    bottom: 0;
    border-left: 1px solid #979797;
  }
  .site-header .maxplayer{
    border-bottom: none;
  }
  .site-header .bar-description-container .bar-description .videoplayer-title .utc-tag{
    display: none;
  }
  .site-header .miniplayer .videoplayer-description .bar-description{
    height: calc(100vw * 9 / 16);
  }
}
@media (max-width: 480px){
  .site-header .maxplayer .live-video-iframe{
    transform: rotate(90deg) scale(1.78);
    transform-origin: center;
  }
}
.site-header .header-logo-container {
  display: none;
  border: 1px solid #979797;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .site-header .header-logo-container {
    margin-top: 8px;
    margin-bottom: 0px;
  }
}
.site-header .header-logo {
  padding: 10px;
}
@media (max-width: 767px) {
  .site-header .header-logo {
    padding: 8px;
  }
}
.site-header .logoheader {
  font-family: "Helvetica Now Text W01 Light";
}
@media (max-width: 767px) {
  .site-header .logoheader {
    font-family: "Helvetica Now Text W01 Light";
  }
}
.site-header .header-image {
  width: 100%;
}
.site-header .toggled {
  display: block;
  height: 100vh;
  width: calc(100% + 2 * 0.8%);
  margin: -0.8%;
  padding: 0.8%;
}
.site-header .toggled .toggle-content {
  display: block;
}
@media (max-width: 767px) {
  .site-header .toggled .header-image {
    margin-top: 4%;
    margin-bottom: 4%;
  }
}
.site-header .toggle-content {
  display: none;
}
@media (max-width: 767px) {
  .site-header :not(.toggled) > .movable-mobile-image {
    position: relative;
    height: 40vw;
    overflow: hidden;
    width: 550%;
  }
  .site-header :not(.toggled) > .movable-mobile-image img {
    width: 100%;
    overflow: hidden;
    position: absolute;
    animation: move 14s infinite;
    animation-timing-function: linear;
  }
}

/*
NOTE: enable to show on home page...

body.home {
    .toggle-content {
        display: block;
    }
}*/
@keyframes move {
  from {
    right: 0%;
  }
  to {
    right: 100%;
  }
}
/* New optimized way for css */
.site-header-fixed{
  position: fixed;
  top: 0;
  border: 1px solid #979797;
  border-bottom: none;
}
.nav-links {
  color: black;
  font-family: "Helvetica Now Text W01 Light";
  /*font-family: "Helvetica Now Text Regular";*/
  font-size: 11px;
  letter-spacing: 0.025em;
  line-height: 19px;
  text-rendering: geometricPrecision;
  flex: 1;
  translate: none !important;
}
@media (max-width: 991px) {
  .nav-links {
    font-size: 10px;
  }
}

.nav-links ul li {
  list-style: none;
  display: inline-block;
  margin-bottom: 0px;
  position: relative;
  translate: none !important;
}

.nav-links ul li a {
  text-decoration: none;
  translate: none !important;
}

ul {
  margin: 0;
  padding: 0;
  padding-inline-start: 0;
}

.nav-links ul {
  display: flex;
  justify-content: space-between;
}

.nav-links ul li a::after {
  color: black;
  text-decoration: none;
}

.nav-links ul li a:hover {
  color: gray;
}

#site-navigation {
  background-color: white;
}

.site-branding {
  width: 100%;
  display: flex; /* Defines a flex container */
  flex-direction: column; /* Stacks child elements vertically */
  justify-content: space-around; /* Distributes items evenly with space around them */
  align-items: normal; /* Centers items horizontally */
  height: 30px; /* Adjust height as needed */
  padding-left: 10px;
  padding-right: 10px;
  border-bottom: 1px solid #979797;
  margin-bottom: 0px;
  background-color: white;
}
@media (max-width: 767px) {
  .site-branding {
    height: 28px;
    padding-left: 8px;
    padding-right: 8px;
  }
}

.header-text {
  display: none;
}

@media (max-width: 991px) {
  .header-text {
    display: none;
  }
}
.single-intervention #mc4wp-form-1 {
  display: none;
}
.single-intervention .site-content {
  min-height: 100px !important;
}
.single-intervention .entry-content {
  position: relative;
  display: grid;
  grid-template-columns: 4fr 3fr;
  grid-template-rows: 1fr;
  gap: 10px;
  place-items: stretch;
  width: 100%;
  height: calc(100vh - 135px);
}
@media (max-width: 991px) {
  .single-intervention .entry-content {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    height: auto;
    row-gap: 10px;
    column-gap: 0px;
  }
}
.single-intervention .wp-block-handpicked-products {
  grid-column: 2/3;
  grid-row: 1/3;
  align-self: center;
  position: relative;
}
@media (max-width: 991px) {
  .single-intervention .wp-block-handpicked-products {
    grid-column: 1/3;
    grid-row: 3/4;
    width: 100%;
    border: 1px solid #979797;
  }
}
.single-intervention .interventionproduct {
  grid-column: 2/3;
  grid-row: 1/3;
  align-self: center;
  position: relative;
}
@media (max-width: 991px) {
  .single-intervention .interventionproduct {
    grid-column: 1/3;
    grid-row: 3/4;
    width: 100%;
    border: 1px solid #979797;
  }
}
.single-intervention .stream {
  align-self: end;
}
.single-intervention .wc-block-grid__products {
  margin: 0px;
}
.single-intervention .wc-block-grid__product {
  border: none;
}
.single-intervention .product-preview h3 {
  display: none;
}
.single-intervention .lookp {
  padding: 5px 10px;
  color: black;
  font-family: "Helvetica Now Text W01 Light";
  /*font-family: "Helvetica Now Text Regular";*/
  font-size: 11px;
  letter-spacing: 0.025em;
  line-height: 19px;
  text-rendering: geometricPrecision;
  line-height: 16.5px;
  grid-column: 2/3;
  grid-row: 1/3;
  overflow: scroll;
  height: calc(100vh - 135px);
  position: relative;
  border: 1px solid #979797;
  -ms-overflow-style: none; /* Internet Explorer 10+ */
  scrollbar-width: none; /* Firefox */
  overflow-x: hidden;
  z-index: 100;
  letter-spacing: 0.025em;
  /*line-height: 15px;*/
  text-align: justify;
  text-rendering: geometricPrecision;
  hyphens: auto;
  color: white;
  mix-blend-mode: difference;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 991px) {
  .single-intervention .lookp {
    font-size: 10px;
  }
}
@media (max-width: 991px) {
  .single-intervention .lookp {
    grid-column: 1/3;
    grid-row: 4/5;
    height: 50vh;
    mix-blend-mode: difference;
    color: white;
  }
}
.single-intervention .lookp::-webkit-scrollbar {
  display: none; /* for Chrome, Safari, and Opera */
}
.single-intervention .wp-block-group__inner-container, .single-intervention p {
  height: 100%;
}
.single-intervention .wp-block-group__inner-container a {
  color: white;
  text-decoration: none;
}
.single-intervention .plyr {
  grid-column: 1/2;
  grid-row: 2/3;
  border: 1px solid #979797;
}
@media (max-width: 991px) {
  .single-intervention .plyr {
    grid-column: 1/3;
    grid-row: 2/3;
  }
}
.single-intervention .h5vp_popup_overlay {
  align-self: end;
}
.single-intervention .plyr__video-embed, .single-intervention .plyr__video-wrapper--fixed-ratio {
  aspect-ratio: 4/3;
}
.single-intervention .liveheader {
  color: black;
  font-family: "Helvetica Now Text W01 Light";
  /*font-family: "Helvetica Now Text Regular";*/
  font-size: 11px;
  letter-spacing: 0.025em;
  line-height: 19px;
  text-rendering: geometricPrecision;
  line-height: 16px;
  background-color: white;
  border: 1px solid #979797;
  padding: 5px 10px;
  grid-column: 1/2;
  grid-row: 1/2;
  text-transform: uppercase;
  height: auto;
}
@media (max-width: 991px) {
  .single-intervention .liveheader {
    font-size: 10px;
  }
}
@media (max-width: 991px) {
  .single-intervention .liveheader {
    grid-column: 1/3;
    grid-row: 1/2;
  }
}
.single-intervention .wc-block-grid__product-title {
  display: none;
}
.single-intervention .wc-block-grid__product-price {
  display: none;
}
.single-intervention .livetext2 {
  color: black;
  animation: blinker 2s cubic-bezier(0.5, 0, 1, 1) infinite alternate;
  margin-top: 10px;
}
.single-intervention .clock-bg {
  color: black;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .single-intervention .date {
    display: none;
  }
}
.single-intervention .watch a {
  color: black;
}
.single-intervention .site-main .comment-navigation, .single-intervention .site-main .posts-navigation, .single-intervention .site-main .post-navigation {
  margin: 0px;
}

body {
  margin: 0px;
  -webkit-font-smoothing: antialiased; /* for Chrome and Safari on macOS */
  -moz-osx-font-smoothing: grayscale; /* for Firefox on macOS */
  border: 1px solid #979797;
}

body.privacy-policy.page-template-default .site-header {
  border-bottom: 1px solid #979797;
}
body.privacy-policy.page-template-default main.site-main {
  padding: 6px 10px 0px 10px;
  border: 1px solid #979797;
  position: relative;
  top: 1px;
  margin-bottom: 10px;
}



body.page-id-73.page-template-default main.site-main {
  padding: 6px 10px 0px 10px;
  border: 1px solid #979797;
  position: relative;
  top: 1px;
  margin-bottom: 10px;
}
body.page-id-3710.page-template-default main.site-main {
  padding: 6px 10px 0px 10px;
  border: 1px solid #979797;
  position: relative;
  top: 1px;
  margin-bottom: 10px;
}
body.page-id-3710.page-template-default .site-content {
  min-height: 100%;
}
body.page-id-2623.page-template-default main.site-main {
  padding: 6px 10px 0px 10px;
  border: 1px solid #979797;
  position: relative;
  top: 1px;
  margin-bottom: 10px;
}
body.page-id-3814.page-template-default main.site-main {
  position: relative;
  top: 0px;
  margin-bottom: 0px;
}
body.page-id-3814.page-template-default .site-content {
  min-height: 100%;
}
body.page-id-3814.page-template-default .wp-container-core-columns-is-layout-1.wp-container-core-columns-is-layout-1 {
  margin: 0px;
}
body.page-id-3814.page-template-default :where(figure) {
  margin: 0px;
}
body.page-id-3814.page-template-default .textabout {
  color: black;
  font-family: "Helvetica Now Text W01 Light";
  /*font-family: "Helvetica Now Text Regular";*/
  font-size: 11px;
  letter-spacing: 0.025em;
  line-height: 19px;
  text-rendering: geometricPrecision;
  padding: 6px 10px 6px 10px;
  border-bottom: 1px solid #979797;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  body.page-id-3814.page-template-default .textabout {
    font-size: 10px;
  }
}
body.page-id-3814.page-template-default :where(.wp-block-columns) {
  margin-bottom: 0px;
}

/*    LIVE STREAM VIDEO PAGE STYLING    */
/*    LIVE STREAM VIDEO PAGE STYLING    */
/*    LIVE STREAM VIDEO PAGE STYLING    */
/*    LIVE STREAM VIDEO PAGE STYLING    */
.site-content .wpstream_player_wrapper.wpstream_player_shortcode {
  float: none;
  margin-bottom: 0px;
  /*
  		@include respond-below (SM){
  			transform: rotate(90deg);

  		}

  		*/
}
.site-content .wpstream_player_container {
  min-width: 100%;
  height: auto;
  margin-bottom: 0px;
}

.wpstream_product-template-default {
  background-color: none;
}
.wpstream_product-template-default .site-header {
  color: white;
  mix-blend-mode: difference;
}
.wpstream_product-template-default .entry-title {
  position: fixed;
  top: 66px;
  left: 10px;
  z-index: 1000;
  color: white;
  mix-blend-mode: difference;
  color: black;
  font-family: "Helvetica Now Text W01 Light";
  /*font-family: "Helvetica Now Text Regular";*/
  font-size: 11px;
  letter-spacing: 0.025em;
  line-height: 19px;
  text-rendering: geometricPrecision;
  letter-spacing: 0.025em;
  line-height: 20px;
}
@media (max-width: 991px) {
  .wpstream_product-template-default .entry-title {
    font-size: 10px;
  }
}
.wpstream_product-template-default .content-area {
  margin-top: -29px;
}
.wpstream_product-template-default .site-header {
  background-color: none;
}
.wpstream_product-template-default .site-header .header-marquee .header-marquee__content .site-header .header-marquee {
  border-bottom: 1px solid #979797;
}
.wpstream_product-template-default .wpstream_not_live_mess_mess {
  background-color: transparent;
  color: black;
  font-family: "Helvetica Now Text W01 Light";
  /*font-family: "Helvetica Now Text Regular";*/
  font-size: 11px;
  letter-spacing: 0.025em;
  line-height: 19px;
  text-rendering: geometricPrecision;
  color: white;
  mix-blend-mode: difference;
  text-transform: uppercase;
  text-align: left;
  padding: 0px;
}
@media (max-width: 991px) {
  .wpstream_product-template-default .wpstream_not_live_mess_mess {
    font-size: 10px;
  }
}
.wpstream_product-template-default .wpstream_not_live_mess {
  position: fixed;
  width: 100%;
  top: 146px;
  background-color: transparent;
  left: 10px;
  right: none;
  margin: none;
  /*
  @include respond-below (SM){
  	transform: rotate(-90deg);
  } */
}

.single-intervention .site-content {
  margin-top: 0;
}

/*
body:not(.home):not(.woocommerce-page) {
	.type-page {
		margin-top: 20vh;
	}
}

body {
	&.woocommerce-page {
		.site-content {
			margin-top: 33vh;
		}

		&.woocommerce-cart,
		&.woocommerce-checkout {
			.site-content {
				margin-top: 20vh;
			}
		}
	}
}*/
.site-main img {
  display: block;
  width: 100% !important;
}

.home .wp-block-columns {
  margin-bottom: 0;
}

.font-h-medium {
  font-family: HelveticaNowText-Medium, Helvetica, sans-serif;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 70px;
}

.abouttext {
  color: black;
  font-family: "Helvetica Now Text W01 Light";
  /*font-family: "Helvetica Now Text Regular";*/
  font-size: 11px;
  letter-spacing: 0.025em;
  line-height: 19px;
  text-rendering: geometricPrecision;
}
@media (max-width: 991px) {
  .abouttext {
    font-size: 10px;
  }
}

.alignleft {
  text-align: left;
}

.font-a {
  font-family: Arachne-Divine, Helvetica, sans-serif;
}

.mainfontnew {
  font-family: "Helvetica Now Text W01 Light";
  font-size: 11px;
  letter-spacing: 0.025em;
  line-height: 20px;
  text-rendering: geometricPrecision;
}

.heading-default {
  font-size: 1.8vw;
  letter-spacing: 0.07em;
  line-height: 2.2vw;
  text-transform: uppercase;
  text-rendering: geometricPrecision;
}

.headingstyle-intervention {
  font-size: 28px;
  letter-spacing: 0;
  line-height: 35px;
  text-rendering: geometricPrecision;
  text-align: justify;
  text-transform: uppercase;
}

.capitals-intervention {
  font-family: "HelveticaNowText-Medium";
  font-size: 16px;
  letter-spacing: 0;
  line-height: 19px;
  text-rendering: geometricPrecision;
  text-align: justify;
  text-transform: uppercase;
}

/*used in sustainability and privacy page*/
.mainfont-intervention {
  font-family: "Helvetica Now Text W01 Light";
  font-size: 11px;
  letter-spacing: 0.025em;
  line-height: 15px;
  text-align: justify;
  text-rendering: geometricPrecision;
  hyphens: auto;
}
@media (max-width: 991px) {
  .mainfont-intervention {
    font-size: 11px;
  }
}

.mainfont-intervention-bold {
  font-family: "Helvetica Now Text Regular";
  font-size: 11px;
  letter-spacing: 0;
  line-height: 15px;
  text-align: justify;
  text-rendering: geometricPrecision;
  hyphens: auto;
}

.quote-intervention {
  font-size: 1.2vw;
  letter-spacing: 0;
  line-height: 1.5vw;
  text-rendering: geometricPrecision;
  text-align: justify;
}

.dark-pic {
  color: white;
  /*mix-blend-mode: difference;*/
}

.bright-pic {
  color: black;
  /*mix-blend-mode: difference;*/
}

@media (max-width: 767px) {
  .heading-default-mobile {
    font-size: 16px;
    line-height: 6vw;
    letter-spacing: 0.025em;
    text-align: left;
  }
  .headingstyle-intervention-mobile {
    font-family: "HelveticaNowText-Medium";
    font-size: 11px;
    margin: 0px;
    letter-spacing: 0;
    line-height: 15px;
    text-rendering: geometricPrecision;
    text-align: justify;
    word-wrap: break-word;
    overflow-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
  }
  /*used in sustainability and privacy page*/
  .mainfont-intervention-mobile {
    font-family: "Helvetica Now Text W01 Light";
    letter-spacing: 0;
    line-height: 15px;
    text-align: justify;
    text-rendering: geometricPrecision;
    word-wrap: break-word;
    overflow-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
  }
  .mobile-font-35 {
    font-size: 35px !important;
  }
  .mobile-font-30 {
    font-size: 30px !important;
  }
  .mobile-font-25 {
    font-size: 25px !important;
  }
  .mobile-font-20 {
    font-size: 20px !important;
  }
}
.page-id-3222 .site-content {
  margin-top: 0px;
  position: fixed;
  top: 93px;
  min-height: 100vh;
  min-width: 100vw;
  padding: 0px;
}
@media (max-width: 991px) {
  .page-id-3222 .site-content {
    top: 124px;
  }
}
.page-id-3222 .entry-content {
  position: relative;
  top: 0px;
  background-color: transparent;
  width: 30%;
  color: black;
  font-family: "Helvetica Now Text W01 Light";
  /*font-family: "Helvetica Now Text Regular";*/
  font-size: 11px;
  letter-spacing: 0.025em;
  line-height: 19px;
  text-rendering: geometricPrecision;
}
@media (max-width: 991px) {
  .page-id-3222 .entry-content {
    font-size: 10px;
  }
}
@media (max-width: 991px) {
  .page-id-3222 .entry-content {
    width: 100%;
  }
}
.page-id-3222 .wp-block-columns {
  margin: 0px;
}
.page-id-3222 .site-header {
  background-color: transparent;
}
.page-id-3222 .site-header .section-marquee {
  background-color: white;
  /*	.mtext1 {
  		display:none;
  	}*/
}
.page-id-3222 .site-branding {
  background-color: white;
}
.page-id-3222 .intervention-headline {
  color: black;
  font-family: "Helvetica Now Text W01 Light";
  /*font-family: "Helvetica Now Text Regular";*/
  font-size: 11px;
  letter-spacing: 0.025em;
  line-height: 19px;
  text-rendering: geometricPrecision;
  border-bottom: 1px solid #979797;
  border-top: 1px solid #979797;
  height: 32px;
  padding: 5px 10px 5px 10px;
  position: fixed;
  top: 61px;
  background: white;
  z-index: 1000;
  width: 100%;
}
@media (max-width: 991px) {
  .page-id-3222 .intervention-headline {
    font-size: 10px;
  }
}
.page-id-3222 .liveheader {
  border-bottom: 1px solid white;
  padding: 4px 10px 4px 14px;
  position: fixed;
  top: 92px;
  height: 32px;
  background: transparent;
  z-index: 0;
  width: 70%;
  right: 0px;
  border-bottom: 1px solid #979797;
  border-top: 1px solid #979797;
}
@media (max-width: 991px) {
  .page-id-3222 .liveheader {
    width: 100%;
  }
}
.page-id-3222 .liveheadercontent {
  text-align: justify;
  max-height: 20px;
}
.page-id-3222 .liveheadercontent > div {
  width: auto; /* Declare your value. Can be in relative units. */
  display: inline-block;
  /* IE fix. */
  display: inline;
  color: red;
  zoom: 1;
}
.page-id-3222 .liveheadercontent:after {
  content: "";
  width: 100%;
  display: inline-block;
}
.page-id-3222 .dot {
  height: 9px;
  width: 9px;
  background-color: none;
  border: 1px solid red;
  border-radius: 50%;
  display: inline-block;
  animation: blinker 2s cubic-bezier(0.5, 0, 1, 1) infinite alternate;
  margin-right: 2px;
}
.page-id-3222 .productiondetails-item {
  display: inline-block;
  color: black;
  font-family: "Helvetica Now Text W01 Light";
  /*font-family: "Helvetica Now Text Regular";*/
  font-size: 11px;
  letter-spacing: 0.025em;
  line-height: 19px;
  text-rendering: geometricPrecision;
}
@media (max-width: 991px) {
  .page-id-3222 .productiondetails-item {
    font-size: 10px;
  }
}
@media (max-width: 991px) {
  .page-id-3222 .productiondetails-item {
    display: none !important;
  }
}
.page-id-3222 .productiondetails-order {
  display: inline-block;
  color: black;
  font-family: "Helvetica Now Text W01 Light";
  /*font-family: "Helvetica Now Text Regular";*/
  font-size: 11px;
  letter-spacing: 0.025em;
  line-height: 19px;
  text-rendering: geometricPrecision;
}
@media (max-width: 991px) {
  .page-id-3222 .productiondetails-order {
    font-size: 10px;
  }
}
@media (max-width: 991px) {
  .page-id-3222 .productiondetails-order {
    display: none !important;
  }
}
.page-id-3222 .labelitem {
  display: inline-block;
  color: black;
  font-family: "Helvetica Now Text W01 Light";
  /*font-family: "Helvetica Now Text Regular";*/
  font-size: 11px;
  letter-spacing: 0.025em;
  line-height: 19px;
  text-rendering: geometricPrecision;
}
@media (max-width: 991px) {
  .page-id-3222 .labelitem {
    font-size: 10px;
  }
}
.page-id-3222 .labelitem .p {
  display: inline-block;
  color: black;
  font-family: "Helvetica Now Text W01 Light";
  /*font-family: "Helvetica Now Text Regular";*/
  font-size: 11px;
  letter-spacing: 0.025em;
  line-height: 19px;
  text-rendering: geometricPrecision;
}
@media (max-width: 991px) {
  .page-id-3222 .labelitem .p {
    font-size: 10px;
  }
}
.page-id-3222 .livetext2 {
  display: inline-block;
  color: black;
  font-family: "Helvetica Now Text W01 Light";
  /*font-family: "Helvetica Now Text Regular";*/
  font-size: 11px;
  letter-spacing: 0.025em;
  line-height: 19px;
  text-rendering: geometricPrecision;
  animation: blinker 2s cubic-bezier(0.5, 0, 1, 1) infinite;
  color: red !important;
}
@media (max-width: 991px) {
  .page-id-3222 .livetext2 {
    font-size: 10px;
  }
}
.page-id-3222 .material {
  display: inline-block;
  color: black;
  font-family: "Helvetica Now Text W01 Light";
  /*font-family: "Helvetica Now Text Regular";*/
  font-size: 11px;
  letter-spacing: 0.025em;
  line-height: 19px;
  text-rendering: geometricPrecision;
  color: red !important;
}
@media (max-width: 991px) {
  .page-id-3222 .material {
    font-size: 10px;
  }
}
@keyframes blinker {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.page-id-3222 .clock-bg {
  color: black;
  font-family: "Helvetica Now Text W01 Light";
  /*font-family: "Helvetica Now Text Regular";*/
  font-size: 11px;
  letter-spacing: 0.025em;
  line-height: 19px;
  text-rendering: geometricPrecision;
  color: black;
  text-transform: uppercase;
  margin: 10px 0px;
}
@media (max-width: 991px) {
  .page-id-3222 .clock-bg {
    font-size: 10px;
  }
}
.page-id-3222 .watch {
  display: inline-block;
  color: black;
}
.page-id-3222 #timedate {
  color: black;
  font-family: "Helvetica Now Text W01 Light";
  /*font-family: "Helvetica Now Text Regular";*/
  font-size: 11px;
  letter-spacing: 0.025em;
  line-height: 19px;
  text-rendering: geometricPrecision;
  color: black;
}
@media (max-width: 991px) {
  .page-id-3222 #timedate {
    font-size: 10px;
  }
}
.page-id-3222 #timedate a {
  color: black;
  font-family: "Helvetica Now Text W01 Light";
  /*font-family: "Helvetica Now Text Regular";*/
  font-size: 11px;
  letter-spacing: 0.025em;
  line-height: 19px;
  text-rendering: geometricPrecision;
  color: black;
}
@media (max-width: 991px) {
  .page-id-3222 #timedate a {
    font-size: 10px;
  }
}
.page-id-3222 #timedate .time {
  display: inline-block;
  min-width: 92px;
  color: black;
  font-family: "Helvetica Now Text W01 Light";
  /*font-family: "Helvetica Now Text Regular";*/
  font-size: 11px;
  letter-spacing: 0.025em;
  line-height: 19px;
  text-rendering: geometricPrecision;
  color: black;
}
@media (max-width: 991px) {
  .page-id-3222 #timedate .time {
    font-size: 10px;
  }
}
.page-id-3222 #timedate .date {
  display: none;
}
@media (max-width: 991px) {
  .page-id-3222 #timedate .date {
    display: none;
  }
}
.page-id-3222 .entry-title {
  position: fixed;
  top: 66px;
  left: 10px;
  z-index: 1000;
  color: red;
  mix-blend-mode: difference;
  color: black;
  font-family: "Helvetica Now Text W01 Light";
  /*font-family: "Helvetica Now Text Regular";*/
  font-size: 11px;
  letter-spacing: 0.025em;
  line-height: 19px;
  text-rendering: geometricPrecision;
  letter-spacing: 0.025em;
  line-height: 20px;
}
@media (max-width: 991px) {
  .page-id-3222 .entry-title {
    font-size: 10px;
  }
}
.page-id-3222 .clock {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  color: #17D4FE;
  font-size: 60px;
  font-family: Orbitron;
  letter-spacing: 7px;
}
.page-id-3222 p.has-background {
  padding: 0px;
}
.page-id-3222 .wp-container-3 {
  position: fixed;
  height: 30px;
  background: rgba(0, 0, 0, 0.8);
  border-bottom: 1px solid black;
  margin-bottom: 0px;
}
@media (max-width: 991px) {
  .page-id-3222 .wp-container-3 {
    gap: 0px;
    border-bottom: none;
    height: 30px;
  }
}
.page-id-3222 .wp-block-preformatted {
  margin: 0px;
}
.page-id-3222 .wp-block-ub-content-toggle {
  margin: 0px;
  width: 100%;
}
@media (max-width: 991px) {
  .page-id-3222 .wp-block-ub-content-toggle {
    top: 377px;
    position: fixed;
  }
}
.page-id-3222 .wp-block-ub-content-toggle-accordion {
  border: none;
  border-right: 1px solid #979797;
  /*background: rgba(255, 0, 0, 0.7);*/
  margin: none;
}
@media (max-width: 991px) {
  .page-id-3222 .wp-block-ub-content-toggle-accordion {
    border-right: none;
    border-top: 1px solid #979797;
    background: black;
  }
}
.page-id-3222 .wp-block-ub-content-toggle-accordion-title-wrap {
  background-color: transparent !important;
  color: white;
}
@media (max-width: 991px) {
  .page-id-3222 .wp-block-ub-content-toggle-accordion-title-wrap {
    height: 30px;
    border-bottom: 1px solid #979797;
  }
}
.page-id-3222 .wp-block-ub-content-toggle-accordion-title {
  color: black;
  font-family: "Helvetica Now Text W01 Light";
  /*font-family: "Helvetica Now Text Regular";*/
  font-size: 11px;
  letter-spacing: 0.025em;
  line-height: 19px;
  text-rendering: geometricPrecision;
  padding: 5px 10px 5px 10px;
  border-bottom: 1px solid #979797;
}
@media (max-width: 991px) {
  .page-id-3222 .wp-block-ub-content-toggle-accordion-title {
    font-size: 10px;
  }
}
@media (max-width: 991px) {
  .page-id-3222 .wp-block-ub-content-toggle-accordion-title {
    color: white;
    position: absolute;
    border-bottom: none;
  }
}
.page-id-3222 .wp-block-ub-content-toggle-accordion-content-wrap {
  backdrop-filter: blur(5px);
  padding: 0px;
  margin-top: 5px;
  padding-left: 10px;
  padding-right: 10px;
  color: white;
  text-align: justify;
  overflow: auto;
  max-height: 100vh;
  -ms-overflow-style: none; /* Internet Explorer 10+ */
  scrollbar-width: none; /* Firefox */
}
@media (max-width: 991px) {
  .page-id-3222 .wp-block-ub-content-toggle-accordion-content-wrap {
    color: white;
    background: black;
  }
}
.page-id-3222 .wp-block-ub-content-toggle-accordion-content-wrap::-webkit-scrollbar {
  display: none; /* for Chrome, Safari, and Opera */
}
.page-id-3222 .wp-block-ub-chevron-down {
  color: white !important;
}
@media (max-width: 991px) {
  .page-id-3222 .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    height: 30px !important;
  }
}
.page-id-3222 #ub-content-toggle-panel-0-d459c5f0-c26c-476a-8a1a-dc605965d5ee > div.insert-page.insert-page-2993.pull-in > ul {
  display: none;
}
.page-id-3222 .site-content .wpstream_player_wrapper.wpstream_player_shortcode {
  min-width: 100vw;
  position: fixed;
  top: 53px;
  z-index: -100;
}
@media (max-width: 991px) {
  .page-id-3222 .site-content .wpstream_player_wrapper.wpstream_player_shortcode {
    z-index: 100;
    top: 84px;
  }
}
.page-id-3222 .wpestream_live_counting {
  right: 10px;
  left: auto;
  border-radius: 0px;
  color: black;
  font-family: "Helvetica Now Text W01 Light";
  /*font-family: "Helvetica Now Text Regular";*/
  font-size: 11px;
  letter-spacing: 0.025em;
  line-height: 19px;
  text-rendering: geometricPrecision;
  color: white;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .page-id-3222 .wpestream_live_counting {
    font-size: 10px;
  }
}
@media (min-width: 992px) {
  .page-id-3222 .wpstream_not_live_mess {
    position: fixed;
    top: 55%;
    right: 20%;
    left: auto;
    width: auto;
    margin: none;
  }
}
@media (max-width: 991px) {
  .page-id-3222 .wpstream_not_live_mess {
    margin: auto;
    width: 80%;
    position: absolute;
  }
}
.page-id-3222 .wpstream_not_live_mess_mess {
  color: black;
  font-family: "Helvetica Now Text W01 Light";
  /*font-family: "Helvetica Now Text Regular";*/
  font-size: 11px;
  letter-spacing: 0.025em;
  line-height: 19px;
  text-rendering: geometricPrecision;
  color: white;
  mix-blend-mode: difference;
  background: none;
  text-transform: uppercase;
  text-align: center;
  padding: 5px 10px 5px 10px;
}
@media (max-width: 991px) {
  .page-id-3222 .wpstream_not_live_mess_mess {
    font-size: 10px;
  }
}
.page-id-3222 .wpstream_not_live_mess_back {
  padding: 0px;
  border-radius: 0;
  opacity: 0.8;
}
.page-id-3222 .site-footer {
  position: absolute;
  top: 100vh;
}

.woocommerce-checkout .woocommerce {
  margin: 0px !important;
}

.woocommerce-order {
  color: black;
  font-family: "Helvetica Now Text W01 Light";
  /*font-family: "Helvetica Now Text Regular";*/
  font-size: 11px;
  letter-spacing: 0.025em;
  line-height: 19px;
  text-rendering: geometricPrecision;
  text-transform: uppercase;
  height: 100vh;
  padding-top: 10px;
}
@media (max-width: 991px) {
  .woocommerce-order {
    font-size: 10px;
  }
}
.woocommerce-order .woocommerce-thankyou-order-received {
  padding: 0px 10px 0px 10px;
}
.woocommerce-order .woocommerce-order-hl {
  margin-bottom: 10px;
  padding-left: 10px;
}
.woocommerce-order .woocommerce-order-hl2 {
  padding-left: 10px;
}
@media (max-width: 767px) {
  .woocommerce-order .woocommerce-order-hl2 {
    margin-bottom: 10px;
    margin-top: 10px;
  }
}
.woocommerce-order ul {
  list-style: none;
  padding: 5px 10px;
  margin-top: 20px;
  margin-bottom: 10px;
  border: 1px solid #979797;
}
.woocommerce-order .woocommerce-customer-details {
  color: black;
  font-family: "Helvetica Now Text W01 Light";
  /*font-family: "Helvetica Now Text Regular";*/
  font-size: 11px;
  letter-spacing: 0.025em;
  line-height: 19px;
  text-rendering: geometricPrecision;
  text-transform: uppercase;
  font-style: normal;
  padding-left: 10px;
  border: 1px solid #979797;
  padding-bottom: 10px;
  border-bottom: 1px solid #979797;
}
@media (max-width: 991px) {
  .woocommerce-order .woocommerce-customer-details {
    font-size: 10px;
  }
}
.woocommerce-order .woocommerce-customer-details .woocommerce-column__title {
  font-weight: bold;
  margin-top: 10px;
}
.woocommerce-order .woocommerce-order-details__title {
  color: black;
  font-family: "Helvetica Now Text W01 Light";
  /*font-family: "Helvetica Now Text Regular";*/
  font-size: 11px;
  letter-spacing: 0.025em;
  line-height: 19px;
  text-rendering: geometricPrecision;
}
@media (max-width: 991px) {
  .woocommerce-order .woocommerce-order-details__title {
    font-size: 10px;
  }
}
.woocommerce-order .woocommerce-order-details {
  display: none;
}
.woocommerce-order .woocommerce-column__title {
  color: black;
  font-family: "Helvetica Now Text W01 Light";
  /*font-family: "Helvetica Now Text Regular";*/
  font-size: 11px;
  letter-spacing: 0.025em;
  line-height: 19px;
  text-rendering: geometricPrecision;
}
@media (max-width: 991px) {
  .woocommerce-order .woocommerce-column__title {
    font-size: 10px;
  }
}

body.episode-post-template .site-content {
  min-height: 0px;
}
body.episode-post-template .livetextstartpage {
  display: block;
}
body.episode-post-template .product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 10px;
  padding: 0;
  margin-bottom: 10px;
}
body.episode-post-template .product-item {
  background: #fff;
  position: relative;
}
body.episode-post-template .product-item .product-image {
  width: 100%;
}
body.episode-post-template .product-item .product-image img {
  width: 100%;
  height: auto;
  display: block;
  border: 1px solid #979797;
}
body.episode-post-template .product-item .product-info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 10px;
  color: #fff;
}
body.episode-post-template .product-item .product-info .product-title {
  color: black;
  font-family: "Helvetica Now Text W01 Light";
  /*font-family: "Helvetica Now Text Regular";*/
  font-size: 11px;
  letter-spacing: 0.025em;
  line-height: 19px;
  text-rendering: geometricPrecision;
  text-align: left;
  text-decoration: none;
  margin: 0;
}
@media (max-width: 991px) {
  body.episode-post-template .product-item .product-info .product-title {
    font-size: 10px;
  }
}
body.episode-post-template .product-item .product-info a {
  text-decoration: none;
}
body.episode-post-template .product-item .product-info .product-price {
  color: black;
  font-family: "Helvetica Now Text W01 Light";
  /*font-family: "Helvetica Now Text Regular";*/
  font-size: 11px;
  letter-spacing: 0.025em;
  line-height: 19px;
  text-rendering: geometricPrecision;
  text-align: right;
}
@media (max-width: 991px) {
  body.episode-post-template .product-item .product-info .product-price {
    font-size: 10px;
  }
}
body.episode-post-template .product-item .product-info .add_to_cart_button {
  display: none;
}

.header {
  color: black;
  font-family: "Helvetica Now Text W01 Light";
  /*font-family: "Helvetica Now Text Regular";*/
  font-size: 11px;
  letter-spacing: 0.025em;
  line-height: 19px;
  text-rendering: geometricPrecision;
  color: white;
  mix-blend-mode: difference; /* Inverts text color based on the background */
  position: absolute;
  top: 6px;
  left: 10px;
  z-index: 100;
  width: 33vw;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .header {
    font-size: 10px;
  }
}
.header p {
  mix-blend-mode: difference; /* Inverts text color based on the background */
  color: white; /* Initial color */
}

#experiment-header {
  font-weight: 800;
  color: white;
  mix-blend-mode: difference;
}

.mod-experiment-slideshow {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: calc(100vh - 91px);
  background: black;
  margin-bottom: 10px;
  border: 1px solid #979797;
}
.mod-experiment-slideshow .inner {
  width: 100%;
  height: 100%;
}
.mod-experiment-slideshow .content-container {
  position: relative;
  width: 100%;
  height: 100%;
}
.mod-experiment-slideshow .slideshow-content {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.mod-experiment-slideshow .cursor-container {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}
.sample-video{
  pointer-events: none;
  width: 100%;
  height: calc(100vh - 91px);
}
.mod-experiment-slideshow .cursor-container .cursor-left, .mod-experiment-slideshow .cursor-container .cursor-right {
  cursor: pointer;
  display: none;
  font-size: 2em;
  color: #fff;
  pointer-events: all;
  user-select: none;
}
.mod-experiment-slideshow .stack-container {
  position: relative;
  width: 100%;
  height: 100%;
}
.mod-experiment-slideshow .slide {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  opacity: 1;
}
.mod-experiment-slideshow .slide img {
  display: block;
  object-fit: contain;
  max-width: fit-content;
}
.mod-experiment-slideshow .slide.hidden {
  opacity: 0;
}
.mod-experiment-slideshow .counter {
  color: black;
  font-family: "Helvetica Now Text W01 Light";
  /*font-family: "Helvetica Now Text Regular";*/
  font-size: 11px;
  letter-spacing: 0.025em;
  line-height: 19px;
  text-rendering: geometricPrecision;
  text-transform: uppercase;
  position: absolute;
  bottom: 0px;
  left: 50%;
  padding: 6px 10px;
  color: white;
  mix-blend-mode: difference;
}
@media (max-width: 991px) {
  .mod-experiment-slideshow .counter {
    font-size: 10px;
  }
}
.mod-experiment-slideshow .caption {
  text-transform: uppercase;
  text-rendering: geometricPrecision;
  font-family: "HelveticaNowText-Medium";
  color: white;
  mix-blend-mode: difference;
  font-size: 36px;
  text-transform: uppercase;
  position: absolute;
  bottom: 50%;
  left: 50%;
  transform: translateX(-50%);
  padding: 10px;
  text-align: center;
  z-index: 1000;
  pointer-events: none;
  width: 100%;
}
.mod-experiment-slideshow .alt-text {
  color: black;
  font-family: "Helvetica Now Text W01 Light";
  /*font-family: "Helvetica Now Text Regular";*/
  font-size: 11px;
  letter-spacing: 0.025em;
  line-height: 19px;
  text-rendering: geometricPrecision;
  color: white;
  mix-blend-mode: difference;
  text-transform: uppercase;
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 6px 10px;
  font-style: italic;
}
@media (max-width: 991px) {
  .mod-experiment-slideshow .alt-text {
    font-size: 10px;
  }
}
.mod-experiment-slideshow .explore-source {
  color: black;
  font-family: "Helvetica Now Text W01 Light";
  /*font-family: "Helvetica Now Text Regular";*/
  font-size: 11px;
  letter-spacing: 0.025em;
  line-height: 19px;
  text-rendering: geometricPrecision;
  color: white;
  mix-blend-mode: difference;
  text-transform: uppercase;
  position: absolute;
  bottom: 0px;
  right: 0px;
  padding: 6px 10px;
}
@media (max-width: 991px) {
  .mod-experiment-slideshow .explore-source {
    font-size: 10px;
  }
}
.mod-experiment-slideshow .explore-source a {
  color: white;
  mix-blend-mode: difference;
  text-decoration: none;
}

.wp-block-custom-episode-block {
  position: relative;
  display: inline-block;
  width: 100%;
  height: auto;
  overflow: hidden;
  background-color: black;
}
.wp-block-custom-episode-block .cover-image {
  object-fit: cover;
  max-width: 100%;
  height: 100%;
}
.wp-block-custom-episode-block img {
  object-fit: cover;
  max-width: 100%;
  height: 100%;
}
.wp-block-custom-episode-block h2, .wp-block-custom-episode-block p, .wp-block-custom-episode-block a {
  position: absolute;
  left: 0px;
  right: 0px;
  padding: 5px 10px;
  margin: 0;
  width: 100%;
  color: white !important;
  display: none; /* Hidden by default */
  z-index: 1; /* Ensure the text is above the image */
}
.wp-block-custom-episode-block h2 {
  top: 0px;
}
.wp-block-custom-episode-block p {
  top: 25px; /* Adjust to be below the title */
}
.wp-block-custom-episode-block a {
  bottom: 0px;
}
.wp-block-custom-episode-block:hover .cover-image {
  opacity: 50%;
}
.wp-block-custom-episode-block:hover h2, .wp-block-custom-episode-block:hover p, .wp-block-custom-episode-block:hover a, .wp-block-custom-episode-block:hover .tags {
  display: block; /* Show elements on hover */
}
.wp-block-custom-episode-block .tags {
  display: inline-flex;
  position: absolute;
  bottom: 0px;
  right: 0px;
  color: white;
  padding: 5px 10px;
  text-decoration: none;
  display: none;
}
.wp-block-custom-episode-block .tags:hover {
  background-color: #005177;
  cursor: pointer;
}

.post-list {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  background-color: black;
}
.post-list .post-item {
  height: 25vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-color: black;
  background-image: url("https://schuelertmrc.com/wp-content/uploads/2024/05/56675617-2196-4d83-ae11-c90a99a947af_1715731200.jpeg");
}
.post-list .post-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.post-list .post-item .post-content {
  position: relative;
  z-index: 2;
}
.post-list .post-item:hover::before {
  background-color: rgba(0, 0, 0, 0.8);
}
.post-list .post-item .post-content {
  color: black;
  font-family: "Helvetica Now Text W01 Light";
  /*font-family: "Helvetica Now Text Regular";*/
  font-size: 11px;
  letter-spacing: 0.025em;
  line-height: 19px;
  text-rendering: geometricPrecision;
  text-transform: uppercase;
  position: relative;
  top: 0px;
  left: 10px;
  width: calc(100% - 20px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  height: calc(100% - 10px);
  z-index: 1;
}
@media (max-width: 991px) {
  .post-list .post-item .post-content {
    font-size: 10px;
  }
}
.post-list .post-item .post-content .experiment-id, .post-list .post-item .post-content .experiment-topic, .post-list .post-item .post-content .experiment-header {
  color: white;
}
.post-list .post-item .post-content .explore {
  position: absolute;
  bottom: 0px;
  color: white;
  font-weight: bold;
}
@keyframes blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
.post-list .post-item .post-content .preview-status, .post-list .post-item .post-content .preview-status-live {
  position: absolute;
  top: 0px;
  right: 0px;
  color: red;
  font-weight: bold;
  animation: blink 2s linear infinite;
}

/* Hide scrollbar for Chrome, Safari, and Opera */
html::-webkit-scrollbar, body::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
html, body {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

/* Ensure the content is scrollable */
html, body {
  overflow: auto;
}

@media (max-width: 767px) {
  .desktop-only {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .mobile-only {
    display: none !important;
  }
}
.blink {
  animation: blinker 1.5s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

/* New Added CSS From Customizer */
.table-font-size {
  font-size: 11px;
}

@media only screen and (max-width: 767px) {
  .table-font-size {
    font-size: 10px;
  }
}


.table-margin {
	margin-left: 10px;
	margin-right: 10px; 
}

.table-grid td, .table-grid th {
  border: 1px solid #979797;
}

.table-text {
    color: black;
    font-family: "Helvetica Now Text W01 Light";
    font-size: 11px;
    letter-spacing: 0.025em;
    line-height: 19px;
    text-rendering: geometricPrecision;
    padding: 6px 10px 6px 10px;
    border-bottom: 1px solid #979797;
    text-transform: uppercase;
}
	
	@media only screen and (max-width: 767px) {
  .table-text {
    font-size: 10px;
  }
}


.desktop-subtext,
.mobile-subtext{
  text-transform: none !important;
  top:auto !important;
  bottom:0 !important;
  margin-bottom:5px !important;
}

.desktop-text,
.desktop-subtext {
  display: block;
}
.mobile-text,
.mobile-subtext {
  display: none;
}

@media (max-width: 768px) {
  .desktop-subtext,
  .mobile-subtext{
    margin-bottom: 4px !important;
  }
  
  .desktop-text,
  .desktop-subtext {
      display: none;
  }
  .mobile-text,
  .mobile-subtext {
      display: block;
  }
}

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