/*!
Theme Name: Bituned
Theme URI: https://underscores.me/
Author: Automattic
Author URI: https://automattic.com/
Description: Hi. I'm a starter theme called <code>bituned</code>, or <em>underscores</em>, if you like. I'm a theme meant for hacking so don't use me as a <em>Parent Theme</em>. Instead try turning me into the next, most awesome, WordPress theme out there. That's what I'm here for.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: bituned
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.

bituned is based on Underscores https://underscores.me/, (C) 2012-2020 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/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | 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;
  -webkit-text-size-adjust: 100%;
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * 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;
  height: 0;
  overflow: visible;
}

/**
 * 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;
  font-size: 1em;
}

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

/**
 * 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;
  font-size: 1em;
}

/**
 * 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;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

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

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

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

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

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

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

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

/**
 * 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;
  padding: 0;
}

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

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

/**
 * 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;
  font: inherit;
}

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

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

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

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

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

h1,
h2,
h3 {
  font-family: "Funnel Display", sans-serif;
  line-height: 1.2;
}

h1,
h2 {
  font-weight: 800;
}

h3 {
  font-weight: 300;
}

h2 {
  font-size: 2.5rem;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

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

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

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

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: #4169e1;
}
a:visited {
  color: #800080;
}
a:hover, a:focus, a:active {
  color: #191970;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  position: static;
  display: flex;
  justify-content: flex-end;
  width: 100%;
  margin-inline-start: 0;
}
.main-navigation ul {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation > ul,
.main-navigation > div > ul,
.main-navigation .nav-menu {
  position: absolute;
  top: calc(100% + 0.85rem);
  left: 0;
  right: 0;
  z-index: 40;
  min-width: 0;
  padding: 0.8rem;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 20px 36px rgba(12, 49, 86, 0.16);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  pointer-events: none;
  transition: opacity 220ms ease, transform 220ms ease, visibility 220ms ease;
}
.main-navigation li {
  position: relative;
}
.main-navigation a {
  display: block;
  padding: 0.5rem 0.75rem;
  font-weight: 600;
  color: #21A17C;
  text-decoration: none;
  border-radius: 6px;
  transition: background-color 180ms ease;
}
.main-navigation a:hover,
.main-navigation a:focus-visible {
  background: rgba(33, 161, 124, 0.1);
}
.main-navigation .menu-item-has-children > ul,
.main-navigation .page_item_has_children > ul {
  display: none;
}
.main-navigation .menu-item-has-children.focus > ul,
.main-navigation .page_item_has_children.focus > ul {
  display: block;
}
.main-navigation.toggled > ul, .main-navigation.toggled > div > ul, .main-navigation.toggled .nav-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

@media screen and (max-width: 63.99em) {
  .main-navigation .menu-item-has-children.focus > ul,
  .main-navigation .page_item_has_children.focus > ul {
    margin-top: 0.35rem;
    padding: 0.35rem;
    border: 1px solid rgba(33, 161, 124, 0.22);
    border-radius: 8px;
    background: #f5faf8;
  }
  .main-navigation .menu-item-has-children.focus > ul a,
  .main-navigation .page_item_has_children.focus > ul a {
    padding: 0.45rem 0.6rem;
    color: #17354d;
    font-weight: 500;
    line-height: 1.35;
  }
}
.menu-toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 0.7rem;
  border: 1px solid currentColor;
  border-radius: 8px;
  background: transparent;
  font: inherit;
  font-weight: 600;
  cursor: pointer;
}

.menu-toggle__icon {
  position: relative;
  display: inline-block;
  width: 1rem;
  height: 0.11rem;
  background: currentColor;
  border-radius: 999px;
}
.menu-toggle__icon::before, .menu-toggle__icon::after {
  content: "";
  position: absolute;
  left: 0;
  width: 1rem;
  height: 0.11rem;
  background: currentColor;
  border-radius: 999px;
  transition: transform 220ms ease, top 220ms ease, opacity 220ms ease;
}
.menu-toggle__icon::before {
  top: -0.32rem;
}
.menu-toggle__icon::after {
  top: 0.32rem;
}

.main-navigation.toggled .menu-toggle__icon {
  background: transparent;
}

.main-navigation.toggled .menu-toggle__icon::before {
  top: 0;
  transform: rotate(45deg);
}

.main-navigation.toggled .menu-toggle__icon::after {
  top: 0;
  transform: rotate(-45deg);
}

@media screen and (min-width: 64em) {
  .main-navigation > ul,
  .main-navigation > div > ul,
  .main-navigation .nav-menu {
    position: static;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1.2rem;
    min-width: 0;
    padding: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: none;
    pointer-events: auto;
  }
  .menu-toggle {
    display: none;
  }
  .main-navigation {
    position: relative;
    display: block;
    width: auto;
    margin-inline-start: auto;
  }
  .main-navigation > ul > li > a,
  .main-navigation > div > ul > li > a,
  .main-navigation .nav-menu > li > a {
    padding: 0.35rem;
    color: #fff;
  }
  .main-navigation .menu-item-has-children > ul,
  .main-navigation .page_item_has_children > ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 60;
    min-width: 17rem;
    max-width: min(26rem, 88vw);
    padding: 0.45rem;
    border: 1px solid #d7e3ee;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 16px 30px rgba(12, 49, 86, 0.18);
  }
  .main-navigation .menu-item-has-children > ul a,
  .main-navigation .page_item_has_children > ul a {
    padding: 0.6rem 0.7rem;
    color: #17354d;
    font-weight: 500;
    line-height: 1.35;
    border-radius: 8px;
    white-space: normal;
  }
  .main-navigation .menu-item-has-children > ul a:hover,
  .main-navigation .menu-item-has-children > ul a:focus-visible,
  .main-navigation .page_item_has_children > ul a:hover,
  .main-navigation .page_item_has_children > ul a:focus-visible {
    color: #005ea3;
    background: #eef5fb;
  }
  .main-navigation .menu-item-has-children:hover > ul,
  .main-navigation .menu-item-has-children.focus > ul,
  .main-navigation .page_item_has_children:hover > ul,
  .main-navigation .page_item_has_children.focus > ul {
    display: block;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

@media (max-width: 700px) {
  .entry-content > h1:first-child {
    margin-bottom: 1rem;
    overflow-wrap: anywhere;
    word-break: break-word;
    hyphens: auto;
  }
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

figure.wp-block-gallery.has-nested-images {
  gap: 0;
}

/* Bituned custom
--------------------------------------------- */
/* Bituned custom homepage/header/footer styles */
body {
  font-family: "Montserrat", sans-serif;
  color: #17354d;
}

