@charset "UTF-8";
/*! Made with Bones: http://themble.com/bones :) */
/******************************************************************

Stylesheet: Main Stylesheet

Calls every scss file in correct order.

Helpful articles on Sass file organization:
http://thesassway.com/advanced/modular-css-naming-conventions

******************************************************************/
/*********************
IMPORTING PARTIALS
These files are needed at the beginning so that we establish all
our mixins, functions, and variables that we'll be using across
the whole project.
*********************/
/******************************************************************

Stylesheet: CSS Variables

Here is where we declare all our css variables.
These variables can be changed within media queries.

******************************************************************/
/*@import url("https://fonts.googleapis.com/css2?family=Open+Sans+Condensed:wght@300;700&display=swap");*/
:root {
  --header-height: 56px;
  --header-height-alt: 56px;
  --sp-font-base-size: 16px;
}
@media (min-width: 768px) {
  :root {
    --sp-font-base-size: 16px;
    --header-height-alt: 65px;
  }
}
@media (min-width: 1100px) {
  :root {
    --sp-font-base-size: 18px;
    --header-height: 60px;
    --header-height-alt: 86px;
  }
}

/* normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
	 HTML5 display definitions
	 ========================================================================== */
a,
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menuitem,
nav,
object,
ol,
p,
pre,
q,
s,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
}

/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * 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.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* ==========================================================================
	 Base
	 ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  font-size: 62.5%;
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5em;
}

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

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

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

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

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

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

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

/*
 * proper formatting (http://blog.fontdeck.com/post/9037028497/hyphens)
*/
p {
  -webkit-hyphens: none;
  -epub-hyphens: manual;
  -moz-hyphens: manual;
  hyphens: manual;
}

/*
 * Addresses margins set differently in IE6/7.
 */
pre {
  margin: 0;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "“" "”" "‘" "’";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
q:after,
q:before {
  content: "";
  content: none;
}

.small,
small {
  font-size: 75%;
}

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

/* ==========================================================================
	Lists
========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 10px 0;
}

dd {
  margin: 0;
}

/*
 * Addresses paddings set differently in IE6/7.
 */
menu {
  padding: 0 0 0 40px;
}

ol,
ul {
  padding: 0;
  list-style-type: none;
}

/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ol,
nav ul {
  list-style: none;
  list-style-image: none;
}

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

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

/* ==========================================================================
	 Figures
	 ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
	 Forms
	 ========================================================================== */
/**
 * 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.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

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

/**
 * 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 Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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=disabled],
html input[disabled=disabled] {
  cursor: default;
}

/**
 * 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 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  /* 2 */
  box-sizing: border-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

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

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.image-replacement,
.ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.cf,
.clearfix {
  zoom: 1;
}
.cf:after, .cf:before,
.clearfix:after,
.clearfix:before {
  content: "";
  display: table;
}
.cf:after,
.clearfix:after {
  clear: both;
}

/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-family: Baskerville, "Goudy Old Style", Palatino, "Book Antiqua", serif !important;
  font-style: italic;
}

/******************************************************************

Stylesheet: Variables

Here is where we declare all our variables like colors, fonts,
base values, and defaults. We want to make sure this file ONLY
contains variables that way our files don't get all messy.
No one likes a mess.

******************************************************************/
/*********************
WRAPS
*********************/
/*********************
COLORS
*********************/
/*********************
FONT SIZES
*********************/
/*********************
PADDINGS
*********************/
/*********************
TRANSITIONS
*********************/
/******************************************************************

Stylesheet: Typography

Need to import a font or set of icons for your site? Drop them in
here or just use this to establish your typographical grid.

******************************************************************/
/*********************
FONT FACE (IN YOUR FACE)
*********************/
.text-small {
  font-size: var(--wp--preset--font-size--small);
}

.text-base {
  font-size: var(--sp-font-base-size);
}

.text-big {
  font-size: var(--wp--preset--font-size--large);
}

/******************************************************************

Stylesheet: Sass Functions

You can do a lot of really cool things in Sass. Functions help you
make repeated actions a lot easier. They are really similar to mixins,
but can be used for so much more.

Anyway, keep them all in here so it's easier to find when you're
looking for one.

For more info on functions, go here:
http://sass-lang.com/documentation/Sass/Script/Functions.html

******************************************************************/
/*********************
COLOR FUNCTIONS
These are helpful when you're working
with shadows and such things. It's essentially
a quicker way to write RGBA.

Example:
box-shadow: 0 0 4px black(0.3);
compiles to:
box-shadow: 0 0 4px rgba(0,0,0,0.3);
*********************/
/*********************
RESPONSIVE HELPER FUNCTION
If you're creating a responsive site, then
you've probably already read
Responsive Web Design: http://www.abookapart.com/products/responsive-web-design

Here's a nice little helper function for calculating
target / context
as mentioned in that book.

Example:
width: cp(650px, 1000px);
or
width: calc-percent(650px, 1000px);
both compile to:
width: 65%;
*********************/
/******************************************************************

Stylesheet: Mixins Stylesheet

This is where you can take advantage of Sass' great features: Mixins.
I won't go in-depth on how they work exactly,
there are a few articles below that will help do that. What I will
tell you is that this will help speed up simple changes like
changing a color or adding CSS3 techniques gradients.

A WORD OF WARNING: It's very easy to overdo it here. Be careful and
remember less is more.

Helpful:
http://sachagreif.com/useful-sass-mixins/
http://thesassway.com/intermediate/leveraging-sass-mixins-for-cleaner-code
http://web-design-weekly.com/blog/2013/05/12/handy-sass-mixins/

******************************************************************/
/*********************
TRANSITION
*********************/
/*
I totally rewrote this to be cleaner and easier to use.
You'll need to be using Sass 3.2+ for these to work.
Thanks to @anthonyshort for the inspiration on these.
USAGE: @include transition(all 0.2s ease-in-out);
*/
/*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdo it.
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SIZING
*********************/
/* @include box-sizing(border-box); */
/* NOTE: value of "padding-box" is only supported in Gecko. So
probably best not to use it. I mean, were you going to anyway? */
/*********************
PSEUDO
*********************/
/* @include pseudo; */
/*********************
CSS TRIANGLE
*********************/
/* @include css-triangle(black, up, 6px false); */
/*********************
TEXT MARGINS
*********************/
/* @include text-margins(); */
/******************************************************************

Stylesheet: Grid Stylesheet

Still using this pretty basic grid, but it's customized a bit to
feel more like Bootstrap.
Wrap grid columns in grid-skin wrappers.

******************************************************************/
.with-padding {
  padding: 0 8px;
}

.with-padding-large {
  padding: 0 32px;
}

.grid-skin {
  position: relative;
  margin: 0 -8px;
}

.grid-skin-large {
  position: relative;
  margin: 0 -32px;
}

