@charset "UTF-8";
/**
 * Foundation for Sites
 * Version 6.7.5
 * https://get.foundation
 * Licensed under MIT Open Source
 */
@media print, screen and (min-width: 40em) {
    .reveal.large, .reveal.small, .reveal.tiny, .reveal {
        right: auto;
        left: auto;
        margin: 0 auto;
    }
}
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
   ========================================================================== */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
    font-family: sans-serif; /* 1 */
    line-height: 1.15; /* 2 */
    -ms-text-size-adjust: 100%; /* 3 */
    -webkit-text-size-adjust: 100%; /* 3 */
}

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
    display: block;
}

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

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
figcaption,
figure {
    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 */
}

/**
 * Add the correct display in IE.
 */
main {
    display: block;
}

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

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

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
    outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 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 */
    -webkit-text-decoration: underline dotted;
            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: #ff0;
    color: #000;
}

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

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
    overflow: hidden;
}

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

/**
 * Show the overflow in IE.
 */
button {
    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],
[type=reset],
[type=submit] {
    -webkit-appearance: button; /* 2 */
}

button,
[type=button],
[type=reset],
[type=submit] {
    /**
     * Remove the inner border and padding in Firefox.
     */
    /**
     * Restore the focus styles unset by the previous rule.
     */
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Show the overflow in Edge.
 */
input {
    overflow: visible;
}

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

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

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

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

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

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

/*
 * Add the correct display in IE 9-.
 */
menu {
    display: block;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
    display: inline-block;
}

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

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

.foundation-mq {
    font-family: "small=0em&medium=40em&large=64em&xlarge=90em&xxlarge=90em";
}

html {
    box-sizing: border-box;
    font-size: 100%;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

body {
    margin: 0;
    padding: 0;
    background: #ffffff;
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-weight: normal;
    line-height: 1.5;
    color: #161B26;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic;
}

textarea {
    height: auto;
    min-height: 50px;
    border-radius: 0;
}

select {
    box-sizing: border-box;
    width: 100%;
    border-radius: 0;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
    max-width: none !important;
}

button {
    padding: 0;
    -webkit-appearance: none;
            appearance: none;
    border: 0;
    border-radius: 0;
    background: transparent;
    line-height: 1;
    cursor: auto;
}
[data-whatinput=mouse] button {
    outline: 0;
}

pre {
    overflow: auto;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
}

.is-visible {
    display: block !important;
}

.is-hidden {
    display: none !important;
}

[type=text], [type=password], [type=date], [type=datetime], [type=datetime-local], [type=month], [type=week], [type=email], [type=number], [type=search], [type=tel], [type=time], [type=url], [type=color],
textarea {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 2.4375rem;
    margin: 0 0 1rem;
    padding: 0.5rem;
    border: 1px solid #cacaca;
    border-radius: 0;
    background-color: #ffffff;
    box-shadow: inset 0 1px 2px rgba(22, 27, 38, 0.1);
    font-family: inherit;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.5;
    color: #161B26;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    -webkit-appearance: none;
            appearance: none;
}
[type=text]:focus, [type=password]:focus, [type=date]:focus, [type=datetime]:focus, [type=datetime-local]:focus, [type=month]:focus, [type=week]:focus, [type=email]:focus, [type=number]:focus, [type=search]:focus, [type=tel]:focus, [type=time]:focus, [type=url]:focus, [type=color]:focus,
textarea:focus {
    outline: none;
    border: 1px solid #8a8a8a;
    background-color: #ffffff;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

textarea {
    max-width: 100%;
}
textarea[rows] {
    height: auto;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #cacaca;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #cacaca;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
    color: #cacaca;
}

input::placeholder,
textarea::placeholder {
    color: #cacaca;
}
input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
    background-color: #e6e6e6;
    cursor: not-allowed;
}

[type=submit],
[type=button] {
    -webkit-appearance: none;
            appearance: none;
    border-radius: 0;
}

input[type=search] {
    box-sizing: border-box;
}

[type=file],
[type=checkbox],
[type=radio] {
    margin: 0 0 1rem;
}

[type=checkbox] + label,
[type=radio] + label {
    display: inline-block;
    vertical-align: baseline;
    margin-left: 0.5rem;
    margin-right: 1rem;
    margin-bottom: 0;
}
[type=checkbox] + label[for],
[type=radio] + label[for] {
    cursor: pointer;
}

label > [type=checkbox],
label > [type=radio] {
    margin-right: 0.5rem;
}

[type=file] {
    width: 100%;
}

label {
    display: block;
    margin: 0;
    font-size: 0.875rem;
    font-weight: normal;
    line-height: 1.8;
    color: #161B26;
}
label.middle {
    margin: 0 0 1rem;
    padding: 0.5625rem 0;
}

.help-text {
    margin-top: -0.5rem;
    font-size: 0.8125rem;
    font-style: italic;
    color: #161B26;
}

.input-group {
    display: -webkit-flex;
    display: flex;
    width: 100%;
    margin-bottom: 1rem;
    -webkit-align-items: stretch;
            align-items: stretch;
}
.input-group > :first-child {
    border-radius: 0 0 0 0;
}
.input-group > :last-child > * {
    border-radius: 0 0 0 0;
}

.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label, .input-group-button, .input-group-field, .input-group-label {
    margin: 0;
    white-space: nowrap;
}

.input-group-label {
    padding: 0 1rem;
    border: 1px solid #cacaca;
    background: #e6e6e6;
    color: #161B26;
    text-align: center;
    white-space: nowrap;
    display: -webkit-flex;
    display: flex;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-align-items: center;
            align-items: center;
}
.input-group-label:first-child {
    border-right: 0;
}
.input-group-label:last-child {
    border-left: 0;
}

.input-group-field {
    border-radius: 0;
    -webkit-flex: 1 1 0px;
            flex: 1 1 0px;
    height: auto;
    min-width: 0;
}

.input-group-button {
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
    display: -webkit-flex;
    display: flex;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
}
.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
    height: auto;
    -webkit-align-self: stretch;
                -ms-grid-row-align: stretch;
            align-self: stretch;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1rem;
}

fieldset {
    margin: 0;
    padding: 0;
    border: 0;
}

legend {
    max-width: 100%;
    margin-bottom: 0.5rem;
}

.fieldset {
    margin: 1.125rem 0;
    padding: 1.25rem;
    border: 1px solid #cacaca;
}
.fieldset legend {
    margin: 0;
    margin-left: -0.1875rem;
    padding: 0 0.1875rem;
}

select {
    height: 2.4375rem;
    margin: 0 0 1rem;
    padding: 0.5rem;
    -webkit-appearance: none;
            appearance: none;
    border: 1px solid #cacaca;
    border-radius: 0;
    background-color: #ffffff;
    font-family: inherit;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.5;
    color: #161B26;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
    background-origin: content-box;
    background-position: right -1rem center;
    background-repeat: no-repeat;
    background-size: 9px 6px;
    padding-right: 1.5rem;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
@media screen and (min-width: 0\0 ) {
    select {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
    }
}
select:focus {
    outline: none;
    border: 1px solid #8a8a8a;
    background-color: #ffffff;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
select:disabled {
    background-color: #e6e6e6;
    cursor: not-allowed;
}
select::-ms-expand {
    display: none;
}
select[multiple] {
    height: auto;
    background-image: none;
}

.is-invalid-input:not(:focus) {
    border-color: #cc4b37;
    background-color: #faedeb;
}
.is-invalid-input:not(:focus)::-webkit-input-placeholder {
    color: #cc4b37;
}
.is-invalid-input:not(:focus):-ms-input-placeholder {
    color: #cc4b37;
}
.is-invalid-input:not(:focus)::-ms-input-placeholder {
    color: #cc4b37;
}
.is-invalid-input:not(:focus)::placeholder {
    color: #cc4b37;
}

.is-invalid-label {
    color: #cc4b37;
}

.form-error {
    display: none;
    margin-top: -0.5rem;
    margin-bottom: 1rem;
    font-size: 0.75rem;
    font-weight: bold;
    color: #cc4b37;
}
.form-error.is-visible {
    display: block;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

p {
    margin-bottom: 1rem;
    font-size: inherit;
    line-height: 1.6;
    text-rendering: optimizeLegibility;
}

em,
i {
    font-style: italic;
    line-height: inherit;
}

strong,
b {
    font-weight: bold;
    line-height: inherit;
}

small {
    font-size: 80%;
    line-height: inherit;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    color: inherit;
    text-rendering: optimizeLegibility;
}
h1 small, .h1 small,
h2 small, .h2 small,
h3 small, .h3 small,
h4 small, .h4 small,
h5 small, .h5 small,
h6 small, .h6 small {
    line-height: 0;
    color: #cacaca;
}

h1, .h1 {
    font-size: 1.5rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5rem;
}

h2, .h2 {
    font-size: 1.25rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5rem;
}

h3, .h3 {
    font-size: 1.1875rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5rem;
}

h4, .h4 {
    font-size: 1.125rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5rem;
}

h5, .h5 {
    font-size: 1.0625rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5rem;
}

h6, .h6 {
    font-size: 1rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5rem;
}

@media print, screen and (min-width: 40em) {
    h1, .h1 {
        font-size: 3rem;
    }
    h2, .h2 {
        font-size: 2.5rem;
    }
    h3, .h3 {
        font-size: 1.9375rem;
    }
    h4, .h4 {
        font-size: 1.5625rem;
    }
    h5, .h5 {
        font-size: 1.25rem;
    }
    h6, .h6 {
        font-size: 1rem;
    }
}
a {
    line-height: inherit;
    color: #1779ba;
    text-decoration: none;
    cursor: pointer;
}
a:hover, a:focus {
    color: #1468a0;
}
a img {
    border: 0;
}

hr {
    clear: both;
    max-width: 75rem;
    height: 0;
    margin: 1.25rem auto;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid #cacaca;
    border-left: 0;
}

ul,
ol,
dl {
    margin-bottom: 1rem;
    list-style-position: outside;
    line-height: 1.6;
}

li {
    font-size: inherit;
}

ul {
    margin-left: 1.25rem;
    list-style-type: disc;
}

ol {
    margin-left: 1.25rem;
}

ul ul, ul ol, ol ul, ol ol {
    margin-left: 1.25rem;
    margin-bottom: 0;
}

dl {
    margin-bottom: 1rem;
}
dl dt {
    margin-bottom: 0.3rem;
    font-weight: bold;
}

blockquote {
    margin: 0 0 1rem;
    padding: 0.5625rem 1.25rem 0 1.1875rem;
    border-left: 1px solid #cacaca;
}
blockquote, blockquote p {
    line-height: 1.6;
    color: #8a8a8a;
}

cite {
    display: block;
    font-size: 0.8125rem;
    color: #8a8a8a;
}
cite:before {
    content: "— ";
}

abbr, abbr[title] {
    border-bottom: 1px dotted #161B26;
    cursor: help;
    text-decoration: none;
}

figure {
    margin: 0;
}

code {
    padding: 0.125rem 0.3125rem 0.0625rem;
    border: 1px solid #cacaca;
    background-color: #e6e6e6;
    font-family: Consolas, "Liberation Mono", Courier, monospace;
    font-weight: normal;
    color: #161B26;
}

kbd {
    margin: 0;
    padding: 0.125rem 0.25rem 0;
    background-color: #e6e6e6;
    font-family: Consolas, "Liberation Mono", Courier, monospace;
    color: #161B26;
}

.subheader {
    margin-top: 0.2rem;
    margin-bottom: 0.5rem;
    font-weight: normal;
    line-height: 1.4;
    color: #8a8a8a;
}

.lead {
    font-size: 125%;
    line-height: 1.6;
}

.stat {
    font-size: 2.5rem;
    line-height: 1;
}
p + .stat {
    margin-top: -1rem;
}

ul.no-bullet, ol.no-bullet {
    margin-left: 0;
    list-style: none;
}

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

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

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

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

@media print, screen and (min-width: 40em) {
    .medium-text-left {
        text-align: left;
    }
    .medium-text-right {
        text-align: right;
    }
    .medium-text-center {
        text-align: center;
    }
    .medium-text-justify {
        text-align: justify;
    }
}
@media print, screen and (min-width: 64em) {
    .large-text-left {
        text-align: left;
    }
    .large-text-right {
        text-align: right;
    }
    .large-text-center {
        text-align: center;
    }
    .large-text-justify {
        text-align: justify;
    }
}
.show-for-print {
    display: none !important;
}

@media print {
    * {
        background: transparent !important;
        box-shadow: none !important;
        color: black !important;
        text-shadow: none !important;
    }
    .show-for-print {
        display: block !important;
    }
    .hide-for-print {
        display: none !important;
    }
    table.show-for-print {
        display: table !important;
    }
    thead.show-for-print {
        display: table-header-group !important;
    }
    tbody.show-for-print {
        display: table-row-group !important;
    }
    tr.show-for-print {
        display: table-row !important;
    }
    td.show-for-print {
        display: table-cell !important;
    }
    th.show-for-print {
        display: table-cell !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    pre,
    blockquote {
        border: 1px solid #8a8a8a;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    @page {
        margin: 0.5cm;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    .print-break-inside {
        page-break-inside: auto;
    }
}
.row {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
            flex-flow: row wrap;
}
.row .row {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
}
@media print, screen and (min-width: 40em) {
    .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem;
    }
}
@media print, screen and (min-width: 64em) {
    .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem;
    }
}
.row .row.collapse {
    margin-right: 0;
    margin-left: 0;
}
.row.expanded {
    max-width: none;
}
.row.expanded .row {
    margin-right: auto;
    margin-left: auto;
}
.row:not(.expanded) .row {
    max-width: none;
}
.row.collapse > .column, .row.collapse > .columns {
    padding-right: 0;
    padding-left: 0;
}
.row.is-collapse-child, .row.collapse > .column > .row, .row.collapse > .columns > .row {
    margin-right: 0;
    margin-left: 0;
}

.column, .columns {
    -webkit-flex: 1 1 0px;
            flex: 1 1 0px;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    min-width: 0;
}
@media print, screen and (min-width: 40em) {
    .column, .columns {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
    }
}

.column.row.row, .row.row.columns {
    float: none;
    display: block;
}

.row .column.row.row, .row .row.row.columns {
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
}

.small-1 {
    -webkit-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
}

.small-offset-0 {
    margin-left: 0%;
}

.small-2 {
    -webkit-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
}

.small-offset-1 {
    margin-left: 8.3333333333%;
}

.small-3 {
    -webkit-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
}

.small-offset-2 {
    margin-left: 16.6666666667%;
}

.small-4 {
    -webkit-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
}

.small-offset-3 {
    margin-left: 25%;
}

.small-5 {
    -webkit-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
}

.small-offset-4 {
    margin-left: 33.3333333333%;
}

.small-6 {
    -webkit-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
}

.small-offset-5 {
    margin-left: 41.6666666667%;
}

.small-7 {
    -webkit-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
}

.small-offset-6 {
    margin-left: 50%;
}

.small-8 {
    -webkit-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
}

.small-offset-7 {
    margin-left: 58.3333333333%;
}

.small-9 {
    -webkit-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
}

.small-offset-8 {
    margin-left: 66.6666666667%;
}

.small-10 {
    -webkit-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
}

.small-offset-9 {
    margin-left: 75%;
}

.small-11 {
    -webkit-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
}

.small-offset-10 {
    margin-left: 83.3333333333%;
}

.small-12 {
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
}

.small-offset-11 {
    margin-left: 91.6666666667%;
}

.small-up-1 {
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
}
.small-up-1 > .column, .small-up-1 > .columns {
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
}

.small-up-2 {
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
}
.small-up-2 > .column, .small-up-2 > .columns {
    -webkit-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
}

.small-up-3 {
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
}
.small-up-3 > .column, .small-up-3 > .columns {
    -webkit-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
}

.small-up-4 {
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
}
.small-up-4 > .column, .small-up-4 > .columns {
    -webkit-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
}

.small-up-5 {
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
}
.small-up-5 > .column, .small-up-5 > .columns {
    -webkit-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
}

.small-up-6 {
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
}
.small-up-6 > .column, .small-up-6 > .columns {
    -webkit-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
}

.small-up-7 {
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
}
.small-up-7 > .column, .small-up-7 > .columns {
    -webkit-flex: 0 0 14.2857142857%;
            flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
}

.small-up-8 {
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
}
.small-up-8 > .column, .small-up-8 > .columns {
    -webkit-flex: 0 0 12.5%;
            flex: 0 0 12.5%;
    max-width: 12.5%;
}

.small-collapse > .column, .small-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
}

.small-uncollapse > .column, .small-uncollapse > .columns {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
}

@media print, screen and (min-width: 40em) {
    .medium-1 {
        -webkit-flex: 0 0 8.3333333333%;
                flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }
    .medium-offset-0 {
        margin-left: 0%;
    }
    .medium-2 {
        -webkit-flex: 0 0 16.6666666667%;
                flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .medium-offset-1 {
        margin-left: 8.3333333333%;
    }
    .medium-3 {
        -webkit-flex: 0 0 25%;
                flex: 0 0 25%;
        max-width: 25%;
    }
    .medium-offset-2 {
        margin-left: 16.6666666667%;
    }
    .medium-4 {
        -webkit-flex: 0 0 33.3333333333%;
                flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .medium-offset-3 {
        margin-left: 25%;
    }
    .medium-5 {
        -webkit-flex: 0 0 41.6666666667%;
                flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }
    .medium-offset-4 {
        margin-left: 33.3333333333%;
    }
    .medium-6 {
        -webkit-flex: 0 0 50%;
                flex: 0 0 50%;
        max-width: 50%;
    }
    .medium-offset-5 {
        margin-left: 41.6666666667%;
    }
    .medium-7 {
        -webkit-flex: 0 0 58.3333333333%;
                flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }
    .medium-offset-6 {
        margin-left: 50%;
    }
    .medium-8 {
        -webkit-flex: 0 0 66.6666666667%;
                flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }
    .medium-offset-7 {
        margin-left: 58.3333333333%;
    }
    .medium-9 {
        -webkit-flex: 0 0 75%;
                flex: 0 0 75%;
        max-width: 75%;
    }
    .medium-offset-8 {
        margin-left: 66.6666666667%;
    }
    .medium-10 {
        -webkit-flex: 0 0 83.3333333333%;
                flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }
    .medium-offset-9 {
        margin-left: 75%;
    }
    .medium-11 {
        -webkit-flex: 0 0 91.6666666667%;
                flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }
    .medium-offset-10 {
        margin-left: 83.3333333333%;
    }
    .medium-12 {
        -webkit-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
    }
    .medium-offset-11 {
        margin-left: 91.6666666667%;
    }
    .medium-up-1 {
        -webkit-flex-wrap: wrap;
                flex-wrap: wrap;
    }
    .medium-up-1 > .column, .medium-up-1 > .columns {
        -webkit-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
    }
    .medium-up-2 {
        -webkit-flex-wrap: wrap;
                flex-wrap: wrap;
    }
    .medium-up-2 > .column, .medium-up-2 > .columns {
        -webkit-flex: 0 0 50%;
                flex: 0 0 50%;
        max-width: 50%;
    }
    .medium-up-3 {
        -webkit-flex-wrap: wrap;
                flex-wrap: wrap;
    }
    .medium-up-3 > .column, .medium-up-3 > .columns {
        -webkit-flex: 0 0 33.3333333333%;
                flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .medium-up-4 {
        -webkit-flex-wrap: wrap;
                flex-wrap: wrap;
    }
    .medium-up-4 > .column, .medium-up-4 > .columns {
        -webkit-flex: 0 0 25%;
                flex: 0 0 25%;
        max-width: 25%;
    }
    .medium-up-5 {
        -webkit-flex-wrap: wrap;
                flex-wrap: wrap;
    }
    .medium-up-5 > .column, .medium-up-5 > .columns {
        -webkit-flex: 0 0 20%;
                flex: 0 0 20%;
        max-width: 20%;
    }
    .medium-up-6 {
        -webkit-flex-wrap: wrap;
                flex-wrap: wrap;
    }
    .medium-up-6 > .column, .medium-up-6 > .columns {
        -webkit-flex: 0 0 16.6666666667%;
                flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .medium-up-7 {
        -webkit-flex-wrap: wrap;
                flex-wrap: wrap;
    }
    .medium-up-7 > .column, .medium-up-7 > .columns {
        -webkit-flex: 0 0 14.2857142857%;
                flex: 0 0 14.2857142857%;
        max-width: 14.2857142857%;
    }
    .medium-up-8 {
        -webkit-flex-wrap: wrap;
                flex-wrap: wrap;
    }
    .medium-up-8 > .column, .medium-up-8 > .columns {
        -webkit-flex: 0 0 12.5%;
                flex: 0 0 12.5%;
        max-width: 12.5%;
    }
}
@media print, screen and (min-width: 40em) and (min-width: 40em) {
    .medium-expand {
        -webkit-flex: 1 1 0px;
                flex: 1 1 0px;
    }
}
.row.medium-unstack > .column, .row.medium-unstack > .columns {
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
}
@media print, screen and (min-width: 40em) {
    .row.medium-unstack > .column, .row.medium-unstack > .columns {
        -webkit-flex: 1 1 0px;
                flex: 1 1 0px;
    }
    .medium-collapse > .column, .medium-collapse > .columns {
        padding-right: 0;
        padding-left: 0;
    }
    .medium-uncollapse > .column, .medium-uncollapse > .columns {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
    }
}

@media print, screen and (min-width: 64em) {
    .large-1 {
        -webkit-flex: 0 0 8.3333333333%;
                flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }
    .large-offset-0 {
        margin-left: 0%;
    }
    .large-2 {
        -webkit-flex: 0 0 16.6666666667%;
                flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .large-offset-1 {
        margin-left: 8.3333333333%;
    }
    .large-3 {
        -webkit-flex: 0 0 25%;
                flex: 0 0 25%;
        max-width: 25%;
    }
    .large-offset-2 {
        margin-left: 16.6666666667%;
    }
    .large-4 {
        -webkit-flex: 0 0 33.3333333333%;
                flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .large-offset-3 {
        margin-left: 25%;
    }
    .large-5 {
        -webkit-flex: 0 0 41.6666666667%;
                flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }
    .large-offset-4 {
        margin-left: 33.3333333333%;
    }
    .large-6 {
        -webkit-flex: 0 0 50%;
                flex: 0 0 50%;
        max-width: 50%;
    }
    .large-offset-5 {
        margin-left: 41.6666666667%;
    }
    .large-7 {
        -webkit-flex: 0 0 58.3333333333%;
                flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }
    .large-offset-6 {
        margin-left: 50%;
    }
    .large-8 {
        -webkit-flex: 0 0 66.6666666667%;
                flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }
    .large-offset-7 {
        margin-left: 58.3333333333%;
    }
    .large-9 {
        -webkit-flex: 0 0 75%;
                flex: 0 0 75%;
        max-width: 75%;
    }
    .large-offset-8 {
        margin-left: 66.6666666667%;
    }
    .large-10 {
        -webkit-flex: 0 0 83.3333333333%;
                flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }
    .large-offset-9 {
        margin-left: 75%;
    }
    .large-11 {
        -webkit-flex: 0 0 91.6666666667%;
                flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }
    .large-offset-10 {
        margin-left: 83.3333333333%;
    }
    .large-12 {
        -webkit-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
    }
    .large-offset-11 {
        margin-left: 91.6666666667%;
    }
    .large-up-1 {
        -webkit-flex-wrap: wrap;
                flex-wrap: wrap;
    }
    .large-up-1 > .column, .large-up-1 > .columns {
        -webkit-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
    }
    .large-up-2 {
        -webkit-flex-wrap: wrap;
                flex-wrap: wrap;
    }
    .large-up-2 > .column, .large-up-2 > .columns {
        -webkit-flex: 0 0 50%;
                flex: 0 0 50%;
        max-width: 50%;
    }
    .large-up-3 {
        -webkit-flex-wrap: wrap;
                flex-wrap: wrap;
    }
    .large-up-3 > .column, .large-up-3 > .columns {
        -webkit-flex: 0 0 33.3333333333%;
                flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .large-up-4 {
        -webkit-flex-wrap: wrap;
                flex-wrap: wrap;
    }
    .large-up-4 > .column, .large-up-4 > .columns {
        -webkit-flex: 0 0 25%;
                flex: 0 0 25%;
        max-width: 25%;
    }
    .large-up-5 {
        -webkit-flex-wrap: wrap;
                flex-wrap: wrap;
    }
    .large-up-5 > .column, .large-up-5 > .columns {
        -webkit-flex: 0 0 20%;
                flex: 0 0 20%;
        max-width: 20%;
    }
    .large-up-6 {
        -webkit-flex-wrap: wrap;
                flex-wrap: wrap;
    }
    .large-up-6 > .column, .large-up-6 > .columns {
        -webkit-flex: 0 0 16.6666666667%;
                flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .large-up-7 {
        -webkit-flex-wrap: wrap;
                flex-wrap: wrap;
    }
    .large-up-7 > .column, .large-up-7 > .columns {
        -webkit-flex: 0 0 14.2857142857%;
                flex: 0 0 14.2857142857%;
        max-width: 14.2857142857%;
    }
    .large-up-8 {
        -webkit-flex-wrap: wrap;
                flex-wrap: wrap;
    }
    .large-up-8 > .column, .large-up-8 > .columns {
        -webkit-flex: 0 0 12.5%;
                flex: 0 0 12.5%;
        max-width: 12.5%;
    }
}
@media print, screen and (min-width: 64em) and (min-width: 64em) {
    .large-expand {
        -webkit-flex: 1 1 0px;
                flex: 1 1 0px;
    }
}
.row.large-unstack > .column, .row.large-unstack > .columns {
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
}
@media print, screen and (min-width: 64em) {
    .row.large-unstack > .column, .row.large-unstack > .columns {
        -webkit-flex: 1 1 0px;
                flex: 1 1 0px;
    }
    .large-collapse > .column, .large-collapse > .columns {
        padding-right: 0;
        padding-left: 0;
    }
    .large-uncollapse > .column, .large-uncollapse > .columns {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
    }
}

.shrink {
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: 100%;
}

.column-block {
    margin-bottom: 1.25rem;
}
.column-block > :last-child {
    margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
    .column-block {
        margin-bottom: 1.875rem;
    }
    .column-block > :last-child {
        margin-bottom: 0;
    }
}

.button {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 1rem 0;
    font-family: inherit;
    padding: 0.85em 1em;
    -webkit-appearance: none;
    border: 1px solid transparent;
    border-radius: 0;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    font-size: 0.9rem;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    background-color: #1779ba;
    color: #ffffff;
}
[data-whatinput=mouse] .button {
    outline: 0;
}
.button:hover, .button:focus {
    background-color: #14679e;
    color: #ffffff;
}
.button.tiny {
    font-size: 0.6rem;
}
.button.small {
    font-size: 0.75rem;
}
.button.large {
    font-size: 1.25rem;
}
.button.expanded {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
}
.button.primary {
    background-color: #1779ba;
    color: #ffffff;
}
.button.primary:hover, .button.primary:focus {
    background-color: #126195;
    color: #ffffff;
}
.button.secondary {
    background-color: #767676;
    color: #ffffff;
}
.button.secondary:hover, .button.secondary:focus {
    background-color: #5e5e5e;
    color: #ffffff;
}
.button.success {
    background-color: #3adb76;
    color: #161B26;
}
.button.success:hover, .button.success:focus {
    background-color: #22bb5b;
    color: #161B26;
}
.button.warning {
    background-color: #ffae00;
    color: #161B26;
}
.button.warning:hover, .button.warning:focus {
    background-color: #cc8b00;
    color: #161B26;
}
.button.alert {
    background-color: #cc4b37;
    color: #ffffff;
}
.button.alert:hover, .button.alert:focus {
    background-color: #a53b2a;
    color: #ffffff;
}
.button.disabled, .button[disabled] {
    opacity: 0.25;
    cursor: not-allowed;
}
.button.disabled, .button.disabled:hover, .button.disabled:focus, .button[disabled], .button[disabled]:hover, .button[disabled]:focus {
    background-color: #1779ba;
    color: #ffffff;
}
.button.disabled.primary, .button[disabled].primary {
    opacity: 0.25;
    cursor: not-allowed;
}
.button.disabled.primary, .button.disabled.primary:hover, .button.disabled.primary:focus, .button[disabled].primary, .button[disabled].primary:hover, .button[disabled].primary:focus {
    background-color: #1779ba;
    color: #ffffff;
}
.button.disabled.secondary, .button[disabled].secondary {
    opacity: 0.25;
    cursor: not-allowed;
}
.button.disabled.secondary, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
    background-color: #767676;
    color: #ffffff;
}
.button.disabled.success, .button[disabled].success {
    opacity: 0.25;
    cursor: not-allowed;
}
.button.disabled.success, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success, .button[disabled].success:hover, .button[disabled].success:focus {
    background-color: #3adb76;
    color: #161B26;
}
.button.disabled.warning, .button[disabled].warning {
    opacity: 0.25;
    cursor: not-allowed;
}
.button.disabled.warning, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning, .button[disabled].warning:hover, .button[disabled].warning:focus {
    background-color: #ffae00;
    color: #161B26;
}
.button.disabled.alert, .button[disabled].alert {
    opacity: 0.25;
    cursor: not-allowed;
}
.button.disabled.alert, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert, .button[disabled].alert:hover, .button[disabled].alert:focus {
    background-color: #cc4b37;
    color: #ffffff;
}
.button.hollow {
    border: 1px solid #1779ba;
    color: #1779ba;
}
.button.hollow, .button.hollow:hover, .button.hollow:focus {
    background-color: transparent;
}
.button.hollow.disabled, .button.hollow.disabled:hover, .button.hollow.disabled:focus, .button.hollow[disabled], .button.hollow[disabled]:hover, .button.hollow[disabled]:focus {
    background-color: transparent;
}
.button.hollow:hover, .button.hollow:focus {
    border-color: #0c3d5d;
    color: #0c3d5d;
}
.button.hollow:hover.disabled, .button.hollow:hover[disabled], .button.hollow:focus.disabled, .button.hollow:focus[disabled] {
    border: 1px solid #1779ba;
    color: #1779ba;
}
.button.hollow.primary {
    border: 1px solid #1779ba;
    color: #1779ba;
}
.button.hollow.primary:hover, .button.hollow.primary:focus {
    border-color: #0c3d5d;
    color: #0c3d5d;
}
.button.hollow.primary:hover.disabled, .button.hollow.primary:hover[disabled], .button.hollow.primary:focus.disabled, .button.hollow.primary:focus[disabled] {
    border: 1px solid #1779ba;
    color: #1779ba;
}
.button.hollow.secondary {
    border: 1px solid #767676;
    color: #767676;
}
.button.hollow.secondary:hover, .button.hollow.secondary:focus {
    border-color: #3b3b3b;
    color: #3b3b3b;
}
.button.hollow.secondary:hover.disabled, .button.hollow.secondary:hover[disabled], .button.hollow.secondary:focus.disabled, .button.hollow.secondary:focus[disabled] {
    border: 1px solid #767676;
    color: #767676;
}
.button.hollow.success {
    border: 1px solid #3adb76;
    color: #3adb76;
}
.button.hollow.success:hover, .button.hollow.success:focus {
    border-color: #157539;
    color: #157539;
}
.button.hollow.success:hover.disabled, .button.hollow.success:hover[disabled], .button.hollow.success:focus.disabled, .button.hollow.success:focus[disabled] {
    border: 1px solid #3adb76;
    color: #3adb76;
}
.button.hollow.warning {
    border: 1px solid #ffae00;
    color: #ffae00;
}
.button.hollow.warning:hover, .button.hollow.warning:focus {
    border-color: #805700;
    color: #805700;
}
.button.hollow.warning:hover.disabled, .button.hollow.warning:hover[disabled], .button.hollow.warning:focus.disabled, .button.hollow.warning:focus[disabled] {
    border: 1px solid #ffae00;
    color: #ffae00;
}
.button.hollow.alert {
    border: 1px solid #cc4b37;
    color: #cc4b37;
}
.button.hollow.alert:hover, .button.hollow.alert:focus {
    border-color: #67251a;
    color: #67251a;
}
.button.hollow.alert:hover.disabled, .button.hollow.alert:hover[disabled], .button.hollow.alert:focus.disabled, .button.hollow.alert:focus[disabled] {
    border: 1px solid #cc4b37;
    color: #cc4b37;
}
.button.clear {
    border: 1px solid #1779ba;
    color: #1779ba;
}
.button.clear, .button.clear:hover, .button.clear:focus {
    background-color: transparent;
}
.button.clear.disabled, .button.clear.disabled:hover, .button.clear.disabled:focus, .button.clear[disabled], .button.clear[disabled]:hover, .button.clear[disabled]:focus {
    background-color: transparent;
}
.button.clear:hover, .button.clear:focus {
    border-color: #0c3d5d;
    color: #0c3d5d;
}
.button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus.disabled, .button.clear:focus[disabled] {
    border: 1px solid #1779ba;
    color: #1779ba;
}
.button.clear, .button.clear.disabled, .button.clear[disabled], .button.clear:hover, .button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus, .button.clear:focus.disabled, .button.clear:focus[disabled] {
    border-color: transparent;
}
.button.clear.primary {
    border: 1px solid #1779ba;
    color: #1779ba;
}
.button.clear.primary:hover, .button.clear.primary:focus {
    border-color: #0c3d5d;
    color: #0c3d5d;
}
.button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] {
    border: 1px solid #1779ba;
    color: #1779ba;
}
.button.clear.primary, .button.clear.primary.disabled, .button.clear.primary[disabled], .button.clear.primary:hover, .button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus, .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] {
    border-color: transparent;
}
.button.clear.secondary {
    border: 1px solid #767676;
    color: #767676;
}
.button.clear.secondary:hover, .button.clear.secondary:focus {
    border-color: #3b3b3b;
    color: #3b3b3b;
}
.button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled] {
    border: 1px solid #767676;
    color: #767676;
}
.button.clear.secondary, .button.clear.secondary.disabled, .button.clear.secondary[disabled], .button.clear.secondary:hover, .button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary:focus, .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled] {
    border-color: transparent;
}
.button.clear.success {
    border: 1px solid #3adb76;
    color: #3adb76;
}
.button.clear.success:hover, .button.clear.success:focus {
    border-color: #157539;
    color: #157539;
}
.button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success:focus.disabled, .button.clear.success:focus[disabled] {
    border: 1px solid #3adb76;
    color: #3adb76;
}
.button.clear.success, .button.clear.success.disabled, .button.clear.success[disabled], .button.clear.success:hover, .button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success:focus, .button.clear.success:focus.disabled, .button.clear.success:focus[disabled] {
    border-color: transparent;
}
.button.clear.warning {
    border: 1px solid #ffae00;
    color: #ffae00;
}
.button.clear.warning:hover, .button.clear.warning:focus {
    border-color: #805700;
    color: #805700;
}
.button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled], .button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled] {
    border: 1px solid #ffae00;
    color: #ffae00;
}
.button.clear.warning, .button.clear.warning.disabled, .button.clear.warning[disabled], .button.clear.warning:hover, .button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled], .button.clear.warning:focus, .button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled] {
    border-color: transparent;
}
.button.clear.alert {
    border: 1px solid #cc4b37;
    color: #cc4b37;
}
.button.clear.alert:hover, .button.clear.alert:focus {
    border-color: #67251a;
    color: #67251a;
}
.button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled] {
    border: 1px solid #cc4b37;
    color: #cc4b37;
}
.button.clear.alert, .button.clear.alert.disabled, .button.clear.alert[disabled], .button.clear.alert:hover, .button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .button.clear.alert:focus, .button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled] {
    border-color: transparent;
}
.button.dropdown::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    content: "";
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #ffffff transparent transparent;
    position: relative;
    top: 0.4em;
    display: inline-block;
    float: right;
    margin-left: 1em;
}
.button.dropdown.hollow::after {
    border-top-color: #1779ba;
}
.button.dropdown.hollow.primary::after {
    border-top-color: #1779ba;
}
.button.dropdown.hollow.secondary::after {
    border-top-color: #767676;
}
.button.dropdown.hollow.success::after {
    border-top-color: #3adb76;
}
.button.dropdown.hollow.warning::after {
    border-top-color: #ffae00;
}
.button.dropdown.hollow.alert::after {
    border-top-color: #cc4b37;
}
.button.arrow-only::after {
    top: -0.1em;
    float: none;
    margin-left: 0;
}