.wp-block-list {
  margin: 0;
}

.home-hero__image-layer {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-size: cover;
  background-position: var(--hero-focus-x, 50%) var(--hero-focus-y, 50%);
  background-repeat: no-repeat;
}

.home-hero__image-layer.hero-image-reveal {
  opacity: 0;
  transform: scale(1.08);
  transform-origin: center;
  will-change: opacity, transform;
  transition: opacity 1200ms ease, transform 2200ms ease-out;
}

.home-hero__image-layer.hero-image-reveal.is-loaded {
  opacity: 1;
  transform: scale(1);
}

:where(p, h1, h2, h3, h4, h5, h6).has-large-font-size + :where(p, h1, h2, h3, h4, h5, h6).has-medium-font-size {
  margin-top: 0;
}

.has-medium-font-size {
  line-height: 1.2;
}

.wp-block-media-text {
  overflow: visible;
}

.wp-block-media-text.circles-fade-reveal .wp-block-media-text__content::before {
  --circles-scale: 0.93;
  opacity: 0;
  transition: opacity 1600ms ease 280ms, transform 1600ms ease 280ms;
}

.wp-block-media-text.circles-fade-reveal.is-in-view .wp-block-media-text__content::before {
  --circles-scale: 1;
  opacity: 1;
}

.wp-block-media-text__media {
  position: relative;
  z-index: 2;
}