/* Mobile Grid Styles */
@media (max-width: 767px) {
  .m-all {
    float: left;
    width: 100%;
  }
  .m-1of2 {
    float: left;
    width: 50%;
  }
  .m-1of3 {
    float: left;
    width: 33.3333333333%;
  }
  .m-2of3 {
    float: left;
    width: 66.66%;
  }
  .m-1of4 {
    float: left;
    width: 25%;
  }
  .m-3of4 {
    float: left;
    width: 75%;
  }
  .grid-m-all {
    grid-template-columns: 1fr;
  }
  .grid-m-1of2 {
    grid-template-columns: 1fr 1fr;
  }
  .grid-m-1of3 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
/* Large Mobile to Tablet Grid Styles */
@media (min-width: 480px) and (max-width: 767px) {
  .mt-all {
    float: left;
    width: 100%;
  }
  .mt-1of2 {
    float: left;
    width: 50%;
  }
  .mt-1of3 {
    float: left;
    width: 33.33%;
  }
  .mt-2of3 {
    float: left;
    width: 66.66%;
  }
  .mt-1of4 {
    float: left;
    width: 25%;
  }
  .mt-3of4 {
    float: left;
    width: 75%;
  }
}
/* Portrait tablet to landscape */
@media (min-width: 768px) and (max-width: 1029px) {
  .t-all {
    float: left;
    width: 100%;
  }
  .t-1of2 {
    float: left;
    width: 50%;
  }
  .t-1of3 {
    float: left;
    width: 33.3333333333%;
  }
  .t-2of3 {
    float: left;
    width: 66.66%;
  }
  .t-1of4 {
    float: left;
    width: 25%;
  }
  .t-3of4 {
    float: left;
    width: 75%;
  }
  .t-1of5 {
    float: left;
    width: 20%;
  }
  .t-2of5 {
    float: left;
    width: 40%;
  }
  .t-3of5 {
    float: left;
    width: 60%;
  }
  .t-4of5 {
    float: left;
    width: 80%;
  }
  .grid-t-all {
    grid-template-columns: 1fr;
  }
  .grid-t-1of2 {
    grid-template-columns: 1fr 1fr;
  }
  .grid-t-1of3 {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .grid-t-1of4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
/* Landscape to small desktop */
@media (min-width: 1100px) {
  .d-all {
    float: left;
    width: 100%;
  }
  .d-1of2 {
    float: left;
    width: 50%;
  }
  .d-1of3 {
    float: left;
    width: 33.3333333333%;
  }
  .d-2of3 {
    float: left;
    width: 66.66%;
  }
  .d-1of4 {
    float: left;
    width: 25%;
  }
  .d-3of4 {
    float: left;
    width: 75%;
  }
  .d-1of5 {
    float: left;
    width: 20%;
  }
  .d-2of5 {
    float: left;
    width: 40%;
  }
  .d-3of5 {
    float: left;
    width: 60%;
  }
  .d-4of5 {
    float: left;
    width: 80%;
  }
  .d-1of6 {
    float: left;
    width: 16.6666666667%;
  }
  .d-1of7 {
    float: left;
    width: 14.2857142857%;
  }
  .d-2of7 {
    float: left;
    width: 28.5714286%;
  }
  .d-3of7 {
    float: left;
    width: 42.8571429%;
  }
  .d-4of7 {
    float: left;
    width: 57.1428572%;
  }
  .d-5of7 {
    float: left;
    width: 71.4285715%;
  }
  .d-6of7 {
    float: left;
    width: 85.7142857%;
  }
  .d-1of8 {
    float: left;
    width: 12.5%;
  }
  .d-1of9 {
    float: left;
    width: 11.1111111111%;
  }
  .d-1of10 {
    float: left;
    width: 10%;
  }
  .d-1of11 {
    float: left;
    width: 9.0909090909%;
  }
  .d-1of12 {
    float: left;
    width: 8.33%;
  }
  .grid-d-all {
    grid-template-columns: 1fr;
  }
  .grid-d-1of2 {
    grid-template-columns: 1fr 1fr;
  }
  .grid-d-1of3 {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .grid-d-1of4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media (min-width: 768px) {
  .grid-space-right {
    padding-right: 32px;
  }
}
.row-align-center {
  display: flex;
  flex-direction: row;
  align-items: center;
}

/******************************************************************

Stylesheet: Animations

******************************************************************/
@keyframes load8 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes bob {
  0% {
    transform: translateY(0);
  }
  75% {
    transform: rotate(4px);
  }
  100% {
    transform: rotate(0);
  }
}
.sp-loader {
  display: block;
  position: relative;
  width: 70px;
  height: 70px;
  margin: 0 auto;
  animation-delay: -0.5s;
}
.sp-loader div {
  position: absolute;
  border: 4px solid var(--sp-color--text);
  opacity: 1;
  border-radius: 50%;
  animation: sp-loader 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.sp-loader div:nth-child(2) {
  animation-delay: -0.5s;
}

@keyframes sp-loader {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}
.entry-content .wp-block-media-text {
  display: inline-grid;
  width: 100%;
}
.entry-content .wp-block-media-text figure {
  overflow: hidden;
}
@media (max-width: 600px) {
  .entry-content .wp-block-media-text {
    grid-row-gap: 32px;
  }
}
.entry-content .wp-block-group.has-background, .entry-content .wp-block-group.has-padding {
  padding-top: 64px;
  padding-bottom: 64px;
}
@media (min-width: 1100px) {
  .entry-content .wp-block-group.has-background, .entry-content .wp-block-group.has-padding {
    padding-top: 96px;
    padding-bottom: 96px;
  }
}
.entry-content .wp-block-group.has-extra-padding {
  padding-top: 96px;
  padding-bottom: 96px;
}
.entry-content .wp-block-group.alignfull, .entry-content .wp-block-group.alignwide {
  padding-left: 32px;
  padding-right: 32px;
}
@media (min-width: 768px) {
  .entry-content .wp-block-group.alignfull, .entry-content .wp-block-group.alignwide {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (max-width: 1099px) {
  .entry-content .wp-block-group.alignwide {
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    width: auto;
    max-width: 1000%;
  }
}
@media (min-width: 768px) and (max-width: 1099px) {
  .entry-content .wp-block-group.alignwide {
    padding-left: 64px !important;
    padding-right: 64px !important;
  }
}
.entry-content .wp-block-group .wp-block-group:last-of-type {
  margin-bottom: 0;
}
.entry-content .wp-block-columns > * {
  margin-bottom: 64px;
}
.entry-content .wp-block-columns > *:last-child {
  margin-bottom: 0;
}
@media (min-width: 782px) {
  .entry-content .wp-block-columns .wp-block-column {
    margin-bottom: 0;
  }
}
@media (max-width: 781px) {
  .entry-content .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: 100% !important;
    margin-left: 0 !important;
  }
}
.entry-content .wp-block-column.has-background, .entry-content .wp-block-column.has-padding {
  padding: 32px;
}
@media (min-width: 768px) {
  .entry-content .wp-block-column.has-background, .entry-content .wp-block-column.has-padding {
    padding: 22px;
  }
}
@media (min-width: 1100px) {
  .entry-content .wp-block-column.has-background, .entry-content .wp-block-column.has-padding {
    padding: 32px;
  }
}
.entry-content .wp-block-column > figure + h1, .entry-content .wp-block-column > figure + h2, .entry-content .wp-block-column > figure + h3, .entry-content .wp-block-column > figure + h4 {
  margin-top: 32px;
}
.entry-content .wp-block-quote {
  border-radius: 45px 45px 45px 0;
}
.entry-content .wp-block-gallery .blocks-gallery-grid {
  margin-bottom: -16px;
}
.entry-content .wp-block-image {
  line-height: 0;
}
.entry-content .wp-block-image figcaption {
  line-height: 1.4;
  margin-top: 16px;
  font-size: var(--wp--preset--font-size--small);
  font-style: italic;
  opacity: 0.6;
  max-width: calc(100% - 32px);
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .entry-content .wp-block-image figcaption {
    max-width: var(--wp--custom--size--content-size);
  }
}
@media (min-width: 1100px) {
  .entry-content .wp-block-image figcaption {
    max-width: 834px;
  }
}
.entry-content .wp-block-image.is-style-best-offer, .entry-content .wp-block-image.is-style-recommended {
  position: relative;
}
.entry-content .wp-block-image.is-style-best-offer:before, .entry-content .wp-block-image.is-style-recommended:before {
  display: block;
  content: "";
  position: absolute;
  top: -11px;
  right: 32px;
  width: 145px;
  height: 64px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top right;
  z-index: 2;
  pointer-events: none;
}
.entry-content .wp-block-image.is-style-best-offer:before {
  background-image: url("../images/badge-best-offer.svg");
}
.entry-content .wp-block-image.is-style-recommended:before {
  top: -11px;
  width: 175px;
  background-image: url("../images/badge-recommended.svg");
}
@media (min-width: 600px) {
  .entry-content .wp-block-image.is-squished {
    max-width: min(100% - 332px, 100%);
  }
}
.entry-content .alignfull .inner-wrap,
.entry-content .alignwide .inner-wrap {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
}
@media (min-width: 768px) {
  .entry-content .alignfull .inner-wrap,
  .entry-content .alignwide .inner-wrap {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.entry-content .alignfull .inner-wrap .inner-wrap-content,
.entry-content .alignwide .inner-wrap .inner-wrap-content {
  max-width: var(--wp--custom--size--wide-size);
  margin-left: auto;
  margin-right: auto;
}
.entry-content .alignfull .inner-wrap-big,
.entry-content .alignwide .inner-wrap-big {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
}
@media (min-width: 768px) {
  .entry-content .alignfull .inner-wrap-big,
  .entry-content .alignwide .inner-wrap-big {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.entry-content .alignfull .inner-wrap-big .inner-wrap-content,
.entry-content .alignwide .inner-wrap-big .inner-wrap-content {
  max-width: var(--wp--custom--size--full-size);
  margin-left: auto;
  margin-right: auto;
}
.entry-content .inner-block-wrap {
  width: 100%;
  max-width: calc(var(--wp--custom--size--full-size) + 64px);
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
}
@media (min-width: 768px) {
  .entry-content .inner-block-wrap {
    max-width: calc(var(--wp--custom--size--full-size) + 64px + 64px);
    padding-left: 64px;
    padding-right: 64px;
  }
}
.entry-content .wp-block-cover {
  padding: 64px 1em;
}
.entry-content .wp-block-cover .wp-block-cover__inner-container {
  width: 100%;
  max-width: calc(var(--wp--custom--size--full-size) + 64px);
  margin-left: auto;
  margin-right: auto;
  padding-left: calc(32px - 1em);
  padding-right: calc(32px - 1em);
}
@media (min-width: 768px) {
  .entry-content .wp-block-cover .wp-block-cover__inner-container {
    max-width: calc(var(--wp--custom--size--full-size) + 64px + 64px);
    padding-left: calc(64px - 1em);
    padding-right: calc(64px - 1em);
  }
}
.entry-content .wp-block-cover .wp-block-cover__inner-container > * {
  max-width: 680px;
}
.entry-content .wp-block-buttons {
  column-gap: 32px;
}
.entry-content .has-spacing-none {
  margin-bottom: 0 !important;
}
.entry-content .has-spacing-small {
  margin-bottom: 4px !important;
}
.entry-content .has-spacing-smaller {
  margin-bottom: 8px !important;
}
.entry-content .has-spacing-half {
  margin-bottom: 16px !important;
}
.entry-content .has-spacing-base {
  margin-bottom: 32px !important;
}
.entry-content .has-spacing-double {
  margin-bottom: 64px !important;
}
.entry-content .has-spacing-triple {
  margin-bottom: 96px !important;
}
.entry-content .has-no-padding {
  padding: 0 !important !important;
}
.entry-content .has-no-padding-top {
  padding-top: 0 !important;
}
.entry-content .has-no-padding-bottom {
  padding-bottom: 0 !important;
}
@media (min-width: 1100px) {
  .entry-content .byggemodul.has-padding-bottom-huge {
    padding-bottom: calc(96px + 96px) !important;
  }
}
.entry-content .wp-block-table {
  overflow-x: initial;
}
.entry-content .wp-block-table table th {
  text-align: left;
}
.entry-content .wp-block-table table td,
.entry-content .wp-block-table table th {
  border: 1px solid #000;
}
.entry-content table.has-background td,
.entry-content table.has-background th {
  padding: 2px 8px;
}

/*********************
IMPORTING MODULES
Modules are reusable blocks or elements we use throughout the project.
We can break them up as much as we want or just keep them all in one.
I mean, you can do whatever you want. The world is your oyster. Unless
you hate oysters, then the world is your peanut butter & jelly sandwich.
*********************/
/******************************************************************

Stylesheet: Button Styles

Buttons are a pretty important part of your site's style, so it's
important to have a consistent baseline for them. Use this stylesheet
to create all kinds of buttons.

******************************************************************/
/*********************
BUTTON DEFAULTS
We're gonna use a placeholder selector here
so we can use common styles. We then use this
to load up the defaults in all our buttons.

Here's a quick video to show how it works:
http://www.youtube.com/watch?v=hwdVpKiJzac

*********************/
.nf-form-cont .nf-form-content button,
.nf-form-cont .nf-form-content input[type=submit],
.nf-form-cont .nf-form-content input[type=button], .wp-block-file__button, .btn-small, .btn,
.wp-block-button .wp-block-button__link,
button {
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  font-size: var(--sp-font-base-size);
  font-weight: 600;
  color: #fff;
  line-height: 1;
  padding: 15px 26px;
  border-radius: 4px;
  border: none;
  text-align: center;
  text-decoration: none;
  white-space: normal;
  word-break: break-all;
  -webkit-appearance: none;
  transition: all 0.15s ease-in-out;
}
@media (min-width: 1100px) {
  .nf-form-cont .nf-form-content button,
  .nf-form-cont .nf-form-content input[type=submit],
  .nf-form-cont .nf-form-content input[type=button], .wp-block-file__button, .btn-small, .btn,
  .wp-block-button .wp-block-button__link,
  button {
    padding: 19px 38px;
  }
}
.nf-form-cont .nf-form-content button:focus,
.nf-form-cont .nf-form-content input[type=submit]:focus,
.nf-form-cont .nf-form-content input[type=button]:focus, .wp-block-file__button:focus, .btn-small:focus, .btn:focus,
.wp-block-button .wp-block-button__link:focus,
button:focus, .nf-form-cont .nf-form-content button:hover,
.nf-form-cont .nf-form-content input[type=submit]:hover,
.nf-form-cont .nf-form-content input[type=button]:hover, .wp-block-file__button:hover, .btn-small:hover, .btn:hover,
.wp-block-button .wp-block-button__link:hover,
button:hover {
  text-decoration: none;
  outline: none;
}
.nf-form-cont .nf-form-content button:focus,
.nf-form-cont .nf-form-content input[type=submit]:focus,
.nf-form-cont .nf-form-content input[type=button]:focus, .wp-block-file__button:focus, .btn-small:focus, .btn:focus,
.wp-block-button .wp-block-button__link:focus,
button:focus {
  outline: dotted thin;
}
.nf-form-cont .nf-form-content button.full-width,
.nf-form-cont .nf-form-content input.full-width[type=submit],
.nf-form-cont .nf-form-content input.full-width[type=button], .full-width.wp-block-file__button, .full-width.btn-small, .full-width.btn,
.wp-block-button .full-width.wp-block-button__link,
button.full-width {
  width: 100%;
}
.nf-form-cont .nf-form-content button[disabled=disabled],
.nf-form-cont .nf-form-content input[disabled=disabled][type=submit],
.nf-form-cont .nf-form-content input[disabled=disabled][type=button], [disabled=disabled].wp-block-file__button, [disabled=disabled].btn-small, [disabled=disabled].btn,
.wp-block-button [disabled=disabled].wp-block-button__link,
button[disabled=disabled] {
  opacity: 0.5;
}

/*
An example button.
You can use this example if you want. Just replace all the variables
and it will create a button dependant on those variables.
*/
* + .wp-block-file__button {
  margin-left: 0.75em;
}

.wp-block-file__button {
  font-size: 13px;
  padding: 0.5em 1em;
}

.wp-block-button.is-style-outline .wp-block-button__link {
  border-color: currentColor;
  border: 2px solid;
}

.btn.has-black-background-color:focus, .btn.has-black-background-color:hover,
.wp-block-button .wp-block-button__link.has-black-background-color:focus,
.wp-block-button .wp-block-button__link.has-black-background-color:hover,
button.has-black-background-color:focus,
button.has-black-background-color:hover {
  background-color: rgb(38.25, 38.25, 38.25) !important;
}
.btn.has-brown-dark-background-color:focus, .btn.has-brown-dark-background-color:hover,
.wp-block-button .wp-block-button__link.has-brown-dark-background-color:focus,
.wp-block-button .wp-block-button__link.has-brown-dark-background-color:hover,
button.has-brown-dark-background-color:focus,
button.has-brown-dark-background-color:hover {
  background-color: rgb(43.9416058394, 42.6861313869, 42.0583941606) !important;
}
.btn.has-brown-background-color:focus, .btn.has-brown-background-color:hover,
.wp-block-button .wp-block-button__link.has-brown-background-color:focus,
.wp-block-button .wp-block-button__link.has-brown-background-color:hover,
button.has-brown-background-color:focus,
button.has-brown-background-color:hover {
  background-color: rgb(95.375, 46.325, 13.625) !important;
}
.btn.has-blue-gray-background-color:focus, .btn.has-blue-gray-background-color:hover,
.wp-block-button .wp-block-button__link.has-blue-gray-background-color:focus,
.wp-block-button .wp-block-button__link.has-blue-gray-background-color:hover,
button.has-blue-gray-background-color:focus,
button.has-blue-gray-background-color:hover {
  background-color: rgb(75.4285714286, 96.6428571429, 111.5714285714) !important;
}
.btn.has-blue-light-background-color:focus, .btn.has-blue-light-background-color:hover,
.wp-block-button .wp-block-button__link.has-blue-light-background-color:focus,
.wp-block-button .wp-block-button__link.has-blue-light-background-color:hover,
button.has-blue-light-background-color:focus,
button.has-blue-light-background-color:hover {
  background-color: rgb(146.4473684211, 186.9736842105, 198.5526315789) !important;
}
.btn.has-green-dark-background-color:focus, .btn.has-green-dark-background-color:hover,
.wp-block-button .wp-block-button__link.has-green-dark-background-color:focus,
.wp-block-button .wp-block-button__link.has-green-dark-background-color:hover,
button.has-green-dark-background-color:focus,
button.has-green-dark-background-color:hover {
  background-color: rgb(63.7360406091, 82.2639593909, 75.5939086294) !important;
}
.btn.has-green-background-color:focus, .btn.has-green-background-color:hover,
.wp-block-button .wp-block-button__link.has-green-background-color:focus,
.wp-block-button .wp-block-button__link.has-green-background-color:hover,
button.has-green-background-color:focus,
button.has-green-background-color:hover {
  background-color: rgb(76.4598214286, 96.5401785714, 89.5892857143) !important;
}
.btn.has-green-light-background-color:focus, .btn.has-green-light-background-color:hover,
.wp-block-button .wp-block-button__link.has-green-light-background-color:focus,
.wp-block-button .wp-block-button__link.has-green-light-background-color:hover,
button.has-green-light-background-color:focus,
button.has-green-light-background-color:hover {
  background-color: rgb(127.6, 161.4, 138) !important;
}
.btn.has-gold-background-color:focus, .btn.has-gold-background-color:hover,
.wp-block-button .wp-block-button__link.has-gold-background-color:focus,
.wp-block-button .wp-block-button__link.has-gold-background-color:hover,
button.has-gold-background-color:focus,
button.has-gold-background-color:hover {
  background-color: rgb(220.2185430464, 174.7350993377, 87.7814569536) !important;
}
.btn.has-cultured-background-color:focus, .btn.has-cultured-background-color:hover,
.wp-block-button .wp-block-button__link.has-cultured-background-color:focus,
.wp-block-button .wp-block-button__link.has-cultured-background-color:hover,
button.has-cultured-background-color:focus,
button.has-cultured-background-color:hover {
  background-color: rgb(214.5, 219.9, 209.1) !important;
}
.btn.has-linen-background-color:focus, .btn.has-linen-background-color:hover,
.wp-block-button .wp-block-button__link.has-linen-background-color:focus,
.wp-block-button .wp-block-button__link.has-linen-background-color:hover,
button.has-linen-background-color:focus,
button.has-linen-background-color:hover {
  background-color: rgb(218.3818181818, 202.9636363636, 185.6181818182) !important;
}
.btn.has-alabaster-background-color:focus, .btn.has-alabaster-background-color:hover,
.wp-block-button .wp-block-button__link.has-alabaster-background-color:focus,
.wp-block-button .wp-block-button__link.has-alabaster-background-color:hover,
button.has-alabaster-background-color:focus,
button.has-alabaster-background-color:hover {
  background-color: rgb(186.75, 204.25, 193.75) !important;
}
.btn.has-eggshell-background-color:focus, .btn.has-eggshell-background-color:hover,
.wp-block-button .wp-block-button__link.has-eggshell-background-color:focus,
.wp-block-button .wp-block-button__link.has-eggshell-background-color:hover,
button.has-eggshell-background-color:focus,
button.has-eggshell-background-color:hover {
  background-color: rgb(220.6338028169, 210.323943662, 167.3661971831) !important;
}

.wp-block-button.is-style-outline .wp-block-button__link.has-black-color:focus, .wp-block-button.is-style-outline .wp-block-button__link.has-black-color:hover {
  color: rgb(38.25, 38.25, 38.25) !important;
}
.wp-block-button.is-style-outline .wp-block-button__link.has-brown-dark-color:focus, .wp-block-button.is-style-outline .wp-block-button__link.has-brown-dark-color:hover {
  color: rgb(30.9124087591, 30.0291970803, 29.5875912409) !important;
}
.wp-block-button.is-style-outline .wp-block-button__link.has-brown-color:focus, .wp-block-button.is-style-outline .wp-block-button__link.has-brown-color:hover {
  color: rgb(73.0625, 35.4875, 10.4375) !important;
}
.wp-block-button.is-style-outline .wp-block-button__link.has-blue-gray-color:focus, .wp-block-button.is-style-outline .wp-block-button__link.has-blue-gray-color:hover {
  color: rgb(65.1428571429, 83.4642857143, 96.3571428571) !important;
}
.wp-block-button.is-style-outline .wp-block-button__link.has-blue-light-color:focus, .wp-block-button.is-style-outline .wp-block-button__link.has-blue-light-color:hover {
  color: rgb(129.6710526316, 176.4605263158, 189.8289473684) !important;
}
.wp-block-button.is-style-outline .wp-block-button__link.has-green-dark-color:focus, .wp-block-button.is-style-outline .wp-block-button__link.has-green-dark-color:hover {
  color: rgb(52.6040609137, 67.8959390863, 62.3908629442) !important;
}
.wp-block-button.is-style-outline .wp-block-button__link.has-green-color:focus, .wp-block-button.is-style-outline .wp-block-button__link.has-green-color:hover {
  color: rgb(65.1897321429, 82.3102678571, 76.3839285714) !important;
}
.wp-block-button.is-style-outline .wp-block-button__link.has-green-light-color:focus, .wp-block-button.is-style-outline .wp-block-button__link.has-green-light-color:hover {
  color: rgb(112.9, 150.6, 124.5) !important;
}
.wp-block-button.is-style-outline .wp-block-button__link.has-gold-color:focus, .wp-block-button.is-style-outline .wp-block-button__link.has-gold-color:hover {
  color: rgb(215.8278145695, 164.6026490066, 66.6721854305) !important;
}
.wp-block-button.is-style-outline .wp-block-button__link.has-cultured-color:focus, .wp-block-button.is-style-outline .wp-block-button__link.has-cultured-color:hover {
  color: rgb(201.75, 208.85, 194.65) !important;
}
.wp-block-button.is-style-outline .wp-block-button__link.has-linen-color:focus, .wp-block-button.is-style-outline .wp-block-button__link.has-linen-color:hover {
  color: rgb(209.5727272727, 190.4454545455, 168.9272727273) !important;
}
.wp-block-button.is-style-outline .wp-block-button__link.has-alabaster-color:focus, .wp-block-button.is-style-outline .wp-block-button__link.has-alabaster-color:hover {
  color: rgb(172.125, 193.375, 180.625) !important;
}
.wp-block-button.is-style-outline .wp-block-button__link.has-eggshell-color:focus, .wp-block-button.is-style-outline .wp-block-button__link.has-eggshell-color:hover {
  color: rgb(213.4507042254, 200.985915493, 149.0492957746) !important;
}

/******************************************************************

Stylesheet: Form Styles

We put all the form and button styles in here to setup a consistent
look. If we need to customize them, we can do this in the main
stylesheets and just override them. Easy Peasy.

******************************************************************/
/*********************
INPUTS
*********************/
input[type=text],
input[type=email],
input[type=password],
input[type=datetime],
input[type=datetime-local],
input[type=date],
input[type=month],
input[type=time],
input[type=week],
input[type=number],
input[type=email],
input[type=url],
input[type=search],
input[type=tel],
input[type=color],
select,
textarea,
.field {
  display: inline-block;
  height: auto;
  line-height: normal;
  padding: 13.5px 16px;
  font-size: var(--sp-font-base-size);
  border-radius: 10px;
  vertical-align: middle;
  box-shadow: none;
  border: 1px solid var(--sp-color--text);
  background: #fff;
  color: var(--sp-color--text);
  width: inherit;
  -webkit-appearance: none;
  max-width: 1080px;
  font-family: var(--wp--custom--font--family);
  -webkit-transition: background-color 0.24s ease-in-out;
  transition: background-color 0.24s ease-in-out;
}
input[type=text]:focus, input[type=text]:active,
input[type=email]:focus,
input[type=email]:active,
input[type=password]:focus,
input[type=password]:active,
input[type=datetime]:focus,
input[type=datetime]:active,
input[type=datetime-local]:focus,
input[type=datetime-local]:active,
input[type=date]:focus,
input[type=date]:active,
input[type=month]:focus,
input[type=month]:active,
input[type=time]:focus,
input[type=time]:active,
input[type=week]:focus,
input[type=week]:active,
input[type=number]:focus,
input[type=number]:active,
input[type=email]:focus,
input[type=email]:active,
input[type=url]:focus,
input[type=url]:active,
input[type=search]:focus,
input[type=search]:active,
input[type=tel]:focus,
input[type=tel]:active,
input[type=color]:focus,
input[type=color]:active,
select:focus,
select:active,
textarea:focus,
textarea:active,
.field:focus,
.field:active {
  outline: none;
  border-color: #000;
}
input[type=text][disabled], input[type=text].is-disabled,
input[type=email][disabled],
input[type=email].is-disabled,
input[type=password][disabled],
input[type=password].is-disabled,
input[type=datetime][disabled],
input[type=datetime].is-disabled,
input[type=datetime-local][disabled],
input[type=datetime-local].is-disabled,
input[type=date][disabled],
input[type=date].is-disabled,
input[type=month][disabled],
input[type=month].is-disabled,
input[type=time][disabled],
input[type=time].is-disabled,
input[type=week][disabled],
input[type=week].is-disabled,
input[type=number][disabled],
input[type=number].is-disabled,
input[type=email][disabled],
input[type=email].is-disabled,
input[type=url][disabled],
input[type=url].is-disabled,
input[type=search][disabled],
input[type=search].is-disabled,
input[type=tel][disabled],
input[type=tel].is-disabled,
input[type=color][disabled],
input[type=color].is-disabled,
select[disabled],
select.is-disabled,
textarea[disabled],
textarea.is-disabled,
.field[disabled],
.field.is-disabled {
  cursor: not-allowed;
  border-color: #ECE4DB;
  opacity: 0.6;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=password]::placeholder,
input[type=datetime]::placeholder,
input[type=datetime-local]::placeholder,
input[type=date]::placeholder,
input[type=month]::placeholder,
input[type=time]::placeholder,
input[type=week]::placeholder,
input[type=number]::placeholder,
input[type=email]::placeholder,
input[type=url]::placeholder,
input[type=search]::placeholder,
input[type=tel]::placeholder,
input[type=color]::placeholder,
select::placeholder,
textarea::placeholder,
.field::placeholder {
  color: rgba(var(--sp-color--text), 0.5);
}

label {
  font-weight: 500;
}
label.checkbox {
  line-height: 22px;
}
label input[type=checkbox] {
  background-color: #fff;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 2px solid var(--sp-color--brand);
  width: 22px;
  height: 22px;
  cursor: pointer;
  position: relative;
  top: 5px;
  margin-right: 8px;
}
label input[type=checkbox]:checked {
  background-color: var(--sp-color--brand);
  background-image: url("../images/checkbox-checked.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 13px;
}
label input[type=checkbox]:focus {
  outline: 1px dashed #000;
}

textarea {
  max-width: 100%;
  min-height: 120px;
  line-height: 1.5em;
}

select {
  background: #fff;
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
  appearance: none;
  background-image: url("../images/chevron-down-black.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 16px) center;
  background-size: 18px;
}

/*********************
MAIN HEADER STYLING
*********************/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0;
  line-height: 0;
  z-index: 999;
  background: #fff;
  background: var(--sp-color--headerbg);
  box-shadow: 0 4px 12px -6px rgba(0, 0, 0, 0.2);
  background-image: var(--sp-header-background-image);
  background-size: cover;
  background-position: center;
}
body:not(.header--type2) .header {
  background-image: none;
}
.header #inner-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  transition: all 0.15s ease-in-out;
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  height: var(--header-height-alt);
}
body:not(.header--type2) .header #inner-header {
  height: var(--header-height);
}
@media (min-width: 1100px) {
  body:not(.header--type2) .header #inner-header {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.header.scrolled {
  box-shadow: 0 4px 12px -6px rgba(0, 0, 0, 0.6);
}

@media only screen and (min-width: 1100px) {
  body:not(.header--type2) .mobile-nav {
    display: none !important;
  }
}
/*********************
HEADER ELEMENTS
*********************/
.sp-logo-section {
  display: inline-block;
  margin-right: auto;
  width: 86px;
}

.custom-logo-link {
  display: inline-block;
  height: auto;
  width: 100%;
  max-width: 150px;
  line-height: 0;
  position: relative;
  transition: all 0.15s ease-in-out;
}
.custom-logo-link .custom-logo {
  height: auto;
  width: 100%;
}
.nav-active .custom-logo-link {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.05);
}
@media (min-width: 1100px) {
  .custom-logo-link {
    max-width: 200px;
  }
}
.custom-logo-link.custom-logo-text {
  display: inline-block;
  font-size: var(--wp--preset--font-size--large);
  font-weight: 600;
  color: #000;
  color: var(--sp-color--navitems);
  text-decoration: none;
  line-height: 1;
  width: auto;
}

.sp-action-section {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-left: auto;
}
.sp-action-section > * {
  margin-left: 16px;
}
.sp-action-section > *:first-child {
  margin-left: 0;
}

#nav-toggle {
  line-height: 1;
  z-index: 4;
  pointer-events: all;
  text-decoration: none;
  margin-left: auto;
  transition: all 0.3s;
  font-weight: 400;
  position: relative;
  width: 44px;
  height: 44px;
  border-radius: 8px;
  border: 1px solid transparent;
}
#nav-toggle span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 22px;
  height: 2px;
  background-color: var(--sp-color-menutoggle);
}
#nav-toggle span:first-of-type {
  margin-top: -6px;
}
#nav-toggle span:last-of-type {
  margin-top: 6px;
}
@media (min-width: 768px) and (max-width: 1099px) {
  #nav-toggle {
    order: 3;
    margin-right: 0;
    margin-left: 32px;
  }
}
@media (min-width: 1100px) {
  #nav-toggle {
    order: 1;
    margin-left: 32px;
  }
  body:not(.header--type2) #nav-toggle {
    display: none;
  }
}
#nav-toggle:hover {
  background: var(--sp-color--headerbg-dark);
}
#nav-toggle.nav-active {
  background: var(--sp-color--headerbg-dark);
}
#nav-toggle:focus {
  outline: 1px dotted var(--sp-color--text);
}

