/*!
Theme Name: Quuppa
Theme URI: http://underscores.me/
Author: Kuuki Marketing Lab Oy
Author URI: https://kuuki.fi
Description: Quuppa theme
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: quuppa
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
 html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

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

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

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

/* Grouping content
	 ========================================================================== */

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

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

/* Text-level semantics
	 ========================================================================== */

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

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

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

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

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

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

/* Forms
	 ========================================================================== */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Interactive
	 ========================================================================== */

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

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

/* Misc
	 ========================================================================== */

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

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

/* Box sizing
--------------------------------------------- */

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

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/


@font-face {
  font-family: Gotham;
  src: url('../woff2/gothampro.woff2') format("woff2"),
	   url('../woff/gothampro.woff') format("woff");
  font-weight: 400;
  font-style: normal
}

@font-face {
  font-family: Gotham;
  src: url('../woff2/gothampro-italic.woff2') format("woff2"),
	   url('../woff/gothampro-italic.woff') format("woff");
  font-weight: 400;
  font-style: italic
}

@font-face {
  font-family: GothamBold;
  src: url('../woff2/gothampro-bold.woff2') format("woff2"),
	   url('../woff/gothampro-bold.woff') format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: GothamBoldItalic;
  src: url('../woff2/gothampro-bolditalic.woff2') format("woff2"),
	   url('../woff/gothampro-bolditalic.woff') format("woff");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: GothamBlack;
  src: url('../woff2/gothampro-black.woff2') format("woff2"),
	   url('../woff/gothampro-black.woff') format("woff");
  font-weight: normal;
  font-style: normal
}


:root {
	--black: #000000;
	--coal: #212529;
	--lightcoal: #6f6f6f;
	--white: #ffffff;
	--grey: #ececec;
	--purple: #958BFF;
	--darkpurple: #744EEC;
	--lightpurple: #e4e1fb;
	--velvet: #2d2c4d;
	--link: #744EEC;
	--text: #656565;
    --themefont: 'Gotham', Arial, Helvetica, sans-serif;
	--headingfont: 'GothamBlack', Arial, Helvetica, sans-serif;
	--block-padding-top: 84px;
	--block-padding-bottom: 84px;	
	--block-padding-top-mobile: 54px;
	--block-padding-bottom-mobile: 54px;	
}

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: var(--text);
	font-family: var(--themefont);
	font-size: 1rem;
	line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--headingfont);
	color: var(--black);
	clear: both;
	font-weight: normal;
	margin-bottom: 15px;
	line-height: 1.25;
}

h1 {
	font-size: 40px;
}

h2 {
	font-size: 32px;
}

h3 {
	font-size: 26px;
}

h4 {
	font-size: 16px;
	text-transform: uppercase;
	font-family: var(--themefont);
	color: #909090;
    margin-bottom: 25px;
    letter-spacing: 0.5px;
}

.section-title:after {
	content: '';
	width: 100px;
	height: 4px;
	display: block;
	background: var(--purple);
	margin-top: 20px;
}

.text-center .section-title:after {
	margin: 20px auto 0;
}

p {
	margin-bottom: 1.5em;
}

a:not([href]):not([class]), 
a:not([href]):not([class]):hover {
	color: var(--coal);
}

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

blockquote {
    position: relative;
}

.single article blockquote p {
	font-family: var(--themefont);
	line-height: 26px;
	margin-bottom: 15px;
	position: relative;
	font-style: italic;
}

.single article .wp-block-quote:before {
	content:'';
	background-image: url(../svg/quote.svg);
    width: 71px;
    height: 53px;
    display: block;
    position: absolute;
    background-repeat: no-repeat;
	left: -85px;
    top: 0px;
}

cite {
	font-family: var(--themefont);
	text-transform: uppercase;
	font-style: normal;
    letter-spacing: 0px;
	font-size: 13px
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-weight: var(--font-weight-paragraphs);
    text-rendering: geometricPrecision;
}

body.disable-scroll {
	overflow: hidden;
}

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

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

ul {
	list-style: disc;
	padding: 0;
	list-style-image: url(../svg/check.svg);
}

.single ul li ul {
	list-style: disc;
	padding: 0;
	margin-left: 13px;
}

ul.space li  {
	margin-bottom: 15px;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

b, strong {
    font-family: var(--headingfont);
	font-weight:normal
}

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

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

figure {
	margin: 1em 0;
}

iframe#toolEmbed {
	min-height: 500px;
}

/* Links
--------------------------------------------- */
a {
	color: var(--purple);
	text-decoration: none;
}

a:hover,
a:focus,
a:active {
	color: var(--darkpurple);
}

a:focus {
	outline: thin dotted;
	color: var(--darkpurple);
}

a:hover,
a:active {
	outline: 0;
}

.site-footer {
	padding-bottom: 64px;
	padding-top: 64px;
}

.site-footer h2 {
	color: var(--lightcoal);
	font-size: 18px;
	text-transform: uppercase;
	font-family: var(--themefont);
	margin-bottom: 40px;
}

.site-footer h4 {
	color: var(--black);
	font-family: var(--headingfont);
}

.site-footer p {
	color: var(--black);
}

.site-footer a {
	color: var(--lightcoal);
}

.site-footer a:hover {
	color: var(--coal);
}

.site-footer .wp-block-contact-form-7-contact-form-selector {
    margin-top: 40px;
}

.site-footer .border-top {
	border-top: 1px solid #404040!important;
}

.site-footer .widget_media_image {
	display: inline-block;
	margin: 0px;
}

.site-footer div#media_image-2 {
    width: 150px;
}

.site-footer ul {
	padding: 0;
	margin:0;
	list-style: none;
}

.site-footer .social figure {
	margin-left: 20px;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background-color: var(--purple);
    border: 2px solid var(--purple);
    color: var(--white);
    cursor: pointer;
    display: inline-flex;
    margin-bottom: 0;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    text-overflow: ellipsis;
    transition: all .18s cubic-bezier(.25,.46,.45,.94);
    white-space: nowrap;
    width: auto;
    box-shadow: none;
    font-size: 15px;
    line-height: 15px;
    font-family: var(--themefont);
    border-radius: 50px 50px 50px 50px;
    padding: 12px 20px 12px 20px;
    margin-bottom: 10px;
    text-shadow: 0px 0px 10px rgb(0 0 0 / 30%);
}

button.search-toggle,
button.search-toggle:hover {
	background-color: transparent;
	border: none;
    right: 0;
    top: 0;
	padding: 5px;
	margin-left: 10px;
}

button svg {
	fill: var(--white);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background-color: var(--darkpurple);
    border: 2px solid var(--darkpurple);
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: var(--darkpurple);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #cccccc;
	border-radius: 3px;
	padding: 9px 10px 9px;
	width: 100%;
	background: var(--grey)
}

.grey-bg input[type="text"],
.grey-bg input[type="email"],
.grey-bg input[type="url"],
.grey-bg input[type="password"],
.grey-bg input[type="search"],
.grey-bg input[type="number"],
.grey-bg input[type="tel"],
.grey-bg input[type="range"],
.grey-bg input[type="date"],
.grey-bg input[type="month"],
.grey-bg input[type="week"],
.grey-bg input[type="time"],
.grey-bg input[type="datetime"],
.grey-bg input[type="datetime-local"],
.grey-bg input[type="color"],
.grey-bg textarea {
	background: var(--white)
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
	background: var(--grey);
	border: 1px solid #d4d4d4;
	transition: all 0.2s ease-in-out;
}