a.button:hover, a.button:focus {
    text-decoration: none;
}

.button-group {
    margin-bottom: 1rem;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-align-items: stretch;
            align-items: stretch;
}
.button-group::before, .button-group::after {
    display: table;
    content: " ";
    -webkit-flex-basis: 0;
            flex-basis: 0;
    -webkit-order: 1;
            order: 1;
}
.button-group::after {
    clear: both;
}
.button-group .button {
    margin: 0;
    margin-right: 1px;
    margin-bottom: 1px;
    font-size: 0.9rem;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
}
.button-group .button:last-child {
    margin-right: 0;
}
.button-group.tiny .button {
    font-size: 0.6rem;
}
.button-group.small .button {
    font-size: 0.75rem;
}
.button-group.large .button {
    font-size: 1.25rem;
}
.button-group.expanded .button {
    -webkit-flex: 1 1 0px;
            flex: 1 1 0px;
}
.button-group.primary .button {
    background-color: #1779ba;
    color: #ffffff;
}
.button-group.primary .button:hover, .button-group.primary .button:focus {
    background-color: #126195;
    color: #ffffff;
}
.button-group.secondary .button {
    background-color: #767676;
    color: #ffffff;
}
.button-group.secondary .button:hover, .button-group.secondary .button:focus {
    background-color: #5e5e5e;
    color: #ffffff;
}
.button-group.success .button {
    background-color: #3adb76;
    color: #161B26;
}
.button-group.success .button:hover, .button-group.success .button:focus {
    background-color: #22bb5b;
    color: #161B26;
}
.button-group.warning .button {
    background-color: #ffae00;
    color: #161B26;
}
.button-group.warning .button:hover, .button-group.warning .button:focus {
    background-color: #cc8b00;
    color: #161B26;
}
.button-group.alert .button {
    background-color: #cc4b37;
    color: #ffffff;
}
.button-group.alert .button:hover, .button-group.alert .button:focus {
    background-color: #a53b2a;
    color: #ffffff;
}
.button-group.stacked, .button-group.stacked-for-small, .button-group.stacked-for-medium {
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
}
.button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
}
.button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
    margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
    .button-group.stacked-for-small .button {
        -webkit-flex: 1 1 0px;
                flex: 1 1 0px;
        margin-bottom: 0;
    }
}
@media print, screen and (min-width: 64em) {
    .button-group.stacked-for-medium .button {
        -webkit-flex: 1 1 0px;
                flex: 1 1 0px;
        margin-bottom: 0;
    }
}
@media screen and (max-width: 39.9375em) {
    .button-group.stacked-for-small.expanded {
        display: block;
    }
    .button-group.stacked-for-small.expanded .button {
        display: block;
        margin-right: 0;
    }
}

table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 1rem;
    border-radius: 0;
}
thead,
tbody,
tfoot {
    border: 1px solid #f2f2f2;
    background-color: #ffffff;
}

caption {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold;
}

thead {
    background: #f9f9f9;
    color: #161B26;
}

tfoot {
    background: #f2f2f2;
    color: #161B26;
}

thead tr,
tfoot tr {
    background: transparent;
}
thead th,
thead td,
tfoot th,
tfoot td {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold;
    text-align: left;
}

tbody th,
tbody td {
    padding: 0.5rem 0.625rem 0.625rem;
}

tbody tr:nth-child(even) {
    border-bottom: 0;
    background-color: #f2f2f2;
}

table.unstriped tbody {
    background-color: #ffffff;
}
table.unstriped tbody tr {
    border-bottom: 0;
    border-bottom: 1px solid #f2f2f2;
    background-color: #ffffff;
}

@media screen and (max-width: 63.9375em) {
    table.stack thead {
        display: none;
    }
    table.stack tfoot {
        display: none;
    }
    table.stack tr,
    table.stack th,
    table.stack td {
        display: block;
    }
    table.stack td {
        border-top: 0;
    }
}

table.scroll {
    display: block;
    width: 100%;
    overflow-x: auto;
}

table.hover thead tr:hover {
    background-color: #f4f4f4;
}
table.hover tfoot tr:hover {
    background-color: #ededed;
}
table.hover tbody tr:hover {
    background-color: #fafafa;
}
table.hover:not(.unstriped) tr:nth-of-type(even):hover {
    background-color: #ededed;
}

.table-scroll {
    overflow-x: auto;
}
.table-scroll table {
    width: auto;
}

.dropdown-pane {
    position: absolute;
    z-index: 10;
    width: 300px;
    padding: 1rem;
    visibility: hidden;
    display: none;
    border: 1px solid #cacaca;
    border-radius: 0;
    background-color: #ffffff;
    font-size: 1rem;
}
.dropdown-pane.is-opening {
    display: block;
}
.dropdown-pane.is-open {
    visibility: visible;
    display: block;
}

.dropdown-pane.tiny {
    width: 100px;
}

.dropdown-pane.small {
    width: 200px;
}

.dropdown-pane.large {
    width: 400px;
}

.accordion {
    margin-left: 0;
    background: #ffffff;
    list-style-type: none;
}
.accordion[disabled] .accordion-title {
    cursor: not-allowed;
}

.accordion-item:first-child > :first-child {
    border-radius: 0 0 0 0;
}
.accordion-item:last-child > :last-child {
    border-radius: 0 0 0 0;
}

.accordion-title {
    position: relative;
    display: block;
    padding: 1.25rem 1rem;
    border: 1px solid #e6e6e6;
    border-bottom: 0;
    font-size: 0.75rem;
    line-height: 1;
    color: #1779ba;
}
:last-child:not(.is-active) > .accordion-title {
    border-bottom: 1px solid #e6e6e6;
    border-radius: 0 0 0 0;
}
.accordion-title:hover, .accordion-title:focus {
    background-color: #e6e6e6;
}
.accordion-title::before {
    position: absolute;
    top: 50%;
    right: 1rem;
    margin-top: -0.5rem;
    content: "+";
}
.is-active > .accordion-title::before {
    content: "–";
}

.accordion-content {
    display: none;
    padding: 1rem;
    border: 1px solid #e6e6e6;
    border-bottom: 0;
    background-color: #ffffff;
    color: #161B26;
}
:last-child > .accordion-content:last-child {
    border-bottom: 1px solid #e6e6e6;
}

.media-object {
    display: -webkit-flex;
    display: flex;
    margin-bottom: 1rem;
    -webkit-flex-wrap: nowrap;
            flex-wrap: nowrap;
}
.media-object img {
    max-width: none;
}
@media screen and (max-width: 39.9375em) {
    .media-object.stack-for-small {
        -webkit-flex-wrap: wrap;
                flex-wrap: wrap;
    }
}
@media screen and (max-width: 39.9375em) {
    .media-object.stack-for-small .media-object-section {
        padding: 0;
        padding-bottom: 1rem;
        -webkit-flex-basis: 100%;
                flex-basis: 100%;
        max-width: 100%;
    }
    .media-object.stack-for-small .media-object-section img {
        width: 100%;
    }
}

.media-object-section {
    -webkit-flex: 0 1 auto;
            flex: 0 1 auto;
}
.media-object-section:first-child {
    padding-right: 1rem;
}
.media-object-section:last-child:not(:nth-child(2)) {
    padding-left: 1rem;
}
.media-object-section > :last-child {
    margin-bottom: 0;
}
.media-object-section.main-section {
    -webkit-flex: 1 1 0px;
            flex: 1 1 0px;
}

.responsive-embed,
.flex-video {
    position: relative;
    height: 0;
    margin-bottom: 1rem;
    padding-bottom: 75%;
    overflow: hidden;
}
.responsive-embed iframe,
.responsive-embed object,
.responsive-embed embed,
.responsive-embed video,
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.responsive-embed.widescreen,
.flex-video.widescreen {
    padding-bottom: 56.25%;
}

.tabs {
    margin: 0;
    border: 1px solid #e6e6e6;
    background: #ffffff;
    list-style-type: none;
}
.tabs::before, .tabs::after {
    display: table;
    content: " ";
    -webkit-flex-basis: 0;
            flex-basis: 0;
    -webkit-order: 1;
            order: 1;
}
.tabs::after {
    clear: both;
}

.tabs.vertical > li {
    display: block;
    float: none;
    width: auto;
}

.tabs.simple > li > a {
    padding: 0;
}
.tabs.simple > li > a:hover {
    background: transparent;
}

.tabs.primary {
    background: #1779ba;
}
.tabs.primary > li > a {
    color: #ffffff;
}
.tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
    background: #1673b1;
}

.tabs-title {
    float: left;
}
.tabs-title > a {
    display: block;
    padding: 1.25rem 1.5rem;
    font-size: 0.75rem;
    line-height: 1;
    color: #1779ba;
}
.tabs-title > a:hover {
    background: #ffffff;
    color: #1468a0;
}
.tabs-title > a:focus, .tabs-title > a[aria-selected=true] {
    background: #e6e6e6;
    color: #1779ba;
}

.tabs-content {
    border: 1px solid #e6e6e6;
    border-top: 0;
    background: #ffffff;
    color: #161B26;
    transition: all 0.5s ease;
}

.tabs-content.vertical {
    border: 1px solid #e6e6e6;
    border-left: 0;
}

.tabs-panel {
    display: none;
    padding: 1rem;
}
.tabs-panel.is-active {
    display: block;
}

.menu {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
}
[data-whatinput=mouse] .menu li {
    outline: 0;
}
.menu a,
.menu .button {
    line-height: 1;
    text-decoration: none;
    display: block;
    padding: 0.7rem 1rem;
}
.menu input,
.menu select,
.menu a,
.menu button {
    margin-bottom: 0;
}
.menu input {
    display: inline-block;
}
.menu, .menu.horizontal {
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-flex-direction: row;
            flex-direction: row;
}
.menu.vertical {
    -webkit-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-flex-direction: column;
            flex-direction: column;
}
.menu.expanded li {
    -webkit-flex: 1 1 0px;
            flex: 1 1 0px;
}
.menu.simple {
    -webkit-align-items: center;
            align-items: center;
}
.menu.simple li + li {
    margin-left: 1rem;
}
.menu.simple a {
    padding: 0;
}
@media print, screen and (min-width: 40em) {
    .menu.medium-horizontal {
        -webkit-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-flex-direction: row;
                flex-direction: row;
    }
    .menu.medium-vertical {
        -webkit-flex-wrap: nowrap;
                flex-wrap: nowrap;
        -webkit-flex-direction: column;
                flex-direction: column;
    }
    .menu.medium-expanded li {
        -webkit-flex: 1 1 0px;
                flex: 1 1 0px;
    }
    .menu.medium-simple li {
        -webkit-flex: 1 1 0px;
                flex: 1 1 0px;
    }
}
@media print, screen and (min-width: 64em) {
    .menu.large-horizontal {
        -webkit-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-flex-direction: row;
                flex-direction: row;
    }
    .menu.large-vertical {
        -webkit-flex-wrap: nowrap;
                flex-wrap: nowrap;
        -webkit-flex-direction: column;
                flex-direction: column;
    }
    .menu.large-expanded li {
        -webkit-flex: 1 1 0px;
                flex: 1 1 0px;
    }
    .menu.large-simple li {
        -webkit-flex: 1 1 0px;
                flex: 1 1 0px;
    }
}
.menu.nested {
    margin-right: 0;
    margin-left: 1rem;
}
.menu.icons a {
    display: -webkit-flex;
    display: flex;
}
.menu.icon-top a, .menu.icon-right a, .menu.icon-bottom a, .menu.icon-left a {
    display: -webkit-flex;
    display: flex;
}
.menu.icon-left li a {
    -webkit-flex-flow: row nowrap;
            flex-flow: row nowrap;
}
.menu.icon-left li a img,
.menu.icon-left li a i,
.menu.icon-left li a svg {
    margin-right: 0.25rem;
}
.menu.icon-right li a {
    -webkit-flex-flow: row nowrap;
            flex-flow: row nowrap;
}
.menu.icon-right li a img,
.menu.icon-right li a i,
.menu.icon-right li a svg {
    margin-left: 0.25rem;
}
.menu.icon-top li a {
    -webkit-flex-flow: column nowrap;
            flex-flow: column nowrap;
}
.menu.icon-top li a img,
.menu.icon-top li a i,
.menu.icon-top li a svg {
    -webkit-align-self: stretch;
                -ms-grid-row-align: stretch;
            align-self: stretch;
    margin-bottom: 0.25rem;
    text-align: center;
}
.menu.icon-bottom li a {
    -webkit-flex-flow: column nowrap;
            flex-flow: column nowrap;
}
.menu.icon-bottom li a img,
.menu.icon-bottom li a i,
.menu.icon-bottom li a svg {
    -webkit-align-self: stretch;
                -ms-grid-row-align: stretch;
            align-self: stretch;
    margin-bottom: 0.25rem;
    text-align: center;
}
.menu .is-active > a {
    background: #1779ba;
    color: #ffffff;
}
.menu .active > a {
    background: #1779ba;
    color: #ffffff;
}
.menu.align-left {
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
}
.menu.align-right li {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
            justify-content: flex-end;
}
.menu.align-right li .submenu li {
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
}
.menu.align-right.vertical li {
    display: block;
    text-align: right;
}
.menu.align-right.vertical li .submenu li {
    text-align: right;
}
.menu.align-right .nested {
    margin-right: 1rem;
    margin-left: 0;
}
.menu.align-center li {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
            justify-content: center;
}
.menu.align-center li .submenu li {
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
}
.menu .menu-text {
    padding: 0.7rem 1rem;
    font-weight: bold;
    line-height: 1;
    color: inherit;
}