.search-container {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  position: relative;
  display: none;
}
.search-container #searchform {
  display: flex;
}
.search-container #searchform input#s {
  border: none;
  outline: none;
  background: #F0F2EE;
  color: var(--sp-color--text);
  font-size: var(--wp--preset--font-size--small);
  width: 100%;
  padding: 12px 18px;
  min-width: 200px;
  max-width: 812px;
  border-radius: 50px;
}
.search-container #searchform input#s:focus, .search-container #searchform input#s:hover {
  border: none;
  outline: none;
  color: var(--sp-color--text);
}
.search-container #searchform button#searchsubmit {
  background: transparent;
  padding: 2px;
  line-height: 42px;
  height: 42px;
  width: 48px;
  text-align: center;
  border: 0;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media (min-width: 1100px) {
  .search-container #searchform button#searchsubmit {
    line-height: 45px;
    height: 45px;
    width: 52px;
  }
}
.search-container #searchform button#searchsubmit img {
  display: block;
  margin: 0 auto;
  width: 18px;
  height: 18px;
}
.search-container #searchform button#searchsubmit:hover {
  background: transparent;
  border: none;
}
.search-container #searchform button#searchsubmit:focus {
  outline: 1px dashed #000;
}
@media (min-width: 768px) {
  .search-container {
    display: block;
    opacity: 1;
    pointer-events: all;
    visibility: visible;
    margin-right: 0;
  }
}
@media (min-width: 1100px) {
  .search-container {
    order: 2;
  }
}
.nav-active .search-container {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}

.background-overlay {
  position: fixed;
  top: var(--header-height);
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 9;
  opacity: 0;
  pointer-events: none;
  transition: all 0.15s ease-in-out;
}
.header--type2 .background-overlay {
  top: var(--header-height-alt);
}
.background-overlay.active, .background-overlay.nav-active {
  cursor: url(../images/cursor-cross.png), auto;
  cursor: -webkit-image-set(url(../images/cursor-cross.png) 1x, url(../images/cursor-cross-hi.png) 2x), auto;
  opacity: 1;
  pointer-events: all;
}

/*********************
WP ADMIN BAR
*********************/
/* @media (max-width: 782px) {
	#wpadminbar {
		top: -46px;
	}
}
 */
@media (max-width: 600px) {
  #wpadminbar {
    position: fixed;
  }
}
body.admin-bar .header {
  top: 46px;
}
@media (min-width: 783px) {
  body.admin-bar .header {
    top: 32px;
  }
}

/******************************************************************

Stylesheet: Footer

******************************************************************/
.footer {
  background: #fff;
  border-top: 1px solid #F0F2EE;
  clear: both;
  position: relative;
  padding: 0;
  background: var(--sp-color--headerbg);
  color: var(--sp-color--navitems);
}
.footer .breadcrumbs {
  margin: 0 0 32px;
}
.footer #inner-footer {
  padding-top: 64px;
  padding-bottom: 64px;
  position: relative;
}
.footer .lower-footer {
  position: relative;
  padding-top: 32px;
  padding-bottom: 32px;
  background: var(--sp-color--headerbg-dark);
  color: var(--sp-color--navitems);
}
.footer .lower-footer .big-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.footer .lower-footer ul.footer-menu {
  margin: 0;
}
.footer .lower-footer ul.footer-menu > * {
  margin-bottom: 8px;
}
.footer .lower-footer ul.footer-menu > *:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .footer .lower-footer ul.footer-menu {
    text-align: center;
  }
  .footer .lower-footer ul.footer-menu > * {
    margin-bottom: 0;
  }
}
.footer .lower-footer ul.footer-menu li {
  display: block;
}
@media (min-width: 768px) {
  .footer .lower-footer ul.footer-menu li {
    display: inline-block;
    margin-left: 16px;
  }
  .footer .lower-footer ul.footer-menu li:first-of-type {
    margin-left: 0;
  }
}
.footer .lower-footer ul.footer-menu li a {
  display: inline-block;
  text-decoration: underline;
  font-weight: 500;
}
.footer .lower-footer ul.footer-menu li a:hover, .footer .lower-footer ul.footer-menu li a:focus {
  text-decoration: underline;
  font-weight: 500;
}
.footer .lower-footer a {
  color: var(--sp-color--navitems);
}
.footer .footer-logo-link {
  display: inline-block;
  height: 100%;
  margin-bottom: 32px;
}
.footer .footer-logo-link img {
  width: 100%;
  max-width: 237px;
  height: auto;
}
.footer .credits {
  margin-top: 16px;
  display: block;
  text-align: center;
  color: var(--sp-color--text-light);
  color: var(--sp-color--navitems);
  font-size: var(--wp--preset--font-size--small);
}
.footer .credits a {
  color: var(--sp-color--text-light);
  color: var(--sp-color--navitems);
  text-decoration: underline;
}

.footer-widgets {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-gap: 64px 32px;
}
@media (min-width: 481px) {
  .footer-widgets {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 768px) {
  .footer-widgets {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1100px) {
  .footer-widgets {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

/*********************
MOBILE NAVIGATION STYLES
*********************/
.mobile-nav {
  position: fixed;
  top: var(--header-height-alt);
  left: 0;
  width: 100%;
  padding: 16px 32px;
  z-index: 1001;
  background: #fff;
  background: var(--sp-color--headerbg);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  transform: translate3d(32px, 0, 0);
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  transition: all 0.15s ease-in-out;
  visibility: hidden;
}
.admin-bar .mobile-nav {
  top: calc(var(--header-height-alt) + 46px);
}
@media (min-width: 783px) {
  .admin-bar .mobile-nav {
    top: calc(var(--header-height-alt) + 32px);
  }
}
body:not(.header--type2) .mobile-nav {
  top: var(--header-height);
}
.admin-bar body:not(.header--type2) .mobile-nav {
  top: calc(var(--header-height) + 46px);
}
@media (min-width: 783px) {
  .admin-bar body:not(.header--type2) .mobile-nav {
    top: calc(var(--header-height) + 32px);
  }
}
.mobile-nav .language-dropdown {
  color: var(--sp-color--text);
  display: flex;
  margin-bottom: 32px;
}
.mobile-nav .language-dropdown span {
  margin-right: 16px;
}
.mobile-nav .language-dropdown img {
  transform: rotate(0deg);
  transition: all 0.15s ease-in-out;
}
.mobile-nav .language-dropdown.language-active img {
  transform: rotate(-180deg);
}
.mobile-nav .mobile-language-container {
  display: none;
  margin-bottom: 32px;
}
.mobile-nav .mobile-language-container p.dropdown-heading {
  display: block;
  white-space: nowrap;
  margin-bottom: 8px;
  margin-top: 32px;
  font-weight: 500;
}
.mobile-nav .mobile-language-container p.dropdown-heading:first-child {
  margin-top: 0;
}
.mobile-nav .mobile-language-container a {
  display: block;
  color: var(--sp-color--text);
  margin-bottom: 8px;
}
.mobile-nav .mobile-language-container.language-active {
  display: block;
}
.mobile-nav.nav-active {
  transform: translate3d(0, 0, 0);
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}

@media (min-width: 768px) {
  .mobile-nav {
    max-width: 460px;
    bottom: initial;
    left: auto;
    right: 32px;
    transition: all 0.15s ease-in-out;
  }
  .mobile-nav.nav-active {
    transform: translateY(0);
  }
}
.mobile-menu {
  width: 100%;
  border-bottom: 0;
  margin: 0;
  /* end .menu li */
}
.mobile-menu li {
  display: block;
}
.mobile-menu li a {
  display: block;
  color: var(--sp-color--text);
  color: var(--sp-color--navitems);
  font-weight: 500;
  text-decoration: none;
  padding: 16px 0;
  position: relative;
  line-height: 1;
  transition: transform 0.15s cubic-bezier(0.4, 0.195, 0.26, 1.085);
  transition-delay: 0.1s;
}
.mobile-menu li:last-child a {
  border-bottom: 0;
}
.mobile-menu li ul {
  margin: 0;
}
.mobile-menu > li.menu-item-has-children > ul.sub-menu {
  transition: all 0.15s cubic-bezier(0.3, 0.195, 0.26, 1.085);
}
.mobile-menu > li.menu-item-has-children > a {
  position: relative;
}
.mobile-menu > li.menu-item-has-children > a:after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  width: 16px;
  height: 100%;
  background-image: url("../images/arrow-right-black.svg");
  background-size: contain;
  background-position: right center;
  background-repeat: no-repeat;
}
.mobile-menu > li.menu-item-has-children > a:focus {
  outline: none;
}
.mobile-menu > li.menu-item-has-children > ul.sub-menu {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: auto;
  width: 100%;
  z-index: 2;
  overflow: auto;
  background: #F0F2EE;
  padding: 32px;
  -webkit-overflow-scrolling: touch;
  transform: translateZ(0) translateX(100%);
  transition: transform 0.15s cubic-bezier(0.3, 0.195, 0.26, 1.085);
}
.mobile-menu > li.menu-item-has-children > ul.sub-menu > a.menu-go-back {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 0;
  padding-top: 0;
  position: relative;
  font-weight: 700;
  margin-bottom: 16px;
  border: none;
}
.mobile-menu > li.menu-item-has-children > ul.sub-menu > a.menu-go-back:after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  width: 10px;
  height: 100%;
  transform: rotate(180deg);
  background-image: url("../images/arrow-right-black.svg");
  background-size: auto 16px;
  background-position: left bottom;
  background-repeat: no-repeat;
}
.mobile-menu > li.menu-item-has-children > ul.sub-menu > li > a {
  padding: 12px 0;
}
.mobile-menu > li.menu-item-has-children > ul.sub-menu > a.sub-menu-parent {
  font-weight: 700;
  color: var(--sp-color--brand);
}
.mobile-menu > li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children {
  position: relative;
}
.mobile-menu > li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children ul.sub-menu {
  margin-left: 16px;
}
.mobile-menu > li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children ul.sub-menu li:last-child {
  margin-bottom: 0;
}
.mobile-menu > li.selected > ul.sub-menu {
  left: 0;
  transform: translateZ(0) translateX(0);
}
.mobile-menu.level-down > li > a {
  transform: translateX(-100%);
}

/* end .nav */
/*********************
DESKTOP NAVIGATION STYLES
*********************/
.desktop-nav,
.secondary-menu {
  display: none;
}

@media (min-width: 1100px) {
  .desktop-nav {
    margin-left: max(32px, 9vw);
  }
  body:not(.header--type2) .desktop-nav {
    display: block;
  }
}
.sp-menu-container {
  max-width: var(--wp--custom--size--content-size);
  margin: 0 auto;
}

ul.desktop-menu,
ul.secondary-menu {
  font-size: 0.95em;
  margin: 0;
  padding: 0;
  /* All navigation links */
  /* First level */
}
.nav-active ul.desktop-menu,
.nav-active ul.secondary-menu {
  opacity: 1;
  transform: translateY(0);
}
ul.desktop-menu li,
ul.secondary-menu li {
  display: inline-block;
  margin-right: 16px;
}
@media (min-width: 768px) {
  ul.desktop-menu li,
  ul.secondary-menu li {
    margin-right: 32px;
  }
}
ul.desktop-menu li:last-child,
ul.secondary-menu li:last-child {
  margin-right: 0;
}
ul.desktop-menu li a,
ul.secondary-menu li a {
  font-weight: 500;
  color: var(--sp-color--text);
  color: var(--sp-color--navitems);
}
ul.desktop-menu li a:focus, ul.desktop-menu li a:hover,
ul.secondary-menu li a:focus,
ul.secondary-menu li a:hover {
  text-decoration: underline;
  color: var(--sp-color--link);
  color: var(--sp-color--navitems);
}
ul.desktop-menu > li > a,
ul.secondary-menu > li > a {
  word-break: break-word;
  display: block;
  line-height: 1.1;
  padding: 8px 0;
  position: relative;
}
ul.desktop-menu > li.menu-item-has-children,
ul.secondary-menu > li.menu-item-has-children {
  position: relative;
}
ul.desktop-menu > li.menu-item-has-children > a:after,
ul.secondary-menu > li.menu-item-has-children > a:after {
  content: "";
  display: inline-block;
  height: 10px;
  width: 13px;
  margin-left: 8px;
  background-image: url("../images/arrow-down-simple.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
ul.desktop-menu > li.menu-item-has-children > ul.sub-menu,
ul.secondary-menu > li.menu-item-has-children > ul.sub-menu {
  z-index: 2;
  margin: 0;
  display: none;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
  grid-gap: 32px;
  position: absolute;
  top: 64px;
  left: -32px;
  min-width: 600px;
  background: rgba(83, 86, 78, 0.985);
  border: 1px solid rgba(255, 255, 255, 0.15);
  padding: 20px;
  border-radius: 8px;
  backdrop-filter: blur(3px);
}
@media (min-width: 1100px) {
  ul.desktop-menu > li.menu-item-has-children > ul.sub-menu,
  ul.secondary-menu > li.menu-item-has-children > ul.sub-menu {
    left: -46px;
    padding: 46px;
  }
}
@media (min-width: 1240px) {
  ul.desktop-menu > li.menu-item-has-children > ul.sub-menu,
  ul.secondary-menu > li.menu-item-has-children > ul.sub-menu {
    min-width: 800px;
  }
}
ul.desktop-menu > li.menu-item-has-children > ul.sub-menu li,
ul.secondary-menu > li.menu-item-has-children > ul.sub-menu li {
  display: block;
  margin-right: 0;
}
ul.desktop-menu > li.menu-item-has-children > ul.sub-menu li a,
ul.secondary-menu > li.menu-item-has-children > ul.sub-menu li a {
  padding: 8px 0;
  display: block;
  color: var(--sp-color--navitems);
}
ul.desktop-menu > li.menu-item-has-children > ul.sub-menu li.heading,
ul.secondary-menu > li.menu-item-has-children > ul.sub-menu li.heading {
  grid-column: 1/-1;
  font-size: var(--wp--preset--font-size--medium);
  font-weight: 600;
}
ul.desktop-menu > li.menu-item-has-children > ul.sub-menu li.heading > a,
ul.secondary-menu > li.menu-item-has-children > ul.sub-menu li.heading > a {
  position: relative;
}
ul.desktop-menu > li.menu-item-has-children > ul.sub-menu li.heading > a:after,
ul.secondary-menu > li.menu-item-has-children > ul.sub-menu li.heading > a:after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-left: 16px;
  background-image: url("../images/arrow-right-green.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 0.215s ease-in-out;
}
ul.desktop-menu > li.menu-item-has-children > ul.sub-menu li.heading > a:focus:after, ul.desktop-menu > li.menu-item-has-children > ul.sub-menu li.heading > a:hover:after,
ul.secondary-menu > li.menu-item-has-children > ul.sub-menu li.heading > a:focus:after,
ul.secondary-menu > li.menu-item-has-children > ul.sub-menu li.heading > a:hover:after {
  transform: translateX(6px);
}
ul.desktop-menu > li.menu-item-has-children > ul.sub-menu li.subheading,
ul.secondary-menu > li.menu-item-has-children > ul.sub-menu li.subheading {
  grid-column-start: span 1;
  font-size: var(--wp--preset--font-size--small);
}
ul.desktop-menu > li.menu-item-has-children > ul.sub-menu li.subheading > a,
ul.secondary-menu > li.menu-item-has-children > ul.sub-menu li.subheading > a {
  pointer-events: none;
  display: block;
  color: #fff;
  line-height: 1;
  margin-bottom: 8px;
}
ul.desktop-menu > li.menu-item-has-children > ul.sub-menu li.subheading.cols-2,
ul.secondary-menu > li.menu-item-has-children > ul.sub-menu li.subheading.cols-2 {
  grid-column-start: span 2;
}
ul.desktop-menu > li.menu-item-has-children > ul.sub-menu li.subheading.cols-2 ul.sub-menu,
ul.secondary-menu > li.menu-item-has-children > ul.sub-menu li.subheading.cols-2 ul.sub-menu {
  column-count: 2;
  column-gap: 32px;
}
ul.desktop-menu > li.menu-item-has-children > ul.sub-menu ul.sub-menu li,
ul.secondary-menu > li.menu-item-has-children > ul.sub-menu ul.sub-menu li {
  font-size: var(--sp-font-base-size);
  line-height: 1.3;
  margin-bottom: 8px;
}
ul.desktop-menu > li.menu-item-has-children > ul.sub-menu ul.sub-menu li a,
ul.secondary-menu > li.menu-item-has-children > ul.sub-menu ul.sub-menu li a {
  padding: 4px 0;
}
ul.desktop-menu > li.menu-item-has-children:hover > a,
ul.secondary-menu > li.menu-item-has-children:hover > a {
  color: var(--sp-color--navitems);
}
ul.desktop-menu > li.menu-item-has-children:hover > a:after,
ul.secondary-menu > li.menu-item-has-children:hover > a:after {
  transform: rotate(180deg);
  background-image: url("../images/arrow-down-simple-green.svg");
}
ul.desktop-menu > li.menu-item-has-children:hover:after,
ul.secondary-menu > li.menu-item-has-children:hover:after {
  content: "";
  position: absolute;
  width: calc(100% + 128px);
  left: -32px;
  height: 64px;
}
ul.desktop-menu > li.menu-item-has-children:hover > ul.sub-menu,
ul.secondary-menu > li.menu-item-has-children:hover > ul.sub-menu {
  display: grid;
}
ul.desktop-menu > li.current-menu-item > a,
ul.secondary-menu > li.current-menu-item > a {
  color: var(--sp-color--navitems);
  text-decoration: underline;
}

@media (min-width: 1100px) {
  ul.secondary-menu {
    display: block;
    margin-left: auto !important;
  }
}

.sp-icon-menu {
  display: none;
}
@media (min-width: 1100px) {
  .sp-icon-menu {
    display: block;
    margin-left: 64px;
  }
  body:not(.header--type2) .sp-icon-menu {
    display: none;
  }
}
.sp-icon-menu ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 32px;
  font-size: 13px;
}
.sp-icon-menu ul li {
  text-align: center;
}
.sp-icon-menu ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  line-height: 1;
  color: var(--sp-color--navitems);
  text-transform: uppercase;
  font-weight: 600;
}
.sp-icon-menu ul li a img {
  height: 26px;
  width: auto;
}

.searchwp-live-search-results {
  max-height: calc(100vh - 98px);
}
@media (min-width: 1100px) {
  .searchwp-live-search-results {
    padding: 32px;
  }
}

.searchwp-live-search-results-showing {
  position: fixed !important;
}

.searchwp-live-search-results,
.searchwp-live-search-results-showing {
  border-radius: 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 1100px) {
  .searchwp-live-search-results,
  .searchwp-live-search-results-showing {
    left: 50% !important;
    transform: translateX(-50%);
    width: calc(100vw - 64px) !important;
    max-width: calc(var(--wp--custom--size--full-size) - 64px);
  }
}
@media (max-width: 1029px) {
  .searchwp-live-search-results,
  .searchwp-live-search-results-showing {
    left: 0 !important;
    width: 290px !important;
    max-height: calc(100vh - 133px);
  }
}

.searchwp-live-search-result:nth-of-type(even) {
  background: #ECE4DB;
}
.searchwp-live-search-result > a {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  line-height: 0;
  white-space: normal;
}
.searchwp-live-search-result > a:hover, .searchwp-live-search-result > a:focus {
  text-decoration: none;
  background: #ECE4DB;
  color: var(--sp-color--text);
}
.searchwp-live-search-result .search-thumb {
  display: inline-block;
  line-height: 0;
  height: 73px;
}
.searchwp-live-search-result .search-thumb img {
  height: 100%;
  width: auto;
}
@media (min-width: 1100px) {
  .searchwp-live-search-result .search-thumb {
    height: 100px;
  }
}
.searchwp-live-search-result:last-child {
  border-bottom: none;
}

/******************************************************************

Stylesheet: Widgets

******************************************************************/
.widget {
  font-size: var(--wp--preset--font-size--small);
}
.widget > * {
  margin-bottom: 16px;
}
.widget > *:last-child {
  margin-bottom: 0;
}
.widget .widgettitle,
.widget h3 {
  font-family: var(--wp--custom--font--family);
  font-size: var(--wp--preset--font-size--small);
  margin-bottom: 0;
}
.widget a {
  color: var(--sp-color--navitems);
}
.widget a:hover, .widget a:focus {
  color: var(--sp-color--navitems);
  text-decoration: underline;
}
.widget .wp-block-group {
  padding: 0;
}
.widget .wp-block-group > * {
  margin-bottom: 16px;
}
.widget .wp-block-group > *:last-child {
  margin-bottom: 0;
}
.widget ul,
.widget ul.menu {
  margin: 0;
}
.widget ul li a,
.widget ul.menu li a {
  text-decoration: none;
}
.widget ul li a[target=_blank]:before,
.widget ul.menu li a[target=_blank]:before {
  display: inline-block;
  content: "";
  margin-right: 8px;
  height: 12px;
  width: 12px;
  background-size: contain;
  background-image: url("../images/external-link.svg");
  background-repeat: no-repeat;
}
.widget .pll-switcher-select {
  background-position: calc(100% - 8px) center;
  background-size: 14px;
  min-width: 140px;
  margin-top: 8px;
  padding: 8px;
  font-size: var(--wp--preset--font-size--small);
}

.sp-follow > a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #F0F2EE;
  color: var(--sp-color--text);
  margin-right: 16px;
}
.sp-follow > a:last-of-type {
  margin-right: 0;
}
.sp-follow > a i {
  position: relative;
  top: 1px;
}
.sp-follow > a:hover, .sp-follow > a:focus {
  background: rgb(214.5, 219.9, 209.1);
  color: var(--sp-color--text);
}

.no-widgets {
  background-color: #fff;
  padding: 8px;
  text-align: center;
  border: 1px solid #ECE4DB;
  margin-bottom: 8px;
}

/*********************
BASE (MOBILE) SIZE
This are the mobile styles. It's what people see on their phones. If
you set a great foundation, you won't need to add too many styles in
the other stylesheets. Remember, keep it light: Speed is Important.
*********************/
/******************************************************************

Stylesheet: Base Mobile Stylesheet

******************************************************************/
/*********************
GENERAL STYLES
*********************/
body {
  font-family: var(--wp--custom--font--family);
  font-size: 100%;
  font-size: var(--sp-font-base-size);
  font-weight: 300;
  line-height: 1.5;
  word-break: break-word;
  color: var(--sp-color--text);
  background-color: #fff;
  position: relative;
  -webkit-font-smoothing: antialiased;
  /* &.single-post {
  	background-color: #fafafa;
  } */
}
body:before {
  left: 0;
}
body:after {
  right: 0;
}

/*********************
SKIP LINK / WCAG
*********************/
.skip-link {
  position: absolute;
  top: 16px;
  left: -9999px;
  position: absolute;
  text-align: center;
  white-space: normal;
  padding: 7px 8px;
  background-color: #fff;
  line-height: 1.2;
  border: 1px dashed var(--sp-color--brand);
  outline: none !important;
  border-radius: 3px;
  opacity: 0;
}
.skip-link:focus {
  left: 16px;
  opacity: 1;
  z-index: 500;
}

/*********************
LAYOUT & GRID STYLES
*********************/
.big-wrap,
.small-wrap,
.wrap {
  width: 100%;
  margin: 0 auto;
}

.big-wrap {
  padding-left: 16px;
  padding-right: 16px;
}

.wrap {
  padding-left: 16px;
  padding-right: 16px;
  max-width: var(--wp--custom--size--wide-size);
}

.small-wrap {
  padding-left: 16px;
  padding-right: 16px;
  max-width: var(--wp--custom--size--content-size);
}

.hide-on-mobile {
  display: none;
}

/*********************
LINK STYLES
*********************/
a {
  color: var(--sp-color--link);
  text-decoration: none;
  /* on hover */
  /* mobile tap color */
}
a:focus, a:hover {
  color: var(--sp-color--link);
  text-decoration: underline;
}
a:link {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}

/*********************
H1, H2, H3, H4, H5 STYLES
*********************/
.h1,
.h2,
.h3,
.h4,
.h5,
h1,
h2,
h3,
h4,
h5 {
  text-rendering: optimizelegibility;
  font-family: var(--wp--custom--font--family);
  font-weight: 600;
  position: relative;
}
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
  text-decoration: none;
}