.wp-block-media-text__media > .wp-element-caption {
  margin: 0;
  position: absolute;
  left: 0.75rem;
  bottom: 0.75rem;
  z-index: 3;
  padding: 0.3rem 0.7rem;
  max-width: calc(100% - 1.5rem);
  color: var(--wp--preset--color--white, #fff);
  font-weight: 600;
  font-size: 0.9rem;
  border-radius: 10px;
  background: var(--wp--preset--color--bituned-blue, #005ea3);
}

.wp-block-media-text.is-image-fill-element .wp-block-media-text__media > .wp-element-caption {
  left: 0.75rem;
  bottom: 0.75rem;
  width: auto;
}

.wp-block-media-text__media > .wp-element-caption.is-video-caption {
  top: 0.75rem;
  bottom: auto;
}

.wp-block-media-text__media.media-text-image-reveal {
  opacity: 0;
  transform: translate3d(0, 2rem, 0);
  will-change: opacity, transform;
  transition: opacity 900ms ease, transform 1200ms ease;
}

.wp-block-media-text__media.media-text-image-reveal.is-in-view {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.wp-block-media-text .wp-block-media-text__content {
  position: relative;
  z-index: 1;
}

.wp-block-media-text .wp-block-media-text__content a:not(.btn):not(.wp-block-button__link) {
  position: relative;
  color: var(--wp--preset--color--bituned-blue, #005ea3);
  font-weight: 600;
  text-decoration: none;
  transition: color 220ms ease;
}

.wp-block-media-text .wp-block-media-text__content a:not(.btn):not(.wp-block-button__link):visited {
  color: var(--wp--preset--color--bituned-blue, #005ea3);
}

.wp-block-media-text .wp-block-media-text__content a:not(.btn):not(.wp-block-button__link)::after {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  inset-inline-end: 0;
  bottom: -0.12em;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  opacity: 0.45;
  transform: scaleX(0.3);
  transform-origin: center;
  transition: transform 260ms ease, opacity 260ms ease;
}

.wp-block-media-text .wp-block-media-text__content a:not(.btn):not(.wp-block-button__link):hover::after,
.wp-block-media-text .wp-block-media-text__content a:not(.btn):not(.wp-block-button__link):focus-visible::after {
  opacity: 1;
  transform: scaleX(1);
}

.wp-block-media-text .wp-block-media-text__content a:not(.btn):not(.wp-block-button__link):focus-visible {
  outline: 2px solid rgba(0, 94, 163, 0.28);
  outline-offset: 2px;
}

.wp-block-media-text .wp-block-media-text__content::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  z-index: -1;
  width: min(630px, 138%);
  aspect-ratio: 1/1;
  background: url("img/circles.png") center/contain no-repeat;
  --circles-scale: 1;
  transform: translate(-60%, -50%) scale(var(--circles-scale));
  pointer-events: none;
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content::before {
  left: 0;
  transform: translate(-40%, -50%) scale(var(--circles-scale));
}

.wp-block-media-text__content > :where(p, h1, h2, h3, h4, h5, h6).has-large-font-size + :where(p, h1, h2, h3, h4, h5, h6).has-medium-font-size {
  margin-top: 0 !important;
  margin-block-start: 0 !important;
}

.wp-block-media-text__content > :where(p, h1, h2, h3, h4, h5, h6).has-large-font-size {
  margin-bottom: 0 !important;
  margin-block-end: 0 !important;
}

@media (prefers-reduced-motion: reduce) {
  .wp-block-media-text.circles-fade-reveal .wp-block-media-text__content::before {
    --circles-scale: 1;
    opacity: 1;
    transition: none;
  }

  .wp-block-media-text .wp-block-media-text__content a:not(.btn):not(.wp-block-button__link)::after {
    opacity: 1;
    transform: scaleX(1);
    transition: none;
  }

  .wp-block-media-text__media.media-text-image-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

@media screen and (min-width: 64em) {
  .wp-block-media-text {
    margin-bottom: 4rem;
  }
  .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    padding-left: 0;
  }
  .wp-block-media-text:not(.has-media-on-the-right) .wp-block-media-text__content {
    padding-right: 0;
  }
}
.container {
  width: min(1120px, 100% - 2rem);
  margin: 0 auto;
}

.usp-bar {
  background: #fff;
  color: #005ea3;
}

.usp-bar .container {
  width: 100%;
  max-width: none;
  margin: 0;
}

.usp-bar__list {
  --usp-visible: 5;
  display: flex;
  flex-wrap: nowrap;
  margin: 0;
  padding: 0.65rem 0;
  list-style: none;
  gap: 0.75rem;
  overflow-x: auto;
  scrollbar-width: none;
}

.usp-bar__list::-webkit-scrollbar {
  display: none;
}

.usp-bar__item {
  flex: 0 0 calc((100% - 0.75rem * (var(--usp-visible) - 1)) / var(--usp-visible));
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  min-width: 0;
  padding: 0 0.35rem;
  font-size: 0.85rem;
  font-weight: 600;
  text-align: center;
}

.usp-bar__item::before {
  content: "";
  flex: 0 0 auto;
  width: 1.2rem;
  height: 1.2rem;
  background: url("img/check.svg") center/contain no-repeat;
}

.usp-bar__text {
  display: block;
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.usp-bar__list.is-static .usp-bar__item {
  flex: 1 1 0;
}

.site-header__inner {
  display: flex;
  align-items: center;
  position: relative;
  gap: 1.25rem;
  width: min(1120px, 100% - 2rem);
  margin: 0 auto;
}

.site-branding {
  flex: 0 0 auto;
}

.site-title {
  margin: 0;
}

.site-title__logo {
  display: block;
  width: 20rem;
  height: auto;
  filter: brightness(0) invert(1);
}

.site-header button {
  color: #fff;
}

.home .site-header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  padding: 1rem 0;
}

.home .site-main {
  margin: 0;
}

.post-type-archive-product .site-header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  padding: 0;
}

.blog .site-header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  padding: 1rem 0;
}

.page-slug-nieuws .site-header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  padding: 1rem 0;
}

.page-id-74 .site-header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  padding: 1rem 0;
}

.page-slug-nieuws .site-main {
  margin: 0;
}

.page-id-74 .site-main {
  margin: 0;
}

.single-post .site-header,
.single-product .site-header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  padding: 1rem 0;
}