.menu-centered > .menu {
    -webkit-justify-content: center;
            justify-content: center;
}
.menu-centered > .menu li {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
            justify-content: center;
}
.menu-centered > .menu li .submenu li {
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
}

.no-js [data-responsive-menu] ul {
    display: none;
}

.is-drilldown {
    position: relative;
    overflow: hidden;
}
.is-drilldown li {
    display: block;
}
.is-drilldown.animate-height {
    transition: height 0.5s;
}

.drilldown a {
    padding: 0.7rem 1rem;
    background: #ffffff;
}
.drilldown .is-drilldown-submenu {
    position: absolute;
    top: 0;
    left: 100%;
    z-index: -1;
    width: 100%;
    background: #ffffff;
    transition: -webkit-transform 0.15s linear;
    transition: transform 0.15s linear;
    transition: transform 0.15s linear, -webkit-transform 0.15s linear;
}
.drilldown .is-drilldown-submenu.is-active {
    z-index: 1;
    display: block;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
}
.drilldown .is-drilldown-submenu.is-closing {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
}
.drilldown .is-drilldown-submenu a {
    padding: 0.7rem 1rem;
}
.drilldown .nested.is-drilldown-submenu {
    margin-right: 0;
    margin-left: 0;
}
.drilldown .drilldown-submenu-cover-previous {
    min-height: 100%;
}
.drilldown .is-drilldown-submenu-parent > a {
    position: relative;
}
.drilldown .is-drilldown-submenu-parent > a::after {
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 1rem;
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1779ba;
}
.drilldown.align-left .is-drilldown-submenu-parent > a::after {
    left: auto;
    right: 1rem;
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1779ba;
}
.drilldown.align-right .is-drilldown-submenu-parent > a::after {
    right: auto;
    left: 1rem;
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #1779ba transparent transparent;
}
.drilldown .js-drilldown-back > a::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #1779ba transparent transparent;
    border-left-width: 0;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.75rem;
    border-left-width: 0;
}

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
}
.dropdown.menu > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #1779ba transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
}
.dropdown.menu a {
    padding: 0.7rem 1rem;
}
[data-whatinput=mouse] .dropdown.menu a {
    outline: 0;
}
.dropdown.menu .is-active > a {
    background: transparent;
    color: #1779ba;
}
.no-js .dropdown.menu ul {
    display: none;
}
.dropdown.menu .nested.is-dropdown-submenu {
    margin-right: 0;
    margin-left: 0;
}
.dropdown.menu.vertical > li .is-dropdown-submenu {
    top: 0;
}
.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
    top: 0;
}
.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
}
.dropdown.menu.vertical > li > a::after {
    right: 14px;
}
.dropdown.menu.vertical > li.opens-left > a::after {
    right: auto;
    left: 5px;
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #1779ba transparent transparent;
}
.dropdown.menu.vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1779ba;
}
@media print, screen and (min-width: 40em) {
    .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
        top: 100%;
        right: 0;
        left: auto;
    }
    .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
        top: 100%;
        right: auto;
        left: 0;
    }
    .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
        position: relative;
        padding-right: 1.5rem;
    }
    .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
        display: block;
        width: 0;
        height: 0;
        border: inset 6px;
        content: "";
        border-bottom-width: 0;
        border-top-style: solid;
        border-color: #1779ba transparent transparent;
        right: 5px;
        left: auto;
        margin-top: -3px;
    }
    .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
        top: 0;
    }
    .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
        right: 100%;
        left: auto;
        top: 0;
    }
    .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
        right: auto;
        left: 100%;
    }
    .dropdown.menu.medium-vertical > li > a::after {
        right: 14px;
    }
    .dropdown.menu.medium-vertical > li.opens-left > a::after {
        right: auto;
        left: 5px;
        display: block;
        width: 0;
        height: 0;
        border: inset 6px;
        content: "";
        border-left-width: 0;
        border-right-style: solid;
        border-color: transparent #1779ba transparent transparent;
    }
    .dropdown.menu.medium-vertical > li.opens-right > a::after {
        display: block;
        width: 0;
        height: 0;
        border: inset 6px;
        content: "";
        border-right-width: 0;
        border-left-style: solid;
        border-color: transparent transparent transparent #1779ba;
    }
}
@media print, screen and (min-width: 64em) {
    .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
        top: 100%;
        right: 0;
        left: auto;
    }
    .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
        top: 100%;
        right: auto;
        left: 0;
    }
    .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
        position: relative;
        padding-right: 1.5rem;
    }
    .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
        display: block;
        width: 0;
        height: 0;
        border: inset 6px;
        content: "";
        border-bottom-width: 0;
        border-top-style: solid;
        border-color: #1779ba transparent transparent;
        right: 5px;
        left: auto;
        margin-top: -3px;
    }
    .dropdown.menu.large-vertical > li .is-dropdown-submenu {
        top: 0;
    }
    .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
        right: 100%;
        left: auto;
        top: 0;
    }
    .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
        right: auto;
        left: 100%;
    }
    .dropdown.menu.large-vertical > li > a::after {
        right: 14px;
    }
    .dropdown.menu.large-vertical > li.opens-left > a::after {
        right: auto;
        left: 5px;
        display: block;
        width: 0;
        height: 0;
        border: inset 6px;
        content: "";
        border-left-width: 0;
        border-right-style: solid;
        border-color: transparent #1779ba transparent transparent;
    }
    .dropdown.menu.large-vertical > li.opens-right > a::after {
        display: block;
        width: 0;
        height: 0;
        border: inset 6px;
        content: "";
        border-right-width: 0;
        border-left-style: solid;
        border-color: transparent transparent transparent #1779ba;
    }
}
.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
    top: 100%;
    right: 0;
    left: auto;
}

.is-dropdown-menu.vertical {
    width: 100px;
}
.is-dropdown-menu.vertical.align-right {
    float: right;
}

.is-dropdown-submenu-parent {
    position: relative;
}
.is-dropdown-submenu-parent a::after {
    position: absolute;
    top: 50%;
    right: 5px;
    left: auto;
    margin-top: -6px;
}
.is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
    top: 100%;
    left: auto;
}
.is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
}
.is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
}

.is-dropdown-submenu {
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 1;
    display: none;
    min-width: 200px;
    border: 1px solid #cacaca;
    background: #ffffff;
}
.dropdown .is-dropdown-submenu a {
    padding: 0.7rem 1rem;
}
.is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
    right: 14px;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
    right: auto;
    left: 5px;
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #1779ba transparent transparent;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1779ba;
}
.is-dropdown-submenu .is-dropdown-submenu {
    margin-top: -1px;
}
.is-dropdown-submenu > li {
    width: 100%;
}
.is-dropdown-submenu.js-dropdown-active {
    display: block;
}

.is-off-canvas-open {
    overflow: hidden;
}

.js-off-canvas-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 11;
    width: 100%;
    height: 100%;
    transition: opacity 0.5s ease, visibility 0.5s ease;
    background: rgba(255, 255, 255, 0.25);
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
}
.js-off-canvas-overlay.is-visible {
    opacity: 1;
    visibility: visible;
}
.js-off-canvas-overlay.is-closable {
    cursor: pointer;
}
.js-off-canvas-overlay.is-overlay-absolute {
    position: absolute;
}
.js-off-canvas-overlay.is-overlay-fixed {
    position: fixed;
}

.off-canvas-wrapper {
    position: relative;
    overflow: hidden;
}

.off-canvas {
    position: fixed;
    z-index: 12;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    background: #e6e6e6;
}
[data-whatinput=mouse] .off-canvas {
    outline: 0;
}
.off-canvas.is-transition-push {
    z-index: 12;
}
.off-canvas.is-closed {
    visibility: hidden;
}
.off-canvas.is-transition-overlap {
    z-index: 13;
}
.off-canvas.is-transition-overlap.is-open {
    box-shadow: 0 0 10px rgba(22, 27, 38, 0.7);
}
.off-canvas.is-open {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
}
.off-canvas-absolute {
    position: absolute;
    z-index: 12;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    background: #e6e6e6;
}
[data-whatinput=mouse] .off-canvas-absolute {
    outline: 0;
}
.off-canvas-absolute.is-transition-push {
    z-index: 12;
}
.off-canvas-absolute.is-closed {
    visibility: hidden;
}
.off-canvas-absolute.is-transition-overlap {
    z-index: 13;
}
.off-canvas-absolute.is-transition-overlap.is-open {
    box-shadow: 0 0 10px rgba(22, 27, 38, 0.7);
}
.off-canvas-absolute.is-open {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
}

.position-left {
    top: 0;
    left: 0;
    height: 100%;
    overflow-y: auto;
    width: 250px;
    -webkit-transform: translateX(-250px);
            transform: translateX(-250px);
}
.off-canvas-content .off-canvas.position-left {
    -webkit-transform: translateX(-250px);
            transform: translateX(-250px);
}
.off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
}

.off-canvas-content.is-open-left.has-transition-push {
    -webkit-transform: translateX(250px);
            transform: translateX(250px);
}

.position-left.is-transition-push {
    box-shadow: inset -13px 0 20px -13px rgba(22, 27, 38, 0.25);
}

.position-right {
    top: 0;
    right: 0;
    height: 100%;
    overflow-y: auto;
    width: 250px;
    -webkit-transform: translateX(250px);
            transform: translateX(250px);
}
.off-canvas-content .off-canvas.position-right {
    -webkit-transform: translateX(250px);
            transform: translateX(250px);
}
.off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
}

.off-canvas-content.is-open-right.has-transition-push {
    -webkit-transform: translateX(-250px);
            transform: translateX(-250px);
}

.position-right.is-transition-push {
    box-shadow: inset 13px 0 20px -13px rgba(22, 27, 38, 0.25);
}

.position-top {
    top: 0;
    left: 0;
    width: 100%;
    overflow-x: auto;
    height: 250px;
    -webkit-transform: translateY(-250px);
            transform: translateY(-250px);
}
.off-canvas-content .off-canvas.position-top {
    -webkit-transform: translateY(-250px);
            transform: translateY(-250px);
}
.off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
}

.off-canvas-content.is-open-top.has-transition-push {
    -webkit-transform: translateY(250px);
            transform: translateY(250px);
}

.position-top.is-transition-push {
    box-shadow: inset 0 -13px 20px -13px rgba(22, 27, 38, 0.25);
}

.position-bottom {
    bottom: 0;
    left: 0;
    width: 100%;
    overflow-x: auto;
    height: 250px;
    -webkit-transform: translateY(250px);
            transform: translateY(250px);
}
.off-canvas-content .off-canvas.position-bottom {
    -webkit-transform: translateY(250px);
            transform: translateY(250px);
}
.off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
}

.off-canvas-content.is-open-bottom.has-transition-push {
    -webkit-transform: translateY(-250px);
            transform: translateY(-250px);
}

.position-bottom.is-transition-push {
    box-shadow: inset 0 13px 20px -13px rgba(22, 27, 38, 0.25);
}

.off-canvas-content {
    -webkit-transform: none;
            transform: none;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}
.off-canvas-content.has-transition-push {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
}
.off-canvas-content .off-canvas.is-open {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
}

@media print, screen and (min-width: 40em) {
    .position-left.reveal-for-medium {
        -webkit-transform: none;
                transform: none;
        z-index: 12;
        transition: none;
        visibility: visible;
    }
    .position-left.reveal-for-medium .close-button {
        display: none;
    }
    .off-canvas-content .position-left.reveal-for-medium {
        -webkit-transform: none;
                transform: none;
    }
    .off-canvas-content.has-reveal-left {
        margin-left: 250px;
    }
    .position-left.reveal-for-medium ~ .off-canvas-content {
        margin-left: 250px;
    }
    .position-right.reveal-for-medium {
        -webkit-transform: none;
                transform: none;
        z-index: 12;
        transition: none;
        visibility: visible;
    }
    .position-right.reveal-for-medium .close-button {
        display: none;
    }
    .off-canvas-content .position-right.reveal-for-medium {
        -webkit-transform: none;
                transform: none;
    }
    .off-canvas-content.has-reveal-right {
        margin-right: 250px;
    }
    .position-right.reveal-for-medium ~ .off-canvas-content {
        margin-right: 250px;
    }
    .position-top.reveal-for-medium {
        -webkit-transform: none;
                transform: none;
        z-index: 12;
        transition: none;
        visibility: visible;
    }
    .position-top.reveal-for-medium .close-button {
        display: none;
    }
    .off-canvas-content .position-top.reveal-for-medium {
        -webkit-transform: none;
                transform: none;
    }
    .off-canvas-content.has-reveal-top {
        margin-top: 250px;
    }
    .position-top.reveal-for-medium ~ .off-canvas-content {
        margin-top: 250px;
    }
    .position-bottom.reveal-for-medium {
        -webkit-transform: none;
                transform: none;
        z-index: 12;
        transition: none;
        visibility: visible;
    }
    .position-bottom.reveal-for-medium .close-button {
        display: none;
    }
    .off-canvas-content .position-bottom.reveal-for-medium {
        -webkit-transform: none;
                transform: none;
    }
    .off-canvas-content.has-reveal-bottom {
        margin-bottom: 250px;
    }
    .position-bottom.reveal-for-medium ~ .off-canvas-content {
        margin-bottom: 250px;
    }
}
@media print, screen and (min-width: 64em) {
    .position-left.reveal-for-large {
        -webkit-transform: none;
                transform: none;
        z-index: 12;
        transition: none;
        visibility: visible;
    }
    .position-left.reveal-for-large .close-button {
        display: none;
    }
    .off-canvas-content .position-left.reveal-for-large {
        -webkit-transform: none;
                transform: none;
    }
    .off-canvas-content.has-reveal-left {
        margin-left: 250px;
    }
    .position-left.reveal-for-large ~ .off-canvas-content {
        margin-left: 250px;
    }
    .position-right.reveal-for-large {
        -webkit-transform: none;
                transform: none;
        z-index: 12;
        transition: none;
        visibility: visible;
    }
    .position-right.reveal-for-large .close-button {
        display: none;
    }
    .off-canvas-content .position-right.reveal-for-large {
        -webkit-transform: none;
                transform: none;
    }
    .off-canvas-content.has-reveal-right {
        margin-right: 250px;
    }
    .position-right.reveal-for-large ~ .off-canvas-content {
        margin-right: 250px;
    }
    .position-top.reveal-for-large {
        -webkit-transform: none;
                transform: none;
        z-index: 12;
        transition: none;
        visibility: visible;
    }
    .position-top.reveal-for-large .close-button {
        display: none;
    }
    .off-canvas-content .position-top.reveal-for-large {
        -webkit-transform: none;
                transform: none;
    }
    .off-canvas-content.has-reveal-top {
        margin-top: 250px;
    }
    .position-top.reveal-for-large ~ .off-canvas-content {
        margin-top: 250px;
    }
    .position-bottom.reveal-for-large {
        -webkit-transform: none;
                transform: none;
        z-index: 12;
        transition: none;
        visibility: visible;
    }
    .position-bottom.reveal-for-large .close-button {
        display: none;
    }
    .off-canvas-content .position-bottom.reveal-for-large {
        -webkit-transform: none;
                transform: none;
    }
    .off-canvas-content.has-reveal-bottom {
        margin-bottom: 250px;
    }
    .position-bottom.reveal-for-large ~ .off-canvas-content {
        margin-bottom: 250px;
    }
}
@media print, screen and (min-width: 40em) {
    .off-canvas.in-canvas-for-medium {
        visibility: visible;
        height: auto;
        position: static;
        background: inherit;
        width: inherit;
        overflow: inherit;
        transition: inherit;
    }
    .off-canvas.in-canvas-for-medium.position-left, .off-canvas.in-canvas-for-medium.position-right, .off-canvas.in-canvas-for-medium.position-top, .off-canvas.in-canvas-for-medium.position-bottom {
        box-shadow: none;
        -webkit-transform: none;
                transform: none;
    }
    .off-canvas.in-canvas-for-medium .close-button {
        display: none;
    }
}
@media print, screen and (min-width: 64em) {
    .off-canvas.in-canvas-for-large {
        visibility: visible;
        height: auto;
        position: static;
        background: inherit;
        width: inherit;
        overflow: inherit;
        transition: inherit;
    }
    .off-canvas.in-canvas-for-large.position-left, .off-canvas.in-canvas-for-large.position-right, .off-canvas.in-canvas-for-large.position-top, .off-canvas.in-canvas-for-large.position-bottom {
        box-shadow: none;
        -webkit-transform: none;
                transform: none;
    }
    .off-canvas.in-canvas-for-large .close-button {
        display: none;
    }
}
body.is-reveal-open {
    overflow: hidden;
}

html.is-reveal-open,
html.is-reveal-open body {
    min-height: 100%;
    overflow: hidden;
    position: fixed;
    -webkit-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

.reveal-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1005;
    display: none;
    background-color: rgba(22, 27, 38, 0.45);
    overflow-y: scroll;
}

.reveal {
    z-index: 1006;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    display: none;
    padding: 1rem;
    border: 1px solid #cacaca;
    border-radius: 0;
    background-color: #ffffff;
    position: relative;
    top: 100px;
    margin-right: auto;
    margin-left: auto;
    overflow-y: auto;
}
[data-whatinput=mouse] .reveal {
    outline: 0;
}
@media print, screen and (min-width: 40em) {
    .reveal {
        min-height: 0;
    }
}
.reveal .column, .reveal .columns {
    min-width: 0;
}
.reveal > :last-child {
    margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
    .reveal {
        width: 600px;
        max-width: 75rem;
    }
}
.reveal.collapse {
    padding: 0;
}
@media print, screen and (min-width: 40em) {
    .reveal.tiny {
        width: 30%;
        max-width: 75rem;
    }
}
@media print, screen and (min-width: 40em) {
    .reveal.small {
        width: 50%;
        max-width: 75rem;
    }
}
@media print, screen and (min-width: 40em) {
    .reveal.large {
        width: 90%;
        max-width: 75rem;
    }
}
.reveal.full {
    top: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    margin-left: 0;
    border: 0;
    border-radius: 0;
}
@media screen and (max-width: 39.9375em) {
    .reveal {
        top: 0;
        left: 0;
        width: 100%;
        max-width: none;
        height: 100%;
        height: 100vh;
        min-height: 100vh;
        margin-left: 0;
        border: 0;
        border-radius: 0;
    }
}
.reveal.without-overlay {
    position: fixed;
}

.sticky-container {
    position: relative;
}

.sticky {
    position: relative;
    z-index: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.sticky.is-stuck {
    position: fixed;
    z-index: 5;
    width: 100%;
}
.sticky.is-stuck.is-at-top {
    top: 0;
}
.sticky.is-stuck.is-at-bottom {
    bottom: 0;
}

.sticky.is-anchored {
    position: relative;
    right: auto;
    left: auto;
}
.sticky.is-anchored.is-at-bottom {
    bottom: 0;
}

.title-bar {
    padding: 0.5rem;
    background: #161B26;
    color: #ffffff;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
    -webkit-align-items: center;
            align-items: center;
}
.title-bar .menu-icon {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
}

.title-bar-left,
.title-bar-right {
    -webkit-flex: 1 1 0px;
            flex: 1 1 0px;
}

.title-bar-right {
    text-align: right;
}

.title-bar-title {
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
}

.top-bar {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    -webkit-align-items: center;
            align-items: center;
    padding: 0.5rem;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
}
.top-bar,
.top-bar ul {
    background-color: #e6e6e6;
}
.top-bar input {
    max-width: 200px;
    margin-right: 1rem;
}
.top-bar .input-group-field {
    width: 100%;
    margin-right: 0;
}
.top-bar input.button {
    width: auto;
}
.top-bar .top-bar-left,
.top-bar .top-bar-right {
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
}
@media print, screen and (min-width: 40em) {
    .top-bar {
        -webkit-flex-wrap: nowrap;
                flex-wrap: nowrap;
    }
    .top-bar .top-bar-left {
        -webkit-flex: 1 1 auto;
                flex: 1 1 auto;
        margin-right: auto;
    }
    .top-bar .top-bar-right {
        -webkit-flex: 0 1 auto;
                flex: 0 1 auto;
        margin-left: auto;
    }
}
@media screen and (max-width: 63.9375em) {
    .top-bar.stacked-for-medium {
        -webkit-flex-wrap: wrap;
                flex-wrap: wrap;
    }
    .top-bar.stacked-for-medium .top-bar-left,
    .top-bar.stacked-for-medium .top-bar-right {
        -webkit-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
    }
}
@media screen and (max-width: 89.9375em) {
    .top-bar.stacked-for-large {
        -webkit-flex-wrap: wrap;
                flex-wrap: wrap;
    }
    .top-bar.stacked-for-large .top-bar-left,
    .top-bar.stacked-for-large .top-bar-right {
        -webkit-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
    }
}

.top-bar-title {
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    margin: 0.5rem 1rem 0.5rem 0;
}

.top-bar-left,
.top-bar-right {
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
}

.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

.float-center {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.clearfix::before, .clearfix::after {
    display: table;
    content: " ";
    -webkit-flex-basis: 0;
            flex-basis: 0;
    -webkit-order: 1;
            order: 1;
}
.clearfix::after {
    clear: both;
}

.align-right {
    -webkit-justify-content: flex-end;
            justify-content: flex-end;
}

.align-center {
    -webkit-justify-content: center;
            justify-content: center;
}

.align-justify {
    -webkit-justify-content: space-between;
            justify-content: space-between;
}

.align-spaced {
    -webkit-justify-content: space-around;
            justify-content: space-around;
}

.align-right.vertical.menu > li > a {
    -webkit-justify-content: flex-end;
            justify-content: flex-end;
}

.align-center.vertical.menu > li > a {
    -webkit-justify-content: center;
            justify-content: center;
}

.align-top {
    -webkit-align-items: flex-start;
            align-items: flex-start;
}

.align-self-top {
    -webkit-align-self: flex-start;
            align-self: flex-start;
}

.align-bottom {
    -webkit-align-items: flex-end;
            align-items: flex-end;
}

.align-self-bottom {
    -webkit-align-self: flex-end;
            align-self: flex-end;
}

.align-middle {
    -webkit-align-items: center;
            align-items: center;
}

.align-self-middle {
    -webkit-align-self: center;
                -ms-grid-row-align: center;
            align-self: center;
}

.align-stretch {
    -webkit-align-items: stretch;
            align-items: stretch;
}

.align-self-stretch {
    -webkit-align-self: stretch;
                -ms-grid-row-align: stretch;
            align-self: stretch;
}

.align-center-middle {
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-align-items: center;
            align-items: center;
    -webkit-align-content: center;
            align-content: center;
}

.small-order-1 {
    -webkit-order: 1;
            order: 1;
}

.small-order-2 {
    -webkit-order: 2;
            order: 2;
}

.small-order-3 {
    -webkit-order: 3;
            order: 3;
}

.small-order-4 {
    -webkit-order: 4;
            order: 4;
}

.small-order-5 {
    -webkit-order: 5;
            order: 5;
}

.small-order-6 {
    -webkit-order: 6;
            order: 6;
}

@media print, screen and (min-width: 40em) {
    .medium-order-1 {
        -webkit-order: 1;
                order: 1;
    }
    .medium-order-2 {
        -webkit-order: 2;
                order: 2;
    }
    .medium-order-3 {
        -webkit-order: 3;
                order: 3;
    }
    .medium-order-4 {
        -webkit-order: 4;
                order: 4;
    }
    .medium-order-5 {
        -webkit-order: 5;
                order: 5;
    }
    .medium-order-6 {
        -webkit-order: 6;
                order: 6;
    }
}
@media print, screen and (min-width: 64em) {
    .large-order-1 {
        -webkit-order: 1;
                order: 1;
    }
    .large-order-2 {
        -webkit-order: 2;
                order: 2;
    }
    .large-order-3 {
        -webkit-order: 3;
                order: 3;
    }
    .large-order-4 {
        -webkit-order: 4;
                order: 4;
    }
    .large-order-5 {
        -webkit-order: 5;
                order: 5;
    }
    .large-order-6 {
        -webkit-order: 6;
                order: 6;
    }
}
.flex-container {
    display: -webkit-flex;
    display: flex;
}

.flex-child-auto {
    -webkit-flex: 1 1 auto;
            flex: 1 1 auto;
}

.flex-child-grow {
    -webkit-flex: 1 0 auto;
            flex: 1 0 auto;
}

.flex-child-shrink {
    -webkit-flex: 0 1 auto;
            flex: 0 1 auto;
}

.flex-dir-row {
    -webkit-flex-direction: row;
            flex-direction: row;
}

.flex-dir-row-reverse {
    -webkit-flex-direction: row-reverse;
            flex-direction: row-reverse;
}

.flex-dir-column {
    -webkit-flex-direction: column;
            flex-direction: column;
}

.flex-dir-column-reverse {
    -webkit-flex-direction: column-reverse;
            flex-direction: column-reverse;
}

@media print, screen and (min-width: 40em) {
    .medium-flex-container {
        display: -webkit-flex;
        display: flex;
    }
    .medium-flex-child-auto {
        -webkit-flex: 1 1 auto;
                flex: 1 1 auto;
    }
    .medium-flex-child-grow {
        -webkit-flex: 1 0 auto;
                flex: 1 0 auto;
    }
    .medium-flex-child-shrink {
        -webkit-flex: 0 1 auto;
                flex: 0 1 auto;
    }
    .medium-flex-dir-row {
        -webkit-flex-direction: row;
                flex-direction: row;
    }
    .medium-flex-dir-row-reverse {
        -webkit-flex-direction: row-reverse;
                flex-direction: row-reverse;
    }
    .medium-flex-dir-column {
        -webkit-flex-direction: column;
                flex-direction: column;
    }
    .medium-flex-dir-column-reverse {
        -webkit-flex-direction: column-reverse;
                flex-direction: column-reverse;
    }
}
@media print, screen and (min-width: 64em) {
    .large-flex-container {
        display: -webkit-flex;
        display: flex;
    }
    .large-flex-child-auto {
        -webkit-flex: 1 1 auto;
                flex: 1 1 auto;
    }
    .large-flex-child-grow {
        -webkit-flex: 1 0 auto;
                flex: 1 0 auto;
    }
    .large-flex-child-shrink {
        -webkit-flex: 0 1 auto;
                flex: 0 1 auto;
    }
    .large-flex-dir-row {
        -webkit-flex-direction: row;
                flex-direction: row;
    }
    .large-flex-dir-row-reverse {
        -webkit-flex-direction: row-reverse;
                flex-direction: row-reverse;
    }
    .large-flex-dir-column {
        -webkit-flex-direction: column;
                flex-direction: column;
    }
    .large-flex-dir-column-reverse {
        -webkit-flex-direction: column-reverse;
                flex-direction: column-reverse;
    }
}
.hide {
    display: none !important;
}

.invisible {
    visibility: hidden;
}

@media screen and (max-width: 39.9375em) {
    .hide-for-small-only {
        display: none !important;
    }
}

@media screen and (max-width: 0em), screen and (min-width: 40em) {
    .show-for-small-only {
        display: none !important;
    }
}

@media print, screen and (min-width: 40em) {
    .hide-for-medium {
        display: none !important;
    }
}

@media screen and (max-width: 39.9375em) {
    .show-for-medium {
        display: none !important;
    }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .hide-for-medium-only {
        display: none !important;
    }
}

@media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
    .show-for-medium-only {
        display: none !important;
    }
}

@media print, screen and (min-width: 64em) {
    .hide-for-large {
        display: none !important;
    }
}

@media screen and (max-width: 63.9375em) {
    .show-for-large {
        display: none !important;
    }
}

@media screen and (min-width: 64em) and (max-width: 89.9375em) {
    .hide-for-large-only {
        display: none !important;
    }
}

@media screen and (max-width: 63.9375em), screen and (min-width: 90em) {
    .show-for-large-only {
        display: none !important;
    }
}

.show-for-sr,
.show-on-focus {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    -webkit-clip-path: inset(50%);
            clip-path: inset(50%);
    border: 0;
}

.show-on-focus:active, .show-on-focus:focus {
    position: static !important;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
    -webkit-clip-path: none;
            clip-path: none;
}

.show-for-landscape,
.hide-for-portrait {
    display: block !important;
}
@media screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
        display: block !important;
    }
}
@media screen and (orientation: portrait) {
    .show-for-landscape,
    .hide-for-portrait {
        display: none !important;
    }
}