/*********************
POSTS & CONTENT STYLES
*********************/
#content {
  margin-top: calc(var(--header-height) + 32px);
  margin-bottom: 64px;
}
.hide-page-title #content {
  margin-top: var(--header-height);
}
.last-block-no-spacing #content {
  margin-bottom: 0;
}
.search-results #content, .single-post #content {
  margin-top: var(--header-height);
}
.header--type2 #content {
  margin-top: var(--header-height-alt);
}

.sp-content-margin-top--none #main {
  margin-top: 0;
}
.sp-content-margin-top--small #main {
  margin-top: 8px;
}
.sp-content-margin-top--half #main {
  margin-top: 16px;
}
.sp-content-margin-top--base #main {
  margin-top: 32px;
}
.sp-content-margin-top--double #main {
  margin-top: 64px;
}
.sp-content-margin-top--triple #main {
  margin-top: 96px;
}
.sp-content-margin-bottom--none #main {
  margin-bottom: 0;
}
.sp-content-margin-bottom--small #main {
  margin-bottom: 8px;
}
.sp-content-margin-bottom--half #main {
  margin-bottom: 16px;
}
.sp-content-margin-bottom--base #main {
  margin-bottom: 32px;
}
.sp-content-margin-bottom--double #main {
  margin-bottom: 64px;
}
.sp-content-margin-bottom--triple #main {
  margin-bottom: 96px;
}

.hentry footer p {
  margin: 0;
}

/* end .hentry */
.article-header,
.entry-header {
  margin: 32px 0;
}
.article-header .byline,
.entry-header .byline {
  margin-top: 16px;
}
body.single-event .article-header,
body.single-event .entry-header {
  margin-top: 0;
}

.article-header .sp-featured-image .post-thumbnail-wrap img {
  border-radius: 8px;
}
@media (max-width: 768px) {
  .article-header .sp-featured-image .post-thumbnail-wrap img {
    border-radius: 0;
  }
}
.article-header .header-title {
  position: relative;
  background: #7C98DE;
  color: #fff;
  text-align: center;
  margin-top: -80px;
  border-radius: 8px;
  width: 100%;
  max-width: 836px;
  padding: 60px 53px 60px 53px;
  margin-bottom: 24px;
}
.article-header .header-title .page-title {
  display: block;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: -0.02em;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.entry-title,
.page-title,
.single-title {
  margin: 0;
}
.entry-title.title-align-left,
.page-title.title-align-left,
.single-title.title-align-left {
  text-align: left;
}
.entry-title.title-align-center,
.page-title.title-align-center,
.single-title.title-align-center {
  text-align: center;
}
.entry-title.title-align-right,
.page-title.title-align-right,
.single-title.title-align-right {
  text-align: right;
}
body.page-template-page-narrow .entry-title, body.single-post .entry-title,
body.page-template-page-narrow .page-title,
body.single-post .page-title,
body.page-template-page-narrow .single-title,
body.single-post .single-title {
  font-size: var(--wp--preset--font-size--huge);
}

/* post meta */
.wp-block-heading {
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 30.6px;
  text-align: left;
  color: #3866DA;
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1;
}

.wp-block-heading::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #3866DA;
  flex: 1;
}

.byline {
  color: var(--sp-color--text-light);
  display: block;
}

.wp-block-separator,
hr {
  border: none;
  height: 1px;
  margin: 1.65em auto;
  background: #ECE4DB;
}

.sp-featured-image {
  margin-bottom: 32px;
}
.sp-featured-image .post-thumbnail-wrap {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: auto;
  max-width: 1000%;
  line-height: 0;
}
@media (min-width: 768px) {
  .sp-featured-image .post-thumbnail-wrap {
    width: calc(100% + 128px);
    margin-left: -64px;
    margin-right: 0;
  }
}
.sp-featured-image .post-thumbnail-wrap img {
  width: 100%;
  height: auto;
}
.sp-featured-image figcaption {
  line-height: 1.4;
  font-style: italic;
  opacity: 0.6;
  margin-top: 16px;
  font-size: 0.8em;
}

.sp-table-of-contents {
  padding: 32px;
  border-radius: 4px;
  margin-bottom: 32px;
  background: #fff;
  font-size: calc(var(--sp-font-base-size) / var(--wp--custom--font--scale-ratio) * 1.012);
  border: 1px solid #f1f1f1;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.06);
  border-radius: 8px;
}
.sp-table-of-contents h3 {
  margin-bottom: 16px;
  font-size: var(--wp--preset--font-size--medium);
}
.sp-table-of-contents ol {
  margin: 0 0 0 16px;
  list-style-type: revert;
}
.sp-table-of-contents ol li {
  margin-bottom: 4px;
}
.sp-table-of-contents ol li a {
  color: var(--sp-color--text);
}
.sp-table-of-contents ol li:last-of-type {
  margin-bottom: 0;
}