textarea::placeholder,
input::placeholder {
    color: #888;
    font-size: 12px;
	font-style: italic;
}

.search input::placeholder {
	font-size: 30px;
	font-style: normal;
}

select {
	-webkit-appearance: none;
    appearance: none;
	border: 1px solid #ccc;
	padding: 12px 10px 12px;
    border-radius: 3px;
	width: 100%;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.049 1.552 6.22 6.268a.188.188 0 0 0 .28 0l4.173-4.716' stroke='%23212121' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-position: right 10px center;
    background-repeat: no-repeat;
    background-size: 13px;
	font-size: 12px;
    line-height: inherit;
    font-style: italic;
}

textarea {
	width: 100%;
}

table {
	width:100%;
}

table tr td:first-child {
    background: #f5f5f5;
}

table td, table th {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 17px;
    padding-bottom: 17px;
    border: 1px solid #dedede;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.nav-container {
    position: fixed;
    width: 100%;
    background-color: var(--white);
    z-index: 3;
    transition: all .3s ease-in-out;
}

.nav-container.sticky-nav {
    background-color: var(--white);
    box-shadow: 0 0 25px #00000017;
    transition: all .3s ease-in-out;
}

.nav-container.sticky-nav.scrolling-down {
    margin-top: -100px;
    transition: all .7s ease-in-out;
}

.site-main {
	padding-top: 75px;
}

.site-header {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    max-width: 1340px;
    padding-bottom: 10px;
    padding-top: 10px;
    position: relative;
    z-index: 15;
	padding-left: 15px;
    padding-right: 15px;
	transition: all 0.3s ease-in-out;
}
	
.site-header .site-branding {
	display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
	margin: -10px
}

.site-header svg#search-icon {
    fill: var(--purple);
    width: 18px;
}

.nav-container .header-search {
    visibility: hidden;
    pointer-events: none;
    z-index: -1;
    position: absolute;
    opacity: 0;
    transition: .15s linear all;
    left: 0;
    right: 0;
    top: 65px;
    background-color: var(--white);
    box-shadow: 0px 6px 7px rgb(0 0 0 / 3%);
    padding: 30px;
}

.nav-container .header-search.active {
    opacity: 1;
    transition: .15s linear all;
    z-index: 3;
    pointer-events: all;
    visibility: visible;
}

.nav-container .header-search input.search-field {
	padding: 10px 18px;
}

.nav-container .header-search p {
	margin: 0;
}

.nav-container .header-search label {
	width: 100%;
}

.nav-container input.search-submit {
	margin-bottom: 0;
    border-radius: 0 3px 3px 0px;
    padding: 14px 10px;
}

p.site-title {
	margin: 0;
    padding: 15px;
}

.floating-menu {
    position: relative;
    width: 100%;
    background-color: #fff;
}

.main-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: normal;
}

.main-navigation ul li {
    margin-bottom: 7px;
    padding-bottom: 7px;
    position: relative;
    border-bottom: 1px solid #958bff26;
}

.main-navigation a {
  color: var(--black);
  text-decoration: none;
}

.main-navigation ul li.button a {
	 color: var(--white);
}

.main-navigation ul li.button.button-ghost a {
	color: var(--purple);
}