.hide-for-landscape,
.show-for-portrait {
    display: none !important;
}
@media screen and (orientation: landscape) {
    .hide-for-landscape,
    .show-for-portrait {
        display: none !important;
    }
}
@media screen and (orientation: portrait) {
    .hide-for-landscape,
    .show-for-portrait {
        display: block !important;
    }
}

/*
	javascript:javascript:jQuery(document).find('.cbm-dev').css('display', 'block');jQuery(document).find('.cbm-kill').css('display', 'none');
*/
.cbm-dev {
    display: none;
}

/*
Fun mixins
*/
/*
Collection of one-off helper classes
*/
.block-center {
    display: block;
    margin-left: auto !important;
    margin-right: auto !important;
}

.justify {
    text-align: justify;
}

.relative {
    position: relative;
}

[data-whatinput=mouse] img.slick-slide:focus {
    outline: 0px !important;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    white-space: nowrap;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

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

* {
    font-family: Arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0;
}

.xl2 {
    font-size: 56px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    letter-spacing: -1.44px;
}
@media print, screen and (min-width: 40em) {
    .xl2 {
        font-size: 72px;
    }
}

.xl {
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    letter-spacing: -0.96px;
}
@media print, screen and (min-width: 64em) {
    .xl {
        font-size: 60px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%;
        letter-spacing: -1.2px;
    }
}

.lg {
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    letter-spacing: -0.96px;
}

.md {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 122.222%;
    letter-spacing: -0.72px;
}
@media print, screen and (min-width: 40em) {
    .md {
        font-size: 36px;
    }
}

.sm {
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 126.667%;
}

.xsm, section.product-tabs .tabs-wrapper .tabs li a, section.product-tabs .tabs-wrapper .accordion .accordion-title, section.materials .card .content-wrapper .title,
section.related-materials .card .content-wrapper .title, section.introduction .tabs-wrapper .tabs li a, section.introduction .tabs-wrapper .accordion .accordion-title,
.xs {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 133.333%;
}

.text-xl, .copy p {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.text-lg {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 155.556%;
}

.text-md, .top-bar .row .column .menu > .mega-menu li a, .top-bar .row .columns .menu > .mega-menu li a, .copy.md p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.text-sm, section.alternating-products .links a, section.introduction .tabs-wrapper .links a, .button {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 142.857%;
}

.text-xs {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

p:last-of-type {
    margin-bottom: 0;
}

.font-400,
.medium {
    font-weight: 400;
}

.font-500 {
    font-weight: 500;
}

.font-600,
.semi {
    font-weight: 600;
}

.font-700, section.product-tabs .tabs-wrapper .tabs li a, section.product-tabs .tabs-wrapper .accordion .accordion-title, section.alternating-products .links a, section.materials .card .content-wrapper .title,
section.related-materials .card .content-wrapper .title, section.introduction .tabs-wrapper .tabs li a, section.introduction .tabs-wrapper .accordion .accordion-title, section.introduction .tabs-wrapper .links a, .button, .top-bar .row .column .menu > .mega-menu li a, .top-bar .row .columns .menu > .mega-menu li a,
.fw700,
.bold {
    font-weight: 700;
}

.mb0 {
    margin-bottom: 0;
}

.green {
    color: #4EA752;
}

.white:not(section) {
    color: white;
}

.grey {
    color: #61646C;
}

footer {
    border-radius: 30px 30px 0px 0px;
    position: relative;
    z-index: 1;
    padding-top: 45px;
    padding-bottom: 150px;
    background-size: cover;
    background-position: top;
    /* start markers hidden */
}
@media print, screen and (min-width: 64em) {
    footer {
        padding-top: 96px;
        padding-bottom: 298px;
    }
}
footer .footer-bg {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 30px 30px 0px 0px;
    z-index: 3;
}
footer .bg-line {
    position: absolute;
    left: 0;
    bottom: 96px;
    width: 100%;
    z-index: 2;
    pointer-events: none;
}
@media screen and (max-width: 39.9375em) {
    footer .bg-line {
        bottom: 0;
    }
}
footer .bg-line svg,
footer .bg-line img {
    width: 100%;
}
footer #dot-1,
footer #dot-2,
footer #x-mark {
    opacity: 0;
    -webkit-transform-origin: center;
            transform-origin: center;
}
footer .bg-em {
    position: absolute;
    left: 50%;
    bottom: -7px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    mix-blend-mode: multiply;
    width: 100%;
}
@media screen and (max-width: 39.9375em) {
    footer .bg-em {
        bottom: -4%;
    }
}
footer .bg-em > svg {
    width: 100%;
}
footer .heading {
    color: #ffffff;
}
footer .heading p {
    margin: 20px 0;
}
@media screen and (max-width: 39.9375em) {
    footer .heading {
        text-align: center;
    }
}
footer .quick-links {
    display: -ms-grid;
    display: grid;
    gap: 38px;
    -ms-grid-columns: minmax(0, 1fr) 38px minmax(0, 1fr);
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media print, screen and (min-width: 64em) {
    footer .quick-links {
        -ms-grid-columns: (minmax(0, 1fr))[3];
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
footer .quick-links .wrapper p.title {
    margin-bottom: 20px;
    color: #ffffff;
}
footer .quick-links .wrapper ul {
    list-style-type: none;
    margin: 0;
}
footer .quick-links .wrapper ul li a {
    color: #ffffff;
    display: inline-block;
}
footer .quick-links .wrapper ul li a.bottom-link {
    margin-top: 20px;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-align-items: center;
            align-items: center;
    gap: 6px;
}
footer .quick-links .wrapper ul li a:hover, footer .quick-links .wrapper ul li a:focus-visible, footer .quick-links .wrapper ul li a:focus {
    text-decoration: underline;
}

header.hero-header {
    position: relative;
    z-index: 999;
}
header.hero-header .sticky {
    position: relative;
    z-index: 99999999;
}
@media screen and (max-width: 39.9375em) {
    header.hero-header .sticky {
        top: 0 !important;
    }
}
header.hero-header .sticky .top-bar {
    background-color: #ffffff;
    transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-filter: drop-shadow(0px 2px 1px rgba(0, 0, 0, 0.05));
            filter: drop-shadow(0px 2px 1px rgba(0, 0, 0, 0.05));
}
@media print, screen and (min-width: 40em) {
    header.hero-header .sticky .top-bar {
        -webkit-filter: none;
                filter: none;
    }
}
header.hero-header .sticky.is-stuck {
    position: fixed;
}
header.hero-header .sticky.is-stuck .top-bar {
    -webkit-filter: drop-shadow(0px 2px 1px rgba(0, 0, 0, 0.05));
            filter: drop-shadow(0px 2px 1px rgba(0, 0, 0, 0.05));
}

.menu-overlay {
    visibility: hidden;
    height: calc(100% - 75px);
    left: 0;
    position: absolute;
    top: 75px;
    width: 100%;
    z-index: 5;
}

.meta-bar {
    background-color: #B0DCF7;
    padding-top: 6px;
    padding-bottom: 6px;
}
.meta-bar .row .column, .meta-bar .row .columns {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
            justify-content: flex-end;
    -webkit-align-items: center;
            align-items: center;
    gap: 20px;
}
.meta-bar .row .column a, .meta-bar .row .columns a,
.meta-bar .row .column button,
.meta-bar .row .columns button {
    color: #161B26;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: start;
            justify-content: start;
    gap: 6px;
    cursor: pointer;
}
.meta-bar .row .column .dropdown-pane, .meta-bar .row .columns .dropdown-pane {
    width: auto !important;
    padding: 12px;
    background-color: #B0DCF7;
    border: none;
}
.meta-bar .row .column .dropdown-pane .sublink, .meta-bar .row .columns .dropdown-pane .sublink {
    margin-bottom: 12px;
}
.meta-bar .row .column .dropdown-pane .sublink:last-of-type, .meta-bar .row .columns .dropdown-pane .sublink:last-of-type {
    margin-bottom: 0;
}
.meta-bar .row .column .dropdown-pane .sublink:hover, .meta-bar .row .columns .dropdown-pane .sublink:hover, .meta-bar .row .column .dropdown-pane .sublink:focus-visible, .meta-bar .row .columns .dropdown-pane .sublink:focus-visible, .meta-bar .row .column .dropdown-pane .sublink:focus, .meta-bar .row .columns .dropdown-pane .sublink:focus {
    text-decoration: underline;
}

.top-bar {
    height: 75px;
    padding: 0;
    padding: 12px 0;
    background: #ffffff;
}
.top-bar .row {
    width: 100%;
    height: 100%;
}
.top-bar .row .column, .top-bar .row .columns {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    -webkit-align-items: center;
            align-items: center;
}
@media print, screen and (min-width: 64em) {
    .top-bar .row .column, .top-bar .row .columns {
        -webkit-justify-content: flex-end;
                justify-content: flex-end;
    }
}
.top-bar .row .column .logo, .top-bar .row .columns .logo {
    -webkit-flex-grow: 1;
            flex-grow: 1;
}
.top-bar .row .column .menu .p-cta, .top-bar .row .columns .menu .p-cta {
    cursor: pointer;
}
.top-bar .row .column .menu #packaging-dropdown, .top-bar .row .columns .menu #packaging-dropdown {
    overflow: hidden;
    min-width: 663px;
    display: -webkit-flex;
    display: flex;
    border-radius: 12px;
    border: 1px solid #CECFD2;
    background: #FFF;
    padding: 8px 8px 0;
    box-shadow: 0px 32px 64px -12px rgba(16, 24, 40, 0.14);
    opacity: 0;
    min-height: 191px;
    transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.top-bar .row .column .menu #packaging-dropdown.is-open, .top-bar .row .columns .menu #packaging-dropdown.is-open {
    opacity: 1;
}
.top-bar .row .column .menu #packaging-dropdown .tabs, .top-bar .row .columns .menu #packaging-dropdown .tabs {
    padding: 8px;
    margin-bottom: 8px;
    border-radius: 6px;
    background: #E6F1E1;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
}
.top-bar .row .column .menu #packaging-dropdown .tabs .tabs-title, .top-bar .row .columns .menu #packaging-dropdown .tabs .tabs-title {
    margin-bottom: 6px;
}
.top-bar .row .column .menu #packaging-dropdown .tabs .tabs-title:hover a, .top-bar .row .columns .menu #packaging-dropdown .tabs .tabs-title:hover a, .top-bar .row .column .menu #packaging-dropdown .tabs .tabs-title:focus-visible a, .top-bar .row .columns .menu #packaging-dropdown .tabs .tabs-title:focus-visible a, .top-bar .row .column .menu #packaging-dropdown .tabs .tabs-title:focus a, .top-bar .row .columns .menu #packaging-dropdown .tabs .tabs-title:focus a {
    background-color: #C7DDBE;
}
.top-bar .row .column .menu #packaging-dropdown .tabs .tabs-title.is-active a, .top-bar .row .columns .menu #packaging-dropdown .tabs .tabs-title.is-active a {
    background-color: #C7DDBE;
}
.top-bar .row .column .menu #packaging-dropdown .tabs .tabs-title a, .top-bar .row .columns .menu #packaging-dropdown .tabs .tabs-title a {
    color: #161B26;
    border-radius: 4px;
}
.top-bar .row .column .menu #packaging-dropdown .tabs .tabs-title:last-of-type, .top-bar .row .columns .menu #packaging-dropdown .tabs .tabs-title:last-of-type {
    margin-bottom: 0;
}
.top-bar .row .column .menu #packaging-dropdown .tabs-content, .top-bar .row .columns .menu #packaging-dropdown .tabs-content {
    -webkit-flex-grow: 1;
            flex-grow: 1;
    border: none;
}
.top-bar .row .column .menu #packaging-dropdown .tabs-content .tabs-panel, .top-bar .row .columns .menu #packaging-dropdown .tabs-content .tabs-panel {
    padding: 10px 24px 0 24px;
    height: 100%;
}
.top-bar .row .column .menu #packaging-dropdown .tabs-content .tabs-panel .inner, .top-bar .row .columns .menu #packaging-dropdown .tabs-content .tabs-panel .inner {
    display: -webkit-flex;
    display: flex;
    gap: 24px;
}
.top-bar .row .column .menu #packaging-dropdown .tabs-content .tabs-panel .inner .content, .top-bar .row .columns .menu #packaging-dropdown .tabs-content .tabs-panel .inner .content {
    -webkit-flex-grow: 1;
            flex-grow: 1;
}
.top-bar .row .column .menu #packaging-dropdown .tabs-content .tabs-panel .inner .content p.text-md, .top-bar .row .columns .menu #packaging-dropdown .tabs-content .tabs-panel .inner .content p.text-md, .top-bar .row .column .menu #packaging-dropdown .tabs-content .tabs-panel .inner .content .copy.md p, .copy.md .top-bar .row .column .menu #packaging-dropdown .tabs-content .tabs-panel .inner .content p, .top-bar .row .columns .menu #packaging-dropdown .tabs-content .tabs-panel .inner .content .copy.md p, .copy.md .top-bar .row .columns .menu #packaging-dropdown .tabs-content .tabs-panel .inner .content p {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: start;
            justify-content: start;
    gap: 6px;
}
.top-bar .row .column .menu #packaging-dropdown .tabs-content .tabs-panel .inner .content .links, .top-bar .row .columns .menu #packaging-dropdown .tabs-content .tabs-panel .inner .content .links {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
            flex-direction: column;
    gap: 12px;
    margin-top: 16px;
    margin-bottom: 20px;
}
.top-bar .row .column .menu #packaging-dropdown .tabs-content .tabs-panel .inner .content .links a, .top-bar .row .columns .menu #packaging-dropdown .tabs-content .tabs-panel .inner .content .links a {
    color: #074D34;
    padding: 0;
}
.top-bar .row .column .menu #packaging-dropdown .tabs-content .tabs-panel .inner .content .links a:last-of-type, .top-bar .row .columns .menu #packaging-dropdown .tabs-content .tabs-panel .inner .content .links a:last-of-type {
    font-weight: bold;
}
.top-bar .row .column .menu #packaging-dropdown .tabs-content .tabs-panel .inner .content .links a:hover, .top-bar .row .columns .menu #packaging-dropdown .tabs-content .tabs-panel .inner .content .links a:hover, .top-bar .row .column .menu #packaging-dropdown .tabs-content .tabs-panel .inner .content .links a:focus-visible, .top-bar .row .columns .menu #packaging-dropdown .tabs-content .tabs-panel .inner .content .links a:focus-visible, .top-bar .row .column .menu #packaging-dropdown .tabs-content .tabs-panel .inner .content .links a:focus, .top-bar .row .columns .menu #packaging-dropdown .tabs-content .tabs-panel .inner .content .links a:focus {
    text-decoration: underline;
}
.top-bar .row .column .menu #packaging-dropdown .tabs-content .tabs-panel .inner .image, .top-bar .row .columns .menu #packaging-dropdown .tabs-content .tabs-panel .inner .image {
    width: 175px;
    min-width: 175px;
}
.top-bar .row .column .menu #packaging-dropdown .tabs-content .tabs-panel .inner .image .image-wrapper, .top-bar .row .columns .menu #packaging-dropdown .tabs-content .tabs-panel .inner .image .image-wrapper {
    position: relative;
}
.top-bar .row .column .menu #packaging-dropdown .tabs-content .tabs-panel .inner .image .image-wrapper img, .top-bar .row .columns .menu #packaging-dropdown .tabs-content .tabs-panel .inner .image .image-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    height: auto;
    width: 100%;
}
.top-bar .row .column .menu #packaging-dropdown .tabs-content .tabs-panel:last-child .links a, .top-bar .row .columns .menu #packaging-dropdown .tabs-content .tabs-panel:last-child .links a {
    font-weight: 400 !important;
}
.top-bar .row .column .menu > .mega-menu, .top-bar .row .columns .menu > .mega-menu {
    margin-right: 32px;
    margin-left: 20px;
    background-color: transparent;
    gap: 20px;
}
.top-bar .row .column .menu > .mega-menu li a, .top-bar .row .columns .menu > .mega-menu li a {
    padding: 0;
}
.top-bar .row .column .menu > .mega-menu li a:after, .top-bar .row .columns .menu > .mega-menu li a:after {
    display: none;
}
.top-bar .row .column .menu > .mega-menu .submenu, .top-bar .row .columns .menu > .mega-menu .submenu {
    background-color: #ffffff;
    padding: 24px;
    min-width: 300px;
    border-radius: 12px;
    border: 1px solid #CECFD2;
    box-shadow: 0px 32px 64px -12px, rgba(16, 24, 40, 0.14);
}
.top-bar .row .column .menu > .mega-menu .submenu > li, .top-bar .row .columns .menu > .mega-menu .submenu > li {
    margin-bottom: 12px;
}
.top-bar .row .column .menu > .mega-menu .submenu > li:last-of-type, .top-bar .row .columns .menu > .mega-menu .submenu > li:last-of-type {
    margin-bottom: 0;
}
.top-bar .row .column .menu > .mega-menu .submenu > li a, .top-bar .row .columns .menu > .mega-menu .submenu > li a {
    padding: 0;
}
.top-bar .row .column .ctas .button, .top-bar .row .columns .ctas .button {
    margin-bottom: 0;
}
.top-bar .row .column .dropdown.menu .is-active > a, .top-bar .row .columns .dropdown.menu .is-active > a {
    color: #4EA752;
}
.hero.homepage {
    padding-top: 32px;
}
@media print, screen and (min-width: 64em) {
    .hero.homepage {
        padding-top: 64px;
    }
}
.hero.homepage > .row {
    position: relative;
}
.hero.homepage > .row .hero-vector {
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    pointer-events: none;
    z-index: 0;
}
.hero.homepage h1 {
    color: #4EA752;
    margin-bottom: 32px;
}
.hero.homepage .copy p:last-of-type {
    margin-bottom: 32px;
}
@media print, screen and (min-width: 40em) {
    .hero.homepage .button.black {
        margin-left: 8px;
    }
}
.hero.homepage .features {
    margin-top: 24px;
    padding: 20px;
}
@media print, screen and (min-width: 64em) {
    .hero.homepage .features {
        margin-top: 0;
    }
}
.hero.homepage .features .feature {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    gap: 6px;
    margin-bottom: 24px;
}
.hero.homepage .features .feature:last-of-type {
    margin-bottom: 0;
}
.hero.homepage .column.small-12, .hero.homepage .small-12.columns {
    position: relative;
}
.hero.homepage .products {
    margin-top: 48px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(0, 1fr);
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 32px;
}
@media print, screen and (min-width: 40em) {
    .hero.homepage .products {
        margin-top: 66px;
        -ms-grid-columns: minmax(0, 1fr) 0 minmax(0, 1fr) 0 minmax(0, 1fr);
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 0;
    }
}
.hero.homepage .products .wrapper {
    text-align: center;
}
.hero.homepage .products .wrapper:hover p svg, .hero.homepage .products .wrapper:focus-visible p svg, .hero.homepage .products .wrapper:focus p svg {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    background-color: #EAA140;
}
.hero.homepage .products .wrapper p {
    color: #61646C;
    margin-bottom: 27px;
    display: -webkit-inline-flex;
    display: inline-flex;
    gap: 4px;
    -webkit-align-items: center;
            align-items: center;
    transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.hero.homepage .products .wrapper p svg {
    border-radius: 50%;
    transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.hero.homepage .products img {
    margin: 0 auto;
    display: block;
    max-width: 60%;
    -o-object-fit: contain;
       object-fit: contain;
}
@media print, screen and (min-width: 40em) {
    .hero.homepage .products img {
        max-width: 100%;
    }
}
.hero.homepage .stat-panel {
    padding: 12px 24px;
    text-align: center;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.07);
    -webkit-backdrop-filter: blur(12px);
            backdrop-filter: blur(12px);
    position: absolute;
    bottom: 50px;
    right: 0;
    left: 0;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}
@media print, screen and (min-width: 40em) {
    .hero.homepage .stat-panel {
        bottom: 350px;
        right: 24%;
        left: unset;
    }
}
.hero.video {
    position: relative;
}
.hero.video .hero-content {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
            align-items: flex-start;
    gap: 20px;
    padding: 32px;
    border-radius: 24px;
    background: rgba(7, 77, 52, 0.8);
    -webkit-backdrop-filter: blur(12px);
            backdrop-filter: blur(12px);
    position: absolute;
    left: 10px;
    bottom: 48px;
    z-index: 2;
    max-width: calc(100% - 20px);
}
@media print, screen and (min-width: 64em) {
    .hero.video .hero-content {
        gap: 32px;
        padding: 48px;
        left: clamp(15px, 50% - 720px + 15px, 50%);
        max-width: 856px;
    }
}
.hero.video .hero-content h1 {
    text-wrap: balance;
}
.hero.video .hero-content .button.arrow:hover, .hero.video .hero-content .button.arrow:focus-visible, .hero.video .hero-content .button.arrow:focus {
    background: white;
    color: black;
    border-color: white;
}
.hero.video img,
.hero.video video {
    width: 100%;
    height: 100%;
    aspect-ratio: 3/5;
    border-radius: 0px 0px 30px 30px;
    -o-object-fit: cover;
       object-fit: cover;
}
@media print, screen and (min-width: 40em) {
    .hero.video img,
    .hero.video video {
        aspect-ratio: 1;
    }
}
@media print, screen and (min-width: 64em) {
    .hero.video img,
    .hero.video video {
        aspect-ratio: unset;
        height: 800px;
        width: 100%;
    }
}
.hero.video .cta-wrapper {
    display: -webkit-flex;
    display: flex;
    gap: 8px;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: start;
            justify-content: start;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
}
.hero.product {
    padding-top: 32px;
    padding-bottom: 32px;
}
@media print, screen and (min-width: 64em) {
    .hero.product {
        padding-top: 64px;
    }
    .hero.product .row {
        -webkit-flex-direction: row-reverse;
                flex-direction: row-reverse;
    }
}
.hero.product h1 {
    margin-bottom: 32px;
}
.hero.product .features {
    margin-top: 32px;
    display: -ms-grid;
    display: grid;
    gap: 20px;
}
.hero.product .features .feature {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    gap: 6px;
}
@media print, screen and (min-width: 64em) {
    .hero.product .features {
        -ms-grid-columns: minmax(0, 1fr) 24px minmax(0, 1fr);
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px 24px;
    }
}
.hero.product .large-5 img {
    max-height: 670px;
    -o-object-fit: contain;
       object-fit: contain;
    margin-top: 20px;
}
@media print, screen and (min-width: 64em) {
    .hero.product .large-5 img {
        margin-top: 0;
    }
}
.hero.product .button {
    margin-top: 44px;
}
.hero.interior {
    position: relative;
    background: #4EA752;
    border-radius: 0px 0px 30px 30px;
    overflow: hidden;
}
.hero.interior .content {
    position: relative;
    z-index: 3;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: start;
            align-items: start;
    gap: 32px;
    text-wrap: balance;
    padding: 64px 0;
}
@media print, screen and (min-width: 64em) {
    .hero.interior .content {
        padding: 128px 0;
    }
}
@media print, screen and (min-width: 64em) {
    .hero.interior::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background: #4EA752;
        -webkit-clip-path: polygon(0 0, 50% 0, 65% 100%, 0% 100%);
                clip-path: polygon(0 0, 50% 0, 65% 100%, 0% 100%);
        z-index: 2;
        pointer-events: none;
    }
    .hero.interior .image-wrapper {
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        width: 100%;
    }
}
.hero.interior .large-5 {
    padding: 0;
}
.hero.interior img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.hero.video-stacked {
    padding-top: 48px;
    text-wrap: balance;
}
@media print, screen and (min-width: 64em) {
    .hero.video-stacked {
        padding-top: 96px;
    }
}
.hero.video-stacked .text-xl:has(+ h1), .hero.video-stacked .copy p:has(+ h1), .copy .hero.video-stacked p:has(+ h1) {
    margin-bottom: 12px;
}
.hero.video-stacked h1 {
    margin-bottom: 40px;
}
.hero.video-stacked .cta-wrapper {
    margin-top: 32px;
    display: -webkit-flex;
    display: flex;
    gap: 8px;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
}
.hero.video-stacked img,
.hero.video-stacked video {
    width: 100%;
    aspect-ratio: 3/5;
    border-radius: 30px;
    -o-object-fit: cover;
       object-fit: cover;
    margin-top: 48px;
}
@media print, screen and (min-width: 40em) {
    .hero.video-stacked img,
    .hero.video-stacked video {
        aspect-ratio: 1;
    }
}
@media print, screen and (min-width: 64em) {
    .hero.video-stacked img,
    .hero.video-stacked video {
        margin-top: 96px;
        aspect-ratio: 1440/644;
    }
}
.hero.patterned {
    padding: 48px 0;
    background: url("../images/hero-pattern-bg.jpg") center;
}
@media print, screen and (min-width: 64em) {
    .hero.patterned {
        padding: 124px 0 140px;
    }
}
.hero.patterned .content {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: center;
            justify-content: center;
    gap: 20px;
    text-wrap: balance;
}

