/*!
Theme Name: messeforum
Theme URI: http://underscores.me/
Author: Kuuki Marketing Lab Oy
Author URI: https://kuuki.fi
Description: Messeforum 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: messeforum
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.

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


html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

:target:before {
    content: "";
    display: block;
    height: 80px;
    margin: -80px 0 0;
}

/**
 * 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-family: var(--headingfont);
	font-weight: normal;
}

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

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
	box-sizing: border-box;
	scroll-behavior: smooth;
}

@font-face {
  font-family: "BrandonRegular";
  src: url('fonts/Brandon_txt_regWeb.eot'); 
  src: url('fonts/Brandon_txt_regWeb.woff') format('woff');
}

@font-face {
  font-family: "BrandonMedium";
  src: url('fonts/Brandon_txt_medWeb.eot'); 
  src: url('fonts/Brandon_txt_medWeb.woff') format('woff');
}

@font-face {
  font-family: "BrandonBold";
  src: url('fonts/Brandon_txt_bldWeb.eot'); 
  src: url('fonts/Brandon_txt_bldWeb.woff') format('woff');
}
/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

:root {
	--black: #262626;
	--sand: #8D6D4A;
	--lightsand: #B29779;
	--grey: #F7F4F1;
	--green: #0E3939;
	--white: #ffffff;
	--link: #7E5F41;
	--text: #262626;
    --themefont: 'BrandonRegular', sans-serif;
	--headingfont: 'BrandonBold', sans-serif;
	--navfont: 'BrandonMedium', sans-serif;
}

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

body.disable-scroll {
    overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--headingfont);
	color: var(--black);
	clear: both;
	line-height: 1.2;
	font-weight: normal;
	overflow-wrap: unset;
}

.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;
}

h1 {
	font-size: 40px
}

h2 {
	font-size: 26px;
}

h3, .section-title {
	font-size: 20px;
}

.section-title {
	text-transform: uppercase;
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

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

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

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

.site-main .container,
.site-footer .container {
    clear: both;
    overflow: visible;
	padding-bottom: 64px;
	padding-top: 64px;
	z-index: 2;
}

@media (min-width: 1400px) {
	.site-main .container, .site-footer .container {padding-bottom: 84px; padding-top: 84px;}
}

.container.no-padding-top {
	padding-top: 0px!important;
}

.no-padding-bottom .container,
.container.no-padding-bottom {
	padding-bottom: 0px!important;
}

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

a:hover,
a:focus,
a:active {
	color: var(--darkblue);
	text-decoration: underline;
    text-underline-offset: 4px;
    text-decoration-thickness: 1px!important;
    position: relative;
}

a:focus {
	outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid var(--sand);
	background: var(--sand);
	color: var(--white);
	line-height: 1;
	padding: 12px 20px 10px;
	cursor: pointer; 
 	font-size: 16px;
	font-family: var(--headingfont);
}

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

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: 1px solid var(--black);
}

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: var(--text);
	border: 1px solid var(--black);
	background-color: var(--grey);
	border-radius: 3px;
	padding:7px 5px 10px;
	width: 100%;
}

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: var(--text);
}

select {
	border: 1px solid var(--black);
    width: 100%;
    border-radius: 3px;
    padding: 8px 5px;
	background-color: var(--white);
}

textarea {
	width: 100%;
}

.wpcf7-list-item {
	margin: 10px 0;
}

.wp-block-button__link,
p.downloads a,
.site-footer .button, 
.site-main .button, 
.site-main input[type=reset], 
.site-main input[type=submit], 
.site-main input[type=button] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--sand);
    border: 2px solid var(--sand);
    color:var(--white);
    cursor: pointer;
    display: inline-flex;
    margin-bottom: 0;
    max-width: 330px;
    font-family: var(--headingfont);
    overflow: hidden;
    padding: 10px 20px 5px;
    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: 16px;
}

.carbon-neutral .wp-block-button__link,
.carbon-neutral p.downloads a,
.carbon-neutral .site-footer .button, 
.carbon-neutral .site-main .button, 
.carbon-neutral .site-main input[type=reset], 
.carbon-neutral .site-main input[type=submit], 
.carbon-neutral .site-main input[type=button] {
	background-color: var(--green);
	border: 2px solid var(--green);
}

.site-main .block-hero-bg .button {
	margin-right: 7px;
	margin-bottom: 15px;
}

.wp-block-button__link:hover, .wp-block-button__link:focus,
p.downloads a:hover, p.downloads a:focus, .site-main .button.focus, .site-main .button:hover, .site-main .button:focus, .site-main input[type=reset].focus, .site-main input[type=reset]:hover, .site-main input[type=reset]:focus, .site-main input[type=submit].focus, .site-main input[type=submit]:hover, .site-main input[type=submit]:focus, .site-main input[type=button].focus, .site-main input[type=button]:hover, .site-main input[type=button]:focus {
    background-color: var(--black);
    border: 2px solid var(--black);
    color: var(--white);
	text-decoration: none;
}

.site-main .button.button-ghost {
	background-color: transparent;
    border: 2px solid var(--sand);
	color: var(--sand);
}

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

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

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

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

a.readmore,
a.is-external {
	position: relative;
	display: flex;
    align-items: center;
	font-family: var(--navfont);
}

a.is-external:after,
a.readmore:after {
    content: '';
	background-size: 100%;
    background-image: url(/wp-content/themes/messeforum/svg/arrow-right.svg);
    background-repeat: no-repeat;
    display: inline-flex;
    height: 15px;
	width: 15px;
    margin-left: 7px;
    margin-right: 0;
    position: relative;
	background-position: center;
    margin-top: -6px;
}

a.button.readmore:after {
	background-image: url(/wp-content/themes/messeforum/svg/arrow-right-white.svg);
}

a.is-external:after {
	background-image: url(/wp-content/themes/messeforum/svg/external-link-sand.svg);
	width: 13px;
}

a.is-external:hover:after {
	background-image: url(/wp-content/themes/messeforum/svg/external-link-black.svg);
}

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

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

/* Navigation
--------------------------------------------- */