/* entry content */
.entry-content > *,
.entry-content .wp-block-column > *,
.entry-content .wp-block-group > *,
.entry-content .wp-block-media-text__content > *,
.text-content > *,
.wp-block-cover__inner-container > * {
  margin-bottom: 32px;
}
.entry-content > *.byggemodul, .entry-content > *.wp-block-columns, .entry-content > *.wp-block-group,
.entry-content .wp-block-column > *.byggemodul,
.entry-content .wp-block-column > *.wp-block-columns,
.entry-content .wp-block-column > *.wp-block-group,
.entry-content .wp-block-group > *.byggemodul,
.entry-content .wp-block-group > *.wp-block-columns,
.entry-content .wp-block-group > *.wp-block-group,
.entry-content .wp-block-media-text__content > *.byggemodul,
.entry-content .wp-block-media-text__content > *.wp-block-columns,
.entry-content .wp-block-media-text__content > *.wp-block-group,
.text-content > *.byggemodul,
.text-content > *.wp-block-columns,
.text-content > *.wp-block-group,
.wp-block-cover__inner-container > *.byggemodul,
.wp-block-cover__inner-container > *.wp-block-columns,
.wp-block-cover__inner-container > *.wp-block-group {
  margin-bottom: 64px;
}
.entry-content > *:first-child,
.entry-content .wp-block-column > *:first-child,
.entry-content .wp-block-group > *:first-child,
.entry-content .wp-block-media-text__content > *:first-child,
.text-content > *:first-child,
.wp-block-cover__inner-container > *:first-child {
  margin-top: 0;
}
.entry-content > *:last-child,
.entry-content .wp-block-column > *:last-child,
.entry-content .wp-block-group > *:last-child,
.entry-content .wp-block-media-text__content > *:last-child,
.text-content > *:last-child,
.wp-block-cover__inner-container > *:last-child {
  margin-bottom: 0;
}
.entry-content > h2,
.entry-content > h4,
.entry-content .heading,
.entry-content > h3,
.entry-content .wp-block-column > h2,
.entry-content .wp-block-column > h4,
.entry-content .wp-block-column .heading,
.entry-content .wp-block-column > h3,
.entry-content .wp-block-group > h2,
.entry-content .wp-block-group > h4,
.entry-content .wp-block-group .heading,
.entry-content .wp-block-group > h3,
.entry-content .wp-block-media-text__content > h2,
.entry-content .wp-block-media-text__content > h4,
.entry-content .wp-block-media-text__content .heading,
.entry-content .wp-block-media-text__content > h3,
.text-content > h2,
.text-content > h4,
.text-content .heading,
.text-content > h3,
.wp-block-cover__inner-container > h2,
.wp-block-cover__inner-container > h4,
.wp-block-cover__inner-container .heading,
.wp-block-cover__inner-container > h3 {
  margin-top: 64px;
  margin-bottom: 16px;
}
.entry-content > h2:first-child,
.entry-content > h4:first-child,
.entry-content .heading:first-child,
.entry-content > h3:first-child,
.entry-content .wp-block-column > h2:first-child,
.entry-content .wp-block-column > h4:first-child,
.entry-content .wp-block-column .heading:first-child,
.entry-content .wp-block-column > h3:first-child,
.entry-content .wp-block-group > h2:first-child,
.entry-content .wp-block-group > h4:first-child,
.entry-content .wp-block-group .heading:first-child,
.entry-content .wp-block-group > h3:first-child,
.entry-content .wp-block-media-text__content > h2:first-child,
.entry-content .wp-block-media-text__content > h4:first-child,
.entry-content .wp-block-media-text__content .heading:first-child,
.entry-content .wp-block-media-text__content > h3:first-child,
.text-content > h2:first-child,
.text-content > h4:first-child,
.text-content .heading:first-child,
.text-content > h3:first-child,
.wp-block-cover__inner-container > h2:first-child,
.wp-block-cover__inner-container > h4:first-child,
.wp-block-cover__inner-container .heading:first-child,
.wp-block-cover__inner-container > h3:first-child {
  margin-top: 0;
}
.entry-content a,
.entry-content .wp-block-column a,
.entry-content .wp-block-group a,
.entry-content .wp-block-media-text__content a,
.text-content a,
.wp-block-cover__inner-container a {
  color: var(--sp-color--link);
  text-decoration: underline;
}
.entry-content a.btn, .entry-content a.button,
.entry-content .wp-block-column a.btn,
.entry-content .wp-block-column a.button,
.entry-content .wp-block-group a.btn,
.entry-content .wp-block-group a.button,
.entry-content .wp-block-media-text__content a.btn,
.entry-content .wp-block-media-text__content a.button,
.text-content a.btn,
.text-content a.button,
.wp-block-cover__inner-container a.btn,
.wp-block-cover__inner-container a.button {
  color: #fff;
  text-decoration: none;
}
.entry-content a.heading-link,
.entry-content .wp-block-column a.heading-link,
.entry-content .wp-block-group a.heading-link,
.entry-content .wp-block-media-text__content a.heading-link,
.text-content a.heading-link,
.wp-block-cover__inner-container a.heading-link {
  position: absolute;
}
.entry-content a.heading-link svg,
.entry-content .wp-block-column a.heading-link svg,
.entry-content .wp-block-group a.heading-link svg,
.entry-content .wp-block-media-text__content a.heading-link svg,
.text-content a.heading-link svg,
.wp-block-cover__inner-container a.heading-link svg {
  color: var(--sp-color--text);
  height: 80%;
  width: auto;
  top: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.entry-content h1 a.heading-link,
.entry-content h2 a.heading-link,
.entry-content h3 a.heading-link,
.entry-content h4 a.heading-link,
.entry-content h5 a.heading-link,
.entry-content h6 a.heading-link,
.entry-content .wp-block-column h1 a.heading-link,
.entry-content .wp-block-column h2 a.heading-link,
.entry-content .wp-block-column h3 a.heading-link,
.entry-content .wp-block-column h4 a.heading-link,
.entry-content .wp-block-column h5 a.heading-link,
.entry-content .wp-block-column h6 a.heading-link,
.entry-content .wp-block-group h1 a.heading-link,
.entry-content .wp-block-group h2 a.heading-link,
.entry-content .wp-block-group h3 a.heading-link,
.entry-content .wp-block-group h4 a.heading-link,
.entry-content .wp-block-group h5 a.heading-link,
.entry-content .wp-block-group h6 a.heading-link,
.entry-content .wp-block-media-text__content h1 a.heading-link,
.entry-content .wp-block-media-text__content h2 a.heading-link,
.entry-content .wp-block-media-text__content h3 a.heading-link,
.entry-content .wp-block-media-text__content h4 a.heading-link,
.entry-content .wp-block-media-text__content h5 a.heading-link,
.entry-content .wp-block-media-text__content h6 a.heading-link,
.text-content h1 a.heading-link,
.text-content h2 a.heading-link,
.text-content h3 a.heading-link,
.text-content h4 a.heading-link,
.text-content h5 a.heading-link,
.text-content h6 a.heading-link,
.wp-block-cover__inner-container h1 a.heading-link,
.wp-block-cover__inner-container h2 a.heading-link,
.wp-block-cover__inner-container h3 a.heading-link,
.wp-block-cover__inner-container h4 a.heading-link,
.wp-block-cover__inner-container h5 a.heading-link,
.wp-block-cover__inner-container h6 a.heading-link {
  opacity: 0;
  position: absolute;
  left: -42px;
  width: 32px;
}
.entry-content h1 a.heading-link:focus,
.entry-content h2 a.heading-link:focus,
.entry-content h3 a.heading-link:focus,
.entry-content h4 a.heading-link:focus,
.entry-content h5 a.heading-link:focus,
.entry-content h6 a.heading-link:focus,
.entry-content .wp-block-column h1 a.heading-link:focus,
.entry-content .wp-block-column h2 a.heading-link:focus,
.entry-content .wp-block-column h3 a.heading-link:focus,
.entry-content .wp-block-column h4 a.heading-link:focus,
.entry-content .wp-block-column h5 a.heading-link:focus,
.entry-content .wp-block-column h6 a.heading-link:focus,
.entry-content .wp-block-group h1 a.heading-link:focus,
.entry-content .wp-block-group h2 a.heading-link:focus,
.entry-content .wp-block-group h3 a.heading-link:focus,
.entry-content .wp-block-group h4 a.heading-link:focus,
.entry-content .wp-block-group h5 a.heading-link:focus,
.entry-content .wp-block-group h6 a.heading-link:focus,
.entry-content .wp-block-media-text__content h1 a.heading-link:focus,
.entry-content .wp-block-media-text__content h2 a.heading-link:focus,
.entry-content .wp-block-media-text__content h3 a.heading-link:focus,
.entry-content .wp-block-media-text__content h4 a.heading-link:focus,
.entry-content .wp-block-media-text__content h5 a.heading-link:focus,
.entry-content .wp-block-media-text__content h6 a.heading-link:focus,
.text-content h1 a.heading-link:focus,
.text-content h2 a.heading-link:focus,
.text-content h3 a.heading-link:focus,
.text-content h4 a.heading-link:focus,
.text-content h5 a.heading-link:focus,
.text-content h6 a.heading-link:focus,
.wp-block-cover__inner-container h1 a.heading-link:focus,
.wp-block-cover__inner-container h2 a.heading-link:focus,
.wp-block-cover__inner-container h3 a.heading-link:focus,
.wp-block-cover__inner-container h4 a.heading-link:focus,
.wp-block-cover__inner-container h5 a.heading-link:focus,
.wp-block-cover__inner-container h6 a.heading-link:focus {
  opacity: 1;
}
.entry-content h1:hover a.heading-link,
.entry-content h2:hover a.heading-link,
.entry-content h3:hover a.heading-link,
.entry-content h4:hover a.heading-link,
.entry-content h5:hover a.heading-link,
.entry-content h6:hover a.heading-link,
.entry-content .wp-block-column h1:hover a.heading-link,
.entry-content .wp-block-column h2:hover a.heading-link,
.entry-content .wp-block-column h3:hover a.heading-link,
.entry-content .wp-block-column h4:hover a.heading-link,
.entry-content .wp-block-column h5:hover a.heading-link,
.entry-content .wp-block-column h6:hover a.heading-link,
.entry-content .wp-block-group h1:hover a.heading-link,
.entry-content .wp-block-group h2:hover a.heading-link,
.entry-content .wp-block-group h3:hover a.heading-link,
.entry-content .wp-block-group h4:hover a.heading-link,
.entry-content .wp-block-group h5:hover a.heading-link,
.entry-content .wp-block-group h6:hover a.heading-link,
.entry-content .wp-block-media-text__content h1:hover a.heading-link,
.entry-content .wp-block-media-text__content h2:hover a.heading-link,
.entry-content .wp-block-media-text__content h3:hover a.heading-link,
.entry-content .wp-block-media-text__content h4:hover a.heading-link,
.entry-content .wp-block-media-text__content h5:hover a.heading-link,
.entry-content .wp-block-media-text__content h6:hover a.heading-link,
.text-content h1:hover a.heading-link,
.text-content h2:hover a.heading-link,
.text-content h3:hover a.heading-link,
.text-content h4:hover a.heading-link,
.text-content h5:hover a.heading-link,
.text-content h6:hover a.heading-link,
.wp-block-cover__inner-container h1:hover a.heading-link,
.wp-block-cover__inner-container h2:hover a.heading-link,
.wp-block-cover__inner-container h3:hover a.heading-link,
.wp-block-cover__inner-container h4:hover a.heading-link,
.wp-block-cover__inner-container h5:hover a.heading-link,
.wp-block-cover__inner-container h6:hover a.heading-link {
  opacity: 1;
}
.entry-content h1 a.heading-link,
.entry-content .wp-block-column h1 a.heading-link,
.entry-content .wp-block-group h1 a.heading-link,
.entry-content .wp-block-media-text__content h1 a.heading-link,
.text-content h1 a.heading-link,
.wp-block-cover__inner-container h1 a.heading-link {
  top: 4px;
}
.entry-content h1 a.heading-link,
.entry-content .wp-block-column h1 a.heading-link,
.entry-content .wp-block-group h1 a.heading-link,
.entry-content .wp-block-media-text__content h1 a.heading-link,
.text-content h1 a.heading-link,
.wp-block-cover__inner-container h1 a.heading-link {
  top: 7px;
  height: 38px;
}
.entry-content h2 a.heading-link,
.entry-content .wp-block-column h2 a.heading-link,
.entry-content .wp-block-group h2 a.heading-link,
.entry-content .wp-block-media-text__content h2 a.heading-link,
.text-content h2 a.heading-link,
.wp-block-cover__inner-container h2 a.heading-link {
  top: 3px;
  height: 36px;
}
.entry-content h3 a.heading-link,
.entry-content .wp-block-column h3 a.heading-link,
.entry-content .wp-block-group h3 a.heading-link,
.entry-content .wp-block-media-text__content h3 a.heading-link,
.text-content h3 a.heading-link,
.wp-block-cover__inner-container h3 a.heading-link {
  top: 1px;
  height: 31px;
}
.entry-content h4 a.heading-link,
.entry-content .wp-block-column h4 a.heading-link,
.entry-content .wp-block-group h4 a.heading-link,
.entry-content .wp-block-media-text__content h4 a.heading-link,
.text-content h4 a.heading-link,
.wp-block-cover__inner-container h4 a.heading-link {
  top: 0;
  height: 28px;
}
.entry-content h5 a.heading-link,
.entry-content .wp-block-column h5 a.heading-link,
.entry-content .wp-block-group h5 a.heading-link,
.entry-content .wp-block-media-text__content h5 a.heading-link,
.text-content h5 a.heading-link,
.wp-block-cover__inner-container h5 a.heading-link {
  top: 0;
  height: 25px;
}
.entry-content ol,
.entry-content ul,
.entry-content .wp-block-column ol,
.entry-content .wp-block-column ul,
.entry-content .wp-block-group ol,
.entry-content .wp-block-group ul,
.entry-content .wp-block-media-text__content ol,
.entry-content .wp-block-media-text__content ul,
.text-content ol,
.text-content ul,
.wp-block-cover__inner-container ol,
.wp-block-cover__inner-container ul {
  margin-top: 0;
  padding: 0;
}
.entry-content ol > *,
.entry-content ul > *,
.entry-content .wp-block-column ol > *,
.entry-content .wp-block-column ul > *,
.entry-content .wp-block-group ol > *,
.entry-content .wp-block-group ul > *,
.entry-content .wp-block-media-text__content ol > *,
.entry-content .wp-block-media-text__content ul > *,
.text-content ol > *,
.text-content ul > *,
.wp-block-cover__inner-container ol > *,
.wp-block-cover__inner-container ul > * {
  margin-bottom: 8px;
}
.entry-content ol > *:last-child,
.entry-content ul > *:last-child,
.entry-content .wp-block-column ol > *:last-child,
.entry-content .wp-block-column ul > *:last-child,
.entry-content .wp-block-group ol > *:last-child,
.entry-content .wp-block-group ul > *:last-child,
.entry-content .wp-block-media-text__content ol > *:last-child,
.entry-content .wp-block-media-text__content ul > *:last-child,
.text-content ol > *:last-child,
.text-content ul > *:last-child,
.wp-block-cover__inner-container ol > *:last-child,
.wp-block-cover__inner-container ul > *:last-child {
  margin-bottom: 0;
}
.entry-content ol li,
.entry-content ul li,
.entry-content .wp-block-column ol li,
.entry-content .wp-block-column ul li,
.entry-content .wp-block-group ol li,
.entry-content .wp-block-group ul li,
.entry-content .wp-block-media-text__content ol li,
.entry-content .wp-block-media-text__content ul li,
.text-content ol li,
.text-content ul li,
.wp-block-cover__inner-container ol li,
.wp-block-cover__inner-container ul li {
  list-style: initial;
  margin-left: 20px;
}
.entry-content ol li a,
.entry-content ul li a,
.entry-content .wp-block-column ol li a,
.entry-content .wp-block-column ul li a,
.entry-content .wp-block-group ol li a,
.entry-content .wp-block-group ul li a,
.entry-content .wp-block-media-text__content ol li a,
.entry-content .wp-block-media-text__content ul li a,
.text-content ol li a,
.text-content ul li a,
.wp-block-cover__inner-container ol li a,
.wp-block-cover__inner-container ul li a {
  display: inline;
}
.entry-content ul li::marker,
.entry-content .wp-block-column ul li::marker,
.entry-content .wp-block-group ul li::marker,
.entry-content .wp-block-media-text__content ul li::marker,
.text-content ul li::marker,
.wp-block-cover__inner-container ul li::marker {
  display: none;
  content: none;
}
.entry-content ul li:before,
.entry-content .wp-block-column ul li:before,
.entry-content .wp-block-group ul li:before,
.entry-content .wp-block-media-text__content ul li:before,
.text-content ul li:before,
.wp-block-cover__inner-container ul li:before {
  content: "";
  display: inline-block;
  position: relative;
  margin-left: -16px;
  margin-right: 10px;
  top: -3px;
  width: 6px;
  height: 6px;
  background: var(--sp-color--brand);
  border-radius: 50%;
}
.entry-content ol li,
.entry-content .wp-block-column ol li,
.entry-content .wp-block-group ol li,
.entry-content .wp-block-media-text__content ol li,
.text-content ol li,
.wp-block-cover__inner-container ol li {
  list-style-type: decimal;
}
.entry-content ol li::marker,
.entry-content .wp-block-column ol li::marker,
.entry-content .wp-block-group ol li::marker,
.entry-content .wp-block-media-text__content ol li::marker,
.text-content ol li::marker,
.wp-block-cover__inner-container ol li::marker {
  font-weight: bold;
  color: var(--sp-color--brand);
}
.entry-content ol li:last-of-type,
.entry-content .wp-block-column ol li:last-of-type,
.entry-content .wp-block-group ol li:last-of-type,
.entry-content .wp-block-media-text__content ol li:last-of-type,
.text-content ol li:last-of-type,
.wp-block-cover__inner-container ol li:last-of-type {
  margin-bottom: 0;
}
.entry-content fieldset,
.entry-content .wp-block-column fieldset,
.entry-content .wp-block-group fieldset,
.entry-content .wp-block-media-text__content fieldset,
.text-content fieldset,
.wp-block-cover__inner-container fieldset {
  border: none;
  margin: 0;
  padding: 8px 16px;
  background: #ECE4DB;
}
.entry-content fieldset ul,
.entry-content .wp-block-column fieldset ul,
.entry-content .wp-block-group fieldset ul,
.entry-content .wp-block-media-text__content fieldset ul,
.text-content fieldset ul,
.wp-block-cover__inner-container fieldset ul {
  margin-bottom: 0;
}
.entry-content fieldset ul li,
.entry-content .wp-block-column fieldset ul li,
.entry-content .wp-block-group fieldset ul li,
.entry-content .wp-block-media-text__content fieldset ul li,
.text-content fieldset ul li,
.wp-block-cover__inner-container fieldset ul li {
  margin-left: 0;
  list-style: none;
}
.entry-content .small-width,
.entry-content .wp-block-column .small-width,
.entry-content .wp-block-group .small-width,
.entry-content .wp-block-media-text__content .small-width,
.text-content .small-width,
.wp-block-cover__inner-container .small-width {
  max-width: 520px;
}
.entry-content .medium-width,
.entry-content .wp-block-column .medium-width,
.entry-content .wp-block-group .medium-width,
.entry-content .wp-block-media-text__content .medium-width,
.text-content .medium-width,
.wp-block-cover__inner-container .medium-width {
  max-width: 670px;
}
.entry-content .content-small-width > *,
.entry-content .wp-block-column .content-small-width > *,
.entry-content .wp-block-group .content-small-width > *,
.entry-content .wp-block-media-text__content .content-small-width > *,
.text-content .content-small-width > *,
.wp-block-cover__inner-container .content-small-width > * {
  max-width: 520px;
}
.entry-content .content-medium-width > *,
.entry-content .wp-block-column .content-medium-width > *,
.entry-content .wp-block-group .content-medium-width > *,
.entry-content .wp-block-media-text__content .content-medium-width > *,
.text-content .content-medium-width > *,
.wp-block-cover__inner-container .content-medium-width > * {
  max-width: 670px;
}
.entry-content .small-wrap,
.entry-content .wp-block-column .small-wrap,
.entry-content .wp-block-group .small-wrap,
.entry-content .wp-block-media-text__content .small-wrap,
.text-content .small-wrap,
.wp-block-cover__inner-container .small-wrap {
  max-width: var(--wp--custom--size--wide-size);
  margin-left: auto;
  margin-right: auto;
}
.entry-content .center,
.entry-content .wp-block-column .center,
.entry-content .wp-block-group .center,
.entry-content .wp-block-media-text__content .center,
.text-content .center,
.wp-block-cover__inner-container .center {
  margin-left: auto;
  margin-right: auto;
}
.entry-content .block-small-wrap .wp-block-group__inner-container,
.entry-content .wp-block-column .block-small-wrap .wp-block-group__inner-container,
.entry-content .wp-block-group .block-small-wrap .wp-block-group__inner-container,
.entry-content .wp-block-media-text__content .block-small-wrap .wp-block-group__inner-container,
.text-content .block-small-wrap .wp-block-group__inner-container,
.wp-block-cover__inner-container .block-small-wrap .wp-block-group__inner-container {
  max-width: var(--wp--custom--size--wide-size);
}
.entry-content .seperator,
.entry-content .wp-block-column .seperator,
.entry-content .wp-block-group .seperator,
.entry-content .wp-block-media-text__content .seperator,
.text-content .seperator,
.wp-block-cover__inner-container .seperator {
  position: relative;
}
.entry-content .seperator:before,
.entry-content .wp-block-column .seperator:before,
.entry-content .wp-block-group .seperator:before,
.entry-content .wp-block-media-text__content .seperator:before,
.text-content .seperator:before,
.wp-block-cover__inner-container .seperator:before {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 50%;
  width: 70px;
  height: 1px;
  background: #fff;
  transform: translateX(-50%);
}
.entry-content blockquote,
.entry-content .wp-block-column blockquote,
.entry-content .wp-block-group blockquote,
.entry-content .wp-block-media-text__content blockquote,
.text-content blockquote,
.wp-block-cover__inner-container blockquote {
  line-height: 1.4;
}
.entry-content blockquote > *,
.entry-content .wp-block-column blockquote > *,
.entry-content .wp-block-group blockquote > *,
.entry-content .wp-block-media-text__content blockquote > *,
.text-content blockquote > *,
.wp-block-cover__inner-container blockquote > * {
  margin-bottom: 16px;
}
.entry-content blockquote > *:last-child,
.entry-content .wp-block-column blockquote > *:last-child,
.entry-content .wp-block-group blockquote > *:last-child,
.entry-content .wp-block-media-text__content blockquote > *:last-child,
.text-content blockquote > *:last-child,
.wp-block-cover__inner-container blockquote > *:last-child {
  margin-bottom: 0;
}
.entry-content blockquote.wp-block-pullquote,
.entry-content .wp-block-column blockquote.wp-block-pullquote,
.entry-content .wp-block-group blockquote.wp-block-pullquote,
.entry-content .wp-block-media-text__content blockquote.wp-block-pullquote,
.text-content blockquote.wp-block-pullquote,
.wp-block-cover__inner-container blockquote.wp-block-pullquote {
  padding: 32px 0;
}
.entry-content dd,
.entry-content .wp-block-column dd,
.entry-content .wp-block-group dd,
.entry-content .wp-block-media-text__content dd,
.text-content dd,
.wp-block-cover__inner-container dd {
  margin-left: 0;
  font-size: 0.9em;
  color: #787878;
  margin-bottom: 8px;
}
.entry-content img,
.entry-content .wp-block-column img,
.entry-content .wp-block-group img,
.entry-content .wp-block-media-text__content img,
.text-content img,
.wp-block-cover__inner-container img {
  margin: 0;
  max-width: 100%;
  height: auto;
}
.entry-content .size-auto,
.entry-content .size-full,
.entry-content .size-large,
.entry-content .size-medium,
.entry-content .size-thumbnail,
.entry-content .wp-block-column .size-auto,
.entry-content .wp-block-column .size-full,
.entry-content .wp-block-column .size-large,
.entry-content .wp-block-column .size-medium,
.entry-content .wp-block-column .size-thumbnail,
.entry-content .wp-block-group .size-auto,
.entry-content .wp-block-group .size-full,
.entry-content .wp-block-group .size-large,
.entry-content .wp-block-group .size-medium,
.entry-content .wp-block-group .size-thumbnail,
.entry-content .wp-block-media-text__content .size-auto,
.entry-content .wp-block-media-text__content .size-full,
.entry-content .wp-block-media-text__content .size-large,
.entry-content .wp-block-media-text__content .size-medium,
.entry-content .wp-block-media-text__content .size-thumbnail,
.text-content .size-auto,
.text-content .size-full,
.text-content .size-large,
.text-content .size-medium,
.text-content .size-thumbnail,
.wp-block-cover__inner-container .size-auto,
.wp-block-cover__inner-container .size-full,
.wp-block-cover__inner-container .size-large,
.wp-block-cover__inner-container .size-medium,
.wp-block-cover__inner-container .size-thumbnail {
  height: auto;
}
.entry-content .size-full,
.entry-content .wp-block-column .size-full,
.entry-content .wp-block-group .size-full,
.entry-content .wp-block-media-text__content .size-full,
.text-content .size-full,
.wp-block-cover__inner-container .size-full {
  width: 100%;
}
.entry-content .size-full img,
.entry-content .wp-block-column .size-full img,
.entry-content .wp-block-group .size-full img,
.entry-content .wp-block-media-text__content .size-full img,
.text-content .size-full img,
.wp-block-cover__inner-container .size-full img {
  width: 100%;
}
.entry-content .alignfull,
.entry-content .wp-block-column .alignfull,
.entry-content .wp-block-group .alignfull,
.entry-content .wp-block-media-text__content .alignfull,
.text-content .alignfull,
.wp-block-cover__inner-container .alignfull {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: auto;
  max-width: 1000%;
}
.entry-content .alignfull img,
.entry-content .alignwide img,
.entry-content .wp-block-column .alignfull img,
.entry-content .wp-block-column .alignwide img,
.entry-content .wp-block-group .alignfull img,
.entry-content .wp-block-group .alignwide img,
.entry-content .wp-block-media-text__content .alignfull img,
.entry-content .wp-block-media-text__content .alignwide img,
.text-content .alignfull img,
.text-content .alignwide img,
.wp-block-cover__inner-container .alignfull img,
.wp-block-cover__inner-container .alignwide img {
  display: block;
  margin: 0 auto;
}
.has-sidebar .entry-content .alignfull,
.has-sidebar .entry-content .alignwide,
.has-sidebar .entry-content .wp-block-column .alignfull,
.has-sidebar .entry-content .wp-block-column .alignwide,
.has-sidebar .entry-content .wp-block-group .alignfull,
.has-sidebar .entry-content .wp-block-group .alignwide,
.has-sidebar .entry-content .wp-block-media-text__content .alignfull,
.has-sidebar .entry-content .wp-block-media-text__content .alignwide,
.has-sidebar .text-content .alignfull,
.has-sidebar .text-content .alignwide,
.has-sidebar .wp-block-cover__inner-container .alignfull,
.has-sidebar .wp-block-cover__inner-container .alignwide {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
}
.entry-content .wp-block-code,
.entry-content .wp-block-file,
.entry-content pre,
.entry-content .wp-block-column .wp-block-code,
.entry-content .wp-block-column .wp-block-file,
.entry-content .wp-block-column pre,
.entry-content .wp-block-group .wp-block-code,
.entry-content .wp-block-group .wp-block-file,
.entry-content .wp-block-group pre,
.entry-content .wp-block-media-text__content .wp-block-code,
.entry-content .wp-block-media-text__content .wp-block-file,
.entry-content .wp-block-media-text__content pre,
.text-content .wp-block-code,
.text-content .wp-block-file,
.text-content pre,
.wp-block-cover__inner-container .wp-block-code,
.wp-block-cover__inner-container .wp-block-file,
.wp-block-cover__inner-container pre {
  border: 1px solid #ECE4DB;
  box-shadow: inset 0 0 16px 0 rgba(0, 0, 0, 0.1);
  padding: 32px;
}
.entry-content .gallery,
.entry-content .wp-block-column .gallery,
.entry-content .wp-block-group .gallery,
.entry-content .wp-block-media-text__content .gallery,
.text-content .gallery,
.wp-block-cover__inner-container .gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -16px;
}
.entry-content .gallery .gallery-item,
.entry-content .wp-block-column .gallery .gallery-item,
.entry-content .wp-block-group .gallery .gallery-item,
.entry-content .wp-block-media-text__content .gallery .gallery-item,
.text-content .gallery .gallery-item,
.wp-block-cover__inner-container .gallery .gallery-item {
  padding: 0 16px;
}
.entry-content .gallery .gallery-item a,
.entry-content .wp-block-column .gallery .gallery-item a,
.entry-content .wp-block-group .gallery .gallery-item a,
.entry-content .wp-block-media-text__content .gallery .gallery-item a,
.text-content .gallery .gallery-item a,
.wp-block-cover__inner-container .gallery .gallery-item a {
  display: block;
  line-height: 0;
}
.entry-content .gallery .gallery-item img,
.entry-content .wp-block-column .gallery .gallery-item img,
.entry-content .wp-block-group .gallery .gallery-item img,
.entry-content .wp-block-media-text__content .gallery .gallery-item img,
.text-content .gallery .gallery-item img,
.wp-block-cover__inner-container .gallery .gallery-item img {
  margin: 0;
}
.entry-content .gallery.gallery-columns-2 .gallery-item,
.entry-content .wp-block-column .gallery.gallery-columns-2 .gallery-item,
.entry-content .wp-block-group .gallery.gallery-columns-2 .gallery-item,
.entry-content .wp-block-media-text__content .gallery.gallery-columns-2 .gallery-item,
.text-content .gallery.gallery-columns-2 .gallery-item,
.wp-block-cover__inner-container .gallery.gallery-columns-2 .gallery-item {
  width: 50%;
}
.entry-content .gallery.gallery-columns-3 .gallery-item,
.entry-content .wp-block-column .gallery.gallery-columns-3 .gallery-item,
.entry-content .wp-block-group .gallery.gallery-columns-3 .gallery-item,
.entry-content .wp-block-media-text__content .gallery.gallery-columns-3 .gallery-item,
.text-content .gallery.gallery-columns-3 .gallery-item,
.wp-block-cover__inner-container .gallery.gallery-columns-3 .gallery-item {
  width: 33.333333%;
}
.entry-content .gallery.gallery-columns-4 .gallery-item,
.entry-content .wp-block-column .gallery.gallery-columns-4 .gallery-item,
.entry-content .wp-block-group .gallery.gallery-columns-4 .gallery-item,
.entry-content .wp-block-media-text__content .gallery.gallery-columns-4 .gallery-item,
.text-content .gallery.gallery-columns-4 .gallery-item,
.wp-block-cover__inner-container .gallery.gallery-columns-4 .gallery-item {
  width: 25%;
}
.entry-content .gallery.gallery-columns-5 .gallery-item,
.entry-content .wp-block-column .gallery.gallery-columns-5 .gallery-item,
.entry-content .wp-block-group .gallery.gallery-columns-5 .gallery-item,
.entry-content .wp-block-media-text__content .gallery.gallery-columns-5 .gallery-item,
.text-content .gallery.gallery-columns-5 .gallery-item,
.wp-block-cover__inner-container .gallery.gallery-columns-5 .gallery-item {
  width: 20%;
}
.entry-content .gallery.gallery-columns-6 .gallery-item,
.entry-content .wp-block-column .gallery.gallery-columns-6 .gallery-item,
.entry-content .wp-block-group .gallery.gallery-columns-6 .gallery-item,
.entry-content .wp-block-media-text__content .gallery.gallery-columns-6 .gallery-item,
.text-content .gallery.gallery-columns-6 .gallery-item,
.wp-block-cover__inner-container .gallery.gallery-columns-6 .gallery-item {
  width: 16.666666667%;
}
.entry-content .wp-block-embed .video-container,
.entry-content .wp-block-column .wp-block-embed .video-container,
.entry-content .wp-block-group .wp-block-embed .video-container,
.entry-content .wp-block-media-text__content .wp-block-embed .video-container,
.text-content .wp-block-embed .video-container,
.wp-block-cover__inner-container .wp-block-embed .video-container {
  position: static;
  padding-bottom: 0;
  /* 16:9 */
  height: auto;
}