.single-post .site-main,
.single-product .site-main {
  margin: 0;
}

.page-template-default .site-header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  padding: 0;
}

.page-template-default .site-main {
  margin: 0;
}

.product-archive--with-hero {
  margin: 0;
}

.home-page-builder {
  width: 100%;
}

.home-page-builder > * {
  margin-top: 0;
  margin-bottom: 0;
}

.home-page-builder .alignwide {
  max-width: 1120px;
  margin-right: auto;
  margin-left: auto;
}

.home-page-builder .alignfull {
  width: 100%;
  max-width: 100%;
  margin-right: 0;
  margin-left: 0;
}

.section {
  padding: 5rem 0;
}

.section-header {
  margin-bottom: 2rem;
  text-align: center;
}

.section-header h2 {
  margin: 0;
  color: #005ea3;
  font-size: 2.8rem;
}

.section-header p {
  margin-top: 0;
  color: #21A17C;
  font-family: "Funnel Display", sans-serif;
  font-weight: 300;
  font-size: var(--wp--preset--font-size--medium, 1.125rem);
}

.home-hero {
  display: flex;
  align-items: flex-end;
  position: relative;
  overflow: hidden;
  min-height: 72vh;
  padding: 7rem 0 0;
  color: #fff;
  background-size: cover;
  background-position: center;
}

.single-product .home-hero {
  min-height: 60vh;
}

.home-hero > .container {
  position: relative;
  z-index: 1;
}

.home-hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.home-hero__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 94, 163, 0.8), rgba(33, 161, 124, 0.6));
}

.home-hero__media video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 620ms ease;
}

.home-hero__media video.is-loaded {
  opacity: 1;
}

.home-hero__loader {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.95rem;
  height: 0.95rem;
  margin-top: -0.475rem;
  margin-left: -0.475rem;
  border: 2px solid rgba(255, 255, 255, 0.45);
  border-top-color: #fff;
  border-radius: 50%;
  pointer-events: none;
  transition: opacity 240ms ease;
  animation: hero-loader-spin 700ms linear infinite;
}

.home-hero__media.is-ready .home-hero__loader {
  opacity: 0;
}

@keyframes hero-loader-spin {
  to {
    transform: rotate(360deg);
  }
}
.home-hero__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 50rem;
  margin: 0 auto -1px auto;
  padding: 1.5rem 1.75rem;
  text-align: center;
  background: #fff;
  color: #17354d;
  border-radius: 8px 8px 0 0;
}