.nav-container {
    background-color: var(--grey);
    width: 100%;
	z-index:1;
}

.has-dark-hero .nav-container {
	background-color: transparent;
	position: absolute;
	background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 150%);
}

.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: 15px;
    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;
	font-size: 16px;
}

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

p.site-title svg {
	width: 80px;
    height: inherit;
}

.site-header-menu {
  font-size: 1.5rem;
}

.main-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: var(--navfont);
}

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

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

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

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

.main-navigation ul.sub-menu li a {
  color: var(--white);
  font-size: 15px;
  line-height: 1.2;
}

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

button.dropdown-toggle,
button.menu-button {
  display: inline;
  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;
  padding: 10px 5px 10px 5px;
  color: #fff;
}

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

.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";
  border: none!important;
}

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

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

/*! 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(--black);
	width: 100vw;
	height: 100vh;
    margin: 0;
	top: 0px;
	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: 100px 20px 20px;
}
	
.main-navigation ul.sub-menu li {
	border-bottom: none;
	margin-bottom: 0;
    padding-bottom: 0;
    margin-left: 20px;
}
	
ul.sub-menu.toggled-on {
	display: block;
	padding: 0;
	margin: 0;
}

}

/*! 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(--white);
}

.hamburger-box {
	width: 2.5rem;
	height: 1.2rem;
	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);
}

  .main-navigation li.current_page_item > a {
	  color: var(--lightsand);
  }

/* 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: block;
  }
	
  .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;
	font-weight: 500;
  }	
	
  .main-navigation ul li > a {
	color: var(--black);
    font-size: 16px; 
  }
			
  .main-navigation ul li > a:hover	{
	color: var(--sand);	
  }
		
  .main-navigation ul.sub-menu li a {
    color: var(--sand);
	display: block;
  }
	
  .has-dark-hero .nav-container .main-navigation ul li > a {
	 color: var(--white); 
  }
	
  .has-dark-hero .nav-container .main-navigation ul li.current_page_item > a {
	 color: var(--lightsand); 
  }
	
  .has-dark-hero .nav-container .main-navigation ul li > a:hover {
	 color: var(--lightsand); 
  }
	
  .top-menu .main-navigation ul li > a {
	 color: var(--lightsand);
  }
	
  .top-menu .main-navigation ul.sub-menu li > a {
	 color: var(--black);
  }

  .top-menu .main-navigation ul li > a:hover {
	 color: var(--grey);
  }
	 
  .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 {
    color: var(--sand);
  }

  .top-menu .main-navigation li.current_page_item > a {
	color: var(--grey);
  }
	
  .main-navigation ul li {
    position: relative;
    margin: 0;
    padding: 10px 10px;
	border-bottom: none;
	display: inline-block;
  }
	
  .main-navigation li.mobile-only {
	  display: none;
  }
	
  li.pll-parent-menu-item,
  .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: 180px;
  }	

  .main-navigation li.pll-parent-menu-item ul.sub-menu {
	width: 60px;
  }
	
  .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;
  }	
	
  .no-js .main-navigation ul ul li,
  .main-navigation ul ul li {
    padding: 5px 10px;
    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: 10px;
    display: inline-block;
    background-size: contain;
	border: none;
  }

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

  /* Arrow up */
  .main-navigation ul .dropdown-toggle.toggled-on:after {
	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(svg/chevron-left.svg);
  }

  .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: 5px;
  }
	
  .main-navigation ul.sub-menu.toggled-on,
  .main-navigation ul li:hover > ul {
    display: block;
  }
}
/* Posts and pages
--------------------------------------------- */
.post,
.page {
	margin: 0;
}

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

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