/* end .entry-content */
.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px;
  /* images inside wp-caption */
}
.wp-caption img {
  max-width: 100%;
  margin-bottom: 0;
  width: 100%;
}
.wp-caption p.wp-caption-text {
  font-size: 0.85em;
  margin: 4px 0 7px;
  text-align: center;
}

/* end .wp-caption */
.tags {
  margin: 0;
}

/*********************
ARCHIVE STYLES
*********************/
.blog-header {
  margin: 32px 0;
}
.blog-header > * {
  margin-bottom: 32px;
}
.blog-header > *:last-child {
  margin-bottom: 0;
}
.blog-header > * {
  max-width: 680px;
}

.archive-facets {
  display: block;
}
.archive-facets > * {
  margin-bottom: 32px;
}
.archive-facets > *:last-child {
  margin-bottom: 0;
}
.archive-facets > .facetwp-facet {
  width: 100%;
}
.archive-facets .facetwp-input-wrap {
  display: block;
}
.archive-facets input.facetwp-search {
  width: 100%;
  min-width: 1px;
  border-bottom: 1px solid var(--sp-color--text-light);
  border-radius: 0;
  padding-left: 40px;
  padding-top: 12px;
  padding-right: 0;
}
.archive-facets input.facetwp-search::placeholder {
  color: var(--sp-color--text-light);
}
.archive-facets .facetwp-icon {
  right: auto;
  left: 0;
}
.archive-facets .facetwp-icon:before {
  background-image: url("../images/search-dark-gray.svg");
  background-size: 18px;
  background-position: 50% 48%;
}
.archive-facets input,
.archive-facets select {
  color: var(--sp-color--text-light);
  border-radius: 16px;
  background-color: #fff;
  border: none;
  padding-left: 20px;
  padding-right: 44px;
  width: 100%;
}

ul.sp-parent-tax-terms {
  margin: 0;
  padding: 0;
  position: relative;
  top: 1px;
}
ul.sp-parent-tax-terms li {
  display: inline-block;
  margin-right: 32px;
}
ul.sp-parent-tax-terms li:last-of-type {
  margin-right: 0;
}
ul.sp-parent-tax-terms li a {
  color: var(--sp-color--text);
}
ul.sp-parent-tax-terms li a.selected, ul.sp-parent-tax-terms li a:focus, ul.sp-parent-tax-terms li a:hover {
  color: var(--sp-color--text);
  text-decoration: underline;
}

.blog-header-full {
  margin-top: 64px;
  margin-bottom: 32px;
}
.blog-header-full .blog-header-content > * {
  margin-bottom: 32px;
}
.blog-header-full .blog-header-content > *:last-child {
  margin-bottom: 0;
}
.blog-header-full .blog-header-content > * {
  max-width: 450px;
}
.blog-header-full.is-banner {
  margin-top: calc(0px - var(--header-height));
  padding: calc(var(--header-height) + 64px) 0 64px;
  position: relative;
}
.blog-header-full.is-banner .blog-header-image {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.blog-header-full.is-banner .wrap {
  position: relative;
  z-index: 3;
}
.blog-header-full.is-banner .blog-header-content {
  color: #fff;
}
.blog-header-full.is-banner:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(103deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 60%);
  z-index: 2;
}
.blog-header-full .sp-author-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
}
.blog-header-full .sp-author-header .sp-author-avatar {
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  line-height: 0;
}
.blog-header-full .sp-author-header .sp-author-avatar img {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.blog-header-full .sp-author-header .sp-author-content {
  max-width: calc(100% - 60px - 16px);
}

.facetwp-facet.facetwp-type-radio {
  margin: -32px;
  width: calc(100% + 64px);
  padding: 32px;
  white-space: nowrap;
  /* [1] */
  overflow-x: auto;
  /* [2] */
  -webkit-overflow-scrolling: touch;
  /* [3] */
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.facetwp-facet.facetwp-type-radio::-webkit-scrollbar {
  display: none;
}
.facetwp-facet .facetwp-radio {
  margin: 0 16px 0 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  font-size: var(--sp-font-base-size);
  font-weight: 600;
  line-height: 1;
  padding: 0.65em 1.2em;
  border-radius: 3em 0 3em 3em;
  background-color: transparent;
  border: 3px solid transparent;
  text-align: center;
  text-decoration: none;
  white-space: normal;
  word-break: break-all;
  -webkit-appearance: none;
  transition: all 0.15s ease-in-out;
  background-image: none;
  color: var(--sp-color--brand);
  border: 2px solid var(--sp-color--brand);
}
.facetwp-facet .facetwp-radio.checked, .facetwp-facet .facetwp-radio:focus, .facetwp-facet .facetwp-radio:hover {
  background-color: var(--sp-color--brand);
  color: #fff;
  background-image: none;
}
.facetwp-facet .facetwp-radio:last-of-type {
  margin-right: 0;
}

.facetwp-pager {
  display: inline-block;
  background: #fff;
  padding: 8px 32px;
  border-radius: 20px 20px 20px 2px;
}
.facetwp-pager .facetwp-page {
  color: var(--sp-color--text);
  margin: 0;
  padding: 0;
  width: 35px;
  height: 35px;
  line-height: 35px;
  margin: 0 2px;
  border-radius: 50%;
  background: #fff;
}
.facetwp-pager .facetwp-page.next, .facetwp-pager .facetwp-page.prev {
  width: auto;
  padding: 0 8px;
  border-radius: 14px 14px 14px 2px;
}
.facetwp-pager .facetwp-page.active {
  color: var(--sp-color--text);
  background: #ECE4DB;
}
.facetwp-pager .facetwp-page:focus, .facetwp-pager .facetwp-page:hover {
  color: var(--sp-color--text);
  background: #ECE4DB;
  text-decoration: none;
}

body.blog #main,
body.category #main,
body.author #main {
  margin: 32px 0 64px;
}

body.blog #inner-content,
body.author #inner-content {
  display: flex;
  flex-direction: column;
  margin-bottom: 32px;
}
body.blog #blog-sidebar,
body.author #blog-sidebar {
  order: 1;
  margin-bottom: 32px;
}
body.blog #main,
body.author #main {
  order: 2;
}
body.blog .facetwp-type-pager,
body.author .facetwp-type-pager {
  order: 3;
}

.facetwp-type-pager button {
  background: var(--sp-color--brand);
  margin-top: 64px;
}
.facetwp-type-pager button:focus, .facetwp-type-pager button:hover {
  background: var(--sp-color--brand-dark);
}

.sp-aside-title {
  font-size: var(--wp--preset--font-size--small);
  text-transform: uppercase;
  letter-spacing: 1.43px;
}

.sp-blog-card-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  grid-gap: 32px;
}

.sp-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: auto;
  grid-gap: 16px;
}
.sp-card-grid .woocommerce {
  display: none;
}

.resource-carousel-section {
  margin: 32px 0 0;
}
.resource-carousel-section:first-of-type {
  margin-top: 0;
}
.resource-carousel-section .woocommerce {
  display: none;
}

.facetwp-facet-paginering {
  margin: 32px auto 0;
  display: block;
  text-align: center;
}

/*********************
SEARCH PAGE
*********************/
body.search-results h1 {
  margin: 0;
}
body.search-results h1 .keyword {
  color: var(--sp-color--brand);
}

/*********************
SINGLE POST
*********************/
.sp-single-post-byline {
  margin-top: 64px;
  padding-top: 32px;
  border-top: 2px solid #000;
}

.sp-single-post-byline-info {
  margin-bottom: 32px;
}

.sp-share-buttons {
  display: inline-grid;
  grid-template-columns: 40px 40px 40px;
  align-items: center;
  grid-gap: 16px;
  justify-content: center;
}
.sp-share-buttons .share-button {
  height: 40px;
  width: 100%;
  line-height: 40px;
  text-align: center;
  background: #F0F2EE;
  color: var(--sp-color--text);
}
.sp-share-buttons .share-button.facebook i, .sp-share-buttons .share-button.linkedin i {
  position: relative;
  top: 1px;
}
.sp-share-buttons .share-button:focus, .sp-share-buttons .share-button:hover {
  background: rgb(214.5, 219.9, 209.1);
}

.sp-author-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin-top: 32px;
}
.sp-author-box .sp-author-avatar {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 16px;
}
.sp-author-box .sp-author-avatar img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sp-author-box .sp-author-content {
  max-width: calc(100% - 52px - 16px);
  text-align: left;
  position: relative;
}
.sp-author-box .sp-author-content p {
  margin: 2px 0;
  font-size: var(--wp--preset--font-size--small);
}
.sp-author-box .sp-author-content p.sp-author-name {
  font-size: var(--sp-font-base-size);
}
.sp-author-box .sp-author-content p.byline {
  color: var(--sp-color--text-light);
}
.sp-author-box .sp-author-content p:first-child {
  margin-top: 0;
}
.sp-author-box .sp-author-content p:last-child {
  margin-bottom: 0;
}

.more-articles {
  padding-top: 64px;
  padding-bottom: 64px;
  background: #ECE4DB;
}

header.sp-header-section {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 32px;
}
header.sp-header-section > * {
  margin: 0 0 8px;
}
header.sp-header-section .sp-section-small-title {
  text-transform: uppercase;
  font-size: var(--wp--preset--font-size--small);
  font-weight: 700;
  color: var(--sp-color--brand);
  margin-bottom: 8px;
}
header.sp-header-section .sp-section-title {
  font-size: var(--wp--preset--font-size--huge);
  color: var(--sp-color--text);
  margin-right: auto;
}
header.sp-header-section a.sp-section-link {
  margin-left: auto;
  color: var(--sp-color--text);
}
header.sp-header-section a.sp-section-link:focus, header.sp-header-section a.sp-section-link:hover {
  color: var(--sp-color--link);
}

.pagination,
.wp-prev-next {
  margin: 8px 0;
}

.pagination {
  text-align: center;
}
.pagination ul {
  display: inline-block;
  background-color: #fff;
  white-space: nowrap;
  padding: 0;
  clear: both;
  border-radius: 3px;
}
.pagination li {
  padding: 0;
  margin: 0;
  float: left;
  display: inline;
  overflow: hidden;
  border-right: 1px solid #ECE4DB;
}
.pagination a,
.pagination span {
  margin: 0;
  text-decoration: none;
  padding: 0;
  line-height: 1em;
  font-size: 1em;
  font-weight: normal;
  padding: 8px;
  min-width: 1em;
  display: block;
  color: var(--sp-color--brand);
}
.pagination a:focus, .pagination a:hover,
.pagination span:focus,
.pagination span:hover {
  background-color: var(--sp-color--brand);
  color: #fff;
}
.pagination .current {
  cursor: default;
  color: var(--sp-color--brand);
}
.pagination .current:focus, .pagination .current:hover {
  background-color: #fff;
  color: var(--sp-color--brand);
}

/* end .bones_page_navi */
/* fallback previous & next links */
.wp-prev-next .prev-link {
  float: left;
}
.wp-prev-next .next-link {
  float: right;
}

/* end .wp-prev-next */
/*********************
404
*********************/
#post-not-found header.article-header > * {
  margin-bottom: 16px;
}
#post-not-found header.article-header > *:last-child {
  margin-bottom: 0;
}

/*********************
OWL SLIDER
*********************/
.owl-nav {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% + 32px);
  pointer-events: none;
}

.owl-next,
.owl-prev {
  pointer-events: all;
  display: inline-block;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 19px !important;
  line-height: 32px !important;
  background: #ECE4DB !important;
  color: var(--sp-color--text) !important;
  text-align: center;
}
.owl-next:hover,
.owl-prev:hover {
  background: rgb(200.7636363636, 177.9272727273, 152.2363636364) !important;
}

.owl-next {
  float: right;
}

/*********************
BREADCRUMBS
*********************/
.breadcrumbs {
  margin-top: 32px;
}
.breadcrumbs a {
  font-weight: 600;
  color: var(--sp-color--text);
  color: var(--sp-color--navitems);
}
.breadcrumbs i {
  margin: 0 8px;
}