.off-canvas {
    z-index: 9999 !important;
    width: calc(100% - 36px);
    max-height: calc(100% - 64px);
    height: auto;
    -webkit-transform: translateX(0) translateY(-120%);
            transform: translateX(0) translateY(-120%);
    right: 16px;
    top: 32px !important;
    padding: 20px 16px 16px;
    border-radius: 20px;
    background: white;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.off-canvas.is-open {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    box-shadow: none !important;
}
.off-canvas .off-canvas-top {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    margin-bottom: 48px;
}
.off-canvas .inner #mobile-menu .view-all a {
    text-decoration: underline;
}
.off-canvas .inner #mobile-menu > .is-active > a {
    background: transparent;
    border-color: #4EA752;
}
.off-canvas .inner #mobile-menu > li > a {
    color: #161B26;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    padding: 0;
    margin-bottom: 18px;
    display: inline-block;
}
.off-canvas .inner #mobile-menu > li > a:hover, .off-canvas .inner #mobile-menu > li > a:focus-visible, .off-canvas .inner #mobile-menu > li > a:focus {
    text-decoration: none;
}
.off-canvas .inner #mobile-menu li:last-child a {
    margin-bottom: 0 !important;
}
.off-canvas .inner #mobile-menu li.is-accordion-submenu-parent > a {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: space-between;
            justify-content: space-between;
}
.off-canvas .inner #mobile-menu li.is-accordion-submenu-parent > a:after {
    content: "";
    width: 24px;
    height: 24px;
    display: inline-block;
    background: url("../images/menu-accordion.svg") no-repeat center center;
    background-size: contain;
    transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.off-canvas .inner #mobile-menu .is-accordion-submenu-parent[aria-expanded=true] > a:after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
}
.off-canvas .inner #mobile-menu ul.is-accordion-submenu {
    padding-bottom: 16px;
}
.off-canvas .inner #mobile-menu ul.is-accordion-submenu .is-accordion-submenu-item {
    padding: 8px 0px;
}
.off-canvas .inner #mobile-menu ul.is-accordion-submenu .is-accordion-submenu-item > a {
    color: #4EA752;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: -0.32px;
    padding: 0;
}
.off-canvas .inner #mobile-menu ul.is-accordion-submenu .is-accordion-submenu-item > a .title {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: start;
            justify-content: start;
}
.off-canvas .inner #mobile-menu ul.is-accordion-submenu .is-accordion-submenu-item > a .title:after {
    content: "";
    display: block;
    width: 24px !important;
    height: 24px;
    background: url("../images/menu-arrow.svg") no-repeat center;
}
.off-canvas .inner #mobile-menu ul.is-accordion-submenu .is-accordion-submenu-item > a:hover, .off-canvas .inner #mobile-menu ul.is-accordion-submenu .is-accordion-submenu-item > a:focus-visible, .off-canvas .inner #mobile-menu ul.is-accordion-submenu .is-accordion-submenu-item > a:focus {
    text-decoration: none;
}
.off-canvas .inner .content {
    margin-top: 48px;
}
.off-canvas .inner .content .meta {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: start;
            align-items: start;
    gap: 8px;
    margin-bottom: 32px;
}
.off-canvas .inner .content .meta a {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    gap: 8px;
    color: #161B26;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
}
.off-canvas .inner .content .button {
    width: 100%;
}

.reveal-overlay {
    z-index: 9999;
}

.hbspt-form form {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(0, 1fr);
    grid-template-columns: minmax(0, 1fr);
    row-gap: 20px;
}
@media print, screen and (min-width: 64em) {
    .hbspt-form form {
        -webkit-column-gap: 32px;
           -moz-column-gap: 32px;
                column-gap: 32px;
        row-gap: 24px;
        -ms-grid-columns: minmax(0, 1fr) 32px minmax(0, 1fr);
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .hbspt-form form .hs-fieldtype-checkbox,
    .hbspt-form form .hs-fieldtype-textarea,
    .hbspt-form form .hs-submit,
    .hbspt-form form .hs-location,
    .hbspt-form form .hs-custom_product_inquiry {
        grid-column: 1/-1;
    }
}
.hbspt-form ul.multi-container {
    display: -ms-grid;
    display: grid;
    gap: 12px;
    -ms-grid-columns: minmax(0, 1fr) 12px minmax(0, 1fr);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 0;
    list-style-type: none;
}
.hbspt-form ul.multi-container input[type=radio],
.hbspt-form ul.multi-container input[type=checkbox] {
    display: none;
}
.hbspt-form ul.multi-container label span {
    padding-left: 32px;
    position: relative;
    margin: 0;
    color: #000000;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
}
.hbspt-form ul.multi-container label span:before {
    content: " ";
    display: block;
    position: absolute;
    top: 1px;
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 6px;
    border: 1px solid #D0D5DD;
    background-color: white;
    background-position: center;
    transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.hbspt-form ul.multi-container input[type=checkbox]:checked + span::before {
    border-color: #4EA752;
    background: url("../images/checkbox-check.svg") no-repeat center, #4EA752;
}
.hbspt-form .gform-footer input[type=submit].gform_button {
    background: #4EA752;
    color: white;
}
.hbspt-form .hs-form-field label {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    color: #344054;
    margin-bottom: 8px;
}
.hbspt-form .hs-form-field input[type=text],
.hbspt-form .hs-form-field input[type=email],
.hbspt-form .hs-form-field input[type=tel],
.hbspt-form .hs-form-field select,
.hbspt-form .hs-form-field textarea {
    border: 1px solid #D0D5DD;
    border-radius: 8px;
    box-shadow: initial;
    height: 46px;
    margin: 0px;
    line-height: 20px;
    padding: 10px 14px;
    font-size: 16px;
    line-height: 24px;
    font-style: normal;
    font-weight: 400;
    color: black;
    transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.hbspt-form .hs-form-field input[type=text]:focus,
.hbspt-form .hs-form-field input[type=email]:focus,
.hbspt-form .hs-form-field input[type=tel]:focus,
.hbspt-form .hs-form-field select:focus,
.hbspt-form .hs-form-field textarea:focus {
    box-shadow: 0px;
}
.hbspt-form .hs-form-field textarea {
    height: 150px;
}
.hbspt-form .hs-form-field select {
    background: url("../images/select-arrow.svg") no-repeat calc(100% - 12px) center, white;
    background-size: 10px;
}

/* Change the white to any color */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

input::-webkit-input-placeholder {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.76);
}

input:-ms-input-placeholder {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.76);
}

input::-ms-input-placeholder {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.76);
}

input::placeholder {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.76);
}

a,
button,
.button,
.cta,
svg path {
    transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
}

a:not([class]) {
    color: black;
}
a:not([class]):hover, a:not([class]):focus-visible, a:not([class]):focus {
    color: black;
    text-decoration: underline;
}

:focus {
    outline: none !important;
    transition: none;
}

@media print, screen and (min-width: 64em) {
    .row {
        max-width: 1440px;
    }
}
@media print, screen and (min-width: 64em) {
    .row.expanded {
        max-width: calc(100vw - 32px);
    }
}

#main-content {
    background: #ffffff;
}

.menu-overlay {
    display: none !important;
}

.bg-white {
    padding-top: 60px;
    padding-bottom: 60px;
    background: white;
    position: relative;
}
@media print, screen and (min-width: 64em) {
    .bg-white {
        padding-top: 150px;
        padding-bottom: 150px;
    }
}
.bg-white + .bg-white {
    padding-top: 0;
}

.bg-black {
    padding-top: 60px;
    padding-bottom: 60px;
    background: black;
    position: relative;
}
@media print, screen and (min-width: 64em) {
    .bg-black {
        padding-top: 150px;
        padding-bottom: 150px;
    }
}
.bg-black + .bg-black {
    padding-top: 0;
}

.bg-grey {
    padding-top: 60px;
    padding-bottom: 60px;
    background: #e6e6e6;
    position: relative;
}
@media print, screen and (min-width: 64em) {
    .bg-grey {
        padding-top: 150px;
        padding-bottom: 150px;
    }
}
.bg-grey + .bg-grey {
    padding-top: 0;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) and (-webkit-min-device-pixel-ratio: 0), screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
    img {
        image-rendering: -webkit-optimize-contrast !important;
    }
}
/* Unset for Safari 11+ */
@media not all and (-webkit-min-device-pixel-ratio: 0), not all and (min-resolution: 0.001dpcm) {
    @supports (-webkit-appearance: none) and (stroke-color: transparent) {
        img {
            image-rendering: unset !important;
        }
    }
}
.slider-wrapper {
    opacity: 0;
    transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
}

.slider-wrapper.slick-initialized {
    opacity: 1;
}

::selection {
    color: #ffffff;
    background: #4EA752;
}

::-moz-selection {
    /* Code for Firefox */
    color: #ffffff;
    background: #4EA752;
}

.js-off-canvas-overlay,
.reveal-overlay,
.menu-overlay,
.overlay {
    background: rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 1px 2px rgba(0, 0, 0, 0.3);
    -webkit-backdrop-filter: blur(1.5px);
            backdrop-filter: blur(1.5px);
}

#toast-container {
    z-index: 999999999;
}
#toast-container > div {
    opacity: 0.95;
}

.arrows {
    display: -webkit-flex;
    display: flex;
    gap: 12px;
}
.arrows .next svg {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
}
.arrows button svg path {
    transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.arrows button:hover, .arrows button:focus-visible, .arrows button:focus {
    cursor: pointer;
}
.arrows button:hover svg path:first-child, .arrows button:focus-visible svg path:first-child, .arrows button:focus svg path:first-child {
    fill: #EAA140;
}
.arrows button:hover svg path:nth-child(2), .arrows button:focus-visible svg path:nth-child(2), .arrows button:focus svg path:nth-child(2) {
    stroke: #EAA140;
}
.arrows button:hover svg path:last-child, .arrows button:focus-visible svg path:last-child, .arrows button:focus svg path:last-child {
    stroke: #ffffff;
}
.arrows button.slick-disabled {
    opacity: 0.25;
}
.arrows button.slick-disabled:hover, .arrows button.slick-disabled:focus-visible, .arrows button.slick-disabled:focus {
    pointer-events: none;
}
.arrows button.slick-disabled:hover svg path:first-child, .arrows button.slick-disabled:focus-visible svg path:first-child, .arrows button.slick-disabled:focus svg path:first-child {
    fill: #ffffff;
}
.arrows button.slick-disabled:hover svg path:last-child, .arrows button.slick-disabled:focus-visible svg path:last-child, .arrows button.slick-disabled:focus svg path:last-child {
    stroke: #161B26;
}

a.skip-anchor {
    position: absolute;
    left: 50%;
    top: 0;
    z-index: 9999999999;
    -webkit-transform: translate(-50%, -110%);
            transform: translate(-50%, -110%);
    will-change: transform;
}
a.skip-anchor:focus {
    -webkit-transform: translate(-50%, 15px);
            transform: translate(-50%, 15px);
}

[tabindex="-1"]:focus {
    outline: none;
}

.accessible {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    overflow: hidden;
    border: 0 none !important;
    width: 1px !important;
    height: 1px !important;
    margin: -1px;
}

.social-icons-wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
            justify-content: center;
    gap: 20px;
    margin-bottom: 30px;
}
@media print, screen and (min-width: 40em) {
    .social-icons-wrapper {
        margin-bottom: 0;
        -webkit-justify-content: start;
                justify-content: start;
    }
}
.social-icons-wrapper .social-icon {
    position: relative;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    overflow: hidden;
}
.social-icons-wrapper .social-icon svg path,
.social-icons-wrapper .social-icon svg rect {
    fill: #ffffff;
}
.social-icons-wrapper .social-icon:hover svg path,
.social-icons-wrapper .social-icon:hover svg rect {
    fill: #EAA140;
}
.social-icons-wrapper .social-icon svg {
    width: 34px;
    height: 34px;
}
.social-icons-wrapper .social-icon.twitter svg path:last-of-type {
    fill: #4EA752;
}

.button {
    color: #ffffff;
    background-color: #4EA752;
    padding: 8px 12px;
    border-radius: 9999px;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    border: 2px solid #4EA752;
    margin-bottom: 0;
}
.button:hover, .button:focus-visible, .button:focus {
    outline: none;
    background-color: #338A16;
    border-color: #338A16;
}
.button.arrow {
    position: relative;
    padding-right: 38px;
}
.button.arrow:hover .arrow-svg, .button.arrow:focus-visible .arrow-svg, .button.arrow:focus .arrow-svg {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}
.button.arrow:hover .arrow-svg path:first-of-type, .button.arrow:focus-visible .arrow-svg path:first-of-type, .button.arrow:focus .arrow-svg path:first-of-type {
    fill: #EAA140;
}
.button.arrow:hover .arrow-svg path:last-of-type, .button.arrow:focus-visible .arrow-svg path:last-of-type, .button.arrow:focus .arrow-svg path:last-of-type {
    stroke: #ffffff;
}
.button.arrow .arrow-svg {
    position: absolute;
    right: 12px;
    transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.button.arrow.white-btn {
    color: black;
    background: white;
}
.button.black {
    background-color: transparent;
    border: 2px solid #224B35;
    color: #224B35;
}
.button.black:hover, .button.black:focus-visible, .button.black:focus {
    background-color: #338A16;
    border-color: #338A16;
    color: #ffffff;
}
.button.white {
    background-color: transparent;
    border: 2px solid white;
    color: white;
}
.button.white:hover, .button.white:focus-visible, .button.white:focus {
    background-color: white;
    color: black;
}

/* Video Modal
-----------------------------------------*/
.video-modal,
.video-modal .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3000;
}

.video-modal {
    overflow: hidden;
    position: fixed;
    opacity: 0;
    -webkit-transform: translate(500%, 0%);
    transform: translate(500%, 0%);
    transition: -webkit-transform 0s linear 0s;
    transition: transform 0s linear 0s;
    transition: transform 0s linear 0s, -webkit-transform 0s linear 0s;
    /* using flexbox for vertical centering */
    /* Flexbox display */
    display: -webkit-flex;
    display: flex;
    /* Vertical alignment */
    -webkit-align-items: center;
    align-items: center;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.video-modal .overlay {
    z-index: 0;
    /* overlay color */
    opacity: 0;
    transition: opacity 0.2s ease-out 0.05s;
}

.video-modal-content {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    z-index: 1;
    margin: 0 auto;
    overflow-y: visible;
    background: #000;
    width: calc(100% - 12em);
    height: 0;
    padding-top: calc((100% - 12em) * 0.5625);
    /* 16:9 calc */
}

/* Scaling to fit within the current Viewport size:
   When viewport aspect ratio is greater than 16:9
   work off the height instead of the width for calc */
@media (min-aspect-ratio: 16/9) {
    .video-modal-content {
        width: 0;
        height: calc(100vh - 10em);
        padding-top: 0;
        padding-left: calc((100vh - 10em) * 1.7778);
        /* 16:9 calc */
    }
}
/* Mobile Layout Tweaks - side margins reduced */
@media (max-width: 640px) {
    .video-modal-content {
        width: calc(100% - 1em);
        padding-top: calc((100% - 1em) * 0.5625);
        /* 16:9 calc */
    }
}
/* modal close button */
.close-video-modal {
    display: block;
    position: absolute;
    right: 0;
    top: -40px;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    color: #161B26;
}

/* set the iframe element to stretch to fit its parent element */
iframe#vimeo {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: #000;
    box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.5);
}

/* show the modal:
   add class to the body to reveal */
.show-video-modal .video-modal {
    opacity: 1;
    transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
}

.show-video-modal .video-modal .overlay {
    opacity: 1;
}

.show-video-modal .video-modal-content {
    transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
}

@media print, screen and (min-width: 64em) {
    .wp-grid-builder .wpgb-facet fieldset:last-child,
    .wp-grid-builder .wpgb-facet > fieldset:last-child {
        margin-bottom: 0px;
    }
}
.wp-grid-builder .wpgb-area-top-2 .wpgb-facet {
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
}
@media print, screen and (min-width: 64em) {
    .wp-grid-builder .wpgb-area-top-2 {
        -webkit-justify-content: space-between !important;
                justify-content: space-between !important;
    }
    .wp-grid-builder .wpgb-area-top-2 .wpgb-facet {
        -webkit-flex: 0 0 50%;
                flex: 0 0 50%;
        max-width: 50%;
    }
}
.wp-grid-builder .wpgb-area-top-2 .wpgb-facet-11 {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: center;
            justify-content: center;
    gap: 20px;
}
@media print, screen and (min-width: 64em) {
    .wp-grid-builder .wpgb-area-top-2 .wpgb-facet-11 {
        -webkit-justify-content: end;
                justify-content: end;
    }
}
.wp-grid-builder .wpgb-area-top-2 .wpgb-facet-11 fieldset {
    margin-bottom: 0;
}
.wp-grid-builder .wpgb-area-top-2 .wpgb-facet-11 .wpgb-facet-title {
    margin-bottom: 0;
    color: #4EA752;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}
.wp-grid-builder .wpgb-facet .wpgb-inline-list {
    margin: 0 0 -8px 0;
    -webkit-justify-content: center;
            justify-content: center;
}
@media print, screen and (min-width: 64em) {
    .wp-grid-builder .wpgb-facet .wpgb-inline-list {
        -webkit-justify-content: start;
                justify-content: start;
    }
}
.wp-grid-builder .wpgb-facet .wpgb-inline-list li {
    margin: 0 8px 8px 0;
}
.wp-grid-builder .wpgb-facet .wpgb-inline-list .wpgb-button {
    background: #FFFFFF;
    border: 1px solid white;
    border-radius: 9999px;
    padding: 8px 20px;
}
.wp-grid-builder .wpgb-facet .wpgb-inline-list .wpgb-button .wpgb-button-label {
    color: #717680;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    padding: 0;
}
.wp-grid-builder .wpgb-facet .wpgb-inline-list .wpgb-button:hover, .wp-grid-builder .wpgb-facet .wpgb-inline-list .wpgb-button:focus-visible, .wp-grid-builder .wpgb-facet .wpgb-inline-list .wpgb-button:focus {
    border-color: #4EA752 !important;
}
.wp-grid-builder .wpgb-facet .wpgb-inline-list .wpgb-button[aria-pressed=true] {
    background: #4EA752;
    border-color: #4EA752;
}
.wp-grid-builder .wpgb-facet .wpgb-inline-list .wpgb-button[aria-pressed=true] .wpgb-button-label {
    color: white;
}
.wp-grid-builder .wpgb-facet select.wpgb-select,
.wp-grid-builder .wpgb-facet .wpgb-search-facet input[type=search],
.wp-grid-builder .wpgb-facet .wpgb-autocomplete-facet input[type=search] {
    border-radius: 8px;
    border: 1px solid #D5D7DA;
    background: white;
    padding: 10px 42px 10px 14px;
}
.wp-grid-builder .wpgb-select-separator {
    display: none;
}
.wp-grid-builder .wpgb-area.wpgb-area-bottom-1:has(> .wpgb-facet:not([hidden])) {
    margin-top: 64px;
    padding-top: 20px;
    border-top: 1px solid #E9EAEB;
}
.wp-grid-builder .wpgb-area.wpgb-area-bottom-1 .wpgb-facet .wpgb-pagination li.wpgb-page a {
    color: #717680;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    display: -webkit-flex;
    display: flex;
    min-width: 38px;
    height: 38px;
    padding: 12px;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-align-items: center;
            align-items: center;
    border-radius: 100%;
    border: 2px solid white;
}
.wp-grid-builder .wpgb-area.wpgb-area-bottom-1 .wpgb-facet .wpgb-pagination li.wpgb-page a:hover, .wp-grid-builder .wpgb-area.wpgb-area-bottom-1 .wpgb-facet .wpgb-pagination li.wpgb-page a:focus-visible, .wp-grid-builder .wpgb-area.wpgb-area-bottom-1 .wpgb-facet .wpgb-pagination li.wpgb-page a:focus {
    border-color: #4EA752;
}
.wp-grid-builder .wpgb-area.wpgb-area-bottom-1 .wpgb-facet .wpgb-pagination li.wpgb-page-next a,
.wp-grid-builder .wpgb-area.wpgb-area-bottom-1 .wpgb-facet .wpgb-pagination li.wpgb-page-prev a {
    font-weight: bold;
    border: 2px solid white !important;
}
.wp-grid-builder .wpgb-area.wpgb-area-bottom-1 .wpgb-facet .wpgb-pagination li.wpgb-page-next a:hover, .wp-grid-builder .wpgb-area.wpgb-area-bottom-1 .wpgb-facet .wpgb-pagination li.wpgb-page-next a:focus-visible, .wp-grid-builder .wpgb-area.wpgb-area-bottom-1 .wpgb-facet .wpgb-pagination li.wpgb-page-next a:focus,
.wp-grid-builder .wpgb-area.wpgb-area-bottom-1 .wpgb-facet .wpgb-pagination li.wpgb-page-prev a:hover,
.wp-grid-builder .wpgb-area.wpgb-area-bottom-1 .wpgb-facet .wpgb-pagination li.wpgb-page-prev a:focus-visible,
.wp-grid-builder .wpgb-area.wpgb-area-bottom-1 .wpgb-facet .wpgb-pagination li.wpgb-page-prev a:focus {
    color: #4EA752;
}
.wp-grid-builder .wpgb-area.wpgb-area-bottom-1 .wpgb-facet .wpgb-pagination li.wpgb-page-next a {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    gap: 4px;
}
.wp-grid-builder .wpgb-area.wpgb-area-bottom-1 .wpgb-facet .wpgb-pagination li.wpgb-page-next a:after {
    content: "";
    width: 20px;
    height: 20px;
    background: url("../images/pagination-next.svg") no-repeat center;
    background-size: contain;
}
.wp-grid-builder .wpgb-area.wpgb-area-bottom-1 .wpgb-facet .wpgb-pagination li.wpgb-page-prev a {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    gap: 4px;
}
.wp-grid-builder .wpgb-area.wpgb-area-bottom-1 .wpgb-facet .wpgb-pagination li.wpgb-page-prev a:before {
    content: "";
    width: 20px;
    height: 20px;
    background: url("../images/pagination-prev.svg") no-repeat center;
    background-size: contain;
}
.wp-grid-builder .wpgb-area.wpgb-area-bottom-1 .wpgb-facet .wpgb-pagination li.wpgb-page a[aria-current] {
    background-color: #4EA752;
    border-color: #4EA752;
    color: white;
}

section.contact-form {
    position: relative;
    border-top: 1px solid #CECFD2;
}
@media print, screen and (min-width: 64em) {
    section.contact-form::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 50vw;
        background-image: url("../images/form-bg.jpg");
        background-size: contain;
        background-repeat: repeat;
        background-position: center;
        z-index: 2;
    }
}
section.contact-form .row {
    position: relative;
    z-index: 1;
}
section.contact-form .inner {
    padding: 48px;
}
@media print, screen and (min-width: 64em) {
    section.contact-form .inner {
        padding: 96px 0;
    }
}
section.contact-form .hs-form-frame {
    margin-top: 8px;
    margin-left: -40px;
}
section.contact-form h2 + .copy {
    margin-top: 20px;
}
section.contact-form h2,
section.contact-form .copy {
    text-wrap: balance;
}