.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-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
	margin-left: 0;
    padding-left: 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;
}

/* 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(--sand)!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;
}

.black {background-color: var(--black);}
.sand {background-color: var(--sand);}
.grey {background-color:var(--grey)}
.white-bg {background-color:var(--white);}
.green {background-color:var(--green);}

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

.site-footer h3 {
	margin-top: 0;
}

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

.site-footer p {
	margin-top: 0;
	margin-bottom: 10px;
	font-family: var(--navfont);
}

.site-footer.white-text a,
.site-footer a {
	color: var(--lightsand);
	font-family: var(--navfont);
}

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

.margin-bottom-32 {
	margin-bottom: 32px;
}

.margin-top-32 {
	margin-top: 32px;
}

.margin-bottom-64 {
	margin-bottom: 64px;
}

.margin-top-64 {
	margin-top: 64px;
}

.neg-margin-top-84 {
	margin-top: -84px;
}

.wpcf7 .row,
.margin-bottom-16 {
	margin-bottom: 16px;
}

.margin-top-16 {
	margin-top: 16px;
}

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

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

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

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

.shade {
	background: #000;
	background: linear-gradient(270deg,rgb(0 0 0 / 0%) 0%,rgb(0 0 0 / 55%) 40%,rgb(0 0 0) 130%);
    height: 100%;
    left: 0;
    opacity: .7;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

.block-hero-bg {
	background-repeat: no-repeat;
	background-color: var(--black);
	position: relative;
	background-size: cover;
	background-position: center;
	flex-direction: column;
	overflow: hidden;
}

.block-hero-bg .messulogo {
    position: absolute;
    bottom: 30px;
    right: 40px;
    max-width: 80px;
}

.block-hero-bg p {
	font-family: var(--navfont);
	font-size: 18px;
    line-height: 1.4;
}

.block-hero-bg .container {
	min-height: 660px;
	display: flex;
    align-items: center;
	padding-top: 40px;
    padding-bottom: 0;
}

.has-dark-hero .block-hero-bg {
	padding-top:44px;
}

.block-page-lifts-icons {
	position:relative;
}

.grey-offset-bottom,
.grey-offset-top,
.offset-bottom,
.offset-top {
	position: relative;
}

.offset-top:before,
.grey-offset-top:before {
	content: '';
    background-color: #fff;
    height: 40%;
    top: 0;
    width: 100%;
    position: absolute;
}

.offset-bottom:before,
.grey-offset-bottom:before  {
	content: '';
    background-color: #fff;
    height: 40%;
    bottom: 0;
    width: 100%;
    position: absolute;
}

.grey-offset-top:before,
.grey-offset-bottom:before {
	 background-color: var(--grey);
}

.block {
	position: relative;
}

.block-banner .banner {
    padding: 50px;
	position: relative;
}

.block-banner .banner p {
	margin-top: 10px;
}

.block-banner .banner img {
	margin: 0 40px 0 30px;
	height: 100%;
}

.padded-element {
	padding: 30px;
	position: relative;
	transition: all 0.2s ease-in-out;
}

.padded-element.huge {
	padding: 60px;
}

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

.banner h2,
.padded-element h3 {
	margin: 0;
}

.banner p:last-child,
.padded-element p:last-child {
	margin-bottom: 0;
}

.entry-meta {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.5px;
}

.padded-element-image {
    height: 150px;
	margin: -30px -30px 30px;
	border-radius: 24px 24px 0 0;
}

.has-shadows {
    box-shadow: 0 0 25px #00000017;
}

a.global-link {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 99;
}

.desktop-only {
	display: block;
}

span.tags-links,
span.cat-links {
    margin-right: 10px;
    display:block;
	margin-bottom: 20px;
}

span.tags-links a, 
span.cat-links a {
	color: var(--sand);
	border: 2px solid var(--lightsand);
	background: transparent;
	padding: 8px 12px 0px;
	display: inline-block;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: normal;
	font-family: var(--navfont);
	transition: all 0.3s ease-in-out;
	margin: 0 5px 5px 0;
}

span.tags-links a {
    font-size: 13px;
}

span.cat-links a:hover,
span.tags-links a:hover {
	color: var(--white);
	border: 2px solid var(--sand);
	background: var(--sand);
	text-decoration: none;
	transition: all 0.3s ease-in-out;
}

.block-search form {
    align-items: center;
    background: url(../../svg/search.svg) left 30px center/35px 35px no-repeat #fff;
    box-shadow: 0 0 8px 0 rgb(34 34 34 / 7%);
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: 9fr 1fr;
    padding: 2.5rem 3rem 2.5rem 9.5rem;
}

.block-search form .search-field {
    border: 0;
    font-size: 30px;
    letter-spacing: -.19px;
    line-height: 1.3;
    padding: 13px 10px 4px;
	color: var(--black);
}

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

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

.error-404 form.search-form {
    position: relative;
}

.error-404 input.search-submit {
	position: absolute;
    right: 0;
    top: 0;
    padding: 15px 10px 9px;
    width: 120px;
    text-align: center;
    display: inline-block;
    border-radius: 0px 5px 5px 0;
}

.block-page-lifts {
	
}

.page-lift {
	position: relative;
	transition: all .3s ease;
}

.page-lift:hover .padded-element {
	background-color: var(--sand);
    transition: all .3s ease;
}

.page-lift:hover .padded-element h2,
.page-lift:hover .padded-element p {
	color: var(--white);
    transition: all .3s ease;
}

.block-page-lifts .page-lift .padded-element {
	position: absolute;
    bottom: 15px;
    left: 15px;
    right: 30px;
    right: 15px;
	text-align: center;
}

.block-page-lifts .page-lift .padded-element h2 {
	margin-bottom: 0;
}

.block-page-lifts .page-lift .padded-element p {
	margin-top: 10px;
}

.ref-image img,
.lift-image img {
    height: 100%;
    object-fit: cover;
    width: 100%;
	display: block;
	position: relative;
}

.lift-image {
    aspect-ratio: 830/500;
}

.lift-image.main-ref {
    aspect-ratio: 1200/628;
}

.lift-image.wide {
    aspect-ratio: 1200/450;
}

.hero-image.wide {
    aspect-ratio: 1296/495;
}

.lift-image.high {
    aspect-ratio: 210/310;
}

.block-hero-offset {
    position: relative;
    background-position: center;
    display: flex;
    align-items: center;
    background-color: var(--grey);
    padding-top: 44px;
}

.block-hero-offset:after {
    content: '';
    background-color: #fff;
    height: 25%;
    bottom: 0;
    width: 100%;
    position: absolute;
}

.block-hero-offset #breadcrumbs {
    border-bottom: 1px solid #ebe5df;
}

.block-hero-bg #breadcrumbs {
	position: absolute;
    bottom: 30px;
}

.block-references .padded-element {
	height: 100%;
}

.block-references .ref-content {
	position: relative;
	padding-left: 30px;
}

.block-references .ref-title {
	padding-left: 30px;
}

.block-references .ref-content:before {
	content: url(svg/quote.svg);
    height: 19px;
    width: 25px;
    position: absolute;
    left: -15px;
    top: 3px;
	opacity: 0.8;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.offset-right {
    margin-right: -110px!important;
}

.offset-right-30 {
    margin-right: -30px!important;
}

.block-single p {
	font-size: 17px;
}

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

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

.news-item.first .box {
	height: 400px;
}

.news-item.second.box {
	height: 257px;
}

.news-item .news-item-content {
    position: absolute;
    bottom: 0px;
    left: 20px;
}

.block-references .splide__slide,
.object-fit-cover {
    -o-object-fit: cover;
    object-fit: cover;
}

.block-references .splide__slide img, 
.object-fit-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: relative;
    z-index: 9;
}

.block-references .splide__list {
	width:100%;
}

.block-gallery .image-wrapper a,
.block-gallery .wp-block-image a {
	position: relative;
	transition: all 0.2 ease-in-out;
}

.block-gallery .image-wrapper:hover a:after,
.block-gallery .wp-block-image:hover a:after {
	content: url(svg/magnifying-glass.svg);
	width:40px;
	height:40px;
	position: absolute;
	left:0;
	right:0;
	bottom:0;
	top:0;
	margin: auto;
}

.block.block-offset-banner {
	padding-bottom: 64px;
}

.block-offset-banner .offset-elements {
    position: relative;
}

.block-offset-banner .offset-elements .padded-element {
	padding: 60px;
	height: 100%;
	margin-right: -60px;
}

.block-offset-banner .offset-elements .left {
    position: relative;
	z-index: 2;
}

.block-offset-banner .offset-elements .right {
	position: relative;
    margin-top: 30px;
    margin-bottom: -30px;
}

.site.carbon-neutral .shade {
	opacity: 0;
}

.main-navigation ul li.mobile-only, 
.mobile-only {
    display: none;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    color: #fff;
    text-decoration:none;
}

.navigation ul {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    margin-top: 100px;
}

.navigation li {
    display: block;
    margin: 0 5px;
}
  
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    background-color: var(--lightsand);
    cursor: pointer;
    padding: 12px 15px 9px;
}
  
.navigation li a:hover,
.navigation li.active a {
    background-color: var(--sand);
}

a.popup-form {
    background-color: var(--black);
	padding: 12px 15px 8px 12px;
	position: fixed;
    bottom: 20px;
    right: 20px;
	box-shadow: 0 1px 4px #47474796;
	transition: all 0.2s ease-in-out;
	font-family: var(--headingfont);
	color: var(--white);
	z-index: 9;
	background-image: url(https://s2.svgbox.net/hero-solid.svg?ic=mail&color=fff);
	background-position: 93% 10px;
    background-repeat: no-repeat;
    background-size: 25px;
    padding-right: 40px;
}

a.popup-form.active {
    background-image: url(https://s2.svgbox.net/materialui.svg?ic=close&color=FFF);
}

a.popup-form:hover {
	background-color: var(--sand);
	transition: all 0.2s ease-in-out;
	text-decoration: none;
}

#lomake-popup > div {
    height: 0;
    width: 0;
    visibility: hidden;
}

#lomake-popup.active > div {
	height: auto;
    max-height: 90vh;
    width: auto;
    max-width: 400px;
    visibility: visible;
    position: fixed;
    bottom: 90px;
    right: 20px;
    background-color: var(--white);
    padding: 30px;
	box-shadow: 0 0 25px #00000017;
	z-index: 99;
	color: var(--black);
	font-family: var(--themefont);
	cursor: auto;
	overflow-y: auto;
    cursor: auto;
}

#lomake-popup span.close-form {
	position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
    padding: 10px;
    color: var(--black);
    display: block;
    line-height: 1;
	background: url(https://s2.svgbox.net/materialui.svg?ic=close&color=000) no-repeat;
	background-size: cover;
}

span.close-form {
	display:none;
}

.holler-box-credit {
    display: none;
}

.holler-box .holler-box-modal button.holler-box-modal-close {
	top: 15px;
    right: 12px;
}

#swipebox-overlay {
	background: #000000cc!important;
}

#swipebox-slider .slide img {
	max-width: 90%!important;
	max-height:80%!important;
}

#swipebox-bottom-bar, #swipebox-top-bar {
	background-color: var(--black);
}

#cmplz-document {
	max-width: 800px;
	margin: auto;
	padding-top: 64px;
	padding-bottom: 64px;
}

.logos .gallery-item {
	max-width: 120px;
}

.align-center .gallery {
	align-items: center;
}

.social-media {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.social-media img {
	max-height: 15px!important;
}

.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%; 
}

li#menu-item-5726,
li#menu-item-5725,
li#menu-item-5724 {
	display:none;
}

.blog-image {
    aspect-ratio: 1200 / 628;
    background-size: cover;
    position: relative;
}

.blog-image img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

button.splide__arrow.splide__arrow--next,
button.splide__arrow.splide__arrow--prev {
    padding: 3px;
}

@media (max-width: 1200px) {

}

@media only screen and (min-width: 992px) and (max-width: 1200px)  {
	.hide-on-smalldesktop {display: none!important}
	.main-navigation ul li > a {font-size: 14px;}
	.main-navigation ul li {padding: 10px 5px;}
}

@media only screen and (max-height: 768px) {
	/* place here CSS for when the screen is less than 500px tall */

}

