/*! sanitize.css v5.0.0 | CC0 License | github.com/jonathantneal/sanitize.css */

/* Document (https://html.spec.whatwg.org/multipage/semantics.html#semantics)
   ========================================================================== */

/**
 * 1. Remove repeating backgrounds in all browsers (opinionated).
 * 2. Add box sizing inheritence in all browsers (opinionated).
 */

*,
::before,
::after {
	background-repeat: no-repeat; /* 1 */
	box-sizing: inherit; /* 2 */
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritence in all browsers (opinionated).
 */

::before,
::after {
	text-decoration: inherit; /* 1 */
	vertical-align: inherit; /* 2 */
}

/**
 * 1. Add border box sizing in all browsers (opinionated).
 * 2. Add the default cursor in all browsers (opinionated).
 * 3. Prevent font size adjustments after orientation changes in IE and iOS.
 */

html {
	box-sizing: border-box; /* 1 */
	cursor: default; /* 2 */
	-ms-text-size-adjust: 100%; /* 3 */
	-webkit-text-size-adjust: 100%; /* 3 */
}

/* Sections (https://html.spec.whatwg.org/multipage/semantics.html#sections)
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
	display: block;
}

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: .67em 0;
}

/* Grouping content (https://html.spec.whatwg.org/multipage/semantics.html#grouping-content)
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
	display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
	margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */

nav ol,
nav ul {
	list-style: none;
}

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

/* Text-level semantics (https://html.spec.whatwg.org/multipage/semantics.html#text-level-semantics)
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
	background-color: transparent; /* 1 */
	-webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
	font-weight: inherit;
}

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

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
	font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
	background-color: #ffff00;
	color: #000000;
}

/**
 * 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: -.25em;
}

sup {
	top: -.5em;
}

/*
 * Remove the text shadow on text selections (opinionated).
 * 1. Restore the coloring undone by defining the text shadow (opinionated).
 */

::-moz-selection {
	background-color: #b3d4fc; /* 1 */
	color: #000000; /* 1 */
	text-shadow: none;
}

::selection {
	background-color: #b3d4fc; /* 1 */
	color: #000000; /* 1 */
	text-shadow: none;
}

/* Embedded content (https://html.spec.whatwg.org/multipage/embedded-content.html#embedded-content)
   ========================================================================== */

/*
 * Change the alignment on media elements in all browers (opinionated).
 */

audio,
canvas,
iframe,
img,
svg,
video {
	vertical-align: middle;
}

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
	display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
	border-style: none;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */

svg {
	fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Tabular data (https://html.spec.whatwg.org/multipage/tables.html#tables)
   ========================================================================== */

/**
 * Collapse border spacing
 */

table {
	border-collapse: collapse;
}

/* Forms (https://html.spec.whatwg.org/multipage/forms.html#forms)
   ========================================================================== */

/**
 * Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	margin: 0;
}

/**
 * Inherit styling in all browsers (opinionated).
 */

button,
input,
select,
textarea {
	background-color: transparent;
	color: inherit;
	font-size: inherit;
	line-height: inherit;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
	-webkit-appearance: button; /* 2 */
}

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

/**
 * 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; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * 1. Remove the default vertical scrollbar in IE.
 * 2. Change the resize direction on textareas in all browsers (opinionated).
 */

textarea {
	overflow: auto; /* 1 */
	resize: vertical; /* 2 */
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * 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; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[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; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive elements (https://html.spec.whatwg.org/multipage/forms.html#interactive-elements)
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Scripting (https://html.spec.whatwg.org/multipage/scripting.html#scripting-3)
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
	display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
	display: none;
}

/* User interaction (https://html.spec.whatwg.org/multipage/interaction.html#editing)
   ========================================================================== */

/*
 * Remove the tapping delay on clickable elements (opinionated).
 * 1. Remove the tapping delay in IE 10.
 */

a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
	-ms-touch-action: manipulation; /* 1 */
	touch-action: manipulation;
}

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
	display: none;
}

/* ARIA (https://w3c.github.io/html-aria/)
   ========================================================================== */

/**
 * Change the cursor on busy elements (opinionated).
 */

[aria-busy="true"] {
	cursor: progress;
}

/*
 * Change the cursor on control elements (opinionated).
 */

[aria-controls] {
	cursor: pointer;
}

/*
 * Change the display on visually hidden accessible elements (opinionated).
 */

[aria-hidden="false"][hidden]:not(:focus) {
	clip: rect(0, 0, 0, 0);
	display: inherit;
	position: absolute;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements (opinionated).
 */

[aria-disabled] {
	cursor: default;
}
/**
 * Swiper 4.2.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: April 1, 2018
 */
.swiper-container{margin:0 auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-container-multirow>.swiper-wrapper{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:100%;height:100%;position:relative;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform}.swiper-invisible-blank-slide{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-transition-property:height,-webkit-transform;transition-property:height,-webkit-transform;-o-transition-property:transform,height;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.swiper-container-3d{-webkit-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-wp8-horizontal,.swiper-container-wp8-horizontal>.swiper-wrapper{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-container-wp8-vertical,.swiper-container-wp8-vertical>.swiper-wrapper{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;background-size:27px 44px;background-position:center;background-repeat:no-repeat}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s opacity;-o-transition:.3s opacity;transition:.3s opacity;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:#007aff}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;-webkit-transition:.2s top,.2s -webkit-transform;transition:.2s top,.2s -webkit-transform;-o-transition:.2s transform,.2s top;transition:.2s transform,.2s top;transition:.2s transform,.2s top,.2s -webkit-transform}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s left,.2s -webkit-transform;transition:.2s left,.2s -webkit-transform;-o-transition:.2s transform,.2s left;transition:.2s transform,.2s left;transition:.2s transform,.2s left,.2s -webkit-transform}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s right,.2s -webkit-transform;transition:.2s right,.2s -webkit-transform;-o-transition:.2s transform,.2s right;transition:.2s transform,.2s right;transition:.2s transform,.2s right,.2s -webkit-transform}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{-webkit-transform-origin:right top;-ms-transform-origin:right top;transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-progressbar.swiper-pagination-white{background:rgba(255,255,255,.25)}.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-pagination-progressbar.swiper-pagination-black{background:rgba(0,0,0,.25)}.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill{background:#000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-ms-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;animation:swiper-preloader-spin 1s steps(12,end) infinite}.swiper-lazy-preloader:after{display:block;content:'';width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-coverflow .swiper-wrapper{-ms-perspective:1200px}.selectric-wrapper {
  position: relative;
  cursor: pointer; }

.selectric-responsive {
  width: 100%; }

.selectric {
  border: 1px solid #DDD;
  border-radius: 0px;
  background: #F8F8F8;
  position: relative;
  overflow: hidden; }
  .selectric .label {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    margin: 0 38px 0 10px;
    font-size: 12px;
    line-height: 38px;
    color: #444;
    height: 38px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
  .selectric .button, .selectric #CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogBodyButtons .CybotCookiebotDialogBodyButton, #CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogBodyButtons .selectric .CybotCookiebotDialogBodyButton, .selectric .sticky-nav__links a, .sticky-nav__links .selectric a,
  .selectric .sticky-nav .accordion__links a, .sticky-nav .accordion__links .selectric a {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 38px;
    height: 38px;
    line-height: 38px;
    background-color: #F8f8f8;
    color: #BBB;
    text-align: center;
    font: 0/0 a;
    *font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial; }
    .selectric .button:after, .selectric #CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogBodyButtons .CybotCookiebotDialogBodyButton:after, #CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogBodyButtons .selectric .CybotCookiebotDialogBodyButton:after, .selectric .sticky-nav__links a:after, .sticky-nav__links .selectric a:after,
    .selectric .sticky-nav .accordion__links a:after, .sticky-nav .accordion__links .selectric a:after {
      content: " ";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      width: 0;
      height: 0;
      border: 4px solid transparent;
      border-top-color: #BBB;
      border-bottom: none; }

.selectric-focus .selectric {
  border-color: #aaaaaa; }

.selectric-hover .selectric {
  border-color: #c4c4c4; }
  .selectric-hover .selectric .button, .selectric-hover .selectric #CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogBodyButtons .CybotCookiebotDialogBodyButton, #CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogBodyButtons .selectric-hover .selectric .CybotCookiebotDialogBodyButton, .selectric-hover .selectric .sticky-nav__links a, .sticky-nav__links .selectric-hover .selectric a,
  .selectric-hover .selectric .sticky-nav .accordion__links a, .sticky-nav .accordion__links .selectric-hover .selectric a {
    color: #a2a2a2; }
    .selectric-hover .selectric .button:after, .selectric-hover .selectric #CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogBodyButtons .CybotCookiebotDialogBodyButton:after, #CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogBodyButtons .selectric-hover .selectric .CybotCookiebotDialogBodyButton:after, .selectric-hover .selectric .sticky-nav__links a:after, .sticky-nav__links .selectric-hover .selectric a:after,
    .selectric-hover .selectric .sticky-nav .accordion__links a:after, .sticky-nav .accordion__links .selectric-hover .selectric a:after {
      border-top-color: #a2a2a2; }

.selectric-open {
  z-index: 9999; }
  .selectric-open .selectric {
    border-color: #c4c4c4; }
  .selectric-open .selectric-items {
    display: block; }

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0; }
  .selectric-hide-select select {
    position: absolute;
    left: -100%; }
  .selectric-hide-select.selectric-is-native {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10; }
    .selectric-hide-select.selectric-is-native select {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 100%;
      width: 100%;
      border: none;
      z-index: 1;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      opacity: 0; }

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important; }

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important; }

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #F8F8F8;
  border: 1px solid #c4c4c4;
  z-index: -1;
  -webkit-box-shadow: 0 0 10px -6px;
          box-shadow: 0 0 10px -6px; }
  .selectric-items .selectric-scroll {
    height: 100%;
    overflow: auto; }
  .selectric-above .selectric-items {
    top: auto;
    bottom: 100%; }
  .selectric-items ul, .selectric-items li {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 12px;
    line-height: 20px;
    min-height: 20px; }
  .selectric-items li {
    display: block;
    padding: 10px;
    color: #666;
    cursor: pointer; }
    .selectric-items li.selected {
      background: #E0E0E0;
      color: #444; }
    .selectric-items li.highlighted {
      background: #D0D0D0;
      color: #444; }
    .selectric-items li:hover {
      background: #D5D5D5;
      color: #444; }
  .selectric-items .disabled {
    filter: alpha(opacity=50);
    opacity: 0.5;
    cursor: default !important;
    background: none !important;
    color: #666 !important;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
  .selectric-items .selectric-group .selectric-group-label {
    font-weight: bold;
    padding-left: 10px;
    cursor: default;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    background: none;
    color: #444; }
  .selectric-items .selectric-group.disabled li {
    filter: alpha(opacity=100);
    opacity: 1; }
  .selectric-items .selectric-group li {
    padding-left: 25px; }

/* Note: This either needs to be completely replaced or needs to go away entirely.
 * There are much better approaches to handling REM font sizing (and REM fallbacks)
 * using off-the-shelf libraries + PostCSS processors
 */
.left-aligned h2,
.left-aligned h3,
.left-aligned h4,
.left-aligned p,
.left-aligned div {
  text-align: left !important; }

.center-aligned h2,
.center-aligned h3,
.center-aligned h4,
.center-aligned p,
.center-aligned div {
  text-align: center !important; }

@font-face {
  font-family: "Icomoon";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/icomoon/icomoon.woff") format("woff"); }

@font-face {
  font-family: "Pluto";
  font-style: normal;
  font-weight: 400;
  font-display: optional;
  src: url("/wp-content/themes/opensystems/build/fonts/Pluto/Pluto-Web-Regular-Italic.woff2") format("woff2"), url("/wp-content/themes/opensystems/build/fonts/Pluto/Pluto-Web-Regular-Italic.woff") format("woff"); }

@font-face {
  font-family: "Pluto";
  font-style: normal;
  font-weight: 900;
  font-display: optional;
  src: url("/wp-content/themes/opensystems/build/fonts/Pluto/Pluto-Web-Heavy.woff2") format("woff2"), url("/wp-content/themes/opensystems/build/fonts/Pluto/Pluto-Web-Heavy.woff") format("woff"); }

@-webkit-keyframes slide-down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-200px);
            transform: translateY(-200px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px); } }

@keyframes slide-down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-200px);
            transform: translateY(-200px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px); } }

@-webkit-keyframes slide-up {
  0% {
    opacity: 1;
    top: 0; }
  100% {
    opacity: 0;
    top: -200px; } }

@keyframes slide-up {
  0% {
    opacity: 1;
    top: 0; }
  100% {
    opacity: 0;
    top: -200px; } }

@-webkit-keyframes slide-in {
  0% {
    margin-left: -200px;
    opacity: 0; }
  100% {
    margin-left: 0;
    opacity: 1; } }

@keyframes slide-in {
  0% {
    margin-left: -200px;
    opacity: 0; }
  100% {
    margin-left: 0;
    opacity: 1; } }

@-webkit-keyframes slide-out {
  0% {
    margin-left: 0;
    opacity: 1; }
  100% {
    margin-left: -200px;
    opacity: 0; } }

@keyframes slide-out {
  0% {
    margin-left: 0;
    opacity: 1; }
  100% {
    margin-left: -200px;
    opacity: 0; } }

/* Note: Manage a comma delimited list of variables that relate to the z-index stacking order of elements on the page, ordered from lowest to highest. This allows us to easily change this order by moving the associated variable in the list instead of CSS in multiple locations.
 * Find some documentation on this technique on [Smashing Magazine](http://www.smashingmagazine.com/2014/06/12/sassy-z-index-management-for-complex-layouts/).
 */
/** Ex. Usage
.example {
  z-index: index($globalIndex, variable);
}
**/
.hamburger {
  padding: 0px 0px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  -o-transition-property: opacity, filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 300ms;
       -o-transition-duration: 300ms;
          transition-duration: 300ms;
  -webkit-transition-timing-function: ease-in-out;
       -o-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 0.7; }

.hamburger-box {
  width: 24px;
  height: 18px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 24px;
    height: 4px;
    background-color: #000;
    border-radius: 1px;
    position: absolute;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.15s;
         -o-transition-duration: 0.15s;
            transition-duration: 0.15s;
    -webkit-transition-timing-function: ease;
         -o-transition-timing-function: ease;
            transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -7px; }
  .hamburger-inner::after {
    bottom: -7px; }

/*
   * Spin
   */
.hamburger--spin .hamburger-inner {
  -webkit-transition-duration: 0.22s;
       -o-transition-duration: 0.22s;
          transition-duration: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
       -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin .hamburger-inner::before {
    -webkit-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
    -o-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin .hamburger-inner::after {
    -webkit-transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin.is-active .hamburger-inner {
  -webkit-transform: rotate(225deg);
      -ms-transform: rotate(225deg);
          transform: rotate(225deg);
  -webkit-transition-delay: 0.12s;
       -o-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spin.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
    -o-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }
  .hamburger--spin.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
    -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

.clearfix:after, .row:after {
  content: "" !important;
  display: block !important;
  clear: both !important; }

/* Note: Add the .hidden class to GNorm, this class is intended to be used on links
 * that should not display their text, ex. a icon button.
 */
.hidden {
  height: 1px;
  left: -10000px;
  overflow: hidden;
  position: absolute;
  top: auto;
  width: 1px; }

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.screen-reader-only {
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: polygon(0px 0px, 0px 0px, 0px 0px);
          clip-path: polygon(0px 0px, 0px 0px, 0px 0px);
  height: 1px;
  overflow: hidden !important;
  position: absolute;
  width: 1px; }

/* Note: Will be replaced once SVG feature branch is completed */

[class^='icon-']:before,
[class*=' icon-']:before {
  font-family: "Icomoon";
  speak: none;
  font-style: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  vertical-align: baseline;
  display: inline-block; }

.icon {
  font-size: 2rem; }

.icon-questionmark:before {
  content: "\E916"; }

.icon-x:before {
  content: "\E931"; }

.icon-download-arrow:before {
  content: "\E92E"; }

.icon-magnifying-glass:before {
  content: "\E92F"; }

.icon-check:before {
  content: "\E92D"; }

.icon-checkmark:before {
  content: "\E90B"; }

.icon-connect:before {
  content: "\E92C";
  color: #83a840; }

.icon-authentication:before {
  content: "\E92A";
  color: #83a840; }

.icon-malware-protection:before {
  content: "\E92B";
  color: #83a840; }

.icon-award:before {
  content: "\E924";
  color: #83a840; }

.icon-content-delivery:before {
  content: "\E925";
  color: #83a840; }

.icon-phone-heartbeat:before {
  content: "\E926";
  color: #83a840; }

.icon-cloud:before {
  content: "\E91F";
  color: #f04e4f; }

.icon-explore-user-outline:before {
  content: "\E920";
  color: #83a840; }

.icon-global:before {
  content: "\E921";
  color: #34a3ae; }

.icon-protection:before {
  content: "\E922";
  color: #f68a37; }

.icon-sd-wan1:before {
  content: "\E923";
  color: #7253a2; }

.icon-MDR_Detect:before {
  content: "\E927";
  color: #83a840; }

.icon-MDR_Manage:before {
  content: "\E928";
  color: #83a840; }

.icon-MDR_Response:before {
  content: "\E929";
  color: #83a840; }

.icon-connectivity:before {
  content: "\E91C"; }

.icon-rocket:before {
  content: "\E91D"; }

.icon-security1:before {
  content: "\E91E"; }

.icon-infographic:before {
  content: "\E917";
  color: #83a840; }

.icon-video:before {
  content: "\E918";
  color: #83a840; }

.icon-customer-story:before {
  content: "\E919";
  color: #83a840; }

.icon-solution-brief:before {
  content: "\E91A";
  color: #83a840; }

.icon-whitepaper:before {
  content: "\E91B";
  color: #83a840; }

.icon-ebook:before {
  content: "\E915";
  color: #83a840; }

.icon-youtube:before {
  content: "\E914";
  color: #fff; }

.icon-blog:before {
  content: "\E911";
  color: #83a840; }

.icon-report:before {
  content: "\E912";
  color: #83a840; }

.icon-webinar:before {
  content: "\E913";
  color: #83a840; }

.icon-sase:before {
  content: "\E910";
  color: #83a840; }

.icon-best-practices:before {
  content: "\E90C";
  color: #83a840; }

.icon-sd-wan:before {
  content: "\E90E";
  color: #83a840; }

.icon-security:before {
  content: "\E90F";
  color: #83a840; }

.icon-market-trends:before {
  content: "\E90D"; }

.icon-arrow-right:before {
  content: "\E909"; }

.icon-chat:before {
  content: "\E90A"; }

.icon-play:before {
  content: "\E930"; }

.icon-chevron-down:before {
  content: "\E907"; }

.icon-chevron-up:before {
  content: "\E908"; }

.icon-keyboard_arrow_right:before {
  content: "\E905"; }

.icon-keyboard_arrow_left:before {
  content: "\E906"; }

.icon-share:before {
  content: "\E902"; }

.icon-pencil:before {
  content: "\E903"; }

.icon-arrow-left:before {
  content: "\E904"; }

.icon-left:before {
  content: "\E904"; }

.icon-previous:before {
  content: "\E904"; }

.icon-linkedin:before {
  content: "\E900"; }

.icon-paper-plane-o:before {
  content: "\E901"; }

.icon-close:before {
  content: "\F00D"; }

.icon-remove:before {
  content: "\F00D"; }

.icon-twitter:before {
  content: "\F099"; }

.icon-facebook:before {
  content: "\F09A"; }

.icon-facebook-f:before {
  content: "\F09A"; }

.icon-instagram:before {
  content: "\F16D"; }

.wrapper {
  margin: 0 auto;
  max-width: 1180px;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  position: relative; }

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: 0;
  margin-right: 0; }

select,
input {
  font-size: 16px !important;
  line-height: 24px !important;
  font-size: 1.6rem !important;
  line-height: 2.4rem !important; }

input[type='submit'],
input[type='radio'],
input[type='checkbox'] {
  width: auto; }

label {
  color: #1d1d1d;
  display: block; }

.mktoHtmlText {
  color: rgba(44, 44, 44, 0.5) !important; }
  .mktoHtmlText br {
    display: none !important; }

.mktoForm .mktoRadioList {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .mktoForm .mktoRadioList input,
  .mktoForm .mktoRadioList label {
    color: rgba(44, 44, 44, 0.5) !important;
    display: inline-block !important;
    float: none !important;
    margin-bottom: 0 !important;
    min-height: inherit !important;
    width: auto !important; }
  .mktoForm .mktoRadioList label {
    margin-left: 7px !important; }
    .mktoForm .mktoRadioList label + input {
      margin-left: 20px !important; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1d1d1d;
  font-family: "Pluto", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 900;
  margin: 0;
  margin-bottom: 2rem;
  text-align: left; }
  h1 span,
  h2 span,
  h3 span,
  h4 span,
  h5 span,
  h6 span {
    font-weight: 400;
    font-style: italic; }

h1,
h2,
h3 {
  text-transform: uppercase; }

h1 {
  font-size: 30px !important;
  line-height: 36px !important;
  font-size: 3rem !important;
  line-height: 3.6rem !important; }
  @media (min-width: 800px) {
    h1 {
      font-size: 50px !important;
      line-height: 60px !important;
      font-size: 5rem !important;
      line-height: 6rem !important; } }

h2 {
  font-size: 33px !important;
  line-height: 36px !important;
  font-size: 3.3rem !important;
  line-height: 3.6rem !important; }
  @media (min-width: 800px) {
    h2 {
      font-size: 48px !important;
      line-height: 54px !important;
      font-size: 4.8rem !important;
      line-height: 5.4rem !important; } }

h3 {
  font-size: 26px !important;
  line-height: 28px !important;
  font-size: 2.6rem !important;
  line-height: 2.8rem !important; }
  @media (min-width: 800px) {
    h3 {
      font-size: 38px !important;
      line-height: 41px !important;
      font-size: 3.8rem !important;
      line-height: 4.1rem !important; } }

h4 {
  font-size: 20px !important;
  line-height: 27px !important;
  font-size: 2rem !important;
  line-height: 2.7rem !important; }
  @media (min-width: 800px) {
    h4 {
      font-size: 31px !important;
      line-height: 40px !important;
      font-size: 3.1rem !important;
      line-height: 4rem !important; } }

h5 {
  font-size: 17px !important;
  line-height: 25px !important;
  font-size: 1.7rem !important;
  line-height: 2.5rem !important; }

.page-template-page-press-release h1 {
  font-size: 30px !important;
  line-height: 36px !important;
  font-size: 3rem !important;
  line-height: 3.6rem !important; }

img {
  width: 100%;
  /* [1] */
  font-style: italic;
  /* [2] */
  vertical-align: middle;
  /* [3] */
  height: auto;
  /* [4] */
  display: block;
  border: 0;
  /* [5] */ }
  img.image-has-shadow {
    -webkit-box-shadow: 0px 6px 24px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 6px 24px rgba(0, 0, 0, 0.25); }

a {
  color: #2C2C2C;
  -webkit-transition: color 300ms ease-in-out;
  -o-transition: color 300ms ease-in-out;
  transition: color 300ms ease-in-out;
  text-decoration: none; }
  a.text-link {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    vertical-align: middle; }
    a.text-link:after {
      content: "\E900";
      font-family: "Icomoon";
      font-size: 16px;
      margin-left: 10px;
      vertical-align: bottom; }
    a.text-link:hover {
      text-decoration: none; }
  a:hover {
    color: inherit; }

li {
  font-size: 20px !important;
  line-height: 30px !important;
  font-size: 2rem !important;
  line-height: 3rem !important; }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-wrap: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

html {
  font-size: 62.5%;
  height: 100%;
  min-height: 100vh; }

body {
  font-size: 12px !important;
  line-height: 24px !important;
  font-size: 1.2rem !important;
  line-height: 2.4rem !important;
  color: #1d1d1d;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 400;
  overflow-x: hidden; }

main {
  overflow: hidden; }

.page-frame {
  min-height: 100vh;
  padding-top: 0; }
  @media (min-width: 1000px) {
    .page-frame {
      padding-top: 0; } }

.bg-white {
  background-color: #fff; }

.bg-light-grey, .single-post .related-posts {
  background-color: #f3f3f3; }

.bg-medium-grey {
  background-color: #ebebeb; }

.bg-light-teal {
  background-color: #EBF6F7; }

.bg-navy {
  background-color: #223845; }
  .bg-navy h2,
  .bg-navy h3,
  .bg-navy p,
  .bg-navy a {
    background-color: transparent;
    color: #fff !important; }
  .bg-navy .button.button--primary, .bg-navy #CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogBodyButtons .CybotCookiebotDialogBodyButton, #CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogBodyButtons .bg-navy .CybotCookiebotDialogBodyButton, .bg-navy .sticky-nav__links a:last-child, .sticky-nav__links .bg-navy a:last-child,
  .bg-navy .sticky-nav .accordion__links a:last-child, .sticky-nav .accordion__links .bg-navy a:last-child, .bg-navy .sticky-nav__links a.button--primary, .sticky-nav__links .bg-navy a.button--primary,
  .bg-navy .sticky-nav .accordion__links a.button--primary, .sticky-nav .accordion__links .bg-navy a.button--primary {
    background-color: #34A3AE; }
    .bg-navy .button.button--primary:hover, .bg-navy #CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogBodyButtons .CybotCookiebotDialogBodyButton:hover, #CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogBodyButtons .bg-navy .CybotCookiebotDialogBodyButton:hover, .bg-navy .sticky-nav__links a:hover:last-child, .sticky-nav__links .bg-navy a:hover:last-child,
    .bg-navy .sticky-nav .accordion__links a:hover:last-child, .sticky-nav .accordion__links .bg-navy a:hover:last-child, .bg-navy .sticky-nav__links a.button--primary:hover, .sticky-nav__links .bg-navy a.button--primary:hover,
    .bg-navy .sticky-nav .accordion__links a.button--primary:hover, .sticky-nav .accordion__links .bg-navy a.button--primary:hover {
      background-color: #226c73; }
  .bg-navy .button.button--secondary, .bg-navy #CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogBodyButtons .button--secondary.CybotCookiebotDialogBodyButton, #CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogBodyButtons .bg-navy .button--secondary.CybotCookiebotDialogBodyButton, .bg-navy #CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogBodyButtons .sticky-nav__links a.CybotCookiebotDialogBodyButton:not(:last-child), #CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogBodyButtons .sticky-nav__links .bg-navy a.CybotCookiebotDialogBodyButton:not(:last-child), .bg-navy .sticky-nav__links #CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogBodyButtons a.CybotCookiebotDialogBodyButton:not(:last-child), .sticky-nav__links #CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogBodyButtons .bg-navy a.CybotCookiebotDialogBodyButton:not(:last-child),
  .bg-navy #CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogBodyButtons .sticky-nav .accordion__links a.CybotCookiebotDialogBodyButton:not(:last-child), #CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogBodyButtons .sticky-nav .accordion__links .bg-navy a.CybotCookiebotDialogBodyButton:not(:last-child), .bg-navy .sticky-nav .accordion__links #CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogBodyButtons a.CybotCookiebotDialogBodyButton:not(:last-child), .sticky-nav .accordion__links #CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogBodyButtons .bg-navy a.CybotCookiebotDialogBodyButton:not(:last-child), .bg-navy .sticky-nav__links a:not(:last-child), .sticky-nav__links .bg-navy a:not(:last-child),
  .bg-navy .sticky-nav .accordion__links a:not(:last-child), .sticky-nav .accordion__links .bg-navy a:not(:last-child), .bg-navy .sticky-nav__links a.button--secondary, .sticky-nav__links .bg-navy a.button--secondary,
  .bg-navy .sticky-nav .accordion__links a.button--secondary, .sticky-nav .accordion__links .bg-navy a.button--secondary {
    color: #1d1d1d !important; }
  .bg-navy .callout-row__top .wrapper p {
    color: #fff; }
  .bg-navy .callouts__callout h3 a {
    background-color: transparent;
    color: #fff; }
    .bg-navy .callouts__callout h3 a:hover {
      background-color: transparent;
      color: #34A3AE; }
  .bg-navy .callout-links a {
    background-color: transparent;
    color: #fff; }
    .bg-navy .callout-links a:first-child {
      background: #fff;
      color: #2C2C2C;
      border-color: #fff; }
      .bg-navy .callout-links a:first-child:hover {
        background-color: #fff;
        border-color: #fff;
        color: #525252;
        cursor: pointer; }
    .bg-navy .callout-links a:nth-child(2) {
      background-color: transparent !important;
      color: #fff !important; }
      .bg-navy .callout-links a:nth-child(2):hover {
        background-color: transparent !important;
        color: #34A3AE !important; }
  .bg-navy p a:not(.button):hover {
    color: #2e919a !important; }
  .bg-navy.tabs .tabs__accordion__item.active-tab h3 {
    color: #c3c3c3 !important; }

.bg-green {
  background-color: #627E30; }
  .bg-green h2,
  .bg-green h3,
  .bg-green p,
  .bg-green a {
    background-color: transparent;
    color: #fff !important; }
  .bg-green .button.button--secondary, .bg-green #CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogBodyButtons .button--secondary.CybotCookiebotDialogBodyButton, #CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogBodyButtons .bg-green .button--secondary.CybotCookiebotDialogBodyButton, .bg-green #CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogBodyButtons .sticky-nav__links a.CybotCookiebotDialogBodyButton:not(:last-child), #CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogBodyButtons .sticky-nav__links .bg-green a.CybotCookiebotDialogBodyButton:not(:last-child), .bg-green .sticky-nav__links #CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogBodyButtons a.CybotCookiebotDialogBodyButton:not(:last-child), .sticky-nav__links #CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogBodyButtons .bg-green a.CybotCookiebotDialogBodyButton:not(:last-child),
  .bg-green #CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogBodyButtons .sticky-nav .accordion__links a.CybotCookiebotDialogBodyButton:not(:last-child), #CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogBodyButtons .sticky-nav .accordion__links .bg-green a.CybotCookiebotDialogBodyButton:not(:last-child), .bg-green .sticky-nav .accordion__links #CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogBodyButtons a.CybotCookiebotDialogBodyButton:not(:last-child), .sticky-nav .accordion__links #CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogBodyButtons .bg-green a.CybotCookiebotDialogBodyButton:not(:last-child), .bg-green .sticky-nav__links a:not(:last-child), .sticky-nav__links .bg-green a:not(:last-child),
  .bg-green .sticky-nav .accordion__links a:not(:last-child), .sticky-nav .accordion__links .bg-green a:not(:last-child), .bg-green .sticky-nav__links a.button--secondary, .sticky-nav__links .bg-green a.button--secondary,
  .bg-green .sticky-nav .accordion__links a.button--secondary, .sticky-nav .accordion__links .bg-green a.button--secondary {
    color: #1d1d1d !important; }
  .bg-green.rich-text .article-detail__blockquote:before {
    background: #fff; }
  .bg-green.two-column-content-blurbs .two-column-content-blurbs__blurb-container--checklist p:before,
  .bg-green.two-column-content-blurbs .two-column-content-blurbs__blurb-container--checklist a:before {
    color: #fff; }
  .bg-green p {
    color: #fff !important; }
    .bg-green p a:not(.button) {
      color: #fff !important; }
      .bg-green p a:not(.button):hover {
        color: #f2f2f2 !important; }
  .bg-green.tabs .tabs__accordion__item.active-tab h3 {
    color: #c3c3c3 !important; }

.bg-green.full-width-content h2,
.bg-green.full-width-content h3,
.bg-green.full-width-content p,
.bg-green.full-width-content a, .bg-green.full-width-media h2,
.bg-green.full-width-media h3,
.bg-green.full-width-media p,
.bg-green.full-width-media a, .bg-green.image-text h2,
.bg-green.image-text h3,
.bg-green.image-text p,
.bg-green.image-text a, .bg-green.split-content h2,
.bg-green.split-content h3,
.bg-green.split-content p,
.bg-green.split-content a, .bg-green.rich-text h2,
.bg-green.rich-text h3,
.bg-green.rich-text p,
.bg-green.rich-text a, .bg-green.two-column-content-blurbs h2,
.bg-green.two-column-content-blurbs h3,
.bg-green.two-column-content-blurbs p,
.bg-green.two-column-content-blurbs a, .bg-green.footer-cta-form h2,
.bg-green.footer-cta-form h3,
.bg-green.footer-cta-form p,
.bg-green.footer-cta-form a,
.bg-navy.full-width-content h2,
.bg-navy.full-width-content h3,
.bg-navy.full-width-content p,
.bg-navy.full-width-content a,
.bg-navy.full-width-media h2,
.bg-navy.full-width-media h3,
.bg-navy.full-width-media p,
.bg-navy.full-width-media a,
.bg-navy.image-text h2,
.bg-navy.image-text h3,
.bg-navy.image-text p,
.bg-navy.image-text a,
.bg-navy.split-content h2,
.bg-navy.split-content h3,
.bg-navy.split-content p,
.bg-navy.split-content a,
.bg-navy.rich-text h2,
.bg-navy.rich-text h3,
.bg-navy.rich-text p,
.bg-navy.rich-text a,
.bg-navy.two-column-content-blurbs h2,
.bg-navy.two-column-content-blurbs h3,
.bg-navy.two-column-content-blurbs p,
.bg-navy.two-column-content-blurbs a,
.bg-navy.footer-cta-form h2,
.bg-navy.footer-cta-form h3,
.bg-navy.footer-cta-form p,
.bg-navy.footer-cta-form a {
  background-color: transparent;
  color: #fff; }

.bg-green.rich-text .article-detail__blockquote div,
.bg-green.rich-text .article-detail__blockquote a,
.bg-green.rich-text .article-detail__blockquote strong,
.bg-green.rich-text .article-detail__blockquote figure,
.bg-green.rich-text .article-detail__inline div,
.bg-green.rich-text .article-detail__inline a,
.bg-green.rich-text .article-detail__inline strong,
.bg-green.rich-text .article-detail__inline figure,
.bg-green.rich-text .article-detail__image div,
.bg-green.rich-text .article-detail__image a,
.bg-green.rich-text .article-detail__image strong,
.bg-green.rich-text .article-detail__image figure,
.bg-green.rich-text .article-detail__related div,
.bg-green.rich-text .article-detail__related a,
.bg-green.rich-text .article-detail__related strong,
.bg-green.rich-text .article-detail__related figure,
.bg-navy.rich-text .article-detail__blockquote div,
.bg-navy.rich-text .article-detail__blockquote a,
.bg-navy.rich-text .article-detail__blockquote strong,
.bg-navy.rich-text .article-detail__blockquote figure,
.bg-navy.rich-text .article-detail__inline div,
.bg-navy.rich-text .article-detail__inline a,
.bg-navy.rich-text .article-detail__inline strong,
.bg-navy.rich-text .article-detail__inline figure,
.bg-navy.rich-text .article-detail__image div,
.bg-navy.rich-text .article-detail__image a,
.bg-navy.rich-text .article-detail__image strong,
.bg-navy.rich-text .article-detail__image figure,
.bg-navy.rich-text .article-detail__related div,
.bg-navy.rich-text .article-detail__related a,
.bg-navy.rich-text .article-detail__related strong,
.bg-navy.rich-text .article-detail__related figure {
  color: #fff; }

.bg-green.rich-text .article-detail__blockquote a,
.bg-green.rich-text .article-detail__inline a,
.bg-green.rich-text .article-detail__image a,
.bg-green.rich-text .article-detail__related a,
.bg-navy.rich-text .article-detail__blockquote a,
.bg-navy.rich-text .article-detail__inline a,
.bg-navy.rich-text .article-detail__image a,
.bg-navy.rich-text .article-detail__related a {
  opacity: 1;
  text-decoration: underline; }
  .bg-green.rich-text .article-detail__blockquote a:hover,
  .bg-green.rich-text .article-detail__inline a:hover,
  .bg-green.rich-text .article-detail__image a:hover,
  .bg-green.rich-text .article-detail__related a:hover,
  .bg-navy.rich-text .article-detail__blockquote a:hover,
  .bg-navy.rich-text .article-detail__inline a:hover,
  .bg-navy.rich-text .article-detail__image a:hover,
  .bg-navy.rich-text .article-detail__related a:hover {
    opacity: 0.8; }

.bg-green.rich-text .article-detail__related,
.bg-navy.rich-text .article-detail__related {
  border-color: #fff; }

.bg-green.rich-text .article-detail__image figure,
.bg-navy.rich-text .article-detail__image figure {
  border-color: #fff; }

.bg-green.rich-text ul,
.bg-green.rich-text ol,
.bg-green.rich-text li,
.bg-navy.rich-text ul,
.bg-navy.rich-text ol,
.bg-navy.rich-text li {
  color: #fff; }

.bg-green.testimonials .swiper-slide .button--secondary, .bg-green.testimonials .swiper-slide .sticky-nav__links a:not(:last-child), .sticky-nav__links .bg-green.testimonials .swiper-slide a:not(:last-child),
.bg-green.testimonials .swiper-slide .sticky-nav .accordion__links a:not(:last-child), .sticky-nav .accordion__links .bg-green.testimonials .swiper-slide a:not(:last-child),
.bg-navy.testimonials .swiper-slide .button--secondary,
.bg-navy.testimonials .swiper-slide .sticky-nav__links a:not(:last-child),
.sticky-nav__links .bg-navy.testimonials .swiper-slide a:not(:last-child),
.bg-navy.testimonials .swiper-slide .sticky-nav .accordion__links a:not(:last-child),
.sticky-nav .accordion__links .bg-navy.testimonials .swiper-slide a:not(:last-child) {
  background: transparent;
  border-color: #34A3AE;
  color: #34A3AE; }
  .bg-green.testimonials .swiper-slide .button--secondary:hover, .bg-green.testimonials .swiper-slide .sticky-nav__links a:hover:not(:last-child), .sticky-nav__links .bg-green.testimonials .swiper-slide a:hover:not(:last-child),
  .bg-green.testimonials .swiper-slide .sticky-nav .accordion__links a:hover:not(:last-child), .sticky-nav .accordion__links .bg-green.testimonials .swiper-slide a:hover:not(:last-child),
  .bg-navy.testimonials .swiper-slide .button--secondary:hover,
  .bg-navy.testimonials .swiper-slide .sticky-nav__links a:hover:not(:last-child),
  .sticky-nav__links .bg-navy.testimonials .swiper-slide a:hover:not(:last-child),
  .bg-navy.testimonials .swiper-slide .sticky-nav .accordion__links a:hover:not(:last-child),
  .sticky-nav .accordion__links .bg-navy.testimonials .swiper-slide a:hover:not(:last-child) {
    border-color: #34A3AE;
    color: #34A3AE; }

.bg-green.testimonials .swiper-slide .button--link,
.bg-navy.testimonials .swiper-slide .button--link {
  color: #34A3AE; }

.bg-green.two-column-content-blurbs a:not(.button):before,
.bg-navy.two-column-content-blurbs a:not(.button):before {
  background-color: #fff; }

.bg-green.two-column-content-blurbs p:before,
.bg-navy.two-column-content-blurbs p:before {
  background-color: #fff; }

.bg-green.footer-cta-form .wrapper h2,
.bg-green.footer-cta-form .wrapper p,
.bg-green.footer-cta-form .wrapper strong,
.bg-navy.footer-cta-form .wrapper h2,
.bg-navy.footer-cta-form .wrapper p,
.bg-navy.footer-cta-form .wrapper strong {
  color: #fff; }

.bg-green.split-card .split-card__top h2,
.bg-green.split-card .split-card__top p,
.bg-navy.split-card .split-card__top h2,
.bg-navy.split-card .split-card__top p {
  color: #fff; }

.bg-green.split-card .card,
.bg-navy.split-card .card {
  background-color: #fff; }
  .bg-green.split-card .card h3,
  .bg-green.split-card .card h4,
  .bg-green.split-card .card p,
  .bg-navy.split-card .card h3,
  .bg-navy.split-card .card h4,
  .bg-navy.split-card .card p {
    color: #848484; }
  .bg-green.split-card .card--custom .card--custom__body div,
  .bg-green.split-card .card--custom .card--custom__footer div,
  .bg-navy.split-card .card--custom .card--custom__body div,
  .bg-navy.split-card .card--custom .card--custom__footer div {
    color: #848484; }
  .bg-green.split-card .card--custom .card--custom__body a:not(.button),
  .bg-green.split-card .card--custom .card--custom__footer a:not(.button),
  .bg-navy.split-card .card--custom .card--custom__body a:not(.button),
  .bg-navy.split-card .card--custom .card--custom__footer a:not(.button) {
    color: #2C2C2C; }
    .bg-green.split-card .card--custom .card--custom__body a:not(.button):hover,
    .bg-green.split-card .card--custom .card--custom__footer a:not(.button):hover,
    .bg-navy.split-card .card--custom .card--custom__body a:not(.button):hover,
    .bg-navy.split-card .card--custom .card--custom__footer a:not(.button):hover {
      text-decoration: underline; }

.bg-green.testimonials .wrapper h2,
.bg-navy.testimonials .wrapper h2 {
  color: #fff; }

.bg-green h2 strong,
.bg-green h2 span,
.bg-navy h2 strong,
.bg-navy h2 span {
  color: #fff; }

tr,
td,
th {
  padding: 10px; }

em {
  font-style: normal; }

strong {
  font-weight: 500; }

p {
  font-size: 18px !important;
  line-height: 28px !important;
  font-size: 1.8rem !important;
  line-height: 2.8rem !important;
  color: #1d1d1d;
  margin: 0 0 2rem; }
  @media (min-width: 800px) {
    p {
      font-size: 20px !important;
      line-height: 30px !important;
      font-size: 2rem !important;
      line-height: 3rem !important; } }
  p.p-sm, .card--custom__body p, .card--custom__footer p {
    font-size: 15px !important;
    line-height: 25px !important;
    font-size: 1.5rem !important;
    line-height: 2.5rem !important; }
    @media (min-width: 800px) {
      p.p-sm, .card--custom__body p, .card--custom__footer p {
        font-size: 17px !important;
        line-height: 25px !important;
        font-size: 1.7rem !important;
        line-height: 2.5rem !important; } }

p a,
li a {
  color: #627E30;
  font-weight: 700;
  -webkit-transition: 300ms ease all;
  -o-transition: 300ms ease all;
  transition: 300ms ease all; }
  p a:hover,
  li a:hover {
    color: #37471b;
    text-decoration: underline; }

blockquote {
  margin: 0; }

cite {
  display: block;
  font-size: 12px !important;
  line-height: 20px !important;
  font-size: 1.2rem !important;
  line-height: 2rem !important;
  font-weight: 300;
  text-align: center; }

#wpadminbar {
  position: fixed !important; }

.admin-bar .global-header,
.admin-bar .sticky-nav--pinned {
  margin-top: 46px;
  position: fixed;
  position: -webkit-sticky;
  position: sticky;
  top: 32px;
  top: var(--wp-admin--admin-bar--height); }
  @media (min-width: 782px) {
    .admin-bar .global-header,
    .admin-bar .sticky-nav--pinned {
      margin-top: 0; } }

.admin-bar .global-header__banner {
  top: 46px !important; }
  @media (min-width: 782px) {
    .admin-bar .global-header__banner {
      top: 32px !important; } }

.admin-bar .global-header--banner-padding,
.admin-bar .flyout--banner-padding {
  margin-top: calc(46px + 49px); }
  @media (min-width: 782px) {
    .admin-bar .global-header--banner-padding,
    .admin-bar .flyout--banner-padding {
      margin-top: calc(32px + 49px); } }

.admin-bar .main-breadcrumbs {
  z-index: 4; }

.admin-bar .anchor-spacer {
  height: calc(54px + 46px);
  margin-top: calc(-54px + -46px); }
  @media (min-width: 1000px) {
    .admin-bar .anchor-spacer {
      height: calc(62px + 32px);
      margin-top: calc(-62px + -32px); } }

.anchor-spacer {
  display: block;
  height: 54px;
  left: 0;
  margin-top: -54px;
  position: absolute;
  visibility: hidden;
  width: 100%; }
  @media (min-width: 1000px) {
    .anchor-spacer {
      height: 62px;
      margin-top: -62px; } }

.main-breadcrumbs {
  font-size: 11px !important;
  line-height: 14px !important;
  font-size: 1.1rem !important;
  line-height: 1.4rem !important;
  position: relative;
  z-index: 2;
  padding-bottom: 3rem; }
  .main-breadcrumbs span {
    font-style: italic; }
    .main-breadcrumbs span a {
      -webkit-transition: all ease 300ms;
      -o-transition: all ease 300ms;
      transition: all ease 300ms; }
      .main-breadcrumbs span a:hover {
        color: #627E30;
        text-decoration: underline; }
  .main-breadcrumbs .breadcrumb_last {
    color: #627E30;
    text-decoration: none; }

.button, #CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogBodyButtons .CybotCookiebotDialogBodyButton, .sticky-nav__links a,
.sticky-nav .accordion__links a {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  position: relative;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; }
  .button--primary, #CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogBodyButtons .CybotCookiebotDialogBodyButton, .sticky-nav__links a:last-child,
  .sticky-nav .accordion__links a:last-child, .button--secondary, .sticky-nav__links a:not(:last-child),
  .sticky-nav .accordion__links a:not(:last-child) {
    font-size: 16px !important;
    line-height: 17px !important;
    font-size: 1.6rem !important;
    line-height: 1.7rem !important;
    border-style: solid;
    border-width: 3px;
    display: inline-block;
    font-weight: 700;
    min-width: auto;
    padding: 1rem 1.5rem;
    text-transform: uppercase;
    text-align: center; }
    .button--primary--small, .button--secondary--small {
      font-size: 12px !important;
      line-height: 12px !important;
      font-size: 1.2rem !important;
      line-height: 1.2rem !important;
      max-width: -webkit-max-content;
      max-width: -moz-max-content;
      max-width: max-content;
      min-width: -webkit-max-content;
      min-width: -moz-max-content;
      min-width: max-content;
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content; }
  .button--primary, #CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogBodyButtons .CybotCookiebotDialogBodyButton, .sticky-nav__links a:last-child,
  .sticky-nav .accordion__links a:last-child {
    background-color: #1d1d1d;
    border-color: #1d1d1d;
    color: #fff; }
    .button--primary:hover, #CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogBodyButtons .CybotCookiebotDialogBodyButton:hover, .sticky-nav__links a:hover:last-child,
    .sticky-nav .accordion__links a:hover:last-child {
      background-color: #434343;
      border-color: #434343;
      color: #fff; }
  .button--secondary, .sticky-nav__links a:not(:last-child),
  .sticky-nav .accordion__links a:not(:last-child) {
    background: transparent;
    border-color: #1d1d1d;
    color: #1d1d1d; }
    .button--secondary:hover, .sticky-nav__links a:hover:not(:last-child),
    .sticky-nav .accordion__links a:hover:not(:last-child) {
      border-color: #838383;
      color: #838383; }
  .button--link {
    font-size: 16px !important;
    line-height: 20px !important;
    font-size: 1.6rem !important;
    line-height: 2rem !important;
    color: #627E30;
    font-weight: 600; }
    .button--link:hover {
      color: #37471b;
      text-decoration: underline; }

.button-wrapper {
  display: block; }
  @media (min-width: 1000px) {
    .button-wrapper {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: wrap;
          -ms-flex: wrap;
              flex: wrap;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; } }
  .button-wrapper .button, .button-wrapper #CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogBodyButtons .CybotCookiebotDialogBodyButton, #CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogBodyButtons .button-wrapper .CybotCookiebotDialogBodyButton, .button-wrapper .sticky-nav__links a, .sticky-nav__links .button-wrapper a,
  .button-wrapper .sticky-nav .accordion__links a, .sticky-nav .accordion__links .button-wrapper a {
    margin-top: 1.5rem; }
    .button-wrapper .button:first-child, .button-wrapper #CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogBodyButtons .CybotCookiebotDialogBodyButton:first-child, #CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogBodyButtons .button-wrapper .CybotCookiebotDialogBodyButton:first-child, .button-wrapper .sticky-nav__links a:first-child, .sticky-nav__links .button-wrapper a:first-child,
    .button-wrapper .sticky-nav .accordion__links a:first-child, .sticky-nav .accordion__links .button-wrapper a:first-child {
      margin-top: 0; }
    @media (min-width: 1000px) {
      .button-wrapper .button, .button-wrapper #CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogBodyButtons .CybotCookiebotDialogBodyButton, #CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogBodyButtons .button-wrapper .CybotCookiebotDialogBodyButton, .button-wrapper .sticky-nav__links a, .sticky-nav__links .button-wrapper a,
      .button-wrapper .sticky-nav .accordion__links a, .sticky-nav .accordion__links .button-wrapper a {
        margin: 0;
        margin-left: 1.5rem; }
        .button-wrapper .button:first-child, .button-wrapper #CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogBodyButtons .CybotCookiebotDialogBodyButton:first-child, #CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogBodyButtons .button-wrapper .CybotCookiebotDialogBodyButton:first-child, .button-wrapper .sticky-nav__links a:first-child, .sticky-nav__links .button-wrapper a:first-child,
        .button-wrapper .sticky-nav .accordion__links a:first-child, .sticky-nav .accordion__links .button-wrapper a:first-child {
          margin: 0; } }

.checkmark-list {
  list-style-type: none; }
  .checkmark-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .checkmark-list li + li {
      margin-top: 20px; }
    .checkmark-list li:before {
      content: '\E90B';
      -ms-flex-negative: 0;
          flex-shrink: 0;
      font-family: "Icomoon";
      margin-right: 1.5rem; }
    .checkmark-list li a {
      color: #627E30; }
      .checkmark-list li a:hover {
        color: #37471b;
        text-decoration: underline; }

.bg-green .checkmark-list li,
.bg-navy .checkmark-list li {
  color: #fff; }
  .bg-green .checkmark-list li::before,
  .bg-navy .checkmark-list li::before {
    color: #fff; }

.component-header {
  display: block;
  margin-bottom: 3rem;
  width: 100%; }
  .component-header h3,
  .component-header p {
    max-width: 550px; }

#CybotCookiebotDialog {
  bottom: 0 !important;
  padding: 0 !important;
  top: unset !important; }
  @media (min-width: 600px) {
    #CybotCookiebotDialog #CybotCookiebotDialogBody {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      max-width: 1180px;
      padding: 1rem 0;
      position: relative; } }
  #CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogBodyContentTitle {
    display: none; }
  @media (min-width: 600px) {
    #CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogBodyContent {
      padding-left: 0 !important;
      padding-right: 1.5rem;
      padding-bottom: 2rem;
      width: 78%; } }
  @media (min-width: 600px) {
    #CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogBodyButtons {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      margin: 0;
      width: 20%; } }
  @media (min-width: 600px) {
    #CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogBodyButtons a {
      display: block;
      margin: 0 !important;
      outline: 0;
      width: 100%; } }
  #CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogBodyButtons .CybotCookiebotDialogBodyButton {
    padding: 8px 48px !important; }
    @media (min-width: 600px) {
      #CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogBodyButtons .CybotCookiebotDialogBodyButton {
        max-width: -webkit-max-content;
        max-width: -moz-max-content;
        max-width: max-content;
        min-width: -webkit-max-content;
        min-width: -moz-max-content;
        min-width: max-content; } }
  #CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogBodyContentControls {
    padding: 1rem !important; }
    @media (min-width: 600px) {
      #CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogBodyContentControls {
        bottom: 1rem;
        display: block;
        left: 0;
        padding: 1rem 0 0 !important;
        position: absolute;
        width: 20%; }
        #CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogBodyContentControls .CybotCookiebotDialogBodyContentControlsWrapper {
          margin: 0 !important; } }
  #CybotCookiebotDialog #CybotCookiebotDialogDetail #CybotCookiebotDialogDetailBody {
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    max-width: 1180px;
    padding: 1rem 1.5rem; }

.global-header__burger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (min-width: 1000px) {
    .global-header__burger {
      display: none; } }

.global-header__logo {
  display: block; }
  .global-header__logo img {
    max-width: 125px; }

.global-header__nav__expand {
  font-size: 28px !important;
  line-height: 28px !important;
  font-size: 2.8rem !important;
  line-height: 2.8rem !important;
  cursor: pointer;
  display: block;
  position: absolute;
  right: 0;
  top: 0px; }
  .global-header__nav__expand:before, .global-header__nav__expand:after {
    font-style: normal;
    position: relative;
    right: 1.25rem;
    top: 0.75rem; }
  .global-header__nav__expand--expanded:before {
    content: none; }
  .global-header__nav__expand--expanded:after {
    content: '\E908';
    font-family: "Icomoon"; }
  @media (min-width: 1000px) {
    .global-header__nav__expand {
      display: none; } }

.global-header__nav__menu--level-2 .global-header__nav__expand:before, .global-header__nav__menu--level-2 .global-header__nav__expand:after,
.global-header__nav__menu--level-2 .global-header__nav__expand--expanded:before,
.global-header__nav__menu--level-2 .global-header__nav__expand--expanded:after {
  color: #627E30;
  right: -2px; }

.lock-scroll {
  overflow: visible; }
  .lock-scroll body {
    overflow: hidden; }

.popup {
  inset: 0;
  position: fixed;
  pointer-events: none;
  z-index: 7; }
  .lock-scroll .popup {
    pointer-events: auto; }
  .popup-wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    inset: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity .3s ease-in-out .3s;
    -o-transition: opacity .3s ease-in-out .3s;
    transition: opacity .3s ease-in-out .3s; }
    .lock-scroll .popup-wrapper {
      opacity: 1; }
    .popup-wrapper.fade-out {
      opacity: 0; }
  .popup-overlay {
    background-color: rgba(29, 29, 29, 0.8);
    inset: 0;
    position: absolute; }
  .popup-close {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #1d1d1d;
    border: none;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 5rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
    position: absolute;
    right: 0;
    -webkit-transition: background-color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out;
    -webkit-transform: translate(50%, -50%);
        -ms-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
    top: 0;
    width: 5rem;
    z-index: 1; }
    .popup-close i {
      height: 2.8rem;
      position: relative;
      -webkit-transition: background-color .3s ease-in-out;
      -o-transition: background-color .3s ease-in-out;
      transition: background-color .3s ease-in-out;
      width: 2.8rem; }
      .popup-close i:before, .popup-close i:after {
        background-color: #fff;
        content: '';
        display: block;
        height: 0.2rem;
        left: 50%;
        position: absolute;
        top: 50%;
        width: 100%; }
      .popup-close i:before {
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
            -ms-transform: translate(-50%, -50%) rotate(45deg);
                transform: translate(-50%, -50%) rotate(45deg); }
      .popup-close i:after {
        -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            -ms-transform: translate(-50%, -50%) rotate(-45deg);
                transform: translate(-50%, -50%) rotate(-45deg); }
    .popup-close:hover {
      background-color: #434343; }
  .popup-content {
    width: 90%;
    position: relative; }
    @media (min-width: 1000px) {
      .popup-content {
        max-width: 960px; } }
  .popup-video {
    height: 0;
    padding-bottom: 56.25%;
    position: relative; }
    .popup-video iframe {
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%; }

.post-listing__count {
  font-size: 14px !important;
  line-height: 21px !important;
  font-size: 1.4rem !important;
  line-height: 2.1rem !important;
  padding: 24px 0; }
  .post-listing__count.hide-me {
    display: none; }

.post-listing__load-more {
  margin: 48px auto 24px; }

body .st-ui-injected-overlay-container .st-ui-header input[type="text"]:focus {
  border-bottom-color: #627E30; }

body .st-ui-injected-overlay-container .st-ui-footer a.st-ui-pagination-link {
  color: #627E30; }
  body .st-ui-injected-overlay-container .st-ui-footer a.st-ui-pagination-link.active {
    font-weight: 700; }

@media (max-width: 1000px) {
  body .st-default-autocomplete {
    display: none !important; } }

.announcement-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 7px 0;
  z-index: 2; }
  @media (min-width: 1000px) {
    .announcement-banner {
      min-height: 49px;
      padding: 0;
      width: 100%; } }
  .announcement-banner.global-header__banner {
    z-index: 6;
    min-height: 49px;
    position: fixed;
    top: 0;
    width: 100%; }
  .announcement-banner .wrapper {
    -ms-flex-item-align: center;
        align-self: center; }
  .announcement-banner a {
    font-size: 16px !important;
    line-height: 18px !important;
    font-size: 1.6rem !important;
    line-height: 1.8rem !important;
    color: #fff;
    display: block;
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 600;
    padding-right: 3rem;
    position: relative;
    text-align: center;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .announcement-banner a:hover {
      -webkit-transform: scale(1.01);
          -ms-transform: scale(1.01);
              transform: scale(1.01); }
    .announcement-banner a:before {
      font-size: 20px !important;
      line-height: 20px !important;
      font-size: 2rem !important;
      line-height: 2rem !important;
      position: absolute;
      right: 0.5rem;
      -webkit-transform: translateY(-50%) rotate(-90deg);
          -ms-transform: translateY(-50%) rotate(-90deg);
              transform: translateY(-50%) rotate(-90deg);
      top: 50%; }
  .announcement-banner--black {
    background-color: #1d1d1d; }
  .announcement-banner--yellow {
    background-color: #ffc774; }
    .announcement-banner--yellow a {
      color: #1d1d1d; }
  .announcement-banner--green {
    background-color: #627E30; }

#BambooHR {
  padding: 30px 0; }
  #BambooHR .BambooHR-ATS-board {
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important; }
  #BambooHR #BambooHR-ATS {
    margin: 0 auto; }
    #BambooHR #BambooHR-ATS h2 {
      font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
      color: #2C2C2C;
      font-weight: 700 !important; }
    #BambooHR #BambooHR-ATS h2, #BambooHR #BambooHR-ATS ul {
      max-width: 100%; }
    #BambooHR #BambooHR-ATS li {
      max-width: 100%; }
      #BambooHR #BambooHR-ATS li div {
        color: #2C2C2C; }
      #BambooHR #BambooHR-ATS li span {
        display: block;
        color: #2C2C2C;
        float: none;
        padding: 0; }
        @media (min-width: 1000px) {
          #BambooHR #BambooHR-ATS li span {
            display: inline;
            float: right; } }
      #BambooHR #BambooHR-ATS li a {
        display: block;
        position: relative; }
        @media (min-width: 1000px) {
          #BambooHR #BambooHR-ATS li a {
            display: inline; } }
        #BambooHR #BambooHR-ATS li a:after {
          content: '\E909';
          font-family: "Icomoon";
          position: relative;
          right: -8px;
          top: 2px; }
        #BambooHR #BambooHR-ATS li a:hover {
          color: #17474c; }
  #BambooHR img {
    width: auto; }

.article-detail__bio {
  max-width: 100% !important;
  margin: 0 auto 30px !important; }
  .article-detail__bio h1 {
    font-size: 30px !important;
    line-height: 36px !important;
    font-size: 3rem !important;
    line-height: 3.6rem !important; }
    @media (min-width: 1000px) {
      .article-detail__bio h1 {
        font-size: 59px !important;
        line-height: 66px !important;
        font-size: 5.9rem !important;
        line-height: 6.6rem !important; } }
  .article-detail__bio h2, .article-detail__bio h3, .article-detail__bio h4, .article-detail__bio p, .article-detail__bio ul, .article-detail__bio ol {
    max-width: unset !important; }
  .article-detail__bio p:first-child {
    margin-top: 0; }
  .article-detail__bio img {
    margin-bottom: 1.5rem; }
  @media (min-width: 600px) {
    .article-detail__bio .wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .article-detail__bio .wrapper > div {
        width: 48%; } }
  .article-detail__bio .awards {
    margin-top: 4.5rem; }
    .article-detail__bio .awards h5 {
      font-size: 20px !important;
      line-height: 30px !important;
      font-size: 2rem !important;
      line-height: 3rem !important;
      text-transform: uppercase; }
    .article-detail__bio .awards-images {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      gap: 1.5rem;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .article-detail__bio .awards-images .image {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 48%;
                flex: 0 0 48%; }
  .article-detail__bio .social-icons {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    .article-detail__bio .social-icons a {
      color: #1d1d1d;
      font-size: 3rem; }
      .article-detail__bio .social-icons a + a {
        margin-left: 1.5rem; }
      .article-detail__bio .social-icons a:hover {
        color: #627E30;
        text-decoration: none; }

.article-detail__blockquote {
  background: rgba(179, 206, 118, 0.25);
  border-left: 5px solid #1d1d1d;
  margin-block: 4.5rem;
  padding: 1.5rem;
  position: relative; }
  @media (min-width: 1000px) {
    .article-detail__blockquote {
      padding: 3rem 4.5rem; } }
  .article-detail__blockquote div {
    font-size: 19px !important;
    line-height: 26px !important;
    font-size: 1.9rem !important;
    line-height: 2.6rem !important;
    font-style: italic;
    font-weight: 700;
    margin-bottom: 3rem; }
    @media (min-width: 1000px) {
      .article-detail__blockquote div {
        font-size: 22px !important;
        line-height: 33px !important;
        font-size: 2.2rem !important;
        line-height: 3.3rem !important; } }
  .article-detail__blockquote cite {
    font-size: 17px !important;
    line-height: 21px !important;
    font-size: 1.7rem !important;
    line-height: 2.1rem !important;
    font-weight: 400;
    letter-spacing: 1px;
    text-align: left; }

.article-detail__content, .article-detail__bio, .rich-text {
  max-width: 800px; }
  .article-detail__content .featured-image, .article-detail__bio .featured-image, .rich-text .featured-image {
    margin-top: -100px;
    margin-bottom: 60px; }
  .article-detail__content h2, .article-detail__bio h2, .rich-text h2, .article-detail__content h3, .article-detail__bio h3, .rich-text h3 {
    margin-bottom: 30px; }
  .article-detail__content h4, .article-detail__bio h4, .rich-text h4 {
    letter-spacing: 0;
    margin-bottom: 30px; }
  .article-detail__content p, .article-detail__bio p, .rich-text p, .article-detail__content ul, .article-detail__bio ul, .rich-text ul, .article-detail__content ol, .article-detail__bio ol, .rich-text ol, .article-detail__content li, .article-detail__bio li, .rich-text li {
    font-size: 16px !important;
    line-height: 32px !important;
    font-size: 1.6rem !important;
    line-height: 3.2rem !important;
    color: #000000; }
  .article-detail__content p, .article-detail__bio p, .rich-text p, .article-detail__content ul, .article-detail__bio ul, .rich-text ul, .article-detail__content ol, .article-detail__bio ol, .rich-text ol {
    margin-bottom: 30px; }
  .article-detail__content a, .article-detail__bio a, .rich-text a, .article-detail__content strong, .article-detail__bio strong, .rich-text strong, .article-detail__content b, .article-detail__bio b, .rich-text b {
    font-weight: bold; }
  .article-detail__content p:empty, .article-detail__bio p:empty, .rich-text p:empty {
    display: none; }
  .article-detail__content a:not(.button), .article-detail__bio a:not(.button), .rich-text a:not(.button) {
    color: #627E30;
    font-weight: bold; }
    .article-detail__content a:not(.button):hover, .article-detail__bio a:not(.button):hover, .rich-text a:not(.button):hover {
      color: #37471b;
      text-decoration: underline; }
  .article-detail__content ul, .article-detail__bio ul, .rich-text ul, .article-detail__content ol, .article-detail__bio ol, .rich-text ol {
    padding-left: 20px; }
    @media (min-width: 1000px) {
      .article-detail__content ul, .article-detail__bio ul, .rich-text ul, .article-detail__content ol, .article-detail__bio ol, .rich-text ol {
        padding-left: 40px; } }
  .article-detail__content li, .article-detail__bio li, .rich-text li {
    padding: 10px 0; }
    .article-detail__content li a, .article-detail__bio li a, .rich-text li a {
      color: #627E30; }
      .article-detail__content li a:hover, .article-detail__bio li a:hover, .rich-text li a:hover {
        color: #37471b;
        text-decoration: underline; }
  .article-detail__content em, .article-detail__bio em, .rich-text em {
    font-style: italic; }
  .article-detail__content--video {
    max-width: 100%; }
    .article-detail__content--video iframe {
      display: block;
      margin: 0 auto; }

.article-detail__cta {
  background-color: #f3f3f3;
  border-top: 3px solid #627E30;
  -webkit-margin-after: 3rem;
          margin-block-end: 3rem;
  padding: 3rem; }
  @media (min-width: 600px) {
    .article-detail__cta {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  .article-detail__cta h3 {
    font-size: 22px !important;
    line-height: 28px !important;
    font-size: 2.2rem !important;
    line-height: 2.8rem !important;
    margin: 0; }
    @media (min-width: 600px) {
      .article-detail__cta h3 {
        -ms-flex-preferred-size: 66%;
            flex-basis: 66%;
        max-width: 66%; } }
  .article-detail__cta p {
    margin: 0; }
  .article-detail__cta .button:hover, .article-detail__cta #CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogBodyButtons .CybotCookiebotDialogBodyButton:hover, #CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogBodyButtons .article-detail__cta .CybotCookiebotDialogBodyButton:hover, .article-detail__cta .sticky-nav__links a:hover, .sticky-nav__links .article-detail__cta a:hover,
  .article-detail__cta .sticky-nav .accordion__links a:hover, .sticky-nav .accordion__links .article-detail__cta a:hover {
    text-decoration: none; }

.article-detail__footer {
  -webkit-margin-after: 3rem;
          margin-block-end: 3rem;
  padding-inline: 1.5rem; }
  .article-detail__footer .wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 3px solid #1d1d1d;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 0 auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-padding-after: 1.5rem;
            padding-block-end: 1.5rem;
    padding-inline: 0; }
  .article-detail__footer__tags {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .article-detail__footer__tags h4 {
      font-size: 22px !important;
      line-height: 28px !important;
      font-size: 2.2rem !important;
      line-height: 2.8rem !important;
      margin: 0; }
    .article-detail__footer__tags ul {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      margin: 0;
      padding: 0; }
      .article-detail__footer__tags ul li {
        font-size: 14px !important;
        line-height: 18px !important;
        font-size: 1.4rem !important;
        line-height: 1.8rem !important;
        background-color: #ebebeb;
        border-radius: 30px;
        list-style-type: none;
        -webkit-margin-start: 1.5rem;
           -moz-margin-start: 1.5rem;
                margin-inline-start: 1.5rem;
        padding: 0.5rem 1rem;
        -webkit-transition: all 300ms ease-in-out;
        -o-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out; }
        .article-detail__footer__tags ul li a {
          color: #1d1d1d;
          font-weight: 400; }
        .article-detail__footer__tags ul li:hover {
          background-color: white; }
          .article-detail__footer__tags ul li:hover a {
            color: #627E30; }

.article-detail__footnote {
  border-bottom: 1px solid rgba(151, 151, 151, 0.5);
  color: #787878;
  font-style: italic;
  font-weight: 300;
  margin: 0;
  padding: 10px 0 20px; }

.article-detail__header {
  margin: 0 auto;
  padding-block: 45px;
  position: relative;
  overflow: hidden; }
  .article-detail__header.has-featured-image {
    padding-block: 45px 95px; }
  .article-detail__header > img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover; }
  @media (min-width: 600px) {
    .article-detail__header {
      padding-block: 45px; }
      .article-detail__header.has-featured-image {
        padding-block: 45px 95px; } }
  .article-detail__header:after {
    background: -webkit-gradient(linear, left top, right top, color-stop(21.37%, #EBEBEB), to(rgba(235, 235, 235, 0)));
    background: -webkit-linear-gradient(left, #EBEBEB 21.37%, rgba(235, 235, 235, 0) 100%);
    background: -o-linear-gradient(left, #EBEBEB 21.37%, rgba(235, 235, 235, 0) 100%);
    background: linear-gradient(90deg, #EBEBEB 21.37%, rgba(235, 235, 235, 0) 100%);
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; }
  .article-detail__header .wrapper {
    z-index: 2; }
  .article-detail__header h1 {
    font-size: 27px !important;
    line-height: 36px !important;
    font-size: 2.7rem !important;
    line-height: 3.6rem !important;
    color: #000000;
    font-family: "Pluto", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 700;
    margin: 0 0 0.625em;
    max-width: 800px; }
    @media (min-width: 600px) {
      .article-detail__header h1 {
        font-size: 40px !important;
        line-height: 50px !important;
        font-size: 4rem !important;
        line-height: 5rem !important; } }
  .article-detail__header div:not(.wrapper) {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .article-detail__header div:not(.wrapper) img {
      border: 2px solid #83A840;
      border-radius: 60px;
      max-width: 60px; }
    .article-detail__header div:not(.wrapper) a {
      font-size: 12px !important;
      line-height: 14px !important;
      font-size: 1.2rem !important;
      line-height: 1.4rem !important;
      color: #000000;
      display: block;
      font-weight: 700;
      margin: 0;
      opacity: 1;
      padding: 1.5rem;
      position: relative;
      text-decoration: underline;
      -webkit-transition: all 300ms ease-in-out;
      -o-transition: all 300ms ease-in-out;
      transition: all 300ms ease-in-out; }
      .article-detail__header div:not(.wrapper) a:hover {
        opacity: 0.8; }
  .article-detail__header--video .article-detail__header__bottom {
    max-width: 100%; }

.article-detail__image {
  margin: 3rem 0;
  border-bottom: 0.3rem solid #1d1d1d; }
  .article-detail__image figcaption {
    font-size: 14px !important;
    line-height: 21px !important;
    font-size: 1.4rem !important;
    line-height: 2.1rem !important;
    margin: 1.5rem 0; }

.article-detail__inline {
  border-bottom: 0.3rem solid #1d1d1d;
  margin: 3rem 0; }
  @media (min-width: 1000px) {
    .article-detail__inline {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      border: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin: 24px 0; } }
  @media (min-width: 1000px) {
    .article-detail__inline .image {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 calc(50% - 3rem);
              flex: 0 0 calc(50% - 3rem); } }
  .article-detail__inline figcaption {
    font-size: 14px !important;
    line-height: 21px !important;
    font-size: 1.4rem !important;
    line-height: 2.1rem !important;
    margin-bottom: 1.5rem;
    margin-top: 1.5rem; }
    @media (min-width: 1000px) {
      .article-detail__inline figcaption {
        border-top: 0.3rem solid #1d1d1d;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 calc(50% - 3rem);
                flex: 0 0 calc(50% - 3rem);
        margin: 0;
        padding-bottom: 3rem;
        padding-top: 3rem; } }

.article-detail__meta {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 1.5rem 0 0; }
  @media (min-width: 600px) {
    .article-detail__meta {
      margin: 0; } }
  .article-detail__meta li {
    font-size: 16px !important;
    line-height: 26px !important;
    font-size: 1.6rem !important;
    line-height: 2.6rem !important;
    font-family: "Pluto", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #1C1C1C; }
    .article-detail__meta li + li {
      margin-left: 1rem;
      margin-bottom: 0;
      font-size: 20px !important;
      line-height: 20px !important;
      font-size: 2rem !important;
      line-height: 2rem !important; }
    .article-detail__meta li p {
      color: #979797;
      font-size: 11px !important;
      line-height: 28px !important;
      font-size: 1.1rem !important;
      line-height: 2.8rem !important;
      font-weight: 700;
      margin-right: 0px; }
  .article-detail__meta .icon {
    color: #1d1d1d;
    -webkit-transition: color 300ms ease;
    -o-transition: color 300ms ease;
    transition: color 300ms ease; }
    .article-detail__meta .icon:hover {
      color: black; }
  .article-detail__meta .social-share {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style-type: none;
    margin: 0;
    padding: 0; }
  .article-detail__meta--top {
    -webkit-margin-after: 50px;
            margin-block-end: 50px; }
    .article-detail__meta--top ul {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .article-detail__meta--top ul li {
        margin-inline: 0 20px; }
        .article-detail__meta--top ul li:first-child {
          margin: 0 0 15px;
          width: 100%; }

.article-detail__related {
  color: #1d1d1d;
  margin-block: 3rem; }
  .article-detail__related strong {
    font-size: 15px !important;
    line-height: 19px !important;
    font-size: 1.5rem !important;
    line-height: 1.9rem !important;
    display: inline-block;
    font-weight: 700;
    margin-bottom: 1rem; }
  .article-detail__related a {
    font-size: 16px !important;
    line-height: 20px !important;
    font-size: 1.6rem !important;
    line-height: 2rem !important;
    color: #627E30;
    font-weight: 600; }
  .article-detail__related--image {
    border: 1px solid #c5c5c5;
    padding: 1.5rem; }
    @media (min-width: 600px) {
      .article-detail__related--image {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }
    .article-detail__related--image img {
      -webkit-margin-after: 1.5rem;
              margin-block-end: 1.5rem; }
      @media (min-width: 600px) {
        .article-detail__related--image img {
          max-width: 100px;
          -webkit-margin-after: 0;
                  margin-block-end: 0;
          -webkit-margin-end: 1.5rem;
             -moz-margin-end: 1.5rem;
                  margin-inline-end: 1.5rem; } }
    .article-detail__related--image p,
    .article-detail__related--image strong {
      margin: 0; }

.article-detail__side-bar {
  display: none; }
  @media (min-width: 830px) {
    .article-detail__side-bar {
      display: block;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 285px;
              flex: 0 0 285px;
      padding: 25px;
      border: 1px solid #D6D6D6; } }
  .article-detail__side-bar__related {
    margin-bottom: 50px; }
    .article-detail__side-bar__related h4 {
      font-size: 16px !important;
      line-height: 26px !important;
      font-size: 1.6rem !important;
      line-height: 2.6rem !important;
      font-weight: 800;
      text-transform: uppercase;
      margin-bottom: 15px;
      color: #1C1C1C; }
    .article-detail__side-bar__related ul {
      margin: 0;
      padding-inline: 1.5rem; }
      .article-detail__side-bar__related ul li {
        font-size: 16px !important;
        line-height: 27px !important;
        font-size: 1.6rem !important;
        line-height: 2.7rem !important;
        -webkit-margin-after: 15px;
                margin-block-end: 15px; }
  .article-detail__side-bar__featured-wrapper {
    margin-bottom: 50px; }
    .article-detail__side-bar__featured-wrapper h4 {
      font-size: 16px !important;
      line-height: 26px !important;
      font-size: 1.6rem !important;
      line-height: 2.6rem !important;
      font-weight: 800;
      text-transform: uppercase;
      margin-bottom: 15px;
      color: #1C1C1C; }
  .article-detail__side-bar__featured {
    background-color: #F3F3F3; }
    .article-detail__side-bar__featured img {
      border-bottom: 4px solid #627E30; }
    .article-detail__side-bar__featured .text {
      padding: 15px; }
    .article-detail__side-bar__featured h5 {
      font-size: 16px !important;
      line-height: 24px !important;
      font-size: 1.6rem !important;
      line-height: 2.4rem !important;
      margin-bottom: 25px;
      text-transform: uppercase; }
    .article-detail__side-bar__featured a:not(.button) {
      font-size: 14px !important;
      line-height: 23px !important;
      font-size: 1.4rem !important;
      line-height: 2.3rem !important;
      color: #627E30;
      font-weight: 700;
      margin-bottom: 10px;
      font-style: italic;
      display: inline-block; }
      .article-detail__side-bar__featured a:not(.button):hover {
        color: #1a220d;
        text-decoration: underline; }
    .article-detail__side-bar__featured .button, .article-detail__side-bar__featured #CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogBodyButtons .CybotCookiebotDialogBodyButton, #CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogBodyButtons .article-detail__side-bar__featured .CybotCookiebotDialogBodyButton, .article-detail__side-bar__featured .sticky-nav__links a, .sticky-nav__links .article-detail__side-bar__featured a,
    .article-detail__side-bar__featured .sticky-nav .accordion__links a, .sticky-nav .accordion__links .article-detail__side-bar__featured a {
      font-size: 14px !important;
      line-height: 21px !important;
      font-size: 1.4rem !important;
      line-height: 2.1rem !important; }
  .article-detail__side-bar__tags h4 {
    font-size: 16px !important;
    line-height: 26px !important;
    font-size: 1.6rem !important;
    line-height: 2.6rem !important;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #1C1C1C; }
  .article-detail__side-bar__tags ul {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 15px;
    margin: 0;
    padding: 0; }
    .article-detail__side-bar__tags ul li {
      list-style-type: none;
      margin: 0;
      -webkit-transition: all 300ms ease-in-out;
      -o-transition: all 300ms ease-in-out;
      transition: all 300ms ease-in-out; }
      .article-detail__side-bar__tags ul li a {
        color: #1c1c1c;
        font-weight: 500;
        padding: 5px 20px;
        font-size: 12px !important;
        line-height: 20px !important;
        font-size: 1.2rem !important;
        line-height: 2rem !important;
        background-color: #ebebeb;
        border-radius: 30px;
        display: inline-block; }
        .article-detail__side-bar__tags ul li a:hover {
          color: #627E30;
          background-color: white;
          text-decoration: none; }

.article-detail .main-content {
  margin: 0 auto;
  padding-block: 50px; }
  @media (min-width: 830px) {
    .article-detail .main-content {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-column-gap: 50px;
              column-gap: 50px; } }

.callouts__callout {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
  margin-bottom: 1.5rem;
  max-width: 100%;
  padding: 0 1rem;
  width: 100%; }
  @media (min-width: 600px) {
    .callouts__callout {
      -webkit-box-flex: 50%;
          -ms-flex: 50%;
              flex: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
      max-width: 50%; } }
  @media (min-width: 1000px) {
    .callouts__callout {
      margin-bottom: 0;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; } }
  .callouts__callout img {
    margin-bottom: 1.5rem;
    max-width: 100%;
    width: auto; }
  .callouts__callout h5 {
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 600;
    margin-bottom: 1rem; }
  .callouts__callout-stat {
    font-size: 70px !important;
    line-height: 80px !important;
    font-size: 7rem !important;
    line-height: 8rem !important;
    color: #627E30;
    display: block;
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 500;
    margin-bottom: 1rem; }

.callout-row--centered .callouts__callout h5,
.callout-row--centered .callouts__callout p, .callout-row--centered .callouts__callout-stat {
  text-align: center; }

.callout-row--centered .callouts__callout .button, .callout-row--centered .callouts__callout #CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogBodyButtons .CybotCookiebotDialogBodyButton, #CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogBodyButtons .callout-row--centered .callouts__callout .CybotCookiebotDialogBodyButton, .callout-row--centered .callouts__callout .sticky-nav__links a, .sticky-nav__links .callout-row--centered .callouts__callout a,
.callout-row--centered .callouts__callout .sticky-nav .accordion__links a, .sticky-nav .accordion__links .callout-row--centered .callouts__callout a {
  display: block;
  margin: 0 auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content; }

.callout-row--centered .callouts__callout img {
  margin: 0 auto 1.5rem; }

.card--blog {
  background: #fff;
  margin-bottom: 3rem;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 300ms ease;
  -o-transition: 300ms ease;
  transition: 300ms ease; }
  .card--blog:hover {
    -webkit-transform: scale(1.025);
        -ms-transform: scale(1.025);
            transform: scale(1.025); }
    .card--blog:hover .button, .card--blog:hover #CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogBodyButtons .CybotCookiebotDialogBodyButton, #CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogBodyButtons .card--blog:hover .CybotCookiebotDialogBodyButton, .card--blog:hover .sticky-nav__links a, .sticky-nav__links .card--blog:hover a,
    .card--blog:hover .sticky-nav .accordion__links a, .sticky-nav .accordion__links .card--blog:hover a {
      color: #37471b;
      text-decoration: underline; }
  .card--blog__image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 200px;
    position: relative;
    width: 100%;
    overflow: hidden; }
    .card--blog__image img {
      position: absolute;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center;
         object-position: center;
      left: 0;
      top: 0; }
  .card--blog h3 {
    font-size: 18px !important;
    line-height: 25px !important;
    font-size: 1.8rem !important;
    line-height: 2.5rem !important;
    margin-bottom: 1rem; }
  .card--blog .card-date,
  .card--blog .card-author {
    font-size: 15px !important;
    line-height: 19px !important;
    font-size: 1.5rem !important;
    line-height: 1.9rem !important;
    display: block; }
  .card--blog .card-date {
    margin-bottom: 1rem; }
  .card--blog .button, .card--blog #CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogBodyButtons .CybotCookiebotDialogBodyButton, #CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogBodyButtons .card--blog .CybotCookiebotDialogBodyButton, .card--blog .sticky-nav__links a, .sticky-nav__links .card--blog a,
  .card--blog .sticky-nav .accordion__links a, .sticky-nav .accordion__links .card--blog a {
    margin: 0; }

.card--content {
  padding: 3rem 0;
  width: 100%; }
  .card--content:nth-child(1) {
    border-bottom: 1px solid #c5c5c5;
    border-right: 0; }
  @media (min-width: 1000px) {
    .card--content {
      padding: 3rem 0;
      width: 50%; }
      .card--content:nth-child(1) {
        border-bottom: 0;
        border-right: 1px solid #c5c5c5;
        padding-right: 4.5rem; }
      .card--content:nth-child(2) {
        padding-left: 4.5rem; } }
  .card--content__img {
    margin-bottom: 3rem; }

.card--custom {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
  background: #fff;
  -webkit-box-shadow: 0 0 10px 2px rgba(29, 29, 29, 0.05);
          box-shadow: 0 0 10px 2px rgba(29, 29, 29, 0.05);
  display: block !important; }
  .card--custom img {
    max-width: 100%;
    width: auto; }
    .card--custom img.img-padding {
      padding: 3rem; }
  .card--custom__body a:not(.button), .card--custom__footer a:not(.button) {
    color: #627E30;
    font-weight: 700; }
    .card--custom__body a:not(.button):hover, .card--custom__footer a:not(.button):hover {
      color: #37471b;
      text-decoration: underline; }
  .card--custom__body {
    padding: 3rem; }
    .card--custom__body .button, .card--custom__body #CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogBodyButtons .CybotCookiebotDialogBodyButton, #CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogBodyButtons .card--custom__body .CybotCookiebotDialogBodyButton, .card--custom__body .sticky-nav__links a, .sticky-nav__links .card--custom__body a,
    .card--custom__body .sticky-nav .accordion__links a, .sticky-nav .accordion__links .card--custom__body a {
      margin-bottom: 3rem; }
    .card--custom__body-border {
      height: 0.5rem;
      width: 100%; }
  .card--custom__footer {
    font-size: 17px !important;
    line-height: 25px !important;
    font-size: 1.7rem !important;
    line-height: 2.5rem !important;
    border-top: 1px solid rgba(120, 120, 120, 0.15);
    padding-top: 3rem;
    width: 100%; }
    .card--custom__footer-title {
      font-weight: 500; }

.card.card--leadership {
  display: block;
  margin-bottom: 7.3rem;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  width: 100%; }
  @media (min-width: 800px) {
    .card.card--leadership {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -ms-flex-preferred-size: calc(33% - 2rem);
          flex-basis: calc(33% - 2rem);
      width: calc(33% - 2rem);
      margin-left: 2rem; } }
  @media (min-width: 1000px) {
    .card.card--leadership {
      -ms-flex-preferred-size: calc(25% - 2rem);
          flex-basis: calc(25% - 2rem);
      width: calc(25% - 2rem); } }
  .card.card--leadership h3 {
    margin: 0; }
  .card.card--leadership .card__body {
    padding-bottom: 2rem;
    padding-top: 2rem; }
  .card.card--leadership .card__footer {
    border-top: 0.1rem solid #c5c5c5;
    margin: auto 1.5rem 0;
    padding: 2rem 0;
    width: auto; }

.card.card--location {
  display: block; }

.card--post {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 300ms ease;
  -o-transition: 300ms ease;
  transition: 300ms ease; }
  .card--post:hover {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05); }
  .card--post h3 {
    font-size: 18px !important;
    line-height: 25px !important;
    font-size: 1.8rem !important;
    line-height: 2.5rem !important; }
  .card--post__topic {
    font-size: 14px !important;
    line-height: 23px !important;
    font-size: 1.4rem !important;
    line-height: 2.3rem !important;
    font-weight: 700;
    font-style: italic;
    margin-bottom: 10px; }
  .card--post .card__body {
    padding: 35px 30px; }
  .card--post .card__image {
    position: relative;
    width: 100%; }
    .card--post .card__image:after {
      bottom: 0;
      content: '';
      height: 4px;
      left: 0;
      position: absolute;
      width: 100%; }
  .card--post--report .card--post__topic, .card--post--solution-brief .card--post__topic, .card--post--ebook-filter .card--post__topic, .card--post--infographic .card--post__topic, .card--post--whitepaper .card--post__topic, .card--post--external .card--post__topic {
    color: #627E30; }
  .card--post--report .card__image:after, .card--post--solution-brief .card__image:after, .card--post--ebook-filter .card__image:after, .card--post--infographic .card__image:after, .card--post--whitepaper .card__image:after, .card--post--external .card__image:after {
    background-color: #b3ce76; }
  .card--post--customer-story .card--post__topic {
    color: #5585d9; }
  .card--post--customer-story .card__image:after {
    background-color: #5585d9; }
  .card--post--video {
    cursor: pointer; }
    .card--post--video .card--post__topic {
      color: #fb8373; }
    .card--post--video .card__image:after {
      background-color: #fb8373; }
  .card--post--blog .card--post__topic {
    color: #627E30; }
  .card--post--blog .card__image:after {
    background-color: #627E30; }

.card--post--featured .card--post__topic,
.card--post--featured .card__footer,
.card--post--featured .button,
.card--post--featured #CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogBodyButtons .CybotCookiebotDialogBodyButton,
#CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogBodyButtons .card--post--featured .CybotCookiebotDialogBodyButton,
.card--post--featured .sticky-nav__links a,
.sticky-nav__links .card--post--featured a,
.card--post--featured .sticky-nav .accordion__links a,
.sticky-nav .accordion__links .card--post--featured a {
  display: none; }

.card--post--featured .card__image:after {
  display: none; }

.card--post--featured .card__body {
  background-color: #1d1d1d;
  bottom: 0;
  height: -webkit-max-content !important;
  height: -moz-max-content !important;
  height: max-content !important;
  left: 0;
  padding: 1.5rem;
  position: absolute; }
  .card--post--featured .card__body h3 {
    color: #fff;
    margin: 0;
    max-width: 100%;
    position: relative;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content; }

.card {
  -ms-flex-line-pack: justify;
      align-content: space-between;
  background: #fff;
  -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.25);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .card__body {
    color: #1d1d1d;
    padding: 1.5rem;
    width: 100%; }
  .card__footer {
    padding: 0 1.5rem 1.5rem;
    width: 100%; }

.form {
  min-width: 100%; }
  .form .mktoGutter, .form .mktoOffset {
    display: none; }
  .form input, .form textarea, .form .mktoFieldWrap, .form .mktoFieldDescriptor {
    width: 100% !important; }
  .form input, .form textarea {
    background: #fff !important;
    border: 1px solid #c5c5c5 !important;
    border-radius: 0 !important;
    color: #2C2C2C;
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 12px !important;
    line-height: 16px !important;
    font-size: 1.2rem !important;
    line-height: 1.6rem !important;
    margin-bottom: 10px !important;
    min-height: 40px;
    outline: none !important;
    padding: 10px !important; }
  .form .mktoForm {
    min-width: 100% !important;
    padding: 30px 0; }
    @media (min-width: 1000px) {
      .form .mktoForm {
        padding: 0; } }
  .form .mktoLabel {
    color: #2C2C2C !important;
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 12px !important;
    line-height: 16px !important;
    font-size: 1.2rem !important;
    line-height: 1.6rem !important;
    font-weight: 300;
    padding-bottom: 4px !important;
    width: auto !important; }
  .form .mktoAsterix {
    display: none !important;
    color: #2C2C2C !important;
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 12px !important;
    line-height: 16px !important;
    font-size: 1.2rem !important;
    line-height: 1.6rem !important;
    font-weight: 300; }
  .form .mktoFieldWrap .mktoCheckboxList {
    width: 100% !important; }
  .form .mktoFieldWrap select {
    background-color: #fff;
    width: 100% !important; }
  .form .mktoFieldWrap .checkbox-label {
    color: rgba(44, 44, 44, 0.5) !important; }
    .form .mktoFieldWrap .checkbox-label:before {
      border: 1px #c5c5c5 solid;
      content: '';
      display: block;
      height: 14px;
      left: 2px;
      position: absolute;
      top: 6px;
      width: 14px; }
    .form .mktoFieldWrap .checkbox-label:after {
      border-bottom: 2px #627E30 solid;
      border-left: 2px #627E30 solid;
      content: '';
      display: none;
      height: 6px;
      left: 4.5px;
      position: absolute;
      top: 9px;
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg);
      width: 9px; }
  .form .mktoFieldWrap input[type=checkbox]:checked + .checkbox-label:after {
    display: block; }
  .form .mktoFieldWrap input[type=checkbox] {
    display: none; }
  .form .mktoLogicalField {
    height: 0 !important; }
  .form .mktoHtmlText {
    width: 100% !important; }
  .form .mktoButtonRow {
    width: 100% !important; }
    .form .mktoButtonRow span {
      display: block !important;
      margin: 0 auto !important; }
      .form .mktoButtonRow span .mktoButton {
        background: #34A3AE !important;
        border: 2px solid #34A3AE !important;
        border-radius: 30px !important;
        color: #fff !important;
        display: block !important;
        font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
        font-size: 14px !important;
        line-height: 16px !important;
        font-size: 1.4rem !important;
        line-height: 1.6rem !important;
        font-weight: 700 !important;
        margin: 0 auto !important;
        min-width: 60% !important;
        padding: 12px !important;
        text-align: center !important;
        -webkit-transform: scale(1) !important;
            -ms-transform: scale(1) !important;
                transform: scale(1) !important;
        -webkit-transition: 500ms ease !important;
        -o-transition: 500ms ease !important;
        transition: 500ms ease !important; }
        .form .mktoButtonRow span .mktoButton:hover {
          background: #226c73 !important;
          border-color: #226c73 !important;
          color: #fff !important;
          -webkit-transform: scale(1.01) !important;
              -ms-transform: scale(1.01) !important;
                  transform: scale(1.01) !important;
          -webkit-transition: 500ms ease !important;
          -o-transition: 500ms ease !important;
          transition: 500ms ease !important; }
  .form--header-form {
    background: #fff !important;
    border: 1px solid #c5c5c5 !important;
    border-top: none !important;
    padding: 30px !important;
    position: relative;
    width: 100%; }
    @media (min-width: 1000px) {
      .form--header-form {
        min-width: 45% !important; } }
    .form--header-form:before {
      background: #34A3AE;
      content: '';
      height: 12px;
      left: -1px;
      position: absolute;
      top: 0;
      width: calc(100% + 2px); }
    .form--header-form form {
      padding: 0 !important;
      width: 100% !important; }
    .form--header-form h3 {
      font-size: 14px !important;
      line-height: 28px !important;
      font-size: 1.4rem !important;
      line-height: 2.8rem !important;
      margin-top: 0; }
    .form--header-form .mktoFormRow:nth-child(3), .form--header-form .mktoFormRow:nth-child(4) {
      clear: none !important;
      float: left !important;
      width: 48%; }
    .form--header-form .mktoFormRow:nth-child(4) {
      margin-left: 4% !important; }
    @media (min-width: 1000px) {
      .form--header-form #commentCapture {
        min-height: 160px; } }
  .form--subscription .mktoButtonRow span .mktoButton {
    margin: 0 !important;
    min-width: 50% !important; }
  .form--subscription .mktoFormRow {
    width: 70% !important; }
  .form__header h3,
  .form__header p {
    margin-top: 0;
    text-align: center !important; }
  .form__header p a:not(.button) {
    color: #34A3AE;
    font-weight: 500; }
    .form__header p a:not(.button):hover {
      color: #17474c;
      text-decoration: underline; }

.global-header__nav {
  clear: both;
  display: none;
  list-style: none;
  margin: 1.5rem 0 0;
  padding: 0;
  width: 100%; }
  .navigation-open .global-header__nav {
    display: block; }
  @media (min-width: 1000px) {
    .global-header__nav {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      border: none;
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      margin-left: 1.5rem; } }
  .global-header__nav__item a {
    font-weight: 500; }
  @media (min-width: 1000px) {
    .global-header__nav__item--has-children a {
      position: relative;
      top: -1px; } }
  .global-header__nav__item--open > a {
    color: #627E30; }
  .global-header__nav li {
    font-size: 18px !important;
    line-height: 22px !important;
    font-size: 1.8rem !important;
    line-height: 2.2rem !important;
    list-style: none;
    margin: 0;
    padding: 0 1.5rem;
    position: relative; }
    @media (min-width: 1000px) {
      .global-header__nav li {
        margin: 0;
        margin-left: 3rem;
        padding: 0; } }
    @media (min-width: 1000px) {
      .global-header__nav li.flyout--active {
        font-weight: 700;
        position: relative; }
        .global-header__nav li.flyout--active a:first-child {
          color: #627E30; } }
    .global-header__nav li a {
      color: #1d1d1d;
      display: block;
      font-style: normal;
      outline: none;
      padding: 1rem 0; }
      .global-header__nav li a:hover {
        color: #627E30;
        text-decoration: none; }
    .global-header__nav li ul {
      display: none;
      padding: 0; }
  .global-header__nav--level-1 li {
    text-transform: uppercase;
    border-bottom: 1px solid #848484; }
    .global-header__nav--level-1 li:first-child {
      border-top: 1px solid #848484; }
    .global-header__nav--level-1 li.nav-button a {
      font-size: 16px !important;
      line-height: 22px !important;
      font-size: 1.6rem !important;
      line-height: 2.2rem !important;
      border: 3px solid #1d1d1d;
      padding: 0.7rem 1.5rem;
      display: inline-block;
      background: #1d1d1d;
      font-weight: 700;
      color: #fff;
      outline: none; }
      .global-header__nav--level-1 li.nav-button a:hover {
        border-color: #434343;
        background: #434343; }
    @media (min-width: 1000px) {
      .global-header__nav--level-1 li.nav-button {
        text-align: right;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1; } }
    @media (min-width: 1000px) {
      .global-header__nav--level-1 li {
        border: none !important; } }
    .global-header__nav--level-1 li li {
      border: none !important;
      padding: 0;
      text-transform: none; }
  .global-header__nav__menu--level-2 {
    position: relative; }
    .global-header__nav__menu--level-2 li {
      font-size: 15px !important;
      line-height: 25px !important;
      font-size: 1.5rem !important;
      line-height: 2.5rem !important;
      font-style: italic; }
      .global-header__nav__menu--level-2 li a {
        color: #627E30;
        font-weight: 700; }
        .global-header__nav__menu--level-2 li a:hover {
          color: #37471b;
          text-decoration: underline; }
  .global-header__nav__menu--level-3 li {
    font-size: 12px !important;
    line-height: 18px !important;
    font-size: 1.2rem !important;
    line-height: 1.8rem !important;
    border: none;
    padding-left: 1.5rem !important; }
    .global-header__nav__menu--level-3 li a {
      border: none;
      font-weight: 600; }

.global-header__utility {
  display: none; }
  @media (min-width: 1000px) {
    .global-header__utility {
      display: block; } }
  .global-header__utility nav ul {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0; }
  .global-header__utility nav li {
    font-size: 12px !important;
    line-height: 17px !important;
    font-size: 1.2rem !important;
    line-height: 1.7rem !important;
    display: block;
    margin-left: 2rem;
    text-transform: uppercase; }
    .global-header__utility nav li a {
      font-style: normal;
      font-weight: 500;
      color: #1d1d1d; }
      .global-header__utility nav li a:not(.button):hover {
        color: #627E30;
        text-decoration: none; }
    .global-header__utility nav li .button, .global-header__utility nav li #CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogBodyButtons .CybotCookiebotDialogBodyButton, #CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogBodyButtons .global-header__utility nav li .CybotCookiebotDialogBodyButton, .global-header__utility nav li .sticky-nav__links a, .sticky-nav__links .global-header__utility nav li a,
    .global-header__utility nav li .sticky-nav .accordion__links a, .sticky-nav .accordion__links .global-header__utility nav li a {
      font-size: 16px !important;
      line-height: 22px !important;
      font-size: 1.6rem !important;
      line-height: 2.2rem !important;
      color: #fff;
      font-style: normal;
      font-weight: 700; }
      .global-header__utility nav li .button:hover, .global-header__utility nav li #CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogBodyButtons .CybotCookiebotDialogBodyButton:hover, #CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogBodyButtons .global-header__utility nav li .CybotCookiebotDialogBodyButton:hover, .global-header__utility nav li .sticky-nav__links a:hover, .sticky-nav__links .global-header__utility nav li a:hover,
      .global-header__utility nav li .sticky-nav .accordion__links a:hover, .sticky-nav .accordion__links .global-header__utility nav li a:hover {
        text-decoration: none; }
    .global-header__utility nav li.active > a {
      color: #627E30;
      text-decoration: none; }
  .navigation-open .global-header__utility {
    display: block;
    padding: 24px 24px 0 24px;
    width: 100%; }
    .navigation-open .global-header__utility nav > ul {
      display: block; }
      .navigation-open .global-header__utility nav > ul li {
        font-weight: 500;
        margin-left: 0;
        padding-bottom: 1.5rem; }
  .global-header__utility .st-default-search-input {
    background-image: none;
    border-radius: 0;
    font-size: 11px !important;
    line-height: 12px !important;
    font-size: 1.1rem !important;
    line-height: 1.2rem !important;
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    padding: 7px 28px 7px 11px;
    width: 100%;
    height: 36px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .global-header__utility .search-form-container {
    display: none;
    overflow: hidden;
    position: relative;
    -webkit-transition: width 300ms,left 100ms,bottom 100ms;
    -o-transition: width 300ms,left 100ms,bottom 100ms;
    transition: width 300ms,left 100ms,bottom 100ms;
    width: 1px;
    z-index: 1; }
  .global-header__utility .search-toggle {
    display: inline-block;
    cursor: pointer;
    border: 0;
    outline: 0;
    padding: 0; }
    .global-header__utility .search-toggle:hover {
      color: #627E30;
      text-decoration: none; }
  .global-header__utility .active .search-toggle {
    color: #627E30; }
  .global-header__utility .active .search-form-container {
    margin-top: 10px;
    display: block;
    width: 100%; }
    @media (min-width: 1000px) {
      .global-header__utility .active .search-form-container {
        margin: -10px 10px -10px 0;
        width: 450px; } }
  @media (min-width: 1000px) {
    .global-header__utility .active .st-default-search-input {
      padding: 9px 28px 10px 11px; } }
  .global-header__utility .st-clear {
    font-family: Arial, sans-serif;
    vertical-align: middle;
    position: absolute;
    line-height: 30px;
    font-size: 25px;
    cursor: pointer;
    z-index: 2;
    right: 8px;
    top: 50%;
    margin: -15px 0px; }
  .global-header__utility .utilnav__item--has-children {
    position: relative; }
    .global-header__utility .utilnav__item--has-children .utilnav__item--level-2 {
      display: none; }
    @media (min-width: 1000px) {
      .global-header__utility .utilnav__item--has-children:hover .utilnav__item--level-2 {
        position: absolute;
        text-align: center;
        padding-top: 5px;
        display: block;
        width: 145px;
        z-index: 2;
        top: 100%;
        right: 0px; }
      .global-header__utility .utilnav__item--has-children:hover ul {
        -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 13px;
                box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 13px;
        position: relative;
        display: block;
        background: #fff;
        padding: 10px 0px; }
        .global-header__utility .utilnav__item--has-children:hover ul li {
          padding: 5px;
          margin: 0; }
      .global-header__utility .utilnav__item--has-children:hover:before {
        content: "";
        -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 13px;
                box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 13px;
        border: 5px solid transparent;
        border-bottom: 5px solid #fff;
        border-top: 0;
        position: absolute;
        margin: 0px -5px;
        z-index: 3;
        top: 100%;
        left: 50%; } }

@media (min-width: 1000px) {
  .global-header__bottom .global-header__utility {
    display: none; } }

.global-header__bottom .global-header__utility .utilnav__item--has-children:hover .utilnav__item--level-2 {
  padding-top: 10px;
  display: block; }

.global-header__bottom .global-header__utility nav li .utilnav__item--level-2 li + li {
  padding-left: 10px; }

.global-header__bottom .global-header__utility nav li .utilnav__item--level-2 a {
  border: 1px solid #d6d6d6;
  background: #fff;
  padding: 8px 15px;
  display: block; }

.global-header__bottom .global-header__utility nav li .utilnav__item--level-2 .active > a, .global-header__bottom .global-header__utility nav li .utilnav__item--level-2 a:hover {
  border-color: #627E30;
  background: #627E30;
  color: #fff; }

.global-header .global-header__utilnav {
  display: none; }
  @media (min-width: 1000px) {
    .global-header .global-header__utilnav .wrapper {
      -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; } }
  @media (min-width: 1000px) {
    .global-header .global-header__utilnav {
      border-bottom: 1px solid #d6d6d6;
      display: block;
      padding: 9px 0; } }
  .global-header .global-header__utilnav .search-container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

.navigation-open .global-header li.nav-button {
  padding: 20px 15px 15px;
  border: 0; }

html[lang*=en] .global-header__utilnav nav li.icon-language a[hreflang*=en],
html[lang*=de] .global-header__utilnav nav li.icon-language a[hreflang*=de] {
  color: #627E30; }

html[lang*=en] .global-header__bottom .global-header__utility nav li.icon-language a[hreflang*=en],
html[lang*=de] .global-header__bottom .global-header__utility nav li.icon-language a[hreflang*=de] {
  border-color: #627E30;
  background: #627E30;
  color: #fff; }

.post-listing__filter-container {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-bottom: 3px solid #1d1d1d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-width: 100%;
  padding: 1rem 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .post-listing__filter-container .post-listing__filter-group {
    margin-top: 1.5rem;
    min-width: 100%;
    position: relative; }
    @media (min-width: 800px) {
      .post-listing__filter-container .post-listing__filter-group {
        margin-right: 3rem;
        margin-top: 0;
        min-width: 230px; } }
    .post-listing__filter-container .post-listing__filter-group:first-child {
      margin-top: 0; }
    .post-listing__filter-container .post-listing__filter-group p {
      font-size: 20px !important;
      line-height: 24px !important;
      font-size: 2rem !important;
      line-height: 2.4rem !important;
      font-weight: 600;
      margin: 0;
      padding-right: 3rem;
      position: relative; }
      .post-listing__filter-container .post-listing__filter-group p:before {
        font-size: 30px !important;
        line-height: 30px !important;
        font-size: 3rem !important;
        line-height: 3rem !important;
        color: #1d1d1d;
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%); }
    .post-listing__filter-container .post-listing__filter-group .post-listing__filter {
      background-color: #fff;
      display: none;
      left: 0;
      margin: 0;
      padding: 0;
      width: auto;
      min-width: 100%;
      z-index: 2; }
      @media (min-width: 800px) {
        .post-listing__filter-container .post-listing__filter-group .post-listing__filter {
          position: absolute;
          top: 3rem; } }
      .post-listing__filter-container .post-listing__filter-group .post-listing__filter li {
        font-size: 15px !important;
        line-height: 25px !important;
        font-size: 1.5rem !important;
        line-height: 2.5rem !important;
        cursor: pointer;
        display: block;
        font-weight: 600;
        padding: 0.5rem;
        padding-left: 3rem;
        position: relative; }
        .post-listing__filter-container .post-listing__filter-group .post-listing__filter li:hover {
          background-color: #ffc774; }
        .post-listing__filter-container .post-listing__filter-group .post-listing__filter li.topic--active:before {
          font-size: 12px !important;
          line-height: 12px !important;
          font-size: 1.2rem !important;
          line-height: 1.2rem !important;
          color: #1d1d1d;
          content: "\E92D";
          font-family: "Icomoon";
          left: 0.75rem;
          position: absolute;
          top: 52%;
          -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%); }
      .post-listing__filter-container .post-listing__filter-group .post-listing__filter + .post-listing__grid {
        margin-top: 24px; }
      .post-listing__filter-container .post-listing__filter-group .post-listing__filter.hide-me {
        display: none; }
    .post-listing__filter-container .post-listing__filter-group.menu-open p:before {
      -webkit-transform: rotate(180deg) translateY(50%);
          -ms-transform: rotate(180deg) translateY(50%);
              transform: rotate(180deg) translateY(50%); }
    .post-listing__filter-container .post-listing__filter-group.menu-open .post-listing__filter {
      display: block; }

.post-listing__filter--blog {
  border-bottom: 3px solid #1d1d1d;
  margin: 0;
  padding: 0 0 2.4rem; }
  @media (min-width: 600px) {
    .post-listing__filter--blog {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      padding: 2.4rem 0; } }
  .post-listing__filter--blog .topic {
    color: #1d1d1d;
    cursor: pointer;
    font-weight: 700;
    list-style-type: none;
    width: 100%; }
    @media (min-width: 600px) {
      .post-listing__filter--blog .topic {
        -ms-flex-preferred-size: max-content;
            flex-basis: max-content;
        padding-right: 3rem;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content; } }
    .post-listing__filter--blog .topic.topic--active {
      color: #627E30; }
    .post-listing__filter--blog .topic:hover {
      color: #37471b;
      text-decoration: underline; }

.post-listing__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-left: -1rem;
  margin-right: -1rem; }
  @media (min-width: 600px) {
    .post-listing__grid {
      margin-right: -2rem; } }
  .post-listing__grid .card--post,
  .post-listing__grid .card--blog {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin: 1rem;
    width: 100%; }
    @media (min-width: 600px) {
      .post-listing__grid .card--post,
      .post-listing__grid .card--blog {
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
        width: 50%; } }
    @media (min-width: 800px) {
      .post-listing__grid .card--post,
      .post-listing__grid .card--blog {
        -ms-flex-preferred-size: calc(33% - 2rem);
            flex-basis: calc(33% - 2rem);
        width: calc(33% - 2rem); } }

.related-posts__grid {
  display: grid;
  grid-auto-rows: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: repeat(1, 1fr); }
  @media (min-width: 600px) {
    .related-posts__grid {
      grid-template-columns: repeat(2, 1fr); } }
  @media (min-width: 800px) {
    .related-posts__grid {
      grid-template-columns: repeat(3, 1fr); } }

ul.wpvs_wrapper > li {
  margin-bottom: 0 !important; }

.accordion .component-header h3, .accordion .component-header p {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 700px; }

.accordion .accordion-items {
  max-width: 900px;
  margin: 0 auto 3rem; }

.accordion .accordion-item {
  border-top: 1px solid #D6D6D6; }
  .accordion .accordion-item .accordion-title {
    padding: 12px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
    -webkit-column-gap: 10px;
            column-gap: 10px;
    background: none; }
    .accordion .accordion-item .accordion-title h4 {
      margin-right: auto;
      margin-bottom: 0;
      line-height: 1;
      font-weight: normal;
      font-size: 14px !important;
      line-height: 1.4 !important;
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto;
      font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; }
    .accordion .accordion-item .accordion-title .icon-chevron-down {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      font-size: 24px;
      width: 26px;
      height: 26px;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-transition: all 250ms ease-in-out;
      -o-transition: all 250ms ease-in-out;
      transition: all 250ms ease-in-out; }
  .accordion .accordion-item .accordion-description {
    padding: 0 30px;
    display: none; }
    .accordion .accordion-item .accordion-description p {
      font-size: 14px !important;
      line-height: 1.7 !important; }
  .accordion .accordion-item.open .accordion-title .icon-chevron-down {
    color: #000000;
    -webkit-transform: scale(-1);
        -ms-transform: scale(-1);
            transform: scale(-1); }
  .accordion .accordion-item.open .accordion-description {
    display: block; }

.article-listing__list-item {
  margin: 6rem 0; }
  .article-listing__list-item .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 0;
    padding-top: 0; }
  .article-listing__list-item__image {
    width: 100%; }
    .article-listing__list-item__image img {
      margin-bottom: 1rem; }
    @media (min-width: 800px) {
      .article-listing__list-item__image {
        padding-right: 3rem;
        width: 50%; }
        .article-listing__list-item__image img {
          margin: 0; } }
  .article-listing__list-item__text {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    width: 100%; }
    @media (min-width: 800px) {
      .article-listing__list-item__text {
        padding-left: 0;
        padding-right: 0;
        width: 50%; } }
    .article-listing__list-item__text h3,
    .article-listing__list-item__text a {
      font-size: 18px !important;
      line-height: 25px !important;
      font-size: 1.8rem !important;
      line-height: 2.5rem !important; }
    .article-listing__list-item__text h3 {
      display: inline-block;
      font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
      font-weight: 600;
      margin: 1rem 0 0 0;
      width: auto; }
      .article-listing__list-item__text h3:hover {
        cursor: pointer;
        text-decoration: underline; }
    .article-listing__list-item__text p {
      font-size: 15px !important;
      line-height: 19px !important;
      font-size: 1.5rem !important;
      line-height: 1.9rem !important;
      margin: 0; }
      .article-listing__list-item__text p.article-listing__list-item__description {
        font-size: 17px !important;
        line-height: 25px !important;
        font-size: 1.7rem !important;
        line-height: 2.5rem !important;
        margin-top: 1rem; }
    .article-listing__list-item__text--full-width {
      width: 100%; }

.blob .blob-wrapper,
.blob .blob-wrapper > div:first-child,
.blob .blob-wrapper canvas:first-child {
  min-height: 100% !important;
  position: absolute !important;
  width: 100% !important; }

.callout-row {
  position: relative;
  overflow: hidden;
  padding: 3rem 0; }
  .callout-row > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center top;
       object-position: center top; }
  @media (min-width: 1000px) {
    .callout-row {
      padding: 4.5rem; } }
  .callout-row .callout-row--row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .callout-row .button-wrapper {
    margin-top: 1.5rem; }
    @media (min-width: 1000px) {
      .callout-row .button-wrapper {
        margin-top: 3rem; } }

.featured-content {
  background: #F2F2F2;
  padding: 30px 0; }
  .featured-content .card--blog:first-child {
    border-left: none !important;
    border-top: none !important;
    padding-left: 0; }
  .featured-content .post-listing__grid {
    grid-template-columns: repeat(1, 1fr); }
    @media (min-width: 800px) {
      .featured-content .post-listing__grid {
        grid-template-columns: repeat(3, 1fr); } }

.footer-cta {
  position: relative; }
  @media (min-width: 1000px) {
    .footer-cta {
      padding: 3rem 0; } }
  .footer-cta__image {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    width: 100%; }
    .footer-cta__image img {
      width: 100%;
      display: block; }
    @media (min-width: 1000px) {
      .footer-cta__image {
        -ms-flex-preferred-size: 40%;
            flex-basis: 40%;
        max-width: 40%;
        position: relative; }
        .footer-cta__image img {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover;
          -o-object-position: top left;
             object-position: top left; } }
  .footer-cta__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%; }
    @media (min-width: 1000px) {
      .footer-cta__content {
        margin: 0; } }
  .footer-cta__text {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    padding: 1.5rem 0; }
    @media (min-width: 1000px) {
      .footer-cta__text {
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
        max-width: 50%;
        margin: 0;
        padding: 3rem 0; } }
  @media (min-width: 1000px) {
    .footer-cta__ctas {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  .footer-cta__ctas .button, .footer-cta__ctas #CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogBodyButtons .CybotCookiebotDialogBodyButton, #CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogBodyButtons .footer-cta__ctas .CybotCookiebotDialogBodyButton, .footer-cta__ctas .sticky-nav__links a, .sticky-nav__links .footer-cta__ctas a,
  .footer-cta__ctas .sticky-nav .accordion__links a, .sticky-nav .accordion__links .footer-cta__ctas a {
    margin-bottom: 1rem;
    margin-right: 1rem; }

.full-width-media {
  padding: 3rem 0; }
  @media (min-width: 1000px) {
    .full-width-media {
      padding: 6rem 0; } }
  .full-width-media__top {
    margin: 0 auto 3rem;
    padding: 0 1.5rem; }
    @media (min-width: 1000px) {
      .full-width-media__top {
        max-width: 900px;
        padding: 0; } }
    .full-width-media__top h3,
    .full-width-media__top p {
      text-align: center; }
    .full-width-media__top.left-aligned {
      margin: 0 0 3rem;
      max-width: 750px; }
  .full-width-media__links {
    display: block;
    margin-top: 1.5rem; }
    @media (min-width: 800px) {
      .full-width-media__links {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: wrap;
            -ms-flex: wrap;
                flex: wrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-top: 3rem; } }
    .full-width-media__links .button, .full-width-media__links #CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogBodyButtons .CybotCookiebotDialogBodyButton, #CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogBodyButtons .full-width-media__links .CybotCookiebotDialogBodyButton, .full-width-media__links .sticky-nav__links a, .sticky-nav__links .full-width-media__links a,
    .full-width-media__links .sticky-nav .accordion__links a, .sticky-nav .accordion__links .full-width-media__links a {
      display: block;
      margin: 0 auto;
      margin-top: 1.5rem;
      max-width: -webkit-max-content;
      max-width: -moz-max-content;
      max-width: max-content; }
      .full-width-media__links .button:first-child, .full-width-media__links #CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogBodyButtons .CybotCookiebotDialogBodyButton:first-child, #CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogBodyButtons .full-width-media__links .CybotCookiebotDialogBodyButton:first-child, .full-width-media__links .sticky-nav__links a:first-child, .sticky-nav__links .full-width-media__links a:first-child,
      .full-width-media__links .sticky-nav .accordion__links a:first-child, .sticky-nav .accordion__links .full-width-media__links a:first-child {
        margin-top: 0; }
      @media (min-width: 800px) {
        .full-width-media__links .button, .full-width-media__links #CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogBodyButtons .CybotCookiebotDialogBodyButton, #CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogBodyButtons .full-width-media__links .CybotCookiebotDialogBodyButton, .full-width-media__links .sticky-nav__links a, .sticky-nav__links .full-width-media__links a,
        .full-width-media__links .sticky-nav .accordion__links a, .sticky-nav .accordion__links .full-width-media__links a {
          margin: 0;
          margin-left: 1.5rem; }
          .full-width-media__links .button:first-child, .full-width-media__links #CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogBodyButtons .CybotCookiebotDialogBodyButton:first-child, #CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogBodyButtons .full-width-media__links .CybotCookiebotDialogBodyButton:first-child, .full-width-media__links .sticky-nav__links a:first-child, .sticky-nav__links .full-width-media__links a:first-child,
          .full-width-media__links .sticky-nav .accordion__links a:first-child, .sticky-nav .accordion__links .full-width-media__links a:first-child {
            margin: 0; } }
    .full-width-media__links.left-aligned {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
      @media (max-width: 800px) {
        .full-width-media__links.left-aligned .button, .full-width-media__links.left-aligned #CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogBodyButtons .CybotCookiebotDialogBodyButton, #CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogBodyButtons .full-width-media__links.left-aligned .CybotCookiebotDialogBodyButton, .full-width-media__links.left-aligned .sticky-nav__links a, .sticky-nav__links .full-width-media__links.left-aligned a,
        .full-width-media__links.left-aligned .sticky-nav .accordion__links a, .sticky-nav .accordion__links .full-width-media__links.left-aligned a {
          margin: 1.5rem 0 0; }
          .full-width-media__links.left-aligned .button:first-child, .full-width-media__links.left-aligned #CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogBodyButtons .CybotCookiebotDialogBodyButton:first-child, #CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogBodyButtons .full-width-media__links.left-aligned .CybotCookiebotDialogBodyButton:first-child, .full-width-media__links.left-aligned .sticky-nav__links a:first-child, .sticky-nav__links .full-width-media__links.left-aligned a:first-child,
          .full-width-media__links.left-aligned .sticky-nav .accordion__links a:first-child, .sticky-nav .accordion__links .full-width-media__links.left-aligned a:first-child {
            margin-top: 0; } }
  .full-width-media .iframe {
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
    width: 100%; }
    .full-width-media .iframe iframe {
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%; }

.global-footer {
  background: #ebebeb;
  clear: both;
  color: #1d1d1d;
  padding: 3rem 0; }
  @media (min-width: 800px) {
    .global-footer {
      padding: 3rem 0; } }
  .global-footer a {
    color: #1d1d1d;
    opacity: 1;
    -webkit-transition: opacity 300ms ease;
    -o-transition: opacity 300ms ease;
    transition: opacity 300ms ease; }
    .global-footer a:hover {
      color: #627E30;
      text-decoration: none; }
  .global-footer .wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (min-width: 800px) {
      .global-footer .wrapper {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
  .global-footer__top {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (min-width: 800px) {
      .global-footer__top {
        padding: 3rem 0; } }
    .global-footer__top nav {
      margin: 0 auto; }
      @media (min-width: 800px) {
        .global-footer__top nav {
          margin: 0; } }
      .global-footer__top nav a {
        display: block; }
      .global-footer__top nav svg {
        display: block;
        fill: #1d1d1d;
        margin: 0 auto 1.5rem;
        max-width: 150px; }
        @media (min-width: 800px) {
          .global-footer__top nav svg {
            margin: 0; } }
  .global-footer__nav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0 auto;
    padding: 0;
    width: 100%; }
    @media (min-width: 800px) {
      .global-footer__nav {
        margin: 0;
        width: auto; } }
    .global-footer__nav li {
      text-align: center;
      width: 100%; }
      @media (min-width: 800px) {
        .global-footer__nav li {
          text-align: left;
          width: auto; } }
      .global-footer__nav li a {
        font-size: 12px !important;
        line-height: 19px !important;
        font-size: 1.2rem !important;
        line-height: 1.9rem !important;
        font-weight: 700; }
        @media (min-width: 800px) {
          .global-footer__nav li a {
            padding-right: 12px; } }
  .global-footer__middle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media (min-width: 800px) {
      .global-footer__middle {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        padding-bottom: 3rem; } }
  .global-footer__contact-point {
    padding-bottom: 2rem;
    text-align: center;
    width: 100%; }
    @media (min-width: 600px) {
      .global-footer__contact-point {
        width: 50%; } }
    @media (min-width: 800px) {
      .global-footer__contact-point {
        max-width: 20%;
        padding: 0;
        text-align: left; } }
    .global-footer__contact-point p {
      font-size: 12px !important;
      line-height: 22px !important;
      font-size: 1.2rem !important;
      line-height: 2.2rem !important;
      font-weight: 500;
      margin: 0;
      padding-right: 0.5rem; }
      .global-footer__contact-point p strong {
        display: inline-block;
        font-weight: 600;
        margin-bottom: 1rem; }
      .global-footer__contact-point p a {
        font-style: normal;
        font-weight: 500; }
  .global-footer__bottom {
    width: 100%; }
    @media (min-width: 800px) {
      .global-footer__bottom {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        border-top: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        width: auto; } }
  .global-footer__copyright {
    text-align: center;
    width: 100%; }
    @media (min-width: 800px) {
      .global-footer__copyright {
        text-align: left;
        width: auto; } }
    .global-footer__copyright p {
      font-size: 10px !important;
      line-height: 24px !important;
      font-size: 1rem !important;
      line-height: 2.4rem !important;
      padding: 0 2rem; }
      @media (min-width: 800px) {
        .global-footer__copyright p {
          padding: 0; } }
    .global-footer__copyright a {
      font-style: normal;
      font-weight: 500;
      white-space: nowrap; }
      .global-footer__copyright a:before {
        display: inline-block;
        content: " | ";
        margin-right: 0.3em;
        color: #1d1d1d; }
  .global-footer__social {
    font-size: 20px !important;
    line-height: 24px !important;
    font-size: 2rem !important;
    line-height: 2.4rem !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%; }
    @media (min-width: 800px) {
      .global-footer__social {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        width: auto; } }
    .global-footer__social a {
      margin-left: 1rem; }
      .global-footer__social a:nth-child(1) {
        margin-left: 0; }
      .global-footer__social a span:before {
        color: inherit; }

.global-header {
  background-color: #ffffff;
  max-height: 100vh;
  overflow-y: scroll;
  overflow-y: visible;
  padding: 0;
  position: fixed;
  position: -webkit-sticky;
  position: sticky;
  scrollbar-width: none;
  /* Firefox */
  top: 0;
  -webkit-transition: background-color 300ms ease;
  -o-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  width: 100%;
  z-index: 6;
  border-bottom: 1px solid #1C1C1C; }
  .gsc-banner-top-visible .global-header {
    top: 50px !important; }
  .global-header::-webkit-scrollbar {
    /* Chrome/Safari */
    display: none;
    /* Hide Display */
    width: 0;
    /* Remove scrollbar space */ }
  .flyout--open .global-header {
    background-color: #f3f3f3;
    border-bottom: 1px solid #1d1d1d; }
  .global-header .wrapper {
    display: block;
    height: 100%;
    overflow: auto;
    overflow: visible;
    padding: 0;
    width: 100%; }
    @media (min-width: 1000px) {
      .global-header .wrapper {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-column-gap: 60px;
                column-gap: 60px;
        overflow: visible;
        padding-left: 1.5rem;
        padding-right: 1.5rem; } }
  .navigation-open .global-header {
    -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.25); }
    .navigation-open .global-header__nav {
      margin: 0;
      width: 100%; }
  .global-header__top {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 10px 1.5rem; }
    @media (min-width: 1000px) {
      .global-header__top {
        padding: 0; } }
    @media (min-width: 1000px) {
      .global-header__top__mobile {
        display: none; } }
  .global-header__logo {
    outline: none; }
    .global-header__logo svg {
      max-width: 150px; }
  .global-header__bottom {
    padding-left: 0;
    padding-right: 0;
    position: absolute;
    top: calc(100% + 1px);
    width: 100%;
    background: #ffffff;
    -webkit-box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.15);
    -webkit-transition: -webkit-transform 250ms ease-in-out;
    transition: -webkit-transform 250ms ease-in-out;
    -o-transition: transform 250ms ease-in-out;
    transition: transform 250ms ease-in-out;
    transition: transform 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
    display: none; }
    .navigation-open .global-header__bottom {
      display: block; }
    .global-header__bottom.submenu-open {
      -webkit-transform: translateX(-100%);
          -ms-transform: translateX(-100%);
              transform: translateX(-100%); }
    @media (min-width: 1000px) {
      .global-header__bottom {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
                flex: 1 1 auto;
        position: static;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        background: transparent;
        width: auto;
        -webkit-box-shadow: none;
                box-shadow: none; } }
    .global-header__bottom .flyouts {
      padding: 0;
      margin: 0;
      list-style: none; }
      .global-header__bottom .flyouts > li > a {
        color: #1c1c1c;
        font-weight: 500;
        font-size: 17px;
        line-height: 21px;
        text-decoration: none;
        text-transform: uppercase;
        padding: 14px 17px 14px 24px;
        border-bottom: 1px solid rgba(28, 28, 28, 0.3);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-column-gap: 14px;
                column-gap: 14px;
        cursor: pointer; }
        .global-header__bottom .flyouts > li > a:after {
          content: '\E907';
          font-family: "Icomoon";
          display: block;
          -webkit-box-flex: 0;
              -ms-flex: 0 0 auto;
                  flex: 0 0 auto;
          -webkit-transform: rotate(-90deg);
              -ms-transform: rotate(-90deg);
                  transform: rotate(-90deg);
          font-size: 24px; }
      .global-header__bottom .flyouts .mobile-submenu-back {
        color: #1c1c1c;
        text-transform: uppercase;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-column-gap: 14px;
                column-gap: 14px;
        padding: 14px 24px 14px 17px;
        background-color: #F3F3F3;
        border-bottom: 1px solid rgba(28, 28, 28, 0.3);
        font-family: 'Montserrat';
        font-weight: 700;
        font-size: 14px;
        line-height: 17px;
        cursor: pointer; }
        .global-header__bottom .flyouts .mobile-submenu-back:hover, .global-header__bottom .flyouts .mobile-submenu-back:focus {
          text-decoration: none; }
        .global-header__bottom .flyouts .mobile-submenu-back:before {
          content: '\E907';
          font-family: "Icomoon";
          display: block;
          -webkit-box-flex: 0;
              -ms-flex: 0 0 auto;
                  flex: 0 0 auto;
          -webkit-transform: rotate(90deg);
              -ms-transform: rotate(90deg);
                  transform: rotate(90deg);
          font-size: 24px; }
      .global-header__bottom .flyouts .flyout {
        position: absolute;
        width: 100%;
        z-index: 2;
        background: #fff;
        left: 0;
        top: 0;
        -webkit-transform: translateX(100%);
            -ms-transform: translateX(100%);
                transform: translateX(100%);
        max-height: 80vh;
        overflow-y: auto;
        display: none;
        -webkit-box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.15);
                box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.15); }
        .global-header__bottom .flyouts .flyout.active {
          display: block; }
        .global-header__bottom .flyouts .flyout h4 {
          font-size: 16px !important;
          line-height: 24px !important;
          font-weight: 800;
          display: block;
          text-transform: uppercase;
          padding: 14px 17px 14px 24px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-column-gap: 14px;
                  column-gap: 14px;
          margin-bottom: 0;
          cursor: pointer; }
          .global-header__bottom .flyouts .flyout h4:after {
            content: '\E907';
            font-family: "Icomoon";
            display: block;
            -webkit-box-flex: 0;
                -ms-flex: 0 0 auto;
                    flex: 0 0 auto;
            font-size: 24px; }
        .global-header__bottom .flyouts .flyout ul {
          list-style: none;
          padding: 0;
          margin: 0 0 10px;
          display: none; }
          .global-header__bottom .flyouts .flyout ul a {
            font-size: 16px;
            line-height: 20px;
            font-weight: 700;
            padding: 10px 24px;
            display: block; }
        .global-header__bottom .flyouts .flyout__column {
          border-bottom: 1px solid rgba(28, 28, 28, 0.3); }
          .global-header__bottom .flyouts .flyout__column.open h4:after {
            -webkit-transform: rotate(180deg);
                -ms-transform: rotate(180deg);
                    transform: rotate(180deg); }
          .global-header__bottom .flyouts .flyout__column.open ul {
            display: block; }
      @media (min-width: 1000px) {
        .global-header__bottom .flyouts {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-column-gap: 45px;
                  column-gap: 45px; }
          .global-header__bottom .flyouts .mobile-submenu-back {
            display: none; }
          .global-header__bottom .flyouts > li > a {
            padding: 30px 0;
            border: none;
            text-decoration: none;
            position: relative;
            display: block; }
            .global-header__bottom .flyouts > li > a:after {
              display: none; }
            .global-header__bottom .flyouts > li > a:after {
              display: block;
              content: "";
              position: absolute;
              bottom: 0;
              left: 0;
              width: 100%;
              height: 7px;
              background-color: transparent;
              pointer-events: none;
              -webkit-transition: 300ms ease all;
              -o-transition: 300ms ease all;
              transition: 300ms ease all;
              -webkit-transform: none;
                  -ms-transform: none;
                      transform: none; }
          .global-header__bottom .flyouts > li:hover > a {
            color: #627E30;
            text-decoration: none; }
            .global-header__bottom .flyouts > li:hover > a:after {
              background-color: #83A840; }
          .global-header__bottom .flyouts > li:hover .flyout {
            opacity: 1;
            pointer-events: all; }
          .global-header__bottom .flyouts .flyout {
            position: absolute;
            top: 100%;
            width: auto;
            max-width: Min(1150px, calc(100% - 30px));
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-column-gap: 60px;
                    column-gap: 60px;
            padding: 40px 50px;
            opacity: 0;
            -webkit-transition: opacity 500ms ease;
            -o-transition: opacity 500ms ease;
            transition: opacity 500ms ease;
            pointer-events: none;
            -webkit-transform: translateX(calc( clamp(0px, calc(Min(1180px, calc(100vw - 30px)) - var(--leftEdgeMenuParent) - var(--flyoutWidth)), 50px) * -1));
                -ms-transform: translateX(calc( clamp(0px, calc(Min(1180px, calc(100vw - 30px)) - var(--leftEdgeMenuParent) - var(--flyoutWidth)), 50px) * -1));
                    transform: translateX(calc( clamp(0px, calc(Min(1180px, calc(100vw - 30px)) - var(--leftEdgeMenuParent) - var(--flyoutWidth)), 50px) * -1));
            left: clamp(15px, var(--leftEdgeMenuParent), calc(100% - 15px - var(--flyoutWidth)));
            margin: 0;
            border-top: solid 1px #1c1c1c;
            max-height: none;
            overflow-y: visible; }
            .global-header__bottom .flyouts .flyout h4 {
              padding: 0 0 10px;
              display: block;
              margin-bottom: 10px;
              border-bottom: solid 1px rgba(28, 28, 28, 0.3);
              cursor: default; }
              .global-header__bottom .flyouts .flyout h4:after {
                display: none; }
            .global-header__bottom .flyouts .flyout ul {
              display: block;
              margin: 0; }
              .global-header__bottom .flyouts .flyout ul a {
                padding: 12px 0; }
            .global-header__bottom .flyouts .flyout__column {
              width: 300px;
              border-bottom: none; } }
    .global-header__bottom .nav-buttons {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-column-gap: 20px;
              column-gap: 20px;
      padding: 24px 24px 0 24px; }
      @media (min-width: 1000px) {
        .global-header__bottom .nav-buttons {
          padding: 0; } }
  .global-header--banner-padding {
    margin-top: 49px; }

.global-header.slide-down,
.global-header__banner-wrapper.slide-down {
  -webkit-animation: slide-down 300ms forwards linear;
          animation: slide-down 300ms forwards linear; }

.global-header.slide-up,
.global-header__banner-wrapper.slide-up {
  -webkit-animation: slide-up 300ms forwards linear;
          animation: slide-up 300ms forwards linear; }

.header-form {
  margin-top: 72px;
  padding: 30px 0; }
  @media (min-width: 1000px) {
    .header-form {
      margin-top: 0; } }
  .header-form h1 {
    font-size: 46px !important;
    line-height: 60px !important;
    font-size: 4.6rem !important;
    line-height: 6rem !important;
    text-align: center; }
  .header-form__content {
    padding-bottom: 30px;
    text-align: center; }
    @media (min-width: 1000px) {
      .header-form__content {
        padding-bottom: 0; } }
    .header-form__content p {
      margin: 20px auto;
      max-width: 750px; }
    .header-form__content img {
      padding-top: 30px; }
    .header-form__content a {
      color: #34A3AE; }
      .header-form__content a:hover {
        color: #226c73; }
    .header-form__content .checkmark-list {
      margin: 0 auto;
      max-width: 450px;
      padding-left: 48px;
      padding-top: 30px;
      text-align: left; }
      .header-form__content .checkmark-list li {
        margin-bottom: 0 !important;
        padding: 0 0 30px 10px; }
        .header-form__content .checkmark-list li:before {
          top: 0; }
        .header-form__content .checkmark-list li:last-child {
          padding-bottom: 0; }
  @media (min-width: 1000px) {
    .header-form .two-column {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  .header-form .two-column h1 {
    text-align: left; }
  .header-form .two-column .header-form__content {
    text-align: left; }
    @media (min-width: 1000px) {
      .header-form .two-column .header-form__content {
        width: 50%; } }
    .header-form .two-column .header-form__content .checkmark-list {
      margin: 0; }
  .header-form__subtitle {
    font-size: 20px !important;
    line-height: 36px !important;
    font-size: 2rem !important;
    line-height: 3.6rem !important; }
  @media (min-width: 1000px) {
    .header-form .form {
      width: 40%; } }

.hero--author .wrapper {
  padding-block: 3rem; }
  @media (min-width: 600px) {
    .hero--author .wrapper {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }

.hero--author__image {
  padding: 3rem;
  width: 100%; }
  @media (min-width: 600px) {
    .hero--author__image {
      -ms-flex-preferred-size: 25%;
          flex-basis: 25%;
      max-width: 25%;
      padding: 1.5rem; } }
  .hero--author__image img {
    border-radius: 300px; }

.hero--author__content {
  width: 100%; }
  @media (min-width: 600px) {
    .hero--author__content {
      -ms-flex-preferred-size: 75%;
          flex-basis: 75%;
      max-width: 75%;
      -webkit-padding-start: 3rem;
         -moz-padding-start: 3rem;
              padding-inline-start: 3rem; } }
  .hero--author__content h1 {
    margin: 0;
    font-size: 33px !important;
    line-height: 36px !important;
    font-size: 3.3rem !important;
    line-height: 3.6rem !important; }
    @media (min-width: 800px) {
      .hero--author__content h1 {
        font-size: 48px !important;
        line-height: 54px !important;
        font-size: 4.8rem !important;
        line-height: 5.4rem !important; } }
  .hero--author__content ul {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .hero--author__content ul li {
      -webkit-margin-end: 1.5rem;
         -moz-margin-end: 1.5rem;
              margin-inline-end: 1.5rem; }
      .hero--author__content ul li a:before {
        color: #1d1d1d;
        -webkit-transition: all 300ms ease-in-out;
        -o-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out; }
      .hero--author__content ul li a:hover:before {
        color: #4F6219;
        text-decoration: none; }

.hero--empty {
  display: block;
  height: 65px; }
  @media (min-width: 1000px) {
    .hero--empty {
      height: 120px; } }

.hero--home-new {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: auto 1fr 1fr; }
  .hero--home-new .background-image {
    position: relative;
    grid-column: 1;
    grid-row: 1;
    position: relative; }
    .hero--home-new .background-image img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
    @media (min-width: 1000px) {
      .hero--home-new .background-image {
        grid-column: 1;
        grid-row: 1 / span 2;
        position: relative; }
        .hero--home-new .background-image:after {
          content: "";
          display: block;
          position: absolute;
          bottom: 0;
          left: 0;
          width: 100%;
          height: 10%;
          background: -webkit-gradient(linear, left bottom, left top, from(#ffffff), to(rgba(255, 255, 255, 0)));
          background: -webkit-linear-gradient(bottom, #ffffff, rgba(255, 255, 255, 0));
          background: -o-linear-gradient(bottom, #ffffff, rgba(255, 255, 255, 0));
          background: linear-gradient(0deg, #ffffff, rgba(255, 255, 255, 0)); } }
  .hero--home-new img.hero-mobile {
    -o-object-position: center bottom;
       object-position: center bottom; }
    .hero--home-new img.hero-mobile + .hero-desktop {
      display: none; }
    @media (min-width: 1000px) {
      .hero--home-new img.hero-mobile {
        display: none; } }
  @media (min-width: 1000px) {
    .hero--home-new img.hero-desktop {
      display: block !important; } }
  .hero--home-new .hero-inner {
    grid-column: 1;
    grid-row: 1;
    padding-bottom: 10%; }
    @media (min-width: 1000px) {
      .hero--home-new .hero-inner {
        padding-bottom: 0; } }
  .hero--home-new .wrapper {
    position: relative;
    z-index: 2; }
  .hero--home-new .content {
    padding: 72px 0;
    width: 100%; }
    @media (min-width: 1000px) {
      .hero--home-new .content {
        width: calc( 66.66666% - 13px);
        padding: 10% 0; } }
    .hero--home-new .content h1 {
      font-weight: normal;
      font-style: italic;
      font-size: clamp(33px, 4.6vw, 55px) !important;
      line-height: 1 !important;
      margin-bottom: 25px;
      color: #1c1c1c;
      text-transform: uppercase; }
    .hero--home-new .content p {
      font-weight: 900;
      font-family: "Pluto", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
      font-size: clamp(18px, 2.45vw, 29px) !important;
      line-height: 1.25 !important;
      margin-bottom: .82em;
      color: #1c1c1c;
      text-transform: uppercase; }
    .hero--home-new .content .ctas {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      gap: 1rem; }
  .hero--home-new.hero-text-align-left .content {
    margin-right: auto; }
  .hero--home-new.hero-text-align-right .content {
    margin-left: auto; }

.hero-cards {
  margin-top: -10%;
  margin-bottom: 27px;
  position: relative;
  z-index: 2;
  grid-column: 1;
  grid-row: 2 / span 2; }
  @media (min-width: 1000px) {
    .hero-cards {
      margin-top: 0; } }
  .hero-cards .wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(305px, 1fr));
    gap: 27px; }
  .hero-cards .card {
    -webkit-box-shadow: 0px 0px 20px #C7D4E59D;
            box-shadow: 0px 0px 20px #C7D4E59D;
    background: transparent -webkit-gradient(linear, left bottom, left top, from(#E7EDF4), to(#FFFFFF)) 0% 0% no-repeat padding-box;
    background: transparent -webkit-linear-gradient(bottom, #E7EDF4 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
    background: transparent -o-linear-gradient(bottom, #E7EDF4 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(0deg, #E7EDF4 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box; }
  .hero-cards .text {
    padding: 40px 18px; }
    @media (min-width: 1000px) {
      .hero-cards .text {
        padding: 40px 36px 50px; } }
    .hero-cards .text h2 {
      color: #1c1c1c;
      font-size: clamp(24px, 2.45vw, 29px) !important;
      line-height: 1.1 !important;
      margin-bottom: .85em;
      text-transform: uppercase; }
      .hero-cards .text h2 br {
        display: none; }
        @media (min-width: 1000px) {
          .hero-cards .text h2 br {
            display: inline; } }
    .hero-cards .text p {
      margin-bottom: 0;
      font-size: 18px !important;
      line-height: 1.5 !important;
      font-weight: 500; }
  .hero-cards a {
    display: block;
    padding: 1rem 36px;
    width: 100%;
    background: #1c1c1c;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 17px;
    line-height: 1.47059 !important;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    text-align: center; }
    @media (min-width: 1000px) {
      .hero-cards a {
        text-align: left; } }
    .hero-cards a:hover {
      background: #434343; }

.hero--home {
  background: #f4f5f5;
  padding-top: 92px;
  z-index: 2; }
  .hero--home .blob .blob-wrapper {
    width: 100% !important; }
    @media (min-width: 1000px) {
      .hero--home .blob .blob-wrapper {
        width: 60% !important; } }
  .hero--home .wrapper {
    padding: 3rem; }
    @media (min-width: 1000px) {
      .hero--home .wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        padding: 6rem 0; } }
  .hero--home__content {
    padding-inline: 3rem;
    width: 100%; }
    @media (min-width: 1000px) {
      .hero--home__content {
        max-width: 700px;
        padding: 4.5rem;
        -webkit-padding-start: 12rem;
           -moz-padding-start: 12rem;
                padding-inline-start: 12rem; } }
    @media (min-width: 800px) {
      .hero--home__content h1 {
        font-size: 36px !important;
        line-height: 46px !important;
        font-size: 3.6rem !important;
        line-height: 4.6rem !important; } }
  .hero--home__bg-image {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }
  .hero--home .hero__links {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100% !important; }
    @media (min-width: 1000px) {
      .hero--home .hero__links {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }
    .hero--home .hero__links .button, .hero--home .hero__links #CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogBodyButtons .CybotCookiebotDialogBodyButton, #CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogBodyButtons .hero--home .hero__links .CybotCookiebotDialogBodyButton, .hero--home .hero__links .sticky-nav__links a, .sticky-nav__links .hero--home .hero__links a,
    .hero--home .hero__links .sticky-nav .accordion__links a, .sticky-nav .accordion__links .hero--home .hero__links a {
      margin-inline: auto;
      max-width: 100%;
      width: 100%; }
      .hero--home .hero__links .button:first-child, .hero--home .hero__links #CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogBodyButtons .CybotCookiebotDialogBodyButton:first-child, #CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogBodyButtons .hero--home .hero__links .CybotCookiebotDialogBodyButton:first-child, .hero--home .hero__links .sticky-nav__links a:first-child, .sticky-nav__links .hero--home .hero__links a:first-child,
      .hero--home .hero__links .sticky-nav .accordion__links a:first-child, .sticky-nav .accordion__links .hero--home .hero__links a:first-child {
        margin-bottom: 1rem; }
      @media (min-width: 1000px) {
        .hero--home .hero__links .button, .hero--home .hero__links #CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogBodyButtons .CybotCookiebotDialogBodyButton, #CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogBodyButtons .hero--home .hero__links .CybotCookiebotDialogBodyButton, .hero--home .hero__links .sticky-nav__links a, .sticky-nav__links .hero--home .hero__links a,
        .hero--home .hero__links .sticky-nav .accordion__links a, .sticky-nav .accordion__links .hero--home .hero__links a {
          margin: 0;
          margin-left: 1rem;
          max-width: -webkit-max-content;
          max-width: -moz-max-content;
          max-width: max-content;
          width: -webkit-max-content;
          width: -moz-max-content;
          width: max-content; }
          .hero--home .hero__links .button:first-child, .hero--home .hero__links #CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogBodyButtons .CybotCookiebotDialogBodyButton:first-child, #CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogBodyButtons .hero--home .hero__links .CybotCookiebotDialogBodyButton:first-child, .hero--home .hero__links .sticky-nav__links a:first-child, .sticky-nav__links .hero--home .hero__links a:first-child,
          .hero--home .hero__links .sticky-nav .accordion__links a:first-child, .sticky-nav .accordion__links .hero--home .hero__links a:first-child {
            margin: 0; } }
  .hero--home .rolodex {
    display: grid;
    margin-bottom: 2rem; }
    .hero--home .rolodex__item {
      grid-column-start: 1;
      grid-row-start: 1;
      margin: 0;
      opacity: 0;
      -webkit-transform: translateY(-100%);
          -ms-transform: translateY(-100%);
              transform: translateY(-100%);
      -webkit-transition: all 500ms ease-in-out;
      -o-transition: all 500ms ease-in-out;
      transition: all 500ms ease-in-out; }
      .hero--home .rolodex__item:first-child {
        opacity: 1;
        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0); }
        .hero--home .rolodex__item:first-child.invisible {
          -webkit-transform: translateY(-100%);
              -ms-transform: translateY(-100%);
                  transform: translateY(-100%);
          opacity: 0; }
      .hero--home .rolodex__item.slide-in {
        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0);
        opacity: 1; }
      .hero--home .rolodex__item.slide-out {
        -webkit-transform: translateY(100%);
            -ms-transform: translateY(100%);
                transform: translateY(100%);
        opacity: 0; }
  @media (min-width: 1000px) {
    .hero--home--image-overlay.hero--home--left .wrapper {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; } }
  .hero--home--image-overlay .hero--home__content {
    padding-inline: 3rem;
    width: 100%; }
    @media (min-width: 1000px) {
      .hero--home--image-overlay .hero--home__content {
        background-color: rgba(243, 243, 243, 0.9);
        max-width: 700px;
        padding: 4.5rem;
        -webkit-padding-start: 12rem;
           -moz-padding-start: 12rem;
                padding-inline-start: 12rem; } }
  .hero--home--image-overlay .hero--home__bg-image {
    display: none; }
    @media (min-width: 1000px) {
      .hero--home--image-overlay .hero--home__bg-image {
        display: block;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        overflow: hidden; }
        .hero--home--image-overlay .hero--home__bg-image img {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover;
          -o-object-position: center top;
             object-position: center top; } }
  .hero--home--image-overlay .hero--home__mobile-image {
    display: block;
    margin-top: 3rem; }
    @media (min-width: 1000px) {
      .hero--home--image-overlay .hero--home__mobile-image {
        display: none; } }
  .hero--home--o-image .wrapper {
    padding-block: 3rem 0;
    padding-inline: 0; }
    @media (min-width: 1000px) {
      .hero--home--o-image .wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse;
        padding: 0; } }
  .hero--home--o-image .hero--home__content {
    padding-inline: 3rem;
    text-align: center;
    z-index: 2; }
    @media (min-width: 1000px) {
      .hero--home--o-image .hero--home__content {
        padding-block: 7rem;
        text-align: left; } }
    .hero--home--o-image .hero--home__content h1 {
      font-size: 50px !important;
      line-height: 60px !important;
      font-size: 5rem !important;
      line-height: 6rem !important; }
      @media (max-width: 1000px) {
        .hero--home--o-image .hero--home__content h1 {
          font-size: 30px !important;
          line-height: 36px !important;
          font-size: 3rem !important;
          line-height: 3.6rem !important;
          text-align: center; }
          .hero--home--o-image .hero--home__content h1 .title-top {
            margin-left: 0 !important; } }
  @media (min-width: 1000px) {
    .hero--home--o-image .hero--home__image {
      margin-top: 0;
      position: relative;
      width: 50%; } }
  .hero--home--o-image .hero--home__image .bg-image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    position: absolute;
    right: 0;
    top: -10%;
    -webkit-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
            transform: rotate(30deg);
    width: 100%; }
    @media (min-width: 1000px) {
      .hero--home--o-image .hero--home__image .bg-image {
        right: -10%;
        top: 0; } }
  .hero--home--o-image .hero--home__image .image-wrapper {
    -webkit-transform: translateY(30%) rotate(-20deg);
        -ms-transform: translateY(30%) rotate(-20deg);
            transform: translateY(30%) rotate(-20deg); }
    @media (min-width: 1000px) {
      .hero--home--o-image .hero--home__image .image-wrapper {
        position: absolute;
        right: 10%;
        top: 50%;
        -webkit-transform: translateY(-50%) rotate(-20deg);
            -ms-transform: translateY(-50%) rotate(-20deg);
                transform: translateY(-50%) rotate(-20deg);
        width: 150%; } }
  .hero--home--o-image .hero--home__image figure {
    margin: 0; }
    @media (min-width: 1000px) {
      .hero--home--o-image .hero--home__image figure {
        margin: 1em 40px; } }
    .hero--home--o-image .hero--home__image figure .image-shaddow {
      height: 100%;
      position: absolute;
      -webkit-transform: translate(-25%, -10%) rotate(20deg);
          -ms-transform: translate(-25%, -10%) rotate(20deg);
              transform: translate(-25%, -10%) rotate(20deg);
      width: 100%;
      z-index: -1; }
      @media (min-width: 1000px) {
        .hero--home--o-image .hero--home__image figure .image-shaddow {
          -webkit-transform: rotate(20deg);
              -ms-transform: rotate(20deg);
                  transform: rotate(20deg); } }
      .hero--home--o-image .hero--home__image figure .image-shaddow:before {
        background-color: #ebebeb;
        content: '';
        -webkit-clip-path: ellipse(42% 50% at 47% 50%);
                clip-path: ellipse(42% 50% at 47% 50%);
        height: 140%;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        width: 140%;
        z-index: -1; }
        @media (min-width: 1000px) {
          .hero--home--o-image .hero--home__image figure .image-shaddow:before {
            -webkit-clip-path: ellipse(47% 50% at 47% 50%);
                    clip-path: ellipse(47% 50% at 47% 50%);
            right: -15%; } }
      .hero--home--o-image .hero--home__image figure .image-shaddow img {
        visibility: hidden; }
  .hero--home--o-image .hero--home__image img {
    -webkit-clip-path: ellipse(42% 50% at 47% 50%);
            clip-path: ellipse(42% 50% at 47% 50%);
    -webkit-transform: translate(-10%, -5%) rotate(20deg);
        -ms-transform: translate(-10%, -5%) rotate(20deg);
            transform: translate(-10%, -5%) rotate(20deg);
    position: relative; }
    @media (min-width: 1000px) {
      .hero--home--o-image .hero--home__image img {
        -webkit-clip-path: ellipse(47% 50% at 47% 50%);
                clip-path: ellipse(47% 50% at 47% 50%);
        -webkit-transform: rotate(20deg);
            -ms-transform: rotate(20deg);
                transform: rotate(20deg); } }

.hero--inner {
  padding-bottom: 3rem;
  padding-top: 3rem;
  position: relative; }
  .hero--inner__content:not(.hero--inner__content--overview) {
    text-align: center; }
    .hero--inner__content:not(.hero--inner__content--overview) h1 {
      text-align: center; }
    .hero--inner__content:not(.hero--inner__content--overview) h3 {
      font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
      text-align: center;
      text-transform: none; }
    .hero--inner__content:not(.hero--inner__content--overview) .hero__links {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .hero--inner__content:not(.hero--inner__content--overview) .hero__links .button, .hero--inner__content:not(.hero--inner__content--overview) .hero__links #CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogBodyButtons .CybotCookiebotDialogBodyButton, #CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogBodyButtons .hero--inner__content:not(.hero--inner__content--overview) .hero__links .CybotCookiebotDialogBodyButton, .hero--inner__content:not(.hero--inner__content--overview) .hero__links .sticky-nav__links a, .sticky-nav__links .hero--inner__content:not(.hero--inner__content--overview) .hero__links a,
      .hero--inner__content:not(.hero--inner__content--overview) .hero__links .sticky-nav .accordion__links a, .sticky-nav .accordion__links .hero--inner__content:not(.hero--inner__content--overview) .hero__links a {
        display: inline-block; }
        @media (min-width: 600px) {
          .hero--inner__content:not(.hero--inner__content--overview) .hero__links .button:first-child, .hero--inner__content:not(.hero--inner__content--overview) .hero__links #CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogBodyButtons .CybotCookiebotDialogBodyButton:first-child, #CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogBodyButtons .hero--inner__content:not(.hero--inner__content--overview) .hero__links .CybotCookiebotDialogBodyButton:first-child, .hero--inner__content:not(.hero--inner__content--overview) .hero__links .sticky-nav__links a:first-child, .sticky-nav__links .hero--inner__content:not(.hero--inner__content--overview) .hero__links a:first-child,
          .hero--inner__content:not(.hero--inner__content--overview) .hero__links .sticky-nav .accordion__links a:first-child, .sticky-nav .accordion__links .hero--inner__content:not(.hero--inner__content--overview) .hero__links a:first-child {
            margin-right: 1rem; } }
  .hero--inner__content--overview {
    margin: 0 auto;
    padding-left: 3rem; }
    @media (min-width: 1000px) {
      .hero--inner__content--overview {
        max-width: 700px;
        padding: 0; } }
  @media (min-width: 1000px) {
    .hero--inner--services .hero__content-container {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      margin: 1.5rem 0; } }
  .hero--inner--services .hero__content-container__image {
    -ms-flex-preferred-size: 100px;
        flex-basis: 100px;
    margin-bottom: 1.5rem;
    max-width: 100px; }
    @media (min-width: 1000px) {
      .hero--inner--services .hero__content-container__image {
        margin-bottom: 0;
        margin-right: 3rem; } }
  .hero--inner--services .hero__content-container__text {
    -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
    max-width: 80%; }

.hero--listing {
  padding-bottom: 3rem;
  padding-top: 3rem; }
  .hero--listing__content {
    margin: 0 auto;
    max-width: 650px; }
    .hero--listing__content p {
      margin-left: 1.5rem; }
      @media (min-width: 1000px) {
        .hero--listing__content p {
          margin-left: 0; } }

.hero {
  margin: 0;
  overflow: hidden;
  position: relative; }
  .hero > img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center top;
       object-position: center top; }
  .hero h3 {
    font-weight: 600; }
  @media (min-width: 1000px) {
    .hero__links {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; } }
  .hero__links .button, .hero__links #CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogBodyButtons .CybotCookiebotDialogBodyButton, #CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogBodyButtons .hero__links .CybotCookiebotDialogBodyButton, .hero__links .sticky-nav__links a, .sticky-nav__links .hero__links a,
  .hero__links .sticky-nav .accordion__links a, .sticky-nav .accordion__links .hero__links a {
    display: block;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content; }
    .hero__links .button:first-child, .hero__links #CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogBodyButtons .CybotCookiebotDialogBodyButton:first-child, #CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogBodyButtons .hero__links .CybotCookiebotDialogBodyButton:first-child, .hero__links .sticky-nav__links a:first-child, .sticky-nav__links .hero__links a:first-child,
    .hero__links .sticky-nav .accordion__links a:first-child, .sticky-nav .accordion__links .hero__links a:first-child {
      margin-bottom: 1.5rem; }
    @media (min-width: 1000px) {
      .hero__links .button, .hero__links #CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogBodyButtons .CybotCookiebotDialogBodyButton, #CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogBodyButtons .hero__links .CybotCookiebotDialogBodyButton, .hero__links .sticky-nav__links a, .sticky-nav__links .hero__links a,
      .hero__links .sticky-nav .accordion__links a, .sticky-nav .accordion__links .hero__links a {
        margin: 0;
        margin-left: 1rem; }
        .hero__links .button:first-child, .hero__links #CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogBodyButtons .CybotCookiebotDialogBodyButton:first-child, #CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogBodyButtons .hero__links .CybotCookiebotDialogBodyButton:first-child, .hero__links .sticky-nav__links a:first-child, .sticky-nav__links .hero__links a:first-child,
        .hero__links .sticky-nav .accordion__links a:first-child, .sticky-nav .accordion__links .hero__links a:first-child {
          margin: 0; } }
  @media (min-width: 1000px) {
    .hero.hero--banner-padding .hero--listing__image {
      top: 182px; } }
  .hero.hero--home h1 div:first-child, .hero.hero--inner h1 div:first-child, .hero.hero--listing h1 div:first-child {
    margin-left: -3rem; }
    @media (min-width: 1000px) {
      .hero.hero--home h1 div:first-child, .hero.hero--inner h1 div:first-child, .hero.hero--listing h1 div:first-child {
        margin-left: -9rem; } }

.image-text {
  padding: 3rem 0; }
  @media (min-width: 1000px) {
    .image-text {
      padding: 6rem 0 3rem; } }
  .image-text__content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (min-width: 1000px) {
      .image-text__content {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
  @media (min-width: 1000px) {
    .image-text__text, .image-text__image {
      margin: 0; } }
  .image-text__text {
    margin-bottom: 3rem;
    width: 100%; }
  .image-text__image {
    margin-bottom: 3rem;
    width: 100%; }
    .image-text__image a {
      display: block;
      position: relative; }
    .image-text__image i {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      background-color: #1d1d1d;
      bottom: 1rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 7rem;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      right: 1rem;
      position: absolute;
      -webkit-transition: background-color 500ms ease-in-out;
      -o-transition: background-color 500ms ease-in-out;
      transition: background-color 500ms ease-in-out;
      width: 7rem; }
      .image-text__image i:before {
        color: #fff;
        font-size: 3rem; }
    .image-text__image button {
      border: none;
      cursor: pointer;
      outline: none;
      padding: 0;
      position: relative; }
    .image-text__image a:hover i,
    .image-text__image button:hover i {
      background-color: #434343; }
  .image-text--reverse .image-text__content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media (min-width: 1000px) {
      .image-text--reverse .image-text__content {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse; } }
  .image-text .iframe {
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
    width: 100%; }
    .image-text .iframe iframe {
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%; }
  @media (min-width: 1000px) {
    .image-text--40-60 .image-text__image, .image-text--60-40 .image-text__image, .image-text--70-30 .image-text__image {
      padding-left: 3rem; } }
  @media (min-width: 1000px) {
    .image-text--40-60.image-text--reverse .image-text__image, .image-text--60-40.image-text--reverse .image-text__image, .image-text--70-30.image-text--reverse .image-text__image {
      padding-left: 0;
      padding-right: 3rem; } }
  @media (min-width: 1000px) {
    .image-text--50-50 .image-text__image,
    .image-text--50-50 .image-text__text {
      -ms-flex-preferred-size: 48%;
          flex-basis: 48%;
      width: 48%; } }
  @media (min-width: 1000px) {
    .image-text--40-60 .image-text__image {
      -ms-flex-preferred-size: 40%;
          flex-basis: 40%;
      width: 40%; } }
  @media (min-width: 1000px) {
    .image-text--40-60 .image-text__text {
      -ms-flex-preferred-size: 60%;
          flex-basis: 60%;
      width: 60%; } }
  @media (min-width: 1000px) {
    .image-text--60-40 .image-text__image {
      -ms-flex-preferred-size: 60%;
          flex-basis: 60%;
      width: 60%; } }
  @media (min-width: 1000px) {
    .image-text--60-40 .image-text__text {
      -ms-flex-preferred-size: 40%;
          flex-basis: 40%;
      width: 40%; } }
  @media (min-width: 1000px) {
    .image-text--70-30 .image-text__image {
      -ms-flex-preferred-size: 70%;
          flex-basis: 70%;
      width: 70%; } }
  @media (min-width: 1000px) {
    .image-text--70-30 .image-text__text {
      -ms-flex-preferred-size: 30%;
          flex-basis: 30%;
      width: 30%; }
      .image-text--70-30 .image-text__text .button-wrapper {
        display: block; }
        .image-text--70-30 .image-text__text .button-wrapper .button, .image-text--70-30 .image-text__text .button-wrapper #CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogBodyButtons .CybotCookiebotDialogBodyButton, #CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogBodyButtons .image-text--70-30 .image-text__text .button-wrapper .CybotCookiebotDialogBodyButton, .image-text--70-30 .image-text__text .button-wrapper .sticky-nav__links a, .sticky-nav__links .image-text--70-30 .image-text__text .button-wrapper a,
        .image-text--70-30 .image-text__text .button-wrapper .sticky-nav .accordion__links a, .sticky-nav .accordion__links .image-text--70-30 .image-text__text .button-wrapper a {
          margin: 0;
          margin-top: 1.5rem; }
          .image-text--70-30 .image-text__text .button-wrapper .button:first-child, .image-text--70-30 .image-text__text .button-wrapper #CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogBodyButtons .CybotCookiebotDialogBodyButton:first-child, #CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogBodyButtons .image-text--70-30 .image-text__text .button-wrapper .CybotCookiebotDialogBodyButton:first-child, .image-text--70-30 .image-text__text .button-wrapper .sticky-nav__links a:first-child, .sticky-nav__links .image-text--70-30 .image-text__text .button-wrapper a:first-child,
          .image-text--70-30 .image-text__text .button-wrapper .sticky-nav .accordion__links a:first-child, .sticky-nav .accordion__links .image-text--70-30 .image-text__text .button-wrapper a:first-child {
            margin: 0; } }

.leadership h2 {
  font-size: 26px !important;
  line-height: 28px !important;
  font-size: 2.6rem !important;
  line-height: 2.8rem !important; }
  @media (min-width: 800px) {
    .leadership h2 {
      font-size: 44px !important;
      line-height: 48px !important;
      font-size: 4.4rem !important;
      line-height: 4.8rem !important; } }

.leadership-section-title {
  font-size: 19px !important;
  line-height: 24px !important;
  font-size: 1.9rem !important;
  line-height: 2.4rem !important;
  font-weight: normal;
  margin-bottom: 3rem; }
  @media (min-width: 800px) {
    .leadership-section-title {
      font-size: 22px !important;
      line-height: 27px !important;
      font-size: 2.2rem !important;
      line-height: 2.7rem !important;
      margin-bottom: 6rem; } }

.leadership .post-listing__grid {
  margin: 0; }
  @media (min-width: 800px) {
    .leadership .post-listing__grid {
      margin: 0 0 0 -2rem; } }

.leadership .post-listing h3 {
  font-size: 18px !important;
  line-height: 25px !important;
  font-size: 1.8rem !important;
  line-height: 2.5rem !important; }

.leadership .post-listing p {
  font-size: 15px !important;
  line-height: 19px !important;
  font-size: 1.5rem !important;
  line-height: 1.9rem !important;
  margin: 0; }

.logo-grid {
  padding: 3rem 0;
  position: relative; }
  .logo-grid .wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .logo-grid__logo {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    padding: 0 1.5rem;
    width: 100%; }
    @media (min-width: 600px) {
      .logo-grid__logo {
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
        max-width: 50%;
        padding: 1.5rem 3rem; } }
    @media (min-width: 800px) {
      .logo-grid__logo {
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%;
        max-width: 25%; } }
    .logo-grid__logo img {
      margin: 0 auto;
      max-width: 200px; }
      @media (min-width: 1000px) {
        .logo-grid__logo img {
          margin: 0;
          max-width: 100%; } }
  .logo-grid__button {
    margin-top: 1.5rem;
    position: relative; }
    @media (min-width: 800px) {
      .logo-grid__button {
        display: none;
        height: auto;
        left: 50%;
        margin-top: 0;
        position: absolute;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        width: auto; } }
  @media (min-width: 800px) {
    .logo-grid__container--link:hover:after {
      content: '';
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%;
      z-index: 3; } }
  @media (min-width: 800px) {
    .logo-grid__container--link:hover .logo-grid__button {
      display: block;
      z-index: 4; } }
  .logo-grid.bg-white {
    background-color: #fff; }
    @media (min-width: 800px) {
      .logo-grid.bg-white .logo-grid__container--link:hover:after {
        background-color: rgba(255, 255, 255, 0.75); } }
  .logo-grid.bg-light-grey, .single-post .logo-grid.related-posts {
    background-color: #f3f3f3; }
    @media (min-width: 800px) {
      .logo-grid.bg-light-grey .logo-grid__container--link:hover:after, .single-post .logo-grid.related-posts .logo-grid__container--link:hover:after {
        background-color: rgba(243, 243, 243, 0.75); } }
  .logo-grid.bg-medium-grey {
    background-color: #ebebeb; }
    @media (min-width: 800px) {
      .logo-grid.bg-medium-grey .logo-grid__container--link:hover:after {
        background-color: rgba(235, 235, 235, 0.75); } }

.post-listing {
  margin-top: 3rem; }
  @media (min-width: 800px) {
    .post-listing {
      margin-bottom: 6rem;
      margin-top: 6rem; } }
  .post-listing .no-posts {
    display: none; }
  .post-listing h2 {
    font-weight: 300;
    margin: 0;
    padding: 48px 0 24px; }
  .post-listing--blog, .post-listing--resources, .post-listing--author {
    background: #f3f3f3;
    margin: 0; }
  .post-listing--blog {
    padding-bottom: 3rem; }
    .post-listing--blog .post-listing__filter-container {
      -webkit-padding-before: 3rem;
              padding-block-start: 3rem; }
  .post-listing--resources {
    padding: 3rem 0; }
  .post-listing--author h2 {
    font-style: normal;
    font-weight: 700; }
  .post-listing--author .post-listing__filter-group--author {
    display: none; }

.related-posts {
  margin: 90px 0; }

.rich-text {
  max-width: 100%; }
  .rich-text h2,
  .rich-text p,
  .rich-text li {
    font-size: 17px !important;
    line-height: 28px !important;
    font-size: 1.7rem !important;
    line-height: 2.8rem !important; }
  .rich-text a {
    font-size: 16px !important;
    line-height: 20px !important;
    font-size: 1.6rem !important;
    line-height: 2rem !important;
    color: #627E30;
    font-weight: 600; }
    .rich-text a:hover {
      color: #37471b;
      text-decoration: underline; }

.split-card {
  position: relative;
  overflow: hidden; }
  .split-card > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center top;
       object-position: center top; }
  .split-card .wrapper {
    padding: 1.5rem; }
    @media (min-width: 800px) {
      .split-card .wrapper {
        padding: 6rem 1.5rem; } }
  .split-card__top {
    margin: 0 auto 3rem;
    max-width: 900px; }
    .split-card__top h3,
    .split-card__top p {
      text-align: center; }
    .split-card__top p a:not(.button) {
      color: #627E30;
      font-weight: 700; }
      .split-card__top p a:not(.button):hover {
        color: #37471b;
        text-decoration: underline; }
    .split-card__top.left-aligned {
      margin: 0 0 3rem;
      max-width: 550px; }
  .split-card__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-left: -1.5rem;
    margin-right: -1.5rem; }
    @media (min-width: 800px) {
      .split-card__cards .card:not(.card--post) h3 {
        font-size: clamp(2.2rem, 2.88vw, 3.4rem) !important;
        line-height: 1.05 !important; } }
    .split-card__cards .card--custom {
      margin-bottom: 20px;
      width: 100%; }
      @media (min-width: 800px) {
        .split-card__cards .card--custom {
          margin: 0 0.5%;
          width: 32%; } }
    .split-card__cards .card--post {
      margin-bottom: 20px;
      width: 100%; }
      @media (min-width: 800px) {
        .split-card__cards .card--post {
          margin: 0;
          margin: 0 0.5rem;
          width: calc(33.3333% - 1rem); } }
    .split-card__cards--custom {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
  .split-card__buttons {
    padding-bottom: 0;
    padding-top: 1.5rem; }
    @media (min-width: 800px) {
      .split-card__buttons {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding-top: 3rem; } }
    .split-card__buttons .button, .split-card__buttons #CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogBodyButtons .CybotCookiebotDialogBodyButton, #CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogBodyButtons .split-card__buttons .CybotCookiebotDialogBodyButton, .split-card__buttons .sticky-nav__links a, .sticky-nav__links .split-card__buttons a,
    .split-card__buttons .sticky-nav .accordion__links a, .sticky-nav .accordion__links .split-card__buttons a {
      display: block;
      max-width: -webkit-max-content;
      max-width: -moz-max-content;
      max-width: max-content;
      margin: 0 auto;
      margin-top: 1.5rem; }
      .split-card__buttons .button:first-child, .split-card__buttons #CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogBodyButtons .CybotCookiebotDialogBodyButton:first-child, #CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogBodyButtons .split-card__buttons .CybotCookiebotDialogBodyButton:first-child, .split-card__buttons .sticky-nav__links a:first-child, .sticky-nav__links .split-card__buttons a:first-child,
      .split-card__buttons .sticky-nav .accordion__links a:first-child, .sticky-nav .accordion__links .split-card__buttons a:first-child {
        margin-top: 0; }
      @media (min-width: 800px) {
        .split-card__buttons .button, .split-card__buttons #CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogBodyButtons .CybotCookiebotDialogBodyButton, #CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogBodyButtons .split-card__buttons .CybotCookiebotDialogBodyButton, .split-card__buttons .sticky-nav__links a, .sticky-nav__links .split-card__buttons a,
        .split-card__buttons .sticky-nav .accordion__links a, .sticky-nav .accordion__links .split-card__buttons a {
          margin: 0;
          margin-left: 1.5rem; }
          .split-card__buttons .button:first-child, .split-card__buttons #CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogBodyButtons .CybotCookiebotDialogBodyButton:first-child, #CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogBodyButtons .split-card__buttons .CybotCookiebotDialogBodyButton:first-child, .split-card__buttons .sticky-nav__links a:first-child, .sticky-nav__links .split-card__buttons a:first-child,
          .split-card__buttons .sticky-nav .accordion__links a:first-child, .sticky-nav .accordion__links .split-card__buttons a:first-child {
            margin: 0; } }

.split-content {
  padding: 3rem 0; }
  .split-content__header {
    margin: 0 auto;
    max-width: 800px; }
    .split-content__header h3,
    .split-content__header p {
      text-align: center; }
  .split-content__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

.split-list {
  padding: 3rem 0; }
  @media (min-width: 800px) {
    .split-list {
      padding: 3rem 0 6rem; } }
  .split-list h2,
  .split-list p {
    margin: 0 auto 3rem;
    text-align: center; }
  @media (min-width: 800px) {
    .split-list__columns {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  @media (min-width: 800px) {
    .split-list__list {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 0px;
              flex: 1 0 0; } }
  .split-list__list + .split-list__list {
    border-top: 0.1rem solid #c5c5c5;
    margin-top: 2rem;
    padding-top: 2rem; }
    @media (min-width: 800px) {
      .split-list__list + .split-list__list {
        border-top: none;
        border-left: 0.1rem solid #c5c5c5;
        padding: 0 0 0 6rem;
        margin: 0 0 0 6rem; } }
  .split-list__list ul {
    padding: 0;
    margin: 0; }

.sticky-nav {
  background-color: #fff;
  border-bottom: 1px solid #c5c5c5; }
  .sticky-nav .wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    min-height: 54px; }
    @media (min-width: 1000px) {
      .sticky-nav .wrapper {
        min-height: 62px; } }
  .sticky-nav__title, .sticky-nav__items, .sticky-nav__accordion, .sticky-nav__links {
    padding-bottom: 1.5rem;
    padding-top: 1.5rem; }
  .sticky-nav__title {
    display: block; }
    .sticky-nav__title h4 {
      font-size: 17px !important;
      line-height: 25px !important;
      font-size: 1.7rem !important;
      line-height: 2.5rem !important;
      color: #627E30;
      font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
      font-weight: 700;
      margin: 0; }
      @media (min-width: 1000px) {
        .sticky-nav__title h4 {
          margin-left: -200px;
          opacity: 0;
          -webkit-transition: 300ms all ease;
          -o-transition: 300ms all ease;
          transition: 300ms all ease; }
          .sticky-nav__title h4.slide-in {
            -webkit-animation: slide-in 300ms forwards linear;
                    animation: slide-in 300ms forwards linear; } }
  .sticky-nav__items {
    color: #1d1d1d;
    display: none;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin: 0;
    padding-left: 0; }
    @media (min-width: 1000px) {
      .sticky-nav__items {
        display: block; } }
    .sticky-nav__items a {
      font-size: 17px !important;
      line-height: 25px !important;
      font-size: 1.7rem !important;
      line-height: 2.5rem !important;
      display: inline-block;
      padding-right: 2rem;
      position: relative; }
  .sticky-nav__links,
  .sticky-nav .accordion__links {
    display: none; }
    .sticky-nav__links a,
    .sticky-nav .accordion__links a {
      padding: 8px 18px !important; }
      .sticky-nav__links a:not(:last-child),
      .sticky-nav .accordion__links a:not(:last-child) {
        margin-right: 1rem; }
      .sticky-nav__links a:not(:last-child), .sticky-nav__links a:last-child,
      .sticky-nav .accordion__links a:not(:last-child),
      .sticky-nav .accordion__links a:last-child {
        font-size: 12px !important;
        line-height: 12px !important;
        font-size: 1.2rem !important;
        line-height: 1.2rem !important;
        min-width: -webkit-max-content;
        min-width: -moz-max-content;
        min-width: max-content; }
  .sticky-nav__items a.active-section, .sticky-nav__items a:hover,
  .sticky-nav .accordion__content a.active-section,
  .sticky-nav .accordion__content a:hover {
    color: #627E30; }
  .sticky-nav__accordion {
    display: block;
    padding-left: 1.5rem;
    position: relative; }
    @media (min-width: 1000px) {
      .sticky-nav__accordion {
        display: none; } }
    .sticky-nav__accordion .accordion__toggle {
      font-size: 17px !important;
      line-height: 25px !important;
      font-size: 1.7rem !important;
      line-height: 2.5rem !important;
      color: #627E30;
      font-weight: 500;
      padding-right: 3rem;
      position: relative;
      z-index: 1; }
      .sticky-nav__accordion .accordion__toggle:before {
        font-size: 30px !important;
        line-height: 30px !important;
        font-size: 3rem !important;
        line-height: 3rem !important;
        color: #1d1d1d;
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%) rotate(180deg);
            -ms-transform: translateY(-50%) rotate(180deg);
                transform: translateY(-50%) rotate(180deg);
        -webkit-transition: 300ms ease all;
        -o-transition: 300ms ease all;
        transition: 300ms ease all; }
      .sticky-nav__accordion .accordion__toggle:after {
        display: none; }
    .sticky-nav__accordion .accordion__content {
      background-color: #f4f5f5;
      display: none;
      margin: 0;
      padding: 2rem;
      position: absolute;
      right: -1.5rem;
      top: 100%;
      z-index: 6; }
      .sticky-nav__accordion .accordion__content a {
        font-size: 17px !important;
        line-height: 25px !important;
        font-size: 1.7rem !important;
        line-height: 2.5rem !important;
        display: block;
        margin: 2rem 0;
        position: relative;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content; }
        .sticky-nav__accordion .accordion__content a:first-child {
          margin-top: 0; }
        .sticky-nav__accordion .accordion__content a.active-section:after, .sticky-nav__accordion .accordion__content a:hover:after {
          bottom: 0;
          width: 100%; }
    .sticky-nav__accordion.accordion-open:after {
      background-color: #f4f5f5;
      content: '';
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: calc(100% + 1.5rem); }
    .sticky-nav__accordion.accordion-open .accordion__content {
      display: block; }
    .sticky-nav__accordion.accordion-open .accordion__toggle:before {
      -webkit-transform: translateY(-50%) rotate(0deg);
          -ms-transform: translateY(-50%) rotate(0deg);
              transform: translateY(-50%) rotate(0deg);
      -webkit-transition: 300ms ease all;
      -o-transition: 300ms ease all;
      transition: 300ms ease all; }
    .sticky-nav__accordion.accordion-open .accordion__links {
      display: block; }
      .sticky-nav__accordion.accordion-open .accordion__links a {
        display: block;
        margin: 2rem 0; }
        .sticky-nav__accordion.accordion-open .accordion__links a:last-child {
          margin-bottom: 0; }
        .sticky-nav__accordion.accordion-open .accordion__links a:after {
          display: none; }
  .sticky-nav--pinned {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 6; }
    .sticky-nav--pinned .sticky-nav__title {
      display: block;
      padding-right: 2rem; }
    @media (min-width: 1000px) {
      .sticky-nav--pinned .sticky-nav__links {
        display: block; } }

.tables .wrapper {
  padding-top: 3rem;
  padding-bottom: 3rem; }

.tables h5 {
  font-size: 14px !important;
  line-height: 18px !important;
  font-size: 1.4rem !important;
  line-height: 1.8rem !important;
  border: 2px solid #1d1d1d;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 400;
  margin: 0 auto;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  padding: 0.5rem 1rem;
  text-align: center; }

.tables p {
  font-size: 14px !important;
  line-height: 17px !important;
  font-size: 1.4rem !important;
  line-height: 1.7rem !important; }

.tables__desktop-cells {
  display: block; }

.tables a:not(.button) {
  color: #627E30;
  font-weight: 700; }
  .tables a:not(.button):hover {
    color: #37471b;
    text-decoration: underline; }

.tables .component-header {
  margin: 0 auto 3rem; }
  .tables .component-header h3,
  .tables .component-header p {
    margin-left: auto;
    margin-right: auto;
    max-width: 900px;
    text-align: center; }
  .tables .component-header p {
    font-size: 20px !important;
    line-height: 1.4 !important; }

.tables__table {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow-x: auto; }

.tables__column {
  position: relative;
  padding: 32px 0 0;
  border: 3px solid transparent;
  border-left-width: 0px;
  border-right-width: 0px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0; }
  .tables__column:last-child {
    margin-bottom: 0; }
  .tables__column:not(.tables__column--primary) .tables__column__header {
    padding: 0 1.5rem; }
  .tables__column__header {
    padding-bottom: 1.5rem;
    background: #D9E6BB;
    overflow: hidden; }
    .tables__column__header h4 {
      font-size: 14px !important;
      line-height: 17px !important;
      font-size: 1.4rem !important;
      line-height: 1.7rem !important;
      font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
      font-weight: bold;
      margin: 0 auto;
      padding: 1.5rem;
      text-align: center;
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content; }
    .tables__column__header p {
      text-align: center;
      margin: 0 0 1.5rem;
      font-size: 14px !important;
      line-height: 17px !important;
      font-size: 1.4rem !important;
      line-height: 1.7rem !important; }
  .tables__column__cell {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #EBEBEB;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 12px 24px;
    position: relative; }
    .tables__column__cell:nth-child(odd) {
      background: #F7F7F7; }
    .tables__column__cell p {
      -ms-flex-item-align: center;
          align-self: center;
      display: block;
      margin: 0;
      position: relative;
      text-align: center; }
    .tables__column__cell.left-aligned {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
      .tables__column__cell.left-aligned p {
        text-align: left; }
    .tables__column__cell--title-row {
      background-color: #eef4e0 !important;
      border: none;
      position: relative; }
      .tables__column__cell--title-row p {
        font-weight: bold; }
    .tables__column__cell .icon-checkmark,
    .tables__column__cell .icon-questionmark,
    .tables__column__cell .icon-x {
      text-align: center;
      font-size: 20px !important;
      line-height: 20px !important;
      font-size: 2rem !important;
      line-height: 2rem !important; }
    .tables__column__cell .icon-checkmark:before {
      color: #627E30; }
    .tables__column__cell .icon-questionmark:before {
      color: #ffc774; }
    .tables__column__cell .icon-x:before {
      color: #fb8373; }
    .tables__column__cell .no-check {
      position: relative; }
      .tables__column__cell .no-check:before {
        background-color: #979797;
        content: '';
        height: 1px;
        left: 50%;
        position: absolute;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        width: 20px; }
  .tables__column:last-child .tables__column__cell--title-row:after {
    right: -1.5rem;
    width: 1.5rem; }
  .tables__column__button {
    padding: 10px 5px; }
    .tables__column__button a {
      display: block;
      margin: 0;
      width: 100%;
      max-width: none;
      border: none;
      white-space: nowrap; }
  .tables__column--primary {
    border-color: transparent;
    -webkit-box-flex: 1.75;
        -ms-flex: 1.75;
            flex: 1.75; }
    .tables__column--primary .tables__column__header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .tables__column--primary .tables__column__header h4 {
        text-align: left;
        color: #1d1d1d;
        margin: 0; }
    .tables__column--primary .tables__column__cell {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
      .tables__column--primary .tables__column__cell--title-row:before {
        display: none; }
      .tables__column--primary .tables__column__cell p {
        text-align: left; }
  .tables__column--featured {
    border: 2px solid #627E30; }
    .tables__column--featured h5 {
      display: block;
      position: absolute;
      padding: 0;
      top: 0;
      left: 0;
      width: 100%;
      line-height: 32px !important;
      font-size: 12px !important;
      font-weight: 800;
      text-align: center;
      border: none;
      background: #627E30;
      color: #ffffff;
      max-width: none;
      font-family: "Pluto", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; }
    .tables__column--featured .icon-checkmark:before {
      color: #1d1d1d; }

.tables .tooltip {
  position: relative;
  width: 0; }
  .tables .tooltip__icon {
    background-color: #2C2C2C;
    border-radius: 30px;
    color: #fff;
    height: 1.3rem;
    width: 1.3rem;
    position: relative;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
    .tables .tooltip__icon:hover {
      cursor: pointer; }
    .tables .tooltip__icon::before {
      content: 'i';
      left: 50%;
      position: absolute;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      font-size: 0.7rem;
      font-weight: bold; }
  .tables .tooltip__content {
    background-color: #fff;
    border: 1px solid #848484;
    color: #848484;
    cursor: default;
    display: none;
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    left: 4rem;
    padding: 1.5rem;
    padding-right: 3rem;
    position: absolute;
    top: -2.5rem;
    width: 200px;
    z-index: +1; }
    .tables .tooltip__content:after {
      background-color: #fff;
      border-bottom: 1px solid #2C2C2C;
      border-left: 1px solid #2C2C2C;
      content: '';
      height: 2rem;
      left: -1.075rem;
      position: absolute;
      top: 2rem;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg);
      width: 2rem; }
    .tables .tooltip__content .tooltip__close {
      cursor: pointer;
      height: 14px;
      position: absolute;
      right: 5px;
      top: 5px;
      width: 14px;
      z-index: +1; }
      .tables .tooltip__content .tooltip__close:before, .tables .tooltip__content .tooltip__close:after {
        background-color: #848484;
        content: '';
        height: 1px;
        position: absolute;
        top: 50%;
        width: 14px; }
      .tables .tooltip__content .tooltip__close:after {
        -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg); }
      .tables .tooltip__content .tooltip__close:before {
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg); }
      .tables .tooltip__content .tooltip__close:hover:before, .tables .tooltip__content .tooltip__close:hover:after {
        background-color: #2C2C2C; }
    .tables .tooltip__content.tooltip-visible {
      display: block; }

.tables .no-check + .tooltip {
  right: -2rem; }

.tabs {
  overflow: hidden;
  position: relative;
  padding: 3rem 0; }
  .tabs > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center top;
       object-position: center top; }
  @media (min-width: 800px) {
    .tabs {
      padding: 4.5rem 0; } }
  .tabs .wrapper {
    position: relative;
    z-index: 2; }
    @media (max-width: 800px) {
      .tabs .wrapper {
        padding: 0; } }
  @media (max-width: 800px) {
    .tabs .component-header {
      padding-left: 1.5rem;
      padding-right: 1.5rem; } }
  @media (min-width: 800px) {
    .tabs__accordion, .tabs__content {
      margin: 0 4.5rem; } }
  .tabs__accordion ul {
    margin: 0;
    padding: 0;
    width: 100%; }
    @media (min-width: 800px) {
      .tabs__accordion ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }
  .tabs__accordion__text {
    display: none; }
  .tabs__accordion__item {
    border-top: 1px solid #c5c5c5;
    padding: 1.5rem;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    width: 100%; }
    @media (min-width: 800px) {
      .tabs__accordion__item {
        border-top: none;
        padding: 1rem 1.5rem;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content; } }
    .tabs__accordion__item h5 {
      color: #1d1d1d;
      cursor: pointer;
      font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
      font-weight: 600;
      margin: 0;
      max-width: -webkit-max-content;
      max-width: -moz-max-content;
      max-width: max-content;
      -webkit-transition: ease 300ms all;
      -o-transition: ease 300ms all;
      transition: ease 300ms all; }
      .tabs__accordion__item h5:before {
        font-size: 24px !important;
        line-height: 24px !important;
        font-size: 2.4rem !important;
        line-height: 2.4rem !important;
        color: #1d1d1d;
        position: absolute;
        right: 1.5rem; }
      @media (min-width: 800px) {
        .tabs__accordion__item h5:before {
          display: none; } }
    .tabs__accordion__item:hover h5 {
      color: #627E30; }
    .tabs__accordion__item.active-tab {
      background-color: #ebebeb; }
      .tabs__accordion__item.active-tab h5 {
        color: #627E30;
        margin-bottom: 2rem; }
        @media (min-width: 800px) {
          .tabs__accordion__item.active-tab h5 {
            margin: 0; } }
        .tabs__accordion__item.active-tab h5:before {
          -webkit-transform: rotate(180deg);
              -ms-transform: rotate(180deg);
                  transform: rotate(180deg); }
      .tabs__accordion__item.active-tab .tabs__accordion__text {
        display: block; }
        @media (min-width: 800px) {
          .tabs__accordion__item.active-tab .tabs__accordion__text {
            display: none; } }
        .tabs__accordion__item.active-tab .tabs__accordion__text .button, .tabs__accordion__item.active-tab .tabs__accordion__text #CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogBodyButtons .CybotCookiebotDialogBodyButton, #CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogBodyButtons .tabs__accordion__item.active-tab .tabs__accordion__text .CybotCookiebotDialogBodyButton, .tabs__accordion__item.active-tab .tabs__accordion__text .sticky-nav__links a, .sticky-nav__links .tabs__accordion__item.active-tab .tabs__accordion__text a,
        .tabs__accordion__item.active-tab .tabs__accordion__text .sticky-nav .accordion__links a, .sticky-nav .accordion__links .tabs__accordion__item.active-tab .tabs__accordion__text a {
          margin-bottom: 3rem; }
  .tabs__content {
    background-color: #ebebeb;
    display: none; }
    @media (min-width: 800px) {
      .tabs__content {
        display: block; } }
    .tabs__content__item {
      display: none; }
      .tabs__content__item img {
        margin: 0 auto; }
      .tabs__content__item.active-content {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
    .tabs__content__text {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      max-width: 100%;
      padding: 3rem 1.5rem; }
      @media (min-width: 800px) {
        .tabs__content__text {
          -ms-flex-preferred-size: 50%;
              flex-basis: 50%;
          max-width: 50%; } }
      .tabs__content__text--full {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        max-width: 100%; }
    .tabs__content__image {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      max-width: 100%;
      padding: 3rem; }
      @media (min-width: 800px) {
        .tabs__content__image {
          -ms-flex-preferred-size: 50%;
              flex-basis: 50%;
          max-width: 50%; } }
  .tabs.bg-medium-grey .active-tab,
  .tabs.bg-medium-grey .tabs__content, .tabs.bg-light-grey .active-tab, .single-post .tabs.related-posts .active-tab,
  .tabs.bg-light-grey .tabs__content,
  .single-post .tabs.related-posts .tabs__content, .tabs.bg-image .active-tab,
  .tabs.bg-image .tabs__content {
    background-color: #fff; }

.testimonials {
  padding: 3rem 0;
  position: relative;
  overflow: hidden; }
  .testimonials > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center top;
       object-position: center top; }
  @media (min-width: 1000px) {
    .testimonials {
      padding: 6rem 0; } }
  .testimonials .wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .testimonials .swiper-container {
    -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.25);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin: 0;
    max-width: 100%; }
    @media (min-width: 800px) {
      .testimonials .swiper-container {
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
        max-width: 50%; } }
  .testimonials .testimonial__header {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%; }
    @media (min-width: 800px) {
      .testimonials .testimonial__header {
        -ms-flex-preferred-size: 40%;
            flex-basis: 40%;
        max-width: 40%; } }
    .testimonials .testimonial__header a {
      margin-bottom: 4.5rem; }
      @media (min-width: 800px) {
        .testimonials .testimonial__header a {
          margin-bottom: 0; } }
  .testimonials .swiper-slide {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    background-color: #fff;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%; }
  .testimonials__image {
    width: 100%; }
  .testimonials__text {
    -ms-flex-item-align: end;
        align-self: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding: 1.5rem;
    width: 100%; }
    @media (min-width: 1000px) {
      .testimonials__text {
        padding: 1.5rem; } }
    .testimonials__text img {
      margin-bottom: 1.5rem;
      max-width: 150px; }
    .testimonials__text blockquote {
      font-size: 17px !important;
      line-height: 25px !important;
      font-size: 1.7rem !important;
      line-height: 2.5rem !important;
      font-style: italic;
      margin-bottom: 1.5rem; }
    .testimonials__text span {
      font-size: 17px !important;
      line-height: 25px !important;
      font-size: 1.7rem !important;
      line-height: 2.5rem !important;
      font-weight: 600;
      margin-bottom: 0.5rem; }
    .testimonials__text p {
      margin-bottom: 1.5rem; }
  .testimonials .swiper-pagination {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 1.5rem;
    padding-bottom: 0; }
    .testimonials .swiper-pagination .swiper-pagination-bullet {
      background-color: transparent;
      border-radius: 30px;
      border: 1px solid #c5c5c5;
      height: 12px;
      margin: 0;
      opacity: 1;
      margin-right: 1.5rem;
      width: 12px; }
      .testimonials .swiper-pagination .swiper-pagination-bullet-active {
        background-color: #1d1d1d;
        border-color: #1d1d1d; }

.three-ctas .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 6rem 6rem; }
  @media (min-width: 1000px) {
    .three-ctas .wrapper {
      padding: 6rem 1.5rem; } }

.three-ctas__cta {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: calc(100% - 12rem);
      flex-basis: calc(100% - 12rem);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: calc(100% - 12rem);
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 300ms ease;
  -o-transition: opacity 300ms ease;
  transition: opacity 300ms ease; }
  @media (min-width: 1000px) {
    .three-ctas__cta {
      -ms-flex-preferred-size: 30%;
          flex-basis: 30%;
      max-width: 30%;
      opacity: 1;
      position: relative; } }
  .three-ctas__cta h4 {
    text-transform: uppercase; }
  .three-ctas__cta h4,
  .three-ctas__cta p {
    width: 100%; }
  .three-ctas__cta .button, .three-ctas__cta #CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogBodyButtons .CybotCookiebotDialogBodyButton, #CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogBodyButtons .three-ctas__cta .CybotCookiebotDialogBodyButton, .three-ctas__cta .sticky-nav__links a, .sticky-nav__links .three-ctas__cta a,
  .three-ctas__cta .sticky-nav .accordion__links a, .sticky-nav .accordion__links .three-ctas__cta a {
    -ms-flex-item-align: end;
        align-self: flex-end; }
  @media (max-width: 1000px) {
    .three-ctas__cta.active-cta {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      max-width: 100%;
      opacity: 1;
      position: relative; } }

.three-ctas__navigation {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  left: 0;
  padding: 0 1rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%; }
  @media (min-width: 1000px) {
    .three-ctas__navigation {
      display: none; } }
  .three-ctas__navigation button {
    font-size: 30px !important;
    line-height: 30px !important;
    font-size: 3rem !important;
    line-height: 3rem !important;
    border: 2px solid #1d1d1d;
    border-radius: 30px;
    display: block;
    outline: none;
    padding: 1.5rem;
    position: relative; }
    .three-ctas__navigation button:before {
      left: 0;
      position: absolute;
      -webkit-transform: rotate(-90deg);
          -ms-transform: rotate(-90deg);
              transform: rotate(-90deg);
      top: 0; }
  .three-ctas__navigation .three-ctas__prev:before {
    left: -1px; }

.blog .three-ctas__cta h4 {
  font-size: 28px !important;
  line-height: 30px !important;
  font-size: 2.8rem !important;
  line-height: 3rem !important; }

.two-column-content-blurbs {
  padding: 3rem 0;
  position: relative; }
  .two-column-content-blurbs .wrapper {
    padding: 0; }
    @media (min-width: 1000px) {
      .two-column-content-blurbs .wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        padding-left: 1.5rem;
        padding-right: 1.5rem; } }
  .two-column-content-blurbs .component-header {
    padding-left: 1.5rem;
    padding-right: 1.5rem; }
    @media (min-width: 1000px) {
      .two-column-content-blurbs .component-header {
        max-width: 105rem;
        margin-left: auto;
        margin-right: auto; } }
    .two-column-content-blurbs .component-header h3,
    .two-column-content-blurbs .component-header p {
      max-width: 100%;
      text-align: center; }
    .two-column-content-blurbs .component-header h3 {
      font-size: 26px !important;
      line-height: 28px !important;
      font-size: 2.6rem !important;
      line-height: 2.8rem !important; }
      @media (min-width: 1000px) {
        .two-column-content-blurbs .component-header h3 {
          font-size: 44px !important;
          line-height: 48px !important;
          font-size: 4.4rem !important;
          line-height: 4.8rem !important; } }
    .two-column-content-blurbs .component-header p {
      font-size: 19px !important;
      line-height: 24px !important;
      font-size: 1.9rem !important;
      line-height: 2.4rem !important; }
      @media (min-width: 1000px) {
        .two-column-content-blurbs .component-header p {
          font-size: 22px !important;
          line-height: 27px !important;
          font-size: 2.2rem !important;
          line-height: 2.7rem !important; } }
  .two-column-content-blurbs p a:not(.button) {
    color: #34A3AE;
    font-weight: 500; }
    .two-column-content-blurbs p a:not(.button):hover {
      color: #17474c;
      text-decoration: underline; }
  .two-column-content-blurbs__image {
    width: 100%;
    z-index: 0; }
    @media (min-width: 1000px) {
      .two-column-content-blurbs__image {
        width: 50%; } }
  .two-column-content-blurbs__content {
    padding: 3rem 1.5rem 0;
    width: 100%; }
    @media (min-width: 1000px) {
      .two-column-content-blurbs__content {
        padding: 0 6rem;
        padding-right: 0;
        width: 50%; } }
    .two-column-content-blurbs__content h2 {
      margin-top: 0;
      width: 100%; }
    .two-column-content-blurbs__content p {
      margin: 0; }
    .two-column-content-blurbs__content__description {
      margin-bottom: 1.5rem !important; }
      .two-column-content-blurbs__content__description p {
        font-size: 19px !important;
        line-height: 24px !important;
        font-size: 1.9rem !important;
        line-height: 2.4rem !important; }
        @media (min-width: 1000px) {
          .two-column-content-blurbs__content__description p {
            font-size: 22px !important;
            line-height: 27px !important;
            font-size: 2.2rem !important;
            line-height: 2.7rem !important; } }
  .two-column-content-blurbs__blurb-container {
    padding-bottom: 3rem; }
    @media (min-width: 1000px) {
      .two-column-content-blurbs__blurb-container {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
    .two-column-content-blurbs__blurb-container div {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin: 0 auto;
      padding: 0 0 1rem;
      width: 100%; }
      @media (min-width: 1000px) {
        .two-column-content-blurbs__blurb-container div {
          margin: 0;
          width: 48%; } }
      .two-column-content-blurbs__blurb-container div p,
      .two-column-content-blurbs__blurb-container div a {
        font-size: 19px !important;
        line-height: 24px !important;
        font-size: 1.9rem !important;
        line-height: 2.4rem !important;
        padding-left: 2.4rem;
        position: relative; }
        @media (min-width: 1000px) {
          .two-column-content-blurbs__blurb-container div p,
          .two-column-content-blurbs__blurb-container div a {
            font-size: 22px !important;
            line-height: 27px !important;
            font-size: 2.2rem !important;
            line-height: 2.7rem !important; } }
        .two-column-content-blurbs__blurb-container div p:before,
        .two-column-content-blurbs__blurb-container div a:before {
          background-color: #2C2C2C;
          border-radius: 100%;
          height: .4rem;
          left: 0;
          position: absolute;
          top: 12px;
          width: .4rem; }
      .two-column-content-blurbs__blurb-container div a:hover {
        text-decoration: underline; }
        .two-column-content-blurbs__blurb-container div a:hover::before {
          text-decoration: none; }
      .two-column-content-blurbs__blurb-container div .list-type-default:before {
        content: ''; }
    .two-column-content-blurbs__blurb-container--checklist {
      display: block; }
      .two-column-content-blurbs__blurb-container--checklist div {
        display: block;
        width: 100%; }
        .two-column-content-blurbs__blurb-container--checklist div p,
        .two-column-content-blurbs__blurb-container--checklist div a {
          display: block;
          padding-left: 4.5rem; }
          .two-column-content-blurbs__blurb-container--checklist div p:before,
          .two-column-content-blurbs__blurb-container--checklist div a:before {
            font-size: 22px !important;
            line-height: 33px !important;
            font-size: 2.2rem !important;
            line-height: 3.3rem !important;
            background-color: transparent !important;
            border-radius: 100%;
            color: #1d1d1d;
            top: -3px; }
  .two-column-content-blurbs__button-wrapper .button, .two-column-content-blurbs__button-wrapper #CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogBodyButtons .CybotCookiebotDialogBodyButton, #CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogBodyButtons .two-column-content-blurbs__button-wrapper .CybotCookiebotDialogBodyButton, .two-column-content-blurbs__button-wrapper .sticky-nav__links a, .sticky-nav__links .two-column-content-blurbs__button-wrapper a,
  .two-column-content-blurbs__button-wrapper .sticky-nav .accordion__links a, .sticky-nav .accordion__links .two-column-content-blurbs__button-wrapper a {
    display: block;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content; }
    .two-column-content-blurbs__button-wrapper .button:first-child, .two-column-content-blurbs__button-wrapper #CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogBodyButtons .CybotCookiebotDialogBodyButton:first-child, #CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogBodyButtons .two-column-content-blurbs__button-wrapper .CybotCookiebotDialogBodyButton:first-child, .two-column-content-blurbs__button-wrapper .sticky-nav__links a:first-child, .sticky-nav__links .two-column-content-blurbs__button-wrapper a:first-child,
    .two-column-content-blurbs__button-wrapper .sticky-nav .accordion__links a:first-child, .sticky-nav .accordion__links .two-column-content-blurbs__button-wrapper a:first-child {
      margin-bottom: 15px; }
    @media (min-width: 1000px) {
      .two-column-content-blurbs__button-wrapper .button, .two-column-content-blurbs__button-wrapper #CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogBodyButtons .CybotCookiebotDialogBodyButton, #CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogBodyButtons .two-column-content-blurbs__button-wrapper .CybotCookiebotDialogBodyButton, .two-column-content-blurbs__button-wrapper .sticky-nav__links a, .sticky-nav__links .two-column-content-blurbs__button-wrapper a,
      .two-column-content-blurbs__button-wrapper .sticky-nav .accordion__links a, .sticky-nav .accordion__links .two-column-content-blurbs__button-wrapper a {
        display: inline-block;
        margin: 0; }
        .two-column-content-blurbs__button-wrapper .button:first-child, .two-column-content-blurbs__button-wrapper #CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogBodyButtons .CybotCookiebotDialogBodyButton:first-child, #CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogBodyButtons .two-column-content-blurbs__button-wrapper .CybotCookiebotDialogBodyButton:first-child, .two-column-content-blurbs__button-wrapper .sticky-nav__links a:first-child, .sticky-nav__links .two-column-content-blurbs__button-wrapper a:first-child,
        .two-column-content-blurbs__button-wrapper .sticky-nav .accordion__links a:first-child, .sticky-nav .accordion__links .two-column-content-blurbs__button-wrapper a:first-child {
          margin-bottom: 0;
          margin-right: 15px; } }
  .two-column-content-blurbs--reversed .wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
  @media (min-width: 1000px) {
    .two-column-content-blurbs--reversed .two-column-content-blurbs__content {
      padding: 30px 60px; } }

.not-found {
  padding: 9.2rem 0 6rem;
  text-align: center; }
  .not-found p {
    margin: 0; }
  .not-found .description {
    font-size: 1.8rem !important;
    line-height: 1.2 !important; }
  .not-found-header {
    margin-bottom: 4.5rem; }
    .not-found-header h1 {
      text-align: center;
      margin-bottom: 2rem; }
  .not-found-image {
    margin: 0 auto 5.3rem;
    max-width: 54.3rem; }
  .not-found-suggestions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4rem;
    margin-top: 4rem; }
    @media (min-width: 800px) {
      .not-found-suggestions {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        gap: 6.3rem; } }
    .not-found-suggestions a {
      -webkit-box-shadow: 0px 4px 44px rgba(0, 0, 0, 0.08);
              box-shadow: 0px 4px 44px rgba(0, 0, 0, 0.08);
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      font-size: 2rem;
      font-weight: bold;
      padding: 6rem;
      text-transform: uppercase; }
    .not-found-suggestions .resources figure {
      width: 8.4rem; }
    .not-found-suggestions .company figure {
      width: 6.3rem; }
    .not-found-suggestions .contact figure {
      width: 7.8rem; }
    .not-found-suggestions figure {
      margin: 0 auto 3rem; }

.page-template-page-press-release .rich-text {
  padding-top: 0; }

.single-post .article-detail__meta--bottom,
.single-resources .article-detail__meta--bottom {
  margin: 0 auto; }

.single-post .related-posts {
  margin: 0;
  padding: 55px 0; }
  .single-post .related-posts h3 {
    margin-bottom: 35px; }