.home-hero__content h1 {
  margin: 0;
  color: #2393c5;
  font-size: 1.3rem;
  line-height: 1.2;
}

.home-hero p {
  font-size: 1.1rem;
  margin: 0;
}

.home-hero__content .btn {
  align-self: center;
}

.breadcrumbs-bar {
  width: 100%;
  margin: 0;
  padding: 2rem 1rem;
  text-align: left;
}

.breadcrumbs-bar__trail {
  margin: 0;
  color: #17354d;
  font-family: "Funnel Display", sans-serif;
  font-size: 0.8rem;
  line-height: 1.35;
  text-transform: uppercase;
}

.breadcrumbs-bar__trail a {
  color: #005ea3;
  text-decoration: none;
}

.breadcrumbs-bar__trail a:hover,
.breadcrumbs-bar__trail a:focus-visible {
  color: #2393c5;
  text-decoration: underline;
}

.home-about {
  margin-top: -3rem;
}

.home-about__panel {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1.2fr 1fr;
  align-items: center;
  padding: 2rem;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 12px 36px rgba(12, 49, 86, 0.1);
}

.home-about h2 {
  margin: 0 0 0.75rem;
  color: #005ea3;
}

.home-about .intro {
  color: #21A17C;
  font-weight: 600;
}

.home-about__content > *:first-child {
  margin-top: 0;
}

.home-about__content > *:last-child {
  margin-bottom: 0;
}

.home-about__image img {
  display: block;
  width: 100%;
  border-radius: 8px;
}

.home-products {
  background-color: transparent;
  background-image: url("img/circles.png");
  background-repeat: no-repeat;
  background-position: 100% center;
  background-size: min(1000px, 95vw);
}

.home-products.circles-fade-reveal,
.home-news.circles-fade-reveal {
  position: relative;
  isolation: isolate;
  background-image: none;
}

.home-products.circles-fade-reveal::before,
.home-news.circles-fade-reveal::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0;
  transform: scale(0.94);
  transform-origin: center;
  background-repeat: no-repeat;
  transition: opacity 1700ms ease 280ms, transform 1700ms ease 280ms;
}

.home-products.circles-fade-reveal::before {
  background-image: url("img/circles.png");
  background-position: 100% center;
  background-size: min(1000px, 95vw);
}

.home-news {
  background-image: url("img/circles.png");
  background-repeat: no-repeat;
  background-position: 20% 38%;
  background-size: min(1150px, 125vw);
}

.home-news__all-link {
  margin: 2rem 0 0;
  text-align: center;
}

.home-news.circles-fade-reveal::before {
  background-image: url("img/circles.png");
  background-position: 20% 38%;
  background-size: min(1150px, 125vw);
}

.home-products.circles-fade-reveal.is-in-view::before,
.home-news.circles-fade-reveal.is-in-view::before {
  opacity: 1;
  transform: scale(1);
}