@media (max-width: 991px) {
	.big-gutter > [class*="col-"]:last-child {padding-right: 15px;padding-left: 15px;}
	.mobile-margin-bottom {margin-bottom:30px;}
	.main-navigation ul li.mobile-only {display: block;}
	.padded-element.huge {padding:30px;}
	.top-menu.black {display: none;}
	li#menu-item-5724, li#menu-item-5725, li#menu-item-5726 {display:block;}
}

@media (max-width: 767px) {
	h1 {font-size: 36px;}
	p.site-title svg {width: 50px;}
	.justify-content-end {justify-content: center;} 
	.mobile-center {text-align: center;}
	.block-banner .banner {padding:20px}
	.block-banner .banner .space-around {flex-direction: column;}
	.block-banner .banner img {margin-bottom: 30px;}
	#lomake-popup.active > div {left: 10px; top: 10px; bottom: 10px; right:10px; max-height: inherit;}
}

@media (max-width: 600px) {
	
}

/* Splide */
@keyframes splide-loading{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.splide__container{position:relative;box-sizing:border-box}.splide__list{margin:0!important;padding:0!important;width:-webkit-max-content;width:max-content;will-change:transform}.splide.is-active .splide__list{display:flex}
.splide__pagination{display:inline-flex;align-items:center;width:95%;flex-wrap:wrap;justify-content:center;margin:0;padding:0;}
.splide__pagination li{list-style-type:none;display:inline-block;line-height:1;margin:0 5px;}

.splide, .splide__slide {position:relative;outline:none;padding-bottom: 40px;}

.splide__slide {box-sizing:border-box;list-style-type:none!important;margin:0;flex-shrink:0}

.splide__slide img{vertical-align:bottom; width: 100%;}

.splide__slider{position:relative}.splide__spinner{position:absolute;top:0;left:0;right:0;bottom:0;margin:auto;display:inline-block;width:20px;height:20px;border-radius:50%;border:2px solid #999;border-left-color:transparent;animation:splide-loading 1s linear infinite}.splide__track{position:relative;z-index:0;overflow:hidden}.splide--draggable>.splide__track>.splide__list>.splide__slide{-webkit-user-select:none;user-select:none}.splide--fade>.splide__track>.splide__list{display:block}.splide--fade>.splide__track>.splide__list>.splide__slide{position:absolute;top:0;left:0;z-index:0;opacity:0}.splide--fade>.splide__track>.splide__list>.splide__slide.is-active{position:relative;z-index:1;opacity:1}.splide--rtl{direction:rtl}.splide--ttb>.splide__track>.splide__list{display:block}.splide--ttb>.splide__pagination{width:auto}
.splide__arrows {position: absolute;bottom: 0;right: 0px;  z-index: 99;}
button.splide__arrow.splide__arrow--prev svg {-webkit-transform: scaleX(-1);transform: scaleX(-1);}
button.splide__arrow svg {fill:var(--black);}
button.splide__arrow:hover svg {fill:var(--sand);}
.splide__arrow:disabled {opacity: 0; pointer-events: none;}