/*
Theme Name: Novam
Author: Anonymous
Author URI:
Version: 1.0.0
Description: Novam theme for Wordpress with ACF block.json support
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: novam
Tags: one-column, two-columns
Theme URI:
*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

@font-face {
  font-family: "Campton Black";
  src: url("./fonts/Rene Bieder - Campton Black.otf") format("opentype"), url("./fonts/Rene Bieder - Campton Black.woff") format("woff"), url("./fonts/Rene Bieder - Campton Black.woff2") format("woff2"); }

@font-face {
  font-family: "Campton Black Italic";
  src: url("./fonts/Rene Bieder - Campton Black Italic.otf") format("opentype"), url("./fonts/Rene Bieder - Campton Black Italic.woff") format("woff"), url("./fonts/Rene Bieder - Campton Black Italic.woff2") format("woff2"); }

@font-face {
  font-family: "Campton Bold";
  src: url("./fonts/Rene Bieder - Campton Bold.otf") format("opentype"), url("./fonts/Rene Bieder - Campton Bold.woff") format("woff"), url("./fonts/Rene Bieder - Campton Bold.woff2") format("woff2"); }

@font-face {
  font-family: "Campton Bold Italic";
  src: url("./fonts/Rene Bieder - Campton Bold Italic.otf") format("opentype"), url("./fonts/Rene Bieder - Campton Bold Italic.woff") format("woff"), url("./fonts/Rene Bieder - Campton Bold Italic.woff2") format("woff2"); }

@font-face {
  font-family: "Campton Book";
  src: url("./fonts/Rene Bieder - Campton Book.otf") format("opentype"), url("./fonts/Rene Bieder - Campton Book.woff") format("woff"), url("./fonts/Rene Bieder - Campton Book.woff2") format("woff2"); }

@font-face {
  font-family: "Campton Book Italic";
  src: local("Trickster"), url("./fonts/Rene Bieder - Campton Book Italic.otf") format("opentype"), url("./fonts/Rene Bieder - Campton Book Italic.woff") format("woff"), url("./fonts/Rene Bieder - Campton Book Italic.woff2") format("woff2"); }

@font-face {
  font-family: "Campton ExtraBold";
  src: url("./fonts/Rene Bieder - Campton ExtraBold.otf") format("opentype"), url("./fonts/Rene Bieder - Campton ExtraBold.woff") format("woff"), url("./fonts/Rene Bieder - Campton ExtraBold.woff2") format("woff2"); }

@font-face {
  font-family: "Campton ExtraBold Italic";
  src: url("./fonts/Rene Bieder - Campton ExtraBold Italic.otf") format("opentype"), url("./fonts/Rene Bieder - Campton ExtraBold Italic.woff") format("woff"), url("./fonts/Rene Bieder - Campton ExtraBold Italic.woff2") format("woff2"); }

@font-face {
  font-family: "Campton ExtraLight";
  src: url("./fonts/Rene Bieder - Campton ExtraLight.otf") format("opentype"), url("./fonts/Rene Bieder - Campton ExtraLight.woff") format("woff"), url("./fonts/Rene Bieder - Campton ExtraLight.woff2") format("woff2"); }

@font-face {
  font-family: "Campton ExtraLight Italic";
  src: url("./fonts/Rene Bieder - Campton ExtraLight Italic.otf") format("opentype"), url("./fonts/Rene Bieder - Campton ExtraLight Italic.woff") format("woff"), url("./fonts/Rene Bieder - Campton ExtraLight Italic.woff2") format("woff2"); }

@font-face {
  font-family: "Campton Light";
  src: url("./fonts/Rene Bieder - Campton Light.otf") format("opentype"), url("./fonts/Rene Bieder - Campton Light.woff") format("woff"), url("./fonts/Rene Bieder - Campton Light.woff2") format("woff2"); }

@font-face {
  font-family: "Campton Light Italic";
  src: url("./fonts/Rene Bieder - Campton Light Italic.otf") format("opentype"), url("./fonts/Rene Bieder - Campton Light Italic.woff") format("woff"), url("./fonts/Rene Bieder - Campton Light Italic.woff2") format("woff2"); }

@font-face {
  font-family: "Campton Medium";
  src: url("./fonts/Rene Bieder - Campton Medium.otf") format("opentype"), url("./fonts/Rene Bieder - Campton Medium.woff") format("woff"), url("./fonts/Rene Bieder - Campton Medium.woff2") format("woff2"); }

@font-face {
  font-family: "Campton Medium Italic";
  src: url("./fonts/Rene Bieder - Campton Medium Italic.otf") format("opentype"), url("./fonts/Rene Bieder - Campton Medium Italic.woff") format("woff"), url("./fonts/Rene Bieder - Campton Medium Italic.woff2") format("woff2"); }

@font-face {
  font-family: "Campton SemiBold";
  src: url("./fonts/Rene Bieder - Campton SemiBold.otf") format("opentype"), url("./fonts/Rene Bieder - Campton SemiBold.woff") format("woff"), url("./fonts/Rene Bieder - Campton SemiBold.woff2") format("woff2"); }

@font-face {
  font-family: "Campton SemiBold Italic";
  src: url("./fonts/Rene Bieder - Campton SemiBold Italic.otf") format("opentype"), url("./fonts/Rene Bieder - Campton SemiBold Italic.woff") format("woff"), url("./fonts/Rene Bieder - Campton SemiBold Italic.woff2") format("woff2"); }

@font-face {
  font-family: "Campton Thin";
  src: url("./fonts/Rene Bieder - Campton Thin.otf") format("opentype"), url("./fonts/Rene Bieder - Campton Thin.woff") format("woff"), url("./fonts/Rene Bieder - Campton Thin.woff2") format("woff2"); }

@font-face {
  font-family: "Campton Thin Italic";
  src: url("./fonts/Rene Bieder - Campton Thin Italic.otf") format("opentype"), url("./fonts/Rene Bieder - Campton Thin Italic.woff") format("woff"), url("./fonts/Rene Bieder - Campton Thin Italic.woff2") format("woff2"); }

.listreset {
  margin: 0;
  padding: 0;
  list-style: none; }

.clearfix:after, dl:after, .widget:after, .search-form:after, .post-password-form p:after, .navigation-single:after {
  content: '';
  display: block;
  clear: both; }

input[type='submit'], .section.comments input[type="submit"],
.section.respond input[type="submit"], .section.comments a,
.section.respond a, .header .primary-nav-wrapper, .menu-toggle:before, .menu-toggle:after,
.menu-toggle span, .header-navigation li > a:before, .header-navigation .drop-holder, .header-navigation .drop-holder a, .btn, .btn:before, .product-sheet-bottom-links ul a {
  transition: all 0.3s ease-in-out; }

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden; }

.btn {
  display: inline-block;
  vertical-align: top; }

html {
  box-sizing: border-box; }

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

* {
  max-height: 1000000px; }

body {
  color: #000;
  background: #fff;
  font: 16px/1.5 "Campton Book", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media (min-width: 1200px) {
    body {
      font-size: 20px; } }

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

.gm-style img {
  max-width: none; }

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

ul, ol, dl, p, h1, h2, h3, h4, h5, h6, address, form, table, blockquote, applet, embed, object, iframe, frameset {
  margin: 0 0 1.5em; }

blockquote {
  border-left: 4px solid #ADADAD;
  padding-left: .5em;
  margin-left: 1.5em; }

th, td {
  border: 1px solid #ADADAD;
  padding: .5em;
  text-align: left;
  vertical-align: top; }

th {
  text-align: center;
  vertical-align: middle; }

ul, ol {
  padding-left: 3em; }

ul ul,
ul ol,
ol ul,
ol ol {
  padding-left: 3em;
  margin: 0; }

ul {
  list-style-type: disc; }

dl dt {
  float: left;
  clear: left;
  padding-right: .3em;
  font-weight: bold; }

dl dd {
  overflow: hidden; }

pre {
  max-width: 100%; }

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none; }

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  border: none;
  max-width: 100%;
  border-bottom: 1px solid #BABABA;
  padding: 0.5em 0.7em; }
  input[type='text']:focus,
  input[type='tel']:focus,
  input[type='email']:focus,
  input[type='search']:focus,
  input[type='password']:focus,
  textarea:focus {
    border-color: #000; }
  input[type='text']::-webkit-input-placeholder,
  input[type='tel']::-webkit-input-placeholder,
  input[type='email']::-webkit-input-placeholder,
  input[type='search']::-webkit-input-placeholder,
  input[type='password']::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #ADADAD; }
  input[type='text']::-moz-placeholder,
  input[type='tel']::-moz-placeholder,
  input[type='email']::-moz-placeholder,
  input[type='search']::-moz-placeholder,
  input[type='password']::-moz-placeholder,
  textarea::-moz-placeholder {
    opacity: 1;
    color: #ADADAD; }
  input[type='text']:-moz-placeholder,
  input[type='tel']:-moz-placeholder,
  input[type='email']:-moz-placeholder,
  input[type='search']:-moz-placeholder,
  input[type='password']:-moz-placeholder,
  textarea:-moz-placeholder {
    color: #ADADAD; }
  input[type='text']:-ms-input-placeholder,
  input[type='tel']:-ms-input-placeholder,
  input[type='email']:-ms-input-placeholder,
  input[type='search']:-ms-input-placeholder,
  input[type='password']:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #ADADAD; }
  input[type='text'].placeholder,
  input[type='tel'].placeholder,
  input[type='email'].placeholder,
  input[type='search'].placeholder,
  input[type='password'].placeholder,
  textarea.placeholder {
    color: #ADADAD; }

select {
  -webkit-border-radius: 0; }

textarea {
  resize: vertical;
  vertical-align: top;
  max-height: 138px;
  margin-bottom: 40px; }
  @media (min-width: 768px) {
    textarea {
      margin-bottom: 0; } }

button,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer; }

label,
input[type='submit'] {
  font-family: "Campton Medium", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: 500;
  letter-spacing: 0.133em;
  display: block;
  text-transform: uppercase; }

@media (min-width: 768px) {
  .form-row {
    display: flex;
    gap: 29px;
    margin-bottom: 40px; } }

@media (min-width: 1200px) {
  .form-row {
    gap: 58px;
    margin-bottom: 60px; } }

.form-row .form-col {
  width: 100%;
  margin-bottom: 40px; }
  @media (min-width: 768px) {
    .form-row .form-col {
      width: calc(50% - 15px);
      margin-bottom: 0; } }
  @media (min-width: 1200px) {
    .form-row .form-col {
      width: calc(50% - 29px); } }

.wpcf7-form-control-wrap {
  max-width: 100%; }

input[type='submit'] {
  text-decoration: underline;
  background: transparent;
  border: none;
  padding: 0; }
  input[type='submit']:hover {
    color: #000; }

.widget {
  margin-bottom: 1.5em; }
  .widget ul {
    padding-left: 2em; }
  .widget select {
    min-width: 150px; }

.comment-form label {
  display: block;
  padding-bottom: 4px; }

.comment-form textarea {
  overflow: auto;
  margin: 0;
  height: 120px;
  min-height: 120px; }

.comment-form textarea,
.comment-form input[type='text'] {
  margin: 0 4px 0 0;
  max-width: 300px;
  width: 100%; }

.comment-form input[type='submit'] {
  display: block;
  float: none; }

.post-password-form label {
  display: block;
  margin-bottom: 4px; }

.post-password-form input[type='password'] {
  margin: 0 4px 0 0;
  max-width: 300px;
  width: 100%; }

.search-form {
  margin-bottom: 15px; }
  .search-form input {
    float: left;
    height: 2em; }
    .search-form input[type='search'] {
      margin: 0 4px 0 0;
      width: 150px; }

.post-password-form input {
  float: left;
  height: 2em; }
  .post-password-form input[type='password'] {
    width: 150px; }

.comment-form input[type='submit'],
.post-password-form input[type='submit'],
.search-form input[type='submit'] {
  background: transparent;
  border: 1px solid #ADADAD;
  color: inherit;
  height: 2em;
  padding: 0 .5em;
  text-decoration: none; }
  .comment-form input[type='submit']:hover,
  .post-password-form input[type='submit']:hover,
  .search-form input[type='submit']:hover {
    color: #000;
    border-color: #000; }

.commentlist {
  margin: 0 0 1.5em; }
  .commentlist .edit-link {
    margin: 0; }
  .commentlist .avatar-holder {
    margin: 0 1.5em 4px 0;
    float: left; }

.commentlist-item .commentlist-item {
  padding: 0; }
  @media (min-width: 768px) {
    .commentlist-item .commentlist-item {
      padding: 0 0 0 2em; } }

.comment,
.commentlist-holder {
  overflow: hidden; }

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
  padding-top: 1.5em; }

.widget_calendar #next {
  text-align: right; }

.gallery-item dt {
  float: none;
  padding: 0; }

.navigation,
.navigation-comments {
  margin-bottom: 1.5em;
  position: relative;
  vertical-align: middle; }
  .navigation .screen-reader-text,
  .navigation-comments .screen-reader-text {
    position: absolute;
    left: -99999px; }
  .navigation .page-numbers,
  .navigation-comments .page-numbers {
    display: inline-block;
    vertical-align: middle;
    padding: 0 .4em; }
    @media (max-width: 767px) {
      .navigation .page-numbers,
      .navigation-comments .page-numbers {
        padding: 0 3px; } }
  .navigation .next,
  .navigation .prev,
  .navigation-comments .next,
  .navigation-comments .prev {
    background: transparent;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    max-width: 48%;
    padding: .4em;
    text-decoration: none; }
    @media (max-width: 767px) {
      .navigation .next,
      .navigation .prev,
      .navigation-comments .next,
      .navigation-comments .prev {
        padding: .2em; } }
    .navigation .next:hover,
    .navigation .prev:hover,
    .navigation-comments .next:hover,
    .navigation-comments .prev:hover {
      opacity: 0.8; }

.navigation-single {
  margin-bottom: 1.5em; }
  .navigation-single .next,
  .navigation-single .prev {
    background: transparent;
    color: #fff;
    float: left;
    vertical-align: middle;
    max-width: 48%;
    text-decoration: none; }
    .navigation-single .next:hover,
    .navigation-single .prev:hover {
      opacity: 0.8; }
    .navigation-single .next a,
    .navigation-single .prev a {
      color: inherit;
      text-decoration: none;
      padding: .4em;
      display: block; }
      @media (max-width: 767px) {
        .navigation-single .next a,
        .navigation-single .prev a {
          padding: .2em; } }
  .navigation-single .next {
    float: right; }

.wp-caption {
  margin-bottom: 1.5em;
  border: 1px solid #ADADAD;
  max-width: 100%;
  clear: both;
  padding: .4em; }
  .wp-caption img {
    margin: 0;
    vertical-align: top; }
  .wp-caption p {
    margin: .4em 0 0; }

div.aligncenter {
  margin: 0 auto 1.5em; }

img.aligncenter {
  display: block;
  margin: 0 auto; }

.alignleft {
  float: left;
  margin: 0 1.5em 4px 0; }

.alignright {
  float: right;
  margin: 0 0 4px 1.5em; }

.mejs-container {
  margin-bottom: 1.5em; }

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
  height: auto; }

iframe {
  max-width: 100%; }

.navigation-single .next,
.navigation-single .prev,
.page-numbers,
.title {
  word-break: break-word; }

#wp-calendar tbody td {
  text-align: center; }

#wp-calendar td,
#wp-calendar th {
  border: 1px solid #ADADAD; }

.section.comments,
.section.respond {
  max-width: 730px; }
  .section.comments .comment-form textarea,
  .section.respond .comment-form textarea {
    max-width: 100%; }
  .section.comments input[type="text"],
  .section.comments input[type="email"],
  .section.comments input[type="url"],
  .section.comments textarea,
  .section.respond input[type="text"],
  .section.respond input[type="email"],
  .section.respond input[type="url"],
  .section.respond textarea {
    border: 1px solid #000;
    width: 100%;
    max-width: 100%;
    padding: 10px 15px; }
  .section.comments input[type="submit"],
  .section.respond input[type="submit"] {
    padding: 13px 25px;
    display: inline-block;
    height: auto; }
    .section.comments input[type="submit"]:hover,
    .section.respond input[type="submit"]:hover {
      opacity: 0.7; }
  .section.comments a,
  .section.respond a {
    text-decoration: none; }
    .section.comments a:hover,
    .section.respond a:hover {
      opacity: 0.7; }
  .section.comments .comment-form-cookies-consent,
  .section.respond .comment-form-cookies-consent {
    display: flex;
    align-items: center; }
    .section.comments .comment-form-cookies-consent input,
    .section.respond .comment-form-cookies-consent input {
      margin-right: 10px; }
    .section.comments .comment-form-cookies-consent label,
    .section.respond .comment-form-cookies-consent label {
      padding-bottom: 0; }
  .section.comments .comment-reply-title small,
  .section.respond .comment-reply-title small {
    margin-left: 5px; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
  color: inherit;
  font-family: inherit;
  line-height: 1.2;
  margin: 0 0 0.5em; }

h1, .h1 {
  font-family: "Campton Thin", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: 100;
  line-height: 1.2666;
  font-size: 42px;
  margin-bottom: 23px; }
  @media (min-width: 1024px) {
    h1, .h1 {
      font-size: 56px; } }
  @media (min-width: 1200px) {
    h1, .h1 {
      font-size: 75px; } }

h2, .h2 {
  font-size: 25px;
  line-height: 1.285; }
  @media (min-width: 1024px) {
    h2, .h2 {
      font-size: 30px; } }
  @media (min-width: 1200px) {
    h2, .h2 {
      font-size: 35px; } }

h3, .h3 {
  font-family: "Campton SemiBold", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.166em; }
  @media (min-width: 1024px) {
    h3, .h3 {
      font-size: 25px; } }

h4, .h4 {
  font-family: "Campton SemiBold", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.133em; }

h5, .h5 {
  font-size: 17px; }

h6, .h6 {
  font-size: 15px; }

p {
  margin: 0 0 1em; }

a {
  color: #1889F3; }
  a:hover, a:focus {
    text-decoration: none; }

body.gradient-header .header {
  color: #fff;
  position: relative !important; }
  body.gradient-header .header:after {
    content: '' !important;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -50vw;
    width: 100vw;
    height: 100%;
    display: block;
    mix-blend-mode: multiply;
    background: linear-gradient(53deg, #090909 15%, #0735b2 40%, #1889f3 60%, #bdf3f3 100%);
    z-index: -1; }
  body.gradient-header .header .container {
    position: relative;
    z-index: 1; }

body.solid-header .header {
  background: #1a2354;
  position: relative !important; }

.header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  padding-top: 30px;
  padding-bottom: 26px; }
  @media (min-width: 1200px) {
    .header {
      padding-top: 62px; } }
  .header .container {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media (min-width: 1200px) {
      .header .container {
        flex-direction: column;
        align-items: unset; } }
  .header .logo {
    max-width: 200px;
    width: 100%;
    margin-right: 30px; }
    @media (min-width: 1200px) {
      .header .logo {
        order: 1;
        max-width: 349px;
        margin-right: 0; } }
    .header .logo a,
    .header .logo img {
      display: block; }
  .header .primary-nav-wrapper {
    background: #0735B2;
    position: fixed;
    top: 0;
    left: 0;
    padding: 140px 20px 60px;
    width: 100vw;
    height: 100vh;
    opacity: 0;
    visibility: hidden;
    transform: translateX(100%);
    overflow-y: auto; }
    @media (min-width: 1200px) {
      .header .primary-nav-wrapper {
        position: relative;
        width: 100%;
        height: unset;
        transform: unset;
        background: unset;
        overflow: unset;
        opacity: 1;
        visibility: visible;
        order: 0;
        padding: 0 0 13px;
        margin-bottom: 35px; } }
    .header .primary-nav-wrapper:after {
      content: '';
      background: #c7171c;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 1px;
      z-index: -1;
      display: none; }
      @media (min-width: 1200px) {
        .header .primary-nav-wrapper:after {
          display: block; } }
  .header.active .menu-toggle:before {
    top: 9px;
    transform: rotate(45deg); }
  .header.active .menu-toggle:after {
    bottom: 9px;
    transform: rotate(-45deg); }
  .header.active .menu-toggle span {
    transform: translateY(-50%) scale(0); }
  .header.active .primary-nav-wrapper {
    opacity: 1;
    visibility: visible;
    transform: translateX(0); }

.menu-toggle {
  width: 30px;
  height: 20px;
  background: transparent;
  border: none;
  display: block;
  padding: 0;
  position: relative;
  z-index: 2; }
  @media (min-width: 1200px) {
    .menu-toggle {
      display: none; } }
  .menu-toggle:before, .menu-toggle:after {
    content: ''; }
  .menu-toggle:before, .menu-toggle:after,
  .menu-toggle span {
    background: #fff;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    display: block; }
  .menu-toggle:before {
    top: 0; }
  .menu-toggle:after {
    bottom: 0; }
  .menu-toggle span {
    top: 50%;
    transform: translateY(-50%); }

.header-navigation {
  font-family: "Campton SemiBold", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: #fff;
  line-height: 1.35;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 20px; }
  @media (min-width: 1200px) {
    .header-navigation {
      font-size: 16px;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between;
      margin: 0 -10px; } }
  @media (min-width: 1440px) {
    .header-navigation {
      font-size: 18px;
      margin-left: -20px;
      margin-right: -20px; } }
  @media (min-width: 1600px) {
    .header-navigation {
      font-size: 20px; } }
  .header-navigation a {
    color: inherit;
    text-decoration: none; }
  .header-navigation li {
    position: relative;
    margin-bottom: 20px; }
    @media (min-width: 1200px) {
      .header-navigation li {
        padding: 0 10px; } }
    @media (min-width: 1440px) {
      .header-navigation li {
        padding: 0 20px; } }
    @media (min-width: 1200px) {
      .header-navigation li.menu-item-has-children:hover > a:before, .header-navigation li.menu-item-has-children:focus-within > a:before {
        opacity: 1; } }
    @media (min-width: 1200px) {
      .header-navigation li.menu-item-has-children:hover > .drop-holder, .header-navigation li.menu-item-has-children:focus-within > .drop-holder {
        opacity: 1;
        visibility: visible;
        pointer-events: unset; } }
    .header-navigation li.menu-item-has-children:nth-last-child(1) .drop-holder, .header-navigation li.menu-item-has-children:nth-last-child(2) .drop-holder {
      left: auto;
      right: 0; }
    .header-navigation li.menu-item-has-children a:before {
      bottom: -1px; }
    .header-navigation li.menu-item-has-children > .drop-holder > ul > li > a:hover {
      color: #fff;
      text-decoration: underline; }
    .header-navigation li.menu-item-has-children > .drop-holder > ul > li .drop-holder li a:hover {
      color: #8fd6f5;
      text-decoration: none; }
    .header-navigation li > a:hover:before {
      opacity: 1; }
    .header-navigation li > a:before {
      content: '';
      background: #0A0F33;
      position: absolute;
      top: -30px;
      bottom: -32px;
      left: 0;
      right: 0;
      opacity: 0;
      z-index: -1;
      display: none; }
      @media (min-width: 1200px) {
        .header-navigation li > a:before {
          display: block;
          top: -62px; } }
  .header-navigation .drop-holder {
    font-family: "Campton Light", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-weight: 300;
    max-height: 0;
    overflow: hidden; }
    @media (min-width: 1200px) {
      .header-navigation .drop-holder {
        background: #0A0F33;
        position: absolute;
        max-height: unset;
        min-width: 470px;
        top: 100%;
        left: 0;
        right: 0;
        padding: 26px 50px 63px 84px;
        overflow: unset;
        opacity: 0;
        visibility: hidden;
        pointer-events: none; } }
    .header-navigation .drop-holder ul {
      list-style: none;
      padding-left: 20px;
      margin: 0; }
      @media (min-width: 1200px) {
        .header-navigation .drop-holder ul {
          padding: 0; } }
    .header-navigation .drop-holder li {
      padding: 0;
      margin-bottom: 11px; }
      .header-navigation .drop-holder li:last-child {
        margin-bottom: 0; }
      .header-navigation .drop-holder li > .drop-holder {
        font-size: 17px;
        top: 0;
        left: 100%;
        overflow: unset;
        max-height: unset;
        padding-left: 20px;
        margin-top: 10px;
        margin-bottom: 10px; }
        @media (min-width: 1200px) {
          .header-navigation .drop-holder li > .drop-holder {
            position: static;
            width: auto;
            padding: 0 0 0 41px;
            min-width: unset;
            opacity: 1;
            visibility: visible; } }
    .header-navigation .drop-holder a:before {
      display: none; }

.footer {
  background: #1a2354;
  color: #fff;
  padding: 50px 0; }
  @media (min-width: 1200px) {
    .footer {
      padding-top: 87px;
      padding-bottom: 69px; } }
  .footer a {
    text-decoration: none;
    color: inherit; }
    .footer a:hover {
      text-decoration: underline; }

.origin {
  display: flex;
  align-items: center;
  column-gap: 12px;
  padding-bottom: 20px;
  font-weight: 700; }

@media screen and (min-width: 768px) {
  .origin {
    padding-bottom: 0; } }

@media screen and (min-width: 1440px) {
  .origin {
    padding-left: 10px;
    padding-right: 180px;
    column-gap: 18px; } }
  .origin img {
    display: block; }

.footer-logo {
  display: flex;
  align-items: flex-end;
  margin-bottom: 25px; }
  @media (min-width: 1200px) {
    .footer-logo {
      margin-bottom: 52px; } }
  .footer-logo:after {
    content: '';
    background: #c7171c;
    width: 100%;
    display: block;
    height: 1px;
    margin-left: 24px;
    margin-bottom: 3px; }
    @media (min-width: 1200px) {
      .footer-logo:after {
        margin-left: 48px; } }
  .footer-logo a,
  .footer-logo img {
    display: block; }
  .footer-logo a {
    max-width: 223px;
    width: 100%;
    margin: 0; }

.footer-boxes {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 1580px;
  width: 100%;
  margin-bottom: 40px; }
  @media (min-width: 768px) {
    .footer-boxes {
      flex-direction: row;
      flex-wrap: wrap;
      column-gap: 20px;
      row-gap: 20px; } }
  @media (min-width: 1440px) {
    .footer-boxes {
      column-gap: 60px;
      justify-content: space-between; } }
  @media (min-width: 1920px) {
    .footer-boxes {
      margin-bottom: 4px; } }
  .footer-boxes .title {
    letter-spacing: 0;
    margin-bottom: 12px; }
    @media (min-width: 1200px) {
      .footer-boxes .title {
        margin-bottom: 19px; } }
  .footer-boxes .address-box {
    line-height: 1.92; }
  @media (min-width: 1200px) {
    .footer-boxes .footer-nav-wrapper .title {
      margin-bottom: 24px; } }

.footer-navigation {
  list-style-type: none;
  padding: 0;
  margin: 0; }
  @media (min-width: 768px) {
    .footer-navigation {
      column-count: 2;
      gap: 60px; } }
  @media (min-width: 1440px) {
    .footer-navigation {
      gap: 100px; } }
  @media (min-width: 1600px) {
    .footer-navigation {
      gap: 188px; } }
  .footer-navigation li {
    margin-bottom: 7px; }

.footer-bottom-boxes {
  font-size: 14px; }
  @media (min-width: 768px) {
    .footer-bottom-boxes {
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 60px; } }

@media screen and (min-width: 1024px) {
  .footer-bottom-boxes {
    font-size: 16px; } }

@media screen and (min-width: 1200px) {
  .footer-bottom-boxes {
    font-size: 20px; } }

.footer-cta-link-box {
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .footer-cta-link-box {
      margin-bottom: 0; } }
  .footer-cta-link-box a {
    font-size: 18px; }
    @media (min-width: 1024px) {
      .footer-cta-link-box a {
        font-size: 25px; } }
    @media (min-width: 1200px) {
      .footer-cta-link-box a {
        font-size: 35px; } }

.footer-certification-text-box {
  font-family: "Campton SemiBold", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: 600; }

html,
body {
  height: 100%; }

body.lock {
  overflow: hidden; }

.page-holder {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden; }

#wrapper {
  max-width: 100%;
  position: relative; }

.container {
  width: 100%;
  max-width: 1640px;
  padding: 0 20px;
  margin: 0 auto; }
  .container > p.alignfull,
  .container > h1.alignfull,
  .container > h2.alignfull,
  .container > h3.alignfull,
  .container > h4.alignfull,
  .container > h5.alignfull,
  .container > h6.alignfull {
    padding: 0 20px; }
  .container > p.alignwide,
  .container > h1.alignwide,
  .container > h2.alignwide,
  .container > h3.alignwide,
  .container > h4.alignwide,
  .container > h5.alignwide,
  .container > h6.alignwide {
    padding: 0 20px;
    width: calc(120% + 40px); }

.alignfull {
  position: relative;
  width: 100vw;
  left: 50%;
  margin-left: -50vw; }

.alignwide {
  position: relative;
  width: 120%;
  max-width: 100vw;
  left: 50%;
  transform: translate3D(-50%, 0, 0); }

.gradient-bg {
  color: #fff;
  position: relative; }
  .gradient-bg:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -50vw;
    width: 100vw;
    height: 100%;
    display: block;
    mix-blend-mode: multiply;
    background: linear-gradient(53deg, #090909 15%, #0735b2 40%, #1889f3 60%, #bdf3f3 100%);
    z-index: -1;
    opacity: 0.22;
    pointer-events: none; }
  .gradient-bg .container {
    position: relative;
    z-index: 1; }

.skip-link:focus {
  background: #fff;
  color: #0A0F33;
  text-align: center;
  line-height: 1.2;
  border-radius: 0;
  padding: 0.8em 1em 0.6em;
  text-decoration: none;
  font-size: 16px; }

.top-link:focus {
  position: fixed;
  bottom: 20px;
  right: 20px;
  left: auto;
  top: auto; }

.error404 main,
.search main,
.archive:not(.tax-ps-category) main,
.single-post main,
.page-template-default main {
  padding: 60px 0; }
  @media (min-width: 1200px) {
    .error404 main,
    .search main,
    .archive:not(.tax-ps-category) main,
    .single-post main,
    .page-template-default main {
      padding: 100px 0; } }

.error404 .meta,
.search .meta,
.archive:not(.tax-ps-category) .meta,
.single-post .meta,
.page-template-default .meta {
  margin-bottom: 30px; }

.search .product-sheet,
.search .page {
  margin-bottom: 40px; }
  .search .product-sheet .content img,
  .search .page .content img {
    max-width: 400px;
    width: 100%;
    display: block; }

[rel='category tag'] {
  margin-left: 5px; }

main ul {
  list-style-type: none;
  padding: 0;
  margin: 0; }
  main ul li {
    position: relative;
    padding-left: 13px;
    margin-bottom: 13px; }
    main ul li:before {
      width: 5px;
      height: 5px;
      content: '';
      display: inline-block;
      background: #000;
      border-radius: 50%;
      vertical-align: middle;
      position: absolute;
      top: 3px;
      left: 0; }
      @media (min-width: 1200px) {
        main ul li:before {
          top: 11px; } }
    main ul li:last-child {
      margin-bottom: 0; }

.btn {
  font-family: "Campton SemiBold", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  background: transparent;
  color: #ADADAD;
  border: 3px solid #ADADAD;
  text-align: center;
  font-weight: 600;
  line-height: 1.2;
  border-radius: 0;
  padding: 0.7em 1em 0.6em;
  text-decoration: none;
  font-size: 18px;
  min-width: 225px;
  position: relative; }
  @media (min-width: 1024px) {
    .btn {
      font-size: 20px; } }
  @media (min-width: 1200px) {
    .btn {
      font-size: 22px; } }
  @media (min-width: 1600px) {
    .btn {
      font-size: 25px; } }
  .btn:hover {
    color: #fff; }
    .btn:hover:before {
      transform: scaleX(1); }
  .btn:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: #ADADAD;
    z-index: -1;
    transform: scaleX(0);
    transform-origin: left; }
  .btn.white-btn {
    background: transparent;
    color: #fff;
    border: 3px solid #fff; }
    .btn.white-btn:hover {
      color: #0A0F33; }
    .btn.white-btn:before {
      background: #fff; }
  .btn.download-btn {
    background: #F7F7F7;
    color: #000;
    border: 3px solid #000;
    text-transform: uppercase;
    text-decoration: underline;
    min-width: 150px;
    font-weight: 400;
    padding: 1.1em 1.45em 0.9em; }
    @media (min-width: 1024px) {
      .btn.download-btn {
        font-size: 20px; } }
    .btn.download-btn:hover {
      color: #fff; }

.blue-btn {
  background: #10519a;
  color: #fff;
  border: 2px solid #10519a;
  text-decoration: underline;
  position: relative;
  transition: color 0.3s linear, border-color 0.3s linear;
  font-weight: 400;
  font-size: 20px !important;
  padding: 1em 1.2em; }
  .blue-btn:hover {
    background: transparent;
    text-decoration: underline;
    color: #fff;
    border-color: #000; }
    .blue-btn:hover:before {
      transform: scaleX(1); }
  .blue-btn:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: #adadad;
    z-index: -1;
    transform: scaleX(0);
    transform-origin: left; }

.swiper .product-sheet-download-button-wrapper {
  padding-bottom: 50px; }

.swiper .blue-btn {
  width: 100%; }

.product-sheet-pagination:empty {
  padding: 0 !important; }

@media print {
  body {
    background: #fff;
    color: #000;
    overflow: visible; }
  * {
    color: #000 !important;
    background: none !important; }
  .search-form,
  .navigation,
  .navigation-single,
  #header,
  #footer {
    display: none !important; } }

.product-sheet-category-box {
  padding-top: 100px;
  padding-bottom: 100px;
  background: #1a2354 !important; }
  @media (min-width: 768px) {
    .product-sheet-category-box {
      display: flex;
      flex-wrap: wrap;
      column-gap: 60px;
      padding-bottom: 150px; } }
  @media (min-width: 1024px) {
    .product-sheet-category-box {
      padding-top: 289px;
      padding-bottom: 290px;
      column-gap: 80px; } }
  @media (min-width: 1440px) {
    .product-sheet-category-box {
      column-gap: 100px; } }
  @media (min-width: 1920px) {
    .product-sheet-category-box {
      column-gap: 195px; } }
  .product-sheet-category-box:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -50vw;
    width: 100vw;
    height: 100%;
    display: block;
    mix-blend-mode: normal !important;
    background: #1a2354 !important;
    z-index: -1;
    opacity: 1 !important;
    pointer-events: none; }
  .product-sheet-category-box a {
    color: inherit;
    text-decoration: none; }
    .product-sheet-category-box a:hover {
      text-decoration: underline; }
  .product-sheet-category-box .product-sheet-category-title {
    text-transform: uppercase;
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .product-sheet-category-box .product-sheet-category-title {
        width: 100%; } }
    @media (min-width: 1200px) {
      .product-sheet-category-box .product-sheet-category-title {
        margin-bottom: 29px; } }
  .product-sheet-category-box .product-sheet-category-list {
    list-style: none;
    padding: 0;
    margin: 0 0 20px; }
    .product-sheet-category-box .product-sheet-category-list li {
      border-bottom: 1px solid #fff;
      margin: 0; }
      .product-sheet-category-box .product-sheet-category-list li:first-child {
        border-top: 1px solid #fff; }
      .product-sheet-category-box .product-sheet-category-list li.active a {
        text-decoration: underline; }
      .product-sheet-category-box .product-sheet-category-list li:before {
        display: none; }
    .product-sheet-category-box .product-sheet-category-list a {
      font-family: "Campton Bold", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
      font-weight: 700;
      padding: 8px 0;
      display: inline-block; }
  .product-sheet-category-box .product-sheet-category-back-link a:after {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 1.5em;
    height: 1.5em;
    content: '';
    background-image: url("./images/arrow.svg");
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
    transform: translateY(6px); }
  .product-sheet-category-box .product-sheet-category-list-wrapper {
    margin: 0; }
    @media (min-width: 768px) {
      .product-sheet-category-box .product-sheet-category-list-wrapper {
        width: calc(65% - 30px); } }
    @media (min-width: 1024px) {
      .product-sheet-category-box .product-sheet-category-list-wrapper {
        width: calc(65% - 40px); } }
    @media (min-width: 1024px) {
      .product-sheet-category-box .product-sheet-category-list-wrapper {
        width: calc(65% - 50px); } }
    @media (min-width: 1024px) {
      .product-sheet-category-box .product-sheet-category-list-wrapper {
        width: calc(65% - 98px); } }
  .product-sheet-category-box .product-sheet-category-image-wrapper {
    position: relative;
    display: none; }
    @media (min-width: 768px) {
      .product-sheet-category-box .product-sheet-category-image-wrapper {
        width: calc(35% - 30px);
        display: block; } }
    @media (min-width: 1024px) {
      .product-sheet-category-box .product-sheet-category-image-wrapper {
        width: calc(35% - 40px); } }
    @media (min-width: 1024px) {
      .product-sheet-category-box .product-sheet-category-image-wrapper {
        width: calc(35% - 50px); } }
    @media (min-width: 1024px) {
      .product-sheet-category-box .product-sheet-category-image-wrapper {
        width: calc(35% - 98px); } }
  .product-sheet-category-box .product-sheet-category-image {
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    text-align: center; }
    @media (min-width: 768px) {
      .product-sheet-category-box .product-sheet-category-image {
        height: 300px; } }
    @media (min-width: 1024px) {
      .product-sheet-category-box .product-sheet-category-image {
        height: 360px; } }
    @media (min-width: 1200px) {
      .product-sheet-category-box .product-sheet-category-image {
        height: 400px; } }
    @media (min-width: 1440px) {
      .product-sheet-category-box .product-sheet-category-image {
        height: 520px; } }
    .product-sheet-category-box .product-sheet-category-image.active {
      position: relative;
      opacity: 1; }
    .product-sheet-category-box .product-sheet-category-image.show {
      opacity: 1;
      z-index: 1; }
    .product-sheet-category-box .product-sheet-category-image img {
      object-fit: cover;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: inline-block;
      mix-blend-mode: multiply; }

body.tax-ps-category.gradient-header .header,
body.single-product-sheet.gradient-header .header {
  position: absolute; }
  body.tax-ps-category.gradient-header .header:before,
  body.single-product-sheet.gradient-header .header:before {
    display: none; }

.product-sheet-intro {
  outline: 0;
  padding: 60px 0 0; }
  @media (min-width: 1024px) {
    .product-sheet-intro {
      display: flex;
      gap: 40px; } }
  @media (min-width: 1200px) {
    .product-sheet-intro {
      padding-top: 98px;
      gap: 90px; } }
  .product-sheet-intro:focus {
    outline: 0; }
  .product-sheet-intro.prouct-sheet-columns {
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 30px; }
    @media (min-width: 1024px) {
      .product-sheet-intro.prouct-sheet-columns {
        flex-direction: row; } }
    @media (min-width: 1024px) {
      .product-sheet-intro.prouct-sheet-columns .product-sheet-column-left {
        max-width: unset;
        width: calc(32.5% - 20px);
        margin: 0;
        display: flex;
        flex-direction: column; } }
    .product-sheet-intro.prouct-sheet-columns .product-sheet-column-left .product-sheet-gallery {
      width: 100%;
      margin-bottom: 50px; }
    .product-sheet-intro.prouct-sheet-columns .product-sheet-column-left .product-sheet-contact-box {
      margin-top: auto;
      margin-bottom: 0; }
    .product-sheet-intro.prouct-sheet-columns .product-sheet-column-right {
      margin-bottom: 30px; }
      @media (min-width: 1024px) {
        .product-sheet-intro.prouct-sheet-columns .product-sheet-column-right {
          margin-bottom: 0; } }
    @media (min-width: 1024px) {
      .product-sheet-intro.prouct-sheet-columns .product-sheet-description {
        align-items: center; } }
    @media (min-width: 1600px) {
      .product-sheet-intro.prouct-sheet-columns .product-sheet-description {
        gap: 112px; } }
    .product-sheet-intro.prouct-sheet-columns .product-sheet-description.text-columns {
      align-items: flex-start; }
    @media (min-width: 1024px) {
      .product-sheet-intro.prouct-sheet-columns .product-sheet-description .text-holder {
        padding-bottom: 0; } }
    .product-sheet-intro.prouct-sheet-columns .product-sheet-description .product-sheet-boxes .product-sheet-box {
      margin-bottom: 30px; }
      @media (min-width: 1200px) {
        .product-sheet-intro.prouct-sheet-columns .product-sheet-description .product-sheet-boxes .product-sheet-box {
          margin-bottom: 60px; } }
      .product-sheet-intro.prouct-sheet-columns .product-sheet-description .product-sheet-boxes .product-sheet-box:last-child {
        margin-bottom: 0; }

.product-sheet-gallery {
  max-width: 400px;
  width: 100%;
  margin-bottom: 30px; }
  @media (min-width: 1024px) {
    .product-sheet-gallery {
      max-width: unset;
      width: calc(32.5% - 20px);
      margin: 0; } }
  @media (min-width: 1200px) {
    .product-sheet-gallery {
      width: calc(32.5% - 45px); } }
  .product-sheet-gallery .swiper-wrapper {
    height: inherit;
    padding-bottom: 32px; }
    @media (min-width: 1200px) {
      .product-sheet-gallery .swiper-wrapper {
        padding-bottom: 64px; } }
    @media (min-width: 1600px) {
      .product-sheet-gallery .swiper-wrapper {
        padding-bottom: 94px; } }
  .product-sheet-gallery .image {
    background: #F7F7F7;
    display: block; }
    .product-sheet-gallery .image img {
      width: 100%;
      display: block;
      mix-blend-mode: multiply; }

.product-sheet-pagination {
  display: flex;
  justify-content: center;
  padding-bottom: 50px; }
  .product-sheet-pagination .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    background: transparent;
    border-radius: 50%;
    border: 1px solid #707070;
    padding: 0;
    display: inline-block;
    margin: 0 12px;
    opacity: 1; }
    .product-sheet-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
      background: #0735B2;
      border-color: #0735B2; }

@media (min-width: 1024px) {
  .product-sheet-description-wrapper {
    width: calc(67.5% - 20px); } }

@media (min-width: 1200px) {
  .product-sheet-description-wrapper {
    width: calc(67.5% - 45px); } }

.product-sheet-title-wrapper {
  border-top: 3px solid #000;
  border-bottom: 3px solid #000;
  padding: 26px 0 4px;
  margin-bottom: 19px; }
  @media (min-width: 1024px) {
    .product-sheet-title-wrapper {
      display: flex;
      align-items: center;
      justify-content: space-between; } }
  .product-sheet-title-wrapper .product-sheet-title {
    line-height: 1;
    margin-bottom: 0; }
    @media (min-width: 1024px) {
      .product-sheet-title-wrapper .product-sheet-title {
        margin: 0 20px 0 9px; } }
  .product-sheet-title-wrapper .product-sheet-subtitle {
    letter-spacing: 0.14em; }

.product-sheet-doc-wrapper {
  position: relative;
  padding-bottom: 60px;
  margin-bottom: 25px; }
  @media (min-width: 1024px) {
    .product-sheet-doc-wrapper {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding-bottom: 45px; } }
  @media (min-width: 1200px) {
    .product-sheet-doc-wrapper {
      margin-bottom: 43px; } }
  .product-sheet-doc-wrapper:after {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 30px;
    height: 30px;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    filter: brightness(0);
    background-image: url("./images/gray-sm-logo.svg"); }
    @media (min-width: 1200px) {
      .product-sheet-doc-wrapper:after {
        left: 9px; } }
  .product-sheet-doc-wrapper .product-sheet-category {
    margin-bottom: 20px; }
    @media (min-width: 1024px) {
      .product-sheet-doc-wrapper .product-sheet-category {
        margin: 0 20px 0 0; } }
  @media (min-width: 1200px) {
    .product-sheet-doc-wrapper .download-btn {
      transform: translateY(14px); } }

@media (min-width: 768px) {
  .product-sheet-description {
    display: flex;
    align-items: center;
    gap: 30px; } }

@media (min-width: 1024px) {
  .product-sheet-description {
    gap: 50px; } }

@media (min-width: 1600px) {
  .product-sheet-description {
    align-items: flex-end;
    gap: 93px; } }

.product-sheet-description .text-holder {
  padding-bottom: 30px; }
  @media (min-width: 1024px) {
    .product-sheet-description .text-holder {
      padding-bottom: 60px; } }
  @media (min-width: 1200px) {
    .product-sheet-description .text-holder {
      padding-bottom: 73px; } }

.product-sheet-description .product-description-image {
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .product-sheet-description .product-description-image {
      flex: 1 0 300px;
      margin-bottom: 0; } }
  @media (min-width: 1440px) {
    .product-sheet-description .product-description-image {
      flex: 1 0 auto; } }
  .product-sheet-description .product-description-image img {
    display: block; }

.product-sheet-description h2 {
  margin-bottom: 25px; }

.product-sheet-description ul:last-child {
  margin-bottom: 0; }

.product-sheet-description ul li {
  margin-bottom: 10px; }
  .product-sheet-description ul li:last-child {
    margin-bottom: 0; }

@media (min-width: 1024px) {
  .product-sheet-info-boxes-wrapper {
    display: flex;
    gap: 40px; } }

@media (min-width: 1200px) {
  .product-sheet-info-boxes-wrapper {
    gap: 90px; } }

@media (min-width: 1440px) {
  .product-sheet-info-boxes-wrapper {
    padding-bottom: 37px; } }

.product-sheet-info-boxes-wrapper .product-sheet-boxes {
  border-top: 3px solid #000;
  margin-bottom: 40px;
  padding-top: 30px; }
  @media (min-width: 1024px) {
    .product-sheet-info-boxes-wrapper .product-sheet-boxes {
      margin-bottom: 0;
      width: calc(67.5% - 20px);
      display: flex;
      flex-wrap: wrap;
      gap: 40px; } }
  @media (min-width: 1200px) {
    .product-sheet-info-boxes-wrapper .product-sheet-boxes {
      width: calc(67.5% - 45px);
      padding-top: 62px;
      column-gap: 86px;
      row-gap: 70px; } }
  .product-sheet-info-boxes-wrapper .product-sheet-boxes .product-sheet-box {
    margin-bottom: 40px; }
    @media (min-width: 1024px) {
      .product-sheet-info-boxes-wrapper .product-sheet-boxes .product-sheet-box {
        flex: 1 1 calc(50% - 20px);
        margin-bottom: 0; } }
    @media (min-width: 1200px) {
      .product-sheet-info-boxes-wrapper .product-sheet-boxes .product-sheet-box {
        flex: 1 1 calc(50% - 43px); } }
    .product-sheet-info-boxes-wrapper .product-sheet-boxes .product-sheet-box:last-child {
      margin-bottom: 0; }
    .product-sheet-info-boxes-wrapper .product-sheet-boxes .product-sheet-box h2 {
      margin-bottom: 20px; }
      @media (min-width: 1200px) {
        .product-sheet-info-boxes-wrapper .product-sheet-boxes .product-sheet-box h2 {
          margin-bottom: 30px; } }
    .product-sheet-info-boxes-wrapper .product-sheet-boxes .product-sheet-box ul {
      line-height: 1.05; }
      .product-sheet-info-boxes-wrapper .product-sheet-boxes .product-sheet-box ul li {
        margin-bottom: 10px; }
        @media (min-width: 1200px) {
          .product-sheet-info-boxes-wrapper .product-sheet-boxes .product-sheet-box ul li {
            margin-bottom: 19px; } }
        .product-sheet-info-boxes-wrapper .product-sheet-boxes .product-sheet-box ul li:before {
          top: 6px; }
      .product-sheet-info-boxes-wrapper .product-sheet-boxes .product-sheet-box ul:last-child {
        margin-bottom: 0; }

@media (min-width: 768px) {
  .product-sheet-info-boxes-wrapper .product-sheet-info-sidebar {
    display: flex;
    flex-direction: column; } }

@media (min-width: 1024px) {
  .product-sheet-info-boxes-wrapper .product-sheet-info-sidebar {
    margin-bottom: 0;
    width: calc(32.5% - 20px); } }

@media (min-width: 1200px) {
  .product-sheet-info-boxes-wrapper .product-sheet-info-sidebar {
    width: calc(32.5% - 45px); } }

.product-sheet-drawings-wrapper {
  background: #F7F7F7;
  padding: 25px;
  text-align: center;
  max-width: 400px;
  width: 100%;
  margin: 0 auto 30px; }
  @media (min-width: 1024px) {
    .product-sheet-drawings-wrapper {
      margin-left: 0;
      margin-right: 0;
      max-width: unset; } }
  @media (min-width: 1200px) {
    .product-sheet-drawings-wrapper {
      margin-bottom: 65px;
      padding: 48px; } }
  .product-sheet-drawings-wrapper .product-sheet-drawings-title {
    letter-spacing: 0; }
  .product-sheet-drawings-wrapper .image {
    background: #F7F7F7;
    display: block; }
  .product-sheet-drawings-wrapper img {
    mix-blend-mode: multiply;
    display: block; }

.product-sheet-contact-box {
  font-family: "Campton Light", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: 300;
  padding: 63px 110px;
  text-align: center;
  background: #1a2354 !important; }
  @media (min-width: 768px) {
    .product-sheet-contact-box {
      margin: auto 0; } }
  @media (min-width: 1024px) {
    .product-sheet-contact-box {
      padding: 63px 40px; } }
  @media (min-width: 1920px) {
    .product-sheet-contact-box {
      padding: 63px 128px; } }
  .product-sheet-contact-box.gradient-bg:before {
    width: 100%;
    left: 0;
    margin: 0; }
  .product-sheet-contact-box .product-sheet-contact-title {
    margin-bottom: 16px; }
    @media (min-width: 1200px) {
      .product-sheet-contact-box .product-sheet-contact-title {
        margin-bottom: 33px; } }
    .product-sheet-contact-box .product-sheet-contact-title:last-child {
      margin-bottom: 0; }
  .product-sheet-contact-box a {
    font-family: "Campton SemiBold", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-weight: 600;
    color: inherit; }
    @media (min-width: 1200px) {
      .product-sheet-contact-box a {
        font-size: 25px; } }

.product-sheet-bottom-links {
  border-top: 3px solid #000;
  margin-top: 30px; }
  @media (min-width: 1024px) {
    .product-sheet-bottom-links {
      margin-top: 0; } }
  .product-sheet-bottom-links ul {
    list-style: none;
    padding: 32px 0;
    margin: 0; }
    @media (min-width: 768px) {
      .product-sheet-bottom-links ul {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr; } }
    @media (min-width: 1200px) {
      .product-sheet-bottom-links ul {
        padding-bottom: 76px; } }
    .product-sheet-bottom-links ul li:before {
      display: none; }
    @media (min-width: 768px) {
      .product-sheet-bottom-links ul li.product-sheet-top-link {
        text-align: center;
        grid-column: 2/3; } }
    @media (min-width: 768px) {
      .product-sheet-bottom-links ul li.product-sheet-next-link {
        text-align: right;
        grid-column: 3/3; } }
    .product-sheet-bottom-links ul a {
      color: inherit;
      text-decoration: none;
      text-transform: uppercase;
      font-size: 16px; }
      @media (min-width: 1200px) {
        .product-sheet-bottom-links ul a {
          font-size: 22px; } }
      .product-sheet-bottom-links ul a:hover {
        color: #000; }

.product-sheet-video {
  position: relative;
  width: 100%;
  padding-top: 56.3%;
  margin: 50px 0; }
  @media (min-width: 1024px) {
    .product-sheet-video {
      margin: 70px 0; } }
  @media (min-width: 1200px) {
    .product-sheet-video {
      margin: 113px 0; } }
  .product-sheet-video iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0; }

.resize-active * {
  transition: none !important; }