/*********************
NINJA FORMS
*********************/
.nf-form-cont {
  margin-bottom: 0 !important;
}
.nf-form-cont .nf-form-content {
  padding: 0;
}
.nf-form-cont .nf-form-content .ninja-forms-field {
  font-size: var(--sp-font-base-size);
}
.nf-form-cont .nf-form-content button,
.nf-form-cont .nf-form-content input[type=submit],
.nf-form-cont .nf-form-content input[type=button] {
  background: #637D74;
  height: auto;
}
.nf-form-cont .nf-form-content button:focus, .nf-form-cont .nf-form-content button:hover,
.nf-form-cont .nf-form-content input[type=submit]:focus,
.nf-form-cont .nf-form-content input[type=submit]:hover,
.nf-form-cont .nf-form-content input[type=button]:focus,
.nf-form-cont .nf-form-content input[type=button]:hover {
  background: rgb(76.4598214286, 96.5401785714, 89.5892857143);
  color: #fff;
}
.nf-form-cont .nf-form-content .nf-field-label {
  margin-bottom: 4px !important;
}
.nf-form-cont .nf-form-content .nf-field-label label {
  color: var(--sp-color--text);
  font-weight: normal;
  font-size: var(--sp-font-base-size);
}
.nf-form-cont .nf-form-content .nf-field-element input[type=text],
.nf-form-cont .nf-form-content .nf-field-element input[type=email],
.nf-form-cont .nf-form-content .nf-field-element input[type=tel],
.nf-form-cont .nf-form-content .nf-field-element textarea {
  border-color: #ECE4DB;
  border-radius: 25px;
  background: #fff;
  color: var(--sp-color--text);
  transition: all 0.15s ease-in-out;
  height: auto;
  padding: 23px 79px 23px 29px;
}
.nf-form-cont .nf-form-content .nf-field-element input[type=text]:active, .nf-form-cont .nf-form-content .nf-field-element input[type=text]:focus,
.nf-form-cont .nf-form-content .nf-field-element input[type=email]:active,
.nf-form-cont .nf-form-content .nf-field-element input[type=email]:focus,
.nf-form-cont .nf-form-content .nf-field-element input[type=tel]:active,
.nf-form-cont .nf-form-content .nf-field-element input[type=tel]:focus,
.nf-form-cont .nf-form-content .nf-field-element textarea:active,
.nf-form-cont .nf-form-content .nf-field-element textarea:focus {
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
}
.nf-form-cont .html-container p {
  font-size: var(--sp-font-base-size);
  color: var(--sp-color--brand);
  font-weight: 600;
}
.nf-form-cont .listcheckbox-wrap .nf-field-label label,
.nf-form-cont .listradio-wrap .nf-field-label label {
  font-weight: 600;
}
.nf-form-cont .listcheckbox-wrap .nf-field-element label,
.nf-form-cont .listradio-wrap .nf-field-element label {
  font-size: var(--sp-font-base-size);
  color: var(--sp-color--brand);
}
.nf-form-cont .listcheckbox-wrap .nf-field-element label:after,
.nf-form-cont .listradio-wrap .nf-field-element label:after {
  background: transparent;
  border-width: 1px;
  border-color: var(--sp-color--brand);
  border-radius: 50% 2px 50% 50%;
}
.nf-form-cont .listcheckbox-wrap .nf-field-element label.nf-checked-label:before,
.nf-form-cont .listradio-wrap .nf-field-element label.nf-checked-label:before {
  top: 5px;
  background: var(--sp-color--brand);
}
.nf-form-cont .listcheckbox-wrap .nf-field-element label.nf-checked-label:after,
.nf-form-cont .listradio-wrap .nf-field-element label.nf-checked-label:after {
  border-color: var(--sp-color--brand);
}
.nf-form-cont .listcheckbox-wrap .nf-field-element li,
.nf-form-cont .listradio-wrap .nf-field-element li {
  margin-bottom: 6px !important;
}
.nf-form-cont .nf-error.field-wrap .nf-field-element:after,
.nf-form-cont .nf-pass.field-wrap .nf-field-element:after {
  height: 68px;
  line-height: 68px;
  border-radius: 0 23px 23px 0;
}
.nf-form-cont .nf-pass.field-wrap .nf-field-element:after {
  color: #637D74;
  right: 10px;
}
.nf-form-cont .nf-pass .ninja-forms-field {
  color: #637D74;
}
.nf-form-cont .nf-error.field-wrap .nf-field-element:after {
  background: #8C4414;
}
.nf-form-cont .nf-error .ninja-forms-field {
  border-color: #8C4414 !important;
}
.nf-form-cont .nf-error .nf-error-msg {
  color: #8C4414;
}
.nf-form-cont .nf-after-field .nf-error {
  font-size: var(--sp-font-base-size);
}
.nf-form-cont .nf-error-msg,
.nf-form-cont .nf-form-fields-required {
  font-size: var(--sp-font-base-size);
  color: #8C4414;
}
.nf-form-cont .nf-form-fields-required {
  display: none !important;
}
.nf-form-cont .submit-container {
  margin-bottom: 0 !important;
}

/*********************
NEWSLETTER STYLES
*********************/
.sp-newsletter {
  background: var(--sp-color--brand);
  color: #fff;
  padding: 64px 0;
}
.sp-newsletter .wrap > * {
  margin-bottom: 16px;
}
.sp-newsletter .wrap > *:last-child {
  margin-bottom: 0;
}
.sp-newsletter .wrap > * {
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
}
.sp-newsletter .sp-mc4wp-form {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: center;
}
.sp-newsletter .sp-mc4wp-form input {
  font-size: var(--wp--preset--font-size--small);
}
.sp-newsletter .sp-mc4wp-form input[type=email] {
  background: #637D74;
  width: calc(100% - 90px);
  color: var(--sp-color--brand);
  border-radius: 0;
  border: none;
  outline: none;
}
.sp-newsletter .sp-mc4wp-form input[type=submit] {
  width: 90px;
  outline: none;
  border: none;
  border-radius: 0;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
}
.sp-newsletter .sp-mc4wp-form input[type=submit]:focus, .sp-newsletter .sp-mc4wp-form input[type=submit]:hover {
  background: rgba(0, 0, 0, 0.4);
}
.sp-newsletter .mc4wp-response {
  margin-top: 16px;
  font-size: var(--wp--preset--font-size--small);
}
.sp-newsletter .mc4wp-response a {
  color: #fff;
}

/*********************
BACK TO TOP
*********************/
.sp-back-to-top {
  position: fixed;
  margin: 0 auto;
  bottom: 64px;
  bottom: calc(64px + 16px);
  text-align: right;
  pointer-events: none;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
}
.sp-back-to-top .sp-back-to-top-btn {
  pointer-events: all;
  display: inline-block;
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  opacity: 0;
  transform: translateY(16px);
  transition: all 0.215s ease-in-out;
}
.sp-back-to-top .sp-back-to-top-btn img {
  display: block;
  height: 14px;
  width: auto;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sp-back-to-top .sp-back-to-top-btn.display {
  pointer-events: all;
  opacity: 1;
  transform: translateY(0);
}

#Coi-Renew:active {
  top: auto;
}

/*********************
LARGER MOBILE DEVICES
This is for devices like the Galaxy Note or something that's
larger than an iPhone but smaller than a tablet. Let's call them
tweeners.
*********************/
@media only screen and (min-width: 481px) {
  /******************************************************************

  Stylesheet: 481px and Up Stylesheet

  ******************************************************************/
  /*********************
  POSTS & CONTENT STYLES
  *********************/
  /* entry content */
  .entry-content {
    /* at this larger size, we can start to align images */
  }
  .entry-content .alignleft, .entry-content img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left;
  }
  .entry-content .alignright, .entry-content img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right;
  }
  .entry-content .aligncenter, .entry-content img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    clear: both;
  }
  /* end .entry-content */
  /*********************
  SINGLE POST / PAGE THEME
  NARROW TEMPLATES
  *********************/
  body.page-template-page-theme .sp-table-of-contents .sp-table-of-contents-container .sp-table-of-contents-bg,
  body.post-template-page-theme .sp-table-of-contents .sp-table-of-contents-container .sp-table-of-contents-bg {
    border-radius: 0 10px 20vw 0;
  }
}
/*********************
TABLET & SMALLER LAPTOPS (GUTEBERG)
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*********************/
@media only screen and (min-width: 601px) {
  /******************************************************************

  Stylesheet: Tablet & Small Desktop Stylesheet (GUTENBERG)

  ******************************************************************/
  .sp-single-post-byline {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .sp-single-post-byline .sp-single-post-byline-info {
    margin-right: auto;
    margin-bottom: 0;
  }
  .sp-single-post-byline .sp-share-buttons {
    margin-left: auto;
  }
  .sp-table-of-contents {
    width: 300px;
    float: right;
    margin-left: 32px;
    position: relative;
    z-index: 2;
    padding: 16px;
  }
  /*********************
  OWL SLIDER
  *********************/
  .owl-nav {
    width: calc(100% + 64px + 32px);
  }
  .owl-next,
  .owl-prev {
    box-shadow: none;
  }
}
/*********************
TABLET & SMALLER LAPTOPS
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*********************/
@media only screen and (min-width: 768px) {
  /******************************************************************

  Stylesheet: Tablet & Small Desktop Stylesheet

  ******************************************************************/
  /*********************
  GENERAL STYLES
  *********************/
  /*********************
  LAYOUT & GRID STYLES
  *********************/
  .wrap {
    width: 100%;
    padding-left: 64px;
    padding-right: 64px;
  }
  .big-wrap {
    width: 100%;
    max-width: var(--wp--custom--size--full-size);
    padding-left: 64px;
    padding-right: 64px;
  }
  .hide-on-mobile {
    display: initial;
  }
  .hide-on-desktop {
    display: none;
  }
  /*********************
  ARCHIVE STYLES
  *********************/
  body.blog #inner-content {
    display: block;
  }
  body.blog #blog-sidebar {
    margin-bottom: 0;
  }
  /*********************
  ARCHIVE
  *********************/
  .archive-facets {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 2.075fr);
    grid-gap: 32px;
    align-items: center;
  }
  .archive-facets .facetwp-facet {
    margin-bottom: 0;
  }
  .sp-blog-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sp-blog-card-grid.sp-blog-card-grid-smaller {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .sp-blog-card-grid #post-not-found {
    grid-column: 1/-1;
    text-align: left;
  }
  .sp-blog-card-grid #post-not-found header {
    margin-bottom: 8px;
  }
  .facetwp-facet .facetwp-radio {
    margin-right: 32px;
  }
  /*********************
  POSTS & CONTENT STYLES
  *********************/
  /* Entry Content */
  .c-accordion__content .alignwide,
  .entry-content .alignwide,
  .wp-block-column .alignwide,
  .wp-block-group__inner-container .alignwide,
  .wp-block-media-text__content .alignwide {
    margin-left: calc(25% - 25vw);
    margin-right: calc(25% - 25vw);
    width: auto;
    max-width: 1000%;
  }
  /*********************
  SINGLE POST / PAGE THEME
  *********************/
  body.page-template-page-narrow .hentry,
  body.single-post .hentry {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: var(--wp--custom--size--content-size);
  }
  /*********************
  PAGE NARROW
  *********************/
  body.page-template-page-narrow .hentry {
    max-width: 620px;
  }
  /*********************
  RESOURCE / COLLECTION
  *********************/
  .sp-card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  /*********************
  RESOURCE ARCHIVE
  *********************/
  .sp-term-header {
    font-size: var(--wp--preset--font-size--large);
  }
  .sp-term-header .breadcrumbs {
    font-size: var(--sp-font-base-size);
  }
  /*********************
  SINGLE RESOURCE
  *********************/
  .single-resource-header h1 {
    font-size: var(--wp--preset--font-size--huge);
  }
  .sp-resource-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  /*********************
  404
  *********************/
  .error404 #post-not-found {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  .error404 #post-not-found > * {
    margin: 0;
  }
  .error404 #post-not-found .bubble-404 {
    order: 1;
    margin-right: 32px;
    margin-left: 0;
  }
  .error404 #post-not-found > header {
    max-width: 620px;
    order: 2;
    margin-right: 0;
    margin-left: auto;
  }
  /*********************
  OWL SLIDER
  *********************/
  .owl-nav {
    width: calc(100% + 32px);
  }
  /*********************
  BACK TO TOP
  *********************/
  .sp-back-to-top {
    bottom: 112px;
  }
}
/*********************
MEDIUM LAPTOPS
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*********************/
@media only screen and (min-width: 900px) {
  /******************************************************************

  Stylesheet: Tablet & Small Desktop Stylesheet (GUTENBERG)

  ******************************************************************/
  /*********************
  OWL SLIDER
  *********************/
  .owl-nav {
    width: calc(100% + 64px + 32px);
  }
  .owl-prev,
  .owl-next {
    box-shadow: none;
  }
}
/*********************
DESKTOP
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*********************/
@media only screen and (min-width: 1100px) {
  /******************************************************************

  Stylesheet: Desktop Stylsheet

  ******************************************************************/
  /*********************
  LAYOUT & GRID STYLES
  *********************/
  /*********************
  POSTS & CONTENT STYLES
  *********************/
  #content {
    margin-bottom: 96px;
  }
  /* entry content */
  .entry-content > *,
  .wp-block-column > *,
  .wp-block-group > *,
  .wp-block-group__inner-container > *,
  .wp-block-media-text__content > * {
    margin-bottom: 32px;
  }
  .entry-content > *.byggemodul, .entry-content > *.wp-block-columns, .entry-content > *.wp-block-group,
  .wp-block-column > *.byggemodul,
  .wp-block-column > *.wp-block-columns,
  .wp-block-column > *.wp-block-group,
  .wp-block-group > *.byggemodul,
  .wp-block-group > *.wp-block-columns,
  .wp-block-group > *.wp-block-group,
  .wp-block-group__inner-container > *.byggemodul,
  .wp-block-group__inner-container > *.wp-block-columns,
  .wp-block-group__inner-container > *.wp-block-group,
  .wp-block-media-text__content > *.byggemodul,
  .wp-block-media-text__content > *.wp-block-columns,
  .wp-block-media-text__content > *.wp-block-group {
    margin-bottom: 96px;
  }
  .entry-content > *:first-child,
  .wp-block-column > *:first-child,
  .wp-block-group > *:first-child,
  .wp-block-group__inner-container > *:first-child,
  .wp-block-media-text__content > *:first-child {
    margin-top: 0;
  }
  .entry-content > *:last-child,
  .wp-block-column > *:last-child,
  .wp-block-group > *:last-child,
  .wp-block-group__inner-container > *:last-child,
  .wp-block-media-text__content > *:last-child {
    margin-bottom: 0;
  }
  .sp-table-of-contents {
    padding: 32px;
  }
  /*********************
  SINGLE POST / PAGE THEME
  NARROW TEMPLATES
  *********************/
  body.page-template-page-narrow #content,
  body.single-post #content {
    margin-bottom: 96px;
  }
  body.page-template-page-narrow .hentry,
  body.single-post .hentry {
    display: block;
    width: 100%;
    max-width: 834px;
  }
  /*********************
  ARCHIVE STYLES
  *********************/
  .facetwp-facet.facetwp-type-radio {
    white-space: normal;
    overflow-x: initial;
    -webkit-overflow-scrolling: auto;
  }
  .facetwp-facet.facetwp-type-radio .facetwp-radio {
    margin-bottom: 32px;
  }
  .facetwp-pager {
    padding: 17px 44px;
    border-radius: 25px 25px 25px 2px;
  }
  .sp-card-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  /*********************
  ARCHIVE STYLES
  *********************/
  .blog-header {
    margin: 64px 0;
  }
  .sp-blog-card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-gap: 64px 32px;
  }
  .sp-blog-card-grid.sp-blog-card-grid-smaller {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  /*********************
  SEARCH PAGE
  *********************/
  body.search-results .blog-header svg.search-bubble {
    margin: 0 32px 0 0;
    max-width: 130px;
  }
}
/*********************
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*********************/
@media only screen and (min-width: 1240px) {
  /******************************************************************

  Stylesheet: Super Large Monitor Stylesheet

  ******************************************************************/
}
@media only screen and (min-width: 1440px) {
  /******************************************************************

  Stylesheet: Super Large Monitor Stylesheet

  ******************************************************************/
}
/*********************
TABLET & SMALLER LAPTOPS (GUTEBERG)
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*********************/
@media only screen and (max-width: 600px) {
  /******************************************************************

  Stylesheet: Tablet & Small Desktop Stylesheet

  ******************************************************************/
  .wp-block-media-text {
    grid-row-gap: 32px;
  }
  .sp-table-of-contents {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: auto;
    max-width: 1000%;
    border-radius: 0;
    padding: 32px 16px;
  }
}
/*********************
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution. You can also create a media
query for retina AND a certain size if you want. Go Nuts.
*********************/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /******************************************************************

  Stylesheet: Retina Screens & Devices Stylesheet

  When handling retina screens you need to make adjustments, especially
  if you're not using font icons. Here you can add them in one neat
  place.

  ******************************************************************/
}
/*********************
PRINT STYLESHEET
Feel free to customize this. Remember to add things that won't make
sense to print at the bottom. Things like nav, ads, and forms should
be set to display none.
*********************/
@media print {
  /******************************************************************

  Stylesheet: Print Stylesheet

  This is the print stylesheet. There's probably not a lot
  of reasons to edit this stylesheet. If you want to
  though, go for it.

  ******************************************************************/
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  a, a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  a:after, a:visited:after {
    content: " (" attr(href) ")";
  }
  a abbr[title]:after, a:visited abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none;
  }
}
/*********************
IMPORTING ELEMENTS
*********************/
/*********************
AFFILIATE STYLING

Table of contents:
1) .affiliate-container
2) .sp-aff-sense
*********************/
.affiliate-container .affiliate-content {
  padding: 5px;
  border: 1px dashed #3245f4;
  border-radius: 2px;
  font-family: "Open Sans", "sans-serif";
}
.affiliate-container .affiliate-title {
  display: block;
  text-align: left;
  font-size: 12px;
}
.product-item .affiliate-container .affiliate-title {
  text-align: center;
  font-size: 11px;
}
.sp-card .affiliate-container .affiliate-content, .sp-compare-flyout .affiliate-container .affiliate-content {
  display: inline-block;
}
.affiliate-button-block .wp-block-button__link:hover, .affiliate-button-block .wp-block-button__link:focus {
  filter: hue-rotate(10deg) brightness(1.3);
}

.sp-aff-sense {
  line-height: 1;
}
.sp-aff-sense img,
.sp-aff-sense iframe {
  max-width: 100%;
}

.sidebar-post-left,
.sidebar-post-right {
  display: none;
  position: sticky;
  top: 100px;
  z-index: 1;
  min-height: 1px;
}
@media (min-width: 1100px) {
  .sidebar-post-left,
  .sidebar-post-right {
    display: block;
  }
}
.sidebar-post-left .sp-aff-sense:first-of-type,
.sidebar-post-right .sp-aff-sense:first-of-type {
  margin-top: 0 !important;
}