@media (prefers-reduced-motion: reduce) {
  .home-products.circles-fade-reveal::before,
  .home-news.circles-fade-reveal::before {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

.home-documentation {
  background-image: url("img/circles.png");
  background-repeat: no-repeat;
  background-position: 100% 24%;
  background-size: min(980px, 95vw);
}

.home-documentation--no-title {
  margin-top: -7rem;
}

.documentation-list {
  display: grid;
  gap: 0.85rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (min-width: 768px) {
  .documentation-list--two-columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.documentation-list__link {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding: 0.95rem 1rem;
  border: 1px solid #d7e3ee;
  border-radius: 8px;
  background: #fff;
  color: #17354d;
  text-decoration: none;
  transition: transform 170ms ease, box-shadow 170ms ease, border-color 170ms ease;
}

.documentation-list__link:hover,
.documentation-list__link:focus-visible {
  transform: translateY(-1px);
  border-color: #9cb9d4;
  box-shadow: 0 8px 18px rgba(12, 49, 86, 0.11);
}

.documentation-list__icon {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.2rem;
  height: 2.2rem;
}

.documentation-list__icon-svg {
  display: block;
  width: 100%;
  height: 100%;
}

.documentation-list__icon-svg .doc-sheet {
  fill: #fff;
  stroke: #b9cada;
  stroke-width: 1.2;
}

.documentation-list__icon-svg .doc-fold {
  fill: #e7eef6;
}

.documentation-list__icon-svg .doc-chip {
  fill: #4d6678;
}

.documentation-list__icon-svg .doc-label {
  fill: #fff;
  font-family: "Funnel Display", sans-serif;
  font-size: 5.1px;
  font-weight: 700;
  letter-spacing: 0.45px;
}

.documentation-list__link--pdf .documentation-list__icon-svg .doc-sheet {
  stroke: #f0b5bd;
}

.documentation-list__link--pdf .documentation-list__icon-svg .doc-fold {
  fill: #ffe9eb;
}

.documentation-list__link--pdf .documentation-list__icon-svg .doc-chip {
  fill: #bf1f34;
}

.documentation-list__link--doc .documentation-list__icon-svg .doc-sheet {
  stroke: #b7c8f4;
}

.documentation-list__link--doc .documentation-list__icon-svg .doc-fold {
  fill: #e9efff;
}

.documentation-list__link--doc .documentation-list__icon-svg .doc-chip {
  fill: #1f4ca3;
}

.documentation-list__link--xls .documentation-list__icon-svg .doc-sheet {
  stroke: #a9d6ba;
}

.documentation-list__link--xls .documentation-list__icon-svg .doc-fold {
  fill: #e8f8ec;
}

.documentation-list__link--xls .documentation-list__icon-svg .doc-chip {
  fill: #1a7d3b;
}

.documentation-list__link--txt .documentation-list__icon-svg .doc-sheet {
  stroke: #c5d0d9;
}

.documentation-list__link--txt .documentation-list__icon-svg .doc-fold {
  fill: #eef2f5;
}

.documentation-list__link--txt .documentation-list__icon-svg .doc-chip {
  fill: #4d6678;
}

.documentation-list__link--rsx .documentation-list__icon-svg .doc-sheet {
  stroke: #f1c08f;
}

.documentation-list__link--rsx .documentation-list__icon-svg .doc-fold {
  fill: #fff2e1;
}

.documentation-list__link--rsx .documentation-list__icon-svg .doc-chip {
  fill: #cc6f13;
}

.documentation-list__text {
  min-width: 0;
  font-weight: 600;
  line-height: 1.35;
  word-break: break-word;
}

.card-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.products-slider {
  --products-visible: 3;
  position: relative;
}

.products-slider__track {
  display: flex;
  gap: 1.5rem;
  overflow-x: auto;
  padding: 0.25rem 0;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.products-slider__track::-webkit-scrollbar {
  display: none;
}

.products-slider__track .card {
  flex: 0 0 calc((100% - 1.5rem * (var(--products-visible) - 1)) / var(--products-visible));
  scroll-snap-align: start;
}

.products-slider__arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  padding: 0;
  border: 0;
  border-radius: 10px;
  background: #21A17C;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1;
  transform: translateY(-50%);
  cursor: pointer;
  transition: opacity 180ms ease, transform 180ms ease;
}

.products-slider__arrow > span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  transform: translate(-50%, -50%);
  line-height: 1;
}

.products-slider__arrow:hover,
.products-slider__arrow:focus-visible {
  transform: translateY(-50%) scale(1.05);
}

.products-slider__arrow:disabled {
  opacity: 0.35;
  cursor: default;
  pointer-events: none;
}

.products-slider__arrow--prev {
  left: -3rem;
}

.products-slider__arrow--next {
  right: -3rem;
}

.card {
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  overflow: hidden;
}

.card__image img {
  display: block;
  width: 100%;
  height: 220px;
  object-fit: cover;
  transition: transform 240ms ease;
}

.card__image {
  overflow: hidden;
}

.card:hover .card__image img,
.card:focus-within .card__image img,
.card__image:hover img,
.card__image:focus-visible img {
  transform: scale(1.04);
}

.card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 0.75rem;
  padding: 1.25rem;
}

.card h3 {
  margin: 0;
  font-family: "Funnel Display", sans-serif;
  font-size: 1.6rem;
  font-weight: 800;
}

.card h3 a {
  color: #005ea3;
  text-decoration: none;
}

.card p {
  margin: 0 0 0.25rem;
  font-size: 0.95rem;
  color: #4d6678;
}

.card-grid--news .card {
  border-radius: 0;
}

.card-grid--news .card__body {
  background: linear-gradient(180deg, rgba(33, 161, 124, 0.14) 0%, rgba(33, 161, 124, 0) 100%);
}

.card-grid--news .card__image {
  position: relative;
}

.card-grid--news .card__badge {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0.35rem 0.7rem;
  background: #005ea3;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.card-grid--news .card__date {
  margin: 0;
  color: #21A17C;
  font-size: 0.9rem;
  font-weight: 600;
}

.card-grid--products .card {
  border-radius: 0;
}

.card-grid--products .card__body {
  background: linear-gradient(180deg, rgba(33, 161, 124, 0.14) 0%, rgba(33, 161, 124, 0) 100%);
}

.card-grid--products .card__body .btn {
  margin-top: auto;
}

.btn {
  display: inline-block;
  align-self: flex-start;
  position: relative;
  overflow: hidden;
  padding: 0.65rem 1rem;
  border: 1px solid #21A17C;
  border-radius: 4px;
  background: #21A17C;
  color: #fff;
  text-decoration: none;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.btn:visited {
  color: #fff;
}

.btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: -140%;
  width: 120%;
  height: 100%;
  background: linear-gradient(110deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.38) 50%, rgba(255, 255, 255, 0) 100%);
  transform: skewX(-20deg);
  transition: left 420ms ease;
}

.btn:hover,
.btn:focus-visible {
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 10px 18px rgba(33, 161, 124, 0.28);
}

.btn:hover::after,
.btn:focus-visible::after {
  left: 120%;
}

.btn--light {
  border-color: #fff;
  background: #fff;
  color: #005ea3;
}

.btn--outline {
  border-color: #fff;
  background: transparent;
  color: #fff;
}

.bituned-contact-icons {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  vertical-align: middle;
}

.bituned-contact-icon {
  margin-inline-end: 0.35rem;
  vertical-align: middle;
}

.bituned-contact-icons__icon {
  display: inline-block;
  flex: 0 0 auto;
  width: 1.1rem;
  height: 1.1rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
}

.bituned-contact-icons__icon--phone {
  background-image: url("img/icon-phone.svg");
  -webkit-mask-image: url("img/icon-phone.svg");
  mask-image: url("img/icon-phone.svg");
}

.bituned-contact-icons__icon--email {
  background-image: url("img/icon-email.svg");
  -webkit-mask-image: url("img/icon-email.svg");
  mask-image: url("img/icon-email.svg");
}

.bituned-contact-icons__icon--linkedin {
  background-image: url("img/icon-linkedin.svg");
  -webkit-mask-image: url("img/icon-linkedin.svg");
  mask-image: url("img/icon-linkedin.svg");
}

.bituned-contact-icons__icon--vimeo {
  background-image: url("img/icon-vimeo.svg");
  -webkit-mask-image: url("img/icon-vimeo.svg");
  mask-image: url("img/icon-vimeo.svg");
}

@supports ((-webkit-mask-image: url("")) or (mask-image: url(""))) {
  .bituned-contact-icons__icon {
    background-color: currentColor;
    background-image: none !important;
  }
}

.home-help {
  padding: 4rem 0;
  color: #fff;
  text-align: center;
  background: linear-gradient(120deg, #21A17C, #085aa4);
  background-size: cover;
  background-position: center;
}

.home-help.home-help-reveal {
  opacity: 0;
  transform: translate3d(0, 2.4rem, 0);
  will-change: opacity, transform;
  transition: opacity 900ms ease, transform 1200ms ease;
}

.home-help.home-help-reveal.is-in-view {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

@media (prefers-reduced-motion: reduce) {
  .home-help.home-help-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

.home-help h2 {
  margin: 0;
  font-size: 2.8rem;
  color: #fff;
}

.home-help p {
  max-width: 760px;
  margin: 0 auto 2.4rem;
  color: #fff;
  font-family: "Funnel Display", sans-serif;
  font-weight: 300;
  font-size: var(--wp--preset--font-size--medium, 1.125rem);
}

.home-help__actions {
  display: flex;
  justify-content: center;
  gap: 1.25rem;
  flex-wrap: wrap;
}

.home-help .btn--light,
.home-help .btn--outline {
  border-color: #21A17C;
  background: #21A17C;
  color: #fff;
}

@media (max-width: 700px) {
  .home-help {
    padding: 4rem 1rem;
  }
  .home-help__actions {
    flex-direction: column;
    align-items: center;
  }
  .home-help__actions .btn {
    align-self: center;
  }
}

.site-footer {
  padding-top: 3rem;
  color: #dce8f2;
  background: #005ea3;
}

.site-footer a,
.site-footer a:visited,
.site-footer a:hover,
.site-footer a:focus-visible {
  color: #fff;
  text-decoration: none;
}

.site-footer__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2rem;
}

.site-footer__grid h3 {
  margin-top: 0;
  color: #fff;
}

.footer-menu,
.site-footer__grid > div:first-child ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-menu li,
.site-footer__grid > div:first-child li {
  display: flex;
  align-items: center;
  position: relative;
  padding-inline-start: 0.9rem;
}

.footer-menu li::before,
.site-footer__grid > div:first-child li::before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  top: 0.66em;
  width: 0.28rem;
  height: 0.28rem;
  border-radius: 50%;
  background: var(--wp--preset--color--bituned-green);
}

.footer-menu a,
.site-footer__grid > div:first-child li a {
  color: #fff;
  text-decoration: none;
}

.site-info {
  margin-top: 2rem;
  padding: 1rem 0;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.product-archive {
  padding: 0 0 4rem;
}

.product-archive__intro {
  margin-bottom: 2rem;
}

.product-archive__builder > * {
  margin-top: 0;
  margin-bottom: 0;
}

.product-archive__grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.news-archive {
  padding: 0 0 4rem;
}

.news-archive__builder > * {
  margin-top: 0;
  margin-bottom: 0;
}

.news-archive__builder > .wp-block-post-title:first-child,
.news-archive__builder > h1:first-child,
.news-archive__builder > .wp-block-heading:first-child {
  display: none;
}

.news-single__content {
  padding: 3rem 0 4rem;
}

.news-single__content .alignwide {
  width: min(1120px, 100% - 2rem);
  margin: 0 auto;
}

.page-single__content {
  padding: 3rem 0 4rem;
}

.page-single__content .alignwide {
  width: min(1120px, 100% - 2rem);
  margin: 0 auto;
}

@media (max-width: 1100px) {
  .usp-bar__list {
    --usp-visible: 4;
  }
}
@media (max-width: 900px) {
  html,
  body {
    overflow-x: hidden;
  }
  .site-title__logo {
    width: 8rem;
  }
  .products-slider {
    --products-visible: 2;
  }
  .products-slider__arrow:hover,
  .products-slider__arrow:focus-visible {
    transform: translateY(-50%) scale(1.05);
  }
  .products-slider__arrow--prev {
    left: 0.35rem;
  }
  .products-slider__arrow--next {
    right: 0.35rem;
  }
  .usp-bar__list {
    --usp-visible: 3;
  }
  .home-about__panel,
  .card-grid,
  .site-footer__grid {
    grid-template-columns: 1fr;
  }
  .home {
    padding-top: 0;
  }
  .home .site-header {
    position: relative;
    background: #005ea3;
  }
  .post-type-archive-product .site-header {
    position: relative;
    background: #005ea3;
  }
  .blog .site-header {
    position: relative;
    background: #005ea3;
  }
  .page-slug-nieuws .site-header {
    position: relative;
    background: #005ea3;
  }
  .page-id-74 .site-header {
    position: relative;
    background: #005ea3;
  }
  .single-post .site-header,
  .single-product .site-header {
    position: relative;
    background: #005ea3;
  }
  .page-template-default .site-header {
    position: relative;
    background: #005ea3;
  }
  .product-archive__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 700px) {
  .products-slider {
    --products-visible: 1;
  }
  .usp-bar__list {
    --usp-visible: 2;
  }
  .product-archive__grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 480px) {
  .usp-bar__list {
    --usp-visible: 1;
  }
  .usp-bar__item {
    white-space: nowrap;
  }
}
/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* 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;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  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: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

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

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}