@media print, screen and (min-width: 64em) {
    section.contact-form:has(+ section.contact-banner) {
        position: relative;
    }
    section.contact-form:has(+ section.contact-banner):after {
        content: "";
        display: block;
        width: 100%;
        height: 25px;
        background-color: #E6F1E1;
        position: absolute;
        left: 0;
        bottom: -25px;
        pointer-events: none;
    }
    section.contact-form + section.contact-banner {
        position: relative;
        z-index: 1;
    }
}
section.faq {
    padding: 48px 0;
}
@media print, screen and (min-width: 64em) {
    section.faq {
        padding: 96px 0;
    }
}
section.faq h2 + .text-xl, section.faq .copy h2 + p, .copy section.faq h2 + p {
    margin-top: 20px;
}
section.faq .accordion {
    margin: 64px 0 0;
    background: transparent;
}
section.faq .accordion .accordion-item {
    padding: 12px 40px;
    border-radius: 16px;
    margin-bottom: 16px;
}
section.faq .accordion .accordion-item.is-active {
    background: #E6F1E1;
    padding: 40px;
}
section.faq .accordion .accordion-item.is-active > .accordion-title:after {
    background: url(../images/faq-open.svg) no-repeat center center;
    background-size: contain;
}
section.faq .accordion .accordion-title {
    color: black;
    padding: 0;
    border: none;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: start;
            align-items: start;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    gap: 16px;
}
section.faq .accordion .accordion-title:before {
    content: unset;
    display: none;
}
section.faq .accordion .accordion-title:after {
    content: "";
    width: 24px;
    height: 24px;
    -webkit-flex-basis: 24px;
            flex-basis: 24px;
    min-width: 24px;
    background: url(../images/faq-closed.svg) no-repeat center center;
    background-size: contain;
    transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
section.faq .accordion .accordion-title:hover, section.faq .accordion .accordion-title:focus-visible, section.faq .accordion .accordion-title:focus {
    background: transparent;
}
section.faq .accordion .accordion-title:focus {
    background: transparent;
}
section.faq .accordion .accordion-content {
    border: none;
    background: transparent;
    border: none;
    padding: 0 40px 0 0;
    margin-top: 8px;
    color: #535862;
}
@media print, screen and (min-width: 64em) {
    section.faq .accordion .accordion-content {
        padding: 0 80px 0 0;
        margin-top: 4px;
    }
}

section.faq:has(+ section.faq) {
    padding-bottom: 48px;
}

section.faq + section.faq {
    padding-top: 0;
}

section.pure-wysiwyg {
    margin-top: 120px;
}
@media print, screen and (min-width: 40em) {
    section.pure-wysiwyg {
        margin-top: 220px;
    }
}
section.pure-wysiwyg h2,
section.pure-wysiwyg h3,
section.pure-wysiwyg h4,
section.pure-wysiwyg h5,
section.pure-wysiwyg h6 {
    margin-top: 32px;
    margin-bottom: 24px;
}
section.pure-wysiwyg img {
    margin-top: 24px;
    margin-bottom: 24px;
}
section.pure-wysiwyg p + ol,
section.pure-wysiwyg p + ul {
    margin-top: 24px;
}
section.pure-wysiwyg ol,
section.pure-wysiwyg ul {
    margin-left: 2.5rem;
}
section.pure-wysiwyg ol li,
section.pure-wysiwyg ul li {
    margin-bottom: 24px;
}
section.pure-wysiwyg li > ul,
section.pure-wysiwyg li > ol {
    margin-left: 1.25rem;
    margin-top: 20px;
}
section.pure-wysiwyg iframe {
    border-radius: 8px;
}

section.introduction {
    padding: 48px 12px;
    border-radius: 30px;
    background: linear-gradient(180deg, rgba(230, 241, 225, 0.7) 13.36%, #E6F1E1 30.09%);
    -webkit-backdrop-filter: blur(20px);
            backdrop-filter: blur(20px);
}
@media print, screen and (min-width: 64em) {
    section.introduction {
        padding: 128px 0;
        margin-top: -250px;
    }
}
@media print, screen and (min-width: 64em) {
    section.introduction .tabs-wrapper {
        text-align: center;
    }
}
section.introduction .tabs-wrapper h3 {
    margin-bottom: 12px;
}
section.introduction .tabs-wrapper .links {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 12px;
    margin-top: 12px;
}
section.introduction .tabs-wrapper .links a {
    color: #224B35;
    padding: 8px 12px;
    border: 1px solid #224B35;
    border-radius: 9999px;
    text-decoration: none;
    transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
section.introduction .tabs-wrapper .links a:hover, section.introduction .tabs-wrapper .links a:focus-visible, section.introduction .tabs-wrapper .links a:focus {
    background-color: #224B35;
    color: white;
    border-color: #224B35;
}
section.introduction .tabs-wrapper .links a.view-all {
    background-color: #4EA752;
    border-color: #4EA752;
    color: #ffffff;
}
section.introduction .tabs-wrapper .links a.view-all:hover, section.introduction .tabs-wrapper .links a.view-all:focus-visible, section.introduction .tabs-wrapper .links a.view-all:focus {
    background-color: #224B35;
    color: white;
    border-color: #224B35;
}
section.introduction .tabs-wrapper .content-image {
    border-radius: 20px;
    height: auto;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: 592/380;
}
@media screen and (max-width: 63.9375em) {
    section.introduction .tabs-wrapper .content-image {
        margin-top: 20px;
    }
}
section.introduction .tabs-wrapper .accordion {
    margin-top: 32px;
    background-color: transparent;
}
@media print, screen and (min-width: 40em) {
    section.introduction .tabs-wrapper .accordion {
        margin-top: 0;
    }
}
section.introduction .tabs-wrapper .accordion .accordion-item {
    margin-bottom: 20px;
}
section.introduction .tabs-wrapper .accordion .accordion-item:last-of-type {
    margin-bottom: 0;
}
section.introduction .tabs-wrapper .accordion .accordion-title {
    color: #ffffff;
    background-color: #224B35;
    padding: 12px;
    border: none;
    border-radius: 20px;
}
section.introduction .tabs-wrapper .accordion .accordion-title:before {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    margin: 0;
}
section.introduction .tabs-wrapper .accordion .accordion-content {
    background-color: transparent;
    border: none;
}
section.introduction .tabs-wrapper .tabs {
    margin: 18px auto;
    border: none;
    background-color: transparent;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-justify-content: center;
            justify-content: center;
    gap: 32px;
    padding: 12px;
    background-color: #224B35;
    border-radius: 20px;
}
@media print, screen and (min-width: 64em) {
    section.introduction .tabs-wrapper .tabs {
        margin: 64px auto;
    }
}
section.introduction .tabs-wrapper .tabs:before, section.introduction .tabs-wrapper .tabs:after {
    display: none;
}
section.introduction .tabs-wrapper .tabs li.is-active a {
    background-color: #ffffff;
    color: #161B26;
}
section.introduction .tabs-wrapper .tabs li a {
    color: #ffffff;
    padding: 12px;
    border-radius: 16px;
    display: -webkit-inline-flex;
    display: inline-flex;
    gap: 7px;
    -webkit-align-items: center;
            align-items: center;
}
section.introduction .tabs-wrapper .tabs li a:hover, section.introduction .tabs-wrapper .tabs li a:focus-visible, section.introduction .tabs-wrapper .tabs li a:focus {
    color: #161B26;
}
section.introduction .tabs-wrapper .tabs-content {
    border: none;
    background-color: transparent;
    text-align: left;
}
section.introduction .tabs-wrapper .tabs-content .column, section.introduction .tabs-wrapper .tabs-content .columns {
    display: -webkit-flex;
    display: flex;
    -webkit-align-content: center;
            align-content: center;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
}

section.markets {
    padding: 64px 0;
}
@media print, screen and (min-width: 64em) {
    section.markets {
        padding: 128px 0;
    }
}
section.markets h2:has(+ .copy) {
    margin-bottom: 20px;
}
section.markets .card-wrapper {
    margin-top: 64px;
}
section.markets .card-wrapper .arrows {
    margin-top: 32px;
    -webkit-justify-content: start;
            justify-content: start;
}
@media print, screen and (min-width: 40em) {
    section.markets .card-wrapper .arrows {
        -webkit-justify-content: end;
                justify-content: end;
    }
}
section.markets .card-wrapper .card-slider {
    overflow: visible;
}
section.markets .card-wrapper .card-slider .slick-list {
    overflow: visible !important;
    padding: 0;
    margin: 0 -10px;
}
section.markets .card-wrapper .card-slider .slick-slide {
    margin: 0 10px;
}
section.markets .card-wrapper .card-slider .slick-slide img {
    width: 100%;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
section.markets .card-wrapper .card-slider a.card {
    border-radius: 20px;
    overflow: hidden;
    aspect-ratio: 392/550;
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-flex-direction: column;
            flex-direction: column;
    position: relative;
    transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
section.markets .card-wrapper .card-slider a.card img {
    -webkit-flex-grow: 1;
            flex-grow: 1;
}
section.markets .card-wrapper .card-slider a.card .title {
    margin-bottom: 12px;
}
section.markets .card-wrapper .card-slider a.card:hover, section.markets .card-wrapper .card-slider a.card:focus-visible, section.markets .card-wrapper .card-slider a.card:focus {
    box-shadow: 0px 0px 0px 2px #E6F1E1, 0px 0px 0px 4px #EAA140;
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
}
section.markets .card-wrapper .card-slider a.card:hover .arrow-svg, section.markets .card-wrapper .card-slider a.card:focus-visible .arrow-svg, section.markets .card-wrapper .card-slider a.card:focus .arrow-svg {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}
section.markets .card-wrapper .card-slider a.card:hover .arrow-svg path:first-of-type, section.markets .card-wrapper .card-slider a.card:focus-visible .arrow-svg path:first-of-type, section.markets .card-wrapper .card-slider a.card:focus .arrow-svg path:first-of-type {
    fill: #EAA140;
}
section.markets .card-wrapper .card-slider a.card:hover .arrow-svg path:last-of-type, section.markets .card-wrapper .card-slider a.card:focus-visible .arrow-svg path:last-of-type, section.markets .card-wrapper .card-slider a.card:focus .arrow-svg path:last-of-type {
    stroke: #ffffff;
}
section.markets .card-wrapper .card-slider a.card .arrow-svg {
    position: absolute;
    top: 36px;
    right: 32px;
    height: 35px;
    width: 35px;
    transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
section.markets .card-wrapper .card-slider a.card .arrow-svg path {
    transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
section.markets .card-wrapper .card-slider a.card .content {
    background-color: #4EA752;
    padding: 32px;
    color: #ffffff;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    position: relative;
}
section.markets .card-wrapper .card-slider a.card .content svg {
    position: absolute;
    bottom: 99%;
    left: 0;
}

section.sustainability {
    padding: 48px 0;
    border-radius: 30px;
    background: radial-gradient(52.01% 50% at 50% 50%, rgba(176, 220, 247, 0.51) 0%, #B0DCF7 80%), #FFF;
    text-align: center;
    position: relative;
}
@media print, screen and (min-width: 64em) {
    section.sustainability {
        padding-top: 96px;
        padding-bottom: 96px;
    }
    section.sustainability:has(.image-container) {
        padding-bottom: 16px;
    }
    section.sustainability h2 {
        text-wrap: balance;
    }
}
section.sustainability .sustain {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    mix-blend-mode: darken;
    pointer-events: none;
    opacity: 0;
}
@media print, screen and (min-width: 64em) {
    section.sustainability .sustain {
        opacity: 1;
    }
}
section.sustainability .sustain.left {
    top: 40%;
    left: 0;
}
section.sustainability .sustain.right {
    right: 0;
}
section.sustainability .row {
    position: relative;
    z-index: 1;
}
section.sustainability h2,
section.sustainability .copy,
section.sustainability .stats,
section.sustainability .subtitle,
section.sustainability .logos {
    margin-bottom: 20px;
}
section.sustainability .button {
    margin-bottom: 0;
}
section.sustainability .stats {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
            justify-content: center;
    gap: 48px;
}
section.sustainability .stats .inner {
    display: -webkit-flex;
    display: flex;
    gap: 8px;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-flex-direction: column;
            flex-direction: column;
}
@media print, screen and (min-width: 40em) {
    section.sustainability .stats .inner {
        -webkit-flex-direction: row;
                flex-direction: row;
    }
}
section.sustainability .stats .inner p {
    margin-bottom: 0;
}
section.sustainability .stats .xsm, section.sustainability .stats section.product-tabs .tabs-wrapper .tabs li a, section.product-tabs .tabs-wrapper .tabs li section.sustainability .stats a, section.sustainability .stats section.product-tabs .tabs-wrapper .accordion .accordion-title, section.product-tabs .tabs-wrapper .accordion section.sustainability .stats .accordion-title, section.sustainability .stats section.materials .card .content-wrapper .title, section.materials .card .content-wrapper section.sustainability .stats .title,
section.sustainability .stats section.related-materials .card .content-wrapper .title,
section.related-materials .card .content-wrapper section.sustainability .stats .title, section.sustainability .stats section.introduction .tabs-wrapper .accordion .accordion-title, section.introduction .tabs-wrapper .accordion section.sustainability .stats .accordion-title, section.sustainability .stats section.introduction .tabs-wrapper .tabs li a, section.introduction .tabs-wrapper .tabs li section.sustainability .stats a {
    margin-bottom: 0;
}
section.sustainability .logos {
    margin-top: 64px;
    display: -webkit-flex;
    display: flex;
    gap: 20px;
    -webkit-justify-content: center;
            justify-content: center;
}
@media screen and (max-width: 39.9375em) {
    section.sustainability .logos {
        -webkit-flex-wrap: wrap;
                flex-wrap: wrap;
    }
}
section.sustainability .logos .wrapper {
    padding: 10px 20px;
    background-color: #ffffff;
    border-radius: 20px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: center;
            justify-content: center;
}
section.sustainability .image-container img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    height: auto;
}

section.sustainability:has(+ section.industry-insights) {
    position: relative;
}
section.sustainability:has(+ section.industry-insights):after {
    content: "";
    display: block;
    width: 100%;
    height: 50px;
    background-color: #B0DCF7;
    position: absolute;
    left: 0;
    bottom: -25px;
    pointer-events: none;
}

section.sustainability + section.industry-insights {
    position: relative;
    z-index: 1;
}

section.materials,
section.related-materials {
    padding: 48px 0;
}
@media print, screen and (min-width: 64em) {
    section.materials,
    section.related-materials {
        padding: 96px 0;
    }
}
section.materials h2,
section.related-materials h2 {
    margin-bottom: 20px;
}
section.materials .grid-wrapper,
section.related-materials .grid-wrapper {
    display: -ms-grid;
    display: grid;
    gap: 20px;
    -ms-grid-columns: minmax(0, 1fr);
    grid-template-columns: minmax(0, 1fr);
}
@media print, screen and (min-width: 40em) {
    section.materials .grid-wrapper,
    section.related-materials .grid-wrapper {
        -ms-grid-columns: (minmax(0, 1fr))[2];
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media print, screen and (min-width: 64em) {
    section.materials .grid-wrapper,
    section.related-materials .grid-wrapper {
        -ms-grid-columns: (minmax(0, 1fr))[4];
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}
section.materials .card,
section.related-materials .card {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    text-decoration: none;
    background-color: #B0DCF7;
    height: 100%;
    transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
section.materials .card .arrow-svg,
section.related-materials .card .arrow-svg {
    position: absolute;
    top: 36px;
    right: 32px;
    height: 35px;
    width: 35px;
    transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
section.materials .card .arrow-svg path,
section.related-materials .card .arrow-svg path {
    transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
section.materials .card .image-wrapper img,
section.related-materials .card .image-wrapper img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    aspect-ratio: 254/195;
}
section.materials .card .content-wrapper,
section.related-materials .card .content-wrapper {
    padding: 32px;
}
section.materials .card .content-wrapper .title,
section.related-materials .card .content-wrapper .title {
    color: #161B26;
}
section.materials .card .content-wrapper .content,
section.related-materials .card .content-wrapper .content {
    font-size: 14px;
    color: #161B26;
    line-height: 142.857%;
    font-weight: 400;
}
section.materials a.card:hover, section.materials a.card:focus-visible, section.materials a.card:focus,
section.related-materials a.card:hover,
section.related-materials a.card:focus-visible,
section.related-materials a.card:focus {
    box-shadow: 0px 0px 0px 2px #FFF, 0px 0px 0px 4px #EAA140;
}
section.materials a.card:hover .arrow-svg, section.materials a.card:focus-visible .arrow-svg, section.materials a.card:focus .arrow-svg,
section.related-materials a.card:hover .arrow-svg,
section.related-materials a.card:focus-visible .arrow-svg,
section.related-materials a.card:focus .arrow-svg {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}
section.materials a.card:hover .arrow-svg path:first-of-type, section.materials a.card:focus-visible .arrow-svg path:first-of-type, section.materials a.card:focus .arrow-svg path:first-of-type,
section.related-materials a.card:hover .arrow-svg path:first-of-type,
section.related-materials a.card:focus-visible .arrow-svg path:first-of-type,
section.related-materials a.card:focus .arrow-svg path:first-of-type {
    fill: #EAA140;
}
section.materials a.card:hover .arrow-svg path:last-of-type, section.materials a.card:focus-visible .arrow-svg path:last-of-type, section.materials a.card:focus .arrow-svg path:last-of-type,
section.related-materials a.card:hover .arrow-svg path:last-of-type,
section.related-materials a.card:focus-visible .arrow-svg path:last-of-type,
section.related-materials a.card:focus .arrow-svg path:last-of-type {
    stroke: #ffffff;
}

section.materials .text-xl, section.materials .copy p, .copy section.materials p {
    margin-top: 32px;
}
section.materials:has(.text-xl, .copy p) .grid-wrapper {
    margin-top: 64px;
}
@media print, screen and (min-width: 64em) {
    section.materials .grid-wrapper .card-1,
    section.materials .grid-wrapper .card-6 {
        -ms-grid-column-span: 2;
        grid-column: span 2;
    }
}
section.materials .card-1 .image-wrapper,
section.materials .card-6 .image-wrapper {
    width: 100%;
}
@media print, screen and (min-width: 64em) {
    section.materials .card-1 .image-wrapper img,
    section.materials .card-6 .image-wrapper img {
        aspect-ratio: 604/256;
    }
}
section.materials .card-1 {
    background-color: #ACD149;
}
section.materials .card-2 {
    background-color: #88ADDB;
}
@media print, screen and (min-width: 64em) {
    section.materials .card-2 .image-wrapper {
        padding-right: 32px;
    }
    section.materials .card-2 .image-wrapper img {
        border-bottom-right-radius: 20px;
    }
}
section.materials .card-2 .content-wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
}
section.materials .card-2 .arrow-svg {
    left: 32px;
}
section.materials .card-3 {
    background-color: #F0C568;
    -webkit-flex-direction: column-reverse;
            flex-direction: column-reverse;
}
@media print, screen and (min-width: 64em) {
    section.materials .card-3 .image-wrapper {
        padding-left: 32px;
    }
    section.materials .card-3 .image-wrapper img {
        border-top-left-radius: 20px;
    }
}
section.materials .card-3 .content-wrapper {
    -webkit-flex-grow: 1;
            flex-grow: 1;
    display: -webkit-flex;
    display: flex;
    -webkit-align-content: center;
            align-content: center;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
}
section.materials .card-3 .arrow-svg {
    top: unset;
    bottom: 32px;
}
section.materials .card-4 {
    background-color: #F0C568;
    -webkit-flex-direction: column-reverse;
            flex-direction: column-reverse;
}
section.materials .card-4 .content-wrapper {
    -webkit-flex-grow: 1;
            flex-grow: 1;
    display: -webkit-flex;
    display: flex;
    -webkit-align-content: center;
            align-content: center;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
}
section.materials .card-4 .arrow-svg {
    top: unset;
    bottom: 32px;
}
section.materials .card-5 {
    background-color: #88ADDB;
}
section.materials .card-6 {
    background-color: #224B35;
    color: #ffffff;
    -webkit-flex-direction: column-reverse;
            flex-direction: column-reverse;
}
@media print, screen and (min-width: 64em) {
    section.materials .card-6 .image-wrapper {
        padding-right: 32px;
    }
    section.materials .card-6 .image-wrapper img {
        border-top-right-radius: 20px;
    }
}
@media print, screen and (min-width: 64em) {
    section.materials .card-6 .content-wrapper .md {
        padding-right: 100px;
    }
}
section.materials .card-6 .content-wrapper .title-all {
    background-color: #ffffff;
    color: #161B26;
    padding: 8px 16px;
    display: inline-block;
    border-radius: 9999px;
}

section.related-materials {
    background-color: #E6F1E1;
    border-radius: 30px;
}
section.related-materials .grid-wrapper {
    margin-top: 64px;
}
section.related-materials .card-1,
section.related-materials .card-3 {
    background-color: #ACD149;
}
@media print, screen and (min-width: 64em) {
    section.related-materials .card-1 .image-wrapper,
    section.related-materials .card-3 .image-wrapper {
        padding-right: 32px;
    }
    section.related-materials .card-1 .image-wrapper img,
    section.related-materials .card-3 .image-wrapper img {
        border-bottom-right-radius: 20px;
    }
}
section.related-materials .card-1 .content-wrapper,
section.related-materials .card-3 .content-wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
}
section.related-materials .card-1 .arrow-svg,
section.related-materials .card-3 .arrow-svg {
    left: 32px;
}
section.related-materials .card-2,
section.related-materials .card-4 {
    background-color: #F0C568;
    -webkit-flex-direction: column-reverse;
            flex-direction: column-reverse;
}
@media print, screen and (min-width: 64em) {
    section.related-materials .card-2 .image-wrapper,
    section.related-materials .card-4 .image-wrapper {
        padding-left: 32px;
    }
    section.related-materials .card-2 .image-wrapper img,
    section.related-materials .card-4 .image-wrapper img {
        border-top-left-radius: 20px;
    }
}
section.related-materials .card-2 .content-wrapper,
section.related-materials .card-4 .content-wrapper {
    -webkit-flex-grow: 1;
            flex-grow: 1;
    display: -webkit-flex;
    display: flex;
    -webkit-align-content: center;
            align-content: center;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
}
section.related-materials .card-2 .arrow-svg,
section.related-materials .card-4 .arrow-svg {
    top: unset;
    bottom: 32px;
}
section.related-materials .card-3 {
    background-color: #88ADDB;
}
section.related-materials .card-4 {
    background-color: #ACD149;
}

section.materials + section.packaging-slider {
    padding-top: 0;
}

section.testimonial {
    padding: 64px 0;
}
@media print, screen and (min-width: 64em) {
    section.testimonial {
        padding: 128px 0;
    }
    section.testimonial .row {
        -webkit-align-items: center;
                align-items: center;
    }
}
section.testimonial.green-bg {
    background: #E6F1E1;
    border-radius: 30px 30px 0px 0px;
}
section.testimonial h2 {
    margin-bottom: 20px;
}
section.testimonial .content-container {
    position: relative;
}
section.testimonial .content-container .bg-svg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    pointer-events: none;
}
section.testimonial .content-container h2,
section.testimonial .content-container .copy {
    position: relative;
    z-index: 1;
}
section.testimonial .content-container a.button {
    margin-top: 32px;
}
section.testimonial .container {
    position: relative;
}
@media screen and (max-width: 63.9375em) {
    section.testimonial .container {
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
                align-items: center;
        gap: 10px;
        margin-top: 32px;
    }
}
@media screen and (max-width: 39.9375em) {
    section.testimonial .container {
        -webkit-flex-wrap: wrap;
                flex-wrap: wrap;
    }
}
section.testimonial .container .image-wrapper {
    border: 15px solid #161B26;
    border-radius: 50%;
}
section.testimonial .container .image-wrapper img {
    aspect-ratio: 1/1;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 100%;
}
section.testimonial .container .image-wrapper.large {
    position: relative;
    border-color: #F0C568;
    z-index: 2;
    width: 300px;
}
@media print, screen and (min-width: 40em) {
    section.testimonial .container .image-wrapper.large {
        width: 366px;
    }
}
section.testimonial .container .image-wrapper.medium {
    border-color: #B0DCF7;
    height: 175px;
    width: 175px;
    z-index: 3;
    position: absolute;
    bottom: -30px;
    right: 0px;
}
@media print, screen and (min-width: 40em) {
    section.testimonial .container .image-wrapper.medium {
        right: -60px;
    }
}
@media print, screen and (min-width: 64em) {
    section.testimonial .container .image-wrapper.medium {
        height: 233px;
        width: 233px;
        bottom: -50px;
        right: -120px;
    }
}
section.testimonial .container .image-wrapper.small {
    border-color: #ACD149;
    height: 125px;
    width: 125px;
    position: absolute;
    top: -35px;
    right: 20px;
    z-index: 0;
}
@media print, screen and (min-width: 40em) {
    section.testimonial .container .image-wrapper.small {
        right: -50px;
    }
}
@media print, screen and (min-width: 64em) {
    section.testimonial .container .image-wrapper.small {
        height: 150px;
        width: 150px;
        top: -35px;
        right: -35px;
    }
}

section.testimonial.green-bg:has(+ section.contact-banner) {
    position: relative;
}
section.testimonial.green-bg:has(+ section.contact-banner):after {
    content: "";
    display: block;
    width: 100%;
    height: 26px;
    background: #E6F1E1;
    position: absolute;
    left: 0;
    bottom: -24px;
    pointer-events: none;
    z-index: 0;
}

section.testimonial.green-bg + section.contact-banner {
    position: relative;
    z-index: 1;
}

section.contact-banner {
    border-radius: 30px 30px 0px 0px;
    padding: 48px 0;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
section.contact-banner:before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 30px 30px 0px 0px;
}
section.contact-banner:after {
    content: "";
    height: 100px;
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    background: rgba(255, 255, 255, 0.9);
}
section.contact-banner .row {
    position: relative;
    z-index: 2;
}
section.contact-banner h2 + .copy {
    margin-top: 12px;
}
section.contact-banner .button-wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: start;
            justify-content: start;
    margin-top: 20px;
}
@media print, screen and (min-width: 40em) {
    section.contact-banner .button-wrapper {
        -webkit-justify-content: end;
                justify-content: end;
        margin-top: 0;
    }
}
section.contact-banner .button-wrapper a {
    padding: 12px 16px;
    padding-right: 42px;
}
section.contact-banner .button-wrapper a span {
    font-size: 18px;
    display: inline-block;
}
section.contact-banner.blue .content {
    color: #ffffff;
}
section.contact-banner.blue:before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(136, 173, 219, 0.8);
    border-radius: 30px 30px 0px 0px;
}
section.contact-banner.blue:after {
    content: "";
    height: 100px;
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    background: rgba(136, 173, 219, 0.8);
}

section.industry-insights {
    background-color: #F0C568;
    padding: 48px 0;
    border-radius: 30px;
}
@media print, screen and (min-width: 64em) {
    section.industry-insights {
        padding: 96px 0;
    }
}
section.industry-insights h2 {
    margin-bottom: 20px;
}
@media print, screen and (min-width: 64em) {
    section.industry-insights .button-wrapper {
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: flex-end;
                align-items: flex-end;
        -webkit-justify-content: flex-end;
                justify-content: flex-end;
    }
}
section.industry-insights .button-wrapper .button {
    margin-bottom: 0;
    margin-top: 20px;
}
section.industry-insights .grid-wrapper {
    margin-top: 64px;
}

section.industry-insights:has(+ section.contact-banner) {
    position: relative;
}
section.industry-insights:has(+ section.contact-banner):after {
    content: "";
    display: block;
    width: 100%;
    height: 50px;
    background-color: #F0C568;
    position: absolute;
    left: 0;
    bottom: -25px;
    pointer-events: none;
}

section.industry-insights + section.contact-banner {
    position: relative;
    z-index: 1;
}

.industry-insights-preview .wpgb-wrapper .wpgb-main .wpgb-layout .wpgb-viewport .wpgb-masonry .wpgb-card {
    background-color: #ffffff !important;
    border-radius: 20px !important;
    overflow: hidden !important;
    box-shadow: 0px 0px 0px 2px transparent, 0px 0px 0px 4px transparent;
    transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.industry-insights-preview .wpgb-wrapper .wpgb-main .wpgb-layout .wpgb-viewport .wpgb-masonry .wpgb-card .wpgb-card-media svg {
    padding-top: 60% !important;
}
.industry-insights-preview .wpgb-wrapper .wpgb-main .wpgb-layout .wpgb-viewport .wpgb-masonry .wpgb-card .wpgb-card-media-thumbnail {
    width: calc(100% - 32px) !important;
    border-radius: 0px 0px 100px 0px;
}
.industry-insights-preview .wpgb-wrapper .wpgb-main .wpgb-layout .wpgb-viewport .wpgb-masonry .wpgb-card .wpgb-card-body {
    padding: 32px 32px 0 !important;
}
.industry-insights-preview .wpgb-wrapper .wpgb-main .wpgb-layout .wpgb-viewport .wpgb-masonry .wpgb-card .wpgb-card-footer {
    padding: 0 32px 40px !important;
}
.industry-insights-preview .wpgb-wrapper .wpgb-main .wpgb-layout .wpgb-viewport .wpgb-masonry .wpgb-card .wpgb-card-footer .wpgb-block-3 {
    line-height: 1 !important;
    white-space: initial;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: start;
            justify-content: start;
    gap: 6px;
}
.industry-insights-preview .wpgb-wrapper .wpgb-main .wpgb-layout .wpgb-viewport .wpgb-masonry .wpgb-card .wpgb-card-footer .wpgb-block-3:after {
    content: "";
    width: 20px;
    height: 20px;
    background: url(../images/learnmore.svg) no-repeat center, white;
    transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 100%;
}
.industry-insights-preview .wpgb-wrapper .wpgb-main .wpgb-layout .wpgb-viewport .wpgb-masonry .wpgb-card:hover, .industry-insights-preview .wpgb-wrapper .wpgb-main .wpgb-layout .wpgb-viewport .wpgb-masonry .wpgb-card:focus-visible, .industry-insights-preview .wpgb-wrapper .wpgb-main .wpgb-layout .wpgb-viewport .wpgb-masonry .wpgb-card:focus {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
    box-shadow: 0px 0px 0px 2px #F0C568, 0px 0px 0px 4px white;
}
.industry-insights-preview .wpgb-wrapper .wpgb-main .wpgb-layout .wpgb-viewport .wpgb-masonry .wpgb-card:hover .wpgb-block-3:after, .industry-insights-preview .wpgb-wrapper .wpgb-main .wpgb-layout .wpgb-viewport .wpgb-masonry .wpgb-card:focus-visible .wpgb-block-3:after, .industry-insights-preview .wpgb-wrapper .wpgb-main .wpgb-layout .wpgb-viewport .wpgb-masonry .wpgb-card:focus .wpgb-block-3:after {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    background: url(../images/learnmore-hover.svg) no-repeat center, #EAA140;
}

section.advantages {
    padding: 48px 0;
}
@media print, screen and (min-width: 64em) {
    section.advantages {
        padding-top: 96px;
        padding-bottom: 96px;
    }
}
section.advantages h2 {
    margin-bottom: 12px;
    text-wrap: balance;
}
section.advantages .advantage-wrapper {
    margin-top: 64px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-align-items: start;
            align-items: start;
    -webkit-justify-content: center;
            justify-content: center;
    gap: 32px;
}
section.advantages .advantage-wrapper .adv {
    -webkit-flex-basis: 100%;
            flex-basis: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
            flex-direction: column;
    gap: 8px;
    -webkit-align-items: center;
            align-items: center;
    text-align: center;
}
@media print, screen and (min-width: 40em) {
    section.advantages .advantage-wrapper .adv {
        -webkit-flex-basis: calc(33% - 32px);
                flex-basis: calc(33% - 32px);
    }
}
section.advantages .advantage-wrapper .adv a.button {
    margin-top: 12px;
}

section.alternating-products .row {
    padding-top: 48px;
    padding-bottom: 48px;
}
@media print, screen and (min-width: 64em) {
    section.alternating-products .row {
        padding-top: 96px;
        padding-bottom: 96px;
    }
}
section.alternating-products .row:nth-child(even) {
    background: #E6F1E1;
    position: relative;
}
section.alternating-products .row:nth-child(even):after {
    content: "";
    position: absolute;
    inset: 0;
    /* shorthand for top:0; right:0; bottom:0; left:0 */
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    width: 100vw;
    background: #E6F1E1;
}
section.alternating-products .row:nth-child(even) .column, section.alternating-products .row:nth-child(even) .columns {
    position: relative;
    z-index: 2;
}
@media print, screen and (min-width: 64em) {
    section.alternating-products .row:nth-child(even) {
        -webkit-flex-direction: row-reverse;
                flex-direction: row-reverse;
    }
}
section.alternating-products .content-col {
    -webkit-align-self: center;
                -ms-grid-row-align: center;
            align-self: center;
}
section.alternating-products .image-col {
    -webkit-align-self: end;
                -ms-grid-row-align: end;
            align-self: end;
    margin-top: 24px;
    margin-bottom: -48px;
}
@media print, screen and (min-width: 64em) {
    section.alternating-products .image-col {
        margin-bottom: -96px;
        margin-top: 0;
    }
}
section.alternating-products h2 {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: start;
            justify-content: start;
    gap: 16px;
    margin-bottom: 12px;
}
section.alternating-products .links {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 12px;
}
section.alternating-products .links a {
    color: #224B35;
    padding: 8px 12px;
    border: 1px solid #224B35;
    border-radius: 9999px;
    text-decoration: none;
    transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
section.alternating-products .links a:hover, section.alternating-products .links a:focus-visible, section.alternating-products .links a:focus {
    background-color: #224B35;
    color: white;
    border-color: #224B35;
}
section.alternating-products .links a.view-all {
    background-color: #4EA752;
    border-color: #4EA752;
    color: #ffffff;
}
section.alternating-products .links a.view-all:hover, section.alternating-products .links a.view-all:focus-visible, section.alternating-products .links a.view-all:focus {
    background-color: #224B35;
    color: white;
    border-color: #224B35;
}

section.product-tabs {
    padding: 48px 12px;
    border-radius: 30px;
    background: linear-gradient(180deg, rgba(230, 241, 225, 0.7) 13.36%, #E6F1E1 30.09%);
    -webkit-backdrop-filter: blur(20px);
            backdrop-filter: blur(20px);
    margin-top: -200px;
}
@media print, screen and (min-width: 64em) {
    section.product-tabs {
        padding: 96px 0;
    }
}
section.product-tabs .tabs-wrapper {
    margin-top: 32px;
}
@media print, screen and (min-width: 64em) {
    section.product-tabs .tabs-wrapper {
        text-align: center;
    }
}
section.product-tabs .tabs-wrapper .accordion {
    background-color: transparent;
}
section.product-tabs .tabs-wrapper .accordion .accordion-item {
    margin-bottom: 20px;
}
section.product-tabs .tabs-wrapper .accordion .accordion-item:last-of-type {
    margin-bottom: 0;
}
section.product-tabs .tabs-wrapper .accordion .accordion-title {
    color: #ffffff;
    background-color: #224B35;
    padding: 12px;
    border: none;
    border-radius: 20px;
}
section.product-tabs .tabs-wrapper .accordion .accordion-title:before {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    margin: 0;
}
section.product-tabs .tabs-wrapper .accordion .accordion-content {
    background-color: transparent;
    border: none;
}
section.product-tabs .tabs-wrapper .accordion .accordion-content h3 {
    margin-bottom: 8px;
}
section.product-tabs .tabs-wrapper .accordion .accordion-content .links {
    -webkit-justify-content: center;
            justify-content: center;
}
section.product-tabs .tabs-wrapper .accordion .accordion-content a.button {
    margin-top: 10px;
}
section.product-tabs .tabs-wrapper .accordion .accordion-content .img-wrapper {
    background: none !important;
}
section.product-tabs .tabs-wrapper .tabs {
    margin: 18px auto;
    border: none;
    background-color: transparent;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-justify-content: center;
            justify-content: center;
    gap: 32px;
    padding: 12px;
    background-color: #224B35;
    border-radius: 20px;
}
@media print, screen and (min-width: 64em) {
    section.product-tabs .tabs-wrapper .tabs {
        margin: 64px auto;
    }
}
section.product-tabs .tabs-wrapper .tabs:before, section.product-tabs .tabs-wrapper .tabs:after {
    display: none;
}
section.product-tabs .tabs-wrapper .tabs li.is-active a {
    background-color: #ffffff;
    color: #161B26;
}
section.product-tabs .tabs-wrapper .tabs li a {
    color: #ffffff;
    padding: 12px;
    border-radius: 16px;
    display: -webkit-inline-flex;
    display: inline-flex;
    gap: 7px;
    -webkit-align-items: center;
            align-items: center;
}
section.product-tabs .tabs-wrapper .tabs li a:hover, section.product-tabs .tabs-wrapper .tabs li a:focus-visible, section.product-tabs .tabs-wrapper .tabs li a:focus {
    color: #161B26;
}
section.product-tabs .tabs-wrapper .tabs-content {
    border: none;
    background-color: transparent;
    text-align: left;
}
section.product-tabs .tabs-wrapper .tabs-content .tabs-panel {
    padding: 0;
}
section.product-tabs .tabs-wrapper .tabs-content .product-tab-inner {
    background: white;
    border-radius: 24px;
    padding: 0;
    display: -ms-grid;
    display: grid;
    gap: 32px;
}
@media print, screen and (min-width: 64em) {
    section.product-tabs .tabs-wrapper .tabs-content .product-tab-inner {
        -ms-grid-columns: (minmax(0, 1fr))[2];
        grid-template-columns: repeat(2, minmax(0, 1fr));
        text-align: center;
    }
}
section.product-tabs .tabs-wrapper .tabs-content .content {
    padding: 40px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-flex-direction: column;
            flex-direction: column;
    gap: 32px;
}
section.product-tabs .tabs-wrapper .tabs-content .img-wrapper {
    background-size: auto 100% !important;
    background-position: right top !important;
    background-repeat: no-repeat !important;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: center;
            justify-content: center;
    padding: 20px;
}
section.product-tabs .tabs-wrapper .tabs-content .img-wrapper img {
    max-height: 447px;
    -o-object-fit: contain;
       object-fit: contain;
}

section.product-features,
section.materials-intro {
    padding: 48px 0;
}
@media print, screen and (min-width: 64em) {
    section.product-features,
    section.materials-intro {
        padding: 96px 0;
    }
}
section.product-features img,
section.materials-intro img {
    margin-bottom: 20px;
}
section.product-features h2,
section.materials-intro h2 {
    text-wrap: balance;
    margin-bottom: 24px;
}
@media print, screen and (min-width: 64em) {
    section.product-features h2,
    section.materials-intro h2 {
        margin-bottom: 0;
    }
}
section.product-features h2:has(+ .text-xl, + .copy p),
section.materials-intro h2:has(+ .text-xl, + .copy p) {
    margin-bottom: 20px;
}
section.product-features h2 + .text-xl, section.product-features .copy h2 + p, .copy section.product-features h2 + p,
section.materials-intro h2 + .text-xl,
section.materials-intro .copy h2 + p,
.copy section.materials-intro h2 + p {
    margin-bottom: 24px;
}
section.product-features h3,
section.materials-intro h3 {
    margin-bottom: 8px;
}
section.product-features .img-wrapper,
section.materials-intro .img-wrapper {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 20px;
}
section.product-features .img-wrapper img,
section.materials-intro .img-wrapper img {
    margin-bottom: 0;
    width: 100%;
}
section.product-features .features,
section.materials-intro .features {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(0, 1fr);
    grid-template-columns: minmax(0, 1fr);
    gap: 32px;
}
@media print, screen and (min-width: 40em) {
    section.product-features .features.two,
    section.materials-intro .features.two {
        -ms-grid-columns: (minmax(0, 1fr))[2];
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
section.product-features .row:not(.intro) + .row,
section.materials-intro .row:not(.intro) + .row {
    margin-top: 48px;
    padding-top: 48px;
    border-top: 1px solid #CECFD2;
}
@media print, screen and (min-width: 64em) {
    section.product-features .row:not(.intro) + .row,
    section.materials-intro .row:not(.intro) + .row {
        margin-top: 96px;
        padding-top: 96px;
    }
}
section.product-features .intro,
section.materials-intro .intro {
    margin-bottom: 48px;
}
@media print, screen and (min-width: 64em) {
    section.product-features .intro,
    section.materials-intro .intro {
        margin-bottom: 96px;
    }
}

.section.materials-intro .row {
    -webkit-align-items: center;
            align-items: center;
}

section.materials-intro:has(+ section.product-features) {
    padding: 0;
}
section.materials-intro:has(+ section.product-features) .row {
    padding: 48px 0;
    border-bottom: 1px solid #CECFD2;
}
@media print, screen and (min-width: 64em) {
    section.materials-intro:has(+ section.product-features) .row {
        padding: 96px 0;
    }
}

section.cta-banner {
    position: relative;
    background-size: cover;
    border-radius: 30px;
    padding: 96px 0;
}
@media print, screen and (min-width: 64em) {
    section.cta-banner {
        padding: 160px 0;
    }
    section.cta-banner .text-lg {
        text-wrap: balance;
    }
}
section.cta-banner:before {
    content: "";
    background: rgba(0, 0, 0, 0.45);
    border-radius: 30px;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
section.cta-banner .row {
    position: relative;
    z-index: 2;
}
section.cta-banner h2 {
    margin-bottom: 12px;
}
section.cta-banner .button {
    margin-top: 20px;
}

section.cta-banner:has(+ section.contact-banner),
section.cta-banner:has(+ section.markets),
section.cta-banner:has(+ section.industry-insights) {
    border-radius: 30px 30px 0 0;
}
section.cta-banner:has(+ section.contact-banner):before,
section.cta-banner:has(+ section.markets):before,
section.cta-banner:has(+ section.industry-insights):before {
    border-radius: 30px 30px 0 0;
}
section.cta-banner:has(+ section.contact-banner):after,
section.cta-banner:has(+ section.markets):after,
section.cta-banner:has(+ section.industry-insights):after {
    content: "";
    display: block;
    width: 100%;
    height: 26px;
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    left: 0;
    bottom: -24px;
    pointer-events: none;
    z-index: 0;
}

section.cta-banner + section.contact-banner,
section.cta-banner + section.markets,
section.cta-banner + section.industry-insights {
    position: relative;
    z-index: 1;
}

section.packaging-slider {
    padding-top: 48px;
    border-bottom: 1px solid #CECFD2;
}
@media print, screen and (min-width: 64em) {
    section.packaging-slider {
        padding-top: 96px;
    }
}
section.packaging-slider h2 {
    margin-bottom: 28px;
    text-wrap: balance;
}
section.packaging-slider h3 {
    margin-bottom: 12px;
}
section.packaging-slider a.button {
    margin-top: 20px;
}
section.packaging-slider .slider-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 40px 24px minmax(0, 1fr) 24px 40px;
    grid-template-columns: 40px minmax(0, 1fr) 40px;
    -webkit-align-items: center;
            align-items: center;
    gap: 24px;
}
@media print, screen and (min-width: 64em) {
    section.packaging-slider .slider-grid {
        gap: 88px;
    }
}
section.packaging-slider .slide-image {
    margin-top: 32px;
}
section.packaging-slider button svg path {
    transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
section.packaging-slider button:hover, section.packaging-slider button:focus-visible, section.packaging-slider button:focus {
    cursor: pointer;
}
section.packaging-slider button:hover svg path:first-child, section.packaging-slider button:focus-visible svg path:first-child, section.packaging-slider button:focus svg path:first-child {
    fill: #EAA140;
}
section.packaging-slider button:hover svg path:nth-child(2), section.packaging-slider button:focus-visible svg path:nth-child(2), section.packaging-slider button:focus svg path:nth-child(2) {
    stroke: #EAA140;
}
section.packaging-slider button:hover svg path:last-child, section.packaging-slider button:focus-visible svg path:last-child, section.packaging-slider button:focus svg path:last-child {
    stroke: #ffffff;
}
section.packaging-slider button.slick-disabled {
    opacity: 0.25;
}
section.packaging-slider button.slick-disabled:hover, section.packaging-slider button.slick-disabled:focus-visible, section.packaging-slider button.slick-disabled:focus {
    pointer-events: none;
}
section.packaging-slider button.slick-disabled:hover svg path:first-child, section.packaging-slider button.slick-disabled:focus-visible svg path:first-child, section.packaging-slider button.slick-disabled:focus svg path:first-child {
    fill: #ffffff;
}
section.packaging-slider button.slick-disabled:hover svg path:last-child, section.packaging-slider button.slick-disabled:focus-visible svg path:last-child, section.packaging-slider button.slick-disabled:focus svg path:last-child {
    stroke: #161B26;
}
section.packaging-slider #dynamic-image {
    transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
    /* Material's standard easing */
    opacity: 1;
    width: 100%;
    height: 150px;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: bottom center;
       object-position: bottom center;
}
@media print, screen and (min-width: 40em) {
    section.packaging-slider #dynamic-image {
        height: 275px;
    }
}
@media print, screen and (min-width: 64em) {
    section.packaging-slider #dynamic-image {
        height: 400px;
    }
}
section.packaging-slider #dynamic-image.fade-out {
    opacity: 0;
}

section.packaging-slider:has(+ section.contact-banner),
section.packaging-slider:has(+ section.sustainability) {
    border: none;
}

section.custom-solutions + section.packaging-slider,
section.product-features + section.packaging-slider {
    border-bottom: none;
    border-top: 1px solid #CECFD2;
}

section.related-services {
    background-color: #F0C568;
    padding: 48px 0;
    border-radius: 30px;
    position: relative;
}
@media print, screen and (min-width: 64em) {
    section.related-services {
        padding: 96px 0;
    }
}
section.related-services .card-wrapper .card-slider .card:hover, section.related-services .card-wrapper .card-slider .card:focus-visible, section.related-services .card-wrapper .card-slider .card:focus {
    box-shadow: 0px 0px 0px 2px #F0C568, 0px 0px 0px 4px white;
}
section.related-services .third-card {
    background: #4EA752;
    padding: 40px;
    border-radius: 20px;
    overflow: hidden;
    aspect-ratio: 392/550;
    display: -webkit-flex !important;
    display: flex !important;
    box-shadow: none !important;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-align-items: start;
            align-items: start;
    gap: 32px;
}
section.related-services .third-card .md.bold {
    text-wrap: balance;
}

section.related-services:has(+ section.cta-banner) {
    position: relative;
}
section.related-services:has(+ section.cta-banner):after {
    content: "";
    display: block;
    width: 100%;
    height: 50px;
    background-color: #F0C568;
    position: absolute;
    left: 0;
    bottom: -25px;
    pointer-events: none;
}

section.service-key-features {
    padding: 48px 0;
}
@media print, screen and (min-width: 64em) {
    section.service-key-features {
        padding: 96px 0;
    }
    section.service-key-features .row {
        -webkit-align-items: center;
                align-items: center;
    }
    section.service-key-features .xs {
        text-wrap: balance;
    }
}
section.service-key-features h2 {
    text-wrap: balance;
    margin-bottom: 20px;
}
section.service-key-features .feature {
    margin-top: 34px;
    display: -ms-grid;
    display: grid;
    gap: 12px;
    -ms-grid-columns: 32px 12px minmax(0, 1fr);
    grid-template-columns: 32px minmax(0, 1fr);
}
@media print, screen and (min-width: 64em) {
    section.service-key-features .feature:first-of-type {
        margin-top: 0;
    }
}
section.service-key-features .feature img {
    width: 32px;
    height: 32px;
    -o-object-fit: contain;
       object-fit: contain;
}

section.service-map {
    border-radius: 30px;
    background: #E6F1E1;
}
section.service-map h2 {
    margin-bottom: 12px;
}
section.service-map .text-lg {
    margin-bottom: 20px;
}
section.service-map .xs {
    margin-top: 12px;
}
section.service-map .row {
    padding: 48px 0 0;
    position: relative;
}
@media print, screen and (min-width: 64em) {
    section.service-map .row {
        padding: 96px 0;
    }
}
@media print, screen and (min-width: 64em) {
    section.service-map .column.large-8, section.service-map .large-8.columns {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        padding: 0;
        z-index: 2;
    }
    section.service-map .column.large-8 img, section.service-map .large-8.columns img {
        height: 100%;
        width: 100%;
        display: block;
    }
    section.service-map .column.large-4, section.service-map .large-4.columns {
        position: relative;
        z-index: 3;
        background-color: rgba(230, 241, 225, 0.95);
        padding: 2rem;
        border-radius: 16px;
    }
}
@media screen and (max-width: 63.9375em) {
    section.service-map .column.small-12:last-child, section.service-map .small-12.columns:last-child {
        margin-top: 2rem;
    }
    section.service-map .column.small-12:last-child img, section.service-map .small-12.columns:last-child img {
        width: 100%;
        height: auto;
        display: block;
    }
}

section.service-map:has(+ section.related-services):after {
    content: "";
    display: block;
    width: 100%;
    height: 50px;
    background-color: #E6F1E1;
    position: absolute;
    left: 0;
    bottom: -25px;
    pointer-events: none;
}

section.service-map:has(+ section.faq) {
    background-color: white;
    border-bottom: 1px solid #CECFD2;
    border-radius: 0;
}
@media print, screen and (min-width: 64em) {
    section.service-map:has(+ section.faq) .column.large-4, section.service-map:has(+ section.faq) .large-4.columns {
        background-color: rgba(255, 255, 255, 0.95);
    }
}

section.custom-solutions {
    padding: 48px 0;
}
@media print, screen and (min-width: 64em) {
    section.custom-solutions {
        padding: 96px 0;
    }
}
section.custom-solutions a.button {
    margin-top: 32px;
}
section.custom-solutions .solutions {
    margin-top: 32px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(0, 1fr);
    grid-template-columns: minmax(0, 1fr);
    gap: 32px;
}
@media print, screen and (min-width: 64em) {
    section.custom-solutions .solutions {
        margin-top: 0;
    }
}
@media print, screen and (min-width: 40em) {
    section.custom-solutions .solutions {
        -ms-grid-columns: (minmax(0, 1fr))[2];
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
section.custom-solutions .solution {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
            flex-direction: column;
    gap: 8px;
}

section.logos {
    padding: 48px 0;
}
@media print, screen and (min-width: 64em) {
    section.logos {
        padding: 96px 0;
    }
}
section.logos .outer-wrapper {
    display: -webkit-flex;
    display: flex;
    gap: 32px;
    -webkit-flex-direction: column;
            flex-direction: column;
}
@media print, screen and (min-width: 64em) {
    section.logos .outer-wrapper {
        -webkit-flex-direction: row-reverse;
                flex-direction: row-reverse;
        -webkit-align-items: center;
                align-items: center;
        gap: 96px;
    }
}
section.logos .logos {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(0, 1fr) 32px minmax(0, 1fr);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px;
    place-items: center;
}
@media print, screen and (min-width: 64em) {
    section.logos .logos {
        -ms-grid-columns: (minmax(0, 1fr))[3];
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
section.logos .logos img {
    max-height: 51px;
    -o-object-fit: contain;
       object-fit: contain;
}

section.our-mission {
    background: #4EA752;
    border-radius: 30px;
    padding: 48px 0;
}
@media print, screen and (min-width: 64em) {
    section.our-mission {
        padding: 96px 0;
        text-wrap: balance;
    }
}
section.our-mission h2 + .text-xl, section.our-mission .copy h2 + p, .copy section.our-mission h2 + p {
    margin-top: 20px;
}
section.our-mission ul {
    list-style: none;
    margin: 32px 0 0;
}
@media print, screen and (min-width: 64em) {
    section.our-mission ul {
        margin: 0;
    }
}
section.our-mission ul li {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: start;
            align-items: start;
    gap: 12px;
    margin-bottom: 20px;
}
section.our-mission ul li:last-of-type {
    margin-bottom: 0;
}

section.timeline,
section.process {
    padding: 48px 0;
}
@media print, screen and (min-width: 64em) {
    section.timeline,
    section.process {
        padding: 96px 0;
    }
}
section.timeline h2 + .xs,
section.process h2 + .xs {
    margin-top: 32px;
}
section.timeline ul,
section.process ul {
    list-style: none;
    margin: 20px 0 0;
}
section.timeline ul li,
section.process ul li {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: start;
            align-items: start;
    gap: 8px;
    margin-bottom: 10px;
}
section.timeline ul li:last-of-type,
section.process ul li:last-of-type {
    margin-bottom: 0;
}
section.timeline ul li .icon,
section.process ul li .icon {
    width: 20px;
    height: 20px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: center;
            justify-content: center;
    border-radius: 100%;
    background-color: white;
}
section.timeline .timeline-slider,
section.timeline .process-slider,
section.process .timeline-slider,
section.process .process-slider {
    margin-top: 32px;
}
@media print, screen and (min-width: 64em) {
    section.timeline .timeline-slider,
    section.timeline .process-slider,
    section.process .timeline-slider,
    section.process .process-slider {
        margin-top: 64px;
    }
}
section.timeline .timeline-slider .entry,
section.timeline .process-slider .entry,
section.process .timeline-slider .entry,
section.process .process-slider .entry {
    padding: 32px;
    border-radius: 20px;
    background-color: #F0C568;
}
section.timeline .timeline-slider .entry .lg,
section.timeline .process-slider .entry .lg,
section.process .timeline-slider .entry .lg,
section.process .process-slider .entry .lg {
    margin-bottom: 12px;
}
section.timeline .timeline-slider .entry:nth-child(4n+2),
section.timeline .process-slider .entry:nth-child(4n+2),
section.process .timeline-slider .entry:nth-child(4n+2),
section.process .process-slider .entry:nth-child(4n+2) {
    background-color: #224B35;
    color: white;
}
section.timeline .timeline-slider .entry:nth-child(4n+3),
section.timeline .process-slider .entry:nth-child(4n+3),
section.process .timeline-slider .entry:nth-child(4n+3),
section.process .process-slider .entry:nth-child(4n+3) {
    background-color: #88ADDB;
    color: white;
}
section.timeline .timeline-slider .entry:nth-child(4n+4),
section.timeline .process-slider .entry:nth-child(4n+4),
section.process .timeline-slider .entry:nth-child(4n+4),
section.process .process-slider .entry:nth-child(4n+4) {
    background-color: #EAA140;
}
section.timeline .timeline-slider .slick-slide:nth-child(4n+2) .entry,
section.timeline .process-slider .slick-slide:nth-child(4n+2) .entry,
section.process .timeline-slider .slick-slide:nth-child(4n+2) .entry,
section.process .process-slider .slick-slide:nth-child(4n+2) .entry {
    background-color: #224B35;
    color: white;
}
section.timeline .timeline-slider .slick-slide:nth-child(4n+3) .entry,
section.timeline .process-slider .slick-slide:nth-child(4n+3) .entry,
section.process .timeline-slider .slick-slide:nth-child(4n+3) .entry,
section.process .process-slider .slick-slide:nth-child(4n+3) .entry {
    background-color: #88ADDB;
    color: white;
}
section.timeline .timeline-slider .slick-slide:nth-child(4n+4) .entry,
section.timeline .process-slider .slick-slide:nth-child(4n+4) .entry,
section.process .timeline-slider .slick-slide:nth-child(4n+4) .entry,
section.process .process-slider .slick-slide:nth-child(4n+4) .entry {
    background-color: #EAA140;
}
section.timeline .slick-track,
section.process .slick-track {
    display: -webkit-flex !important;
    display: flex !important;
}
section.timeline .slick-list,
section.process .slick-list {
    overflow: visible;
    margin: 0 -5px;
}
@media print, screen and (min-width: 40em) {
    section.timeline .slick-list,
    section.process .slick-list {
        margin: 0 -10px;
    }
}
section.timeline .slick-slide,
section.process .slick-slide {
    margin: 0 5px;
    height: inherit !important;
}
@media print, screen and (min-width: 40em) {
    section.timeline .slick-slide,
    section.process .slick-slide {
        margin: 0 10px;
    }
}
section.timeline .slick-slide > div,
section.process .slick-slide > div {
    height: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: stretch;
            align-items: stretch;
}
section.timeline .arrows,
section.process .arrows {
    margin-top: 45px;
    -webkit-justify-content: start;
            justify-content: start;
    -webkit-align-items: center;
            align-items: center;
}
@media print, screen and (min-width: 64em) {
    section.timeline .arrows,
    section.process .arrows {
        -webkit-justify-content: end;
                justify-content: end;
    }
}

section.process h2 {
    text-wrap: balance;
}

section.simple-content {
    padding: 48px 0;
}
@media print, screen and (min-width: 64em) {
    section.simple-content {
        padding: 96px 0;
    }
}
section.simple-content .column, section.simple-content .columns {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: start;
            align-items: start;
    gap: 32px;
}

section.career-benefits {
    padding: 48px 0;
}
@media print, screen and (min-width: 64em) {
    section.career-benefits {
        padding: 96px 0;
    }
    section.career-benefits .row.benefits h2,
    section.career-benefits .row.benefits .text-xl,
    section.career-benefits .row.benefits .copy p,
    .copy section.career-benefits .row.benefits p {
        text-wrap: balance;
    }
}
section.career-benefits h2 {
    margin-bottom: 12px;
}
section.career-benefits .row.intro {
    padding-bottom: 48px;
    border-bottom: 1px solid #CECFD2;
}
@media print, screen and (min-width: 64em) {
    section.career-benefits .row.intro {
        padding-bottom: 96px;
    }
}
section.career-benefits .row.intro:has(+ .row) {
    margin-bottom: 48px;
}
@media print, screen and (min-width: 64em) {
    section.career-benefits .row.intro:has(+ .row) {
        margin-bottom: 96px;
    }
}
section.career-benefits .row.intro h2 {
    margin-bottom: 32px;
}
section.career-benefits .benefits-grid {
    margin-top: 32px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(0, 1fr);
    grid-template-columns: minmax(0, 1fr);
    gap: 32px;
}
@media print, screen and (min-width: 64em) {
    section.career-benefits .benefits-grid {
        margin-top: 0;
    }
}
@media print, screen and (min-width: 40em) {
    section.career-benefits .benefits-grid {
        -ms-grid-columns: (minmax(0, 1fr))[2];
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
section.career-benefits .benefit .icon-wrapper {
    margin-bottom: 16px;
    display: -webkit-flex;
    display: flex;
    width: 48px;
    height: 48px;
    padding: 12px;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-align-items: center;
            align-items: center;
    aspect-ratio: 1/1;
    border-radius: 10px;
    border: 1px solid #05AA4B;
}
section.career-benefits .benefit .icon-wrapper img {
    width: 24px;
    height: 24px;
    -o-object-fit: contain;
       object-fit: contain;
}
section.career-benefits .benefit h3 {
    margin-bottom: 4px;
}
section.career-benefits .gallery-slider {
    margin-top: 48px;
}
@media print, screen and (min-width: 64em) {
    section.career-benefits .gallery-slider {
        margin-top: 96px;
    }
}
section.career-benefits .gallery-slider .slick-track {
    display: -webkit-flex !important;
    display: flex !important;
}
section.career-benefits .gallery-slider .slick-list {
    overflow: visible;
    margin: 0 -5px;
}
@media print, screen and (min-width: 40em) {
    section.career-benefits .gallery-slider .slick-list {
        margin: 0 -10px;
    }
}
section.career-benefits .gallery-slider .slick-slide {
    margin: 0 5px;
}
@media print, screen and (min-width: 40em) {
    section.career-benefits .gallery-slider .slick-slide {
        margin: 0 10px;
    }
}
section.career-benefits .gallery-slider img {
    border-radius: 20px;
    width: 100%;
    aspect-ratio: 1080/600;
    -o-object-fit: cover;
       object-fit: cover;
}
section.career-benefits .arrows {
    margin-top: 45px;
    -webkit-justify-content: end;
            justify-content: end;
    -webkit-align-items: center;
            align-items: center;
}

section.resource-grid {
    padding: 48px 0;
}
@media print, screen and (min-width: 64em) {
    section.resource-grid {
        padding: 96px 0;
    }
}
section.resource-grid .wpgb-wrapper .wpgb-main .wpgb-layout {
    margin-top: 64px;
}
section.resource-grid .wpgb-wrapper .wpgb-main .wpgb-layout .wpgb-viewport .wpgb-masonry .wpgb-card,
section.resource-grid .wpgb-wrapper .wpgb-main .wpgb-layout .wpgb-viewport .wpgb-masonry .wpgb-card-body,
section.resource-grid .wpgb-wrapper .wpgb-main .wpgb-layout .wpgb-viewport .wpgb-masonry .wpgb-card-footer {
    background: #E6F1E1 !important;
}

section.resource-hero {
    padding: 48px 0;
}
@media print, screen and (min-width: 64em) {
    section.resource-hero {
        padding: 96px 0;
    }
}
section.resource-hero .breadcrumbs {
    color: #EAA140;
    margin-bottom: 16px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: center;
            justify-content: center;
    gap: 8px;
}
section.resource-hero .breadcrumbs a {
    color: #161B26;
}
section.resource-hero .breadcrumbs span {
    color: #61646C;
}
section.resource-hero h1 {
    color: #4EA752;
}
@media print, screen and (min-width: 64em) {
    section.resource-hero h1 {
        text-wrap: balance;
    }
}
section.resource-hero h1 + .xs {
    margin-top: 24px;
}
section.resource-hero img {
    margin-top: 48px;
    border-radius: 24px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: 1376/724;
}
@media print, screen and (min-width: 64em) {
    section.resource-hero img {
        margin-top: 96px;
    }
}
section.resource-hero .meta-wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: start;
            align-items: start;
    -webkit-justify-content: space-between;
            justify-content: space-between;
}
section.resource-hero .meta-wrapper .meta {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: start;
            align-items: start;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    gap: 48px;
}
section.resource-hero.bg-green {
    position: relative;
}
section.resource-hero.bg-green:before {
    content: "";
    display: block;
    width: 100%;
    height: 680px;
    background: #074D34;
    position: absolute;
    top: 0;
    left: 0;
}
section.resource-hero.bg-green .row {
    position: relative;
    z-index: 1;
}
section.resource-hero.bg-green h1,
section.resource-hero.bg-green .xs,
section.resource-hero.bg-green .breadcrumbs a,
section.resource-hero.bg-green .breadcrumbs span {
    color: white;
}

.single-case-study article,
.single-post article {
    padding-bottom: 48px;
    color: #535862;
}
@media print, screen and (min-width: 64em) {
    .single-case-study article,
    .single-post article {
        padding-bottom: 96px;
    }
}
.single-case-study article h2,
.single-case-study article h3,
.single-case-study article h4,
.single-post article h2,
.single-post article h3,
.single-post article h4 {
    color: #1E1E1E;
}
.single-case-study article .small-12,
.single-post article .small-12 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(0, 1fr);
    grid-template-columns: minmax(0, 1fr);
    gap: 64px;
}
@media print, screen and (min-width: 40em) {
    .single-case-study article .small-12,
    .single-post article .small-12 {
        -ms-grid-columns: minmax(0, 1fr) 320px;
        grid-template-columns: minmax(0, 1fr) 320px;
    }
}
@media print, screen and (min-width: 64em) {
    .single-case-study article .small-12,
    .single-post article .small-12 {
        -ms-grid-columns: minmax(0, 1fr) 112px 384px;
        grid-template-columns: minmax(0, 1fr) 384px;
        gap: 112px;
    }
}
.single-case-study article h2,
.single-post article h2 {
    margin-top: 32px;
    margin-bottom: 20px;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 38px;
}
.single-case-study article h3,
.single-post article h3 {
    margin-top: 32px;
    margin-bottom: 16px;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
}
.single-case-study article .intro h2,
.single-post article .intro h2 {
    margin-top: 0;
}
.single-case-study article hr,
.single-post article hr {
    margin: 0x 0 40px;
    background-color: #EAECF0;
}
.single-case-study article img,
.single-post article img {
    border-radius: 12px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    margin: 32px 0;
}
.single-case-study article blockquote,
.single-case-study article blockquote p,
.single-post article blockquote,
.single-post article blockquote p {
    margin: 0;
    padding: 0;
    border: none;
    color: #181D27;
    font-size: 24px;
    font-style: italic;
    font-weight: 500;
    line-height: 32px;
}
.single-case-study article blockquote,
.single-post article blockquote {
    margin: 32px 0 48px;
    padding: 8px 0 8px 20px;
    border-left: 2px solid #EAA140;
}
.single-case-study .social-links,
.single-post .social-links {
    border-top: 1px solid #EAECF0;
    padding-top: 32px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: start;
            justify-content: start;
    gap: 12px;
}
.single-case-study .social-links .button,
.single-case-study .social-links a,
.single-post .social-links .button,
.single-post .social-links a {
    display: -webkit-flex;
    display: flex;
    padding: 10px;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-align-items: center;
            align-items: center;
    gap: 8px;
    background: white;
    border: none;
}
.single-case-study .social-links button:hover svg path, .single-case-study .social-links button:focus-visible svg path, .single-case-study .social-links button:focus svg path,
.single-post .social-links button:hover svg path,
.single-post .social-links button:focus-visible svg path,
.single-post .social-links button:focus svg path {
    stroke: #4EA752;
}
.single-case-study .social-links a:hover:hover svg path, .single-case-study .social-links a:hover:focus-visible svg path, .single-case-study .social-links a:hover:focus svg path, .single-case-study .social-links a:focus-visible:hover svg path, .single-case-study .social-links a:focus-visible:focus-visible svg path, .single-case-study .social-links a:focus-visible:focus svg path, .single-case-study .social-links a:focus:hover svg path, .single-case-study .social-links a:focus:focus-visible svg path, .single-case-study .social-links a:focus:focus svg path,
.single-post .social-links a:hover:hover svg path,
.single-post .social-links a:hover:focus-visible svg path,
.single-post .social-links a:hover:focus svg path,
.single-post .social-links a:focus-visible:hover svg path,
.single-post .social-links a:focus-visible:focus-visible svg path,
.single-post .social-links a:focus-visible:focus svg path,
.single-post .social-links a:focus:hover svg path,
.single-post .social-links a:focus:focus-visible svg path,
.single-post .social-links a:focus:focus svg path {
    fill: #4EA752;
}
.single-case-study .social-links #copyButton,
.single-post .social-links #copyButton {
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-align-items: center;
            align-items: center;
    gap: 0;
    color: #98A2B3;
    /* base: hidden off‐screen via opacity & translate */
    /* when trigger class is added, fade/slide into view */
}
.single-case-study .social-links #copyButton:hover, .single-case-study .social-links #copyButton:focus-visible, .single-case-study .social-links #copyButton:focus,
.single-post .social-links #copyButton:hover,
.single-post .social-links #copyButton:focus-visible,
.single-post .social-links #copyButton:focus {
    color: #4EA752;
}
.single-case-study .social-links #copyButton .copied-text,
.single-post .social-links #copyButton .copied-text {
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    max-width: 0;
    margin-left: 0;
    opacity: 0;
    transition: max-width 200ms cubic-bezier(0.4, 0, 0.2, 1), margin-left 200ms cubic-bezier(0.4, 0, 0.2, 1), opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.single-case-study .social-links #copyButton.is-copied .copied-text,
.single-post .social-links #copyButton.is-copied .copied-text {
    max-width: 5em;
    margin-left: 0.5em;
    opacity: 1;
}
.single-case-study .meta,
.single-post .meta {
    border-top: 1px solid #EAECF0;
}
.single-case-study .meta .text-md, .single-case-study .meta .copy.md p, .copy.md .single-case-study .meta p, .single-case-study .meta .top-bar .row .column .menu > .mega-menu li a, .top-bar .row .column .menu > .mega-menu li .single-case-study .meta a, .single-case-study .meta .top-bar .row .columns .menu > .mega-menu li a, .top-bar .row .columns .menu > .mega-menu li .single-case-study .meta a,
.single-post .meta .text-md,
.single-post .meta .copy.md p,
.copy.md .single-post .meta p,
.single-post .meta .top-bar .row .column .menu > .mega-menu li a,
.top-bar .row .column .menu > .mega-menu li .single-post .meta a,
.single-post .meta .top-bar .row .columns .menu > .mega-menu li a,
.top-bar .row .columns .menu > .mega-menu li .single-post .meta a {
    margin-top: 32px;
}
.single-case-study .meta .text-lg,
.single-post .meta .text-lg {
    color: #535862;
}

.single-case-study .toc {
    border-top: 1px solid #EAECF0;
    padding-top: 32px;
    margin-bottom: 32px;
}
.single-case-study .toc > * {
    display: block;
    margin-bottom: 12px;
}
.single-case-study .toc > *:last-child {
    margin-bottom: 0;
}
.single-case-study .toc a {
    color: #535862;
}
.single-case-study .meta {
    margin-bottom: 32px;
}
.single-case-study .resource-cta-banner {
    padding: 32px;
    margin-top: 48px;
    background-color: #E6F1E1;
    border-radius: 16px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 56px 32px minmax(0, 1fr);
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 32px;
}
.single-case-study .resource-cta-banner img {
    width: 56px;
    height: 56px;
    -o-object-fit: contain;
       object-fit: contain;
}
.single-case-study .resource-cta-banner h2 {
    margin-bottom: 4px;
}
.single-case-study .resource-cta-banner a.button {
    margin-top: 32px;
}
.single-case-study article .small-12 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(0, 1fr);
    grid-template-columns: minmax(0, 1fr);
    gap: 64px;
}
@media print, screen and (min-width: 40em) {
    .single-case-study article .small-12 {
        -ms-grid-columns: 320px minmax(0, 1fr);
        grid-template-columns: 320px minmax(0, 1fr);
    }
}
@media print, screen and (min-width: 64em) {
    .single-case-study article .small-12 {
        -ms-grid-columns: 384px 96px minmax(0, 1fr);
        grid-template-columns: 384px minmax(0, 1fr);
        gap: 96px;
    }
}

.single-post .resource-cta-banner {
    padding: 32px;
    background-color: #E6F1E1;
    border-radius: 16px;
}
.single-post .resource-cta-banner img {
    width: 56px;
    height: 56px;
    -o-object-fit: contain;
       object-fit: contain;
    margin: 0 0 32px;
}
.single-post .resource-cta-banner h2 {
    margin-top: 0;
    margin-bottom: 4px;
}
.single-post .resource-cta-banner a.button {
    margin-top: 32px;
}
.single-post .meta-wrapper .meta,
.single-post .meta-wrapper .social-links {
    border: none;
}
/*# sourceMappingURL=site.css.map */