/*********************
CARD

Table of contents:
1) .sp-card
2) .sp-article
*********************/
.sp-card {
  display: inline-block;
  width: 100%;
  text-decoration: none;
  color: var(--sp-color--text);
  line-height: 1.5;
  margin: 0;
  transition: all 0.315s ease-in-out;
  position: relative;
  border: 1px solid #f1f1f1;
  padding: 48px 20px 32px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.06);
  border-radius: 8px;
  background: #fff;
}
@media (min-width: 768px) {
  .sp-card {
    padding: 32px;
  }
}
.sp-card .compare-product {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  padding: 5px 10px;
  background: var(--sp-color--brand);
  color: #fff;
  text-decoration: none;
  border-radius: 15px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 11px;
  position: relative;
  top: -16px;
  z-index: 7;
  border: none;
  outline: none;
  margin: 0 0 16px;
}
.sp-card .compare-product svg {
  margin-left: -2px;
}
.sp-card .compare-product span.add {
  display: inline-block;
}
.sp-card .compare-product span.remove {
  display: none;
}
.sp-card .compare-product:hover {
  background: #000;
}
.sp-card .compare-product.active {
  background: #000;
}
.sp-card .compare-product.active span.add {
  display: none;
}
.sp-card .compare-product.active span.remove {
  display: inline-block;
}
.sp-card > * {
  margin: 0;
  z-index: 1;
}
.sp-card .sp-card-image {
  margin-bottom: 22px;
  width: calc(100% + 40px);
  position: relative;
  left: -20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  .sp-card .sp-card-image {
    width: calc(100% + 64px);
    left: -32px;
  }
}
.sp-card .sp-card-image:before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  background: linear-gradient(to right, rgba(16, 17, 18, 0.2) 0, rgba(16, 17, 18, 0) 20%, rgba(16, 17, 18, 0) 80%, rgba(16, 17, 18, 0.2) 100%, rgba(16, 17, 18, 0) 100%);
  transition: opacity 0.2s ease;
}
.sp-card .sp-card-image .sp-cats {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px;
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 1;
  width: calc(100% - 16px);
}
.sp-card .sp-card-image .sp-cat {
  display: inline-block;
  padding: 4px 7px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  background: #da4a4a;
  color: #fff;
  border-radius: 4px;
  line-height: 1;
}
.sp-card .sp-card-image img {
  max-height: 370px;
  max-width: 80%;
  width: auto;
  padding: 32px;
}
.sp-card .sp-card-content {
  position: relative;
}
.sp-card .sp-card-title {
  margin-bottom: 32px;
}
.sp-card .sp-card-title .sp-card-ranking {
  display: inline-block;
  color: #fff;
  background: #566F66;
  line-height: 1.7em;
  min-width: 1.7em;
  text-align: center;
  font-size: 0.9em;
  border-radius: 50%;
  font-weight: 600;
  margin-right: 16px;
}
@media (min-width: 768px) {
  .sp-card .sp-card-title .sp-card-ranking {
    line-height: 1.7em;
    min-width: 1.7em;
    box-shadow: 0 0 6px 0.125em rgba(157, 183, 165, 0.2);
  }
}
.sp-card .sp-card-title a {
  color: var(--sp-color--text);
  text-decoration: none;
}
.sp-card .sp-card-title a:focus, .sp-card .sp-card-title a:hover {
  text-decoration: underline;
}
@media (min-width: 768px) {
  .sp-card .sp-card-title {
    max-width: 80%;
  }
}
.sp-card a.sp-card-image:hover:before {
  opacity: 1;
}
.sp-card .specs-title {
  margin-bottom: 8px;
}
.sp-card .sp-card-specifications {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 16px;
  font-size: 15px;
  overflow: hidden;
}
.sp-card .sp-card-specifications.cropped {
  max-height: 120px;
}
@media (min-width: 480px) {
  .sp-card .sp-card-specifications {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 768px) {
  .sp-card .sp-card-specifications {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media (min-width: 1100px) {
  .sp-card .sp-card-specifications {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.sp-card .sp-card-specifications p {
  margin: 0;
}
.sp-card .sp-card-specifications .spec-label {
  font-weight: 600;
}
.sp-card .truncated-content {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin-bottom: 32px;
}
.sp-card .read-more {
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  font-weight: 600;
  line-height: 1;
  border-radius: 0;
  border: none;
  text-align: center;
  text-decoration: underline;
  white-space: normal;
  word-break: break-all;
  -webkit-appearance: none;
  transition: none;
  padding: 0;
  font-size: var(--wp--preset--font-size--small);
  background: transparent;
  color: var(--sp-color--text);
  margin-top: 16px;
}
.sp-card .read-more:hover {
  text-decoration: underline;
}
.sp-card .read-more .less {
  display: block;
}
.sp-card .read-more .more {
  display: none;
}
.sp-card .read-more.cropped .less {
  display: none;
}
.sp-card .read-more.cropped .more {
  display: block;
}
.sp-card .read-more.hidden {
  display: none;
}
.sp-card .affiliate-container {
  margin-top: 16px;
}
.sp-card a.heading-link {
  display: none;
}
.sp-card.sp-card-post {
  padding: 0 16px 16px;
  overflow: hidden;
}
.sp-card.sp-card-post h3 {
  color: #000;
  margin: 0;
  font-size: var(--sp-font-base-size);
  font-weight: 600;
}
.sp-card.sp-card-post .sp-card-byline {
  color: var(--sp-color--text-light);
  font-size: var(--wp--preset--font-size--small);
  margin-bottom: 4px;
}
.sp-card.sp-card-post .sp-card-byline .byline-seperator {
  margin-left: 4px;
  margin-right: 3px;
}
.sp-card.sp-card-post .sp-card-byline .sp-cat {
  color: var(--sp-color--link);
}
.sp-card.sp-card-post .sp-card-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: 100%;
  left: -16px;
  width: calc(100% + 32px);
  margin-bottom: 12px !important;
  border-radius: 8px 8px 0 0;
  transition: all 0.15s ease-in-out;
}
.sp-card.sp-card-post:focus, .sp-card.sp-card-post:hover {
  text-decoration: none;
}
.sp-card.sp-card-post:focus .sp-card-image, .sp-card.sp-card-post:hover .sp-card-image {
  filter: brightness(0.8);
}
.sp-card.sp-card-post:focus h3, .sp-card.sp-card-post:hover h3 {
  text-decoration: underline;
}
.sp-card.sp-card-post:focus {
  outline: thin dotted;
}
@media (min-width: 768px) {
  .sp-card.sp-card-post {
    padding: 0 32px 32px;
  }
  .sp-card.sp-card-post .sp-card-image {
    left: -32px;
    width: calc(100% + 64px);
    margin-bottom: 32px !important;
  }
}
.sp-card .aff-link:hover, .sp-card .aff-link:focus {
  filter: hue-rotate(10deg) brightness(1.3);
}
.sp-card.badge-style--badge_library {
  padding-top: 90px;
  margin-top: 90px;
  text-align: center;
}
.sp-card.badge-style--badge_library .sp-card-title {
  margin-left: auto;
  margin-right: auto;
}
.sp-card.badge-style--badge_library .sp-card-content,
.sp-card.badge-style--badge_library .specs-title,
.sp-card.badge-style--badge_library .sp-card-specifications {
  text-align: left;
}

.sp-article {
  display: block;
  text-decoration: none !important;
  color: var(--sp-color--text) !important;
}
.sp-article .sp-article-image {
  display: block;
  position: relative;
  margin-bottom: 8px;
  line-height: 0;
}
.sp-article .sp-article-image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}
.sp-article .sp-article-image .sp-cats {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px;
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 1;
  width: calc(100% - 16px);
}
.sp-article .sp-article-image .sp-cat {
  z-index: 1;
  display: inline-block;
  padding: 4px 7px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  background: #da4a4a;
  color: #fff;
  border-radius: 4px;
  line-height: 1;
}
.sp-article .sp-article-title {
  margin-bottom: 4px;
}
.sp-article .sp-article-byline {
  font-size: var(--wp--preset--font-size--small);
  color: rgb(114.75, 114.75, 114.75);
}
.sp-article .sp-article-byline .author {
  color: #000;
}
.sp-article:hover .sp-article-title {
  text-decoration: underline;
}
.sp-article:focus {
  outline: 2px dashed #000;
}
.sp-article.style-horizontal {
  display: grid;
  grid-template-areas: "Image Content";
  grid-gap: 16px;
  grid-template-columns: 1.2fr 2fr;
}
.sp-article.style-horizontal .sp-article-image {
  margin: 0;
  grid-area: Image;
}
.sp-article.style-horizontal .sp-article-content {
  grid-area: Content;
}

/*********************
BADGE

Table of contents:
1) .sp-badge
*********************/
.sp-badge {
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  position: relative;
  margin: 0;
  font-size: 0.875em;
  font-weight: 600;
  padding: 0.75em 1em 0.6em;
  line-height: 1.2;
  border-top-right-radius: 0.625em;
  background: #da4a4a;
  position: absolute;
  top: -7px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.sp-badge:after, .sp-badge:before {
  content: "";
  position: absolute;
  width: 0.75em;
  height: 0.5em;
  left: -0.75em;
  top: 0;
  border-top-left-radius: 0.375em;
}
.sp-badge:before {
  border-top-right-radius: 0.375em;
  z-index: 1;
  background: rgb(157.752293578, 32.247706422, 32.247706422);
}
.sp-badge:after {
  z-index: 0;
  background: inherit;
}
.sp-badge .sp-badge-point {
  position: absolute;
  top: 100%;
  right: 0;
  bottom: 0;
  left: 0;
  padding-bottom: 10%;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  transform: scale(1.01);
  transform-origin: top;
  background: inherit;
}
@media (min-width: 768px) {
  .sp-badge {
    right: 32px;
    left: auto;
    transform: translateX(0);
  }
}
.rating-block .sp-badge {
  top: -9px;
}
.sp-badge.custom_image, .sp-badge.badge_library {
  right: auto;
  left: 50%;
  top: -90px;
  transform: translateX(-50%);
  background: transparent;
  height: 180px;
}
.sp-badge.custom_image:before, .sp-badge.custom_image:after, .sp-badge.badge_library:before, .sp-badge.badge_library:after {
  content: none;
}
.sp-badge.custom_image img, .sp-badge.badge_library img {
  height: 100%;
  width: auto;
}

/*********************
PRODUCT COMPARE

Table of contents:
1) .sp-compare-flyout
2) .comparison-heading
3) .product-compare-row
4) .product-table-block
5) .product-title-block
6) .product-rating-block
7) .product-specs-block
8) .sp-compare-bar
*********************/
.sp-compare-flyout {
  position: fixed;
  top: 0;
  z-index: 999;
  background: #fff;
  max-width: 800px;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  overflow: auto;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
  opacity: 0;
  pointer-events: none;
  transition: all 0.215s ease-in-out;
  right: -20px;
}
.sp-compare-flyout.active {
  opacity: 1;
  pointer-events: all;
  right: 0;
}
.sp-compare-flyout .close-compare {
  position: fixed;
  top: 32px;
  right: 32px;
  display: block;
  padding: 0;
  color: var(--sp-color--text);
  background: none;
  outline: none;
  border: none;
}
.sp-compare-flyout .close-compare svg {
  width: 20px;
  height: auto;
}
.admin-bar .sp-compare-flyout .close-compare {
  top: calc(46px + 32px);
}
@media (min-width: 783px) {
  .admin-bar .sp-compare-flyout .close-compare {
    top: calc(32px + 32px);
  }
}
.admin-bar .sp-compare-flyout {
  top: 46px;
  height: calc(100% - 46px);
}
@media (min-width: 783px) {
  .admin-bar .sp-compare-flyout {
    top: 32px;
    height: calc(100% - 32px);
  }
}

.sp-compare-flyout-content {
  padding: 16px;
  min-width: 640px;
}
@media (min-width: 600px) {
  .sp-compare-flyout-content {
    padding: 32px;
  }
}

.comparison-heading {
  margin-top: 32px;
  margin-bottom: 16px;
  text-align: center;
}
.comparison-heading h2 {
  display: inline-block;
  padding: 8px 32px;
  background: #fff;
  font-size: var(--sp-font-base-size);
  color: rgb(76.5, 76.5, 76.5);
  text-transform: uppercase;
}
.comparison-heading:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #f1f1f1;
  margin: -20px auto 44px;
}

.product-table-block {
  display: grid;
  grid-gap: 16px;
  font-size: var(--wp--preset--font-size--small);
}
@media (min-width: 768px) {
  .product-table-block {
    grid-gap: 32px;
  }
}
.product-table-block.count-1 {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  grid-template-columns: 1fr;
}
.product-table-block.count-2 {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.product-table-block.count-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.product-title-block {
  display: inline-block;
  width: 100%;
  text-decoration: none;
  color: var(--sp-color--text);
  line-height: 1.5;
  margin: 0;
  transition: all 0.315s ease-in-out;
  position: relative;
}
.product-title-block > * {
  margin-bottom: 8px;
}
.product-title-block > *:last-child {
  margin-bottom: 0;
}
.product-title-block .product-compare-image {
  margin-bottom: 12px;
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  border-radius: 8px;
  overflow: hidden;
  padding-bottom: 75%;
}
@media (min-width: 768px) {
  .count-1 .product-title-block .product-compare-image, .count-2 .product-title-block .product-compare-image {
    padding-bottom: 55%;
  }
}
@media (min-width: 768px) {
  .count-3 .product-title-block .product-compare-image {
    padding-bottom: 65%;
  }
}
.product-title-block .product-compare-image:before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  background: linear-gradient(to right, rgba(16, 17, 18, 0.2) 0, rgba(16, 17, 18, 0) 20%, rgba(16, 17, 18, 0) 80%, rgba(16, 17, 18, 0.2) 100%, rgba(16, 17, 18, 0) 100%);
  transition: opacity 0.2s ease;
}
.product-title-block .product-compare-image img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  padding: min(3vw, 20px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.product-title-block .compare-product {
  padding: 0;
  background: transparent;
  color: var(--sp-color--text);
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #da4a4a;
  font-size: 0.9em;
  margin-bottom: 12px;
}
.product-title-block .compare-product svg {
  height: 12px;
  width: auto;
  margin-right: 8px;
}
.product-title-block .compare-product:focus, .product-title-block .compare-product:hover {
  color: rgb(157.752293578, 32.247706422, 32.247706422);
}
.product-title-block h3 {
  font-size: var(--wp--preset--font-size--small);
}
.product-title-block .wp-block-button__link {
  padding: 0.7rem 1.1rem;
  font-size: 0.9em;
  border-radius: 4px;
}
.product-title-block .star-rating {
  margin: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 4px;
  margin-bottom: 4px;
}
.product-title-block .star-rating:last-of-type {
  margin-bottom: 0;
}
.product-title-block .star-rating span {
  color: #505050;
  display: inline-block;
  font-size: 14px;
  position: relative;
  top: -1px;
}
.product-title-block .star-rating span.star-title {
  margin-right: 16px;
  max-width: calc(100% - 150px);
}
.product-title-block .star-rating span.rating-value {
  font-weight: 600;
  margin-left: 6px;
  min-width: 21px;
}
.product-title-block .star-rating.feature {
  justify-content: space-between;
}
.product-title-block .star-rating.feature .star-title {
  margin-right: auto;
}
.product-title-block .star-rating.size-big span {
  top: 0;
  font-size: 16px;
}
.product-title-block .star-rating.size-big .c-star {
  width: 18px;
  height: 18px;
}
.product-title-block .star-rating.sum {
  margin-top: 8px;
}
.product-title-block .star-rating.sum span {
  color: #000;
  font-weight: 600;
}
.product-title-block .c-star {
  width: 14px;
  height: 14px;
  fill: lightgrey;
  stroke: #caa518;
}
.product-title-block .c-star.active {
  fill: #fed94b;
}

.product-rating-block .star-rating {
  margin: 0;
  display: flex;
  justify-content: flex-start;
  gap: 0;
  margin-bottom: 4px;
}
@media (min-width: 768px) {
  .product-rating-block .star-rating {
    gap: 4px;
  }
}
.product-rating-block .star-rating:last-of-type {
  margin-bottom: 0;
}
.product-rating-block .star-rating span {
  color: #505050;
  display: inline-block;
  font-size: 14px;
  position: relative;
  top: -0.5px;
}
.product-rating-block .star-rating span.star-title {
  margin-right: 16px;
  max-width: calc(100% - 100px);
}
@media (min-width: 768px) {
  .product-rating-block .star-rating span.star-title {
    max-width: calc(100% - 133px);
  }
}
.product-rating-block .star-rating span.rating-value {
  font-weight: 600;
  margin-left: 6px;
  min-width: 21px;
}
.product-rating-block .star-rating.feature {
  justify-content: space-between;
}
.product-rating-block .star-rating.feature .star-title {
  margin-right: auto;
}
.product-rating-block .star-rating.size-big span {
  top: 0;
  font-size: 16px;
}
.product-rating-block .star-rating.size-big .c-star {
  width: 22px;
  height: 22px;
}
.product-rating-block .star-rating.sum {
  margin-top: 8px;
}
.product-rating-block .star-rating.sum span {
  color: #000;
  font-weight: 600;
}
.product-rating-block .c-star {
  width: 14px;
  height: 14px;
  fill: lightgrey;
  stroke: #caa518;
  position: relative;
  top: 2px;
}
@media (min-width: 768px) {
  .product-rating-block .c-star {
    width: 16px;
    height: 16px;
    top: 1px;
  }
}
.product-rating-block .c-star.active {
  fill: #fed94b;
}

.product-specs-block {
  font-size: 14px;
}
.product-specs-block .spec {
  margin-bottom: 8px;
  min-height: 51px;
  padding-bottom: 8px;
  border-bottom: 1px solid #f1f1f1;
}
.product-specs-block .spec .spec-label {
  font-weight: 600;
}
.product-specs-block .spec.spec-empty p {
  opacity: 0.3;
}

.sp-compare-bar {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 8;
  padding: 8px 0;
  font-size: var(--wp--preset--font-size--small);
  box-shadow: 0 -4px 5px -6px #c4c4c4;
}
.sp-compare-bar .sp-compare-bar-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}
.sp-compare-bar .do-compare {
  border-radius: 50%;
  background: var(--sp-color--brand);
  width: 40px;
  height: 40px;
  padding: 10px;
  color: #fff;
  transition: all 0.25s ease-in-out;
}
.sp-compare-bar .do-compare svg {
  width: 100%;
  height: auto;
  position: relative;
  transition: all 0.25s ease-in-out;
}
.sp-compare-bar .do-compare svg path {
  position: relative;
  transition: all 0.25s ease-in-out;
}
.sp-compare-bar .do-compare:hover {
  background: var(--sp-color--brand-dark);
}
.sp-compare-bar .do-compare:hover svg .arrow-top {
  transform: translate(7%, -7%);
}
.sp-compare-bar .do-compare:hover svg .arrow-bottom {
  transform: translate(-7%, 7%);
}
.sp-compare-bar.active {
  display: block;
}

.sp-compare-bar-products {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 8px;
  max-width: 1390px;
  width: calc(100% - 60px);
  margin: 0 auto;
}
@media (min-width: 768px) {
  .sp-compare-bar-products {
    grid-gap: 16px;
  }
}

.compare-bar-product {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  padding: 16px 8px;
  background: #fff;
  background: #f1f1f1;
  border-radius: 4px;
  color: var(--sp-color--text);
  text-decoration: none;
}
@media (min-width: 768px) {
  .compare-bar-product {
    padding: 8px;
  }
  .compare-bar-product:focus .compare-product, .compare-bar-product:hover .compare-product {
    display: flex;
  }
}
.compare-bar-product:focus, .compare-bar-product:hover {
  background: rgb(228.25, 228.25, 228.25);
  text-decoration: none;
  color: var(--sp-color--text);
}
.compare-bar-product .compare-bar-image {
  display: none;
  width: 50px;
  height: 50px;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .compare-bar-product .compare-bar-image {
    display: block;
  }
}
.compare-bar-product .compare-bar-image:before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  transition: opacity 0.2s ease;
}
.compare-bar-product .compare-bar-image img {
  padding: 6px;
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: contain;
  object-position: center;
  z-index: 1;
}
.compare-bar-product .compare-product {
  display: none;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 8px;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 4px;
  background: #fff;
  color: #464443;
  padding: 0;
  z-index: 2;
  display: none;
}
.compare-bar-product .compare-product svg {
  width: 18px;
  height: auto;
}
.compare-bar-product h3 {
  max-width: 100%;
  font-size: var(--wp--preset--font-size--small);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 768px) {
  .compare-bar-product h3 {
    max-width: calc(100% - 50px - 8px);
  }
}

body.overlay-active {
  overflow: hidden;
  max-height: 100vh;
}

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