.main-navigation li.is-external > a:after {
	content: '';
    background-image: url(../svg/external-link.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    display: inline-flex;
    width: 15px;
	height: 15px;
    margin-left: 7px;
    margin-right: 0;
    position: relative;
}

.main-navigation ul ul {
  display: none;
  margin-top: 0px;
  margin-left: 10px;
}

.main-navigation ul ul ul {
  display: none;
  margin-left: 25px;
}

.main-navigation ul.sub-menu li a {
  color: var(--black);
}

.main-navigation ul.sub-menu li a:hover {
  color: var(--black);
}

.main-navigation ul.sub-menu.has-sub-menu ul.sub-menu {
	position: absolute;
	top: 10px;
	left: 170px;
}

button.dropdown-toggle,
button.menu-button {
  display: inline-flex;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  content: "";
  z-index: 99;
  position: relative;
  right: 0px;
  border-radius: 0;
}

button.dropdown-toggle {
  position: absolute;
  right: 0px;
  top: -3px;  
  padding: 5px 0px 5px 0px;
  color: var(--black);
}

.dropdown-toggle:after,
.dropdown-toggle.toggled-on:after {
  font-size: 1.3rem;
  border-top: none;
}

.menu-button {
  float: none;
  padding: 0;
  font-size: 1.5rem;
}

.menu-button:before,
.menu-button.toggled-on:before {
  margin-right: 5px;
  padding-top: -10px;
}

.no-js .menu-button {
  display: none;
}

.dropdown-toggle:after {
  content: "\002B";
}

.dropdown-toggle.toggled-on:after {
  content: "\2212";
}


/*! Mobile menu */

@media (max-width: 991px) {

.site-header-menu .main-navigation {
	opacity: 0;
	visibility: hidden;
	position: fixed;
    pointer-events: none;
	transition: all 0.3s ease-in-out;
	-webkit-transform: translateY(-100vh);
    -ms-transform: translateY(-100vh);
    transform: translateY(-100vh);
	left: 0;
    background-color: var(--lightpurple);
	width: 100vw;
	height: 100vh;
    margin: 0;
	top: 60px;
	overflow: auto;
	padding-bottom: 60px;
	-webkit-overflow-scrolling: touch;
	z-index: 9;
}

.site-header-menu.toggled-on .main-navigation {
    pointer-events: none;
    transition: all 0.3s ease-in-out;
    visibility: visible;
    opacity: 1;
    pointer-events: all;
	-webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.main-navigation .menu-items {
	padding: 80px 20px 20px 20px;
}
	
.main-navigation ul ul {
	margin-top: 10px;	
}

.main-navigation ul {
	font-size: 20px;
	font-family: var(--headingfont);
}
	
.main-navigation ul li {
		
}

.main-navigation ul.sub-menu li a,
.main-navigation ul li a,
a:not([href]):not([class]), a:not([href]):not([class]):hover {
	color: var(--coal);	
}
	
.main-navigation ul.sub-menu li {
	border-bottom: none;
	padding: 0;
	font-size: 15px;
}
	
.main-navigation li.current_page_item > a,
.main-navigation ul.sub-menu li.current_page_item > a {
	color: var(--darkpurple);	
}
			
ul.sub-menu.toggled-on {
	display: block;
}
	
}

/*! Hamburgers */

.hamburger {
	display: inline-block;
	cursor: pointer;
	transition-property: opacity, filter;
	transition-duration: 0.15s;
	transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	background-color: transparent;
	border: 0;
	margin: 0;
	overflow: visible;
}

.hamburger.toggled-on .hamburger-inner,
.hamburger.toggled-on .hamburger-inner::before,
.hamburger.toggled-on .hamburger-inner::after {
	background-color: var(--black);
}

.hamburger-box {
	width: 2.5rem;
	display: inline-block;
	position: relative;
}

.hamburger-inner {
	display: block;
	top: 50%;
	margin-top: -0.1rem;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
	width: 2.5rem;
	height: 0.17rem;
	background-color: var(--black);
	border-radius: 0;
	position: absolute;
	transition-property: transform;
	transition-duration: 0.15s;
	transition-timing-function: ease;
}

.has-dark-hero.nav-container .hamburger-inner,
.has-dark-hero.nav-container .hamburger-inner::before,
.has-dark-hero.nav-container .hamburger-inner::after {
	background-color: var(--white);
}

.hamburger-inner::before,
.hamburger-inner::after {
	content: "";
	display: block;
}
.hamburger-inner::before {
	top: -0.5rem;
}
.hamburger-inner::after {
	bottom: -1rem;
}

.hamburger--collapse .hamburger-inner,
.hamburger .hamburger-inner {
	top: auto;
	bottom: 0;
	transition-duration: 0.13s;
	transition-delay: 0.13s;
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse .hamburger-inner::after,
.hamburger .hamburger-inner::after {
	top: -1rem;
	transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse .hamburger-inner::before,
.hamburger .hamburger-inner::before {
	transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse.toggled-on .hamburger-inner,
.toggled-on.hamburger .hamburger-inner {
	transform: translate3d(0, -0.7rem, 0) rotate(-45deg);
	transition-delay: 0.22s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse.toggled-on .hamburger-inner::after,
.toggled-on.hamburger .hamburger-inner::after {
	top: 0;
	opacity: 0;
	transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

.hamburger--collapse.toggled-on .hamburger-inner::before,
.toggled-on.hamburger .hamburger-inner::before {
	top: 0;
	transform: rotate(-90deg);
	transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}


/* Screen readers */
.screen-readers {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  word-break: normal !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

/* Desktop media query */
@media only screen and (min-width: 992px) {
  button.menu-button {
    display: none;
  }
	
  .menu-container {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
	
  .top-menu .menu-container {
    display: flex;
	justify-content: flex-end;
  }
	
  .site-header-menu {
    display: flex;
	position: relative;
	align-items: center;
  }
	
  .site-header-menu .main-navigation {
	opacity:1;
  }
	
  .main-navigation  {
	padding: 0;
  }
	
  .main-navigation {
    align-items: center;
    background-color: transparent;
    display: flex;
    margin: 0;
    padding: 0;
    position: relative;
	text-transform: uppercase;
  }	
	
  .main-navigation ul li > a {
	color: var(--coal);
    font-size: 14px; 
	font-family: var(--headingfont);
  }
	
  .main-navigation ul li.button > a {
	color: var(--white);
  }
	
  .main-navigation ul li.button.button-ghost > a {
	color: var(--purple);
  }
	
  .main-navigation ul li.button  {
	margin-left: 15px;
	padding: 8px 10px 5px!important;
  }

  .main-navigation ul li.button > a:hover {
	color: var(--white);
  }
			
  .main-navigation ul li > a:hover	{
	color: var(--purple);	
  }
		
  .main-navigation ul.sub-menu li a {
    color: var(--black);
	display: flex;
    font-family: var(--themefont);
	font-size:13px;
  }
	
  .top-menu .main-navigation ul li > a {
	 color: var(--black);
	 display: inline-flex;
     align-items: center;
  }

  .top-menu .main-navigation ul li > a:hover {
	 color: var(--darkpurple);
  }
	 
  .main-navigation li.current-menu-parent > a,
  .main-navigation li.current_page_item > a,
  .main-navigation ul.sub-menu li.current_page_item > a,
  .main-navigation ul.sub-menu li a:hover,
  .main-navigation ul.sub-menu li.current-menu-item a {
    color: var(--darkpurple);
  }

  .top-menu .main-navigation li.current_page_item > a {
	color: var(--darkpurple);
  }
	
  .main-navigation li.current_page_item > a {
	  color: var(--purple);
  }
	
  .top-menu .main-navigation li {
	padding-top: 0;
    padding-bottom: 0;
  }
		
.main-navigation ul li {
    position: relative;
    margin: 0;
    padding: 10px 0px 10px 15px;
	border-bottom: none;
	display: inline-block;
}
	
.main-navigation li.mobile-only {
	display: none;
}
	
.lang-item.menu-item {
	text-transform: uppercase;
}
	
.main-navigation ul.sub-menu {
	position: absolute;
    display: none;
    top: 100%;
	border-radius: 5px;
    left: 5%;
    margin-left: 0;
    padding: 10px;
    background-color: #fff;
	box-shadow: 0 0 25px #00000017;
	padding-top: .5rem;
    padding-bottom: 0.5rem;
    z-index: 999;
	column-count: 1;
	width: 190px;
}
	
.main-navigation .two-col ul.sub-menu {
	width: 450px;
    column-count: 2;
    gap: 20px;
}

.main-navigation ul li.two-col:hover {
	display: inline-block;
    flex-direction: unset;	
}

.main-navigation ul.sub-menu::before {
    border-color: transparent transparent #fff;
    border-style: solid;
    border-width: 0 5px 5px;
    top: -5px;
    content: '';
    display: block;
    height: 0;
    left: 15px;
    position: absolute;
    transform: scale(1);
    transition: all 0.2s cubic-bezier(0.19, 1, 0.22, 1);
    width: 0;
}
	
.main-navigation ul.sub-menu.has-sub-menu ul.sub-menu::before {
    border-color: transparent transparent #fff;
    border-style: solid;
    border-width: 0 5px 5px;
    top: 5px;
    content: '';
    display: block;
    height: 0;
    left: -8px;
    position: absolute;
    transform: scale(1);
    transition: all 0.2s cubic-bezier(0.19, 1, 0.22, 1);
    width: 0;
	transform: rotate(270deg);
}

.main-navigation .pll-parent-menu-item {
	margin-left: 30px;
}
	
.main-navigation .pll-parent-menu-item:before {
	content: '';
    background: url(../svg/globe.svg) no-repeat center;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 30px;
    margin-top: 3px;
}

.main-navigation .pll-parent-menu-item button.dropdown-toggle {
	display: none;
}

.main-navigation .pll-parent-menu-item ul.sub-menu {
	width: 60px;	
}
	
.no-js .main-navigation ul ul li,
.main-navigation ul ul li {
    padding: 10px 10px 5px;
    display: block;
}
	
.main-navigation ul .has-sub-menu > li {
    padding-right: 40px;
	display: flex;
}
	
.no-js .main-navigation ul ul ul,
.main-navigation ul ul ul {
    top: 0px;
    left: 100%;
    margin-left: 0;
    margin-top: 0px;
	padding: 0;
}
	
ul.sub-menu .dropdown-toggle {
    position: absolute;
    right: 10px;
    top: 4px;
  }

/* Arrow down */
.main-navigation ul .dropdown-toggle:after {
	content: '';
	background: url(../svg/arrow-down.svg) no-repeat center;
	width: 10px;
    height: 15px;
    display: inline-block;
	margin-left: 5px;
  }

  /* Arrow right */
  .main-navigation ul ul .dropdown-toggle:after {
    content: url(../chevron-right.html);
  }

  /* Arrow up */
  .main-navigation ul .dropdown-toggle.toggled-on:after {
	background: url(../arrow-up.html) no-repeat center;
	width: 10px;
    height: 10px;
    display: inline-block;
    background-size: contain;
	transform: rotate(180deg);
  }

  /* Arrow left */
  .main-navigation ul ul .dropdown-toggle.toggled-on:after {
    content: url(../chevron-left.html);
  }

  .main-navigation ul .dropdown-toggle:after,
  .main-navigation ul ul .dropdown-toggle:after,
  .main-navigation ul .dropdown-toggle.toggled-on:after,
  .main-navigation ul ul .dropdown-toggle.toggled-on:after {
    font-weight: normal;
  }

  button.dropdown-toggle {
    position: inherit;
    right: auto;
	top: 3px;
  }
	
  .main-navigation ul.sub-menu.toggled-on,
  .main-navigation ul li:hover > ul {
    display: inline-flex;
    flex-direction: column;
  }

  .main-navigation ul li.two-col:hover > ul, 
  .main-navigation ul li.two-col.sub-menu.toggled-on {
    display: inline-block;
    flex-direction: unset;
  }
	
}

select.pll-switcher-select {
	background-color: initial;
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: 8px 8px;
    border: 0;
	font-family: var(--headingfont);
    color: var(--purple);
    line-height: 1;
    text-transform: uppercase;
	background: none;
	text-align: right;
	padding: 15px 10px;
	font-size: 0;
}

.lang-select {
	background: url(../svg/globe.svg) no-repeat center;
	width: 30px;
	height: 30px;
}

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

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

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

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

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

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

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

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

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

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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

/* Galleries
--------------------------------------------- */
.gallery {
    margin: 1.5em;
    display: grid;
    grid-gap: 0em 4em;
    align-items: center;
}

.block-hero-bg .gallery {
	margin:0;
}

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

@media (max-width: 767px) {
	.gallery-columns-5,
	.gallery-columns-6,
	.gallery-columns-7,
	.gallery-columns-8,
	.gallery-columns-9 {
		grid-template-columns: repeat(3, 1fr); 
		grid-gap: 0 20px;
		margin: auto;
	}
	
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

#primary[tabindex="-1"]:focus-visible,
#primary[tabindex="-1"]:focus {
	outline: 0;
}

:focus-visible {
    outline: 2px solid var(--darkpurple)!important;
    background: 0 0;
}


/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

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

/* Start adding theme styles here */

.block {
	position: relative;
	padding-bottom: var(--block-padding-bottom);
    padding-top: var(--block-padding-top);
	background-position: center;
    background-size: cover;
}

.block.no-padding-top {
	padding-top:0px;
}

.block.no-padding-bottom {
	padding-bottom:0px;
}

.block.align-items-center .row {
	align-items: center;
}

.hide-video-controls .mejs-controls {
	display: none;
}

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

a.global-link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
	z-index: 2;
}

.site-main h1:first-child, 
.site-main h2:first-child, 
.site-main h3:first-child, 
.site-main h4:first-child, 
.site-main h5:first-child, 
.site-main h6:first-child, 
.site-main p:first-child {
    margin-top: 0;
}

.container {
	position: relative;
}

.entry-content {
	position: relative;
}

.has-shadows {
    box-shadow: 5px 5px 0 0 rgb(226 226 226);
	transition: all 0.3s ease-in-out;
}

.shade {
	background: linear-gradient(270deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 66%);
    height: 100%;
    left: 0;
    opacity: 0.99;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

.shade.dark {
	background: linear-gradient(270deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 66%);
}

.padded-element {
	padding: 40px;
    transition: all 0.2s ease-in-out;
    z-index: 1;
}

.block-content.shadow .padded-element {
	box-shadow: 0 0 30px -10px #0000001f;
}

.block-content.border-radius .padded-element {
	border-radius: 20px;
}

.block-content.border-radius .padded-element.text-center ul {
	list-style: none;
	padding: 0;
    margin: 0;
}

.block-content.border-radius .padded-element.text-center ul li {
	padding-bottom: 5px;
}

.uppercase {
  font-family: var(--headingfont);
  color: var(--purple);
	text-transform: uppercase;
}

.block-testimonial .testimonial-content p:last-child,
.padded-element p:last-child {
	margin-bottom: 0;
}

.white-text :is(h1, h2, h3, h4, h5, h6, p, ul, ol, a) {
	color:  var(--white);
}

.white-bg {
    background-color: var(--white);
}

.grey-bg {
    background-color: var(--grey);
}

.dark-bg {
    background-color: var(--coal);
}

.velvet-bg {
	background-color: var(--velvet);
}

.lightpurple-bg {
    background-color: var(--lightpurple);
}

.site-main .block.standard-buttons .button.button-ghost,
.main-navigation ul li.button,
.wp-block-button__link,
.site-footer .button, 
.site-main .button, 
.site-main input[type=reset], 
.site-main input[type=submit], 
.site-main input[type=button] {
    background-color: var(--purple);
    border: 2px solid var(--purple);
    color: var(--white);
    cursor: pointer;
    display: inline-block;
    margin-bottom: 0;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    text-overflow: ellipsis;
    transition: all .18s cubic-bezier(.25,.46,.45,.94);
    width: auto;
    box-shadow: none;
    font-size: 15px;
	line-height: 17px;
	font-family: var(--themefont);
	border-radius: 50px 50px 50px 50px;
    padding: 10px 20px 8px 20px;
	margin-bottom: 10px;
	text-shadow: 0px 0px 10px rgb(0 0 0 / 30%);
}

.main-navigation ul li.button {
	display: inline-flex;
}

.site-main input[type=submit] {
	border-radius: 3px;
	margin: 0;
}

.site-main .block.standard-buttons .button.button-ghost:hover,
.main-navigation ul li.button:hover,
.wp-block-button__link:hover,
.site-footer .button:hover, 
.site-main .button:hover, 
.site-main input[type=reset]:hover, 
.site-main input[type=submit]:hover, 
.site-main input[type=button]:hover {
    background-color: var(--darkpurple);
    border: 2px solid var(--darkpurple);
}

.nav-container .button.button-ghost,
.site-main .button.button-ghost {
    background-color: transparent;
    border: 2px solid var(--purple);
    color: var(--black);
	text-shadow: none;
}

.site-main .white-text .button.button-ghost {
	color: var(--white);
}

a.readmore {
	display: inline-flex;
	text-transform: uppercase;
	font-family: var(--headingfont);
}

a.readmore:after {
    content: '»';
    /*background-image: url(svg/arrow-right-red.svg);*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    display: inline-flex;
    width: 15px;
    margin-left: 7px;
    margin-right: 0;
    position: relative;
}

.site-main .button.button-ghost:hover {
    background-color: var(--darkpurple);
    border: 2px solid var(--darkpurple);
    color: var(--white);
}

.post-thumbnail,
.lift-image,
.lift-image-tag {
    aspect-ratio: 1200/628;
	background-size: cover;
	background-position: center;
}

.product-image {
	aspect-ratio: 1/1;
}

.lift-image img, 
.post-thumbnail img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.lift-image-tag img {
    height: 100%;
    object-fit: contain;
    width: 100%;
	padding-top: 15px;
}

.has-rounded-borders img {
	border-radius: 300px 300px 300px 3px;
}


#breadcrumbs {
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 0.5px;
	margin-top: 15px;
	margin-bottom: 15px;
}

.single .date-separator {
	position: relative;
    top: 0;
    width: 50px;
    height: 1px;
    background: #000;
    margin: 0 0.875rem;
}

.single .entry-meta {
	display: -webkit-box;
    display: -ms-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.news-item h2 {
	font-size: 20px;
}

.news-item {
	position: relative;
	transition: all 1s cubic-bezier(.19,1,.22,1);
	height: 100%;
}

.news-item:hover {
	box-shadow: 0 10px 8px -5px rgb(0 0 0 / 8%);
}

.page .hbps-responsive-video { 
    position: relative; 
    padding-bottom: 56.25%; 
    height: 0; 
    overflow: hidden;
    margin: 0 auto;
}

.page .hbps-responsive-video iframe, 
.page .hbps-responsive-video object, 
.page .hbps-responsive-video embed, 
.page .hbps-responsive-video video { 
    position: absolute; 
    top: 0; 
    left: 0; 
    right: 0;
    width: 100%;
    height: 100%;
}

#partner-info-form .checkbox-group, .wpcf7-list-item {
	margin: 0 20px 0 0;
	display: block;
}

.wpcf7 label {
	margin-bottom: 2px;
	margin-top: 15px;
	font-size: 12px;
    text-transform: uppercase;
}

#partner-info-form label,.wpcf7cf_steps label {
	text-transform: none;
    font-size: 14px;
}

.wpcf7-form-control-wrap .wpcf7-checkbox {
	margin-top: 15px;
	display: block;
}

.wpcf7 span.notice-red {
	font-size: 0.8rem;
	color: var(--purple);
}

.wpcf7cf_multistep input.wpcf7-submit {
	border-radius: 50px;
}

.site-main .wpcf7 input,
.site-main .wpcf7 textarea {
	
}

.site-footer input[type="email"] {
    background: var(--white);
	height:45px;
}

input.wpcf7-submit {
	background: var(--purple);
	border-radius: 3px;
}

.site-footer .wpcf7-form-control-wrap {
	display: flex;
    justify-content: center;
}

[id*="wpcf7-f28039"] .wpcf7-form-control-wrap, .site-footer .wpcf7-form-control-wrap {
	display: inline-block;
}

.site-footer .wpcf7-spinner {
	display: block;
	margin: auto;
}

.site-main .sticky .wpcf7 input {
	width: 100%;
	display: block;
}

.site-main .sticky .entry-content p {
	margin-bottom: 10px
}

/* Block styles */

.block-hero-bg {
	min-height: 400px;
	background-repeat: no-repeat;
	background-size: cover;
}

.block-hero-bg p:last-child {
	margin-bottom: 0;
}

.block-hero-bg .hero-padding {
	padding-top: 50px;
	padding-bottom: 30px;
}

.block-hero-bg.offset {
	margin-bottom: 40px;
	min-height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right top;
    padding-top: 40px;
    padding-bottom: 0;
}

.block-hero-bg.offset .padded-element {
	margin-bottom: -25px;
}

.block-hero-bg.offset .padded-element p:last-child {
	margin-bottom: 0;
}

/*
.block-banner.no-padding-bottom .padded-element {
	padding-bottom: 10px;
}

.block-banner.no-padding-top .padded-element {
	padding-top: 10px;
}
*/

.block-banner .padded-element {
	padding-bottom: var(--block-padding-bottom);
    padding-top: var(--block-padding-top);
	background-size: cover;
}

.block-banner ul {
	display: flex;
	list-style-position: inside;
	font-size: 14px;
    margin: 0 0 30px 0;
}

.block-banner ul li {
	margin-right: 10px;
}

.block-banner .inline-inputs {
	display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: start;
    grid-column-gap: 0.5rem;
}

.block-page-lifts h3,
.block-page-lifts h2 {
	font-size:22px;
	transition: color 0.3s ease-in-out;
}

.block-page-lifts .entry-content {
	padding-bottom: 40px;
}

.block-page-lifts .one .entry-content {
	padding-bottom: 0px;
}

.block-page-lifts .entry-content .readmore-content {
	position: absolute;
	bottom: 30px;
}

.block-page-lifts .entry-content .readmore-content p {
	margin-bottom: 0;
}

.block-page-lifts .entry-content.has-shadows:hover,
.has-link.entry-content.has-shadows:hover  {
	box-shadow: 5px 5px 0 0 #958BFF;
	transition: all 0.3s ease-in-out;
}

.block-page-lifts .entry-content:hover h2,
.has-link.entry-content:hover h2 {
	color: var(--purple);
	transition: color 0.3s ease-in-out;
}

.block-content .icon {
	width: 36px;
    height: 36px;
    background-repeat: no-repeat;
    margin: auto auto -15px;
	background-size: contain;
}

.offset-bottom .container {
	position: relative;
}

.offset-bottom:before {
	content: '';
    background-color: #fff;
    height: calc(50% - 80px);
    bottom: 0;
    width: 100%;
    position: absolute;
}

.block-content .cat-links a, .entry-footer span.cat-links a {
    border: 2px solid var(--purple);
	background: var(--white);
    color: var(--purple);
    padding: 7px;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.5px;
    font-weight: bold;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    margin-right: 5px;
}

.block-content .cat-links a:hover, 
.entry-footer span.cat-links a:hover {
    border: 2px solid var(--darkpurple);
    color: var(--white)!important;
    text-decoration: none;
    background: var(--darkpurple);
    transition: all 0.2s ease-in-out;
}

.tags-links a {
	padding: 3px 6px;
	background: var(--purple);
    color: var(--white);
	text-transform: uppercase;
	display: inline-block;
	border-radius: 3px;
	font-size: 12px;
}

.tags-links a:hover {
	background: var(--darkpurple);
}

.single .entry-footer.has-border {
    border-top: 1px solid var(--grey);
    margin-top: 30px;
    padding-top: 30px;
	display: flex;
    justify-content: space-between;
    align-items: center;
}

.block-search form {
    align-items: center;
    background: var(--white);
    box-shadow: 0 0 8px 0 rgb(34 34 34 / 7%);
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: 9fr 1fr;
    padding: 50px;
}

.block-search form .search-field {
    font-size: 20px;
    width: 100%;
    line-height: 1;
    padding: 15px;
    background-color: var(--grey);
}

.block-search form .search-submit {
    border-radius: 4px;
    display: inline-flex;
    font-size: 20px;
    height: 50px;
    justify-content: center;
    justify-self: flex-end;
    text-align: center;
    width: 110px;
	margin: 0;
}

.block-search-results .row-result {
    border-bottom: 1px solid var(--grey);
    margin-bottom: 20px;
}

/*.block-accordion .accordion,
.block-faq .accordion {
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--grey);
}*/

.block-accordion button:hover,
.block-accordion button,
.block-faq button, 
.block-faq button:hover {
    background: transparent;
    text-align: left;
    width: 100%;
    padding: 15px 0;
	border: none;
	color: var(--black);
	border-radius: 0;
    text-shadow: none;
	white-space: normal;
    line-height: 1.5;
}

.block-faq .accordion h2 {
    position: relative;
    margin-bottom: 0;
    width: 100%;
	display: flex;
    justify-content: space-between;
	font-size: 20px;
}

.block-accordion .listed {
	line-height: 1.3;
}

.block-accordion .accordion .accordion-item .accordion-button:hover .accordion-title,
.block-faq .accordion .accordion-item .accordion-button:hover .accordion-title {
    color: var(--purple);
}

.block-accordion .accordion-button::after {
  margin-left: 25px;
  position: absolute;
}

/*.block-faq .accordion h2:after {
    content: "+";
}*/

/*.block-faq .accordion .is-expanded h2::after {
    content: "–";
}*/

.block-accordion h2 button {
    position: relative;
    margin-bottom: 0;
    width: 100%;
}

.block-accordion .accordion-title {
	font-family: var(--headingfont);
	font-size: 20px;
	text-transform:uppercase;
	margin-left:20px;
	width: 0px;
	margin-left: 75px;
}

.block-accordion .accordion-img {
	max-width: 200px;
}

/*.block-accordion .accordion h2 span {
	text-transform: none;
}*/

/*.block-accordion button:after {
	content: "+";
    position: absolute;
    right: 0;
    top: 35%;
    font-size: 20px;
    font-family: var(--headingfont);
    display: flex;
}*/

/*.block-accordion button.is-expanded::after {
    content: "–";
}*/

.block.products-accordion .accordion {
	margin-bottom: 0px; 
    padding-bottom: 0px;
}

.block.products-accordion button.accordion__btn {
	margin: 0;
	padding: 0;
}

.block.products-accordion .accordion-img img {
    display: block;
    height: 60px;
}

.block.products-accordion .accordion-img-bg {
  width: 440px;
  height: 60px;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 50px;
}

/*.block.products-accordion .accordion h2 {
	margin-left: 50px;
}*/

/*.block.products-accordion button::after {
	left: 15px;
	top: 38%;
}*/


.block-offset-cols {
	margin-bottom: 64px;
}

.block-offset-cols .offset-banner-image {
    position: absolute;
    top: 0px;
    bottom: 0;
    left: 15px;
    right: 0;
    height: 100%;
    width: 100%;
    padding-right: 50px;
}

.block-offset-cols .offset-text-container {
    padding-top: 60px;
    padding-bottom: 60px;
    min-height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.block-offset-cols:before {
    content: '';
    background-color: var(--white);
    height: 15px;
    top: 0;
    width: 100%;
    position: absolute;
}

.block-offset-cols:after {
    content: '';
    background-color: var(--white);
    height: 15px;
    bottom: 0;
    width: 100%;
    position: absolute;
}

.block-quotes p.intro-content {
    margin-bottom: 0;
}

.block.has-dot-grid {
	background-image: url(../png/dot-grid.png);
	background-size: auto;
}

.block-icons h3 {
	font-size: 18px
}

.block-icons ul li {
	padding-bottom: 5px;
	
}

.block-icons .entry-content .icon {
    margin-bottom: 15px;
	max-width: 45px;
}

.block-icons .readmore-content .button.button-ghost.position-absolute {
	top: -10px;
    z-index: 2;
}

.block-icons.services ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.block-icons.services ul li {
    border-top: 1px solid var(--grey);
    margin: 0;
    padding-bottom: 0.8rem;
    padding-top: 0.8rem;
	font-size: 17px;
}

.block-icons.services ul li:last-child {
    border-bottom: 1px solid var(--grey);
}

.block-testimonial .testimonial-image {
	max-height: 100px;
}

.block-testimonial .testimonial {
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
	min-height: 110px;
}

.block-testimonial .testimonial-content {
	display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.block-testimonial .testimonial:before {
	content: "";
    display: block;
    width: 14px;
    height: 14px;
    background-color: var(--grey);
    position: absolute;
    -webkit-transform: scaleX(.75) rotate(45deg);
    -ms-transform: scaleX(.75) rotate(45deg);
    transform: scaleX(.75) rotate(45deg);
    border-width: 0;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
	position: absolute;
    top: -7px;
    left: 25px;
}

/** Blocks ending **/

.author-img img {
	width: 150px;
    max-width: 150px;
	border-radius: 50%;
}

.searchandfilter ul {
    margin: 0 0 20px 0;
    display: flex;
    padding: 0;
    justify-content: center;
    text-transform: uppercase;
}

.searchandfilter ul li {
	margin: 0 5px;
}

.block-filter input[type=radio], 
.block-filter input[type=checkbox] {
    display: none;
}

.searchandfilter input[type=radio]+label {
    display: inline-block;
    color: var(--coal);
    padding: 8px 12px 4px;
    background-color: var(--lightpurple);
    cursor: pointer;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    font-size: 13px;
    text-transform: uppercase;
	text-align: center;
}

.searchandfilter input[type=radio]+label:hover, 
.searchandfilter input[type=radio]:checked+label {
    background-color: var(--darkpurple);
	color: var(--white);
}

.is-sticky .sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 30px;
}

.counter {
	color: var(--darkpurple);
    font-size: 60px;
    font-weight: 600;
    letter-spacing: -2px;
	font-family: var(--headingfont);
}

.fa-classic, .fa-regular, .fa-solid, .far, .fas {
	margin-right: 10px;
}

.fa-icon {
    display: inline-flex;
    width: 25px;
}

#cmplz-document, .editor-styles-wrapper .cmplz-unlinked-mode {
    margin-top: 0;
    max-width: 800px;
    margin: auto;
    padding-top: 60px;
    padding-bottom: 80px;
}

.cmplz-cookiebanner .cmplz-buttons .cmplz-btn {
	font-size: 14px!important;
}

#cmplz-document ul,
#cmplz-document ul li,
#cmplz-document p {
	font-size: 16px;
}

.wpcf7cf_step_inner h2 {
	margin-bottom: 30px;
	border-bottom: 1px solid #e3e3e3;
	padding-bottom: 20px;
}

.wpcf7cf_multistep .wpcf7cf_steps-dots .dot.active .step-index {
	background: var(--purple)!important;
}

.wpcf7cf_multistep .wpcf7cf_steps-dots .dot.active {
	border-bottom: 5px solid var(--purple)!important;
}

.wpcf7cf_multistep .wpcf7cf_steps-dots .dot.completed .step-index {
	background: var(--darkpurple)!important;
}

.wpcf7cf_multistep .wpcf7cf_steps-dots .dot.completed {
	border-bottom: 5px solid var(--darkpurple)!important;
}

.wpcf7cf_multistep .wpcf7cf_steps-dots .dot.active {
	font-family: var(--headingfont);
	font-weight: normal!important;
}

.wpcf7cf_multistep .wpcf7cf_steps-dots .dot .step-index {
	margin-bottom: 10px;
}

.training-form {
    text-align: left;
    max-width: 80%;
    margin: auto;
    margin-bottom: 50px;
}

.site-main .wpcf7 .training-form input {
	display: block;
	width: 100%;
}

.chosen-container-multi .chosen-results {
	display: block;
	text-transform: initial;
}

.chosen-container-multi .chosen-choices {
	padding: 5px;
	flex-direction: column;
	background: none;
}

.chosen-container-multi .chosen-choices li.search-field {
    margin: 0;
    white-space: nowrap;
    background: #fff;
    width: 100%;
}

.chosen-container-multi .chosen-choices li.search-field input[type=text] {
	line-height: inherit;
	width: 100%!important;
}

.chosen-container .chosen-results li {
	line-height: inherit;
}

.chosen-container-multi .chosen-choices li.search-choice {
	text-transform: none;
    border: none;
    background: none;
    box-shadow: none;
}

.chosen-container .chosen-results li.highlighted { 
	background-color: var(--darkpurple);
	background-image: none;
}

.border {
	transition: 0.3s ease-in-out;
}

.border:hover {
	border-color: var(--purple)!important;
	transition: 0.3s ease-in-out;
}

.block .embed-container {
	margin-bottom: 30px;
}

.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } 
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

#partner-info-form #partner-description-wiziwyg {
	height: 360px;
	resize:vertical;
	overflow: auto;
}

#partner-info-form fieldset {
    padding: 0.35em 0 0.625em;
}

#partner-info-form input[type="file"] {
	width: 100%;
}

#partner-info-form input[type="submit"] {
	margin: 15px auto 0;
} 

.partner-modal {
	position: fixed;
	z-index: 1000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	transition: opacity 0.3s;
  }
  
  .partner-modal-content {
	background-color: #fefefe;
	padding: 20px;
	border-radius: 4px;
	width: 50%;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08);
	border: 1px solid var(--purple);
	text-align: center;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -100%);
	transition: transform 0.3s;
  }
  
  .partner-hidden {
	opacity: 0;
  }
  
  .partner-visible {
	opacity: 1;
  }
  
  .partner-hidden .partner-modal-content {
	transform: translate(-50%, -100%);
  }
  
  .partner-visible .partner-modal-content {
	transform: translate(-50%, calc(120px - 50%));
  }
  
.tag-partner-logo {
	height: 70px;
	max-width: 120px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 10% center;
    background-origin: content-box;
    margin: 15px 40px -15px;
}

.taxonomy {
    line-height: 1.2;
}

span.country::after {
	content: ',';
}

span.country:last-child:after { 
	content: ''; 
}

.searchandfilter[type="checkbox"], 
.searchandfilter [type="radio"] {
	display: none;
}

.mobile-only {
	display: none;
}

.block-icons.multiply-images .entry-content .lift-image img {
	mix-blend-mode: multiply;
}

.quuppa_approved_logo,
.quuppa_tested_logo,
.verified_logo {
	width: 70px;
	height: 70px;
	background-size: contain;
    background-repeat: no-repeat;
	display: inline-flex;
    margin-right: 5px;
}
	
.quuppa_approved_logo {
	background-image: url(../svg/quuppa-approved.svg)
}

.quuppa_tested_logo {
	background-image: url(../svg/quuppa-tested.svg)
}

.verified_logo {
	background-image: url(../svg/quuppa-verified-sensor.svg)
}

.w-75 .feature-icon {
  max-width: 40px;
}

.extra-margin-bottom .row.block-icons.pb-lg-5 {
	margin-bottom: 64px!important;
}

.block-hero-carousel .splide__slide {
  min-height: 400px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 40px;
  padding-bottom: 30px;
}	

.block-hero-carousel .splide__slide .slide-title {
	transform: translate(0px, 10px);
	opacity: 0;
    transition: all 0.3s ease-in-out;
	filter: blur(4px);
}

.block-hero-carousel .splide__slide.is-active .slide-title {
	transform: translate(0px, 0px);
	opacity: 1;
	filter: blur(0px);
}

.block-hero-carousel .splide__slide .carousel-text {
	margin-left: 520px;
	color: var(--purple);
	font-family: var(--headingfont);
}

.block-hero-carousel .slide-title {
	color: var(--white);
	font-family: var(--themefont);
}

.block-hero-carousel .static-title {
	position: absolute;
    bottom: 45px;
    left: 0;
	margin-bottom: 0;
}

.block-hero-carousel a.readmore {
    text-transform: inherit;
    font-family: var(--themefont);
}

.has-text-shadows  {
	text-shadow: 0px 1px 7px #000000ed; 	
}

.partner-info  {
	font-size: 13px;
}

.company-testimonial img,
.partner-info img {
	max-width: 150px;
}


.case-hero p {
	margin: 0;
}

.case-hero h1 {
	margin-bottom: 10px;
}

ul.share-buttons {
	list-style: none;
}

.social-share .share-buttons {
    list-style-type: none;
    padding: 0;
    display: flex;
    justify-content: space-evenly;
	margin: 0;
}

.social-share .share-buttons a {
    display: flex;
    padding: 0 4px;
    text-align: center;
    transition: background .3s ease-in-out;
    box-shadow: none !important;
    margin-right:4px;
}

.social-share .share-buttons svg {
    fill: var(--purple);
    width: 20px;
    height: 20px;
}

.accordion-button:not(.collapsed) {
	background-color: transparent;
	color: var(--black);
}

.accordion-button:not(.collapsed)::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.anchor {
	padding-top: 140px;
    margin-top: -140px;
}

.suite {
	background-repeat: no-repeat;
	background-position: 200px 80px;
}

.archive .navigation ul {
	display: flex;
	justify-content: center;
	list-style: none;
}

.archive .navigation ul li {
	margin: 0 10px;
}

@media (max-width: 1399px) {
	.block-accordion .accordion-title {width: 75px;}
}
	
@media (max-width: 1199px) {
	.block-accordion .accordion-button::after {top: 20px;}
	.block-accordion .listed {width: inherit!important; margin-left: 75px;}
	.block.products-accordion .accordion-img-bg {margin-right: 50px; margin-left: 75px!important; margin-top: 20px!important; margin-bottom: 20px;}
}

@media (max-width: 992px) {
	.site-main {padding-top: 65px;}
	button.search-toggle, button.search-toggle:hover {margin-right:15px;}
	.nav-container .header-search {top: 65px;}
	.main-navigation ul li.button {margin-top: 30px; display: block;text-align: center;}
	.nav-container .header-search {padding: 10px 10px 30px;}
	.extra-nav {position:relative; top:5px;}
	.block {padding-bottom: var(--block-padding-bottom-mobile); padding-top: var(--block-padding-top-mobile);}
	button.dropdown-toggle, button.menu-button {display:block;}
	.mobile-margin-bottom {margin-bottom: 40px;}
	.has-link.entry-content.h-100.text-center { height: inherit!important;}
	h1.slide-title.static-title.white-text {font-size: 30px; bottom: 50px;}
	.block-hero-carousel .splide__slide .carousel-text {margin-left: 400px;font-size:30px;}
	.block-accordion .accordion-title {width: 100%;}
}

@media (max-width: 767px) {
	.site-main .container {overflow: hidden;}
	h1 {font-size: 32px;}
	h2 {font-size: 24px;}
	.padded-element {padding: 20px;}
	.block-banner .padded-element {padding-bottom: var(--block-padding-bottom-mobile); padding-top: var(--block-padding-top-mobile);}
	.block-banner .inline-inputs {grid-row-gap: 0.5rem; grid-template-columns: repeat(1, minmax(0, 1fr));}
	.block-testimonial .testimonial {min-height: inherit;}
	.mobile-margin-bottom {margin-bottom: 30px;}
	.block-hero-bg.bg-image, .block-hero-bg.offset {background-image: none!important; padding: 0;}
	.block-hero-bg.bg-image .shade {display:none;}
	.mobile-only {display: block;}
	.mobile-hero-bg.block {height: 220px; background-size: cover; margin-left: -15px; margin-right: -15px; margin-bottom: 20px;}
	.block-hero-bg.offset {min-height: inherit}
	.block-hero-bg.offset .mobile-hero-bg.block {height: inherit;}
	.mobile-margin-bottom, .wp-video {margin-bottom: 30px;}
	.gallery-columns-4 {grid-template-columns: repeat(2, 1fr);}
	
	form#search-filter-form-648.searchandfilter ul,
	form#search-filter-form-624.searchandfilter ul,
	form#search-filter-form-25654.searchandfilter ul {flex-direction: column;align-items: center;}
	
	.block-icons .readmore-content .button.button-ghost.position-absolute {position: relative!important; top: inherit;}
	
	.block-hero-bg.offset .padded-element {padding: 0px; box-shadow: none; margin: 0;}
	.container.w-75 {width:100%!important}
	table td, table th {padding:10px;}
	.tags-links {margin: 30px 0;}
	.single .entry-footer.has-border {flex-direction: column;}
	.site-main .block-hero-carousel .container {overflow: visible;}
	h1.slide-title.static-title.white-text {font-size: 30px; bottom: 85px; left: 0; right: 0; text-align: center;}
	.block-hero-carousel .splide__slide .carousel-text {margin: auto; font-size:40px; text-align: center;}
	.block-hero-carousel h1.slide-title {text-align: center;}
	
	.company-testimonial {margin-top: 60px;}
	
	.single article blockquote.wp-block-quote {padding-top: 20px;margin-top: 30px;}
	.single article .wp-block-quote:before {width: 41px;height: 33px;top: -20px;background-size: contain; left: 0;}
	.single article .company-testimonial .wp-block-quote:before {width: 41px;height: 33px;top: -40px;background-size: contain; left: 0;}
	
}

@media (max-width: 520px) {
	h1.slide-title.static-title.white-text {font-size: 24px; bottom: 85px;}
	.block-hero-carousel .splide__slide .carousel-text {font-size: 30px;}
}

.splide__container{box-sizing:border-box;position:relative}.splide__list{backface-visibility:hidden;display:-ms-flexbox;display:flex;height:100%;margin:0!important;padding:0!important}.splide.is-initialized:not(.is-active) .splide__list{display:block}.splide__pagination{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;margin:0;pointer-events:none}.splide__pagination li{display:inline-block;line-height:1;list-style-type:none;margin:0;pointer-events:auto}.splide:not(.is-overflow) .splide__pagination{display:none}.splide__progress__bar{width:0}.splide{position:relative;visibility:hidden}.splide.is-initialized,.splide.is-rendered{visibility:visible}.splide__slide{backface-visibility:hidden;box-sizing:border-box;-ms-flex-negative:0;flex-shrink:0;list-style-type:none!important;margin:0;position:relative}.splide__slide img{vertical-align:bottom}.splide__spinner{animation:splide-loading 1s linear infinite;border:2px solid #999;border-left-color:transparent;border-radius:50%;bottom:0;contain:strict;display:inline-block;height:20px;left:0;margin:auto;position:absolute;right:0;top:0;width:20px}.splide__sr{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.splide__toggle.is-active .splide__toggle__play,.splide__toggle__pause{display:none}.splide__toggle.is-active .splide__toggle__pause{display:inline}.splide__track{overflow:hidden;position:relative;z-index:0}@keyframes splide-loading{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.splide__track--draggable{-webkit-touch-callout:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.splide__track--fade>.splide__list>.splide__slide{margin:0!important;opacity:0;z-index:0}.splide__track--fade>.splide__list>.splide__slide.is-active{opacity:1;z-index:1}.splide--rtl{direction:rtl}.splide__track--ttb>.splide__list{display:block}.splide__arrow{-ms-flex-align:center;align-items:center;background:#ccc;border:0;border-radius:50%;cursor:pointer;display:-ms-flexbox;display:flex;height:2em;-ms-flex-pack:center;justify-content:center;opacity:.7;padding:0;position:absolute;top:50%;transform:translateY(-50%);width:2em;z-index:1}.splide__arrow svg{fill:#000;height:12px;width:12px}.splide__arrow:hover:not(:disabled){opacity:.9}.splide__arrow:disabled{opacity:.3}.splide__arrow:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide__arrow--prev{left:1em}.splide__arrow--prev svg{transform:scaleX(-1)}.splide__arrow--next{right:1em}.splide.is-focus-in .splide__arrow:focus{outline:3px solid #0bf;outline-offset:3px}.splide__pagination{bottom:.5em;left:0;padding:0 1em;position:absolute;right:0;z-index:1}.splide__pagination__page{background:#ccc;border:0;border-radius:50%;display:inline-block;height:8px;margin:3px;opacity:.7;padding:0;position:relative;transition:transform .2s linear;width:8px}.splide__pagination__page.is-active{background:#fff;transform:scale(1.4);z-index:1}.splide__pagination__page:hover{cursor:pointer;opacity:.9}.splide__pagination__page:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide.is-focus-in .splide__pagination__page:focus{outline:3px solid #0bf;outline-offset:3px}.splide__progress__bar{background:#ccc;height:3px}.splide__slide{-webkit-tap-highlight-color:rgba(0,0,0,0)}.splide__slide:focus{outline:0}@supports(outline-offset:-3px){.splide__slide:focus-visible{outline:3px solid #0bf;outline-offset:-3px}}@media screen and (-ms-high-contrast:none){.splide__slide:focus-visible{border:3px solid #0bf}}@supports(outline-offset:-3px){.splide.is-focus-in .splide__slide:focus{outline:3px solid #0bf;outline-offset:-3px}}@media screen and (-ms-high-contrast:none){.splide.is-focus-in .splide__slide:focus{border:3px solid #0bf}.splide.is-focus-in .splide__track>.splide__list>.splide__slide:focus{border-color:#0bf}}.splide__toggle{cursor:pointer}.splide__toggle:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide.is-focus-in .splide__toggle:focus{outline:3px solid #0bf;outline-offset:3px}.splide__track--nav>.splide__list>.splide__slide{border:3px solid transparent;cursor:pointer}.splide__track--nav>.splide__list>.splide__slide.is-active{border:3px solid #000}.splide__arrows--rtl .splide__arrow--prev{left:auto;right:1em}.splide__arrows--rtl .splide__arrow--prev svg{transform:scaleX(1)}.splide__arrows--rtl .splide__arrow--next{left:1em;right:auto}.splide__arrows--rtl .splide__arrow--next svg{transform:scaleX(-1)}.splide__arrows--ttb .splide__arrow{left:50%;transform:translate(-50%)}.splide__arrows--ttb .splide__arrow--prev{top:1em}.splide__arrows--ttb .splide__arrow--prev svg{transform:rotate(-90deg)}.splide__arrows--ttb .splide__arrow--next{bottom:1em;top:auto}.splide__arrows--ttb .splide__arrow--next svg{transform:rotate(90deg)}.splide__pagination--ttb{bottom:0;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;left:auto;padding:1em 0;right:.5em;top:0}

@keyframes splide-loading{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.splide__track--draggable{-webkit-touch-callout:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.splide__track--fade>.splide__list>.splide__slide{margin:0!important;opacity:0;z-index:0}.splide__track--fade>.splide__list>.splide__slide.is-active{opacity:1;z-index:1}.splide--rtl{direction:rtl}.splide__track--ttb>.splide__list{display:block}.splide__container{box-sizing:border-box;position:relative}.splide__list{backface-visibility:hidden;display:-ms-flexbox;display:flex;height:100%;margin:0!important;padding:0!important}.splide.is-initialized:not(.is-active) .splide__list{display:block}.splide__pagination{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;margin:0;pointer-events:none}.splide__pagination li{display:inline-block;line-height:1;list-style-type:none;margin:0;pointer-events:auto}.splide:not(.is-overflow) .splide__pagination{display:none}.splide__progress__bar{width:0}.splide{position:relative;visibility:hidden}.splide.is-initialized,.splide.is-rendered{visibility:visible}.splide__slide{backface-visibility:hidden;box-sizing:border-box;-ms-flex-negative:0;flex-shrink:0;list-style-type:none!important;margin:0;position:relative}.splide__slide img{vertical-align:bottom}.splide__spinner{animation:splide-loading 1s linear infinite;border:2px solid #999;border-left-color:transparent;border-radius:50%;bottom:0;contain:strict;display:inline-block;height:20px;left:0;margin:auto;position:absolute;right:0;top:0;width:20px}.splide__sr{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.splide__toggle.is-active .splide__toggle__play,.splide__toggle__pause{display:none}.splide__toggle.is-active .splide__toggle__pause{display:inline}.splide__track{overflow:hidden;position:relative;z-index:0}